Ubuntu :: Auto Started Application Was Killed By OS?

Jun 27, 2011

I want to use myscript.sh to auto-start an application. I put myscript.sh into /etc/init.d/ and run "update-rc.d myscript.sh defaults". After reboot, I can see my application was started (its log file was updated), but I cannot see my application running if I do ps -ef. I suspect it is killed by the OS.

View 4 Replies


ADVERTISEMENT

Debian :: Upgrades Killed Dri And Auto-shutoff?

Jan 5, 2010

Back when I was using Sarge, my machine could shut itself off when I halted it. However, I think due to some alleged security issues with my hardware, newer versions of Debian don't allow this. So, I have to manually shut it off after halting the computer. My computer is a Dell Optiplex GX1 PIII450 with 386 MB RAM.

Also, it has a 6MB mach64 video card (01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)), that, back in the Sarge days, I could enable direct rendering with mach64-20060403-linux.i386 DRI. This no longer works given the changes in Debian. So, no planetpenguin-racer for me any longer.

Besides buying new hardware, is there a way to fix either (or both) of these issues? They both were fine in previous incarnations of Debian, but alas, are now casualties of the upgrades.

View 5 Replies View Related

Software :: Auto-start The Processes One After Another Is Started?

Aug 4, 2011

I have two script under /etc/init.d/ 'jboss' and 'client'. By machine-reboot these two scripts will be run. But what I want now is: The 'client' can only be run after the 'jboss' is successfully up.

View 4 Replies View Related

General :: Set A Programm Auto Started When The Machine Is Restarting?

Jan 6, 2010

I've installed a JBoss-JON-Agent on a Linux-machine. Normally to start the JON-Agent I have to go to /opt/jboss/VGER1/Agent/bin/ and run ./ rhq-agent-wrapper.sh startBut sometimes the Linux-machine will be restarted and I have to start the JON-Agent manually.Now what I want is: when the Linux-machine is restarting, the JON-Agent will be restarted.

View 4 Replies View Related

Ubuntu :: Broken GUI In Application When Started From The Menu?

Nov 14, 2010

I have problem regarding when a application is started from the menu-line. If I for example start wxmaxima though Menu -> Science -> Wxmaxima, then the menu-bar is gone. I can access the menu-bar by pressing F10, but the menubar never shows up!

I have the same experience with emacs 23, where the menu-bar starts as it should, but whenever I change major (or minor) mode, the new menu-item appears, but I cannot access the menu-item (it is just blank). As before, whenever I go though F10 the menuitem shows up as it should.

Same goes for eclipse.

Instead of starting the applications though the Menu -> ..., I tried to start them in the terminal instead. Then the applications do not suffer from this menubar behaviour.

View 1 Replies View Related

Debian :: LibreOffice Start Error - The Application Cannot Be Started

Jan 27, 2011

I want to use LibreOffice but I keep getting an error every time I try to open any office application.

The error is : The application cannot be started. [context="bundled"] caught unexpected exception!

I installed the .debs the first time and thought it might be wiser to install it from the experimental repos.So I reinstalled but there's no difference,I keep getting the error.

I reinstalled and found that the same error is caused by the installation for the dictionaries.I removed those but the error is still present.

I've seen people post this error on some forums except context=user and not bundle.However,it seems those were Windows 7 machines and that it's a 64 bit bug.

I'm also running the 64 bit version.

Also,if I try to install the desktop-integration .debs I get another error ( that is,if I remove the dictionaries,otherwise the installation runs just fine ) :

View 7 Replies View Related

General :: Control In KDE On Which Desktop An Application Started From Commandline Will Appear?

Jul 13, 2010

I am using a script to start an application (with GUI, i.e. windows) in KDE. However, the window will always appear on the currently used desktop. I would like to define which desktop the application will appear to be able to just run in invisible in the background. How can I do this for KDE?

View 1 Replies View Related

Fedora :: Hotkey Doesn't Work When A Menu Is Showed Or 3d Application Is Started?

Jun 20, 2010

I would like to know if there is a solution to this problem. The multimedia hotkeys (play/pause, stop, volume up/down, volume mute, ecc) stop working when i open any menu (for example mintmenu, that i use, or any menu of firefox like bookmarks) or if i start an application, such as openarena. The major problem is for volumes keys, that stop working in these cases.

Any ideas? I tried to change keyboard model, disable hotkeys mapped in prefereces->keyboard shortcut (with this they just stop working), but nothing changed.

View 3 Replies View Related

Ubuntu :: Application For Auto Power On & Shutdown?

May 10, 2011

I found an application AUTO POWER ON & SHUTDOWN in windows which is really very useful to those who have night unlimited broadband connection. I searched for similar application in UBUNTU as I am slowly shifting to UBUNTU from 10.04 (maveric) version. Whenever I search for application or for other options, so many have written failed attempts only.

View 5 Replies View Related

Ubuntu :: Prevent Application In Terminal From Auto Closing

Jan 15, 2011

I've made custom launchers for programs that can only run in terminal. They open fine within the Terminal window, but it closes right after the program is finished, before I can read the report.

Is there a way to keep the Terminal window open, using launchers? I don't want to manually type the commands after opening a Terminal.

View 2 Replies View Related

Ubuntu :: No Sound In KDE When Started By Startx While Working Fine When Started By Kdm/gdm

Dec 14, 2010

I recently installed KDE in my ubuntu 10.10. To access KDE, I want to use
startx /usr/bin/startkdeBut using it disables sound in KDE (Sound is working fine in GNOME). It doesn't sound for anything like login sound, totem, mplayer or any other playerBut when I press Alt+Ctrl+F1 to change to virtual console, the playback resumes from where it was in time and when coming back Alt+Ctrl+F7 and the time in totem (or any other player) doesn't move. While log out also it doesn't play logout sound and doesn't logout, so I have to press Ctrl+Alt+F1 so that logout sound play then it exits.When starting KDE by kdm or gdm, the sound works normally. But I don't want to login again using kdm or gdm and not to use root user to start kdm or gdm.I don't know what is the difference between when KDE is started by startx or by kdm/gdm where the same user login in kdm/gdm as that for startx

View 2 Replies View Related

General :: Auto Running An Application On Start Up?

Nov 2, 2009

Can you run an application automatically when you load linux? In this case it would be VMPlayer?

View 4 Replies View Related

Server :: Auto Redirection Of Tomcat Application?

Feb 23, 2011

I have a site [URL] right now what you are seeing is a default Tomcat6 page. I am using mod_ajp as a front end and Apache vhost configuration for same is

Code:
<VirtualHost *:80 >
ServerName mysite.com
ServerAdmin webmaster@localhost
ProxyRequests off
<Proxy *>
Order deny,allow
[Code]....

View 2 Replies View Related

Software :: Bash Auto Clearing Screen When Closing Application?

Mar 8, 2010

I've wondered for years how it works and how I can change it. For example, opening a document with vim, or opening a man page, and then exiting out of it will sometimes (depending on the distro) clear the screen and leave your prompt at the very top. other times, it leaves the contents of whatever you had open on-screen and your prompt is at the bottom.

View 1 Replies View Related

Ubuntu :: Run Application Before Gdm (login Screen Or Auto Login)

Feb 22, 2010

I have program that work like Fedora Firstboot it's run only one time after finish installation. I have two questions to ask.

1. How can I start this application before gdm start (login screen or auto login)

2. How can I start this application in fix display resolution (800x600)

My method now is

(This is a part of script , this script execute from /etc/init.d/myfirstboot , I create symlink to /etc/rc2.d/S1myfirstboot for start it before anything)

gdm-stop # first time I use /etc/init.d/gdm stop
DISPLAY=:1
export DISPLAY
/usr/bin/Xorg :1 &

[Code]...

I don't understand why first time firstboot start the system will auto loging in but not complete yet and then my script is start and it's work does not fine I think that is another user is already login , but if I re run my firstboot again and again (by setting something that can revoke my firstboot and restart) it's work before auto login and every things is ok!

View 3 Replies View Related

Ubuntu Security :: Ecryptfs Doesn't Auto-decrypt With Auto-login

Jan 6, 2011

