Displaying 20 results from an estimated 423 matches for "errorlog".
Did you mean:
error_log
2007 Oct 01
1
Errorlog
ERRORLOG
Just wanted to import a bulk of data into R via BLOOMBERG.
And it crashed.
Is there any useful "something" like an ERRORLOG?
Checked the web but did not get useful information.
Cheers, Bernd
--
View this message in context: http://www.nabble.com/Errorlog-tf4548140.html#a12978580
Se...
2015 Jul 31
2
icecast2 will not start from the /etc/init.d
Where do I set the <errorlog>-</errorlog>?
In the /etc/init.d/icecast file?
Nick D'Angelo
4Points.ca Inc
President/CEO
http://www.4points.ca
T: 1-855-275-9713
-----Original Message-----
From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf
Of Philipp Schafft
Sent: Friday, July 31, 201...
2015 Jul 31
3
icecast2 will not start from the /etc/init.d
I can start it fine from the command line using icecast -c icecast.xml
we have ver 2.4.
When I try and start it using /etc/init.d/icecast2 start it says [ ok ]
Starting icecast2 (via systemctl): icecast2.service.
but it actually doesn't start. nothing in the error logs, nothing in
syslog.
Any ideas would be appreciated.
Nick
2004 Aug 06
2
improved error.log output --diff
...t;ip);
}
diff -u --recursive icecast/src/logging.h icecast-new/src/logging.h
--- icecast/src/logging.h 2003-07-18 16:29:23.000000000 -0400
+++ icecast-new/src/logging.h 2003-08-06 19:19:31.000000000 -0400
@@ -19,26 +19,26 @@
#define __FUNCTION__ __FILE__
#endif
-#define ERROR0(y) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y)
-#define ERROR1(y, a) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a)
-#define ERROR2(y, a, b) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a, b)
-#define ERROR3(y, a, b, c) log_write(errorlog, 1, CATMODULE "...
2017 Feb 15
1
Log to file + stderr
Hi,
I would like to log the errors to stderr and to a file, but it doesn't
seem possible for now. I tried
```
<errorlog>icecast-error.log</errorlog>
<errorlog>-</errorlog>
```
but the last setting erases the previous ones so I can only print to one
of them. Could you add this feature?
Have a good day,
Mikaƫl Fourrier
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
...backend apache
server domain 127.0.0.1:8080
The /etc/httpd/conf/httpd.conf binds Apache
to port 8080 and serves several Wordpress sites:
Listen 127.0.0.1:8080
ServerName 144.76.184.151
<VirtualHost 127.0.0.1:8080>
DocumentRoot /var/www/html/afarber.de
ServerName afarber.de
ErrorLog logs/afarber.de/error_log
CustomLog logs/afarber.de/access_log common
</VirtualHost>
<VirtualHost 127.0.0.1:8080>
DocumentRoot /var/www/html/ruhrgebietsingle.de
ServerName ruhrgebietsingle.de
ErrorLog logs/ruhrgebietsingle.de/error_log
CustomLog logs/ruhrgebietsingl...
2013 Jan 24
3
No sound on any stream.
...broot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize>
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0...
2015 Aug 01
0
icecast2 will not start from the /etc/init.d
Good (early[0]) morning,
On Fri, 2015-07-31 at 12:11 -0400, Nick D'Angelo wrote:
> Where do I set the <errorlog>-</errorlog>?
>
> In the /etc/init.d/icecast file?
In your icecast.xml within the <logging> section.
[0] I should really be sleeping at this time of day...
> -----Original Message-----
> From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf...
2004 Aug 06
1
Icecast2 Configuration
...-address>
<port>8000</port>
<paths>
<basedir>./</basedir>
<logdir>./</logdir>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
</logging>
</icecast>
I'd really appreciate any help! Thank you!
- Moguta
www.ffradio.net
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a me...
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
...a time. Anyone know how I can
get around this, other than getting a *nix box (which I should have
soon, hopefully) ?
Lighttpd.conf (part of it):
var.test= "C:/Rails/Test"
$HTTP["host"] == "test" {
server.document-root = var.test+ "/public"
server.errorlog = var.test+ "/log/lighttpd-errors.log"
accesslog.filename = var.test+ "/log/lighttpd-access.log"
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
server.error-handler-404 = "/dispatch.scgi"
s...
2016 Jul 23
2
Config and other areas of struggle
...;/fileserve>
<paths>
<logdir>./log</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<logarchive>1</logarchive>
</logging>
</icecast>
Cheers.
-------------- next part -----...
2014 May 06
1
WG: on High Load using IMAPSYNC : Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
...hlevel ?
> there are some dsync fixes since 2.2.12
but it is not a problem of dsync.
when looking at the code, we get here an unexpected returnvalue when
flushing.
I propose it would be good practice to write some logging in the default
switch cases, to see the unexpected returnvalues in the errorlog.
something like :
ostream-lzma.c :
-- Line 147 : i_unreached();
++ Line 147 : i_fatal("unexpected lzma errorcode when flushing : %s",
ret);
after that modification the errorlog shows :
May 6 14:03:05 vm-imap dovecot: imap(test): Fatal: lzma errorcode when
flushing : (null)...
2010 Nov 16
4
easy httpd's problem
...ion information:
<VirtualHost *:80>
ServerAdmin gitserver
DocumentRoot /
<Directory />
Options Indexes FollowSymLinks includes
order allow,deny
AllowOverride None
allow from all
</Directory>
ServerName dummy-host.example.com
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
I just make sure the the CenterRepo directory belong to the www-date group which run by httpd ,why can't I still access that directory?
Thanks for your help!
2010-11-16...
2007 May 19
1
configuration & error help
...gt;./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<playlistlog>playlist.log</playlistlog>
<loglevel>4</loglevel>
<logsize>10000</logsize>
<logarchive>1</logarchive>
</logging>
<security>
<chroot>0<...
2013 Jan 24
3
No sound on any stream.
...broot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize>
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0...
2006 Jun 22
9
Again on Apache 2
...tualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it
ServerName www.troccoli.it
ErrorLog logs/troccoli.it-error_log
CustomLog logs/troccoli.it-access_log common
</VirtualHost>
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it/spagnolo
ServerName spagnolo.troccoli.it
ErrorLog logs/spagnolo-error_log
CustomLog l...
2019 Sep 10
1
multiple instances? Updated
...><logdir>./log</logdir>
><webroot>./web</webroot>
><adminroot>./admin</adminroot>
><alias source="/" destination="/status.xsl"/>
></paths>
><logging>
><accesslog>access.log</accesslog>
><errorlog>error.log</errorlog>
><loglevel>3</loglevel>
><logsize>10000</logsize>
></logging>
></icecast>
>
>I won't bore you with the "tech gibberish". Once you run Icecast with
>the above settings, you can:
>
>Point "...
2007 Feb 21
1
Strange SSH with rsync
Has anyone any idea why this wont work? Its in a script and im passing
-e "${SSH}" to the Rsync command where :-
SSH="$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n"
The below is output from set -x for my script. Below that is the error
from errorlog
/usr/bin/rsync -PavRz --delete --delete-excluded --copy-unsafe-links
--numeric-ids -e /usr/bin/ssh -o ConnectTimeout=15 -o BatchMode=yes -n
<user>@<host>:/tmp/davefile2 /dir/remote_backups/<host>
+ 1>> /dir/log/<host>.<function>.errorlog.210207-17h41m.log 2>&...
2011 Aug 10
1
instal tar.gz package on windows
...have tried to install a tar.gz package following your instructions (https://stat.ethz.ch/pipermail/r-help/2008-August/169599.html) but without success. Here are the steps I followed:
I installed the last version of Rtools and ran Rcmd INSTALL rJava_0.8-8.tar.gz and got the error message attach in errorLog.txt. It seems that there is a problem with JRI but I?m really stuck. Do you have any idea of what it could be?
Thanks!
**********************************************************************
Visit our website at http://www.btgpactual.com
The content of this message is confidential and was...
2004 Aug 06
1
Header read failed .
Adon Irani <adon@yorku.ca> said:
>
> i've been noticing all this talk about status.xsl pages and wanted to see
> them for myself ; so i download the latest snapshots of icecast and
> libshout (as i was using the ~msmith tarballs before ) . i compiled them
> w/ the xslt-dev debian packages added and everything lo0ked good .
>
> i stopped the icecast server - make