Failed to start Lighttpd Daemon on boot












0















Every time I turn on my laptop, I see this error message appearing several times while booting process:



Failed to start Lighttpd Daemon.
See 'systemctl status lighttpd.service' for details.


After logging in, I typed systemctl status lighttpd.service and got this output:



● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-09-06 20:54:16 +05; 22min ago
Process: 1170 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=127)

Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Stopped Lighttpd Daemon.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Start request repeated too quickly.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Failed to start Lighttpd Daemon.


Also, this is the output from cat /etc/lighttpd/lighttpd.conf:



server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
)

server.document-root = "/var/www/html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80


index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"


How can I fix this problem?










share|improve this question























  • Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

    – heynnema
    Sep 6 '18 at 18:25













  • @heynnema I thought bionic used gdm3?

    – George Udosen
    Sep 6 '18 at 18:35











  • @GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

    – heynnema
    Sep 6 '18 at 19:24











  • What webserver is this @heynnema?

    – George Udosen
    Sep 6 '18 at 19:53











  • @GeorgeUdosen look in Synaptic.

    – heynnema
    Sep 6 '18 at 19:56
















0















Every time I turn on my laptop, I see this error message appearing several times while booting process:



Failed to start Lighttpd Daemon.
See 'systemctl status lighttpd.service' for details.


After logging in, I typed systemctl status lighttpd.service and got this output:



● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-09-06 20:54:16 +05; 22min ago
Process: 1170 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=127)

Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Stopped Lighttpd Daemon.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Start request repeated too quickly.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Failed to start Lighttpd Daemon.


Also, this is the output from cat /etc/lighttpd/lighttpd.conf:



server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
)

server.document-root = "/var/www/html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80


index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"


How can I fix this problem?










share|improve this question























  • Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

    – heynnema
    Sep 6 '18 at 18:25













  • @heynnema I thought bionic used gdm3?

    – George Udosen
    Sep 6 '18 at 18:35











  • @GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

    – heynnema
    Sep 6 '18 at 19:24











  • What webserver is this @heynnema?

    – George Udosen
    Sep 6 '18 at 19:53











  • @GeorgeUdosen look in Synaptic.

    – heynnema
    Sep 6 '18 at 19:56














0












0








0








Every time I turn on my laptop, I see this error message appearing several times while booting process:



Failed to start Lighttpd Daemon.
See 'systemctl status lighttpd.service' for details.


After logging in, I typed systemctl status lighttpd.service and got this output:



● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-09-06 20:54:16 +05; 22min ago
Process: 1170 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=127)

Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Stopped Lighttpd Daemon.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Start request repeated too quickly.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Failed to start Lighttpd Daemon.


Also, this is the output from cat /etc/lighttpd/lighttpd.conf:



server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
)

server.document-root = "/var/www/html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80


index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"


How can I fix this problem?










share|improve this question














Every time I turn on my laptop, I see this error message appearing several times while booting process:



Failed to start Lighttpd Daemon.
See 'systemctl status lighttpd.service' for details.


After logging in, I typed systemctl status lighttpd.service and got this output:



● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-09-06 20:54:16 +05; 22min ago
Process: 1170 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=127)

Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Stopped Lighttpd Daemon.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Start request repeated too quickly.
Sen 06 20:54:16 ibrokhim-i systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Sen 06 20:54:16 ibrokhim-i systemd[1]: Failed to start Lighttpd Daemon.


Also, this is the output from cat /etc/lighttpd/lighttpd.conf:



server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
)

server.document-root = "/var/www/html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80


index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"


How can I fix this problem?







boot 18.04 lighttpd






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 6 '18 at 17:24









SteveSteve

1582618




1582618













  • Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

    – heynnema
    Sep 6 '18 at 18:25













  • @heynnema I thought bionic used gdm3?

    – George Udosen
    Sep 6 '18 at 18:35











  • @GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

    – heynnema
    Sep 6 '18 at 19:24











  • What webserver is this @heynnema?

    – George Udosen
    Sep 6 '18 at 19:53











  • @GeorgeUdosen look in Synaptic.

    – heynnema
    Sep 6 '18 at 19:56



















  • Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

    – heynnema
    Sep 6 '18 at 18:25













  • @heynnema I thought bionic used gdm3?

    – George Udosen
    Sep 6 '18 at 18:35











  • @GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

    – heynnema
    Sep 6 '18 at 19:24











  • What webserver is this @heynnema?

    – George Udosen
    Sep 6 '18 at 19:53











  • @GeorgeUdosen look in Synaptic.

    – heynnema
    Sep 6 '18 at 19:56

















Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

