OpenSUSE Install :: Run An Application As A Daemon?

Feb 10, 2010

I have SLES9.I am running a Java-application named meinServer5.This app starts two application servers, one admin process and one worker process, where the admin process has to be started before and ended after the worker process:

meinServer5 startadmin // starts the admin process
meinServer6 stopadmin // stops the admin process
meinServer5 start //starts the worker process

[code]....

View 2 Replies


ADVERTISEMENT

OpenSUSE Install :: Gnome-settings-daemon Is Not Started?

Dec 10, 2009

After I login my desktop preferences are not loaded. If I try to change them (Control cneter-> apparence) I get a message that says: Unable to start the settings manager 'gnome-settings-daemon'.Without the GNOME settings manager running, some preferences may not take effect. This could indicate a problem with DBus, or a non-GNOME (e.g. KDE) settings manager may already be active and conflicting with the GNOME settings manager.The first lines of .xsession-errors show:

/etc/X11/xim: Checking whether an input method should be started.
HOSTNAME: Undefined variable.
XDG_DATA_DIRS: Undefined variable.

[code]....

View 5 Replies View Related

OpenSUSE Install :: See Daemon Status At Boot Time?

Dec 14, 2010

I use opensuse 11.3 and would like to see daemon status at boot time, instead of the chameleon with a progress bar

View 8 Replies View Related

Fedora :: Application - KDE Daemon - Kded4 - Signal - Segmentation Fault

Jan 4, 2010

I get a couple of these a day

Application that crashed: kded4
Version of the application: $Id: kded.cpp 1031638 2009-10-05 16:59:11Z lunakl $
KDE Version: 4.3.4 (KDE 4.3.4)
Qt Version: 4.5.3
Operating System: Linux 2.6.31.9-174.fc12.i686 i686

- Backtrace:
Application:

The auto bug reporting says it cant report it

View 1 Replies View Related

General :: What Application / Daemon Converts File Paths To Inodes

Nov 4, 2010

The Linux File system uses the file path notation to abstract how data is accessed. Path really must be an environmental variable for the applcication that converts the path name to an inode so what is this application/Daemons name?

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

Software :: Run GUI Application From Userdefined Boot Time Daemon Server

Jan 19, 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.

i m using ubuntu-9.10 below is the code ....

#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>

[Code].....

View 1 Replies View Related

OpenSUSE Install :: Anti-overheating Daemon - Set CPU To Lower Frequency If Its Temperature Is Going Too High

Jan 28, 2010

I am looking for a daemon that will set the CPU to lower frequency if its temperature is going too high. I used an application like this in Windows.

View 3 Replies View Related

OpenSUSE Install :: Unable To Install Application In Graphical Mode?

Jan 22, 2010

on Suse linux 11.2 while trying to install sun webserver 7 I was unable to install it in graphical mode, is the any package that needs to be installed in order to do that

View 6 Replies View Related

OpenSUSE Install :: Upgraded To Version 11.4 And Now Can Not Install Any Application?

Apr 1, 2011

I upgraded to version 11.4 and now I can not install any application. Not YAST or zypper downloaded RPMs.Firefox and Konqueror can not download links that are rpm. I do not understand what happens. Ties other than rpm, if fully discharged. I tried as root and nothing.

View 9 Replies View Related

OpenSUSE :: Cannot Install Any Application

Sep 16, 2010

I cannot install any application. When I try to install anything from yast or with an rpm always have a similar message.

View 3 Replies View Related

OpenSUSE :: Install L7-filter Application On 11.3?

May 15, 2011

I want to install l7-filter application on my opensuse 11.3 . I couldn't install it alone according to this guide :

Layer 7 Userspace HOWTO

the download link is :

Linux layer 7 packet classifier - Browse Files at SourceForge.net

View 1 Replies View Related

OpenSUSE :: Update Or Install New Application Via Yast?

Nov 28, 2010

I have a problem when trying to update or install new application via Yast, I'm using opensuse 11.3. PackageKit Error repo-not-available: Failed to download /content from Index of /distribution/11.3/repo/oss

View 9 Replies View Related

OpenSUSE :: 11.4 64 KDE New Install - Updating And Application Dependency

May 6, 2011

