command-line-murders/i-07b4f854db982335a
by SadServersMore by SadServers
void runtime.(*addrRanges).removeGreaterEqual; void runtime.(*addrRanges).removeLast; void runtime.addrRange.removeGreaterEqual(runtime.addrRange, uintptr, ru void runtime.addrRange.subtract(runtime.addrRange, runtime.addrRange, ru void runtime.makeAddrRange(uintptr, uintptr, runtime.addrRange); File runtime/mspanset.go: void runtime.(*headTailIndex).incTail; void runtime.(*spanSet).pop; void runtime.(*spanSet).push; void runtime.(*spanSet).reset; void runtime.(*spanSetBlockAlloc).alloc; File runtime/mstats.go: --Type <RET> for more, q to quit, c to continue without paging--
kihei/i-04ccb8cd2e0947f89 02:35
by SadServersadmin@i-00b82d36c94eedc8e:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:1 0 7.9G 0 part / ├─nvme0n1p14 259:2 0 3M 0 part └─nvme0n1p15 259:3 0 124M 0 part /boot/efi nvme1n1 259:4 0 1G 0 disk nvme2n1 259:5 0 1G 0 disk admin@i-00b82d36c94eedc8e:~$ df -h . Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / admin@i-00b82d36c94eedc8e:~$ vgs WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-00b82d36c94eedc8e:~$
kihei/i-00b82d36c94eedc8e 02:54
by SadServersbash: lslbk: command not found admin@i-002944c8c98f5382d:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:2 0 7.9G 0 part / ├─nvme0n1p14 259:3 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme1n1 259:1 0 1G 0 disk nvme2n1 259:4 0 1G 0 disk admin@i-002944c8c98f5382d:~$ sudo vgcreate big /dev/nvme1n1 /dev/nvme2n1 Volume group "big" successfully created admin@i-002944c8c98f5382d:~$ sudo lvcreate -L 2G -n bigr --type striped --stripe Using default stripesize 64.00 KiB. Volume group "big" has insufficient free space (510 extents): 512 required. admin@i-002944c8c98f5382d:~$