search for: blablabla

Displaying 20 results from an estimated 77 matches for "blablabla".

2006 Aug 04
2
Sweave special token \\ from R to latex
...mmand in R and pass it to latex via Sweave such that it corresponds to latex' \\ command. But that doesn't seem to be possible. If I Sweave the \n character, it just makes a new line in latex but not the \\ command. Is there a way such that the following code would result in latex in blablabla \\ blablabla on different line <<echo=FALSE>>= string <- "blablabla \\ blablabla on different line" @ \Sexpr{string} Thanks for the help, Jan Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2004 Nov 27
3
Problem with voicemailsystem
...ay to fix a question from one of our clients. After calling the number and no response of our client the voice-box gives response. Thats ok... but after the voice-box, which ist self- configured by our client the server respondes with the notivication to leave your message please speak after... blablabla" Does anyone knows a possibility to disable the message of the server and only able the message of our client? Example: client says:"Im not in my office, please leave a message". Well, after this message the sever should send the signal and record the opposite, without the message...
2005 Jun 15
1
source() chdir does not work (PR#7940)
...e upgrade source() does not work properly anymore. It completely ignores the chdir= parameter. This is because is.character(file) is always false after the assignment file<-file(file). The fix is (written by hand in diff-like syntax, hopefully, you'll understand it): source<- function (blablabla) { +filename <- file ...blablabla -if (chdir && is.character (file) && ... dirname(file) ...) { +if (chdir && is.character (filename) && ... dirname(filename) ...) { +close(file) # since we can have only one on.exit(), we close file here ...blablabla on.exit(setw...
2003 Apr 24
1
intermittant problem with samdump and vampire
...DC. I am following the brief section 28 of the Samba-Howto collection for samba head/3.0. * Adding the samba server as a BDC from NT server manager seems OK * Getting, recording domain sid is ok (see below) > rpcclient NT4PDC -U Administrator password: > lsaquery domain IMAGERIE has sid blablabla > net rpc getsid -S NT4PDC -w DOMNAME -U Administrator password: Storing SID blablabla for Domain IMAGERIE in secrets.tdb > net getlocalsid SID for domain PELICAN is: blablalba where blablabla has the expected format and has the same value obtains by other means. * Joining the d...
2009 Oct 15
1
"Complex?" import of pdf files (criminal records) into R table
...less like this. -------------------------------------------------- "Per.Numb";"EntryNumber";"Judg.Date";"DateOffen.";...;"Probation.until"; "Released";"Not allocated" xxxx1 1 xx.xx.1902 xx.xx.1901 ... xx.xx.1905 NA "blablabla" xxxx1 2 xx.xx.1910 xx.xx.1909 ... NA 1925 "blablabla" xxxx2 1 xx.xx.1924 xx.xx.1923 ... NA NA "blablabla" ------------------------------------------------------------------ Could anyone help me? Thanks Greetings J?rgen
2004 Jan 01
1
.ssh/: Is a directory
...total 84 drwxr-x--- 9 root root 4096 Dec 17 19:18 . drwxr-xr-x 16 root root 4096 May 15 2002 .. -rw------- 1 root root 23828 Dec 29 07:50 .bash_history [root /root]# scp www.zeffie.com:/root/.ssh/a* .ssh/ The authenticity of host 'www.zeffie.com (207.blablabla)' can't be established. RSA key fingerprint is 19blablablablablablablablablablablablablablablablablabla Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'www.zeffie.com,207.blablabla' (RSA) to the list of known hosts. root at www.zeffie.com's...
2006 Jan 26
3
userPassword in a LDAP database of a Samba3 domain
...d and smbldap-tools to vampire the WinNT4 domain (pretty much following Samba3 by Example and documentation in smbldap project by IDEALX). Nevertheless, all 600 users migraged from the WinNT4 domain have attributes like these on the ldap database: userPassword: {crypt}x sambaLMPassword: blablabla sambaNTPassword: blablabla Every user that have had their password changed since the migration (using Win9x control panel or WinXP tools or smbldap-passwd) have attributes like these on the ldap database: userPassword: {MD5}foobar== sambaLMPassword: blablabla sambaNTPassword:...
2017 Aug 28
2
SSL Cert Woes
...efault... could that be causing Icecast to barf on the cert? > > > Looks like something about the configuration of the certificate, but I do not > specifically what ... I have only done tests with self-signed certificates. > The format should be: > -----BEGIN PRIVATE KEY----- > blablabla > -----END PRIVATE KEY----- > -----BEGIN CERTIFICATE----- > blablabla > -----END CERTIFICATE----- > > Also... I setup another <listen-socket> entry for SSL... but Icecast > > doesn't seem to want to listen on that port when the service comes up. > > Any idea...
2017 Aug 28
2
SSL Cert Woes
...> Looks like something about the configuration of the certificate, > > > but I do not > > > specifically what ... I have only done tests with self-signed > > > certificates. > > > The format should be: > > > -----BEGIN PRIVATE KEY----- > > > blablabla > > > -----END PRIVATE KEY----- > > > -----BEGIN CERTIFICATE----- > > > blablabla > > > -----END CERTIFICATE----- > > > > Also... I setup another <listen-socket> entry for SSL... but > > > > Icecast > > > > doesn't se...
2016 Aug 30
3
AD, ACLs on LDAP objects not replicated?
...but we believe it is a valid process to delegate rights. Anyone to confirm or infirm? Anyway, this process is good enough to get the delegation working... as long as we work on the modified DC (FSMO owner). As soon as we try same user modification using another DC, it hangs (insufficient rights to blablabla -> rights are missing, this can be seen using "security" tab). I expect LDAP ACLs to be replicated across the domain. Any idea what we could be missing? PS: samba-tool drs showrepl do not show any error on any server.
2007 Feb 14
4
How to define a multi line comment
Hi All Is there who knows to define multi line comment? ( in Java we can define by /* and */ ) Best Regards Kushan Jayathilake --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2011 May 05
3
What does Markdown do with HTML comments? Recommendation on Markdown file extension?
Hi there! (1.) It may sound awkward, but I would like to use comments in Markdown texts. According to the rule that proper HTML works as HTML, I should be able to use <!-- blablabla --> But the converters I use do strange things with comments. Is there an official rule about that? (2.) I wonder if there is a recommended standard file extension for Markdown source files. For my own files I always use `.markdown`. But other important sources seem to prefer `.text`. Do yo...
2017 Aug 28
3
SSL Cert Woes
> > > > > > Hi Folks, > > > > > > > > > > > > I’m having a problem getting a the SSL cert file formatted > > > > > > just like icecast wants… I’m running 2.4.2 … and it doesn’t > > > > > > seem to want to use my combined key + cert chain no matter in > > > > > > what order I put it. >
2011 Jan 20
5
context problem
...sip.prov.org username=119909 defaultuser=119909 secret=passwd context=TRUNKin extensions.conf : [TRUNKin] exten => _52525252,1,NoOp(context TRUNKin - 52525252) exten => _52525252,n,GoTo(blabla,52525252,1) exten => _59595959,1,NoOp(context TRUNKin - 59595959) exten => _59595959,n,GoTo(blablabla,59595959,1) Problem : the call always enters : exten => _52525252 and never : exten => _59595959 Why is that ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110120...
2005 Mar 21
2
SAMBA3 + LDAP = PDC => ROUND 3!
Okay, I've upgrade samba, now I use samba3.schema who is with my suse 9.2 So I delete all in /var/lib/ldap and in /var/lib/samba Redo smb-populate blablabla (from the howto http://samba.idealx.org/smbldap-howto.en.html) So now when i would like to join my Samba domain : [2005/03/21 15:45:51, 2] auth/auth.c:check_ntlm_password(312) check_ntlm_password: Authentication for user [Administrator] -> [root] FAILED with error NT_STATUS_NO_SUCH_USER...
2005 Sep 29
1
standard error of variances and covariances of the random effects with LME
Hello, how do I obtain standard errors of variances and covariances of the random effects with LME comparable to those of for example MlWin? I know you shouldn't use them because the distribution of the estimator isn't symmetric blablabla, but I need a measure of the variance of those estimates for pooling my multiple imputation results. Regards, Roel.
2011 Feb 24
1
Creating objects (data.frames) with names stored in character vector
...rames descriptive names which I have stored in a character vector. My original thought was that I want the subsets to show up as individual objects, but haveing them stored in a list is fine (maybe better). I can create a list of subsetted data.frames like this: >Lst = list(subset1 = (subset (blablabla)), subset2 = (subset(blabla))) but I have to provide the component names (subset1, subset2) manually. I would like to pull the component names from an existing character vector, but so far my attempts have failed. Any advice is appreciated, even if the advice is "don't do that." Th...
2006 Oct 14
1
Codec swap (reinvite)
.... As I won't be receiving faxes everyday (just ocasionally), i pretend on using g729, unless a fax is detected. Is there any way to force asterisk to make a reinvite, and swap the codec on the fly? Something like this would be great: exten => fax,1,CodecChange(ulaw) exten => fax,2,rxfax(blablabla) Thanks, Juli?n J. M.
2011 Mar 29
1
Get phone number from SIP header PAI
Hello list, I want to get the phone number out of the following P-Asserted-Identity header : /"BlaBlaBla" <sip://88779922//@192.168.8.10;user=phone>"/ I do the following in the dialplan : /exten => _XXX.,n,Set(PY=${SIP_HEADER(P-Asserted-Identity)}) exten => _XXX.,n,Set(PY2=${CUT(PY,@,1)})/ This gives me : /"BlaBlaBla" <sip://88779922/ How can I extract /88779922...
2002 Jun 27
1
AAAAAAAAAAAAAAAAHH ==> winbind and pam, work please !!
...ns and winbind etc. (it's a login i created to work with nt also) I also had to copy my pam_winbind.so from another linux because i get problems when i want to compile it (i always had when i wanted to do that on all my systems before). I get this: In /source ==> make nsswitch/pam_winbind.so Blablabla Blablalba Blablabla Make: *** [nsswitch/pam.winbind.po] error 1 (no info in messages) But no problem, i just copy the damn file from another machine, that worked before, but if someone knows how to solve this, plz be my guest. But when i want to login with an nt user like: Login:TEST\Administrator...