Displaying 6 results from an estimated 6 matches for "rshell".
Did you mean:
shell
2002 Aug 13
0
Rsync 2.5.5 hangs for no apparent reason
...00000) (sleeping...)
22438: poll(0xFFBEF468, 2, -1) (sleeping...)
------------------------------------------
And it just keeps on sleeping...........
Here is the output of a snoop command listening for drphost.
------------------------------------------
nbumaster -> drphost.ti.com RSHELL C port=1017
drphost.ti.com -> nbumaster RSHELL R port=1017 \27\0\0\trecv_generator(.
nbumaster -> drphost.ti.com RSHELL C port=1017
drphost.ti.com -> nbumaster RSHELL R port=1017 6\0\0\t1019000000/Cave-
nbumaster -> drphost.ti.com RSHELL C port=1017
drphost.ti.com -> nbumaster RSH...
2009 Dec 03
1
[Bug 1680] New: Match User/Group with no affirmative match does not work as expected
...p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: osshbugs at qwe.cc
Statements such as:
Match User !root
ForceCommand /bin/rshell
or:
Match Group !root
ForceCommand /bin/rshell
Will not work, due to (in my read) servconf.c
# } else if (ga_match_pattern_list(grps) != 1) {
and
# if (match_pattern_list(user, arg, len, 0) != 1)
Both functions on an affirmatively negated match will return -1 (rather
than 1, but still non zer...
2002 Aug 16
1
get working rsync
Hi,
I'm new to this list also I'm new to rsync.
I'm looking to get working rsync on my server to synchronize updating
rbl dns table.
For testing, I installed rsync on two sun boxes running solaris 8,
also on those boxes I'm running sshd2 ver.3.1.
Also I setup rshell an both and is working.
rsync is in search path.
When I tried to copy (update) files, I'm getting error messages:
# rsync /inet/gniadej/*.lst algsolsrv:inet/home/gniadej/
ksh: rsync: not found
unexpected EOF in read_timeout
Probably I'm missing something??..
Any help will be appreciate...
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
...ra 1.
All boxes are running 2.5.5 rsync built from source.
Problem:
Can't get a a sync between the IPX -> Ultra.
IPX = kashmir
Ultra = vortac
Mac = archer
Assumptions:
a). directories are owned by me or are writeable by my group.
b). SSH must be used as Ultra is not behind a firewall and RSHELL (and
telnet) is disabled in /etc/inetd.conf.
c). no rysnc is running as daemon.
d). kashmir and archer are on the same local segment behind a firewall
which has all outbound ports open.
Examples:
This is the error I get. I get this error for *any* rsync operation I
try from kashmir to vortac:
ka...
2004 Dec 28
1
Restricting rsync over ssh
Hi
I have very special needs and i wanted to use rsync over ssh. I don't
know if a solution already exists for what i want to do. I want to
provide rsync over ssh to my users. Howevern i want to have the
following limitations :
1. No shell access
2. Limitting users to their home directories
I was thinking to the folowing solution, but i don't know if it is
secure enough :
Create a
2007 Apr 24
2
Error in clusterApply(): recursive default argument reference
Hi,
I want to compute a distribution of the intersection of a graph and
'randomized' graphs induced by the permutations of node labels (to
preserve the graph topology).
Since I ll have many permutations to perform, I was thinking of using
the snow package and in particular "parSapply" to divide the work
between my 4 CPUs.
But I get the following error message :
Error in