I have (again) changed disk layout on my NAS. I have got a PATA SSD on which I need to install and boot FreeBSD. I hope this can save me som electicity (the non SSD can spin down). And of course it will give me some speed. First get the newest boot image for USB sticks: FreeBSD-9.1-RELEASE-amd64-memstick.img Write it …
Read MoreI have a MacBook Air running Mountain Lion (10.9). I also have a RaspberryPi that I want to use as a digital picture frame (along with a monitor - of course). My choice of digital picture frame software is - home brew pygame - running from the console on the RaspberryPi. On the RPi I get pygame with a rasbian image. On …
Read MoreThe radio in our Ford Mondeo reported a strange code: "RICP". This happened every time you tried to turn up the volume. In the manuals this is described to be a mode the radio can be in, if there is a read panel for controlling the radio. Only - there is no such panel in our Mondeo :-) So after searching a …
Read MoreI want to access my files on the FreeBSD NAS via AFP and not SMB. SMB is too Windows-like ;-) First we nee Bonjour to multicast the DNS-name of the server. This is implemented by avahi. (Why does it nee to install so many X ports...?) 1# cd /usr/ports/net/avahi 2# make install clean Now start the daemons (remember to …
Read MoreI have a FreeBSD server with a lot of out media on it. And I want to view this contents on my Apple TV. Plex and Plex Media Server (PMS) comes to mind. There is, however, not a port for FreeBSD of PMS. But fortunately there is good Linux support in `FreeBSD, so I was hoping to get support that way... Here is what I …
Read MoreI had a weid experience. All of a sudden I wasn't able to login on my NAS with ssh. I use PKI (RSA) for login and have disabled pure password login. A `ssh -v revealed: 1debug1: Authentications that can continue: publickey 23 times. First I thought that the keys didn't match - that was not it (I generated a new pair …
Read MoreInstead of mounting shares manually every time at login, one can use autos. I have followed the guide here So in my case I created a file /etc/fstab and inserted a file for the home directory on my server (local ip: 192.168.1.40): 1192.168.1.40:/jesper /Users/jesper/tranquil/jesper url …
Read MoreI found a blogpost describing the setup of the icon: http://www.simonwheatley.co.uk/2008/04/06/avahi-finder-icons/ So create (if not already present) a file: /usr/local/etc/avahi/services/afp.service And put e.g. this in it: <?xml version="1.0" standalone='no'?><!---nxml---> <!DOCTYPE …
Read MoreEvery once in a while the ports software on the NAS needs to be "rebased" with the newest. I have made a script that I can run in a screen. It will update the ports tree and compile the new software: 1portsnap fetch extract update 2pkgdb -F 3portsdb -Fu 4portupgrade -ac
Read MoreDoes your Mac also complain when you mount a share via AFP (netatalk)? Something like this: 1Something wrong with the volume's CNID DB, using 2temporary CNID DB instead. Check server messages 3for details. Switching to read-only mode. I solved this by adding a little to the rc.conf: …
Read More