Gentoo Forums
Gentoo Forums
Quick Search: in
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
View unanswered posts
View posts from last 24 hours

rackathon
Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Thu Mar 20, 2008 5:09 pm    Post subject: Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt Reply with quote

LAST EDIT: 2008/08/07
Hi all, I've created unofficial minimal CDs based upon 2008.0 profile.
The main reason for doing this was to be able to migrate my root partition to reiser4 filesystem while having the ease of a bootable CD from where to resolve problems (just in case! :D ). First snapshots were just 2007.0 CDs with reiser4 kernel + reiser4progs. But since many users have the need to install an updated system from scratch and can't really wait for 2008.0 to come out, I've decided to build "stable" CDs based on 2008.0.
I won't make full liveCDs (too much time and hassle) but if anybody's interested I'll keep supporting these two, at least to provide reiser4-compatible minimal CDs.
-> I won't answer of any data loss caused by these minimalCDs. Reiser4 is still *unstable* and *testing*, you've been warned. Best would be to have a stage4 to recover from.
-> Everything's hosted on a 100Mbit server from OVH (running gentoo, of course!! :D ) and the directory hierarchy is the same as the one from gentoo mirrors. Unfortunately, the friend of mine that owns this server is unwilling to make public anonymous ftp available, so only HTTP download is allowed.
Link: http://neo2.servizi-web.net/
On the top folder you'll find my current overlay (mainly for reiser4-gentoo-sources ebuilds) and the power patch used in my custom reiser4-gentoo-sources kernel. Edit: now my overlay is also available via rsync:
<sync-overlay.sh>
Code:
#!/bin/bash

RSYNC="/usr/bin/rsync"
OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=300 --verbose"
SRC="rsync://reboot.servizi-web.net/neo2-overlay"
DST="/nr/overlay/"
${RSYNC} ${OPTS} ${SRC} ${DST}

chown -R portage.portage "${DST}"

Obviously, tune DST to your needs :P

    Pending requests:
    -> app-arch/p7zip
    -> sys-boot/grub

    ChangeLog:
    -----> 2nd release (2008-06-16) <-----
    -> 2.6.25-reiser4-r5 (based upon 2.6.25.6, don't let the name mislead you)
    -> gcc 4.3.1
    -> glibc-2.7-r2
    -> linux-headers-2.6.25-r4
    -> modularized whole PATA/SATA stuff (pay attention to new drivers naming scheme if you can't find your drive)
    -> added all new drivers that have been included in the kernel
    -> madwifi-ng does work fine (tested)
    -> Added packages:
    net-analyzer/iftop
    sys-power/powertop
    sys-process/latencytop
    -> Added drivers:
    madwifi-ng (latest unstable)
    madwifi-ng-tools (latest unstable)

    -----> 1st release (2008-03-23) <-----
    -> Added drivers:
    net-wireless/acx
    net-wireless/acx-firmware (custom ov. ebuild)
    sys-fs/dmraid
    sys-fs/ntfs3g (latest unstable)
    -> Added packages:
    app-crypt/truecrypt
    app-misc/wipe
    net-misc/rsync
    net-wireless/ndiswrapper
    sys-apps/usbutils
    sys-fs/hfsutils
    sys-fs/parted
    sys-process/htop
    -> SCSI emulation, SCSI support and all RAID types are builtin (of course with raid targets support)
    -> reiser4-sources 2.6.24-r4
    -> gcc 4.2.3 (unstable)

    Notes for all releases:
    - dev-lang/perl is left installed (should be stripped on installcd-stage1), is required as a dependency of ndiswrapper (nice addon for scripters though :))
    - full update of system packages
    - reiser4-sources (with custom power patches) && reiser4progs
    - latest unstable gcc
    - wider hardware support (mostly PATA/SATA controllers and wireless cards): if the kernel being used for the new release supports new hardware it will be included in the next release as well (ath5k etc...)
    - all additions from previous releases should be considered effective and working also in the latest, except where specified
    - all the ChangeLog notes apply both to x86 and amd64 release, except where specified

    Known Issues:

    - doesn't allow keymap selection at boot (can be done later with loadkeys <keymap>)
    - doesn't have splashscreen/progress bar at boot, no framebuffer decorations
    - using provided stage3 to install forces you to unmask latest gcc, glibc and linux-headers in /etc/portage/package.keywords right after install to prevent downgrades
    - if you want to migrate to reiser4 on root partition, you have to edit /etc/init.d/checkroot to avoid fsck segfaults (file available through server)
    - some drivers cannot be integrated (see below)

    Unable-to-include drivers:
    - rt2500 wireless drivers (newer ones should be available in-kernel)
    - slmodem (not even latest unstable does compile)



Hope to be useful to somebody out there :) I'll wait for feedbacks, comments and critics :wink:

Cheers
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt


Last edited by Neo2 on Thu Aug 07, 2008 2:40 am; edited 5 times in total
Back to top
View user's profile Send private message
kernelOfTruth
Veteran
Veteran


Joined: 20 Dec 2005
Posts: 2933
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Mar 20, 2008 7:57 pm    Post subject: Reply with quote

Quote:
Hope to be useful to somebody out there :) I'll wait for feedbacks, comments and critics :wink:


++

veeeeeeeeery useful :D

since I'm running out of time for maintaining my livecd series (dunno if you know them) [see signature], I'll love this one :)

ok, some suggestions:

please include cryptsetup, htop, wipe, dhcpcd, parted, ntfs3g, rsync (if possible, also truecrypt)

as bare minimum in addition to the filesystem-tools (I'm sure you already have them: xfsprogs, jfsutils, reiserfsprogs, reiser4progs, ntfsprogs, e2fsprogs, dosfsprogs) dmraid, evms, lvm2,
would be appreciated for having access to files
_________________
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
gcc version 4.3.1 (Gentoo Hardened 4.3.1-r2 p1.1, builtin ssp,fortify, pie-10.0.2)
Back to top
View user's profile Send private message
d2_racing
Veteran
Veteran


Joined: 25 Apr 2005
Posts: 4212
Location: Ste-Foy,Canada

PostPosted: Thu Mar 20, 2008 8:36 pm    Post subject: Reply with quote

Nice in fact :)
_________________

-P4 2.4Ghz FSB 800 Mhz
-Asus P4P800 S478 AGP 8x
-1024 Meg DDR PC3200 400 Mhz
-WD 160 Gig Serial ATA 150
-ATI 9600 PRO Ultra 128 Meg
-DVR-108
-DFE-538Tx
-KDE 3.5.9 on 2.6.25-Gentoo-r6
-Xorg 7.2
And a T60P 8744J2F
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 21, 2008 4:00 am    Post subject: Reply with quote

Yep, I knew your livecd series, but never used them :)
ChangeLog summary:
    Now included in minimal CD:
    app-misc/wipe
    sys-fs/parted
    sys-fs/hfsutils
    sys-process/htop
    net-misc/rsync

    Following drivers have been added:
    net-wireless/acx (custom ov. ebuild)
    net-wireless/acx-firmware (custom ov. ebuild)
    sys-fs/dmraid
    sys-fs/ntfs3g (latest unstable)

All your other suggestions were already included by default :wink:
acx drivers are pre-mac80211, I don't know if newer ones (based on mac80211) are already available/stable enough.
For truecrypt... I'm still trying to figure out from the license if I can integrate it and if so, how (I should expose something like "Portions of this product include TrueCrypt", but I'm not sure). Will check :)
AMD64 will be delayed a while, until I know for sure if I can or not integrate truecrypt (I hate to do things over and over).
I'm currently recompiling stage3 for x86 and as soon as I'm sure about truecrypt I'll build the CDs. I expect to have them ready and uploaded to server by tomorrow morning (at least for x86, amd64 may be available on sunday).
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
Eckos
Apprentice
Apprentice


Joined: 25 Jan 2008
Posts: 187
Location: Houston, Texas, USA

PostPosted: Fri Mar 21, 2008 5:07 am    Post subject: Reply with quote

too bad you don't offer a livecd so i can use firefox while installing
_________________
AMD Athlon 64 X2 3800+
1.5GB DDR2 533MHz RAM
120GB Western Digital IDE HDD & 50GB Samsung IDE HDD
eVGA 8800GT 512MB =]
Windows Vista / Gentoo x86 + Gnome
Back to top
View user's profile Send private message
ph030
Apprentice
Apprentice


Joined: 20 Jun 2004
Posts: 292
Location: Frankfurt (Germany)

PostPosted: Fri Mar 21, 2008 5:11 am    Post subject: Reply with quote

