All of lore.kernel.org
 help / color / mirror / Atom feed
* NSUPDATE Package in intel edison with yocto version 159
@ 2015-12-30 13:01 neuber sousa
  2015-12-30 18:39 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: neuber sousa @ 2015-12-30 13:01 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1586 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NSUPDATE Package in intel edison with yocto version 159
  2015-12-30 13:01 NSUPDATE Package in intel edison with yocto version 159 neuber sousa
@ 2015-12-30 18:39 ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2015-12-30 18:39 UTC (permalink / raw)
  To: neuber sousa; +Cc: yocto

On Wed, Dec 30, 2015 at 5:01 AM, neuber sousa <neuberfran@gmail.com> 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
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NSUPDATE Package in intel edison with yocto version 159
  2016-01-12 12:38 neuber sousa
  2016-01-12 21:02 ` neuber sousa
@ 2016-01-13  2:53 ` Chen, ChunguangX
  1 sibling, 0 replies; 5+ messages in thread
From: Chen, ChunguangX @ 2016-01-13  2:53 UTC (permalink / raw)
  To: neuber sousa, yocto

[-- Attachment #1: Type: text/plain, Size: 1931 bytes --]

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-bounces@yoctoproject.org [mailto:yocto-bounces@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.

[-- Attachment #2: Type: text/html, Size: 11165 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NSUPDATE Package in intel edison with yocto version 159
  2016-01-12 12:38 neuber sousa
@ 2016-01-12 21:02 ` neuber sousa
  2016-01-13  2:53 ` Chen, ChunguangX
  1 sibling, 0 replies; 5+ messages in thread
From: neuber sousa @ 2016-01-12 21:02 UTC (permalink / raw)
  To: yocto, zhenmingx.zhao

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

ask for personal help me please
Em 12/01/2016 10:38, "neuber sousa" <neuberfran@gmail.com> 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.
>

[-- Attachment #2: Type: text/html, Size: 7737 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* NSUPDATE Package in intel edison with yocto version 159
@ 2016-01-12 12:38 neuber sousa
  2016-01-12 21:02 ` neuber sousa
  2016-01-13  2:53 ` Chen, ChunguangX
  0 siblings, 2 replies; 5+ messages in thread
From: neuber sousa @ 2016-01-12 12:38 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 7390 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-13  2:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-30 13:01 NSUPDATE Package in intel edison with yocto version 159 neuber sousa
2015-12-30 18:39 ` Khem Raj
2016-01-12 12:38 neuber sousa
2016-01-12 21:02 ` neuber sousa
2016-01-13  2:53 ` Chen, ChunguangX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.