similar to: getting samba to set the time...

Displaying 20 results from an estimated 4000 matches similar to: "getting samba to set the time..."

2005 Jul 22
12
Dell Hardware
Guys. What do you think about Dell hardware and Asterisk? Whos using it, comments, any special specs recommended or models?
2002 Apr 26
1
optimization of R on SGI/IRIX
For R-1.4.0, I have been able to build R.bin with -O2 flag. This however did not yield any significant speed-up for my code. I then tried building the binary for 64 bit, but had not been able to configure the build; none of the suggestions that I can find in the r-help search worked for me. I'm looking for any other suggestions -- TIA mod:>> uname -a IRIX64 mod 6.5 10100655 IP35
2001 May 01
1
fatal compile error on SGI IRIX
IRIX64 6.5 01101245 IP27 20010425 CVS - (djm) Include crypt.h if available in auth-passwd.c cc-1143 cc: ERROR File = /usr/include/crypt.h, Line = 38 Declaration is incompatible with "void des_encrypt(unsigned long *, struct des_ks_struct *, int)" (declared at line 150 of "/usr/local/ssl/include/openssl/des.h"). extern void des_encrypt(char *, int);
2004 Nov 11
2
Row labels are skewed in 'heatmap' (PR#7358)
Full_Name: Peter Fischer Hallin Version: Version 1.8.1 OS: Irix64 Submission from: (NULL) (130.225.67.236) I've made a script look like this: exp <- read.table("graph/1933672048.cluster.data") exp <- as.matrix(exp) postscript("graph/1933672048.cluster.data.ps") heatmap(exp,scale="none",cexCol=0.4,cexRow=0.2,col=custom,margins=c(5,5)) The row labels
2007 Jul 14
1
How to remove the quote "" in the data frame?
If I do not add "ress" into the data frame "res", there is no quote in the data frame. However, I add "ress", all column were found the quote. How to remove it? If you can delete the quote in the file "ress", that is better. Thanks. > ress[1:10] [1] "ABHO.ABNE" "ABHO.ACBA" "ABHO.ACGI" "ABHO.ACKO"
2003 Dec 22
2
OpenSSH + PADL pam_ldap.so + password aging
First, my config: Solaris 8 PADL pam_ldap v165 and pam_nss v211 OpenSSH 3.7.1.p2 All compiled with gcc 2.95.3 that ships with the Sun companion CD LDAP PAM authentication is working well with OpenSSH, privsep is disabled, challenge-response authentication is enabled. I would like to turn on password aging, which seems to be well supported by pam_ldap. Logins going through /bin/login correctly
1999 Sep 08
1
PostScript output error
Hello, I'm currently using R-0.65.0 with --gnome option in configure on IRIX64 and Debian GNU/Linux. I found a problem in generated postscript file which has following sequence: x <- 1:30 postscript("output.ps") par(mfg=c(1,1,2,2)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) dev.off() The generated postscript file "output.ps" can't
2005 Aug 05
1
Installation problem on SGI IRIX6.5
Hi, all, I'm a newbie to R. I came across a problem when I tried to install R on an SGI machine which is running IRIX64 6.5. I have successfully run configure, but when I tried to run "make"(or "gmake"), errors came out. Following is the error message. Does someone has experiences in the R's installation on IRIX ? Any hints will be greatly appreciated ! Thanks in
2001 Jun 12
1
trouble to install the Rstream package
Dear R-users, I successfully installed the package Rstreams under linux, but my first attempt to do so on SGI IRIX 6.5 (64bits) lead to the following error message. -------------------- laurent at genome> R CMD INSTALL Rstreams Installing source package `Rstreams' ... creating cache ./config.cache checking for ftruncate... yes checking size of long double... 16 updating cache
2007 Jun 27
3
3.025b tree connect failed: NT_STATUS_ACCESS_DENIED
I am trying to use new samba and having problems. # smbclient //sambamachine/shareweb -Uusername Password: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.25b] tree connect failed: NT_STATUS_ACCESS_DENIED I noticed this in the log: Checking password for unmapped user [DOMAIN]\[username]@[CLIENTMACHINE] with the new password interface [2007/06/27 10:15:21, 2] auth/auth.c:check_ntlm_password(309)
2002 Sep 27
1
R1.5.1,tcltk,IRIX
the built version of R (built using shared libraries) doesn't appear to find tcl/tk: Please help. Details: SGI configuration: 7.3.1.3m compilers from SGI uname -aR = IRIX64 mendel 6.5 6.5.16f 04101930 IP35 We built R on an SGI system using the following configure script: # explicitly choose vendor compilers for R rather than GNU # optimise output to support highest level of performance
1999 Apr 16
1
Microsoft Certified Professional Magazine publishes Samba art icle.
I got mcp mag a day or two ago, Great writeup!! I was a little surprised that they ran such a glowing review of samba, with some of the negative implications on NT. It is very nice to see Microsoft show an interest in interoperability. -Steve Roylance > -----Original Message----- > From: Jeremy Allison [SMTP:jallison@cthulhu.engr.sgi.com] > Sent: Thursday, April 15, 1999 6:41 PM >
2017 Apr 03
3
Define SIP fromuser field in Dial()-command
Hello how can I set the fromuser field of the SIP INVITE when using the Dial()-command in the dialplan ? None of the below Dial() command give the correct result : exten => _XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz) exten => _XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz/${EXTEN}) exten => _XX.,n,Dial(SIP/user762:passwdk5j6::user762 at
2001 Apr 04
3
Problem with latest OpenSSH - 2.5.2p2
We have been using OpenSSH version 2.3.0p1 for a couple of months now with out problems. The same goes for several previous versions we have used over the last year. However, I have just installed version 2.5.2p2 and it is giving me some problems. If it were not for the latest security bulletins strongly suggesting we upgrade, I would reinstall the 2.3.0p1 version. I am running on a SGI
2002 Oct 17
2
Installing R1.6.0 on SGI
I am currently trying to install R 1.6.0 on an SGI Octane running: > uname -aR IRIX64 hcu091 6.5 6.5.9m 07201608 IP30 and I am receiving a fatal error during the make step. Any help in this matter would be greatly appreciated. Here is the final output from "./configure"... ---------- R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory:
2003 Mar 18
1
winbind on AIX
I'm trying to get Samba on AIX 5.1 to work in appliance-like mode. I would like NT domain users to get automatically and persistently mapped to AIX/Unix users. This stuff seemed to work fine without much effort on Solaris 9, but AIX is a different story, and I'm new to AIX as well. AIX 5.1 doesn't use nss so winbind, in its current form, can't work. I saw a post from January
2010 Dec 26
1
Calculation of BIC done by leaps-package
Hi Folks, I've got a question concerning the calculation of the Schwarz-Criterion (BIC) done by summary.regsubsets() of the leaps-package: Using regsubsets() to perform subset-selection I receive an regsubsets object that can be summarized by summary.regsubsets(). After this operation the resulting summary contains a vector of BIC-values representing models of size i=1,...,K. My problem
2004 Apr 08
1
[Bug 838] TZ variable not being set in IRIX 6.5
http://bugzilla.mindrot.org/show_bug.cgi?id=838 Summary: TZ variable not being set in IRIX 6.5 Product: Portable OpenSSH Version: -current Platform: All OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: wadelljs at
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
"A Tale of TTL Troubles" I was hired to implement VPN for a subnet. The owner has a /27 at his home site, and he wanted to have the machines there answering BOTH on those IP addresses and some addresses at a remote colocation provider. Make sense? Not to me either. :( I think he''s trying to fool his customers into thinking he has a physical presence in the colocation city.
2005 Mar 07
1
R: local users in domain member security.
Hi Jerry, it works but I would like to ask you how can I translate the same situation for my ms dos client, maybe I have to insert workgroup = sambamachine instead of domain name? Practically they aren't domain users but localy users isn't it?Or I'm wrong? Thanks, Marco. > -----Messaggio originale----- > Da: Gerald (Jerry) Carter [SMTP:jerry@samba.org] > Inviato: marted? 1