BeeJay

Members
  • Posts

    1
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BeeJay's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm getting a lot of these entries in the logs: Sun Aug 14 16:52:40 2016 ERROR Binding socket failed for 0.0.0.0: ErrNo 98, Address already in use Sun Aug 14 16:52:40 2016 ERROR Binding socket failed for 0.0.0.0: ErrNo 98, Address already in use Sun Aug 14 16:52:41 2016 ERROR Binding socket failed for 0.0.0.0: ErrNo 98, Address already in use Sun Aug 14 16:52:41 2016 ERROR Binding socket failed for 0.0.0.0: ErrNo 98, Address already in use This is because there are two copies of NZBGet running in the docker: # docker exec -ti binhex-nzbget /bin/bash [root@b9bc0eb389a2 /]# ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.1 0.0 15760 3280 ? Ss 16:52 0:00 /bin/bash /root/init.sh root 12 0.8 0.1 98144 18832 ? S 16:52 0:00 /usr/bin/python2 /usr/bin/supervisord -c /etc/supervisor.conf -n nobody 17 0.7 0.0 247496 3460 ? Ssl 16:52 0:00 /usr/bin/nzbget -D -c /config/nzbget.conf nobody 30 0.7 0.0 247496 3588 ? Ssl 16:52 0:00 /usr/bin/nzbget -D -c /config/nzbget.conf root 41 0.4 0.0 15892 3508 ? Ss 16:52 0:00 /bin/bash root 45 0.0 0.0 34616 3080 ? R+ 16:52 0:00 ps -aux How do we fix this?