similar to: Running Sage from a Samba server

Displaying 20 results from an estimated 10000 matches similar to: "Running Sage from a Samba server"

2013 Feb 24
3
filling an array
Hi All I'm just wondering if there is a quick way of filling a way with the following. I want to declare array I with a specific length and then alternatively fill it with 10 zeros and 10 specified values: v<- 14 I <- c(0,length(t)) But in stead of just filling I with 0 I want 10 zeros and then 10 fourteens (i.e. the value in v) Hope that makes sense. Regards Jannetta --
2013 Feb 24
1
Error in J[time] : invalid subscript type 'closure'
Hi All I have Googled the message Error in J[time] : invalid subscript type 'closure', but can't quite make sense from the results that I get. What does it mean? I'm trying to access an element in an array. Here is a short bit of code that produces the error: s_fun <- function(parms,time) { with(as.list(c(parms)),{ print(J[time]) }) } times = seq(from=0, to=100, by =
2013 Feb 10
4
A Hodgkin Huxley Model
Hi All It has been suggested to me that the folks in this list might be able to help me out of my misery. As part of my learning curve to building a rather detailed model of a small neurone complex I am implementing some existing models in R. For the moment I want to implement the Izhikevich model as described in his 2003 paper. The equations are as follows: v' = 0.04v^2 + 5v + 140 - u - I
2013 Feb 18
1
attempt to apply non-function
Hi All I am getting the above mentioned error when I run the code below. I don't know why because I have implemented the function and I'm calling the function with a parameter. I'm obviously missing the plot ... Can someone perhaps point out the error of my ways? Error: > out<-ode(y=init, times=times, func=G1999, parms=parms, method="lsoda") Error in m_Na(v) : attempt
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
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
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
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
2013 Feb 21
1
using and event in deSolve
Hi All Having been pointed the use of events and roots in deSolve, I was able to implement the Izchikevich model of spiking neurons. However, I'm not too sure of defining the event. The deSolve documentation says: An event is triggered when the ball hits the ground (height = 0) Then velocity (y2) is reversed and reduced by 10 percent. The root function, y[1] = 0, triggers the event: >
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
Hi All I have been struggling with this model for some time now and I just can't get it to work correctly. The messages I get when running the code is: DLSODA- Warning..Internal T (=R1) and H (=R2) are such that in the machine, T + H = T on the next step (H = step size). Solver will continue anyway. In above message, R = [1] 0 0 DINTDY- T (=R1) illegal In above message, R = [1]
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,
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
2011 Aug 31
6
Ubuntu and Windows and Sage.........
Following on from my previous missive - now apparently resolved :D I now have another problem. This time with Sage Line50 Ver11. It appears to have installed OK and seems to link to the network share drive (G:), however it will not allow me (or anyone else) to log in. If I use any good username, it comes back with "invalid password", even for users with no password. If I use any
2010 Sep 16
1
Sage instant accounts install
Loaded sage from disc and all the install pages seem to work up to a point where you click cancel for wine debug then it continues and says sage is installed. Sage appears in the Applications/wine/programmes/sage instant accounts but fails to start? How do I remove sage and start again or what should I do to get it running? I'm using ubuntu 10.04 and have wine 1.2. I'm completely new to
2009 Aug 30
3
Sage Insntat Accounts
This is the message returned when I tried rinning it following a clean install of Wine a couple of days ago: $ env WINEPREFIX="/home/alan/.wine" wine "C:\Program Files\Sa ge\Instant Accounts\SAGE.EXE" fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW) Any known cure?
2009 Apr 21
1
Problem with Sage Line50 Reports
Hi All, I've installed Sage Line50 v11 under Wine on my Ubuntu 8.04. I can open my data and in general it seems to be working well (other than the html based left-hand list does not display, but that's not a problem because I believe it duplicates functionality found on the main toolbar). My problem is with the report designer. When a report is opened it displays the following error:
2010 Nov 06
1
Re: Sage instant accounts install
dimesio wrote: > > You said in your original post that it didn't start. If it loads, what's the problem? What actually happens is that the 'splash screen' loads for a second or so, but the actual program does not load. I am at the same stage myself. I am using Ubuntu 10.10 Wine 1.2-0ubuntu9 (wine) Sage Instant 2008
2010 Jul 16
0
Sage and R (was: Mathematica and R)
Dear David, > I managed to install Sage on Windows (via a Linux VM), but I cannot find any documentation on how to use R from Sage. Maybe I > should use the web interface of Sage to avoid having to install R on the VM. In the Sage command line, you can type sage: r? to get some very basic info, and sage: r.[tab] to get various commands. This part of the interface still needs some