Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

2014-07-10 Thread Lars Veldscholte
Package: php5-fpm Version: 5.6.0~beta4+dfsg-4 Severity: grave Justification: renders package unusable Dear Maintainer, After I upgraded php5 from 5.6.0~rc1+dfsg-1 to 5.6.0~rc2+dfsg-1, I noticed php didn't work anymore. I use Apache 2.4 with php5-fpm using fastcgi. This is my fastcgi config: Ad

Bug#754384: [php-maint] Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

2014-07-10 Thread Lars Veldscholte
. > http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-debian-wheezy > 2. https://wiki.apache.org/httpd/PHP-FPM > > O. > > On Thu, Jul 10, 2014, at 15:13, Lars Veldscholte wrote: >> Package: php5-fpm >> Version: 5.6.0~beta4+dfsg-4 >

Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

2014-07-12 Thread Lars Veldscholte
OK, so mod_fastcgi is deprecated. If I switch to mod_proxy_fcgi with mod_proxy_handler like this: SetHandler "proxy:fcgi://127.0.0.1:9000/" I won't have the problems I encountered when I used mod_proxy_fcgi with mod_proxy, right? (Like this:) ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0

Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

2014-07-13 Thread Lars Veldscholte
Alright, I'm using mod_proxy_fcgi and mod_proxy_handler now and I ditched mod_fastcgi. Although I had to compile mod_proxy_handler myself because it is not in the Debian package repos and Apache is still on 2.4.9 (both in testing and sid), it is not difficult at all if you use apxs2. I use it wit

Bug#740560: sslh fails to start with systemd as PID=1

2014-07-21 Thread Lars Veldscholte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I just encountered the same problem. After I manually run "mkdir /var/run/sslh" it starts up fine, but after a reboot the directory is gone again. Thanks, Lars Veldscholte -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.2

Bug#834551: redis-server: Redis fails to start directly after install

2016-08-16 Thread Lars Veldscholte
Package: redis-server Version: 2:3.2.3-1 Severity: important Dear Maintainer, On a system on which Redis hasn't been installed before, Redis fails to start directly after install: Created symlink /etc/systemd/system/redis.service → /lib/systemd/system/redis-server.service. Created symlink /

Bug#834551: redis-server: Redis fails to start directly after install

2016-08-16 Thread Lars Veldscholte
Thanks for the quick response. That's weird. I got this error right after (during, in fact) the install, before I could have made any configuration errors, so I didn't expect this to be unreproducible. This is the full output from journalctl -xe: -- Unit redis-server.service has begun starti

Bug#834551: redis-server: Redis fails to start directly after install

2016-08-17 Thread Lars Veldscholte
Hi Chris, Did you spot this? Isn't "Stale file handle" something to do with NFS...? I've not seen it in many years.. Does that ring any bells for your configuration? That was it... I had a stale NFS mount somewhere in /mnt/. After unmounting the NFS mount, Redis starts up without any problem

Bug#989781: docker.io: Docker fails to run containers because it unsuccessfully tries to load an AppArmor profile

2021-06-12 Thread Lars Veldscholte
Package: docker.io Version: 20.10.5+dfsg1-1+b3 Severity: important Dear Maintainer, After installing docker.io on a Debian machine with a 'default' AppArmor installation, I am unable to run containers. The error message I get is as follows: Error response from daemon: AppArmor enabled on sys

Bug#954272: Broken again

2020-10-12 Thread Lars Veldscholte
It's broken once again. While previously this was fixed by installing `libpmix-dev` which symlinked `/usr/lib/x86_64-linux-gnu/pmix/lib/libpmix.so` to `libpmix.so.2`, the directory `/usr/lib/x86_64-linux-gnu/pmix/` does not exist anymore on my machine. Only `/usr/lib/x86_64-linux-gnu/pmix2/`

Bug#954272: Missing mpi_pmix.so

2020-11-27 Thread Lars Veldscholte
Hi, After updating, the interface between SLURM and MPI broke again... This time, it looks like pmix support is completely missing. # strace srun ./a.out 2>&1 | grep pmix stat("/usr/lib/x86_64-linux-gnu/slurm-wlm/mpi_pmix.so", 0x7ffe65c74160) = -1 ENOENT (No such file or directory) write(2, "s

Bug#954272: slurmd: SLURM not working with OpenMPI

2020-03-19 Thread Lars Veldscholte
Package: slurmd Version: 19.05.3.2-2+b1 Severity: important Dear Maintainer, I am trying to get SLURM working on a single node. I have installed and configured slurmd and slurmctld. A simple test like `srun hostname` works, even on multiple cores. However, when trying to use MPI, it crashes wi

Bug#954272: slurmd: SLURM not working with OpenMPI

2020-07-20 Thread Lars Veldscholte
Hi, I believe I have found a solution. I must confess that I still don't fully understand the difference between the various PMI APIs, and which ones are supported by OpenMPI, but I found that the recommended way is to use PMIx. However, PMIx was not working on my system even though libpmix2

Bug#954272: slurmd: SLURM not working with OpenMPI

2020-07-20 Thread Lars Veldscholte
On 20-07-2020 16:27, Alastair McKinstry wrote: On 20/07/2020 14:52, Lars Veldscholte wrote: Hi, I believe I have found a solution. I must confess that I still don't fully understand the difference between the various PMI APIs, and which ones are supported by OpenMPI, but I found tha

Bug#954272: slurmd: SLURM not working with OpenMPI

2020-03-24 Thread Lars Veldscholte
Hello Gennaro, On 2020-03-24 00:54, Gennaro Oliva wrote: Hi Lars, On Thu, Mar 19, 2020 at 03:16:15PM +0100, Lars Veldscholte wrote: A simple test like `srun hostname` works, even on multiple cores. However, when trying to use MPI, it crashes with the following error message: *** An error