Erik Knepfler
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
Comments
Recent activity by Erik Knepfler-
Why not just this (on target server): cd ~ scp root@10.5.0.175:/backup/2018-02-08/accounts/* . ls -1 *.tar.gz | sed -e 's/\.tar\.gz$//' | xargs /scripts/restorepkg --force (note: this doesn't work...
-
I'm using EasyApache3 because my CentOS hasn't been updated quite yet uname -a: Linux servernamehere 2.6.18-408.el5 #1 SMP Tue Jan 19 09:14:52 EST 2016 x86_64 x86_64 x86_64 GNU/Linux rpm --query ...
-
I believe it's an OOM condition that's not easy to figure out. I'm working on that. But when chkservd is stuck in that loop, unable to restart Apache, why does clicking Restart Services > HTTP Se...
-
Perhaps I could simply replace /scripts/restartsrv_httpd with a text file with contents of apachectl -k restart instead of having it be a symlink to restartsrv_base which is binary and I can't edit...
-
Nothing in bash history, created April 21 2016, appears to have only been accessed by me. I guess just a rogue log. Moved to rc4-hold.txt for a while and will see if a new one is created.
-
Pretty sure my issue above is covered here:
-
I just had two systems freeze this morning during modern backup process which had to be rebooted. Result was incomplete backups. cpbackup logs show it on "Creating archive ..." with many "....." ...
-
I know this is an old thread but I too wanted to solve this, and I felt that there likely was a simpler answer. Here's mine: find /home -type f -name "maildirsize" > mailboxes.log I chose that f...
-
I'm very familiar with which ports Exim is running, which security protocols work and don't work on various ports, and the key thing here is that none of them work - no combination of security sett...
-
1493 is an odd port to be using No no, I think that's a misunderstanding. Exim is running on the usual ports 25, 587, 465. Look at these additional log entries. The IP addresses are the only ...