Re: _secure_path: cannot stat /etc/login.conf: Not permitted in capability mode

2016-06-13 Thread Robert N. M. Watson
On 13 Jun 2016, at 12:09, Joel Dahl wrote: > >> On Mon, Jun 13, 2016 at 07:00:46AM -0400, Ngie Cooper (yaneurabeya) wrote: >> >>> On Jun 13, 2016, at 06:57, Joel Dahl wrote: >>> >>> Hi, >>> >>> I've just rebuilt and installed latest current on a machine here. I noticed >>> the following messa

Re: panic: rm_rlock: recursed on non-recursive rmlock mac_policy_rm @ /usr/src/sys/security/mac/mac_framework.c:198

2013-09-28 Thread Robert N. M. Watson
On 28 Sep 2013, at 19:32, Konstantin Belousov wrote: >> It easy to reproduce. Just kldload mac_portacl and /etc/rc.d/syslogd restart > > This is due to priv_check_cred() call in mac_portacl.c:rules_check(). > The call causes recusion into the mac framework from the mac callback. > > Robert shou

Re: libreoffice build error

2013-09-19 Thread S . N . Grigoriev
19.09.2013, 04:02, "Jung-uk Kim" : > > On 2013-09-18 13:20:27 -0400, Jung-uk Kim wrote: > 2013년  9월 18일 13:20, Jung-uk Kim 쓴 글:> On 2013-09-18 12:39:46 > - -0400, David Chisnall wrote: > >>>  On 18 Sep 2013, at 16:26, Tijl Coosemans >>>  wrote:  On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Ki

Re: libreoffice build error

2013-09-17 Thread S . N . Grigoriev
17.09.2013, 21:27, "Jung-uk Kim" : > On 2013-09-17 11:52:45 -0400, Baptiste Daroussin wrote: > >>  On Tue, Sep 17, 2013 at 11:51:41AM -0400, Shawn Webb wrote: >>>  I'm getting a build error as well, but on 9-STABLE under >>>  Poudriere. Relevant part of the logfile: >>> >>>  In file included fro

libreoffice build error

2013-09-17 Thread S . N . Grigoriev
Hi list, the following error occures when I try to build editors/libreoffice: [build CXX] sal/rtl/source/ustrbuf.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sal/rtl/source/bootstrap.cxx:22: In file included from /usr/ports/editors/libreoffice/work/solver/u

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-13 Thread S . N . Grigoriev
13.09.2013, 01:11, "Dimitry Andric" : > On Sep 12, 2013, at 21:47, S.N.Grigoriev wrote: > >>  after upgrading to r255423 (make buildworld && make buildkernel && make >> installkernel && make installworld && reboot; make delete-old && make >> delete-old-libs) I cannot build the system with the

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-12 Thread S . N . Grigoriev
Hi list, after upgrading to r255423 (make buildworld && make buildkernel && make installkernel && make installworld && reboot; make delete-old && make delete-old-libs) I cannot build the system with the WITH_GCC=yes and WITH_GNUCXX=yes options in my src.conf. The following error occures: --- l

Re: [rfc] migrate lagg to an rmlock

2013-08-24 Thread Robert N. M. Watson
On 24 Aug 2013, at 17:36, Alfred Perlstein wrote: >> We should distinguish "lock contention" from "line contention". When >> acquiring a rwlock on multiple CPUs concurrently, the cache lines used to >> implement the lock are contended, as they must bounce between caches via the >> cache cohere

Re: A PRIV_* flag for /dev/mem?

2013-06-17 Thread Robert N. M. Watson
On 16 Jun 2013, at 23:48, Kirk McKusick wrote: >> I suppose it's safe to say further comment isn't forthcoming. So with >> one vote for and one against (or at least questioning), I'll humbly >> leave it up to myself to be the tie-breaker :-). >> >> Here's a proposed patch. I separate kmem access

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Robert N. M. Watson
On 2 May 2013, at 11:42, Glen Barber wrote: > Hmm. Perhaps it would be worthwhile for me to rebuild the current > kernel with DDB support. It looks like the machine has panicked a few > times over the last two weeks or so, but based on the timestamps of the > crash dumps and nagios complaints,

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Robert N. M. Watson
On 2 May 2013, at 01:57, Glen Barber wrote: > So, I am admittedly not too familiar with DDB. In fact, I just now > realize the kernel is built without DDB... DDB is a very powerful tool in that it's been custom-developed to help debug common kernel panics. It lacks some of the flexibility, and

Re: panic: in_pcblookup_local (?)

2013-05-01 Thread Robert N. M. Watson
On 1 May 2013, at 19:03, Glen Barber wrote: >> I'll need to catch up on this thread later, but a few questions: >> >> Do we know if the application in question is multithreaded, and >> if so, might it be attempting concurrent operations on this socket? > > I do not know if zabbix-agent is multi

Re: panic: in_pcblookup_local (?)

2013-05-01 Thread Robert N. M. Watson
On 1 May 2013, at 16:56, John Baldwin wrote: > It looks like the ipi_hash_lock is locked (and udp_connect() locks it), so I > think the offending code is somewhere else. Also, I can't find anything that > removes an inp without hold the correct pcbinfo lock. Only thing I can think > of is if t

Re: please add auditdistd user/group to -stable and the 9.1-release?

2012-12-03 Thread Robert N. M. Watson
My intuition (hope) is that 9.1 is past the point of no return on builds and so that boat has been missed; however, my plan is to MFC the auditdistd user to stable/8 and stable/9 after the 3-day MFC timeout. If Ken thinks builds have yet to start on the final 9.1 image, however, then I'm happy t

Re: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-02 Thread Robert N. M. Watson
On 2 Dec 2012, at 15:34, Ryan Stone wrote: > On Sun, Dec 2, 2012 at 8:05 AM, Robert Watson wrote: > > Just to follow up on this thread, since the question has come up a number of > times. "mergemaser -p" should be run prior to installworld always, but most > of the time will do very little.

Re: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-02 Thread Robert N. M. Watson
On 2 Dec 2012, at 14:21, Fbsd8 wrote: >> I've now committed the build glue required to install the recently merged >> Audit Distribution Daemon (auditdistd) contributed by the Pawel Dawidek, and >> sponsored by the FreeBSD Foundation. This allows individual hosts >> generating audit trails to

Re: sysctl filesystem ?

2012-07-02 Thread Robert N. M. Watson
On 26 Jun 2012, at 15:42, m...@freebsd.org wrote: > While I understand the problems you allude to, the sysctl(8) binary > can protect itself from them. IMO the biggest problem with sysctls > not being files is that it makes no sense from the core UNIX > philosophy that everything is a file. Soc

Re: extattr_set_*() return type

2011-12-21 Thread Robert N. M. Watson
On 21 Dec 2011, at 15:31, John Baldwin wrote: > On Tuesday, December 20, 2011 5:18:58 pm m...@freebsd.org wrote: >> On Tue, Dec 20, 2011 at 1:49 PM, John Baldwin wrote: >>> Hmm, if these functions are expected to operate like 'write(2)' and are >>> supposed to return the number of bytes written,

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-21 Thread N V
21.12.2011, 04:28, "O. Hartmann" : > On 12/21/11 00:29, Jeremy Chadwick wrote: > >>  On Tue, Dec 20, 2011 at 11:54:23PM +0100, O. Hartmann wrote: >>>  On 12/20/11 22:45, Samuel J. Greear wrote:  http://www.osnews.com/story/25334/DragonFly_BSD_MP_Performance_Significantly_Improved  

FreeBSD-9.0-BETA1-i386-bootonly

2011-08-10 Thread N V
Hi. Tried to use FreeBSD-9.0-BETA1-i386-bootonly.iso in VirtualBox to test. Installation stops after trying to fetch files from ftp. Attached screenshot is informative, I think. Seems to use i386/ twice for some reason. Regards, Vans.___ freebsd-curre

Divert socket problem (was: Re: svn commit: r222488 - in head/sys: contrib/pf/net netinet netinet/ipfw netinet6)

2011-06-04 Thread Robert N. M. Watson
On 4 Jun 2011, at 15:30, Kristof Provost wrote: > div_bind probably also needs to surround the call to in_pcbbind with > INP_HASHW(UN)LOCK(...) > > I'm currently running 222680. I've only now seen the issue, but I've also > just now activated INVARIANTS. Hi Kristof: Thanks for the detailed rep

Re: [poll / rfc] kdb_stop_cpus

2011-06-04 Thread Robert N. M. Watson
On 4 Jun 2011, at 09:22, Andriy Gapon wrote: > on 03/06/2011 20:57 Robert N. M. Watson said the following: >> >> On 3 Jun 2011, at 16:13, Andriy Gapon wrote: >> >>> I wonder if anybody uses kdb_stop_cpus with non-default value. If, yes, I >>> am very int

Re: [poll / rfc] kdb_stop_cpus

2011-06-03 Thread Robert N. M. Watson
On 3 Jun 2011, at 16:13, Andriy Gapon wrote: > I wonder if anybody uses kdb_stop_cpus with non-default value. > If, yes, I am very interested to learn about your usecase for it. The issue that prompted the sysctl was non-NMI IPIs being used to enter the debugger or reboot following a core hangi

Re: 9.0-CURRENT r220692 && cc1: internal compiler error: Segmentation fault: 11

2011-04-26 Thread N V
Hello. Don't know is this related. I've got rather fresh 9.0-CURRENT (checked out few days ago) built with clang. And I use clang as the system compiler, but ruby fails to build with clang. So I've tried gcc. But with gcc I've got this: .. configure:3211: checking whether the C compiler works

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Robert N. M. Watson
On 6 Mar 2011, at 16:30, Jeremy Chadwick wrote: 2. Are you absolutely 100% sure the kernel you're using was built with "options UFS_ACL" defined in it? Doing a "strings -a /boot/kernel/kernel | grep UFS_ACL" should suffice. >>> >>> Yep, it does: >>> >>> % strings -a /b

Re: www/chromium crashing whole system

