Slackware :: Possible To Keep Pan Instance Keep Running Remotely Ssh?
Feb 21, 2011
is it possible to run for instance pan remotely via ssh and make that instance of pan running on server, regardless upon closing it via ssh?for example i would love to do: start pan instance via ssh on the server keep it open while downloading close the ssh session, keep the pan running on the server in background. open ssh session and access the same instance of pan running on the server etc something in that loop.im unable to do that because when i close pan ssh remotely the instance automatically terminates on the server.
View 8 Replies
ADVERTISEMENT
Aug 6, 2010
Sometimes I connect to my Debian box from another computer (using SSH on Cygwin or Linux), and once ina while I want to run some console apps. And sometimes some of these apps might complain about "another intance, Error: an instance of newsbeuter is already running (PID: 2496)". Is there a work around for this issue at all(without killing the original instance") ? The reason I do not want to kill the app because there might be 2 users connected to the same machine that might be using the same app.
View 1 Replies
View Related
Mar 29, 2011
On my crontab there is an entry to run a script I wrote that backs up my local files to my remote server. It was working great, running once a day. However, I now want to make the script run every hour.The problem is that if there are too manyfiles to transfer (Example:I ripped a DVD in the last hour) the actual backup may take longer than 60 minutes.So I want to modify the script to check if my backup script, based on rsync, is running. If rsync is still running then do nothing and exit the script. If it is not running, execute the script as normal.
View 5 Replies
View Related
Jan 5, 2010
how to configure X11 forwadring over SSH so, that when I open any app over SSH, I get displayed window of a process that is already running on my server (in case its running ), not a new instance of it.
View 3 Replies
View Related
Jul 20, 2010
I am having a problem.I use Ubuntu 10.04 server edition.Two computers on LAN one with Public Ip A other with local (Class C IP)say it BWith a third computer in same subnet I can access a TomCat application running on B as http://Ip of B:8080/applicationI want to use A as a Reverse Proxy for this application to be reachable from internet.So on Googling I came across some thing known as mod_ajp I enabled that on my Server A asa2enmod proxya2enmod proxy_ajpa2enmod headersbut after that I am not able to understand as how do I define vhost to be able to forward HTTP request which come on A as www.myserver.com/appto B which I can see internally as http://Ip of B:8080/application so Tomcat on B handles this.
View 4 Replies
View Related
May 15, 2011
I posted this same issue in the Xfce support forums this morning. So far, no replies. This morning, using Synaptic, I finally upgraded my main Wheezy Xfce 4.6 computer to Xfce 4.8. There were 225 upgrades, plus 33 new things to be installed. It has been about 2 weeks since I last fully upgraded that system, so I'm sure that not all of today's upgrades were directly related to Xfce 4.8.
I waited to upgrade as long as I did because Wheezy's been getting a steady stream of Xfce 4.8 upgrades for the past several days -- I wanted to wait until that stream stopped, to reduce the chances that I would run into an upgrade problem that was on the verge of being fixed.
The only issue I had was that, in the middle of the configuration step (for lib6, I think), it asked me to either stop or restart xscreensaver before continuing (so that I wouldn't get locked out of the current session), so I completely stopped xscreensaver.
View 5 Replies
View Related
Nov 23, 2010
I am starting an instance of mplayer from a bash script, opening an audio stream:
Code:
mplayer [URL]
How do I do to control this mplayer instance from another script? I want to control volume and pause it from within the bash script. I know the commands for doing so from terminal, but once mplayer gets started from the script, how do I 'direct' the commands to that specific mplayer instance?
View 9 Replies
View Related
Jan 19, 2011
I am setting up a laptop for an old person who has trouble locating the skype icon in the notification bar.
I want clicking on the skype desktop icon to open the window of already running instance instead of a new one (like it happens in Window$).I am using Lucid puppy 520.
I want the icon to link to script which checks if skype is already running, and if it is, it de-iconifies the skype window
View 2 Replies
View Related
Feb 11, 2010
I'm using a program called easystroke to invoke commands from mouse gestures - typically to launch an application. 'gnome-terminal', for example. If I already have a gnome-terminal window open, and I invoke the gnome-terminal gesture, I'd like to be setting focus to the already running instance, rather than spawn a new instance, which is of course what happens now. (I am actually more interested in this for my gmail chrome app shortcut, and other larger apps.)
I'm very new to ubuntu and linux in general, but I was hoping there might be a nifty command I could wrap around my launch command that would produce this behavior. (I'm imagining some kind of singleton app list keeper program that consumes my command line, checks if it's already in the list, transfers focus to the running process if it is (and if that process is still running), or else spawns a new process and then adds it to its list using the the command line as a key.)
View 2 Replies
View Related
Feb 15, 2010
I have KDE 4.4 and Firefox 3.6. Whenever I click a link from a plasmoid widget, it tries to open Konqueror and another instance of Firefox. The page actually loads in the opened Firefox window, but the task bar shows an instance of Konqueror and another instance of Firefox, that keeps loading for a while then close. See image below:
I currently have setup the browser default application as "firefox". If I set this option to use the default application, it opens in Konqueror and I don't see additional windows in the task bar. If I change the option to "firefox %u", then it exhibit the same issue, but the process is much faster, so the loading windows don't stay for long in the task bar. Additionally, it opens the link on a new Firefox window and opens the page twice. Although Konqueror is not loaded, the bouncing icon next to the mouse pointer shows up and stay for a while.
View 1 Replies
View Related
Jan 3, 2011
I found this:[URL]
I'd like to be able to re-attach as well. Anybody know if this is possible and, if yes, how?
View 2 Replies
View Related
Apr 11, 2009
*Solved* I have been reading the following guide on how to use the VNC programs and a GUI to connect to my main machine from my laptop via my LAN and router:
[URL]
This allows me to control the server remotely, and run applications on the server remotely, with the GUI output being shown on my laptop, which is really neat I had Eclipse + PDT running on my server and had to stop it and start a new instance remotely from the laptop via VNC viewer, as Eclipse said the workspace I wanted to use was already in use.
So starting the VNC server on the main machine does not allow me to access the programs that are already running on the main machine under the native X server. However I can now do PHP debugging remotely using Eclipse + PDT now, and all the PHP source code is on the server machine. That's OK, but I would like to do more than that. I want to be able to connect to the native X server on my main machine, and control all the applications running on the main machine remotely from my laptop, without having to shut them down and restart them again via a VNC viewer.
Is there some sort of remote control program I can use to allow me to connect to the running X server on my main machine from my laptop, and control those applications remotely please, so the desktop layout on the main machine's screen is mirrored on the laptop screen?
View 1 Replies
View Related
Dec 18, 2009
In a script I am writing I am trying to add logic so that the script can figure out if a remote server uses rpm or dpkg and then run the appropriate command to print a list of installed packages. This works locally, but I need to get it to work through SSH and I have no idea how to do that. The relevant portion of the script is below. It would also be nice to find a way to not need the full path to the executables but I'm not real concerned about that.So anyone know how to make this code work via SSH?
Code:
if [ -x /usr/bin/dpkg ]; then
dpkg --get-selections
[code]...
View 4 Replies
View Related
Jul 30, 2010
RHEL 5 update 2 I'm trying to start services from a centralized location on many servers. I can start/stop these services from an interactive login without any issue, but when I try the same command via ssh/rsh, it hangs. I have my ssh keys set up correctly and I can run other remote commands.
Local server:
# /etc/init.d/samba start
Starting Samba smbd: [ OK ]
Remotely to same server:
# ssh server "/etc/init.d/samba start"
Starting Samba smbd:
<hang>
View 3 Replies
View Related
Oct 5, 2010
I run Fedora 13 on my HP dv6000 Pavillion. I am looking for a way to remotely access my work station running Windows XP from my Fedora machine. Most of the information I found explained how to access a Linux box from a Windows environment, and the one place I found that showed the other way around was incomprehensible.
Our company servers run Windows XP, and we have successfully installed remote desktops on other laptops running Windows.I thought of running the remote desktop from a Virtual Machine Windows session, but it seems a cumbersome way to do it.
View 3 Replies
View Related
Jan 14, 2010
I need to backup my active production servers (yeah it's too late now) with image cloning application that were running RHEL3-5. The problem is I need to run it remotely from my office. Most of the software I found either need to use bootable cd or need to unmount my partitions which is I wasn't allowed to since it's a production servers. I also tried dd but it consume too much time, sector by sector cloning and empty disk space also included so the file created also big in size.
View 4 Replies
View Related
Apr 30, 2011
Since there is no notification area any more in 11.04, where is the skype icon of the running skype instance?
View 2 Replies
View Related
Nov 9, 2010
I have installed apache on slackware (I was isntalled slackware without apache) and "It Works" but when I try to access it remotely it returns "404 error". Apache server work pretty well localy either for localhost or IP adress.
View 14 Replies
View Related
Mar 21, 2011
I have never tried to do anything 'remotely'.My 87 year old uncle lives in British Columbia, Canada and I live in Quebec, Canada.Here is what I would like to try to do:
I would like to connect to his PC from my PC and then set up a Gmail email account for him. I think that I am saying that I would like to be 'as if' I were sitting in front of his PC at his house.If this is possible, what software do I need on my Slackware PC to connect to his Windows PC? What software does he need on his PC?
View 6 Replies
View Related
Jan 4, 2011
Does anyone know or recommend some software or a script to remotely power on a PC from standby to on, or even better from completely off?
I guess the completely OFF to ON is much more complicated - would probably require an extra piece of hardware(?)
View 2 Replies
View Related
Jun 29, 2011
I'm not terribly new to Linux, but I am new to the forums, so hear me out! I am in the process of creating an electronic mapwall for our meteorology program, and have designed the computing system from scratch. I have two Linux Boxes, each with capabilities for 6 attached monitors...a total of 12 displays driven from two machines. My intention is to have one machine be the master...it has a touchpanel control. The inputs to the touchpanel will then trigger events for the both the master and the slave machine to display. Each of them has a specific IP address (DNS entry), and are not on a subnet.
Now...is there a way to remotely login to the slave machine and have it display on it's OWN monitors? The code is Java and which works on the master machine to animate directories of .gifs for each of the master's attached monitors. I will most likely have Java execute shell commands for the remote login (ssh), but I believe the answer lies somewhere in the X-configuration. Do I have the machines in an adverse configuration (creation of a subnet would be better)? Lots of questions...lots of desire...few answers!
View 2 Replies
View Related
Apr 27, 2010
I'm new to slackware and I am going to try install 13 but I would like to know how well MythTv will run on slackware 13. There are so many parts to MythTv that I thought there might be issues with depedencies not being up to date, etc.If you have it running on 13 were there any issues to work through?
View 14 Replies
View Related
Jul 21, 2011
I have a 100% Slackware 13.37 network on both server and clients, with roaming profiles using NIS and NFS. Currently I'm debugging the whole thing, and I have a strange error that I can't quite explain.Sometimes when my girlfriend logs in, she gets some strange "Firefox is already running" error. The strange thing here is: ps aux | grep firefox returns absolutely no Firefox process. The only "solution" to convince Firefox to start again is to wipe her ~/.mozilla directory, but by doing this, she loses all her bookmarks and settings.
View 7 Replies
View Related
Jul 17, 2011
The "fg", "bg" and "jobs" commands all exist in slackware, and their definition of what a job is, is not simply "any old app that happens to be running", because they all tell me that there are no jobs running on my system.
So how can I get them to recognize a particular app as a "job"?
View 3 Replies
View Related
Apr 28, 2011
so I know this is probably one of the most asked questions from Slackware noobs, but i can't seem to find an acceptable answer to this question. How to get wireless networking, working under Slackware linux.I know the tools i should be using(ifconfig, iwconfig) but I have no idea how to use them. I know the init script that I need to edit but I'm not to sure where to get the information it requires, such as the ESSID.I am running 13.1 64bit. I know that the wireless network I want to connect to uses WPA encryption.As well I have never used Slackware before, I've had the most experience with CrunchBang, the problem being wireless worked out of the box for that.
View 14 Replies
View Related
May 9, 2010
Just a warning / question about Encfs on Slackware current. I doesn't work due to the upgrade to boost 1.4.2. I ran encfs on an old install of 13.0 to get at my data, but I'd prefer to access it right from current. A big warning: if you try to access your encrypted data on current it will corrupt your encfs6.xml file and I don't know if it is recoverable (I had a backup of mine).
View 5 Replies
View Related
May 10, 2010
Can anyone recommend a Virtual Machine that doesn't require X that I could consolidate my servers onto? I'm playing with VirtualBox but it seems to need a GUI.
View 13 Replies
View Related
Jan 15, 2011
Is it possible to run a web browser in a highly restricted chroot environment? If so, what is the best way to do it?
View 2 Replies
View Related
Jul 3, 2010
I am trying to compile kdenlive, a kommander script (with extenstion .kmdr) for which is available in kde-apps.org.I am not able to find the program kommander in either the DVD's PACKAGES.TXT nor, slackbuilds.org. Is there a new way to use kmdr scripts? While i did try to get one from slacky.eu, the command would not run after installation..... it searches for libkio.so.4, while the one installed on my system is libkio.so.5
View 2 Replies
View Related
Jan 13, 2011
I am taking a parallel computing course at school and will be required to write programs using MPI soon. All of the school servers have Lam/MPI installed on them but I can only find OpenMPI slackbuild scripts. If I install OpenMPI on my computer and do my development on my own machine, will I have much trouble when it's compiled/run on the school servers?
View 5 Replies
View Related