Installationsproblem (Quota again)  [GELÖST]

Locked
User avatar
technotravel
KeyHelp Translator
Posts: 263
Joined: Mon 19. Oct 2020, 11:11

Installationsproblem (Quota again)

Post by technotravel »

Ich bin neu bei KeyHelp. Versuche, KeyHelp auf einem kleinen amerikanischen vserver zu installieren. Keine Ahnung, welche Virtualisierung dort verwendet wird. System ist ein ganz frisches bare Debian10.

Wie schon in anderen Threads beschrieben, bricht das Installationsskript mit einem Fehler ab:

Code: Select all

Error: Unable to find a valid quota mount point.
Bei mir sehen allerdings die Laufwerke anders aus, so dass ich nicht weiss, wie ich die fstab modifizieren soll:

Code: Select all

proc  /proc       proc    defaults    0    0
none  /dev/pts    devpts  rw,gid=5,mode=620    0    0
none  /run/shm    tmpfs   defaults    0    0

Code: Select all

# mount
/dev/ploop20584p1 on / type ext4 (rw,relatime,data=ordered,balloon_ino=12)
none on /sys type sysfs (rw,relatime)
none on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_prio,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
proc on /proc type proc (rw,relatime)
none on /dev type devtmpfs (rw,nosuid,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pipe_ino=2676745174,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2676745174)
mqueue on /dev/mqueue type mqueue (rw,relatime)
none on /run/shm type tmpfs (rw,relatime)
Was muss ich in die fstab eintragen?

Oder kann man vielleicht auch KeyHelp ohne Quota installieren, und ggfalls wie? Ich brauche eigentlich keine Quota, benutze den Server nur für mich allein.

Vielen Dank für hilfreiche Hinweise

Chris
Chers francophones, je traduis KeyHelp en français. S'il y a des erreurs ou des propositions d'amélioration, n'hésitez pas à me contacter !
(Ich übersetze KeyHelp ins Französische)
User avatar
technotravel
KeyHelp Translator
Posts: 263
Joined: Mon 19. Oct 2020, 11:11

Re: Installationsproblem (Quota again)

Post by technotravel »

Also ich antworte mir mal selber :lol:

Code: Select all

/dev/ploop20584p1 / ext4 rw,relatime,usrquota,grpquota 0 1
musste ich der fstab hinzufügen, damit startete dann auch das Installationsprogramm.

Trotzdem wäre eine Info, ob man auch ohne Quota installieren kann, durchaus von Interesse.
Chers francophones, je traduis KeyHelp en français. S'il y a des erreurs ou des propositions d'amélioration, n'hésitez pas à me contacter !
(Ich übersetze KeyHelp ins Französische)
User avatar
technotravel
KeyHelp Translator
Posts: 263
Joined: Mon 19. Oct 2020, 11:11

Re: Installationsproblem (Quota again)  [GELÖST]

Post by technotravel »

Die tatsächliche Lösung dieses Problems habe ich in einem anderen Thread beschrieben: viewtopic.php?f=4&t=10059&p=26337#p26337
Chers francophones, je traduis KeyHelp en français. S'il y a des erreurs ou des propositions d'amélioration, n'hésitez pas à me contacter !
(Ich übersetze KeyHelp ins Französische)
Locked