Re: WTF? RPCPROG_NFS: RPC: Program not registered

2013-02-17 Thread Ronald F. Guilmette
In message <670072237.3089090.1361139025074.javamail.r...@erie.cs.uoguelph.ca>, Rick Macklem wrote: >Ronald F. Guilmette wrote: >> In message >> <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>, >> Rick Macklem wrote: >> >> >Ronald F. Guilmette wrote: >> >> nfs_server_flags=

Re: WTF? RPCPROG_NFS: RPC: Program not registered

2013-02-17 Thread Rick Macklem
Ronald F. Guilmette wrote: > In message > <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>, > Rick Macklem wrote: > > >Ronald F. Guilmette wrote: > >> nfs_server_flags="-h 192.168.1.2" > >Add -t to these flags. It appears that the default is UDP only. > > > YE! Thank you.

Re: WTF? RPCPROG_NFS: RPC: Program not registered

2013-02-17 Thread Ronald F. Guilmette
In message <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>, Rick Macklem wrote: >Ronald F. Guilmette wrote: >> nfs_server_flags="-h 192.168.1.2" >Add -t to these flags. It appears that the default is UDP only. YE! Thank you. That did the trick alright. I gather than

getifaddrs() gif tunnel src/dst address

2013-02-17 Thread Ihsan Junaidi Ibrahim
Hi, I've been trying to obtain gif tunnel addresses via getifaddrs() but I've not been able to. The tunnel addresses can be inet/inet6 depending on the scenario. I can however get the inet/inet6 address of the interface. Is there a way to get them? Also looking at if_gif.c, I notice that there

Re: failed to use getifaddrs on geli code

2013-02-17 Thread h bagade
On Sun, Feb 17, 2013 at 11:54 AM, Konstantin Belousov wrote: > On Sun, Feb 17, 2013 at 11:49:10AM +0330, h bagade wrote: > > On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman > wrote: > > > > > On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote: > > > > Hi all, > > > > > > > > I need to change the ge

Re: failed to use getifaddrs on geli code

2013-02-17 Thread Konstantin Belousov
On Sun, Feb 17, 2013 at 11:49:10AM +0330, h bagade wrote: > On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman wrote: > > > On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote: > > > Hi all, > > > > > > I need to change the geli code and I want to use "getifaddrs" function > > > inside the code. I make

Re: failed to use getifaddrs on geli code

2013-02-17 Thread h bagade
On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman wrote: > On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote: > > Hi all, > > > > I need to change the geli code and I want to use "getifaddrs" function > > inside the code. I make and make install the code and it wasn't any > problem > > at all, but w