search for: anam

Displaying 20 results from an estimated 27 matches for "anam".

Did you mean: adam
2015 Sep 28
2
mirroring one domain.tld to domain.tld.au
I have Postfix/Dovecot/postfixadmin/MySQL with several virtual mailbox domains one of the domains is like aname.com.au, the user also now has aname.com, and, would like to 'mirror' most of the addresses to be user at aname.com, THOUGH, some are to remain as user2 at aname.com.au so, both user at aname.com as well as user at aname.com.au should be one user the users retrive emails as user at aname....
2024 Jan 11
1
support for ALIAS records
While SVCB/HTTPS provides a better solution for the browsing use case, I see other use cases where ALIAS/ANAME would be ideal, notably in apex RRs. So while fostering SVCB/HTTPS deployment is a good thing, I wouldn?t mind name server software implementing ALIAS. Including NSD, but I reckon it?s much more challenging to do due to NSD architecture than it was to implement it in PowerDNS. But if NSD develop...
2002 Dec 20
1
smbclient and large file support
...fo_struct { - size_t size; + SMB_BIG_UINT size; uint16 mode; - int uid; - int gid; + uid_t uid; + gid_t gid; /* These times are normally kept in GMT */ time_t mtime; time_t atime; @@ -125,11 +125,11 @@ int blocksize=20; int tarhandle; -static void writetarheader(int f, char *aname, int size, time_t mtime, +static void writetarheader(int f, char *aname, SMB_BIG_UINT size, time_t mtime, char *amode, unsigned char ftype); static void do_atar(char *rname,char *lname,file_info *finfo1); static void do_tar(file_info *finfo); -static void oct_it(long value, int ndgs, cha...
2012 Jun 03
2
Caller ID : FSK ETSI or FSK US
...nverter has a switch FSK ETSI or FSK US This is what I put in /etc/asterisk/chan_dahdi.conf ... cidsignalling=bell cidstart=ring ... If after buying this converter hardware and upgrade to dahdi 2.6.1 still not solve my caller id problem, I really dont know what to do and feel hopeless :( Thanks, Anam. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120603/d8d9cbd6/attachment.htm>
2010 Mar 16
3
function arguments: name of an object vs. call producing the object?
In a function, say foo.glm for glm objects I want to use the name of the object as a label for some output, but *only* if a glm object was passed as an argument, not a call to glm() producing that object. How can I distinguish these two cases? For example, I can use the following to get the name of the argument: foo.glm <- function(object) { oname <- as.character(sys.call())[2]
2024 Jan 11
1
support for ALIAS records
Hi Christof! AFAIK, PowerDNS is the only open source name server that supports ALIAS. There was an idea to standardize ALIAS as "ANAME" (https://datatracker.ietf.org/doc/draft-ietf-dnsop-aname/), but the idea was dropped in favor of SVCB/HTTPS record https://datatracker.ietf.org/doc/rfc9460/. So now we have to wait until all Browser vendors implement SVCB/HTTPS. Regards Klaus PS: If you build something new, don't use A...
2012 Mar 02
3
speed up merge
...ot shown), but I'm trying to speed up the merge first. I'll post regarding the loop if nothing comes of this post. Here is some information on what type of stuff is going into the merge: > class(ua_rd) [1] "matrix" > dim(ua_rd) [1] 20 2 > head(ua_rd) AName rt_date 2007-03-31 "14066.580078125" "2007-04-26" 2007-06-30 "14717" "2007-07-19" 2007-09-30 "15528" "2007-10-25" 2007-12-31 "17609" "2008-01-24" 2008-03-31 "17168"...
2004 Apr 30
2
rbind with missing columns
Hello, I have several data sets, which I want to combine column-by-column using "rbind" (the data sets have ~100 columns). The problem is, that in some data sets some of the columns are missing. Simply using rbind gives me: "Error in match.names(clabs, names(xi)) : names don't match previous names" Is there a simple way to make R do the rbind despite the missing columns
2012 Dec 21
1
improved methods error
...============================================== --- src/library/methods/R/MethodsList.R (revision 61375) +++ src/library/methods/R/MethodsList.R (working copy) @@ -528,9 +528,10 @@ if(is.null(names(signature))) { which <- seq_along(signature) if(length(which) > length(anames)) - stop(gettextf("more elements in the method signature (%d) than in the generic signature (%d)", + stop(gettextf("more elements in the method signature (%d) than in the generic signature (%d) for function %s", length(which), -...
2012 Jun 02
1
Asterisk pickup call on first ring
Hello, Currently my asterisk system pickup incoming call after 3 or 4 rings. How can I ask it to answer the call on the first ring? I put immediate=yes on /etc/asterisk/chan_dahdi.conf but result in no different. Thanks in advance :) BR, Anam -- Sent from my mobile device
2012 Jul 06
1
Trixbox or FreePBX?
Hi All; Based on what I have to use Trixbox or FreePBX? Can someone advise? Regards Bilal
2024 Jan 10
1
support for ALIAS records
Hello! Does nsd support ALIAS records or is there a plan to support it somewhen in the future? I didn't find anything about this topic in conjunction with nsd. Afaik there is no RFC for it and I guess therefore nsd does not support it. PowerDNS does for example: https://doc.powerdns.com/authoritative/guides/alias.html Br, Christof -------------- next part -------------- An HTML attachment
2014 Jul 10
1
dialplan =>how many concurrent calls
Hi guys. Does somebody knows how to get the concurrent calls from the dial plan? Or. How can i control not to run more than n simultaneus agi applications? Thanks in advance. rv -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140710/70b38e21/attachment.html>
2010 Mar 22
1
Some more help on S4 mechanism
...ndly, this is my problem: According to Martin, now I use a NAMESPACE (as follows): import (methods) exportPattern("^[^0]*$") exportMethods( "[","[<-","$","$<-", "plot","print" ) exportClasses( "anam","db","model","rule","vardir","vario","tokens","thresh" ) useDynLib("RGeoS") importFrom(graphics,plot) More over, in the R directory, I have a zzz.lib with the following contents (.onLoad) : ".onLoad"...
2010 Aug 18
2
[LLVMdev] Using ValueSymbolTable...
...populate?? If we need to populate explicitly, the insert method in ValueSymbolTable is private, so how can we do it? Currently, I am trying to access the symbol table as below: llvm::ValueSymbolTable symTab; symTab = mCurrentFunction->getValueSymbolTable(); llvm::Value* variable = symTab.lookup(aName); Thanks -- View this message in context: http://old.nabble.com/Using-ValueSymbolTable...-tp29461430p29461430.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2003 May 16
1
Samba PDC and Win2K BDC
Hello, Please forgive my ignorance if this is a old topic or is a easy, I am rather new to these stuffs. I have Samba running and authenticating properly in our Organization as a PDC. Now if I wanted a Windows 2000 server as a BDC for that domain, it that possible (samba 2.2 or 3). I know the 3 alpha supports active directory. The Windows 2000 server will be a BDC for the Samba PDC. If
2004 Jun 18
0
Samba not displaying French characters
...sers PC. Have now added "unix charset = ascii" to smb.conf file for the 3.0.2 version. This has the effect that the full French filename is visible from the PC folder, but French characters are replace with a small square. This is a copy of our [global] config. workgroup = ANAME server string = Samba %v on %L security = DOMAIN encrypt passwords = Yes password server = nn.nn.nn.nn browseable = Yes allow trusted domains = Yes local master = No log level = 1 log file = /usr/local/samba/var/log.%m...
2006 Apr 24
1
source compilation errors on HPUX 10.20
Hi, I've tried to compile 3.0.22 on HPUX 10.20 and get the following error msg: No options are used when running 'configure'. checking configure summary ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config ****** The server details: [qhus029@HP-UX]>uname -a HP-UX qhus029 B.10.20 A 9000/898 1684683361 two-user license
1996 Dec 06
1
Stupid passwd tricks: User with blank GECOS can''t change passwd
I have discovered that a user who has a blank GECOS field in the passwd file under RedHat 4.0 (Colgate) is unable to change passwords. Running the passwd command goes like this: [user@host user]$ passwd Password: [entry of old passwd] New password: [entry of new passwd] [user@host user]$ echo $! 1 [user@host user]$ Setting the name field in the GECOS seems to solve this problem. [mod: While
2003 Oct 12
6
Rd problems
Hola! I have the following in a .Rd file: \eqn{\mbox{coef} = c(\mbox{coef}[1],\ldots, \mbox{coef}[n]) } {coef = c(coef[1], coef[2], \dots, coef[n])} However, both arguments come out in the latex file! Whats happening? Kjetil Halvorsen