search for: adminguy

Displaying 3 results from an estimated 3 matches for "adminguy".

Did you mean: adming
2011 Jul 05
4
[Bug 1918] New: match_pattern_list fails for negated failure
...edBy: robin at reportlab.com Created attachment 2061 --> https://bugzilla.mindrot.org/attachment.cgi?id=2061 patch to fix the 'bug' The code in match_pattern_list will never return 1 for a pattern with all negated entries. In particular this match line can never succeed Match User !adminguy Group sftponly The problem is that the code at match.c line 157 only tests for negation in the case of successful matching. In this case we want the User test to succeed if the user is not adminguy. That can happen if the code is patched to set get_positive if a failed match is negated. The attach...
2004 Aug 06
1
client not connecting to server
...<client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <source-password>pretend</source-password> <admin-user>adminguy</admin-user> <admin-password></admin-password> <directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</...
2004 Aug 06
2
client not connecting to server
I'm trying to connect to my icecast2 server with winamp with http:host:8000/test.ogg and I get the following error on the server console: DEBUG: client coming in DEBUG: source not found for client I'm wondering if the playlist.txt file is in the wrong place. It's in /root/ and has absolute pathnames to the ogg files in my home directory /home/user/ogg/ What did