Kernel crashes on isa0 initialize

2002-10-15 Thread Hirofumi SHINKE
I have installed FreeBSD 4.7-stable to may laptop pc. It is an old ISA based machine. I found 4.7-stable kernel crashes in fatal trap 12 at boot time on the machine, while 4.7-RC kernel worked well. So I examined differences between the versions and found new implementation of nexus_print_al

Re: Ifconfig config of gif tunnels

2002-10-15 Thread Eugene Grosbein
On Tue, Oct 15, 2002 at 05:32:50PM +0200, Oliver Fromme wrote: > > (1) It just overwrote system files that users are not supposed to > > change anyway, like files in /etc/defaults and the /etc/rc* > > files. > Additionally, I think it might be a good idea to make those > f

Re: Some Changes to Mergemaster

2002-10-15 Thread Oliver Fromme
Matthew Dillon <[EMAIL PROTECTED]> wrote: > (2) Initial diff does not use the pager and chops it to fit on a single > screen. This fixes the problem where you would sometimes be left > in the pager and sometimes not be left in the pager, depending > on the size of

Re: Ifconfig config of gif tunnels

2002-10-15 Thread Oliver Fromme
Matthew Dillon <[EMAIL PROTECTED]> wrote: > I would like mergemaster a whole lot more if: > > (1) It just overwrote system files that users are not supposed to > change anyway, like files in /etc/defaults and the /etc/rc* > files. Additionally, I think it might be a

Panic: init dying with 4.7 kernel

2002-10-15 Thread James F. Hranicky
I've just upgraded from FreeBSD 4.6-STABLE (CISEKERN) #15: Tue Aug 20 14:37:29 EDT 2002 to FreeBSD 4.7-STABLE #18: Mon Oct 14 14:59:08 EDT 2002 and for some reason, with the 4.7 kernel, init is dying: FreeBSD 4.7-STABLE #18: Mon Oct 14 14:59:08 EDT 2002 [EMAIL PROTECTED]

Re: Mergemaster [was: Re: Ifconfig config of gif tunnels]

2002-10-15 Thread Michael Bretterklieber
Hi, I think something like /etc/defaults/mergemaster.conf, where for each file or for each directory (or pattern) can be defined the action, like "always update", "never update", "merge". There are many files wich can be always updated during mergemaster like /etc/periodic or rc.*. The user

Re: 4.7: buildworld succeeds, installworld fails

2002-10-15 Thread Chris Faulhaber
On Tue, Oct 15, 2002 at 08:39:06AM -0400, ender wrote: > [INSERT SOUND OF FOREHEAD HITTING TABLE HERE] > > Yes. /tmp is mounted noexec. *grumble* > > Sorry to have wasted everyone's time. > Heh, TMPDIR is your friend :) -- Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]

Re: Mergemaster [was: Re: Ifconfig config of gif tunnels]

2002-10-15 Thread Phil Kernick
Lucky Green wrote: > Matthew Dillon wrote about mergemaster: > - > I also like the idea someone posted in regards to having a list of > files 'typically never modified by the sysop', e.g. /etc/defaults/*, > /etc/rc*, and so forth, though with the patches I have so far that

Re: 4.7: buildworld succeeds, installworld fails

2002-10-15 Thread ender
>> I'm attempting to upgrade a 4.6.2 box to 4.7 using source. I have successfully >> built the new world, however when I try to install it I get the following: >> >> barrow# cd /usr/src/ >> barrow# make installworld >> mkdir -p /tmp/install.4267 >> for prog in [ awk cat chflags chmod chown date e

Re: Mergemaster [was: Re: Ifconfig config of gif tunnels]

2002-10-15 Thread David Wolfskill
>From: "Lucky Green" <[EMAIL PROTECTED]> >Date: Tue, 15 Oct 2002 02:11:22 -0700 >... What would also be >helpful, though this may be diff's fault, would be if there were less >tendency for mergemaster to combine changes the admin likely wants to >make (adding a new user the OS requires) with cha

Re: 4.7: buildworld succeeds, installworld fails

2002-10-15 Thread Justas Gurinavicius
Hello ender, What is your kernel security level? sysctl -a | grep kern.securelevel kern.securelevel: -1 Tuesday, October 15, 2002, 2:15:36 PM, you wrote: e> I'm attempting to upgrade a 4.6.2 box to 4.7 using source. I have successfully e> built the new world, however when I try to install it I

Re: 4.7: buildworld succeeds, installworld fails

2002-10-15 Thread Chris Faulhaber
On Tue, Oct 15, 2002 at 08:15:36AM -0400, ender wrote: > I'm attempting to upgrade a 4.6.2 box to 4.7 using source. I have successfully > built the new world, however when I try to install it I get the following: > > barrow# cd /usr/src/ > barrow# make installworld > mkdir -p /tmp/install.4267 >

4.7: buildworld succeeds, installworld fails

2002-10-15 Thread ender
I'm attempting to upgrade a 4.6.2 box to 4.7 using source. I have successfully built the new world, however when I try to install it I get the following: barrow# cd /usr/src/ barrow# make installworld mkdir -p /tmp/install.4267 for prog in [ awk cat chflags chmod chown date echo egrep find grep

Mergemaster [was: Re: Ifconfig config of gif tunnels]

2002-10-15 Thread Lucky Green
Matthew Dillon wrote about mergemaster: - I also like the idea someone posted in regards to having a list of files 'typically never modified by the sysop', e.g. /etc/defaults/*, /etc/rc*, and so forth, though with the patches I have so far that particular problem is not