Displaying 20 results from an estimated 292 matches for "error_log".
2010 Jul 30
3
Redirecting PHP error messages into a log file
Hello,
I'm using CentOS release 5.5 x86_64 with the stock php-5.1.6-27.el5
and would like to redirect PHP messages into /var/log/httpd/php_log
First I tried adding that file name to /etc/php.ini:
error_log = "/var/log/httpd/php_log"
and restarted httpd, but the file didn't appear.
I've touched it and changed owner to apache.apache,
but that didn't help.
Then I've changed that line to error_log = syslog
and now I get the messages in /var/log/messages:
Jul 29 21:29:24 hXXX h...
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
...r 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/ruhrgebietsingle.de/access_log common
<...
2018 Feb 01
2
(/usr/lib64/cups/backend/smb) stopped with status 1
...at work (a Xerox WorkCentre 5325).
I am able to print using the following command: smbclient //MyHiddenPC/MyHiddenShare -WMyHiddenDomain -c 'print my-hidden-file.pdf'.
However, it does not work when I try to print through CUPS using the following command: lp my-hidden-file.pdf.
In the CUPS error_log file, the only error I can read is: [Job 5] PID 27883 (/usr/lib64/cups/backend/smb) stopped with status 1.
I am using samba-4.4.4 and cups-2.1.4 on the client side (Slackware64 14.2 operating system).
Any suggestion please?
I remarked that "ls -l /usr/lib64/cups/backend/smb" gives "...
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
...ld logs are removed
considering log /var/log/ConsoleKit/history
log does not need rotating
rotating pattern: /var/log/cups/*_log weekly (4 rotations)
empty log files are not rotated, old logs are removed
considering log /var/log/cups/access_log
log needs rotating
considering log /var/log/cups/error_log
log needs rotating
considering log /var/log/cups/page_log
log needs rotating
rotating log /var/log/cups/access_log, log->rotateCount is 4
dateext suffix '-20181111'
glob pattern '-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]'
rotating log /var/log/cups/error_log, log->rotateCo...
2006 Apr 07
0
SELinux policy change in new update?
...I?ve recently run some updates on my CentOS4 installation via yum, and about a week after putting them into production I?m getting the follow reports in logwatch:
WARNING: Kernel Errors Present
audit(1144312701.146:806): avc: denied { ioctl } for pid=7589 comm="wget" name="error_log" dev=dm-0 in...: 1 Time(s)
audit(1144312701.146:807): avc: denied { ioctl } for pid=7589 comm="wget" name="error_log" dev=dm-0 in...: 1 Time(s)
audit(1144312722.110:808): avc: denied { ioctl } for pid=7595 comm="perl" name="error_log" dev=d...
2018 Feb 02
0
(/usr/lib64/cups/backend/smb) stopped with status 1
...k is different from the one at home because it is not the same computer used and the /etc/samba/smb.conf is available.
However, as you can see above, the smbspool program is never closed!
I tried again to print through CUPS using the following command: lp my-hidden-file.pdf.
This time, in the CUPS error_log file, I do not see that CUPS is trying to use /usr/lib64/cups/backend/smb as backend to print.
That's weird.
It seems to be using the IPP protocol instead of SMB.
Indeed, I can find these lines in the error_log file:
---
$ grep "//" error_log
D [02/Feb/2018:10:35:56 +0100] Create-Job...
2017 Aug 05
3
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
...nting system through SMB-Kerberos. Everything works fine in 14.04. After upgrading to 16.04 everything works except the printing.
As I mentioned earlier I see that double backslashes are used in 16.04 when SMBSPOOL_KRB5 is setting KRB5CCNAME, can that cause this problem?
Ubuntu 16.04 /var/log/cups/error_log: SMBSPOOL_KRB5 - Setting KRB5CCNAME to \'FILE:/tmp/krb5cc_1000\'
Ubuntu 14.04 /var/log/cups/error_log: SMBSPOOL_KRB5 - Setting KRB5CCNAME to 'FILE:/tmp/krb5cc_1000'
Do you have any idea about what the error "HTTP_STATE_WAITING Closing for error 32 (Broken pipe)" can tell...
2009 Feb 24
8
HDD FULLL
I have 320 GB SATA HDD.
When I checked my phpsysinfo, it shows 95% HDD is filled.
[root at vicidialnow ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 301924504 285002780 1337472 100% /
/dev/sda1 101086 11062 84805 12% /boot
tmpfs 1553832 0 1553832 0% /dev/shm
[root at vicidialnow ~]# du
16896 .
You have new mail in /var/spool/mail/root
[root at vicidialnow ~]# df -i
2012 Mar 22
1
Help debugging an issue with --fuzzy --fuzzy and --link-dest
.../bugzilla.samba.org/
show_bug.cgi?id=4056 which should be present on both sides of the
transfer since one is running 3.0.7 and the other 3.0.3.
What I'm copying is a /var/log/apache2 directory build w/o logrotate's
"dateext" option. So on day N a given log file might be named
error_log.2.gz while on day N+1 that same file will be named
error_log.3.gz.
I am using --link-dest is a dirvish-like way to build complete snapshots
while only moving changes. I have tested this with --compare-dest as
well.
The issue is a simple one. I expect (using the example file names above)
the...
2010 Apr 20
5
Debugging slow apache server?
...apache server to host 8 virtual hosts.
even though this server is local.. 7 out of these 8 virtual hosts open extremly slow..
it takes around 10 seconds to open a page..
though the 8th (which is a completely different site) it opens fairly fast in around 1 or 2 seconds tops..
i tried tailing the error_log and i found nothing ..
is there a way i could monitor wht each branch is doing and what's causing it to be so slow?
any suggestion ?
_________________________________________________________________
Hotmail: Trusted email with Microsoft?s powerful SPAM protection.
https://signup....
2004 Mar 17
1
Cupsprinter over samba won't work for w2k clients
...hen
connected from the Client and changed some settings. I used the vendors
printer driver from the orig CD. From a Linux Client I can print without
Problems.
I have 2 Printers installed.
Both can't print an one give an error when trying to show the properties.
1. Brother - nothing in error_log, on the client side it's ready, but it
say
that it cannot print. "The printer could not be started. Check the printer
properties."
2. An OKI C5300: when opening printer properties I get this in error_log:
E [16/Mar/2004:15:59:44 +0100] get_printer_attrs: resource name
'/p...
2005 Nov 16
1
Rails app exception "can't activate active support"
I have gotten several rails apps running under Apache.
However today when I tried to run them I get exceptions like this in the
http error_log:
sh-2.05b$ tail /var/log/httpd/error_log
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate'': can''t activate
active
support (= 1.1.1), already activated activesupport-1.2.3] (Gem::Exception)
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:162:in `activate''
from /usr/l...
2017 Aug 05
2
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
Thanks for your reply! I have now filed a bug in launchpad (https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1708817).
When I compare the cups error_log with 14.04 where it does work I see that 16.04 uses two backslashes when setting KRB5CCNAME while 14.04 does not use backslashes, maybe that is the problem?
Sometimes the cups error_log also have the below line "HTTP_STATE_WAITING Closing for error 32 (Broken pipe)" like I show below. Bo...
2012 Dec 06
2
pasenger does not start puppet master under nginx
...nginx]# passenger-status
----------- General information -----------
max = 15
count = 0
active = 0
inactive = 0
Waiting on global queue: 0
----------- Application groups -----------
[root@bangvmpllDA02 nginx]#
here''s my nginx configuration
user puppet;
worker_processes 4;
#error_log logs/error.log;
#error_log logs/error.log notice;
error_log logs/error.log info;
#pid logs/nginx.pid;
events {
use epoll;
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
log_format main '...
2006 Oct 20
5
file size limit in apache 2.0 on centos 4
I think I am encountering a download file size limit on centos 4 with
httpd-2.0.52
The file in question is 5.2G in size, it does not show up in a
browser directory listing, and I'm getting the error in the http
error_log
value too large for defined data type: access
can someone confirm that there is a 4GB limit (or other) in the
standard apache 2.0 on CentOS 4?
Tony Schreiner
Boston College
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
...xecutes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser.
on host1:
#!/usr/bin/perl -w
...
$output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l`
...
but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line, it only fails when i run it via the cgi.
has somebody had this problem before?
/don
2010 Nov 16
4
easy httpd's problem
...0>
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
49163653
-------------- next part -...
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
...localconfig = $vardir/localconfig
server = loadbalancer01
listen = true
[master]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
ca = false
-------------
Nginx.conf
---------------
user nginx;
worker_processes 10;
worker_rlimit_nofile 100000;
error_log logs/error.log info;
pid logs/nginx.pid;
events {
worker_connections 1024;
use epoll;
}
http {
passenger_root /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7;
passenger_ruby /usr/bin/ruby;
include mime.types;
default_type application/octet-stream;
## Co...
2017 Aug 05
3
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
...gt; On Sat, 5 Aug 2017 13:06:18 +0200
> Van Svensson via samba <samba at lists.samba.org> wrote:
>
> > Thanks for your reply! I have now filed a bug in launchpad
> > (https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1708817).
> >
> > When I compare the cups error_log with 14.04 where it does work I see
> > that 16.04 uses two backslashes when setting KRB5CCNAME while 14.04
> > does not use backslashes, maybe that is the problem?
> >
> > Sometimes the cups error_log also have the below line
> > "HTTP_STATE_WAITING Closing for...
2006 Jun 22
9
Again on Apache 2
...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 logs/spagnolo-access_log com...