General :: Startx Script Commandline To Start VirtualBox VM On Separate X Server

Aug 28, 2011

I am trying to start a VirtualBox VM on a separate X screen (in fullscreen) so I can switch between Linux and Windows XP by doing Ctrl + Alt + F<.

I am basically trying to do something like this:

startx "VBoxManage startvm XP" -- :4
startx "VBoxManage startvm "XP"" -- :4 (is this correct for quotes within quotes??)

I get a "bad command line option "VBoxManage" back from the startx script so obviously I am not understanding the rules for how to write "shell magic".

How can I do this correctly, or perhaps there is a better way of achieving a VirtualBox VM on a separate X screen?

View 1 Replies


ADVERTISEMENT

Server :: Startx When The Xclient And Xserver Are On Separate Machines

Jan 13, 2010

i have managed to be starting applications remotely (on the X client). then, the Xserver can be a linuxOS, or a winXP application (Xwin32, Hummingbird)... so i can get the applications (xlogo, konqueror, or dolphin) from the X client showing on my X server (at my terminal that is). no problem. Problem is with startx. since my Xclient is a file server, i don't need for it to be running xdm... but i would like to be ssh'ing to the machine and startx when (rarely) needed.

what happens currently is that i ssh to the file server, i open up the Xserver locally (or the terminal), and i verify that xlogo will start on my X server instead of on the Xserver of the fileserver. then i try to 'startx' but i get nothing on my screen, while the window manager is loading in the Xserver of the file server itself... how can i change that??? i have verified that $DISPLAY variable is pointing to my Xserver (how else would xlogo work?)..

View 2 Replies View Related

General :: Unable To Start STARTX On Redhat 5?

Sep 6, 2010

I have being googling and trying to find out solution to unable to startx.Please note i have already search from last 2-3 days for the solution but didn't found anything.So request someone to guide me step by step.Also one more thing, the server was crashed and i upgraded the existing server using CD. But since then we are not able to start startXI hope i can get some help here ,i am a newbie to linux but i am computer engg so i can understand some logics..I am getting below error

Code:
[root@astarcftp /]# startx
xauth: creating new authority file /root/.serverauth.13592

[code]....

View 10 Replies View Related

General :: Commandline Chmod 770 - Cannot Login To Test Server Notebook

Nov 18, 2009

I did command:
sudo -s
chmod 770 .
chmod 770 ..
And now I cannot login on my test server notebook. Please do not ask why I use server software on my notebook. Cause I like it and I use it only for typing text en learning linux commands. So I have a notebook with ubuntu server 8.04.2.

First question is:
Why have linux after command ls -l -a this output?
drwxr-xr-x 21 root root 4096 2009-11-04 20:45 .
drwxr-xr-x 21 root root 4096 2009-11-04 20:45 ..
And how must it to set and use? What is it's function? How can I repair my server notebook? Must I unmount my harddisk with a sqrewdriver and connect it to/on an other linux machine? If its needed, I can do that.

View 6 Replies View Related

Fedora :: Startx Fails Now - Won't Start X Anymore

Apr 4, 2011

I have been using F13 Gnome desktop for a few mouths now but for some reason it won't start X anymore. I get this:

[Code]....

giving up. xinit: No such file or directory (errno 2): unable to connect to X server xinit: No such process (errno 3): Server error. Don't knoiw what has changed? But I would like to get it fixed. I have installed F13 on another partition and it works OK.

View 5 Replies View Related

OpenSUSE Install :: 10.2 Doesn't Start To GUI And Have To Use Startx?

May 20, 2010

I got an opensuse 10.2 on a aged desktop. Once start, it just stops at command line login prompt. I have to login and type 'startx' to get the GUI. Since I haven't used this computer for over half year. I couldn't remember what I did last time. Any tips for this problem?

View 4 Replies View Related

General :: Virtualbox System Wont Start Ubuntu 9.10

Feb 16, 2010

THis use to work but when I tried to start it today I get the following error:

Could I have gotten a patch from Ubuntu that broke my VB?

I have not updated VB in ages and last time it was working just fine.

View 4 Replies View Related

General :: Installed Red Hat Professional 8.0 In VMWare - Type - Startx - On RUN - Fatal Server Error

Jun 24, 2011

I just installed Red Hat Linux Professional 8.0 in my VMWare, but I do not know how to start X Windows. I have tried to type "startx" on "RUN", but I get error message: Fatal Server error Server already active for display 0. If this server is no longer running, remove tmp/.X0-lock and start again.

View 1 Replies View Related

General :: VirtualBox On Wubi Ubuntu Can't Start VMs Due To Incorrectly Handling Absolute Paths?

Jun 27, 2011

I mostly do .Net development in a Windows 7 virtualbox. I use the host for simple things such as web browsing, skype, chat, etc. All things that are fantastically available on Ubuntu which I in many ways prefer. So this has been begging the question for a while: why even use Windows on the host, seems like a Linux host would use less resources (untested) and allow my Windows VMs to run better while allowing me to do my non-development stuff in an interface I prefer.

