* [sisyphus] Kernel 2.4.5 questions
@ 2001-06-13 7:27 Mikhail Zabaluev
2001-06-13 8:04 ` Konstantin Volckov
2001-06-13 11:49 ` Dmitry V. Levin
0 siblings, 2 replies; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-06-13 7:27 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1.1: Type: text/plain, Size: 1315 bytes --]
Доброго времени суток.
Поставил custom-ядро 2.4.5, почему-то файлы modules.* создаются с
правами 666:
Security Warning: World Writeable files found :
- /lib/modules/2.4.5-alt2-mhz/modules.dep
- /lib/modules/2.4.5-alt2-mhz/modules.generic_string
- /lib/modules/2.4.5-alt2-mhz/modules.isapnpmap
- /lib/modules/2.4.5-alt2-mhz/modules.parportmap
- /lib/modules/2.4.5-alt2-mhz/modules.pcimap
- /lib/modules/2.4.5-alt2-mhz/modules.usbmap
То же самое с файлами в /var/run/kernel
Стоят initscripts-5.49-ipl24mdk
Еще с 2.4.5 такая беда: не заводился IP на Ethernet-интерфейсе через
DHCP. Использую dhcpxd, карта 3COM EtherLink XL, драйвер 3c59x.
Почему-то настройки IP не устанавливались, если dhcpxd, запущенный
из-под initlog, detach'ился не дожидаясь результата запросов. Причем
'ifup eth0' в консоли работает, но dhcpxd сыпет строки в вывод после
возврата командной строки. В ядре 2.2.19 все нормально.
Ключик -w в параметрах dhcpxd решил проблему ценой возросшего времени
ожидания. Патч приложен.
--
Stay tuned,
MhZ JID: mookid@jabber.org
___________
"It takes all sorts of in & out-door schooling to get adapted
to my kind of fooling"
- R. Frost
[-- Attachment #1.2: ifup-dhcpxd.patch --]
[-- Type: text/plain, Size: 381 bytes --]
--- ifup.orig Wed Jun 13 10:28:05 2001
+++ ifup Wed Jun 13 10:29:02 2001
@@ -195,7 +195,7 @@
# Dhcpxd don't support NEED_HOSTNAME ? guess i need time to patch
# this animal
[ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-H $HOSTNAME"
- DHCP_ARGS="$DHCP_ARGS $DEVICE"
+ DHCP_ARGS="$DHCP_ARGS -w $DEVICE"
;;
dhclient)
# Can't specify a host with dhclient ? same remark for
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] Kernel 2.4.5 questions
2001-06-13 7:27 [sisyphus] Kernel 2.4.5 questions Mikhail Zabaluev
@ 2001-06-13 8:04 ` Konstantin Volckov
2001-06-13 11:49 ` Dmitry V. Levin
1 sibling, 0 replies; 4+ messages in thread
From: Konstantin Volckov @ 2001-06-13 8:04 UTC (permalink / raw)
To: sisyphus
> Доброго времени суток.
Hi!
> Поставил custom-ядро 2.4.5, почему-то файлы modules.* создаются с
> правами 666:
> То же самое с файлами в /var/run/kernel
Странно. А какой у Вас modutils?
> Ключик -w в параметрах dhcpxd решил проблему ценой возросшего времени
> ожидания. Патч приложен.
А это уже к Диме :-)
--
Удачи,
Konstantin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] Kernel 2.4.5 questions
2001-06-13 7:27 [sisyphus] Kernel 2.4.5 questions Mikhail Zabaluev
2001-06-13 8:04 ` Konstantin Volckov
@ 2001-06-13 11:49 ` Dmitry V. Levin
2001-06-13 21:41 ` Mikhail Zabaluev
1 sibling, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2001-06-13 11:49 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]
On Wed, Jun 13, 2001 at 11:27:06AM +0400, Mikhail Zabaluev wrote:
> Поставил custom-ядро 2.4.5, почему-то файлы modules.* создаются с
> правами 666:
>
> Security Warning: World Writeable files found :
> - /lib/modules/2.4.5-alt2-mhz/modules.dep
> - /lib/modules/2.4.5-alt2-mhz/modules.generic_string
> - /lib/modules/2.4.5-alt2-mhz/modules.isapnpmap
> - /lib/modules/2.4.5-alt2-mhz/modules.parportmap
> - /lib/modules/2.4.5-alt2-mhz/modules.pcimap
> - /lib/modules/2.4.5-alt2-mhz/modules.usbmap
>
> То же самое с файлами в /var/run/kernel
> Стоят initscripts-5.49-ipl24mdk
Версии SysVinit и modutils = ?
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] 4+ messages in thread
* Re: [sisyphus] Kernel 2.4.5 questions
2001-06-13 11:49 ` Dmitry V. Levin
@ 2001-06-13 21:41 ` Mikhail Zabaluev
0 siblings, 0 replies; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-06-13 21:41 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
Hello Dmitry,
On Wed, Jun 13, 2001 at 03:49:54PM +0400, Dmitry V. Levin wrote:
>
> On Wed, Jun 13, 2001 at 11:27:06AM +0400, Mikhail Zabaluev wrote:
> > Поставил custom-ядро 2.4.5, почему-то файлы modules.* создаются с
> > правами 666:
> >
> > Security Warning: World Writeable files found :
> > - /lib/modules/2.4.5-alt2-mhz/modules.dep
> > - /lib/modules/2.4.5-alt2-mhz/modules.generic_string
> > - /lib/modules/2.4.5-alt2-mhz/modules.isapnpmap
> > - /lib/modules/2.4.5-alt2-mhz/modules.parportmap
> > - /lib/modules/2.4.5-alt2-mhz/modules.pcimap
> > - /lib/modules/2.4.5-alt2-mhz/modules.usbmap
> >
> > То же самое с файлами в /var/run/kernel
> > Стоят initscripts-5.49-ipl24mdk
>
> Версии SysVinit и modutils = ?
Все, понял, это было из Spring, уже обновил.
--
Stay tuned,
MhZ JID: mookid@jabber.org
___________
Observe yon plumed biped fine.
To activate its captivation,
Deposit on its termination,
A quantity of particles saline.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-06-13 21:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 7:27 [sisyphus] Kernel 2.4.5 questions Mikhail Zabaluev
2001-06-13 8:04 ` Konstantin Volckov
2001-06-13 11:49 ` Dmitry V. Levin
2001-06-13 21:41 ` Mikhail Zabaluev
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