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
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
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
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