search for: 11464

Displaying 20 results from an estimated 22 matches for "11464".

Did you mean: 1464
2013 Jul 23
1
optimize integer function parameters
Hi I have "observations" obs <- (11455, 11536, 11582, 11825, 11900, ...) and a simulation function f(A,B,C,D,E,F), so sim <- f(A,B,C,D,E,F) e.g. sim = c(11464, 11554, 11603, 11831, 11907, ...) now I would like to fit A,B,C,D,E,F such that "obs" and f(A,B,C,D,E,F) match as well as possible. A,..,F should be integers and have bounds. How would you solve this problem without bruteforce in an acceptable time? thx Christof
2001 Dec 11
1
Using lib Rstreams and gzfile()
...0 0 0 0 0 0 0 0 0 0 [61] 0 0 0 0 this is ok, but then with readint from Rstreams: > seek(p1c.gzip, 0, "start") [1] 128 > readint(p1c.gzip, 64,2) [1] -25620 -17287 21838 -16137 -8489 3835 13806 -28067 -30452 -24244 [11] 11464 18547 5320 -24287 -13180 -14761 13486 -2902 18582 8798 [21] 29513 21369 -27830 10578 29509 -13015 -23255 -13784 25643 11960 [31] -4233 -8515 -2123 -6311 -4455 28531 -1163 -2077 -775 -25282 [41] -6161 -2242 -12679 -2128 27610 -16977 24278 -25369 61 11268 [51] 532...
2017 Aug 02
2
disable SMBv1 on AD
Was looking into how to disable SMBv1 and NetBIOS on a Samba AD. I suspect that if one just wants to support Win7 and "greater" this should work. However to prevent some open NetBIOS ports the "nbt" service must be removed from the "server services" entry. Basically these two entries (note nbt missing in the services line): server services = s3fs, rpc, wrepl, ldap,
2017 Aug 03
0
disable SMBv1 on AD
...e must be removed from the "server services" entry. you can add the two lines to smb.conf to disable netbios support [global] ... disable netbios = yes smb ports = 445 Before disabling, when running "samba-tool processes", you get a ... nbt_server 11464 ... After disabling it shouldn't be there anymore. You can doublecheck that netbios port are not open anymore netstat -apn | grep ':139\|:138\|:137' Netbios can and should be removed on modern network. After it sometime fails the reality check with legacy applications, cnc, emb...
2003 Jan 14
4
specifying a list of files to transfer
...he following gawk seems to do the job: gawk '$0 != "./" {sub(/^\.\//,"")} {while ((length > 0) && !($0 in already)) {print "/"$0; already[$0] = 1; sub(/\/[^\/]*$/,"")}}' /tmp/changed > /tmp/includes This creates a file containing 11464 lines (the original 5059 files plus all the parent directories). Now we can run the normal rsync command: time rsync -RlHptgoD --numeric-ids -r -xz \ --include-from=/dev/stdin --exclude '*' --stats . \ remotehost:/extra_disk/tmp/tree2 < /tmp/includes Here were th...
2015 Jan 24
4
Indexing Mail faster
Hi, I am trying to get faster search results on our webmail client(Roundcube). Besides using Lucene for FTS are there other options? Would having all mails indexed give fast results? Currently the time it takes to search 25,000mails is 4mins. If indexed how much faster are we looking at? Really appreciate if someone could advise about this. Thanks Kevin
2015 Jan 24
0
Indexing Mail faster
...10719 10720 10728 10778 10779 10799 10800 10801 10819 10823 10829 10830 10850 10853 10857 10859 10861 10863 10874 10883 10884 10916 10932 11009 11010 11011 11083 11084 11089 11100 11118 11121 11147 11148 11161 11162 11163 11168 11171 11226 11228 11229 11255 11342 11359 11369 11375 11378 11461 11463 11464 11465 11466 11543 11548 11549 11552 11557 11558 11559 11673 11704 11721 11756 11812 11826 11827 11828 11829 11830 11832 11836 11838 11840 11841 11843 11844 11867 11868 11871 11872 11876 11885 11892 11985 11988 11992 12143 12154 12182 12183 12185 12198 12287 12329 12330 12334 12338 12345 12387 12391...
2020 Jun 04
2
xapian-core and Windows non-ASCII paths
...apian-compact. However it shows the appropriate system call changes and fixes the issue for me, so I guess it maybe useful for somebody else. Cheers, jf -------------- next part -------------- A non-text attachment was scrubbed... Name: xapian-1.4-wchar.diff Type: application/octet-stream Size: 11464 bytes Desc: not available URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20200604/d29da9c1/attachment.obj>
2006 Jul 06
7
REPOST: Musings on Rails and logging philosophies
[OK, since I stupidly posted this over the July 4th week[end] and got no responses, let''s try it again...] As a perpetual Rails dabbler, I make an awful lot of typical beginner mistakes. And the logs are always either too verbose or too sparse to help me. And it started me thinking. I came from one of the largest production OLTP systems in the world, and the one thing that helped
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2015 Sep 01
0
[Announce] Samba 4.3.0rc4 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2015 Sep 01
0
[Announce] Samba 4.3.0rc4 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2015 Sep 08
0
[Announce] Samba 4.3.0 Available for Download
...= no > > o Günther Deschner <gd at samba.org> > * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 > > o Volker Lendecke <vl at samba.org> > * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c > * Bug 11464: xid2sid gives inconsistent results > * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 > > o Roel van Meer <roel at 1afa.com> > * Bug 11427: nmbd incorrectly matches netbios names as own name > > o Stefan Metzmacher <metze at samba.org> > * Bug 11451...
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...11368 => Hello World +11376 => Hello World +11384 => Hello World +11392 => Hello World +11400 => Hello World +11408 => Hello World +11416 => Hello World +11424 => Hello World +11432 => Hello World +11440 => Hello World +11448 => Hello World +11456 => Hello World +11464 => Hello World +11472 => Hello World +11480 => Hello World +11488 => Hello World +11496 => Hello World +11504 => Hello World +11512 => Hello World +11520 => Hello World +11528 => Hello World +11536 => Hello World +11544 => Hello World +11552 => Hello World +11560...
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...fy_remove caused by change notify = no o Günther Deschner <gd at samba.org> * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5 o Volker Lendecke <vl at samba.org> * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c * Bug 11464: xid2sid gives inconsistent results * Bug 11465: ctdb: Fix the build on FreeBSD 10.1 o Roel van Meer <roel at 1afa.com> * Bug 11427: nmbd incorrectly matches netbios names as own name o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption performanc...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...1360: 0, 0 +11368: , +11368: 0, 0 +11376: , +11376: 0, 0 +11384: , +11384: 0, 0 +11392: , +11392: 0, 0 +11400: , +11400: 0, 0 +11408: , +11408: 0, 0 +11416: , +11416: 0, 0 +11424: , +11424: 0, 0 +11432: , +11432: 0, 0 +11440: , +11440: 0, 0 +11448: , +11448: 0, 0 +11456: , +11456: 0, 0 +11464: , +11464: 0, 0 +11472: , +11472: 0, 0 +11480: , +11480: 0, 0 +11488: , +11488: 0, 0 +11496: , +11496: 0, 0 +11504: , +11504: 0, 0 +11512: , +11512: 0, 0 +11520: , +11520: 0, 0 +11528: , +11528: 0, 0 +11536: , +11536: 0, 0 +11544: , +11544: 0, 0 +11552: , +11552: 0, 0 +11560: , +11560:...
2015 Jan 27
4
Indexing Mail faster
...t; 10778 10779 10799 10800 10801 10819 10823 10829 10830 10850 10853 10857 > 10859 10861 10863 10874 10883 10884 10916 10932 11009 11010 11011 11083 > 11084 11089 11100 11118 11121 11147 11148 11161 11162 11163 11168 11171 > 11226 11228 11229 11255 11342 11359 11369 11375 11378 11461 11463 11464 > 11465 11466 11543 11548 11549 11552 11557 11558 11559 11673 11704 11721 > 11756 11812 11826 11827 11828 11829 11830 11832 11836 11838 11840 11841 > 11843 11844 11867 11868 11871 11872 11876 11885 11892 11985 11988 11992 > 12143 12154 12182 12183 12185 12198 12287 12329 12330 12334 123...
2008 Aug 01
1
file descriptor in bad state
I've just setup a simple gluster storage system on Centos 5.2 x64 w/ gluster 1.3.10 I have three storage bricks and one client Everytime i run iozone across this setup, i seem to get a bad file descriptor around the 4k mark. Any thoughts why? I'm sure more info is wanted, i'm just not sure what else to include at this point. thanks [root at green gluster]# cat