On Sat, 5 May 2001, Daniel Eischen wrote:
> On Sat, 5 May 2001, Andrew Gallatin wrote:
> >
> > Daniel Eischen writes:
> > >
> > > OK, thanks. Here's my guess at what should be changed for the Linux
> > > emulator. If this looks correct, I'll commit it.
> > >
> > > Hmm, I wonder how linu
In message <[EMAIL PROTECTED]> Kris Kennaway writes:
: Check the archives, this is a FAQ with probably the usual answer.
Hint: the answer is in UPDATING.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi All,
I have an interesting problem in current. My DVD drive is not
detected using any kernel unless I enter the visual kernel config program.
It is very weird as I must open each section in the config, I don't have
to do anything but as long as each section has been opened, exiting the
ww.freebsd.org/search/search-mid.html
Or, follow this link, since I looked it up:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=192223+0+/usr/local/www/db/text/2001/freebsd-current/20010506.freebsd-current
Later..
To Unsubscribe: send mail to [EMAIL PRO
On Mon, May 07, 2001 at 09:16:31AM +1000, Peter Jeremy wrote:
> Having built and installed -current from last Friday, I find that ssh*
> is now reporting "no RSA support in libssl and libcrypto. See ssl(8)"
> and will only talk SSH2. I couldn't find anything relevant in ssl(8).
>
> I haven't sp
OLDCARD or NEWCARD? If oldcard, are you using the identical
configuration as you are on 4.2? The same irq for the pcic device,
the same irq list in /etc/pccard.conf, the same memory ranges in
/etc/pccard.conf, etc.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd
On Sun, 6 May 2001, Szilveszter Adam wrote:
> On Sun, May 06, 2001 at 07:09:01AM -0700, Edwin L. Culp wrote:
> > For a couple of days now my make worlds on all my machines are stopping with
> > the following error. I haven't seen anything on the list about anyone else
> > having a problem.
> >
Possible.
On 7 May 2001, Dag-Erling Smorgrav wrote:
> Matthew Jacob <[EMAIL PROTECTED]> writes:
> > > pid 288 (nsrexecd), uid 0: exited on signal 11 (core dumped)
> > (oh, yeah, a 4.1 built executable is dying, charming)
>
> That may well be a bug in your app. Xscreensaver, for instance, is
>
Matthew Jacob <[EMAIL PROTECTED]> writes:
> > pid 288 (nsrexecd), uid 0: exited on signal 11 (core dumped)
> (oh, yeah, a 4.1 built executable is dying, charming)
That may well be a bug in your app. Xscreensaver, for instance, is
riddled with dangling-pointer and off-by-one bugs that rarely (if
"Akinori MUSHA" <[EMAIL PROTECTED]> writes:
> 1. Sshd fails to authenticate via PAM.
>
> May 5 19:18:07 archon sshd[803]: fatal: PAM setcred failed[6]: Permission denied
PAM fuckup, not OpenSSH's fault. You'll get the same error trying to
su from root to a non-root user.
> 3. Somehow the defa
My dev box seems to be a bit sick and has been for a day or two.
If anything disk intensive is taking place, and it seems to be particularly
when gzipping/unzipping files, say when building mozilla during the extract
step, things start to crawl and I'm seeing hundreds (500-1200) of
interrupts a s
>From: "John McGarrigle" <[EMAIL PROTECTED]>
>Date: Mon, 7 May 2001 00:34:52 +0100
>I don't use CVS much (if at all) and I was wondering if anyone could give me
>a sample command that would update /usr/ports to the -stable branch.. I'd
>like a command that I can put in a cron and let it get on wi
Hey,
I don't use CVS much (if at all) and I was wondering if anyone could give me
a sample command that would update /usr/ports to the -stable branch.. I'd
like a command that I can put in a cron and let it get on with it every
day.. or maybe add it to the weekly run or something...
Anyway... I
Having built and installed -current from last Friday, I find that ssh*
is now reporting "no RSA support in libssl and libcrypto. See ssl(8)"
and will only talk SSH2. I couldn't find anything relevant in ssl(8).
I haven't specified "WITH_RSA=NO" anywhere and checking through the
build logs, ther
On Sun, 6 May 2001, Sheldon Hearn wrote:
> On Sun, 06 May 2001 04:47:24 MST, Kris Kennaway wrote:
>
> > What resource limits have you set?
>
> While that's a reasonable question when you're in a support role, I'd
> certainly like to hear whether "FreeBSD freezes on memory exhaustion" is
> someth
Yesterday I cvsup'et my Thinkpad 600E to current and during bootup it
locks up. It's totally dead - flipping the powerswitch on the laptop is
not enough - I need to remove the battery.
The problem seems to be PCMCIA related. If I remove the PCMCIA cards it
boot and runs for some time, then locks
On Sun, 06 May 2001 04:47:24 MST, Kris Kennaway wrote:
> What resource limits have you set?
While that's a reasonable question when you're in a support role, I'd
certainly like to hear whether "FreeBSD freezes on memory exhaustion" is
something people "should just live with" or whether it's sy
It seems that the world cvsup'ed several hours ago is broken in tcpdump. Please fix.
-Maxim
cc -pipe -O -mpreferred-stack-boundary=2 -march=k6 -I/usr/src/usr.sbin/tcpdump/t
cpdump -I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/lbl -DHAVE_C
ONFIG_H -I/shares/UF/obj/usr/src/i386/us
On Sun, 6 May 2001, Kris Kennaway wrote:
> On Sat, May 05, 2001 at 02:37:07PM -0700, Dennis Glatting wrote:
> >
> > I wrote a trivial program to fill vm and found I can reliably freeze my
> > system. It may not work on the first attempt, but certainly within three.
> > My command line is:
> >
>
On Sun, May 06, 2001 at 11:19:53 +0200, J Wunsch wrote:
> [F'up changed to freebsd-scsi]
>
> "Kenneth D. Merry" <[EMAIL PROTECTED]> wrote:
>
> > This should be fixed as of rev 1.22 of scsi_all.c. There was an errant
> > search and replace that caused the 'start' bit in the start/stop unit to
>
* Seigo Tanimura <[EMAIL PROTECTED]> [010506 04:40] wrote:
> As conversion of select(2) from msleep(9) to a condition variable is
> in the SMPng TODO list, I have done that task.
>
> Also, we do not have to lock a process in order to evaluate the result
> of {sel,poll}scan() and the remaining tim
I just updated a box to a recent -CURRENT (first Thursday, then today),
and have been having the following problem for its serial console login:
FreeBSD/i386 (dev.TrustedBSD.org) (ttyd0)
gin: MK²aB"ÙÉÕÍÑ MzÉëËKaþ
FreeBSD/i386 (dev.TrustedBSD.org) (ttyd0)
gin: MJ²aB"ÙÉÕÍÑ MzÉëËKa
On Sun, May 06, 2001 at 07:09:01AM -0700, Edwin L. Culp wrote:
> For a couple of days now my make worlds on all my machines are stopping with
> the following error. I haven't seen anything on the list about anyone else
> having a problem.
>
> syntax error at lib/SelfLoader.pm line 69, at EOF
> C
For a couple of days now my make worlds on all my machines are stopping with
the following error. I haven't seen anything on the list about anyone else
having a problem.
syntax error at lib/SelfLoader.pm line 69, at EOF
Compilation failed in require at /usr/libdata/perl/BSDPAN/BSDPAN/Override.pm
If the following isn't an appropriate subject for discussion on this
particular mailing list, please move ensuing discussion to one that is more
appropriate (possibly -hackers or -hardware).
We are a simply a few guys who at more or less the same time got tired of
not having 3D-support for our
On Sat, May 05, 2001 at 02:37:07PM -0700, Dennis Glatting wrote:
>
> I wrote a trivial program to fill vm and found I can reliably freeze my
> system. It may not work on the first attempt, but certainly within three.
> My command line is:
>
> a.out&;a.out&;a.out&;a.out&;a.out&
>
> The goa
As conversion of select(2) from msleep(9) to a condition variable is
in the SMPng TODO list, I have done that task.
Also, we do not have to lock a process in order to evaluate the result
of {sel,poll}scan() and the remaining time of {select,poll}(2). It
should be enough to do those pieces of work
[F'up changed to freebsd-scsi]
"Kenneth D. Merry" <[EMAIL PROTECTED]> wrote:
> This should be fixed as of rev 1.22 of scsi_all.c. There was an errant
> search and replace that caused the 'start' bit in the start/stop unit to
> always be set to 0 (stop). So automatic spinups wouldn't work, and
28 matches
Mail list logo