So easiest way to do this - I downloaded wubi and installed Ubuntu. I installed in it Virtualbox, and then start add and start my VM to get this message: Failed to open a session for the virtual machine VS2010, Could not open the medium '/host/Users/George Mauer/Virtualbox VMs/VS2010/C:/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi; VD: error VERR_FILE_NOT_FOUND opening image file '/host/Users/George Mauer/Virtualbox VMs/VS2010/C:/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi; (VERR_FILE_NOT_FOUND).

You see what's going on? With wubi, the windows drive gets mounted at /host/ but virtualbox is for some reason appending an absolute path! I would very much like to use the same exact VM file since it would retain Snapshots and I would be able to use it in either windows or Ubuntu mode. However, even if I try to simply mount the drives into a new VM I get an error: Failed to open the hard disk /host/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi. Cannot register the hard disk '/host/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi' {guid...} because a hard disk '/host/Users/George Mauer/VirtualBox VMs/VS2010/C:/Users/George Mauer.VirtualBox/HardDisks/VS2010.vdi with UUID {guid...} already exists.

This is especially odd since this worked fine with my recently created Android VM, though this might have something to do with the fact that VirtualBox recently changed their default VM storage locations. Any idea how to fix this? My Linux-fu is weak but I seem to remember from CS class something about symbolic links that might be relevant here?

View 1 Replies View Related

Server :: Commandline Monitoring Tool For Mysql?

May 2, 2011

I'm looking for commandline monitoring tool for mysql and only thing I can find is mtop. Unfortunately, mtop's development halted back in 2004. Can someone suggest an alternative? or is there such thing?

View 2 Replies View Related

Slackware :: USB 3.0 / Connect Something Width Startx Initiated Box Freeze And The Caplocks Led Start To Blink?

May 12, 2010

I have slackware64 current installed, my laptop have a nec pci express ubs3.0 port, but when I connect something width startx initiated my box freeze and the caplocks led start to blink, I think maye a kernel panic.

View 3 Replies View Related

General :: Sendmail Without Setting Up A Separate DNS Server ?

Mar 1, 2010

I'm trying to set up a simple local email service on a small office client-server network. Can I use sendmail without setting up a separate DNS server. If I need a DNS server can I set it up on the same computer as my sendmail MTA? Can it be a private DNS server?

View 1 Replies View Related

OpenSUSE Hardware :: Unable To Start VirtualBox Kernel Modules - Error Stopping VirtualBox Kernel Modules

Mar 23, 2011

I was trying to install VirtualBox through the YaST > Software Management but it is not working, someone in the forum told me that I have to download the OSE version and do it manual way. Finally I am able to start up VB but not able to use the network connection. Thus I am trying to do this:

/etc/init.d/vboxdrv setup. I get this error:

[code]...

When I type dmesg, it shows me a bunch of info which I don't know what should look for. When I type modprobe vboxnetflt, I get the error: FATAL: Error inserting vboxnetflt (/lib/modules/2.6.37.1-1.2-default/updates/vboxnetflt.ko): Invalid module format. what should I do in order to get my VB to be able to connect to the internet?

View 5 Replies View Related

General :: How To Know Hardware RAID Through Commandline

Feb 25, 2010

I have configured Hardware RAID. Is there any way I can know that through login to linux box?

View 6 Replies View Related

General :: How To Send Webmail From Commandline

Jan 21, 2011

I am writing a script in which I need to send a email to a @vtext.com address and was confused on how to go about this. (Its in a perl script so ideally it would be a one line command so I can just put in back ticks).

View 1 Replies View Related

General :: Manually Closing A Port From Commandline?

Apr 6, 2010

I want to close an open port which is in listening mode between my client and server application. Is there any manual command line option in Linux to close a port ??NOTE: I came to know that "only the application which owns the connected socket should close it, which will happen when the application terminates."I dont understand why it is only possible by the application which opens it ... But still eager to know if there is any another way to do it ??

View 4 Replies View Related

General :: FTP Commandline Script To Send Files

Mar 1, 2011

I use in Ubuntu proftpd to send files with a little script over the internet to my website.
If I write all these scripts it's a lot of work and my first question is what is the best way to send files over.

For example do you need to type:
put /directory/file.gz /www/file.gz ? or can it shorter? like
put /directory/file.gz /www/ because then ftp complains it can't create file

View 1 Replies View Related

Slackware :: Upgraded To 'current' - Error "Could Not Start D-bus. Can You Call Qdbus" When Trying To 'startx' To Fire Up KDE

Feb 10, 2010

Upgraded to 'current' and now have a series of problems. First, when trying to 'startx' to fire up KDE I get the following error message, "Could not start d-bus. Can you call qdbus?" If I try Xfce it gives this similar message, "Failed to execute dbus-launch to autolaunch d-bus sessions. When logging in, but before entering the password this error message pops up:

'Dialups-check-enab'
'nologin-str'
'Configuration error - unknown item. (notify administrator)'

View 6 Replies View Related

