On Tue, Dec 12, 2006 at 03:10:12AM +0200, Elan Ruusamäe wrote:
> On Sunday 10 December 2006 20:02, Jakub Bogusz wrote:
> > Aaah, wrong list; resending to -devel-en.
> >
> > On Sat, Dec 09, 2006 at 03:08:35PM +0100, glen wrote:
> > > Author: glen Date: Sat Dec 9 14:08:35 200
On Sunday 10 December 2006 20:02, Jakub Bogusz wrote:
> Aaah, wrong list; resending to -devel-en.
>
> On Sat, Dec 09, 2006 at 03:08:35PM +0100, glen wrote:
> > Author: glen Date: Sat Dec 9 14:08:35 2006 GMT
> > Module: SPECS Tag: HEAD
> > Log me
On Monday 11 December 2006 23:08, Cezary Krzyzanowski wrote:
> BTW - I should have everything configured by geninitrd to make udev run
> - right? I don't see any difference in running udev in initramfs and
> initrd.
yeah. i once tried also the udev we have in initrd, and it didn't do a damn
thing.
Dnia 11-12-2006, pon o godzinie 15:37 +0100, Jacek Konieczny napisał(a):
> Do you have /sys mounted in the initramfs before starting udev?
Yea - both mounted (/proc and /sys) - double checked that with sh while
boot.
BTW - I should have everything configured by geninitrd to make udev run
- right
On Mon, Dec 11, 2006 at 07:35:11PM +0100, Paweł Sikora wrote:
> e.g. chmod and rm need mounted proc for working.
>
> $ mkdir foo
> $ cd foo
> $ touch bar
> $ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
> /bin/chmod: cannot access `./bar': Function not implemented
> lstat("/proc/self/fd/4/bar", 0x60c4d8) =
e.g. chmod and rm need mounted proc for working.
$ mkdir foo
$ cd foo
$ touch bar
$ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
/bin/chmod: cannot access `./bar': Function not implemented
$ strace /bin/chmod -Rf a+rX,u+w,g-w,o-w .
(...)
stat(".", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
chmod(".", 075
On Sun, Dec 10, 2006 at 12:41:31AM +0100, Cezary Krzyzanowski wrote:
> One thing that makes me trouble is udev. Now static linked udev doesn't
> do totally anything in init/linuxrc. It doesn't make a single device!
Do you have /sys mounted in the initramfs before starting udev?
Greets,
Ja