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
| [ 0.000000] KERNEL supported cpus: | |
| [ 0.000000] Intel GenuineIntel | |
| [ 0.000000] AMD AuthenticAMD | |
| [ 0.000000] Hygon HygonGenuine | |
| [ 0.000000] Centaur CentaurHauls | |
| [ 0.000000] zhaoxin Shanghai |
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
| start: (argv, startupConfig) => { | |
| log.debug('argv:', argv); | |
| _throw(argv); | |
| // other crap | |
| } | |
| ╭─epers@eevee-dev ~/eevee ‹master*› | |
| ╰─➤ eevee start baz 1 ↵ | |
| 21 22:53:09.618 > eevee.js:21 Object.debug (as debug): (5): argv: | |
| 21 22:53:09.619 > eevee.js:25 Object.error (as error): [Object] (1): { |
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
| [email protected] [/root] $ journalctl -exu [email protected] --no-pager | grep -e "Feb 26 08:02" -e "Feb 26 08:03" | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: /tmp/release/Debian/WORKDIR/ceph-14.2.4/src/common/ceph_time.h: In function 'ceph::time_detail::timespan ceph::to_timespan(ceph::time_detail::signedspan)' thread 7f638275f700 time 2020-02-26 08:02:09.248625 | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: /tmp/release/Debian/WORKDIR/ceph-14.2.4/src/common/ceph_time.h: 485: FAILED ceph_assert(z >= signedspan::zero()) | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: ceph version 14.2.4 (ad875bdeab69b822458d91016d5b843be4a33550) nautilus (stable) | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x152) [0x7f638c7de60e] | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: 2: (()+0x2807e6) [0x7f638c7de7e6] | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: 3: (Paxos::store_state(MMonPaxos*)+0xaa8) [0x56223e28be58] | |
| Feb 26 08:02:09 mon2 ceph-mon[3616584]: 4: (Paxos::handle_commit(bo |
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
| [email protected] [/root] $ cat /proc/cpuinfo | |
| processor : 0 | |
| vendor_id : GenuineIntel | |
| cpu family : 6 | |
| model : 30 | |
| model name : Intel(R) Xeon(R) CPU X3450 @ 2.67GHz | |
| stepping : 5 | |
| microcode : 0xa | |
| cpu MHz : 1200.998 | |
| cache size : 8192 KB |
OlderNewer