Crist J. Clark | 1 Apr 2002 02:00
Picon

Re: Make buildworld trouble

On Sun, Mar 31, 2002 at 02:53:32PM -0600, Jeffrey J. Mountin wrote:
> At 09:10 AM 3/31/02 -0800, Crist J. Clark wrote:
> >On Sun, Mar 31, 2002 at 08:45:58AM -0800, Tom D'Aquino wrote:
> > > Thanks for the response.  I re-ran cvsup and grabbed src-all.  After doing
> > > the cvsup, the make buildworld worked fine.  So I guess my minimalistic
> > > update was to... minimal?  The first time I ran cvsup, the cvsupfile
> > > looked like this:
> > >
> > > src-base
> > > src-bin
> > > src-etc
> > > src-lib
> > > src-libexec
> > > src-sbin
> > > src-usrbin
> > > src-usrsbin
> > > src-crypto
> > > src-sys-crypto
> > >
> > > So did I miss some necessary sources?
> >
> >Missing "src-contrib" is what caused the specific error. But missing
> >any of,
> >
> >   src-contrib
> >   src-gnu
> >   src-include
> >   src-share
> >   src-sys
> >
(Continue reading)

Christopher M. Giordano | 1 Apr 2002 04:07

ppp problems in 4.5-STABLE

Unable to connect using user-land ppp since rebuilding
world & kernel from -stable sources cvsup'ed at around
9:45 AM on 29-Mar-2002.  Worked previously for a long
time using the same ppp.conf file (attached).  Chat
script appears to be timing out awaiting CONNECT.
A ppp log from when it worked is also attached, along
with the newly broken log version.

Any pointers would be appreciated, as I'm forced
to use Windoze at the moment for 'net connectivity.

P.S. Kernel pppd is timing out similarly.

Chris Giordano
CGiordano <at> ids.net
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself <at> cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.5 2001/07/13 10:55:23 brian Exp $
#################################################################

default:
 ident user-ppp VERSION (built COMPILATIONDATE)

 set device /dev/cuaa2
(Continue reading)

Christopher M. Giordano | 1 Apr 2002 05:42

Re: ppp problems on 4.5-STABLE (solved)

Never mind.

It seems the new ATA driver was attaching a new
(for my system) ata1 at irq 15 which was conflicting
with my ISA modem.

--

-- 
If only we'd stop trying to be happy we could have a pretty good time.
          -- Edith Wharton.

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

Len M | 1 Apr 2002 06:40
Picon

(unknown)

 
dak | 1 Apr 2002 10:50
Picon

Merging two partitions in one

Hi,

My HDD is partitioned in two, a FAT32 partition and an UFS partition with FreeBSD on it;
I want to know how to merge the two in one UFS partition (i'll format the FAT32 and convert
it to UFS first) and I want my /usr / /var grow too, is that is possible with a minimum (null ?)
risk of losing datas and/or breaking my UFS partition ?
The goal is to have FreeBSD on my entire disk.

I'm on FreeBSD 4.5-STABLE
Thanks in advance

-- dak

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

Bjarne Wichmann Petersen | 1 Apr 2002 11:48
Picon

Crashing, how to make a bugreport?

Hi!

I've had some issues with mplayer and FreeBSD for some time now. Usually my 
FreeBSD-box is quite stable, no problem building world, kernels and various 
big port. And no issues in daily use. Except for mplayer, which will bring 
FreeBSD to crash the hard way.

I had this problem with an old 4.4-setup running XFree 4.1.x. I have now made 
a fresh 4.5 install which is upgraded to -STABLE and installed 4.2, KDE 2.2.2 
etc.. All went fine and is running smoothly. Ogle, xine etc. runs "fine" 
aswell. I've even tested the RAM with memtest86, swapping and taking RAM out, 
no errors.

So I just had to test whether the "mplayer bug" had gone away... it hasn't.

I'm no hacker but I've tried following the steps in

<http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html#AEN4707> 
and all I get is this:

root:/sys/compile/FRODOKERNEL# gdb -k
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd".
(kgdb) symbol-file kernel.debug
Reading symbols from kernel.debug...done.
(kgdb) exec-file /var/crash/kernel.0
(kgdb) core-file /var/crash/vmcore.0
IdlePTD at phsyical address 0x0003fbc0
initial pcb at physical address 0x0035bd60
panic messages:
---
dmesg: kvm_read: invalid address (c0354c60)
---
#0  0x0 in ?? ()
(kgdb) where
#0  0x0 in ?? ()

Now, my question is how get more information out of the *.core-files and what 
do I include into a bugreport (just the above + dmesg)?

Bjarne
--

-- 
Homepage: http://www.mekanix.dk

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

Murray Stokely | 1 Apr 2002 12:24
Picon
Favicon

Please test DHCP 3.0.1 RC8

  I would like to merge ISC DHCP 3.0.1 RC8 to -STABLE within the next
few weeks.  It is available in -CURRENT now, and I have provided a
tarball for stable users here:

	http://people.FreeBSD.org/~murray/patches/dhcp-stable.tgz

  Simply move your existing /usr/src/sbin/dhclient and
/usr/src/contrib/isc-dhcp directories out of the way, then extract
this archive into /usr/src and build world.

  I'm particularly interested in users that can test the new DDNS
features or otherwise push the limits.  Please email me privately with
any reports (good or bad).

   Thanks,

   - Murray
Richard Arends | 1 Apr 2002 13:20
Picon
Favicon

Re: make depend failure

Scott,

On Fri, 29 Mar 2002, Scott Corey wrote:

> I have three different machine all using 4.5-Stable. Cvsup'd this morning. All give the same error when
building the kernel:
>
> make: don't know how to make des_enc.S. Stop
> *** Error code 2
>
> Stop in /usr/src/sys/modules.
> *** Error code 1
>
> Any suggestions would be greatly appreciated.

Same problem here on my laptop. My FreeBSD workstation has no problems.
There i have /usr/src/sys/crypto/des/arch ... That's missing on my laptop.
I did a make clean in /usr/src and cvsup'd again. Hopefully this will fix
it.

Greetings,

Richard.

----
An OS is like swiss cheese, the bigger it is, the more holes you get!

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

Берёзко Иван | 1 Apr 2002 14:16
Picon

execl() after fork() in signal handler - strange things happen :)

Hello.

> > The problem is - when doing execl() after fork() inside a 
> signal handler,
> > the signal is not delivered to executed child anymore. Is 
> this correct? (I
> > understand, that doing such things is a bad idea, but... :)
> 
> It's because the signal is blocked in the signal handler (see
> signal(3)).  The signal mask is inherited by the execl child (see
> sigprocmask(2)), so the signal is still masked in the child.  Here's
> a small modification of your program which shows this.

Yes, that is it. Is it a correct behavior of the system? SUSv2 sais it is
safe to call execl() from signal handlers (but I could not find anything
about unblocking signals by hands).

Will it be correct to unblock the signal mannualy?

Good luck.
Ivan Beriozko

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

Bob Kersten | 1 Apr 2002 15:00

natd problems

Hi,

I have a problem getting natd to work. This is the situation: i have a
freebsd machine with one network interface card which is connected to the
internet through a hub. I have a second machine with one network interface
card which runs xp and i want to get on the internet with this xp machine
through the freebsd machine. I can get on the internet on the freebsd
machine, so that works as it should. Now i want to assign a second IP adres
(10.0.0.1) to the FreeBSD machine. The XP machine has 10.0.0.2 and i want it
to use 10.0.0.1 as gateway, but that doesn't seem to work. I can't ping
10.0.0.1 on the xp machine.

Here's my rc.conf:

defaultrouter="213.51.184.1"
gateway_enable="YES"
hostname="buffy.fellownet.org"
ifconfig_de0="inet 213.51.186.212 netmask 255.255.252.0"
ifconfig_de0="alias 10.0.0.1 netmask 255.255.255.0"
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="de0"
natd_flags="-redirect_address 213.51.186.212 0.0.0.0"
inetd_enable="YES"
named_enable="YES"
kern_securelevel_enable="NO"
nfs_reserved_port_only="YES"
sendmail_enable="YES"
sshd_enable="YES"

With this rc.conf it isn't even possible to get on the internet on the
FreeBSD machine, because it says that it is routing all packages to
10.0.0.1, but it should route all packages to 213.51.186.212. If I reverse
the two ifconfig statements:

ifconfig_de0="inet 10.0.0.1 netmask 255.255.255.0"
ifconfig_de0="alias 213.51.186.212 netmask 255.255.252.0"

Than i CAN get on the internet on the FreeBSD machine, because it is routing
all packages to 213.51.186.212. But then 10.0.0.1 is unreachable from the XP
machine.

What am I doing wrong here?

Thnx,
 Bob.

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message


Gmane