Laurent Bigonville
Laurent Bigonville
The profile exists on the disk ``` $ ls -la ~/.local/share/icc/ total 60 drwxrwxr-x 2 bigon bigon 4096 24 jun 09:31 . drwx------ 50 bigon bigon 4096 24 jun 09:40...
OK, I'll see what I can do
The following patch fixes the build (`ARCH=x32 make`): ```patch Index: openh264-2.2.0+dfsg/build/platform-linux.mk =================================================================== --- openh264-2.2.0+dfsg.orig/build/platform-linux.mk +++ openh264-2.2.0+dfsg/build/platform-linux.mk @@ -13,6 +13,8 @@ AR_OPTS = crD $@ ifeq ($(ASM_ARCH), x86) ifeq ($(ARCH), x86_64)...
Hello, Any news on this?
Not really now, it just fixes the compilation
Oh hey, The preferred way to start daemon with systemd is not to fork them and keep them in foreground. In that case no PIDfile is needed.
It should also fix: ``` [ 26.955431] systemd[1]: nut-monitor.service: Supervising process 2060 which is not our child. We'll most likely not notice when it exits. ``` Edit: bug #123 Edit...
Hey, Is there any fix for the initial bug discussed in this report (failure if there is no UPS configured)? This needs to be fixed if we want to be...
@clepple all the files are stored at http://anonscm.debian.org/cgit/collab-maint/nut.git/tree/debian
@clepple Yeah, I'll try to see if I've the time to fix this :/ There are some extra work needed to disable (remove the symlink) systemd services after removing them...