This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/autopoint: is not an object file | |
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/bunzip2: | |
| @rpath/libbz2.1.dylib (compatibility version 1.0.8, current version 1.0.0) | |
| /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0) | |
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/bzcat: | |
| @rpath/libbz2.1.dylib (compatibility version 1.0.8, current version 1.0.0) | |
| /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0) | |
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/bzcmp: is not an object file | |
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/bzdiff: is not an object file | |
| /Users/jtang/develop/spack/var/spack/environments/x00/.spack-env/view/bin/bzegrep: is not an object file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 四 十 五 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import re | |
| s = re.sub(r'^"|"$', '', s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # blanket install these to make sure everything that's needed is present | |
| - git | |
| - gawk | |
| - make | |
| - gcc | |
| - g++ | |
| - diffstat | |
| - texi2html | |
| - chrpath | |
| - build-essential |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 115.060439] ------------[ cut here ]------------ | |
| [ 115.065150] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:264 dev_watchdog+0x264/0x284() | |
| [ 115.073635] NETDEV WATCHDOG: eth5 (r8169): transmit queue 0 timed out | |
| [ 115.080107] Modules linked in: ipv6 kosagi_fpga_kernel(O) r8169 | |
| [ 115.086154] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 3.16.0-rc2-28078-gdd3635d #5 | |
| [ 115.094864] [<c0017ab4>] (unwind_backtrace) from [<c0012644>] (show_stack+0x20/0x24) | |
| [ 115.102687] [<c0012644>] (show_stack) from [<c0787068>] (dump_stack+0x84/0xd4) | |
| [ 115.109953] [<c0787068>] (dump_stack) from [<c002d484>] (warn_slowpath_common+0x78/0x98) | |
| [ 115.118120] [<c002d484>] (warn_slowpath_common) from [<c002d560>] (warn_slowpath_fmt+0x40/0x48) | |
| [ 115.126874] [<c002d560>] (warn_slowpath_fmt) from [<c0642fb0>] (dev_watchdog+0x264/0x284) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Boot script | |
| i2c dev 1 | |
| i2c mw 08 66 48 | |
| setenv bootsrc mmc | |
| setenv bootdev 0 | |
| ${bootsrc} dev ${bootdev} | |
| if kbd | |
| then | |
| setenv rec .recovery | |
| setenv bootargs root=/dev/mmcblk0p2 rootwait rw consoleblank=0 splash console=ttymxc1,115200 earlyprintk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 8c3d4510cedc52bb1b142f7a3f16d62804d40199 Mon Sep 17 00:00:00 2001 | |
| From: Jimmy Tang <[email protected]> | |
| Date: Fri, 5 Sep 2014 11:44:01 +0000 | |
| Subject: [PATCH] Initial add of DKMS packaging so kernel module is rebuild | |
| automatically on kernel version changes | |
| --- | |
| Makefile | 4 ++-- | |
| dkms.conf | 9 +++++++++ | |
| post_install.sh | 3 +++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Build Passes | |
| curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Passing&color=green" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json | |
| # Build Fails | |
| curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Failing&color=red¬ify=1" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@novena:~# grep ipu1_di0 /sys/kernel/debug/clk/clk_summary | |
| ipu1_di0_pre_sel 1 1 148500000 0 | |
| ipu1_di0_pre 1 1 148500000 0 | |
| ipu1_di0_sel 1 1 148500000 0 | |
| ipu1_di0 1 1 148500000 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [jtang@x01 ~]$ ssh -lroot novena.local DISPLAY=:0 xrandr --verbose | |
| xrandr: Failed to get size of gamma for output default | |
| Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080 | |
| default connected 1920x1080+0+0 (0xe9) normal (normal) 0mm x 0mm | |
| Identifier: 0xe8 | |
| Timestamp: 30650 | |
| Subpixel: unknown | |
| Clones: | |
| CRTC: 0 | |
| CRTCs: 0 |
NewerOlder