unimak/i-0040b82e8dab83cdd
by SadServersMore by SadServers
fsck from util-linux 2.36.1 e2fsck 1.46.2 (28-Feb-2021) ext2fs_open2: Bad magic number in super-block fsck.ext2: Superblock invalid, trying backup blocks... fsck.ext2: Bad magic number in super-block while trying to open /dev/nvme2n1p1 The superblock could not be read or does not describe a valid ext2/ext3/ext4 filesystem. If the device is valid and it really contains an ext2/ext3/ext4 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> or e2fsck -b 32768 <device> admin@i-0eacfe699faffbd49:~$
kihei/i-0eacfe699faffbd49 05:33
by SadServers< HTTP/1.1 404 NOT FOUND < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Mon, 27 Nov 2023 04:23:02 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 207 < Connection: close < <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manuallgain.</p> * Closing connection 0 admin@i-06333f5caffef4d07:~$ curl -vvvv -XGET http://127.0.0.1:5000/password
paris/i-06333f5caffef4d07 04:45
by SadServerslvm lvmconfig lvmdiskscan lvmdump lvmpolld lvmsadc lvadmin@i-07643435c20bd9e33:~$ lvm lvm lvmconfig lvmdiskscan lvmdump lvmpolld lvmsadc lvadmin@i-07643435c20bd9e33:~$ which lvm /usr/sbin/lvm admin@i-07643435c20bd9e33:~$ whatis lvm lvm (8) - LVM2 tools admin@i-07643435c20bd9e33:~$ pvcreate /dev/nvme1n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-07643435c20bd9e33:~$ sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-07643435c20bd9e33:~$ sudo pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. admin@i-07643435c20bd9e33:~$ sudo vgcreate kiheidata
kihei/i-07643435c20bd9e33 04:44
by SadServersmain.main() ./main.go:64 +0x47d admin@i-0d4b0d36217ba962c:~$ mv datafile.tmp ../ mv: cannot move 'datafile.tmp' to '../datafile.tmp': Permission denied admin@i-0d4b0d36217ba962c:~$ cd .. admin@i-0d4b0d36217ba962c:/home$ ll bash: ll: command not found admin@i-0d4b0d36217ba962c:/home$ ls admin admin@i-0d4b0d36217ba962c:/home$ ls -lah total 12K drwxr-xr-x 3 root root 4.0K Sep 17 16:44 . drwxr-xr-x 18 root root 4.0K Nov 12 17:47 .. drwxr-xr-x 7 admin admin 4.0K Nov 12 17:49 admin admin@i-0d4b0d36217ba962c:/home$