Re: failed to use getifaddrs on geli code

2013-02-16 Thread Kevin Oberman
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 when I want to load the geom_eli.ko module, an error occurred: > kldload

Re: WTF? RPCPROG_NFS: RPC: Program not registered

2013-02-16 Thread Rick Macklem
Ronald F. Guilmette wrote: > I have a 9.1-RELEASE server whose /etc/rc.conf file contains, among > other > things, the following lines: > > ifconfig_nfe0="inet 192.168.1.2 netmask 255.255.255.0" > # > nfs_client_enable="YES" > nfs_server_enable="YES" > nfs_server_flags="-h 192.168.1.2" Add -t to t

failed to use getifaddrs on geli code

2013-02-16 Thread h bagade
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 when I want to load the geom_eli.ko module, an error occurred: kldload: can't load /boot/kernel/geom_eli.ko: Exec format error and

WTF? RPCPROG_NFS: RPC: Program not registered

2013-02-16 Thread Ronald F. Guilmette
I have a 9.1-RELEASE server whose /etc/rc.conf file contains, among other things, the following lines: ifconfig_nfe0="inet 192.168.1.2 netmask 255.255.255.0" # nfs_client_enable="YES" nfs_server_enable="YES" nfs_server_flags="-h 192.168.1.2" mountd_enable="YES" rpcbind_enable="YES" On this serv