kihei/i-019189da02b410753
by SadServersMore by SadServers
./main.go:64 +0x47d admin@i-0c3333eed07916caf:~$ ./kihei -verbose Creating file /home/admin/data/newdatafile with size 1.5GB... panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-0c3333eed07916caf:~$ ps -aux | grep kihei admin 678 0.1 4.1 98320 19452 pts/0 S<l+ 14:22 0:00 /usr/bin/pythc -t kihei/i-0c3333eed07916caf -q -i 2 /var/log/cast/i-0c3333eed07916caf admin 681 0.0 3.1 24456 14868 pts/0 S<+ 14:22 0:00 /usr/bin/pythc -t kihei/i-0c3333eed07916caf -q -i 2 /var/log/cast/i-0c3333eed07916caf admin 828 0.0 0.1 5264 640 pts/1 S<+ 14:25 0:00 grep kihei admin@i-0c3333eed07916caf:~$ df
kihei/i-0c3333eed07916caf 03:39
by SadServersadmin@i-0c350ccedb2b7f7bc:~$ nmap -p- --min-rate=1000 -T4 localhost Starting Nmap 7.80 ( https://nmap.org ) at 2023-10-01 15:27 UTC Nmap scan report for localhost (127.0.0.1)Host is up (0.00017s latency). Not shown: 65532 closed ports PORT STATE SERVICE 22/tcp open ssh 6767/tcp open bmc-perf-agent 8080/tcp open http-proxy Nmap done: 1 IP address (1 host up) scanned in 1.22 seconds admin@i-0c350ccedb2b7f7bc:~$
taipei/i-0c350ccedb2b7f7bc 00:13
by SadServersadmin@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;