Issues with Arch 2009.02 in VMware Workstation [SOLVED]

I installed Arch Linux 2009.02 i686 as a guest in VMware Workstation 6.5.1, my host is Vista x64. The installation of Arch itself and Xorg wasn't a problem although from this point I've had several issues.
I was unable to 'startx' or 'xinit' without getting crashes, however adding hal to the daemons fixed that problem - some wiki entries state to add dbus, but dbus is already started. A lot of content on the wiki is outdated, telling users to use hwd; I did install hwd separately (from sourceforge) although it gave me hundreds? of errors related to PCI and eventually failure to parse some x configuration binary in /usr/bin.
Multimedia Issues
I then installed xfce4 and gstreamer-plugins. All video and audio play back too quickly, i.e. it seems to play the streams as fast as they can decode. This also happens with flash content such as youtube after I'd installed the appropriate programs. Thinking this may be a timing issue, I editted the vmware config file on my Windows host although it did not help; the timing in the VM seemed to be correct anyway.
Display Issues
When I run 'startxfce4' from a terminal, Xfce will start as 800x600 - if I go to change this resolution all options show 0Hz as the refresh rate and many options my monitor cannot display are shown even though I have VMware set to allow a maximum size of 1680x1050. I was unable to generate a 'good' xorg.conf file using 'X -configure' and as mentioned earlier, hwd would not work for me. I installed xf86-video-vmware and xf86-video-vesa as well as both open-vm-tools and normal vmware-tools (not at the same time or together) but can't seem to sort this issue. vmware-tools was able to generate a valid xorg.conf file but it only included a handful of 4:3 resolutions and some of these still showed 0hz. For some strange reason 'startx' and 'xinit' now do not work having failed to find /dev/fb0.
VMware Tools
When I did try to install vmware-tools, it had many difficulties trying to build the modules - mostly regarding to not recognising __FREEBSD__, I cannot remember the complete error. I also tried to build open-vm-tools but that gave an error about not being able to find libproc even though I had procps installed. Stopping open-vm-tools on shutdown also always fails and occurs twice.
I'm going to try reinstalling now that I know a little more about what I did to get things working but if anyone could give me a hand it'd be much appreciated.
Last edited by andyxl987 (2009-08-04 00:17:29)

After a lot of experimentation I've got a satisfactory installation although a few minor problems remain:
Adjustments required to correctly run Alsa+Xorg in Arch Linux 2009.02 using VMware Workstation
The current kernel does not play nicely with alsa, downgrade to kernel26-2.6.29.4-1:
wget http://www.schlunix.org/archlinux/core/ … pkg.tar.gz
pacman -U kernel26-2.6.29.4-1-i686.pkg.tar.gz
Install/Upgrade dbus:
pacman -Sy dbus
Add hal (if it's not installed then make sure to do so) to your daemons located in /etc/rc.conf, e.g.
DAEMONS=(syslog-ng network netfs crond hal)
The current open-vm-tools-modules is not compatible with the older kernel, instead use open-vm-tools-modules-2009.04.23-1:
wget http://www.schlunix.org/archlinux/commu … pkg.tar.gz
pacman -U open-vm-tools-modules-2009.04.23-1
The installation will prompt you with an error that /etc/modprobe.conf could not be found (as does the current version), add the following to /etc/modprobe.d/modprobe.conf:
install pcnet32 /sbin/modprobe -q --ignore-install vmxnet; /sbin/modprobe -q --ignore-install pcnet 32 ; /bin/true;
You can now install open-vm-tools:
pacman -S open-vm-tools
To autoload open-vm-tools on start up you need to add it to your daemons located in /etc/rc.conf, e.g.
DAEMONS=(syslog-ng network netfs crond hal open-vm-tools)
Add vmware-user to your /etc/X11/xinit/xinitrc file if you desire (for seamless mouse and display switching), e.g. my xinitrc with xfce4 ends with:
vmware-user &
exec startxfce4
Install the following components: xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse:
(You will not be able to start x if you have installed xf86-video-fbdev and do not have a valid xorg.conf file, this is addressed later)
pacman -S xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse
Lastly we need to edit/create the /etc/X11/xorg.conf file to use our vmware drivers, this will enable automatic resolution switching and seamless mouse functionality:
(All of the following is necessary otherwise X will ignore our vmware drivers)
Section "ServerFlags"
    Option "AllowEmptyInput" "false"
EndSection
Section "InputDevice"
    Identifier  "VMware Mouse"
    Driver      "vmmouse"
    Option "Protocol"         "ps/2"
    Option "Device"           "/dev/input/mice"
    Option "ZAxisMapping"     "4 5"
    Option "Emulate3Buttons"  "true"
EndSection
Section "Device"
    Identifier  "VMware SVGA"
    Driver      "vmware"
EndSection
Section "ServerLayout"
    Identifier  "VMware Config"
    InputDevice "VMware Mouse" "CorePointer"
EndSection
Issues
* open-vm-tools fails to stop during a shutdown or /etc/rc.d/open-vm-tools stop/restart
* most screen resolutions show 0Hz (although everything works correctly) and adding VertRefresh to xorg.conf produces a major error
* playback of flash video produces a sound artefact when starting - although I think this may be to do with the decoder rather than system
I've marked this as solved although I welcome any suggestions regarding these minor issues. The open-vm-tools one I can probably sort out but it's too late now to look into tonight
Last edited by andyxl987 (2009-08-04 00:21:03)

Similar Messages

  • Issues with Arch, xorg and Asus eee 4G 701

    Hello, this is my first post here
    I installed Arch 2009.02 on my Asus eee 701(4G), the installation went well and the system was up and running within minutes. I configured the wireless card (Atheros) which arch supported out-of-the-box and updated the system with pacman -Syu. Then, I installed the intel driver for the vga of the eee and attempted to configure X.
    The issues started at this point. "Xorg -configure" appeared to work, but when I did "X -config /root/xorg.conf.new" all I could see was the mouse cursor as an X and nothing more. The touchpad didn't respond and nothing worked.
    Then, I tried using "xorgcfg" but even though the screen worked great (I could see the stuff displayed), the system couldn't receive any input from the touchpad and thus the result was just a little bit better than with "Xorg -configure". I tried to reboot and use a USB mouse to see if the cursor responded but to no avail...
    As a last resort, I decided to use the xorg.conf found on the eee page of the archwiki. I downloaded it in my PC, saved it and used wget to move it from my ftp server to the eee. I moved it to /etc/X11/ as xorg.conf and attempted to run "X -config /etc/X11/xorg.conf" to see if it worked. Unfortunately, no result. xorg attempted to start and then quit with the error "Fatal server error:  no screens found".
    That's pretty much it... I have no idea what to do next or why the xorg.conf found in the Arch wiki doesn't work... Any suggestions would be really appreciated...
    Last edited by DreamAxe (2009-02-19 08:23:39)

    I did what you suggested above, but it still fails. Then I studied the log and I found this:
    Parse error on line 10 of section files in file /etc/X11/xorg.conf
    "RgbPath" is not a valid keyboard in this section
    Any suggestions on how to solve this?
    EDIT: OK, the discussion page on the Archwiki helped. All I had to do was remove the  'RgbPath "/usr/share/X11/rgb"' line and xorg worked flawlessly
    Last edited by DreamAxe (2009-02-20 05:03:26)

  • First time with Arch, minimal build: little niggles [solved]

    Ok, I've been using *Buntu based Distros for a while now, this is my first time taking the plunge with Arch - chosen because it is a build in what you want distro.
    I've wanted a minimal build install for a printserver project, this week I took the plunge with an old laptop.
    I have it doing the printserver part, but there are some minor niggles. Let me detail what I have installed and what I want it to be able to do, before I detail these.
    Arch Base install with:
    CUPS
    LXDE
    Leafpad
    Xorg Intel video drivers.
    smartmontools
    firefox
    WPA_Supplicant,as this system is to be a wireless printserver.
    What I want this system to do:
    Run most of the time in shell, no DE running. (This keeps it cool and quiet, as it is in a bedroom)
    Only run the DE when startx is called, and have the DE able to be shut down without restarting the server.
    serve printjobs from the moment it boots and connects to the wireless.
    What it currently does.
    Boot up, wait for login
    When login, require WPA_supplicant, dhcpcd and Cupsd to be initialised before it can serve printjobs.
    If DE is required, Xorg must be started in tty1, startlxde ran in tty2, and then manually switch to tty7 for the DE.=
    I have a script to call when i login which starts WPA_Supplicant, dhcpcd, and cupsd in that order.
    I would really like the interface to have a staticip but i dont know how to do that without the handy graphical tools that ubuntu provides.
    Please can you help, at least point me in the right direction with these niggles? I have learned a lot about what is required to get a basic DE up and running, and im sure with your help I will learn more.
    Last edited by Rhiadratech (2011-05-20 23:07:52)

    Ok, so I've gotten Cups and wicd autostarting, set the static ip from my router because else it wasnt getting DNS etc details and left it asking for that by dhcp.
    Still having issues with the DE
    pedro_sland wrote:
    If DE is required, Xorg must be started in tty1, startlxde ran in tty2, and then manually switch to tty7 for the DE.
    I run xfce4 sometimes. I just run startxfce4 and it starts Xorg and displays the DE. I think that startx runs twm which you probably don't want so you might want to take a look at that. startx has a script it runs somewhere (I forget where but the wiki will know). When I'm done with xfce I just log out and it exits.
    For me, this isnt working. startlxde on its own just goes to
    [root@yomiko ~]#
    in tty1, and leaves me with a blank screen when i switch to tty7
    I literally must call Xorg in one tty, startlxde in another and then manually shift to tty7 to see it.
    startx itself:
    -bash: startx: command not found
    Even Xorg isnt happy being called on its own, that too goes to a blank screen, though it does at least switch to tty7
    With Xorg called in tty1, when i call startlxde in tty2 i get dbug errors from pcmanfm though these seem to be just it informing its detected the HDD partitions.
    there is a grumble early on in the process, before the debug errors, saying:
    Importing pynotify failed, notifications disabled.
    Finally, I did add the line to .xinitrc the LXDE page in the wiki said to to allow startx to run:
    exec ck-launch-session startlxde
    This is the only line in this file.
    Currently running as root... I'm not going to complicate matters by adding a user until im sure i got it all running as root, bad practice or not!
    Edit: A friend helped me solve it.
    The package xorg-xinit held the startx script that was missing. I now get LXDE when i want and only when I want.
    Last edited by Rhiadratech (2011-05-20 23:09:16)

  • Any SSD issues with early 2009 "silent upgrade" MacBook Pro?

    I was thinking about getting the 2.66ghz March 2009 version of the 15" MacBook Pro (ExpressCard slot version; model MC026LL/A). You can still find them online here and there.
    Does anyone know if this version has the same freezing issues with SATA-II and SSD drives as the June 2009 versions?
    Since I'd like to put in a Crucial M225 SSD, I was hoping this may be a better way to go than a June 09 version.
    Thanks
    Jason

    Hi Sunil Gubbi,
    Thanks for visiting Apple Support Communities.
    It sounds like you are using or considering using Yosemite on your MacBook Pro (Late 2011).
    Some Continuity features, including Handoff, require a MacBook Pro (Mid 2012 and later).
    Handoff and Instant Hotspot are supported by the following Mac models, and require OS X Yosemite.
    MacBook Air (Mid 2012 and later)
    MacBook Pro (Mid 2012 and later)
    iMac (Late 2012 and later)
    Mac mini (Late 2012 and later)
    Mac Pro (Late 2013)
    You can find this information and more details about Continuity at this link:
    Get help using Continuity with iOS 8 and OS X Yosemite
    All the best,
    Jeremy

  • Windows 8 graphics issue with late 2009 27" iMac

    Hi all,
    First of all, I realise now that Apple don't support this model iMac for Windows 8 but I'm hoping someone has an idea of how to fix my issue as it is nearly working perfectly for me.
    Ok, I have Windows 8 64bit almost happily installed on my late 2009 27" iMac and running the software I need.  The only issue I've got is that the ATI 4850 HD isn't installing correctly.
    Windows defaults to a Mobility Radeon 4850 driver that appears to fail to load which allows me to use Windows pretty well but it's lacking opengl support which I require for a few tasks.
    I've tried a drivers from the boot camp support software, I've tried the mac driver from the ATI site, I've tried various other catalyst drivers from the ATI site (both legacy Windows 8 drivers and Windows 7 drivers).  Every time I install any of these drivers I end up with a black screen, the backlight isn't even on.
    To rectify the black screen I have to boot into safe mode and remove the driver, so that it defaults back to the one that doesn't load.
    When I attempted to update to Windows 8.1 I experienced the same issue, so I'm assuming that 8.1 probably contains a new driver that isn't failing to load, but is breaking something when it does load.
    Any tips would be greatly appreciated, I really don't want to have to go back to Windows 7 (not that Windows 7 is bad, I just have some software that requires 8).

    Any updates about this?
    I have the same error...

  • Big issues with Macbook and usb audio interfaces (solved) kinda

    Apple has some sought of timeout on the keyboard/trackpad after about 10 seconds, when you go to use it again, it kind of surges the usb port so if you have a usb sound card plugged into the port that is sharing the keyboard/trackpad, you hear a popping noise. the full thread is below and has been archived for some reason so i cant add to it. ANYWAY, another driver called sidetrack 1.5 fixes this issue by not having a timeout coded into it. you can download it from ragingmenace.com
    http://discussions.apple.com/thread.jspa?threadID=756998&tstart=0

    I just bought MBP C2D, hi everyone Scratch Live users!
    Anyway, I tested for 3 days and no USB dropout was found. I just noticed a little freezing on the virtual decks, when I change the songs (the audio was still running).
    My set up is:
    - SSL USB connect to the side of the Firewire port (right side)
    - USB buffer is 2ms on SSL(Tried 1ms for 2 days with yellow USB sign on, 0ms is impossible for Mac, I dont know y!!!)
    - 1 Gig Ram (used 512 Mb for test on 1st 2 days, no problem was found)
    - USB HD (I stored all the song in USB HD) which connect on the left USB port
    Hope its helpful and look forward for further test comments.

  • Anyonr else experience wake from sleep issues with early 2009 mini?

    I have my early 09 mini attached to a 22" Samsung monitor vis the mini dvi-dvi adapter. This morning i went to wake the monitor and it responded right away normally but then went black. I tried to wake it again i got a screen that was just noise. Like the photoshop noise filter. It required me to hit the power button on the monitor and then it cleared up.

    I would like to share that I also have experienced display problems with my Mini. My problem was that when my mini would put my monitor into power save mode, the screen would display a noisy picture when returning out of power save. Sometimes it would clear up on its own quickly while other times the problem would persist until I put the mini fully into sleep mode and then wake it up again. I have since taken my monitor and mini to the Apple store where the Genius Bar examined the problem and gave me a new Mini. The new one is still sealed and sitting in my office. I'm skeptical that it will perform any better. I know for a fact that my monitor is in good working order because it is currently running on another PC and has never shown signs of being faulty. For the record, the LCD I own is a 25.5 inch Asus monitor connected to the mini using the mini-dvi to dvi adapter. At the apple store they tried the mini-display port to dvi adapter and the same problem occurred. I'm really hoping that the display issues can be fixed with a software update. I've read on a number of forums that mini owners have complained about the noisy picture when coming out of power save mode. It's clearly a common problem and I would have to assume that Apple is aware of it by now.

  • Issue with GREP.  Need help to solve it pls...

    Hi,
    I have set a GREP as follow:
    Paragraph style: numbered + capital letters
    GREP:  \(.+?\) so that everything between () is written italic.
    When the list of ingredients is too long, I need to go to the next line (shift + enter).  Then it is like if the GREP gets broken...
    I have tried to put a \n but it doesn't work...
    Going crazy here
    Can anyone help?
    Thank you so m uch!

    Solution found...
    FYI here is the correct grep: \(.+\)

  • [SOLVED] Screen brightness issues with Acer 5372Z

    The screen of my laptop goes black whenever I boot into ArchLinux, after "reading Udev events" on startup. Most of the time I have to use a flashlight to see the console on my screen and type
    sudo setpci -s 00:02.0 F4.B=20
    to set screen brightness manually. The `Fn` + `Brightness up` combination doesn't work on my machine, but that's not an issue with Arch, but fault to sugar in coffee.
    There are a lot of similar threads in this forum, but none of the solutions described there really worked 100% or not at all, that's why I'm opening a new thread as this seems to be specific to my hardware.
    Details:
    Graphics controller:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
    Screen resolution:
    1366*766
    /boot/grub/menu.lst:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/sda10 resume=/dev/sda5 ro vga=775
    initrd /initramfs-linux.img
    /etc/rc.conf#DAEMONS:
    DAEMONS=(hwclock syslog-ng network netfs crond laptop-mode dbus gdm)
    I will describe here what I have did so far on hacking:
    Installed the video driver for my Intel card as described here in the wiki
    Set kernel mode to `nomodeset`, without specifying vga, of course, which surprisingly solved the issue, but prevented me from using Gnome.
    The supposed solution in the Arch wiki doesn't work for me. It makes it worse, in the sense of dumping screen brightness even before "reading udev events" on boot.
    My current workaround (to avoid using a flashlight) is to put this line into my `/etc/rc.local`:
    setpci -s 00:02.0 F4.B=20
    I wonder if you can help me to solve this issue, or point me to any of the great documentation provided by the Arch community I might have missed...
    Last edited by kennym (2011-09-06 16:03:58)

    rg_arc wrote:I have this problem as well for my Acer Aspire 4810TZ. The only thing I can think of is to make some sort of temporary fix. But I agree with you, There should be a permanent fix. Every time I've installed Arch on this computer the same problem arises and the only way I can change the brightness is the setpci terminal method.
    This is bad news for new Arch (and Linux) users. This will be probably the point where they will turn over to another distribution.
    It seems to be something which has been included in newer kernels, because I can remember that in the 2.6 series this issue did not exist.
    Last edited by kennym (2011-09-05 16:05:08)

  • Solved IOS 6 issue with headphone remote

    Upgraded my Iphone 4S to IOS 6 and my Klipsch headphone remot would not work.  Volume buttons worked, and the center button would start playing music, but it would not stop or pause the songs.  I tried my original Apple earbugs with the remote and did not have any problems.  The I used the Klipsch again, and now they work great.
    Sounds strange, but that is what happened.

    Hi All,
    I was facing all sorts of issues with my earphone controls.
    This solved my problem.
    Double click home button. (press twice).This will show you all the apps that you have currently open.
    Long click on the 1st app in the list [about 3 seconds]. This will make the icons wiggle and show a red minus sign on the left hand top corner.
    Scroll [right] to see your music app (if you can't see it already).
    Press the red minus sign. This will completely close the music app.
    Restart your music app and things should be back to normal. [I also would close all other app in the same fashion, just in case, cause things like youtube apps use the controls on your earphones as well. ]
    In short: - kill, kill-em-all and restart your music app.

  • Open-vm-tools 2012.03.13-2 not working on VMware Workstation 8.0.2

    Hi,
    I followed instructions on https://wiki.archlinux.org/index.php/In … _in_VMware.
    Problem 1[Solved]:
    vmware-user-suid-wrapper does not start automatically but i did add it to ~/.xinitrc.
    .xinitrc File content:
    exec ck-launch-session gnome-session
    vmware-user-suid-wrapper
    [Solution 1]
    removed vmware-user-suid-wrapper from ~/.xinitrc and created this file:
    /etc/xdg/autostart/vmware-user.desktop
    [Desktop Entry]
    Type=Application
    Name=VMWare User Agent
    Exec=/usr/bin/vmware-user-suid-wrapper
    Icon=system-run
    Comment=Enable Unity, DnD, etc.
    Problem 2:
    drag & drop is not working in GNOME standard mode (works in fallback mode), clipboard copy&paste is working. XFCE4 seems to be working OK.
    Problem 3:
    Unity is not working at all, I get the message that vmware tools are not installed.(Not working both in GNOME and XFCE4)
    Installed Software:
    Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 09:48:37 CEST 2012
    open-vm-tools 2012.03.13-2
    gnome-shell 3.4.1-1
    Kind Regards,
    Robert
    Subject History:
    <<First version of question>> I reverted to a minimal arch install snapshot and did a re-install of gnome,open-vm-tools. The glibmm-2.4 problems magically disappeared (somehow it was fucked up)
    Hi,
    I followed instructions on https://wiki.archlinux.org/index.php/In … _in_VMware.
    3D Acceleration is working and GNOME does not start in fallback mode, however I can not get Unity, Drag&Drop and Clipboard to work.
    open-vm-tools daemon is running. I have also added  vmware-user-suid-wrapper to ~/.xinitrc.
    I also tried to upgrade my whole system from the testing repositories, by doing this I get open-vm-tools 2012.03.13-2(release 2). With release 2 of the same tools clipboard is working but still no luck with drag&drop and Unity.
    Im also trying to build my own version of open-vm-tools 2012.03.13-1(I would like to use it as a template to later build official open-vm-tools stable-8.8.2 package), but makepkg fails. I tried to add -fpermissive flag to CXXFLAGS in /etc/makepkg.conf but it doesnt help. Log trace at the end of this msg.
    Installed packages and Software:
    open-vm-tools 2012.03.13-1
    GNOME 3.4.1-1
    Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 09:48:37 CEST 2012
    Thanks for you help. Sorry for the question but I'm a Widows n00b, trying to get a grip on Linux.I really like Arch, because I love control over my box.
    Kind Regards,
    Robert
    libtool: compile:  g++ -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2012.03.13\" "-DPACKAGE_STRING=\"open-vm-too$
    In file included from /usr/include/glibmm-2.4/glibmm.h:89:0,
                     from /usr/include/gtkmm-2.4/gtkmm.h:87,
                     from copyPasteUIX11.h:49,
                     from copyPasteDnDX11.h:33,
                     from copyPasteDnDWrapper.cpp:30:
    /usr/include/glibmm-2.4/glibmm/threads.h:209:10: error: field 'gobject_' has incomplete type
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'GMutex* Glib::Threads::Mutex::gobj()':
    /usr/include/glibmm-2.4/glibmm/threads.h:206:28: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: At global scope:
    /usr/include/glibmm-2.4/glibmm/threads.h:264:3: error: 'GRecMutex' does not name a type
    /usr/include/glibmm-2.4/glibmm/threads.h:273:3: error: 'GRecMutex' does not name a type
    /usr/include/glibmm-2.4/glibmm/threads.h:320:3: error: 'GRWLock' does not name a type
    /usr/include/glibmm-2.4/glibmm/threads.h:329:3: error: 'GRWLock' does not name a type
    /usr/include/glibmm-2.4/glibmm/threads.h:464:9: error: field 'gobject_' has incomplete type
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'GCond* Glib::Threads::Cond::gobj()':
    /usr/include/glibmm-2.4/glibmm/threads.h:461:27: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: At global scope:
    /usr/include/glibmm-2.4/glibmm/threads.h:517:12: error: field 'gobject_' has incomplete type
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'GPrivate* Glib::Threads::Private<T>::gobj()':
    /usr/include/glibmm-2.4/glibmm/threads.h:514:29: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: In constructor 'Glib::Threads::Private<T>::Private(Glib::Threads::Private<T>::DestructorFunc)':
    /usr/include/glibmm-2.4/glibmm/threads.h:793:55: error: there are no arguments to 'G_PRIVATE_INIT' that depend on a template parameter, so a declaration of $
    /usr/include/glibmm-2.4/glibmm/threads.h:793:55: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is $
    /usr/include/glibmm-2.4/glibmm/threads.h:794:3: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'T* Glib::Threads::Private<T>::get()':
    /usr/include/glibmm-2.4/glibmm/threads.h:800:26: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'void Glib::Threads::Private<T>::set(T*)':
    /usr/include/glibmm-2.4/glibmm/threads.h:806:3: error: 'gobject_' was not declared in this scope
    /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'void Glib::Threads::Private<T>::replace(T*)':
    /usr/include/glibmm-2.4/glibmm/threads.h:812:22: error: 'gobject_' was not declared in this scope
    make[4]: *** [libdndcp_la-copyPasteDnDWrapper.lo] Error 1
    make[4]: Leaving directory `/home/robertsi/buildpkg/open-vm-tools/src/open-vm-tools-2012.03.13-651368/services/plugins/dndcp'
    make[3]: *** [all] Error 2
    make[3]: Leaving directory `/home/robertsi/buildpkg/open-vm-tools/src/open-vm-tools-2012.03.13-651368/services/plugins/dndcp'
    make[2]: *** [all-recursive] Error 1
    Last edited by robertsi (2012-04-25 05:59:25)

    So far there isn't a good systemd script for vmware-workstation-server yet, but it can be started manually with:
    # /etc/init.d/vmware-workstation-server start
    Though this doesn't check the box in the GUI, you can interact with the Shared VM's tab in the VMWorkstation library just fine.
    Last edited by turnipcannon (2012-11-08 20:25:46)

  • Issue with link in a row in advanced table -urgent

    Hi,
    I have created search/results screen and results region is an Advanced table based on a query VO.
    One of the columns, Responsibility Name is a link. On clicking this link it should show all the functions in the responsibility in a new screen.
    The issue is once I click th elink in any record and come back to the advanced table and click 'Next 10' or 'previous 10' I get Browser back button error.
    I item type of the adv table column is 'link' with destination URi = path of the new OA page and target = _blank.
    If I change the colun type to Message Style Text from Link then the 'Previous10' or 'Next 10' works fine.
    Whats the issue with this and how can I solve it?
    Thanks,
    Kamath.

    Hi,
    Did you manage to find any soloution for previous and next link.
    i am getting the same error.
    Please let me know the solution if you got it.
    Thanks
    knick

  • How to install VMware WorkStation on Windows 7 Ultimate 32 bit.

    Hi there, 
    I m new to this and need help as I am trying to intall VMware Workstation(may be 11.0) on Windows 7 Ultimate 32bit, on which I will deploy Windows 2008 R2 and Windows 2012.'
    Here is my laptop Config:
    Processor: Intel(R) Core(TM) i3-2328M CPU @ 2.20GHz 
    RAM: 6 GB(3.22 GB Usable)
    I have tried my hands with fewer available(online) VM workstation 11 which reads as compatible with Win 7 32.. But when I have downloaded and trying to install, it says it is not compatible with 32bit but on 64bit. 
    I have Windows 7 Ultimate 32bit installed on my laptop. 
    Hence, please suggest me with the link for vmware workstation 11. Also, please let me know if it is recommended  to install vmware workstation and on that install 2008 R2 and 2012 both Server Operating Systems.
    Your time will be appreciated.
    Thanks & Regards,
    ME

    Firstly, thanks for the reply...
    Can I go for vmwware workstation 10.0.4 with my windows 7 ultimate 32bit..
    Also, Will my system work properly if I install 2008 r2 and 2012 Server OS on Vmware workstaion which in deployed on Windows 7.
    Your suggestions will be appreciate.
    Thanks,
    ME

  • Weird issue with Windows Server 2008 R2 Print Server

    I have an issue with Windows 2008 R2 (VMWare Hosted) running Windows Print Server. 
    Prior to a small network change, the print server was working well, hosting about 80 different networked printers from various vendors. 
    We made a change (that we ended up rolling back) to the Client's DHCP Scope OPT 006 (DNS Servers). The DNS servers never quite worked right and broke AD authentication to different servers, and was just a mess.
    After rolling back we are not able to keep the printers online. If we ping them from the print server, the printer(s) never wake up, when a print job is submitted. If we ping them from one of the access switches, they work fine (until they fall back asleep),
    to prevent this, if we start a ping on the server AFTER waking them up from the Switch Ping, they stay online and no problems. 
    If we stop the ping, they fall back asleep at some point, and again, won't wake up without intervention/switch side ping. 
    Has anyone experienced anything like this? Any tips on how I could possibly resolve it? 
    Thanks in advance.

    Hi,
    According to your description, the issue seems to be that the printers can't keep online. Sounds like a power managerment issue. Why these printers fall into sleep? Have you consulted this issue with the manufacturer of these printers? Do these printers
    fall into sleep if them lose the contact with printer server? Have you tried to reset the printers?
    >>We made a change (that we ended up rolling back) to the Client's DHCP Scope OPT 006 (DNS Servers).
    DNS client will cache the recently queried records. If the DNS server has replied with a wrong records, communication issues will occur. To clear the DNS cache on a Windows device, please run the command below:
    ipconfig /flushdns
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Mac Book Pro DVI and Display LED 27" + Atlona DP400 - Issue with Aperture

    Hello,
    I bought the new LED 27" and connect it through the Atlona DP400 to my "old" Macbook Pro with a DVI port.
    Works well except with Aperture.
    I can launch the application, navigate though the project and the pictures, but when I want to work on a picture, the mac is blocked and the only way to exit this situation is a hard reboot.
    Does anyone had the same issue ? and found some solution ?
    Thanks

    Interesting. I usually expect newer OS versions to cause issues with older boxes rather than to solve them. 
    Glad it worked out for you.
    -Allen

Maybe you are looking for