search for: client_info

Displaying 6 results from an estimated 6 matches for "client_info".

Did you mean: client_in_fd
2006 Aug 13
1
Building 23b
...about rpctorture. Full torture output: Compiling torture/rpctorture.c torture/rpctorture.c:27: error: 'global_myname' redeclared as different kind of symbol include/proto.h:1122: error: previous declaration of 'global_myname' was here torture/rpctorture.c:57: warning: 'struct client_info' declared inside parameter list torture/rpctorture.c:57: warning: its scope is only this definition or declaration, which is probably not what you want torture/rpctorture.c: In function 'rpcclient_connect': torture/rpctorture.c:62: error: dereferencing pointer to incomplete type torture...
2006 May 05
2
Rails MySQL Stored Procedure Fun
Hi All. I have a question about calling MySQL stored procedures that is a little different from the usual. I know stored procedures are not really the ''Rails way'' but in this case there is no other way to accomplish the same task and I have used them successfully. Background: I am using a query to produce a real-time status of items flowing through a factory. The query
2002 Aug 28
1
rpcclient regenum
...t which understans the command "regenum". In Samba 2.2 and the current HEAD CVS branch (as well as the SAMBA_3_0 branch), this command does not work, and is commented out: #if 0 /* Simo: reg functions need to be updated to the new cmd interface */ ... static void cmd_reg_enum(struct client_info *info) Any plans for fixing this? I actually tried, but failed. Seems like a lot of things have changed. The only version I've found that works is Samba-TNG. Is this the only choice? -- Peter ?strand Telephone: +46-13-21 46 00 Cendio Systems E-mail: peter@ce...
2006 Jun 23
8
MySQL loses connection, strange problem, will pay for help
I have searched the forums, searched google, etc for the past 3 days and have not found a solution that will work. Any help is greatly appreciated and at this point I have no problem paying for help. I have a paypal account. I was developing my rails project on a server that had mysql 5. We finished development and needed to move it over to the client server, their server has mysql 4.1.
2004 Jul 21
3
Request to an hpa-TFTP enhancement - convert '\' in filenames to '/'
...while (*seek) + { + if (*seek == '\\') *seek = '/'; + seek++; + } logger(LOG_NOTICE, "Serving %s to %s:%d", data- >tftp_options[OPT_FILENAME].value, inet_ntoa(data- >client_info->client.sin_addr), @@ -665,6 +674,7 @@ stats_send_locked(); else stats_err_locked(); + } break; case GET_WRQ: logger(LOG_NOTICE, "Fetching from %s to %s", <<< I would...
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...ix doesn?t help. > The pure-Ruby MySQL driver likely doesn''t support for the feature you > rely on. > > $ ./script/console > Loading development environment. > >> require ''mysql'' > => true > > # Native bindings: > >> Mysql.client_info > => "5.0.19" > > # Pure-Ruby driver bundled with Rails: > >> Mysql.client_info > => "4.0-ruby-0.2.5" > > If you consider this feature widely useful, please consider > contributing a patch to Active Record (http://dev.rubyonrails.org) >...