search for: blabla

Displaying 20 results from an estimated 232 matches for "blabla".

2015 Feb 24
0
New maildir default permissions
hi, i'm trying to configure dovecot to create maildir directories of new users with specific permissions. i'm ending with this dovecot: auth: Debug: sql(blabla,::1,<HJ/.>): query: SELECT data_user.username, data_user.password, 500 AS userdb_uid, 500 AS userdb_gid, 500 as mail_access_groups, 750 as mode, '/var/mail/' AS userdb_home, concat('maildir:/var/mail/', data_ldap.maildir) AS userdb_mail, concat('*:bytes=', data_ldap.qu...
2005 Apr 27
2
Getting the name of an object as character
This could be really trivial, but I cannot find the right function to get the name of an object as a character. Assume we have a function like: getName <- function(obj) Now if we call the function like: getName(blabla) and 'blabla' is not a defined object, I want getName to return "blabla". In other word, if paste("blabla") returns "blabla" I want to define a paste function which returns the same character by: paste(blabla)
2006 Aug 07
3
simple if - then question
hi, could somebody tell me the difference between: if not params[:id] flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end and: if params[:id] == nil flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end the first one...
2020 Jul 10
2
Way to start CDR when call is bridged ?
...PJSIP/104&PJSIP/110,20,tT) Looking in CDR we have at the end of the call (here we called 3 extensions which where ringing, let say 110 answered the call) "2020-07-10 14:18:29","","2020-07-10 14:18:29","2020-07-10 14:22:47","258",""+blabla" <CID>","NO ANSWER","Callee DID","","DOCUMENTATION" "2020-07-10 14:18:29","","2020-07-10 14:18:29","2020-07-10 14:22:47","258",""+blabla" <CID>","ANSWERED"...
2013 Jun 05
2
Template not putting in new lines.
...sts and templates below but when I use them I get a hosts file without spaces or newlines, like below. Please help me figure out how do I add the spaces and new lines? Or where in the puppet code can I trace this back to find out what is going wrong ? current hosts file: " 10.24.43.20ds.blabla.net10.24.43.35static.blabla.net10.24.43.50alert.blabla.net10.24.43.50blocked.something.com " At the bottom of the topic is the list of versions and rpms The template file looks like this: test/templates/v1_0/templates/hosts.TEMPLATE 8<--------------------- <% extra_hosts.each do |ip,a...
2012 Oct 02
1
[LLVMdev] Error prone default memory capturing convention of blocks.
...current behavior is error prone. So I am going to propose to you the better one. Motivation: 1) The __weak variables in blocks are very common pattern. So having any implicit default behavior makes thing worse. 2) Some stupid mistakes like: __weak typeof (self) theSelf = self; ...^ { theSelf.blabla = .. .... [self blabla]; // ups, calling self directly is an error _ivar = … // or implicit call to self. } Retain cycles are very hard to find. I am not saying about trivial ones, that compiler can find, or the Leaks tool. Recently I have 3 retain cycles in my program, no one appeare...
2006 May 02
1
Only one NDS_ldapsam possible?
...ms that only the first ldap server is used and if unavailable none of the other backends are going to be tried. Samba then still tries to connect over and over to the unavailable eDirectory-Server. My passdb entry looks like this (it?s all in one line): passdb backend = NDS_ldapsam:ldaps://serverA.blabla.com:636 NDS_ldapsam:ldaps://serverB.blabla.com:636 NDS_ldapsam:ldaps://serverC.blabla.com:636 smbpasswd If i use the notation for ldapsam in the way it?s mentioned in the documentation it does not work at all: passdb backend = NDS_ldapsam:"ldaps://serverA.blabla.com:636 ldaps://serverB.blabla...
2010 Mar 31
1
The exit code makes user confused while using '-' prefixed subcommands
guestfish returns 0 if the commands completed without error, or 1 if there was an error. But the rule break when we use '-' prefix subcommands: ------------------------------------ $ guestfish <<\EOF > blabla > EOF blabla: unknown command $ echo $? 1 $ guestfish <<\EOF -blabla EOF blabla: unknown command $ echo $? 0 ------------------------------------ I think it should be more reasonable to make the behaviours keeping identical with the rule.
2006 Oct 02
5
Problems with MySQL
Hello, Sorry for posting this here, but i've posted in MySQL list and no one answered. I'm trying to set a password for a user with the command: mysql> set password for gamito at localhost=password('blabla'); but i always get the error: ERROR 1133 (42000): Can't find any matching row in the user table although i'm pretty sure that the user exists. I'm using MySQL version 4.1.20 from CentOS 4.4 This neves happened to me :( Any help would be appreciated. Best Regards, AR
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
Hi there, I''d like to choose between an "static" and "dynamic" access of a reference class field, say ''a''. myObj <- getRefClass("Blabla")$new() Static: myObj$a Dynamic: myObj$a.get() where the function retrieves the data from a database (or some other location), stores it to a buffer and optionally updates the static field value ''a''. I''ve set up such a method ...
2005 Aug 18
1
Creating directories before resource connect
When I have fileserver with many users homedirs (but all users from AD through winbind), how can I autocreate /usr/home/blabla, when I have just create user blabla in AD? Samba required existed directory to connect to resource, preexec= starts only after succesful connection. I'd like to automate process - when I have just create user blabla, when it connect first time to their homedir at fileserver, their homedir...
2014 Jul 08
1
Database and variables
...simple alphanumerical chain. What I would like is to display the value of ASTR_State wich was setted before the PlayMe affectation in the dialplan. I tried the ${${ASTR_State}} command, no more luck. Is there a way to archieve what I want to do? A regexp ? In any dialplan, if you make a NoOp( ${blabla} ) and blabla was not inizialized, the ${blabla} has an empty value. Why in my case above ${ASTR_State} is not treated as a variable? Thanks for any suggestion -- Daniel
2010 Nov 07
1
Sweave: option keep.source=TRUE and package cacheSweave
...all the LaTeX code before the Sweave code chunk is included in the TeX file to be compiled. For example, with the following Sweave file \documentclass[12pt]{article} \usepackage[nogin]{Sweave} % Sweave options \SweaveOpts{keep.source=TRUE, strip.white=TRUE, eps=FALSE, pdf=TRUE} \begin{document} Blabla. <<optionsR, results=hide>>= setCacheDir("./cache") library(MASS) ## just an example @ \end{document} I get the following TeX file: \documentclass[12pt]{article} \usepackage[nogin]{Sweave} % Sweave options \begin{document} Blabla. \begin{Schunk} \begin{Sinput...
2004 Aug 30
1
User Auth problems
...if I get it working, I'll try better ways - of course) non standard parts of my config: protocols = pop3 ssl_disable = yes auth = default auth_mechanisms = plain auth_userdb = passwd-file /passwd_file auth_passdb = passwd-file /passwd_file auth_verbose = yes /passwd_file content: nick#sales.blabla:{PLAIN}test:500:500::::/mail/nick well, syntax is not 100% obvious from docu, but that's the way I understood it. (examples would be nice) That's how I understood semantics: If client sends user nick#sales.blabla and password test, dovecot accesses /mail/nick (maildir) with UID 500, GID 50...
2006 Aug 19
1
problem with Rcmd check and fortran95, makefile
...install test90 then test90.dll is made but the export table is empty and therefore in R the functions cannot be loaded. Any idea? Can it be that Rcmd gives further flags to the compiler/linker? Any hints appreciated Meinhard Ploner South Tyrol (Italy) PS The fortran file is simply: SUBROUTINE BLABLA(A) !DEC$ ATTRIBUTES DLLEXPORT :: blabla ### without this line the prob is the same :-( IMPLICIT DOUBLE PRECISION (A-H,O-Z) A=A+1 RETURN END SUBROUTINE BLABLA [[alternative HTML version deleted]]
2016 Jul 27
2
Cannot find invalid DNS entry
On 27/07/16 13:40, mathias dufresne wrote: > Two files are hosting DNS data: > /path/to/private/sam.ldb.d/DC=DOMAINDNSZONES,DC=blabla.ldb and > /path/to/private/sam.ldb.d/DC=FORESTDNSZONES,DC=blabla.ldb > > DNS entries are sometimes (often? always?) base64 encoded. You should be > able to "grep" for string these files with: > ldbsearch --show-binary -H > /path/to/private/sam.ldb.d/DC=FORESTDNSZONES,DC=...
2008 Oct 17
1
REQ: Dovecot Authentication Problem with PAM
...13:18:00 animal dovecot: Dovecot v1.0.rc15 starting up Oct 17 13:18:40 animal dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=127.0.0.1^Irip=127.0.0.1^Iresp=AHRlc3R1c2VyQGNoZWZzLW9ubGluZS5kZQBmaW5kdXMwNQ== Oct 17 13:18:42 animal dovecot: auth(default): pam(testuser at blabla.de,127.0.0.1): pam_authenticate() failed: User not known to the underlying authentication module Oct 17 13:18:43 animal dovecot: auth(default): client out: FAIL^I1^Iuser=testuser at blabla.de Oct 17 13:20:08 animal dovecot: imap-login: Aborted login: user=<testuser at blabla.de>, method=PLAIN...
2011 Jan 20
5
context problem
...at sip.prov.org/52525252 register => 119909:passwd at sip.prov.org/59595959 [119909] type=friend host=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 H...
2006 Jul 12
4
Is it possible to only read a subset by read.table ?
Hello, is it possible to do something like DATA <- read.table(file="blabla.dat",subset=(sex=="male")), i.e. make R read only a subset of a csv file ? I think it would be useful in case of very big datasets, but I can't find such a feature. Thanks for an answer, David Vonka
2020 Jul 10
0
Way to start CDR when call is bridged ?
...T) > > Looking in CDR we have at the end of the call (here we called 3 > extensions which where ringing, let say 110 answered the call) > > "2020-07-10 14:18:29","","2020-07-10 14:18:29","2020-07-10 > 14:22:47","258",""+blabla" <CID>","NO ANSWER","Callee > DID","","DOCUMENTATION" > "2020-07-10 14:18:29","","2020-07-10 14:18:29","2020-07-10 > 14:22:47","258",""+blabla" <CID>",&quot...