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: root@... | |
To: root@... | |
Subject: Cron <root@...> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) | |
Date: Tue, 26 May 2015 02:28:06 +0100 | |
/etc/cron.daily/logrotate: | |
2015/05/26 02:26:51| WARNING: (B) '127.0.0.1' is a subnetwork of (A) '127.0.0.1' | |
2015/05/26 02:26:51| WARNING: because of this '127.0.0.1' is ignored to keep splay tree searching predictable | |
2015/05/26 02:26:51| WARNING: You should probably remove '127.0.0.1' from the ACL named 'localhost' | |
2015/05/26 02:26:51| WARNING: (B) '127.0.0.1' is a subnetwork of (A) '127.0.0.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
Mirroring to /space/mirrors/debian from http://ftp.uk.debian.org/debian/ | |
Arches: amd64,i386 | |
Dists: jessie,jessie-updates,jessie-backports,stretch,stretch-updates,sid | |
Sections: main,contrib,non-free,main/debian-installer | |
Including source. | |
Pdiff mode: use | |
Will clean up after mirroring. | |
Attempting to get lock ... | |
Updating remote trace files (using rsync) ... |
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
Install required packages: | |
# apt-get install uidmap lxc | |
# ..and cgmanager? or not? Who can say? | |
Enable unshare: | |
# echo 'kernel.unprivileged_userns_clone = 1' >> /etc/sysctl.d/local.conf | |
# sysctl --system | |
Check /etc/subuid and /etc/subgid and add ranges if missing, e.g.: | |
# usermod -v 886432-951967 richard |
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
richard@deodand:~/junk$ cat t.c | |
#include <stdio.h> | |
#include <wchar.h> | |
int main(void) { | |
FILE *fp = fopen("/dev/null", "r"); | |
return printf("initial orientation: %d\n", fwide(fp, 0)); | |
} | |
richard@deodand:~/junk$ clang-3.6 -fsanitize=address -o t t.c | |
richard@deodand:~/junk$ ./t |
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
araminta:~$ ssh heceptor -t ls -l /dev/tty | |
crw--w---- 1 richard tty 0, 0 Jul 14 2012 /dev/tty | |
Connection to heceptor closed. | |
araminta:~$ ssh heceptor 'echo /dev/tt?' | |
/dev/tty | |
araminta:~$ ssh heceptor ls -l /dev/tty | |
ls: cannot access /dev/tty: No such device or address | |
araminta:~$ ssh heceptor uname -a | |
GNU heceptor 0.3 GNU-Mach 1.3.99-486/Hurd-0.3 i686-AT386 GNU |
NewerOlder