Re: ``make buildkernel'' fails when /usr/obj is empty

2018-06-03 Thread Matt Smith
On May 31 22:50, Konstantin Belousov wrote: On Thu, May 31, 2018 at 08:19:20PM +0200, Dimitry Andric wrote: On 31 May 2018, at 20:11, Warner Losh wrote: > > On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > On Thu, May 31, 2018 at 09

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-25 Thread Matt Smith
On Sep 25 01:00, Don Lewis wrote: On 25 Sep, Matt Smith wrote: On Sep 24 21:52, Kurt Jaeger wrote: Hi! > > Try dropping the attached patch in net/mediatomb/files. I submitted it > > in March, in PR198436: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-25 Thread Matt Smith
On Sep 25 09:18, Kurt Jaeger wrote: Hi! >> > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 This seems to create a run time dependency on GCC. Should it not just be a build time dependency which allows you to uninstall GCC afterwards? Maybe, I have not looked into that. Can you

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-24 Thread Matt Smith
On Sep 24 21:52, Kurt Jaeger wrote: Hi! > > Try dropping the attached patch in net/mediatomb/files. I submitted it > > in March, in PR198436: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 > > Eh, now with an actual patch. :) Thanks, helps to build it. Still fails on 9.3a, b

Re: Fix for 5.2-BETA lockup problems

2003-11-28 Thread Matt Smith
Andre Oppermann wrote: Hello all, I've found what probably is going wrong in tcp_hostcache. The problem is me cutting corners (what goes around comes around...) in tcp_hc_insert when the bucket limit is reached. I made the #if 0 too big and the bucket was not removed from the tailqueue when we h

Re: NFS lockup issues & xl0 timeouts

2003-11-25 Thread Matt Smith
Update on xl0 issues and NFS issues: I unfortunatly left my realtek network card in work so I'll do this tomorrow night instead of tonight. But I've now installed the absolute latest world/kernel on both server and client again to see if the hang has gone. I have noticed the NFS transfer hangs

Re: NFS lockup issues and xl0 watchdog timeout

2003-11-24 Thread Matt Smith
I've had a possible idea regarding the NFS issues. I'm wondering if perhaps my NFS issues are related to the other email thread I have going which is the xl0: watchdog timeouts etc. I had not noticed this until last week because it's not often I copy large files from one machine to another but

Re: xl0: watchdog timeout

2003-11-24 Thread Matt Smith
Matt Smith wrote: Matt Smith wrote: Jimmy Selgen wrote: On Fri, 2003-11-21 at 21:29, Kris Kennaway wrote: On Fri, Nov 21, 2003 at 09:22:49PM +0100, Jimmy Selgen wrote: I saw this with some of sam's locking changes that (temporarily) broke DUMMYNET. I see you're using ipfilter - it&

Re: 5.2-BETA lockup

2003-11-24 Thread Matt Smith
Robert Watson wrote: Any chance you could hook up a serial console, set BREAK_TO_DEBUGGER in kernel options, and see if a serial break drops you to DDB over serial? Under some circumstances a serial break can be more effective getting into the debugger than a console break. Robert N M Watson

5.2-BETA lockup

2003-11-23 Thread Matt Smith
Hi, Since updating two of my machines to the latest HEAD I am experiencing a total lockup on one of them. After being booted for approx 3 minutes the machine stops responding completely. It doesn't panic or drop into DDB. The numlock key doesn't toggle the keyboard light, and I can't drop it

What's changed relating to localhost then?

2003-11-22 Thread Matt Smith
I've just updated to 5.2-BETA today and have noticed that my spamd is now rejecting all connections from spamc because they are not coming from 127.0.0.1 any more. It's now using my public IP address of 82.x.x.x: Nov 22 14:38:30 womble spamd[657]: unauthorized connection from 82-32-25-111.cable

Re: xl0: watchdog timeout

2003-11-22 Thread Matt Smith
Matt Smith wrote: Jimmy Selgen wrote: On Fri, 2003-11-21 at 21:29, Kris Kennaway wrote: On Fri, Nov 21, 2003 at 09:22:49PM +0100, Jimmy Selgen wrote: I saw this with some of sam's locking changes that (temporarily) broke DUMMYNET. I see you're using ipfilter - it's pos

Re: xl0: watchdog timeout

2003-11-21 Thread Matt Smith
Jimmy Selgen wrote: On Fri, 2003-11-21 at 21:29, Kris Kennaway wrote: On Fri, Nov 21, 2003 at 09:22:49PM +0100, Jimmy Selgen wrote: I saw this with some of sam's locking changes that (temporarily) broke DUMMYNET. I see you're using ipfilter - it's possible that this configuration has not been wel

Re: HEADS-UP new statfs structure

2003-11-14 Thread Matt Smith
Bruce Cran wrote: On Fri, Nov 14, 2003 at 08:33:06AM +, Matt Smith wrote: Marco Wertejuk wrote: Just for a short note: cfsd (ports/security/cfs) should be recompiled as well after those statfs changes. And mail/postfix and devel/gnomevfs2 (ones's i've found so far) postfix did

Re: HEADS-UP new statfs structure

2003-11-14 Thread Matt Smith
Marco Wertejuk wrote: Just for a short note: cfsd (ports/security/cfs) should be recompiled as well after those statfs changes. And mail/postfix and devel/gnomevfs2 (ones's i've found so far) postfix did this every time it received a mail until I recompiled it: pid 4049 (smtpd), uid 1003: exite

Re: Still getting NFS client locking up

2003-11-10 Thread Matt Smith
Robert Watson wrote: > I'm fairly baffled. I tried for many hours to reproduce the problem in two seperate sets of systems here, and completely failed. I left buildworlds, cvs updates, blah blah blah, running for 96 hours across pools of clients and servers and no hint of the problem. I also u

Re: Still getting NFS client locking up

2003-11-10 Thread Matt Smith
With a current build from november the 9th I am still getting exactly the same NFS lockups. I assume soren is as well. NFS has basically been pretty unusable now for over a month. As only a couple of people have complained about this from what I can see I assume it is something related to somet

Re: Still gettnig NFS client locking up

2003-10-31 Thread Matt Smith
Robert Watson wrote: On Tue, 28 Oct 2003, Soren Schmidt wrote: I'm now running a kernel/world of October 26th on both NFS client and server machines. I am still seeing NFS lockups as reported by several people in these threads: Me too!! Hmm. I'm unable to reproduce this so far, and I'm pound

Re: /etc/bluetooth and/usr/share/examples/netgraph/bluetooth(breaks installworld)

2003-10-26 Thread Matt Smith
Matt Smith wrote: Maksim, I have just done a buildworld and installworld after the latest bluetooth commits and installworld borks on: install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpk.c /usr/share/examples/meteor/yuvpk.c install -o root -g wheel -m 444 /usr/src/share

Re: /etc/bluetooth and /usr/share/examples/netgraph/bluetooth(breaks installworld)

2003-10-26 Thread Matt Smith
Maksim, I have just done a buildworld and installworld after the latest bluetooth commits and installworld borks on: install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpk.c /usr/share/examples/meteor/yuvpk.c install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpl.c

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread Matt Smith
explain why Win2k still won't boot. > > I'm running out of ideas and I *really* don't want to have to reformat my > windows drive! > > Other than this (fairly major) problem, my 5.0 installation went really well, > even ACPI seems to be working perfectly and I eve