paris/i-04a801616e09ba50d
by SadServersMore by SadServers
write(2, " -v\tVerbose mode (print extra i"..., 37 -v Verbose mode (print extr) = 37 write(2, " -verbose\n \tVerbose mode (pr"..., 48 -verbose Verbose mode (print extra info) ) = 48 exit_group(2) = ? +++ exited with 2 +++ admin@i-0e235312469363df1:~$ strace ./kihei -o output.txtstrace -o output.txt ./admin@i-0e235312469363df1:~$ strace -o output.txt ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-0e235312469363df1:~$ cat output.tx
kihei/i-0e235312469363df1 03:58
by SadServerstext-user-interface -- TUI is the GDB text based interface. tracepoints -- Tracing of program execution without stopping the program. user-defined -- User-defined commands. Type "help" followed by a class name for a list of commands in that class. Type "help all" for the list of all commands. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) data Undefined command: "data". Try "help". (gdb) stack Undefined command: "stack". Try "help". (gdb)
kihei/i-0648df0d30c9bc09b 06:09
by SadServerswrite(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-04e9a940bea99a35d:~$ ls /home/admin/data/newdatafile ls: cannot access '/home/admin/data/newdatafile': No such file or directory admin@i-04e9a940bea99a35d:~$ cd /home/admin/data/ admin@i-04e9a940bea99a35d:~/data$ ls admin@i-04e9a940bea99a35d:~/data$ vi newdatafile admin@i-04e9a940bea99a35d:~/data$ chattr -i newdatafile admin@i-04e9a940bea99a35d:~/data$