paris/i-03ad1e8774362cd89
by SadServersMore by SadServers
admin@i-00ca56add8d9fe7bf:~$ 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-00ca56add8d9fe7bf:~$ sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-00ca56add8d9fe7bf:~$ sudo pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. admin@i-00ca56add8d9fe7bf:~$ sudo vgcreate my_vg /dev/nvm
kihei/i-00ca56add8d9fe7bf 08:45
by SadServers[pid 871] <... futex resumed>) = ? [pid 869] <... futex resumed>) = ? [pid 871] +++ exited with 2 +++ [pid 870] <... futex resumed>) = ? [pid 869] +++ exited with 2 +++ [pid 868] <... nanosleep resumed> <unfinished ...>) = ? [pid 870] +++ exited with 2 +++ [pid 868] +++ exited with 2 +++ +++ exited with 2 +++ admin@i-0b023b3f4c45754c6:~$ ^C admin@i-0b023b3f4c45754c6:~$ ls agent data datafile kihei admin@i-0b023b3f4c45754c6:~$ ll bash: ll: command not found admin@i-0b023b3f4c45754c6:~$
kihei/i-0b023b3f4c45754c6 03:07
by SadServersagent webserver.py admin@i-0360c0d51a2cc6a1e:~$ ss -lnt4p State Recv-Q Send-Q Local Address:Port Peer AddreLISTEN 0 128 127.0.0.1:5000 0.0.0LISTEN 0 128 0.0.0.0:22 0.0.0admin@i-0360c0d51a2cc6a1e:~$ curl localhost:5000 Unauthorizedadmin@i-0360c0d51a2cc6a1e:~$ ls agent webserver.py admin@i-0360c0d51a2cc6a1e:~$ string webserver.py bash: string: command not found admin@i-0360c0d51a2cc6a1e:~$ python webserver.py bash: python: command not found admin@i-0360c0d51a2cc6a1e:~$ python3 webserver.py python3: can't open file '/home/admin/webserver.py': [Errno 13] Permission denieadmin@i-0360c0d51a2cc6a1e:~$ c