feel free to choose an option Contribute to DietPi
i have send Donation for your support, many thanks ā¦!!!
Please keep in mind to remove Nginx when it is no longer needed. Otherwise, problems with Apache may occur. It is best to check what has been installed by DietPi. Normally, our installation script prevents this scenario where more than one web server is installed.
To view the software installed by DietPi
dietpi-software list | grep " =2 "
Ok. I canāt find nginx. How can I uninstall it?
apt remove nginx nginx-common
Ok, it worked. Last question, if I may: can I safely install Nextcloud for data storage without any worries?
Actually, thereās nothing to suggest otherwise. Apache and PHP are already installed. All thatās missing is the database, which will be installed by dietpi-software. Then itās ready to go.
ok. thanks. i have the db installed , but the nextcloud dosnĀ“t function. I will search tomorrowā¦
does the installation finished using dietpi-software? What exactly is not working?
?
Hi, do you have time for support t me. Yes i had install the nextcloud with dietpi-software. Normally I look in /var/log/messages, but I canāt find it.
Normally I look in /var/log/messages, but I canāt find it. Iām not a specialist in Linux/Debian. So Iām looking for solutions on the Internet. Does Pi-Hole have anything to do with this?
BR Ralph
You really need to share an error message or whatever is not working. Otherwise nobody can assist
we donāt use this on DietPi. You can check system logs via journalctl
Hi, the error messege is [FAILED] DietPi-Services | restart : nfs-kernel-server
and You donāt have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
this has nothing to do with Nextcloud. Itās the NFS server failing. Totally unrelated and a different topic. NC is working without NFS server
where do you see this?
on browser, wehre can i find an errorlog for nextcloud?
is webmin a problem ?
Nextcloud is a not an own application. Itās based on a web server, I guess Apache in your case. At least you had it installed.
First letās check what is running and wich ports are used
ss -alnp | grep LISTEN
no
no
root@Pi54G:/home/dietpi# ss -alnp | grep LISTEN
u_str LISTEN 0 0 /run/unbound.ctl 1756 * 0 users:(("unbound",pid=707,fd=5))
u_str LISTEN 0 0 /run/systemd/journal/io.systemd.journal 3523 * 0 users:(("systemd-journal",pid=180,fd=10))
u_str LISTEN 0 0 /run/dbus/system_bus_socket 4421 * 0 users:(("dbus-daemon",pid=417,fd=3),("systemd",pid=1,fd=60))
u_str LISTEN 0 0 /run/systemd/private 5302 * 0 users:(("systemd",pid=1,fd=19))
u_str LISTEN 0 0 /run/systemd/userdb/io.systemd.DynamicUser 5304 * 0 users:(("systemd",pid=1,fd=20))
u_str LISTEN 0 0 /run/systemd/io.system.ManagedOOM 5305 * 0 users:(("systemd",pid=1,fd=21))
u_str LISTEN 0 0 /run/rpcbind.sock 5316 * 0 users:(("rpcbind",pid=412,fd=3),("systemd",pid=1,fd=43))
u_str LISTEN 0 0 /run/systemd/fsck.progress 5326 * 0 users:(("systemd",pid=1,fd=104))
u_str LISTEN 0 0 /run/systemd/journal/stdout 5335 * 0 users:(("systemd-journal",pid=180,fd=6),("systemd",pid=1,fd=68))
u_str LISTEN 0 0 /run/user/1000/systemd/private 8746 * 0 users:(("systemd",pid=1466,fd=19))
u_str LISTEN 0 0 /run/user/1000/bus 8755 * 0 users:(("systemd",pid=1466,fd=12))
u_str LISTEN 0 0 /run/user/1000/gnupg/S.dirmngr 8757 * 0 users:(("systemd",pid=1466,fd=26))
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.browser 8759 * 0 users:(("systemd",pid=1466,fd=27))
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.extra 8761 * 0 users:(("systemd",pid=1466,fd=28))
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.ssh 8763 * 0 users:(("systemd",pid=1466,fd=29))
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent 8765 * 0 users:(("systemd",pid=1466,fd=30))
u_str LISTEN 0 0 /run/user/1000/pk-debconf-socket 8767 * 0 users:(("systemd",pid=1466,fd=31))
u_str LISTEN 0 0 /run/mysqld/mysqld.sock 15081 * 0 users:(("mariadbd",pid=7122,fd=20))
u_str LISTEN 0 0 /run/redis/redis-server.sock 16916 * 0 users:(("redis-server",pid=6838,fd=8))
u_seq LISTEN 0 0 /run/udev/control 5337 * 0 users:(("systemd-udevd",pid=201,fd=3),("systemd",pid=1,fd=61))
tcp LISTEN 0 511 127.0.0.1:6379 0.0.0.0:* users:(("redis-server",pid=6838,fd=7))
tcp LISTEN 0 4096 127.0.0.1:9000 0.0.0.0:* users:(("php-fpm8.2",pid=7168,fd=10),("php-fpm8.2",pid=7167,fd=10),("php-fpm8.2",pid=7166,fd=10),("php-fpm8.2",pid=7165,fd=10),("php-fpm8.2",pid=7156,fd=8))
tcp LISTEN 0 511 0.0.0.0:80 0.0.0.0:* users:(("apache2",pid=7191,fd=3),("apache2",pid=7189,fd=3))
tcp LISTEN 0 4096 0.0.0.0:111 0.0.0.0:* users:(("rpcbind",pid=412,fd=4),("systemd",pid=1,fd=44))
tcp LISTEN 0 64 0.0.0.0:43031 0.0.0.0:*
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=703,fd=3))
tcp LISTEN 0 32 0.0.0.0:21 0.0.0.0:* users:(("vsftpd",pid=6801,fd=3))
tcp LISTEN 0 64 0.0.0.0:2049 0.0.0.0:*
tcp LISTEN 0 256 0.0.0.0:53 0.0.0.0:* users:(("unbound",pid=707,fd=4))
tcp LISTEN 0 4096 0.0.0.0:10000 0.0.0.0:* users:(("miniserv.pl",pid=7284,fd=5))
tcp LISTEN 0 80 0.0.0.0:3306 0.0.0.0:* users:(("mariadbd",pid=7122,fd=17))
tcp LISTEN 0 4096 0.0.0.0:58393 0.0.0.0:* users:(("rpc.statd",pid=717,fd=9))
tcp LISTEN 0 256 0.0.0.0:3128 0.0.0.0:* users:(("squid",pid=804,fd=17))
tcp LISTEN 0 4096 [::]:111 [::]:* users:(("rpcbind",pid=412,fd=6),("systemd",pid=1,fd=46))
tcp LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=703,fd=4))
tcp LISTEN 0 64 [::]:2049 [::]:*
tcp LISTEN 0 4096 [::]:50997 [::]:* users:(("rpc.statd",pid=717,fd=11))
tcp LISTEN 0 2 [::ffff:127.0.0.1]:3350 *:* users:(("xrdp-sesman",pid=674,fd=11))
tcp LISTEN 0 2 *:3389 *:* users:(("xrdp",pid=701,fd=11))
tcp LISTEN 0 64 [::]:42281 [::]:*
tcp LISTEN 0 80 [::]:3306 [::]:* users:(("mariadbd",pid=7122,fd=19))
what happen if you try to open
http://<your-ip-address>
Ensure itās http and not https