Ernis456 Posted April 26, 2010 Share 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. Link to comment
dzek (varez) Posted April 26, 2010 Share 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) Link to comment
Ernis456 Posted April 27, 2010 Author Share 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. Link to comment
madis Posted April 27, 2010 Share 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) Link to comment
dzek (varez) Posted April 28, 2010 Share Posted April 28, 2010 @madis: "su" su apt-get install screen Link to comment
Discord Moderators Zango Posted April 29, 2010 Discord Moderators Share 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. Link to comment
Strika Posted May 12, 2010 Share Posted May 12, 2010 If the package is not found you can also do apt-get update to update the list. Link to comment
dzek (varez) Posted May 12, 2010 Share Posted May 12, 2010 Strika - Zango already said that Link to comment
Strika Posted May 12, 2010 Share Posted May 12, 2010 Strika - Zango already said that I've only read the "try update your resources list" part My bad. Link to comment
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