Displaying 20 results from an estimated 2000 matches similar to: "rsync hangs on solaris"
2001 Oct 12
2
bug report: last login time vs PAM in portability release
on hp-ux 11 i see:
$ date;ssh jenny
Fri Oct 12 14:44:13 PDT 2001
Last successful login for stevesk: Fri Oct 12 10:45:42 PST8PDT 2001 on pts/2
Last unsuccessful login for stevesk: Mon Sep 24 22:55:53 PST8PDT 2001
Last login: Fri Oct 12 10:45:43 2001 from 172.31.1.53
You have mail.
so solaris PAM is different. can other solaris+PAM users confirm this?
On Fri, 12 Oct 2001, Benn Oshrin wrote:
2004 Aug 06
2
icecast halting
Hi Everyone
I'm running icecast 1.3.7 on this:
SunOS tau 5.7 Generic_106541-10 sun4u sparc SUNW,Ultra-5_10
Periodically my icecast server stops broadcasting, though the icecast
process continues to run. When I look at the icecast.log I have noticed
this:
[26/Feb/2001:13:09:46] [4643:Connection Handler] Kicking unknown 4639
[63.91.35.5] [No encoder], connected for 0 seconds
2001 Jun 19
3
RJava lib error
Hello all!
I recently install R-1.2.3 and Omegahat SJava pkg
(formely Java pkg) 0.62 and tried running the examples
by issuing "scripts/RJava --example --gui=none" and I
got the following:
Error in dyn.load(x, as.logical(local),
as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/ctest/libs/ctest.so":
ld.so.1:
2000 Jan 20
1
Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Hack: diff -c defines.h.orig defines.h
*** defines.h.orig Thu Jan 20 18:07:40 2000
--- defines.h Thu Jan 20 18:08:05 2000
***************
*** 78,83 ****
--- 78,84 ----
/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
+ typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef
2001 Jan 04
1
Installing OpenSSH 2.3.0p1 on Solaris 7
Dear all,
trying to install OpenSSH 2.3.0p1 on
SunOS 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-30
always leads to the result
./configure
[...]
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first ***
I installed zlib-1.1.3 with its default directories and I also installed
openSSL without problems.
Strange to me that on Linux 2.2.18 I
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
Full_Name: Brendan McMahon
Version: 1.3
OS: SunOS
Submission from: (NULL) (12.42.50.51)
Probably just a configuration problem but ... fails to compile.
configure completed without a problem.
Any help appreciated!!
SunOS flexdev1 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-5_10
`Makedeps' is up to date.
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H
2000 Feb 17
2
Problems building host keys on some SPARCs
Hi,
I've compiled openssh 1.2.2 on Solaris 7/SPARC. On most hosts, things
are fine. I get EGD going, compile openssh, and I can then generate
hostkeys as described in the INSTALL file to get things running.
On a few hosts though, the keygen fails like this:
root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
ksh:
2001 Jul 12
1
Sys.getenv
I am running R-1.3.0 on Solaris 8:
Under Solaris I do
setenv dendro_us hoffmann
echo $dendro_us gives back:
hoffmann
which is correct.
When in R I do:
Sys.getenv("dendro_us") I get
dendro_us
""
which is NOT correct:
Inverse effect (taken from help of Sys.getenv)
Under R:
print(Sys.putenv("R_TEST"="testit", ABC=123))
[1] TRUE TRUE
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
2001 Aug 24
1
Recursive flag needs fixing 2.4.7pre1
Martin,
Just a minor fix.
Jie,
Try the -r option (or the --recurse) option instead.
It looks like the source changed to this:
options.c: {"recurse", 'r', POPT_ARG_NONE, &recurse},
But the help is still at:
options.c: rprintf(F," -r, --recursive recurse into
directories\n");
eric
Jie Gao wrote:
>
> rsync: --recursive:
2002 Feb 12
4
Rsync with script
Hi,
I am trying to mirror a server every night using rsync. I have to backup
multiple directories and multiple individual files. I also want to use ssh
as transport.
The problem is that I cannot get ssh to work without asking password for
each step. I tried the public key thing but it doesnt work.
Can some one give instructions for a layman like me.
Also I want to know how to pass argument to
2000 Dec 23
1
OpenSSH-2.3.0p1 patch for yet another F-secure version
Hi,
Here's a problem in openssh, some logs,
and a very minor patch that cures this:
Issue: (open)ssh client WILL NOT talk to F secure SSH-2.0-2.1.0pl2
client S/W version: openssh-2.3.0p1
client O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc
server S/W version: SSH-2.0-2.1.0pl2
server O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc
Log/Details:
: % telnet <mymachine> 22
2002 Mar 30
3
[Bug 109] sftp hangs when a tcsh user types quit or exit
http://bugzilla.mindrot.org/show_bug.cgi?id=109
------- Additional Comments From stevesk at pobox.com 2002-03-31 05:06 -------
i'm not sure. can someone dup and debug this?
can you still dup with 3.1p1?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jan 04
1
rsync -e ssh --bwlimit=20 ?
Hello Everyone:
I've been trying to get rsync using --bwlimit
using openssh for transport without success.
Here's what I get:
% rsync --bwlimit=20 from.com:/dir/file.txt /dest
user@from.com's password: ****
rsync: unrecognized option `--bwlimit=20'
unexpected EOF in read_timeout
I tried specifying ssh transport using both the
-e option and by setting the RSYNC_RSH
2004 Jan 05
4
[Bug 782] Unable to start openssh after upgrading to 3.7.1.p2
http://bugzilla.mindrot.org/show_bug.cgi?id=782
Summary: Unable to start openssh after upgrading to 3.7.1.p2
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P3
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2001 Aug 14
1
error codes
All:
I am attempting to do an scp through rsync on a remote solaris machine.
I am getting a 5120 error return code from rsync placed in -v mode. What
does this mean?
Looking on the box where the remote files where to be copied to, i found the
root file system full.
I know the copy was attempted, but just making some observations, does this
code mean that
the copy could not be completed.
2001 Jun 07
1
nlme html?
Hi,
When installing "nlme" from CRAN on Solaris 5.3.1 by doing
install.packages("nlme")
I get:
[clip]
gcc -G -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o
nlmefit.o nls.o pdMat.o -L/usr/local/lib
R
data
inst
/usr/local/lib/R/bin/INSTALL: /bin/perl: not found
help
/usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found
2002 Apr 03
3
Do you like rsync 2.5.5?
I'd very much like to get a stable 2.5 release out so that people can
upgrade their production machines with confidence and so that
distributors can freeze it. I know some people are still running
2.4.6 (+backports) for understandable reasons, but it would be good to
give them the option to upgrade and avoid the hang bug.
After this we can perhaps move on to 2.6 and be a bit more liberal in
2002 Feb 05
5
SIGUSR1 or SIGINT error
Howdy,
We occassionally get the following error when running our nightly
backups:
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
This happens more on one or two machines than on any of the others. We've
looked high and low to see if we're mistakenly sending these signals, but
nothing is that we can find.
Does anyone know what this might be from? Is it the server
2001 May 17
2
memory
hello,
I am using R1.2.2 on win98 with 64 meg of RAM
I try to read a big csv file and get the error :
a <- read.csv("c:/all2.csv",header=T)
Error: vector memory exhausted (limit reached?)
In addition: Warning message:
Reached total allocation of 16Mb: see help(memory.size)
Lost warning messages
from there on, nothing works
File-Exit, ^F4, q() , top right cross, the same message