Displaying 20 results from an estimated 92 matches for "donovan".
2009 Jun 04
5
Password environment variable - logging the password
...ain
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 login so
we can insert this into our user table?
Best regards,
Donovan
2002 May 21
1
Error compiling...
...I didn't see anything that answered
my question. This box that I'm compiling on is currently running 1.9.16,
and I am using it for testing before I deploy 2.2.4 into production at a
site that just upgraded their PC's to 2000 from NT 4.0. They are currently
using 2.0.0.0. Any ideas??
Donovan Scott
Support Technician
Healthmatics EmSTAT
Ofc: (512) 583-1128
Fax: (512) 583-0330
2000 May 22
1
Off Topic - Virus
...'t seem to work
on the trial version for some reason), but I thought I should do some
comparisons.
Does anyone know of any other alternatives that work well with Samba?
Calling around to various Sales desks has yielded little more than the words
"it works with NT". :-(
Kind regards,
Donovan
--
Donovan R. Palmer, Operations Manager
m/v Africa Mercy - Newcastle upon Tyne, U.K.
Tel: +44 (870) 3211586 Fax: +44 (870) 1332611 Mob: +44 (7887) 567582
2006 May 08
2
overzealous Windows security
...re 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
Home +61+2-9416-8459
Cell +61-428-609-208
Pager +61+2-9966-7915
2005 Mar 07
2
0.10.1 Upgrade prob, me too
...n working fine up to now.
The change notes include this: "Fixed WEBrick server to use
ABSOLUTE_RAILS_ROOT instead of working_directory". Could that have
something to do with the problem?
Thanks!
Tom
------------------------------------------------------------------------
--
Tom Donovan Hawthorn School District 73
Mgr. of Tech. Systems, Webmaster Vernon Hills, IL
------------------------------------------------------------------------
--
2005 Jan 06
1
Dovecot Crashing after MySQL Auth
...ke: PID
11589
dovecot-auth: Jan 06 12:21:17 Info: Login process 10 connected
dovecot-auth: Jan 06 12:21:17 Info: Login process 10 sent handshake: PID
11590
dovecot-auth: Jan 06 12:21:32 Info: MySQL: Performing query: SELECT
substring(password_hash, 6) AS password FROM popbox WHERE local_part =
'donovan' AND domain_name = 'somedomain.com'
dovecot: Jan 06 12:21:32 Error: login: Authentication process 11585
doesn't exist
imap-login: Jan 06 12:21:32 Info: Internal login failure:
donovan at somedomain.com [127.0.0.1]
dovecot: Jan 06 12:21:32 Error: child 11585 (auth) killed with signal...
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
2005 Mar 06
3
Accessing login name from login_generator
...39;'user''] %>
But this is what I get:
<User:0x14c0368>
rather than the name the user entered at the login screen. What am I
missing? How can I access the entered user name?
Thanks!
Tom
------------------------------------------------------------------------
----
Tom Donovan Hawthorn School District 73
Mgr. of Tech. Systems, Webmaster Vernon Hills, IL
------------------------------------------------------------------------
----
2001 Oct 12
1
Confused by modules
...st/tlibs folder. I can get them by doing 'rsync -acvzP -e ssh
root@camlinux01:/rsynctest/tlibs .' , but that means I have to know the
specific directory. How do I say that I want the [tlibs] module without
knowing the path?
My apologies if I've missed anything obvious.
Thanks,
Paul Donovan
Senior Programmer
SCEE Cambridge
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 o...
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...
2002 Apr 24
1
[rproxy-devel] rdiff deltas not very good compared to pysync, why?
...e 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 itself.
Needless to say I'm delighted that people find it useful.
I'd like it if Shirish and/or Donovan (or somebody else) could join
in managing the package. I think it might be good to set up a
small web site for librsync, as it seems at the moment there's more
interest in librsync as distinct from rproxy. Even more important
is to test and (if appropriate) merge the patches that have been...
2008 Sep 10
3
Centos 4.7 delay more than mirror issue?
Hi folks,
Normally people ask "when is CentOS 4.7 coming" and they are told "when it is ready". Dag posted on his blog about it going to testing in July while it
was supposed to be syncing to the mirrors on Sept 5/6th according to
Karanbir.
Is there something going on behind the scenes? I have not seen Johnny Hughes
or even Dag posting on this list for some time. CentOS
2004 Mar 10
1
MD4 checksum_seed
...y
defeated. To defeat the k-bit truncated MD4 checksum2, just keep
generate random blocks having the same checksum1 until you find two with
the same checksum2; by the birthday paradox it will take about 2^(k/2)
attempts, where usually k=16 or k=24 with J.W. Schultz's code.
Another note is that Donovan Baarda's formula for the probability of
retransmission (and thus J.W. Schultz's code) assumes that the hashes
are random. This is a reasonable assumption for the truncated MD4
checksum2 when checksum_seed is random, but it's a pretty rotten
assumption for the Fletcher checksum1. For the...
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 proba...
2011 Sep 14
2
Slaves under Squeeze
...presume the problem on the slave is a consequence of what's happening
on the server... though I'm not entirely sure.
Can anyone shed any light on this?
Details of my setup, including /etc/hosts.allow/deny files, netstat
results and a few things I've already tried, follow.
Thanks
Rob Donovan
I installed nut with apt-get install, and I'm running version
2.4.3-1.1squeeze1
The server machine, mac1, has IP address 192.168.1.102
The slave machine, mac2, has IP address 192.168.1.104
On the server :
nut.conf:
MODE=netserver
upsd.conf:
LISTEN 127.0.0.1
LISTEN 192.168.1.104
upsd.use...
2008 May 21
7
Debugging the hypervisor
I am trying to debug the Xen hypervisor from a second computer over the
serial port, but nothing seems to work. Using mercurial, I got
xen-3.2-testing.hg. I followed the steps in crashdb.txt in the docs/misc/
folder:
set debug=y in Config.mk, crash_debug=y in xen/Rules.mk
I also added -fno-omit-frame-pointer to these file as well.
I compiled with no errors and booted with minicom connected to
2003 May 10
3
benchmarking rsync's -z compression utility
Hi,
Is there a way in which rsync's -z compression (zlib) utility can be
benchmarked?
I'm trying to compare the compression ratio between rsync and external
compression tools like gzip and bzip2.
Are there any advantages to using rsync's internal compression mechanism
specified with the -z option compared to solely applying external
compression i.e. bzip2 to the files and invoking
2006 Jun 01
3
Random number generation
...sion (actually it was a
student running bootstraps on multiple machines that has noticed this).
I am running R2.3 for windows on winXP pro, AMD Athlon 2400+.
Thanks in advance and be gentle.
C
<...retreats and waits for imminent admonishment...>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Carl Donovan
Research Fellow in Statistical Computing
Ph +44 1334 461802
The Observatory
Buchanan Gardens
University of St Andrews
St Andrews
Fife
KY16 9LZ
Scotland
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello,
I am trying to build a regex to extract vowels and consonants from a
string. So far, I am able to extract the basic a-e-i-o-u sequence
using the following extension to the String class:
class String
def vowels
scan(/[aeiou]/i)
end
def consonants
scan(/[^aeiou]/i)
end
end
examples:
>> "Mary had a little lamb".vowels
=> aaaiea
>> "Mary had a