Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] linux 2.6.31

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: SM-Discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] linux 2.6.31
  • Date: Sun, 13 Sep 2009 23:35:38 +0200


> there is a linux 2.6.31 in test grimoire.
> Seems users could have a problem to log in locally on console. SSH login
> works OK.
>
> At least two users have problem with generating /dev/tty1, /dev/tty2,
> ... device files.
> Probably some issue with linux 2.6.31 and udev because with previous
> linux kernel the /dev/ttyX files are created.
> Our /etc/inittab contains "tty1:linux:/sbin/agetty /dev/tty1 9600" so if
> /dev/tty1 is changed to /dev/vc/1 getty starts and user can log in.
> Another solution is to create static /dev/tty1 by "mknod /dev/tty1 c 4
> 1" from ssh session.
>
> Personally I had another problem while compiling linux kernel:
> /usr/src/linux/include/asm-generic/int-ll64.h:11:29: error:
> asm/bitsperlong.h: No such file or directory
>
> "cast -r -c glibc" with "sanitized linux kernel headers from the latest
> stable release" (2.6.31) fixed it.
> Seems none problem with glibc with 2.6.31 headers yet.
>

After I removed 51-udev-default.rules from our udev spell and recasted
udev, /dev/ttyX are back.
Udev installs its own /lib/udev/rules.d/50-udev-default.rules.
Seems we should compare our 51-udev-default.rules with
50-udev-default.rules and remove all 51-udev-default.rules or wrong lines.

--
Ladislav Hagara





Archive powered by MHonArc 2.6.24.

Top of Page