search for: neither

Displaying 20 results from an estimated 11970 matches for "neither".

Did you mean: either
2004 Dec 27
0
[chan_capi] can't get it compiled
...fcpci 587744 1 capi 20896 0 kernelcapi 33792 2 [fcpci capi] capiutil 24864 0 [kernelcapi] capifs 5420 1 [capi] Here is a little output when I try to compile chan_capi: chan_capi.c:2450: subscripted value is neither array nor pointer chan_capi.c:2457: subscripted value is neither array nor pointer chan_capi.c:2464: subscripted value is neither array nor pointer chan_capi.c:2471: subscripted value is neither array nor pointer chan_capi.c:2478: subscripted value is neither array nor pointer chan_capi.c:2485: sub...
2005 Aug 24
2
chan_capi on slackware10? cannot compile :-( why?
...ue in assignment chan_capi.c:2844: error: `error' undeclared (first use in this function) chan_capi.c:2845: error: `CMSG2' undeclared (first use in this function) chan_capi.c:2847: warning: implicit declaration of function `IS_FACILITY_CONF' chan_capi.c:2875: error: subscripted value is neither array nor pointer chan_capi.c:2877: error: subscripted value is neither array nor pointer chan_capi.c:2882: error: subscripted value is neither array nor pointer chan_capi.c:2886: error: subscripted value is neither array nor pointer chan_capi.c:2890: error: subscripted value is neither array nor p...
2015 Jan 26
2
Boost: updates but no announcement; nothing on rhel errata neither?
Hello, I've been offered updates for boost* on C6. There has been no announcement at the moment. But neither do I find anything on rhn.redhat.com/errata/ Anyone knows how I should treat this update? Thanks Patrick
2001 Jul 09
3
scp problem (openssh-2.9p2)
Hello all, scp does not preserve links (neither soft neither hard) It is a problem with recursive option (-r) when you met some links like Openssh -> . In 2.3.0p1 it failled because of too long argument. Also I upgrade (my client an HPUX-11.0 and my server an redhat-6,2 x86) openssh to the last release 2.9p2. But this release create in a lo...
2004 Jul 09
1
Regarding net groupmap
...ld solve this. I did as the manual suggested and got teh following errors: >fskkweb# net groupmap add ntgroup="Domain Admins" unixgroup=domadm >No rid or sid specified, choosing algorithmic mapping >[2004/07/09 08:54:36, 0] lib/smbldap.c:fetch_ldap_pw(260) > fetch_ldap_pw: neither ldap secret retrieved! >[2004/07/09 08:54:36, 0] lib/smbldap.c:smbldap_connect_system(760) > ldap_connect_system: Failed to retrieve password from secrets.tdb >[2004/07/09 08:54:36, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1763) > ldapsam_search_one_group: Problem during the LDAP...
2009 Aug 17
3
Replacing NA values in one column of a data.frame
Dear all, I'm trying to replace NA values with -9999 in one column of a data frame. I've tried using is.na and the testdata[testdata$onecolumn==NA] <- 9999 approach, but whilst neither generate errors, neither result in -9999s appearing - the NAs remain there! I'd be grateful for any advice on what I'm doing wrong or any other suitable approaches. Many thanks, Steve _________________________________________________________________ oticons.
2009 Aug 28
1
[LLVMdev] DSNodes for main() neither complete nor global?
Hi, I'm noticing that there are some DSNodes in main() that are neither complete nor global. Specifically, a heap DSNode that is used but not free()d in main() is not marked complete. This is not the only case I'm noticing, but it's the only case I'm noticing for nodes that are actually used by instructions in the function. Is this expected behavior?...
2011 Nov 15
1
Bug#648816: xen-utils-common: scripts/network-bridge requires brctl but bridge-utils is neither Depends nor Recommends
Package: xen-utils-common Severity: normal When setting (network-script network-bridge) in the xen config, restarting xen will result in error messages like: /etc/xen/scripts/network-bridge: line 219: brctl: command not found /etc/xen/scripts/network-bridge is part of xen-utils-common which doesnt depend or recommend the bridge-utils package which contains brctl.
2011 Mar 05
1
2 ip phones and 1 normal, can't neither send nor receive calls at all...
...nsfer and call pickup. These are steps to repeat it: 1.- from 401 call to 404 2.- from 404 don't answer it. 3.- from 402 press *8 and wait 10 seconds 4.- 402 says that it is connected. 5.- 404 stops to sound. 6.- 401 keeps ringing 7.- Hang up 402 8.- Hang up 401 After these steps I can not neither send nor receive calls from anyone of 401, 402 or 404 until I restart asterisk. /var/log/asterisk/messages, doesn?t show anything strange. ?what's happening with my phones? Thank you for your kind help. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:...
2012 Nov 11
1
[Bug 9377] New: acls ignored when using neither --perms nor --chmod
https://bugzilla.samba.org/show_bug.cgi?id=9377 Summary: acls ignored when using neither --perms nor --chmod Product: rsync Version: 3.0.9 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chrysn at fsfe.org...
2015 Jan 26
0
Boost: updates but no announcement; nothing on rhel errata neither?
Am 26.01.2015 um 09:14 schrieb Patrick Bervoets <patrick.bervoets at psc-elsene.be>: > Hello, > > I've been offered updates for boost* on C6. There has been no announcement at the moment. > > But neither do I find anything on rhn.redhat.com/errata/ > > Anyone knows how I should treat this update? it seems to be a rebuild (centos dist tag) - the package is actual from Sep. 12 2014 ... -- LF
2006 Oct 31
2
searchable or acts_as_ferret or neither?
Has anybody tried both and favored one of the other? Or maybe tried both and in the end used neither? I''m having perf (generic searches across 4 fields take upwards of 120 seconds) and index rebuild issues (not sure how long it takes to fully rebuild since the process either gets killed or dies due to a file lock exception) with a dreamhost site that is using AAF, has 65k rows in 1 m...
2013 Sep 26
2
Read shortcuts of MS Excel files through R
...s through R and using "read" functions of "xlsx" package. exf <- "a1.xlsx.lnk" > read.xlsx(exf,1) Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.IllegalArgumentException: Your InputStream was neither an OLE2 stream, nor an OOXML stream > read.xlsx2(exf,1) Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.IllegalArgumentException: Your InputStream was neither an OLE2 stream, nor an OOXML stream Would truly appreciate your su...
2015 Nov 17
2
Samba4 DC is not visible in network neighborhood
Greetings, All! Is there at last a solution? I've only found questions, in the list, and on the network. The issue is that DC built on Samba4 does not report to network browsers neither it is participating in election to become browser itself. Consequently, it is not visible in the neighborhood neither on Windows, nor on Linux. I've managed to force a second Linux host (member server) become a local browser. At least, I can see it and other hosts now. But not the DC itself....
2017 Mar 26
2
Samba shared folders and windows 7 permissions dialog.
On Sun, 26 Mar 2017 19:21:10 +0300 PF4Public <PF4Public at mail.ru> wrote: > Given the config provided as requested, any clues? > The smb.conf you posted, shows that Samba is running as a standalone server. This means that any Samba users will also need to exist on the windows machine (with the same password). Perhaps this is your problem, do the Samba users exist on all your
2009 Jun 16
2
no sdp or contact replacement using externip
Hi all! Do anybody has a full working environment using externip on an asterisk box behind a nat? I tried with two diferent boxes (Elastix-1.4.24 e Trixbox-1.4.22-3)and the asterisk do not replace neither contact, neither sdp headers info with the externip informed on sip.conf general parameters. I used these two statements: externip=XXX.XXX.XXX.XXX localnet=192.168.200.0/255.255.255.0 Do anybody in list had those dificulties? That's strange because I could not make this work on two diferent...
1997 Jun 30
1
R-beta: R and S: Differences to a person who has used neither
I've read the FAQ section labeled "R and S", but the differences discussed are a bit esoteric to a person who has used neither (such as myself, for instance). FWIW, I've also read the article on lexical scoping - a bit over my head, frankly. I would like a modern statistical programming tool to allow me to move beyond my limited exposure to SAS and similar packages. After a few hours of playing around with R and x...
2012 Jul 27
2
Can't NAT in KVM
...ual network with the device name virbr0, which starts on boot and uses the default IPv4 subnets. I also have the default lo (loopback) network interface. I have tried creating a Windows 8 Release Preview machine and a Kubuntu Live CD machine. Despite recognising the hardware and network interface, neither machine will connect to the Internet. From what I can see in both virtual machines, it seems that neither is getting a DHCP lease from virbr0. I'm not sure what's broken or where to start looking for trouble because both the logs and the documentation are fairly sparse. Other possibly rele...
2011 Aug 20
16
question on delta transfer
...******************************************************************************** *** PRIVILEGED AND CONFIDENTIAL *** The information contained in this e-mail message (including any attached files) is intended for the use of the addressee(s) only and is privileged information. The information should neither be posted to the Internet, nor published in any other public domain, without the express permission of the sender. If you are not the intended recipient(s) or the recipient's representative, you are hereby notified that any use, disclosure, copying or distribution of this communication is prohi...
2015 Nov 08
2
idmap & migration to rfc2307
...ement winbind. > >It implements some parts of the winbind protocol. > >It is not a drop-in replacement for winbind(d). > >And the ad-dc forcefully uses winbindd anyways, > No, it is not forced. It can be disabled. Of course you can disable the server service. But then you have neither a supported nor a fully functional AD/DC setup. :-) > >so sssd is not at all an option. > No? What it does do is just work. No. It does not work for the internals of the ad/dc. It may work in nsswitch. And did I mention this is neither a support nor an advocating forum for sssd? > w...