Jacob Todd | 5 Feb 2011 03:17
Picon

svc/auth: listen failed to announce

Following install instructions here[1], after running svc/auth, listen
outputs the following:

    listen: failed to announce on 'tcp!*!inflogin': Address family not
supported by protocol
    listen: failed to announce on 'tcp!*!infkey': Address family not
supported by protocol
    listen: failed to announce on 'tcp!*!infsigner': Address family
not supported by protocol
    listen: failed to announce on 'tcp!*!infcsigner': Address family
not supported by protocol

The only file I've changed changed so far is /lib/ndb/local, which now
looks like:

database=
       	file=/lib/ndb/local
	file=/lib/ndb/dns
	file=/lib/ndb/inferno
	file=/lib/ndb/common

#
# default site-wide resources
#
infernosite=
	#dnsdomain=your.domain.com
	#dns=1.2.3.4	# resolver
	SIGNER=zoidberg
	FILESERVER=zoidberg
	#smtp=your_smtpserver_here
(Continue reading)

Mechiel Lukkien | 5 Feb 2011 11:41

Re: svc/auth: listen failed to announce

On Fri, Feb 04, 2011 at 09:17:22PM -0500, Jacob Todd wrote:
> Following install instructions here[1], after running svc/auth, listen
> outputs the following:
> 
>     listen: failed to announce on 'tcp!*!inflogin': Address family not
> supported by protocol
>     listen: failed to announce on 'tcp!*!infkey': Address family not
> supported by protocol
>     listen: failed to announce on 'tcp!*!infsigner': Address family
> not supported by protocol
>     listen: failed to announce on 'tcp!*!infcsigner': Address family
> not supported by protocol

probably it's this:

	http://thread.gmane.org/gmane.os.inferno.general/5203

or in short:  you're probably on linux, with no kernel module available
to support AF_INET6 sockets.

if this is on linux, which distribution is it?  my linux installations
so far all had AF_INET6 sockets available by default.

Jacob Todd | 5 Feb 2011 14:28
Picon

Re: svc/auth: listen failed to announce

That's probably it. I use gentoo and compile my own kernel, i'll check my config after work.

On Feb 5, 2011 5:55 AM, "Mechiel Lukkien" <mechiel-Hz6lCkl1eABeoWH0uzbU5w@public.gmane.org> wrote:
> On Fri, Feb 04, 2011 at 09:17:22PM -0500, Jacob Todd wrote:
>> Following install instructions here[1], after running svc/auth, listen
>> outputs the following:
>>
>> listen: failed to announce on 'tcp!*!inflogin': Address family not
>> supported by protocol
>> listen: failed to announce on 'tcp!*!infkey': Address family not
>> supported by protocol
>> listen: failed to announce on 'tcp!*!infsigner': Address family
>> not supported by protocol
>> listen: failed to announce on 'tcp!*!infcsigner': Address family
>> not supported by protocol
>
> probably it's this:
>
> http://thread.gmane.org/gmane.os.inferno.general/5203
>
> or in short: you're probably on linux, with no kernel module available
> to support AF_INET6 sockets.
>
> if this is on linux, which distribution is it? my linux installations
> so far all had AF_INET6 sockets available by default.
Jack Norton | 9 Feb 2011 21:36

webcam/ipcam/generic video input experience with inferno

Hello,

I am trying to evaluate an inferno based project's hardware choices and 
architecture.  I'd like to know if anyone has experience or code for 
using any webcam (usb or ip) with inferno (native or hosted)?
I eventually would like the gui I'm writing in limbo/Tk (a control 
program for some rs232 controlled hardware) to have a video window. 
That is the last step and I am unsure about how to plan ahead.
Any previous attempts or code stepping stones are of interest.

Thanks,

Jack

Sergey Zhilkin | 10 Feb 2011 11:51
Picon

Re: webcam/ipcam/generic video input experience with inferno

Hi !

/appl/demo/camera - sources of Grid demo camera service.

On Wed, Feb 9, 2011 at 11:36 PM, Jack Norton <jack-ZmGtJxTVvJw@public.gmane.org> wrote:
Hello,

I am trying to evaluate an inferno based project's hardware choices and architecture.  I'd like to know if anyone has experience or code for using any webcam (usb or ip) with inferno (native or hosted)?
I eventually would like the gui I'm writing in limbo/Tk (a control program for some rs232 controlled hardware) to have a video window. That is the last step and I am unsure about how to plan ahead.
Any previous attempts or code stepping stones are of interest.

Thanks,

Jack



--
С наилучшими пожеланиями
Жилкин Сергей
With best regards
Zhilkin Sergey
Jack Norton | 10 Feb 2011 20:41

Re: webcam/ipcam/generic video input experience with inferno

>> On Wed, Feb 9, 2011 at 11:36 PM, Jack Norton <jack@... 
>> <mailto:jack@...>> wrote:
>> 
>>     Hello,
>> 
>>     I am trying to evaluate an inferno based project's hardware choices
>>     and architecture.  I'd like to know if anyone has experience or code
>>     for using any webcam (usb or ip) with inferno (native or hosted)?
>>     I eventually would like the gui I'm writing in limbo/Tk (a control
>>     program for some rs232 controlled hardware) to have a video window.
>>     That is the last step and I am unsure about how to plan ahead.
>>     Any previous attempts or code stepping stones are of interest.
>> 
>>     Thanks,
>> 
>>     Jack
> 
 >Sergey Zhilkin wrote:
 > Hi !
 >
 > /appl/demo/camera - sources of Grid demo camera service.
 >
> 
> 
> 
> -- 
> С наилучшими пожеланиями
> Жилкин Сергей
> With best regards
> Zhilkin Sergey

Wow, that flew under my radar...  Thanks!  I saw 'camera' and thought 
just a still camera of some sort.

Looks like only a serial camera is implemented.  That might actually 
work out well (cheap TTL jpeg camera board and a max232 ought to do well 
right?).  I might pick up one of these and see what I can come up with: 
  http://www.sparkfun.com/products/10061
However I do want video(320x240 or better would be nice).  I notice in a 
little scan of the code that video is listed as a capability.  I'll need 
to look at this further.  It is a big step for me (conceptually) to go 
from grabbing a single frame and storing it vs. streaming video.  Not 
even close to my area of experience... oh well, how else can one learn? 

Any more tips are greatly appreciated.

-Jack

Maurício Antunes | 1 Mar 2011 18:23
Picon

Pandora platform (newbie)

Hi,

Would this be a good platform for Inferno?

  http://www.open-pandora.org

Thanks for your thoughts. Best,

Maurício


Gmane