Results 1 to 10 of 14
I am using Gentoo 2.6.15-r1 on my box. I recently installed fbsplash on it and since then I get these annoying messages during the boot sequence
Code:
cannot touch /var/lib/init.d/deptree ...
- 04-13-2006 #1
cannot touch /var/lib/init.d/deptree
I am using Gentoo 2.6.15-r1 on my box. I recently installed fbsplash on it and since then I get these annoying messages during the boot sequence
I have changed the permissions of all these files to a+x+w+r but this problem does not seem to vanish. Can somebody help me?Code:cannot touch /var/lib/init.d/deptree read-only filesystem cannot touch /var/lib/init.d/depcache read-only filesystem and so on......
Thanking you in anticipation.
- 04-14-2006 #2
I take it that /var is on a separate partition from /? Assuming so, can you please post up your /etc/fstab.
Can you touch anything else on /var?DISTRO=Arch
Registered Linux User #388732
- 04-14-2006 #3After the boot I can touch /var but it seems that during the boot process the answer is no. BTW here is my fstab.
Originally Posted by Cabhan
Code:# ROOT /dev/hda7 / ext3 noatime 0 1 # SWAP /dev/hda8 none swap sw 0 0 # REMOVAL DEVICES /dev/cdrw /mnt/cdrom auto uid=500,gid=100,noauto,rw,exec,users 0 0 /dev/fd0 /mnt/floppy auto uid=500,gid=100,noauto,rw,exec,users 0 0 # WINDOWS DRIVES /dev/hda1 /mnt/win_c vfat uid=500,gid=100,rw,exec,users 0 1 /dev/hda5 /mnt/win_d vfat uid=500,gid=100,rw,exec,users 1 1 /dev/hda6 /mnt/win_e vfat uid=500,gid=100,rw,exec,users 1 1 # HOME SWEET HOME /dev/hda9 /home ext3 defaults,noatime 0 0 # NOTE: The next line is critical for boot! proc /proc proc defaults 0 0 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
- 04-15-2006 #4
Well, I'm not familiar with fbsplash, so I'm having a spot of difficulty here. I take it that these messages occur after the line "Mounting root filesystem read-only" and before "Remounting root filesystem" (or whatever the second one is that mounts it as writable)?
Did you follow the directions at:
http://gentoo-wiki.com/HOWTO_gensplash
?DISTRO=Arch
Registered Linux User #388732
- 04-15-2006 #5Ya these messages appear actually the former one. I had followed all the instructions on the page. Sometime back I thought that may be I am mounting my root partition as ro. So from my lilo.conf I have deleted the line "read-only". But that did not work. Any suggestions? I am not mounting my / partition as ro. Am I?
Originally Posted by Cabhan
- 04-15-2006 #6
No you're not. A standard part of the boot procedure is that the / is mounted read-only so that it can be examined, and then it is remounted as writable.
Try this:
The splash should show up later in the boot process, but this may fix it.Code:rc-update del splash boot rc-update add splash default
DISTRO=Arch
Registered Linux User #388732
- 04-25-2006 #7That did not solve the problem
Originally Posted by Cabhan
- 04-26-2006 #8Just Joined!
- Join Date
- Jun 2005
- Posts
- 3
what are you trying to screw with the file for. can you do it from a different distro or possibly a different boot sorry im bad at wording but i think youl understand what i mean. use a live disc to see if you can mess with the file (make sure its mounted as writable before attempting)
sorry that was probably useless seeing as i suck at wording and im not a user of this distro i just found the subject interesting
- 04-26-2006 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 3
oh wait completely ignore that... it just hit me what file you were talking about yeah i had a similar situation on another distro im not sure how i fixed it it was along time ago
- 04-26-2006 #10
Alrighty, according to a post on the Gentoo forums:
that will supposedly fix it. Lemme know how that goes.Code:emerge --sync emerge baselayout
DISTRO=Arch
Registered Linux User #388732


Reply With Quote
