Losing the will to live lol port error when trying to run TensorBoard on Ubuntu terminal

116 views
Skip to first unread message

D & R Sergent

unread,
Oct 1, 2018, 5:04:05 PM10/1/18
to Discuss
Hi ..... i’m trying to get TensorBoard running from the terminal in Ubuntu it keeps stating TensorBoard attempted to bind to port 6006 but in use? Is there a way to kill the process on it or define a new port and run the TensorBoard log through that any ideas two days in still stuck?

Marianne Linhares

unread,
Oct 1, 2018, 5:11:31 PM10/1/18
to randds...@gmail.com, Discuss
Hi,

I think this kind of question is more suitable for StackOverflow. And here (https://stackoverflow.com/questions/35551326/tensorflow-tensorboard-default-port) is a quick answer to your question.

Cheers!

On Mon, Oct 1, 2018 at 6:04 PM D & R Sergent <randds...@gmail.com> wrote:
Hi ..... i’m trying to get TensorBoard running from the terminal in Ubuntu it keeps stating TensorBoard attempted to bind to port 6006 but in use? Is there a way to kill the process on it or define a new port and run the TensorBoard log through that any ideas two days in still stuck?

--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/996774a8-7514-4f23-af77-d241023850c3%40tensorflow.org.


--

Marianne Linhares Monteiro
Undergraduate Student at UFCG - Universidade Federal de Campina Grande

Nicole Haenni

unread,
Oct 1, 2018, 5:11:45 PM10/1/18
to Discuss
You can kill the process with:
pkill -f "tensorboard"

D & R Sergent

unread,
Oct 2, 2018, 12:59:51 AM10/2/18
to Discuss
Already posted on stack 8) they never come back to you lol hmmm maybe able to kill the process we shall see thank you for your post ...

D & R Sergent

unread,
Oct 2, 2018, 1:00:24 AM10/2/18
to Discuss
Thanks for coming back to me I’ll give it a shot ...

D & R Sergent

unread,
Oct 2, 2018, 1:08:15 AM10/2/18
to Discuss
Comes up with invalid signal specification but I think I’ll start working the functions around the kill process see if I can’t find the commands I need to kill the process ...

Benjamin Striner

unread,
Oct 2, 2018, 4:53:54 AM10/2/18
to randds...@gmail.com, dis...@tensorflow.org
Probably another tensorboard using the port, so "ps aux | grep tensorboard" or "grep python" should find it, then you can "kill" or "kill -9" or something. Hypothetically, could be something else. You can use "lsof" to tell what ports are used and what processes are using them, and find the process from that direction.

On Tue, Oct 2, 2018 at 1:08 AM D & R Sergent <randds...@gmail.com> wrote:
Comes up with invalid signal specification but I think I’ll start working the functions around the kill process see if I can’t find the commands I need to kill the process ...

--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
Reply all
Reply to author
Forward
0 new messages