paris/i-0e4ab6e5bafd87397
by SadServersMore by SadServers
admin@i-072d9ea3aa14603ae:~$ sql sqldiff sqlite3 admin@i-072d9ea3aa14603ae:~$ sqlite3 SQLite version 3.34.1 2021-01-20 14:10:07 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .mode csv sqlite> .import table_tableau11.csv tt table_tableau11.csv:101: expected 13 columns but found 12 - filling the rest witsqlite> describe tt; Error: near "describe": syntax error sqlite> describe table tt; Error: near "describe": syntax error sqlite> . tt;
ivujivik/i-072d9ea3aa14603ae 03:23
by SadServerstmpfs 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-0d525feb31fad1b54:~$ ls /run agetty.reload crond.reboot initramfs sendsigs.omit.d udev blkid dbus lock shm unattended-upgradchrony dhclient.ens5.pid log sshd unattended-upgradchrony-dhcp dhclient6.ens5.pid lvm sshd.pid user cloud-init dmeventd-client mount sudo utmp credentials dmeventd-server network systemd uuidd crond.pid initctl screen tmpfiles.d admin@i-0d525feb31fad1b54:~$ df -h /proc Filesystem Size Used Avail Use% Mounted on proc 0 0 0 - /proc admin@i-0d525feb31fad1b54:~$
kihei/i-0d525feb31fad1b54 00:31
by SadServersError during parsing of command line. root@i-0e075403bb88088b0:/home/admin/data# lvcreate -l100%FREE Data Logical volume "lvol0" created. root@i-0e075403bb88088b0:/home/admin/data# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk └─Data-lvol0 254:0 0 1020M 0 lvm nvme0n1 259:1 0 8G 0 disk ├─nvme0n1p1 259:3 0 7.9G 0 part / ├─nvme0n1p14 259:4 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme2n1 259:2 0 1G 0 disk root@i-0e075403bb88088b0:/home/admin/data# pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. root@i-0e075403bb88088b0:/home/admin/data# history
kihei/i-0e075403bb88088b0 12:04
by SadServerswrite(2, " [", 2) = 2 write(2, "running", 7) = 7 write(2, "]:\n", 3) = 3 write(2, "main.main", 9) = 9 write(2, "(", 1) = 1 write(2, ")\n", 2) = 2 write(2, "\t", 1) = 1 write(2, "./main.go", 9) = 9 write(2, ":", 1) = 1 write(2, "64", 2) = 2 write(2, " +", 2) = 2 write(2, "0x47d", 5) = 5 write(2, "\n", 1) = 1 +++ exited with 2 +++ admin@i-0719056d023dd5571:~$