argh, well, couldn't you've started a few days earlier :evil: Now I'm sitting here with a %$&§&§ Ubuntu-x64-LiveCD, cause I need a .24kernel with XTS-Support :/

Thanks anyway, would be cool if you'd keep them up2date, lilke an update once a month or on any new kernel-release, it's annoying to always need to burn something huge like knoppix/ubuntu/... just to get your new hardware installed.

Keep it up,
ph
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 21, 2008 8:07 am    Post subject: Reply with quote

@Eckos: I don't plan at all to offer X support, this was born and is intended to be just a minimal CD, not a full liveCD. If you want to browse and don't mind the graphical interface, there's always links :)
@ph030: sorry... had no time to plan something like this before this week :) I think I'll update them whenever a stage3/core system package (gcc, binutils, portage on top) will suffer critical update bugs (like expat did) or gets upgraded to a new major version (ie. gcc 4.2.3 -> 4.3.0). About kernel updates, I'm unsure. I'm thinking to wait some time to stabilize major versions to minor release fixes, and then update.

I decided not to include truecrypt support. This is because I have to make a phrase like "This product includes truecrypt support" appear to the user at some point, and I honestly don't know how to do this. Sorry truecrypt users :)
I'm currently trying to fix the acx ebuild (this time mac80211) to compile against 2.6.24-r3 (my old overlay ebuild doesn't work :()
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
kernelOfTruth
Veteran
Veteran


Joined: 20 Dec 2005
Posts: 2933
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Fri Mar 21, 2008 8:13 am    Post subject: Reply with quote

Quote:
I decided not to include truecrypt support. This is because I have to make a phrase like "This product includes truecrypt support" appear to the user at some point, and I honestly don't know how to do this. Sorry truecrypt users :)


that's an easy one

write something into your /etc/motd (on your system), and see for yourself :wink:

http://gentoo-wiki.com/TIP_Login_issue
should be the thing you're searching for 8)

Quote:
Keep it up,


++

thanks for your work :)
_________________
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
gcc version 4.3.1 (Gentoo Hardened 4.3.1-r2 p1.1, builtin ssp,fortify, pie-10.0.2)
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 21, 2008 8:30 am    Post subject: Reply with quote

Latest news... months of overlay build made me forget to check the official portage tree. acx is working :wink:
@kernelOfTruth: Thanks a lot! I really had no will to search for something more... I'm quite busy these days in making these CDs work and I've also got lots of things to study... so a search this time to learn something from scratch again was quite... hem... stressing? :) Will provide truecrypt ASAP according to truecrypt license :wink: Somebody will have to test it though... :oops:
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
l9ft b9hind
n00b
n00b


Joined: 03 Jul 2005
Posts: 8

PostPosted: Fri Mar 21, 2008 12:17 pm    Post subject: Reply with quote

hello,
Could you add to your live cd :
- Drivers for nforce (like the driver for ethernet)
- Ndiswarper

because since one month (I change my mainboard), i couldn't find a live cd which support my wireless, or my ethernet cards
thanks !

(Sorry i don't speak english very well)
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 21, 2008 1:15 pm    Post subject: Reply with quote

Nforce reverse engineered driver is already available as a module:
Code:
modprobe forcedeth

If you're concerned about PATA/SATA drivers, they're already builtin. Also SCSI/RAID drivers are builtin now :)
Will work on integrating ndiswrapper too... I'm currently working only on livecd-stage2 luckily (hence a lot less work to do than before :))
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 21, 2008 2:09 pm    Post subject: Reply with quote

Updates: I'm currently integrating ndiswrapper. But about truecrypt... I'll describe shortly: truecrypt is fetch restricted and official download page shows only version 5.1a (latest stable). Sadly, no updated ebuild has been provided yet (5.1a was released 4 days ago). I tried to put up a modded ebuild but it just fails on compile, and I really don't know how to fix this. I mean *lots* of errors and I'm not the typical guy who surrenders too fast... disabled patches, reworked make commands, but nothing worked. I've decided to wait for truecrypt 5.1a ebuild to come out. I can't even add 4.3, 5.0 or 5.1 because sources are no longer available for those versions. When it's ready and unstable (at least it'll compile) I'll add it to the CD. Of course if somebody could provide "Truecrypt 5.1 Source.tar.gz" file, I'd be willing to integrate it directly...
Please, if you've got anything you wish to have integrated, ask before tomorrow 18.00-19.00 (GMT+1) (no X-dependant ebuilds will be taken into account). Past that I'll stop rebuilding over and over, to make available a "stabilized" CD and finally build the AMD64 target. When enough requests will show up, I'll rebuild again (will keep you updated of course :wink:)
I'm currently rebuilding livecd-stage2 for x86 and I'll upload it by tomorrow morning. Unless somebody can provide that file, I'll leave truecrypt out until official ebuild shows up. Thanks to all for your support, suggestions and critics. I'm trying whatever I can to keep up :)
[edit] seems like someone read this post last night... now official 5.1a truecrypt ebuild is available and I'll integrate it. :wink: [/edit]
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Sat Mar 22, 2008 12:50 pm    Post subject: Reply with quote