I recently installed 32bit maverick and wanted to make it login automatically. I tried enabling auto login from Admin > Login but that didnt work and I was still prompted for my password. Then I went to Users & Groups and changed the password option to Do Not ask for password at login now after I reboot, the user list is shown (only 1 user) and it doesnt ask for password after I click on my username.

However, then it gives a few errors (as i vaguely recall):

1. cannot load .ICE directory in my home directory
2. some error 256 about a gconf-sanity-2 file
3. nautilus cannot load my home directory etc

and then it gets stuck without loading anything (blank wallpaper). i ve tried navigating to my home directory using Alt F2, gksudo nautilus and my home dir contents are encrypted by the ecryptfs (there is a readme.txt file and a shortcut). i have tried to decrypt but it doesnt work... i ve also tried to start/stop gdm, and startx but nothing works. if i stop gdm, then the prompt doesnt recognize my password and keeps on rejecting the commands i enter... I think this has something to do with the home dir not being decrypted due to the dont ask for paswd option... how can i disable the dont ask for pwd without the gui (i can access my / by booting through an external usb).

View 4 Replies View Related

Ubuntu :: Auto Run (auto Exec) A Script On Mounting A Device?

Mar 16, 2010

I would like to exec a script whenever a user mount a device. The device could be an internal device (for example a partition on a second hard disk) or a removable one (for example a usb hard disk). The script must have sudo capabilities even if the user is not included in the admin group. Is it possible?

The specific question:
I would like to add acl option to a device whenever it is mounted.
I tried fstab but it's changing the behaviour of nautilus see:

[URL]... so I would like to create a script with the command

Code:
sudo mount -o remount,acl /media/data
and auto execute it any time data is mounted.

View 1 Replies View Related

General :: Make Nano Support Auto-complete And Auto-bracket Closing?

Feb 20, 2010

Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?

View 1 Replies View Related

General :: Html - Code Editor That Has Auto-indent AND Auto-outdent?

Apr 22, 2011

I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish.None of them seem to have this feature.

View 2 Replies View Related

Networking :: Ethernet Auto-connect / Auto-sense Doesn't Work

Feb 3, 2011

I have noticed that a common issue to several distros is the fact that the networking subsystem doesn't automatically detect the link if an ethernet connection is disconnected and then re-connected to the NIC after boot. If the ethernet cable is connected after the system is up and running, nothing happens - ethtool eth0 shows link detected: no, and you have to restart the network service to let the NIC know that there is in fact a link, and actually connect. I have a Fedora14 (KDE) box with a brand new Asus motherboard with embedded NIC. Everything works great except the auto-detect of a freshly connected ethernet connection if the link is down to begin with.

Am I missing a ethernet link sentinel utility or something, or is this just the way linux works? I have done plenty of research on plenty of posts, and it seems this is a common problem, with no solution other than manually or programatically restarting the network service in a script to detect the link after a disconnect.

View 3 Replies View Related

Debian Configuration :: Auto-login And Auto-connect To Networks

Jun 3, 2010

I press On-button, Debian boots, logs in and automatically connects to the Wireless network AND! to my local pc via LAN. It runs an ssh server, so I can ssh into debian over internet and communicate with the local pc (send a magic packet).Here are my problems:

1) I don't how to log in automatically. This and this doesn't work.
2) I need a network tool that can manage multiple connections and has a reconnect feature. With the default network manager I cannot even connect to more than one network simultaneously although I have two network devices of course.

And I guess I can run all that in console mode, right?

View 10 Replies View Related

CentOS 5 :: Software RAID Auto Sensing Auto Rebuild Possible?

Jul 23, 2010

I recently installed a server with Software RAID. I tested by powering it down, unplugging one drive and powering it up. Magically, it worked!I found out later that I have to manually add individual devices like md1 to sda2 md2 to sda4. I got all of them added and rebuilt but my question is: Is there a way to make it so that if I "removed" a drive and put it back, the system will senses the new drive and rebuilds based on some internal table?

View 1 Replies View Related

Ubuntu :: Gdm-2.20 Package Killed Display?

Feb 3, 2010

I wanted to change the look of my login screen, so I installed gdm-2.20 thru the terminal (apt-get install) and then it asked me what I wanted the default set as and gave me 2 choices:

