Andrew Prokhorenkov

Results 28 comments of Andrew Prokhorenkov

Is there any change getting this merged? It's a nice edition and actualization for the plugins.

It still is happening with the latest Docker image for a clean install. Looks like because of this: ``` ttrss | Configuring database for: config.php ttrss | PHP Notice: Undefined...

Still happening with 0.16.1 (forget to mention, before I was using 0.16.0). I would appreciate any pointers on where to look why the service being removed/inaccessible.

The service is present before the update: ``` ~ $ sudo systemctl status nix-daemon.service ○ nix-daemon.service - Nix Daemon Loaded: loaded (/etc/systemd/system/nix-daemon.service; linked; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: inactive...

Ok, I narrowed down it to SELinux permissions, running fixes the installation: ``` restorecon -Rv /nix/ systemctl daemon-reload systemctl enable nix-daemon.service ``` It would be nice if `sudo -i nix...

Yes, I was checking upstream and it doesn't have anything to support SELinux (also, I appreciate that this installer does have proper support). I'd like having some ` | sh...

@YTG1234 I can try to help. Are you having the same error `cannot connect to socket`? What is the output of (running from root): ``` systemctl status nix-daemon.service # to...

That's interesting... I checked the demo, it works there. After that I tried both simple and advanced Docker setup, with both 1.14.0 and 1.14.1 - and it didn't work for...

I narrowed it down further: If there is no tag with the same id as a list - it will fail to add a list. For example, if list has...

I can reproduce it on demo instance. I have removed tag with id 3 (maps) and now it fails to add the correct list. Instead it shows this for [this...