Jump to content

Problem running server in BG (Debian Linux)


Guest dab

Recommended Posts

Hey, I'm trying to run my server in the background, but if I run another command, it just ends.

Here's a snippet:

mtadm@dab-debian:~/11$ ./mta_server & 2> /dev/null & echo $!

[1] 2447

[2] 2448

2448

mtadm@dab-debian:~/11$ echo Hi!

Hi!

[1]+ Stopped ./mta_server

[2] Done 2>/dev/null

mtadm@dab-debian:~/11$

It continues to run normally, when I simply run it. Nohup and screen provide me the same failing results.

What could be my problem?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...