– heynnema
Sep 6 '18 at 18:25







Edit your question and show me more /var/log/lighttpd/error.log. Report back to @heynnema. Do you use this webserver? Is apache2 installed also?

– heynnema
Sep 6 '18 at 18:25















@heynnema I thought bionic used gdm3?

– George Udosen
Sep 6 '18 at 18:35





@heynnema I thought bionic used gdm3?

– George Udosen
Sep 6 '18 at 18:35













@GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

– heynnema
Sep 6 '18 at 19:24





@GeorgeUdosen bionic does use gdm3... or lightdm. This OP is asking about lighttpd, which is a web server.

– heynnema
Sep 6 '18 at 19:24













What webserver is this @heynnema?

– George Udosen
Sep 6 '18 at 19:53





What webserver is this @heynnema?

– George Udosen
Sep 6 '18 at 19:53













@GeorgeUdosen look in Synaptic.

– heynnema
Sep 6 '18 at 19:56





@GeorgeUdosen look in Synaptic.

– heynnema
Sep 6 '18 at 19:56










2 Answers
2






active

oldest

votes


















0














From the comments...



Based on the info @Steve provided, lighttpd is not starting properly.



Checked for an errorlog in /var/log/lighttpd/error.log and found none.



@Steve is not familiar with lighttpd or apache2 as web servers.



To remove lighttpd:



sudo apt-get purge lighttpd


To check for apache2:



dpkg -l *apache* | grep ii


If apache2 is not installed, and if you want/need it:



sudo apt-get install apache2





share|improve this answer
























  • Don't I need lighttpd as you suggested to remove it? What about apache2?

    – Steve
    Sep 7 '18 at 17:26











  • Also, isn't there a way of fixing existing lighttpd?

    – Steve
    Sep 7 '18 at 18:30






  • 1





    @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

    – heynnema
    Sep 8 '18 at 0:34



















0














Turns out this is a bug that's been around for years, if this issue is anything to go by. Several users in the comments of that bug claim that installing the gamin package solves this issue.



I haven't done any extensive testing, but it seems to be a solution. Running sudo apt install --reinstall lighttpd normally shows that it fails to start lighttpd. However, after installing gamin, the output looks like it normally would for any successful package installation. systemctl status also shows lighttpd as active and running now.



