search for: dbtype

Displaying 10 results from an estimated 10 matches for "dbtype".

Did you mean: d_type
2007 Apr 04
2
aggregate printing with S10
Using the following dtrace command, I can see who''s calling what with lots of +/- numbers: dtrace -n ''fbt:ip:ip_output:entry{@dbtypes[((mblk_t *)arg1)->b_datap->db_type,caller] = count();}'' ...the output is what I want but not how I want to see it. What I''d rather see is the function names associated with caller and for db_type to be output in hex. Looking at the docs online for s10, http://developers....
2006 Jan 14
2
CentOS 4.2 x86_64
I have a couple of 64-Bit Xeon's with CentOS 4.2 x86_64 installed on them. They don't all have the same motherboards. I've having a difficult time getting CentOS 4.2 x86_64 to boot on some of them in SMP mode (UP works fine). After the installation of CD, it boots up but kernel panics with the following error: Badness in i8042_panic_blink at drivers/input/serio/i8042.c:992 This is
2016 May 01
2
Changing Password Schemes
...crypt_pass is populated, it will contain a usable value, and this value will be returned by the query. Now, as for converting your database, try this, after adjusting the queries to fit your schema: #!/usr/bin/perl use strict; use warnings; use DBI; use MIME::Base64 'encode_base64'; my $dbtype = 'mysql'; my $dbhost = 'localhost'; my $dbname = 'maildb'; my $dbuser = 'dbuser'; my $dbpass = 'password'; my $dbh = DBI->connect("DBI:$dbtype:host=$dbhost;database=$dbname", $dbuser, $dbpass) or die "Could not connect to database: &qu...
2010 Jan 10
1
xmlToDataFrame#Help!!!#follow-up
...-com:rowset' xmlns:z='#RowsetSchema'> <s:Schema id='RowsetSchema'> <s:ElementType name='row' content='eltOnly'> <s:AttributeType name='Name' rs:number='1'> <s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='8' rs:maybenull='false'/> </s:AttributeType> <s:AttributeType name='Sex' rs:number='2'> <s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='1' rs:maybenull='...
2014 Jan 13
0
How to get ringing sound in outbound call in asterisk
...TERMINAL}_${EXTEN:1}_${CALLTIME}.WAV) exten => _911X.,n,Set(RECORDFILENAME=${RECSUBDIR}/${FILENAME}) exten => _911X.,n,Gotoif($["${IDGCALL}"=""]?lbl_setcall:lbl_sendevent) exten => _911X.,n(lbl_setcall),Set(IDGCALL=0) exten => _911X.,n(lbl_sendevent),Gotoif($["${DBTYPE}"="SQL"]?lbl_sql:) exten => _911X.,n,Gotoif($["${DBTYPE}"="MYSQL"]?lbl_mysql:lbl_record) exten => _911X.,n(lbl_sql),UserEvent(${CHANNEL}$DBEXEC$EXEC udsp_vlog_start_record '${CHANNEL}'#'${IDGTERMINAL}'#'${EXTEN:1}'#'${FILENAME}...
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files, app_cbmysql.c, app_meetme2.c and Makefile all exist in ../apps then a patch -p1 from the ../asterisk directory should work. The -p1 tells patch to ignore the first directory in the path to the file in the patch, -p2 ignores two directories. Another option is to just edit the apps-meetme-cbmysql.txt and split it into three patchs and apply
2016 May 01
3
Changing Password Schemes
...gt;> >> >> Now, as for converting your database, try this, after adjusting the >> queries to fit your schema: >> >> #!/usr/bin/perl >> use strict; >> use warnings; >> use DBI; >> use MIME::Base64 'encode_base64'; >> >> my $dbtype = 'mysql'; >> my $dbhost = 'localhost'; >> my $dbname = 'maildb'; >> my $dbuser = 'dbuser'; >> my $dbpass = 'password'; >> >> my $dbh = DBI->connect("DBI:$dbtype:host=$dbhost;database=$dbname", >> $dbuser...
2016 Apr 30
2
Changing Password Schemes
This looks good, except it is truncated, it should be something like 95chars long, Is your hash column set to 128 or up around there or larger? Quoting Carl A Jeptha <cajeptha at gmail.com>: > Sorry for double reply, but this what a password looks like in the > "hashed" password column: > {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI2 > > ------------
2011 May 18
0
text mining problem using TM package
...* * * * *rs <- ReutersSource(data , encoding = "UTF-8")* *RC <- VCorpus(DirSource(data), readerControl = list(reader = readRCV1asPlain,* * language = "en_US",* * load = TRUE),* * dbControl = list(useDb = TRUE,* * dbName = "texts.db",* * dbType = "DB1"))* * * * * * * *tm_index(RC, FUN = sFilter, doclevel = F, useMeta = T, "Topics == 'MCAT'") * * * * * When I use sFilter, I can only filter fields in yellow, I want to filter fields in red, what am I doing wrong? Thanks, Andy This is meta data tha...
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other than reports of compile issues, I have not heard if this collection has worked for anyone. I do plan to keep updating the * applications and the web pages, but I have almost meet all of our internal requirements and wonder if anyone else is finding it usefull. My focus has been and will likely stay on the user interface, since I have