Yes, that message display when I try to start apache inside my jail box.  [Thu Jul 10 13:23:41 2008] [alert] mod_unique_id: unable to gethostbyname(â€mailserverâ€) To resolve this problem, just edit /etc/hosts add record for ‘mailserver’ entry, like : ::1                    localhost localhost.my.domain 127.0.0.1              localhost localhost.my.domain 172.88.1.5             email.rasyid.com mailserver Restart apache and test it yourself.
/usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries
Due to the challenge for efficiency I decide to install vmware server on ubuntu server hardy heron 8.04 The installation process itself is smooth except this part : /usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries vmware need a few shared libraries as requirement for register serial number. If I ignored it I’ll see repeating message that […]
Install Djbdns on Ubuntu Server
I’m big fan of djbdns for its simplicity. After one of our server must change to vmware server and ubuntu chosen as main OS I still want to use djbdns for handling domain resolution. Searching on internet guide for installing djbdns on ubuntu give me to this link. I try to follow it and it […]
Mounting Hard Disk on Ubuntu
One of our server need to reconfigure. Install ubuntu server on it and will convert other hardisk for special purpose on vmware appliance. In fact the server have 4 HD, 1 for system and 3 HD dedicated for virtual appliance. This steps taken to format and mounting : 1. See current mount point and space […]
Step by Step Install AtMail Open On FreeBSD
AtMail Open, I just know if atmail have free version. Being curious on how it goes in FreeBSD box, I give it a try as my campus interface. As usual I try to record it in notepad plus screenshot for guide, perhaps useful 🙂 1. Download latest version mail# wget http://atmail.org/download/atmailopen.tgz 2. Extract and change […]