[gobolinux-users] errors after udev 115 upgrade

Hisham Muhammad hisham.hm at gmail.com
Tue Oct 30 12:17:54 NZDT 2007


On 10/29/07, Hi There <goboster at yahoo.com> wrote:
> Hisham Muhammad <hisham.hm <at> gmail.com> writes:
>
> >
> > On 10/29/07, Hi There <goboster <at> yahoo.com> wrote:
> > > I tried out the udev recipe for version 115, used new
> > > file when there were conflicts. Here are the errors I
> > > got during install:
> > >
> > > 1220 lookup_group: specified group 'console' unknown
> > >      udev_rules_init: could not read
> >
> > The new Udev recipe shouldn't install any references to the 'console'
> > group. Did you update your Settings files properly?
>
> Which files am I supposed to change? AFAIK, the only thing I was prompted to
> change were .rules files, and I used the new version for all of those.
> BTW, those error messages about lookup_group flash by at boot-up as well.
>
> > Also, make sure sysfs and procfs are mounted before Udev is started in
> > /System/Settings/BootScripts/BootUp.
>
> sysfs and procfs (as well as tmpfs) are immediately before Udev in BootUp but
> don't appear to work properly that way.
> I get failed messages for "Mounting system filesystems" and "Mounting remaining
> filesystems" at boot-up.

As far as filesystems and udev go, this is what my BootUp looks like:

Exec "Remounting root file system..." mount -n -o remount,rw /
Exec "Cleaning mtab and boot settings..." rm -f "$goboSettings/mtab"*
#...
Exec "Mounting system filesystems..." mount -a -t sysfs
Exec "Starting Udev..." Udev Start
Exec "Activating all swap files/partitions..." swapon -a
#...
Exec "Checking remaining file systems..."     fsck -p -C -T -A -R
# ...
Exec "Creating new mtab..."                   mount -o remount,rw /
Exec "Mounting remaining file systems..." mount -a -t \
   nonfs,nosmbfs,noproc,noswap,nodevpts

> > I'm committing a recipe for version 116 (just a NewVersion of 115) and
> > will also commit a binary package of Udev 116.
>
> If it's just a NewVersion, do you think it'll get rid of any of the current
> errors?

I'm running a package built with the Udev 115 recipe here without
problems, so my guess now is that it's a problem with your current
settings. Hopefully a binary package with clean settings will fix the
issues.

> > Packing Udev prompted a change in the format for the FileHash file in
> > packages, so installing the new Udev package will require updating
> > Scripts.
> >
>
> OK, just updated to 2.8.0

Cool. I will upload the Udev 116 package later today.

-- Hisham


More information about the gobolinux-users mailing list