On Sun, Jul 08, 2018 at 09:12:12PM -0400, Hendrik Boom wrote:
> I can't start lighttpd because something is already bound to port 80.
> 
> How can I find out what's attached to this port?

No one was on port 80.  Startup of lighttpd failed for an even stranger reason:

/etc/lighttpd/conf-enabled:
  total used in directory 8 available 21741968
  drwxr-xr-x 2 root root 4096 Aug  1  2016 .
  drwxr-xr-x 4 root root 4096 Jul  8 20:57 ..
  lrwxrwxrwx 1 root root   27 Aug  1  2016 05-auth.conf -> conf-available/05-au\
th.conf
  lrwxrwxrwx 1 root root   33 Jan 13  2015 10-fastcgi.conf -> ../conf-available\
/10-fastcgi.conf
  lrwxrwxrwx 1 root root   37 Jan 13  2015 15-fastcgi-php.conf -> ../conf-avail\
able/15-fastcgi-php.conf
  lrwxrwxrwx 1 root root   42 Jun 26  2016 90-javascript-alias.conf -> ../conf-\
available/90-javascript-alias.conf


The link 05-auth.conf doesn't have the "../" in it, and so points nowhere.

Fixing this and doing /etc/init.d/lighttpd restart got the web server working.
Now I don't remember ever messing with this link.  But maybe I did long ago.
Could this problem have been caused by the upgrade to ascii I did a week or
two ago?  The web server worked before the upgrade. 
Can anyone else check what's happened to their 05-auth.conf link?

I'd like to know whether this is an upggrade failure (which should be 
fixed) or me bungling.  I'd bet on me bungling long ago, but I don't 
know for sure.

-- hendrik
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to