[ptxdist] Root login incorrect with NFS configuration

2013-09-09 Thread Cheta Anyiah
I'm running ptxdist 2012.12.01 with the mini2440 bsp everything is good up until the point where I edit the env/config file so that I can use a rootfs on NFS I get a login incorrect. My etc/exports has no_root_squash already. I've read http://www.friendlyarm.net/forum/topic/3727 Already. If I do

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-09 Thread Michael Olbrich
On Mon, Sep 09, 2013 at 05:31:31PM +0200, Alexander Dahl wrote: > > When I checked the list after applying all patches, there where 4 files not > > installed. Maybe that is caused by the next patch (the new version)? As I > > don't know anything about this stuff, can you please check and add them a

[ptxdist] [ANNOUNCE] PTXdist 2013.09.0 released

2013-09-09 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2013.09.0. It's still holiday season so this is a realy small release. It's basically a bugfix only release. There are some important fixes here so I recommend upgrading if you're using 2013.08.0. Thanks to all contributors and - as always

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-09 Thread Alexander Dahl
Hei hei, Am 2013-09-09 12:03, schrieb Michael Olbrich: > On Thu, Sep 05, 2013 at 04:06:44PM +0200, Alexander Dahl wrote: >> >> Signed-off-by: Alexander Dahl >> --- >> rules/net-snmp.make |5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/rules/net-snmp.make b/ru

Re: [ptxdist] [PATCH] lldpd: add package

2013-09-09 Thread Michael Olbrich
On Mon, Sep 09, 2013 at 05:20:09PM +0200, Alexander Dahl wrote: > Hei Michael, > > Am 2013-09-09 16:45, schrieb Michael Olbrich: > > please change the subject to "lldpd: ..." > > I'll do it in the next patch, I noticed this right after sending it. :-/ > > >> Yes. This is tricky and didn't have

Re: [ptxdist] [PATCH] lldpd: add package

2013-09-09 Thread Alexander Dahl
Hei Michael, Am 2013-09-09 16:45, schrieb Michael Olbrich: > please change the subject to "lldpd: ..." I'll do it in the next patch, I noticed this right after sending it. :-/ >> Yes. This is tricky and didn't have a good idea how to check it. There's >> the parameter NET_SNMP_MIB_MODULES which

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Michael Olbrich
Hi, please change the subject to "lldpd: ..." On Mon, Sep 09, 2013 at 12:43:09PM +0200, Alexander Dahl wrote: > Am 2013-09-09 11:49, schrieb Michael Olbrich: > > This fail to compile here: > > [...] > > checking for snmp_register_callback in -lnetsnmp... yes > > checking for netsnmp_enable_subage

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Alexander Dahl
Hei hei, Am 2013-09-09 11:49, schrieb Michael Olbrich: > This fail to compile here: > [...] > checking for snmp_register_callback in -lnetsnmp... yes > checking for netsnmp_enable_subagent... no > configure: error: *** no subagent support in net-snmp > make: *** [/state/lldpd.prepare] Error 1

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-09 Thread Michael Olbrich
On Thu, Sep 05, 2013 at 04:06:44PM +0200, Alexander Dahl wrote: > > Signed-off-by: Alexander Dahl > --- > rules/net-snmp.make |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rules/net-snmp.make b/rules/net-snmp.make > index 24efa72..4151d2b 100644 > --- a/rules/

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Michael Olbrich
On Thu, Sep 05, 2013 at 03:48:54PM +0200, Alexander Dahl wrote: > This adds a package lldpd implementing 802.1ab aka LLDP protocol. It's > the daemon written by Vincent Bernat licensed under ISC license from > http://vincentbernat.github.io/lldpd/ > > The init script is inspired by the one in Debi

Re: [ptxdist] problem compiling gdbserver and gdb with -Wcast-align

2013-09-09 Thread Michael Olbrich
On Wed, Sep 04, 2013 at 04:19:08PM +0200, Alexander Dahl wrote: > at the moment we are using ptxdist 2013.07.1 with OSELAS toolchain > 2012.12.1 for arm-v5te. We usually have set -Wcast-align in the extra > toolchain options (TARGET_EXTRA_CFLAGS and the two for C++) to spot > alignment problems in

Re: [ptxdist] [PATCH 2/2] package alsa-utils: alsaloop requires libsamplerate, so autoselect it

2013-09-09 Thread Michael Olbrich
On Fri, Aug 23, 2013 at 06:04:48PM +0200, Andreas Pretzsch wrote: > Signed-off-by: Andreas Pretzsch > --- > rules/alsa-utils.in |1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in > index c24bbf6..c924ec6 100644 > --- a/rules/alsa-utils.in > +++

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-09-09 Thread Michael Olbrich
On Sat, Aug 31, 2013 at 02:57:21PM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > rules/mpd.in | 55 ++ > rules/mpd.make | 121 > + > 2 files changed, 176 insertions(+) > create mode 100644 rule

Re: [ptxdist] [PATCH 1/2] libsamplerate: add package

2013-09-09 Thread Michael Olbrich
On Fri, Aug 23, 2013 at 06:04:47PM +0200, Andreas Pretzsch wrote: > Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. > It is used e.g. by alsaloop from alsa-utils. > More information, source and docs: http://www.mega-nerd.com/SRC/ > > Signed-off-by: Andreas Pretzsch >