Re: [s3ql] Question about data and file deletion timing

2021-01-05 Thread Cliff Stanford
blocks remain until the transfer is complete? Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received this message because you are subscribed

Re: Partial block caching implementation (Was: Re: [s3ql] Caching and block size in S3QL)

2020-07-10 Thread Cliff Stanford
for an edge case. You can disable encryption with "--plain" at mkfs time. You can disable compression with "--compress none" at mount time. Not sure how it helps though. Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain:

Re: [s3ql] Caching and block size in S3QL

2020-07-08 Thread Cliff Stanford
. I don't think that reducing the maximum block size will improve things for you. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received

Re: [s3ql] S3QL performance and sqlite fragmentation : some comments

2020-02-21 Thread Cliff Stanford
and df. I think it is simply the speed of the sqlite database access that made the difference. Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You

Re: [s3ql] [ANNOUNCE] S3QL 3.1 has been released

2019-04-08 Thread Cliff Stanford
install google-auth-oauthlib and it worked. Maybe the documentation should be updated to show it as a requirement? Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973

Re: [s3ql] s3ql very slow to respond

2019-03-28 Thread Cliff Stanford
On 27/03/2019 15:06, Cliff Stanford wrote: I've moved ~/.s3ql to the local SSD boot disk and I will report back whether that solves the issue. cliff@pt: ~$ time s3qlstat /opt/s3ql Directory entries:21726199 Inodes: 21726203 Data blocks: 2103253 Total data size

Re: [s3ql] Documentation improvements needed for authfile2

2019-03-27 Thread Cliff Stanford
https://www.rath.org/ responds, the extension will make the assumption that https://www.rath.org/s3ql-docs/authinfo.html would work. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK

Re: [s3ql] s3ql very slow to respond

2019-03-27 Thread Cliff Stanford
, Nikolaus. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received this message because you are subscribed to the Google Groups "s3ql" g

[s3ql] s3ql very slow to respond

2019-03-27 Thread Cliff Stanford
size to 141192 MB MainThread s3ql.mount.main: Mounting s3://eu-west-1/backups.might.be at /opt/s3ql... Any advice appreciated. Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK

Re: [s3ql] documentation of authinfo2 file

2018-10-02 Thread Cliff Stanford
/authinfo.html Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received this message because you are subscribed to the Google Groups "s3ql" group. To u

[s3ql] backend-options not working in authinfo2

2018-08-26 Thread Cliff Stanford
/s3ql/backends/s3c.py", line 70, in __init__ options.backend_options.get('ssl-ca-path', None)) AttributeError: 'str' object has no attribute 'get' Am I doing something wrong? Or is it a bug? Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666

[s3ql] Fresh install from source (Ubuntu)

2017-09-29 Thread Cliff Stanford
$ python3 -m pytest tests/ $ sudo python3 setup.py install As far as I can see, installing on 16.04 LTS should simply be a matter of changing python3.6 to python3.5 but I've not tested this. Hope this saves someone some time (or even me next time I have to do it). Regards Cliff. -- Cliff

Re: Custom Collation

2017-09-03 Thread Cliff Stanford
On 03/09/17 12:01, Cliff Stanford wrote: sort = (collation[alphabet.indexOf char.toUpperCase()] ? char for char in word.split '').join ''emit [sort, word] Sorry, formatting issue. The emit should have been on the next line. Cliff. -- Cliff Stanford London:+44 20 0222 1666

Re: Custom Collation

2017-09-03 Thread Cliff Stanford
On 03/09/17 10:45, Cliff Stanford wrote: OK, presumably I'd need to do this in each map function? Do I need to copy and paste the code to each function or is there any way to use subroutines across map function? Actually, I realised there is a fairly simple way to do this in three extra

Re: Custom Collation

2017-09-03 Thread Cliff Stanford
ction? Do I need to copy and paste the code to each function or is there any way to use subroutines across map function? Thanks for your advice. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Est

Re: Custom Collation

2017-09-03 Thread Cliff Stanford
am trying to achieve. You would end up with Õ Ä Ö Ü mixed with O, A, O and U. I need them in their correct places at the end of the alphabet. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia

Custom Collation

2017-09-02 Thread Cliff Stanford
to achieve this? Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666

[s3ql] Persistent cache

2017-08-28 Thread Cliff Stanford
a sponsorship. Regards Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received this message because you are subscribed to the Google Groups "s3ql&q

Re: [s3ql] Is S3QL and snapshotting production-ready

2016-10-26 Thread Cliff Stanford
, absolutely. Cliff. -- Cliff Stanford Office: +44 20 0222 1666 UK Mobile:+44 7973 616 666 Spain: +34 952 587 666 Spain Mobile: +34 603 777 666 http://may.be/ -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this grou

Re: [s3ql] [ANNOUNCE] S3QL 2.17 has been released

2016-03-10 Thread Cliff Stanford
On 10/03/16 00:39, Nikolaus Rath wrote: On Mar 09 2016, Cliff Stanford <cl...@may.be> wrote: Just one thing, I'm not sure it's sensible to push the metadata to "infrequent access" as it is accessed rather frequently. Maybe just the actual data? Would be a nice theoretica

Re: [s3ql] [ANNOUNCE] S3QL 2.17 has been released

2016-03-09 Thread Cliff Stanford
r all your hard work in writing s3ql and for your patience in dealing with users like me. :) Kindest regards Cliff. -- Cliff Stanford Office: +44 20 0222 1666 UK Mobile: +44 7973 616 666 Spain: +34 952 587 666 http://www.may.be/ -- You received this message because you are subscribed to

Re: [s3ql] [ANNOUNCE] S3QL 2.17 has been released

2016-03-09 Thread Cliff Stanford
tabase.py", line 104, in rowid self.conn.cursor().execute(*a, **kw) File "src/cursor.c", line 236, in resetcursor apsw.ConstraintError: ConstraintError: NOT NULL constraint failed: inodes.mtime Any idea what I've done wrong now? I've checked all the versions. This issue occur

Re: [s3ql] [ANNOUNCE] S3QL 2.17 has been released

2016-03-09 Thread Cliff Stanford
On 09/03/16 13:46, Cliff Stanford wrote: Will you be updating ppa:nikratio/s3ql? It seems still to be at version 2.15. In the meanwhile I tried building from the bitbucket version at https://bitbucket.org/nikratio/s3ql/downloads/s3ql-2.17.tar.bz2. I'm using Ubuntu Server 15.10

Re: [s3ql] [ANNOUNCE] S3QL 2.17 has been released

2016-03-09 Thread Cliff Stanford
On 09/03/16 01:03, Nikolaus Rath wrote: I am pleased to announce a new release of S3QL, version 2.17. Great news, thanks. Will you be updating ppa:nikratio/s3ql? It seems still to be at version 2.15. Regards Cliff. -- Cliff Stanford Office: +44 20 0222 1666 UK Mobile: +44 7973

Re: [s3ql] Cache usage - s3qlstat

2016-02-05 Thread Cliff Stanford
* 39.1 GB (out of the available 500 GB). I don't see1.3 TB mentioned anywhere at all. 1404564 MB is about 1.3 TB (unless I'm still confused). I limited the cache size to 500 GB (--cachesize 524288000) so I am surprised that mount.log states 1404564 MB. Regards Cliff. -- Cliff Stanford Office

Re: [s3ql] how to handle split brain situations

2016-01-26 Thread Cliff Stanford
to mount the fs on another machine: Are you sure that the shutdown is (a) calling umount.s3ql and (b) waiting for it to finish? It can take a very long time to return, depending on the size of the dirty cache, the size of the metadata and the speed of the line. Regards Cliff. -- Cliff Stanford

[s3ql] Have I screwed up?

2015-12-23 Thread Cliff Stanford
and s3ql_passphrase, they appear to have a text section at the beginning with a first line of "s3ql_1". If I create a filesystem natively on S3, those files are pure binary. So, (a) have I screwed up and (b) is there any way to recover from it? Regards Cliff. -- Cliff Stanford Office: +44 20

Re: Failed: PAUSE indexer report CMS/Attribute-Boolean-v1.0.6.tar.gz

2014-07-27 Thread Cliff Stanford
contact modules@perl.org if there are any open questions. User: CMS (Cliff Stanford) Distribution file: Attribute-Boolean-v1.0.6.tar.gz Number of files: 18 *.pm files: 2 README: Attribute-Boolean-v1.0.6/README META-File: Attribute-Boolean-v1.0.6/META.json META-Parser: Parse

Fwd: Failed: PAUSE indexer report CMS/mustache-simple/ Mustache-Simple-v1.2.3.tar.gz

2014-07-05 Thread Cliff Stanford
which means that my packages do not appear on metacpan. Please let me know how to fix this. Regards, Cliff. -- Cliff Stanford Office: +44 20 0222 1666 UK Mobile: +44 7973 616 666 Spain: +34 952 587 666 http://www.may.be/ ---BeginMessage--- The following report has been written

Fwd: Failed: PAUSE indexer report CMS/attribute-boolean/ Attribute-Boolean-v0.0.2.tar.gz

2014-04-13 Thread Cliff Stanford
if there are any open questions. User: CMS (Cliff Stanford) Distribution file: Attribute-Boolean-v0.0.2.tar.gz Number of files: 18 *.pm files: 2 README: Attribute-Boolean-v0.0.2/README META-File: Attribute-Boolean-v0.0.2/META.json META-Parser: Parse::CPAN::Meta 1.4404 META-driven

[uknof] Apprenticeship

2012-02-13 Thread Cliff Stanford
like that. He is currently living alone in South London but could relocate easily to anywhere in the country or, actually, in the world. Any ideas or possible contacts, I would really appreciate an email or a call. Many thanks, Regards, Cliff. /flameproof-underwear -- Cliff Stanford Might

[Mono-list] Time Change Issue

2011-03-27 Thread Cliff Stanford
it is now two hours out. An hour later, at 02:00 GMT, it jumps forward *two* hours so that by 04:00 local it is back on the right time zone. As I said, the system clock behaved correctly through this time. Any ideas? Regards, Cliff. -- Cliff Stanford Office: +44 845 0045 666 UK Mobile

Re: [zeromq-dev] Cannot find shared library

2010-11-01 Thread Cliff Stanford
On 01/11/10 08:32, Kwong Aik Goh wrote: What could I do to fix that? I usually find it's simply that I forgot to type sudo /sbin/ldconfig when that happens. Cliff. -- Cliff Stanford Office: +44 845 0045 666 UK Mobile: +44 7973 616 666 Home: +44 20 0222 1666 Spain Home: +34 952

[jira] Created: (COUCHDB-790) validate_doc_update on the _users database fails

2010-06-10 Thread Cliff Stanford (JIRA)
Affects Versions: 0.11 Reporter: Cliff Stanford The validate_doc_update on the users database contains the following code: if ((oldDoc || newDoc).type != 'user') { throw({forbidden : 'doc.type must be user'}); } // we only validate user docs for now However the effect

[Bug 429510] Re: package dahdi 1:2.2.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-07 Thread Cliff Stanford
Just come across this myself. dahdi has a dependency on gawk but it's not in the deps list. # apt-get install gawk # hash -r # apt-get install dahdi-linux worked for me. -- package dahdi 1:2.2.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error

[jira] Commented: (COUCHDB-646) JSON object hidden from the sandbox for show and list

2010-02-21 Thread Cliff Stanford (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836380#action_12836380 ] Cliff Stanford commented on COUCHDB-646: Works fine now, thanks. Regards, Cliff

[jira] Created: (COUCHDB-659) make local-clean leaves some files lying around

2010-02-18 Thread Cliff Stanford (JIRA)
System Affects Versions: 0.11 Reporter: Cliff Stanford Priority: Minor make local-clean should clean up all local files. In fact the following get left behind: build-aux m4/ac_check_curl.m4 m4/ac_check_icu.m4 make distclean probably leaves too much stuff too. diff

[jira] Updated: (COUCHDB-659) make local-clean leaves some files lying around

2010-02-18 Thread Cliff Stanford (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Stanford updated COUCHDB-659: --- Attachment: unclean.txt make local-clean leaves some files lying around

Use of json2.js in HEAD

2010-02-09 Thread Cliff Stanford
happen? Regards, Cliff. -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB

[jira] Created: (COUCHDB-645) _update: document created with undefined _id

2010-02-09 Thread Cliff Stanford (JIRA)
Affects Versions: 0.11 Environment: Linux, CouchDB built from HEAD Reporter: Cliff Stanford Using an update handler, if a document is returned with { _id : undefined }, the document will be created on the database with an undefined _id and will henceforth not be accessible

[jira] Created: (COUCHDB-646) JSON object hidden from the sandbox for show and list

2010-02-09 Thread Cliff Stanford (JIRA)
System Affects Versions: 0.11 Environment: CouchDB built from head. Ubuntu. JavaScript-C 1.7.0 2007-10-03 Reporter: Cliff Stanford Three issues that I think are related so I have opened them as a single ticket. TheJSON object defined in main.js appears

[jira] Created: (COUCHDB-648) _update handler ignores code in response doc

2010-02-09 Thread Cliff Stanford (JIRA)
Environment: CouchDB from HEAD Reporter: Cliff Stanford When using an _update handler, it should be possible to return a response code. return [ doc, { headers : { Location : / }, code: 303, body: 'Redirecting' }]; Should return 303 (the redirect for POST

Re: [Mono-list] Long-running program

2009-10-16 Thread Cliff Stanford
that be the problem? Again, if there is any way I can report what is in the heap, I'd be happy to try to find out. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1

[Mono-list] The delegate must have only one target.

2009-10-15 Thread Cliff Stanford
. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Mono-list] Long-running program

2009-10-15 Thread Cliff Stanford
of heap. Is there any way to examine the heap from managed code so that at least I can see which objects it is that are not being garbage collected? Ideally, I need to be able to say that there are so many of each type of object. Regards, Cliff. - -- Cliff Stanford Might Limited

Re: [Mono-list] Long-running program

2009-10-02 Thread Cliff Stanford
in the traditional way with the treading stopping randomly. But eventually the machine ran out of swap. So you seem to have fixed System.Threading.Timer and broken the Garbage Collector. :( What can I do to help now? Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office

Re: [Mono-list] The assembly mscorlib.dll was not found

2009-10-01 Thread Cliff Stanford
in the `/opt/mono/lib/mono/1.0/mscorlib.dll' directory. So exactly the same effect other than I no longer get referred to /usr/local. Any other suggestions gratefully received. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House

Re: [Mono-list] Long-running program

2009-10-01 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cliff Stanford wrote: Thanks. Server is now running on the HEAD version and I'll be able to tell you in a few days if it still crashes. Well the program is still running 24 hours later which is a good sign. On the other hand, it appears now

Re: [Mono-list] The assembly mscorlib.dll was not found

2009-10-01 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Jordan wrote: With other words: mcs does not exist anymore. But mono requires mcs to compile. I'm not sure I follow. Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House

Re: [Mono-list] Long-running program

2009-09-30 Thread Cliff Stanford
in a few days if it still crashes. Thanks for all your help. Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[Mono-list] The assembly mscorlib.dll was not found

2009-09-30 Thread Cliff Stanford
' directory. mscorlib.dll is actually in /usr/local/lib/mono/2.1 even though mono - --version reports Mono JIT compiler version 2.5. What am I missing? How do I make mcs find the right path for mscorlib.dll? Thanks, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666

Re: [Mono-list] Long-running program

2009-09-28 Thread Cliff Stanford
) at MayBE.Netiom.Logger.StatusUpdates.Tick (System.Object sender, System.Timers.ElapsedEventArgs e) [0x0] This is the same build as I have been using. The only thing that's changed is the mono executable from /usr/bin/mono to /usr/local/bin/mono. Regards, Cliff. - -- Cliff Stanford Might Limited

[Magick-bugs] $im-Set('modify-date'=undef);

2009-04-01 Thread Cliff Stanford
for the goto but it seemed that, as I was almost certainly going to introduce new bugs, it was wrong to do so all over the function. :) Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666

Re: [Mono-dev] System.Unix.Native.Syscall.fork is commented out

2008-11-05 Thread Cliff Stanford
of thought in the Mono developers' minds. Regards, Cliff. -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB ___ Mono-devel-list

Re: Botnet over aggressive?

2007-07-05 Thread Cliff Stanford
from two British Telcos, Orange and Magrathea. Both companies have mis-configured reverse DNS. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB

Re: Botnet over aggressive?

2007-07-04 Thread Cliff Stanford
being. But is this the right way to do it or should I be creating another file somewhere? Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB

Botnet over aggressive?

2007-07-03 Thread Cliff Stanford
, BOTNET_NORDNS scores it as 0.01 but BOTNET adds 5.0 to that. In addition, RDNS_NONE is adding 0.1 so every mail that lacks reverse dns is getting a minimum of 5.1. Is this intended behaviour? Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67

spamc -x -R

2007-04-07 Thread Cliff Stanford
wondering if this is a bug or by design for some reason. Thanks, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE- Version

Re: Spamhaus Tests

2007-03-07 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Kettler wrote: However, be aware that I'm merely a helpful community member and my opinions on the list uses are purely non-official. Thank you, that was all very helpful. Cliff. - -- Cliff Stanford Might Limited

Re: Spamhaus Tests

2007-03-07 Thread Cliff Stanford
most helpful response. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (MingW32) Comment: Using

Spamhaus Tests

2007-03-06 Thread Cliff Stanford
' IP addresses into internal_networks instead. 4. Lists Is this the right place or should I have posted this to the dev list instead? Many thanks, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666

Maxivista Pseudo Display Adapter

2006-07-11 Thread Cliff Stanford
that monitor. Any suggestions or pointers would be gratefully received. Thanks, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE

Win32 error 487 and rebaseall

2006-07-04 Thread Cliff Stanford
since but still have not uncrossed my fingers. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2

Re: bash -c error

2006-01-09 Thread Cliff Stanford
sys 0m0.000s [EMAIL PROTECTED] ~ $ bash -c time Segmentation fault (core dumped) [EMAIL PROTECTED] ~ $ Regards, Cliff. -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford

Re: Mouse pointer disappearing

2005-11-05 Thread Cliff Stanford
fixed the problem permanently for me. Assuming you can only use the Hardware Cursor! You mean you recompiled it with options removed? Thanks, Cliff. -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile

Mouse pointer disappearing

2005-11-04 Thread Cliff Stanford
no mouse pointer. Does anyone know what's likely to be causing this? Or how to get the pointer back when it happens without losing my windows? Or do I have something configured wrong? Any help appreciated. Regards, Cliff. -- Cliff Stanford Might Limited +44 845 0045

Thread Safe

2005-05-13 Thread Cliff Stanford
I remember finding something in Bugzilla about version 3 not being thread-safe currently with a fix pending. I now can't find it. Anyone know if the current version of Mail::SpamAssassin is thread-safe? Thanks, Cliff. -- Cliff Stanford Might Limited +44 845 0045 666

Twin screens

2003-11-05 Thread Cliff Stanford
it is now off-screen. Cliff. -- Cliff Stanford Might Limited +44 870 199 4137 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB

Re: Copy / Paste

2003-10-17 Thread Cliff Stanford
In message [EMAIL PROTECTED], Alexander Gottwald [EMAIL PROTECTED] writes On Wed, 15 Oct 2003, Cliff Stanford wrote: Hmm... CVS seems to be missing a copy of xc/programs/Xserver/xfixes/xfixesproto.h in the XFIXES_BRANCH which means that xfixes.c won't build. The files were in xc/include

Re: Copy / Paste

2003-10-15 Thread Cliff Stanford
. Regards, Cliff. -- Cliff Stanford Might Limited +44 20 7257 2000 (Office) 17-18 Henrietta Street +44 7973 616 666 (Mobile) London WC2E 8QH

Re: Copy / Paste

2003-10-15 Thread Cliff Stanford
/xfixesproto.h in the XFIXES_BRANCH which means that xfixes.c won't build. Cliff. -- Cliff Stanford Might Limited +44 20 7257 2000 (Office) 17-18 Henrietta Street +44 7973 616 666 (Mobile) London WC2E 8QH

Re: setup hangs during postinstall

2003-10-15 Thread Cliff Stanford
I have no idea if this is useful to those debugging this. If no, I apologise for the post. On windows, my user name is 'Cliff Stanford' with the space. I was seeing these hangs until I put in a symlink for my home directory and added a line to /etc/passwd with a user of cliff rather than

No xauth data.

2003-10-13 Thread Cliff Stanford
the same home directory (mounted via samba), I get no warning. Could anyone please tell me what I'm doing wrong? Thanks, Cliff. -- Cliff Stanford Might Limited +44 20 7257 2000 (Office) 17-18 Henrietta Street +44 7973 616 666 (Mobile) London WC2E

Re: Updated: XFree86-xserv-4.3.0-15

2003-10-04 Thread Cliff Stanford
In message [EMAIL PROTECTED], Harold L Hunt II [EMAIL PROTECTED] writes The XFree86-xserv-4.3.0-15 package has been updated in the Cygwin distribution. 5) winmultiwindowwndproc.c/winTopLevelWindowProc() - Add processing for WM_WINDOWPOSCHANGED to cause window to repaint when using TweakUI's