Displaying 3 results from an estimated 3 matches for "mandrake82".
Did you mean:
mandrake8.2
2003 Aug 21
3
authentication error
I have setup a Rysnc server in Mandrake 9.1
When I add a auth user into my Rsync.conf and rsync.secrets,
it do not work, everytime it shows
[root@html]# rsync chris@mandrake82::XXXXX/.html/. /
Password:
@ERROR: auth failed on module XXXXX
rsync: connection unexpectedly closed (89 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
This is my rsync's config file
[XXXXX]
path =/Nukephp
comment = XXXXX.com
use chroot
auth users...
2003 Aug 25
2
Rsync with SSH problem
I have add the ssh key to my .ssh/authorized_files.
When I enter the command, the errors are as follow.
[root@mandrake91 .ssh]# rsync mandrake82::XXXXX /rsynctest --recursive -e
ssh
buffer_get: trying to get more bytes 129 than in buffer 46
rsync: connection unexpectedly closed (0 bytes read so far)
sync error: error in rsync protocol data stream (code 12) at io.c(165)
There is no errors when I do not use SSH
Please help
2004 Aug 06
1
ices debug output
I'm running icecast2/ices with the ices-live.xml config (modified to taste)
the server appears to run smoothly
[root@Mandrake82 bin]# ./icecast -c icecast.xml
connection added....
DEBUG: source logging in
but at that point clients cannot connect to the stream recieving a source not found output.
connection added....
DEBUG: client coming in...
DEBUG: source not found for client
after looking through the log and conf for i...