* [mdk-re] Возможно, ошибка в initscript
@ 2001-05-03 12:30 Sergei
2001-05-03 14:03 ` [mdk-re] " Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Sergei @ 2001-05-03 12:30 UTC (permalink / raw)
To: mandrake-russian
А именно, в файле /etc/rc.d/scripts/gen_kernel_headers:
вместо
[ -d "/usr/lib/kernel/$KERNEL_VERSION" ]
надо
[ -d "/usr/lib/kernel/$KERNEL_VERSION" ] && mkdir
"/usr/lib/kernel/$KERNEL_VERSION"
cd "/usr/lib/kernel/$KERNEL_VERSION"
--
С уважением, Епифанов Сергей
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re: [mdk-re] Возможно, ошибка в initscript
2001-05-03 12:30 [mdk-re] Возможно, ошибка в initscript Sergei
@ 2001-05-03 14:03 ` Dmitry V. Levin
2001-05-03 21:37 ` Sergei
0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2001-05-03 14:03 UTC (permalink / raw)
To: Linux-Mandrake RE Mailing List
[-- Attachment #1: Type: text/plain, Size: 893 bytes --]
On Tue, May 01, 2001 at 08:17:00PM +0400, Sergei wrote:
> А именно, в файле /etc/rc.d/scripts/gen_kernel_headers:
> вместо
> [ -d "/usr/lib/kernel/$KERNEL_VERSION" ]
>
> надо
> [ -d "/usr/lib/kernel/$KERNEL_VERSION" ] && mkdir
> "/usr/lib/kernel/$KERNEL_VERSION"
> cd "/usr/lib/kernel/$KERNEL_VERSION"
Нет, это не ошибка.
Скрипт gen_kernel_headers не должен что-либо делать, если обнаруживает
отсутствие необходимых заголовочных файлов.
Такое бывает, например, в случае с неправильно самомобранными ядрами.
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@alt-linux.org
ALT Linux Team http://www.altlinux.ru/
Fandra Project http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] Re: [mdk-re] Возможно, ошибка в initscript
2001-05-03 14:03 ` [mdk-re] " Dmitry V. Levin
@ 2001-05-03 21:37 ` Sergei
2001-05-04 12:43 ` [mdk-re] Re[2]: " Sergey Krivulja
2001-05-04 14:11 ` Sergey Krivulja
0 siblings, 2 replies; 5+ messages in thread
From: Sergei @ 2001-05-03 21:37 UTC (permalink / raw)
To: mandrake-russian
3 Май 2001 14:10 Вы написали:
> On Tue, May 01, 2001 at 08:17:00PM +0400, Sergei wrote:
> > А именно, в файле /etc/rc.d/scripts/gen_kernel_headers:
> > вместо
> > [ -d "/usr/lib/kernel/$KERNEL_VERSION" ]
> >
> > надо
> > [ -d "/usr/lib/kernel/$KERNEL_VERSION" ] && mkdir
> > "/usr/lib/kernel/$KERNEL_VERSION"
> > cd "/usr/lib/kernel/$KERNEL_VERSION"
>
> Нет, это не ошибка.
> Скрипт gen_kernel_headers не должен что-либо делать, если обнаруживает
> отсутствие необходимых заголовочных файлов.
> Такое бывает, например, в случае с неправильно самомобранными ядрами.
А как нужно правильно самособрать ядро? Использую из Sisyphus 2.2.19-alt2.
Да, когда пытался собрать ядро 2.4.3, то появилась ошибка при сборке drm и не
был найден compat-pre24.h. А под 2.4.3 - этих ошибок нет...
--
С уважением, Епифанов Сергей
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re[2]: [mdk-re] Re: [mdk-re] Возможно, ошибка в initscript
2001-05-03 21:37 ` Sergei
@ 2001-05-04 12:43 ` Sergey Krivulja
2001-05-04 14:11 ` Sergey Krivulja
1 sibling, 0 replies; 5+ messages in thread
From: Sergey Krivulja @ 2001-05-04 12:43 UTC (permalink / raw)
To: Sergei
Hello Sergei,
S> был найден compat-pre24.h. А под 2.4.3 - этих ошибок нет...
У меня ошибка с ненайденым нидером вылазила и с 2.2.18
--
Best regards,
Sergey mailto:skrivulja@erec.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re[2]: [mdk-re] Re: [mdk-re] Возможно, ошибка в initscript
2001-05-03 21:37 ` Sergei
2001-05-04 12:43 ` [mdk-re] Re[2]: " Sergey Krivulja
@ 2001-05-04 14:11 ` Sergey Krivulja
1 sibling, 0 replies; 5+ messages in thread
From: Sergey Krivulja @ 2001-05-04 14:11 UTC (permalink / raw)
To: Sergei
Hello Sergei,
S> был найден compat-pre24.h. А под 2.4.3 - этих ошибок нет...
У меня ошибка с ненайденым хидером вылазила и с 2.2.18
При попытке все сделать руками.
Делаю make menuconfig, make dep, make bzImage
Вот после этого и вылазит ошибка.
--
Best regards,
Sergey mailto:skrivulja@erec.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-05-04 14:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-03 12:30 [mdk-re] Возможно, ошибка в initscript Sergei
2001-05-03 14:03 ` [mdk-re] " Dmitry V. Levin
2001-05-03 21:37 ` Sergei
2001-05-04 12:43 ` [mdk-re] Re[2]: " Sergey Krivulja
2001-05-04 14:11 ` Sergey Krivulja
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