search for: 1312

Displaying 20 results from an estimated 244 matches for "1312".

Did you mean: 1302
2018 Dec 23
4
[Bug 1312] New: Interval should accept same start and end values as single value instead of throwing error
https://bugzilla.netfilter.org/show_bug.cgi?id=1312 Bug ID: 1312 Summary: Interval should accept same start and end values as single value instead of throwing error Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW...
2006 Mar 06
2
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
.../llvm-convert.cpp: At global scope: ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1305: error: parse error before `__attribute__' ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp: In function `tree_node* StripLLVMTranslationFn(...)': ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: `I' undeclared (first use this function) ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: (Each undeclared identifier is reported only once for each function it appears in.) ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: ISO C++ forbids declaration o...
2005 Jun 28
2
Trying to get *8 call pickup to work
...t=dynamic callerid=Grandstream SIP <1310> mailbox=1310@default [i1310] username=i1310 secret=donttell type=friend host=dynamic callerid=Grandstream SIP <1310> [1311] username=1311 secret=donttell type=friend host=dynamic callerid=John Jacob Jingleheime <1311> mailbox=1311@default [1312] username=1312 secret=donttell type=friend host=dynamic callerid=Cisco 7960G Test <1312> mailbox=1312@default FWIW, I get identical behavior with callgroup=/pickupgroup= specified for each extension. Here's some sanitized verbose output with SIP debugging enabled: -- Starting simple...
2012 Jun 06
3
problem about set operation and computation after split
...in R, plz help me. 1. How to do a intersect operation among several groups in one list, without a loop statement? (I think It may be a list) create data: myData <- data.frame(product = c(1,2,3,1,2,3,1,2,2), year=c(2009,2009,2009,2010,2010,2010,2011,2011,2011),value=c(1104,608,606,1504,508,1312,900,1100,800)) mySplit<- split(myData,myData$year) mySplit $`2009` product year value 1 1 2009 1104 2 2 2009 608 3 3 2009 606 $`2010` product year value 4 1 2010 1504 5 2 2010 508 6 3 2010 1312 $`2011` product year value 7 1 2011...
2006 Mar 07
0
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...eprocessed .i file for this file? To work around the above error, just remove "ATTRIBUTE_UNUSED" from that line. > ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp: In function `tree_node* > StripLLVMTranslationFn(...)': > ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: `I' undeclared > (first use this function) > ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: (Each > undeclared > identifier is reported only once for each function it appears in.) > ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: ISO C++ &...
2017 May 26
0
CEBA-2017:1312 CentOS 7 gtk3 BugFix Update
CentOS Errata and Bugfix Advisory 2017:1312 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1312.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 462bf56901fdc51756881f990d0be028504d1a045b5cbfa7c27ea83b85e3c847 gtk3-3.14.13-20.el7_3.1.i686.rpm 3e...
2012 Sep 26
0
CEBA-2012:1312 CentOS 6 telnet Update
CentOS Errata and Bugfix Advisory 2012:1312 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1312.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 9bdc032546d3c0bcd7872d43ac8108cf271308ed6dfc7a6b958ea2f3a4b6cfe3 telnet-0.17-47.el6_3.1.i686.rpm f869...
2007 May 06
2
[Bug 1312] Add short command-line option -K for activating GSSAPIDelegateCredentials
http://bugzilla.mindrot.org/show_bug.cgi?id=1312 Summary: Add short command-line option -K for activating GSSAPIDelegateCredentials Product: Portable OpenSSH Version: 4.4p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Prior...
2003 Aug 08
0
winbind error wrong packet size 1312
...via RPC calls failed error code was (0x0) Could not check secret linux:/usr/local # when i start the winbindd with the parameter -d 1 -i then i see the error: linux:~ # winbindd -d 1 -i ? winbindd version 2.2.8a-SuSE started. Copyright The Samba Team 2000-2001 Added domain FHSTG (S-1-5-21-1079061312-1835080586-312552118) getting trusted domain list process_loop: Invalid request size (1312) sent, should be (1304) So has anyone an idea to this Problem? Thanks Nico
2011 Mar 11
3
Large dataset operations
...it is awfully slow. What I want to do is add a new column for each "rep_ " column where I have taken each value and divide it by the mean of all values where "PlateNo" is the same. My data is in the following format: > data PlateNo Well rep_1 rep_2 rep_3 1 A01 1312 963 1172 1 A02 10464 6715 5628 1 A03 3301 3257 3281 1 A04 3895 3350 3496 1 A05 8731 7389 5701 2 A01 7893 6748 5920 2 A02 2912 2385 2586 2 A03 985 785 809 2 A04 1346 1018 1001 2 A05 794 314 486 To generate it copy: a <- c(1, 1, 1, 1, 1, 2...
2006 Mar 07
1
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
.... > To work around the above error, just remove "ATTRIBUTE_UNUSED" from that > line. Ok, done. >> ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp: In function `tree_node* >> StripLLVMTranslationFn(...)': >> ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: `I' >> undeclared >> (first use this function) >> ../../2006-03-02-llvm-gcc-4/gcc/llvm-convert.cpp:1312: error: (Each >> undeclared >> identifier is reported only once for each function it appears in.) >> ../../2006-03-02-llvm-gcc-4/gcc/llvm-conve...
2006 Mar 03
0
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 2 Mar 2006, Chris Lattner wrote: >> Any ideas what could be wrong? > > Sorry for the delay, please try this tarball: > http://nondot.org/sabre/2006-03-02-llvm-gcc-4.tar.gz Actually, do to a recent change in CVS, this tarball will probably not work anymore. Please apply the attached (small) patch on top of it in the gcc directory. Worth noting, this front-end only works
2009 Apr 27
2
Problem with R 2.9.0 vs. R2.8.1 with either "survival" package or "predict" function
Just wanted to alert everyone regarding a problem that I only experience with R2.9.0 and not with R2.8.1 when I run both using exactly the same script and the same data. Here is what I do with my data "MyData", 2 predictors (V1 and V2) and my survival DV "Depvar": library(survival)
2011 Mar 19
2
[LLVMdev] Apparent optimizer bug on X86_64
...t;: mov eax,r13d // assignment to zero-extends into rax 1306 1307 /* If YYLEN is nonzero, implement the default value of the action: 1308 `$$ = $1'. 1309 1310 Otherwise, the following line sets YYVAL to garbage. 1311 This behavior is undocumented and Bison 1312 users should not rely upon it. Assigning to YYVAL 1313 unconditionally makes the parser a bit smaller, and it avoids a 1314 GCC warning that YYVAL may be used uninitialized. */ 1315 yyval = yyvsp[1-yylen]; => 0x0000000000400c2d <rpcalc_parse+653>: movsd...
2012 Sep 26
0
CentOS-announce Digest, Vol 91, Issue 17
...please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2012:1309 CentOS 6 lm_sensors FASTTRACK Update (Johnny Hughes) 2. CESA-2012:1304 Moderate CentOS 6 kernel Update (Johnny Hughes) 3. CEBA-2012:1312 CentOS 6 telnet Update (Johnny Hughes) 4. CEBA-2012:1311 CentOS 6 gnome-terminal FASTTRACK Update (Johnny Hughes) 5. CEBA-2012:1313 CentOS 6 rpmdevtools FASTTRACK Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue...
2003 Mar 28
1
winbind with ADS error
...10:34:33, 1] nsswitch/winbindd_util.c:rescan_trusted_domains(168) scanning trusted domain list [2003/03/18 10:39:33, 1] nsswitch/winbindd_util.c:rescan_trusted_domains(168) scanning trusted domain list Trying the latest 3.0 CVC, winbind gives accepted socket 11 client_read: read 1312 bytes. Need 0 more for a full request. process_loop: Invalid request size from pid 6340: 1564 bytes sent, should be 1312 my smb.conf: [global] # Active Directory stuff realm = ASE-LRC-AD.AE.UTEXAS.EDU security = ADS encrypt passwords = yes ads server = 146.6.104.15 password ser...
2002 Mar 06
2
Installing a Package in Windows 2000
...-zip-help C:\R\rw1041\src\library\statmanual * checking for file `C:\R\rw1041\src\library\statmanual/DESCRIPTION' ... OK make: Entering directory `/cygdrive/c/R/rw1041/src/gnuwin32' make DLLNM= \ -C C:/R/rw1041/src/library/statmanual PKG=statmanual RHOME=C:/R/rw1041 RLIB=C:/R/Temp/Rbuild.1312 \ -f C:/R/rw1041/src/gnuwin32/MakePkg make[1]: Entering directory `/cygdrive/c/R/rw1041/src/library/statmanual' if [ ! -f ./TITLE -a -f ./DESCRIPTION ] ; then \ perl C:/R/rw1041/share/perl/maketitle.pl ./DESCRIPTION > TITLE; \ fi make[1]: /bin/sh.exe: Command not found make[1]: *** [TITL...
2018 Jan 09
2
Performance optimizations for small files and case sensitive-option
...p config MYREALM : read only = yes idmap config * : backend = tdb idmap config * : range = 3000000-4000000 idmap config * : read only = no map acl inherit = yes -- Rainer Krienke, Uni Koblenz, Rechenzentrum, A22, Universitaetsstrasse 1 56070 Koblenz, Tel: +49261287 1312 Fax +49261287 100 1312 Web: http://userpages.uni-koblenz.de/~krienke PGP: http://userpages.uni-koblenz.de/~krienke/mypgp.html
2017 Oct 02
2
System load problem with samba 4.4.2 caused by many ntlm auth client requests
...range = 0-2000000 idmap config MYREALM : read only = yes idmap config * : backend = tdb idmap config * : range = 3000000-4000000 idmap config * : read only = no -- Rainer Krienke, Uni Koblenz, Rechenzentrum, A22, Universitaetsstrasse 1 56070 Koblenz, Tel: +49261287 1312 Fax +49261287 100 1312 Web: http://userpages.uni-koblenz.de/~krienke PGP: http://userpages.uni-koblenz.de/~krienke/mypgp.html
2018 Mar 06
0
SAMBA4 Fileserver & Disk Quota
...14:44 00_stickygroup/ > > Best regards > > Micha > > > > Am 05.03.2018 um 14:15 schrieb Michael Wandel: >> IMHO you can use the posix sgid bit. > > -- Rainer Krienke, Uni Koblenz, Rechenzentrum, A22, Universitaetsstrasse 1 56070 Koblenz, Tel: +49261287 1312 Fax +49261287 100 1312 Web: http://userpages.uni-koblenz.de/~krienke PGP: http://userpages.uni-koblenz.de/~krienke/mypgp.html