* [Comm] распаковать initrd (RAM disk is too big to fit between the kernel and the 15M-16M memory hole)
@ 2016-02-27 11:35 Sergey
2016-03-03 15:51 ` [Comm] распаковать initrd Sergey
2016-04-12 13:37 ` [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
0 siblings, 2 replies; 13+ messages in thread
From: Sergey @ 2016-02-27 11:35 UTC (permalink / raw)
To: ALT Linux Community general discussions
Приветствую.
А как сейчас initrd пакуют ? Что-то никак не догадаюсь.
Заодно причина интереса: хочется посмотреть, что попадает туда ввиду такого
вот предупреждения от lilo:
# update-kernel
Try to install new kernel kernel-image-ovz-el-2.6.32-alt138 and update its modules [y]/n?
...
Packed modules: ata_generic ata_piix crc-t10dif ext3 jbd libata mbcache pata_acpi scsi_mod sd_mod
...
Warning: The initial RAM disk is too big to fit between the kernel and
the 15M-16M memory hole. It will be loaded in the highest memory as
though the configuration file specified "large-memory" and it will
be assumed that the BIOS supports memory moves above 16M.
Added 2.6.32-ovz-el-alt138 ?
При этом, 3.14.62-std-def-alt0.M70P.1 добавилось без такого предупреждения, хотя
размер даже чуть больше:
-rw------- 1 root root 3710123 Feb 27 15:25 initrd-2.6.32-ovz-el-alt138.img
-rw------- 1 root root 3765314 Feb 27 14:57 initrd-3.14.62-std-def-alt0.M70P.1.img
Да и, вообще, размеры какие-то необычно большие что у одного, что у другого.
Достаточно старая интеловская платформа. На чуть более новой, но тоже уже в
возрасте, initrd получатся такой вот для ovz-el:
-rw------- 1 root root 2940240 Jan 19 16:28 initrd-2.6.32-ovz-el-alt138.img
x86_64 в обоих случаях.
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-02-27 11:35 [Comm] распаковать initrd (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
@ 2016-03-03 15:51 ` Sergey
2016-03-04 15:28 ` Michael Shigorin
2016-03-19 14:26 ` Sergey
2016-04-12 13:37 ` [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
1 sibling, 2 replies; 13+ messages in thread
From: Sergey @ 2016-03-03 15:51 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Saturday 27 February 2016, Sergey wrote:
> А как сейчас initrd пакуют ? Что-то никак не догадаюсь.
Что-то я про gzip забыл.
https://forum.altlinux.org/index.php?topic=33275.msg238067#msg238067
cat /boot/initrd-3.12.22-std-def-alt1.img | gzip -d | cpio -i
--
С уважением, Сергей.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-03 15:51 ` [Comm] распаковать initrd Sergey
@ 2016-03-04 15:28 ` Michael Shigorin
2016-03-19 14:26 ` Sergey
1 sibling, 0 replies; 13+ messages in thread
From: Michael Shigorin @ 2016-03-04 15:28 UTC (permalink / raw)
To: community
On Thu, Mar 03, 2016 at 07:51:43PM +0400, Sergey wrote:
> > А как сейчас initrd пакуют ? Что-то никак не догадаюсь.
> Что-то я про gzip забыл.
> https://forum.altlinux.org/index.php?topic=33275.msg238067#msg238067
> cat /boot/initrd-3.12.22-std-def-alt1.img | gzip -d | cpio -i
useless use of cat, достаточно zcat или gzip -d < файл :)
(cpio в таких контекстах обычно применяю с -id вместо -i,
бишь --make-directories)
--
---- WBR, Michael Shigorin / http://altlinux.org
------ http://opennet.ru / http://anna-news.info
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-03 15:51 ` [Comm] распаковать initrd Sergey
2016-03-04 15:28 ` Michael Shigorin
@ 2016-03-19 14:26 ` Sergey
2016-03-21 11:14 ` Anton Farygin
1 sibling, 1 reply; 13+ messages in thread
From: Sergey @ 2016-03-19 14:26 UTC (permalink / raw)
To: community
On Thursday 03 March 2016, Sergey wrote:
> > А как сейчас initrd пакуют ? Что-то никак не догадаюсь.
>
> Что-то я про gzip забыл.
>
> https://forum.altlinux.org/index.php?topic=33275.msg238067#msg238067
>
> cat /boot/initrd-3.12.22-std-def-alt1.img | gzip -d | cpio -i
Теперь можно заглядывать с помощью mc, начиная с mc 4.8.16-alt2.
Версия из Сизифа, вроде, всё ещё работает в p7, так что можно
поставить из задания 161527. Или брать в Сизифе, как туда уйдёт.
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-19 14:26 ` Sergey
@ 2016-03-21 11:14 ` Anton Farygin
2016-03-21 12:13 ` Sergey
0 siblings, 1 reply; 13+ messages in thread
From: Anton Farygin @ 2016-03-21 11:14 UTC (permalink / raw)
To: community
On 19.03.2016 17:26, Sergey wrote:
> On Thursday 03 March 2016, Sergey wrote:
>
>>> А как сейчас initrd пакуют ? Что-то никак не догадаюсь.
>>
>> Что-то я про gzip забыл.
>>
>> https://forum.altlinux.org/index.php?topic=33275.msg238067#msg238067
>>
>> cat /boot/initrd-3.12.22-std-def-alt1.img | gzip -d | cpio -i
>
> Теперь можно заглядывать с помощью mc, начиная с mc 4.8.16-alt2.
> Версия из Сизифа, вроде, всё ещё работает в p7, так что можно
> поставить из задания 161527. Или брать в Сизифе, как туда уйдёт.
>
Только если переименовать в cpio.gz - иначе куча мусора на экране, а не
содержимое initrd
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-21 11:14 ` Anton Farygin
@ 2016-03-21 12:13 ` Sergey
2016-03-21 16:19 ` Anton Farygin
0 siblings, 1 reply; 13+ messages in thread
From: Sergey @ 2016-03-21 12:13 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Monday 21 March 2016, Anton Farygin wrote:
> > Теперь можно заглядывать с помощью mc, начиная с mc 4.8.16-alt2.
> > Версия из Сизифа, вроде, всё ещё работает в p7, так что можно
> > поставить из задания 161527. Или брать в Сизифе, как туда уйдёт.
>
> Только если переименовать в cpio.gz - иначе куча мусора на экране,
> а не содержимое initrd
У меня работает. Может, какие-то ручные правки от предыдущей установки
остались и мешают ? Кстати, через некоторое время будет доступно задание
#161739 для p7 (сейчас AWAITING), но это просто пересборка 4.8.16-alt2,
без изменений.
--
С уважением, Сергей.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-21 12:13 ` Sergey
@ 2016-03-21 16:19 ` Anton Farygin
2016-03-21 18:09 ` Sergey
2016-03-22 6:45 ` Andrew Borodin
0 siblings, 2 replies; 13+ messages in thread
From: Anton Farygin @ 2016-03-21 16:19 UTC (permalink / raw)
To: community
On 21.03.2016 15:13, Sergey wrote:
> On Monday 21 March 2016, Anton Farygin wrote:
>
>>> Теперь можно заглядывать с помощью mc, начиная с mc 4.8.16-alt2.
>>> Версия из Сизифа, вроде, всё ещё работает в p7, так что можно
>>> поставить из задания 161527. Или брать в Сизифе, как туда уйдёт.
>>
>> Только если переименовать в cpio.gz - иначе куча мусора на экране,
>> а не содержимое initrd
>
> У меня работает. Может, какие-то ручные правки от предыдущей установки
> остались и мешают ? Кстати, через некоторое время будет доступно задание
> #161739 для p7 (сейчас AWAITING), но это просто пересборка 4.8.16-alt2,
> без изменений.
>
Я на Sisyphus.
На другой машинке работает, видимо чего-то не хватает.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-21 16:19 ` Anton Farygin
@ 2016-03-21 18:09 ` Sergey
2016-03-21 18:30 ` Sergey
2016-03-22 6:45 ` Andrew Borodin
1 sibling, 1 reply; 13+ messages in thread
From: Sergey @ 2016-03-21 18:09 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Monday 21 March 2016, Anton Farygin wrote:
> Я на Sisyphus.
>
> На другой машинке работает, видимо чего-то не хватает.
Тогда в sisyphus@ лучше продублировать, в ветке с темой "I: mc 4.8.16-alt1".
Я, пока, не могу придумать, чего может не хватать, а там Andrew Borodin
отметился, он, как раз, из команды разработчиков mc, он же #3621 и исправлял.
Может, у него какие идеи будут. Хотя, community@ он тоже читал раньше.
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-21 18:09 ` Sergey
@ 2016-03-21 18:30 ` Sergey
0 siblings, 0 replies; 13+ messages in thread
From: Sergey @ 2016-03-21 18:30 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Monday 21 March 2016, Sergey wrote:
> из команды разработчиков mc, он же #3621 и исправлял.
Но это на #3621 не похоже, так как проблема была в содержимом
архива, а не в имени. А тут больше похоже по описанию, что gzip
не используется, что ли...
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-21 16:19 ` Anton Farygin
2016-03-21 18:09 ` Sergey
@ 2016-03-22 6:45 ` Andrew Borodin
2016-03-24 8:11 ` Anton Farygin
1 sibling, 1 reply; 13+ messages in thread
From: Andrew Borodin @ 2016-03-22 6:45 UTC (permalink / raw)
To: community
On Mon, Mar 21, 2016 at 07:19:42PM +0300, Anton Farygin wrote:
> На другой машинке работает, видимо чего-то не хватает.
Скорее всего, дело в ~/.config/mc/mc.ext.
Там где работает, этого фйла нет, поэтому используется
/etc/mc/mc.ext, где есть нужная запись. А там, где не работает,
есть старый ~/.config/mc/mc.ext, а в нём нужной записи нет.
--
С уважением
А. Бородин.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] распаковать initrd
2016-03-22 6:45 ` Andrew Borodin
@ 2016-03-24 8:11 ` Anton Farygin
0 siblings, 0 replies; 13+ messages in thread
From: Anton Farygin @ 2016-03-24 8:11 UTC (permalink / raw)
To: community
On 22.03.2016 09:45, Andrew Borodin wrote:
> On Mon, Mar 21, 2016 at 07:19:42PM +0300, Anton Farygin wrote:
>> >На другой машинке работает, видимо чего-то не хватает.
> Скорее всего, дело в ~/.config/mc/mc.ext.
> Там где работает, этого фйла нет, поэтому используется
> /etc/mc/mc.ext, где есть нужная запись. А там, где не работает,
> есть старый ~/.config/mc/mc.ext, а в нём нужной записи нет.
Нет, файла такого там нету.
Какой-то подземный стук был - сейчас всё заработало, спасибо - отличная
фича.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole)
2016-02-27 11:35 [Comm] распаковать initrd (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
2016-03-03 15:51 ` [Comm] распаковать initrd Sergey
@ 2016-04-12 13:37 ` Sergey
2016-04-12 15:54 ` Sergey
1 sibling, 1 reply; 13+ messages in thread
From: Sergey @ 2016-04-12 13:37 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Saturday 27 February 2016, Sergey wrote:
> Заодно причина интереса: хочется посмотреть, что попадает туда ввиду такого
> вот предупреждения от lilo:
>
> # update-kernel
> Try to install new kernel kernel-image-ovz-el-2.6.32-alt138 and update its modules [y]/n?
> ...
> Packed modules: ata_generic ata_piix crc-t10dif ext3 jbd libata mbcache pata_acpi scsi_mod sd_mod
> ...
> Warning: The initial RAM disk is too big to fit between the kernel and
> the 15M-16M memory hole. It will be loaded in the highest memory as
> though the configuration file specified "large-memory" and it will
> be assumed that the BIOS supports memory moves above 16M.
> Added 2.6.32-ovz-el-alt138 ?
Дошли руки. Для ovz-el-alt140 получилась вот такая разница для p7/x86_64,
на двух идентичных интеловских платформах (правда, с несколько различным
набором пакетов):
48a49
> ./etc/modprobe.d/alsa-modindex.conf
67a69,70
> ./etc/syslog.conf
> ./etc/syslog.d
70d72
< ./etc/udev/rules.d/50-firmware.rules
72d73
< ./etc/udev/rules.d/60-cdrom_id.rules
74,76d74
< ./etc/udev/rules.d/64-device-mapper.rules
< ./etc/udev/rules.d/64-md-raid.rules
< ./etc/udev/rules.d/70-permissions.rules
140a139
> ./lib/initrd/modules/015-syslog
151a151,160
> ./lib/ld-2.17.so
> ./lib/ld-linux.so.2
> ./lib/libc-2.17.so
> ./lib/libc.so.6
> ./lib/libnss_dns-2.17.so
> ./lib/libnss_dns.so.2
> ./lib/libnss_files-2.17.so
> ./lib/libnss_files.so.2
> ./lib/libresolv-2.17.so
> ./lib/libresolv.so.2
200a210
> ./sbin/klogd
204a215
> ./sbin/syslogd
218a230,234
> ./var/log
> ./var/log/initramfs
> ./var/run
> ./var/run/klogd.pid
> ./var/run/syslogd.pid
Интересно, зачем make-initrd втянул /lib/* и klogd/syslogd во втором
случае ? На всякий случай поменял klogd/syslogd на syslog-ng (как на
первом сервере), набор /lib/* попал в initrd точно так же. На первом
ещё нет OpenVZ - ядро просто так ставил.
update-kernel-0.9.5-alt1
--
С уважением, Сергей.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole)
2016-04-12 13:37 ` [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
@ 2016-04-12 15:54 ` Sergey
0 siblings, 0 replies; 13+ messages in thread
From: Sergey @ 2016-04-12 15:54 UTC (permalink / raw)
To: community
On Tuesday 12 April 2016, Sergey wrote:
> update-kernel-0.9.5-alt1
Тьфу, зачем-то update-kernel указал. make-initrd-0.8.6-alt1.M70P.2
--
С уважением, Сергей.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-04-12 15:54 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-27 11:35 [Comm] распаковать initrd (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
2016-03-03 15:51 ` [Comm] распаковать initrd Sergey
2016-03-04 15:28 ` Michael Shigorin
2016-03-19 14:26 ` Sergey
2016-03-21 11:14 ` Anton Farygin
2016-03-21 12:13 ` Sergey
2016-03-21 16:19 ` Anton Farygin
2016-03-21 18:09 ` Sergey
2016-03-21 18:30 ` Sergey
2016-03-22 6:45 ` Andrew Borodin
2016-03-24 8:11 ` Anton Farygin
2016-04-12 13:37 ` [Comm] make-initrd, лишние файлы (RAM disk is too big to fit between the kernel and the 15M-16M memory hole) Sergey
2016-04-12 15:54 ` Sergey
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git