General :: Script For Simultanous Ftp Sessions?
Jul 26, 2011I am running a vsftpd and I need to log in using ftp> with 2 different users at the same time to download some files and test the load
View 5 RepliesI am running a vsftpd and I need to log in using ftp> with 2 different users at the same time to download some files and test the load
View 5 RepliesHow to encrypt the sessions in red hat 4.2.
View 4 Replies View RelatedI have some heavy, long processes running on remote Linux machines. I use my laptop to SSH to these machine and run the processes from my couch.
BUT, when I want to shutdown my laptop, I am in trouble since the remote processes are killed.
I did my research and found out that "screen" is a great solution for me, it is! (As long as I don't SHUTDOWN my laptop). Isn't there a way to "persist" the "screen" sessions so I can shut it down and then re-attach to a session?
I am working on a x86 target running fedora 9.
Whenever I reboot it, my history returns to some state, and I do not have commands I did in the sessions before the reboot.
What I have to change to have updated history I had before reboot?
Usually we require vnc to take remote sessions. There was one another i think it was called xdrp or xrdp. I am asking this out of curiosity, is there any way to take remote sessions using http. Like in web conferencing, we invite users to join the conference and then we are able to share desktop. Is there any way to do this on one-to-one basis ? is such a technology exists for linux (for any disto) ?
View 1 Replies View RelatedI was wonding if there was a way to change from Gnome to KDE without rebooting.
View 3 Replies View RelatedI am no longer working on the Linux-machine directly, but I'm using Windows puTTY to get a terminal-session. Within that puTTY window I want to switch (or maybe create first) several sessions between which I can switch arbitrarily. I have read about using Ctrl-Alt-Fn, which doesn't work, most likely due to the puTTY interface. I have tried chvt n, which doesn't do anything either (or that it seems). I have tried "bash &" and got bash in the background, which I could call forth using fg, but then had to stay with that and couldn't switch anywhere. Only option was "exit". So, what's the correct way to get several sessions in that puTTY window and switch between them?
View 2 Replies View RelatedIf I ssh to a remote machine and then lose internet connectivity, the session freezes. I can't control-c or otherwise abort and go back to my local xterm or terminal prompt but if I wait several minutes it will do so.
There must be some way to force it to abort the remote ssh session when connectivity is lost. I'm on a Mac but I believe this happens on cygwin or linux as well.
Firstly, what's the best way to execute commands on startup, cron? Can I use su in a shell script to switch between different users, if so how?
How do I create several detached screen sessions on startup? screen -A -m -d -S test ./script.sh seems like it should work but using it in a script started by cron doesn't show any screen sessions running after booting.
It looks like the screen session is closed after the command finishes executing, can I keep it open so I can see the output?
I'm running Slackware 13 - xfce4 and I got a new session in background. How could I see that session and use it? In backtrack I'm doing it via sessions in terminal but im Slackware 13 session command doesn't exist.
View 2 Replies View Relatedafter installing Debian 6 on a server. When I try to install a software called ActiveCampaign, I get the following error ... "Your server does not appear to be handling sessions properly."I have install Apache, PHP, MySql and Perl already. Also, after the server restarts, I Webmin will not automatically start, even thou it is setup in the Webmin configuration to start with the server. I have to use /etc/init.d/webmin start from a command line after I su.
My last question is about ftp permissions. I have install proftpd and it seems to be working fine, but when I try to edit any file or upload, I can not. In order to upload and manipulate files, I am using WinSCP under root, wich is a big NO NO.Sorry for the three questions, but I figured I would ask all in one post, instead of creating multiple, since I already have your attention.
I'm trying to understand if anyone is left on a server. Basically I manage a simple linux server remotely used by 3-4 individuals. I can never tell if someone is actually on or not using w/who.What I'm seeing is some people having what appears to be inactive/lost VNC sessions. I don't understand idle fully, but I do believe a program (without user interaction) can clear idle back to 0, correct?Anyway, I'm asking because every now and then I need to reboot the server, and I do not want to interrupt any program working on calculations or waiting on having the data saved.
Code:
me@matrix:~> w
06:59:54 up 170 days, 9:13, 16 users, load average: 0.52, 0.16, 0.06
[code]....
I just added 8 additional vncserver sessions(Xvnc) (using a well-documented procedure my predecessor used) to my RH Enterprise 2.4.21-4 (OK it went by fast) server. This brings the number of session listed in my /etc/sysconfig/vncservers file to ~32. Applications and terminals now seem to choose if they will open or not in the Xvnc session and not all sessions start at boot. I can start them manually, and they will work, but then they stop working properly. You can open a session, view the active desktop, click on menus and associated drop-down items to try and open apps, but the apps/terminals just won't open. Is there a limit to the number Xvnc Sessions that can be managed? If so, what is it? This happens whether I try to connect from a Winddows box or another Linux box.
View 3 Replies View RelatedI have a written a test script which retrieves the status of active and inactive sessions from oracle DB, but i am receiving error while executing.My script is
Code:
filepath="/home/ocsg/scripts/db_session_report/current_session_report.txt"
INACTIVE_SESSIONS=`/home/ocsg/client10g/bin/sqlplus -s abc/abc@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
[code]....
I was doing some rather lengthy procedures using a terminal. Then I wrote script using Kate, and input it into that terminal, and then realized that I was logged in as a normal user in that terminal as opposed to a superuser, which is how I was logged in at the other terminal. I've never noticed this before because I've never done anything that takes this long.
Is there any way to link all terminal sessions in such a way that they all show me logged in as the same user? I don't even know if this is even important, but I don't want to risk losing any things that I had done.
I've written a script (that doesn't work) that looks something like this:
#!/bin/sh
screen -dmS "somename" somecommand
for i in {0..5}; do
screen -dmS "name$i" anothercommand $i
done
For some reason, if I copy and paste this into a terminal, it creates 7 detached screen sessions as I expect. If I run it from within a script, however, I get only the first session, "somename," when I run screen -ls.
Edit: If the same can be accomplished another way (e.g. with multiple screen windows instead of sessions), I would be open those solutions as well.
I'm trying to set up automatic recording of user sessions when they login without their knowledge. I tried sticking the script command into /etc/profile and but that didn't really work. I also tried /etc/bashrc but that had the same affect.I have also tried setting the shell in /etc/passwd to SHELL=/bin/bash /usr/bin/script -q /testing.txt.
View 8 Replies View RelatedI am trying to write a bash script that would save the current state of my konsole terminals and sessions. I'm using KDE3.X and for some reason the "profile" save does not save the current working directories... Anyway, I would like to know if there is an elegant way to obtain the current workdir of each terminal and session ? I've managed to do something with a clever use of DCOP extended functions, but it requires me to start every konsole with the --script option enabled, and I don't want to do that.
View 9 Replies View RelatedI regularly work on different projects, using different software.
For project 1 I need to open for ex : Filezilla, Gedit and Nautilus (set to a specific folder)
For project 2 I need to open foz ex : Gimp, Nautilus (set to another specific folder) etc.
What I would like is a kind of sessions manager, where I could create entries "project 1", "project 2", etc.
And with one click or command, open all the softwares I need.
Perhaps there's an easy way to write a batch file for this?
GDM has no session options listed when I click on my username. I should have openbox and lxde. I read that GDM finds it's sessions from /usr/share/xsessions so I checked there and I have desktop files for both. currently I'm using WDM and it's working fine.
View 5 Replies View RelatedWhere is sessions in 9.10? How do i get it, Is it called something different.
View 5 Replies View RelatedI have Lucid Lynx 10.04 installed on my eee 900ha and I'm unable to log in to my desktop.
Earlier today I logged in successfully and I uninstalled a couple of unused programs (pitivi, evolution, fspot, and another that I can't remember). I then shut down the computer. Later when I booted the computer back up, I was greeted with the usual ubuntu login screen but I noticed that there were no options in the sessions drop-up menu. I entered my login information and pressed enter, and the screen went black, then went back to the login screen again.
I'm using gnome.
i have a problem in my /etc/X11/gdm i found the folders for the settings on gdm. the Init/ folder is there and inside it was the PreSession/ and PostSession/ folder which is correct based on this:
Code:
Init/
PostSession/
PreSession/
Sessions/
source found in [URL] but i dont have the Sessions folder. right now i trying to install a login screen which i downloaded from the [URL]
I have two Debian boxes, A and B. I would like that a window (for example vlc, or whatever) displays on both A and B. The process (i.e., the X11 client) runs on A. If I interact with the window from box A, it should affect the window on box B. And, if I interact with the window from box B, it should affect the window on box A.
View 2 Replies View RelatedI can't seem to get F-10 to save my desktop session..I panel several workspace screens with apps, tools..Then, I pull down: System -> Preferences -> Personal -> Sessions and tab into: Options, and select:: "Automatically remember running Applications when logging out.For the Startup Programs, everything in that list is checked on.I logoff via System -> Shutdown, and come back sometime later, all the Workspaces are totally EMPTY
View 5 Replies View Relatedi have tightVNCserver running to provide me with a means of working on my machine whilst the wife watches mythTV on the (physical) display.
in 8.04 i used to have "gnome-panel &" as a line in my /home/mike/.vnc/xstartup file, and it worked fine, when i logged in via VNC i had a nice gnome panel to start apps from etc.
since 10.04 this stopped working and i had to change gnome-panel to gnome-session. this works... but now it loads everything up in the VNC window just like it does in my main window. this is a problem because it loads things like mythTV front end and so on... i don't want it to do that in my VNC window.
does anyone know how it might be possible for me to have two different 'types' of gnome session? Settings i change in System -> Preferences -> Startup Applications are common to both my VNC and my physical displays so i can't turn off mythTVfrontend in there to solve the problem.
i'm not sure why gnome-panel stopped working in my xstartup file, but it happened when i upgraded from 8.04 to 10.04. if i try it in the ugly xterm window on VNC i get:
Code:
Xlib: extension "RANDR" missing on display ":1.0".
** (gnome-panel:26161): WARNING **: Cannot register the panel shell: cannot connect to the session bus. the RANDR stuff i get when i launch gnome-session too so i think its the second bit that's the real problem.
Is it way to have more "guest" sessions (more than one)?
View 1 Replies View RelatedI'm trying to run multiple Graphical sessions. How can I do this? I have read the forum article from 2006 but I get an error when executing startx --:2 [URL]
When I follow this howto, this is the error I get
Code:
# startx --:2
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock and start again.
Please consult the The X.Org Foundation support at [URL] for help.
ddxSigGiveUp: Closing log
Will it be possible to maintain multiple sessions from Ubuntu?Actually we are working on one open source application and we have setup this application on one of our Ubuntu machine and this would act as a server for other developer's windows machine. Is any utility available(preferable open source) using which we will be able to access the Ubuntu server from all 4-5 developer's Windows machines?
Our requirement will be to access the whole system including console and GUI (same like remotely access) by using different sessions so that all 4-5 developers can start work together on the same Ubuntu machine.
i've been searching for an hour and i have no idea how to list that. the closest thing to what i need is ck-list-sessions, but it doesn't show my freenx display. i need something that would show all my displays running.
View 2 Replies View Related