Fedora Servers :: How To Stop KVM Start At Booting
Feb 25, 2010Fedora 12 64bit KVM
How to stop KVM start at booting?
Then how to start it after booting?
Fedora 12 64bit KVM
How to stop KVM start at booting?
Then how to start it after booting?
I'm running Ubuntu 10.04 LTS and I have installed openssh.I need to find a way to configure it so that it never start up when I boot into my computer. The reason is: I haven't had the time yet to learn how to set it up and configure it correctly. Until that time comes I don't want it to run at all.Every single time I boot into the system and I have to do that first before I can even do what I really need to on the computer. It's annoying.Does anyone know the best and least complicated way to just make it not run at all until I'm ready to set it up properly?Also how to check what is running on my system after I boot up so I can double check, after making the changes, that it worked right.
View 9 Replies View RelatedI am trying to give access to ONE single user to start and shutdown tomcat server. The problem being, when I enter syntax: username ALL= /etc/init.d/tomcat5, /usr/local/tomcat/webapps, PASSWD:ALL This gives the user access to start and stop tomcat but also gives user access to start and stop other services within /etc/init.d - such as httpd etc... What is the proper way to give user access to start and stop service, and limiting that power to only one service....
View 2 Replies View RelatedI would like to be able to simply run a shortcut file or batch file in a windows os to start or stop my transmission-daemon.I was thinking about using putty to auto login and execute a file using the -m switch. A problem I am running into is that /etc/init.d/transmission-daemon stoprequires the use of sudo.That would require entering a password which would be automated and insecure or would require manually typing int he password.
View 1 Replies View RelatedI've just installed subversion.I need to create a script /etc/init.d/svnserve that will start at boot time.I want to use start-stop-daemon --start so I can track my process and eventually kill it using start-stop-daemon --stop.My problem is that I can't get it to work and the documentation shows no exemple.
I've replaced $DAEMON by the whole line: svnserve -d -R -r $REPO_ROOT and got -d is not an option.I'm not quite sure what to do at that point. If someone has some experience with start-stop-daemon it would be great.
I have several services set to start in init 3 on a cloud provider. The init scripts appear to be in the correct folder but the services are never started after a reboot. I finally watched the console and all the services start correctly then shutdown after a few moments.
View 9 Replies View RelatedHow to start or stop telnet service in red hat Linux 5
View 2 Replies View RelatedI would like to start and stop rtorrent based on my screensaver. I used to do this awhile ago with ubuntu and still have my script. However now I am using Fedora with KDE and the script no longer seems to work.
#!/usr/bin/perl
#gnome
my $cmd = "dbus-monitor --session "type='signal',interface='org.gnome.ScreenSaver',member='SessionIdleChanged'"";
open (IN, "$cmd |");
while (<IN>) {
if (m/^s+boolean true/) {
#when screensaver activates, run the following commands
#system("/home/eric/compiled/scripts/rtorrentstart");
system("touch /home/asoukenka/rtorrenthasstarted");
} elsif (m/^s+boolean false/) {
#when screensaver deactivates, run the following commands
#system("kill `pgrep rtorrent`");
system("touch /home/asoukenka/rtorrenthasbeenkilled"); } }
Old Post [URL].
i finished installing oracle 11g r2 with EM but i cant find any good script that will close the database completely before rebooting they all start it correctly but for the shutdown they don't wait and the database restart in recovery mode
View 3 Replies View Relatedis it possible to restart /start/stop all services at the same time without rebooting?
View 3 Replies View RelatedI have 3 script BASH. I want start this script when the system start,stop and reeboot.
View 4 Replies View RelatedI have USB Modem ZTE AC2726 . I am always Connect using Wvvdial or Network Manager , it Works Fine , But I want to do that when computer Booting it can auto start but i can�t do this . i have use many rules such as /etc/rc.local or udev rules to failure .I am using Fedora 14.
View 3 Replies View RelatedI have a start and stop script registered with chkconfig for a fuse mounted drive. I can /sbin/service scriptname start
and
/sbin/service scriptname stop
with no issues.
The stop script unmounts the drives and then stops the service with a function to wait until the pidof service is gone. My drives are showing up as dirty on reboot, which should mean that my script that functions normally in cli, is running out of time and possible being ignored by service after a certain wait period when shutdown -h now is issued. System is a remote server so I can not view the output during shutdown. How can I increase the wait before /sbin/service issues a [FAILED] if that is the case on shutdown? The startup script runs, however the shutdown script does not...the script does work though with the service scriptname stop command.
I'm a WuBi user, and wanted to upgrade XP to 7, I've upgraded it partially when in XP. So as expected he messed up my grub.
But now I have the problem:
Every time I insert the Windows 7 DVD the pc says "Please press any key to boot up from CD/DVD" (as normal), but when I press the "any" key, the PC does absolutely nothing and just restarts.
Not to long ago I used the same DVD on another laptop for an equal upgrade (XP to 7) that went flawless.
My booting set-up is correct, cleaned the disc 500 times now, nothing out of the ordinairy done to my boot-screen or the BIOS... And as far as I know, no blue screen of death when installing the upgrade.
I haven't got a clue what I have to do.
I loaded RHEL6 (first time ever loading it) and it would boot to the cmd line. I changed /etc/inittab to boot to GUI, now it freezes. I want to change it back, but do not know how to stop the boot process so I can get to the cmd line to re-edit inittab. I'm working in VMware vCenter.
View 5 Replies View RelatedServer with Centos 5.6 stop boot up for about 90 minutes. He stop:
SELinux: Disabled at runtime.
SELinux: Unregistering netfilter hooks
audit(1307803697.466:2): selinux=0 auid=4294967295 ses=4294967295
[Code]...
I have a Debian Etch machine that was given to me but when it boots up it executes a program that is located on my desktop.
I don't want to move or rename the program but would like to prevent it from starting when the machine starts. Anyone have any idea as to what file I need to edit in order to achieve this?
xubuntu 8.04 on inspiron 8100
Applications>Settings>Settings Manager>Autostarted apps Update notifier is unchecked
There does not seem to be any Preferences in Update Manager to tweak either.
Is there some file I can edit with nano? Or maybe there's a script I can rename to not run it at startup?
I have debian/sid on my new hp/Compaq Presario CQ62 laptop. I installed usplash and started getting booting issues every fourth or 5th boot. The system stops responding till I power off the system by pressing the power switch. I checked the syslog and noticed that it also stopped without logging the cause.
By the way, except the above issue, every thing works great on my laptop with debian/sid including the wireless using the native linux driver which I obtained from hp website.
Scaleo Pentium 4 system with several HDDs 3Gb RAMUBUNTU 8.04 (I think) inside a 50Gb partition (J:)Operating dual boot with Windows XP all OK until ......sanctioning the updates. Now Ubuntu will not complete a boot up.Studio Starts to scroll its name then screen goes back to A/numemeric reports and hangs for time-outs which never resolve. Power - down only way to exitExample of screen report at point of stopping:-
Starting hardware abstraction layer hold
104.628464] ata3.00 revalidation failed (errorno -5)
{DELAY FOR TIME-OUT} THEN:
[code].....
I already have two other threads open for a dysfunctional system. Thread 1: Boot hangs at logon sound - no video signal - appears drive is still working [URL]..Thread 2: Where are boot log files and how I can see those? [URL]...Basically both of those are for not able to complete the boot (hanging up in the middle of booting) in Karmic. I had Karmic since it came out but suddenly about two weeks ago just stopped booting. Except for the battery and resetting BIOS, I had checked all the hardware - and all appear to be okay. Following a tip from x1a4, I started looking into logs (admittedly not knowing exactly what I am looking for) and I ran into auth.log. Following is the code. The highlighted part is confusing (to me) and I am wondering if this may cause to stop booting (or completing the boot process) since I was using auto logon. I do not know if there is anything else (logs) you may need, please advise and I will provide those.
[Code]...
Followed "Every Server Setup Imaginable: SMB, SSH, VPN, VNC, HTTPD (+ PHP), MySQL, More! "
service vncserver start results in following log file in users .vnc directory:
here s what i did :
# yum install dhcp
#gedit /etc/dhcpd.conf
#service dhcp restart
Starting DHCP
[Code]...
what am i missing ? , and how can i be sure if the Dhcp server is working exactly what i want
DHCP server on F12 wont to start, recieving "semicolon expected." errors everytime
have to start in on eth0 alias
my /etc/dhcp/dhcpd.conf
============================
DHCPARGS="eth0:0"
ddns-update-style interim;
ignore client-updates;
[Code]....
if i comment firts 3 lines, than semicolon expected." errors will point again from next uncomented line.
FedoraVersion 12 ConstantineNoyau Linux 2.6.31.12-174.2.3.fc.x86_64Gnome 2.28.2Memory 871.4 MoAMD Athlon LE-600Free disk 71.5GoSelinux is deactivated.Httpd doesnot start and, when I start "onfiguration des services", and click D�marrer, it runs for ever, but never starts Apache...
View 8 Replies View RelatedI can start my webservers sometimes, but not at everytime. After restarting the system, again I can start my web server as usual. Whether it is a problem of fedora9 or web servers?
View 1 Replies View Relatedhave f13 runing and finished configuring dhcp. but i tried to start the service using '/etc/init.d/dhcpd restart and service dhcpd start', i failed in return. pls what could be responsible? tried starting the service but still failed. could anything be stopping it?output from /var/log/messages says;
line 1: this version of ISC DHCP is based on the release available
line 2: features have been added and other changes
line 3: have been made to the base software release in order to make
line 4: it work better with this distribution
line 5: please report for this software via the RedHat Bugzilla site:
line 6: http://bugzilla.redhat.com
line 7: exiting.
those are the reports from the log.
I have TigerVNC installed on Fedora 14 and when I boot up I get the following message in the log file in the ~/.vnc directory :
Quote:
Tue Nov 30 21:29:00 2010
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5901
vncext: Listening for HTTP connections on all interface(s), port 5801
vncext: created VNC server for screen 0
[Code].....
The interesting thing is that if I run TigerVNC Viewer I actually get accesses to the TigerVNC server.
I am getting this error message: Cannot create file '/var/run/ddclient.pid'. (Permission denied)There is lots of references in google, but no solution.
View 10 Replies View RelatedI'm trying to start/stop Informix along with my linux os start/stop. For this I've made a test script in order to test this but I'm facing a problem. The service is starting along with the system but when I'm stopping (rebooting) the system it doesn't run the "K10test" script.
After sistem reboot you can see that the /etc/init.d/test stop is not executed.