El 22/10/13 08:20, Yoyo Sanchez escribi�:
> I'm using roman minimal Debian server ( here :
>
https://romanrm.net/a10/debian ) updated.
>
> Is there a way to know if it's based on armhf (when "apt-get update" I
> can read armhf packages) ?
You can run the following, and you should get armhf.
$ dpkg --print-architecture
armhf
You can ldd any binary too and you should see it using the armhf libc
$ ldd /bin/sh
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76e36000)
/lib/arm-linux-gnueabihf/ld-linux.so.3 => /lib/ld-linux-armhf.so.3
(0x76f22000)
>
> Could you post your mpd.conf please ?
There's nothing too fancy on it,
http://sprunge.us/GWTM
Cheers,
Emilio