Ubuntu :: How To Exit X Server With 9.10
Mar 18, 2010
I was wondering how you exited x server in ubuntu. I relatively new to linux. I wanted to install the newest nvidia driver, and they said you needed to exit x server when running the driver installer. Someone already told me to try ctrl-alt- F6, which didn't work. That just put me in a virtual terminal that still had x-server running. So if anyone knows how to exit x-server,
View 1 Replies
ADVERTISEMENT
Apr 11, 2010
I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files
View 11 Replies
View Related
May 22, 2010
In linux, creating thread is same as process (clone()), except the virtual address space gets shared with the parent.If a running main process(thread) creates new thread, and if main thread exits, why should the new thread too exit? both are different entities, The same doesn't happen if the child thread exits, the parent thread would be alive.
View 1 Replies
View Related
Aug 3, 2010
I use fedora 9 and want exit from x server. when i use init command,show me error.for use init command in fedora 9 what work?
View 4 Replies
View Related
Oct 6, 2010
I'm deploying a Rails application in a Ubuntu 10.04 server withmongrel web server (a lightweight http web server). I connect to server and do stuffs in a ssh client(PuTTY on windows). And I'm getting stuck with a strange issue:1. After I connected to server, I start mongrel with : $ start-stop-daemon -S -d . -x script/server -b -- -p 80802. I left the ssh console and launch firefox from my Win7 box and openthe website, it runs well. I can see the homepage3. I go back to the ssh console. Close the terminal (and window too)it by : $ exit4. Then in firefox, I press F5 to refresh and nothing shows up. It'sjust an empty space in whole webpage. I tried to use addon to capturethe HTTP data and see that te server returns nothing , even HTTPheaders5. I connect to server again, run "ps -Af" to check and see that the process's still running. And again, leave the console, switch to firefox and refresh -> the homepage shows everything. 6. But if I exit the ssh session and refresh browser, the web server returns nothing againI thought that using start-stop-daemon command could help me runmongrel as daemon and then I can exit my session just as apache does.
View 2 Replies
View Related
Oct 24, 2010
The first thing I do is press ctrl-alt-f1. Then I do this:
Code: sudo su
init 3
./NVIDIA-linux-x86-260.19.12.run Then it comes up with the error that I have X-server running.
I've also tried Code: /etc/init.d/gdm stop but that command wasn't recognised. I've also tried Code: killall -9 X but there are no processes called X
View 2 Replies
View Related
Jan 31, 2010
I hope this is an easy question to answer, how do update my nVidia drivers? Can I add a repository so it automatically updates? I have downloaded the latest verson from the nvidia website. When I so a "sudo ./NVIDIA-Linux-x86_64-190.53-pkg2.run" I get "Error: You appear to be running an X server; please exit X before installing"
View 1 Replies
View Related
Dec 3, 2010
I'm trying to install the latest NVIDIA drivers (not the ones provided by the 'Additional drivers' application). In order to install them, I need to exit the X-server and terminate all OpenGL processes. How do I do that? I've seen many things like 'press ctrl-alt-backspace' and typing 'sudo /etc/init.d/gdm stop' but none of them work. I'm using Kubuntu 10.10 and gdm doesn't even exist.
View 4 Replies
View Related
Jan 1, 2011
I have been using SDB:NVIDIA_the_hard_way and have run into a problem. When I run the script, it gives me the following error message: You appear to be running an X server; please exit X before installing
View 7 Replies
View Related
Oct 12, 2009
I am using apache2 with subversion and trying to get post commit script to run an svn update command. All svn commands seem to work fine manually
Everything used to work fine but then the server ip changed and I can no longer access it with the web name and have to use the ip directly
I am using tortoise svn with vista on my work machine
Here is the script
#!/bin/sh
export LC_CTYPE=en_US.UTF-8
/usr/bin/svn update /home/common/webroot/bob
Here is the result.
Command: Commit
Modified: C:UsersMattDesktopcheckout - bobindex.php
Sending content: C:UsersMattDesktopcheckout - bobindex.php
Completed: At revision: 63
Error: post-commit hook failed (exit code 1) with output:
code....
I think what i need to do is update the certifcate for the apache2, but I'm not sure how to do this, where to put it, and then which of the thousand apache config lines needs to be changed
View 5 Replies
View Related
May 1, 2010
What are exit handlers ? They are piece of code to execute prior to exit() ?
View 3 Replies
View Related
Nov 29, 2010
Here I was, having problems with the resolution then I stopped the X server as was instructed at the tutorial. I followed it all then rebooted. But I found that even after reboot, I'm still stuck with TTY. I clicked Ctrl Alt F7 but still it's a terminal and it did not return to the GUI or the normal desktop. What will I do to exit it? It's a good thing I have windows vista along with it or else I'll now have a computer that I can't use outside the terminal.
As nothingspecial said, I should place the link of the tutorial I was following: [URL]
View 4 Replies
View Related
Mar 3, 2011
i have upgraded vlc 1.1.4 to 1.1.7....but im having a problem regarding the 1.1.7 version. the vlc(1.1.7) is crashing on exit.
View 1 Replies
View Related
Apr 23, 2010
I was installing SMPLAYER when the power failed...now i get this error message when trying to re-install the packages..
E: liblzo2-2: subprocess installed post-installation script returned error exit status 2
E: mplayer-nogui: dependency problems - leaving unconfigured
E: mplayer: dependency problems - leaving unconfigured
[code]....
View 3 Replies
View Related
May 5, 2010
I have some screen questions. First, can you give screens names (such as whatever app you're screening), and second, how do you exit from a screen without closing the app (ie exit screen back to the command prompt, do your thing, then screen -r it)?
View 3 Replies
View Related
Oct 29, 2010
I have a Toshiba L650 18-C. I've just installed Ubuntu 10.10 without problems. I've made the update and everything was working just fine until i discovered that my headphone exit does not produce any sound: When i connect external speakers or headphones the ubuntu keeps playing music on his netbook speakers...How can i solve this problem? Is it possible that Ubuntu did not install the drivers of that Sound Output?I appreciate your answers because this problem is a little bit 'annoying'
View 4 Replies
View Related
Jan 10, 2010
Whenever i close LMMS, it's still running in the background until i kill the process. How can i get it to exit normally?
View 2 Replies
View Related
Jul 17, 2010
When you press exit the gnome-terminal exits.. where is the exit file located? (It isn't at /bin or /sbin or /usr/bin or/usr/sbin )
View 2 Replies
View Related
Aug 16, 2010
I've re-set my password in recovery mode: now how do I save my changes and exit to a normal boot up ie to my desktop? Right now my screen shows "username@Username-desktop:~$"
I've also done a sudo apt-get updates and sudo apt-get desktop for good measure. But how do I get out? If I force quit the change is not saved and I cannot log on.
View 3 Replies
View Related
Nov 3, 2010
xbmc freezes on exit and using 10.10
View 2 Replies
View Related
Jan 26, 2011
I'm getting the following output when trying to compile my cpp project:
Code:
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/walther/NetBeansProjects/CppPlay'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/cppplay
[Code].....
I've seen you guys replying to others about this collect2 error, but all of them had some kind of informative message from the compiler.
View 1 Replies
View Related
Feb 10, 2011
Evolution 2.28.3 on Ubuntu 10.04 won't empty trash on exit even though this is specified in preferences. Neither will it expunge with right click on trash -> empty trash..e.Close Evolution and open your file browser. Go to /home/put-your-ubuntu-login-name-here/.evolution/mail/localThere are 2 files (Junk.cmeta and Trash.cmeta). I deleted the Trash.cmeta file and opened Evolution again.When you reopen Evolution, it creates a new Trash.cmeta file.
View 4 Replies
View Related
Feb 26, 2011
i got the effects to work but when i enable the i cant move my windoes around i cant find the buttin on firefox like the exit and stuff.
View 4 Replies
View Related
Apr 26, 2011
run VMWare ESXi and have installed Ubuntu 10.10 in a virtual machine.People say you press CRTL+ALT+F1 to exit back to command line from the gnome login screen but this never works for me.If I do something like "sudo service gdm stop" it just delivers me to the desktop background almost like the machine has hung, no menus toolbars, mouse or anything.Basically what I want to be able to do is start up the machine with command line, and go into gnome on occasion and exit back out to command line to save resources, this is because the machine will mainly serve as a web server. I followed the guide here [URL] which tells how to make ubuntu always start at CLI, which works nicely, but I need a way to be able to get back to CLI from inside gnome.
View 3 Replies
View Related
May 2, 2011
trying to do an update and getting "apt-get waiting to exit" is there any fix for this?
View 1 Replies
View Related
May 7, 2011
Can't boot into Ubuntu. Using recovery mode, I get fsck exit with status 3 error. I did man on fsck and there is no reference to status 3. Same issue as [URL]
I have my data on sdb3 which is having this issue. File system is ext4. I can't go into shell or anything, I get the fsck error and the system reboots right away and stuck in that loop.
View 5 Replies
View Related
Apr 4, 2010
I am making a project learning about inheritance and polymorphism
it consists of
Account.h
Account.cpp
[code]....
View 2 Replies
View Related
May 4, 2010
I'm running Ubuntu 9.10 Karmic and XBMC Live.I get error messages which seem to relate to openvpn.So I tried to remove it with the remove command. This is what I getQuote:
@XBMCLive:/home$ sudo apt-get remove openvpn
Reading package lists... Done
Building dependency tree
[code]....
View 1 Replies
View Related
Jun 28, 2010
"E: backuppc: subprocess installed post-installation script returned error exit status 1"whenever I upgrade my system I get the above message Anyone know how to fix it? or if it's anything important ?
View 1 Replies
View Related
Jul 20, 2010
I am trying to extract a .tgz file. I have used the command tar - xvwzf filename.tar but I get the following error:
gzip: stdin: decompression OK, trailing garbage ignored
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
root@test:/datastore/Newfolder# tar -xvwzf filename.tgz
View 9 Replies
View Related