similar to: automatic flag updates

Displaying 13 results from an estimated 13 matches similar to: "automatic flag updates"

2009 Apr 17
1
matching subvectors in vector sets
Hi, I've got a list of ~20000 elements that look like this: [1] "A00096:A00096:A00096:A00096:A02178:A02178:A07776" [2] "A00046:A00076:A01101:A04146:A05671:A07169" [3] "A00038:A00932:A02185:A02370:A02818:A02818:A02818:A02818:A04732:A07142:A07142" [4] "A00096:A01352:A01352:A02023:A05001:A05001:A07776" [5]
2002 Apr 17
1
ProxyCommand commands don't exit
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've noticed that when I use ProxyCommand commands to connect, the commands do not exit when ssh exits. This results in a bunch of commands piling up on the machine over time. I experimented with four machines: linux-2.2.19+patches, openssh-3.0.1p1 linux-2.2.14+patches, openssh-3.0.1p1 freebsd-4.5-stable, openssh-2.9 localisations 20020307
2011 Jan 11
2
wineserver listening port 2001
Hello, I'm running wine for 2 windows programs under ubuntu and it is working quite well. But now I need the port 2001 open for an application (and I'm not able to switch this port as the application does not allow it :( ). As I see in netstat -ap the wineserver is listening to this port 2001. (tcp 0 0 *:2001 *:* LISTEN
2019 Oct 01
1
VirtualBox extensions and the new kernel
I've been running Centos for different purposes in a VirtualBox environment for quite long now. But the newest kernels miss something so I can get the VirtualBox Extensions linked in. I can see in the virtualbox log file that I shall run maken oldconfig and make, but I get these errors: # make oldconfig && make prepare scripts/kconfig/conf --oldconfig Kconfig # # configuration
2015 Jan 27
4
Indexing Mail faster
Hi Thomas, That's very interesting. Below is my search result. Any idea why is my result so slow:- Appreciate if you could advise. Thanks Kevin . OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
2006 May 11
0
Using action view helpers (strip_tags) in a rake task?
Hi all - I''ve got a rake task that migrates some old data (simple, loop through the old stuff, modify it a bit, and save it to the new system). That all works great. However, I''d like to use strip_tags() to remove all HTML from some of the fields I''m converting, but I can''t figure out how to include/use/require/load/etc the right stuff to make this work.
2008 Mar 26
0
different read i/o performance for equal guests
Hello, I''m using Xen 3.0 in a Debian Linux Etch / Dell PowerEdge 860 / 4GB RAM / Pentium 4 Dual Core 3Ghz. The machine is using a RAID Controller SAS 5iR, configured with two 500GB disks in RAID-1 (mirroring). I was getting I/O throughput problems, but then I''ve searched the Internet and find a solution saying that I needed to enable the write cache on the RAID controller. Well,
2004 Apr 26
1
Problems balancing two uplink providers
Hi all, I have implemented a solution with a machine balancing the network load between two DSL providers as is explained in the LARTC Howto. It is apparently working correctly, but i have some problems. The problem is basically that some packets go out by each ADSL interface with the source address of the other ADSL interface. I think that the routing based on source address isn''t
2015 Jan 27
0
Indexing Mail faster
* Kevin Laurie <superinterstellar at gmail.com> 2015.01.27 03:24: > . search text dear > * OK Searched 9% of the mailbox, ETA 1:39 > * OK Searched 20% of the mailbox, ETA 1:18 > * OK Searched 29% of the mailbox, ETA 1:12 > * OK Searched 38% of the mailbox, ETA 1:03 > * OK Searched 50% of the mailbox, ETA 0:49 > * OK Searched 60% of the mailbox, ETA 0:39 > * OK
2015 Jan 27
2
Indexing Mail faster
Dear Thomas, Below is the output of my 'dovecot -n' . The slow speed is really bad, imagine waiting 4 mins for every search. . Something is terribly wrong in my config. Please have a look and advise. Thanks Kevin # 2.2.9: /etc/dovecot/dovecot.conf # OS: Linux 3.10.62-xenU-25-0e6777a-x86_64 x86_64 Ubuntu 14.04.1 LTS auth_master_user_separator = * auth_mechanisms = PLAIN LOGIN dict {
2014 Jan 03
0
Wine release 1.7.10
The Wine development release 1.7.10 is now available. What's new in this release (see below for details): - Window maximization in the Mac driver. - AVI compressor implementation. - Thread local storage support in dynamically loaded libraries. - Beginnings of a Task Scheduler implementation. - Extended IPX protocol support. - Various bug fixes. The source is available from the
2009 Sep 25
0
Wine release 1.1.30
The Wine development release 1.1.30 is now available. What's new in this release (see below for details): - Support for OpenAL. - Many improvements in HTML and JavaScript support. - Many common controls fixes and improvements. - More Direct3D 10 work. - Better MAPI support. - Various bug fixes. The source is available from the following locations:
2006 Apr 17
7
Should Perl talk to Rails via LWP
Hi folks, I need your opinions on a basic design issue. I''ve seen the light of RoR and have replaced my Perl (DBI/CGI) based web server <-> RDBMS communication with RoR, but I still have a whole host of users (other servers/OS''s etc) out there wanting to talk to my RDBMS and they only talk Perl. Also they don''t want to talk Perl/DBI directly (they are not allowed