Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2016-01-12 Thread Chen, ChunguangX
Dear Sousa:

opkg is a tool which help user to download & install common software from 
remote server.
The error which you met is because of no such software which you want in remote 
server.
So another choice is that you should download source  code and compile it on 
your own.

Here is the source code of nsupdate, you can click and fetch it.  Wish it can 
help you~

https://github.com/nsupdate-info/nsupdate.info


Best Regards
Chunguang

From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of neuber sousa
Sent: Tuesday, January 12, 2016 8:39 PM
To: yocto@yoctoproject.org
Subject: [yocto] NSUPDATE Package in intel edison with yocto version 159

I'm trying to to this: 
http://mkaczanowski.com/golang-build-dynamic-dns-service-go/

But I have error with NSUPDATE package

root@neuberfran:~# opkg install nsupdate
Unknown package 'nsupdate'.
Collected errors:
opkg_install_cmd: Cannot install package nsupdate


returning the link: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/

I see: "nsupdate to push updates on records. It is a part of the bind project, 
so it can be found in bind-tools or bind-clientpackages."

root@neuberfran:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=0 ttl=53 time=55.101 ms
64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=1 ttl=53 time=32.649 ms
64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=2 ttl=53 time=32.983 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 32.649/40.244/55.101 ms
root@neuberfran:~# opkg install bind-client
Unknown package 'bind-client'.
Collected errors:
 * opkg_install_cmd: Cannot install package bind-client.
root@neuberfran:~# opkg install bind-tools
Unknown package 'bind-tools'.
Collected errors:
 * opkg_install_cmd: Cannot install package bind-tools.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2016-01-12 Thread neuber sousa
ask for personal help me please
Em 12/01/2016 10:38, "neuber sousa"  escreveu:

> I'm trying to to this:
> http://mkaczanowski.com/golang-build-dynamic-dns-service-go/
>
>
>
> But I have error with NSUPDATE package
>
>
>
> *root@neuberfran:~# opkg install nsupdate*
> Unknown package 'nsupdate'.
> Collected errors:
>
> opkg_install_cmd: Cannot install package nsupdate
>
>
>
>
>
> returning the link:
> http://mkaczanowski.com/golang-build-dynamic-dns-service-go/
>
>
>
> I see:* "**nsupdate to push updates on records. It is a part of the bind
> project, so it can be found in bind-tools or bind-clientpackages."*
>
>
>
> *root@neuberfran:~# ping 8.8.8.8*
>
> PING 8.8.8.8 (8.8.8.8): 56 data bytes
>
> 64 bytes from 8.8.8.8: seq=0 ttl=53 time=55.101 ms
>
> 64 bytes from 8.8.8.8: seq=1 ttl=53 time=32.649 ms
>
> 64 bytes from 8.8.8.8: seq=2 ttl=53 time=32.983 ms
>
> ^C
>
> --- 8.8.8.8 ping statistics ---
>
> 3 packets transmitted, 3 packets received, 0% packet loss
>
> round-trip min/avg/max = 32.649/40.244/55.101 ms
>
> *root@neuberfran:~# opkg install bind-client*
>
> Unknown package 'bind-client'.
>
> Collected errors:
>
>  * opkg_install_cmd: Cannot install package bind-client.
>
> *root@neuberfran:~# opkg install bind-tools*
>
> Unknown package 'bind-tools'.
>
> Collected errors:
>
>  * opkg_install_cmd: Cannot install package bind-tools.
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:01 AM, neuber sousa  wrote:
> I'm trying to to this:
> http://mkaczanowski.com/golang-build-dynamic-dns-service-go/
>
>
> But I have error with NSUPDATE package
>
>
> root@neuberfran:~# opkg install nsupdate
> Unknown package 'nsupdate'.
> Collected errors:
>
> opkg_install_cmd: Cannot install package nsupdate
>
>
> Please help

you are assuming a binary feed based distro where your device is
hooked into online package management like many desktop/server distros
are by default. with Yocto's OE build system, you need to create such
a distro first before using it. Or use some of existing one's like
angstrom distro which provided binary feeds, again they may not have
the packages you need hosted by default.
moreover the recipe ( build rules ) to have this package built using
Yocto/OE insfra might not be pre-existing so you have to start there


>
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread neuber sousa
I'm trying to to this:
http://mkaczanowski.com/golang-build-dynamic-dns-service-go/


But I have error with NSUPDATE package


*root@neuberfran:~# opkg install nsupdate*
Unknown package 'nsupdate'.
Collected errors:

opkg_install_cmd: Cannot install package nsupdate


Please help
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto