Displaying 20 results from an estimated 4000 matches similar to: "[Bug 246] New: md5_crypt conflict fails"
2002 Jul 18
1
[Bug 246] md5_crypt conflict fails
http://bugzilla.mindrot.org/show_bug.cgi?id=246
------- Additional Comments From stevesk at pobox.com 2002-07-18 15:42 -------
tim, should this be closed INVALID?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 17
0
[Bug 246] md5_crypt conflict fails
http://bugzilla.mindrot.org/show_bug.cgi?id=246
------- Additional Comments From tim at multitalents.net 2002-05-18 03:12 -------
Perhaps you are getting confused by the "MD5 password support: no" line.
configure is reporting that in error as pointed out by
Kagan Kongar <kongar at tsrsb.org.tr>
Try removing line 2026 (MD5_MSG="no") of configure.ac and run autoconf.
2001 Jun 07
0
Patch for systems with no setreuid()
Sorry if I'm duplicating an existing patch, but...
On systems with no seteuid() that have setreuid() there is an
emulation, but if both are lacking (but we do have setresuid()),
nothing is done. The following seems to be right, but I've only got
one machine (running an ancient version of HP-UX) which needs this so
it may not be general:
--cut-here--
--- config.h.in.orig Thu Jun 7
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
Hi,
There was another message about this from Darren Evans. I am hoping that
the logs from below might shed additional light on this problem (kernel
version 2.2.14). I'm running Redhat 6.2, openssh-2.1.1p2.tar.gz,
openssl-0.9.5a.tar.gz.
I haven't tried to recompile with /usr/src/linux pointing to 2.2.12 per
Darren's solution - that's my next thing to do, or perhaps compile
2003 Mar 28
1
winbind with ADS error
RedHat AS 2.1 kernel 2.4.9-e.16 with kbr5-1.2.7
I've been playing with ADS features of samba-3.0alpha21 and am having
problems getting winbind to work.
I can join the domain:
[root@asecl etc]# net ads join
Joined 'ASECL' to realm 'ASE-LRC-AD.AE.UTEXAS.EDU'
After joining the domain, I can use the other 'net ads' options of user,
group, status and info.
2001 May 22
1
[PATCH]: configure.in: Missing check for setvbuf
Hi,
in configure.in the patch for `setvbuf' is missing while in
sftp-int.c the HAVE_SETVBUF define is used:
Index: configure.in
===================================================================
RCS file: /cvs/openssh_cvs/configure.in,v
retrieving revision 1.286
diff -u -p -r1.286 configure.in
--- configure.in 2001/05/17 03:32:51 1.286
+++ configure.in 2001/05/22 11:59:54
@@ -460,7 +460,7
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
Hmph. I wish I had checked the list before I wasted a half-day on this.
Yes, the problem exists under AIX (mine's 4.3.1). Here's the patch I
came up with, which may be a little more straightforward than the
original. I confirmed that it works under Solaris 2.[67] too.
Don't forget to run autoconf.
--- bsd-login.c.orig Sat Dec 25 18:21:48 1999
+++ bsd-login.c Thu Apr 20 18:26:41
2013 Jan 12
0
grub issues on reinstall. [resolved-ish]
>> running find /grub/grub.conf from the grub shell when the machine
>> tries to boot returns (hd0,0)
>> and /dev/sdi1 is where /boot mounts.
>>
> That's *very* odd. You don't have an HBA or something else - flash key?
> anything? What's on this system that it sees stuff that high?
>
> Directly related: look at your BIOS, and see what drives it sees,
2001 Sep 29
0
configure.in fixes for 2.9.9p2
configure.in patches for 2.9.9p2:
1. Allow --with-pcre to take a path specifying the root of the
PCRE install (ROOT/include, ROOT/lib)
2. Ditto for --with-zlib
3. $no_libnsl and $no_libsocket can be determined programmatically
4. Check for innetgr, getspnam, and util in the default $LIBS before
checking in -lrpc, -lgen, and -lutil, respectively
5. dirname() is in -lgen on some
2003 Oct 26
1
FLAME
Yesterday I ported FLAME to OS X
(http://www.cs.utexas.edu/users/flame/index.html).
FLAME is a system to automatically (currently semi-automatically)
generate
efficient and correct linear algebra routines in C or MATLAB or MPI
from descriptions
of the algorithms. It uses code that relies heavily on partitioning of
matrices,
and avoids indices as much as possible. There are a number of
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
Hi All.
There are still build errors for scp on AIX 4.2.1 due to lack of
nanosleep (which you can see them live and in colour at [1]). The
attached patch fixes this by using the equivalent nsleep function on AIX
if it exists and nanosleep doesn't.
The patch is mostly the same as the AIX portion of the previous patch
for the nanosleep issue, the major difference being that the #define is
in
2006 Aug 29
1
Repost: System crash on loading gdm revisited
Hello -
I never heard back on this and continue to experience this bug.
Can someone help me to locate the patch for this so that I can
be sure it's included in my source?
It's not happening on every boot, but about every other or third.
And just as described in the bug report (the boot works OK, but
at the end rather than GDM starting nicely, I get a "fuzzy" screen
and the
2000 Sep 26
0
./configure stops: openssl prob
Hello everyone,
meantime I reached in the following line-worm to get openssh-2.2.0p1
compiled with pam.
CFLAGS="-I/usr/local/ssl/include" LDFLAGS="-static -L/lib/security
-L/lib -L/usr/local/ssl/lib -L/lib" ./configure --prefix=/usr/local/
--bindir=/bin/ --sbindir=/sbin/ --sysconfdir=/etc/ssh/
--with-ssl-dir=/usr/local/ssl --with-xauth=/usr/X11R6/bin/xauth
2004 Nov 26
2
Help with broadvoice outbound plz... ;)
*sigh*
Ok, I have fought and fought with this. I have read all the FAQ's, I have
scanned the list archives. I can receive calls on * from my Broadvoice
acct, but I cannot place calls...
I have the 'World Unlimited' plan, and like 5 area codes that are local to
me in Dallas.
Can anyone help me?
here are my config files...
- sip.conf -
[general]
context=default ;
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
Hi All.
The recent changes to scp caused build failures on Solaris and AIX 4.2
which showed up on the tinderbox[1]. I mentioned the first to djm in
email yesterday but I'm posting after finding the second, in case anyone
else has seen similar problems.
Solaris' nanosleep is in librt (or libposix4 in older versions) which
is not linked. Adding them to configure works fine, however ldd
2005 Jan 15
0
New mirror at the University of Texas
Thanks to Nick Silkey, the Shorewall site is now fully mirrored at the
University of Texas.
HTTP download:
http://slovak.ece.utexas.edu/mirrors/shorewall/
FTP download:
ftp://slovak.ece.utexas.edu/shorewall/
HTTP mirror: http://utexas.shorewall.net/
Thanks, Nick!
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA
2002 Dec 20
0
new optimized BLAS
Dear R-help,
Here's a posting to the most recent NA-digest:
From: Robert van de Geijn <rvdg at cs.utexas.edu>
Date: Fri, 13 Dec 2002 11:15:23 -0600
Subject: Fast BLAS Libraries for Current Architectures
Recent research by Kazushige Goto, Visiting Scientist at UT-Austin,
has resulted in high-performance BLAS libraries for the Intel (R)
Pentium (R) III and 4 processors, the
1997 Feb 03
1
Linux rcp bug
[Mod: This is a misconfiguration of a site. nobody''s uid should not be -1 -- alex]
When playing around with rcp on Linux, we found something interesting,
that we haven''t seen mentioned on bugtraq before:
SUMMARY: Root privileges can be obtained by user nobody with uid 65535 by
exploiting a problem with /usr/bin/rcp. Many applications are running as
''nobody'',
2008 Sep 29
1
Testing this significance of a factor in a mixed-model "ANCOVA"
R-users -
I must preface this question by saying that I'm a relative newbie to
both R and mixed-modeling.
I'm using lme fit an ANCOVA-like model. My data consist of bone
length measurements for a developmental series of two capuchin monkey
species. I'm interested in whether the rate of bone length scaling
to body mass (i.e., growth) differs between species.
My call to lme
1997 Aug 20
0
Max Mux.
Could anyone tell me what max mux is, and where to change it on a pc??
Thanks, please respond directly as I am not on the list.
-------------------------------------
Michael A. Ballbach: N0ZTQ, yeh-zehn.
ballbach@lorien.ml.org <--- PGP Key Here. (finger)
mikeb@vr1.com
http://ballbach.lorien.ml.org/
"I don't know how world war three will be fought, but world war four will