ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] livecd: dhcpcd broken
@ 2008-05-26  9:40 Mykola S. Grechukh
  2008-05-26 16:43 ` Michael A. Kangin
  0 siblings, 1 reply; 6+ messages in thread
From: Mykola S. Grechukh @ 2008-05-26  9:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

и вот еще такую фигню наблюдаю в livecd на базе бранча:

May 26 10:38:45 localhost ifplugd(eth0)[2873]: Link beat detected.
May 26 10:38:46 localhost ifplugd(eth0)[2873]: Executing
'/etc/net/scripts/ifplugd.action eth0 up'.
May 26 10:38:46 localhost ifplugd(eth0)[2873]: client: Error, eth0:
mkdir("/etc",0): Read-only file system
May 26 10:38:46 localhost dhcpcd[3784]: eth0: mkdir("/etc",0): Read-only file
system
May 26 10:38:46 localhost ifplugd(eth0)[2873]: Program executed successfully.
May 26 10:39:16 localhost dhcpcd[3808]: eth0: mkdir("/etc",0): Read-only file
system
May 26 10:39:24 localhost dhcpcd[3809]: eth0: mkdir("/etc",0): Read-only file
system

это что? профиль mkimage здесь
http://paq.osdn.org.ua/~gns/eeepc/eeepc-profile.tar.bz2

в /proc/mounts

rootfs / rootfs rw 0 0
udev /dev tmpfs rw,size=10240k,mode=755 0 0
/dev/sdb1 /image vfat
ro,fmask=0022,dmask=0022,codepage=cp866,iocharset=koi8-r,check=r 0 0
/dev/loop0 / squashfs ro 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
/dev/shm /tmp tmpfs rw 0 0
/dev/shm /mnt tmpfs rw 0 0
tmpfs /media tmpfs rw,size=52k 0 0
/mnt/root//var/ /var unionfs rw,dirs=/mnt/root/var=rw:/var=ro 0 0
/mnt/root//etc /etc unionfs rw,dirs=/mnt/root/etc=rw:/etc=ro 0 0
/mnt/root//lib /lib unionfs rw,dirs=/mnt/root/lib=rw:/lib=ro 0 0
/mnt/root//bin /bin unionfs rw,dirs=/mnt/root/bin=rw:/bin=ro 0 0
/mnt/root//usr /usr unionfs rw,dirs=/mnt/root/usr=rw:/usr=ro 0 0
/mnt/root//sbin /sbin unionfs rw,dirs=/mnt/root/sbin=rw:/sbin=ro 0 0
/mnt/root//home /home unionfs rw,dirs=/mnt/root/home=rw:/home=ro 0 0
/mnt/root//root /root unionfs rw,dirs=/mnt/root/root=rw:/root=ro 0 0
/dev/sda1 /mnt/sda1 ext2 rw,errors=continue 0 0
/dev/sda2 /mnt/sda2 ext3 rw,errors=continue,data=ordered 0 0
tmpfs /tmp tmpfs rw 0 0
/dev/sda3 /mnt/sda3 vfat
rw,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp866,iocharset=utf8
0 0
/dev/sdc1 /mnt/sdc1 vfat
rw,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp866,iocharset=utf8
0 0
none /dev/pts devpts rw,mode=600 0 0

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

* Re: [sisyphus] livecd: dhcpcd broken
  2008-05-26  9:40 [sisyphus] livecd: dhcpcd broken Mykola S. Grechukh
@ 2008-05-26 16:43 ` Michael A. Kangin
  2008-05-26 17:26   ` Mykola S. Grechukh
  2008-05-27 15:50   ` Mykola S. Grechukh
  0 siblings, 2 replies; 6+ messages in thread
From: Michael A. Kangin @ 2008-05-26 16:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от Monday 26 May 2008 13:40:50 Mykola S. Grechukh написал(а):

> и вот еще такую фигню наблюдаю в livecd на базе бранча:
> May 26 10:38:45 localhost ifplugd(eth0)[2873]: Link beat detected.
> May 26 10:38:46 localhost ifplugd(eth0)[2873]: Executing
> '/etc/net/scripts/ifplugd.action eth0 up'.
> May 26 10:38:46 localhost ifplugd(eth0)[2873]: client: Error, eth0:
> mkdir("/etc",0): Read-only file system
> May 26 10:38:46 localhost dhcpcd[3784]: eth0: mkdir("/etc",0): Read-only
> file system
> May 26 10:38:46 localhost ifplugd(eth0)[2873]: Program executed
> successfully. May 26 10:39:16 localhost dhcpcd[3808]: eth0:
> mkdir("/etc",0): Read-only file system
> May 26 10:39:24 localhost dhcpcd[3809]: eth0: mkdir("/etc",0): Read-only
> file system

А оно в результате получает настройки?
На всякий случай: touch(mkdir) /etc/blablabla работает?

-- 
wbr, Michael A. Kangin


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

* Re: [sisyphus] livecd: dhcpcd broken
  2008-05-26 16:43 ` Michael A. Kangin
@ 2008-05-26 17:26   ` Mykola S. Grechukh
  2008-05-26 17:30     ` Mikhail Gusarov
  2008-05-27 15:50   ` Mykola S. Grechukh
  1 sibling, 1 reply; 6+ messages in thread
From: Mykola S. Grechukh @ 2008-05-26 17:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

не получает. попробовал даже руками создать eth0 boottype=dhcp. touch
внутри /etc разумеется работает.

On 5/26/08, Michael A. Kangin <mak@rsmu.ru> wrote:
> В сообщении от Monday 26 May 2008 13:40:50 Mykola S. Grechukh написал(а):
>
>> и вот еще такую фигню наблюдаю в livecd на базе бранча:
>> May 26 10:38:45 localhost ifplugd(eth0)[2873]: Link beat detected.
>> May 26 10:38:46 localhost ifplugd(eth0)[2873]: Executing
>> '/etc/net/scripts/ifplugd.action eth0 up'.
>> May 26 10:38:46 localhost ifplugd(eth0)[2873]: client: Error, eth0:
>> mkdir("/etc",0): Read-only file system
>> May 26 10:38:46 localhost dhcpcd[3784]: eth0: mkdir("/etc",0): Read-only
>> file system
>> May 26 10:38:46 localhost ifplugd(eth0)[2873]: Program executed
>> successfully. May 26 10:39:16 localhost dhcpcd[3808]: eth0:
>> mkdir("/etc",0): Read-only file system
>> May 26 10:39:24 localhost dhcpcd[3809]: eth0: mkdir("/etc",0): Read-only
>> file system
>
> А оно в результате получает настройки?
> На всякий случай: touch(mkdir) /etc/blablabla работает?
>
> --
> wbr, Michael A. Kangin
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus

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

* Re: [sisyphus] livecd: dhcpcd broken
  2008-05-26 17:26   ` Mykola S. Grechukh
@ 2008-05-26 17:30     ` Mikhail Gusarov
  2008-05-26 17:48       ` Mykola S. Grechukh
  0 siblings, 1 reply; 6+ messages in thread
From: Mikhail Gusarov @ 2008-05-26 17:30 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Twas brillig at 20:26:14 26.05.2008 UTC+03 when Mykola S. Grechukh did gyre and gimble:

 MSG> не получает. попробовал даже руками создать eth0 boottype=dhcp. touch
 MSG> внутри /etc разумеется работает.

A: No.
Q: Should I top-post?

-- 
JID: dottedmag@altlinux.org / dottedmag@jabber.dottedmag.net

[-- Attachment #2: Type: application/pgp-signature, Size: 196 bytes --]

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

* Re: [sisyphus] livecd: dhcpcd broken
  2008-05-26 17:30     ` Mikhail Gusarov
@ 2008-05-26 17:48       ` Mykola S. Grechukh
  0 siblings, 0 replies; 6+ messages in thread
From: Mykola S. Grechukh @ 2008-05-26 17:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

2008/5/26 Mikhail Gusarov <dottedmag@>:
> Twas brillig at 20:26:14 26.05.2008 UTC+03 when Mykola S. Grechukh did gyre and gimble:
>
>  MSG> не получает. попробовал даже руками создать eth0 boottype=dhcp. touch
>  MSG> внутри /etc разумеется работает.
>
> A: No.
> Q: Should I top-post?

сорри. к сожалению, в gmail mobile выбора нет.

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

* Re: [sisyphus] livecd: dhcpcd broken
  2008-05-26 16:43 ` Michael A. Kangin
  2008-05-26 17:26   ` Mykola S. Grechukh
@ 2008-05-27 15:50   ` Mykola S. Grechukh
  1 sibling, 0 replies; 6+ messages in thread
From: Mykola S. Grechukh @ 2008-05-27 15:50 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

2008/5/26, Michael A. Kangin <>:
> В сообщении от Monday 26 May 2008 13:40:50 Mykola S. Grechukh > А оно в результате получает настройки?
>  На всякий случай: touch(mkdir) /etc/blablabla работает?

с корнем на readonly NFS работает. оказалось, что на unionfs over
squashfs mkdir /etc дает file exists, а на unionfs over ro nfs -
permission denied. strace прилагается.

осталось выяснить зачем там вообще нужен mkdir /etc

[-- Attachment #2: strace.nfs --]
[-- Type: application/octet-stream, Size: 3594 bytes --]

[-- Attachment #3: strace.squash --]
[-- Type: application/octet-stream, Size: 2852 bytes --]

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

end of thread, other threads:[~2008-05-27 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-26  9:40 [sisyphus] livecd: dhcpcd broken Mykola S. Grechukh
2008-05-26 16:43 ` Michael A. Kangin
2008-05-26 17:26   ` Mykola S. Grechukh
2008-05-26 17:30     ` Mikhail Gusarov
2008-05-26 17:48       ` Mykola S. Grechukh
2008-05-27 15:50   ` Mykola S. Grechukh

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