Re: XFree 3.3.6 authentication failed?

2000-02-22 Thread Crist J. Clark
r I am getting > the following message whenever I try startx: > > Authentication failed - cannot start X server. > Perhaps you do not have console ownership? [snip] You built X with PAM enabled. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [

Re: named pid file in /var/run/named/pid?

2001-10-04 Thread Crist J. Clark
a deal to hack this support for named into the rc scripts. It is a hassle when considering the "correct" way to handle this to make it extensible to other daemons we may wish to run in such a manner. -- Crist J. Clark [EMAIL PROTECTED]

Re: named pid file in /var/run/named/pid?

2001-10-04 Thread Crist J. Clark
On Fri, Oct 05, 2001 at 12:03:02AM +0200, Bernd Walter wrote: > On Thu, Oct 04, 2001 at 01:19:15PM -0700, Crist J. Clark wrote: [snip] > > That wouldn't work. The whole point of /var/run/named is to set the > > permissions on the directory such that a non-root user (th

Re: named pid file in /var/run/named/pid?

2001-10-05 Thread Crist J. Clark
On Fri, Oct 05, 2001 at 11:18:18AM +0200, Bernd Walter wrote: > On Thu, Oct 04, 2001 at 03:33:35PM -0700, Crist J. Clark wrote: > > On Fri, Oct 05, 2001 at 12:03:02AM +0200, Bernd Walter wrote: > > [snip] > > > > > > It is not that big of a deal to hack this supp

Re: daily run output & passwd diff

2001-11-10 Thread Crist J. Clark
/master.passwd.bak $bak/master.passwd.bak2 cp -p /etc/master.passwd $bak/master.passwd.bak || rc=3 fi -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: daily run output & passwd diff

2001-11-12 Thread Crist J. Clark
On Mon, Nov 12, 2001 at 08:08:37AM -0800, John Baldwin wrote: > > On 11-Nov-01 Crist J. Clark wrote: > > On Fri, Nov 09, 2001 at 02:55:55PM +0100, Alexander Leidinger wrote: > >> Hi, > >> > >> I think the CVS tag shouldn't be interprete

Re: daily run output & passwd diff

2001-11-13 Thread Crist J. Clark
On Mon, Nov 12, 2001 at 10:19:31PM -0800, John Baldwin wrote: > > On 13-Nov-01 Crist J. Clark wrote: > >> What if someone comments out a line in the password file of a user? Then > >> this > >> won't hide that password. When this originally went in, it to

Re: daily run output & passwd diff

2001-11-13 Thread Crist J. Clark
fi Good for everyone? The only odd thing about this is that the cmp(1) that causes this code to be executed can find differences that the diff(1) will ignore. I think this is a feature. You still get your old master.passwd(5) file backed up whenever there is _any_ change, but you get sho

Re: options NO_KLD

2001-10-09 Thread Crist J. Clark
-security But hey, if people want it, I CAN JUST WRITE THE WARNINGS IN ALL CAPS IN THE NOTES FILE and try not to be disappointed when they still don't read it. -- Crist J. Clark [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: kldxref broken, maybe?

2001-10-10 Thread Crist J. Clark
that I am aware of is that your system might have some trouble doing kldload(8) unless it is given the full path of the module. -- Crist J. Clark [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PRO

Re: kldxref broken, maybe?

2001-10-10 Thread Crist J. Clark
On Wed, Oct 10, 2001 at 03:52:43PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "Crist J. Clark" writes: > : I think just running 'installworld' twice will "fix" it. The error is > : non-fatal, but not without implications. The only o

HEADS UP: periodic(8)-ifying daily security checks

2001-12-07 Thread Crist J . Clark
I have just committed changes to how the daily security checks are done in -CURRENT. Long ago, there was just /etc/daily. Then /etc/security was split out of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broke

Re: HEADS UP: periodic(8)-ifying daily security checks

2001-12-07 Thread Crist J . Clark
On Fri, Dec 07, 2001 at 03:58:05PM -0800, Crist J . Clark wrote: [snip] > For those who do not have the time to do this the really quick work > around is, Oops, in my haste I forgot to put the very easiest workaround, don't update /etc/periodic/daily/450.status-security. -- "I

Re: sftp and lastlog

2001-12-18 Thread Crist J . Clark
in last(1) when there is tty allocation. For example, try, $ ssh -T host And have a look at the last(8) on host. -- "It's always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | [EMAIL PROTECTED]

Re: size of /usr/src

2002-01-16 Thread Crist J . Clark
27;s always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: Mergemaster niggle

2002-02-07 Thread Crist J. Clark
stretch; the Repo Lords fixed it. You lucked out and must have updated during the window. ;) Note that if you look at your diff, the revision number went _backwards._ -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://

Re: rdr 127.0.0.1 and blocking 127/8 in ip_output()

2002-02-13 Thread Crist J. Clark
<- -> 192.168.64.20 23[192.168.64.60 1099] bubbles# So at least in -CURRENT, did this 127.0.0.1 redirect doesn't seem to work even if you remove the code from ip_output.c completely. I'll give -STABLE a try, but these IPFilter people will have the same problem when 5.0-RELEA

HEADS UP: Minor rc.firewall{,6} Change

2002-02-21 Thread Crist J. Clark
e added _unconditionally_ by the rc.network{,6} scripts. For people who want to define their own rulesets outside of the simple ones provided in the rc.firewall{,6} scripts, the system should make NO assumptions about your site's policy and be adding rules. -- Crist J. Clark

Re: Do we need a 3. level between stable and cuurent?

2001-02-20 Thread Crist J. Clark
, etc. Obviously, this would take effort, but it may be worth it to those who want to track a stable -CURRENT. It is definately less work than maintaining two versions. How does it differ than reading the mailing lists? You don't need to dig through a dozen me-toos for each problem. Someone m

fd0c mount(8) Race

2001-06-29 Thread Crist J. Clark
some type of race to get the fd0c symlink in place and I am not winning it. I switched to /dev/fd0 and the boot went fine, but if this is real, it should be fixed. Can anyone else reproduce the problem? Or is it well known (I can't find it in the mail archive)?

Re: syslogd and -a

2001-07-01 Thread Crist J. Clark
> but, if i do > > /usr/sbin/syslogd -a 192.168.1.1/32 -a 192.168.1.2/32, etc... that works > > can anyone try this out? Hmmm... Looks like, # syslogd -a 192.168.1.0/29 Will work and, # syslogd -a 192.168.1.1/29 Won't. I'll have a look. -- Crist J. Clark

Re: syslogd and -a

2001-07-02 Thread Crist J. Clark
On Mon, Jul 02, 2001 at 09:38:42AM +0100, David Malone wrote: > On Sun, Jul 01, 2001 at 09:20:44PM -0700, Crist J. Clark wrote: > > Hmmm... Looks like, > > > > # syslogd -a 192.168.1.0/29 > > > > Will work and, > > > > # syslogd -a 192.168.1.

Broken CURRENT

2001-07-22 Thread Crist J. Clark
Looks like installworld is broken in CURRENT. The /usr/share/examples/isdn/i4runppp directory was not added to etc/mtree/BSD.usr.dist. Who's got the pointy hat? -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "u

Re: ssh rsa authentication

2001-07-22 Thread Crist J. Clark
nto ssh (from anyway, even locally) using my rsa key, > it opens the session, and then immediately closes. It puts an entry in > /var/log/messages: > > fatal: PAM setcred failed[6]: Permission denied" > > Any ideas? You didn't mergemaster(8) or otherwise update /e

Copyright Contradiction in libalias

2001-08-20 Thread Crist J. Clark
hich needs to stay or which needs to go, but one of those statements does. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Copyright Contradiction in libalias

2001-08-20 Thread Crist J. Clark
g only a lawyer could answer, and I really doubt anyone is ever going to care enough about these couple of files to pay a lawyer to have a look. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
, and > they must deal with you on it because of the copyright that you hold. No, they don't have to deal with you. MS can license code in the public domain however they like. They need not consult you at all. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
On Tue, Aug 21, 2001 at 11:18:41PM +0300, Giorgos Keramidas wrote: > From: Crist J. Clark <[EMAIL PROTECTED]> > Subject: Re: Copyright Contradiction in libalias > Date: Tue, Aug 21, 2001 at 11:40:20AM -0700 > > > On Tue, Aug 21, 2001 at 08:14:59AM -0500, Thomas T. Veldho

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
n is now being distributed by FreeBSD. This is all completely > free and legal, because Charles is within his legal rights to do so. And so is FreeBSD. Strictly speaking, the license might need to be slightly reworded for public domain software, but there is no reason FreeBSD cannot add the

Re: Copyright Contradiction in libalias (Summary)

2001-08-23 Thread Crist J. Clark
;' AND ANY EXPRESS OR IMPLIED WARRANTIES blah, blah, blah...). Very sorry I sent this thread to a list rather than just go to the committer who made the license change. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Highspeed serial consoles and -current

2000-11-18 Thread Crist J . Clark
ebook PC) running at 115200 just fine, $ grep CONSOLE /etc/make.conf BOOT_COMCONSOLE_SPEED= 115200 $ grep ttyd0 /etc/ttys ttyd0 "/usr/libexec/getty std.115200" vt100 on secure And it is a CURRENT box last made mid-week. -- Crist J. Clark [EMAI

Re: /usr/local abuse

2000-12-10 Thread Crist J. Clark
for something else. If you symlink do the symlink trick, you only have one real location for files. If you were to do that, /usr/local or /usr/pkg would be identical. Might as well make /usr/local the "real" location and symlink /usr/pkg. What's the difference? -- Crist J. Clark

Re: buildkernel target breaks on pcivar.h

2000-12-13 Thread Crist J. Clark
use I'm bitten >by the pcivar.h thing during my kernel builds, too :( I had that problem too when I was building this weekend. IIRC there was a rogue '.depend' file in the _source_ tree. Do a 'make clean' of the source tree and see if that helps. -- Crist J. Clark

Re: buildkernel target breaks on pcivar.h

2000-12-14 Thread Crist J. Clark
On Thu, Dec 14, 2000 at 11:18:31AM +0200, Sheldon Hearn wrote: > > > On Wed, 13 Dec 2000 23:19:36 PST, "Crist J. Clark" wrote: > > > I had this problem this weekend. There was a rogue '.depend' file in > > my _source_ tree. I thought that I had mess

Re: buildkernel target breaks on pcivar.h

2000-12-15 Thread Crist J. Clark
On Fri, Dec 15, 2000 at 11:01:48AM +0200, Sheldon Hearn wrote: > > > On Thu, 14 Dec 2000 14:28:34 PST, "Crist J. Clark" wrote: > > > Anyone else have one of those? And what makes me even more suspicious > > is I have that exact same .depend file (same name, n

Re: test/review: /dev/console logging patch

2000-12-17 Thread Crist J. Clark
e with additional network setup" on its own line? I > seriously considered that when I was working on the echo's last night, > but I didn't want to be too revolutionary. :) s/\./(done)/ Or maybe '(finished)'? -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Crist J. Clark
Anyone been messing with the 3dfx module recently ? Myself and a few others found debris in our /usr/src/sys recently. Looks like it might be what you have there. None of us were sure if it was us messing it up or trouble somewhere else. Do a 'make cleandir' in your _source tree_

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Crist J. Clark
om /usr/src will not climb up into the modules. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

buildworld Problems at NTP

2001-01-05 Thread Crist J. Clark
ted, installing workaround for F00F bug I had been building CURRENT fine for the two months I've had it. Thanks. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildworld Problems at NTP

2001-01-05 Thread Crist J. Clark
NT FreeBSD 5.0-CURRENT #11: Wed Dec 13 23:14:41 PST 2000 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BUBBLES i386 Sources for the existing system would be from 2000/12/09. Again, the one I am trying to build has been re-cvsup'ed several times the last being about 0830 PST today. -- Crist J. Clar

sysinstall.8 Breaking buildworld

2001-01-10 Thread Crist J. Clark
? -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sysinstall.8 Breaking buildworld

2001-01-11 Thread Crist J. Clark
st an annoyance since I lost a build before I tracked it down. I woulda got over it. ;) I had not even noticed the change on some builds over the weekend since I do ususally grab src-release. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sysinstall.8 Breaking buildworld

2001-01-11 Thread Crist J. Clark
ll have a reliable /stand/sysinstall uncorrupted by the errant installworld to aid in fixing things. Again, this is just what I assumed the reason for the design to be. And I have never actually used sysinstall to recover a hosed upgrade, I like the fixit.flp. But IMHO, either both /stand/sysinstall

Re: sysinstall.8 Breaking buildworld

2001-01-11 Thread Crist J. Clark
default / size, I guess few care too much about that anymore. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: bin/24444: syslogd(8) does not update hostname

2001-01-19 Thread Crist J. Clark
as HUP'ed. IMHO, I think it is beyond the scope of syslogd(8) to actually track changes in the hostname in real-time. Noticing a change when given a HUP signal, would seem reasonable, but if hostname(1) were to log changes, that would also be fairly redundant. -- Crist J. Clark

Re: syslogd(8) does not update hostname

2001-01-20 Thread Crist J. Clark
ame. The patch just allows syslogd(8) to take note if the hostname were to change. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: bin/24444: syslogd(8) does not update hostname

2001-01-20 Thread Crist J. Clark
On Fri, Jan 19, 2001 at 11:09:24PM +0100, Dag-Erling Smorgrav wrote: > "Crist J. Clark" <[EMAIL PROTECTED]> writes: > > On Fri, Jan 19, 2001 at 12:32:53PM +0100, Dag-Erling Smorgrav wrote: > > > It should also log a message if the hostname changes. > > Shou

Re: excessive paranoia in syslogd(8)?

2001-01-20 Thread Crist J. Clark
s, # syslogd -a localhost Should provide the behavior you want. As you noted this is not the same as '-s'. It is a feature and not a bug. -- Crist J. Clark [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: excessive paranoia in syslogd(8)?

2001-01-20 Thread Crist J. Clark
On Sat, Jan 20, 2001 at 11:39:37PM -0600, Steve Price wrote: > On Sat, Jan 20, 2001 at 09:20:39PM -0800, Crist J. Clark wrote: > # > # You can write to the /dev/log (usually symlinked to /var/run/log) > # socket with '-s' set. > # > # If you want to or

Re: excessive paranoia in syslogd(8)?

2001-01-22 Thread Crist J. Clark
;-ss'. In all three cases, a local user can nail you. The only risk I see is 127.0.0.1 being forced in from the LAN, and even then, I can't recall if FreeBSD will ever accept loopback numbers coming in a non-loopback interface. And that still is only local net, 127/8 packets aren'

Kernel Panic from Yesterday's CVSup

2001-02-04 Thread Crist J. Clark
I don't recall reports of trouble with recent CURRENT, but my CVSup from yesterday afternoon is panicing. Before I try too debug this, has anyone been getting these or knows what I might be missing? Boot messages and the panic info are attached. -- Crist J.

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Crist J. Clark
On Mon, Feb 05, 2001 at 02:51:59PM -0800, John Baldwin wrote: > > On 05-Feb-01 Crist J. Clark wrote: > > I don't recall reports of trouble with recent CURRENT, but my CVSup > > from yesterday afternoon is panicing. Before I try too debug this, has > > anyone been

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Crist J. Clark
ttachment, did not repeat the kernel config since it has not changed) -- Crist J. Clark [EMAIL PROTECTED] Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of Califo

Mounting Other *BSD Partitions

2003-01-22 Thread Crist J. Clark
mount some old NetBSD partitions? Or is there some magical incantation to get this to work? -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send ma

Re: Cisco vpnclient

2003-01-31 Thread Crist J. Clark
l have to set a dedicated redhat 6.x/7.x > beside my FreeBSD gateway. Would it be possible to use NAT to > extend the VPN (I only have one dedicated fixed IP on the gateway). Cisco VPN clients do work behind NAT (provided the NAT gateway can deal with the traffic). -- Crist J. Cl

Re: IPFIREWALL_FORWARD kernel config option gone?

2003-11-21 Thread Crist J. Clark
However, killing it from the kernel configuration files only happened this month. Since it's been gone from the documentation for so long, whether it needs an entry in UPDATING is debatable. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL P

Re: arp.

1999-04-06 Thread Crist J. Clark
nd your Secondary Router? Say using NAT and a 10.0.0 subnet? [0] All you need to do on the router is add a route to Secondary Router for IPs on SubNet2. All you need is the address for the Secondary Router and a subnet mask. [1] The Secondary Router would not actually be doing routing in this case.

Create linker.hints at boot

2003-03-14 Thread Crist J. Clark
re out the boot directory rather than hardwire /boot/kernel? This is my first stab at rc-ng for a long while, so please be gentle if I've not handled that the best way. Patches attached. -- Crist J. Clark | [EMAIL PROTECTED] | [E

Re: Create linker.hints at boot

2003-03-17 Thread Crist J. Clark
On Fri, Mar 14, 2003 at 07:27:42PM -0800, Peter Wemm wrote: > "Crist J. Clark" wrote: > > > > --C7zPtVaVf+AK4Oqc > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > > > Perhaps it would be a good idea to build a l

Re: Create linker.hints at boot

2003-03-17 Thread Crist J. Clark
On Mon, Mar 17, 2003 at 09:11:12AM -0800, David O'Brien wrote: > On Mon, Mar 17, 2003 at 12:28:34AM -0800, Crist J. Clark wrote: > > +kldxref_start () { > > + if [ -z "$kldxref_module_path" ]; then > > + MODULE_PATHS=`sysc

Re: Create linker.hints at boot

2003-03-17 Thread Crist J. Clark
On Mon, Mar 17, 2003 at 01:07:53PM -0800, David O'Brien wrote: > On Mon, Mar 17, 2003 at 12:43:19PM -0800, Crist J. Clark wrote: > > On Mon, Mar 17, 2003 at 09:11:12AM -0800, David O'Brien wrote: > > > On Mon, Mar 17, 2003 at 12:28:34AM -0800, Crist J. Clark w

Re: RELENG_4 to RELENG_5_1

2003-06-04 Thread Crist J. Clark
G_5_1 on RELENG_4, but I have been getting the same failure originally quoted when building HEAD on RELENG_4 for several days now. I suggest that the original poster double-check that he has RELENG_5_1 and not HEAD. And I do have buildworld logs. I'll send in a separate mail. -- Crist J. Clark

Re: RELENG_4 to RELENG_5_1

2003-06-04 Thread Crist J. Clark
on > > this. Thanks for the reports. > > Just a quick question, what version of GCC is going to appear in FreeBSD > 5.1? I heard that it maybe GCC 3.2.3 and that GCC 3.3 (depending on its > stability) will be used for 5.2. Could someone either confirm or correct me

Re: bug in awk implementation?

2002-07-16 Thread Crist J. Clark
its string value is used for separating records. If RS is set to the null string, then records are separated by blank lines. When RS is set to the null string, the new- line character always acts as a field separator, in addi- tion to whatever value FS may ha

Re: bug in awk implementation?

2002-07-16 Thread Crist J. Clark
On Tue, Jul 16, 2002 at 04:57:42PM -0700, Gordon Tetlow wrote: > On Tue, 16 Jul 2002, Crist J. Clark wrote: > > > And since it is clearly documented, awk(1) says, > > > >Records > >Normally, records are separated by newline characters. > >

Re: question about ipl.ko

2002-08-16 Thread Crist J. Clark
ent >problem ? Both. If you are getting an 'Exec format error,' there is something wrong at your end. However, ipl.ko has been broken in CURRENT for a "long time" (over a year at least) and will not load (albeit with a different error message). -- Crist J.

Re: disklabel doesnt let root to edit labels anymore?

2002-09-21 Thread Crist J. Clark
On Sat, Sep 21, 2002 at 12:32:47PM +0300, mika ruohotie wrote: > > eh? > > it seems regardless of the flags i'm giving to disklabel it prevents > me from editing/restoring/whatever labels. only thing i can do is > to read them. What error are you gett

Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-21 Thread Crist J. Clark
gs.html> for instructions. mkdep: compile failed *** Error code 1 Stop in /home/cjc/obj/usr/src.CURRENT/sys/GOKU. *** Error code 1 Stop in /home/cjc/obj/usr/src.CURRENT/sys/GOKU. *** Error code 1 Stop in /usr/src.CURRENT. *** Error code 1 S

Re: Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-23 Thread Crist J. Clark
On Sun, Sep 22, 2002 at 11:09:56PM -0400, Alexander Kabaev wrote: > I am asking people having CPP0 dying with SIG11 to try the patch at URL > below. Success/failure reports are appreciated. > > http://people.freebsd.org/~kan/gcc-cpp.diff It seems to have worked. Thanks. -- Cr

Re: Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-23 Thread Crist J. Clark
On Mon, Sep 23, 2002 at 03:59:46PM -0400, Alexander Kabaev wrote: > On Mon, 23 Sep 2002 12:55:49 -0700 > "Crist J. Clark" <[EMAIL PROTECTED]> wrote: > > > It seems to have worked. Thanks. > > Sorry for inconvenience, but could you please check that you

Re: Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-24 Thread Crist J. Clark
On Tue, Sep 24, 2002 at 11:43:22AM -0400, Alexander Kabaev wrote: > On Tue, 24 Sep 2002 00:00:45 -0700 > "Crist J. Clark" <[EMAIL PROTECTED]> wrote: > > > Not too sure about that. Now I'm getting SIGSEGV again, > > You are right. There was a stupid mis

Re: Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-25 Thread Crist J. Clark
ke method? Since I'm building a CURRENT kernel on a STABLE box, I think buildkernel is the only practical choice. With the latest patch, today's automated build ran fine. Thanks. -- Crist J. Clark | [EMAIL PROTECTED]

Re: Install World fails in -Current

2002-02-23 Thread Crist J. Clark
ted src/etc/master.passwd to process the BSD.*.dist files into a format with 'uid's on the fly during buildworld-installworld. These versions would only be built during buildworld and only used by the mtree(8) commands during installworld. The source

NetBSD-style rc.d Project

2002-02-26 Thread Crist J. Clark
tched to this by 5.0-RELEASE? -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

devfs(5) Permissions

2002-03-03 Thread Crist J. Clark
27;n' bpf(4) devices and which then modifies the permissions), but it would be much easier to be able to tell the system what the default permissions are. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http:

Re: devfs(5) Permissions

2002-03-03 Thread Crist J. Clark
On Sun, Mar 03, 2002 at 05:42:10PM +0100, Riccardo Torrini wrote: > On 03-Mar-2002 (16:31:36/GMT) Crist J. Clark wrote: > > > How does one change the permissions on dynamically created > > devices? That is, when the node comes into existence, it has > > the per

Re: kern_linker.c rev. 1.75 and newer cause loading problem

2002-03-10 Thread Crist J. Clark
fs AddressSize Name > 1 15 0xc010 262e40 kernel > 32 0xc037c000 15480miibus.ko > 41 0xc0392000 7798 if_rl.ko > 52 0xc039a000 1a14csnd_pcm.ko > 61 0xc03b5000 9538 snd_maestro3.ko > 71 0xc03bf000 c860 agp.ko > 81 0xcb0520

Re: 4.5->5.0 kldxref:No such file or directory

2002-03-12 Thread Crist J. Clark
/5.0/boot/kernel > kldxref:No such file or directory > *** Error code 1 (ignored) >^ Note. > Since there is no kldxref in 4.5, this should probably included in > the bootstrap process somehow. A known issue. The install process de

Re: 4.5->5.0 kldxref:No such file or directory

2002-03-12 Thread Crist J. Clark
On Wed, Mar 13, 2002 at 04:13:35AM +0100, Emiel Kollof wrote: > * Crist J. Clark ([EMAIL PROTECTED]) wrote: > > > *** Error code 1 (ignored) > > >^ > > > > Note. > > > > > Since there is no kldxref in 4.5, this

disklabel(8) floppy panic

2002-03-19 Thread Crist J. Clark
Have a crash box handy? $ disklabel fd0.1440 -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

"Unexpected Soft Update Inconsistency"

2002-03-19 Thread Crist J. Clark
e on how to fix? -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: "Unexpected Soft Update Inconsistency"

2002-03-20 Thread Crist J. Clark
29523 used, 2651122 free (34074 frags, 327131 blocks, 0.8% >fragmentation) > > > >***** FILE SYSTEM STILL DIRTY * > > > >* PLEASE RERUN FSCK * > > > >There are no reports of hard errors, so I believe this is purely a > >"soft&quo

Building 5.0 on 4.5 Broken in xlint?

2002-03-20 Thread Crist J. Clark
" not found *** Error code 1 *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTE

Re: Building 5.0 on 4.5 Broken in xlint?

2002-03-20 Thread Crist J. Clark
y don't want to put a libc.so.5 in the -STABLE system. And I shouldn't be getting that error. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: se

Broken bktr(4) module

2002-03-24 Thread Crist J. Clark
I believe the recent changes to the bktr(4) module Makefile broke it, ===> bktr ===> bktr/bktr make: don't know how to make smbus.h. Stop *** Error code 2 Stop in /usr/src/sys/modules/bktr. *** Error code 1 . . . A fresh checkout on freefall still seems to have this problem. -- Cri

nfsclient module panics

2002-03-27 Thread Crist J. Clark
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 0xc01b6b8a in dumpsys () Is this a known issue (I haven't noted mention of it on here) or does someone want to see some more debugging info? -- Crist J. Clark | [EMAIL PROTECTED] | [

Installing Cross Builds

2002-03-29 Thread Crist J. Clark
at installworld doesn't work for cross builds? If not, I need to figure out what the heck I'm doing wrong. If I am right, I guess that means not too many people are interested in such a feature? -- Crist J. Clark | [EMAIL PROTECTED]

Re: Installing Cross Builds

2002-03-31 Thread Crist J. Clark
On Sun, Mar 31, 2002 at 05:57:31PM -0800, Marcel Moolenaar wrote: > On Fri, Mar 29, 2002 at 01:10:17PM -0800, Crist J. Clark wrote: > > After reviewing the world Makefiles, it sure looks like FreeBSD does > > not support 'installworld' of a cross build? > > Ru

Re: kldxref problem

2002-04-01 Thread Crist J. Clark
n/kldxref seems pretty ugly. The better thing to do is to have a version in /usr/obj/usr/src//usr/sbin by making it a crosstool. The failure should not be ignored in this case. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kldxref problem

2002-04-01 Thread Crist J. Clark
On Mon, Apr 01, 2002 at 03:07:46PM -0800, Terry Lambert wrote: > "Crist J. Clark" wrote: > > This whole argument ignores what the real problem is. The really > > correct way to handle this is to use the kldxref(8) built in the > > 'buildworld' phase. (

Re: kldxref problem

2002-04-02 Thread Crist J. Clark
On Mon, Apr 01, 2002 at 06:08:40PM -0800, Terry Lambert wrote: > "Crist J. Clark" wrote: > > > This came up in the first place because it's a cross-envrionment > > > issue that needs resolving. The "workaround" exists because the > > > w

Re: kldxref problem

2002-04-02 Thread Crist J. Clark
On Tue, Apr 02, 2002 at 04:45:13PM -0800, Peter Wemm wrote: > "Crist J. Clark" wrote: > > On Mon, Apr 01, 2002 at 03:07:46PM -0800, Terry Lambert wrote: > > > "Crist J. Clark" wrote: > > > > This whole argument ignores what the real problem is. T

Re: kldxref problem

2002-04-02 Thread Crist J. Clark
pull packages from anywhere. Building the doc tree has almost nothing to do with building world or kernel from the source tree. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PR

Re: Couple of weird messages in logs, and crashing to debuggier.

2002-04-14 Thread Crist J. Clark
ently broken. -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Adding a 'bpf' group for /dev/bpf*

2002-04-20 Thread Crist J. Clark
I do this a lot too on systems where it makes sense. But I'm not sure I understand what you are asking to be done. Is it asking too much of an administrator to do, # echo 'sniff:*:80:' >> /etc/group # chown root:sniff /dev/bpf* # chmod 640 /dev/bpf* To do the appropriate

Re: Adding a 'bpf' group for /dev/bpf*

2002-04-20 Thread Crist J. Clark
On Sat, Apr 20, 2002 at 04:02:13PM -0600, Lyndon Nerenberg wrote: > >>>>> "Crist" == Crist J Clark <[EMAIL PROTECTED]> writes: > > Crist> I do this a lot too on systems where it makes sense. But I'm > Crist> not sure I understand wha

Re: Adding a 'bpf' group for /dev/bpf*

2002-04-20 Thread Crist J. Clark
On Sat, Apr 20, 2002 at 04:27:18PM -0600, Lyndon Nerenberg wrote: > >>>>> "Crist" == Crist J Clark <[EMAIL PROTECTED]> writes: > > Crist> OK. Now you've really lost me. What do ports have to do with > Crist> this? Which ports? None o

Re: Adding a 'bpf' group for /dev/bpf*

2002-04-22 Thread Crist J. Clark
hings like snort, > > tcpdump, etc., are quite happy with it (under stable). > > There's the other small problem that you have to be root to set > promiscuous mode. Nope. Just read access to bpf(4). -- Crist J. Clark | [EMAIL PROTECTED]

Re: upgrade from 4.5 to current fails

2002-04-28 Thread Crist J. Clark
llworld.' However, I have (and think I posted somewhere?) some kludgey patches that build kldxref(8) as a cross-tool so that it works for 4.5 to 5.0 upgrades. But it's not really the "right" fix (since it is not a true cross-tool), so I h

Re: truss

2002-04-28 Thread Crist J. Clark
n 4.x, but I may not understand what you mean by "special privileges?" (To me it means s{u,g}id.) -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/| [EMAIL PROTECTED] To Unsubscribe:

  1   2   >