Integration requests are officially closed ^^
I've spent the whole day integrating truecrypt because of library and dependencies issues. This led me to manually strip gcc files instead of simply unmerging it in the last stage. I think I've forgot something to remove... The downside of all of this is that now the "minimal" CD weighs about 92Mbytes...
I'm doing a fresh and sane build of livecd-stage2 (removed old temporary files/caches) and I shall be able to upload it before 21.00 (will be unable to check the process though). I'll check it when I'm back (about 00.00). Until then I suggest you not to download the minimal CD. Will notify when it's downloadable of course :wink:
Tomorrow I'll build amd64 target :)
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
kernelOfTruth
Veteran
Veteran


Joined: 20 Dec 2005
Posts: 2933
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Mar 22, 2008 1:34 pm    Post subject: Reply with quote

great !

thanks, Neo2 :P

/me fires up the router :wink:

I'll surely be one of the first to download & test/use it 8)
_________________
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
gcc version 4.3.1 (Gentoo Hardened 4.3.1-r2 p1.1, builtin ssp,fortify, pie-10.0.2)
Back to top
View user's profile Send private message
micr0c0sm
Tux's lil' helper
Tux's lil' helper


Joined: 29 Oct 2005
Posts: 141
Location: Commack, NY

PostPosted: Sat Mar 22, 2008 6:14 pm    Post subject: Reply with quote

Thanks a bunch! Eagerly awaiting the amd64 cd :D
_________________
paludis, it's made of win
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Sat Mar 22, 2008 7:39 pm    Post subject: Reply with quote

Done :D x86 unofficial minimal CD is available!
    -> truecrypt should work (no more deps/library issues, program executes fine, needs feedback on some truecrypt'ed device)
    -> ndiswrapper should work (haven't tested driver install but provided that liveCD's /etc is writable, it will work)
    -> SATA/PATA drivers (based on newer SATA/PATA stack) have been ported back to modules to offer some more control (older ones in ATA/ATAPI support are still builtin)
    -> SCSI emulation, SCSI support and all RAID types are builtin (of course with raid targets support)
    -> acx is integrated with upgraded firmware
    -> reiser4 programs/dependencies/kernel stuff does behave well (tested)
    -> dev-lang/perl is now left installed, is required as a dependency of ndiswrapper (nice addon for scripters though :))
    -> Following ebuilds have been integrated since first release:
    app-misc/wipe
    sys-fs/parted
    sys-fs/hfsutils
    sys-fs/dmraid
    sys-process/htop
    net-misc/rsync
    sys-fs/ntfs3g (latest unstable)

I will have to rebuild stage3 for amd64 because some ebuilds have been updated since initial workings. Provided I have most of the packages cached, this should take just a little. I will still have to rewrite livecd-stage2 file for amd64 because of gcc required dependencies for truecrypt, but that shouldn't take that much either.
I hope to be able to release amd64 target before tomorrow evening :)
Have fun :wink:
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Sun Mar 23, 2008 4:10 pm    Post subject: Reply with quote

Done/v2 :D amd64 unofficial minimal CD is available too!
All the specifics are the same as the x86 one, except the following: net-dialup/slmodem is not included in this release, because even the latest unstable version doesn't compile on AMD64. Or maybe it's just that I had to unmask only "2.9.11_pre20080126" instead of the "2.9.11_pre20080126-r1" version. But I don't think that's the case since also all previous versions are marked unstable. If somebody can confirm... anyway, that's the daemon to handle Smartlink modems... I just hope that nobody will try to install Gentoo with a 56k phone line... :) If somebody needs it, I'll try to work on it, but to include it in the next release cycle. I've spent all (I mean 9+ hours) of the last 6 days working on these CDs and testing... and I'm quite tired now :P
amd64 release weighs about 100 megabytes, sorry but this is the cost of "full" software package.
Last note: as you can see, I've provided also stage1,2,3 for both architectures, so that if anybody needs a fresh and updated install, it's available. Since no packages can be added during those stages, they're comparable to the ones provided by official stages, except of course the fact that they're completely updated :wink:

