search for: logpath

Displaying 20 results from an estimated 95 matches for "logpath".

Did you mean: log_path
2015 Sep 15
3
Best source for creating multiple streams
How do you create different logs files for each stream? From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Saturday, August 22, 2015 12:43 AM To: icecast at xiph.org; icecast at xiph.org Subject: Re: [Icecast] Best source for creating multiple streams With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file
2024 Apr 25
1
[PATCH] Enable ssh_config to set LogPath option (-E)
ssh client has the ability to set the destination of debug logs via the `-E` flag. ssh_config lacks an equivalent keyword to set the same option via configs. This patch follows the same semantics of other `*Path` type keywords and creates a new ssh_config keyword `LogPath`. [0] Bugzilla: https://bugzilla.mindrot.org/show_bug.cgi?id=3683 [1] GitHub PR: https://github.com/openssh/openssh-portable/pull/491 --- readconf.c | 8 +++++++- readconf.h | 1 + ssh.c | 12 ++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/readconf.c b/readconf.c...
2015 Sep 17
1
Best source for creating multiple streams
...cast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Tuesday, September 15, 2015 4:54 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] Best source for creating multiple streams In the ices-playlist.XML file there are two tags <logpath>/pathtofile</logpath> and <logfile>ices.log</logfile> You can choose a different name for each instance/stream: <logfile>mylist.log</logfile> Or you can change the path for the each instance/stream: <logpath/media/music/</logpath><logfile>ices.lo...
2015 Sep 15
0
Best source for creating multiple streams
In the ices-playlist.XML file there are two tags <logpath>/pathtofile</logpath> and <logfile>ices.log</logfile> You can choose a different name for each instance/stream: <logfile>mylist.log</logfile> Or you can change the path for the each instance/stream: <logpath/media/music/</logpath><logfile>ices.log&lt...
2006 Jul 12
2
Initializing log4r once
I have a problem init''ing log4r. I have the following initialization code for log4r: Configurator[''logpath''] = ''./config'' # was ''./logs'' Configurator.load_xml_file(''config/log4r_config.xml'') I put it in appliction.rb, but then ofcourse at every request the logger system will be reinitialized. This causes the logfiles to be cleared at eac...
2005 May 02
4
streaming from the sound card
...onnected [2005-05-02 09:38:04] DBUG connection/_handle_get_request Source found for client Any ideas? Here's the pertinent config... icecast-2.0.1-1mdk ices-2.0.0-4mdk cat /etc/ices.conf <?xml version="1.0"?> <ices> <background>0</background> <logpath>/var/log/ices</logpath> <logfile>ices.log</logfile> <loglevel>4</loglevel> <consolelog>1</consolelog> <stream> <metadata> <name>Radio Waves</name> <genr...
2012 May 28
1
anyone care to helop with a fail2ban problem on Centos 5.8?
I've got an up-to-date Centos 5.8 and can't seem to get fail2ban to get rid of troublesome sshd login attempts. /etc/fail2ban/jail.conf has these sections: [ssh] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 6 # Generic filter for pam. Has to be used with action which bans all ports # such as iptables-allports, shorewall [pam-generic] enabled = false # pam-generic filter can be customized to monitor specific subset of 'tty's filter = pam-generic # port actuall...
2020 May 16
3
IceS segmentation fault
...ncode/encode_initialise Encoder initialising with bitrate management: 2 channels, 48000 Hz, minimum bitrate 256000, nominal 320000, maximum 320000 Segmentation fault The IceS config file looks like this: <?xml version="1.0"?> <ices> <background>0</background> <logpath>/share/4a Downloads temporary</logpath> <logfile>ices.log</logfile> <logsize>10000</logsize> <loglevel>4</loglevel> <consolelog>1</consolelog> <!-- <pidfile>/share/4a Downloads temporary/ices.pid</pidfile> --> <stream&gt...
2014 Jul 07
2
Dovecot Auth Tries Spam
...ress = 10.8.0.1 port = 12520 } inet_listener imaps { address = 10.8.0.1 port = 12550 } } </dovecot> <fail2ban> [dovecot] enabled = true filter = dovecot action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps,submission,465,sieve", protocol=tcp] logpath = /var/log/mail.log [dovecot-auth] enabled = true filter = dovecot action = iptables-multiport[name=dovecot-auth, port="12520,12550,submission,465,sieve", protocol=tcp] logpath = /var/log/mail.log </fail2ban> Thanks for help & Nice day Silvio
2009 Jun 24
2
Script to run Wine and save log
...ipt for running wine while showing and logging output # Gert van den Berg, 24 June 2009 # This script is released into the public domain # # The script prefers a wine-git in the home directory, followed by a wine in /usr/local # and /usr, with the system's default wine version being tried last logpath="$HOME/wine-logs" if [ -x "$HOME/wine-git/wine" ]; then wine="$HOME/wine-git/wine" elif [ -x /usr/local/bin/wine ]; then wine="/usr/local/bin/wine" elif [ -x /usr/bin/wine ]; then wine="/usr/bin/wine" else wine=wine fi WINEPREFIX="${WINEP...
2004 Aug 06
1
Was Re: build problems, now XML config syntax
...ath> </mount> --> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> </logging> </icecast> <ices> <background>0</background> <logpath>/tmp</logpath> <logfile>ices.log</logfile> <loglevel>3</loglevel> <stream> <metadata> <name>Toxixbrain Radio</name> <genre>Live</genre>...
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...bit Running PE 2.6 agent and PE 2.6 master. Exec statement(It''s horrendous I know....) : $AILogFile=''C:\\Program Files\\HELLO_WORLD\\log\\IIS7.log'' exec { ''install_iis'': command => "c:\\Windows\\sysnative\\dism.exe /online /norestart /logpath:\"C:\\temp\\log.etw.txt\" /enable-feature /ignorecheck /featurename:\"IIS-ApplicationDevelopment\" /featurename:\"IIS-ASP\" /featurename:\"IIS-ASPNET\" /featurename:\"IIS-BasicAuthentication\" /featurename:\"IIS-CGI\" /featurename:\&qu...
2004 Aug 06
1
Adventures with icecast2
On Wed, 6 Jun 2001, Jack Moffitt wrote: > It won't try to open anything under /usr/local unless you tell it to. urrrr..Yes it will. [geoff:~]$ ice2/ice2 FATAL: could not open /usr/local/icecast/logs/error.log for error logging FATAL: could not open /usr/local/icecast/logs/access.log for access logging FATAL: Could not start logging I'm pretty sure this and other defaults are defined
2004 Nov 15
2
some help
...</chroot> <changeowner> <user>nobody</user> <group>nobody</group> </changeowner> </security> </icecast> Configuration for ices <ices> <background>0</background> <logpath>/var/log/icecast</logpath> <logfile>ices.log</logfile> <loglevel>4</loglevel> <consolelog>0</consolelog> <pidfile>/usr/local/ices-0.4/pid/ices.pid</pidfile> <stream> <metadata> <na...
2019 Apr 26
2
faI2ban detecting and banning but nothing happens
...e rule. > > When a host has been banned, can you look at the iptables rules to see > what is actually being applied. Hi Pete, I did wonder that myself. I have now amended to Dovecot definition in jail.conf to: [dovecot] port = pop3,pop3s,imap,imaps,submission,sieve,25,1025,465,587 logpath = %(dovecot_log)s backend = %(dovecot_backend)s I then unbanned and banned each IP address manually with for F in 46.232.112.21 106.226.231.159 [snip] 52.38.234.254 ; do fail2ban-client set dovecot unbanip $F fail2ban-client set dovecot banip $F done which worked. However, having done this, the...
2004 Aug 06
2
ice2 CVS build problems under Solaris 7
Hi: If you want to use icecast 2 for streaming vorbis audio then don't get it from the CVS repository at icecast.org. That's ancient developer stuff in there. Instead get it from the xiph.org CVS repository (see http://www.xiph.org/cvs.html which I see now lists the icecast stuff (yay!). You'll need the icecast module plus the avl, httpp, log, net, thread and timing modules (check
2013 Apr 10
3
fail2ban problem
...ts with no problem. So it appears to be problem with sasl action, witch is: [sasl-iptables] enabled = true filter = sasl backend = polling action = iptables-multiport[name=sasl, port="imap,imaps,pop3,pop3s,smtp", protocol=tcp] sendmail-whois[name=sasl, dest=my at email] logpath = /var/log/maillog The same setup I have in several mailserver (fedora and centos 6 distro) and all work fine. Does someone faced the same problem? Thak you in advance. -- Untitled Document ------------------------------------------------------------------------ *?????? ????? - Gatsis Nikos*...
2011 Aug 09
3
fail2ban help
...ion for fail2ban for bad logins on sasl. I use sasl, sendmail and cyrus-imapd. In jail.conf I use the following syntax: [sasl-iptables] enabled = true filter = sasl backend = polling action = iptables[name=sasl, port=smtp, protocol=tcp] sendmail-whois[name=sasl, dest=my at email] logpath = /var/log/maillog maxretry = 6 and the following filter: failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [A-Za-z0-9+/]*={0,2})?$ in iptables: fail2ban-sasl tcp -- anywhere anywhere tcp dpt:smtp ......
2004 Aug 06
5
long delay
> I dont care I just wanted to make sure there is no problem 50 seconds is a bit long. Probably your client buffer is really high and you are streaming at a really low bitrate. But even in that case 50 seconds seems long. If you can post more details on bitrate, client used, buffer size used on the client, etc, that would be helpful for verification. jack. --- >8 ---- List archives:
2004 Aug 06
6
No audio with slackware for live station
...!!) I've tested my sound card, with this comand (from SOX): rec -s w -c 2 -r 44100 track-test.au All is OK ... But from ICES I have no audio signal. This is my ices.xml (the essentials): --- <background>0</background> <!-- run in background? (unimplemented) --> <logpath>/tmp/local/icecast</logpath> <!-- where logs, etc go. --> <logfile>ices.log</logfile> <loglevel>4</loglevel> <!-- 1=error,2=warn,3=info,4=debug --> <consolelog>1</consolelog> <!-- logfile is ignored if this is set to 1...