Re: [rtl] root id

2001-02-22 Thread Frederic Cazenave
Der Herr Hofrat wrote: > > > > > > > > I have installed this files : > > > > 521612 -rw-r--r--1 root root 19090206 Feb 14 20:56 > > > > linux-2.2.18.tar.gz > > > > 521622 -rw-r--r--1 root root 450860 Feb 16 15:10 > > > > rtlinux-3.0.tar.gz > > > > > what ever is

Re: [rtl] root id

2001-02-22 Thread Der Herr Hofrat
> > > > > > I have installed this files : > > > 521612 -rw-r--r--1 root root 19090206 Feb 14 20:56 > > > linux-2.2.18.tar.gz > > > 521622 -rw-r--r--1 root root 450860 Feb 16 15:10 > > > rtlinux-3.0.tar.gz > > > what ever is going on here I don't think it realy is

Re: [rtl] root id

2001-02-22 Thread Ludwig Öfele
Hello Frederic! That's clear. I think, root always has id 0. You have to search for the "-1" and patch it (replace it) with the "4294967295". For sure I will give no garantee, that this will not crash your system, but you should try it (do not log out, you might not be able to login as root again

Re: [rtl] root id

2001-02-22 Thread Frederic Cazenave
Thanks every buddies, I have upgraded my glibc (glibc-2.2.2-1.i686.rpm) and my problem seem to be solved. Fred Frederic Cazenave wrote: > The both files /etc/passwd and /etc/group the id of root is 0 !!! > > Fred > > Ludwig Öfele wrote: > > > Hello Frederic! > > > > I think, I had a similar pro

RE: [rtl] root id

2001-02-22 Thread Basham, Richard R
c Cazenave > Cc: [EMAIL PROTECTED] > Subject: Re: [rtl] root id > > Hello Frederic! > > That's clear. I think, root always has id 0. You have to search for the > "-1" and patch it (replace it) with the "4294967295". For sure I will > give no garante

Re: [rtl] root id

2001-02-21 Thread Cort Dougan
} I think the bigger question here is: Why did this happen in the first place? } } Cort, } } Is there anyone at FSM Labs know why this occurred? The problem was with the psc module. Well, actually it wasn't the psc module it was bad user-land programs. The PSC module grabs a free syscall whe

Re: [rtl] root id

2001-02-21 Thread Nathan Paul Simons
On Wed, Feb 21, 2001 at 05:56:40PM -0500, Frederic Cazenave wrote: > gcc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs > gcc version 2.96 2731 (Red Hat Linux 7.0) Erk . . . um, there have been known problems compiling the kernel with RedHat's "stable" distrib

Re: [rtl] root id

2001-02-21 Thread Frederic Cazenave
The both files /etc/passwd and /etc/group the id of root is 0 !!! Fred Ludwig Öfele wrote: > Hello Frederic! > > I think, I had a similar problem after an update of Linux Kernel > (without RT). Your effective user id is 4294967295 which corresponds to > -1 if you look at it in 64-Bit-Terms. The

Re: [rtl] root id

2001-02-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> Frederic Cazenave wrote: > > > > > > I have installed this files : > > > > > 521612 -rw-r--r--1 root root 19090206 Feb 14 20:56 > > > > > linux-2.2.18.tar.gz > > > > > 521622 -rw-r--r--1 root root 450860 Feb 16 15:10 > > > > > rtlin

Re: [rtl] root id

2001-02-21 Thread Ludwig Öfele
Hello Frederic! I think, I had a similar problem after an update of Linux Kernel (without RT). Your effective user id is 4294967295 which corresponds to -1 if you look at it in 64-Bit-Terms. There seems to be a change of semantics (-1 changed to 4294967295) in the system and now the rights of use

[rtl] root id

2001-02-20 Thread Frederic Cazenave
Last week I have posted a question concerning the lost of my root privilege after installing rtlinux modules. I can summary all my mail with hofrat ( Der Herr Hofrat <[EMAIL PROTECTED]> ), thanks to him, as following : I have installed this files : 521612 -rw-r--r--1 root root 190