Displaying 20 results from an estimated 24 matches for "neill".
Did you mean:
neil
2001 Jan 15
2
BAD PASSWORD: it is based on a dictionary word
A non-root user is trying to change their password but cannot because of the
message:
BAD PASSWORD: it is based on a dictionary word
They swear its not true. Anyways, I was just curious where (if anywhere)
the config file lies for this functionality. Do you know? -mike
2009 Apr 24
4
uninitialized constant Facter::IPAddress (NameError)
...r.rb:30:in `load_all''
from /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:90:in
`load_all''
from /usr/lib/ruby/site_ruby/1.8/facter.rb:91:in `to_hash''
from /usr/bin/facter:125
My facter version is 1.5.4.
--
Michael Conigliaro
Computer Analyst
Fuss & O''Neill Technologies
www.fandotech.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send...
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All,
I have just joined rails-spinoffs mailing lists and I would like to
introduce myself. My name is Casey and I am a professional Web and
J2EE developer currently working out of New York. I am very
interested in contributing to the Scriptaculous javascript library.
For the past few months I have been using certain functions in the
library and I have to say that it has taken my
2015 Jan 16
2
[LLVMdev] [3.6 Release] no git branches?
Hi,
I don't see the release_36 branch in http://llvm.org/git/llvm.git or in the
github mirror https://github.com/llvm-mirror/llvm/branches
Is this a mistake, something still to be done, or is it a change from
previous releases?
--
Quentin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 25
2
asterisk & chan_sccp
ive got asterisk running with chan_sccp and three cisco phones (2 7910's and 1
7960). lots of bugs. when i press the speed dial button on either 7910,
asterisk dies. also, if i dial from the 7910 to 7910, everything works fine.
i can dial from or to the 7960 once, and then one of the 10's and the 60 die
and try to reregister.
if i take the 7960 out of the mix and remove its
2010 Jun 24
2
Why not pulseaudio?
Pulseaudio works great in wine using the modified wine from the Neill Aldur ppa. Tried everything else (padsp, pasuspender, blah) and nothing would work reliably. Some crashes when another application outputs sound, sometimes the sound does not work at all, sometimes it is awfully slow or with latency varying while recording, leading to unpredictable offsets in recor...
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
...t.stopObserving(this, "mouseover", this.mouseOver_Listener);
________________________________
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Casey
O''Neill
Sent: Friday, March 03, 2006 6:09 PM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails-spinoffs] Question about event listener highlighting
withchild elements
I have created a JavaScript object which is initialized for some input
fields, fieldsets, and divs on...
2006 Jun 25
5
FW: Asterisk Quintum A800 SIP Mode
Hello,
I got Quintum A800 with the P5-2-1 firmware. I configure my asterisk trunk
as followed:
[SIP_BD1]
type=peer
qualify=yes
host=192.168.0.254
disallow=all
context=from-pstn
allow=h723
and inside the quantum I change the config sip useragent to 5060. Up to this
part if I run sip show peers, I got:
asterisk1*CLI> sip show peers
Name/username????????????? Host??????????? Dyn Nat ACL
2005 May 12
4
shorewall startup speed - an idea
...)I don''t think that there is any security risk here, because the only
test is comparing 2 filemtime(s).
I hope this suggestion is a useful one. Thank you very much for your
work - it''s much appreciated!
Best wishes
Richard
--
rn214@hermes.cam.ac.uk ** http://www.richardneill.org
Richard Neill, Trinity College, Cambridge, CB21TQ, U.K.
2009 Jan 20
0
arima.sim help
...)), n=1000,
n.start=200, start.innov=rt(200,1),
rand.gen=error.model )
data
error.model=function(n){rt(n,1)}
data<-arima.sim(model=list(ar=c(0.1)), n=1000,
n.start=200, start.innov=rt(200,1),
rand.gen=error.model )
data
My question is: am I actually accomplishing my goal???
Thank you,
Neill
2000 Dec 08
0
Ogg Vorbis (fwd)
encoder for the mac now available.
jack.
---------- Forwarded message ----------
Date: Thu, 7 Dec 2000 23:54:57 -0600
From: Mathew Caughron <mat@proteron.com>
To: Jack Moffitt <jack@icecast.org>
Cc: Sam Caughron <scaughron@home.com>, Neill Mollard <nmollard@mac.com>
Subject: Ogg Vorbis
Jack:
Saw your posting below on the pho list.
Proteron now has a nicely working Ogg audio encoder with a high-quality
interface on the Mac in N2MP3 Pro.
Please spread the word among vorbis folks that we're looking for beta
testers.
Wor...
2000 Dec 08
0
Ogg Vorbis (fwd)
encoder for the mac now available.
jack.
---------- Forwarded message ----------
Date: Thu, 7 Dec 2000 23:54:57 -0600
From: Mathew Caughron <mat@proteron.com>
To: Jack Moffitt <jack@icecast.org>
Cc: Sam Caughron <scaughron@home.com>, Neill Mollard <nmollard@mac.com>
Subject: Ogg Vorbis
Jack:
Saw your posting below on the pho list.
Proteron now has a nicely working Ogg audio encoder with a high-quality
interface on the Mac in N2MP3 Pro.
Please spread the word among vorbis folks that we're looking for beta
testers.
Wor...
2006 Feb 26
1
IE Problem with document.getElementsByTag
Does anyone know if IE has a limit to how many object
document.getElementsByTag can return? The main problem is that
getElementsByClassName is not working on my page with IE but it works with
Firefox. I''ve traced it back to the document.body.getElementsByTag(''*'')
command. While inspecting the length Firefox returns 465. In IE the length
alert returns [object]. When I
2014 Jan 08
0
Statistical and Risk Consultant
...clients solve complex issues, and want to
be a part of an organization that is committed to your growth and
development, please send a resume and cover letter to
careers at epixanalytics.com.
The finally selected applicant(s) will be required to pass a background
check.
Best regards,
Barbara O?Neill
Office Manager
EpiX Analytics
Phone: +1 303 440 8524? |?? Fax: +1 303 440 0320
1643 Spruce Street, Boulder, CO, 80302, USA
www.EpiXAnalytics.com? |? boneill at epixanalytics.com
?
?
2012 Aug 08
3
[Bug 2031] New: ssh config parser ignores host-specific overrides after wildcard.
...Bug ID: 2031
Assignee: unassigned-bugs at mindrot.org
Summary: ssh config parser ignores host-specific overrides
after wildcard.
Severity: minor
Classification: Unclassified
OS: Linux
Reporter: openssh at richardneill.org
Hardware: amd64
Status: NEW
Version: 5.9p1
Component: ssh
Product: Portable OpenSSH
My (simplified) .ssh/config file contains:
------
Host *
[Default opts]
ForwardX11 yes
Host galaxy
User root
ForwardX11 no
------
If I then...
2011 Jun 27
4
[Bug 1916] New: Wish: support multiple alternative hostnames for a given host alias (useful with NAT)
...Product: Portable OpenSSH
Version: 5.8p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: openssh at richardneill.org
Many servers have different IP addresses, and different canonical DNS
entries, depending on which side of the (NAT) firewall you are
connecting from. It would be nice to have a single Host entry in the
ssh/config file that would cope with multiple hostname alternatives,
and try first one, the...
2023 Jun 12
3
[Bug 3578] New: RFE: forward error correction
...Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: openssh at richardneill.org
Rationale:
Sometimes, the underlying link has flaky hardware, and yet plenty of
speed and bandwidth.
For example, Wi-Fi, with sporadic bursts of radio-interference, or a
failing network switch which drops 25% of packets, or resets every 10
seconds (being out for 5 seconds), even when the ne...
2005 Jan 23
15
Idea: permit /etc/shorewall/masq to contain zones, as well as interfaces
Dear All,
Firstly, thank you very much - shorewall is great. I''m not a member of
this list, and please forgive me if I am suggesting something stupid, but
the following occurs to me, and I thought it might be useful.
Why no make it possible to specify zones as well as interfaces in the
/etc/shorewall/masq file ?
Eg: instead of:
eth0 eth1
one might write:
net loc (or masq in
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support
of PNG images?
http://www.alistapart.com/articles/pngopacity/
It seems to me that a class could be developed which would zip through the
DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images.
I don''t want to write one if it''s been done before.
Sam
2013 Jan 02
1
sysctl -p at startup?
I understand that the contents of /etc/sysctl.conf should be read and executed at system startup. However that never happens and I have to run sysctl -p after every reboot to get the settings I want.
This is happening on every CentOS machine and VM I have. I can see in the startup scripts that "sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1"
is run at start up by the