[gentoo-amd64] Re: Problem with emerge on a dual-processor machine

2006-10-31 Thread Duncan
"Vesna Petrovic" <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Tue, 31 Oct 2006 13:46:29 -0500: > The system has 2 AMD Opeteron Processors 252, 5 disks - 1IDE Maxtor > 6B200R0 and 4 SCSI Maxtor 6L300S0, and probably irrelevant ATAPI 48X DVD-ROM > DVD-R CD-R/RW drive, Etherne

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
sean wrote: > Here is where things stand. > > On boot, dmesg showed the modules did not load. Did you replace the old "System.map" file with the new one? "cp /usr/src/linux/System.map /boot/System.map" or "/usr/src/linux/System.map /System.map" I think this will stop the warnings. > > Here is my

[gentoo-amd64] BSD Security Levels

2006-10-31 Thread Daniel Iliev
Hi, everyone I compiled the module and installed it with "make modules && make modules_install" Then followed the instructions found in Documentation/seclvl.txt. Here is the: ===The no-success story: modprobe sha1 lsmod Module Size Used by sha13328 0 s

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread sean
Daniel Iliev wrote: Sean wrote: With the line the way it was ending, I thought that it was some sort of error. I do not recall seeing such a line in the past when I built the kernel for my system, which is an amd64 SMP box. I used the min install CD and followed the Gentoo docs using the manual

Re: [gentoo-amd64] Problem with emerge on a dual-processor machine

2006-10-31 Thread Bob Sanders
Vesna Petrovic, mused, then expounded: > Hello, > > I've just installed Gentoo on a dual-processor machine and now I'm running > into the following problem - when I start emerge, it randomly stops and one > of the following things happens: > - the machine freezes completely so that I cannot switc

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Sean wrote: > > With the line the way it was ending, I thought that it was some sort > of error. > I do not recall seeing such a line in the past when I built the kernel > for my system, which is an amd64 SMP box. > > I used the min install CD and followed the Gentoo docs using the > manual install

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Sean
Daniel Iliev wrote: Sean wrote: it always displays the line if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.16-gentoo-r9; fi then just a prompt display. It seems correct to me. Now you have to install the kernel image. Now the kernel image is compiled and can

[gentoo-amd64] Problem with emerge on a dual-processor machine

