MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2015-02-21, 11:24:40

Title: Installer some mini bugs
Post by: Spacedust on 2015-02-21, 11:24:40
See attachment - contabs ;)

Also:

Quote
cp: cannot stat `/home/kloxo/httpd/ssl/eth0___localhost.ca': No such file or directory

and

Quote
Update Services Branch List
- List for 'dns' branch
Existing lock /var/run/yum.pid: another copy is running as pid 9121.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  20 M RSS (307 MB VSZ)
    Started: Sat Feb 21 18:27:27 2015 - 00:02 ago
    State  : Running, pid: 9121
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  49 M RSS (342 MB VSZ)
    Started: Sat Feb 21 18:27:27 2015 - 00:04 ago
    State  : Running, pid: 9121
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  56 M RSS (355 MB VSZ)
    Started: Sat Feb 21 18:27:27 2015 - 00:06 ago
    State  : Sleeping, pid: 9121
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  66 M RSS (367 MB VSZ)
    Started: Sat Feb 21 18:27:27 2015 - 00:08 ago
    State  : Running, pid: 9121
Title: Re: Installer some mini bugs
Post by: Spacedust on 2015-02-21, 11:43:24
bind does not start:

Quote
Feb 21 18:40:08 ns333097 named[20823]: ----------------------------------------------------
Feb 21 18:40:08 ns333097 named[20823]: BIND 9 is maintained by Internet Systems Consortium,
Feb 21 18:40:08 ns333097 named[20823]: Inc. (ISC), a non-profit 501(c)(3) public-benefit
Feb 21 18:40:08 ns333097 named[20823]: corporation.  Support and training for BIND 9 are
Feb 21 18:40:08 ns333097 named[20823]: available at https://www.isc.org/support
Feb 21 18:40:08 ns333097 named[20823]: ----------------------------------------------------
Feb 21 18:40:08 ns333097 named[20823]: adjusted limit on open files from 4096 to 1048576
Feb 21 18:40:08 ns333097 named[20823]: found 4 CPUs, using 4 worker threads
Feb 21 18:40:08 ns333097 named[20823]: using 4 UDP listeners per interface
Feb 21 18:40:08 ns333097 named[20823]: using up to 4096 sockets
Feb 21 18:40:08 ns333097 named[20823]: loading configuration from '/etc/named.conf'
Feb 21 18:40:08 ns333097 named[20823]: using default UDP/IPv4 port range: [1024, 65535]
Feb 21 18:40:08 ns333097 named[20823]: using default UDP/IPv6 port range: [1024, 65535]
Feb 21 18:40:08 ns333097 named[20823]: listening on IPv6 interfaces, port 53
Feb 21 18:40:08 ns333097 named[20823]: listening on IPv4 interface lo, 127.0.0.1#53
Feb 21 18:40:08 ns333097 named[20823]: listening on IPv4 interface eth0, 37.187.125.129#53
Feb 21 18:40:08 ns333097 named[20823]: generating session key for dynamic DNS
Feb 21 18:40:08 ns333097 named[20823]: sizing zone task pool based on 1 zones
Feb 21 18:40:08 ns333097 named[20823]: set up managed keys zone for view _default, file 'managed-keys.bind'
Feb 21 18:40:08 ns333097 named[20823]: command channel listening on 127.0.0.1#953
Feb 21 18:40:08 ns333097 named[20823]: the working directory is not writable
Feb 21 18:40:08 ns333097 named[20823]: isc_stdio_open '/var/log/named/default.log' failed: permission denied
Feb 21 18:40:08 ns333097 named[20823]: configuring logging: permission denied
Feb 21 18:40:08 ns333097 named[20823]: loading configuration: permission denied
Feb 21 18:40:08 ns333097 named[20823]: exiting (due to fatal error)
Title: Re: Installer some mini bugs
Post by: Spacedust on 2015-02-21, 11:48:52
pdns does not start too:

Quote
Feb 21 18:46:23 ns333097 pdns[21764]: Caught an exception instantiating a backend: Unable to launch gmysql connection: Unable to connect to database: Access denied for user 'powerdns'@'localhost' (using password: YES)
Feb 21 18:46:23 ns333097 pdns[21764]: Cleaning up
Feb 21 18:46:23 ns333097 pdns[21764]: Done launching threads, ready to distribute questions
Feb 21 18:46:25 ns333097 pdns[21599]: Our pdns instance exited with code 0
Feb 21 18:46:25 ns333097 pdns[21599]: Respawning
Title: Re: Installer some mini bugs
Post by: Spacedust on 2015-02-21, 12:01:15
/etc/php.ini line:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

should be changed to

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE