similar to: Samba + Bonding = Terrible Performance

Displaying 20 results from an estimated 2000 matches similar to: "Samba + Bonding = Terrible Performance"

2008 Apr 15
2
Sage <--> R integration
Hi R-Devel, The Sage project (http://www.sagemath.org) has been working extremely hard for several years to create a viable free open source alternative to Maple, Matlab, Mathematica, and Magma. Numerous users have requested statistical functionality. Though Sage includes scipy and numpy, which have some statistical functionality, we've decided the best longterm solution is to strongly
2010 Feb 16
1
Build failure on Solaris 10 (SPARC)
I'm trying to build R 2.10.1 on a Sun Blade 1000 running Solaris 10 (03/05 release). I've installed iconv 1.13.1 and used: CPPFLAGS="-I /export/home/drkirkby/sage-4.3.3.alpha0/local/include" (which is where iconv is) LDFLAGS= -R/export/home/drkirkby/sage-4.3.3.alpha0/local/lib -L/export/home/drkirkby/sage-4.3.3.alpha0/local/lib The build of R fails as below. gcc
2002 Jul 16
6
Sage Line 50
Hi all, I am attempting to get Sage to support their software if the files are on Samba (Linux). They (like a lot of people I've heard) say "We don't support Linux, Goodbye." even when the client is on Win98/NT. We have been having trouble on a particular site, and they refuse to support Sage Line 50 if the files are on Linux which is absurd, because Linux is much more
2004 Sep 11
1
Sage Problem
Has any one run sage line 50 with samba As i have setup a samba server to hold the data directory for sage was fine for bout week then slowed right down a samba restart seemed to help but sage still runs rather slow We are only talking about 5 users at a time the data dir is about 2gb in size Any help would be handy or tweaks for samba Samba version 2.2.8a Freebsd 4.9 2.4 cpu with 512 ram 100
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
I've tried to build R 2.6.1 and 2.7.0 on Solaris 10 update 4 (SPARC) and both configure ok, so you might ask why I suspect there is a problem. I tried to build the maths program Sage http://www.sagemath.org/ version 3.0.3alpha1. Sage fails when building R 2.6.1 - (Sage includes R in the package). The relavant bit of Sage, which is only using an unmodified R configure script is: checking
2010 Jun 14
1
Prime Numbers Pkgs
> Looking for a recommended package that handles prime number computations. I'm not sure whether this would be helpful to you, but Sage (http://www.sagemath.org) has excellent number theory support and several ways to interface with R (which is included in the distribution of Sage). I use it myself to access several R packages I need to do analysis on data I produce in Sage/Python, and
2009 Mar 24
2
Sage - net user
Hi i'm very new to this community. I'm trying to figure out an installation of Sage (http://www.sage.co.uk/) under an Ubuntu sevrer 8.04 with Xfce and Wine. Actually there is a Sage server which is a windows service that allow users to share files between multiple client over a network. This server is on my Ubuntu machine and the clients are under windows XP. It looks like the client
2004 Oct 26
1
Sage and oplocks
Hello im running sage line50 version 11 on a freebsd machine with samba version 2x My smb.conf for share looks like this [sage] path = /40gb/sage writeable = yes browseable = no create mask = 0777 directory mask = 0777 veto oplock files = /*.mdb/*.MDB/*.ldb/*.LDB locking = yes share modes = yes The problem is when two users for example try and update customer records one
2014 May 16
2
samba 3 performance with windows 7 workstations
My customer has a Centos Linux 5.10 server running Samba 3. (Samba version 3.0.33-3.40.el5_10) The machine is about three years old. I suggested that they should consider replacing it with a Centos 6 machine and Samba 4, but they decided as it was doing its job without any issues to keep it as is. I also suggested updating to samba3x but they decided not to do this. I recently installed a centos
2002 Jul 05
3
Slowdown and errors
Hi all, I am having some strange problems on a customer site : I am pretty sure I disabled oplocks entirely - I don't like the idea of them, and would rather have stable data. The customer (5-10 users) runs Sage Line 50, and until recently was getting numerous errors within sage. We have temporarily replaced their switch and this has reduced the fatality rate and a few
2002 Feb 14
2
Small Files/Load Average Information
Hi, I have been noticing some serious load averages occurring when users are browsing or using directories with a large number of files. A case in point is our Sage users. Sage is a nasty program and spits out three small files into a spool directory every time something is printed and does not clear them out. This means that the spool directories rapidly fill with tiny files and by the end of
2010 Jan 19
2
Help deciphering segfault in make check
Dear R Help, I work with the Sage project, and we are trying to improve the ability to use R through Sage. Most things work, but make check seems to cause problems on certain platforms, and now that we want to upgrade to 2.10.1 I thought we should ask for help! R builds just fine on both Mac and Linux, but some things in make check seem to break on certain Linux boxes that don't on Mac or
2003 Jun 05
2
Samba & Sage Line 50 Accounting
Hi all, Having a very specific problem here: I have a working RedHat9 server running Samba 2.2.7 (the release that comes with RH9), acting as a PDC/File Server to around 15 WinXP Pro client workstations. This all works nicely, apart from our accounting package, Sage Line 50, which depends on its data being stored on a network share. Previously, when the data was stored on a WinNT4 share,
2010 Nov 09
1
library(kernlab) --- unable to load shared library
Dear R users, I have recently encountered a problem with using the function `library` in order to load the package `kernlab`. My output of sessionInfo() is as follows: R version 2.10.1 (2009-12-14) x86_64-unknown-linux-gnu locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base I have installed the package by
2005 Mar 08
1
samba ldap bind problems.
I have a solaris 9 box that I am configuring to be a PDC using the latest version of samba authenticating off of an Openldap db. This machine uses the same ldap server to authenticate the unix users but after following documentation for setting up samba/ldap PDC. Using smbldap-populate populated the database with no problems but when I try and run smblclient -L master I get the following
2006 Jun 01
1
progressive slowdown during script execution?
I'm an R novice, so I hope my question is a valid one. I'm trying to run the following script in the current version of R. for (i in 1:1640){for (j in (i+1):1641){ if (i == 1 && j == 2){x <- cor(sage[i,],sage[j,],method="spearman"); y <- cor(frie[i,],frie[j,],method="spearman")} if (i != 1 || j != 2){x <-
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support for using R graphics in various cases, which has proved useful to many of our users who want to go back and forth between R and other capabilities within Sage. Unfortunately, the way we
2011 Sep 25
1
trouble with library(FEAR) and libgfortran.so.1
Running R version 2.13.1 under Ubuntu 10.10 (kernel version 2.6.35-30-generic) on a x86-64 laptop with gfortran 4.4, I'm trying to install and use the FEAR package from http://www.clemson.edu/economics/faculty/wilson/Software/FEAR/fear.html. I downloaded the the FEAR 1.15 package for 64-bit Linux (compatible with R-2.12.0 compiled with GCC, GNU Fortran 4.1.2, Linux kernel 2.6.16.60 SMP) to the
2004 May 10
1
SAGE Line 50
Hello everyone, Has anyone here hosted sage data files from samba? Any tips tricks or bewares? I am about to move sage ACCDATA share from an SBS server to samba 3.0.3.
2014 May 17
1
Samba 4 / Sage connection manager
Has anyone successfully gotten the Sage connection manager to work off of a Samba4 share? I am am attempting with Centos 6.5/ Samba 4.1.7 This is my my only hold back for a handful of customers, support from Sage is non existent :/ -- JD Daniels