1830204 Members
15713 Online
109999 Solutions
New Discussion

Redhat 9.0 Help

 
babaolowonla
New Member

Redhat 9.0 Help

I could not log into my Redhat 9.0 server due to the following error messages:
no disk space on devise

Can someone tell me how to delete some unused applications or packages through the command line so that I can log back through the kdm or gnome. I installed both, I might be able to free space if I remove one of the desktop login

Also I just finished a scan using Nessus but was unable to save my scan results. Is it possible to recover the files

Please help
3 REPLIES 3
KapilRaj
Honored Contributor

Re: Redhat 9.0 Help

1. post this in the linux forums.
2. for now u may login thru a text console as root and look for "/" filesystem and clear some files like "core" etc.

Kaps
Nothing is impossible
babaolowonla
New Member

Re: Redhat 9.0 Help

Thanks Kapil for the quick response.
Can you elaborate more on the files to safely delete? I could not find your post in the forum
Vitaly Karasik_1
Honored Contributor

Re: Redhat 9.0 Help

1st, check which fs is full [if you have several filesystems].

- check root's and other users homedirs - prboably someone store big files.

- check /tmp and /var/tmp

- check /var/log, /var/spool, /var/mail

And if all these dirs contain only nesessary files, you can "rpm -e xemacs, netscape, *-devel, kernel-sources, ..."

Rgds,
Vitaly