| Summary: | media-gfx/splashutils-1.5.4.2 login on /dev/tty1 report -bash: no job control in this shell when grub.conf have CONSOLE=/dev/tty1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michele Schiavo <micheleschi> |
| Component: | Current packages | Assignee: | Michal Januszewski (RETIRED) <spock> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Michele Schiavo
2008-09-10 19:00:21 UTC
Wouldn't this be a sys-boot/grub problem instead of a media-gfx/splashutils problem? problem just appears after upgrade to media-gfx/splashutils-1.5.4.2 i don't if it's a grub's problem (In reply to comment #2) > problem just appears after upgrade to media-gfx/splashutils-1.5.4.2 > > i don't if it's a grub's problem Could you please try booting with console=tty1 instead of CONSOLE=/dev/tty1? changing in console=/dev/tty1 splash message is not show (message of service and/or image of splash), changing console during boot is not working. just when xdm (gdm) start, screem will show gdm login but keyboard is not working. here my ls -al /dev/ without udev (mount --bind) crw------- 1 root root 5, 1 28 giu 2006 console lrwxrwxrwx 1 root root 15 6 set 22:32 MAKEDEV -> ../sbin/MAKEDEV crwxrwxrwx 1 root root 1, 3 28 giu 2006 null crw------- 1 root root 4, 1 14 set 07:41 tty1 (In reply to comment #4) Could you please also post the contents of your /proc/cmdline? cat /proc/cmdline root=/dev/sda2 splash=profile,silent video=uvesafb:1680x1050-32,mtrr:3,ywrap quiet CONSOLE=/dev/tty1 Sorry Michal Januszewski , i read fast and i read wrong. with console=tty1 it's good cat /proc/cmdline root=/dev/sda2 splash=profile,silent video=uvesafb:1680x1050-32,mtrr:3,ywrap quiet console=tty1 (In reply to comment #7) > Sorry Michal Januszewski , > i read fast and i read wrong. > > with console=tty1 > > it's good OK, now I'm slightly confused :) So if you use 'console=tty1' instead of 'CONSOLE=/dev/tty1', does what you said in comment #4 still apply, or is everything working fine? comment 4 was with console=/dev/tty1 with console=tty1 everything is fine. (In reply to comment #9) > comment 4 was with console=/dev/tty1 > > with console=tty1 everything is fine. Excellent, let's close this bug as 'fixed' then, as console=tty1 is the suggested (by the splashutils elog messages) way of doing things. |