Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Unable to start X

Unable to start X

2006-03-20       - By Rick Stevens

 Back
Reply:     1     2     3     4  

On Sun, 2006-03-19 at 17:44 -0700, brad.mugleston@(protected) wrote:
> Thanks everyone for your help - it turned out to be a lack of
> disk space....  I cleaned things up and it now works.

Lots of things break with low disk space.  Since xfs uses Unix sockets
(which have a chunk on the filesystem) and the session manager writes
stuff to /tmp, it's no wonder you'd have issues with no disk space.

> BTW is there an easy way to set the run level other than editing
> the file?  I'm thinking of a set type command.

"telinit 3" would switch you to run level 3.  Also appending the run
level to the end of the "kernel" line in grub works at boot:

  ...root=LABEL=/ rhgb quiet 3

If you want to query the user at boot, you can add some code to the
/etc/rc.d/rc script around line 45 to ask the user.  I've never done
this, but a potential bit of code would be:

  # Get first argument. Set new runlevel to this argument.
  [ -n "$argv1" ] && runlevel="$argv1"

  # Query user for desired runlevel...
  VAL=""
  echo -n "Enter desired run level (1-5) [$runlevel]: "
  read VAL
  if [ X$VAL != "X" ]; then
     runlevel=$VAL
  fi

The first two lines are from the file.  The remainder are courtesy of
yours truly.

CAUTION: I've not done this, so try it at your own peril!  Make a copy
of the file before you edit it and have a rescue CD ready to pull this
junk out if it doesn't work.  You have been warned!
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-             To iterate is human, to recurse, divine.               -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe