Displaying 20 results from an estimated 100 matches similar to: "infinite loop in rsync daemon on Mac OSX"
2004 Jul 28
3
only 1.3 of 12 GB will transfer from OSX to Linux
Hello,
I'm having trouble transferring files from an rsync server on Mac OSX to a
Linux machine. I'm doing everything as root on both ends to make sure it's
not a permissions issue, but still can't get all the files to transfer.
I have the rsync server running on OSX as root, like this:
server:/Users root# cat /etc/rsyncd.conf
[user_docs]
path = /Users
read only = true
2005 Oct 24
2
"rsync: not found" error with sshwindows
I'm trying to copy files from a Linux system to a Windows XP system running
sshwindows. I can use gFTP and log in just fine. sshwindows is based on
cygwin so you just use /cygdrive/c/ to access the Windows C: drive, etc.
But for some reason, rsync is having problems transferring files to this system:
[1710][~]$ rsync -av /tmp/foo.txt user@windowsbox.com:/cygdrive/c/
2003 Oct 25
0
esfq testing !
Hi,
I''m have a linux router like this:
ADSL modem-->(eth0) Linux Router (eth1)<--->LAN (6 hosts)
Since I want to apply fairness to 6 hosts LAN,
I have compiled kernel 2.4.20-8 with patch esfq 0.2
(and iproute2 with patch esfq too.)
Next, I run folow script:
--------------------------------------------
#!/usr/bin
TC="/sbin/tc"
$TC qdisc del dev eth1 root 2>
2002 Jun 11
0
[Bug 273] New: sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
Summary: sshd hangs on shell exit if user spawned child with
/bin/nohup
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2018 May 15
0
Four bitcode generated with plugin-opt=save-temps
These are the bitcode at different stages of the LTO portion of the
compile. LTO merges the IR for all files being linked and optimizes them as
a single monolithic module. The preopt.bc is the merged IR just after
merging and before performing any LTO optimizations. internalize.bc is
after performing whole program internalization. opt.bc is after the
optimization pipeline, and .precodegen.bc is
2018 May 15
2
Four bitcode generated with plugin-opt=save-temps
Hi
I use the LDFLAGS=" -flto -fuse-ld=gold -Wl,-plugin-opt=save-temps " to
generate the makefile and to make the whole program. However, found four
different kinds of bitcode for each target. For example, I am compiling
coreutils. For the program "nohup", I can get
nohup.0.0.preopt.bc
nohup.0.2.internalize.bc
nohup.0.4.opt.bc
nohup.0.5.precodegen.bc
If I am right, I
2018 May 15
1
Four bitcode generated with plugin-opt=save-temps
Hi Teresa
Thanks for your very quick and clear explanation. I have one more question.
The emit-llvm option will give you the IR for a single source file when you
compile it with -c. All of those files when combined give the IR in the
preopt.bc temp file.
===========
So if I use "clang -emit-llvm -c" to generate the .ll file. It should be
the same as the one I generated by using
2001 Jan 11
1
sleep 20&exit hangs on Linux
Dear All,
Let me quote a few lines from TODO file (SNAP-20010109):
- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
solutions break scp or leaves processes hanging around after the ssh
connection has ended. It seems to be linked to two things. One
select() under Linux is not as nice as others, and two the children
of the shell are not killed on
2001 Jul 11
2
Regarding hanging of ssh upon exit
Hi,
I would like to briefly comment on a problem mentioned in the file "TODO"
and also in the OpenSSH FAQ (question 3.10), namely the hanging of an ssh
connection (on Linux) if there are active processes.
It is stated that this has to do with the fact that children of the shell
are not killed upon exiting the shell. However, the problem also occurs if
a process is started with
2005 Nov 29
0
I/O error samba mount point (only with smbfs)
Hi,
I am getting an I/O error while running fsstress on client samba mount point
(only with smbfs)
Can anyone, please look into this problem?
Problem Description:
x370 was configured for samba server & x206f as samba client.
fsstress was running from two samba mount points from client i.e /SAMBA1 (type
cifs) & /SAMBA2 (type smbfs).
There was no load generating on /SAMBA2 & hence
2002 Jun 11
0
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
------- Additional Comments From kerry.schwab at wnco.com 2002-06-12 06:26 -------
Debug output, with comments:
Get this once i'm in:
>>[some omitted for brevity]
>>debug1: session_new: session 0
>>debug1: Allocating pty.
>>debug1: session_pty_req: session 0 alloc /dev/pts/12
>>debug1: fd 4 setting TCP_NODELAY
2013 Apr 15
10
[Bug 2091] New: scp hangs while copying a large file and being executed as a background process ( with nohup )
https://bugzilla.mindrot.org/show_bug.cgi?id=2091
Bug ID: 2091
Summary: scp hangs while copying a large file and being
executed as a background process ( with nohup )
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: AIX
Status: NEW
Severity:
2012 Aug 29
1
Destination file is larger than source file
We are using the standard -av switch. And both filesystems are the same -
UFS.
/opt/rsync/bin/rsync -av -e "ssh -l root" --delete
--exclude-from=/var/scripts/exclude
--password-file=/var/scripts/transfer.passwd <username>@<source
host>::<source dir>/ /<destination dir>
Source system
<source host>:<source dir># du -sh *
1K nohup.out
20G
2004 Aug 06
1
I can run???
Hello
I'm using icecast 1.3.10, and streamcast-0.8
I started it with nohup icecast & and it was happy for a while then the stream dropped out. I looked in nohup.out, and there was about 500 lines that just said "You can run, but you can't hide!"
After I changed my underwear, I looked through the source to verify that the message was coming out of Icecast and not the RIAA
2005 Nov 25
1
ssh/scp at Redhat Enterprise 3 (2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686 i686 i386 GNU/Linux)
Dear People,
I have following situation with "OpenSSH_3.6.1p2, SSH protocols 1.5/2.0,
OpenSSL 0x0090701f":
a) I will send files via scp to: "OpenSSH_3.8p1, SSH protocols 1.5/2.0,
OpenSSL 0.9.7d 17 Mar 2004"
b) used command:
scp [-vvv] -p -B -C /home/gdg/generation/cr/test_lnx50/lnx50.test2.000001
gdg at lnx50:/home/gdg/EMPFANG/lnx50.test2
Login without PW runs fine,
2018 Sep 20
3
Upssched not getting called from UPSMON
Hi, I cant seem to get my upssched to get called by upsmon. Upsmon -c fsd just shuts down without the message I set or the one in upssched-cmd
/etc/ups/upsmon.conf:
MONITOR ups6 at localhost 1 <user> <pass> master
MONITOR ups8 at localhost 1 <user> <pass> master
SHUTDOWNCMD "/sbin/shutdown -h +0"
NOTIFYCMD /usr/sbin/upssched
NOTIFYMSG
2008 May 12
12
[Bug 1463] New: Running nohup sleep 70 & and then exiting shell, hangs ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1463
Summary: Running nohup sleep 70 & and then exiting shell, hangs
ssh
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component:
2005 May 04
1
help track a segmentation fault
I have an R script that I run using
nohup R CMD BATCH r.in r.out &
The code loops through data from the database and takes hours. The
problem is, in about an hour and a half after I start the script the
program stops and I get
/usr/lib/R/bin/BATCH: line 55: 14067 Done ( echo
"invisible(options(echo = TRUE))"; cat ${in}; echo "proc.time()" )
14068
2011 Jul 12
1
Can zpool permanent errors fixed by scrub?
Hi, we had a server that lost connection to fiber attached disk array where data luns were housed, due to 3510 power fault. After connection restored alot of the zpool status had these permanent errors listed as per below. I check the files in question and as far as I could see they were present and ok. I ran a zpool scrub against other zpools and they came back with no errors and the list of
2003 Oct 21
5
run R under linux
Dear all,
Our department uses the linux system and we are not allowed to submit job
directly. We must make a batch to submit through "qmon".
so, I make a foo.sh file, which only contains one line: nohup R --vanilla <
foo.txt > foo.results
foo is all my codes. It is a simulation of 200 times. I set the seed at the
beginning. It is to estimate the success probability, which is