2010-11-15 Thread Robert N. M. Watson
On 15 Nov 2010, at 22:19, Alexander Best wrote: > thanks for all your help. i've recently switched to chromium 6.0.472.63 > and so far my computer has been very stable. > > if i experience more lock ups i'll let you know and try to figure out a way to > gain access to some more debugging data.

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-15 Thread Robert N. M. Watson
On 15 Oct 2010, at 20:39, Garrett Cooper wrote: >But there are already some cases that aren't properly handled > today in the ddb area dealing with dumping that aren't handled > properly. Take for instance the following two scenarios: > 1. Call doadump twice from the debugger. > 2. Call doadu

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Robert N. M. Watson
On 14 Oct 2010, at 15:10, Attilio Rao wrote: >> My concern is less about occasional lost dumps that destabilising the >> dumping process: calls into the memory allocator can currently trigger a lot >> of interesting behaviours, such as further calls back into the VM system, >> which can then t

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Robert N. M. Watson
On 13 Oct 2010, at 18:46, Ryan Stone wrote: > On Fri, Oct 8, 2010 at 9:15 PM, Robert Watson wrote: >> + /* >> +* get and fill a header mbuf, then chain data as an >> extended >> +* mbuf. >> +*/ >> + MGETHDR(m, M_DONTWAIT

Re: sysctls in kern_shutdown: add twin tunables

2010-09-30 Thread Robert N. M. Watson
On 30 Sep 2010, at 19:19, Andriy Gapon wrote: > http://people.freebsd.org/~avg/kern_shutdown-tunables.diff > > The above patch adds twin tunables for the following (R/W) sysctls: > - debug.debugger_on_panic > - debug.trace_on_panic > - kern.sync_on_panic > > This seems useful to me, but I am no

Re: MAXCPU preparations

2010-09-29 Thread Robert N. M. Watson
On 29 Sep 2010, at 12:49, John Baldwin wrote: > On Tuesday, September 28, 2010 6:24:32 pm Robert N. M. Watson wrote: >> >> On 28 Sep 2010, at 19:40, Sean Bruno wrote: >> >>>> If you go fully dynamic you should use mp_maxid + 1 rather than maxcpus. >>&

Re: MAXCPU preparations

2010-09-28 Thread Robert N. M. Watson
On 28 Sep 2010, at 19:40, Sean Bruno wrote: >> If you go fully dynamic you should use mp_maxid + 1 rather than maxcpus. > > I assume that mp_maxid is the new kern.smp.maxcpus? Can you inject some > history here so I can understand why one is "better" than the other? So, unlike maxcpus, mp_maxi

Re: MAXCPU preparations

2010-09-28 Thread Robert N. M. Watson
On 28 Sep 2010, at 17:45, Sean Bruno wrote: > Working on a dynamic version today. I'll spam it over to you for review > later. > > I'm moving the percpu struct definitions outside of struct memory_type, > allocating quantity kern.smp.maxcpus, removing the boundary checks based > on MEMSTAT_MA

Re: AppleTalk status

2010-05-25 Thread Robert N. M. Watson
On 25 May 2010, at 17:48, Julian Elischer wrote: >> I'm working on updating net/netatalk to version 2.1 (or 2.1.1 when >> that comes out the next couple of days), and I'm wondering what >> state AppleTalk support is in these days. Is anybody still using >> it, or would now be the time to make all

Re: AppleTalk status

2010-05-25 Thread Robert N. M. Watson
On 25 May 2010, at 14:13, Nathan Whitehorn wrote: >> I'm working on updating net/netatalk to version 2.1 (or 2.1.1 when that >> comes out the next couple of days), and I'm wondering what state AppleTalk >> support is in these days. Is anybody still using it, or would now be the >> time to mak

Re: GrandCentralDispatch in FreeBSD?

2010-05-13 Thread Robert N. M. Watson
On 13 May 2010, at 10:21, Tom Evans wrote: > I saw today that you've written a proof of concept MPM for apache in > GCD [1] - are there any plans to port GCD to FreeBSD? Hi Tom-- Actually, I also ported GCD to FreeBSD last year, and developed the MPM on FreeBSD/GCD :-). It requires a post-8.0

wpa_supplicant, Atheros AR9285 and FreeBSD 8.0 issue -> wpa_supplicant hangs

2010-03-24 Thread Eugeny N Dzhurinsky
urst roaming MANUAL === uname -a FreeBSD localhost 8.0-STABLE FreeBSD 8.0-STABLE #34: Mon Mar 22 23:31:30 EET 2010 r...@localhost:/usr/obj/usr/src/sys/BOFH i386 atheros driver is loaded as module. What may be wrong there? Thank you in advance! --

A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Eugeny N Dzhurinsky
42559 ? How do I force remapping of these sectors? I assume that I have to write something directly to the sectors? Thank you all in advance! -- Eugene N Dzhurinsky pgpqQ6jlbF1Sg.pgp Description: PGP signature

Re: net.inet.tcp.timer_race: does anyone have a non-zero value?

2010-03-07 Thread Robert N. M. Watson
On Mar 7, 2010, at 12:33 PM, Mikolaj Golub wrote: > On Sun, 7 Mar 2010 11:59:35 + (GMT) Robert Watson wrote: > >> Please check the results of the following command: >> >> % sysctl net.inet.tcp.timer_race >> net.inet.tcp.timer_race: 0 > > Are the results for FreeBSD7 look interesting for

Re: Proliant 1600R Install Failure (ida + SMPng to blame?)

2003-10-08 Thread Matthew N. Dodd
On Tue, 7 Oct 2003, Edward Aronyk wrote: > Booting off the 5.1 boot floppies gives a page fault about 15 seconds > after the mfsroot floppy finishes loading. Boot off of a -CURRENT snapshot; 5.1 shipped with a broken IDA driver. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volv

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

2003-09-24 Thread Matthew N. Dodd
h are linked to > libGL which is linked to libc_r, what happens? This is why its important to use the same name for the threading library and never link directly with libkse, libthr, libc_r etc. Make libpthread a symlink, please. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volv

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
is OK */ if ((g_debugflags & 16) && pp->geom->rank == 1) ; %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter |

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
potentially corrupting thing they were doing and > wanted to do it anyway, but I'm not sure it got anywhere. ftp://ftp.jurai.net/users/winter/patches/geom-foot.patch -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
o this on my laptop this morning.) I still use my foot-shooting patch. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: kernel build fails in agp_nvidia.c

