Re: [gentoo-user] Dell PowerEdge 750 problem
Am Freitag, den 11.04.2008, 13:13 +0200 schrieb ext Amar Cosic: > Well I just make a "progres" , I got kernel panic :). Then I could see > available devices listed by kernel and it says drives are hdc1-3 :/. > On live cd I see sda1-3. Now Lilo returns erorrs when trying to > install it becouse on Live Cd there is no hdc. Any idea how to solve > this and install Lilo to look at root=/dev/hdc3 ? When the kernel says your disk is hd*, then it is a PATA disk. When it says it's sd*, it could be pretty much everything: PATA (with new libata driver), SATA, SCSI, USB,... So I would guess that the LiveCD uses the new libata, while you're using the old driver. Make sure you compile in the needed PATA drivers for your chipset (maybe CONFIG_SATA_AHCI works). What does lspci report? Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: [EMAIL PROTECTED] Wanheimerstraße 68 | Web: http://www.capgemini.com D-40468 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: [gentoo-user] Dell PowerEdge 750 problem
Am Freitag, den 11.04.2008, 17:12 +0930 schrieb ext Iain Buchanan: > On Fri, 2008-04-11 at 09:07 +0200, Amar Cosic wrote: > > This is hell! I have all SATA stuff, all SCSI stuff ,almost all ATA > > stuf, all Intel stuff, all Linux FS stuff and still same errorr for 24 > > hours :(( > > with my Poweredge 2900, the live cd shows a different device to the > kernel, eg livecd shows my disks as sda, but the kernel shows the as > hda, or vice versa. You might want to try all (h|s)da3 combinations... Because the LiveCD uses the new driver for PATA disks, which is makes them look like SCSI disks, as is true for SATA. Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: [EMAIL PROTECTED] Wanheimerstraße 68 | Web: http://www.capgemini.com D-40468 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: [gentoo-user] Crippled system
Am Mittwoch, den 16.04.2008, 00:57 -0400 schrieb ext Richard Marzan: > I had a circular dep problem with mktemp and coreutils and emerge -C'd > coreutils. Now I can't do anything significant just cd. how can i repair > this? Not tested: Boot a Gentoo LiveCD, create a coreutils binary package with quickpkg, mount your root fs, set ROOT environment variable to that mount point, install the binary package into your system. If the last step fails, you could also just unpack the package with tar, but that wouldn't give you any package information. BTW, what does the name _core_ utils tell you? *SCNR* Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: [EMAIL PROTECTED] Wanheimerstraße 68 | Web: http://www.capgemini.com D-40468 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: [gentoo-user] scp escape characters
Am Mittwoch, den 16.04.2008, 15:06 +0100 schrieb ext Mick: > I was trying to scp a file which had spaces in its name; e.g. > > This\ is\ the\ name\ of\ it.txt > > But scp would fail each time saying that the name is ambiguous (or > something similar). I also tried enclosing the name in 'single', or > "double" quotes, but it wouldn't have any. > > What's the right way of doing this? > > Both boxen running gentoo and I was using bash shell. I tried it in my zsh, with TAB-completion (means: I typed "scp remote_host:~/Fil"), and it gives this: scp remote_host:~/File\\\ with\\\ blanks And, of course, it copies the file just fine :-) HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: [EMAIL PROTECTED] Wanheimerstraße 68 | Web: http://www.capgemini.com D-40468 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: [gentoo-user] "emerge portage"
Am Freitag, den 18.04.2008, 13:09 +0200 schrieb ext robert anstuther: > I am worried that I mess up my kernel by proceeding You can only mess up your kernel by recompiling it with the wrong options set in the kernel config and then use it at next boot. portage _never_ compiles a kernel. It just installs kernel sources. Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: [EMAIL PROTECTED] Wanheimerstraße 68 | Web: http://www.capgemini.com D-40468 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net signature.asc Description: Dies ist ein digital signierter Nachrichtenteil