-
(미해결)ignoring input and appending output to 'nohup.out'에러 모음 2023. 1. 7. 16:11
Git Bash 에서 ignoring input and appending output to 'nohup.out' 이러한 오류가 뜨는데 뭔말이고
완두집사@DESKTOP-AOO0QV6 MINGW64 ~
$ ssh -i /c/Users/a/Desktop/sparta.pem ubuntu@13.125.28.208
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.15.0-1026-aws x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Sat Jan 7 06:25:30 UTC 2023
System load: 0.0 Processes: 103
Usage of /: 28.0% of 7.57GB Users logged in: 0
Memory usage: 24% IPv4 address for eth0: 172.31.8.59
Swap usage: 0%
* Ubuntu Pro delivers the most comprehensive open source security and
compliance features.
https://ubuntu.com/aws/pro
7 updates can be applied immediately.
5 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
New release '22.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Sat Jan 7 06:21:49 2023 from 118.222.93.15
ubuntu@ip-172-31-8-59:~$ ls
sparta
ubuntu@ip-172-31-8-59:~$ cd sparta
ubuntu@ip-172-31-8-59:~/sparta$ ls
app.py nohup.out static templates
ubuntu@ip-172-31-8-59:~/sparta$ nohup python app.py &
[1] 27848
ubuntu@ip-172-31-8-59:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
^C
ubuntu@ip-172-31-8-59:~/sparta$ ps -ef | grep 'python app.py' | awk '{print $2}' | xargs kill
kill: (28502): No such process
ubuntu@ip-172-31-8-59:~/sparta$ nohup python app.py &
[2] 28739
[1] Done nohup python app.py
ubuntu@ip-172-31-8-59:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
ubuntu@ip-172-31-8-59:~/sparta$ nohup python app.py &
[3] 28770
ubuntu@ip-172-31-8-59:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
^C
[3]+ Exit 1 nohup python app.py
ubuntu@ip-172-31-8-59:~/sparta$ ^C
ubuntu@ip-172-31-8-59:~/sparta$ nohup python app.py &
[3] 28815
ubuntu@ip-172-31-8-59:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
[3]+ Exit 1 nohup python app.py
ubuntu@ip-172-31-8-59:~/sparta$뭐고
와이라노
'에러 모음' 카테고리의 다른 글
항해 1주차 File Zila - 오류:Connection timed out after 20 seconds of inactivity & 오류:서버에 연결하지 못함 (0) 2023.01.17 (미해결)AssertionError (0) 2023.01.09 TypeError: Object of type set is not JSON serializable (0) 2023.01.07 SyntaxError: EOL while scanning string literal (0) 2023.01.07 400 Bad Request (0) 2023.01.06