When installing Oracle Linux 5U7 as a Guest OS on VMWare fusion 4, you will probably run into the “no module ehci-hcd found for kernel 2.6.32-200.13.1.el5uek” during the VMWare Tools installation process. This error is caused by missing usb kernel modules in /lib/modules/2.6.32-200.13.1.el5uek. You can easily solve this by opening a Terminal session, substitute the user by root (su – root) and executing the command below.
cp /lib/modules/2.6.18-274.el5/kernel/drivers/usb/host/?hci-hcd.ko \
/lib/modules/2.6.32-200.13.1.el5uek/kernel/drivers/usb/host
Now you can start the installation of VMWare tools by executing
./vmware-install.pl
- i received a key from weather.com on 6th of nov, but no partner id. i just removed the relevant part from the conkyforecast.config and it seems to work fine.
.conkyForecast.config:
CACHE_FOLDERPATH = /tmp/
CONNECTION_TIMEOUT = 5
EXPIRY_MINUTES = 15
TIME_FORMAT = %H:%M
DATE_FORMAT = %d/%m/%Y
LOCALE =fin
XOAP_LICENCE_KEY = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MAXIMUM_DAYS_FORECAST = 5
BASE_XOAP_URL = http://xml.weather.com/weather/local/?cc=*&dayf=10&link=xoap&prod=xoap&key=&unit=m
#!/bin/bash
LAMEOPTS="-V 1"
for FILE in *.wav ; do
OUTNAME="${FILE%%.wav}.mp3"
lame $LAMEOPTS "$FILE" "$OUTNAME"
done
The upgrade
Please make sure you have the following sources.list (/etc/apt/sources.list remove all other entries you have there).
## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse
Update the package list and upgrade all the installed packages
sudo apt-get update && sudo apt-get dist-upgrade
Perform the release upgrade.
sudo do-release-upgrade
find . -mtime 0 # find files modified between now and 1 day ago
# (i.e., within the past 24 hours)
find . -mtime -1 # find files modified less than 1 day ago
# (i.e., within the past 24 hours, as before)
find . -mtime 1 # find files modified between 24 and 48 hours ago
find . -mtime +1 # find files modified more than 48 hours ago
find . -mmin +5 -mmin -10 # find files modified between
# 6 and 9 minutes ago
setup proxy in /etc/sysconfig/rhn/up2date
enableProxy=1
httpProxy=host:3128
rhn_register
# umount -f /mnt/local
# mount -t nfs nfsserver:/path/to/share /mnt/local
Error:
Sun Feb 12 16:19:04 EST 2006 Valid lock file for pid=2296, but not ours
pid=21621
Solution:
remove /var/lock/LCK
Error:
You have received an invalid certificate. Please contact the server administrator or email
correspondent and give them the following information:
You certificate contains the same serial number as another certificate issued by the certificate
authority. Please get a new certificate containing a unique serial number.
Solution:
Open Firefox
From the top menu, click “Tools > Options”.
Click the “Advanced” icon.
Click the “Security” tab.
Click “View Certificates” button and then the “Web Sites” tab.
Delete the certificate.