search for: authomatize

Displaying 13 results from an estimated 13 matches for "authomatize".

Did you mean: authomatic
2013 Apr 01
3
expression
Hi all, I´m using titt<- expression(paste("R con ventanas de 200 ", italic(datos))) And it works properly on a plot(...,main=titt,..) But if I want to add an improvement to avoid typing n on the plot so that n<-200 titt<- expression(paste("R con ventanas de ",n, italic(datos))) It doesn´t recognize that n is a "variable" and adds "n" letter
2010 Aug 20
3
change object name within for loop
Hi, I am writing a for loop that creates one object, say 'outn' on every round of the loop. I would like the name of each object to include the index of the loop as in, for example: out1, out2, out3, ... And I would like the naming of the object to take place automatically as the loop moves through? Similarly, I would like to be able to call different objects (in1, in2, in3,
2009 Jan 07
5
rbind for matrices - rep argument
Dear R users,I'm facing a trivial problem, but I really can't solve it. I've tried a dozen of codes, but I can't get the result I want. The question is: I have a dataframe like this one [,1] [,2] [,3] [,4] [,5] [1,] 1 2 3 4 5 [2,] 2 5 5 4 9 [3,] 1 6 8 1 2 [4,] 8 6 4 1 5 made up of decimal numbers, of course. I want to
2005 Apr 25
1
file handle leak when accesssing com ports
Hello everbody: I'm trying to run an programm controlling various hardware of a telescope. It uses only two com ports in order to communitcate with the hardware. It reads and writes several status files to/from the harddisk. No errors occured running this programm under win98 for months. Using wine it workes well with the small exeption that it hanges after several minutes. It turned out
2018 Aug 17
1
Imap special-use with IOS 11
Hello, has anyone experiened any issues with IMAP SPECIAL-USE extension with ios11? After the update to ios11 the Ios mail client seems to not recognize anymore the imap special-use, so that system folders (Sent, Trash etc..) are not authomatically recognized and set during the configuration. Regards Federico -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Apr 13
3
Problem loggin on to samba PDC
Hi all! How the heck do I log on to the samba domain? Every logon attempt is met with "The system cannot log you to to this domain because the system's computer accout in its primary domain is missing or the password on that account is incorrect." A clients trust account was created using the authomatic adduser script and there are valid samba users . Connection using samba
2009 Nov 27
1
Proxy, using checkpassword
Hi all, I think I may be doing something wrong but, is it possible to proxy POP and IMAP users when using a checkpassword script as the passdb? I'm trying to write a perl script to handle authentication to a mix of SQL and POP3 sources whilst logging user passwords at the same time for a migration. At the moment, I'm trying to set environment variables to tell dovecot what to do:
2009 Jan 31
1
Downloading and setting X3DAudio
...d X3DAudio 1.2 libray..but..here's the point.. 1) how many other files have to be installed together with (xact, xinpunt...)? 2)where have I to put them? 3)how should i configure variables like sound sampling (i read some games need 44khz, others need 48 khz...) and more? 4)Is there any way to authomatize the process?
2006 Feb 21
2
immediate pick up in "s"
I'm configuring a sip trunk. My problem is if I configure the sip device to dial to a sip phone, it works ok but when I dials to "s" or "7777", asterisk picks up the call immediatly and places it's own ring tone instead of waiting until one of the extension configured for answer the call picks up. Is there a way to avoid it? Is it a problem of the sip trunk? Should I
2004 Jul 16
3
Samba+LDAP - so close yet so far :)
Dear my samba friends & Craig (who has been helping me with this issue so far), please help me with this one :) I have a fedora core 1, samba 3.0.5, and openldap 2.1.*, and smbldap-tools 0.8.4.1 When I try to join the domain [AGUILAS] from my XP (winxp), it is quiting half way through the process. However, I don't completely understand why. I used samba log level 3 to diagonose the
2000 Jan 26
3
Open display error
Hi, I get this message on the latest Debian potato for i386. --> ssh -f localhost xterm sb at localhost's password: --> xterm Xt error: Can't open display: That happens also when connecting to another linux box: --> ssh -f box2 /usr/X11R6/bin/xterm --> /usr/X11R6/bin/xterm Xt error: Can't open display: The $DISPLAY is :0.0 for box1 undefined for box2 after
2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
On Thu, 19 Aug 2004 08:45:23 -0700 Reid Spencer <reid at x10sys.com> wrote: > > I'm running FreeBSD 5.2.1 with gcc 3.3.3. I had some problem starting > > the build as I had to get linux binary emulation to work. (The problem > > here is that FreeBSD can be made compatible with 5 different distros, > > and not all of them work with LLVM. I used linux_base-8;
2003 Dec 01
0
No subject
TEST 3 If you get a "connection refused" response then the smbd server may not be running. If you installed it in inetd.conf then you probably edited that file incorrectly. If you installed it as a daemon then check that it is running, and check that the netbios-ssn port is in a LISTEN state using "netstat -a". Note: You have xinetd not inetd on the redhat box. To avoid all