I got a new hard drive in and decided to do a completely new install of 11.4 64 on my "testing/spare machine:. I have my dual monitors configured properly But I ran into two issues. When doing a manual post install update from the 11.4 updates repo I have one file that will not play happily named cronie. When trying to install the application wspr from the hamradio repo I get the following error for an unsatisfied dependency. I have the same application installed on another 11.4 installation on this system and it didn't choke on this file.

View 7 Replies View Related

OpenSUSE Install :: Start Mysql Before Another Application?

Mar 5, 2011

Through YaST's System Services I configured an application to start on boot. However, the application (mediatomb) is using mysql, so it should not be started before mysql. It is however, which means mediatomb fails to start.

How can I make sure mysql is started before mediatomb?

View 9 Replies View Related

OpenSUSE :: Install Application In WINE But It's Not Working Correctly

Mar 13, 2011

I installed 11.4 and it seems to be working fine. To run few windows application I need WINE. I installed WINE using YAST Software Manager. But when I install application in WINE it's not working correctly. The same application is working fine in MINT/WINE.

View 2 Replies View Related

OpenSUSE :: Launch The Application To Install Windows Software?

Apr 5, 2011

I installed Crossover Office Pro (full release) which I used on previous version of opensuse, but now it is installed on opensuse 11.4 64 bits. The installation is fine, but the problems begin when I try to launch the application to install windows software.

I get this output:

alienware:/opt/cxoffice/bin # ./cxinstaller
Traceback (most recent call last):
File "./cxinstaller", line 85, in <module>
import gtk
ImportError: No module named gtk

It has something to do with python I guess but I tried about every possible solution I could find on the internet but nothing works. Any idea's how to fix this error? I tried all option, but no luck so far.

View 5 Replies View Related

OpenSUSE Install :: System / Application Account Creation

Apr 25, 2010

I use the Basic System for Co-operative Work (BSCW) to implement a collaboration environment in Apache. In previous versions of SuSE, I had created a BSCW user and group. The UID and GID that I had used is now assigned to some other system/application.Can someone refresh my memory on how to create a UID and GID in the 100-200 range?

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

OpenSUSE Install :: Storage Subsystem Locked By Application (Y2base)

May 27, 2010

I'm looking forward to using OpenSuse shortly, and hopefully the install is still being performed. I downloaded the GNOME iso and burnt to disc. It was partitioning my win7 drive and creating new partitions. I went to move the YAST screen and that led me to shaking the window (not knowing the screen would disappear).

Now I'm afraid something bad happened. Please tell me I didn't fry my hard drive! At the moment it appears I am running off the cd. I tried to run the Live installer again and got:
The storage subsystem is locked by the application "y2base" (3620).
You must quit that application before you can continue. I cannot tell if the partitioning/installation is still happening.

View 6 Replies View Related

OpenSUSE Install :: Application 'gnome-wm.desktop' Failed To Register?

Aug 24, 2010

Had a boot failure last night; first one for 11.3 64 bit:

Aug 23 19:32:06 suse1 gnome-session[4822]: WARNING: could not read /etc/xdg/autostart/ksmolt-autostart.desktop
Aug 23 19:32:06 suse1 gnome-keyring-daemon[4800]: unable to create keyring dir: /home/rthornto/.gnome2/keyrings
Aug 23 19:32:06 suse1 gnome-keyring-daemon[4800]: couldn't write to file: /home/rthornto/.gnome2/keyrings/login.keyring: No such file or direct
ory

[Code]...

View 1 Replies View Related

OpenSUSE Install :: System Management Locked By The Application With Pid 5084

Mar 3, 2011

i am running openSUSE on virtual box bt when i try to install applications i got

system management locked by the application with pid 5084

i have try to kill the process with kill and process id command but when i try to install appn again i got the same prob,

View 7 Replies View Related

OpenSUSE :: Moving Application Icons In Kickoff Application Launcher

Jan 31, 2010

I've downloaded VideoLan (VLC) via Yast but the icon was placed in the audio folder. How do I move it to the video player folder? Also, where are additional icons stored? I run SuSE 11.2 (boxed version) with KDE.

View 9 Replies View Related

OpenSUSE :: Windows Application Needs Java Install But Wine Wont Open It

May 5, 2010

Im trying to install Yahoo site builder using wine... the problem is that this program needs java. I tried to install java using wine but it just wont run. Native linux java doesnt works...

