Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-27-2005, 06:43 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2005
Location: Denmark
Distribution: Debian Lenny
Posts: 7
Rep:
|
KDE freezes up. Getting "Read-only file system"
Hi,
complete newbie here. I would like to learn Linux and was told that one good way to do it was by using Slackware.
So I'm trying it out and so far has gotten it installed (and very much liked the simple & basic installationprogram. No problems there :-)
So I've installed 10.1.
I have hdc5 1GB swap
hdc6 / 10GB
hdc8 /home 20GB
I got through the installation without any problems.
I used "adduser".
I logged in as the new user.
I "startx"'ed to KDE
All is fine.
But when I use Konquer to browse to a webpage, the webpage loads ok, but then the session completely locks up?
In the console I can see complaints about a read-only filesystem.
Was I supposed to add som specific permissions to the user after "adduser" ?
This is from the console:
X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: Linux 2.4.29 i686 [ELF]
Current Operating System: Linux Slackw 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686
Build Date: 23 January 2005
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 28 01:18:34 2005
(==) Using config file: "/etc/X11/xorg.conf"
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
xset: bad font path element (#58), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
startkde: Starting up...
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
KWrited - Lytter på enhed /dev/pts/0
SetClientVersion: 0 8
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x80f0f50 ): KAccel object already contains an action name "del"
QPixmap: Cannot create a QPixmap when no GUI is being used
konqueror: ERROR: Error in BrowserExtension::actionSlotMap(), unknown action : searchProvider
konqueror: ERROR: Error in BrowserExtension::actionSlotMap(), unknown action : searchProvider
KTempFile: Error trying to create /home/jan/.kde/share/apps/konqueror/konq_historyXXXXXX.new: Read-only file system
konqueror: WARNING: Can't open
KTempFile: Error trying to create /home/jan/.kde/share/apps/konqueror/konq_historyXXXXXX.new: Read-only file system
konqueror: WARNING: Can't open
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrc.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrc.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrc.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrc.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrc.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/konquerorrcXXXXXX.new: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/kdeglobals.lockXXXXXX.tmp: Read-only file system
KTempFile: Error trying to create /home/jan/.kde/share/config/kdeglobals.lockXXXXXX.tmp: Read-only file system
|
|
|
|
02-27-2005, 07:14 PM
|
#2
|
|
Member
Registered: Feb 2004
Location: Ottawa, Ontario, Can
Distribution: Slackware, ubuntu
Posts: 391
Rep:
|
kind of quick & dirty but maybe do:
chmod -R o+rwx /home/jan
|
|
|
|
02-27-2005, 07:55 PM
|
#3
|
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
Try typing just: mount
That will show you all mounted partitions and their status and attributes.
|
|
|
|
02-28-2005, 12:41 AM
|
#4
|
|
LQ Newbie
Registered: Feb 2005
Location: Denmark
Distribution: Debian Lenny
Posts: 7
Original Poster
Rep:
|
Mount says:
/dev/hdc6 on / type ext3 (rw)
proc on /proc type proc (rw)
/dev/hdc8 on /home type ext3 (rw)
/dev/hda1 on /win-c type ntfs (ro)
/dev/hda5 on /win-d type ntfs (ro)
/dev/hda6 on /win-e type vfat (rw)
devpts on /dev/pts type devpts (rw, gid=5, mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
I tried to "vi" a file to copy the above but then I got the following message:
EXT-FS error (device ide1(22,6)) in start_transaction: Readonly filesystem
And now I'm getting these messages no matter what I do :-(
Looks like something is really wrong.
(Since I couldn't copy the above output to a file, I had to write it down on a piece of paper, to be able to give you the information, so maybe I'm not using the correct upper/lowercase characters. )
BTW I also got (from memory) something like "Too many sessionsids in /var/tmp", but when I looked in /var/tmp I saw basically nothing there.
Last edited by GoodVibrations; 02-28-2005 at 12:44 AM.
|
|
|
|
02-28-2005, 06:02 AM
|
#5
|
|
LQ Newbie
Registered: Feb 2005
Location: Denmark
Distribution: Debian Lenny
Posts: 7
Original Poster
Rep:
|
Should I try reinstalling Slackware ?
I also have two partitions for Mandrake 10.1:
hdc1 /
hdc7 /home
hdc5 swap is used both by Mandrake & Slackware (not at the same time of course). I tried to make a new swappartition for Slackware, but the installer then asked me if I would like to use *these* partitions for swap. Ie I couldn't tell the installer that it should use the newly created swappartition only. So I figured that could I do with only one swappartition for both distros to share. Maybe I thought wrong ?
Should i delete those partitions and start afresh with 3 new partitions just for Slackware?
I'm just wondering, what I could have been doing wrong. I basically have just installed Slackware and nothing more.
|
|
|
|
02-28-2005, 06:17 AM
|
#6
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
Check the swap partition :
cat /proc/swaps
free
Check your user uid :
id
And check if your home uid matches :
ls -l /home/GoodVibrations
|
|
|
|
02-28-2005, 07:49 AM
|
#7
|
|
Senior Member
Registered: Sep 2003
Posts: 3,171
Rep: 
|
Looking it over, I will bet you haven't given yourself write permission in your home directory. You should su root then check/change permissions.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|