similar to: Rsync stalls

Displaying 20 results from an estimated 600 matches similar to: "Rsync stalls"

2008 Jan 15
1
flac default is -l8 (but says -l5)
$ ls -l a.wav -rw-r--r-- 1 rootboy None 30587804 Jan 7 23:00 a.wav $ flac -v flac 1.2.1 $ type flac flac is hashed (/usr/bin/flac) $ uname -a CYGWIN_NT-5.1 DFBJ7M51 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin $ flac -f a.wav a.wav: wrote 16323314 bytes, ratio=0.534 $ flac -l8 -f a.wav a.wav: wrote 16323314 bytes, ratio=0.534 $ flac -l5 -f a.wav a.wav: wrote 16398095 bytes, ratio=0.536 $
2008 Apr 17
0
Lots of FIN_WAIT_1 TCP Connections and deadlock in zoneli state
Hi All, I am running squid as reverse proxy on FreeBSD 7.0-R amd64. After running for a while (~ 8 hours), the throughput degrades to very very low rate. I found the squid is in "zoneli" state and is already a bug report on http://www.freebsd.org/cgi/query-pr.cgi?pr=106317 But after more investigation, I found there are lots of TCP Connections in FIN_WAIT_1 and never close. # netstat
2018 Apr 06
2
Semi-OT: install python package in userspace
On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: > Just sudo it This is exactly why I have big reservation in giving users sudo permissions. If they need sudo on UNIX or Linux for small thing like this, then they have no idea what they are doing and can easily screw the system up. Not to mention regular user should not hahe these permissions on multi-user system. If they know enough to
2008 May 28
2
Sockets stuck in FIN_WAIT_1
I have a rather busy Apache 2.2 server; tons of small & some large requests. It's a standard Dell 2650 server using the bge (broadcom) network driver. I seem to have a rather strange problem where after just a day or so Apache just stops processing new connections. You can connect to port 80, but trying to get Apache to process any data just hangs. There is nothing strange in
2018 Apr 07
2
Semi-OT: install python package in userspace
> Am 07.04.2018 um 01:41 schrieb Pete Biggs <pete at biggs.org.uk>: > > On Fri, 2018-04-06 at 11:50 -0500, Valeri Galtsev wrote: >> On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: >>> Just sudo it >> >> This is exactly why I have big reservation in giving users sudo >> permissions. If they need sudo on UNIX or Linux for small thing like this,
2008 May 07
4
name resolves to public address - should resolve to private...
On my network I have one Samba PDC (Version 3.0.28 running on FreeBSD 6.3-PRERELEASE), one mail server (FreeBSD + Dovecot + Postfix) and a dozen or so WinXP/Win2K machines. The WinXP/Win2K machines all have static IP addresses. The Windows clients are configured to look up the Samba PDC machine for both DNS and WINS. The Windows clients seem to be able to find other machines as well as the PDC:
2018 Apr 06
2
Semi-OT: install python package in userspace
Richard Demeny wrote: > Just sudo it > > On Fri, 6 Apr 2018 17:25 , <m.roth at 5-cent.us> wrote: > >> CentOS 7 box. As there's no package in any of the repos, we're trying to >> install scikit-learn in the user's space. It refuses. My late try was, >> after d/l a .whl from last year, hoping that would work with the numpy >> package in the
2011 Sep 05
3
rsync crash behind a firewall [cygwin]
As part of coreutils' bootstrap, rsync crashes on cygwin: $ /usr/bin/rsync \ --delete \ --exclude '*.s1' \ -Lrtvz 'translationproject.org::tp/latest/coreutils/' \ 'po/.reference' rsync: failed to connect to translationproject.org (*inet_ntop failed*): Connection refused (111) Segmentation fault (core dumped) $ cat rsync.exe.stackdump
2008 Mar 20
2
Installation of R, Sweave, ESS and [X]Emacs on Windows?
I'm trying to get R, Sweave, ESS and XEmacs or emacs all installed and working together on my Windows XP Pro system. I've got R 2.6.0 working just fine, installed from the R Windows installer. I also have CYGWIN_NT-5.1 with XEmacs 21.4 working okay. Can anyone point me to any documentation on how to bring these together so that R code typed in Xemacs can be run in R? I found the ESS
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 5:49 AM, Jay Foad wrote: >> To test clang: >> 1) Compile llvm and clang from source. > > LLVM fails to build for me on Cygwin. I get: > Does TOT build? If not, please file a bug. Unfortunately Cygwin is not in our release criteria. I'd like to have a buildbot running (if there is not one already) and then get someone to qualify it for the
2002 Jun 11
2
Some files always copied to W2K system
I am copying from a rsync --daemon (have tried from both W2K/cygwin & Linux daemons) to a W2K machine. Some files get copied every time even though they haven't been touched since the last copy. I have experimented and deturmined that the file size seems to be important. If the file is between 926 & 933 bytes long it will always be copied!! Other sizes and possibly other aspects of
2018 Apr 06
0
Semi-OT: install python package in userspace
On Fri, 2018-04-06 at 11:50 -0500, Valeri Galtsev wrote: > On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: > > Just sudo it > > This is exactly why I have big reservation in giving users sudo > permissions. If they need sudo on UNIX or Linux for small thing like this, > then they have no idea what they are doing and can easily screw the system > up. Not to mention
2018 Apr 07
0
Semi-OT: install python package in userspace
On Sat, 2018-04-07 at 12:23 +0200, Leon Fauster wrote: > > Am 07.04.2018 um 01:41 schrieb Pete Biggs <pete at biggs.org.uk>: > > > > On Fri, 2018-04-06 at 11:50 -0500, Valeri Galtsev wrote: > > > On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: > > > > Just sudo it > > > > > > This is exactly why I have big reservation in giving
2018 Apr 06
0
Semi-OT: install python package in userspace
On 04/06/18 11:53, m.roth at 5-cent.us wrote: > Richard Demeny wrote: >> Just sudo it >> >> On Fri, 6 Apr 2018 17:25 , <m.roth at 5-cent.us> wrote: >> >>> CentOS 7 box. As there's no package in any of the repos, we're trying to >>> install scikit-learn in the user's space. It refuses. My late try was, >>> after d/l a .whl from
2018 Apr 06
9
Semi-OT: install python package in userspace
CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the numpy package in the regular repos, I did a pip install --user scikit-learn..., and it still seems to want to write to system space: OSError: [Errno 13] Permission denied:
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
Hello, After switching from a Linux development host to Windows7 with Cygwin, I notice the following problem when building clang (trunk, HEAD): (also happens with Mingw) ... llvm[4]: Compiling ParseInit.cpp for Debug+Asserts build as: /cygdrive/d/Projects/Cpp/llvm/cfgCygwin/tools/clang/lib/AST/Debug+Asserts/ASTContext.o: too many sections (33066) /tmp/ccmtDH7w.s: Assembler messages:
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
> To test clang: > 1) Compile llvm and clang from source. LLVM fails to build for me on Cygwin. I get: make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime' make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/libprofile' llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC) llvm[2]: Compiling BlockProfiling.c for Release build (PIC) llvm[2]:
2004 Sep 02
1
Compile error on cygwin
Hi, I am am new to cygwin, so if this email lacks any glaring detail, please let me know how I can send it along. Rsync is the first app I have tried to install on cygwin, I have version 2.5.5 already installed, but I am trying to upgrade to remove the 'rsync hangs with cygwin' problem. I am trying to install verison 2.6.2 from rsync-2.6.2.tar.gz. Configure runs fine, but make gives
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers : Source : /home/test1/link_dir sub_dir1 file1 file2 ... sub_dir2 ... Destination: /home/test2/real_dir sub_dir1 file1 file2 ... subdir2
2013 May 03
1
Regression: IDA + IDAPython not opening
Hi, When I upgraded wine from 1.5.24 to 1.5.26, IDA 6.2 + IDAPython stopped working. IDA now does not open, giving me this error message: Traceback (most recent call last): File "C:\Python27\Lib\site.py", line 62, in <module> import os RuntimeError: unable to get file status from 'C:\Python27\Lib\os.py' I can run Python alone just fine though: $ wine