Identd Daemon
Jul 15, 2007What's the most popular identd daemon for Linux? I need to install one on my server.
View 6 RepliesWhat's the most popular identd daemon for Linux? I need to install one on my server.
View 6 RepliesBy mistake I have kill ssh. And I can not connect to my server. I've plesk cp. How cna I restart ssh daemon.
View 8 Replies View RelatedIm getting daily 100 of emails from Cron Daemon Cron
which having following information any body let me know what is cron daemon and how can i disable these email
Code:
/bin/sh: /usr/local/etc/logcheck.sh: No such file or directory
I receive an email like this each day:
SUBJECT: Cron <root@deer> run-parts /etc/cron.daily ........
what I want to do, have a "node" somewhere serve media (static) files from a central server, but cache the static files the first time they are hit, so subsequent requests to the "node" don't require getting the file from the central server.
Is there readily available solution to this?
I can see that httpd is running, but I can't see it in xinetd.conf file or /etc/xinit.d/ directory.
Don't need to be in one of the configuration file?
I just installed mySQL server on a brand new dedicated server and am getting Timeout error occurred trying to start MySQL Daemon. I have uninstalled and reinstalled it a few times and am still getting the same error.
View 11 Replies View RelatedI am getting the error (as listed in the title) on my server. This is a BRAND NEW FRESH install on a brand new server...
OS: Unix Fedora
Kernel Version: Kernel 2.6.18-1/2798.fc6 on an i686
Hardware Information: Brand new Dell SC1435 Server
Software Version: MySQl 5
Control Panel: Nothing yet
Apache starts ok but when I go to strart MySQL I get the following error...
[root@server112]# /etc/rc.d/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon
Starting MySQL: [FAILED]
Does anyone have any ideas?
I did some pretty extensive searching...
Web Hosting Talk article that basically describes the same error. I followed everything as listed in his suggestion and it didn't change anything.
Also Checked here but this didn't work either.
For some reason pmmcli-daemon has started to run constantly at 90-100% CPU even when it's not backing up.
No error message emails are generated.
I can stop it, but then I find it running after it has completed the domain backups.
I got this while trying to force the urchin log processing:
Code:
WARNING: (7024-323-2398) Could not delete backup file - check permissions.
DETAIL: /home/virtual/mysite.com/var/log/httpd/access_log : Permission denied
All permissions are OK.. I dont know what is happening.
Also, scheduler can not start:
Code:
[root@srv1php.com:~]sudo -u apache ./urchinctl start
Urchin webserver is already running
WARNING: (7004-557-91) Unable to open database for writing - check permissions.
DETAIL: Permission denied
Im using Ensim Pro 10.
One of my users is receiving way too many Mailer Daemon messages and his mailbox is full. I've had this problem from time to time and I am trying to figure out how to block mailer daemon messages for a specific domain so that they do not even get on the mailing queue...much like when you set a default address to ":fail:". So I came up with this:
refuse_md1:
deny message = The original message did not come from this site.
condition = ${if eq{$sender_address}{}{yes}{no}}
condition = ${if eq{$local_part}{userdomain.com}{yes}{no}}
log_message = Refused a bounce message for userdomain.com
However, this doesn't help. The emails are still going to the mailing queue and when I look at the Exim log I see the usual error message saying that the email was blocked because the account has run out of space.