October 22, 2013

bad ifconfig leads to no pings

I had a Bacula job fail today: Is bacula-sd running on crey? Yes it is. Can I telnet to port 9103 on crey? Yes, I can: $ telnet 10.5.0.20 9103 Trying 10.5.0.20… Connected to crey.example.org. Escape character is ‘^]’. What about from the nyi-fd server? Can I telnet from there? $ telnet 10.5.0.20 9103 Trying 10.5.0.20… telnet: connect to address 10.5.0.20: Operation timed out telnet: Unable to connect to remote host I started […]

bad ifconfig leads to no pings Read More »

doveadm cannot work without a tty

I got this message today: $ doveadm pw -s SHA512-CRYPT Enter new password: doveadm(dan): Fatal: open(/dev/tty) failed: No such file or directory It seems if you have no tty, you can’t create a password. Surely there is a better way to do this? # w 7:21PM up 19 days, 4 mins, 0 users, load averages: 0.48, 0.77, 0.67 USER TTY FROM LOGIN@ IDLE WHAT # That’s on a FreeBSD 8.4-RELEASE-p3 jail. To access

doveadm cannot work without a tty Read More »

Scroll to Top