Displaying 5 results from an estimated 5 matches for "get_interfaces".
Did you mean:
net_interfaces
2013 Sep 03
1
[LLVMdev] X86_thiscall
Hi everyone,
I have some problems with gettings the X86_thiscall calling convention to
work. I am new to LLVM, so if this is the wrong place for this question
then I appologise, please tell me where to go instead.
I am generating code to call a member function of a class compiled with
Microsoft Visual C++ using the JIT compiler.
The following code is used to register the pointer to the
2013 Mar 06
2
no network interfaces found on OpenIndiana (Illumos)
...no network interfaces found
[2013/03/06 10:40:39.072795, 0] smbd/server.c:1082(main)
standard input is not a socket, assuming -D option
...
[2013/03/06 10:40:39.205210, 0] smbd/server.c:746(open_sockets_smbd)
open_sockets_smbd: No sockets available to bind to.
Is there some problem that the get_interfaces(talloc_tos(), &ifaces);
call returns no interfaces on solaris/openindiana ?
Any idea?
I sure have interfaces:
root at openindiana:/# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1004...
2000 Aug 15
0
Internal error in nmbd / Correction
...======================
[2000/08/15 14:59:31, 0] lib/util.c:smb_panic(2381)
PANIC: internal error
"nmblookup -B etechnik __SAMBA__" showed no result.
I looked into the sources and added DEBUG(0,...) in many places,
run make and testet it.
So I found out the error comes from somewhere in
get_interfaces() (lib/interfaces.c).
I tried to insert DEBUG(...) macros there but the compiler didn't
find DEBUG(...). So I added
#include "includes.h" into the file and removed
#include "interfaces.h".
After making and installing again the error disappeared from the
logfile and "nmb...
2009 Jul 01
1
Facter infinite looping on custom facts
..._facts.rb
# facter
/apps/puppet/facter/lib/facter/util/ip.rb:60:in ``'': Cannot allocate memory
- /sbin/ifconfig -a (Errno::ENOMEM)
from /apps/puppet/facter/lib/facter/util/ip.rb:60:in
`get_all_interface_output''
from /apps/puppet/facter/lib/facter/util/ip.rb:48:in
`get_interfaces''
from /apps/puppet/facter/lib/facter/interfaces.rb:20
from /apps/puppet/facter/lib/facter/util/loader.rb:72:in `load''
from /apps/puppet/facter/lib/facter/util/loader.rb:72:in `load_file''
from /apps/puppet/facter/lib/facter/util/loader.rb:38...
2008 Jan 05
1
Samba not seeing any interfaces
I've built samba for an embedded mips platform. Since this is an
embedded platform, it's possible that some critical file that samba
needs is missing but stracing the daemons doesn't reveal anything strange.
It's running 2.4.34 kernel.
Samba is failing to find any interfaces.
[2000/01/02 10:55:01, 3] nmbd/nmbd.c:main(759)
Opening sockets 137
[2000/01/02 10:55:01, 10]