Feb/090
Debian: Debian 5 (Lenny) has been released!
http://www.debian.com/News/2009/20090214
Happy Valentine’s day!
Dec/082
Debian: NIC Aliases: Can’t use eth0 when network card is replaced
NIC info is stored in the following file (Etch):
/etc/udev/rules.d/z25_persistent-net.rules
Edit to fit your needs!
For Lenny just look at /etc/udev/rules.d/ and find the file with presistent-net.rules in filename.
Dec/081
Debian: VMware Server 1.x and Debian Etch
To install VMware Server 1.x:
Install the following packages if you don’t already have them:
aptitude install build-essential linux-headers-$(uname -r) openssl libssl-dev psmisc
Untar the package, navigate to vmware-server-distrib directory and type
./vmware-install.pl
To install VMware Tools:
The following packages are needed in order to install VMware Tools:
aptitude install build-essential linux-headers-$(uname -r)
Open VMware Server Console and Click VM – Install VMware Tools. Then go to your guest Debain VM and mount the CD:
mount /dev/cdrom
I usually copy tar files to the hard drive and extract:
cp /media/cdrom0/VMwareTools-1.0.8-126538.tar.gz /root cd /root/
tar -zxf VMwareTools-1.0.8-126538.tar.gz
If you want to directly untar it to another directory:
tar -zxf /media/cdrom0/VMwareTools-1.0.8-126538.tar.gz -C <directory>
Navigate to vmware-tools-distrib and execute the install command:
./vmware-install.pl
Follow directions and you should be able to install VMware Tools without incident.
Note: If you are running an early release of Debian Etch you may be asked to provide path to C compiler directory. That means you do not have a compiler installed and will have to install the following two packages:
aptitude install gcc-3.4 g++-3.4
Nov/085
Debian: Setup is unable to find the “killall” program error when installing VMware tools
Setup is unable to find the “killall” program on your machine. Please make sure
it is installed. Do you want to specify the location of this program by hand?
Hit ctrl-c to break the process, then install “psmisc” package:
aptitude install psmisc
Now try again.
Oct/080
Debian: Sync time and date with external servers
Install ntpdate:
aptitude install ntpdate
To update manually:
ntpdate <time server> (ntpdate pool.ntp.org or ntpdate time.nist.gov)
Create a cron job to have your server sync at intervals you like.