Displaying 2 results from an estimated 2 matches for "targetserver".
2004 May 11
2
possible bug with exclude/exclude-from
Hi
While trying to back up my homedir, i found what looks like a bug:
from /home, i do:
rsync -CWavP --delete --delete-excluded \
--exclude=".phoenix/default/*/Cache/" \
--exclude-from=rsync-excludes \
myusername/ targetserver:/backup/myusername/
rsync-excludes contains (without [] lines):
[start]
#comment
**.xvpics**
*.swp
[end]
This works as expected, the phoenix cache dir is excluded, xvpics and .swp
files as well. Now, if i try the the same except the .phoenix stuff moved
to the exclude file:
rsync -CWavP --dele...
2015 Sep 14
6
[Bug 2467] New: point-to-point Tunnel doen't work since 6.8
...ee: unassigned-bugs at mindrot.org
Reporter: nerve at ipwar.ch
Since sshd version 6.8, point-to-point tunnels doesn't work as soon as
traffic through this tunnel ocures.
Steps to reproduce:
1. Use sshd > 6.7 on target server
2. open a point-to-point tunnel e.g. "ssh -w 10:10
targetserver.domain.org"
3. configure ip and link on tun10 on both sides
4. make some traffic, for example wget some file over the tunnel.
5. see the broken pipe
The debug log from client side is big, so i will upload it to the
message.
The relevant log file on the server side:
Sep 14 14:44:56 serverhost...