AlphaWolf
I prey, not pray.
Speak of gentoo lately: http://slashdot.org/article.pl?sid=04/03/01/1222240&mode=thread
With Gentoo version numbers don't matter, it just would have been nice to see the extra features they're putting into the new 2004 releases.Falcon4ever said:hmm and i just got 1.4 working last week =|
if i want to upgrade can i do emerge world.
or do i need to do it all over again *_* ?
emerge sync && emerge -pv world
I've installed gentoo with knoppix because the gentoo live cd didn't found my raid controller, you can browse the internet and stuff while compilingEagle said:Well I think I screwed up my installation. I cant even access it from the livecd for some reason. I can fdisk though so I may try it again, but I'm going to download a live version with more stuff so I can get on the internet (and access these forums) for anything I might need without using text based junk and without rebooting. The Basic CD just doesnt have enough on it. Or I might try to install from Knoppix, not sure which yet. Also, the servers are getting pounded now, its very hard to connect to a lot of them.
Falcon4ever said:hmm :| why-o-why didn't you download the LiveCD version :S....
Cannot mknod: No Space Left
ERROR: sysapss-baselayout*** failed
Function pkg_postinst, Line 561, Exitcode 2
FAILED Postinst: 1
login as: root
[email][email protected][/email]'s password:
Last login: Sun Mar 7 14:11:04 2004 from 192.168.1.1
[color=red]mediaserv root #[/color] mount /dev/hda1 /boot
[color=red]mediaserv root #[/color] cd /boot
[color=red]mediaserv boot #[/color] ls
System.map-2.4.25 bzImage grub lost+found
boot bzImage.orig kernel-2.4.25 oldbzImage
[color=red]mediaserv boot #[/color] cd grub
[color=red]mediaserv grub #[/color] ls
e2fs_stage1_5 grub.conf.sample reiserfs_stage1_5 vstafs_stage1_5
fat_stage1_5 jfs_stage1_5 splash.xpm.gz xfs_stage1_5
ffs_stage1_5 menu.lst stage1
grub.conf minix_stage1_5 stage2
[color=red]mediaserv grub #[/color] cat grub.conf
default 0
timeout 2
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.25 root=/dev/hda3
title=Failsafe Gentoo Kernel
root (hd0,0)
kernel (hd0,0)/boot/oldbzImage root=/dev/hda3
[color=red]mediaserv grub #[/color] cd ~
[color=red]mediaserv root #[/color] umount /boot
[color=red]mediaserv root #[/color] cat /etc/fstab
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 2003/07/17 19:55:18 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 noauto,noatime 1 1
/dev/hda3 / ext3 noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0
[color=red]mediaserv root #[/color] exit
logout