ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Что-то с lilo?
@ 2009-12-27 16:27 Slava Semushin
  2009-12-27 16:41 ` Vladislav Zavjalov
  0 siblings, 1 reply; 5+ messages in thread
From: Slava Semushin @ 2009-12-27 16:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Здравствуйте!

Попытался поставить ядро посвежее (kernel-image-std-ng-2.6.32-alt2), а
оно вроде бы ставится, но из-за ошибки не прописывается в lilo:

1: kernel-image-std-ng
############################################################################
[100%]
Fatal: open /boot/splash/message: No such file or directory
Running /usr/lib/rpm/posttrans-filetriggers
Done.
[c0der@rock ~]$ sudo lilo -t
Fatal: open /boot/splash/message: No such file or directory
[c1der@rock ~]$ sudo ls -l /boot/splash
total 4
drwxr-xr-x 2 root root 4096 Nov  4 23:24 master

Думаю, что проблема в lilo. Я прав? Баг вешать?

Спасибо!

-- 
Slava Semushin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Что-то с lilo?
  2009-12-27 16:27 [sisyphus] Что-то с lilo? Slava Semushin
@ 2009-12-27 16:41 ` Vladislav Zavjalov
  2009-12-27 16:51   ` Slava Semushin
  0 siblings, 1 reply; 5+ messages in thread
From: Vladislav Zavjalov @ 2009-12-27 16:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sun, Dec 27, 2009 at 10:27:48PM +0600, Slava Semushin wrote:
> Здравствуйте!
> 
> Попытался поставить ядро посвежее (kernel-image-std-ng-2.6.32-alt2), а
> оно вроде бы ставится, но из-за ошибки не прописывается в lilo:
> 
> 1: kernel-image-std-ng
> ############################################################################
> [100%]
> Fatal: open /boot/splash/message: No such file or directory
> Running /usr/lib/rpm/posttrans-filetriggers
> Done.
> [c0der@rock ~]$ sudo lilo -t
> Fatal: open /boot/splash/message: No such file or directory
> [c1der@rock ~]$ sudo ls -l /boot/splash
> total 4
> drwxr-xr-x 2 root root 4096 Nov  4 23:24 master
> 
> Думаю, что проблема в lilo. Я прав? Баг вешать?
> 
> Спасибо!

Проблема в том, что нет файла /boot/splash/message, но он упомянут
в lilo.conf.

Так что - исправить lilo.conf

А багу - если только на alterator-lilo, чтоб он не допускал
(тем или иным способом) такой ситуации.

Слава


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Что-то с lilo?
  2009-12-27 16:41 ` Vladislav Zavjalov
@ 2009-12-27 16:51   ` Slava Semushin
  2009-12-27 16:56     ` Rinat Bikov
  0 siblings, 1 reply; 5+ messages in thread
From: Slava Semushin @ 2009-12-27 16:51 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

27 декабря 2009 г. 22:41 пользователь Vladislav Zavjalov
<slazav@altlinux.org> написал:
[...]
> Проблема в том, что нет файла /boot/splash/message, но он упомянут
> в lilo.conf.

Угу. Вот ещё бы знать кто удалил этот файл.. Потому что я не припомню,
чтобы ручками что-то подобное делал.

> Так что - исправить lilo.conf

Сейчас поправлю, спасибо. А после этого у меня что, не будет
графического логина? :-(

-- 
Slava Semushin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Что-то с lilo?
  2009-12-27 16:51   ` Slava Semushin
@ 2009-12-27 16:56     ` Rinat Bikov
  2009-12-27 17:00       ` Slava Semushin
  0 siblings, 1 reply; 5+ messages in thread
From: Rinat Bikov @ 2009-12-27 16:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

27 декабря 2009 г. 20:51 пользователь Slava Semushin написал:
>> Так что - исправить lilo.conf
> Сейчас поправлю, спасибо. А после этого у меня что, не будет
> графического логина? :-(
В таких случаях обычно создаётся подкаталоги в /boot/splash,
соответственно достаточно прописать символьную ссылку на нужный
message:
# ls -l * -d
drwxr-xr-x 2 root root 4096 Dec 24 23:55 desktop
lrwxrwxrwx 1 root root   15 Dec 24 23:55 message -> desktop/message

-- 
С уважением, Ринат Биков.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Что-то с lilo?
  2009-12-27 16:56     ` Rinat Bikov
@ 2009-12-27 17:00       ` Slava Semushin
  0 siblings, 0 replies; 5+ messages in thread
From: Slava Semushin @ 2009-12-27 17:00 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

27 декабря 2009 г. 22:56 пользователь Rinat Bikov <becase@altlinux.org> написал:
> 27 декабря 2009 г. 20:51 пользователь Slava Semushin написал:
>>> Так что - исправить lilo.conf
>> Сейчас поправлю, спасибо. А после этого у меня что, не будет
>> графического логина? :-(
> В таких случаях обычно создаётся подкаталоги в /boot/splash,
> соответственно достаточно прописать символьную ссылку на нужный
> message:

О! Благодарствую! Сделал ln -s и всё ОК.

-- 
Slava Semushin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-27 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-27 16:27 [sisyphus] Что-то с lilo? Slava Semushin
2009-12-27 16:41 ` Vladislav Zavjalov
2009-12-27 16:51   ` Slava Semushin
2009-12-27 16:56     ` Rinat Bikov
2009-12-27 17:00       ` Slava Semushin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git