search for: processess

Displaying 14 results from an estimated 14 matches for "processess".

Did you mean: processes
2005 Apr 22
2
IMAP EXPUNGE disconnect/box hang - Fedora Core 2, Squirrelmail and Evolution
...re 2 Update: dovecot-0.99.13-4.FC2 build came in via yum. Since then I occasionally get this EXPUNGE disconnect error. When the error hits, the box does not crash but I can no longer log in*, nor start any new processes. I happen to have gkrellm running and I see a slow but steady climb in the # of processess. The only way to recover the box is to do a hard reset, as I cannot log in, nor su - to do a shutdown. In one case I happened to have a root shell open, and I still could not do a shutdown. Any ideas as to what I should do with this? As long as I don't expung everything is fine, but when I do...
2006 Apr 10
1
Question on randomization
Hi , I am using OpenSSH4.3p2. One of the fixes in this release says that random seed generation is not necessary for each key generation and initial seed will be served for the re-exec'ed processess. As better random seed will yield better random number generation, how can we achieve true randomization by one time random seed ? Thanks, Ponraj M
2007 Jun 14
2
Is DRb server *really* required in production mode?
...39;t it? So, is a DRb server required to avoid any concurrent access problem in this scenario? Let''s say we''re going to switch to a bunch of mongrels, still keeping everything on a single server: now the DRb server would be really necessary, right? I mean, there would be multiple processess trying to access the index to read and possibly update it, so here the DRb server would save the day, right? Thanks for your patience :-) -- Posted via http://www.ruby-forum.com/.
2008 Oct 08
3
Something weird happening...
..., delays=0.18/0/0/0.04, dsn=4.3.0, status=deferred (temporary failure. Command output: Can't open log file /var/log/dovecot-err.log: Permission denied ) But, log files seems ok: -rw------- 1 777 root 56 Oct 8 10:35 dovecot-err.log -rw------- 1 777 root 302 Oct 8 10:35 dovecot-inf.log Also processess seems right: root 17965 0.0 0.0 2052 584 ? Ss 10:35 0:00 /usr/sbin/dovecot root 17966 0.0 0.2 8564 2172 ? S 10:35 0:00 dovecot-auth root 17967 0.0 0.2 8564 2356 ? S 10:35 0:00 dovecot-auth -w dovecot 17969 0.0 0.1 3476 1572 ?...
2005 Jan 10
3
Multiple winbindd processes
Hi, My problem is that I'd like to have one GNU/Linux box with Samba installed serve multiple domains. I have 2 Domains separated from each other. Connected Samba box to both domains and joined them successfully. Running 2 smbd and 2 nmbd processes bound to the appropreate network interface, with different settings serving appropreate domans. Samba server is visible in both networks but
2002 May 04
1
algorithm -- generating combinations
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I would like to code a script which processess all possible combinations of matrix columns. The purpose of such operation is to automatically find best combination of factors (not those factors in mean of R, but explaining factors -- independent variables) received from lm(). The independent variables are present in columns of the matrix. I am...
2011 Oct 17
1
Need help with optimizing GlusterFS for Apache
Our webserver is configured as such: The actual website files, php, html ,css and so on. Or on a dedicated non-glusterfs ext4 partition. However, the website access Videos and especially image files on a gluster mounted directory. The write performance for our backend gluster storage is not that important. Since it only comes into play when someone uploads a video or image. However, the files
2007 Mar 18
0
Performance Tuning Mysql and how mongrel is effected
...with AR I should change the verification timeout to be lower than the MySQL db Interactive_timeout. Now, I have done some performancing tuning to mysql in LAMP env''s but not RoR. MySQL typical set the default interactive_timeout to 8hrs (28800) this has bitten me a few times with sleeping processess or stale connections. What I have done in the past was optimize mysql with the following variable changes (/etc/my.cnf) wait_timeout=60 connect_timeout=10 interactive_timeout=120 join_buffer_size=1M query_cache_size=128M query_cache_limit=2M sort_buffer_size=8M key_buffer = 256M key_buffer_size=64...
2005 Jul 30
2
multiple daemons on the same port
I thought if a daemon is already running on the default port, I thought the additional ones started on the same port will result in an exit with error, but somehow it seems to work just fine. If I kill the first process, the second process seems to take control of the port. As far as I know you can't have two processes binding to the same port, so does that mean the second process is just
2004 Apr 22
2
Error?
I have the latest rsync running on mandrake official 10. At 2:30 I run rsync --daemon from cron to run an offsite backup for all my customers. At 8:00 I run killall rsync. However my log files show the following: 2004/04/20 02:00:00 [2702] rsyncd version 2.6.0 starting, listening on port 873 2004/04/20 02:00:59 [2707] rsyncd version 2.6.0 starting, listening on port 873 2004/04/20
2007 Jul 25
2
Thunderbird body search and multiple imap process
Hi, I'm having an issue with dovecot and Thunderbird and it is reproducible all the time. You do many body search from TB and you end up with multiple imap processess consuming all the CPU and with linux load 20+ Setup: - Centos 4.5 - Thunderbird 2.0.0.5 - Dovecot 1.0-7_53.rc29 and 1.0.1-1_58.el4 How to reproduce: - have an imap account in Thunderbird with 12000+ emails - user maildir in dovecot - do a: ps auwx|grep user1|grep imap|wc -l - in the main window o...
2007 Oct 27
2
Resource temporarily unavailable
Hello, Im using dovecot for ages and im happy.. but at now strange things happens: mutt returns: Error talking to localhost (Connection reset by peer) so i started telnet: alnagon ~ % telnet localhost 143 Trying 127.0.0.1... Connected to alnagon.localnet.cz. Escape character is '^]'. * OK Dovecot ready. 1 login karpi blablabla 1 OK Logged in. Connection closed by foreign host. Last
2010 Mar 03
5
how to know processes running inside domU
Dear all, I wanted to know the processes running inside domU from dom0. Is it possible? if yes,how to know? Thanks & Regards, Yashwanth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Sep 24
10
Check and restart script..
Has anyone written a script that can be used as a cron job or similar that will test if Asterisk is running and if not restart it?? I have just had an issue where asterisk crashed and someone was trying to call me.. it would be nice if it could have been automatically restarted.. I was thinking of a simple bash script something like running "ps -aux |grep asterisk" and then some kind