similar to: How to get usb storage under /media in runlevel 3?

Displaying 20 results from an estimated 4000 matches similar to: "How to get usb storage under /media in runlevel 3?"

2010 Apr 29
2
C5: correct place for routing scripts?
Hello I have several Centos 4 and Centos 5 servers. Because of the nature of the environment, there are some static arp entries made with arp command and then source routing made with "ip rule/ip route" -commands. Those commands are now placed at /etc/rc.d/rc.local which is bad: if server is rebooted, those commands will be done correctly but if administrator restarts network with
2012 May 04
1
[PATCH] tools/hotplug: remove 4 from default runlevel in xen-watchdog, xend and xendomains
# HG changeset patch # User Olaf Hering <olaf@aepfle.de> # Date 1336153082 -7200 # Node ID 9a430b7e2df2893f7f4f75d10e66d52bdffa7efa # Parent 113fd57259b91af06a5352404dd94b484a98d2bc tools/hotplug: remove 4 from default runlevel in xen-watchdog, xend and xendomains Similar to what changeset 24847:0900b1c905f1 does in xencommons, remove runlevel 4 from the other runlevel scripts. LSB defines
2005 Apr 14
1
pxeboot to runlevel 4
folks, Im trying to boot to runlevel 4 explicitly, using this stanza: ie with a single 4 at end of APPEND line. LABEL 2.6.11-r10c2-soekris-v1 MENU LABEL ^j. runlevel 4 2.6.11-r10c2-soekris-v1 # 4 MENU DEFAULT KERNEL vmlinuz-2.6.11-r10c2-soekris-v1 APPEND console=ttyS0,19200n81 root=/dev/nfs nfsroot=192.168.42.1:/nfshost/foo
2001 Nov 07
1
rh7.2 starts wine in runlevel 3!
installing the wine rpm that comes with red hat 7.2 works -- unless you switch to runlevel 3! Then the wine startup script runs, and fails. Since wine depends on X, it should only run in runlevel 5! - Dan
2011 Nov 08
3
ubuntu 11.10, system V runlevel compatability
I''m having a problem with the boot sequence hanging indefinitely at "stopping system V runlevel compatibility". Here are the steps I took to get to this point: 1) installed a single boot, server version of ubuntu 11.10 (intended to be dom0) 2) apt-get install xen-hypervisor-4.1-amd64 xen-utils-4.1 xenwatch xen-tools xen-utils-common xenstore-utils 3) updated grub as follows: -
2015 Apr 08
8
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-04, Bill Maltby (C4B) <centos4bill at gmail.com> wrote: > On Sat, 2015-04-04 at 11:12 +0100, Nux! wrote: >> 100% with Digimer here. <snip> > >> All this energy should be put into contributing towards to the >> project, testing, helping out community. > > Well, I used to agree. But when a bug report filed in December goes > untouched entering
2015 Apr 08
0
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
The easy way to restart gdm is when you are on the login screen itself or the desktop simply press Ctrl-Alt-Backspace. This works for Upstart in CentOS 6.x but will not work for CentOS 7.x which uses Systemd. The service command does not work for gdm. However, logging out of the desktop will restart gdm. It works for the graphical login exactly like the gettys in a TTY environment. On
2015 Apr 08
0
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On Wed, 2015-04-08 at 10:36 +0000, Liam O'Toole wrote: > On 2015-04-04, Bill Maltby (C4B) > <centos4bill at gmail.com> wrote: > > On Sat, 2015-04-04 at 11:12 +0100, Nux! wrote: > >> 100% with Digimer here. <snip> > > > >> All this energy should be put into contributing towards to the > >> project, testing, helping out community. >
2015 Apr 08
0
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On Wed, Apr 08, 2015 at 10:36:05AM +0000, Liam O'Toole wrote: > Thanks for drawing my attention to that bug. I encountered it the other > day after switching from runlevel 5 to 3 (and back again) on a CentOS > 6.6 machine. > > The purpose of the runlevel switch was to restart gdm. Is there a better > way? Since CentOS 6 uses Upstart as its init system, and GDM is run from
2013 Jun 11
1
Unable to change runlevel at boot time
Hello, I am running in problem of changing boot mode. My snort script dump packets speedily that I am unable to login as either GUI or CLI I have followed steps Boot Menu options -> pressing e -> kernel /vmlinuz-2.6.32-358.6.1.el6.x86.64 ro root=UUID=ac176b7b-cbbf--> then press e-> <TYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet radeon.modeset=0 when I try to
2015 Apr 08
2
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-08, David Both <dboth at millennium-technology.com> wrote: > The easy way to restart gdm is when you are on the login screen itself > or the desktop simply press Ctrl-Alt-Backspace. This works for Upstart > in CentOS 6.x but will not work for CentOS 7.x which uses Systemd. The > service command does not work for gdm. However, logging out of the > desktop will
2008 Oct 02
1
VNC & GDM & runlevel 3
Has anybody been able to get this to work ? I have been trying multiple options until now but all give me the empty crappy desktop with black cross display... I have tried changing the server_args in the xinetd config, but that makes a connection and exits straigt away... On 1 box it works in runlevel 5, but that is obvious (IMHO)... My Config: /etc/services vnc800 5900/tcp
2008 Sep 08
1
Running ices on startup
Hi everyone. I'm running icecast and ices2 on OpenSuse 10.2 (could upgrade to 11.0 in a breeze though). What I'm trying to achieve right now is to use this for a kind of "baby-phone" functionality. That means: 1. There is a microphone attached to the server which records sound in the room 2. I'm in another room, listening to the server on Winamp, so I can hear what goes on
2007 Nov 18
2
Launching X-Windows at different runelvels
Hi all, I need to launch X-Windows at runlevel 4 and 5. CentOS only start up x-windows at runlevel by default. I have modified /etc/inittab to accomplish this: x:4:respawn:/etc/X11/prefdm -nodaemon x:5:respawn:/etc/X11/prefdm -nodaemon But this returns errors every time that start and stop system ... Which is the correct form to launch x-windows under centos at different runlevels?? Many
2005 Dec 19
6
Shutdown script not being run
I've got an odd problem. My server will not shutdown normally because the AoE driver is not being shut down properly. While investigating the problem, I found that the aoe script is apparently not being called for shutdown. I have been able to duplicate this with a brand new test script. My test script is just a simple file that echos back the start or stop command: #!/bin/bash #
2011 Oct 26
1
XEN DomU Boot hangs at: Starting periodic command scheduler: crond.
After startup of the DomU with xm create mydomu.cfg ­c The startup always stops, when starting the Cron-Daemon. [ 1.810477] EXT3 FS on xvda1, internal journal Loading kernel modules...done. Cleaning up ifupdown.... Setting up networking.... Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...done. Activating swapfile
2013 Jan 19
1
Serial console
I am trying to get a CentOS 6.3 serial console to work with IPMI SOL. I think I have everything working but maybe the wrong baud rate on the getty: $ ipmitool -I lanplus -U root -H 10.0.0.14 sol activate Password: [SOL Session operational. Use ~? for help] ?????????? 10.0.0.14 is the DRAC IP address of the CentOS 6.3 box. It accepts the password and connects me to the console but then when I
2002 Jul 03
1
syslinux 1.75
Hi all, I'm setting up a diskless linux system using pxelinux. I have reached the point where the kernel boots and init starts. However, I'am getting this message: INIT: version 2.78 booting can't create lock file /etc/mtab~14: Read-only file system (use -n flag to override) INIT: Entering runlevel: 2 INIT: Id "1" respawning too fast: disabled for 5 minutes INIT: no more
2006 Jul 07
4
VM boots BUT keep throwing: "INIT: Id "X" respawning too fast: disabled for 5 minutes"
Hi, This is my setting: I have a Logical Volume /dev/VG/suse with Suse installed. I have added it to the grub and I can boot it and works perfectly fine. Now I am running /dev/VG/root which is running Xen0. I have created a Xen config file to boot a VM with disk: /dev/VG/suse. In other words I want to boot /dev/VG/suse as a virtual machine. Below is what I am getting at boot time :
2015 Jun 03
2
[PATCH] appliance: Make sure /tmp and /var/tmp are real directories.
Currently if /tmp (on the host) is a symlink, then the symlink is copied into the appliance, probably pointing to a non-existent directory, and everything goes downhill from there. Avoid this by making sure that /tmp and /var/tmp are real directories. --- appliance/init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appliance/init b/appliance/init index 3c5ef1b..3973f18 100755 ---