Ubuntu :: How To Autostart Service/application
Dec 12, 2010
I am using an Ubuntu VPS(Virtual private server) with SSH access. I run my applications(mangos-realmd & mangos-worldd) in SSH terminal and they start up fine. But when I close the SSH terminal they close! but I want it so that when I close my SSH terminal that those programs remain running, and also want them to start up each time I reboot my system. I am found out with rc.local this is now solved or what-not
View 4 Replies
ADVERTISEMENT
Sep 3, 2010
How can i do autostart my apllication in thistaion (light weight OS) i know i have to write script, but i am confused how to write? my application is squid 2.6.
View 4 Replies
View Related
Jan 28, 2010
I am fairly new to linux.We have a machine running CentOS 4.4 and sometimes the machine has to be rebooted. Each time after the reboot, I have to SSH in and manually restart one of our application. I have been reading about doing this online and I am a little confuse.Seems like there are multiple possibilities for starting things up. My finding suggest using the inittab file. Then my question is what runlevel do I pass in? Should I use runlevel 1, 2, 3, or 5? Once the runlevel is determine, then how should I name my startup script? I know to use "S" but what number should I give it? Or, another way to approach this is to put my autostart script in the /etc/rc.local file?
View 4 Replies
View Related
Jul 6, 2010
I have a single kernel with 2 menu entries in grub like following:
Boot(gfx)
Boot(text)
First entry boot the fedora in graphical mode running the gnome.
Second entry boot the fedora in text mode.
First thing is working fine but i want to know how to do the second thing. i added 3 at the end of second entry in syslinux.cfg and after booting it dropped me at console asking for login.
So how to autologin in runlevel 3 and start autostart an application(e.g python script)?
View 1 Replies
View Related
Mar 2, 2010
How to add an application to start automatically on system startup in Linux? My distro: Mandriva 2009.1
View 3 Replies
View Related
Sep 2, 2010
How to add an application to run as a service in Linux?is there a script in /etc i should edit? What is recommended. Right now im running something in .profile but that's kind of not what i want.
View 3 Replies
View Related
May 27, 2011
I have been asked to install an application using a service account on a RHEL 5.6 Server. In the past I always installed as root and have not used service accounts.
View 1 Replies
View Related
Sep 10, 2010
I am running Server 10. I have a requirement to perform an action before the MySQL service starts, and perform another action after MySQL service stops.
I found the init script for MySQL under /etc/init/mysql.conf. I added my thing to the pre-start script there and works fine.
I am having trouble finding the script that stops the server so I can modify.
View 1 Replies
View Related
Dec 25, 2009
will the command service httpd restart the apache service if i enable httpsd service in graphical mode
View 12 Replies
View Related
Feb 28, 2010
i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows
samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....
View 2 Replies
View Related
Nov 6, 2010
I need to start a service before network service How to?
View 1 Replies
View Related
Jun 12, 2010
The desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens
View 1 Replies
View Related
Jul 28, 2010
My Ubuntu is the latest, Ubuntu 10.04 64-bit.
I have 2 hard drives, one holds windows (160gb), another has three partitions, 15gb for ubuntu 10.04, 5gb for swap, and the remaining 480gb formatted as ntfs for files..
The 480gb space is drive D:, my files are located there and i point the apps to get their files from drive D:. For example, "My Music" folder is in drive D:, and so I tell SongBird to grab the music files from that directory.
It's not a big problem, but whenever I restart ubuntu, drive D: does not automatically open so SongBird initially cannot locate the files. What I want to happen is that when ubuntu starts, drive D: is already loaded, so that the applications can grab the files they need from that drive automatically without me having to manually open drive D: everytime ubuntu starts.
View 9 Replies
View Related
Feb 11, 2010
I have coldfusion installed on a guest ubuntu server in virtualbox, it is configured with apache2 & everything works great. But how do i get Coldfusion to autostart when i boot up the guest ubuntuserver ?
View 8 Replies
View Related
May 21, 2010
How do I get processes to run as root during startup? I have a random script and a package which both need to run as root in the background, but I can't find a way to do this automatically.
View 1 Replies
View Related
May 23, 2010
I have a java application that is in this path: java -jar /home/jbo10/.stuff/run.jar
If I type that command the gui comes up and it's ready to run. I want this program to autostart with ubuntu, so I went into gnome-session-properties and put that command in there.
But it's not starting. I'm not sure what I'm doing wrong or if there's another way to autostart programs?
View 5 Replies
View Related
May 29, 2010
how do i clear autostart? i've unchecked everything i don't need in "startup applications" but still after reboot i get everything running. i cleared ~./config/autostart but after reboot there appear all the default startup applicatons. What should i do?and is there a way to remove volume indicator from indicator menu?
View 2 Replies
View Related
Jul 9, 2010
ubuntu 9.10
I am working on a custom install preseed. Part of the process is creating a file: /home/bholt/.config/autostart/starter.sh
That way on first boot, this will execute and continue my custom process.
But it does not start. After boot if I go double click it it runs fine.
And one time it did auto start correctly. But I don't know what I did to break it.
All i can think is I changed starter.sh to in turn start something else rather than just run itself.
View 1 Replies
View Related
Sep 27, 2010
i understand autostarting an app is done at setting > session and startup > application autostart.
where is the vlc app located?
i've tried
usr/share/vlc.ico
&
usr/share/vlc.desktop
none of those two have worked.
View 2 Replies
View Related
Oct 23, 2010
Isn't Lubuntu FAB! And it's very easy to customise...once you know how.
It took me a while to discover how to auto-start applications, so I thought I'd share this with you.
To autostart an application for all users
Edit the autostart file as root by typing in a terminal code...
View 9 Replies
View Related
Oct 28, 2010
HomePipe (www.homepipe.net) a site that lets you access folders on your PC remotely just came out with a Linux client.
I have successfully installed this on my Ubuntu 10.10 machine and it seems to be working well.
My problem is, I can't figure out how to have the agent autostart when I boot.
Currently, to launch the agent, I need to open a terminal, change to the directory where the agent is installed, then run this command:
I assume it should be fairly simple to add this to the Startup Applications, but being a noon I can't figure it out!
View 6 Replies
View Related
Dec 23, 2010
I just installed a very basic kde with the kde window manager. but the network applet does not autostart, neither does it connect when started from terminal.
View 5 Replies
View Related
Dec 24, 2010
I use ubuntu 10.10 x64. Bluetooth dosn't autostart. I can start it pressing Fn + F3.
View 9 Replies
View Related
Jan 24, 2011
I have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it.How do I disable the window and the icon from the desktop?
View 5 Replies
View Related
Feb 18, 2011
When i log into to a non root(user) mode, i am always greeted by a small terminal window before the desktop starts up. Also, after desktop starts a new window opens which displays the contents of my windows desktop.
I am unable to stop this from happening. I am running Ubuntu 10.10(32 bit) along with Windows 7(64 bit) on different partitions.
View 1 Replies
View Related
Feb 25, 2011
I just installed Ubuntu 10.10 using the minimal CD. I then installed Openbox and everything is working so far, except for tint2. I tried to put it into the autostart.sh in /home/noneofthem/.config/openbox, but it doesn�t exist there. Instead I found another version in /etc/xdg/openbox/. Changes to that version don�t seem to work either.
View 7 Replies
View Related
Mar 27, 2011
I have been trying to stop some apps from starting up like bluetooth manager etc but everytime I untick it and then reopen the startup applications preferences it is still ticked!
I also have been trying to get Awn Dock to autostart so I add it and set the command as avant-window-navigator but the next time I reopen it is not there, I have also tried checking the tick under the Awn Dock Preferences - "Start Awn automatically" but this doesn't stick either - all the other setting do though. I have looked in the ~/.config/autostart folder and that has a Padlock on it with the owner as root - should this be the case or should I change permissions on it to myself?
View 2 Replies
View Related
Jun 8, 2011
What would be the best way to autostart mpd when I login? I guess it wont be necessary to run as root so it should only auto start when I login with my details either from cli or xfce?
View 8 Replies
View Related
Jun 14, 2010
Hardware:
Toshiba Satellite A505D-S6958
Wireless: Realtek 8192e
Ubuntu 10.04, x86
lspci
I was using ndsiwrapper with XP driver, but always prefer to Linux drivers if they are available. So, I emailed Realtek web support and they sent me latest drivers for Ubuntu 10.04. I followed their instructions and it works great! With, the exception of, I have to run ./wlan0up each time after I login to start the wireless.
I seem to remember having to modify a file some place, which was very easy to do, but for the life of me I cannot seem to remember what it was or what to put into it? and also, how do you tell if your wireless card is making use of the "n" speed, if the network your are on has it available?
View 2 Replies
View Related
Jun 28, 2010
I installed KDE for very limited uses. However, everytime I start up, it brings me to the KDE login screen. I want to revert it back to console login. How do I go about doing that? And if possible, prevent future GUI packages from autostarting. so this seemed to work:
Code: sudo mv -f /etc/init/kdm.conf /etc/init/kdm.conf-disabled That basically renames it so it doesn't start. And if you do need to use the GUI, just run startx
View 2 Replies
View Related