General :: Nano Editing Grub.conf Though Commandline?

Oct 12, 2010

I have to edit the grub.conf as there was a issue in running in virtual box, so i went to edit the /boot/grub/grub.conf file ( centos )and run

[Code]...

View 4 Replies View Related

General :: Control In KDE On Which Desktop An Application Started From Commandline Will Appear?

Jul 13, 2010

I am using a script to start an application (with GUI, i.e. windows) in KDE. However, the window will always appear on the currently used desktop. I would like to define which desktop the application will appear to be able to just run in invisible in the background. How can I do this for KDE?

View 1 Replies View Related

General :: Change Image Of An Executable File From Commandline.

Feb 15, 2011

I want to change the icon image of the executable files from command line.

View 3 Replies View Related

General :: Ubuntu Server 10.04 - Minimize VirtualBox HDD

Jun 23, 2011

I have Ubuntu Server 10.04 TLS installed on a Virtual Machine in a VirtualBox. The size of the Hard Drive is dynamic growing hard drive and the maximum is 32GB. At the beginning I had 4GB on the Hard Drive and the size of the .vdi was 4GB. Lately the size of data on the disk is 15GB but the size of the .vdi is almost 32GB. Why is that? How can I pack / optimize / defrag the HD so it will be the same size of the data on the disk?

View 2 Replies View Related

Server :: Cannot Startx By User Account Oracle?

Feb 3, 2010

Startx by non-root user account in red hat linux kernel 2.6. How can I use the command "startx" by other user account such as "oracle"? I cannot startx by user account oracle?

Code:
[oracle@localhost ~]$ startx

Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?

Please consult the The X.Org Foundation support at [URL] for help.
[1]+ Stopped startx
[oracle@localhost ~]$

View 1 Replies View Related

General :: Send A File From The IRDA To A PDA Using IROBEX Protocol +commandline

Mar 11, 2010

Is there a simple command line to do this, in an easy way?

View 1 Replies View Related

Slackware :: Can't Start 13.37 On VirtualBox 4.0.6

May 7, 2011

Actually, Slack64 runs just fine under VirtualBox on my old HP under WinXP, But the installer for Slack86 won't boot under VirtualBox on my Toshiba Netbook under Win7 starter. I tried updating the 13.1 install I have on there, but I get the same kernel panic when I try to reboot that. It always bails just as it is switching over to the new kernel. The dump fills my screen so I can't see the actual error. How can I capture that initial startup log? Slack86 runs just fine on my old Compac Armada 1700 (266PII 92M/12G), but that's a very different environment.

View 10 Replies View Related

General :: Fedora 13 - Cannot Get Any Of The Resolutions Settings To Look Right On Separate X Screen With The Nvidia X Server Settings Gui

Aug 21, 2010

I am using Fedora 13 x86_64 on a Acer Aspire 7730ZG laptop with: 01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1) I have kmod-nvidia-2.6.33.6-147.2.4.fc13.x86_64-195.36.31-1.fc13.2.x86_64 installed from rpmfuison when I plug in the hdmi cable to the tv, my tv says the resoultion is at 720p, and I can not get any of the resolutions settings to look right on seperate x screen with the nvidia X server settings gui. my tv is a vizo 42inch. also another question is their a way to set the video card to output at 1080? this might be part of my problem?

View 14 Replies View Related

General :: Ubuntu Server - Set File Permissions For VirtualBox Shared Folder?

Jul 30, 2011

I have Ubuntu server with Apache 2, PHP, and various DBMSs running in VirtualBox on my Mac host for my web development work. To easily create/edit the files I'm working on, I mounted a directory from my Mac host via the VirtualBox shared directory feature to /var/www/. Every file I create on my Mac host has the following permissions on the on the Server: -rw-r--r-- 1 root root 6 2011-07-30 01:27 test.The problem is that most PHPscripts/frameworks/etc.need write access to some files.It is extremely annoying to have to chmod every new file/directory that needs write access.Is there a way to set the correct permissions for the files/directories automatically?

View 2 Replies View Related

Fedora Installation :: VirtualBox: Can't Start After Upgrading From 11 To 12?

Mar 5, 2010

I have a virtual machine on VirtualBox.I had Fedora 11, all was well.I ran the "preupgrade" tool. It downloaded all successfully, it asked me to reboot.On reboot, it installed everything as it should. It finished by saying it was installed successfully and asked me to reboot one last time.Now when I start it, some text flashes rapidly on the screen. Then it stops.See attached file for screenshot of the last text shown.

View 14 Replies View Related

Fedora :: Start A Virtual Machine In VirtualBox?

Jul 4, 2010

Every time I try to start a virtual machine in VirtualBox I get this error:

Code:
Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/etc/init.d/vboxdrv setup' as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary. So I run '/etc/init.d/vboxdrv setup' in the terminal as root and I get this:

[Code]...

View 14 Replies View Related

OpenSUSE :: Start VirtualBox From Command Line?

Feb 5, 2010

if is posible to start a VM from the command line?

[code]...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved