search for: coade

Displaying 5 results from an estimated 5 matches for "coade".

Did you mean: cade
2012 Aug 15
1
samba 3 create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Hi everybody.... I'm trying to build a fileserver with samba. And I had it ok when users where authenticating via samba, but I changed the authentication method to OpenLDAP, and for some strange reason users can not access the shares anymore... it is giving me this error: "create_connection_server_info failed: NT_STATUS_ACCESS_DENIED". I have chacked the permission in the SO and is
2007 Jul 10
0
Odd AGI Issue - STREAM FILE, GET DATA not playing file
...then the script goes straight to the next line, nothing actually gets done. For reference, here's the relevant perl snippet (I know I'm calling a file of silence, but this occurs with other files as well) print "exec swift \"Caller I D not recognized, please enter your pin coade followed by the pound key\" \n"; print "GET DATA silence1 \n"; print "exec swift \"Thank You\"\n"; Console Dump: AGI Tx >> agi_request: webrelay.agi AGI Tx >> agi_channel: SIP/207.103.129.146-08243870 AGI Tx >> agi_languag...
2006 Mar 16
1
filling a matrix with data
Hi, I've extracted netcdf data in R, and am trying to output it in a matrix format. I can make the matrix, and I have the data, but I can't get the matrix to include the data... I'm not very experienced at using R, so please forgive the crudeness of these codes... # For the matrix wind_dir_data<-matrix( NA, 17, 365 , byrow = FALSE ) wind_speed_data<-matrix( NA, 17, 365,
2005 Sep 28
15
Asterisk on windows
why can't we compile the asterisk coading in windows, it's done in c++ so it should work in windows as well
2008 Jan 08
47
specs on private methods
How does a person test private methods? Is there a way to declare them as private, but retain any tests that were written during the initial development? Thanks. -- Posted via http://www.ruby-forum.com/.