nsupdate

View: New views
7 Messages — Rating Filter:   Alert me  

nsupdate

by Trev Peterson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I was wondering if anyone has a nsupdate packaged for bering uclibc 3.1.
It appears in the post in the link below that someone likely had one
packaged for 3.1 but there is no package available on the website.
http://osdir.com/ml/linux.leaf.user/2005-07/msg00090.html

Please let me know if there is one available and if so where I can get
it from.  I also suggest we add it to the contrib section of 3.1 on the
site if it's working well.  Thanks,
--
Trev Peterson
Advanced Reality
Email: trev@...
Phone: +1 847 406 9018


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: nsupdate

by Trev Peterson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

So no-one has nsupdate packaged for Bering Uclib 3.x?

On Mon, 2009-06-22 at 13:29 -0500, Trev Peterson wrote:

> Hello,
>
> I was wondering if anyone has a nsupdate packaged for bering uclibc 3.1.
> It appears in the post in the link below that someone likely had one
> packaged for 3.1 but there is no package available on the website.
> http://osdir.com/ml/linux.leaf.user/2005-07/msg00090.html
>
> Please let me know if there is one available and if so where I can get
> it from.  I also suggest we add it to the contrib section of 3.1 on the
> site if it's working well.  Thanks,
--
Trev Peterson
Advanced Reality
Email: trev@...
Phone: +1 847 406 9018


------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: nsupdate

by Erich Titl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Trev

Trev Peterson schrieb:
> So no-one has nsupdate packaged for Bering Uclib 3.x?

I looked on my compile tree and found a bind9 directory. I obviously
never bothered to finalize it, you may have to compile it yourself.

cheers

Erich


------------------------------------------------------------------------------

------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: $250 for nsupdate.lrp

by Trev Peterson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If anyone is willing to create an LRP for nsupdate on leaf bering uclibc
3.1 that works and is properly packaged I will be happy to pay $250 for
their trouble.  I will also go through the process of submitting it for
inclusion in the contrib packages section.  This is an urgent need so
please let me know if you are interested and can complete this soon.
Thanks,

On Thu, 2009-06-25 at 13:11 -0500, Trev Peterson wrote:

> So no-one has nsupdate packaged for Bering Uclib 3.x?
>
> On Mon, 2009-06-22 at 13:29 -0500, Trev Peterson wrote:
> > Hello,
> >
> > I was wondering if anyone has a nsupdate packaged for bering uclibc 3.1.
> > It appears in the post in the link below that someone likely had one
> > packaged for 3.1 but there is no package available on the website.
> > http://osdir.com/ml/linux.leaf.user/2005-07/msg00090.html
> >
> > Please let me know if there is one available and if so where I can get
> > it from.  I also suggest we add it to the contrib section of 3.1 on the
> > site if it's working well.  Thanks,
--
Trev Peterson
Advanced Reality
Email: trev@...
Phone: +1 847 406 9018


------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: $250 for nsupdate.lrp

by Charles Steinkuehler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Trev Peterson wrote:
> If anyone is willing to create an LRP for nsupdate on leaf bering uclibc
> 3.1 that works and is properly packaged I will be happy to pay $250 for
> their trouble.  I will also go through the process of submitting it for
> inclusion in the contrib packages section.  This is an urgent need so
> please let me know if you are interested and can complete this soon.

I have the bind 8 version of nsupdate packaged for LRP, although it's
for the older glibc and not for uclibc:

http://lrp2.steinkuehler.net/Packages/bind-8.htm

...note that newer versions of glibc are generally binary compatible,
but you probably can't run a glibc application against uclibc.

If no one responds to your request for nsupdate compiled against uclibc,
I strongly suggest you try compiling it yourself.  If you really can't
do that let me know and I'll try to build a version for you.  However,
if it was me and I was deploying this in production, I'd want to be able
to build it myself...it's really not that hard to do, especially with
the custom build environment supported by the Bering folks.

- --
Charles Steinkuehler
charles@...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKUVTDLywbqEHdNFwRAoC2AJ9EJdpJMBys3L0oD+XwIani0nWW2wCfUn7Q
O6XD2r1rDD6bQ9EzfsoupYE=
=ecqo
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: $250 for nsupdate.lrp

by Trev Peterson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Charles,

The Bind8 version of nsupdate was rather broken so much that the Bind9
doco strongly suggests avoiding it.

Is buildtools the right way to setup the cross compile environment?  I
looked over the dev docs briefly but the impression I got was buildtools
was more for certain packages (modules and some preconfigured source).
Am I misunderstanding this, can it be used to compile any source?  Any
help / links to more info on how to best do this is appreciated.
Thanks,

On Sun, 2009-07-05 at 20:34 -0500, Charles Steinkuehler wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Trev Peterson wrote:
> > If anyone is willing to create an LRP for nsupdate on leaf bering uclibc
> > 3.1 that works and is properly packaged I will be happy to pay $250 for
> > their trouble.  I will also go through the process of submitting it for
> > inclusion in the contrib packages section.  This is an urgent need so
> > please let me know if you are interested and can complete this soon.
>
> I have the bind 8 version of nsupdate packaged for LRP, although it's
> for the older glibc and not for uclibc:
>
> http://lrp2.steinkuehler.net/Packages/bind-8.htm
>
> ...note that newer versions of glibc are generally binary compatible,
> but you probably can't run a glibc application against uclibc.
>
> If no one responds to your request for nsupdate compiled against uclibc,
> I strongly suggest you try compiling it yourself.  If you really can't
> do that let me know and I'll try to build a version for you.  However,
> if it was me and I was deploying this in production, I'd want to be able
> to build it myself...it's really not that hard to do, especially with
> the custom build environment supported by the Bering folks.
>
> - --
> Charles Steinkuehler
> charles@...
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFKUVTDLywbqEHdNFwRAoC2AJ9EJdpJMBys3L0oD+XwIani0nWW2wCfUn7Q
> O6XD2r1rDD6bQ9EzfsoupYE=
> =ecqo
> -----END PGP SIGNATURE-----
--
Trev Peterson
Advanced Reality
Email: trev@...
Phone: +1 847 406 9018


------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: $250 for nsupdate.lrp

by Charles Steinkuehler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Trev Peterson wrote:

> Hey Charles,
>
> The Bind8 version of nsupdate was rather broken so much that the Bind9
> doco strongly suggests avoiding it.
>
> Is buildtools the right way to setup the cross compile environment?  I
> looked over the dev docs briefly but the impression I got was buildtools
> was more for certain packages (modules and some preconfigured source).
> Am I misunderstanding this, can it be used to compile any source?  Any
> help / links to more info on how to best do this is appreciated.

You will need a build environment setup to compile against uClibc (ie: a
cross-compile environment).  Buildtool will setup this environment for
you, and can also build any of the leaf packages already in CVS.

Once the build environment has been setup, you can create the meta-data
for your desired package and automatically build it with buildtool, or
you can go through the configure-compile-package steps by hand.

Details can be found in the Bering uClibc developers guide:
http://leaf.sourceforge.net/doc/buc-devel.html

- --
Charles Steinkuehler
charles@...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKUeXELywbqEHdNFwRAjIuAJkBrEMAEJzjU20ausvO+e2z87sljwCcDuBn
ru6xoos9IJ0rX2J/jR+XriM=
=/fcN
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/