keep in mind: chroot
Tuesday, January 23rd, 2007My colleague catch a fail - he try to start chroot-ed bind and put named.conf into /etc/named instead /chroot/etc/named
To take notes.
Tags:linux
My colleague catch a fail - he try to start chroot-ed bind and put named.conf into /etc/named instead /chroot/etc/named
To take notes.
Tags:linux
I’ve got theis error:
/usr/sbin/mysqld: Can’t read dir of ‘/root/tmp/’
Simply, trite, but hard to guess:
$TMPDIR had value /root.
How to fix:
export TMPDIR=/tmp/
I added this into /etc/init.d/mysql
Tags:linux mysql
I had to correct server having very strange and incomprehensible configured bind (named). Starting with uncommon serial number for zones and timeouts adn ending with absence 0.0.127.in-addr.arpa zone and chronic errors like
Got SERVFAIL reply from 127.0.0.1, trying next server
during some of zones resolving.
Tags:internet linux network