Open links in new tab
  1. DietPi - running a script manually works - Stack Overflow

    1 I'm trying to run a script automatic when booting Raspberry with DietPi. My script starts a Python3 programm which then at the end starts an external program MP4Box which merges 2 video files to a …

  2. installation - MariaDB - Can't create test file /var/lib/mysql/DietPi ...

    Apr 27, 2023 · filesystem of /mnt/dietpi_userdata and mount options? Add by editing the question. There's not enough space in comments to develop a follow forum like format.

  3. server - podman "Error: cannot open sd-bus: No such file or directory ...

    Apr 1, 2023 · AFter installing podman on my pi3b using: sudo apt-get -y install podman After that i updated and rebooted, now when I try to run: sudo podman run hello-world it gives me the following …

  4. configuration - Nginx set up multiple site configs that will override ...

    I cannot disturb 'nginx.conf' and 'default' configurations without breaking compatibility with software by dietpi. Is it possible to use multiple site configs that will override settings in the global site config?

  5. Add authentication keys to dropbear ssh? - Server Fault

    Oct 11, 2013 · It appears Dropbear is compatible with ~/.ssh/authorized_keys public key authentication per this documentation. (And all documentation/setups I've seen from a quick Google search)

  6. Network UPS Tools Script Assistance - Stack Overflow

    Sep 25, 2021 · I could then set a timer for say 60 sec prior to the FSD being initiated and killing the DietPi and eventually rebooting the UPS prior to it going completely dead.

  7. Chromium kiosk mode : Fullscreen and remove address bar

    Feb 28, 2017 · I am trying to run chromium browser in kiosk mode in raspberry pi 3(Official Jessie ). Here is i've added in my autostart file @point-rpi @xset s noblank @xset s off @xset -dpms …

  8. Autostart GUI application with LXDE session - Stack Overflow

    Nov 20, 2016 · This is on a raspberry pi running the 'DietPi' flavor over the raspian distro, and is perhaps what separates my question from the others. So I have a GUI application that I wish to launch at …

  9. Bind9 newbie not able to resolve local addresses - Server Fault

    Oct 4, 2020 · I am completely new to DNS servers and as an educational tool, I have installed bind9 on a RPi running dietpi - a stripped down version of Debian. External addresses resolve perfectly but …

  10. How to automatically restart systemd service on failure?

    Oct 27, 2019 · [Service] Restart=on-failure Setting Restart=on-failure to your unit configuration should do it, but check Restart documentation for more options. To send an email you could use an …