HowtoForge provides user-friendly Linux tutorials.
-
SquirrelMail - Query: CREATE "Sent" Reason Given: Invalid mailbox name.
Author: Falko Timme • Tags: errors • Comments: 0Error: SquirrelMail - Query: CREATE "Sent" Reason Given: Invalid mailbox name. On CentOS/Fedora/RedHat, you see the follwing error message in SquirrelMail after you have logged in: Query: CREATE "Sent" Reason Given: Invalid mailbox name.
-
Firefox - Content Encoding Error / Google Chrome - Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.
Author: Falko Timme • Tags: errors • Comments: 7
Error: Firefox - Content Encoding Error / Google Chrome - Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error. When you open a PHP page in your Firefox, you get the following error: Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. * Please contact the website owners to inform them of this problem. In Google Chrome, you get the following error: Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.
-
Postfix - do not list domain example.com in BOTH mydestination and virtual_mailbox_domains
Author: Falko Timme • Tags: errors • Comments: 10
Error: Postfix - do not list domain example.com in BOTH mydestination and virtual_mailbox_domains You see the following error in your mail log: Feb 24 21:42:39 mail postfix/trivial-rewrite[1896]: warning: do not list domain example.com in BOTH mydestination and virtual_mailbox_domains
-
-
[solved] Debian/Ubuntu - Can't locate LWP/UserAgent.pm in @INC
Author: Falko Timme • Tags: errors • Comments: 2
You get an error like this one: "Can't locate LWP/UserAgent.pm in @INC (@INC contains: /home/admispconfig/ispconfig/tools/spamassassin/usr/share/perl/5.10.0 /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update line 81.BEGIN failed--compilation aborted at /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update line 81."
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.6
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.6 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 5.6. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
DesktopNova - Automatically Change Wallpapers On Ubuntu 11.04 (With Classic Gnome)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 6
DesktopNova - Automatically Change Wallpapers On Ubuntu 11.04 (With Classic Gnome) DesktopNova is an application that automatically changes your desktop wallpaper after a preset period of time. It works with Gnome amd Xfce desktops. This tutorial shows how to use DesktopNova on an Ubuntu 11.04 desktop with the Classic Gnome interface.
-
PHP - It is not safe to rely on the system's timezone settings.
Author: Falko Timme • Tags: errors • Comments: 2
Error: PHP - It is not safe to rely on the system's timezone settings. You get the following warning when you run a PHP script: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
-
yum - Warning: RPMDB altered outside of yum
Author: Falko Timme • Tags: errors • Comments: 0
Error: yum - Warning: RPMDB altered outside of yum. You install a package using yum (on Fedora/CentOS/RedHat) and get the warning: Warning: RPMDB altered outside of yum.
-
nginx - upstream sent too big header while reading response header from upstream
Author: Falko Timme • Tags: errors, nginx • Comments: 3
You get the following error in the nginx log: 'upstream sent too big header while reading response header from upstream'
-
Setting Up Unison File Synchronization Between Two Servers On Debian Squeeze
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 6
Setting Up Unison File Synchronization Between Two Servers On Debian Squeeze This tutorial shows how to set up file synchronization between two Debian Squeeze servers with Unison. Unison is a file-synchronization tool similar to rsync, but the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on server1 will be replicated to server2 and vice versa.