General :: Starting Application On Boot?

Dec 11, 2010

I have Ubuntu 10.10 installed on my pc with XBMC installed. It's set to boot into xbmc on start up and works fine. I also have squeezebox server (a music server for my network) installed and again don't have any trouble. I'd now like to get squeezeslave running, a client for squeezebox server so I added the following lines to /etc/init.d/local:

#!/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
squeezeslave -o0 -r3 192.168.1.3 &
exit 0

This fails to start the client on boot, however if I ssh into the machine and run /etc/init.d/local it runs fine.

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Openoffice Application Not Starting Up?

Dec 26, 2009

I have a fresh install of Cent OS 5.4 and am having a problem with Openoffice application not starting up, word processor, spreadsheet, etc. none of them start.

When I try to open word processor, It just loads for a bit says "starting word processor", then closes.

I uninstalled and reinstalled through add/remove software tool and that didn't help. I read somewhere that selinux causes problems with it so I disabled selinux, restarted, and that didn't change anything.

View 5 Replies View Related

General :: Application On Server To Allow Network Boot Of Windows Pc's Force Boot Img Load

Apr 6, 2011

A colleague of mine was studying at the University of Vienna and saw an application which was based on linux whereby other pc's booted from it and if on the server they had set it to force a clean install on that PC it would download and install a windows image. Does anyone know of the app or could point me in the direction of a similar app.

View 5 Replies View Related

Fedora :: Gnome Starting Application Minimized?

Jan 31, 2011

Isn't it possible to create a launcher to an application and in the command tell it to start minimzed?

Something like

vlc --minimize

Or something similar? this would be helpful to application on startup not crowding your desktop on login.

View 3 Replies View Related

OpenSUSE :: Mono Gives An Error While Starting A C# Application?

Jun 9, 2011

The program I want to use: ProppFrexx Tagger or ProppFrexx Meta Data Editor, can be found here: ProppFrexx ONAIR - The Playout and Broadcast Automation Solution I need this to tag WAV files with RIFF INFO Tags.The Sony PSP can read RIFF Tags! so yeah, that's the reason I need this program. here the complete error message

Code:
exception inside UnhandledException handler: USER32.dll

I don't have Windows anymore, and I never going to use Windows again I hope there is a fix for that

View 3 Replies View Related

Ubuntu :: Starting Websphere Application Server?

Mar 11, 2011

I have installed websphere application server community edition from ubuntu software center. Now whenever i tries to execute the file "startup.sh" (which is the file to start websphere server) i receive following error.

Quote: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. At least one of these environment variable is needed to run this program. Now i searched web & find out the way to set JAVA_HOME environment variable which is according to my knowledge done by following command.

[Code]...

View 2 Replies View Related

OpenSUSE Install :: 11.4 Jumps To Log In Screen After Starting An Application?

Mar 16, 2011

I just installed the brand new 11.4 on an old Dell Optiplex GX280 box. After the proxy been set, I tried to open firefox but then, all jumps back to the log in screen. The same happens when I try to open pgadmin. After logging in, all the open windows are gone.

View 1 Replies View Related

General :: Starting VNC Upon Boot-up Using Specific User

Oct 27, 2010

So right now VNC is starting a session using :1. When I connect to that session, the terminal is logged in as root. I'd like for the terminal to be logged in as a different user as some of my end users are going to be using this and don't require such privileges. I found that I can "su" to a different user and start a new VNC daemon on :2 and when I connect to that session, the terminal is logged in as that user. What I want to do is get that to run at boot-up.

View 4 Replies View Related

General :: Create Alternative Boot Without Starting Some Services?

Apr 16, 2010

I would like to create an alternative booting possibility in my GRUB menu that does not start some services (listed by chkconfig) like cups.

I would use this boot during travel where I surely does not need these services and shorter bootup time is preferable. Permanent removal of such services is not an option because I could not miss them during normal daily work.

I use Mandriva 2010 with the latest updates.

View 1 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

General :: RHEL 4.6 - Cannot Boot Pass Starting Auditd

Apr 15, 2011

I'm using RHEL 4.6. auditd was set on for run levels 1-5. I changed something (?), now my system won't boot. It hangs on "Starting auditd:". I tried adding "enforcing=0" to GRUB. I tried adding "selinux=0" to GRUB. I tried adding "auditd=0" to GRUB. I've tried them separatly, as well as, in various combinations. I've tried entering "I" to go into interactive mode but, I'm not fast enough to hit that millisecond window. How can I skip/get pass the "Starting auditd:"?

View 5 Replies View Related

Software :: Starting Firebird Database From Wine Windows-based Application

Oct 1, 2009

I have a Windows-only language lab program ('Logolab') which provides students with listen and repeat exercises on audio and video material loaded by the teacher. It operates in conjuction with a Firebird database which stores subtitles (I think) and the sequencing data (the lengths of each segment) for recording (a recorded piece will be subdivided into small audio/video segments during which the student repeats what's been said).The audio and video functions are run internally by Windows Media Player, and the video input must be in .WMV format for the system to function.Using Wine, I've managed to install the language lab program on Ubuntu, as well as the Firebird database program. However, each time I start the language lab program, I get the message "Firebird database not started!".There is a BIN folder with the language lab software that contains a .INI file with the following contents:

Perhaps that needs to be modified for Linux or Wine on Linux? I've tried changing the DataBase field with the Linux path to the appropriate .FDB file, and likewise the ServerName field to the Ubuntu computer name or the ip address, but to no avail. Lately, I've installed the Linux version of Firebird and Flame Robin (which I couldn't understand).If anyone can provide any help or suggestions, I'd be most grateful (it's the only thing preventing me from migrating 100% to Linux).

View 3 Replies View Related

General :: Run Single Application Off Of Boot

Aug 8, 2011

I'm trying to run a Linux application and all I want to run is this one application off of boot. I need networking and that's all (no display, peripherals, etc.). I want no other applications running so that the application I run has 100% of the CPU. Is this possible?

View 4 Replies View Related

General :: Run Application Or Boot As Specific User

Apr 18, 2010

I have a need to run a specific app as a specific user when the machine boots into init 3. I can not run this as root so I need to specify a user. Can someone tell me how to accomplish this?I usually have to log in and start this application by typing check -D which starts this app and daemonizes it. I want to be able to run that at boot with my normal user not root.I hope I explained this correctly.I have added it to rc.local but it runs as root.

View 3 Replies View Related

General :: Fedora - Boot Direct To Application On Console With No Login?

Apr 19, 2010

I have a need to start an application on bootup on the linux console and I do not have a need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles but I would like to allow SSH access via the network port for debugging, loading, etc.

The application is a SDL graphics program running with fbcon as the SDL_VIDEODRIVER if that matters. I'm currently using Fedora 10 and 12 but any distro that supports SDL using the fbcon framebuffer would be acceptable.

View 2 Replies View Related

General :: Run GUI Application From Userdefined Boot Time Daemon Server ?

Jan 18, 2010

I am writing one simple server daemon and running with /etc/init.d/server its running properly but when i want to run one simple QT GUI with system() function , its not able to run it and returning 256 as return code .

If same daemon i m running from terminal then its working properly and also system() function is getting success with return value 0 and GUI is getting popped up.

View 1 Replies View Related

Programming :: Bootstrap Not Starting U-boot In The Normal Boot Sequence

Oct 5, 2010

I am facing a problem with my AT91SAM9260 customized board. Board is almost same as the evaluation kit.

I could download the binaries ( Bootstrap-v1.16, u-boot-1.3.4, linux kernel 2.6.20) successfully to the DATAFLASH/NANDFlash in my board by using atmel SAM-BA tool with usb/serialport/jlink.

Here I describe the problem.

When I power up the board, boot strap is not jumping to U-boot location, in the normal boot sequence and board stuck with bootstrap.

But when I disconnect/connect the JTAG USB cable ( provided with SAM-BA ICE) , it's jumping to u-boot location and booting the board properly. I'm getting the same error in NAND FLASH also.

I have tried one more test case.I copied bootstrap binary at the flash location, [location which is specified for u-boot binary] instead of U-boot.bin (location: 0x8400 in dataflash), I got continous bootstrap debug messages in my console. [ So can I conclude SDRAM doesn't have any problem? ]

Bootstrap code or U-boot code ?

View 4 Replies View Related

General :: Application Called Impact - Paths In Java Application ?

Apr 14, 2010

So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...

[url]

I untar the pack, and launch the application calling a script, from within the untarred folder,

Code:

This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.

Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )

My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,

Code:

Code:

I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from

Code:

Code:

no avail,

Code:

even after adding /usr/local/Impact/bin to PATH... won't go...

I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...

View 4 Replies View Related

Debian :: Boot Without Starting X

Jun 3, 2015

I just installed debian 8.0.0..I installed it without "desktop-environment" during tasksel, but instead installed it with "sudo apt-get install xorg gnome-core" atferwards.I want x-win to be present but I do not want it to start during boot.

Adding "GRUB_CMDLINE_LINUX_DEFAULT=text" to the grub config used to work but for this new debian it does not change anything. Yes, I did do update-grub2 after editing the grub file, and I also confirmed in /var/log/messages that "text" is present with the kernel command. "sudo update-rc.d gdm3 remove" also has no effect,what I do gnome starts at boot time.

View 8 Replies View Related

Ubuntu :: Cups Not Starting At Boot

Feb 7, 2010

I can't get cups to auto-start at boot time. Running sudo cupsd manually works fine, but I don't want to have to do that every session.This seems to be affecting lots of folks. This thread claims that bug #444597 in launchpad has a solution, but I must be too stupid to see it, and the thread is closed so I can't post there.
All my rc and init files seem fine, bootsplash is off, and, of course, there are no useful boot error logs in Karmic.

View 2 Replies View Related

Ubuntu :: Service Not Starting During Boot?

Mar 19, 2010

I'm having a problem getting my MPD service to start during boot. This started a week or so ago. It's no big deal, just a pain. It start fine when I run the script in a terminal. I changed the start priority with update-rc.d. I occasionally get a segfault message in my syslog and messages log. Not sure what it means.

Mar 18 22:44:25 tony-laptop kernel: [ 1244.162897] mpd[3874]: segfault at c00 ip 0806f7d2 sp b6f2a130 error 4 in mpd[8048000+4e000]
Mar 18 22:55:28 tony-laptop kernel: [ 1907.414336] mpd[4759]: segfault at c ip 00194d1d sp b6f9bcd4 error 4 in libpthread-2.10.1.so[18d000+15000]

View 4 Replies View Related

Ubuntu :: Boot Frozen At 'Starting Up'

Jul 3, 2010

I lost power to my ubuntu box earlier today, so it didn't shut down properly. I'm now trying to start it but it keeps getting stuck at 'Starting Up' for over an hour. I've tried pressing escape to boot a different version or into recovery mode. The only difference I get is when loading a recovery mode it just puts up a flashing underscore instead of 'starting up . . .' - it still hangs there. This is a small box without a optical drive which is why I haven't tried a live CD.

I'm not really familiar with linux or boot issues.

View 9 Replies View Related

Ubuntu :: CUPS Not Starting At Boot Up?

Feb 4, 2011

However, many of those threads show that adding two lines to the file "/etc/network/interfaces" should solve the problem. I checked on my PC and those two lines are already there.. but CUPS still doesn't start properly on boot up...

View 1 Replies View Related

Ubuntu :: 10.10 Gnome Not Starting At Boot?

Feb 21, 2011

Since a few hours I can't seem to get GNOME working. Whenever I boot my computer, I just get tty1 wanting me to log in. That works, but then I just get tty1 with a terminal... In tty7 I can see the startup checks which end with "* Checking battery state... [OK]".

View 2 Replies View Related

Ubuntu :: Starting 10.4 - Cannot See Desktop After Boot

May 23, 2011

Something happened to my ubuntu 10.4 - I can't see my desktop after boot. As a matter of fact, when I boot I see a message saying: Continue to wait; or press S to skip mounting, or M for manual recovery. I left it like that over night, this morning I found the logon box, typed my password and I got to an empty desktop.

I did a Ctrl-Alt-F1 and logged on there, I am looking at /etc.fstab and I see the first lines like this:
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation UUID=3538bcd0d-...
ext4 errors=remount-ro 0 1

I guess something is wrong right from the start, some portion of the file system is not recognized anymore (or is in the wrong place) ...

View 9 Replies View Related

Ubuntu :: Unity Not Starting At Boot

Sep 1, 2011

I was playing around with my house mates fresh install of 11.04, was going to show him compiz, little did I realize it does not like playing with Unity with wobbly windows. So now Unity wont start at boot and I had to find a round about way of getting to the terminal to then to start Unity manually.

View 2 Replies View Related

CentOS 5 :: Samba Not Starting At Boot?

May 21, 2010

I would like the samba service (smb) to start on boot.

In the terminal (as root) I did:

/sbin/chkconfig smb --add

But after a reboot the samba service still doesn't start automatically. Is there something I'm doing wrong here?

-- Quick side question: Most of my experience is from debian and I'm confused as to why I have to add the /sbin path to most of my commands.

View 2 Replies View Related

Debian :: Rtorrent Through Schroot Not Starting On Boot?

Apr 15, 2010

I am running Lenny, but I wanted to use a newer version of rtorrent, so I am running it via schroot. I have an init.d script from the rtorrent website that would automatically start rtorrent on boot, but now I am running rtorrent through schroot, it doesn't work anymore.I believe it may be something in my rc.# folders. I seem to remember adding a command to end all schroot sessions when shutting down the ompur, and I was thinking that it might be interfering with rtorrent starting correctly.Any tips on how I troubleshoot this? Here's a file listing of my rc2.d folder:

README S16openvpn
S20cups S20noip2 
S20rtorrent S24dhcdbd  S89anacron

[code]....

View 1 Replies View Related

Debian :: Ferm Firewall Not Starting At Boot?

May 13, 2011

I installed the ferm firewall with aptitude in the debian squeeze, the ferm init script is installed to the /etc/init.d and it's enabled in the /etc/default/ferm:
# configuration for /etc/init.d/ferm
# Enable the ferm init script? (i.e. run on bootup)
ENABLED=yes

View 3 Replies View Related

Fedora Networking :: VLAN Not Starting On Boot?

Jan 26, 2009

I just have installed FC 10 on a box that I will use as a router/firewall box. On the box I have three interfaces (eth0, eth0.704 (VLAN), and eth1). When the machine boots up, only eth0 and eth1 come up. If I run /etc/init.d/network restart, then eth0.704 will come up. If I add that command to rc.local, then all interfaces come up at boot.

I have the directive ONBOOT=yes in ifcfg-eth0.704. What would cause this vlan interface not to start at boot on the machine?

View 7 Replies View Related







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