RE: vsql_getpw: failed select (updated)

2001-06-26 Thread Daniel Biddle
On Tue, 26 Jun 2001, Kieran Barnes wrote: > Thanks for patch Daniel. Couldn't get it to play, so I edited vmysql.c > manually, but it I broke. heh. Looking back through my mailbox, I found that you're using 4.9.10, whereas my patch was for 4.10.24. I've attached a patch for 4.9.10 to my reply to

Re: vsql_getpw: failed select (updated)

2001-06-26 Thread Daniel Biddle
On Tue, 26 Jun 2001, alexus wrote: > i get this > > su-2.05# patch < ../vmysql-select-error.patch > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -- > |--- vmysql.c~ Fri Jun 15 07:37:35 2001 > |+++ vmysql.c Mon Jun 25 18:06:51 2001 > -

Re: vsql_getpw: failed select (updated)

2001-06-26 Thread alexus
gt; Sent: Monday, June 25, 2001 3:27 PM Subject: Re: vsql_getpw: failed select (updated) > On Mon, 25 Jun 2001, alexus wrote: > > > > Yep, seems likely. I notice the server returned an error message which > > > vmysql ignored. The attached untested patch should ca

RE: vsql_getpw: failed select (updated)

2001-06-26 Thread Kieran Barnes
website at http://www.1226.net Phone: 01772 622889 || Fax: 01772 622558 > -Original Message- > From: Daniel Biddle [mailto:[EMAIL PROTECTED]] > Sent: 25 June 2001 19:23 > To: [EMAIL PROTECTED] > Subject: RE: vsql_getpw: failed select (updated) > > > On Mon, 25 Jun 2

Re: vsql_getpw: failed select (updated)

2001-06-25 Thread Daniel Biddle
On Mon, 25 Jun 2001, alexus wrote: > > Yep, seems likely. I notice the server returned an error message which > > vmysql ignored. The attached untested patch should cause that message to > > be displayed (to stderr). > what'd would be instruction how to apply this patch? Use patch. The exact de

Re: vsql_getpw: failed select (updated)

2001-06-25 Thread alexus
what'd would be instruction how to apply this patch? - Original Message - From: "Daniel Biddle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:22 PM Subject: RE: vsql_getpw: failed select (updated) > On Mon, 25 Jun 2001, Kieran

RE: vsql_getpw: failed select (updated)

2001-06-25 Thread Daniel Biddle
On Mon, 25 Jun 2001, Kieran Barnes wrote: > Disclaimer: I am not a C programmer. I am guessing and attempting to be > intelligent! And succeeding. :-) > Here follows an output of an strace on vuserinfo > Some interesting things are as follows. > > 102 open("/var/db/mysql/mysql/charsets/Index"

RE: vsql_getpw: failed select (updated)

2001-06-25 Thread Kieran Barnes
Disclaimer: I am not a C programmer. I am guessing and attempting to be intelligent! Here follows an output of an strace on vuserinfo Some interesting things are as follows. 102 open("/var/db/mysql/mysql/charsets/Index", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) I dont know