Note that the package libfam0 gets removed when installing gamin. I don't know what it's for, or what packages may depend on it, so keep that in mind, unless someone else can comment as to its usefulness and necessity.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1072840%2ffailed-to-start-lighttpd-daemon-on-boot%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    From the comments...



    Based on the info @Steve provided, lighttpd is not starting properly.



    Checked for an errorlog in /var/log/lighttpd/error.log and found none.



    @Steve is not familiar with lighttpd or apache2 as web servers.



    To remove lighttpd:



    sudo apt-get purge lighttpd


    To check for apache2:



    dpkg -l *apache* | grep ii


    If apache2 is not installed, and if you want/need it:



    sudo apt-get install apache2





    share|improve this answer
























    • Don't I need lighttpd as you suggested to remove it? What about apache2?

      – Steve
      Sep 7 '18 at 17:26











    • Also, isn't there a way of fixing existing lighttpd?

      – Steve
      Sep 7 '18 at 18:30






    • 1





      @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

      – heynnema
      Sep 8 '18 at 0:34
















    0














    From the comments...



    Based on the info @Steve provided, lighttpd is not starting properly.



    Checked for an errorlog in /var/log/lighttpd/error.log and found none.



    @Steve is not familiar with lighttpd or apache2 as web servers.



    To remove lighttpd:



    sudo apt-get purge lighttpd


    To check for apache2:



    dpkg -l *apache* | grep ii


    If apache2 is not installed, and if you want/need it:



    sudo apt-get install apache2





    share|improve this answer
























    • Don't I need lighttpd as you suggested to remove it? What about apache2?

      – Steve
      Sep 7 '18 at 17:26











    • Also, isn't there a way of fixing existing lighttpd?

      – Steve
      Sep 7 '18 at 18:30






    • 1





      @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

      – heynnema
      Sep 8 '18 at 0:34














    0












    0








    0







    From the comments...



    Based on the info @Steve provided, lighttpd is not starting properly.



    Checked for an errorlog in /var/log/lighttpd/error.log and found none.



    @Steve is not familiar with lighttpd or apache2 as web servers.



    To remove lighttpd:



    sudo apt-get purge lighttpd


    To check for apache2:



    dpkg -l *apache* | grep ii


    If apache2 is not installed, and if you want/need it:



    sudo apt-get install apache2





    share|improve this answer













    From the comments...



    Based on the info @Steve provided, lighttpd is not starting properly.



    Checked for an errorlog in /var/log/lighttpd/error.log and found none.



    @Steve is not familiar with lighttpd or apache2 as web servers.



    To remove lighttpd:



    sudo apt-get purge lighttpd


    To check for apache2:



    dpkg -l *apache* | grep ii


    If apache2 is not installed, and if you want/need it:



    sudo apt-get install apache2






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Sep 7 '18 at 13:47









    heynnemaheynnema

    20.1k22158




    20.1k22158













    • Don't I need lighttpd as you suggested to remove it? What about apache2?

      – Steve
      Sep 7 '18 at 17:26











    • Also, isn't there a way of fixing existing lighttpd?

      – Steve
      Sep 7 '18 at 18:30






    • 1





      @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

      – heynnema
      Sep 8 '18 at 0:34



















    • Don't I need lighttpd as you suggested to remove it? What about apache2?

      – Steve
      Sep 7 '18 at 17:26











    • Also, isn't there a way of fixing existing lighttpd?

      – Steve
      Sep 7 '18 at 18:30






    • 1





      @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

      – heynnema
      Sep 8 '18 at 0:34

















    Don't I need lighttpd as you suggested to remove it? What about apache2?

    – Steve
    Sep 7 '18 at 17:26





    Don't I need lighttpd as you suggested to remove it? What about apache2?

    – Steve
    Sep 7 '18 at 17:26













    Also, isn't there a way of fixing existing lighttpd?

    – Steve
    Sep 7 '18 at 18:30





    Also, isn't there a way of fixing existing lighttpd?

    – Steve
    Sep 7 '18 at 18:30




    1




    1





    @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

    – heynnema
    Sep 8 '18 at 0:34





    @Steve you could try and reinstall it, but if you don't know what a web server is, and you didn't install it, and it's broken... why not remove it?

    – heynnema
    Sep 8 '18 at 0:34













    0














    Turns out this is a bug that's been around for years, if this issue is anything to go by. Several users in the comments of that bug claim that installing the gamin package solves this issue.



    I haven't done any extensive testing, but it seems to be a solution. Running sudo apt install --reinstall lighttpd normally shows that it fails to start lighttpd. However, after installing gamin, the output looks like it normally would for any successful package installation. systemctl status also shows lighttpd as active and running now.



    Note that the package libfam0 gets removed when installing gamin. I don't know what it's for, or what packages may depend on it, so keep that in mind, unless someone else can comment as to its usefulness and necessity.






    share|improve this answer




























      0














      Turns out this is a bug that's been around for years, if this issue is anything to go by. Several users in the comments of that bug claim that installing the gamin package solves this issue.



      I haven't done any extensive testing, but it seems to be a solution. Running sudo apt install --reinstall lighttpd normally shows that it fails to start lighttpd. However, after installing gamin, the output looks like it normally would for any successful package installation. systemctl status also shows lighttpd as active and running now.



      Note that the package libfam0 gets removed when installing gamin. I don't know what it's for, or what packages may depend on it, so keep that in mind, unless someone else can comment as to its usefulness and necessity.






      share|improve this answer


























        0












        0








        0







        Turns out this is a bug that's been around for years, if this issue is anything to go by. Several users in the comments of that bug claim that installing the gamin package solves this issue.



        I haven't done any extensive testing, but it seems to be a solution. Running sudo apt install --reinstall lighttpd normally shows that it fails to start lighttpd. However, after installing gamin, the output looks like it normally would for any successful package installation. systemctl status also shows lighttpd as active and running now.



        Note that the package libfam0 gets removed when installing gamin. I don't know what it's for, or what packages may depend on it, so keep that in mind, unless someone else can comment as to its usefulness and necessity.






        share|improve this answer













        Turns out this is a bug that's been around for years, if this issue is anything to go by. Several users in the comments of that bug claim that installing the gamin package solves this issue.



        I haven't done any extensive testing, but it seems to be a solution. Running sudo apt install --reinstall lighttpd normally shows that it fails to start lighttpd. However, after installing gamin, the output looks like it normally would for any successful package installation. systemctl status also shows lighttpd as active and running now.



        Note that the package libfam0 gets removed when installing gamin. I don't know what it's for, or what packages may depend on it, so keep that in mind, unless someone else can comment as to its usefulness and necessity.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 28 at 2:02









        hiigaranhiigaran

        1,447520




        1,447520






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1072840%2ffailed-to-start-lighttpd-daemon-on-boot%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg