Gentoo Archives: gentoo-laptop

From: maillists <lists@×××××.net>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] emerge broken after update gcc
Date: Thu, 04 Jan 2007 13:48:05
Message-Id: 1167918219.16744.183.camel@localhost
In Reply to: Re: [gentoo-laptop] emerge broken after update gcc by "Jürgen Pierau"
1 On Thu, 2007-01-04 at 12:32 +0100, Jürgen Pierau wrote:
2 > maillists schrieb:
3 > > Hi,
4 > >
5 > > I just updated gcc and am running 4.1.1. but now my emerge does not work
6 > > at all.
7 > >
8 > > Here is an example of trying to update portage for example:
9 > >
10 > > thor rbragg # emerge -a portage
11 > > emergelog(): [Errno 30] Read-only file system: '/var/log/emerge.log'
12 > > emergelog(): [Errno 30] Read-only file system: '/var/log/emerge.log'
13 > >
14 > It looks like your filesystem is mounted with the 'ro' option. Seeing
15 > the output of 'mount' would help.
16 >
17 > Bye,
18 > Jürgen
19
20 Hi,
21
22 Thanks, here is the "mount" command: As you can see I also have NFS
23 mount some local file shares from another host. My system is
24 on /dev/hda4. What is the "commit=0" thing?
25
26 thor rbragg # mount
27 /dev/hda4 on / type ext3 (rw,commit=0)
28 proc on /proc type proc (rw)
29 sysfs on /sys type sysfs (rw)
30 udev on /dev type tmpfs (rw,nosuid)
31 devpts on /dev/pts type devpts (rw)
32 shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
33 none on /proc/bus/usb type usbfs (rw)
34 host.home.net:/home/share/accounts on /home/rbragg/accounts type nfs
35 (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.11,addr=192.168.0.11)
36 host.home.net:/home/share/artwork on /home/rbragg/artwork type nfs
37 (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.11,addr=192.168.0.11)
38 host.home.net:/home/share/clients on /home/rbragg/clients type nfs
39 (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.11,addr=192.168.0.11)
40 host.home.net:/home/share/gmnet on /home/rbragg/gmnet type nfs
41 (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.11,addr=192.168.0.11)
42 host.home.net:/home/share/mp3 on /home/rbragg/mp3 type nfs
43 (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.11,addr=192.168.0.11)
44
45 Thanks
46 rick
47
48
49 --
50 gentoo-laptop@g.o mailing list

Replies

Subject Author
RE: [gentoo-laptop] emerge broken after update gcc "Nelson
Re: [gentoo-laptop] emerge broken after update gcc "Jürgen Pierau" <gentoo-laptop@××××××.org>
Re: [gentoo-laptop] emerge broken after update gcc "Boyd Stephen Smith Jr." <bss03@××××××××××.net>