Ubuntu :: Stop A Program From Automatically Starting At Boot?

Jul 10, 2011

A server like Lighttpd or Apache starts automatically at boot after you install it. How do I stop it from auto starting? I'd prefer to manually start it when I need it.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Stop The X Server From Starting Automatically At Boot?

Jul 18, 2011

Running Ubuntu Server, installed xubuntu-desktop, but I don't want it to start up every time. How can I stop X from starting automatically?

View 7 Replies View Related

Ubuntu :: Stop Skype From Automatically Starting Up In U9.10?

Feb 4, 2010

My question is, how do I stop Skype from automatically starting up in Ubuntu 9.10 (Kernel 2.6.31-17-generic).

Skype is not in "System" "Startup Applications". If placed there two sessions Start.

View 2 Replies View Related

Ubuntu Servers :: Stop The Pureftpd Starting Up Automatically?

Jul 15, 2010

Anyone know how to stop the pureftpd starting up automatically? I've tried the usual in /etc/init.d/pureftpd but it still starts and I need to log in and close it in the admin UI or in terminal.

View 2 Replies View Related

Software :: How To Stop Xscreensaver From Automatically Starting

Jan 9, 2010

I recently upgraded to zenwalk 6.2 and xscreensaver now starts automatically so i have to input my password whenever i shut and reopen my laptop lid. how can i stop it from auto-starting.

View 3 Replies View Related

Ubuntu Networking :: Stop Network Manager From Starting On Boot?

Jul 10, 2011

I would like to stop network manager from starting up on boot. I have tried moving

Code:
/etc/init.d/network-manager stop
to rc.local and it did nothing but boot me into the CLI

I have also tried to put

Code:
sudo service network-manager stop and that did nothing also.

After I get network manager to stop on boot up. How do I make it so it will not auto connect to networks? My computer keeps on joining a different network on boot up. And I don't like this as some times I go to my banks website and I am on there network with out realizing it (because of the auto connect) Is there a way to stop this also?

View 6 Replies View Related

Slackware :: How To Stop Starting Daemons At Boot Time

Dec 28, 2009

How to stop starting daemons at boot time? For example:rc.bluetooth

View 3 Replies View Related

Debian Configuration :: Stop Eth0 From Starting Up When Boot / Login?

Mar 16, 2010

how do i stop eth0 from starting up when i boot/login ??

View 4 Replies View Related

Debian Configuration :: Eth0 Is Not Starting Automatically On Boot

Nov 30, 2015

I am using Debian 8 with systemd. I noticed that eth0 it is not starting automatically.

During boot process, I see this message: a start job is running for LSB: Raise network interface

View 5 Replies View Related

General :: Starting Up A Script Or A Program At Boot Time?

May 8, 2010

i wanted to know how can I make my programs or script automatically start at boot time ,for example if I restart my server at any time they start at boot time automatically with no need to any body to start them.

View 2 Replies View Related

Ubuntu :: Inbuilt Logging System - Ran And Installation - Program Opened Automatically - Can't Find Program Executable

Feb 23, 2011

I was wondering whether there is an inbuilt logging system in UNIX?

I ran and installation and the program opened up automatically but I can't find the program executable.

If I could find a log then I could locate this file.

View 9 Replies View Related

Ubuntu :: Stop X11 Starting Up In Karmic?

Mar 23, 2010

I have a Ubuntu desktop install I would like to stop X11 from starting up on bootup. I want to do this to try to set up stand alone xbmc and Mythtv without X running since it is a low spec machine. (appleTV)

Is it just a rc file I need to edit ?

View 3 Replies View Related

Ubuntu :: X And GDM Not Starting Automatically?

Dec 12, 2010

played around with Plymouth Manager yesterday, and today, my system would not start. I got some help from #ubuntu, and to my surprise, startx ran without problems. sudo service gdm start also worked perfectly. However, when I boot up my computer, I am always taken to the recovery screen. How can I stop this from happening, get my boot screen back, and make everything work as it should?I'm on Ubuntu 10.10 32-bit with an nVidia GeForce 8800 GT and version current on the nVidia restricted drivers.

View 9 Replies View Related

Ubuntu Servers :: Stop Tftpd From Starting Up?

Dec 8, 2010

What is the proper way to stop tftpd from starting up? There is no numbered rc script symlink for it so I can't use update-rc.d. I don't want to just hack a file unless that is considered "the way".

View 4 Replies View Related

Ubuntu :: Bash Not Starting Automatically?

Apr 28, 2010

everytime i open a terminal window, all i see is:

$ _

and i have to type bash everytime to get it running. i found a bandaid fix by having it type bash at the "custom command" profile preference... but i still consider the problem to be unsolved, because i still have to manually type 'bash' whenever i log remotely (putty). it seems like something happened, and now bash is not loaded by the terminal by default like it should.

PS: i already tried 'cp /etc/skel/.bashrc ~./bashrc', and it didn't seem to do anything.

I am using Ubuntu 9.10, fairly fresh install. Had one hard reset since I installed it, which could be when the problem started. Also, I was messing a bit with profiles, switching their ID's and adding/deleting them (not sure if that would be the problem).

View 2 Replies View Related

Ubuntu Networking :: Stop Wireless Starting At Startup

Apr 5, 2010

Ubuntu 9.10
Acer 7736

This machine has a combined key/indicator light to turn the wireless networking on/off The change of state of the switch is detected by software with the switch off iwconfig shows

[Code]...

View 2 Replies View Related

Ubuntu :: How To Stop Avahi-daemon From Running And Starting Up?

Mar 24, 2011

I am tring to stop avahi from starting and running at all.I use kill PID and killall avahi-daemon and it will not go away, it comes back with a new PID. Does anyone know a way of stopping it?

View 2 Replies View Related

Ubuntu Networking :: Starting VNCServer Automatically?

Mar 30, 2010

I just installed VNCServer on my Ubuntu box. I've tested the connection on my Windows box and connect fine.If I were to restart Ubuntu, would the VNCServer start automatically? If not, how would I do this?

View 1 Replies View Related

Ubuntu :: Starting X Automatically In A Minimal Install?

Aug 24, 2010

I'm moving a homebrew arcade cabinet I have in my sitting room over from Gentoo to Ubuntu. Gentoo's served me well for a couple of years, but it refuses to recognise a touchscreen I recently installed on the cab, so I thought I'd give Ubuntu a try.

There is very little space on the SATA DOM inside the board in the cab, so I try and put as little OS on there as possible. To that end, I installed the minimal iso, and then apt-got X. I manually configured xorg.conf to make both monitors attached to the cab work, and I can enter X fine from the command line.

But what I need to do is have X start on powerup and automatically run my game. In Gentoo this is as simple as putting "xinit [GAME]" into /etc/init.d/local.start (the equivalent of rc.local). No login required, the prompt didn't even come up until I'd exited the game.

However, if I try and do this in Ubuntu, X can't find any devices, even though rc.local is at position 99. I've tried putting the lines in rc.local as well as manually update-rc.d-ing my own files, but no luck. X refuses to start until after the login.

So what seem to need is some way of automatically logging in as root on the command line, starting X, then running my game.

View 3 Replies View Related

Fedora :: Cannot Completely Stop Wicd Starting?

Dec 4, 2009

After experimenting with wicd I've gone back to network manager. All is well on the networking front however I am having trouble stopping wicd completely.I've stopped it starting up the daemonchkconfig --list | grep wicdreturns emptybut when my kde windows starts up the wicd try icon start up.

View 9 Replies View Related

Software :: Wait For One Process To Stop Before Starting Another?

Jul 13, 2011

I have a certain process (or processes) and I want to wait for them to finish before launching another one. Do I have to make a while loop checking the process for this task or is there a ready command for it?

View 3 Replies View Related

CentOS 5 :: How To Stop Xsession From Auto Starting

Jun 18, 2011

my mouse is not being seen so I need to log in without the xsession autostarting to get a cmd line login.

my account will not let me login with my passd so the console is my only access with root but i cannot do anything withourt a mouse.

1. How can i get logged in?

2. How can I stop xsession from autostarting on a reboot once i get loged in i can try to remove that setting and boot the box.

3. secure session lets me in but the xterm is not active so I cannot type any commands.

View 5 Replies View Related

Ubuntu :: Queue - Prevent From Starting Automatically Upon Logging In?

May 8, 2010

I have a couple apps that I cannot figure out how to prevent them from starting automatically upon logging in. They are NOT listed in my Startup Applications under preferences. For example, pidgin. Pidgin automatically starts at each login even though it is not in the startup apps nor can I find an option in pidgin itself. Tomboy is another. I always get an error that tomboy cannot be added to my panel when I restart. The error in the tomboy panel log is that tomboy is already running. Does ubuntu have a hidden "start up" folder like Windows does in the start menu? Where can I clear this file/folder?

View 3 Replies View Related

Ubuntu :: Mounting Partitions Automatically After Starting Computer?

Jun 2, 2010

I want to mount partitions automatically after starting computer...currently i hav to click on the partitions and mount them.

View 9 Replies View Related

Ubuntu :: Not Automatically Starting Smbd (upstart Event)

Jan 9, 2011

I have posted this somewhere here before and solved it but can't seem to find it. Just waisted 50 minutes googling and checking man pages for upstart. By the way; are man pages written by someone using their tows to type and getting beaten by a stick for every character they type? It seems missing a lot of info. Anyway, I know smbd is started with /etc/init/smbd.conf and there is a line like:

Code: start on local-filesystems Now it needs to be started on? (manually) I can't seem to find any useful information but did seem to find the upstart man pages a hundred times or so (same info same missing parts). I would love to get involved writing documentation for these things if only I know what I was doing.

View 3 Replies View Related

Ubuntu :: How To Stop 10.04 Automatically Going Into The Desktop Environment

Jul 22, 2010

how do I stop 10.04 automatically going into the desktop environment?I want to be able to select command line, or gnome, or lxde

View 2 Replies View Related

Ubuntu :: Stop From Suspending Laptop Automatically?

Nov 6, 2010

i have set up a laptop running maverick as server but the problem is that when i put down the screen ubuntu suspends my laptopwhat should i do??

View 3 Replies View Related

Ubuntu Installation :: Stop Mysql From Auto Starting When Start Machine

Mar 1, 2010

i have installed mysql and its running fine. how i can stop mysql from auto starting when i start my machine

View 2 Replies View Related

Ubuntu :: Cannot Kill Sshd Process And Stop Ssh Server From Automaticall Starting?

Dec 10, 2010

I'm running Ubuntu 10.10. I recently installed the open ssh server so that can sftp stuff. However, I do not want the server to always be on, only when I manually start So, I did an 'update-rc.d -f ssh remove'and now I don't see any startup scripts in the rcx.d directories any more.However, when I do a 'ps ax', there is always a '/usr/sbin/sshd' process running. I try to kill it but it keeps restarting under a different process ID.How do I disable sshd?

View 3 Replies View Related

Ubuntu :: Gnome Opens Apps Automatically - How To Stop It

Jan 29, 2010

For some reason, Gnome keeps opening some programs that I frequently use (Gedit, gnome-terminal, and a document viewer) at startup.I have disabled the"remember my open programs" option from the Preferences menu and it still happens!

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved