Installation Qu

Haben Sie einen Bug entdeckt? Teilen Sie es uns mit.
Locked
cisco
Posts: 45
Joined: Mon 10. Jan 2022, 09:44

Installation Qu

Post by cisco »

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
User avatar
24unix
Posts: 1643
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: Installation Qu

Post by 24unix »

Und Du meinst, jemand liest Deinen Post und versucht Dir zu helfen, wenn Du nicht mal die Beitragsvorlage ausfüllst?

Das Problem steht in den Zeilen, die Du gepostet hast, und bei der Suche im Forum wird man dabei mehrfach fündig.
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
User avatar
Jolinar
Community Moderator
Posts: 3608
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Installation Qu

Post by Jolinar »

24unix wrote: Tue 12. Dec 2023, 19:20 Und Du meinst, jemand liest Deinen Post und versucht Dir zu helfen, wenn Du nicht mal die Beitragsvorlage ausfüllst?
Völlig korrekt.
Deswegen hab ich auch mal den Schlüsseldienst beauftragt, den Thread zu schließen.
:mrgreen: :geek: :ugeek:
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
Locked