search for: error_logs

Displaying 20 results from an estimated 292 matches for "error_logs".

Did you mean: 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
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
Hello, I hope my question is not off-topic here. On CentOS 7.2.1511 I have installed: haproxy-1.5.14-3.el7.x86_64 httpd-2.4.6-40.el7.centos.1.x86_64 The /etc/haproxy/haproxy.cfg binds HAProxy to ports 80 and 443 and accepts HTTPS to slova.de: defaults mode http option http-server-close option forwardfor except 127.0.0.0/8 option
2018 Feb 01
2
(/usr/lib64/cups/backend/smb) stopped with status 1
Hello, There is a printer 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
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
Ever since a recent power failure I have been getting a Logrotate error. My machine is on a UPS -- it shutdown cleanly, but I suspect that its BIOS/RTC battery is dead, since the machine came up thinking it was 1982 :-(. I reset the clock and everything is fine, *except* I had to delete Logrotate's state files (which had bad dates). But now Logrotate is raising the error: error: error
2006 Apr 07
0
SELinux policy change in new update?
Hello all, 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 {
2018 Feb 02
0
(/usr/lib64/cups/backend/smb) stopped with status 1
I tried at work to run "/usr/bin/smbspool" manually: --- $ /usr/bin/smbspool Xerox-WorkCentre-5325 \'5\' \'yugiohjcj\' \'2.pdf\' \'1\' DEBUG: Connected with username/password... --- The behavior at work 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
2017 Aug 05
3
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
> > I should have mentioned this earlier, but the users does not exist > > in /etc/passwd, instead they are in LDAP and when they log in to the > > computer they get some Kerberos tickets for the domain and the file > > system. When printing on 14.04 they get another Kerberos ticket for > > the printing system according to "klist" after they have done
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
I've identified a situation where the combination of --fuzzy --fuzzy (yes: two of them) and --link-dest is not behaving as I'd expect. I'm first wondering if my expectation is wrong. Assuming that it is not, then I'm wondering how best to figure out the problem. The double use of --fuzzy is based upon https://bugzilla.samba.org/ show_bug.cgi?id=4056 which should be present on
2010 Apr 20
5
Debugging slow apache server?
hello, i'm using an 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
2004 Mar 17
1
Cupsprinter over samba won't work for w2k clients
Hallo! I installed Samba 3.0.1 on Deb Woody 3.0 with Cups 1.1.19 and joined to an NT4 Domain without problems, after solving the "Umlaut" problem. Unfortunately the System was installed in german... I read a lot in the Samba HowtoCollection and installed the printer following to it step by step. Added the printer driver via APW, then connected from the Client and changed some
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
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
2012 Dec 06
2
pasenger does not start puppet master under nginx
On the server [root@bangvmpllDA02 logs]# ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [root@bangvmpllDA02 logs]# puppet --version 3.0.1 and [root@bangvmpllDA02 logs]# service nginx configtest nginx: the configuration file /apps/nginx/nginx.conf syntax is ok nginx: configuration file /apps/nginx/nginx.conf test is successful [root@bangvmpllDA02 logs]# service nginx status
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
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this: i have a cgi (on host1) that executes 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,
2010 Nov 16
4
easy httpd's problem
your guys: I can't see the direcotry under / produced by mkdir command via Internat Explorer, except the any direcotry and file that exist after the CentOS installation complete. This is my directory 's detail information: drwxr-xr-x root www-data root:object_r:default_t CenterRepo and my httpd's configuration information: <VirtualHost *:80> ServerAdmin
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
Hi All, I am setting up puppetmaster with nginx and passenger and separating the Puppetmaster primary CA server. I have 3 host loadbalancer01 - Nginx doing LB on IP address and also running puppetmaster with passenger under 127.0.0.1 (port 8140). primaryca - Puppetmaster Primary CA pclient - Puppet Client The did the following steps: On Primary CA server: ---------------------------- cd
2017 Aug 05
3
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
Rowland Penny wrote: > 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
2006 Jun 22
9
Again on Apache 2
Hello everybody. I know, I know, another post about Apache 2, but I have looked a lot on the internet and I haven''t found the answer to my problem. I have a Linux Fedora Core 5 box, with Apache 2.2.2 (compiled and installed), Ruby 1.8.4 (compiled and installed), RubyGems 0.8.11 (compiled and installed) and Rails... I don''t know what version as this one I haven installed