similar to: ANNOUNCE: SMB2WWW, a web gateway to SMB networks

Displaying 20 results from an estimated 4000 matches similar to: "ANNOUNCE: SMB2WWW, a web gateway to SMB networks"

2002 Sep 21
1
smb2www
have anyone used the samba to web gateway (smb2www) ? Can someone walk me through with getting the system up ? I think i installed everything properly, but i just don't know how to browse the network. Really hope someone can go through the steps with me. Thank u.
2002 Oct 27
5
Another GUI
Just would like to draw the maintainers attention to my GUI to samba. Some time ago I spoke with someone on the subject, since the project is very advanced right now this email is just a reminder. Any information on whats worng whats missing and what does not wrong is welcomed. The project is at: http://freshmeat.net/projects/thor Atom
2009 Jan 20
1
Problem with FAME
Dear All, I wonder whether anyone has an experience with FAME package written by Jeff Hallman. All my attempts to send him the following problem report did not succeed (the mail system says that my e-mail could not be delivered), so I turn for help to this list. I tried to use your FAME package written for R, but somehow I cannot get it working. I am using Windows XP and the newest R
2004 Jan 23
2
Web inteface for uploading?
I was wondering if there is a web interface out there for uploading and downloading from samba shares? I found the SMB2WWW but it at the moment does not support upload nor does it seem very secure. I would like something that requires authentication. Has anyone done this or is it even possible yet? Wayne
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package = "fame") The code in fame.so uses
2007 Jun 05
1
Can configure.ac detect 64 bit R?
My fame package has to link to the libchli.so that comes with FAME. However, FAME is now supplying both 32 and 64 bit versions of the library. The 32-bit version is $FAME/hli/libchli.so while the 64-bit version is $FAME/hli/64/libchli.so. To set the right flags, it seems that I need to know, from within configure.ac, whether the R installation is 32 bit or 64 bit. Is there a way to detect this?
2007 Feb 02
2
Help with OS X (BSD) ps command
My fame package has a function that checks to see if a FAME SERVER process is already running. On Linux, I can do this in one of two ways: pid <- Sys.getpid() user <- Sys.info()["user"] cmd <- paste("pgrep -fU", user, "-P", pid, "'FAME SERVER'") fameRunning <- as.logical(length(system(cmd, intern = T))) or I can use cmd
2008 Jan 04
0
R/FAME Interface
I am trying to establish an interface between FAME and R. I have downloaded the zip file containing the documentation regarding this interface from the CRAN website, but I am still having problems. Thus far, what I have done is as follows: 1. I ran the "ClientServer.R" file. 2. Then I ran "startRemoteServer.R" file. 3. Then I ran the "fame.R file". As I
2007 Jul 12
5
In creating a Windows binary package (zip), how do I make the installation configurable
I would like to create a binary package for Windows which when installed will give the user an option of whether to install one version or another. Here is the problem, I have a package 'FAME' that can run in two different modes on Windows. An old mode that uses R to connect to a remote linux machine and a new way that uses a locally installed database. I would allow this decision to be
2007 Feb 12
0
New mailing lists: CentOS is going international!
Guten Tag, bonjour, sauda??es, hola, ahoj, welkom and of course hello. Ladies and gentlemen, the CentOS mailing lists are going international! Yes, now you can talk about your favourite linux distribution in your favourite language. If - and that is a big if - you are able to talk in - german - french - czech - dutch - the brasilian variant of portuguese - spanish Which should be about,
2007 Feb 12
0
New mailing lists: CentOS is going international!
Guten Tag, bonjour, sauda??es, hola, ahoj, welkom and of course hello. Ladies and gentlemen, the CentOS mailing lists are going international! Yes, now you can talk about your favourite linux distribution in your favourite language. If - and that is a big if - you are able to talk in - german - french - czech - dutch - the brasilian variant of portuguese - spanish Which should be about,
2008 Nov 17
2
Cannot quit R - fame package issue?
Hello list member: I've recently had a problem in that I'm unable to quit an R Session. I noticed this after the update to 2.8.0, but I believe I also noticed it on another machine, in the previous version. It occurs on both linux and Mac platforms. It only occurs when I start R in some particular workspaces that have alot of objects in them; it does not occur if I start R in an
2002 Nov 14
1
samba and/or DAV
while looking for a solution for webbased access to our samba-servers I found a recommendation towards using DAV instead. I just took a first glance at DAV (www.webdav.org) and find it very interesting. Are there any documentes comparing these two strategies in intranet and internet (speed, reliability ...) I would also be greatly interested if anyone here uses DAV to allow roaming users to
2003 Mar 28
2
rsync ignoring some new files
I have found several instances where rsync refuses to copy a new file. I am using it to sync changes from a staging web server to production servers, and there are certain files that it just plain won't copy. The file is totally new. No such name has ever existed on the target server(, or on the source server until now). In this instance, I added 3 completely new files to the same
2007 Feb 13
0
CentOS-announce Digest, Vol 24, Issue 7
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
1998 Sep 02
1
cisco catalyst 5500 1 vlan 2 networks and samba
From: "Deepak Wilson" <dwilson@imsn.net> To: <support@imsn.net> Subject: Samba and Catalyst 5500 problem Date sent: Wed, 2 Sep 1998 12:09:32 -0700 We have a problem with Samba and the Cisco 5500. With Samba installed on Sun Solaris we are NOT able to view the Sun machine using network neighbourhood when connected through the switch.
2010 Sep 28
2
Reshape
Hello, helpeRs, I've been trying, unsuccessfully, to change a dataframe from long to wide format using reshape (the original). I would appreciate it if someone could demonstrate the correct syntax. The script below will create a toy example. The new wide data should have a column name for each unique entry in the "fame" column. Under each column should be either the
2008 Nov 18
0
Packages for time series databases
I recently put several packages for time series databases on CRAN. The main package, TSdbi, provides a common interface to time series databases. The objective is to define a standard interface so users can retrieve time series data from various sources with a simple, common, set of commands, and so programs can be written to be portable with respect to the data source. The SQL
2008 Nov 18
0
Packages for time series databases
I recently put several packages for time series databases on CRAN. The main package, TSdbi, provides a common interface to time series databases. The objective is to define a standard interface so users can retrieve time series data from various sources with a simple, common, set of commands, and so programs can be written to be portable with respect to the data source. The SQL
2010 Sep 29
0
Transforming/appending data (words in IMDB)
Hi everyone, I am doing an analysis of reviews in IMDB and am running into trouble getting my data into the right shape for analysis. Key question: I want to know for each word in the IMDB, whether it is over- or under-represented in a particular category (Rating x Genre). I was figuring on estimating this with a g-test, fwiw. But the basic question I'm asking here is about data