2003-08-23 Thread Matthew N. Dodd
On Sat, 23 Aug 2003, Harald Schmalzbauer wrote: > cvsupped half an hour ago, the following error occurs when trying to build a > kernel (mine, which worked fine with yesterdays source) This one is mine, sorry. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/Ne

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
out media status; if the hardware doesn't support reporting media status then we shouldn't do anything with the status word. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
rn (0); -#else /* ifdef __FreeBSD__ */ - - return (1); #endif /* Other OSs */ + return (1); } #ifdef __FreeBSD__ %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
ifm_status |= IFM_ACTIVE; switch(icfg) { case XL_XCVR_10BT: %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://w

Re: dhclient problem with xl0

2003-08-10 Thread Matthew N. Dodd
ould correct the link status for cards with builtin non-MII PHYs. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Gr

Re: dhclient problem with xl0

2003-08-09 Thread Matthew N. Dodd
On Sat, 9 Aug 2003, Matthew N. Dodd wrote: > Try this (cut & paste): The patch I posted was incorrect as I forgot to do a register window select before reading media status. ftp://ftp.jurai.net/users/winter/patches/xl_media.patch -- | Matthew N. Dodd | '78 Datsun 280Z | &#

Re: ML370 crash

2003-08-08 Thread Matthew N. Dodd
/crash_boot.jpg > > As John told me, It looks like a bug that involves the ida driver. > > What can I do ?? I just committed the fix to ida_disk.c (1.41). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2

Re: problem with nvidia graphics card and -current

2003-08-04 Thread Matthew N. Dodd
a module, or compiled in the kernel. I'm running a system with the VESA stuff compiled in; the nvidia drivers work just fine. IIRC you're running with ACPI; try not doing that. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTEC

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Matthew N. Dodd
ssible media settings. As I've explained in private email using the ifm_status word to determine if the interface is "up and running" is incorrect. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Matthew N. Dodd
et state = 3 update close EOF # cat /etc/wakeup_dhclient #!/bin/sh omshell > /dev/null << EOF connect new control open set state = 4 update close EOF %%% This was working fine for me a few months ago. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD

Re: 8MB install

2003-06-25 Thread Matthew N. Dodd
On Wed, 25 Jun 2003, M-Trade wrote: > Has anyone had any success installing 5.1 release on a 486 > w/ 8MB RAM? I can't install. > > avail memory = (245760) 0 MB > > Is this expected behavior? Yes. I got pre 5.1 running on a 386dx33 with 16mb; it wouldn't work wi

Re: nVidia nForce2 AGP chipset drivers

2003-06-23 Thread Matthew N. Dodd
On Sun, 22 Jun 2003, Matthew N. Dodd wrote: > On Mon, 23 Jun 2003, Arjan van Leeuwen wrote: > > Hmm... I don't have the hardware either, but I was thinking about buying > > a new mainboard based on it (if there is support in FreeBSD, of course > > :)). Maybe someone w

Re: nVidia nForce2 AGP chipset drivers

2003-06-22 Thread Matthew N. Dodd
post the patches to the list so that someone can test > them? Lacking the hardware, (and sleep last night when I started), I'm not yet far along enough to have something that is testable. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PRO

Re: nVidia nForce2 AGP chipset drivers

2003-06-22 Thread Matthew N. Dodd
t; How does one start with such a thing? I actually started writing a driver based on the released Linux one but don't actually have the hardware to test things. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 V

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

2003-06-19 Thread Matthew N. Dodd
erbox/CURRENT/alpha/alpha/src. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. > TB --- 2003-06-19 16:49:56 - /usr/bin/make returned exit code 1 > TB --- 2003-06-19 16:49:56 - ERROR: failed to build world > TB --- 2003-06-19 16:49:56 - tin

Re: __thread support in -current..

2003-06-17 Thread Matthew N. Dodd
TLS. I think we're going to get updated binutils anway. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
master should be the cdrom drive. 'atacontrol attach 2' or 'atacontrol reinit 2' -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
EAC, IDECARDII, 0), + { "FREECOM PCCARD-IDE", PCCARD_VENDOR_ANY, PCCARD_PRODUCT_ANY, 0, + { "FREECOM", "PCCARD-IDE", NULL, NULL } }, {NULL} }; -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [E

Re: VIA ACPI power management controller

2003-06-06 Thread Matthew N. Dodd
do this all the time, but there\n\ are some peripherals that this causes problems with."); +static int pci_disable_io_mode_sanity = 0; +TUNABLE_INT("hw.pci.disable_io_mode_sanity", (int *)&pci_disable_io_mode_sanity); +SYSCTL_INT(_hw_pci, OID_AUTO,

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
gthread-2.0.so.200 <-- This one, I might need to report > at -threads. This does bring up a UI issue (of sorts) since the behavior you expected (constrained matches based on executable name) has some merit to it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | Fr

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
them link to libc_r.. This must be reason why it > doesn't work. Thanks! 'ldd -a' is usefule for finding this out. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Matthew N. Dodd
=== Looks like its working to me. > > # ./test-libmap /usr/X11R6/bin/ggv libthr.so.1 > [...etmpy...] > Right, there was on mapping found. So this isn't a libmap.conf issue. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Matthew N. Dodd
On Tue, 3 Jun 2003, Jeremy Messenger wrote: > It seems like the [/path/to/exec] and [exec] don't work? ftp://ftp.jurai.net/users/winter/libmap-test.tar Untar that in src/libexec/rtld-elf/ cd test/ make ./test-libmap /path/to/exec library-name -- | Matthew N. Dodd | '78 Dats

Re: Preliminary ELF prebinding patches available.

2003-05-31 Thread Matthew N. Dodd
's prelink implementation ? > How does it compare with (feature, performance) ? I've not taken a look at the Linux stuff yet. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pma

Re: breakage this morning

2003-04-02 Thread Matthew N. Dodd
On Wed, 2 Apr 2003, Michael W . Lucas wrote: > Thank you very much! Sorry about the breakage. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~w

IFF_EVIL patch available.

2003-04-01 Thread Matthew N. Dodd
Leveraging our new RFC3514 support I've implemented a new network interface flag 'IFF_EVIL' which causes all IP packets crossing the interface to have the IP_EVIL bit set. ftp://ftp.jurai.net/users/winter/patches/IFF_EVIL.patch Enjoy. -- | Matthew N. Dodd | '78 Datsun 2

Re: PC98 still broken

2003-03-29 Thread Matthew N. Dodd
On Sat, 29 Mar 2003, Takahashi Yoshihiro wrote: > > ===> pcspeaker > > @ -> /usr/src/sys > > machine -> /usr/src/sys/i386/include > > make: don't know how to make spkr.c. Stop > > *** Error code 2 Sorry about that. Fixed. -- | Matthew N. Dodd

Re: buildkernel errors after latest cvsup

2003-03-24 Thread Matthew N. Dodd
On Mon, 24 Mar 2003, Donn Miller wrote: > smapi_isa.c isn't in the tree yet. Did someone forget to commit it? Yep, sorry about that; I changed it in a different tree. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Matthew N. Dodd
On Fri, 21 Mar 2003, Brian J. Kirk wrote: > but the dmesg and installer still don't list the scsi controller, and > hence no drives. set hw.eisa_slots="12" from the loader. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL P

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
rivers and the test would set a good example for people reading the code. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Just

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
On Wed, 19 Mar 2003, Nate Lawson wrote: > Patches are at: > http://www.root.org/~nate/freebsd/if_pci/ I'd like to see calls to mtx_destroy() protected by a test for mtx_initialized(). In most cases this isn't strictly necessary but its not bad practice. -- | Matthew N. Do

Re: Hang on Boot (still)

2003-03-17 Thread Matthew N. Dodd
me help with this instead, it would be greatly > appriciated. Try setting this from the loader hw.eisa_slots="0" (or 1). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: if_iso88025subr.c: doesn't compile.

2003-03-15 Thread Matthew N. Dodd
On Sat, 15 Mar 2003, walt wrote: > So far today this file has been updated four times and it still won't > compile. Can this be debugged off-line before being committed? You just happened to catch it at a bad time. Sorry for the trouble. -- | Matthew N. Dodd | '78 Datsun

Re: Any ideas why we can't even boot a i386 ?

2003-02-27 Thread Matthew N. Dodd
On Thu, 27 Feb 2003, Garance A Drosihn wrote: > I'm thinking maybe the 5.x release CD's should include: > GENERIC > GENERIC +SMP > GENERIC +VMWARE-friendly settings > GENERIC for i386 GENERIC OLDCARD -- | Matthew N. Dodd | '78 Datsun 280Z | &

Re: The cbus driver for pc98

2003-02-17 Thread Matthew N. Dodd
; buses, it has > "PCI-ISA" bridge. This is semantics; like it or not the PC-98 boxes do have something that fits into the definition of "ISA". -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
oblem is that the drivers aren't properly turning off interrrupts before setting up the interrupt handler. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jur

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Matthew N. Dodd
that I can't suspend if an application is holding /dev/dsp or /dev/audio open. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
; its not necessary to wrap evrything in 'if (sc && error != 0) {}'. If execution reaches the 'fail' label then you assume that is what happened. I also think you should just drop and reaquire locks around the bus_setup_intr() rather than moving code around. -- | Matthew N

Re: kldloading smapi.ko on ThinkPad 600X

2003-02-14 Thread Matthew N. Dodd
On Fri, 14 Feb 2003, Ruslan Ermilov wrote: > On a recent 5.0-CURRENT, a kldload of the smapi.ko panics my box. Is > anyone else seeing this too? I'd be interested in the traceback... -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTE

Re: bus_setup_intr() vs. ether_ifattach() race

2003-02-10 Thread Matthew N. Dodd
etting up an irq but does this have side > effects? The interrupt handler should be checking IFF_UP. The driver shouldn't enable card interrupts until if_init() has been run and should disable them in it foo_stop() routine (or when the interface is brought down, detached etc.) -- | Ma

Re: LOR on current as of last Friday

2003-01-28 Thread Matthew N. Dodd
r */ Since we're using the PCI attachments for the PCIC (cardbus) and IDE controllers these 'unknown' devices aren't unexpected. If you boot verbose you can see what each 'unknown' device is looking for in the way of resources. -- | Matthew N. Dodd | '78 Datsu

Re: LOR on current as of last Friday

2003-01-28 Thread Matthew N. Dodd
{0x0001630e, "CS423x-PCI"}, /* CSC0100 */ This is the PNP ID that should show up. pcm0: at port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 5 drq 3,1 on isa0 This uses the 'mss' PCM driver (which is enabled with 'device pcm' in your config file.) -- | Matthew N.

Re: LOR on current as of last Friday

2003-01-27 Thread Matthew N. Dodd
ress 220 > > ps2 ? midi > Enabled, Address 580, IRQ 5 > > No sound. Ideas? Don't use hints; they're not going to work (I suppose they might if you use 'snd_mss0') Enable PNPBIOS. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |

Re: LOR on current as of last Friday

2003-01-27 Thread Matthew N. Dodd
wait a few days until I get my config util working in FreeBSD.) pcm0: at port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 5 drq 3,1 on isa0 -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: xl thinkpad 600x watchdog timeout

