similar to: DO NOT REPLY [Bug 5695] New: rsync local timeout

Displaying 20 results from an estimated 3000 matches similar to: "DO NOT REPLY [Bug 5695] New: rsync local timeout"

2008 Jul 27
3
imap processes eating IO
[Ignore the previous e-mail, I somehow sent it when I was trying to paste from clipboard] I recently migrated my dovecot/postfix setup to a new machine. After doing so, I have encountered a problem where imap processes get stuck in a loop eating loads of IO on the machine. Looking at the trace (snippet below), it looks like they are sitting and reading the inbox and other folders of
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
Hello, i'm trying to backup one of my hosts with a two rsync-scripts, which are mainly just calling on the client side /usr/bin/rsync --server --sender -vlogDtprz --delete-excluded --numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude / and on the server side rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded rsync@$client:/ $DATA_PATH/$client/daily.0
2013 Oct 28
2
[Bug 10233] New: rsync is spending a lot of time lstat64()'ing --exclude'd files
https://bugzilla.samba.org/show_bug.cgi?id=10233 Summary: rsync is spending a lot of time lstat64()'ing --exclude'd files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2002 Sep 11
0
Strange Hang over ssh
rsync-2.4.6-1 RPM on receiving side on Red Hat 7.3 rsync-2.4.6-13 Red Hat 7.2 RPM on sending side Trying to do a "pull" from sender over ssh, rsync hangs after transferring very little data, usually on the first or second file. strace rsync -avzur --bwlimit=35 -e ssh user@remote:/directory /local/directory (init stuff) read(5, "\375\217\177=", 4) = 4 select(6,
2008 Dec 19
4
only root without password
Hi all, I have a very strange problem with the public key authentication with 2 machines. I generated the key, configured the authorized_keys etc.. etc.. This is all ok, now: The ssh works without the password for the "root" user, any other user cannot use the key and ssh ask me for the password !! I cannot understand why only the root is able to connect without the password. So, the ssh
2005 Mar 26
1
test65 "deliver" LDA bug
Hello. I've tried to implement dovecot's deliver LDA to my home mailserver. I've run into troubles :) dovecot-deliver.conf: -- snip -- mail = maildir:%h/Maildir:INBOX=maildir:%h/Maildir mbox_read_locks = flock mbox_write_locks = flock -- snip -- when i run: deliver -d bfg < email.txt dovecot delivers message to ~/Maildir/maildir/new It acctually creates "maildir"
2003 Nov 27
0
[Fwd: Re: Compiling dovecot on SuSE 9]
Thanks for the reply regarding the compilaton of dovecot to SuSE 9. I have made the key and put it in the correct area but still no luck. I have attached the strace output to the end of this email. Thanks!!! > Date: Wed, 26 Nov 2003 00:17:07 -0800 (PST) > From: "Ted S. Garaventa" <tsg at cctg.com> > Subject: [Dovecot] Compiling dovecot on SuSE 9 > To: dovecot at
2009 May 04
1
virtual mailbox users users can send, but can't read e-mail
Greetings, I am trying to add the second virtual mailbox domain (transco.org.au) to an existing Postfix/Dovecot/MySQL mail server. Users of the first virtual mailbox domain (transylvania.org.au) have no problems sending and receiving mail. Users belonging to the second virtual mailbox domain can successfully send mail to outside, however they won't receive the mail, though Postfix
2008 Jan 17
1
convert plugin fails - drops root privileges then tries to create file in /
Hi I just tried to run the convert plugin as described at http://wiki.dovecot.org/Plugins/Convert (except with mail_location = maildir:~/Mail) It fails with an error message: Eopen(/.temp.falcon.endbracket.net.18618.8d5e0a038da6cf06) failed: Permission denied Error: imap dump-capability process returned 89 It looks like Dovecot execs /usr/libexec/dovecot/imap, which drops root privileges
2002 Nov 01
0
The domain is not disposable!
Clients using W2k Sp2 are randomly no longer connecting to my Samba PDC server running 2.2.5 so i thought to upgrading to 2.2.6 but the problem still remains. What can be appened? Just a few days ago all was running very very fine!! THE ERROR IS: THE DOMAIN IS NOT DISPOSABLE AT THE MOMENT! =============================================================== I only have activated Bind9 and DHCP but I
2019 May 24
0
FW: Weird Samba/CIFS behavior: client hangs
I've tried straight the IP into the share \\x.y.z.k\, same behaviour. The server is smbd 4.7.6 on Ubuntu 18.04. The client is cifs-utils 6.8.2, samba-common 4.10.0 on Ubuntu 19.04 What i get on dmesg is [ 1395.187394] CIFS VFS: Server x.y.z.k has not responded in 120 seconds. Reconnecting... Server's smb.conf: [global] unix extensions = yes case sensitive = auto delete readonly = yes
2005 Oct 11
3
dovecot won't launch
Hi, I downloaded the latest dovecot (1.0 alpha 3) and tried numerous installs which get me nothing. No errors, no crashes, no segfaults and no running dovecot. It just seems to silently exit. I was trying to build with mysql support but I've also tried a plain old install, just configure, make install, etc. I get nada. strace doesn't show anything, at least as far as I can tell.
2003 Jul 20
1
rsync on cygwin is hanging
I am trying to backup a Windows machine to a Linux machine using rsync (over ssh). I have been able to successfully sync a few files at a time, but when I try to backup an entire tree the process hangs on both machines. I believe this is a different problem than one posted on here before, but I did try this patch with no success:
2006 Jan 15
2
Rogue Processes
I seem to notice these two processes running with top. Netstat hasn't been issued by me and cant be killed with the START state. Can someone enlighten me on these processes. FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun Dec 4 00:22:01 EST 2005 root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386 The box doesnt run ssh or telnet just postfix
2007 Oct 04
2
rsync stops/hangs (from windows to debian)
We've been using rsync to send updates to our webservers from a central location for years. All the webservers used to be Windows 2000 Server running rsync 2.6.3. Recently I've been trying to replace them with Debian servers with rsync 2.6.9. The central file server is a Windows 2000 Server using the cwRsync binary. It was also 2.6.3 until I upgraded it to use 2.6.9 also. The initial
2009 Sep 07
1
high imap load on large folders
Hello, i sync with imapsync from an archiopteryx-server to an dovecot-server, for testing until now. The dovecot is inside an VM. storage for mail is on an nfs-share, indexes are local. What i now see, is, on large folder( 58000 messages and more) the load on the imap-process is very high, and slowdown the transferprocess. Is there something, I can do. Whats cause the high load ind the
2002 Mar 06
1
samba 2.2.3a on PPC
I can join a domain, but wbinfo -t does not work. I used Mandrake's .src.rpm. I tried the same .src.rpm on a x86 machine and it works. strace's are attached. Any ideas? ...Jeff -------------- next part -------------- execve("/usr/bin/wbinfo", ["wbinfo", "-t"], [/* 38 vars */]) = 0 uname({sys="Linux", node="balsa", ...}) = 0
2019 May 22
3
FW: Weird Samba/CIFS behavior: client hangs
Oeps, forgot the list. > -----Oorspronkelijk bericht----- > Van: L.P.H. van Belle > Verzonden: woensdag 22 mei 2019 16:01 > Aan: 'sambalist at discosucks.it' > Onderwerp: RE: [Samba] Weird Samba/CIFS behavior: client hangs > > Try FQDN in the shares and not \\servername\ that might help. > Most simple to test. > > And OS? > Samba version? >
2019 May 22
0
Weird Samba/CIFS behavior: client hangs
Hi there! I have a very weird behavior in samba. I have been using a samba server for sharing a folder to a cifs mount client for many years. Since last update, everything still works fine, but when i open a photo subfolder with a specific software (gwenview) and try to load thumbnails, the whole mount stops responding. On the client, i have the "server not responding after 120
2003 Jan 06
0
smbd using alot of cpu
I have an smbd process that is using alot of cpu on HP-UX 11.11 using Samba 2.2.3a. It looks like the application on the client side is trying to open and close a ton of files, many of which do not exist. When I do a trace on the smbd process, I see repeated calls to lstat64 to what looks like all of the device files on my unix server. Here is a little bit of the trace. It goes through all of the