search for: get_interfac

Displaying 5 results from an estimated 5 matches for "get_interfac".

Did you mean: get_interface
2013 Sep 03
1
[LLVMdev] X86_thiscall
...tr retrieves the address of a member function pointer. Yes, this is a bit of a hack, but it works (I have tested it in other situations). vector<llvm::Type *> arguments; arguments.push_back(interface_group_ptr); arguments.push_back(any); arguments.push_back(instance_ptr); auto get_interface_type=FunctionType::get(any, arguments, false); interface_group_get_interface=Function::Create(get_interface_type, Function::ExternalLinkage, "get_interface", llvm_module); interface_group_get_interface->setCallingConv(CallingConv::X86_ThisCall); execution_engine->addGloba...
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=10...
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 "n...
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:...
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]