General :: Closing Lid Causing Applications Not To Work
Jan 16, 2011Running Linux Mint 9 isadora - After closing the lid I have problem with wireless not working and sound will not work. I have to restart the computer.
View 1 RepliesRunning Linux Mint 9 isadora - After closing the lid I have problem with wireless not working and sound will not work. I have to restart the computer.
View 1 RepliesI use rdesktop on SuSE 11 to connect to several windows 2003 servers.
Whenever I disconnect, like by accidentally hitting the close button, all my applications on the server are closed and my session is closed.
I would like them to stay open. The windows guy here showed me how it's not happening with his remote desktop on windows XP.
Is there any way to change this?
I have openSUSE 11.3 with GNOME desktop.
I start up the machine and face the following problem after some time passes.
1. applications are loosing top bar containing buttons for closing, maximising minimising. they hang up afterwords.
2. i was downloading using firefox and found that instead of downloading files to download folder it is downloading in root. i tried to move files from root to other folders but it is giving "permission denied" message. Later i noticed it has lost all its history, bookmarks.
i recently switched from windows vista to ubuntu 10.04, so i am a complete noob at this stuff... i enabled the ufw a few days ago and ever since then my Internet connection has been pretty spotty. i connect to the wireless network fine, and there is nothing wrong with the actual Internet connection (other computers in the house are using it fine) it is very frustrating and i was wondering if there is a way to stop this, do i need to forward some ports, or do i really even need the firewall at all... i don't really do many things that would allow me to get hacked in the first place..
View 1 Replies View Relatedjust downloaded Chromium, but the x button for closing a tab doesn't work. How can i fix it?
View 7 Replies View RelatedI have a very simple bash script that just runs a series of backups using tar; for example, one of the lines reads:tar -czvpf /srv/backups/backup_home.tar.gz /homeThis script is scheduled to run every Friday, but occasionally I will schedule it to run before using 'at'. The script is located on the same disk as the backups are saved, I then transfer them off the machine manually (I've yet to automate this). I am only compressing files that are located on the server's disk, no files are being transferred over the network at all.
The problem is, occasionally it appears to be causing the 'server' I have running all the time to completely freeze. When this happens the machine does not power down and there are no entries in the log that indicate a problem. Everything simply stops until I press the reset button. Note that this issue also happens when you run the script manually and not just when it is run via cron or at.I *think* this might be happening when a large file is being compressed, but I'm not certain.
When I run this command from shell, it runs ok
export REVS=`svn info svn+ssh://svn.myone.ca/var/svn/story/trunk/lib |grep 'Last Changed Rev:'| awk -F: '{print $2}'`
However when I save it into a file called test.sh (of course, I chmod it with +x), I got error "export: 2: bad variable name"
Here is the file:
#!/bin/bash
export REVS=`svn info svn+ssh://svn.myone.ca/var/svn/story/trunk/lib |grep 'Last Changed Rev:'| awk -F: '{print $2}'`
I am using ubuntu.
Whenever someone copies a data Our system get very slow. Load average of system starts increasing. How would i find which process is causing the same. I have tried following top 10 CPU utilizing process command but it didn't help much.
Code:
ps -auxf | sort -nr -k 3 | head -10
My distribution detail.
Code:
# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: EnterpriseEnterpriseServer
[code]....
Just trying to figure out some stuff with a broken process. A java app seems to sometime get stuck on a loop or something and i'm trying to find out what's causing it using just the following #sysadmin tools at my disposal.
Things like:- htop - find the PID thats causing the High CPU cycles. I'd then want to use /proc/[PID] or lsof -p [PID] or strace [PID] etc. But the PID doesn't exist in 'ps -ef' output so I think htop must be showing me kernel level thread PIDs?
Not sure about the PID's HTOP is actually giving me? I know that some of them are the real PID's that can be accessed through /proc/[pid] etc but others are not but are i assume child processes or more likely threads as child processes are normally shown in a default ps output anyway.
Is someone able to help distinguish to me about what exactly all these other PID's are that I can't manipulate or find apart from when using HTOP.
Several times now my PC with Ubuntu 10.04 LTS installed wont close down. I click on all the appropriate buttons but the system doesn't shut down. I have to press the on / off button on the computer to end my session.
View 6 Replies View RelatedI have been using Ubuntu 10.04 LTS for several months and recently the system has stopped closing down cleanly. It starts okay and runs just fine, but when I come to closing down it doesn't do anything after I've clicked on the shut down button. The same happens with the restart button. I have been closing the system by pressing the power button on the front of my tower. I have no idea as to why it won't close ... I haven't installed any extra software, so I guess it's a system problem. Closing down by pressing the power button cannot be doing the OS any good, so I could do with a fix ASAP on this one.
View 8 Replies View RelatedThis is gopal,I am phasing problem in closing emulator in linux.After completion of successful execution if i am trying to close the emulator it wont close only choice is to force quit.
View 1 Replies View RelatedI recently purchased a dedicated server and have been having trouble with putty. I have been using the server to try and host the game called minecraft. Hosting the server is not a problem however. What is the problem is being able to exit putty without stopping the server. I looked this up, and it sayed to create a screen. I did that after installing screen. I then created a screen, ran the server, then tried to disconnect using the ctr-a-d.However only two things happen when i push the buttons. The majority of the time the window just closes, along with my server stopping. The other thing that happens is putty just stops. I cant type in anything, but I am still notified when I try to close putty.
View 3 Replies View RelatedSince the incedent described in this thread:[url]
X just freezes whenever I close a window, I have to kill X when that happens. For some reason it doesn't do that in TWM, though.
I am running a HP dc5750 dual core computer with a 512MB Nvidia 7200/7300 graphics card my operating system is Ubuntu 10.10. Both my processors are operating at 98-104% cpu usage, it appears that gnome-appearance-properties is the culprit and the only way to return to normal is to end these processes. I have been setting up the desktop cube to my liking and the processor appears to rise up to 100% again. Would getting a 1GB graphics card correct this or is this a bug in maverick meerkat. Any advice would be appreciated. Please keep it simply as I am a Newbie to Linux and find things over-whelming at times. Also would running at 100% on both processors at indefinite periods of time harm my computer.
View 3 Replies View RelatedI 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 RelatedI'm wondering if there is any way to execute a program, run some command or anything else when closing the laptop's lid.
My question aims to be generic, both for Windows and Linux. Something useful should be locking the laptop when closing the lid (Win + L in windows), or running expensive processes such as antivirus analysis etc. without doing it manually before closing the lid.
i setup the following script ro run each night (12am) as a cron on the main server:
if mount | grep -q '/home';
then
rsync -ranv --delete /home/ 138.73.56.12:/home;
[code]....
the main server is running on a dell poweredge 2600. The script rsyncs to a virtualised duplicate running on a hp dl380. when i set this script up and begn running data started going missing from the main server. if new files had been created the files by staff they would go missing, if data was added to existing files prior to activating the script the new changes made to that file would be lost.i just cant understand why this happened. as soon as i turned the script off after a few days it was all back to normal but the data that had gone missing had gone missing.
i just wanted to know if this could be a disk read/write issue, was the script running too soon not allowing data to be written before it can be backed up? could it bee memory? i just dont know. another developed occured after a few days of all this happening, which was one of our hard disk from the main server started mis behaving and flashing amber (attention).
I am using putty to interact with Linux server. I have started a process using putty.
The process is running and will take 5-6 hours. I want that process to keep running after I close the putty session. How can I keep that process alive after closing the putty session? I do not want to keep the computer ON all the time. Is there any way to do this?.
I run the ping command using system() in C. It start pinging the desired destination but when I close my application it continues to ping. Is there any solution that as soon as I close my application it also stops pinging. Any change required in my C code?
View 2 Replies View RelatedAny time i try to open skype it closes out fully in 5 seconds (not even in the processes anymore). I don't know why or how OR how to make it stop being so mean to me! i'm running ubuntu 10.4 32bit . I tried to boot it in safe mode and umm.. it froze? or crashed? well it was on the black screen with the blinking dot for like 20 mins before i gave up on it (Hiting enter or esc or anything didn't work). There was a key symbol on my panel before skype acted up(It closed and disabled something.. i've never seen it before). Adobe also crashed, and linux did a small update (nothing with skype).
View 14 Replies View RelatedI have a script which takes a file as input and reads it in while loop cuts the name of table and stores in a variable opens DB connection and queries for rowcount in that table closes the connection reads another file and then follows step 1 through 4 till EOF is reached. Now this script is taking longer to execute maybe because the DB connection is opened and closed each time.
My scripts is:
Code:
#!/bin/ksh
cat logcountOP | while read LINE
TBLName=`echo $LINE|cut -d "-" -f1`
[code].....
I was thinking of changing this.I want to open the DB connection just once and then query it for all tables and then exit.
Ive heard so much about linux and while it is great to be back online it is frustrating when certain sites and applications dont work with linux. Why cant linux produce a simple o/s like windows where i can download a file and open it simply without having to type and search.
I dont want to give up on ubuntu but unless i can get freecorder working or the sound recorder to actually record by itself or with audacity and tvu player and andromedanet.com to work hen i will have to, but my question remains- why cant linux be so user friendly to pcnumbnuts like me and others and perform simply and then you would have a real alternative to windows, but until then windows wins all time bye all.
anyone get autohotkey or xmacro to work in linus? How?
View 1 Replies View RelatedI'm building a pxeboot server for tools and installation of Operating Systems.
But I'm having trouble with the default option of booting from local disk drive.
Code: LABEL Local_Drive
MENU LABEL ^5. Boot Local Drive
# localboot 0
KERNEL chain.c32
APPEND hd0 0
When I select this on the client machine, it says "booting..." but nothing happens.
I'm not sure whats wrong or if syslinux is broken or something.
I've also tried
Localboot 0x80
and
Localboot 0
If a file is opened from the common prompt with something like:
gedit somefile &
Is there a way to close somefile while leaving the instance of gedit still open? My idea is that sometimes I will have more than one file open in gedit. I run a script daily that updates to a log file. The log file is then opened and viewed with gedit.
When I open a pdf file (e.g., beamer file) using xpdf, there's an annoying window on the left displaying section headings. Presumably it's possible to close it, ideally toggle it closed and open with a key binding, but I can't find out how to do this.
View 4 Replies View RelatedRecently our Son showed me Xscreensaver which he has running on his Debian Squeeze machine. Since I really like what you can do with it and since I use Squeeze as well, I figured that I'd try out the Xscreensaver on my system. Compiz is already working and I haven't had any 3D related problems yet. Anyway, so I install xscreensaver from the software center ... then I go to the main menu ... sure enough it's there alright. Then I place a checkmark in the box to activate/display that feature in the main menu ... but after a second or two the checkmark just vanishes. This happens over and over, even after rebooting.
I thought that a logged in user has full privileges over the items that appear in the main menu? Am I missing something? I don't know of any other (root) method to access the main menu with the apps ... Everything else reacts fine, just the folder for the xscreensaver can't be checked.
As the title of this post indicates, I recently switched over to SuSE from Fedora 14. I find that the default software repositories in YaST lack a lot of the amusements and applications I use for my legal work.
What I'm really looking for are apps that work well with the US tax code or plugins for law citations in LibreOffice. I could totally rely on SuSE if I could find that stuff!
I'm also looking for a few awesome games that I can download from an official repository. Can anyone recommend apps that fulfill my needs, any cool non-rogue RPG games or any software repositories where I can find them? I've got an X86_64 machine, openSuSE 11.4 KDE installed and I've got 4GB of DDR3 RAM.
I have a wiered tab-autofill behaviour when using the terminal on my laptop. the autofill wont work for applications when i have "sudo" or "gksu" in front of it. it does however work with pathways. on the other hand, when i connect to my laptop with ssh, it works like it should.
example: