search for: 10495

Displaying 12 results from an estimated 12 matches for "10495".

Did you mean: 1049
2014 Mar 11
17
[Bug 10495] New: "skipping directory foo" (does not transfer directories by default)
https://bugzilla.samba.org/show_bug.cgi?id=10495 Summary: "skipping directory foo" (does not transfer directories by default) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5...
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with dignity and work can be saved, but
2006 Aug 14
0
NEWBIE QUESTION - recode in Ruby
I wish to recode the following php code to ruby: function text_decrypt_symbol($s, $i) { # $s is a text-encoded string, $i is index of 2-char code. function returns number in range 0-255 return (ord(substr($s, $i, 1)) - 100)*16 + ord(substr($s, $i +1, 1)) - 100; } function text_decrypt($s) { if ($s == "") return $s; $enc = 85 ^ text_decrypt_symbol($s,
2011 Mar 31
1
global wine installation
Hello forum, I am a Teacher at a German school and I want to get rid of Windows. I successfully installed Ubuntu 10.04LTS and configured the system to run as needed. My Problem is the following: I have 900 Users. If all of them use wine to start a program, every user installs his own .wine directory with all the content. Soon I have gigabytes of redundant stuff. Also I need to install some
2008 Feb 20
3
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...7438,7439:42 [0])[7462,7466:43 [0]) [7466,7467:44 [0])[8446,8450:45 [0])[8450,8451:46 [0])[8474,8478:47 [0]) [8478,8479:48 [0])[8710,8714:49 [0])[8714,8715:50 [0])[8738,8742:51 [0]) [8742,8743:52 [0])[8998,9002:53 [0])[9002,9003:54 [0])[9022,9026:55 [0]) [9026,9027:56 [0])[10490,10494:57 [0])[10494,10495:58 [0])[10518,10522:59 [0])[10522,10523:60 [0])[10782,10786:61 [0])[10786,10787:62 [0]) [10810,10814:63 [0])[10814,10815:64 [0])[11106,11110:65 [0])[11110,11111:66 [0])[11134,11138:67 [0])[11138,11139:68 [0])[11826,11830:69 [0]) [11830,11831:70 [0])[11854,11858:71 [0])[11858,11859:72 [0])[12838,1...
2009 Oct 26
3
changing kickoff time
Hello everybody, we moved our samba server to a new machine. This included changing the samba version from 3.024 to 3.4.2 and changing the OS from Linux to Opensolaris. Samba was compiled from scratch. Passdb Backend is tdb. After the upgrade everything works fine......except: Some users can not login, due to an expired account. Further investigation showed that the "Kickoff Time"
2012 Oct 03
0
ggplot2 problem
...4 -0.0312692718 10491 48.25 28.00 0.7201135154 0.200346696 0.1968247306 -0.0374008537 10492 48.25 28.00 0.7204682512 NA NA NA 10493 48.25 28.00 0.7208229869 NA NA NA 10494 48.25 28.00 0.7211777226 NA NA NA 10495 48.25 28.00 0.7215324583 0.146792124 0.1444501918 -0.0261164628 10496 48.25 28.00 0.7218871940 NA NA NA 10497 48.25 28.00 0.7222419298 NA NA NA 10498 48.25 28.00 0.7225966655 NA NA NA 10499 48.25 28.00 0.7...
2015 Nov 13
0
Wine release 1.7.55
...work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.7.55 (total 76): 8854 Unable to get keyboard / mouse input in multiple games 9032 Adobe Premiere 6 video playback broken 10495 Wine should support PulseAudio 11107 Adobe AIR / Adobe Media Player pre 2 never shows GUI 12474 Resolume Avenue 3.3.2 - Black video preview windows 14518 GetTextMetrics on Tahoma font metrics returns an invalid tmInternalLeading 14894 Cubis Gold 2 crashes on start 17693 Silkypix 3.0...
2018 Sep 24
2
Problem getting quota-warning script to function.
...amavis[24865]: (24865-03) setsY-JlPgZ8 FWD from <ted at easydns.com> -> <other at quailmail.ca>, BODY=7BIT 250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 41BEA5FDCF Sep 24 15:25:36 ezm11-pco amavis[24865]: (24865-03) Passed CLEAN {RelayedInbound}, [64.68.203.197]:10495 [64.68.203.197] <ted at easydns.com> -> <other at quailmail.ca>, Queue-ID: DA4FB5FDA3, Message-ID: <6e50b82f-dd1e-58ee-d131-6c2f6d74fe0c at easydns.com>, mail_id: setsY-JlPgZ8, Hits: 0, size: 10997938, queued_as: 41BEA5FDCF, 27926 ms Sep 24 15:25:36 ezm11-pco postfix/smtp[31989...
2018 Sep 19
3
Problem getting quota-warning script to function.
Hello, Most of the work was done with dovecot 2.2.27 but I just upgraded to 2.3.2 and didn't see any change.? Some debug logs are below, is there something specific I could search them for? Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Module loaded:
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...417 0 0.02 137384 0 0.02 137384 RealMM.ll 6 12579 0 0.01 12560 0 0.01 12560 rebin.ll 1 19627 0 0.01 19594 0 0.01 19594 recon.ll 3 88529 0 0.02 88494 0 0.02 88494 record.ll 6 17092 0 0.01 17062 0 0.01 17062 recursive.ll 6 10689 0 0.01 10665 0 0.01 10665 recursive-throw.ll 7 10633 2 0.01 10757 1 0.01 10495 reduceg.ll 1 194285 0 0.02 194252 0 0.02 194252 reduce.ll 6 67159 0 0.01 67129 0 0.02 67129 ReedSolomon.ll 7 105688 0 0.02 105673 0 0.02 105673 refbuf.ll 7 17781 0 0.01 17760 0 0.01 17760 reg_detect.ll 12 35131 0 0.01 35093 0 0.01 35093 regex.ll 0 453 0 0.01 419 0 0.01 419 relax.ll 1 15238 0 0.01 1...