search for: darrens

Displaying 20 results from an estimated 3283 matches for "darrens".

Did you mean: darren
2003 Dec 30
7
Programming an unlocked ADSI phone?
What kind of channelbank/FXS port are you connecting to? I've seen problems connecting to some of the older versions of the Adtran Total Access 750's. I wouldn't doubt there would be problems on other channelbanks with older firmwares. Of course, no firmware on CAC AB1's I have the AAstra 480, Adtran 750 Channelbank (updated firmware), T100P card, and it worked fine on the
2002 Apr 12
1
NT MD4 password check failed
Hello All, Well, I've admitted defeat. I've installed Samba 2.2.3a on a Solaris 7 machine and am trying to connect to it from a Win2K SP2 PC. I am using encrypted passwords. The same user (darren) exists on the pc (called 'plm') and the samba server ('sparky2'). The password for this user is the same on the PC, and the /etc/shadow and /apps/samba/private/smbpasswd
2015 Jan 22
2
** Newbie - HELP **
Thanks for the reply. The idea of using a VHD(X) was to enable use to use disk imaging tools such as ghost, wds etc to deploy images of this type of system to over 500 machines. We have not found an imaging solutions that can image and deploy via multicast a system set up in the standard way you describe. Regards Darren Williams -----Original Message----- From: centos-bounces at centos.org
2010 Jun 11
9
Are recursive snapshot destroy and rename atomic too?
In another thread recursive snapshot creation was found atomic so that it is done quickly, and more important, all at once or nothing at all. Do you know if recursive destroying and renaming of snapshots are atomic too? Regards Henrik Heino
2003 Nov 22
6
zlib missing when installing openssh-3.7.1p2
"Pacelli, Louis M, ALABS" wrote: > > Hi, > I apologize for sending in this problem via email, but I had trouble using bugzilla. Please use openssh-unix-dev at mindrot.org for problems with OpenSSH Portable (ie anything that's not OpenBSD). > I'm trying to install openssh-3.7.1p2 > When I run the configure step, I get the following message: > >
2007 Jan 24
3
Capturing output from external executables, in windows
Hi, Any help on the following would be much appreciated I wish to capture the output (currently going to console) from an external executable. The executable is successfully run using system("program -switch ") and the output printed to the DOS console. How do I capture this output? I have tried redirecting the output to a text file, and then reading this in
2004 Feb 29
5
mbuf vulnerability
In http://docs.freebsd.org/cgi/mid.cgi?200402260743.IAA18903 it seems RELENG_4 is vulnerable. Is there any work around to a system that has to have ports open ? Version: 1 2/18/2004@03:47:29 GMT >Initial report > <<https://ialert.idefense.com/KODetails.jhtml?irId=207650>https://ialert.idefense.com/KODetails.jhtml?irId=207650; >ID#207650: >FreeBSD Memory Buffer
2007 Jan 18
4
Problem with encoding - characters such as öäü
Hi I''m trying to use german characters on a ruby on rails application, but for get ? on dropwdown menus. The database, tables and fields are encoded utf8_general_ci. I have this in my application controller: class ApplicationController < ActionController::Base before_filter :set_charset before_filter :configure_charsets def set_charset @headers["Content-Type"] =
2009 Mar 06
20
[Bug 1567] New: Insufficient privileges to chroot() on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1567 Summary: Insufficient privileges to chroot() on AIX Product: Portable OpenSSH Version: 5.2p1 Platform: PPC OS/Version: AIX Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: bana
2005 Sep 09
9
adding DNIS digits
Situation: 8 POTS lines, 3 companies, 1 system. Channel banking the POTS lines onto a T1 thru an ADIT 600. The only way our carrier will provide DNIS is thru Analog DID #'s. Anyone know of a piece of hardware that can add DNIS digits to a particular line? -Darren
2003 Nov 25
2
zlib/openssl/openssh for Solaris
Darren, I went to install zlib/openssl and openssh on one of my Sun Servers(Solaris 2.7) and they would not install. Is there a website where I can get Sun versions of these products? Thanks, Lou -----Original Message----- From: Darren Tucker [mailto:dtucker at zip.com.au] Sent: Saturday, November 22, 2003 9:35 PM To: Pacelli, Louis M, ALABS Cc: OpenSSH Devel List Subject: Re: zlib missing when
2004 Apr 15
2
TE405P + Adit 600 and FXO module - should this work?
Folks, I'm experimenting with bringing multiple (8) analog lines from our local telco into a Carrier Access ADIT 600 channel bank with an FXO module, then having this talk to Asterisk via the T1 TDM controller on the ADIT and a TE405P card. I don't know if this will work well (ie: give me decent echo cancellation, call disconnect supervision, caller ID etc) but I haven't had much
2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote: > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote: > > ld: Unsatisfied symbol "xstrdup" in file > > openbsd-compat//libopenbsd-compat.a[bsd-misc.o] > > How about removing the dependency on xmalloc? eg (untested): Shoulda tested it. Now one that will compile: diff --git
2017 Feb 16
2
Issue with ssh-keygen
On Fri, Feb 17, 2017 at 09:28:52AM +1100, Darren Tucker wrote: [...] > so yeah, ssh-keygen should have probably errored out "unsupported key type". diff --git a/sshkey.c b/sshkey.c index 4768790..f45e239 100644 --- a/sshkey.c +++ b/sshkey.c @@ -89,7 +89,9 @@ static const struct keytype keytypes[] = { { "ssh-ed25519-cert-v01 at openssh.com", "ED25519-CERT",
2010 Mar 26
12
[Bug 1744] New: libedit support shouldn't assume -lcurses
https://bugzilla.mindrot.org/show_bug.cgi?id=1744 Summary: libedit support shouldn't assume -lcurses Product: Portable OpenSSH Version: -current Platform: Other OS/Version: Other Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org
2008 Oct 14
2
Decoding multiple encoded frames
Keith Kyzivat wrote: > Caveat: Take what I'm saying with a grain of salt -- I haven't actually > written any code that decodes speex frames myself, though I have written > code using Jean-Marc's Speexdsp lib. > > Comments below inline > > On Thu, Oct 9, 2008 at 9:28 AM, Darren Longhorn > <darren.longhorn at redembedded.com > <mailto:darren.longhorn at
2004 Jan 23
12
8 lines - best approach
I have 8 lines coming into an existing PBX system and am looking for a cost effective way to replace the existing system with Asterisk. We need some of the features in Asterisk, including its ability to support remote offices (long distance savings). At first glance this appears to require a T100P card and a channel bank, but that seems rather expensive. My estimated price on that would be
2015 Jan 21
3
** Newbie - HELP **
Hi ALL, Sorry for this if it is a stupid question, but: Is it possible to native boot centos from a VHD/VHDX file in a similar way to Windows 8.1? I am hoping to dual 'native' boot Windows 8.1 and CentOS; but then I want to Image the disk to deploy it to other classroom machines. Any help advice would be appreciated. I've had an unsuccessful play with easybcd's neogrub; and I
2009 Jul 01
8
[Bug 1618] New: Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618 Summary: Option to connect tty to a socket Product: Portable OpenSSH Version: 5.1p1 Platform: Other OS/Version: FreeBSD Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2003 Nov 18
2
run POP3S + IMAPS simultaneously?
a quick one: is it possible to run POP3S and IMAPS services through dovecot at the same time? would i just uncomment both "login = imap" and "login = pop3" in /etc/dovecot.conf? or can i only run one at a time? apologies if the answer is obvious, i'm just still trying to wrap my head around all of this. thanks, darren david