Skip to content

Instantly share code, notes, and snippets.

View holishing's full-sized avatar
🌴
On vacation

holishing holishing

🌴
On vacation
View GitHub Profile
@holishing
holishing / normal.log
Last active July 19, 2017 10:18
MapleBBS3-itoc process exited normally Log
bbs@debian:~$ gdb attach 1516 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / segfault1.log
Created July 19, 2017 10:23
After Enter (B)oards, SegFault.
bbs@debian:~$ gdb attach 1529 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / Segfault2.log
Last active July 19, 2017 10:26
When exit Board "0Announce", SegFault
bbs@debian:~$ gdb attach 1538 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / Segfault3.log
Created July 19, 2017 10:29
When Entering (B)oards after Segfault2, Segfault again.
bbs@debian:~$ gdb attach 1546 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / SegFault4.log
Created July 19, 2017 10:34
Entered (B)oards and entered Board "0Announce", When exiting Board "0Announce", SegFault ("-15860 people online")
bbs@debian:~$ gdb attach 1577 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / log
Created July 19, 2017 10:38 — forked from anonymous/log
m3-itoc error log
bbs@debian:~$ gdb attach 1639 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / SegFault5.log
Created July 19, 2017 11:36
SegFault5.log
bbs@debian:~/maplebbs-itoc$ gdb attach 4396 -ex cont
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@holishing
holishing / gmt5-fbsd.md
Last active January 7, 2019 16:56
Manually build GMT 5.4.x/Current(6.0.0) on FreeBSD 11.2/12.0

Manually build GMT 5.4.x on FreeBSD 11.2/12.0

  1. get FreeBSD ports collection:
# portsnap fetch
# portsnap extract
  1. enter /usr/ports/graphics/gmt5/
  2. check information in Makeflie(*), and enter make install clean.
@holishing
holishing / gist:5d58986f66465d99f7111fb4d035bd01
Created August 21, 2018 07:16
freebsd gmt5 make package
% sudo make package
Password:
===> Building package for gmt5-5.4.4
[: =: unexpected operator
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt:No such file or directory
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt-config:No such file or directory
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt_shell_functions.sh:No such file or directory
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmtswitch:No such file or directory
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/isogmt:No such file or directory
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/etc/bash_completion.d/gmt_completion.bash:No such file or directory
@holishing
holishing / BRsBBS_1.5.5_2.patch
Last active September 19, 2018 03:59
test gist
diff --git a/.gitignore b/.gitignore
index 4f16b7c5..8881b143 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,10 +5,10 @@
.clang_complete
tags
var.h
-/pttbbs.conf
/local.h