Installation Qu
Posted: Tue 12. Dec 2023, 19:12
Ich habe hier massiv Probleme mit einem neuen Server und kann mir nicht erklären wo das Problem sein soll.
Ich habe nun nach dem ich den Server in 24 Stunden mindestens 10x Neuinstalliert habe die Lust verloren.
Ich habe das System "ganz Normal" Patitioniert, mehrmals, auch schon mehrmals gelöscht und neu-paritioniert....
Bei der Keyhelp Installation erhalte ich den Fehler:
================================================================================
Quota
================================================================================
exec | apt-get install -y quota quotatool
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
libnet-ldap-perl rpcbind
The following NEW packages will be installed:
quota quotatool
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 231 kB of archives.
After this operation, 1,305 kB of additional disk space will be used.
Get:1 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 quota amd64 4.06-1build2 [213 kB]
Get:2 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 quotatool amd64 1:1.6.2-5fakesync1 [17.8 kB]
Preconfiguring packages ...
Fetched 231 kB in 0s (1,642 kB/s)
Selecting previously unselected package quota.
(Reading database ... 89279 files and directories currently installed.)
Preparing to unpack .../quota_4.06-1build2_amd64.deb ...
Unpacking quota (4.06-1build2) ...
Selecting previously unselected package quotatool.
Preparing to unpack .../quotatool_1%3a1.6.2-5fakesync1_amd64.deb ...
Unpacking quotatool (1:1.6.2-5fakesync1) ...
Setting up quotatool (1:1.6.2-5fakesync1) ...
Setting up quota (4.06-1build2) ...
Processing triggers for man-db (2.10.2-1) ...
exec | service quota stop
exec | cp /etc/fstab /etc/fstab-backup
exec | echo "# /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/nvme0n1p2 during curtin installation
/dev/disk/by-uuid/abaf1a98-8199-476a-a47f-08241156623f / btrfs defaults,usrquota,grpquota 0 1
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/AACC-1346 /boot/efi vfat defaults 0 1" > "/etc/fstab"
exec | mount -o remount /
mount: /: mount point not mounted or bad option.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
[SKIPPED DUE PREVIOUS ERRORS] exec | quotacheck -avmug
[SKIPPED DUE PREVIOUS ERRORS] exec | service quota start
================================================================================
Danach ist das FileSystemkaputt, nur noch RO, ich kann es manuell auf RW stellen, dass ist aber nicht sinn der Sache.
Woran könnte das liegen?
Frisches Ubuntu24.04
df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.2G 9.5M 3.2G 1% /run
/dev/nvme0n1p2 953G 4.6G 947G 1% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/nvme0n1p1 1022M 6.1M 1016M 1% /boot/efi
tmpfs 3.2G 4.0K 3.2G 1% /run/user/1000
32GB RAM
Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
Frisches Keyhelp, direkt von der Seite
Ich habe nun nach dem ich den Server in 24 Stunden mindestens 10x Neuinstalliert habe die Lust verloren.
Ich habe das System "ganz Normal" Patitioniert, mehrmals, auch schon mehrmals gelöscht und neu-paritioniert....
Bei der Keyhelp Installation erhalte ich den Fehler:
================================================================================
Quota
================================================================================
exec | apt-get install -y quota quotatool
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
libnet-ldap-perl rpcbind
The following NEW packages will be installed:
quota quotatool
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 231 kB of archives.
After this operation, 1,305 kB of additional disk space will be used.
Get:1 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 quota amd64 4.06-1build2 [213 kB]
Get:2 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 quotatool amd64 1:1.6.2-5fakesync1 [17.8 kB]
Preconfiguring packages ...
Fetched 231 kB in 0s (1,642 kB/s)
Selecting previously unselected package quota.
(Reading database ... 89279 files and directories currently installed.)
Preparing to unpack .../quota_4.06-1build2_amd64.deb ...
Unpacking quota (4.06-1build2) ...
Selecting previously unselected package quotatool.
Preparing to unpack .../quotatool_1%3a1.6.2-5fakesync1_amd64.deb ...
Unpacking quotatool (1:1.6.2-5fakesync1) ...
Setting up quotatool (1:1.6.2-5fakesync1) ...
Setting up quota (4.06-1build2) ...
Processing triggers for man-db (2.10.2-1) ...
exec | service quota stop
exec | cp /etc/fstab /etc/fstab-backup
exec | echo "# /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/nvme0n1p2 during curtin installation
/dev/disk/by-uuid/abaf1a98-8199-476a-a47f-08241156623f / btrfs defaults,usrquota,grpquota 0 1
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/AACC-1346 /boot/efi vfat defaults 0 1" > "/etc/fstab"
exec | mount -o remount /
mount: /: mount point not mounted or bad option.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
[SKIPPED DUE PREVIOUS ERRORS] exec | quotacheck -avmug
[SKIPPED DUE PREVIOUS ERRORS] exec | service quota start
================================================================================
Danach ist das FileSystemkaputt, nur noch RO, ich kann es manuell auf RW stellen, dass ist aber nicht sinn der Sache.
Woran könnte das liegen?
Frisches Ubuntu24.04
df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.2G 9.5M 3.2G 1% /run
/dev/nvme0n1p2 953G 4.6G 947G 1% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/nvme0n1p1 1022M 6.1M 1016M 1% /boot/efi
tmpfs 3.2G 4.0K 3.2G 1% /run/user/1000
32GB RAM
Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
Frisches Keyhelp, direkt von der Seite