Displaying 20 results from an estimated 2000 matches similar to: "Not enough file space reported from application"
2000 May 22
1
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 machines doing NT type logins to Samba running
on a RedHat 6.1 box.
It seems that as I have researched antivirus programs which can be centrally
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 Apr 27
0
Question of the day for SAMBA GURUS!
Hi,
I have a question that I haven't been able to answer from the docs. I
wondered if someone out there has tried to do what I would like to
attempt.
On our server, we have mapped a share called wrkgrps to drive G: Users
then have various directories under drive G: which correspond with their
department, i.e. accounts, personnel, etc. Each of these directories
has a share which I have
2005 Jan 06
1
Dovecot Crashing after MySQL Auth
Hi,
I'm running a mixed Debian Woody/Sarge system with Dovecot version: (0.99.12-1)
I can't seem to be able to get dovecot working with mysql. It seems to authenticate
successfully then crash. This happens when I use the Debian package and
also when I've compiled from source.
dovecot: Jan 06 12:21:14 Info: Dovecot starting up
dovecot-auth: Jan 06 12:21:15 Info: MySQL: connected to
2003 Apr 17
0
rsync - windows how should I compile the code any clues -Thanks !
Hi Donovan,
Thank you for the insight. I will keep you posted on this.
Best Regards
Naveen A.
>From: Donovan Baarda <abo@minkirri.apana.org.au>
>To: Naveen Athresh <naveenathresh@hotmail.com>
>CC: rsync@samba.org,librsync developers list
><librsync-devel@lists.sourceforge.net>
>Subject: Re: rsync - windows how should I compile the code any clues
>-Thanks
1999 Jun 18
1
R INSTALL -l
The FAQ says in
[5.2 How can add-on packages be installed?]
to install a package to a private tree, use
[$ R INSTALL -l lib pkgdir_1 ... pkgdir_n]
where lib gives the path to the library tree to install to.
which, for me, returns
Package '-l' does not exist. Has there been a change?
Thank you
Ross
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
|Ross
2011 Feb 16
1
read.table - reading text variables as text
Hi
I'm reading a CSV file using read.table, and it keeps importing a text
variable as a factor. To overcome this, I've used the as.is command
referring to the variable in question (called "stim")
data<-read.table(file.choose(), header=T, sep=",", as.is = "stim")
However, "stim" is still imported as a factor. I notice there are other
read.table
2001 Jul 29
0
Why will you roll the stuck idle machines before Josef does?
Will you disrupt over the web page, if Samantha cruelly pushs the
LAN? To be resilient or loud will inflate retarded algorithms to
partly cause. Who did Donovan meet the Usenet around the chaotic
engineer? The untouched network rarely relays Beth, it pumps
Nell instead. Until Darcy recycles the diskettes grudgingly,
Willy won't train any abysmal cyphertexts. Go create a telephone!
2009 Jun 04
5
Password environment variable - logging the password
Hi,
We?re migrating to a Cpanel hosting system.
Our passwords are currently stored in MD5.
I looked at the post login scripting to be able to start storing the plain
text passwords as people login temporarily so we can automate our migration.
It seems that the password is not available in the post login environment
variables.
Is there any way we can get access to the plain text password upon
2002 May 21
1
Error compiling...
I am trying to compile Samba 2.2.4 on an HP-UX 10.20 machine, and I get this
error at the end:
checking configure summary... ERROR: No locking available. Running Samba
would be unsafe
configure: error: summary failure. Aborting config
I looked on the web for possible causes, I didn't see anything that answered
my question. This box that I'm compiling on is currently running 1.9.16,
and
2006 May 08
2
overzealous Windows security
Hi,
I've got a MSAccess database on a linux server (fedora core 5, samba 3,
192.168.0.90)
which a Win XP client machine needs to use (192.168.0.50).
However, Access refuses to open the database because "it's not on the
LAN so is a
security risk".
How can I configure Samba so that Windows recognises 192.168.0.90 as a
local
machine, please?
Jim Donovan
Office +61+2-8923-5208
2004 Apr 08
2
[librsync-devel] librsync and rsync vulnerability to maliciously crafted data. was Re: MD4 checksum_seed
On Thu, 2004-04-08 at 12:36, Martin Pool wrote:
> On 5 Apr 2004, Donovan Baarda <abo@minkirri.apana.org.au> wrote:
>
> > librsync needs a whole file checksum. Without it, it silently fails for
> > case 1), 3), and 4).
>
> Yes, a whole-file checksum should be used with it. Presumably
> something stronger than md4 like SHA-1.
md4 is probably good enough for most
2005 Mar 07
2
0.10.1 Upgrade prob, me too
Running Ruby 1.8.2 on Mac OS X 10.3.7.
I had been working on a small app based on the To Do tutorial and,
since I''m just playing around, I installed tonight''s Rails update. Now
I get a 404 error when browsing to my app''s top level. I''m using the
built-in WEBrick server, started from within my app directory with
"ruby script/server", which had
2004 Apr 06
1
Storing p-values from a glm
Hi,
for example one could do it this way:
v <- summary(fit)$coefficients[,4]
the coefficient attribute is a matrix, and with the "4" you refere to the
pvalue (at least in lm - don't know if summary(glm) produces sligthely
different output).
to skip the intercept (1st row): v <- summary(glmfit)$coefficients[-1,4]
hope this helps,
Arne
--
Arne Muller, Ph.D.
2005 Nov 29
3
Reclassifying values within a vector to several other values
Dear List
Apologies for such a simple question:
I have a vector of 738 elements, coded with values between 1 and 16 (but
not containing 7, 10, 11 or 13) and wish to recode value 14 to 1, 4 to 2, 1
to 3, 2 to 4 and all other values to 5. I've been trying to use the
replace function (in base) and %in%, but without success.
Many thanks
Roy
2001 Oct 12
1
Confused by modules
Hi,
I'm confused as to the purpose of rsync modules. I know how to set them up
in rsyncd.conf, and can list the available modules on a remote linux machine
using 'rsync camlinux01::' from a Win32 client, but I can't find any
information on what they are actually for.
The man page for rsyncd.conf talks about them as if they are vitaly
important, but the man page for rsync
2003 Nov 27
1
lagsarlm - using mixed explanatory variables (spdep package)
Hello
I'm very new to R (which is excellent), so apologies if this has already
been raised. In the spdep package, I'm trying to undertake an
autoregressive mixed model using the lagsarlm function. This is working
fine, but there does not appear to be a method of including an explanatory
variable without it automatically being included as a lagged term. I'm
after something along the
2009 May 15
1
Plotting question re. cuminc
Hello everyone,
(This is my second question posted today on the R list).
I am carrying out a competing risks analysis using the cuminc function...this takes the form:
cuminc(ftime,fstatus,group)
In my study, fstatus has 3 different causes of failure (1,2,3) there are also censored cases (0). "group" has two levels (0 and 1).
I therefore have 6 different cumulative incidence curves:
2002 Apr 24
1
[rproxy-devel] rdiff deltas not very good compared to pysync, why?
On 24 Apr 2002, "Shirish H. Phatak" <shirish@tacitnetworks.com> wrote:
> Since there appears to be a dedicated group of users and lots of
> activity, maybe we can convince Martin to roll in these patches and make
> a new release?
I have been really lax in supporting librsync for the last few months,
because of a new job and taking over maintenance of rsync
2007 Apr 17
2
Trigger a wake-up call from the shell?
I have set up a script that ensures certain services are up on my
Asterisk box (Trixbox 2.0). I would like it to trigger a wake-up call
if certain conditions aren't meant. How might I accomplish this from
the shell?
--
Donovan Niesen
Customer Contact Services
www.yourccsteam.com