/me officially takes some hours of holidays

Have fun! :wink:
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
mjf55
Guru
Guru


Joined: 24 Aug 2007
Posts: 315

PostPosted: Sun Mar 23, 2008 10:51 pm    Post subject: Reply with quote

Neo2, Thank you for your hard work. It's nice to have the AMD64 versio. You are a good person.
_________________
Mark
No longer a n00b, but still a 'Kool Kid' wannabe
Back to top
View user's profile Send private message
d2_racing
Veteran
Veteran


Joined: 25 Apr 2005
Posts: 4212
Location: Ste-Foy,Canada

PostPosted: Mon Mar 24, 2008 10:19 am    Post subject: Reply with quote

You are a working machine :)

Thanks for your work too.
_________________

-P4 2.4Ghz FSB 800 Mhz
-Asus P4P800 S478 AGP 8x
-1024 Meg DDR PC3200 400 Mhz
-WD 160 Gig Serial ATA 150
-ATI 9600 PRO Ultra 128 Meg
-DVR-108
-DFE-538Tx
-KDE 3.5.9 on 2.6.25-Gentoo-r6
-Xorg 7.2
And a T60P 8744J2F
Back to top
View user's profile Send private message
micr0c0sm
Tux's lil' helper
Tux's lil' helper


Joined: 29 Oct 2005
Posts: 141
Location: Commack, NY

PostPosted: Mon Mar 24, 2008 7:41 pm    Post subject: Reply with quote

Great job, thanks a lot
_________________
paludis, it's made of win
Back to top
View user's profile Send private message
BeceJIbIu
n00b
n00b


Joined: 17 Oct 2007
Posts: 2
Location: Russia, Engels, Saratov region

PostPosted: Fri Mar 28, 2008 12:44 pm    Post subject: Re: Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecr Reply with quote

Neo2
Neo2 wrote:
Hi all, I've created an unofficial minimal CDs based upon 2008.0 profile
Good job! Respect! :)
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Fri Mar 28, 2008 1:26 pm    Post subject: Reply with quote

Thanks to all for your support! :)
I'd like to receive some feedback from someone who has used it but seems like everybody's quite happy :D
/me has migrated root of my main desktop to reiser4, never been so fast :P
Seems like (at least to me judging from the daily updates diffs) that the system packages from the official tree are being stabilized in the perspective of the official 2008.0 release. It's hard to tell when another unofficial release will be done. But don't worry, I won't forget to upgrade every now and then :wink:

Cheers
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
jzono1
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 128

PostPosted: Sat Mar 29, 2008 4:24 pm    Post subject: Reply with quote

Great livecd!

Since I hosed my Vista install yesterday and my arch install today I figured gentoo was worth the trouble now, as I know exactly how to fix a thoroughly borked gentoo :P

Since I didn't want to go hunting for a cd, I grabbed the first thing that I could find - a random 512MB usb drive, and consulted the almighty google for a few minutes. Now I got your livecd on it, and it actually works. I'd put up a image ready to be cloned to a thumbdrive, but I have to zero out the thumbdrive and redo it.
Back to top
View user's profile Send private message
unK
Guru
Guru


Joined: 06 Feb 2007
Posts: 462

PostPosted: Sat Apr 26, 2008 9:13 am    Post subject: Re: Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecr Reply with quote

Neo2 wrote:
Link: http://neo2.servizi-web.net/

Error 403 : (
_________________
ncmpc++ - clone of ncmpc with some new features
Back to top
View user's profile Send private message
Neo2
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2006
Posts: 144
Location: Italy

PostPosted: Sat Apr 26, 2008 3:34 pm    Post subject: Reply with quote

Sorry for the inconvenience, my friend (the owner of the server) was updating and rewriting the Apache configuration. Now the site is working again :wink:
_________________
Neo2
Unofficial minimal 2008.0 for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT - 5 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum