Re: New mpd available - Part 1

Paulo Cavalcanti <[email protected]> Fri, 26 Jul 2013 09:01:50 -0300
Newsgroups gmane.linux.redhat.rpm.atrpms.devel
Message-ID <CAMgUmn=djRMJuX7mqQoL=SwRbZSO76Tuf9bVa8di8px=Vpk29A@mail.gmail.com>
--===============2270403003070705508==
Content-Type: multipart/alternative; boundary=001a1133e95a6e7f1b04e268e8e2

--001a1133e95a6e7f1b04e268e8e2
Content-Type: text/plain; charset=ISO-8859-1

Hi, Kim

the only way I got mpd working system wide in F17, was recursively
labelling all my mp3 directory "audio_home_t".

You can try mdp as a user, using something as:

music_directory              "/home/mp3"
playlist_directory             "/home/kim/.mpd/playlists"
db_file                            "/home/kim/.mpd/database"
log_file                           "/home/kim/.mpd/log"
pid_file                           "/home/kim/.mpd/pid"
state_file                        "/home/kim/.mpd/state"

.....

bind_to_address                 "0.0.0.0"  <---- this may help

and just starting mpd (this is how it runs in Mac OS for me).
It should work in linux this way if the selinux labels are wrong.
But maybe F19 has something different.

Anyway, is it working in F19 using /var/run/mpd?













On Thu, Jul 25, 2013 at 4:22 PM, Kim Bisgaard
<[email protected]>wrote:

> Hi Paulo,
>
> If I look at selinux labeling in F19 it looks like the attached picture.
> See "Part 2"
>
> I can see that selinux expects the pid and socket file to be in
> "/var/run/mpd"
>
> I have no audio_home_t, but mpd_data_t
>
> Here is my system wide config:
> music_directory         "/var/lib/mpd/music"
> playlist_directory      "/var/lib/mpd/playlists"
> db_file                 "/var/lib/mpd/database"
> pid_file                "/var/run/mpd/pid"
> user                    "mpd"
> bind_to_address         "192.168.0.5"
> bind_to_address         "/var/run/mpd/socket"
> port                    "6600"
> log_level               "verbose"
> metadata_to_use "artist,album,title,track,**name,genre,date,composer,**
> performer,disc"
> follow_outside_symlinks "yes"
> follow_inside_symlinks  "yes"
> zeroconf_enabled        "no"
> input {
>           plugin          "curl"
> }
> audio_output {
>           type            "pulse"
>           name            "My Pulse Output"
>           sink            "alsa_output.pci-0000_00_14.2.**analog-stereo"
> }
>
> Which unfortunately does still not work. I can get alsa output to work if
> I do not mind not beeing able to touch the volume. But Pulseaudio just
> gives: {{mpd: output: Failed to open "My Pulse Output" [pulse]: failed to
> connect: Connection terminated}}
>
> I do NOT think that you can help or is responsible - I just think that Mpd
> is somewhat difficult to configure correctly on Fedora (I had similar
> problems in F17 :-(  )
>
> Best regards,
> Kim
>
>
> Den 25-07-2013 16:01, Paulo Cavalcanti skrev:
>
>> mpd has a directory where, among other things, its database and pid are
>> stored.
>>
>> If mpd is run system wide as root, this is /var/lib/mpd, as you should
>> set in
>> /etc/mpd.conf:
>>
>> cascavel:~] ls -al /var/lib/mpd
>> total 12604
>> drwxr-xr-x.  5 mpd  mpd            4096 Jul 18 07:12 .
>> drwxrwxr-x. 78 root procgrafico    4096 Jul 14 22:37 ..
>> -rw-r--r--.  1 mpd  mpd         3350971 Jul 20 17:37 database
>> -rw-------.  1 mpd  mpd              16 Jul  5  2012 .esd_auth
>> -rw-r--r--.  1 root root        9508991 Jul 24 18:20 log
>> drwxr-xr-x.  2 mpd  mpd            4096 Jul 10 09:08 music
>> -rw-r--r--.  1 mpd  mpd               5 Jul 18 07:12 pid
>> drwxr-xr-x.  2 mpd  mpd            4096 Jul 10 09:08 playlists
>> drwx------.  2 mpd  mpd            4096 Feb  9 00:09 .pulse
>> -rw-------.  1 mpd  mpd             256 Jul  5  2012 .pulse-cookie
>> -rw-r--r--.  1 mpd  mpd            3258 Jul 20 17:42 state
>>
>>
>> If mpd is run for a single user this is generally ~/.mpd:
>>
>> [cascavel:~] ls -al ~/.mpd
>> total 8260
>> drwxrwxr-x.   4 roma roma    4096 Mar 11 08:45 .
>> drwxr-xr-x. 115 roma roma   12288 Jul 24 17:10 ..
>> drwxrwxr-x.   2 roma roma    4096 Sep  2  2012 .AppleDouble
>> -rw-rw-r--.   1 roma roma 3313663 Mar  7 09:00 database
>> -rw-rw-r--.   1 roma roma 5093395 Mar 11 17:30 log
>> -rw-r--r--.   1 roma roma   13727 Jul  7  2012 mpd.conf
>> -rw-rw-r--.   1 roma roma       5 Mar 11 08:45 pid
>> drwxrwxr-x.   2 roma roma    4096 Oct 14  2012 playlists
>> -rw-rw-r--.   1 roma roma    3917 Mar  7 09:32 state
>>
>> Therefore, there has never been a /var/run/mpd. To use the system wide
>> approach with selinux active, the files must be labelled "audio_home_t".
>>
>> Nonetheless, you have to edit /etc/mpd.conf and set your choices,
>> removing the pounds (#) at least until:
>>
>> #state_file                     "/var/lib/mpd/state"
>>
>> Otherwise, I doubt mpd will work...
>>
>>
>>
>> On Thu, Jul 25, 2013 at 8:14 AM, Kim Bisgaard
>> <[email protected] <mailto:kim+j2@alleroedderne.**adsl.dk<kim%[email protected]>>>
>> wrote:
>>
>>     Hi Paulo,
>>
>>     I have tried to use it on F19. THANKS!!
>>
>>     I could not get it to start. It threw a very misleading error -
>>     "Failed to bind to 'localhost': No such file or directory", but the
>>     real reason was that the directory "/var/run/mpd" was not created.
>>
>>     This in it self has nothing to do with systemd as such, just because
>>     Fedora introduced the empty /var at the same time (tmpfs mounted
>> /var) .
>>
>>     Hope this clears it up?
>>
>>     Regards,
>>     Kim
>>
>>
>>     On 2013-07-25 12:25, Paulo Cavalcanti wrote:
>>
>>>     Hi,
>>>
>>>     the version for F17 uses systemd, ant the other for rhel6, does not.
>>>
>>>     What version do you mean?
>>>
>>>
>>>
>>>
>>>     On Tue, Jul 23, 2013 at 8:51 AM, Kim Bisgaard
>>>     <[email protected]
>>>     <mailto:kim+j2@alleroedderne.**adsl.dk<kim%[email protected]>>>
>>> wrote:
>>>
>>>         Hi Paulo,
>>>
>>>         Could I persuade you to create the directory with the socket
>>>         file in the package? This prevents the package to work on
>>>         distributions with systemd.
>>>
>>>         The spec-file-fu is something like the following:
>>>         file mpd.tpmfilesd with this line:
>>>         d /var/run/mpd 0755 mpd audio -
>>>
>>>         Source10: mpd.tmpfilesd
>>>
>>>         %if %{with systemd}
>>>         #install -p -D -m 644 %{SOURCE10}
>>>         $RPM_BUILD_ROOT%{_tmpfilesdir}**/mpd.conf
>>>         install -p -D -m 644 %{SOURCE10}
>>>         $RPM_BUILD_ROOT/etc/tmpfiles.**d/mpd.conf
>>>         %endif
>>>
>>>         Regards,
>>>         Kim
>>>
>>>
>>>
>>>         On 2013-07-10 14:30, Paulo Cavalcanti wrote:
>>>
>>>>         Hi, Axel
>>>>
>>>>         I have two versions. One for Fedora, which uses mpd.service,
>>>>         and another for rhel6 with /etc/rc.d/init.d/mpd.
>>>>
>>>>         The fedora version is the same we had before, but the rhel6
>>>>         will allow
>>>>         an upgrade from the previous 0.16.7 we have at ATrpms.
>>>>
>>>>         Thanks.
>>>>
>>>>
>>>>         http://people.atrpms.net/~**pcavalcanti/srpms/mpd-0.17.4-**
>>>> 25.el6.src.rpm<http://people.atrpms.net/~pcavalcanti/srpms/mpd-0.17.4-25.el6.src.rpm>
>>>>         <http://people.atrpms.net/%**7Epcavalcanti/srpms/mpd-0.17.**
>>>> 4-25.el6.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/mpd-0.17.4-25.el6.src.rpm>
>>>> >
>>>>
>>>>
>>>>         http://people.atrpms.net/~**pcavalcanti/srpms/mpd-0.17.4-**
>>>> 27.fc17.src.rpm<http://people.atrpms.net/~pcavalcanti/srpms/mpd-0.17.4-27.fc17.src.rpm>
>>>>         <http://people.atrpms.net/%**7Epcavalcanti/srpms/mpd-0.17.**
>>>> 4-27.fc17.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/mpd-0.17.4-27.fc17.src.rpm>
>>>> >
>>>>
>>>>
>>>>
>>>>         --
>>>>         Paulo Roma Cavalcanti
>>>>         LCG - UFRJ
>>>>
>>>>
>>>>         ______________________________**_________________
>>>>         atrpms-devel mailing list
>>>>         [email protected]  <mailto:atrpms-devel@atrpms.**net<[email protected]>
>>>> >
>>>>         http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>>>>
>>>
>>>
>>>         ______________________________**_________________
>>>         atrpms-devel mailing list
>>>         [email protected] <mailto:atrpms-devel@atrpms.**net<[email protected]>
>>> >
>>>         http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>>>
>>>
>>>
>>>
>>>     --
>>>     Paulo Roma Cavalcanti
>>>     DCC - UFRJ
>>>
>>>
>>>     ______________________________**_________________
>>>     atrpms-devel mailing list
>>>     [email protected]  <mailto:atrpms-devel@atrpms.**net<[email protected]>
>>> >
>>>     http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>>>
>>
>>
>>     ______________________________**_________________
>>     atrpms-devel mailing list
>>     [email protected] <mailto:atrpms-devel@atrpms.**net<[email protected]>
>> >
>>     http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>>
>>
>>
>>
>> --
>> Paulo Roma Cavalcanti
>> DCC - UFRJ
>>
>>
>> ______________________________**_________________
>> atrpms-devel mailing list
>> [email protected]
>> http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>>
>>
>
>
> ______________________________**_________________
> atrpms-devel mailing list
> [email protected]
> http://lists.atrpms.net/**mailman/listinfo/atrpms-devel<http://lists.atrpms.net/mailman/listinfo/atrpms-devel>
>



-- 
Paulo Roma Cavalcanti
DCC - UFRJ

--001a1133e95a6e7f1b04e268e8e2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div><div>Hi, Kim<br><br></div>the onl=
y way I got mpd working system wide in F17, was recursively labelling all m=
y mp3 directory &quot;audio_home_t&quot;. <br></div><br></div>You can try m=
dp as a user, using something as:<br>
<br>music_directory=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &quot;/home/mp3&=
quot;<br>playlist_directory=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &quot;/home=
/kim/.mpd/playlists&quot;<br>db_file=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &quot;/home/kim/.mpd/database&qu=
ot;<br>log_file=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0 &quot;/home/kim/.mpd/log&quot;<br>
pid_file=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0 &quot;/home/kim/.mpd/pid&quot;<br>state_file=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &quot;/home/kim/.mpd/st=
ate&quot;<br><br>.....<br><br>bind_to_address=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0 &quot;0.0.0.0&quot;=A0 &lt;---- this may help<br>
<br></div>and just starting mpd (this is how it runs in Mac OS for me).<br>=
</div>It should work in linux this way if the selinux labels are wrong.<br>=
</div><div>But maybe F19 has something different.<br><br></div><div>Anyway,=
 is it working in F19 using /var/run/mpd?<br>
<br></div><div><br></div><br><div><div><br><br><br><div><br><br><br><br><br=
></div></div></div></div><div class=3D"gmail_extra"><br><br><div class=3D"g=
mail_quote">On Thu, Jul 25, 2013 at 4:22 PM, Kim Bisgaard <span dir=3D"ltr"=
>&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">kim+=
[email protected]</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Hi Paulo,<br>
<br>
If I look at selinux labeling in F19 it looks like the attached picture. Se=
e &quot;Part 2&quot;<br>
<br>
I can see that selinux expects the pid and socket file to be in &quot;/var/=
run/mpd&quot;<br>
<br>
I have no audio_home_t, but mpd_data_t<br>
<br>
Here is my system wide config:<br>
music_directory =A0 =A0 =A0 =A0 &quot;/var/lib/mpd/music&quot;<br>
playlist_directory =A0 =A0 =A0&quot;/var/lib/mpd/playlists&quot;<br>
db_file =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &quot;/var/lib/mpd/database&quot;<b=
r>
pid_file =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&quot;/var/run/mpd/pid&quot;<br>
user =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&quot;mpd&quot;<br>
bind_to_address =A0 =A0 =A0 =A0 &quot;192.168.0.5&quot;<br>
bind_to_address =A0 =A0 =A0 =A0 &quot;/var/run/mpd/socket&quot;<br>
port =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&quot;6600&quot;<br>
log_level =A0 =A0 =A0 =A0 =A0 =A0 =A0 &quot;verbose&quot;<br>
metadata_to_use &quot;artist,album,title,track,<u></u>name,genre,date,compo=
ser,<u></u>performer,disc&quot;<br>
follow_outside_symlinks &quot;yes&quot;<br>
follow_inside_symlinks =A0&quot;yes&quot;<br>
zeroconf_enabled =A0 =A0 =A0 =A0&quot;no&quot;<br>
input {<br>
=A0 =A0 =A0 =A0 =A0 plugin =A0 =A0 =A0 =A0 =A0&quot;curl&quot;<br>
}<br>
audio_output {<br>
=A0 =A0 =A0 =A0 =A0 type =A0 =A0 =A0 =A0 =A0 =A0&quot;pulse&quot;<br>
=A0 =A0 =A0 =A0 =A0 name =A0 =A0 =A0 =A0 =A0 =A0&quot;My Pulse Output&quot;=
<br>
=A0 =A0 =A0 =A0 =A0 sink =A0 =A0 =A0 =A0 =A0 =A0&quot;alsa_output.pci-0000_=
00_14.2.<u></u>analog-stereo&quot;<br>
}<br>
<br>
Which unfortunately does still not work. I can get alsa output to work if I=
 do not mind not beeing able to touch the volume. But Pulseaudio just gives=
: {{mpd: output: Failed to open &quot;My Pulse Output&quot; [pulse]: failed=
 to connect: Connection terminated}}<br>

<br>
I do NOT think that you can help or is responsible - I just think that Mpd =
is somewhat difficult to configure correctly on Fedora (I had similar probl=
ems in F17 :-( =A0)<br>
<br>
Best regards,<br>
Kim<br>
<br>
<br>
Den <a href=3D"tel:25-07-2013%2016" value=3D"+12507201316" target=3D"_blank=
">25-07-2013 16</a>:01, Paulo Cavalcanti skrev:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
mpd has a directory where, among other things, its database and pid are<br>
stored.<br>
<br>
If mpd is run system wide as root, this is /var/lib/mpd, as you should<br>
set in<br>
/etc/mpd.conf:<br>
<br>
cascavel:~] ls -al /var/lib/mpd<br>
total 12604<br>
drwxr-xr-x. =A05 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A04096 Jul 18 07:12 .<br>
drwxrwxr-x. 78 root procgrafico =A0 =A04096 Jul 14 22:37 ..<br>
-rw-r--r--. =A01 mpd =A0mpd =A0 =A0 =A0 =A0 3350971 Jul 20 17:37 database<b=
r>
-rw-------. =A01 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A0 =A016 Jul =A05 =A02012 =
.esd_auth<br>
-rw-r--r--. =A01 root root =A0 =A0 =A0 =A09508991 Jul 24 18:20 log<br>
drwxr-xr-x. =A02 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A04096 Jul 10 09:08 music<=
br>
-rw-r--r--. =A01 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A0 =A0 5 Jul 18 07:12 pid<=
br>
drwxr-xr-x. =A02 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A04096 Jul 10 09:08 playli=
sts<br>
drwx------. =A02 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A04096 Feb =A09 00:09 .pul=
se<br>
-rw-------. =A01 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A0 256 Jul =A05 =A02012 .p=
ulse-cookie<br>
-rw-r--r--. =A01 mpd =A0mpd =A0 =A0 =A0 =A0 =A0 =A03258 Jul 20 17:42 state<=
br>
<br>
<br>
If mpd is run for a single user this is generally ~/.mpd:<br>
<br>
[cascavel:~] ls -al ~/.mpd<br>
total 8260<br>
drwxrwxr-x. =A0 4 roma roma =A0 =A04096 Mar 11 08:45 .<br>
drwxr-xr-x. 115 roma roma =A0 12288 Jul 24 17:10 ..<br>
drwxrwxr-x. =A0 2 roma roma =A0 =A04096 Sep =A02 =A02012 .AppleDouble<br>
-rw-rw-r--. =A0 1 roma roma 3313663 Mar =A07 09:00 database<br>
-rw-rw-r--. =A0 1 roma roma 5093395 Mar 11 17:30 log<br>
-rw-r--r--. =A0 1 roma roma =A0 13727 Jul =A07 =A02012 mpd.conf<br>
-rw-rw-r--. =A0 1 roma roma =A0 =A0 =A0 5 Mar 11 08:45 pid<br>
drwxrwxr-x. =A0 2 roma roma =A0 =A04096 Oct 14 =A02012 playlists<br>
-rw-rw-r--. =A0 1 roma roma =A0 =A03917 Mar =A07 09:32 state<br>
<br>
Therefore, there has never been a /var/run/mpd. To use the system wide<br>
approach with selinux active, the files must be labelled &quot;audio_home_t=
&quot;.<br>
<br>
Nonetheless, you have to edit /etc/mpd.conf and set your choices,<br>
removing the pounds (#) at least until:<br>
<br>
#state_file =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &quot;/var/lib/mpd/stat=
e&quot;<br>
<br>
Otherwise, I doubt mpd will work...<br>
<br>
<br>
<br>
On Thu, Jul 25, 2013 at 8:14 AM, Kim Bisgaard<br>
&lt;<a href=3D"mailto:kim%[email protected]" target=3D"_blank">kim=
[email protected]</a> &lt;mailto:<a href=3D"mailto:kim%2Bj2@alleroe=
dderne.adsl.dk" target=3D"_blank">kim+j2@alleroedderne.<u></u>adsl.dk</a>&g=
t;&gt; wrote:<br>

<br>
=A0 =A0 Hi Paulo,<br>
<br>
=A0 =A0 I have tried to use it on F19. THANKS!!<br>
<br>
=A0 =A0 I could not get it to start. It threw a very misleading error -<br>
=A0 =A0 &quot;Failed to bind to &#39;localhost&#39;: No such file or direct=
ory&quot;, but the<br>
=A0 =A0 real reason was that the directory &quot;/var/run/mpd&quot; was not=
 created.<br>
<br>
=A0 =A0 This in it self has nothing to do with systemd as such, just becaus=
e<br>
=A0 =A0 Fedora introduced the empty /var at the same time (tmpfs mounted /v=
ar) .<br>
<br>
=A0 =A0 Hope this clears it up?<br>
<br>
=A0 =A0 Regards,<br>
=A0 =A0 Kim<br>
<br>
<br>
=A0 =A0 On 2013-07-25 12:25, Paulo Cavalcanti wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
=A0 =A0 Hi,<br>
<br>
=A0 =A0 the version for F17 uses systemd, ant the other for rhel6, does not=
.<br>
<br>
=A0 =A0 What version do you mean?<br>
<br>
<br>
<br>
<br>
=A0 =A0 On Tue, Jul 23, 2013 at 8:51 AM, Kim Bisgaard<br>
=A0 =A0 &lt;<a href=3D"mailto:kim%[email protected]" target=3D"_bl=
ank">[email protected]</a><br>
=A0 =A0 &lt;mailto:<a href=3D"mailto:kim%[email protected]" target=
=3D"_blank">kim+j2@alleroedderne.<u></u>adsl.dk</a>&gt;&gt; wrote:<br>
<br>
=A0 =A0 =A0 =A0 Hi Paulo,<br>
<br>
=A0 =A0 =A0 =A0 Could I persuade you to create the directory with the socke=
t<br>
=A0 =A0 =A0 =A0 file in the package? This prevents the package to work on<b=
r>
=A0 =A0 =A0 =A0 distributions with systemd.<br>
<br>
=A0 =A0 =A0 =A0 The spec-file-fu is something like the following:<br>
=A0 =A0 =A0 =A0 file mpd.tpmfilesd with this line:<br>
=A0 =A0 =A0 =A0 d /var/run/mpd 0755 mpd audio -<br>
<br>
=A0 =A0 =A0 =A0 Source10: mpd.tmpfilesd<br>
<br>
=A0 =A0 =A0 =A0 %if %{with systemd}<br>
=A0 =A0 =A0 =A0 #install -p -D -m 644 %{SOURCE10}<br>
=A0 =A0 =A0 =A0 $RPM_BUILD_ROOT%{_tmpfilesdir}<u></u>/mpd.conf<br>
=A0 =A0 =A0 =A0 install -p -D -m 644 %{SOURCE10}<br>
=A0 =A0 =A0 =A0 $RPM_BUILD_ROOT/etc/tmpfiles.<u></u>d/mpd.conf<br>
=A0 =A0 =A0 =A0 %endif<br>
<br>
=A0 =A0 =A0 =A0 Regards,<br>
=A0 =A0 =A0 =A0 Kim<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0 On 2013-07-10 14:30, Paulo Cavalcanti wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
=A0 =A0 =A0 =A0 Hi, Axel<br>
<br>
=A0 =A0 =A0 =A0 I have two versions. One for Fedora, which uses mpd.service=
,<br>
=A0 =A0 =A0 =A0 and another for rhel6 with /etc/rc.d/init.d/mpd.<br>
<br>
=A0 =A0 =A0 =A0 The fedora version is the same we had before, but the rhel6=
<br>
=A0 =A0 =A0 =A0 will allow<br>
=A0 =A0 =A0 =A0 an upgrade from the previous 0.16.7 we have at ATrpms.<br>
<br>
=A0 =A0 =A0 =A0 Thanks.<br>
<br>
<br>
=A0 =A0 =A0 =A0 <a href=3D"http://people.atrpms.net/~pcavalcanti/srpms/mpd-=
0.17.4-25.el6.src.rpm" target=3D"_blank">http://people.atrpms.net/~<u></u>p=
cavalcanti/srpms/mpd-0.17.4-<u></u>25.el6.src.rpm</a><br>
=A0 =A0 =A0 =A0 &lt;<a href=3D"http://people.atrpms.net/%7Epcavalcanti/srpm=
s/mpd-0.17.4-25.el6.src.rpm" target=3D"_blank">http://people.atrpms.net/%<u=
></u>7Epcavalcanti/srpms/mpd-0.17.<u></u>4-25.el6.src.rpm</a>&gt;<br>
<br>
<br>
=A0 =A0 =A0 =A0 <a href=3D"http://people.atrpms.net/~pcavalcanti/srpms/mpd-=
0.17.4-27.fc17.src.rpm" target=3D"_blank">http://people.atrpms.net/~<u></u>=
pcavalcanti/srpms/mpd-0.17.4-<u></u>27.fc17.src.rpm</a><br>
=A0 =A0 =A0 =A0 &lt;<a href=3D"http://people.atrpms.net/%7Epcavalcanti/srpm=
s/mpd-0.17.4-27.fc17.src.rpm" target=3D"_blank">http://people.atrpms.net/%<=
u></u>7Epcavalcanti/srpms/mpd-0.17.<u></u>4-27.fc17.src.rpm</a>&gt;<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0 --<br>
=A0 =A0 =A0 =A0 Paulo Roma Cavalcanti<br>
=A0 =A0 =A0 =A0 LCG - UFRJ<br>
<br>
<br>
=A0 =A0 =A0 =A0 ______________________________<u></u>_________________<br>
=A0 =A0 =A0 =A0 atrpms-devel mailing list<br>
=A0 =A0 =A0 =A0 <a href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a> =A0&lt;mailto:<a href=3D"mailto:atrpms-devel@=
atrpms.net" target=3D"_blank">atrpms-devel@atrpms.<u></u>net</a>&gt;<br>
=A0 =A0 =A0 =A0 <a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-=
devel" target=3D"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/at=
rpms-devel</a><br>
</blockquote>
<br>
<br>
=A0 =A0 =A0 =A0 ______________________________<u></u>_________________<br>
=A0 =A0 =A0 =A0 atrpms-devel mailing list<br>
=A0 =A0 =A0 =A0 <a href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a> &lt;mailto:<a href=3D"mailto:atrpms-devel@atr=
pms.net" target=3D"_blank">atrpms-devel@atrpms.<u></u>net</a>&gt;<br>
=A0 =A0 =A0 =A0 <a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-=
devel" target=3D"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/at=
rpms-devel</a><br>
<br>
<br>
<br>
<br>
=A0 =A0 --<br>
=A0 =A0 Paulo Roma Cavalcanti<br>
=A0 =A0 DCC - UFRJ<br>
<br>
<br>
=A0 =A0 ______________________________<u></u>_________________<br>
=A0 =A0 atrpms-devel mailing list<br>
=A0 =A0 <a href=3D"mailto:[email protected]" target=3D"_blank">atrpms=
[email protected]</a> =A0&lt;mailto:<a href=3D"mailto:[email protected]=
et" target=3D"_blank">atrpms-devel@atrpms.<u></u>net</a>&gt;<br>
=A0 =A0 <a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-devel" t=
arget=3D"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/atrpms-dev=
el</a><br>
</blockquote>
<br>
<br>
=A0 =A0 ______________________________<u></u>_________________<br>
=A0 =A0 atrpms-devel mailing list<br>
=A0 =A0 <a href=3D"mailto:[email protected]" target=3D"_blank">atrpms=
[email protected]</a> &lt;mailto:<a href=3D"mailto:[email protected]"=
 target=3D"_blank">atrpms-devel@atrpms.<u></u>net</a>&gt;<br>
=A0 =A0 <a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-devel" t=
arget=3D"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/atrpms-dev=
el</a><br>
<br>
<br>
<br>
<br>
--<br>
Paulo Roma Cavalcanti<br>
DCC - UFRJ<br>
<br>
<br>
______________________________<u></u>_________________<br>
atrpms-devel mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">atrpms-devel@a=
trpms.net</a><br>
<a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-devel" target=3D=
"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/atrpms-devel</a><b=
r>
<br>
</blockquote>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
atrpms-devel mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">atrpms-devel@a=
trpms.net</a><br>
<a href=3D"http://lists.atrpms.net/mailman/listinfo/atrpms-devel" target=3D=
"_blank">http://lists.atrpms.net/<u></u>mailman/listinfo/atrpms-devel</a><b=
r>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Paulo Roma Cavalcanti<b=
r>DCC - UFRJ
</div>

--001a1133e95a6e7f1b04e268e8e2--


--===============2270403003070705508==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline