search for: dbtest

Displaying 9 results from an estimated 9 matches for "dbtest".

Did you mean: gdbtest
2018 May 08
4
[Bug 13423] New: Checksum option does not work as expected when append-verify is used
...ntact: rsync-qa at samba.org Checksum option does not work as expected when append-verify is used. I can see that checksums are created for all files but they are not synced. rsync sample files to remote site: # rsync -azhcv --append-verify --progress --stats . rsyncclient at 192.168.142.2::DBTest/DBtest/ sending incremental file list ./ Firefox 60.0.dmg 55.37M 100% 8.40MB/s 0:00:06 (xfr#1, to-chk=3/6) Skype-8.19.0.1.dmg 92.68M 100% 8.35MB/s 0:00:10 (xfr#2, to-chk=2/6) SuperDuper!-2.dmg 6.09M 100% 5.16MB/s 0:00:01 (xfr#3, to-chk=1/6) SuperDuper!....
2003 Oct 01
1
samba-3.0.0 & FreeBSD 5.1 not cooperating
...ctory. But when I try to copy, move, or otherwise write a file to the share I get: [apex:~]$ cp .profile share/ cp: share/.profile: No such file or directory And when I try to copy or otherwise write to a file that already exists on the share, I get a different error: [apex:~]$ cp share/code/tcl/dbtest.tcl temp/ [apex:~]$ cp temp/dbtest.tcl share/code/tcl/ cp: share/code/tcl/dbtest.tcl: Permission denied Mainly I just want to know if there's any chance that the smb.conf pasted above could be causing the problem in some way. I've already asked in freebsd-questions and got no help except f...
2009 Jan 15
2
[patch] libc Berkeley DB information leak
Hi, FreeBSD libc Berkeley DB can leak sensitive information to database files. The problem is that it writes uninitialized memory obtained from malloc(3) to database files. You can use this simple test program to reproduce the behavior: http://www.saunalahti.fi/~jh3/dbtest.c Run the program and see the resulting test.db file which will contain a sequence of 0xa5 bytes directly from malloc(3). (See malloc(3) manual page for the explanation for the "J" flag if you need more information.) This has been reported as PR 123529 (http://www.freebsd.org/cgi/query-...
2006 Jan 06
1
ActiveRecord - Switching Databases
This is a question regarding ActiveRecord outside of Rails. I have several databases that have absolutely identical table structure. I have a ActiveRecord::Base.establish_connection( :adapter => "mysql", :host => "localhost", :username => "user", :password => "password", :database
2003 Jun 25
0
[Bug 603] configure: error: OpenSSL version header not found
...mponent: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: raja.rajan at dfa.state.ny.us We're getting following errors(checking OpenSSL header version... not found configure: error: OpenSSL version header not found.) when we install openSSH in Solaris 2.8. dbtest-root:/opt/openssh-3.6p1 #./configure --prefix=/opt --sysconfdir=/etc/ssh --with-dir-ssl=/usr/local/ssl :::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::: checking for setutent... yes checking for utmpname... yes checking...
2008 Nov 07
0
CEntOS-5.2 & php-mssql
....6-15 (from "extras" repository). - freetds 0.64-11 --------------------------- php test code -------------------------------- <?php ini_set('display_errors',1); error_reporting(E_ALL); $user='dbuser'; $pass='dbpassword'; $server='calcantita'; $db='dbtest'; $conn = mssql_connect($server, $user, $pass) or die('Connection error'); $dbselect= mssql_select_db($db, $conn) or die('DB select error.'); $sql = 'select * from tbtest'; $result = mssql_query($sql); while ($row = mssql_fetch_row($result)) {...
2016 May 11
0
winbind trusted domain regression after upgrade to samba 4.2.10
...check secret The domain controller of the trusted domain is running samba 3.5.6 This is a part of the log in loglevel 5: [2016/05/11 14:28:38.625054, 5] ../source3/rpc_client/cli_netlogon.c:190(rpccli_setup_netlogon_creds) rpccli_setup_netlogon_creds: using new netlogon_creds cli[IONTOF$/DBTEST] to FILESERVER [2016/05/11 14:28:38.629196, 5] ../lib/dbwrap/dbwrap.c:178(dbwrap_check_lock_order) check lock order 2 for /var/run/samba/g_lock.tdb [2016/05/11 14:28:38.629266, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 2 for /var/run/samba/g_lock...
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi, I am looking for Chinese Japanese and Korean tokenizer that could can be use to tokenize terms for CJK languages. I am not very familiar with these languages however I think that these languages contains one or more words in one symbol which it make more difficult to tokenize into searchable terms. Lucene has CJK Tokenizer ... and I am looking around if there is some open source that we
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
...Still not sure why you guys need this...Here's my example > > [firstleg] > exten => 200,1,Set(__myvar=foo) ; Don't forget you don't want quotes!) > exten => 200,n,Dial(Local/123 at test_orig) > [test_orig] > exten => 123,1,Noop(${myvar}) > same => n,Set(dbtest=${ODBC_TESTQUERY(myvar)}) > > -- > Sherwood McGowan <sherwood.mcgowan at gmail.com> > Carrier, ITSP, Call Center, and PBX Solutions Consultant > > > > > ------------------------------ > > Message: 7 > Date: Fri, 8 Apr 2011 16:24:23 +0000 > From: satish p...