paris/i-0780ef3211c9664fa
by SadServersMore by SadServers
write(2, "main.main", 9main.main) = 9 write(2, "(", 1() = 1 write(2, ")\n", 2) ) = 2 write(2, "\t", 1 ) = 1 write(2, "./main.go", 9./main.go) = 9 write(2, ":", 1:) = 1 write(2, "64", 264) = 2 write(2, " +", 2 +) = 2 write(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-0109112ade8b96d83:~$
kihei/i-0109112ade8b96d83 02:18
by SadServersadmin@i-09443b662404c8afe:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-09443b662404c8afe:~$ sudo pvcreate /dev/nvme1n1 /dev/nmve2n1 No device found for /dev/nmve2n1. Physical volume "/dev/nvme1n1" successfully created. admin@i-09443b662404c8afe:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-09443b662404c8afe:~$ sudo vgcreate vg
kihei/i-09443b662404c8afe 02:38
by SadServers> GET / HTTP/1.1 > Host: localhost:5000 > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Wed, 12 Mar 2025 13:07:13 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 12 < Connection: close < * Closing connection 0 Unauthorizedadmin@i-07cad8a6e42aaf197:~$ cat /etc/
paris/i-07cad8a6e42aaf197 00:45
by SadServersadmin@i-06e3508dbb92a146f:~$ sudo lvcreate -n lv -l 100%FREE vg Logical volume "lv" created. admin@i-06e3508dbb92a146f:~$ sudo mkfs.ext4 /dev/vg/lv mke2fs 1.46.2 (28-Feb-2021) Creating filesystem with 522240 4k blocks and 130560 inodes Filesystem UUID: a5fe2a18-cddd-4655-8847-89dc10aad8ef Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: done Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done admin@i-06e3508dbb92a146f:~$ ls