similar to: kio_http spawns multiple processes

Displaying 20 results from an estimated 9000 matches similar to: "kio_http spawns multiple processes"

2013 Jul 16
2
Can someone help confirm a bug? kio_http kdegraphics
Hello: I'm trying to track down a kio_http problem using CentOS 6.4 with KDE. This causes multiple kio_http procs to spawn and lots of notifications. Several steps are needed: Create a foo.html with an href foo.html <html><head>Test</head><body><a href=http://ovh.com>http://ovh.com</a></body></html> [^] Use html2ps then ps2pdf to create a PDF
2013 Jul 03
0
Weird Okular/KDE error - thousand procs spawned
Hello all: I'm trying to troubleshoot a strange and repeatable error and not sure where to log the bug report. I subscribe to Linux Journal and download their PDF. The DLJ230.pdf opens in the Okular PDF reader from Konqueror. If I scroll down to the ad for some colo site (www.ovh.com) and click the right side of the page, I immediately start getting hundreds of alerts on the desktop. These
2007 Apr 12
2
Bug with kde applications and damageWindowRect wrapping...
Here is a bug that make me insane since a lot of time. Randomly, when launching an kde application, i can see it appear on screen and then being placed by place plugin. I look at place plugin code and everything looks ok... http://hibbert.univ-lille3.fr/~cbellegarde/PlacementBug.png Here a screenshot of the bug, as you can see, window first appear at this "non placed" position, then, it
2004 Jan 10
2
swat error
I am getting the following error when trying to connect to http://localhost:901 500 Server Error chdir failed - the server is not configured correctly Are there any known fixes for this ? Also: I noticed that some of the directives, such as datadir, might be non-functional or ignored elsewhere in coding of swat Could this be the cause of the above errors ? Finally here is the cli output
2004 Feb 06
2
how do i get rid of wine-kthread <defunct> ?
Hi, after a while of playing around with winedbg i have a lot of these: bash-2.05b# ps -A 559 pts/0 00:00:01 wine-kthread <defunct> 558 pts/0 00:00:04 wine-kthread <defunct> 607 pts/0 00:00:01 wine-kthread <defunct> 606 pts/0 00:00:04 wine-kthread <defunct> i tried differend variations on kill, and killall, but they don't go away. Any ideas? Regards,
2002 Dec 23
0
Rsync Spawns Not Dieing
Hello, I am experience a problem with rsync spawned process will not die on their own. The problem first showed its face when I ran rsync through /etc/inetd.conf. I changed to running rsyncd as daemon and I still have the problem. Description: 1) I have rsync server setup with following parameters: [orcanow] path = /orca/data/now comment = file depot use chroot = no
2003 Jun 24
0
RSYNC spawns two child processes
I am new to RSYNC but it appears to me that RSYNC spawns off two child processes, both doing a REMSH access to the remote system? This does not appear to be documented. I am guessing that the reason for this is that the first child process is used to read the list of files to be transferred (descend the directory tree) and the second child process is actually used to transfer the files? This would
2006 Nov 04
1
konsole failure to
Everyone, I am evaluating Centos to be for the purpose of using it as a server for a database. I doubt that I will use anything but run level 3, but am looking at the gui tonight. I am having difficult using konsole with the same scripts that I have used on FC4, FC5, and FC6 with success. I am executing this command from a Desktop link konsole --vt_sz 80x25 --profile smile with smile being
2011 Jan 21
2
rsync via crontab spawns over 20 processes
Hi all, I've been running rsync via cron for a while now and all is well. However on one particular new 5.5 box, whenever its runs via crontab, the machine ends up with over 20 rsync processes and a load of ~14 and eventually the machine dies. But when running manually, I see it spawn 3 processes with a load of 1.5. My rsync command is simply; rsync --delete -avvH --progress source
2004 Aug 06
1
Icecast spawns processes when unable to contact YP
Hi: For the past few hours, www.oddsock.org/yp.cgi has been uncontactable. When I start the icecast server, it seems to perform very badly while trying to contact the YP server. After a couple of minutes, the streaming begins to work, but it starts spawning processes at the rate of a couple a minute. the following also starts appearing in the server log: [2003-04-08 10:26:28] DBUG
2004 Apr 25
1
MusicOnHold spawns everlasting mpg123 processes
Hullo :) I'm using CVS-04/23/04-23 from the stable 1.0 branch on kernel 2.6 - since I have no Digium h/w, I've just managed to get the zaprtc module to compile and run, so I thought the best way to test it would be via MoH. The MP3Player application works great .. exten => 6901,1,Answer exten => 6901,2,MP3Player(http://127.0.0.1:85/ES/28) This will play callers BBC Radio 4 from
2011 Sep 04
1
Strange permission problem when mounting a share
Hello all, I have been struggling with a permission issue with Samba for over a week now. I've tried many different setup, without much success. I am using samba 3.6 on Arch Linux. The user I am testing with is a member of the group nobody. I have a share defined as it : security = share [public] path = /home/smbshare public = yes only guest = yes writable = yes printable =
2003 Nov 10
1
Problem in MySql-3.23.49
Hi I am a user of Asterisk-0.5.0. I am a final year student of MCA in IGNOU.All the system are running in Red Hat-7.3 OS. I am able to transfered call in the following procedures: PSTN(INDIA)>>Mediatrix 1204>>Asterisk server>> VOCAL server>>Mediatrix 1204>>PSTN(USA) Now I want to save the cdr data in my Asterisk box.I am using RedHat-7.3 OS. I am using the
2002 Jul 20
0
debugs from wine
Hi! I got I-cad running with Wine without M$. That is fine. When I tried to manage layers the Wine-konsole came up with messages. And Intellicad crached. The message is as attachemet. How about rendering? Is it possible any way?? -maRia -------------- next part -------------- A non-text attachment was scrubbed... Name: wine-konsole.png Type: image/png Size: 73202 bytes Desc: not available Url
2008 Feb 13
2
XFCE-Terminal can't display latin1 encoding
Hi, Much of my work consists in connecting to the MySQL monitor on our public library database server and working in it. Until recently, I've been using either Gnome-Terminal in GNOME, or Konsole in KDE. Since all the systems, both server and clients, default to fr_FR.UTF-8, and MySQL uses a default latin1 charset, I usually switch the displayed charset within Gnome-Terminal or Konsole.
2010 Nov 03
1
Auto-killing processes spawned by foreach::doMC
Hi all, Sometimes I'll find myself "ctrl-c"-ing like a madman to kill some code that's parallelized via foreach/doMC when I realized that I just set my cpu off to do something boneheaded, and it will keep doing that thing for a while. In these situations, since I interrupted its normal execution, foreach/doMC doesn't "clean up" after itself by killing the
2005 Feb 12
1
Paste script in R stops before end of file
Hi! I can only paste a limited amount of text into R (which is started in KDEs Konsole). The script I have problem with stops pasting after 4224 characters, and 78 lines. Although I can get Rs' attention at that point by just pressing Return. The script mainly consists of a a large amount of vectors that I would like to join into a dataset for further analysis. Example of vector: AC
2007 Feb 15
2
Multiple Processes Spawned from mongrel_rails start ?
Hello, I have mongrel 1.0.1, rails 1.2.2 ruby 1.8.5 running on Centos 4.4. When I execute the mongrel_rails start -d I see that 3 processes are spawned. See below: [root at ccc aaa]# mongrel_rails start -d [root at ccc aaa]# ps -def |grep mong root 2743 1 9 07:14 ? 00:00:01 /usr/bin/ruby /usr/bin/mongrel_rails start -d root 2744 2743 0 07:14 ? 00:00:00
2010 Apr 21
2
prototype of simple NX client with auto-resuming ssh session
Dear All: --- Summary, especially for openssh list (to test/reproduce): THANK YOU for all your help. Please extract into /home/username/nx on both host and client. cp ssh to a file named mxssh in that directory. Run (with an _n_ below) Start server on the remote host by typing ./server & Now do: ./nxssh hostname If you killall client on the remote end, it reconnects "seamlessly"
2003 Jun 06
0
FWD: Re: stability
>From the killall man page: killall sends a signal to all processes running any of the specified commands. If no signal name is specified, SIGTERM is sent. ---------- Original Message ---------------------------------- From: "Oscar A. Valdez" <oscar.valdez@plastipak.com.sv> Date: 06 Jun 2003 16:10:23 -0600 >>From the smbd man page: >