Hallo, * Miguel Dell'Uomini [Mon, Feb 22 2016, 12:05:21AM]: > Hello. > > I have the same behavior with Debian Testing (SparkyLinux) > > systemd[1]: apt-cacher-ng.service: Main process exited, code=exited, > status=1/FAILURE > systemd[1]: Failed to start Apt-Cacher NG software download proxy. > > I tried with versions: 0.8.0-3, 0.8.8-1~bpo8+1, 0.8.9-1, 0.9.0-1 and always > the same. > > Erasing cache folder doesn't work for me as well trying to start manually > the daemon. > > > Please, let me know how can help you find the problem.
journalctl has a system problem with catching the correct error logs from syslog if the process dies too quickly. Therefore you could run journalctl and look for related errors from all contexts. Maybe there is something like this? "Problem creating log files. Check permissions of the log directory, " The next thing would be something like: become root su -s /bin/sh -c "strace /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng ForeGround=1" apt-cacher-ng And then report the last lines before the executable dies. Best regards, Eduard.