Heres the terminal log:
----------------------------------------------------------
hilderith@cpe-001966e2bdb4:~> cd /home/hilderith/Download
hilderith@cpe-001966e2bdb4:~/Download> su
Password:

[Code]....

View 3 Replies View Related

OpenSUSE Install :: ATI Driver - Boot But X Windows Crashes When Open Any Application?

Apr 4, 2011

I am new to opensuse, having migrated from Ubuntu. I have had some difficulty with power management on Ubuntu so i decided to install opensuse with kde as i heard it was good for laptops. I have had lots of trouble getting opensuse 11.4 to boot properly and to run without freezing.

I have trawled the forums and bugzilla and the documentation, e.g. SDB:ATI - openSUSE and SDB:Configuring graphics cards - openSUSE. Consequently i am now able to boot (normally), however whenever i open any application, e.g. Dolphin file manager, Firefox, etc, the tab starts to load (little circle starts spinning on the tab), and then it freezes.

At this point I can exit X Windows and enter the text mode. I have repeated this with the FGLRX and Radeon drivers running. This is always repeatable. I can also boot into level 3 and do things there.

My computer details are:
HP Pavilion dv6 3032TX
Processor - Intel i7 720 QM
Ram - 6GB
GPU - ATI Mobility Radeon 5650
Harddrive - 640GB 5400rpm

[Code]...

What i have tried so far:

1. First 4 steps on SDB:Configuring graphics cards - openSUSE
2. Install and run FGLRX

Note that i cannot failsafe boot - it never boots into X Windows and just hangs. I really do like the look and feel of opensuse and would love to use it, but at this point my only option is to try another distro.

View 3 Replies View Related

OpenSUSE :: Run Script As A Daemon Under Root?

Mar 1, 2010

How do I turn a Python script into a daemon that runs under root, and starts automatically when I boot into Linux?/home/username/bin/pystromo/pystromo-remap.py -m /home/username/.config/pystromo/default.mapFailing that, how do I start the script as a background process from the console? I thought 'bg' would do that, but it only takes a pid from an already-running process as an argument.Basically I want this remapper running constantly in the background, preferably as a service. Unfortunately it currently only works when run as su, which I'm trying to fix.

View 4 Replies View Related

OpenSUSE Multimedia :: Play Mp3 At The Background (as Daemon)?

Dec 19, 2010

opensuse11.3

What i need:

1. Power ON
2. User Log in
3. Whe loaded desktop - at this time play file.m3(play as daemon..)

View 7 Replies View Related

OpenSUSE Network :: SSH Daemon, Apache, MySQL Not Responding?

Nov 20, 2010

Dear all, I have system running LAMP and acting as a regular webserver.After running the setup for quite some months, I start having major issues:Symptoms:1. Applications do not respond neither from LAN nor WAN - SSH daemon, Apache, MySQL, FTP2. Network still seems to work for ping and port listeners3. Telnet is still successful for 21, 22, 80, 33064. Server has to be restarted manuallyTrying to find out the issue, I went through /var/log/ looking for major issues or warnings. But nothing seemed plausible to me to understand the issue - except I knew I was running out of disk space a few times.Not being able to identify nor replicate the issue, I replaced the hardware running 24x7 since quite a few years. Doing this, I migrated at the same time from OpenSUSE 10.1 to 11.3.The machine itself is behind a firewall and only the above mentioned standard ports are accessible

View 4 Replies View Related

Slackware :: Cannot Install Notification-daemon - Libdbus-glib Error

May 7, 2011

I have slackware 64 13.37 Kernel 2.6.37.6 I am trying to install notifcation daemon so I can use notify-send. I am trying to install the package notification-daemon, via sbopkg using the 13.37 repository. I have installed dependencies: ORBit2, GConf, libsexy.I hit this error during installation of notification-daemon.

/usr/lib/libdbus-glib-1.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status

I did previously have gsb gnome 3 installed, but removed that and then lost notify-send.

View 2 Replies View Related

OpenSUSE Multimedia :: Configure Mpd (music Player Daemon) To Access Music Files?

Nov 8, 2010

I am trying to configure mpd (music player daemon) to access my music files that are stored on a windows server (NAS).

In the mpd configuration file I have to point to the directory in which the music is.

How do I do that? Is it something to do with mount?

View 1 Replies View Related







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