Re: filemon

2024-07-30 Thread Peter Wemm
ices don't. So adding `option FILEMON` to your kernel config will cause filemon to be compiled into the kernel, but it will also generate an unneeded opt_filemon.h with `#define FILEMON 1`. Or it would, if it weren't for this: % git annotate sys/conf/options |& grep -i filemon

Re: IGNORE_OSVERSION=yes -- can't install pkg

2018-05-07 Thread Peter Wemm
gt; IMO, this new version checking done by pkg(8) is just bad Bad BAD. The > only control you get is a knob that tells you to ignore any version > mismatch. There appears to be no option to get the historical worked- > really-well behavior of ignoring mismatches of the minor version for &g

Caveat emptor: Beware of ZFS on HEAD

2017-07-12 Thread Peter Wemm
apologize for being vague - I do not know more. Folks running HEAD should take appropritate precautions (eg: keeping a known-good kernel.old and modules around). This is always advisable when running HEAD anyway, particularly so now. For us, a kernel.old from June 18th worked fine. -- Peter

Re: commits between r305191 - r305211 broke zfs list

2016-09-04 Thread Peter Wemm
> On 03/09/2016 21:50, Subbsd wrote: > > Hi. > > > > Can anybody test of output for: > > > > zfs list > > > > command on FreeBSD current after r305211 ? On my hosts his leads to > > zfs segfault. -- Peter Wemm - pe...@wemm.org; pe...@fre

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Peter Wemm
to see if the issue would disappear after mirrors > > catch up but no joy, even via Tor. > > > > [...] > > Thanks for letting us know. This isn't an re@ issue, it's an admins@ > issue, and we thought this was fixed. Give me a bit to investigate. > > Gl

Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory

2016-06-10 Thread Peter Wemm
OpenLDAP as a central account database. I believe it works with AD, but haven't tried that myself. Cheers, Matthew We used nss-pam-ldapd quite successfully in the freebsd.org cluster during our transition away from YP/NIS, for what it's worth. -- Peter Wemm - pe..

Re: buildworld broken

2015-10-14 Thread Peter Wemm
src/usr.bin/vi/catalog > 1 error > > Thanks, There's recently introduced 'make -jN' races, it seems. ... zh_CN.UTF-8 ... zh_CN.UTF-8 chmod: zh_CN.UTF-8: No such file or directory --- zh_CN.UTF-8 --- *** [zh_CN.UTF-8] Error code 1 -- Peter Wemm - pe...@wemm.org; pe...@f

Warning: HEAD with zfs is potentially broken

2015-06-15 Thread Peter Wemm
happened some time in the last week or so. Be very careful over the next few days. This can cause boot failures. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This

Re: PSA: If you run -current, beware!

2015-02-05 Thread Peter Wemm
On Thursday, February 05, 2015 11:00:46 AM Peter Wemm wrote: > On Thursday, February 05, 2015 10:48:54 AM John Baldwin wrote: > > On Thursday, February 05, 2015 04:22:23 PM Luigi Rizzo wrote: > > > On Thu, Feb 05, 2015 at 08:21:45AM -0500, John Baldwin wrote: > > > >

Re: PSA: If you run -current, beware!

2015-02-05 Thread Peter Wemm
gree, I just think we are stuck with -fwrapv in the interval, > but it's probably not a short interval. I think converting ticks to > unsigned would be a good first start. For the record, I agree. However, I suspect that attempts to do so will have a non trivial number of bugs intr

Re: PSA: If you run -current, beware!

