similar to: Mounting SMB shares on SGI IRIX

Displaying 20 results from an estimated 800 matches similar to: "Mounting SMB shares on SGI IRIX"

2009 Oct 03
1
ad 2003 & nss_ldap produce: smbd/service.c:make_connection_snum(1003): Permission denied
Hello all, since some weeks I try to get the following configuration working Windows 2003 AD (no R2!!) with SFU 3.5 Red Hat Enterprise Linux Server release 5.4 (Tikanga) with Samba (samba-3.0.33-3.14.el5) nss_ldap (nss_ldap-253-21.el5) So I wanted to implement the following setup: http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2607783 The main reason using this
2013 Jan 15
2
removing loops from code in making data.frame
Dear all, I am working on an author network and to do so I have to arrange a data.frame (tutu) crossing author names (rows) per publication number (column). The participation of the author to a study is indicated by a 1 and 0 otherwise. I have a vector (xaulist) of all the names of authors and a data.frame (tata) with all the publications in row and the authors in columns. I have writen a loop
2017 Jul 18
2
CentOS for PowerPC Board ( Freescale T2080) with U-Boot
Hello, I got CentOS for PPC64 from this link <http://mirror.centos.org/altarch/7/isos/ppc64/> but it uses grub. I want to use CentOS on a PowerPC Freescale T2080 board with U-Boot as the boot loader. Is it available? Thanks and regards Jaytirth S. Khairatkar | Assistant Manager -------------------------------------------------------------------------- --------------------------
2005 Mar 09
1
R CMD check errors
Hello, I wrote a library which seems to work on my PC, and on different Unix systems. As it is written in the "Writing R Extensions" manual, I execute a R CMD check on my library. I have always the same errors messages: * checking S3 generic/method consistency ... WARNING Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc, character .only = TRUE,
1998 Sep 01
0
samba-2.0.0-alpha1 on SGI Irix 6.2
Just compiled samba-2.0.0-alpha1 on SGI Irix 6.2 (using vendor cc). It compiles and is running. Did env CC=cc CFLAGS=-n32 configure --prefix=/var make make install Initially, I tried to build outside the source tree but this failed. +++++++++++++++++++++++++++++++++++++++++ (Mr) David Billinghurst Comalco Research and Technical Support PO Box 316, Thomastown, Vic, Australia, 3074 Phone: +61
2001 Mar 06
0
Does samba work with SGI Irix version 5.3 ?
Hi there, It seems I couldn't find the answer for the question asked in the subject on the samba page. Best regards, A.Bronmans -------------- next part -------------- HTML attachment scrubbed and removed
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
1997 Apr 11
1
R-beta: Installation problems on SGI-IRIX
Hello, first, I'd like to congratulate everybody involved in the development of this statistical software. I've been working for a while with R on Macintosh, and I like the incredible freedom that we get when working with a flexible program like R. Experiencing serious limitations in the implementation of functions and reuse of results of previous analyses in traditional statistical
1997 Dec 31
0
R-beta: small patch for R-0.61 on SGI Irix 5.3
I built R-0.60.1 using SGI's cc and f77 compilers, but it dumped core in scan.c: ConsoleGetchar(), so I waited for 0.61. This had the same problem, which appears to be fixed by the following patch: *** scan.c.000 Fri Nov 21 00:06:43 1997 --- scan.c Wed Dec 31 12:11:05 1997 *************** *** 27,33 **** static char ConsoleBuf[CONSOLE_BUFFER_SIZE]; static char *ConsoleBufp; ! static
1999 Jan 28
0
compiling R for SGI IRIX
When I attempt to compile R, I immediately get the error: 'make: file `Makefile' line 49: bad character & (octal 46) *** Error code 1 (bu21)' I have looked at line 49 of each of the makefiles and none of them seem to contain this character. Any suggestions? -- Cynthia Gibas cindy at mothership.champaign.il.us
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);
2001 Oct 09
0
2.9.9p2 on SGI Irix
Just a FYI: OpenSSH-2.9.9p2 compiles just fine on Irix 6.5.13, using the MIPSPro-7.3 compiler (gcc-3.0 creates a binary that gives funny log messages), linking against the freeware OpenSSL package from freeware.sgi.com No PAM, but anyway... This is how i did it: bash-2.04# export CC=cc bash-2.04# ./configure --prefix=/usr/local/openssh \ --with-ldflags=-L/usr/freeware/lib32 \
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
Hi, First checking out http://www.openbsd.org/errata.html Following is output and error from trying to compile the latest openssh on SGI IRIX (using cc). Previous versions of openssh have compiled cleanly on this system using the following configure options. Is there a quick fix for this? Cheers, Lachlan. ------------------------------------------------------- For SGI IRIX 6.5x 10151453
2001 Mar 11
0
patches for building vorbis-tools on irix with sgi cc
hi - I was just trying to build vorbis-tools-1.0beta4 on an irix 6.5 system using the native C compiler (version 7.21, i think). I had to make a few changes to the sources to get the package to compile. There were a couple files that used alloca() but didn't include alloca.h. There was another source that used index(). On irix, you need to include strings.h to get that declared. However, i
1998 May 06
0
Compiling on SGI Irix 5.3
Hello, I successfully compiled 0.61.3 on SGI Irix 5.3 (CC). But there is a syntax bug in src/graphics/graphics.c. I append a diff. Please, have a look wether the fix is correct! (I'm not shure :-) Thanks for the SHELL variable in the Makefile's. Please, don't forget about the problem with externally installed regular expression libraries (e.g. librx). Perhaps you can improve the
1998 May 06
1
Once more: Compiling on SGI Irix 5.3
I forgot: "make docs" for LaTeX doesn't collect any information about the functions. So in Man.dvi the appendix C is empty. A Bug?? -- ====================================================================== Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal Computing Center D-42097
2006 May 15
0
Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, (PR#8862)
On Mon, 15 May 2006, m.vroonhoven at erasmusmc.nl wrote: > Dear R developers, > > We have a big SGI Origin computation server with 32 cpu's and 64 Gb of > RAM. In R 2.0.0 we could run large jobs, allocating 8 Gb of RAM was not > a problem, for example by running: > > v1 <- seq(1,2^29) > > v2 <- seq(1,2^29) > > v3 <- seq(1,2^29) > > v4 <-
1999 Jun 01
0
SGI irix and samba
Hi to all, I'm currently experimenting with implementing a samba server on an SGI o2 running irix 6.5.3. The reason for this is that i am trying to shed some load off a netware server currently serving files to 2 workgroups containing 40 people. One group is a Survey section that has 1.5 gig of Civil engineering and Autocad data - this data tends to be of a dynamic nature. I would like
2007 Nov 05
1
use of pam_filter with LDAP
Hello I would like to use pam filters to authenticate users on LDAP 2.3 with Samba-3.0.26a on a Fedora Core 7 For information,samba is compiled with the --with-ldapsam option (2.0 LDAP schema) Basic LDAP authentication works well, when I type 'getent passwd', all my users are displayed. Now I want to use the pam_filter option in the /etc/ldap.conf file, but I can't make it work
1998 Jul 08
1
R-beta: POSIX and regcomp on SGI-IRIX 5.3
Hey Guys, I'm trying to install R on an SGI IRIX 5.3 machine. I'm having trouble getting R to use POSIX regular expressions. Here is the error message I get when I run help: > help() Error in gsub(pattern, replacement, x, ignore.case, extended) : POSIX regular expressions not available I looked through the R-help archives and I found a few tips concerning the problem. I tried them