


we need to remove the requirements for the -devel packages as macuser has pointed out. Make sure to add the trailing "\" to the line above 1- add this line to the configure build args
#Netatalk src rpm centos install
Install the src.rpm as macuser did, then edit it
#Netatalk src rpm centos download
download latest autoconf tarball (version used at writing time, 2.68) the version with centos is old and is missing a macro needed by. I'm sure there's a cleaner way, but I do not know how to. Since I worked off of MacUsers's instructions. You should have a working findable, through uPnP, media server.I know this topic is several months old, but I was able to install netatalk 2.1.3 on centos and I wanted to share how I did it. The last thing to do is restart iptables and to turn on minidlna. The file is well commented and you should be able to figure out any other changes you may need to make. There are a few more settings you can tweak, but these 3 are the main ones to get up and running as quickly as possible. Next is to edit the minidlna config file. Some DLNA players require it in order to play. One thing to note here is that it is critical to have a port open for the presentation url. A INPUT -m state –state NEW -m tcp -p tcp –dport 8200 -j ACCEPT A INPUT -m state –state NEW -m udp -p udp –dport 1900 -j ACCEPT A INPUT -m state –state NEW -m tcp -p tcp –dport 1900 -j ACCEPT Just double check before you save iptables. the - in front of state and dport can be lost. Last we need to open up the proper ports in iptables, edit the config file and turn on the server. $ sudo yum install ”Īfter that file is created we need to set the proper permissions for the file. Refer to my previous blog CentOS 6.2 and Netatalk to find out how. If this step fails you may need to install the EPEL repository for Cent. If this is a live machine some of these you may already have. If it fails makes sure you have two ~]$ sudo rpm -Uvh ~]$ sudo rpm –import The DAG key sometimes likes to turn - into – when you copy paste it. There are quite a few required dependencies. MiniDLNA requires the RPMForge repository for Cent.

That, once again, you’ll have a user named bob that has sudoers privileges and that will be used to do all the work.You have a location called /data/stuff that will be used to store the media files.A fresh box would be ideal, but my own home linux machine is pretty cluttered. I live by the “lean is mean” mentality and would not recommend installing this on a production machine that has other purposes. To get miniDLNA working it requires considerable amount of packages to be installed to CentOS. It’s a working group built with a primary purpose of connecting various media devices to share your legal content while maintaining some semblance of protecting copyright holders.įinally a note. It gives a good guarantee that it will work with the majority of devices.Ī quick rundown on DLNA. What your device does with the data is up to it. I didn’t need web interfaces or transcoding. My secondary concern was that I wanted one that didn’t try to do everything. Why miniDLNA? Well first let’s start with the fact that there are a lot of DLNA type servers out there.
