How to Create User with useradd in FreeBSD
You can invoke “adduser” command in FreeBSD in order to create new user. Adduser will prompt you for user info like name, uid, gid, shell environment and etc. But sometime we would like to create user access through Bash script….
Install and Configure mod_suphp or suphp on Plesk Server
Plesk control panel comes with Media Temple DV package doesn’t support suphp/mod_suphp. I like suphp, it gives you the user/group permission as the control panel created for you, so that you will have the permission to read/write on your own…
Razor2 Error: No such file or directory report requires authentication
While doing Spam Report on SpamAssassin, I came across this error message, reporter: razor2 report failed: No such file or directory report requires authentication at /usr/local/lib/perl5/site_perl/5.x.x/Mail/SpamAssassin/Plugin/Razor2.pm line 180. at /usr/local/lib/perl5/site_perl/5.x.x/Mail/SpamAssassin/Plugin/Razor2.pm line 330. I checked the file existed, so It’s something…
Upgrade to php52 on FreeBSD
By default, after portsnap to latest FreeBSD port tree, it will upgrade your php5.2 to php5.3 automatically. There isn’t any option where you can to remain your PHP version to 5.2. In order to keep my PHP applications running on…
Bind Error: “max open files (3520) is smaller than max sockets (4096)”
Just notice one of the DNS server has the error message 28-Jun-2010 16:28:24.283 general: max open files (3520) is smaller than max sockets (4096) It’s something to do with kernel setting, on FreeBSD, configure the following shell> sysctl kern.maxfiles=4096 shell>…
Recent Comments