search for: ifaces

Displaying 20 results from an estimated 1134 matches for "ifaces".

Did you mean: iface
2018 Feb 22
0
Auth SEGV on sparc64, alignment problem?
..._register_module(&passdb_ldap); > (gdb) > passdb_register_module (iface=0x280120) at passdb.c:33 > 33 old_iface = passdb_interface_find(iface->name); > (gdb) > passdb_interface_find (name=0x16fe60 "ldap") at passdb.c:20 > 20 array_foreach(&passdb_interfaces, ifaces) { > (gdb) > 21 struct passdb_module_interface *iface = *ifaces; > (gdb) > 23 if (strcmp(iface->name, name) == 0) > (gdb) n > 20 array_foreach(&passdb_interfaces, ifaces) { > (gdb) > 21 struct passdb_module_interface *iface = *ifaces; > (gdb) > 23 if (s...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
...at passdb.c:313 313 passdb_register_module(&passdb_ldap); (gdb) passdb_register_module (iface=0x280120) at passdb.c:33 33 old_iface = passdb_interface_find(iface->name); (gdb) passdb_interface_find (name=0x16fe60 "ldap") at passdb.c:20 20 array_foreach(&passdb_interfaces, ifaces) { (gdb) 21 struct passdb_module_interface *iface = *ifaces; (gdb) 23 if (strcmp(iface->name, name) == 0) (gdb) n 20 array_foreach(&passdb_interfaces, ifaces) { (gdb) 21 struct passdb_module_interface *iface = *ifaces; (gdb) 23 if (strcmp(iface->name, name) == 0) (gdb) n 20...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
Sadly, that doesn?t help either. Over the past day, I?ve built and installed a different branch of the OS (stable/11, instead of release/11.1), to see if a new compiler/libc might change things. Sadly, it does not. In the same situation now, auth fails immediately with signal 11. Running gdb on auth (from build dir, compiled -g -O2) shows something similar. - Chris # gdb
2010 Dec 10
0
Wine release 1.3.9
...e an iface instead of a vtbl pointer in EnumOleSTATDATA. oleaut32: Use an iface instead of a vtbl pointer in IRecordInfoImpl. oleaut32: Use an iface instead of a vtbl pointer in StdDispatch. shell32: Use an iface instead of a vtbl pointer in IShellItemArrayImpl. shell32: Use ifaces instead of vtbl pointers in IDesktopFolderImpl. avifil32: Use an iface instead of an vtbl pointer in IClassFactoryImpl. ole32/tests: Use an iface instead of a vtbl pointer in HeapUnknown. fusion: Use an iface instead of a vtbl pointer in IAssemblyEnumImpl. ole32: Use an ifac...
2011 Jan 07
0
Wine release 1.3.11
...crypt32: Handle NULL ptr leak in CryptDecodeObjectEx (Coverity). jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64. Matteo Bruni (1): wined3d: Don't call glPointParameter with a random context. Michael Stefaniuc (91): mshtml: COM cleanup for all the IServiceProvider ifaces. mshtml: COM cleanup for all the IOleCommandTarget ifaces. mshtml: COM cleanup for the IOleControl iface. mshtml: COM cleanup for the IHlinkTarget iface. mshtml: COM cleanup for the ISupportErrorInfo iface. mshtml: COM cleanup for the IObjectWithSite iface. mshtm...
2014 Jan 03
1
Tab formatting in dummy.coef.R
Happy New Year I recognize this is a low priority issue, but... I'll fix it if you let me. There are some TABs where R style calls for 4 spaces. For example R-3.0.2/src/library/stats/R/dummy.coef.R. I never noticed this until today, when I was stranded on a deserted island with only the R source code and a Swiss Army knife (vi). Now I realize my ~.vimrc has tabstop set at 2, and it makes
2004 Sep 20
1
PRIO not working?
Hello, I am using a simple script, which is based on prio. The point is, that it is not possible to use htb on wifi networks, so I thought that prio will work fine, but it does almost nothing. All I wanted was to make the important packets like icmp, games, VoIP,... to go first, and to slow the things like FTP data transfer, etc. When I use $TC -s qdisc show dev ${IFACE}, I see, that the
2006 Aug 28
1
Multiple WAN + Multiple LAN + linux-igd
...t with linux-igd. My LAN bridge has STP and is implemented for high availibility, its working fine (and tested). I run upnpd with one wan iface as WAN iface and the bridge one as LAN iface and is working fine over that iface. All my public IPs are static, and I think I have only to put all my wan ifaces in the same bridge, but I don''t know if multipath routing will work as now. I have no problem in configure a "without IP" bridge with all the wan ifaces, and put the public ips over the real iface, not the bridge (in the LAN BRIDGE, all private ips where into the bridge iface)....
2011 Sep 09
3
CentOS5 with Dell Broadcom iSCSI Offload, does it work ?
Hi all, After finding multiples answers to this question via google, but without making it work on my servers. Has anybody iSCSI Offload working on a Dell Server with Broadcom NICs ? My environment: I'm running CentOS 5.6 CR, on a Dell PowerEdge R710 with Broadcom Corporation NetXtreme II BCM5709 conecting to an EMC CX4-120 SAN, via 2x Cisco 2960G-24TC-L switches. It's working
2012 May 16
0
Help with ices2
Hello, I am trying to connect a instance of ices2 to icecast2. It seems that the connection is done well but I do not know how to take the microphone input to send it to the server. Any help is highly appreciated. Manuel The information is this: Part of my ices.xml: <input> <module>alsa</module> <param name="rate">44100</param> <param
2014 Mar 12
3
Re: [PATCH v2 03/18] New API parameter: Add discard parameter to guestfs_add_drive_opts.
On Tuesday 11 March 2014 23:13:46 Richard W.M. Jones wrote: > diff --git a/src/drives.c b/src/drives.c > index 2c85b52..68e37f7 100644 > --- a/src/drives.c > +++ b/src/drives.c > @@ -115,7 +115,8 @@ static struct drive * > create_drive_file (guestfs_h *g, const char *path, > bool readonly, const char *format, > const char *iface,
2010 Dec 12
3
weird fail with conversion to bridges?
I''m converting my network from a "one interface per segment" to a "single connection with vlans", well, some hardware I have requires using different vlan IDs. suffice it to say I need bridges to connect a few different vlans that should all be one but can''t be because of firmware constraints. so my first step is to get shorewall to know about bridges.
2006 Nov 12
9
Why did I need strange ceiling settings? (full version)
Sorry I pressed the wrong key and sent the message too early... > -----Ursprüngliche Nachricht----- > Von: Philipp Leusmann [mailto:philipp.leusmann@rwth-aachen.de] > Gesendet: Mittwoch, 8. November 2006 12:53 > An: ''lartc@mailman.ds9a.nl'' > Betreff: Why did I need strange ceiling settings? > > Hi all, > > I recently installed traffic shaping on my
2010 Oct 06
3
Using Augeas to manage /etc/network/interfaces from Puppet
Hi, Sorry for the broad distribution, I''m not sure who best can help me. I''m trying to add a new interface stanza to /etc/network/interfaces. With augtool, I can accomplish this with the following: set /files/etc/network/interfaces/iface[last()+1] bond1 set /files/etc/network/interfaces/iface[last()]/family inet set /files/etc/network/interfaces/iface[last()]/method dhcp set
2009 Dec 24
7
nested variables
Hi all! I have quation: how i may use nested variables/facts? For example, I have variable $iface. It''s variable declared in node brakets, and, use with defenition. iface may be eth0, eth1(Linux), em0, ... <freebsd>, ... is fact: facter | grep eth0 | grep mac macaddress_eth0 => 54:52:00:3D:CB:40 We don''nt know name of $iface in our module (to generate network
2010 Dec 24
0
Wine release 1.3.10
...instead of an vtbl pointer in IClassFactoryImpl. msi: Use an iface instead of a vtbl pointer in msi_custom_remote_impl. msi: Use an iface instead of a vtbl pointer in msi_remote_package_impl. msi: Use an iface instead of a vtbl pointer in msi_remote_database_impl. ole32: Use ifaces instead of vtbl pointers in FTMarshalImpl. ole32: Standardize the COM usage in moniker.c. msxml3: Use an iface instead of a vtbl pointer in domattr. msxml3: Use ifaces instead of vtbl pointers in xmlnodemap. msxml3: Use an iface instead of a vtbl pointer in domcdata. m...
2011 Feb 28
2
can't disconnec iSCSI targets, please help
Hi, I'm trying to disconnect some iSCSI targets, but can't seem to. [root at localhost ~]# iscsiadm -m session tcp: [1] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:500gb tcp: [3] 192.168.2.200:3260,1 iqn.2011-2.za.co.securehosting:RAID.thin3.vg0.1tba tcp: [4] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:extent0 tcp: [5] 192.168.2.200:3260,1
2013 Sep 04
2
[PATCH] virt-v2v: Remove iface:ide parameter (RHBZ#895898)
The iface:ide parameter (used in the libguestfs add_drive call) does not work with a libvirt backend. The error usually seen is: 'iface' parameter is not supported by the libvirt attach-method at /usr/share/perl5/vendor_perl/Sys/VirtConvert/GuestfsHandle.pm line 96. This issue was previously mentioned in this thread:
2012 Jul 24
2
virsh iface-list error
Hello Facing below error while trying to access the iface-list. # virsh iface-list *error: Failed to list active interfaces error: this function is not supported by the connection driver: virConnectNumOfInterfaces* root at kvm-1:/usr/local/src/libvirt# virsh list Id Name State ---------------------------------------------------- 1 vm1
2023 Jun 12
0
IP routing basics?
...ernel but here I had to resort to source/rule based routing and I wonder why. Any expert cared to share some light on what is (not)happening here HOME -- tunnel --> public iface SHED gw? A iface; B iface <-- to respectively --> SOME box A iface; B iface HOME can get to both A & B ifaces, (which are different subnets) all the way up to the SOME box Now, a DIFFERENT box runs/is behind/on that SOME box, which connects to A iface & B iface respectively (which SOME's A & B ifaces are linux bridges) need - so it appears - manual rules in order to have HOME get to DIFFER...