Skip to content

Instantly share code, notes, and snippets.

View jirib's full-sized avatar

jirib jirib

View GitHub Profile
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Apache Traffic Server configure 7.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-wccp --enable-hardening --with-tcl=/usr/local/lib/tcl/tcl8.5 --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc
## --------- ##
## Platform. ##
This file has been truncated, but you can view the full file.
2968 ktrace RET ktrace 0
2968 ktrace CALL execve(0x7f7ffffdded2,0x7f7ffffddde8,0x7f7ffffdddf8)
2968 ktrace NAMI "/usr/local/bin/traffic_cop"
2968 ktrace ARGS
[0] = "/usr/local/bin/traffic_cop"
2968 traffic_cop NAMI "/usr/libexec/ld.so"
2968 traffic_cop RET execve 0
2968 traffic_cop CALL mprotect(0x1a95f570ce80,0x180,0x1<PROT_READ>)
2968 traffic_cop RET mprotect 0
2968 traffic_cop CALL issetugid()
Frame 1: 68 bytes on wire (544 bits), 68 bytes captured (544 bits)
Null/Loopback
Internet Protocol Version 4, Src: 10.40.204.88, Dst: 10.34.63.200
Transmission Control Protocol, Src Port: 17539, Dst Port: 3260, Seq: 0, Len: 0
Frame 2: 68 bytes on wire (544 bits), 68 bytes captured (544 bits)
Null/Loopback
Internet Protocol Version 4, Src: 10.34.63.200, Dst: 10.40.204.88
Transmission Control Protocol, Src Port: 3260, Dst Port: 17539, Seq: 0, Ack: 1, Len: 0
Frame 1: 74 bytes on wire (592 bits), 74 bytes captured (592 bits)
Ethernet II, Src: d0:67:e5:ee:65:09, Dst: 08:00:1b:36:c9:76
Internet Protocol Version 4, Src: 10.34.63.223, Dst: 10.34.63.200
Transmission Control Protocol, Src Port: 55284, Dst Port: 3260, Seq: 0, Len: 0
Frame 2: 78 bytes on wire (624 bits), 78 bytes captured (624 bits)
Ethernet II, Src: 08:00:1b:36:c9:76, Dst: d0:67:e5:ee:65:09
Internet Protocol Version 4, Src: 10.34.63.200, Dst: 10.34.63.223
Transmission Control Protocol, Src Port: 3260, Dst Port: 55284, Seq: 0, Ack: 1, Len: 0
This file has been truncated, but you can view the full file.
45716 ktrace RET ktrace 0
45716 ktrace CALL execve(0x7f7fffffa2c0,0x7f7fffffa0e8,0x7f7fffffa120)
45716 ktrace NAMI "./bin/iscsi-ls"
45716 iscsi-ls NAMI "/usr/libexec/ld.so"
45716 iscsi-ls RET execve 0
45716 iscsi-ls CALL mprotect(0x19dfa960ce80,0x180,0x1<PROT_READ>)
45716 iscsi-ls RET mprotect 0
45716 iscsi-ls CALL getentropy(0x19dfa960e5a0,256)
45716 iscsi-ls RET getentropy 0
45716 iscsi-ls CALL mmap(0,0x4000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,-1,0)
===> libqb-1.0.3 depends on: libtool-* -> libtool-2.4.2p0
===> libqb-1.0.3 depends on: gmake-* -> gmake-4.2.1
===> Checking files for libqb-1.0.3
`/usr/ports/distfiles/libqb-1.0.3.tar.gz' is up to date.
>> (SHA256) libqb-1.0.3.tar.gz: OK
===> Extracting for libqb-1.0.3
===> Patching for libqb-1.0.3
===> Compiler link: clang -> /usr/bin/clang
===> Compiler link: clang++ -> /usr/bin/clang++
===> Compiler link: cc -> /usr/bin/cc
@jirib
jirib / gist:95f123894ee227f03be7b5adf6d5d29a
Last active October 4, 2018 14:05
i3 on Centos 7 x86_64
# works for me but it's copy&paste and correction from other gist
# as i'm mostly openbsd user, i tried to stick to openbsd versions of utils
mkdir ~/src; cd $_
mkdir -p anongit.freedesktop.org/git/xorg/util/; cd $_
git clone https://anongit.freedesktop.org/git/xorg/util/macros.git
cd ../..; mkdir xcb; cd $_
git clone https://anongit.freedesktop.org/git/xcb/util-renderutil.git
git clone https://anongit.freedesktop.org/git/xcb/util-image.git
git clone https://anongit.freedesktop.org/git/xcb/util-cursor.git
HostKeyAlgorithms ssh-ed25519
PubkeyAcceptedKeyTypes ssh-ed25519
PermitRootLogin no
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
AllowAgentForwarding no
AllowTcpForwarding no
@jirib
jirib / main.c
Created February 20, 2019 00:33
C Programming Language 1-13
#include <stdio.h>
/*
* program printing a histogram of word lengths
*/
#define MAX 10 /* max word length, above is counted as this */
int
main()
#
# credit: https://github.com/turnkey-commerce
# and https://gist.github.com/adejones/1c185b057b51ddfa2b837183409a7821
#
$resticExe = 'C:\restic\restic.exe'
$resticRepository = 'Z:\restic'
# rootVolume will be taken as tag label
$rootVolume = "C:\"
# TODO: