LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-01-2004, 12:05 PM   #31
movitto
Member
 
Registered: May 2004
Distribution: Fedora 4 and Slackware
Posts: 179

Original Poster
Rep: Reputation: 30

lol, very true, very true. Thx for all the help.
 
Old 07-03-2004, 02:08 PM   #32
movitto
Member
 
Registered: May 2004
Distribution: Fedora 4 and Slackware
Posts: 179

Original Poster
Rep: Reputation: 30
An update;

Sorry it took me so long to update this thread but I've been busy (I bet you all know what thats like). Anyways, so I got my ethernet card working and everything but on this kernel build I have two primary problems:

1) When X starts, the startup login screen shows up and everything and I can log in but a few seconds into the process (before anything pops up) I get and error box saying:

"Your session lasted less than 10 seconds. If you have not logged out yourself, this could mean that there is some installation problem or that you may be out of diskspace. Try logging in with one of the failsafe sessions to see if you can fix this problem.
View detailes in ~/.xsession-errors"

So like any good linux user I went to xsession-errors in my home dir and got:
"rm: cannot remove '.' or '..'
rm: cannot remove '.' or '..'
Not enough free disk space on /tmp"

I did a du on /tmp and got a size of 564kB.

I did not have this error in the last kernel build, so Im thinking it is a problem with me ommiting something I should have included. Or maybe it is a problem with xf86config (though I doubt it, i havent touched that is a while).

2) My second problem is an extension of the one unresolved problem to my origninal posting in this thread. Upon startup everything starts up the way it should and all is well. But on shutdown the following processes fail to shutdown (eg. I get a process_name....... [failed]"
a. xfs
b. sm-client
c. automount

xfs is on the list so I am thinking this maybe has something to do with my first problem (what is xfs btw???).

Anyways I'll look into these problems and keep this thread updated. I'm almost positivie that all I need to do is enable or diasable a few flags in my kernel config, the only problem is finding out which ones

Thanks alot to all that have helped and will help;
Movitto
 
Old 07-03-2004, 07:29 PM   #33
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Well, I can confirm that the times I was unable to login the way you describe, the issue was in fact lack of disk space; freeing up about 500 MB solved it-- though I must add that my /home is not a separate partition from /, so I can't tell you whether the 500 MB needs to be in /home or in / if /home is a separate partition.

However, given the problems you're having with /tmp, I'd guess / is the issue. So try logging in as root (that may still work under X) and deleting some files, or log in as root on another virtual console and use mc (Midnight Commander, you almost certainly have it) to delete whatever looks deletable, or to move some files to a different partition (meaning a mounted partition maybe on another drive), in order to free up some space in /tmp, or in fact anywhere on the / partiton.

If worst comes to worst, uninstall some stuff; you can always reinstall it later, when you have your space issue solved (this is only a temporary solution, after all; you need to start thinking about getting some more space anyway, as whenever you install new programs you've discovered or want to try, you will recreate this issue unless you change something now).

Not much help, but hope it at least clarifies the issue a bit.
 
Old 07-04-2004, 12:03 AM   #34
movitto
Member
 
Registered: May 2004
Distribution: Fedora 4 and Slackware
Posts: 179

Original Poster
Rep: Reputation: 30
Motub;

Believe any help is alot of help when it comes to me and linux. I will delete some stuff and see what happens (after all im running linux on a test box so essentially everything is deletable).
The funny thing is though that I can log into X using Gnome but not kde. Im not sure why this is, other threads have suggested it is corrupted kde startup files or such.

Anyways, I will keeps on working at it and see what I get thx alot.
 
Old 07-04-2004, 12:26 AM   #35
movitto
Member
 
Registered: May 2004
Distribution: Fedora 4 and Slackware
Posts: 179

Original Poster
Rep: Reputation: 30
motub;

Thanks alot, you were right. What happend was that I kept on backing up my old kernels when I went to build a new one. These kept on taking more and more disk space. So i went back and deleted all but the one that I use.

Thanks very very very very much (i owe you one, BIG time)

Movitto
 
Old 07-04-2004, 12:35 AM   #36
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
deleted

Last edited by mritch; 07-04-2004 at 12:36 AM.
 
Old 01-28-2006, 04:27 AM   #37
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Rep: Reputation: 33
Ok, I can't help you much. I am myself facing a couple of problems building the new 2.6.14.2 kernel. Here's what problems I am facing, maybe you can help me.

As far as your P.C. not shutting down properly is concerned :
Quote:
At the end of the shutdown process I get:
Halting the system
Flushing ide devices: hda hdc
Power down
And the system just stops, it does not shut down, just stops with everything on the screen. I press the power button to turn the computer off.
Open up /etc/rc.d/rc.modules and uncomment the line that says /sbin/modprobe apm. This will enable the apm module to load. Shutdown/restart your computer (The first time you'll have to manually shut down the computer but after that it'll work fine.

Hope this helps!

Last edited by koodoo; 01-28-2006 at 05:00 AM.
 
Old 01-28-2006, 10:12 AM   #38
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Abit late now I think
 
Old 01-28-2006, 01:59 PM   #39
movitto
Member
 
Registered: May 2004
Distribution: Fedora 4 and Slackware
Posts: 179

Original Poster
Rep: Reputation: 30
lol yea. I've installed Linux on many machines by now. I absolutely love it! Anyways, thx once again for everyone that helped me in this post a year and a half ago (where does the time go, it just feels like yesterday!)
 
Old 01-29-2006, 04:08 AM   #40
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Rep: Reputation: 33
lol, yea quite late now didn't realize that, my bad. I was having a couple of problems installing the new kernel and when I was posting my thread, I found this thread in the similar threads section. I started reading through it but didn't realize that it was about a year and a half old.

These guys at LQ are great ! The amount of data they maintain is fabulus. Anyways thanks to everyone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Building kernel module from multiple source file in 2.6 kernel yogeshwar_s Programming 1 12-20-2004 09:31 AM
Problems building a simple kernel module for kernel 2.6.7 atticman Linux - Software 2 12-13-2004 03:35 PM
Kernel building? microsoft/linux Linux - General 1 09-30-2004 07:46 PM
building kernel RPM problems mindcry Linux - Software 1 08-12-2004 08:39 AM
Building kernel mods for an existing kernel ugenn Linux - Software 2 10-06-2003 01:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration