Running as user
- chown -R youruser /etc/vmware
for non-security-picky guys.
For /dev/vmmon problem
I edited /opt/vmware/workstation/bin/vmware-config.pl
vi /opt/vmware/workstation/bin/vmware-config.pl
look for
Code: Select all
if (-e '/dev/.devfs' || -e '/dev/.udev.tdb' || -e '/dev/.udevdb' ) {
# Either the devfs" or "udev" filesystem is mounted on the "/dev" directory,
# so the "/dev/vmmon" block device file is magically created/removed when the
# "vmmon" module is loaded/unloaded (was bug 15571 and 72114)
} else
{
configure_dev('/dev/vmmon', 10, 165, 1);
}
}
Code: Select all
# if (-e '/dev/.devfs' || -e '/dev/.udev.tdb' || -e '/dev/.udevdb' ) {
# Either the devfs" or "udev" filesystem is mounted on the "/dev" directory,
# so the "/dev/vmmon" block device file is magically created/removed when the
# "vmmon" module is loaded/unloaded (was bug 15571 and 72114)
# } else
{
configure_dev('/dev/vmmon', 10, 165, 1);
}
}
------------------------------------------------------------
Hello, I am unable to run vmware as user, but root.
here is what you get when you run from user level
Code: Select all
> vmware
/usr/bin/vmware: line 85: /etc/vmware/locations: Permission denied
/usr/bin/vmware: line 177: /lib/wrapper-gtk24.sh: No such file or directory
/usr/bin/vmware: line 177: exec: /lib/wrapper-gtk24.sh: cannot execute: No such file or directory
Code: Select all
> groups
wheel audio video games portage vmware users
weird thing is, /etc/vmware/locations semes to have right permission for it.
Code: Select all
-rw-r--r-- 1 root vmware 101571 Jan 5 12:48 /etc/vmware/locations
vmware version
Code: Select all
* app-emulation/vmware-workstation
Available versions: *3.2.1.2242-r7 4.5.3.19414 5.5.1.19175
Installed: 5.5.1.19175
Homepage: http://www.vmware.com/products/desktop/ws_features.html
Description: Emulate a complete PC on your PC without the usual performance overhead of most emulators
Code: Select all
Portage 2.0.53 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14.2 x86_64)
=================================================================
System uname: 2.6.14.2 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.20
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.averse.net/pub/gentoo http://mirror.averse.net/pub/gentoo/ ftp://gentoo.mirrors.scphost.com/pub/mirrors/gentoo/ http://mirror.gentoo.gr.jp http://gentoo.scphost.com ftp://ftp.isu.edu.tw/pub/Linux/Gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa audiofile avi bitmap-fonts bzip2 cjk crypt cups encode exif expat foomaticdb gif glut gpm gtk gtk2 imagemagick imlib jpeg lcms lzw lzw-tiff mng mp3 mpeg ncurses nls ogg opengl oss pam pcre pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb userlocales vorbis xine xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
anyideas on this?
thanks.


