search for: 5449

Displaying 20 results from an estimated 49 matches for "5449".

Did you mean: 544
2018 Jan 16
2
Request for credential for just one user on one specific machine when using FQDN
...#39;/home/Username' [2018/01/15 16:45:55.510815,  3] ../source3/smbd/negprot.c:730(reply_negprot)   Selected protocol SMB 2.??? [2018/01/15 16:45:55.514423,  3] ../source3/smbd/smb2_negprot.c:290(smbd_smb2_request_process_negprot)   Selected protocol SMB3_11 [2018/01/15 16:45:55.514442,  5, pid=5449, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:477(make_auth_context_subsystem)   Making default auth method list for server role = 'domain member' [2018/01/15 16:45:55.514451,  5, pid=5449, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:378(load_auth_modu...
2018 Jan 16
0
Request for credential for just one user on one specific machine when using FQDN
...#39;/home/Username' [2018/01/15 16:45:55.510815,  3] ../source3/smbd/negprot.c:730(reply_negprot)   Selected protocol SMB 2.??? [2018/01/15 16:45:55.514423,  3] ../source3/smbd/smb2_negprot.c:290(smbd_smb2_request_process_negprot)   Selected protocol SMB3_11 [2018/01/15 16:45:55.514442,  5, pid=5449, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:477(make_auth_context_subsystem)   Making default auth method list for server role = 'domain member' [2018/01/15 16:45:55.514451,  5, pid=5449, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:378(load_auth_modu...
2003 Oct 28
1
ifelse with a factor variable
'ifelse' changes factors to character vectors (R-1.7.1, Linux): > table(bal$soc.40) tax noble semi-landless landless unknown 4035 5449 13342 9348 0 > blah <- ifelse(is.na(bal$soc.40), "unknown", bal$soc.40) > table(blah) blah 1 2 3 4 unknown 4035 5449 13342 9348 7970 How do I get what I want (I mean: simply)? Upgrade to 1.8.0? G?ran
2008 May 08
3
DO NOT REPLY [Bug 4561] Add options --tweak, --no-tweak, --no-tweak-hlinked
https://bugzilla.samba.org/show_bug.cgi?id=4561 ------- Comment #5 from sites-samba@carlthompson.net 2008-05-07 20:19 CST ------- See bug #5448. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2007 Feb 19
6
Open CallerID Database?
...he same spot we are, our current provider only provides us with the CND, excluding CNAM. Would creating a public database, managed by users be worthwhile to anyone? Thanks - Any input is greatly appreciated. -- Robert Norton SophMedia LLC Operations Manager Cell: 480-234-4312 Office: 480-626-5449 (x300) P.O. Box 7755 Tempe, AZ 85281 http://www.XStreamHost.com - Web Hosting http://www.SophMedia.com - Consulting & Web Development -- NOTICE: This e-mail (including all attachments) may contain confidential and privileged material for the sole use of the intended recipient(s). You, the r...
2007 Aug 25
0
[LLVMdev] ccbench: compiler shotout benchmark script
...a boring run on hello programs: $ ./ccbench -v Checking compilers ... Compiler /usr/bin/g++-3.3 not found g++-4.1: g++-4.1 (GCC) 4.1.3 20070812 (prerelease) (Debian 4.1.2-15) g++-4.2: g++-4.2 (GCC) 4.2.1 (Debian 4.2.1-3) llvm-g++: llvm-g++ (GCC) 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build ) llvm-g++-bc: llvm-g++ (GCC) 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build ) icc: icc (ICC) 10.0 20070809 gcc-3.3: gcc-3.3 (GCC) 3.3.6 (Debian 1:3.3.6-15) gcc-4.1: gcc-4.1 (GCC) 4.1.3 20070812 (prerelease) (Debian 4.1.2-15) gcc-4.2: gcc-4.2 (GCC) 4.2....
2008 Oct 28
2
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
...or: "D slower than C++ by a factor of _two_ for simple raytracer (gdc)" There are versions of the tracer for D and C++ that are quite comparable. Here are some timings I got on an AMDx86-64 running Fedora Core Linux. Timings are averaged over 6 runs. llvm-g++4.0.1 5.76 (build 5449..backend from svn today) ldc-rev736 6.68 g++4.1.2 6.72 gdc0.24 7.45 g++4.3.1 7.66 dmd1.030 14.52 As you can see D is NOT that much slower for the ray tracer, when using the proper compiler and options ;) Dmd doesn't optimize very well here. I think LLV...
2007 Jan 13
1
Caching Caller Name
...supports caller id lookups, but charges a bit for each lookup. I'm thinking about writing a basic PHP script (through AGI) to cache these lookups for say 90 days. Is there an obvious problem with this? Thanks -- Robert Norton SophMedia LLC Operations Manager Cell: 480-234-4312 Office: 480-626-5449 (x300) P.O. Box 7755 Tempe, AZ 85281 http://www.XStreamHost.com - Web Hosting http://www.SophMedia.com - Consulting & Web Development -- NOTICE: This e-mail (including all attachments) may contain confidential and privileged material for the sole use of the intended recipient(s). You, the reci...
2007 Dec 17
8
Queue calls drop to voicemail intermittantly
Can anyone tell me what might cause callers on hold in a queue to drop into agents voicemail boxes? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071217/ae6cba5a/attachment.htm
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
...> The point is, these examples are not verified with gcc-3.x based > llvm-gcc. This has nothing to do with a 3.x compiler. AFAIK llvm SVN HEAD doesn't contain any gcc 3.x frontend for LLVM. In fact, I have 4.0.1: $ llvm-gcc --version llvm-gcc (GCC) 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build ) Also, the new llvm-top project ALSO creates an "llvm-gcc" binary, that out of llvm-gcc-4.0 So, neither llvm-top nor llvm-gcc-4.0/trunk/README.LLVM will create you a "llvm-gcc4" compiler, so the documentation is STILL wrong.
2008 Jun 11
1
[LLVMdev] Compiling llvm libraries to run on iPhone
...ages=c,c++,objc,obj-c++ --target=arm-apple-darwin --enable-sjlj-exceptions --with-heavenly=/usr/local/share/iphone-filesystem --with-as=/usr/local/bin/arm-apple-darwin-as --with-ld=/usr/local/bin/arm-apple-darwin-ld --enable-wchar_t=noThread model: posixgcc version 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build 2.0-svn-iphone-dev-0.3-svn)I will try and work out what is causing the error though.Thanks for your help,Rob. _________________________________________________________________ Find singles in your area with Match. http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fmatch%2Enz%2Emsn%2Ecom%2F...
2008 Oct 28
0
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
...Have you pointed this out to the other D users? -Chris > > There are versions of the tracer for D and C++ that are quite > comparable. Here are some timings I got on an AMDx86-64 running > Fedora Core Linux. Timings are averaged over 6 runs. > > llvm-g++4.0.1 5.76 (build 5449..backend from svn today) > ldc-rev736 6.68 > g++4.1.2 6.72 > gdc0.24 7.45 > g++4.3.1 7.66 > dmd1.030 14.52 > > As you can see D is NOT that much slower for the ray tracer, when > using the proper compiler and options ;) Dmd doesn’t optimi...
2009 Oct 09
1
celebrating revision 50000
...ates a peak in 2002. Here are the top 20 modified files : > most.updated <- head( sort( table( data$file ), decreasing=TRUE ), 20 ) > cat( sprintf( "%40s : %6d", names(most.updated), most.updated ), sep ="\n" ) /trunk/NEWS : 5449 /trunk/date-stamp : 2219 /trunk/BUGS : 1485 /trunk/src/gnuwin32/CHANGES : 994 /trunk/configure : 979 /trunk/doc/manual/R-FAQ.texi : 948 /trunk/doc/m...
2003 Oct 12
1
Error openning file (PR#4550)
...290 3477 3528 3378 3327 "Puerto-Lumbreras" NA NA NA NA NA NA 7205 8046 8560 9961 "Ricote" 2604 3022 2819 2956 2929 2928 2743 2320 1774 1689 "San_Javier" 4326 4940 5026 5656 6652 9008 9734 10286 12675 14696 "San_Pedro_del_Pinatar" 2637 3076 3276 3380 4377 5074 5449 6518 8866 12057 "Santomera" NA NA NA NA NA NA NA NA 7346 8518 "Torre-Pacheco" 8858 9782 9400 9255 9610 10260 11005 13006 15654 16568 "Torres_de_Cotillas_(Las)" 2616 2964 3557 3954 4806 5327 6010 7259 11349 14132 "Totana" 13714 14235 14211 13842 15453 14718 14...
2008 May 08
6
DO NOT REPLY [Bug 5448] New: rsync modifies files in place even without --inplace specified
https://bugzilla.samba.org/show_bug.cgi?id=5448 Summary: rsync modifies files in place even without --inplace specified Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2007 Feb 12
1
playing with SO_BROADCAST on centos
....g... 08:42:49.286990 IP ecov432_testing.msgnet.com.36 > devcentos64.msgnet.com.36: UDP, length 20 0x0000: 4500 0030 091a 0000 8011 ad8f c0a8 01b9 E..0............ 0x0010: c0a8 010a 0024 0024 001c b581 4321 3039 .....$.$....C!09 0x0020: c0a8 01b9 ffff ff00 0001 3cd0 5449 0001 ..........<.TI.. My program is: int main(int argc, char *argv[]) { int error; int total = 0; int socket_handle; enum { NMP_PORT = 36, NMP_MAGIC = 0x4321, NMP_LIST = 12345, NMP_SET_IP, NMP_SET_MASK }; typedef union { unsigned char b[4]; uint32_t v; } IPADDR; typedef struct...
2012 Apr 15
2
[LLVMdev] MDBuilder - helper for making metadata
Here's a first attempt at a MDBuilder class that makes it easier to create metadata. It has utilities for creating range and tbaa metadata (which by a strange coincidence are the kinds used by dragonegg). Ciao, Duncan. -------------- next part -------------- A non-text attachment was scrubbed... Name: mdbuilder.diff Type: text/x-patch Size: 4150 bytes Desc: not available URL:
2012 Apr 15
0
[LLVMdev] MDBuilder - helper for making metadata
On Sun, Apr 15, 2012 at 3:35 PM, Duncan Sands <baldrick at free.fr> wrote: > Here's a first attempt at a MDBuilder class that makes it easier to create > metadata. It has utilities for creating range and tbaa metadata (which by > a strange coincidence are the kinds used by dragonegg). > This seems like a fine interface. I'd love it for folks more familiar w/ the
2019 Jan 09
1
CUPS removal of cupsaddsmb
Hi All, I was recently directed to look at some upstream CUPS changes which impact Samba's printer server functionality: cupsaddsmb has been dropped via https://github.com/apple/cups/commit/f1def5b85f51120f5dc1eb21e1f38860ef41be9c Given that it's only just gone in, I wouldn't expect it to reach distros for some time, but I think it's worth discussing how/whether we should react.
2007 Jan 12
1
Identifying Queue on Cisco 7960
...one. I've got several 7960s running on Asterisk1.4 with 15 or separate queues and am trying to figure out a way to identify to the 7960s, what queue the incoming call is on? Is this possible at all? Thanks! -- Robert Norton SophMedia LLC Operations Manager Cell: 480-234-4312 Office: 480-626-5449 (x300) P.O. Box 7755 Tempe, AZ 85281 http://www.XStreamHost.com - Web Hosting http://www.SophMedia.com - Consulting & Web Development -- NOTICE: This e-mail (including all attachments) may contain confidential and privileged material for the sole use of the intended recipient(s). You, the reci...