Here’s the location of the db file:
C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\vpx.mdb
You can go into the ODBC settings of the system and compress it and you should be all set.
Random, usually tech stuff – mostly notes, gotchas, how tos …
Here’s the location of the db file:
C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\vpx.mdb
You can go into the ODBC settings of the system and compress it and you should be all set.
damn … tried this and am getting:
The kernel defined by this directory of header files does not have the same
address space size as your running kernel.
Let’s see what happens if I recompile the kernel.
[2006-04-27 11:54:37.236 ‘App’ 1160 error] Failed to intialize VMware VirtualCenter. Shutting down…
You need to make the change in your registry in:
HKEY_LOCAL_MACHINE\Software\VMware\VirtualCenter\DB
the third one should be your password in a hash. You can just reset it to
Wasabi & Ginger
2299 Van Ness Avenue
San Francisco, CA 94109
This is yet another Chinese owned Japanese restaurant. The food isn’t bad.
Spider roll was awesome +10
Nabeyaki Udon was okay +5
Raw fish was okay, but not fresh as I thought it would be according to other reviews -5
Bathroom was typical, but faucet was broken -1
No “irashaimase” (Welcome at the door) -1
Waitress didn’t know what shichimi was (flavor for Udon) -1
Boss was around, so service was good +5
Free ice cream! +5
So overall, I’d say, this place is pretty good. It deserves 4 stars.
This is taken from: http://www.trustix.net/wiki/index.php/VMwareTools
This has (so far) only been verified to work on VMware Workstation v5.5 and a TSL 3.0 installation with the following groups installed: “Minimal with SSH”, “Commonly used local utilities” and “Commonly used network utilities”; a typical, almost minimal, TSL system.
You need the following packages installed on the system to get VMware Tools to compile the needed modules (other packages may be installed due to dependencies):
make gcc glibc-devel kernel-source
All in one using swup:
swup --install make gcc kernel-source glibc-devel
n.b. –ignore-filter may be required on TSL 2.2 to allow kernel-source to be installed.
VMware tools won’t compile if you have not configured and prepared the kernel-source.
cd /usr/src ln -s kernel-source-<version> linux
We also need to copy the kernel config file into our kernel-source:
cp /boot/config-<version> /usr/src/linux/.config
cd /usr/src/linux make oldconfig make modules_prepare
n.b. With TSL 2.2 use ‘make dep’ in place of ‘make modules_prepare’.
Having your TSL 3.0 installation active, release the lock (CTRL+ALT) and go to the menu and choose:
VM -> Install VMware Tools..
Mount the virtual CD-ROM containing the VMware tools and install the rpm there. Then unmount it.
mount /mnt/cdrom rpm -Uhv /mnt/cdrom/VMwareTools-<version>-i386.rpm umount /mnt/cdrom
To finish the VMware Tools installation we run the VMware tools configure script and it will compile the VMware Tools modules:
vmware-config-tools.pl
Answer yes to all questions and all but the X Windows display driver is configured. See below for X Window driver support.
When TSL 3.0 was installed as guest OS it found and installed the pcnet32 driver. You could stick with it, but I would recommend you change it for the optimized vmxnet driver which was just compiled. The following instructions are displayed after vmware-config-tools.pl finish to help you replace the network driver:
service network stop rmmod pcnet32 rmmod vxnet vi /etc/modprobe.conf /etc/mkinitrd/modules <-- change vmnics to vmxnet tsl-fixboot.sh --install <kernel-version> depmod -a modprobe vmxnet service network start
You need the following packages installed to have the X Window driver compile (other packages may download and install due to dependencies):
xorg-x11 xorg-x11-devel
As always, you may install them all in one using swup:
swup --install xorg-x11 xorg-x11-devel
Now run vmware-config-tools.pl again to compile the svga driver:
vmware-config-tools.pl
NB! You may get a warning about not being able to compile the vmxnet driver. Just ignore that. You already have it installed if you followed the instructions above.
Please note, this will only give you a minimalistic xorg-x11 without gnome or another DE/WM. I would recommend you check out the Desktop Environment section to get a fully working and useful desktop.
If you get the error when compiling the tool: “The kernel defined by this directory of header files does not have the same address space size as your running kernel.”
The way I fixed it was just by using a newer version of VMware-tools. I used the source from ESX 3.0 and you can search on the web and you should be able to find it.
I’ve been a Scrabble fan for a long time. Because I didn’t do well playing it as a kid, I figured, I’m a grown-up now – the same handicap I had back then no longer applies, so I’m going to learn and be the best I could at it. I think a lot of the skills I learned playing Boggle helped me in Scrabble as well.
Anyways, a good friend’s wife, Barbara, just introduced me to a game called Speed Scrabble. Here’s a link to the rules:
http://www.mrkland.com/games/spscrab.htm
We played pretty much that way except that we started with 4 tiles instead of 7.
I was instantly impressed after learning how much faster the game goes and how the flexibility of being able to rearrange tiles on the fly. There’s obviously a different strategy in playing the game and I’m probably going to play this game more often.
uslacker99 wrote:
If there are some people jumped for this in USA?
sendmail and SASL. V0.1 of this document show you only how to set up
LOGIN AUTH (several ail client like outlook express, netscape use this
method of authentification. SMTP AUTH are use to permit relaying for
user who where authentified. You must use at least sendmail 8.9.
[wrong, it’s 8.10]
2. Get the needed software
2.1 Download Cyprus SASL
You can get the source of cyrus SASL at
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/. Get the latest stable
version.
[1.5.x, no 2.x]
2.2 Download Sendmail
You will need to recompile sendmail. Get the source of sendmail
at http://www.sendmail.com if your distribution don’t give you the source.
[http://www.sendmail.org not com!]
For me, i use a slackware, and i have get the source from the cd
source of the slackware.
3. Compile the software
3.1 Compile and install SASL
Extract file from the SASL package:
gzip -cd cyrus-sasl-1.5.27.tar.gz | tar xvf –
Enter the SASL directory, and do a:
./configure –enable-login
The –enable-login option will enable login authentification (that
is not enable by default). Check for other option that you will
need (–perfix, …, make a configure –help to show all options).
Next do a make, make install. So sasl is now installed. Depending
to wich prefiw directory you have installed SASL, you will need to
add an entry to /etc/ld.so.conf to add the SASL lib directory. Then
make a “ldconfig”.
3.2 Compile sendmail
I will not describe here all the option of sendmail compilation,
but i will show you only how to add the SASL support in sendmail.
In the source directory of sendmail, go to devtools/OS sub directory,
and add to the file that match your plateform:
[do NOT do that! Use devtools/Site/site.config.m4
See devtools/Site/README]
APPENDDEF(`confENVDEF’, `-DSASL’)
APPENDDEF(`conf_sendmail_LIBS’, `-lsasl’)
For me, i add this two line to the devtools/OS/Linux file because
i have a Linux platform. Then recompil and install sendmail. To
be sure that Sendmail have the SASL support, do a:
sendmail -d0.1 -bv root | grep SASL
You must see something like that:
NETUNIX NEWDB QUEUE SASL SCANF SMTP USERDB XDEBUG
Make sure SASL appears in the output. Otherwise, recompile sendmail and
make sure you have put the two APPENDDEF line is the correct OS file
for your system.
4. Configure
For this example i use only LOGIN method, so only this method will
be described here. LOGIN method will use real user/passwd that are
described by your /etc/passwd. So user in this file are able to do
SMTP AUTH.
4.1 Configure SASL for Login AUTH
You must add a file for sendmail configuration of SASL.
Go to the /usr/lib/sasl directory.
Create a file Sendmail.conf with:
pwcheck_method: shadow
I suppose that your system use the shadow method for user
authentification. If your system uses the (old) password method,
replace shadow by passwd.
4.2 Sendmail configuration.
Edit your sendmail.cf (normally /etc/mail/sendmail.cf).
[Oh, great…. read cf/README]
Add this line:
# list of authentication mechanisms
C{TrustAuthMech}LOGIN
O AuthMechanisms=LOGIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5]]>