Re: Package lists with state and extended state

2024-07-23 Thread stefano prina
On Tuesday, July 23, 2024 1:58:25 PM CEST Christoph Pleger wrote: > Hello, > > I would like to install many computers with largely the same package > list. To do this, I can use > > dpkg --get-selections > packages.lst > > to create a list of the installed packages from a computer on which I > h

Creating custom rspberry image using ansible

2024-07-16 Thread Stefano Prina
Hello, I am trying to create a custom raspberry image starting from the code here https://salsa.debian.org/raspi-team/image-specs I added the ansible step in this file raspi_master.yaml: - apt: install packages: - ansible - python3 - ca-certificates - dosfstools

Re: Debian12 with nginx and php-fpm

2024-07-11 Thread Stefano Prina
Ciao Michael, simply the old-style /etc/init.d "start" that you show in your post did not suffice. I do note that you seem to have a mix of TCP ports here; both 80, 8080 (in the requested URL) and 8090 (in the podman invocation). After your email, I double checked and I reported wrongly the p

Debian12 with nginx and php-fpm

2024-07-06 Thread Stefano Prina
Hello All, I am Stefano from Torino, Italy;  I am just new to this  list, nice to virtually meet all of you : ) I am writing to you because I need support for a strange issue I' am facing. I am trying to create a debian container to run some php app for a side project, the idea is to use ngi