OpenSUSE Hardware :: Configure A Process So It Does Not Run Continouesly?
Jul 28, 2010
I have Samsug CLP 315 laser printer. To my delight Samsung provides software to monitor the fill level of the cartriges. I found that is done by a process which continuesly uses cpu power. Very little...but anyway. A constant check is not necessary. How and where could I configure this process, so it would run lets say very hour of so?
View 9 Replies
ADVERTISEMENT
Jun 19, 2010
I have set up an encrypted ext4 partition on a new external USB HDD. When I plug it in, some sequence of a daemons and scripts cheerfully puts up a dialog to ask me for my pass phrase and then creates a mount point and mounts the drive in /media. I'd like to know how to configure this process to change the name of the mount point (right now it's an unwieldy hex string), it's permissions and ownership. I'm sure this is straightforward, but I just don't what the relevant programs and files are.
View 2 Replies
View Related
May 12, 2010
what is the correct process for updating an application installed via the './configure, make, make install' sequence?For example, I have an app checked out via a git repository, on which I run the 'make install' on to install. Then a few days later I run a git pull to update to the latest release, do I just run the same sequence again or should I 'make uninstall' first?
View 3 Replies
View Related
Sep 23, 2010
Is there a way to configure a process to be launched in the "n"th working day?
Let's say n=5. In this case, if the 5th of the month is on Saturday, then the 5th working day will be on Monday so I would like to launch the process on the 7th.
The same when the 5th of the month is on Monday, it means that it's only the 3rd working day, so I would need to launch the process on Wednesday - the 7th of the month.
View 2 Replies
View Related
Feb 8, 2010
kpilot worked just fine with my Palm Tungsten T3 on OpenSuse 10.3. I recently upgraded to 11.2 and have had numerous problems. It took me a while to get the hardware talking (documented in another thread), but now the sync is proving to be problematic. A hotsync happens - and I can also sync fully with jpilot, but the sync isn't going anywhere. I'm hoping to sync with kontact, but it's impossible to tell as kpilot hangs whenever I try to configure the conduits through the "Configure kpilot" menu item. When syncing, the log complains of missing conduits:
Version: KPilot 5.3.0 (KDE 4.3.0)
Version: pilot-link 0.12.3
Version: KDE 4.3.1 (KDE 4.3.1) "release 6"
Version: Qt 4.5.3
[Code]....
View 6 Replies
View Related
Nov 11, 2010
I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process
View 2 Replies
View Related
Mar 19, 2010
can any tell me how can I configure OpenSuse for login session (kde/gnome) using a certificate in a SmartCart (spanish DNIe).
View 5 Replies
View Related
Feb 8, 2009
I have an old PC on which I want to install openSuse 11.1. After install the PC will sit as a box minus any screen or keyboard. I aim to access it using VNC from another VISTA laptop. How should I configure the linux box to support this scenario? In otherwords I want to be able to switch on a Linux box that has no keyboard or screen, and then connect to it from a remote laptop using VNC?
View 9 Replies
View Related
Jan 8, 2010
one tell me the internal working of kill command. that is how it kills a process internally or from where it picks file to continue its process.
View 3 Replies
View Related
Jan 21, 2011
I have a high priority service that I start with sudo nice -n -10 process. This process does not need superuser rights though, except for the priority elevation. But nice requires superuser privileges to elevate priority.
View 3 Replies
View Related
Jun 12, 2010
send the details raid configuration how to use in linux el5 and how to indentify the raid degrade process and how to rebuilt the process.
View 4 Replies
View Related
Sep 8, 2010
Code:
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
[code]....
Description of what the code does or what i intended to do:
1. Created a child process from parent process using 'fork()'
2. Sent a signal 'SIGALRM' from child process to parent process using 'sigqueue' function.
(The Third parameter of 'siqueue' function contains the message (message msg) which the child process wants to send to the parent process.'msg' is a stucture instance containing a) pid of child and b) string) 5. Print the 'msg' sent by child process inside the signal handler function 'sig_action_function' of the parent process I am getting some junk value when this line is executed
Code:
printf("%d
",msg->cpid);
I expected to get the pid of child process, which the child process sent to parent process through the signal.
View 3 Replies
View Related
Aug 11, 2010
gkrellm process starts automatically without me indicate. In auto-run system preferences kde is not configured to start automatically, set at the time but removed it and just beginning the process continues in the background
View 7 Replies
View Related
Mar 17, 2011
I am trying to make a file run at startup (e.g. runlevel 5). Here is what I done;
Copied file to /etc/init.d/rc5.d with these permissions:
-rwx------ 1 root root 274 Mar 17 08:33 noip2.sh
Contents of this file is:
Code:
#! /bin/sh
# . /etc/rc.d/init.d/functions # uncomment/modify for your killproc
case "$1" in
start)
echo "Starting noip2."
[Code]....
And the file this is supposed to run is in /usr/local/bin/noip2 with the permissions as:
-rwxr-xr-x 1 root root 80431 Mar 17 08:16 noip2
However, this didn't worked for me. What can I do?
Edit: I can run shell file by invoking it with terminal. So there is no problem with the file
View 9 Replies
View Related
Apr 14, 2011
I have recently installed Suse 1.4_64 on my system. During the boot process I experience two delays of about 30 seconds, every time I boot up.
View 9 Replies
View Related
May 11, 2011
Using OpenSUSE 11.4 on a backup server. At boot, it needs to connect to the main server's NFS share. Watching the text scroll up the screen, it's obvious that the system waits for anything up to several minutes showing 'mounting NFS...'. Once it (eventually) passes that point, the rest of the boot procedure is as fast as expected.
If NFS is disabled at boot, normal boot times are restored. If the NFS client is restarted via 'rcnfs restart' once the system is up and running, it's instant. If NFS is disabled at boot and started manually afterwards, it start instantly. Once running, NFS behaves normally. The backup server has two ethernet ports, connected via a switch to the main server, which also has two ethernet ports. All ports are configured via DHCP from a router, with all addresses reserved on the router so that all important devices are kept at the same locations.
View 2 Replies
View Related
Aug 12, 2010
as we all know Process Scheduler does Process scheduling and its a process as well. I was just wondering that if this happens then the Process "Process Scheduler" should be a part of Process queue as well.
So if there are 5 process are there in Process queue & process scheduler is administrating them then since its also a process, once it puts a process under RUN state it should itself go inside queue because at one instant only one process can get executed on a processor. This is quite confusing for me. Please help me out. I tried to search on this but could not find any relevant topics.
View 1 Replies
View Related
May 4, 2010
How do you find the parent process of zombie processes?
When the child process is something where the parent is not entirely obvious...
Is there some way to list processes in tree format or something?
View 3 Replies
View Related
Nov 9, 2010
I have a shell script to identify whether the process is running or not. If the process is not running, then I execute another script file to run my application. Below is my script and saved this script as monitorprocess.sh Code: #!/bin/bash
result=$(ps -ef | grep -v grep | grep "applicationname.sh" | awk '{print $2}')
echo $result
if [ "$result" == "" ];
[code]...
View 4 Replies
View Related
Nov 9, 2010
I have a process running on Linux.When i do ps -eaf | grep <myProcess>, it show muliple entries for <myProcess> with different pids for each entry.Kindly tell me what could be the reason for a process having multiple pids?
View 1 Replies
View Related
Mar 31, 2011
Is there any difference in cpu usage for process in init.rc(runs automatic when boot is happened) and manually running process. Will these both have same priority by default...?
View 1 Replies
View Related
Nov 26, 2008
I tried googling but didn't get any answer for this.I have a process called "abc" and it is running with PID "123".I have a putty session opened with PID "999".I am giving kill -TERM 123 from putty session.My process "abc" before dying it should catch the PID of the terminal which provided TERM signal to it.Is there any way to find this out
View 2 Replies
View Related
Nov 16, 2010
I'm having trouble getting Dave's Batch Process program to install in GIMP. DBP - David's Batch Processor
I'm running 11.3 KDE 64bit.
The instructions say to put the dbp1.1.9 in the GIMP plugins folder. But it doesn't show up.
View 2 Replies
View Related
Jan 3, 2011
first time KDE and OpenSUSE user here, went from BSD to Windows now here with you, and I have a small problem. This is pretty much a fresh install, and KDE will sometimes become unresponsive and the computer will disconnect USB devices (mouse keyboard). Although I can still use the trackpad and keyboard on the laptop, no shortcuts work, I cannot kill process, open the terminal, or anything else, and can only reboot the compute via power switch.
I was told by an experienced Ubuntu user to try to replicate the error on demand and post the logs. The problem is, I can't. It will happen pretty randomly, sometimes when watching flash, or sometimes downloading from Yast2. I did take my last logs from a recent crash though and have the pastbin Jan 3 19:54:02 linux-yiyn su: (to root) kris on / - Linux logfile Also as a side note, although running on older hardware, OpenSUSE never seems to utilize more then 7% CPU (1.5Ghz single core) and 130Mb RAM (2Gb DDR). I am told this is unlike linux systems, that they usually idle high.
System: openSUSE 11.3 (i586)
KDE: 4.4.4 (KDE 4.4.4) "release 3"
View 5 Replies
View Related
Oct 24, 2010
How to locate usb devices before the process of installation?
View 2 Replies
View Related
Feb 14, 2011
I have OpenSuse 11.3 KDE installed in dual boot with Win 7. Have used Ubuntu in the past and remember that whenever I started my computer with Ubuntu, i had a black colored screen which showed various kernel options. So in short I was sure that the Ubuntu installation had updated itself. On the contrary, whenever I start Suse 11.3 KDE, it shows me just one option of Suse 2.6.34.7-0.7
I have doubts, is Suse up-to-date, and also there is mention of KDE 4.6 on kde.org website.
But my operating system information is as follows:
KDE: 4.4.4 (KDE 4.4.4) "release 3"
OS: Linux 2.6.34.7 -0.7 -default i686
System: openSUSE 11.3 (i586)
I have also seen that on 10th Mar 2011, Suse 11.4 will be realeased. Will update/ upgrade of this installation work in this direction?
View 9 Replies
View Related
Aug 10, 2010
I have been working and searching the forum for a solution to dvds not playing on my hp dv2000 laptop running openSUSE 11.2, 2.6.31.12-0.2-desktopHere are the post ask for in the ten step process. (lots of them)
#1 Check if there are missing dependencies
#1 LC_ALL=C zypper ve
linux-jh3c:/home/carl/11.2Setup/dvd # LC_ALL=C zypper ve
[code]...
View 9 Replies
View Related
Apr 13, 2010
I updated Samba to 3.5.1 as shown in: Fixing "Authorization Dialog" bug in Samba for 11.2 - openSUSE ForumsWhen I copy files between two copies of Samba in two openSUSE 11.2 PC's with the new update, I get Samba Process Unexpectedly Died (in Dolphin). This happens going from Computer 1 to 2 or 2 to 1, it does not matter and the error is the same.
After reverting back to Samba version 3.4.2 in both PC's, all files copied between PC's work fine again. Though the "Authorization Dialog" bug is gone, not all seems right with the newest update version.
View 4 Replies
View Related
Jul 22, 2010
I installed opensuse 11.3 in my laptop compaq presario cq40 144TU consisting of Core2Duo T5800 with 4 GB DDR2 RAM. After installation of 11.3 i update the OS from online. i have a cable net with IP address / subnet mask / Gateway / DNS. All are working fine but all of a sudden there was a power cut in our locality and my cable net was delinked.
When the elecricity came again i tried to connect the internet for online updation, but all in vain. No page is openup though the terminal told me that "You are already logged in with process id 1425." When i typed the command to kill the process it said that there is no such process running.
View 6 Replies
View Related
Mar 10, 2011
I am running SuSE 11.3 ( 2.6.34.7-0.7-desktop) on a Dell Laptop I am using an external NAS (QNAP-809pro) that connects to the laptop via iSCSI When my laptop boots I get an error that stops the boot process and gives me the filesystem repair terminal: ther I have to comment out the iSCSI lines from /etc/fstab and reboot normally. This is my fstab with commented-out iscsi mount lines
Code:
/dev/disk/by-id/md-uuid-16c447dd:e92ee13a:7e2f04b9:2688e99d-part5 swap swap defaults 0 0
/dev/disk/by-id/md-uuid-16c447dd:e92ee13a:7e2f04b9:2688e99d-part6 / ext4
[code]....
View 1 Replies
View Related