2015-02-04 Thread Peter Wemm
On Wednesday, February 04, 2015 04:29:41 PM Konstantin Belousov wrote: > On Tue, Feb 03, 2015 at 01:33:15PM -0800, Peter Wemm wrote: > > Sometime in the Dec 10th through Jan 7th timeframe a timing bug has been > > introduced to 11.x/head/-current.With HZ=1000 (the default for

PSA: If you run -current, beware!

2015-02-03 Thread Peter Wemm
n If you are running -current in a situation where it'll accumulate uptime, you may want to take precautions. A reboot prior to 24 days uptime (as horrible a workaround as that is) will avoid it. Yes, this is being worked on. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yah

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Peter Wemm
ven on 11.x, but I'm very much in favor of getting back to one single copy. It seems like there's too many things that are fixed in one stack or the other., We need to stop splitting effort. I've asked Rick before to remove it and get back to just "nfs" rather than &qu

Re: Build failed in Jenkins: FreeBSD_HEAD #1594

2014-10-09 Thread Peter Wemm
2:01 2014 New Revision: 272827 URL: https://svnweb.freebsd.org/changeset/base/272827 Log: Add size(1) to the cross build toolchain Modified: head/Makefile.inc1 = -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: zpool frag

2014-09-21 Thread Peter Wemm
On Sunday, September 21, 2014 06:12:09 PM Steven Hartland wrote: > - Original Message - > > > From: "Peter Wemm" > > > > On Sunday, September 21, 2014 11:06:10 AM Allan Jude wrote: > > > On 2014-09-21 04:57, Beeblebrox wrote: > > > &g

Re: zpool frag

2014-09-21 Thread Peter Wemm
er is that this gets much, much worse as the pool fills up. Even UFS has issues with fragmentation when it fills, but ZFS is far more sensative to it. In the freebsd.org cluster we have a health check alert at 80% full, but even that's probably on the high side. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: _ftello() modification requires additional capsicum rights, breaking tcpdump and dhclient

2014-09-17 Thread Peter Wemm
On Tuesday, September 16, 2014 12:42:36 PM Mateusz Guzik wrote: > On Fri, Sep 12, 2014 at 09:29:56PM -0700, Peter Wemm wrote: > > On Thursday, September 11, 2014 12:38:02 PM Patrick Kelsey wrote: > > > On Wed, Sep 10, 2014 at 3:00 AM, Andrey Chernov wrote: > > > >

Re: _ftello() modification requires additional capsicum rights, breaking tcpdump and dhclient

2014-09-12 Thread Peter Wemm
13:48:46 ns2 unbound: [79420:0] notice: init module 1: iterator Sep 11 18:42:56 ns2 unbound: [79420:6] fatal error: event_dispatch returned error -1, errno is Capabilities insufficient I believe this jail was started from the boot process. If I restart the jail by hand from a ssh session the proble

Re: ddb_enable="YES" by default?

2014-09-05 Thread Peter Wemm
rmation is gone. For reproducable crashes, yes, an end user could just flip the bit. But for a one-off, it's too late. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Peter Wemm
ile > > it returns the following: > > tar: Undefined option: `xz:9' > > This has always worked in previous versions. Has the syntax changed, > and the man(1) pages just haven't caught up? I use: tar -cJ --options xz:compression-level=1 .. on head. Are you using

Beware, ZFS on head!

2014-08-21 Thread Peter Wemm
rebooting, do a # nm /boot/kernel/zfs.ko | grep atomic_dec If you see: U atomic_dec_64_nv .. you will have a sub-optimal reboot experience and you may want to save your kernel.old. (no output => you're fine => carry on!) -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-

Re: nscd not caching

2014-08-17 Thread Peter Wemm
gt; > M2 from runtime environment: successfully initialized > > > M1 from main: thread #0 was successfully created > > > M1 from main: thread #1 was successfully created > > > M1 from main: thread #2 was successfully created > > > M1 from main: thread #3 was suc

Re: loader lszfs command

2014-08-07 Thread Peter Wemm
loader* It sounds like something is wrong with your install. BTW; boot0 isn't involved - if you've got that far, boot0 / gptzfsboot have already done their part. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\20

Re: local_unbound: since update sporadic hangs in connections

2014-07-28 Thread Peter Wemm
Are you using pf and IPv6 by any chance? Since you mentioned the FreeBSD.org domain, DNSSEC and IPv6 triggers fragments. Just a thought. -- Peter Wemm. pe...@wemm.org > On 28 Jul 2014, at 6:50 am, O. Hartmann wrote: > > > Since local_unbound update and the suggested update

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-24 Thread Peter Wemm
blance to what we have in our tree. The killer reason why this is a problem that needs to be solved.. IPv6 + DNSSEC exercises this code a lot. Performance isn't a factor - it's basic functionality that's at stake. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-19 Thread Peter Wemm
. The other thing we had to do for usability is stop state tracking for udp dns - the sheer update rate was causing collisions and state drops / resets of other connections to the point of being really hard to use. Those two tweaks - stopping heavy dns use from thrashing the state tables, and h

Re: In tree builds broken in lib/ncurses?

2014-06-14 Thread Peter Wemm
On Saturday 14 June 2014 15:30:02 Steve Kargl wrote: > On Sat, Jun 14, 2014 at 03:12:36PM -0700, Steve Kargl wrote: > > On Sat, Jun 14, 2014 at 03:01:20PM -0700, Peter Wemm wrote: > > > On Saturday 14 June 2014 14:44:39 Steve Kargl wrote: > > > > On Sat, Jun 14, 2

Re: In tree builds broken in lib/ncurses?

2014-06-14 Thread Peter Wemm
sr/lib/libc_p.a(sbrk.po): undefined reference to > symbol '_end' //lib/libc.so.7: error adding symbols: DSO missing from > command line collect2: error: ld returned 1 exit status > *** Error code 1 collect2? I think you've got something odd going on there.. -- Peter Wem

Re: RES: KQueue vs Select (NetMap)

2014-05-28 Thread Peter Wemm
;> http://lists.freebsd.org/mailman/listinfo/freebsd-current > >> To unsubscribe, send any mail to > > "freebsd-current-unsubscr...@freebsd.org" > > >> ___ > >> freebsd-current@freebsd.org mailing list &g

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Peter Wemm
rs > pad their entries out with spaces; for some reason they're allergic to > using NULLs. geom should probably be modified to strip trailing > whitespace from the serial number. In this particular case, it's a modified ciss driver. If memory serves, ciss pads its cam ident strin

Re: installworld recreating unwanted dirs

2014-02-03 Thread Peter Wemm
ost part, delete-old will prune things that aren't used. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV Yes, I know, gmail sucks now. If you see this then I forgot. Habits are hard to break. ___ freebsd-current@freebs

Re: md2 on current and 10.

2014-01-08 Thread Peter Wemm
On 1/8/14, 7:00 AM, Mikhail T wrote: > On 08.01.2014 02:54, Peter Wemm wrote: >>> > Could we, please, have MD2 resurrected before 10.0 is officially out? >>> > Preferably in both -lmd and -lcrypto, but certainly in the former. Thank >>> > you! Yours, >

Re: md2 on current and 10.

2014-01-07 Thread Peter Wemm
6+ months ago. It is way too late now. However.. the code in libmd had had a non-commercial use restriction.. Even if it wasn't too late, that code won't be back. Your best bet is to create a crypto/libmd2 port. Start with the code from openssl. -- Peter Wemm

Re: latest openjdk7 triggers kernel panic

2013-12-26 Thread Peter Wemm
On Thu, Dec 26, 2013 at 12:01 PM, Konstantin Belousov wrote: > On Thu, Dec 26, 2013 at 07:51:45PM +0100, Antoine Brodin wrote: >> On Thu, Dec 26, 2013 at 7:33 PM, Peter Wemm wrote: >> > On Thu, Dec 26, 2013 at 7:39 AM, Antoine Brodin >> > wrote: >> >>

Re: latest openjdk7 triggers kernel panic

2013-12-26 Thread Peter Wemm
e building 9.2 ports on a 9.2-REL kernel, right? and not something like building 9.2-REL ports inside a jail on a 10.x or 11.x host? 10.x / 11.x are not involved and you're seeing this? -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV ___

Re: RFC: (Unconditionally) enable -fno-strict-overflow for kernel builds

2013-11-30 Thread Peter Wemm
On Sat, Nov 30, 2013 at 8:38 PM, Eitan Adler wrote: > On Sat, Nov 30, 2013 at 11:26 PM, Peter Wemm wrote: >> On Sat, Nov 30, 2013 at 4:33 PM, Adrian Chadd wrote: >> [..] >>> Are you able to have clang/llvm/gcc tell us where/when code is relying >>> on undefine

Re: RFC: (Unconditionally) enable -fno-strict-overflow for kernel builds

2013-11-30 Thread Peter Wemm
build. The problem is that gcc and clang have different warning sets. I seem to recall we had -Werror on for gcc and off for clang. IMHO it would be more useful to do it the other way around. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a '

Fwd: FYI: svn commit: r258283 - in head: . include lib lib/libc lib/libc/iconv lib/libc_nonshared

2013-11-17 Thread Peter Wemm
new system onto an old system. New binaries on old systems generally isn't supported. Particularly so on -current. -- Forwarded message -- From: Peter Wemm Date: Sun, Nov 17, 2013 at 2:52 PM Subject: svn commit: r258283 - in head: . include lib lib/libc lib/libc/icon

Re: Fun with nvi

2013-08-11 Thread Peter Wemm
On Sun, Aug 11, 2013 at 1:35 AM, Alexey Dokuchaev wrote: > On Sat, Aug 10, 2013 at 10:33:20AM -0700, Peter Wemm wrote: >> I've been tinkering with the nvi refresh from the GSoC in 2011, aka nvi2. >> >> https://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/

Fun with nvi

2013-08-10 Thread Peter Wemm
NV=yes safe, so don't do this on an important machine. An example of the tweaks to make ports happier: http://people.freebsd.org/~peter/iconv.diff - that's not complete. Most of the ports tree was updated to use Mk/Uses/iconv.mk but there's still some oddballs scattered around i

Re: svn error during 'make buildkernel'?

2013-08-04 Thread Peter Wemm
option is enabled, as NEON support ^ is gone. Also, mod_dontdothat and svnauthz_validate are now eanbled with one option TOOLS, among other new tools and SVNMUCC is enabled always. subversion-1.7.x is available as devel/subversion17 -- Peter W

Re: [HEADSUP] No more pkg_install on HEAD by default

2013-07-13 Thread Peter Wemm
On Sat, Jul 13, 2013 at 9:24 PM, Peter Wemm wrote: > Footnote... *.cc.freebsd.org are generally project operated sites. .. gah.. generally *NOT* project operated sites. They're third party / regional / local. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com

Re: [HEADSUP] No more pkg_install on HEAD by default

2013-07-13 Thread Peter Wemm
ny project operated freebsd.org sites. Footnote... *.cc.freebsd.org are generally project operated sites. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: So you can \342\200\231 .. for when a ' just won't do ZFS must be the bacon of fi

Re: dialog4ports crashing in head recently

2013-06-23 Thread Peter Wemm
last week or so. A forced rebuild of dialog4ports solved it for me. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: zfs kernel panic, known incompatibilities with clang & CPUTYPE/COPTFLAGS?

2013-06-12 Thread Peter Wemm
If this is amd64, then never mind, KVA_PAGES is meaningless there. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV On IRC, talking about C++: I think that it is a good thing I will never meet Bjarne on a street cause really, I don't want to end up in prison or

Re: panic: in_pcblookup_local (?)

2013-05-03 Thread Peter Wemm
_connectat (td=0xfe00091df490, dirfd=-100, fd=, sa=0xfe00264df3b0) at ../../../kern/uipc_syscalls.c:593 #16 0x805fafc1 in sys_connect (td=0xfe00091df490, uap=0xff809845db70) at ../../../kern/uipc_syscalls.c:559 #17 0x8083f571 in amd64_syscall (td=0xfe00091d

Re: Light humour

2013-04-29 Thread Peter Wemm
(smiles) You don't need netcraft.. the tools are built in! http://www.youtube.com/watch?v=SXmv8quf_xM (Please, don't be drinking anything.. I disclaim all responsibility for keyboard damage) -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV

Re: Anyone have scripts for managing interfaces under new CARP setup?

2013-04-05 Thread Peter Wemm
t; > Thanks for the confirmation of things are supposed to work. We use new-carp on 10.x on the freebsd.org cluster. There's machines with 10+ vlans with carp on each and pf. I find some of the replacement tools a little lacking but one thing I've done is use a dummy vlan to cause an

Re: Any objections/comments on axing out old ATA stack?

2013-03-30 Thread Peter Wemm
s stall for some Samsung drives in the new stack, > and consequently hang the computer for prolonged episodes where it is in > the NCQ error handling, disallows removal of the old driver. (Last > checked with 9.1-RELEASE at current patchlevel.) We're talking about 10.x, so if you want it fi

Re: NewNFS vs. oldNFS for 10.0?

2013-03-15 Thread Peter Wemm
convience. It's actually a PITA to use the old NFS client even > on 9.0. Yes to both. As somebody who uses oldNFS in production in 9.x, I can vouch for that. Personally I'd like to see oldnfs go away from head after a comfortable dust-settling per

Re: Response of *.freebsd.org websites are very slow

2013-02-28 Thread Peter Wemm
> fooling around with. Nope. It isn't DNS, but there is a routing issue for ipv6 space between Level-3 and and Yahoo. I'm working on it. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV bitcoin:188Z

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Peter Wemm
ot involved. > > NOTE: This may be a problem caused by n error on the part of Level(3), > Yahoo!, or FreeBSD. Without knowing details of how FreeBSD got the address > and what arrangements Yahoo! made for announcing it to peers, there is no > way to tell for sure. I can only say

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Peter Wemm
72.52.71.1 Server: 72.52.71.1 Address:72.52.71.1#53 www.freebsd.org canonical name = wfe0.ysv.freebsd.org. Name: wfe0.ysv.freebsd.org Address: 8.8.178.110 What does your /etc/resolv.conf file look like? What happens if you change it to (as a debugging aid): $ cat /etc/resolf.conf n

Re: [HEADSUP & CFT] pkg 1.0rc1 and schedule

2012-07-13 Thread Peter Wemm
kg_add -r", you'll be able to reasonably expect it's replacement (pkg install) to work. And a bunch of people who have a /usr/ports tree will suddenly wonder why they even have it there at all. It becomes incredibly convenient and fast to use packages. -- Peter Wemm - pe...@wemm.or

Re: boot2 overflow when building with clang

2012-03-08 Thread Peter Wemm
d, and install: > > BOOT2_UFS=UFS1_AND_UFS2 I think this should be committed. If you're concerned about separating them, you can make this case default for gcc. There's glue in src/Makefile.inc1 that gives some hints about how this is done .if $

fork speed vs /bin/sh

2003-11-27 Thread Peter Wemm
pid = fork(); --- > pid = vfork(); Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL PROTECTED] mailing l

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Peter Wemm
mplementing such a thing as there has been hand wringing, then we'd have the best of both worlds by now. I'm sorry to sound harsh, but its the reality of the situation. Code speaks louder than words. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECT

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-22 Thread Peter Wemm
-current, take this thread to -chat. > > Please. You know, its never been done on our mailing lists that I can remember, but this thread is certainly one that I'm seriously thinking of killing at the mailing list gateway for the first time. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [E

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Peter Wemm
Ken Smith wrote: > On Mon, Nov 17, 2003 at 12:59:47PM -0800, Peter Wemm wrote: > > > It is 'system' binaries. The distinction between bin and sbin (and /usr/ > > bin and /usr/sbin) is that the binaries in */sbin are only really supposed > > to be useful for

Re: HEADS UP: amd64 users! SMP code drop committed.

2003-11-17 Thread Peter Wemm
Peter Wemm wrote: > You may also try 'set hint.acpi.0.disabled=1' in your loader. Be sure to > leave out the mptable options as well, and include the atpic device. The good news is that this solves my problems on the gigabyte board. I expect it'll work for the nvidia as wel

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Peter Wemm
ing directories looking for the "foo" binary. Remember that we dont have hashed directory lookups, its a linear search. For all your shell scripts etc, this search happens over and over and over again. So, having /bin:/usr/bin:/usr/local/bin as your $PATH as a normal user is a win. Of

HEADS UP: amd64 users! SMP code drop committed.

2003-11-17 Thread Peter Wemm
and include the atpic device. I have an SK8N as my desktop at home and a K8N Pro as my home crashbox, so rest assured that I'll sort something out real quick. :-) sledge.freebsd.org is now running in SMP, as is the loaner 4-way Opteron that I have for testing. Cheers, -Peter -- Peter Wemm - [

Re: HEADSUP: Committing new interrupt code, tree will be broken

2003-11-03 Thread Peter Wemm
motherboard ioapic1 irqs 16-31 on motherboard ... Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL PROTECTED] mailing list h

Re: __fpclassifyd problem

2003-10-22 Thread Peter Wemm
e and running in a chroot environment. The next step is to use the 5.x ld-elf.so.1, but $LD_LIBRARY_PATH to search for and find the 4.x libraries in preference to the 5.x ones. And so on. If it still works at this point, then try switching the unbumped libraries one at a time until it breaks.

FYI, I've switched my primary desktop to AMD64.

2003-10-17 Thread Peter Wemm
orts in there because I no longer have an ISA slot for my Specialix XIO multiport controller to go in. :-( (Say, does anybody have a PCI SI/XIO host adapter laying around?) Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we

Re: panic: pmap_enter: attempted pmap_enter on 4MB page

2003-10-17 Thread Peter Wemm
happens that PG_PS (0x80) is a set bit in the fill pattern. Now to find the source. :-( Are you getting this repeatably? If somebody is able to (relatively) easily provoke this, there are a few things I'd like to try (shotgun diagnostics, but its better than nothing). Cheers, -Peter -

Re: XFree86-4-clients port broken.

2003-10-13 Thread Peter Wemm
Eric Anholt wrote: > On Mon, 2003-10-13 at 15:51, Peter Wemm wrote: > > David Gilbert wrote: > > > I don't really have a clue where to look for this fix as there seems > > > to be a serious amount of magic going into the divided XFree86-4 port > > > bu

Re: XFree86-4-clients port broken.

2003-10-13 Thread Peter Wemm
XFree86-4-clients/work/xc/exports /lib/libfntstubs.a. Stop I ran into this on my amd64 box too. Is yours an i386? Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 __

Re: HEADS UP: APM users on -current!

2003-10-03 Thread Peter Wemm
"Kevin Oberman" wrote: > > Date: Wed, 01 Oct 2003 22:01:07 -0700 > > From: Peter Wemm <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > I've made a commit that has been reported as breaking APM for some people. > > I'll be

Re: HEADS UP: APM users on -current!

2003-10-02 Thread Peter Wemm
"Kevin Oberman" wrote: > > Date: Wed, 01 Oct 2003 22:01:07 -0700 > > From: Peter Wemm <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > I've made a commit that has been reported as breaking APM for some people. > > I'll be

HEADS UP: APM users on -current!

2003-10-01 Thread Peter Wemm
If you're stuck (hang or reset on boot), take out apm for the time being. Yes, I know that isn't a solution, but please bear with me. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the star

Re: ata-lowlevel.c ate my slave disc

2003-09-24 Thread Peter Wemm
have the same problem on my amd64 boxes at home. It will not see the drive if its in slave mode. It too happens to be a seagate. > If I revert a 1.10 revision of ata-lowlevel.c (#ifdef 0 a section of > probing code), the disc is back and works absolutely fine. I'll try the same lat

Re: Fixing -pthreads (Re: ports and -current)

2003-09-24 Thread Peter Wemm
en -pthread. In both cases take -mt as a synonym for -pthread for acc compatibility. ... * config/netbsd.h: Update copyright years. (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if -pthread is specified on the command line. ... Cheers, -Peter -- Peter

Re: 5.2-RELEASE TODO

2003-09-03 Thread Peter Wemm
t;> | | | | runs fully in | > >> | | | | 32-bit emulation | > >> | Tier-1 Support for | In| Peter Wemm, | mode, and boots to | > >> | AMD64 Hammer| progress | Dav

Re: cvsup failing with "ASSERT failed"

2003-08-27 Thread Peter Wemm
out the new encoding scheme for FreeBSD_version, but thats off on a tangent. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMA

Re: [-CURRENT tinderbox] failure on i386/i386

2003-07-21 Thread Peter Wemm
Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= wrote: > Peter Wemm <[EMAIL PROTECTED]> writes: > > Hmm. I thought it was gzip that was dying. Looks like its make instead, a= > nd > > is rather consistent. > > "told you so" > > > So, who has been mes

Re: [-CURRENT tinderbox] failure on i386/i386

2003-07-21 Thread Peter Wemm
Mark Murray wrote: > Peter Wemm writes: > > Tinderbox wrote: > > > > > gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/i386/i386/src/lib/libc/nls /c > > at > > gets.3 > catgets.3.gz > > > Segmentation fault (core dumped) > > > ***

Re: [-CURRENT tinderbox] failure on i386/i386

2003-07-20 Thread Peter Wemm
aps? Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-c

Patches for XFree86 for FreeBSD/amd64

2003-07-15 Thread Peter Wemm
eally need somebody with more knowledge of the XFree86 internals to go over them. But it should be enough to get up and running to play around with it. I'm using a MGA G450 at work FWIW. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for

Re: The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Peter Wemm
ade is in 5.2 TODO list. > > GCC 3.3+ will be a system compiler throughout RELENG_5 lifetime. Yippee! Bring it on! :-) Cheers, -Peter (Who suffers from gcc-3.2 ICE's on amd64 periodically) -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for n

Re: [-CURRENT tinderbox] failure on amd64/amd64

2003-06-29 Thread Peter Wemm
elf64-amd64-fbsd.c: ${.CURDIR}/elf-fbsd-brand.c ${SRCDIR}/bfd/elf64-x86-64.c There is a copy here: http://people.freebsd.org/~peter/binutils.diff Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars"

Re: Panic on fxp

2003-04-03 Thread Peter Wemm
ed? Some details would be useful. Pencil and paper perhaps? Serial cable to another machine and boot -h? Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 __

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
n/listinfo/freebsd-threads or echo "subscribe" | mail [EMAIL PROTECTED] or echo "anything at all" | mail [EMAIL PROTECTED] > On Wed, 2 Apr 2003, Peter Wemm wrote: > > > Terry Lambert wrote: > > > > > KSE mailing list, starting Monday or so: > &

Re: failure notice

2003-04-02 Thread Peter Wemm
a batch of spam right now and using forged @freebsd.org addresses in the From: line. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
articular problem when the disk is really busy. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL PROTECTED] mailing list

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
Terry Lambert wrote: > Peter Wemm wrote: > > No. It gives the ability for a thread to block on a syscall without > > stalling the entire system. Just try using mysqld on a system using libc_r > > and heavy disk IO. You can't select() on a read() from disk. Thats the

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
or freebsd-kse type list where it is a bit higher profile? Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL PROTECTED] mailing

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
ou trim their functionality > down before we handle them in a sane way. Less FUD more signal > please. Just a reminder, we can selectively moderate folks with the new mailing list software.. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of thi

Re: libthr and 1:1 threading.

2003-04-02 Thread Peter Wemm
eavy disk IO. You can't select() on a read() from disk. Thats the ultimate reason to do it. The SMP parallelism is a bonus. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JM

ATA broken on alpha?

2003-03-30 Thread Peter Wemm
64 --- root of call graph --- Do you need more details or is that enough of a clue? Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5

Re: sparc64 tinderbox failure

2003-03-29 Thread Peter Wemm
ror to me. Turn off bit 5 and a lowercase a turns into an uppercase A. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 ___ [EMAIL P

Re: Returned mail--"window.open("

2003-03-26 Thread Peter Wemm
postmaster wrote: > >The following mail can't be sent to [EMAIL PROTECTED]: >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: window.open( >The file is the original mail OK, thats impressive.. :-] Cheers, -Peter -- Peter Wemm - [EMAIL PROTE

Re: February 6, 2003 to March 8, 2003 -CURRENT - Bad System Calls?

2003-03-22 Thread Peter Wemm
t happened to all the > backwards compatibility of older binaries? Old ports? You probably need to add COMPAT_FREEBSD4 to your kernel config. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the st

Re: HTT , APIC_IO

2003-03-18 Thread Peter Wemm
IC_IO, HTT *and* SMP, aren't you? HTT is an addition to the SMP option. You must use APIC_IO and SMP together, with an optional addition of HTT. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the sta

Re: Anyone working on fsck?

2003-03-17 Thread Peter Wemm
to be demonstrated as robust in order to avoid getting disabled for 5.x is getting closer. I'm glad it was going to be finished inside 2 months, starting about 18 months ago. (See the 5.x release milestones for the actual deadline, June 30 if I recall correctly.) Cheers, -Peter -- Peter

Re: param.h

2003-03-14 Thread Peter Wemm
t? And that includes gcc-2.95.4. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Create linker.hints at boot

2003-03-14 Thread Peter Wemm
:26pm]~-101> sysctl -n kern.module_path /boot/kernel;/boot/kernel;/boot/modules;/modules This also needs to be robust in the case where /boot might be another file system or readonly or NFSROOT or not even mounted, or something. But this has needed attention for quite a while. Cheers, -Peter

Re: [PATCH 5.x] netns

2003-03-05 Thread Peter Wemm
ings properly in the include files). Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: [PATCH] make netns compile cleanly (was Re: Removal of netns - politically correct version

2003-03-04 Thread Peter Wemm
Terry Lambert wrote: > Terry Lambert wrote: > > Peter Wemm wrote: > > > Terry: will you please check your facts? It takes around 30 seconds > > > to find out that it doesn't even compile. > > > > [ ... lots of trivial to fix warnings and errors ...

Re: Removal of netns - politically correct version

2003-03-04 Thread Peter Wemm
Terry Lambert wrote: > Peter Wemm wrote: > > Terry Lambert wrote: > > > Is there a compelling reason for removing this working code to > > > the Attic? > > > > Terry: will you please check your facts? It takes around 30 seconds > > to find out tha

  1   2   3   4   5   6   7   8   9   >