2006-10-31 Thread Vesna Petrovic
 Hello, I've just installed Gentoo on a dual-processor machine and now I'm running into the following problem - when I start emerge, it randomly stops and one of the following things happens:  - the machine freezes completely so that I cannot switch to another console or do anything   - if I alread

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Sean wrote: > > Well from your email and Mathieu it has helped a bit. I have tried to > rebuild the kernel several times and after the line > > INSTALL sound/soundcore.ko > > it always displays the line > if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F > System.map 2.6.16-gentoo-r

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Sean wrote: > Daniel Iliev wrote: >> Sean wrote: >>> Since my gcc upgrade all my modules fail on boot with an error of >>> version magic '2.6.16-gentoo-r9 SMP gcc-4.1' should be >>> '2.6.16.16-gentoo-r9 SMP gcc-3.4' >>> >>> However when I try to start the rebuild of my kernel it stops just >>> afte

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Sean
Daniel Iliev wrote: Sean wrote: Since my gcc upgrade all my modules fail on boot with an error of version magic '2.6.16-gentoo-r9 SMP gcc-4.1' should be '2.6.16.16-gentoo-r9 SMP gcc-3.4' However when I try to start the rebuild of my kernel it stops just after starting with the line 'if [ -r Sy

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Richard Fish
On 10/31/06, Sean <[EMAIL PROTECTED]> wrote: Thanks, forgot the -C is clean or remove. Followed your steps and on the modprobe line received the following 'FATAL: Error inserting nvidia (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid module format' The message means one of two things

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Pawel Kraszewski wrote: > Dnia wtorek, 31 października 2006 16:59, Daniel Iliev napisał: > > >> My X is just fine. It is Mr. Sean who has hard time with the X. >> I think gcc version should not have impact on X because NVidia's drivers >> are binary, closed source - they don't care about the gcc

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Sean wrote: > > Since my gcc upgrade all my modules fail on boot with an error of > version magic '2.6.16-gentoo-r9 SMP gcc-4.1' should be > '2.6.16.16-gentoo-r9 SMP gcc-3.4' > > However when I try to start the rebuild of my kernel it stops just > after starting with the line > > 'if [ -r System.ma

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Pawel Kraszewski
Dnia wtorek, 31 października 2006 16:59, Daniel Iliev napisał: > My X is just fine. It is Mr. Sean who has hard time with the X. > I think gcc version should not have impact on X because NVidia's drivers > are binary, closed source - they don't care about the gcc used to > compile the kernel or th

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Boyd Stephen Smith Jr.
On Tuesday 31 October 2006 09:59, Daniel Iliev <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-amd64] kernel recompile?': > I think gcc version should not have impact on X because NVidia's drivers > are binary, closed source - they don't care about the gcc used to > compile the kernel or the X server

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Daniel Iliev wrote: I already had looked at dmesg. Since upgrading gcc many, if not all my modules are now having problems. I wanted to try to get X working first, then the others. I would say that upgrading gcc and the problems with your kernel modules are not related but if you have such pro

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Piotr Pruszczak wrote: > Daniel Iliev napisał(a): >> Piotr Pruszczak wrote: >>> Sean napisał(a): I asked in another message due to an X problem I am now having, but I also thought this question deserved a post of its own. With my recent upgrade of gcc to 4, does the kernel need

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Mathieu Seigneurin
On Tuesday 31 October 2006 18:04, Sean wrote: > Pawel Kraszewski wrote: > > No. In this case you'd need new NVidia kernel driver each time kernel's > > version changes. > > > > During installation NVidia's kernel module (in compiler's meaning - .o > > file provided by NVidia) is linked against a fr

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Daniel Iliev
Sean wrote: > Mathieu Seigneurin wrote: >> On Tuesday 31 October 2006 16:23, Daniel Iliev wrote: >>> Sean wrote: Thanks, forgot the -C is clean or remove. Followed your steps and on the modprobe line received the following 'FATAL: Error inserting nvidia (/lib/modules/2.6.16-gent

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Piotr Pruszczak
Daniel Iliev napisał(a): Piotr Pruszczak wrote: Sean napisał(a): I asked in another message due to an X problem I am now having, but I also thought this question deserved a post of its own. With my recent upgrade of gcc to 4, does the kernel need to be recompiled? YES !!! - Why !? modules

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Sean
Pawel Kraszewski wrote: No. In this case you'd need new NVidia kernel driver each time kernel's version changes. During installation NVidia's kernel module (in compiler's meaning - .o file provided by NVidia) is linked against a freshly compiled stub adopting it to running kernel and making

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Daniel Iliev
Sean wrote: > Daniel Iliev wrote: >> Sean wrote: >>> Thanks, forgot the -C is clean or remove. >>> Followed your steps and on the modprobe line received the following >>> 'FATAL: Error inserting nvidia >>> (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid module format' >> >> >> That is not

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Daniel Iliev wrote: Sean wrote: Thanks, forgot the -C is clean or remove. Followed your steps and on the modprobe line received the following 'FATAL: Error inserting nvidia (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid module format' That is not supposed to happen. ;-( Did you get

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Jason
Daniel Iliev wrote: > Sean wrote: >> Mathieu Seigneurin wrote: >>> On Tuesday 31 October 2006 16:23, Daniel Iliev wrote: Sean wrote: > Thanks, forgot the -C is clean or remove. > Followed your steps and on the modprobe line received the following > 'FATAL: Error inserting nvidia >>

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Daniel Iliev wrote: I did not think that was supposed to happen. 8-) then 8-(. LOL! Nvidia drivers emerges fine, same problem on the modprobe line. Then (I'm ashamed to say this, but..) reboot. I'm not joking - reboot. I did, no diference. -- gentoo-amd64@gentoo.org mailing list

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Daniel Iliev
Sean wrote: > > Thanks, forgot the -C is clean or remove. > Followed your steps and on the modprobe line received the following > 'FATAL: Error inserting nvidia > (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid module format' That is not supposed to happen. ;-( Did you get any errors fro

Re: [gentoo-amd64] XMMS and Mplayer

2006-10-31 Thread Michael Weyershäuser
Javi Moreno schrieb: > It has a lot of pending bugs (>30) and someone said development has been > abandoned (I dont know), I think it's great to mask it but not removing > it from portage until we have xmms2 available. Some ppl may want to use > it anyway. There might be a bit of a misunderstandin

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Mathieu Seigneurin wrote: On Tuesday 31 October 2006 16:23, Daniel Iliev wrote: Sean wrote: Thanks, forgot the -C is clean or remove. Followed your steps and on the modprobe line received the following 'FATAL: Error inserting nvidia (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid modul

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Mathieu Seigneurin
On Tuesday 31 October 2006 16:23, Daniel Iliev wrote: > Sean wrote: > > Thanks, forgot the -C is clean or remove. > > Followed your steps and on the modprobe line received the following > > 'FATAL: Error inserting nvidia > > (/lib/modules/2.6.16-gentoo-r9/video/nvidia.ko): Invalid module format' >

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Daniel Iliev
Sean wrote: > Daniel Iliev wrote: > > I think you have to do: >> >> emerge -C nvidia-glx nvidia-kernel >> emerge nvidia-drivers >> revdep-rebuild >> /etc/init.d/xdm stop >> rmmod nvidia >> modprobe nvidia >> /etc/init.d/xdm start >> > > But I do not have a nvidia-glx in portage, and portage has be

[gentoo-amd64] kernel recompile?

2006-10-31 Thread Sean
I asked in another message due to an X problem I am now having, but I also thought this question deserved a post of its own. With my recent upgrade of gcc to 4, does the kernel need to be recompiled? When should a kernel be rebuilt? Thanks

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Daniel Iliev
Piotr Pruszczak wrote: > Sean napisał(a): >> I asked in another message due to an X problem I am now having, but I >> also thought this question deserved a post of its own. >> >> With my recent upgrade of gcc to 4, does the kernel need to be >> recompiled? > > YES !!! > - Why !? -- Best regards,

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Daniel Iliev wrote: Sean wrote: Daniel Iliev wrote: > I think you have to do: emerge -C nvidia-glx nvidia-kernel emerge nvidia-drivers revdep-rebuild /etc/init.d/xdm stop rmmod nvidia modprobe nvidia /etc/init.d/xdm start But I do not have a nvidia-glx in portage, and portage has been synced

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Daniel Iliev wrote: > I think you have to do: emerge -C nvidia-glx nvidia-kernel emerge nvidia-drivers revdep-rebuild /etc/init.d/xdm stop rmmod nvidia modprobe nvidia /etc/init.d/xdm start But I do not have a nvidia-glx in portage, and portage has been synced. -- gentoo-amd64@gentoo.org mai

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Sebastian Redl
Sean wrote: > With my recent upgrade of gcc to 4, does the kernel need to be > recompiled? Not necessarily. I've been running a gcc3-compiled kernel for some weeks now with a gcc4-compiled system. (Can't seem to get around to upgrading the kernel.) However, external modules, if compiled with gcc4,

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Daniel Iliev
Sean wrote: > Hemmann, Volker Armin wrote: >> On Sunday 29 October 2006 03:32, sean wrote: >>> I received the following error running emerge --newuse world. >>> Would anyone be able to explain and advise on how to cure? >>> I was seeing this error recently, even before my recent upgrade of gcc. >>>

Re: [gentoo-amd64] kernel recompile?

2006-10-31 Thread Piotr Pruszczak
Sean napisał(a): I asked in another message due to an X problem I am now having, but I also thought this question deserved a post of its own. With my recent upgrade of gcc to 4, does the kernel need to be recompiled? YES !!! When should a kernel be rebuilt? each timeyou change GCC version

[gentoo-amd64] Re: Openoffice build error (#2 to keep them in line)

2006-10-31 Thread Duncan
"Vladimir G. Ivanovic" <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Tue, 31 Oct 2006 01:16:37 -0800: > Thanks for the nice writeup. A quick question: Any idea why all the > examples for changing a profile in the "Gentoo Upgrading Guide" have two > leading periods, as in: > >

Re: [gentoo-amd64] emerge --newuse world error

2006-10-31 Thread Sean
Hemmann, Volker Armin wrote: On Sunday 29 October 2006 03:32, sean wrote: I received the following error running emerge --newuse world. Would anyone be able to explain and advise on how to cure? I was seeing this error recently, even before my recent upgrade of gcc. emerge --newuse world >>>

Re: [gentoo-amd64] Re: Openoffice build error (#2 to keep them in line)

2006-10-31 Thread Vladimir G. Ivanovic
On Tue, 2006-10-31 at 07:21 -0500, Boyd Stephen Smith Jr. wrote: > On Tuesday 31 October 2006 03:16, "Vladimir G. Ivanovic" > <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-amd64] Re: Openoffice > build error (#2 to keep them in line)': > > Any idea why all the > > examples for changing a profile

Re: [gentoo-amd64] Re: Openoffice build error (#2 to keep them in line)

2006-10-31 Thread Boyd Stephen Smith Jr.
On Tuesday 31 October 2006 03:16, "Vladimir G. Ivanovic" <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-amd64] Re: Openoffice build error (#2 to keep them in line)': > Any idea why all the > examples for changing a profile in the "Gentoo Upgrading Guide" have two > leading periods, as in: > > ln -

Re: [gentoo-amd64] Re: Openoffice build error (#2 to keep them in line)

2006-10-31 Thread Vladimir G. Ivanovic
On Sun, 2006-10-29 at 22:34 +, Duncan wrote: > "Vladimir G. Ivanovic" <[EMAIL PROTECTED]> posted > [EMAIL PROTECTED], excerpted below, on Sun, > 29 Oct 2006 10:31:34 -0800: > > > Yes, I am running ~amd64 (ACCEPT_KEYWORDS="amd64 ~amd64" > > in /etc/make.conf.) I also changed to the 2006.0 prof