2003-01-27 Thread Matthew N. Dodd
meout". The 575 may require some special driver attention. I haven't had much time to look into it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.n

Re: I want a sysctl kern.allow_shooting_into_my_foot!

2003-01-21 Thread Matthew N. Dodd
On Tue, 21 Jan 2003, Joerg Wunsch wrote: > It already stopped me when accessing /dev/da0, so why try something > more obscure? Sorry, you've lost me. ftp://ftp.jurai.net/users/winter/patches/geom-foot.patch Just apply it to your local source tree and get on with life. -- | Matt

RE: Problem with RC3

2003-01-15 Thread Matthew N. Dodd
pads, probably back as far as the 701. I've got it working on a 560E as well. Just create a DOS filesystem sized say 16 megs larger than your system memory size and use the ps2 utility to create the hibernation file. 'ps2 hfile c' for example would create the file on C drive. -

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
have to make DOS bootable CD-ROM, etc.. You've got to have it if only for the hibernation file. (Hibernation is worth it IMHO.) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
9. I'll try to put this into > /boot/device.hints: > hint.ccb.0.irq="9" This won't work. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jur

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
t device 2.1 on pci0 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Grea

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
developers for the great work!! My 600E has real issues with ACPI; it works fine without (using APM). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jura

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
On 15 Jan 2003, Alexander Pohoyda wrote: > OK, this works for me, but then PCMCIA does not seem to work. The installer only supports NEWCARD (ie, PCI CARDBUS) devices. Do you have an ISA or PCMCIA only PCI based system? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | F

Re: Troubles installing 5.0-RC2 on a Thinkpad560

2003-01-10 Thread Matthew N. Dodd
also available on the floppies. But > this isnt the case or? Its supported by 'OLDCARD' which isn't on the install floppies. ftp://ftp.jurai.net/users/winter/5.0-RC2/ -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] |

Re: Troubles installing 5.0-RC2 on a Thinkpad560

2003-01-09 Thread Matthew N. Dodd
esources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign r

Re: Status of NEWCARD for IBM ThinkPad 600s

2003-01-02 Thread Matthew N. Dodd
ot/device.hints hw.cbb.start_memory="536870912" (or some other memory address > physical) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | F

Re: ep0 hard lockup during install

2002-12-30 Thread Matthew N. Dodd
ust fine aside from needing to re-roll kern.flp and mfsroot.flp to support OLDCARD. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

  1   2   3   4   5   >