February 14th, 2010 by Merlijn
I experienced mysterious crashes of the netatalk daemon installed on a freeBSD8 box. The apfd was advertised with mdnsresponder, but at the moment I tried connecting to the shares, the afpd crashed. Nothing showed in the usual logs. I tried several debugging modes, but nothing seemed to give any clue where I had to find the cause of the crashes.
I took another look the /var/log directory, wondering which logfile could provide me with any clue.
Turned out that auth.log was giving information:
Feb 14 08:35:06 zaphod afpd[9740]: twist Erlkoenig.gargleblaster.org to /bin/echo "You are not welcome to use afpd from Erlkoenig.gargleblaster.org."
Aha! this ringed a bell! I recently installed denyhosts, which uses hosts.allow.
A quick look in hosts.allow gave :
# The rest of the daemons are protected.
ALL : ALL \
: severity auth.info \
: twist /bin/echo "You are not welcome to use %d from %h."
So adding:
#netatalk
afpd: ALL: allow
Did the trick… netatalk is working as expected again.
Tags: denyhosts, freeBSD, netatalk
Posted in General | 1 Comment »
January 2nd, 2010 by Merlijn
Posted in General | No Comments »
November 29th, 2009 by Merlijn
Tags: it, Slashdot
Posted in General | No Comments »
November 13th, 2009 by Merlijn
merlijn@nietzsche 4 ~$ nslookup 69.69.69.69
Server: 10.1.2.5
Address: 10.1.2.5#53
Non-authoritative answer:
69.69.69.69.in-addr.arpa name = the-coolest-ip-on-the-net.com.
Authoritative answers can be found from:
arpa nameserver = I.ROOT-SERVERS.NET.
arpa nameserver = H.ROOT-SERVERS.NET.
arpa nameserver = E.ROOT-SERVERS.NET.
arpa nameserver = K.ROOT-SERVERS.NET.
arpa nameserver = A.ROOT-SERVERS.NET.
arpa nameserver = D.ROOT-SERVERS.NET.
arpa nameserver = G.ROOT-SERVERS.NET.
arpa nameserver = M.ROOT-SERVERS.NET.
arpa nameserver = B.ROOT-SERVERS.NET.
arpa nameserver = C.ROOT-SERVERS.NET.
arpa nameserver = F.ROOT-SERVERS.NET.
arpa nameserver = L.ROOT-SERVERS.NET.
Posted in General | No Comments »
November 12th, 2009 by Merlijn
No other word for it. Stupid Americans.
How on earth do you think of assigning a patent to Microsoft for something which was invented around the time that Bill Gates crawled out of his mother?
Microsoft Patents Sudo?!!
The patent
Tags: Americans, M$, stupid
Posted in General | No Comments »