[Bug 1874662] Re: Corrupted installation medium

2020-07-19 Thread nucc1
I was about to reply @guiverc to rant about how unlikely corrupt media is when you download something over TLS and the download wasn't truncated, then I read @jiitee's comment. I didn't have hyper-v enabled, but I had WSL and thus virtualization services. Turning WSL and Virtualisation Services of

[Bug 1786675] Re: Apache will not start on boot if bound to a fixed IP address

2018-08-13 Thread nucc1
noticed you weren't on the bug's watch list, just making this comment to trigger a new notification. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1786675 Title: Apache will not start on boot if bou

[Bug 1786675] Re: Apache will not start on boot if bound to a fixed IP address

2018-08-13 Thread nucc1
For the record, "network-online.target" does not block indefinitely on a system that has no NICs, if that's what you were implying by breakage. I spun up a pristine Ubuntu 18.04 instance in VMWare configured apache as described above, and then shutdown the machine. I then removed the only NIC atta

[Bug 1786675] Re: Apache will not start on boot if bound to a fixed IP address

2018-08-13 Thread nucc1
to add, I believe that even when there are no physical NICs, there is always a loopback interface on every machine, and this would trigger as soon as the loopback interface is configured (127.0.0.1) . I can't think of a situation where someone would install apache on a device that has no network s

[Bug 1786675] Re: Apache will not start on boot if bound to a fixed IP address

2018-08-12 Thread nucc1
PS, after some research, I landed on: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ The *right* Service configuration to use for Ubuntu to ensure that it starts only after the network is up is: [Unit] Description=The Apache HTTP Server After=network-online.target Wants=netwo

[Bug 1786675] [NEW] Apache will not start on boot if bound to a fixed IP address

2018-08-12 Thread nucc1
Public bug reported: due to the way the systemd service file for apache2 is configured, Apache is started before the Network has been configured by the system, as a result, it fails to start if it is required to bind to a specific IP or interface. I'm not sure where is the best to fix this, so I'

[Bug 1786675] Re: Apache will not start on boot if bound to a fixed IP address

2018-08-12 Thread nucc1
# systemctl status apache2 ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: failed (Result: exit-code) since Sun 2018-08-