coolsoft
Registered User
Halo,
habe bei server4you einen Dedizierten Server mit Ubuntu 20.04
Auf dem Server läuft ISPcondig und diesen möchte ich nun auch mit Nextcloud verwenden.
Die Installation mit einem Snap sollte ja "eigentlich" ganz einfach funktionierten.
Wenn ich dieser Beschreibung folge: https://beyond.lol/nextcloud-mit-snap-installieren-ubuntu/
Wo liegen hier die Probleme?
Einmal das Problem fstab und dann das Problem "no caommands defined..."
DIe /etc/fstab sieht wie folgt aus:
habe bei server4you einen Dedizierten Server mit Ubuntu 20.04
Auf dem Server läuft ISPcondig und diesen möchte ich nun auch mit Nextcloud verwenden.
Die Installation mit einem Snap sollte ja "eigentlich" ganz einfach funktionierten.
Wenn ich dieser Beschreibung folge: https://beyond.lol/nextcloud-mit-snap-installieren-ubuntu/
Wo liegen hier die Probleme?
Einmal das Problem fstab und dann das Problem "no caommands defined..."
DIe /etc/fstab sieht wie folgt aus:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=e4490553-a935-425c-abd3-9cee2c0e7226 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 10 1
# /boot was on /dev/sda2 during installation
UUID=33dfff68-ffa7-4448-a22c-21cabbca75da3 /boot ext2 defaults 0 2
# swap was on /dev/sda3 during installation
UUID=ea32231b-ab44-56a3-1256-a48fd3ea4fba none swap sw 0 0
/dev/sdb1 /mnt/disk1 ext4 defaults 0 0
/var/log/ispconfig/httpd/my-domain.de /var/www/clients/client1/web1/log none bind,nofail 0 0