search for: ifac

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

Did you mean: ifa
2018 Feb 22
0
Auth SEGV on sparc64, alignment problem?
...ss <cross+dovecot at distal.com> wrote: > > Fancy, while not fun. :-) But thanks, that does work. Doing that, n?ing over calls to strcmp, it failed: > > passdbs_init () 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;...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
Fancy, while not fun. :-) But thanks, that does work. Doing that, n?ing over calls to strcmp, it failed: passdbs_init () 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...
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
...ation. mshtml: Added OnChanged(DISPID_READYSTATE) semi-stub implementation. mshtml: Added QueryService(SID_SBindHost) implementation. mshtml: Added PluginHost::GetMoniker implementation. mshtml: Added IBindHost::CreateMoniker implementation. mshtml: Added IViewObjectEx iface to plugin test. Joris Huizer (1): msi: Don't leak memory on error path. Juan Lang (2): ws2_32: Set length on successful return from WSAStringToAddress. quartz: Don't crash in SetMediaType if the source media type is NULL. Ken Thomases (1): msxml3: Fix building on...
2011 Jan 07
0
Wine release 1.3.11
...9; in typeof operator for native object's values that can't be retrieved. jscript: Moved remaining registration to IRegistrar mechanism. shdocvw: Get rid of no longer used DOCHOST_THIS. msxml3: Don't forward put_nodeTypedValue and put_dataType calls to node IXMLDOMNode iface. jscript: Fixed some math API assumption that cause test failures on Solaris. mshtml: Added moz-safe-about to the list of Gecko internal protocols. mshtml: Make nsIIOService::NewURI IUri-based. mshtml: Use IUri for nsURL::[Get|Set]Password implementation. mshtml: Don&...
2014 Jan 03
1
Tab formatting in dummy.coef.R
...[[i]] <- if(nxl[[i]] == 1) rep.int(1, nl) else factor(rep.int(xl[[i]][1L], nl), levels = xl[[i]]) dummy <- do.call("data.frame", args) pos <- 0 rn <- rep.int(tl, lterms) rnn <- rep.int("", nl) for(j in tl) { i <- vars[facs[, j] > 0] ifac <- i[nxl[i] > 1] if(length(ifac) == 0L) { # quantitative factor rnn[pos + 1] <- j } else if(length(ifac) == 1L) { # main effect dummy[ pos+1L:lterms[j], ifac ] <- xl[[ifac]] rnn[ pos+1L:lterms[j] ] <- as.character(xl[[ifac]]) [... snip ....] The patch lo...
2004 Sep 20
1
PRIO not working?
...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 packets go to correct qdiscs. But when I start FTP data transfer, then the ping time is same with and without this shaping. I should also mention, that I am testing it on WiFi with hostap drivers, where the ping times are about 2-3ms when idle and 100-150ms durring high traffic....
2006 Aug 28
1
Multiple WAN + Multiple LAN + linux-igd
...nux IGD I have successfully implemented de 2 first steps, the adsl balanced fine (multipath routing), and the clients bridge fine. My problem is how to use that 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&...
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
...[off] Capture [off] Front Right: Playback 0 [0%] [off] Capture [off] Simple mixer control 'Four Channel Mode',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] !!Alsactl output !!------------- --startcollapse-- state.CMI8738 { control.1 { iface MIXER name 'Master Playback Volume' value.0 24 value.1 24 comment { access 'read write' type INTEGER count 2 range '0 - 31' } } control.2 { iface MIXER name '3D Control - Switch' value false comment { access 'read write'...
2014 Mar 12
3
Re: [PATCH v2 03/18] New API parameter: Add discard parameter to guestfs_add_drive_opts.
...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, const char *name, > - const char *disk_label, const char *cachemode) > + const char *disk_label, const char *cachemode, > + enum discard discard) > { > struct drive *drv = safe_calloc (g, 1, sizeof *drv); > (and others)...
2010 Dec 12
3
weird fail with conversion to bridges?
...ll, the bridges are set up right and working, and the interfaces are set up right and working, but shorewall is somehow TKOing everything (I think) :(. did I miss a crucial config somewhere? is there more I need to do to handle a bridge device in ubuntu (my interfaces looks liek this:) auto lo iface lo inet loopback auto wan0 iface wan0 inet dhcp auto lan0 iface lan0 inet static address 10.0.0.254 netmask 255.255.255.0 network 10.0.0.0 broadcast 10.0.0.255 auto lan1 iface lan1 inet static address 10.0.1.254 netmask 255.255.255.0...
2006 Nov 12
9
Why did I need strange ceiling settings? (full version)
...TUM2=$(($MTU*3)) QUANTUM3=$(($MTU*2)) QUANTUM4=$MTU # Burst ## removed bursts #BURST1="6k" #BURST2="4k" #BURST3="2k" #BURST4="0k" #CBURST1="3k" #CBURST2="2k" #CBURST3="1k" #CBURST4="0k" echo "Set queue length for IFACE" # Set queue length for IFACE ifconfig $IFACE txqueuelen 16 echo "Trying to delete old ruleset. Will give error if it does not exist" tc qdisc del dev $IFACE root echo "Specify queue discipline" # Specify queue discipline tc qdisc add dev $IFACE root handle 1:0 htb defa...
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 /files/etc/network/interfaces/iface[last()]/slaves eth2 I''ve been able to translate that to the following Puppet resource: augeas { "bond1&quo...
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 sett...
2010 Dec 24
0
Wine release 1.3.10
...tml: Forward PluginHost's QueryService calls to window object. mshtml: Fixed tests on some IE6 installations. mshtml: Removed undocumented, internal stubs exported only by old IEs. jscript: Move some of registration process to IRegistrar mechanism. mshtml: IHTMLDocument2 iface handling clean up. winetest: Make win9x unsupported. shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects. shdocvw: Moved getting dochost pointer to separated function. shdocvw: Added support for QueryService(IID_IWebBrowserApp)....
2011 Feb 28
2
can't disconnec iSCSI targets, please help
...192.168.2.200,3260]: successful Stopping iSCSI daemon: iscsid dead but pid file exists [ OK ] Starting iSCSI daemon: [ OK ] [ OK ] Setting up iSCSI targets: Logging in to [iface: default, target: iqn.2011.01.22.freenas.nvr:500gb, portal: 192.168.2.202,3260] Logging in to [iface: default, target: iqn.2011-2.za.co.securehosting:RAID.thin1.vg0.2tb, portal: 192.168.2.200,3260] Logging in to [iface: default, target: iqn.2011-2.za.co.securehosting:RAID.thin3.vg0.1tba, portal: 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 men...
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 ----------------------------------------------...
2023 Jun 12
0
IP routing basics?
Hi guys. I've always try to leave as mush as possible to the kernel 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 (whi...