Displaying 20 results from an estimated 100 matches similar to: "Defunct processes on solaris 10"
2002 Apr 30
1
data.frame package?
Is there a library that is able for example to
1. merge 2 dataframes by row eg.: rbind(dataframe1, dataframe2):data.frame
2. delete a column from a dataframe del(dataframe, colname) or
del(dataframe, colindex= 1):data.frame?
3. Select lines from a dataframe by a specific function ?
select(dataframe, func=small(x){x<1}, colindex=3): data.frame?
4. converting all double columns of a data.frame
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
NOTE: posted this to gluster-devel when I meant to post it to gluster-users
01 | 02 mirrored --|
03 | 04 mirrored --| distributed
05 | 06 mirrored --|
1) Would this command work for that?
glusterfs-volgen --name repstore1 --raid 1 clustr-01:/mnt/data01
clustr-02:/mnt/data01 --raid 1 clustr-03:/mnt/data01
clustr-04:/mnt/data01 --raid 1 clustr-05:/mnt/data01
clustr-06:/mnt/data01
So the
2008 Sep 29
0
AGI defunct processes + GSM Playback - HELP!
Hello.
I've just installed
asterisk-1.4.21.2
zaptel-1.4.12.1
chan_ss7-1.0.10
libpri-1.4.7
I am using Sangoma A104 card with wanpipe-3.2.7.1 drivers.
My OS: Ubuntu 8.04 Server
Kernel: 2.6.24-16-server
I am getting a choppy GSM playback and too many defunct AGI processes when
channel closes.
i am using Perl or PHP, also 'agi-test.agi' going to defunct too...
I was able to playback GSM
2004 Feb 22
0
wine-pthread defunct
hi friends,
I have been playing with wine for quiet some time now. I wanted to
check how many instance of wine can it run, and started opening wordpad.
After 700 instances wine starts creating defunct process.
The wine-pthread creates defunct. I don't know why. I checked the for
free memory, and it is there in the system. So i don't what may be the
problem.
Is there any limitation
2007 Sep 25
0
defunct netstat processes
I am running samba 3.0.23 with winbind joined to a windows 2003 AD
domain. Over time, I've noticed that winbindd shows forked zombied
netstat processes, and over time, they continue to build up. Right
now, there are hundreds of zombied netstat processes forked from
winbindd shown by ps afx. Any ideas of what could cause this?
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump
2009 Aug 21
2
how to clear <defunct> qemu-system-x86 processes
Hi all,
I have a long term running program which call libguestfs to check VM
images. but i found that each time after i call guestfs_close(), the
qeum-system-x86 process which is forked by libguestfs changes to
<defunct> process.
as docs of guestfs_close said "This closes the connection handle and
frees up all resources used.", so this is a bug or is there any other
way to
2005 Sep 14
0
Google Earth: WINEDEBUG=+relay makes wine-preloader <defunct>
Hello!
Using the latest cvs version Google Earth finally installs without using native DLLs. As it does not run I'm trying to find out why.
When running it, GE stops with a message box apologizing for not working.
So I'd like to run it in winedbg, but I only get
WineDbg starting on pid 0xa
Process of pid=0x0000000a has terminated
and not the friendly box.
Perhaps GE uses some kind
2005 Jun 06
1
[dovecot-auth] <defunct>
Hi all, first post.
Looking through my processes I keep seeing this:
[dovecot-auth] <defunct>
The server seems to be running fine.
Is this anything to worry about?
dovecot-0.99.13-3.FC3
2005 Dec 05
0
Dovecot-auth <defunct>
We have used qpopper on our email server RH 9 for long. But recently as the
number of people using the server has increased too fast we have to switch
to dovecot. Things seem to be OK with the rate users post and receive
emails. But from that time very often I see this when top:
. dovecot-auth <defunct>
And some people sometimes have to restart their outlook to receive emails
2006 Oct 16
2
defunct processes
I am using SuSE 10.1 and dovecot version 0.99.14-5.
dovecot 6267 660 0 14:45 ? 00:00:00 imap-login
dovecot 6285 660 0 14:45 ? 00:00:00 pop3-login
dovecot 6371 660 0 14:45 ? 00:00:00 imap-login
postfix 6454 12811 0 14:46 ? 00:00:00 smtp -t unix -u
dovecot 6511 660 0 14:46 ? 00:00:00 pop3-login
postfix 6550 12811 0 14:46 ? 00:00:00
2005 Jun 02
0
redirect a defunct sc stream to icecast stream
Karl,
Have you got any ideas on some specific techniques to contain the details
I want? I created an html file with a meta refresh to the m3u url, and
this new listen.pls file actually works from IE, firing up a media player
and loading the m3u playlist/stream. But it does not work from Netscape or
Firefox. They send the listen.pls web page to my media player.
Most of these redirect links
2005 Jun 03
1
redirect a defunct sc stream to icecast stream
On Fri, 2005-06-03 at 05:22, babu wrote:
> Karl,
>
> Have you got any ideas on some specific techniques to contain the details
> I want? I created an html file with a meta refresh to the m3u url, and
> this new listen.pls file actually works from IE, firing up a media player
> and loading the m3u playlist/stream. But it does not work from Netscape or
> Firefox. They send
2012 Sep 21
1
Defunct of --max-vsize and mem.limits
R-devel,
I am migrating from R.2.13.2 to R.2.15.1 and just realize that R command line options --max-nsize and --max-vsize are no longer supported along with the defunct of mem.limits(). To me, the function and options along with other two, --min-nsize and --min-vsize, are useful in allowing some explicit control of R memory usage. One benefit is that the setting of maximum boundary could
2004 Jul 14
1
SJava - restart() is defunct
Hi,
I'm using the SJava package and am trying to get event
handling to work, but no examples from
http://www.omegahat.org/RSJava/examples/ that have any event
handling work in R 1.9.0. I think the examples were all
written around 2001 so most probably used an older version
of R. The error message that displays in R is:
Error: 'restart' is defunct.
See ?Defunct.
The restart
2009 Nov 27
0
multicore: defunct R processes left
Dear All,
At least in three different GNU/Linux systems, the parallel function
from the multicore package leaves defunct (zombie) R processes.
For instance
library(multicore)
parallel(1:5)
collect()
After collect, the child process (with pid as given by collect) is
left defunct. (If we run the last two lines of code again, the
previously defunct process will be replaced by the new defunct
2010 Aug 31
2
[Bug 1812] New: ControlPersist causes defunct/zombie processes
https://bugzilla.mindrot.org/show_bug.cgi?id=1812
Summary: ControlPersist causes defunct/zombie processes
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
URL: http://bugs.debian.org/594687
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2001 Sep 14
2
Scads of defunct processes ins AIX 4.3.3
I hope someone can help. I've installed 2.9p2 on a number of AIX boxes and
it works great.
The problem is that a HUGE >700 number of defunct processes get generated
by sshd. Did I do
something wrong ? Any suggestions ?
Please email chuck at fiu.edu as I don't subscribe to the list.
TIA,
Chuck
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Nov 13
1
Defunct / zombie AGI after some execution time
Hello,
We are running Asterisk-1.0.12 in a CentOS 4-4.2 system, kernel
2.6.9-42.0.3.ELsmp.
We have some custom AGI, and when we launch Asterisk the system works fine.
But **after some time**, each AGI execution generates a zombie <defunct> process.
We believe that it's not a problem in the AGI code, because Asterisk+AGI is
working fine in the first "n" minutes/hours. This
2005 Sep 02
2
FW: defunct email kill list
Is there an email address that we can forward 'defunct' emails like the
one below to so that they can be taken off the mailing list. I
appreciate it means work for someone but this email is probably being
sent out to 400 'original' posters a day if that makes sense.
It could also be the email address that we forward "out of office"
emails to that could automatically
2008 Sep 22
1
ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct
Hi folks,
We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to
install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies
(like kernel-devel, rpm-devel, etc):
# ./install811.sh
Saving user-defined agent thresholds... [ Done ]
Checking system for required packages... [ Done ]
./hpplduioss: error while loading shared