similar to: FW: PROBLEMS

Displaying 20 results from an estimated 1000 matches similar to: "FW: PROBLEMS"

2012 Jan 25
1
Arcview 3.2
"worked" (except mostly font glitches & help) on Wine 1.2.3 on Ubuntu 10.04 LTS since I installed it ~6 months ago. I used it daily, until 4 days ago, about the time I installed QGIS. Since then it won't launch: jack at freekbox:~$ env WINEPREFIX="/home/jack/.wine" wine C:\\windows\\command\\start.exe /Unix /home/jack/.wine/dosdevices/c:/users/jack/Start\
2001 Jun 25
1
Linking R to GIS
Dear All, Has anyone worked with linking R to both ArcView and MapInfo GIS systems? My desire is to capture object selection from GIS and pass to R and to return spatially based statistical model results from R to GIS. If both could simultaneously access the same data file this would be a bonus. My inclination is to put together some routines based on ODBC linking but thought I would seek like
1999 May 19
1
R and ArcView
Does anyone know if an R plug-in exists for the GIS package ArcView running under Windows98 or NT? I know such a plug-in is available for S-PLUS. Thanks Karen Kotschy Centre for Water in the Environment Department of Botany University of the Witwatersrand Johannesburg South Africa Tel : +2911 716-2218 Postal address: P/Bag 3 P.O Wits 2050 South Africa
2006 Jul 10
1
ArcView + Samba: Performance nightmare under Linux, o k under Solaris or HP-UX
Have you checked the network end of things? This is the same type of thing I see when the NIC and ethernet switch don't autonegotiate to the same settings. Hope I didn't step on anybody's toes here. I'm new to the list. --------------------------------------------------------------------------- Tony Hoover, Network Administrator KSU - Salina, College of Technology and
2000 Jan 12
0
Slow directory listing in ERmapper and ArcView
Hello, I'm running Samba 2.0.6 on a Sun Ultra1 as a file and print server for a GIS teaching lab. Samba has solved a bunch of problems for us but one serious one remains. Getting a large directory listing from within two applications, ERMapper 5.5 and ArcView 3.1 running on win95, is a factor of 10 slower than getting the same listing from a local drive or a win95 machine serving SMB.
2006 Jul 10
2
ArcView + Samba: Performance nightmare under Linux, ok under Solaris or HP-UX
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! For some months now I'm hunting a Samba performance problem without a solution yet. Now I'm hoping someone on this list has an idea (In fact, I already reported the problem to the mailing list but got only one reply which did not help) So I'm here for another try... Here's the situation: Some of our users runs Windows XP with
2000 Jul 05
1
ADDITIONAL ISSUE
Andrew: One additional issue that came up with trying to configure the SMB.CONF file: The "Using Samba" book from O'Reilly says to start up my browser and go to "http://localhost:901, to use the SWAT package. This did not work. My IE 5.0 came back with an unable to locate or connect to the specified host. I know the /etc/services file was modified correctly, I checked it
2004 Sep 24
0
New package: adehabitat
Dear all, I have just uploaded a package to CRAN a new package called 'adehabitat'. This package is intended for ecologists who want to analyse the use of space by animals. Many functions currently used in this field are available to highlight habitat selection by animals (selection ratios, ENFA, habitat suitability maps with the algorithm DOMAIN or Resource Selection Functions) or to
2004 Sep 24
0
New package: adehabitat
Dear all, I have just uploaded a package to CRAN a new package called 'adehabitat'. This package is intended for ecologists who want to analyse the use of space by animals. Many functions currently used in this field are available to highlight habitat selection by animals (selection ratios, ENFA, habitat suitability maps with the algorithm DOMAIN or Resource Selection Functions) or to
2004 Feb 26
1
writing polygons/segments to shapefiles (.shp) or other A rcGIS compatible file
The main limitation of the shapefiles package that I put together is that it does not create shapefiles from R objects - rather it only writes shapefiles that have been read into R and manipulated within the constraints of the existing file structure. By this I mean that for example you can change the coordinates of points and write them back out. Or you can add a bunch of blank columns in the
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various versions of Samba 2, and it has worked nicely. Last week I upgraded to Samba 3 and integrated with Active Directory. Since I am using Solaris 8, and "nsswitch.conf" doesn't support winbindd, I am using the "add user script" parameter to add users. What is happening is that users in
2005 Dec 12
2
Extremely slow Samba3 performance with ArcView/WinXP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! I have a user who is running a Samba server to store data files for his ArcView 3.3 application. Client operating system is Windows XP professional. With Samba2 (2.2.8a) this was working quite fine, it usually took less than a few seconds to load and render one of the GIS presentations with ArcView. We then did an upgrade to Samba3 (3.0.20b)
2006 Jun 08
0
Arcview .iwg temporary file
We have about 15 file servers with samba (version 3.05, 3.0.14 and 3.0.22) on Redhat 7.1-7.3 and FC4. Opening on it with arcview a .dwg file is fine, it creates a good temporary .iwg (some MB), like using the file on a local disk. Only in one installation (RH 7.3 updated, with kernel 2.4.20-28, samba 3.0.5 and 3.0.22) we have a problem. Arcview write always a .iwg file with a 8 byte size, and
1998 May 06
1
Slow Network performance with ArcView and Samba
Hi, We are experiencing a very slow network when loading files from the Samba server (Samba V1.9.18p4 on Digital Unix V4.0B). A file transfer of a 5 MB file from the samba server to a NT Workstation with FTP takes about 10 seconds. The transfer of the same file with using the NT-Explorer takes also about 10 seconds. The load of the same file (it is a tiff file) with a application called
2000 Jan 04
0
Problem with Samba 1.9.18p10 on Solaris 2.5.1
Hi, I have a problem accessing files on NT and 95 using Samba version 1.9.18p10. The files that I am accessing are in ClearCase (version control software) on a Solaris Ultra 60 server. They are source files and are compiled on NT on the command line through batch files. If I fire more than one build (batch file) then once in a while I get a fatal error from the Microsoft compiler - "Could
1999 Aug 20
0
seg.fault for some illegal .Random.seed (new since 0.64) (PR#253)
This is already in 0.64, but was okay in 0.63 In R version <= 0.63 : > .Random.seed <- c(111,2,3) > rnorm(1) Warning: Wrong length .Random.seed; forgot initial RNGkind? set to Wichmann-Hill [1] -0.4811529 > .Random.seed [1] 0 6968 28861 26054 > Now in 0.65 (pre-release) and both versions of 0.64 : > .Random.seed <- c(111,2,3)
1999 Oct 26
1
dodgy list operation (PR#298)
I can generate a segmentation fault as follows, where I would expect a syntax error: fred <- as.list(1:10) lapply(fred, "[[") platform sparc-sun-solaris2.5.1 arch sparc os solaris2.5.1 system sparc, solaris2.5.1 status status.rev 0 major 0 minor 64.1
1999 Nov 23
1
as.name() is not idempotent (PR#337)
as.name(as.name("ss")) gives an error in R (0.90 and earlier) but should of course give the same as simply as.name("ss") This reminds me of similar bug/problem... which I don't recall. Yes, I should build tests like these into "make test-Specific" .. Martin --please do not edit the information below-- Version: platform = sparc-sun-solaris2.5.1 arch =
2002 Mar 12
0
Rsync2.5.3
Hi, I tried to compile rsync2.5.3 on my Solaris5.5.1 and Solaris5.8 machines, I got the following errors: On Solaris5.5.1, I got: gunbelt# ./configure configure: loading cache /dev/null configure: Configuring rsync 2.5.3 checking build system type... sparc-sun-solaris2.5.1 checking host system type... sparc-sun-solaris2.5.1 checking target system type... sparc-sun-solaris2.5.1 checking for
1999 Jul 15
0
pch and mkh bug PR#225
I am sorry about the problem caused by my first attempt at reporting a bug. This is a followup to my report PR#225, hopefully being more useful. By not I have a better understanding of the problems being reported. I wish to report one bug relating to plot character and to mention two other possible bugs (these may relate to differences between R and S) I have noticed with R. We have recently