HowtoForge provides user-friendly Linux tutorials.
-
Apache2 + mod_auth_mysql - Internal error: pcfg_openfile() called with NULL filename
Author: Falko Timme • Tags: errors • Comments: 0
Error: Apache2 + mod_auth_mysql - Internal error: pcfg_openfile() called with NULL filename You use Apache2 and mod_auth_mysql to password-protect web folders. In Apache's error log you see these errors: [Wed Jun 11 17:02:45 2008] [error] Internal error: pcfg_openfile() called with NULL filename [Wed Jun 11 17:02:45 2008] [error] [client 127.0.0.1] (9)Bad file descriptor: Could not open password file: (null)
-
curses.h: No such file or directory
Author: Falko Timme • Tags: errors • Comments: 1
Error: curses.h: No such file or directory You see the following error: curses.h: No such file or directory
-
Kernel Compilation - ERROR : "pm_idle" [arch/x86/kernel/apm.ko] undefined!
Author: Falko Timme • Tags: errors • Comments: 0
Error: Kernel Compilation - ERROR : "pm_idle" [arch/x86/kernel/apm.ko] undefined! You try to compile a Linux kernel and get the following errors: ERROR: "pm_idle" [arch/x86/kernel/apm.ko] undefined! ERROR: "default_idle" [arch/x86/kernel/apm.ko] undefined! WARNING: modpost: Found 7 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' make[2]: *** [__modpost] Error 1 make[1]: *** [modules] Error 2 make[1]: Leaving directory `/home/huawei/linux-2.6' make: *** [debian/stamp/build/kernel] Error 2
-
-
apt - E: Dynamic MMap ran out of room
Author: Falko Timme • Tags: errors • Comments: 0Error: apt - E: Dynamic MMap ran out of room You get an error like this one when running: apt-get update E: Dynamic MMap ran out of room
-
CentOS - Transaction Check Error : file /usr/bin/shasum from install of perl-Digest-SHA-5.50-1.el5.rf.x86_64 conflicts
Author: Falko Timme • Tags: errors • Comments: 0
Error: CentOS - Transaction Check Error : file /usr/bin/shasum from install of perl-Digest-SHA-5.50-1.el5.rf.x86_64 conflicts with file from package perl-Digest-SHA-PurePerl-5.48-1.el5.rf.noarch You see the following error: 13:30:46 : Transaction Check Error : file /usr/bin/shasum from install of perl-Digest-SHA-5.50-1.el5.rf.x86_64 conflicts with file from package perl-Digest-SHA-PurePerl-5.48-1.el5.rf.noarch
-
Changing From Microsoft Windows To Linux Mint 11
Author: CSch • Tags: desktop, ubuntu • Comments: 9
Changing From Microsoft Windows To Linux Mint 11 This is a tutorial for people originally using the Windows Operating System who want to try out Linux Mint 11. It is supposed to show the differences and similarities between the two systems and depict Linux' functions with examples.
-
Debian/Ubuntu - ClamAV-clamd: Can't connect to UNIX socket /var/run/clamav/clamd.ctl
Author: Falko Timme • Tags: errors • Comments: 4
Error: Debian/Ubuntu - ClamAV-clamd: Can't connect to UNIX socket /var/run/clamav/clamd.ctl You get the following errors in your mail log (/var/log/mail.log) on Debian/Ubuntu: Jul 28 22:04:28 server1 amavis[31819]: (31819-19) (!)ClamAV-clamd: Can't connect to UNIX socket /var/run/clamav/clamd.ctl: 2, retrying (2) Jul 28 22:04:34 server1 amavis[31819]: (31819-19) (!!)ClamAV-clamd av-scanner FAILED: run_av error: Too many retries to talk to /var/run/clamav/clamd.ctl (Can't connect to UNIX socket /var/run/clamav/clamd.ctl: No such file or directory) at (eval 88) line 309. Jul 28 22:04:34 server1 amavis[31819]: (31819-19) (!!)WARN: all primary virus scanners failed, considering backups
-
Install Tomcat And Deploy Web Applications With Rex
Author: jfried • Tags: apache, centos, debian, fedora, linux, mandriva, suse, ubuntu, web server • Comments: 0
Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.
-
The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3]
Author: Falko Timme • Tags: debian, control panels, ispconfig • Comments: 32
The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3] This tutorial shows how to prepare a Debian Squeeze (Debian 6.0) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Ubuntu/Postfix/Saslauthd - SASL authentication failure: cannot connect to saslauthd server: Permission denied
Author: Falko Timme • Tags: errors • Comments: 3
This article shows how to fix the following error message on an Ubuntu/Postfix/Saslauthd mail server - SASL authentication failure: cannot connect to saslauthd server: Permission denied.