Timeline for View stdout/stderr of systemd service
Current License: CC BY-SA 4.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 11, 2020 at 12:04 | history | edited | CommunityBot | Commonmark migration | |
| S May 18, 2019 at 4:19 | history | edited | G-Man Says 'Reinstate Monica' | CC BY-SA 4.0 | Added link; improved formatting of quote. |
| May 18, 2019 at 2:12 | comment | added | rogerdpack | Appears that it is possible now with newer versions of systemd, see stackoverflow.com/a/48052152/32453 | |
| May 18, 2019 at 2:05 | review | Suggested edits | |||
| S May 18, 2019 at 4:19 | |||||
| Jul 18, 2018 at 18:17 | history | protected | Stephen Kitt | ||
| Feb 17, 2014 at 11:53 | answer | added | mikemaccana | timeline score: 134 | |
| Dec 5, 2012 at 22:32 | vote | accept | beatgammit | ||
| Nov 30, 2012 at 15:20 | answer | added | Matt | timeline score: 336 | |
| Nov 14, 2012 at 19:59 | comment | added | beatgammit | @peterph - It was a problem with my service, which is why I wanted to look at the output. The problem is now solved though. | |
| Nov 13, 2012 at 16:03 | comment | added | peterph | What is actually abusing your CPU? Is it systemd, your service or system (e.g. by spawning new copies of the service because systemd went crazy)? | |
| Apr 10, 2012 at 18:30 | comment | added | Deepak Mittal | Shouldn't standard IO redirection operators work in this context. Something like ExecStart=/usr/local/bin/filesync-client --port 2500 2>/tmp/filesync.log | |
| Feb 17, 2012 at 11:22 | history | edited | Coren | edited tags | |
| Sep 12, 2011 at 13:46 | comment | added | sbtkd85 | Why not try setting StandardOutput=tty so you can see what is happening when you launch your daemon. It should output the terminal (you may have to use ttyS0 or similar to get the output on your screen). | |
| Sep 10, 2011 at 21:48 | history | tweeted | twitter.com/#!/StackUnix/status/112643731450101760 | ||
| Sep 10, 2011 at 17:49 | history | edited | beatgammit | CC BY-SA 3.0 | Added man page content |
| Sep 10, 2011 at 3:50 | comment | added | beatgammit | @sbtkd85 - Well, I don't have /var/log/syslog, but /var/log/messages does the trick. The problem is, according to the logs, my daemon crashes on start, yet I can tell that it is still running because it has an HTTP server, and I can query it. It seems the rest of the logs are getting lost... | |
| Sep 9, 2011 at 19:10 | comment | added | sbtkd85 | Have you tried checking /var/log/syslog for output? Most systems will log stuff into /var/log/ so I'd start by checking there. You can use grep to search for text if you know the output: grep "my output" /var/log should do the trick. | |
| Sep 9, 2011 at 18:24 | history | asked | beatgammit | CC BY-SA 3.0 |