Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - markacole

Pages: [1]
1
CentOS 7 Problems / (pkttyagent:30031): WARNING
« on: May 05, 2020, 10:03:01 AM »
Hello All, anyone seen this error or have a fix ? only got this happening since the last round of updates. happens when i SSH into the machine.

** (pkttyagent:30031): WARNING **: 19:58:25.548: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)

thanks in advance.

2
Apache / Re: Session Cache is not configured.
« on: August 30, 2019, 10:48:25 PM »
hi VPREATR, i to ran into this error not so long ago,
while trying your example as a fix, i still encountered the error.
a little research for possible reasons/benefits, for and against very from forum to forum.
how ever i did find a good working fix, so thought it might help others

LoadModule socache_memcache_module modules/mod_socache_memcache.so
SSLSessionCache memcache:memcache.CHANGE-THIS-TO-SERVER-NAME.COM:11211
SSLSessionCacheTimeout 3600

add to the httpd.conf and stop/start Apache.

3
SSL / SSL error showing in Apache logs, need help please
« on: August 26, 2019, 06:40:00 AM »
[ssl:warn] [pid 6802:tid 140128168716160] AH01916: Init: (server.name.here:443) You configured HTTP(80) on the standard HTTPS(443) port!

i have checked settings over and over again, would anyone happen to have seen this error and point me in the right direction
Thanks in advance.

4
Installation / CWP7 wont start showing errors
« on: June 30, 2018, 08:00:25 AM »
hi i have not found another error like this, my cwp7 wont start up giving this error.

[root@server1 ]# service cwpsrv status
cwpsrvd is stopped
[root@server1 ]# service cwpsrv start
Starting cwpsrvd: /bin/bash: /usr/local/cwpsrv/bin/cwpsrvd: No such file or directory
                                                           [FAILED]

at same time i also get:
/etc/cron.daily/cwp:

PHP Fatal error:
The file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php was encoded
with the PHP 5.6 ionCube Encoder and requires PHP 5.6 to be installed.
in Unknown on line 0

Has anyone else has this happen and how did you fix it, i cant access the CWP panel or Roundcube.
This is becoming be quite an issue.

Regards.

5
CentOS 6 Problems / Re: Warnings
« on: April 09, 2017, 01:18:20 AM »
hello all, was there an answer or fix to these errors as im seeing them too.

sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe
sed: couldn't write 80 items to stdout: Broken pipe

6
CentOS 6 Problems / Re: mysql errors
« on: April 08, 2017, 12:16:52 AM »
Hi all got same issue here since doing the recommended updates

Message id [26d5ea909561240a7c55d72cfaafc9e0]: Bad or Corrupted MySQL Databases/Tables detected!


Warning: Error while sending QUERY packet. PID=23789 in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: [obfuscated]() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: [obfuscated]() expects parameter 1 to be mysqli_result, boolean given in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

  GNU nano 2.0.9                               File: /var/log/mysqld.log                                                                   

161220 09:58:50 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
161220  9:58:50  InnoDB: Initializing buffer pool, size = 8.0M
161220  9:58:50  InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
161220  9:58:50  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
161220  9:58:51  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
161220  9:58:51  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
161220  9:58:51  InnoDB: Started; log sequence number 0 0
161220  9:58:51 [Note] Event Scheduler: Loaded 0 events
161220  9:58:51 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
161220  9:58:52 [Note] /usr/libexec/mysqld: Normal shutdown

Pages: [1]