Skip to content

Instantly share code, notes, and snippets.

[ 0.905463] usb usb4: SerialNumber: 0000:03:00.4
[ 0.905547] hub 4-0:1.0: USB hub found
[ 0.905567] hub 4-0:1.0: 1 port detected
[ 0.905673] xhci_hcd 0000:03:00.4: xHCI Host Controller
[ 0.905712] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 5
[ 0.905736] xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.905781] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.905820] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 0.905845] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.905868] usb usb5: Product: xHCI Host Controller
29034 ? Ss 0:00 \_ sshd: syuu [priv]
29037 ? S 0:12 | \_ sshd: syuu@notty
29038 ? Ss 0:00 | \_ sh -c if nc -q 2>&1 | grep "requires an argument" >/dev/null 2>&1; then ARG=-q0;else ARG=;fi;nc $ARG -U /var/run/libvirt/libvirt-sock
29054 ? S 0:09 | \_ nc -U /var/run/libvirt/libvirt-sock
30169 ? Ss 0:00 \_ sshd: syuu [priv]
30172 ? S 0:00 | \_ sshd: syuu@notty
30173 ? Ss 0:00 | \_ sh -c nc -q 2>&1 | grep "requires an argument" >/dev/null;if [ $? -eq 0 ] ; then CMD="nc -q 0 127.0.0.1 5900";else CMD="nc 127.0.0.1 5900";fi;eval "$CMD";
30189 ? S 0:00 | \_ nc 127.0.0.1 5900
30190 ? Ss 0:00 \_ sshd: syuu [priv]
30193 ? S 0:00 | \_ sshd: syuu@notty
[root@4b447ac99262 scylla.50]# yum install build/redhat/RPMS/x86_64/scylla-* /home/syuu/scylla-tools-java/build/redhat/RPMS/noarch/scylla-tools-* /home/syuu/scylla-jmx/build//redhat/RPMS/noarch/scylla-jmx-666.development-20190618.dfe7db4.noarch.rpm
Loaded plugins: fastestmirror, ovl
Examining build/redhat/RPMS/x86_64/scylla-666.development-0.20190626.0803176cb.el7.x86_64.rpm: scylla-666.development-0.20190626.0803176cb.el7.x86_64
Marking build/redhat/RPMS/x86_64/scylla-666.development-0.20190626.0803176cb.el7.x86_64.rpm as an update to scylla-3.0.7-0.20190528.4c16c1fe1.el7.x86_64
Examining build/redhat/RPMS/x86_64/scylla-conf-666.development-0.20190626.0803176cb.el7.x86_64.rpm: scylla-conf-666.development-0.20190626.0803176cb.el7.x86_64
Marking build/redhat/RPMS/x86_64/scylla-conf-666.development-0.20190626.0803176cb.el7.x86_64.rpm as an update to scylla-conf-3.0.7-0.20190528.4c16c1fe1.el7.x86_64
Examining build/redhat/RPMS/x86_64/scylla-debuginfo-666.development-0.20190626.0803176cb.el7.x86_64.rpm: scylla-d
// secblock.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_SECBLOCK_H
#define CRYPTOPP_SECBLOCK_H
#include "config.h"
#include "misc.h"
#include <assert.h>
NAMESPACE_BEGIN(CryptoPP)
syuu@monster:~$ sh
$ mkdir -p a/{aa,bb}/{cc,dd}/ee
$ ls -l a
total 0
drwxrwxr-x 3 syuu syuu 21 Dec 22 19:21 {aa,bb}
$ exit
syuu@monster:~$ bash
syuu@monster:~$ mkdir -p b/{aa,bb}/{cc,dd}/ee
syuu@monster:~$ ls b
aa bb
/lib64/ld-linux-x86-64.so.2 --inhibit-cache --library-path "/lib64/ /lib/ /lib/x86_64-linux-gnu/ /usr/lib/ /usr/lib/x86_64-linux-gnu/ /usr/lib/sudo/" /bin/ls
[syuu@test2 nanoping.2]$ sudo chrt -f 1 ./phctune --interface eno3 --sleep 10
NIC0:eno3 PHC0:/dev/ptp3 sleep:10
[ppb 0.000000]
diff[0]: 000366221 ns
best ppb:36622.000000
middle ppb:36622.000000
ppb_step:100.000000 ppb_width:500.000000 middle_ppb:36622.000000
#!/bin/bash -e
. /etc/os-release
print_usage() {
echo "build_rpm.sh --reloc-pkg build/scylla-jmx-package.tar.gz"
echo " --reloc-pkg specify relocatable package path"
exit 1
}
RELOC_PKG=$(readlink -f build/scylla-jmx-package.tar.gz)
OPTS=""
#!/bin/bash -e
. /etc/os-release
print_usage() {
echo "build_rpm.sh --reloc-pkg build/scylla-tools-package.tar.gz"
echo " --reloc-pkg specify relocatable package path"
exit 1
}
RELOC_PKG=$(readlink -f build/scylla-tools-package.tar.gz)
OPTS=""
#!/bin/bash -e
. /etc/os-release
print_usage() {
echo "build_rpm.sh --rebuild-dep --jobs 2 --target centos7 --reloc-pkg build/release/scylla-package.tar.gz"
echo " --jobs specify number of jobs"
echo " --dist create a public distribution rpm"
echo " --target target distribution in mock cfg name"
echo " --xtrace print command traces before executing command"
echo " --reloc-pkg specify relocatable package path"