Ernis456 Posted April 26, 2010 Posted April 26, 2010 I creating mta server on Linux Debian 5.0 VPS hosting. I using programs WinSCP and putty. When I run server using program putty ./mta-server what write to close putty program but not shut down server becouse when I close putty program server turns off.
dzek (varez) Posted April 26, 2010 Posted April 26, 2010 I creating mta server on Linux Debian 5.0 VPS hosting. I using programs WinSCP and putty. When I run server using program putty ./mta-server what write to close putty program but not shut down server becouse when I close putty program server turns off. screen -A -m -d -S mta ./mta-server (use this ONCE!, nothing will shop up, but the server will be running)
Ernis456 Posted April 27, 2010 Author Posted April 27, 2010 screen -A -m -d -S mta ./mta-server (use this ONCE!, nothing will shop up, but the server will be running) Error : -bash: screen: command not found I think I need to create Screen but I don't now how.
madis Posted April 27, 2010 Posted April 27, 2010 You need to install screen, I'm sure it's in local repositories already, so use whatever command you use to install applications (sudo apt-get install screen, or if I remember correctly Debian used su instead of sudo to run commands with root permissions)
Discord Moderators Zango Posted April 29, 2010 Discord Moderators Posted April 29, 2010 Linux Debian 5.0 I have one identical, the following did what I needed apt-get install screen screen -S mta-server if 'screen' package cannot be found, you might wanna change sources.list or try apt-get update. then when you want to resume console, simply screen -r mta-server and it will resume.
Strika Posted May 12, 2010 Posted May 12, 2010 If the package is not found you can also do apt-get update to update the list.
Strika Posted May 12, 2010 Posted May 12, 2010 Strika - Zango already said that I've only read the "try update your resources list" part My bad.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now