Displaying 10 results from an estimated 10 matches for "dbtypes".
Did you mean:
dbgtypes
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.s...
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
First of all, you can probably go online before you convert all passwords. You can modify your query in dovecot-sql.conf.ext to something like the following:
SELECT IF(crypt_pass IS NULL OR crypt_pass='', CONCAT('{PLAIN}',plain_pass), crypt_pass) as password FROM mailuser ..
This is assuming that:
* for incoming users, you have a plain_pass column containing just the plaintext
2010 Jan 10
1
xmlToDataFrame#Help!!!#follow-up
Dieter Menne pointed out that the (small) xml attachment didn't make it.
Here is an in-line version (see end of message). Let's hope it works
this time.
I'm struggling with interpreting XML files created by ADODB as
data.frames and I'm looking for advice.
Note:
This xlm contains a result set which comes from a rectangular data
array. I've been trying to play with
2014 Jan 13
0
How to get ringing sound in outbound call in asterisk
I have two server
Server_A(outbound call) for agent login and agent make a outbound call from
here and pass into server Server_B call
extension.conf
exten => _91XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XX.,n,Dial(SIP/${EXTEN}@192.168.53.197,,tToR)
exten => _91XX.,n,hangup()
Server_B[192.168.53.197] for call forwarding
extension.conf
exten =>
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
You do need to complete the query. Don't just replace your query with the one I wrote. You have to have a WHERE clause, and you might need to return other fields.
Keep the password query you had before, just replace the 'password' column with "IF( ... ) as password"
The query as you have it now simply returns all the passwords for all the users, because you don't have a
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
Hi, I’m using R (TM package) for text mining and I’m having problems
filtering articles out of my data set by local meta data.
Here is the code:
*data <- ("C:/… /19970331")*
* *
* *
*rs <- ReutersSource(data , encoding = "UTF-8")*
*RC <- VCorpus(DirSource(data), readerControl = list(reader =
readRCV1asPlain,*
*
language = "en_US",*
*
load =
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