Skip to content
Alexander Gromnitsky edited this page Jan 5, 2015 · 1 revision

Debian

  • If you have npm installed via apt-get, you may need to create a symlink to nodejs executable:

      # ln -s /usr/bin/nodejs /usr/bin/node
    
  • If running ctlinnd newgroup news.ycombinator aborts w/ an error:

      No innd.pid file; did server die?
    

    Read read /var/log/news/news.err file, check permissions for /var/log/news directory (they must be news:news), try to restart inn:

    # /etc/init.d/inn restart
    

    & run ctlinnd ... again.

Clone this wiki locally