pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Terminating remote server sometimes leaks output back to the user's box #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting an AppController is done via ssh and forks into the background. If
it is killed, it prints that line to the screen. Need to find a way to
suppress this if possible. See below:

Nirvana@bahamut:~$ ruby appscale-terminate-instances.rb -ips ips-apc.yaml 
Shutting down AppScale components at 192.168.1.2
Shutting down AppScale components at 192.168.1.3
Shutting down AppScale components at 192.168.1.4
Shutting down AppScale components at 192.168.1.5
Nirvana@bahamut:~$ bash: line 1: 21583 Killed                  ruby
/root/appscale/AppController/djinnServer.rb > /tmp/192.168.1.2.log 2>&1

Original issue reported on code.google.com by shattere...@gmail.com on 20 Mar 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Fixed, will be in the next release.

Original comment by shattere...@gmail.com on 4 May 2009 at 8:31