gdm
gdm-2.20

I picked the latter. Then I restarted the compy and... text. It keeps telling me that the X server is... not configured correctly and that I need to restart GDM when it is. So, I need to know if there is any way of rewriting the xorg.conf to work with my poc (piece of crap) video card. I have a backup of the default xorg.conf for use with NO video card... but then I wouldn't be able to use my video card...

View 1 Replies View Related

Ubuntu :: Updates Killed GRUB?

Aug 9, 2010

I've been a Windows users since waaaay back when (ahh...Windows for Workgroups 3.1). I've tried Linux in the past (Mandrake many years ago), but didn't feel it was quite ready to be a Windows substitute for me.A couple of weeks ago, I downloaded the latest version of Ubuntu (10.04) and installed it in a dual boot setup with Windows XPSP3. All seemed to be running well, until it came time to install updates in the Update Manager. First an update for GRUB, which promptly killed GRUB and left me with "Minimal BASH-like line editing is supported" message and a GRUB prompt. After booting up the Windows XP install CD, I was able to rewrite the MBR and get back into Windows.

I deleted the Ubuntu installation and reinstalled it, making sure I didn't allow it to update GRUB after finishing up. The other updates listed installed fine and I was able to dual boot with ease.Another round of updates were listed yesterday when I booted up in Ubuntu, I made sure not to include the GRUB update, downloaded and installed them, rebooted and was faced with "Minimal BASH-like line editing is supported" again. Argh. Once again I had to pull out the Windows CD and run FIXMBR to resolve the boot problem.I'll admit to being tempted to just go back to Windows completely (while not perfect, atleast I can get it to boot after updates 99.9% of the time) and forget the idea of running Linux if I'm going to be faced with having to reinstall the OS everytime because something killed the boot loader.

View 9 Replies View Related

Ubuntu :: What Is Kslowd001 Process / Why Cannot Be Killed

Oct 19, 2010

In Ubuntu 10.10 on a REALLY old laptop, everything works fine - except the system occasionally gets a lag spike, where the CPU is suddenly being throttled. This wouldn't be a problem, except my mother's using the laptop to play backing music for her choir and the CPU spikes are causing the music to stutter. After much searching and eventually resorting to TOP, I found that the CPU was being throttled every 10-20 seconds or so by a process called, "kslowd001". "sudo kill -9 `pidof kslowd001`" did nothing, nor did, "sudo killall -9 kslowd001". It doesn't want to die, it just wants to throttle the CPU, and I just want it to stop. What does this process actually do? Why can't I kill it? How do I switch it off, or otherwise stop it from throttling the CPU every couple of seconds so that we can actually listen to music or watch videos from the laptop?

View 1 Replies View Related

Ubuntu :: Daemons Being Killed On Logout?

Jan 20, 2011

How do I prevent ubuntu from killing my server daemons on user logout. I have the user irc which I run Unrealircd on but unfortunately I have to be logged into that user in terminal to keep it running, the moment i exit it loses connection in xchat.

View 9 Replies View Related

Ubuntu :: Nvidia Update Killed Gdm?

Jul 19, 2011

I recently updated my Nvidia driver and since don't have a gui. When my pc loads it just gives me a list of the start up commands.

View 3 Replies View Related

Ubuntu :: KDE Killed Unity - Cannot Boot

Aug 17, 2011

I am was running Natty 64 bit on my computer when I though I would download kubuntu desktop so I would have it as an option when logging in. I restarted, played around with KDE then restarted again, choosing "ubuntu" as the desktop manager. Then unbuntu told me I did not have the graphics power (or something like that) to run unity and booted me into gnome 2.xx. Now I cannot boot into unity. Every time I restart it boots me into gnome. How can I fix this?

View 3 Replies View Related

Ubuntu Networking :: Application To Monitor Application Wise Network Usage?

Feb 17, 2010

application to monitor application wise network usage?

View 3 Replies View Related

Ubuntu :: Make An Application Launcher In The Panel Launch More Than One Application?

Mar 16, 2010

How do I make an application launcher in the panel launch more than one application? Is there some sort of a symbol I type between the apps in the command line? Like ;

View 1 Replies View Related







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