similar to: Samba configure

Displaying 20 results from an estimated 10000 matches similar to: "Samba configure"

2002 Oct 10
1
Configure problem on Solaris 8
Hi, 'am tring to configure Samba-2.2.5 on Solaris 8 using gcc 2.95.3 but it end up in error. It goes through a whole host of "checking ...." processes then says; "checking for test routines... configure: cant find test code. Aborting config" Samba-2.2.2 installed fine. Any thoughts ? Thanks in advance. Shyama Notice: The information contained in this e-mail message
2002 Dec 10
1
Non-installation of Samba
Hi, I am attempting install of samba 2.2.7 on a Sequent (IBM) Dynix 4.4.6 platform. I downloaded the samba-latest.tar from the samba website: samba.mirror.ac.uk/samba/download.html Having unzipped and untarred the file, I then started as per the "how to", very first part. I ran "./configure" which generated a number of messages before failing as follows: ... ... ...
2005 Oct 15
1
Hiccup in installing R 2.2.0
Yesterday I downloaded R-2.2.0.tar.gz, gunzipped and untarred, and did the usual ./configure and make. Everything seemed to go smoothly until it got to the bit about installing recommended packages. It got past ``spatial'' but turned up a fatal error in respect of the ``boot'' package. Here is some of what appeared on the screen:
2002 Sep 25
1
other flavors of Unix
I downloaded the source 2.2.5.tar file, untarred it, and ran through the config.guess and configure scripts. I'm running on a Concurrent PowerMaxion Motorola Unix version 4.1.3..... With a new config.guess script I was able to run more of the configure script but it bombs out on oplocks..with a message stating that running samba would be unsafe without locking... What can I do to get around
2010 Mar 17
0
mmap error, macbook pro
Hi, I am trying to read some files using read.csv and total size of those files are 3.99 GB. I am using MacBook Pro with 4GB RAM(snow leopard). I also tried to run a chunk from those files and altogether the size was 1.33 GB. But every time I was getting the following error R(1200) malloc: *** mmap(size=16777216) failed (error code=12) *** error: can't allocate region *** set a breakpoint in
2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
Hi, I have an HP 8530w laptop. I need ti instal it under CentOS 5.2 x86_64 - kernel 2.6.18-92. The network card is not recognized. I have add the driver e1000e-0.5.11.2 (dowload from Intel site). After compiled and installed the driver, all work fine! But I need to make a network installation and the Intel network card should be recognized before. I found the following script on the net and
2002 Aug 16
3
IPC$ service
We use samba purely as for file serving from Solaris 7 or 8 servers. THE PDC and BDCs are NT machines. We have been using Samba 2.0.7, but used 2.2.5 for a new server. One noticeable difference is that smbstatus lists a number of entries "IPC$ nobody nobody" which we did not see in 2.0.7. Is this normal in 2.2.5 or something I should be ivestigating? Eg trout# smbstatus
2014 Sep 30
1
R's internal tar ignores files in sub-directories
E.g. I am seeing: dir <- file.path(tempdir(), "test-tar") dir.create(dir) setwd(dir) dir.create("foo", showWarnings = FALSE) file.create("foo/bar.R") tar("test.tar", files = "foo/bar.R") dir.create("untarred") untar("test.tar", exdir = "untarred")
2001 Mar 05
0
Rggobi install
Hi, I am trying to install ggobi for R under Solaris SunOS 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-Enterprise following the instructions in INSTALL under e) R interface, although I have some modifications in mind: I am planning to keep the sources (untarred and unzipped) in /home/woodstock/hoffmann/R/Sources/Rggobi and I have set setenv GGOBI_ROOT $HOME/R/Sources/Rggobi (with $HOME =
2007 Sep 27
2
[LLVMdev] Bugs in Getting Started Guide
(*) The “Getting Started Quickly” section describes commands using gunzip; the binaries are distributed using bzip2 instead. (*) The directory structure after step 4 doesn’t have a “llvm-3.4” or “platform” directory; no such command ‘fixheaders’ can be found. (*) The docs aren’t clear as to which “source code” is needed for step 5: the LLVM source code, or one of the GCC front-end source
2002 Oct 24
1
Csc Policy
Hi, We are using Red Hat Linux 8.0 - and Samba 2.2.5 We are using csc_policy (Client side caching) to synchronise files between Windows 2000 Professional and Linux. The parameter we have in smb.conf is = csc policy = documents - it is having reliability problems, are there any other parameters which might enhance csc policy performance. Please help, Im pulling my hair out Cheers Thomas
2005 Feb 24
0
Samba 2.2.12 Hardware Migration Policy Issue Win2K
Hello All, I had been successfully running Samba 2.2.8a on a FreeBSD 4.7 box for a couple years using roaming profiles. The box was functioning as PDC. The hardware was getting old; I needed to migrate to a new server. So, I built a FreeBSD 5.3-RELEASE box on some relatively modern hardware and installed Samba 2.2.12. I copied the master.passwd file to the new box, did the pwd_mkdb, also copied
2000 Mar 14
2
tar distribution question
Hi, Perhaps I've done something wrong... Today I went to www.openssh.com and downloaded the ftp file from the Canadian site, gunzipped and extracted the tar file and found: - No configure script - No INSTALL file - A BSDish makefile that won't compile under linux INSTALL and configure are in the CVS attic. What am I doing wrong? michael
2007 Sep 27
0
[LLVMdev] Bugs in Getting Started Guide
> (*) The �Getting Started Quickly� section describes commands using gunzip; > the binaries are distributed using bzip2 instead. > > (*) The directory structure after step 4 doesn�t have a �llvm-3.4� or > �platform� directory; no such command �fixheaders� can be found. These two sections have been fixed. Thanks! > (*) The docs aren�t clear as to which �source code� is needed
2002 Jul 02
0
Authentication problem with samba 2.2.5
We have started to upgrade or Unix servers from Samba 2.0.7 to Samba 2.2.5. I did one machine as test and all worked fine. Today I tried adding two more today and both come up with the "Incorrect password or unknown username" box in Windows Explorer. All the Unix servers are running Solaris 7. I did the make on an NFS file system once and then ran 'make install' on each
2003 Jan 10
0
RE: problems with inherit permissions (Armin Baumgaertner)
Armin wrote: > Hello, > > i'm using samba 2.0.7 with solaris 7 > > i would like to use the 'inherit permissions' - option. > > smb.conf > > [test] > comment = TEST > path = /test > writeable = Yes > inherit permissions = Yes > > > UNIX-FS: > > mkdir /test > chmod 777 /test > chmod g+s /test >
2010 Apr 06
3
svm of e1071 package
Hello List, I am having a great trouble using svm function in e1071 package. I have 4gb of data that i want to use to train svm. I am using Amazon cloud, my Amazon Machine Image(AMI) has 34.2 GB of memory. my R process was killed several times when i tried to use 4GB of data for svm. Now I am using a subset of that data and it is only 1.4 GB. i remove all unnecessary objects before calling
2003 Sep 18
0
RE : Successfuly Building Samba 2.2.X under HP-UX 11i with gcc
Hello, just for my information, what happens if you append "-D_HPUX_SOURCE" ? Some (long) time ago (HP-UX 10.x), it would help compiling foreign software on HP-UX. But I had only at hand the HP compiler. Regards, J?r?me -------- Message d'origine-------- De: Hughes, Martin [mailto:Martin.Hughes@uk.thalesgroup.com] Date: jeu. 9/18/2003 13:05 ?:
2004 Jul 14
1
Cluster Manager Issue on OCFS Firewire ?
I have set up an ocfs system using two linux nodes connected using firewire. Details: # uname -a Linux testrac2 2.4.21-9.0.1.ELorafw1 #1 Tue Mar 2 14:42:46 PST 2004 i686 i686 i386 GNU/Linux # cat /etc/issue Red Hat Enterprise Linux ES release 3 (Taroon Update 1) # rpm -qa |grep ocfs ocfs-tools-1.1.2-1 ocfs-2.4.21-EL-1.0.12-1 ocfs-support-1.1.2-1 <> Oracle version: 9.2.0.5 Cluster
2016 Jun 07
2
Solaris 10 Configure failure
Currently running version 3.6.25 on a SPARC Solaris 10 64 bit server. Due to CVE-2016-2118 need to upgrade to version 4.2.11 / 4.3.8 / 4.4.2 No Solaris package available. Configure script fails with “Couldn't determine size of 'bool'” Is it possible to install these versions on Solaris 10 and if so how? Many Thanks Steve. This Email and any attachments contains confidential