Displaying 20 results from an estimated 300 matches similar to: "Files Updates"
2011 Jan 26
1
Compilation errors when installing gee
Hi,
I am trying to install gee on our server but I get the error below. I do not have root on this machine so no control on how R was installed itself. It looks like it cannot find blas libs, the only ones i can find on the machine are:
/usr/lib64/libblas.so.3 -> libblas.so.3.0.3
/usr/lib64/libblas.so.3.0 -> libblas.so.3.0.3
/usr/lib64/libblas.so.3.0.3
and :
$ R CMD config BLAS_LIBS
2000 Aug 23
2
network extremely slow
samba2.07,nt4sp6a
I run a samba-server with 15nt-clients on a 100MBit-Switch. Now I
faced extremely poor performance and really have no idea why. I even
dont know if it can be a samba-problem.
When copying myriads of small file from a client to the server or vice
versa I get bad performance:
1000 files a 16kb: ~80seconds = 200kb/second
But this is highspeed compared to copying from nt to nt:
1998 Jan 23
1
C Compiler for samba1.9.18p1
Where can I get a freeware C compiler for Solaris 2.4 for x86?
And how can I perform a very simple test that the compiler works on
my machine, before trying it on the samba Makefile?
The date and version number - maybe "cc /help"? - would be a start.
Jan
j.poloniecki@sghms.ac.uk
tel: +44 (0)181 725 2795 a.m. (0)181 672 4122 p.m.
2000 Oct 03
1
Bug in RODBC ?
Dear lists,
It seems that RODBC has a problem : when reading through ODBC from an Access
table with missing values, *character* missing values are (correctly) reported
as NA factor values. *Numeric* values, however, retain the value of the same
variable in the previous row.
My setup : R 1.1.1 under Win95, RODBC as compiled with the R Win CRAN
distribution, MS Access 97.
I just discovered this,
2000 Oct 03
1
Bug in RODBC ?
Dear lists,
It seems that RODBC has a problem : when reading through ODBC from an Access
table with missing values, *character* missing values are (correctly) reported
as NA factor values. *Numeric* values, however, retain the value of the same
variable in the previous row.
My setup : R 1.1.1 under Win95, RODBC as compiled with the R Win CRAN
distribution, MS Access 97.
I just discovered this,
2005 Feb 24
2
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7703)
Full_Name: David Whiting
Version: 2.1.0 Under development (unstable)
OS: linux
Submission from: (NULL) (82.39.106.169)
I have just upgraded from a previous version (2.0.0?) and found some of my code
that used okay to run now gives an error. The function being called is
sqlSave(). I am pretty sure (but not 100% certain) that the data frame I am
trying to save has not changed. I am 100% sure that
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and
a few NT 4.0 workstations. All installs went relatively easy for logon
scripts, wins, etc. I have run into a semi-serious problem with 2 of the
3 NT workstations. (All running the same service pack - 1).
When trying to make a share from one of the 2 remaining workstations, I
will recevie an error message saying that:
2011 Feb 07
1
Four paramete logistics.
Hi,
I have to do a four point logistics for a dataset. All I have is the
absorbance value for different proteins and need to get the four Point
values. I have no idea where to start.
Any suggestions would be much helpful.
Thanks
Ramya
--
View this message in context: http://r.789695.n4.nabble.com/Four-paramete-logistics-tp3265251p3265251.html
Sent from the R help mailing list archive at
2020 Mar 11
3
Due to CVE in windows, disable SMB3 compression.
https://portal.msrc.micro...idance/advisory/adv200005
Published: 03/10/2020
?
Workarounds
The following workaround may be helpful in your situation. In all cases, Microsoft strongly recommends that you install the updates for this vulnerability as soon as they become available even if you plan to leave this workaround in place:
Disable SMBv3 compression
You can disable compression to block
2000 May 23
0
Anti virus for samba
From: Donovan R. Palmer [mailto:palmerd@nildram.co.uk]
Sent: 22 May 2000 10:42
To: Multiple recipients of list SAMBA
Subject: Off Topic - Virus
Hello,
I know this is off topic, but I've come to the conclusion that the only
people who can answer my question is other Samba users...
I would like to deploy on our network a centrally administered antivirus
program. We're running Win98
2000 May 25
0
SWAT modification....?
Hi,
I would like to suggest a modification to the SWAT web gui. I have
been successfully using Samba for a few years now at my institution and
it is a great product. We use it here to handle all of our file serving
for around 11,000 users. We have 3 Sun E450's serving up to a 1000
clients
each at any one time with no problems. That's the background, here is my
request. In the SWAT gui
2005 Oct 17
0
DBF database hangs up, when running from Samba 3.0.14 share
Hi to everyone,
Since last week I am trying to fix following problem:
I have a DOS application, operating on DBF databases.
I've set up a Samba 3.0.14a-2 server running as a PDC on Fedora Core 4
(in fact, Samba server was a part of FC4 distribution). I've set up a
share and then I've moved all data for this application on to that
share.
The problem is that the application hangs
2000 Aug 23
0
Samba scaling
Andrew,
Did anyone reply to you on this?
By the sounds of things you are running a pair of E450's?
We currently use Samba on about 6 or 7 Sun E450's and E250's, it scales
very well. I have managed to have about 700-800 current clients
connected
from Windows 95 and 98, we also have the about 30-40 NT clients that
connect
regularly. I have found that Samba has scaled uniformly in
2008 Feb 25
2
qemu write cacheing and DMA IDE writes
I''ve been doing some merge work between tools/ioemu and qemu
upstream. I came across this commit:
changeset: 11209:9bb6c1c1890a07885265bbc59f4dbb660312974e
date: Sun Aug 20 23:59:34 2006 +0100
files: [...]
description:
[qemu] hdparm tunable IDE write cache for HVM
qemu 0.8.2 has a flush callback to the storage backends, so now it is
possible to implement
2006 Jun 16
10
Issue with caching of .PNG files in IE..
I''m running a Rails application with WEBrick server. We are displaying
an Image from the server to the Client (Browser). First time on the
browser everything looks fine, upon clicking the link, it contacts the
server and displays in IE brwoser the image that was stored on the
server.
But in case if the image gets changed on the server(File Name being the
same), then even though i
2009 Apr 09
7
Btrfs TODO
Hello,
Trying to put together a list of TODO items for btrfs so we can update the wiki
page fully. So far these things are on the list
* Proper ENOSPC handling
* O_DIRECT support (without checksumming)
* AIO support
* Subvolume quotas and inherited space usage information
* Snapshot removal
* QA Suite for automated regression testing
* Reserved space for online fsck and the ability to add
2000 Apr 03
2
PC Virus scanning on *nix side?
Date: Fri, 31 Mar 2000 10:49:21 +0900 (JST)
From: Steve Frampton <frampton@j-com.co.jp>
To: Multiple recipients of list SAMBA <samba@samba.org>
Subject: PC Virus scanning on *nix side?
Message-ID:
<Pine.LNX.4.21.0003311046390.7302-100000@firewall.j-com.co.jp>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi:
2013 Jan 11
2
Best practices on KVM systems
Hello,
i'm trying to create some best practices on my centos 6.3 / libvirt /kvm
hypervisors.
Actually, i use NFS as shared storage backend for every VM and make
reasonable use of the KSM (enabling it into qemu.conf).
Every VM is configured with VirtIO drivers (when possible) and the disks
use none as cacheing method to allow me live migration.
I'll be happy to know if there are some
2001 May 04
2
File cacheing problem?
I have a Linux box (Pentium III processor, 256M RAM) running
kernel version 2.4.3, and smbmount version 2.0.7. The Linux box has
a Windows 2000 Server share mounted via "mount -t smbfs ...".
I am running into what seems to be a cacheing problem. I am doing
software development on this share, editing the files from a Win98
workstation, and compiling on the Linux box.
However,