Re: setclock Question (lfs-bootscripts-20110424)

2011-04-30 Thread Andrew Benton
On Sat, 30 Apr 2011 17:11:01 +1200 Simon Geard wrote: > > Andrew's post is missing a newline, I think. It's actually two rules: > > SUBSYSTEM=="rtc", ACTION=="add", > MODE="0644", > RUN+="/etc/rc.d/init.d/setclock start" > > and > > KERNEL=="rtc", ACTION=="add", > MODE="0644", >

Public Apology to Minister Mentor Lee Kuan Yew and Prime Minister Lee Hsien Loong, Singapore

2011-04-30 Thread Singapore Citizen Mr. Teo En Ming (Zhang Enming) 张恩鸣
I was misconstrued as having insulted Minister Mentor Lee Kuan Yew. My words were twisted and misinterpreted and I feel that there is a need to explain myself and set the record straight. [b]What really happened[/b] It was sometime in Aug/Sep in the year 2009. The setting was in the Tampines C

udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread xinglp
On my X86_64 lfs (SVN-20110427) system . "/dev/disk/by-label/xxx" has not turnd up when "mountfs" started , so I can't use "LABEL=" in fstab . On 32bits system , this works well. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsu

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread Simon Geard
On Sun, 2011-05-01 at 07:25 +0800, xinglp wrote: > On my X86_64 lfs (SVN-20110427) system . > "/dev/disk/by-label/xxx" has not turnd up when "mountfs" started , so > I can't use "LABEL=" in fstab . > On 32bits system , this works well. Maybe related, I've noticed problems with a 32-bit system

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread Simon Geard
On Sun, 2011-05-01 at 13:17 +1200, Simon Geard wrote: > On Sun, 2011-05-01 at 07:25 +0800, xinglp wrote: > > On my X86_64 lfs (SVN-20110427) system . > > "/dev/disk/by-label/xxx" has not turnd up when "mountfs" started , so > > I can't use "LABEL=" in fstab . > > On 32bits system , this works

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread Neal Murphy
On Saturday 30 April 2011 21:32:01 Simon Geard wrote: > I'd have expected 'udevadm settle' to block while this stuff's still > happening - is that not the case, maybe with 168? I'd be real surprised if settle doesn't work. They haven't removed it *that* soon, have they? (There's been talk about

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread Bruce Dubbs
Simon Geard wrote: > On Sun, 2011-05-01 at 13:17 +1200, Simon Geard wrote: >> On Sun, 2011-05-01 at 07:25 +0800, xinglp wrote: >>> On my X86_64 lfs (SVN-20110427) system . >>> "/dev/disk/by-label/xxx" has not turnd up when "mountfs" started , so >>> I can't use "LABEL=" in fstab . >>> On 32bit

Re: setclock Question (lfs-bootscripts-20110424)

2011-04-30 Thread alupu
Hello, The time sequence on my "standard" system would be: 1. '/lib/udev/rules.d/50-udev-default.rules': SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc" 2. '/etc/udev/rules.d/55-lfs.rules': # This causes the system clock to be set # as soon as /dev/rtc becomes available. SUBSYSTEM=="rtc",

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread alupu
Apr 30, 2011 09:50:09 PM, Bruce wrote:> perhaps a sleep( 2 ) before or after after '/sbin/udevadm settle'> in the udev script would isolate the problem.You're right.  On a slower machine, where I played with 168a "sleep 3" (for good measure - worked with 2 secs. as well)just before the end (::) o

Re: udev168 not work with mountfs of bootscript on x86_64 system ?

2011-04-30 Thread alupu
Apr 30, 2011 09:50:09 PM, Bruce Dubbs wrote: > perhaps a sleep( 2 ) before or after after '/sbin/udevadm settle' > in the udev script would isolate the problem. You're right. On a slower machine, where I played with 168 a "sleep 3" (for good measure - worked with 2 secs. as well) just before the

Re: setclock Question (lfs-bootscripts-20110424)

2011-04-30 Thread Neal Murphy
On Saturday 30 April 2011 23:00:42 al...@verizon.net wrote: > Hello, > > The time sequence on my "standard" system would be: > > 1. '/lib/udev/rules.d/50-udev-default.rules': > SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc" > > 2. '/etc/udev/rules.d/55-lfs.rules': > # This causes the syst