Re: MALLOC_PRODUCTION

2012-05-09 Thread Beech Rintoul
On 5/8/2012 10:26 PM, Christer Solskogen wrote:
 On Wed, May 9, 2012 at 1:20 AM, Beech Rintoul free...@freebsdnorth.com 
 wrote:
 I'm a bit unclear where to define MALLOC_PRODUCTION. does it go in
 make.conf or src.conf?
 make.conf.
 http://svnweb.freebsd.org/base/head/UPDATING?revision=234396view=markup

Thanks to everyone who replied.

Actually, UPDATING is wrong. Since this only affects a system build the
proper place to define it is in src.conf.
It will work from either make.conf or src.conf, but there's no reason to
define it on a ports build.

Maybe someone with a src bit can fix that.

Beech



___
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


MALLOC_PRODUCTION

2012-05-08 Thread Beech Rintoul
I'm a bit unclear where to define MALLOC_PRODUCTION. does it go in
make.conf or src.conf?

Beech

___
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: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Beech Rintoul
On Wednesday 28 September 2011 12:18:47 Doug Barton wrote:
 On 09/28/2011 12:39, Hartmann, O. wrote:
  The mess started to happen when I tried to repair a non CLANG
  compiling port math/gotoblas with portmaster -vf amth/gotoblas.
  Since this build binutils and even gettext and libiconv, I guess they
  got broken. Last I saw was a successful installation report from
  portmaster. But the libiconv.so.3 wasn't there anymore when I checked!
  
  This is a catastrophy ...
  
  I'm on FreeBSD 10.0-CURRENT r225844
 
 It's been widely reported on the ports list that you can't do fresh
 ports compiles on 10-current, and won't be able to until well after
 9.0-RELEASE. The primary reason is that auto* stuff doesn't understand
 the 2-digit release version.
 
 Solutions are to set UNAME_r=9.0-CURRENT in your environment, and/or
 twiddle the version in newvers.sh and rebuild/reinstall your kernel.
 
 
 hth,
 
 Doug

So if I change /usr/src/sys/conf/newvers.sh to something like vers 9.9 I'm not 
going to shoot myself in the foot if I try and update? I would really like to 
avoid downgrading this box.I've altready been bitten once today and had to 
build packages on my tindy and force install.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Beech Rintoul
On Wednesday 28 September 2011 12:47:50 Doug Barton wrote:
 On 09/28/2011 13:45, Beech Rintoul wrote:
  On Wednesday 28 September 2011 12:18:47 Doug Barton wrote:
  On 09/28/2011 12:39, Hartmann, O. wrote:
  The mess started to happen when I tried to repair a non CLANG
  compiling port math/gotoblas with portmaster -vf amth/gotoblas.
  Since this build binutils and even gettext and libiconv, I guess they
  got broken. Last I saw was a successful installation report from
  portmaster. But the libiconv.so.3 wasn't there anymore when I checked!
  
  This is a catastrophy ...
  
  I'm on FreeBSD 10.0-CURRENT r225844
  
  It's been widely reported on the ports list that you can't do fresh
  ports compiles on 10-current, and won't be able to until well after
  9.0-RELEASE. The primary reason is that auto* stuff doesn't understand
  the 2-digit release version.
  
  Solutions are to set UNAME_r=9.0-CURRENT in your environment, and/or
  twiddle the version in newvers.sh and rebuild/reinstall your kernel.
  
  
  hth,
  
  Doug
  
  So if I change /usr/src/sys/conf/newvers.sh to something like vers 9.9
  I'm not going to shoot myself in the foot if I try and update? I would
  really like to avoid downgrading this box.I've altready been bitten once
  today and had to build packages on my tindy and force install.
 
 That should be the case, yes. I haven't tested it yet myself. If you do,
 and it works, let us know and I'll write the UPDATING entry if no one
 else does.

No problem, I'm building now. Any suggestions as to what port I should try 
after the reboot?

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Beech Rintoul
On Wednesday 28 September 2011 12:53:23 Beech Rintoul wrote:
 On Wednesday 28 September 2011 12:47:50 Doug Barton wrote:
  On 09/28/2011 13:45, Beech Rintoul wrote:
   On Wednesday 28 September 2011 12:18:47 Doug Barton wrote:
   On 09/28/2011 12:39, Hartmann, O. wrote:
   The mess started to happen when I tried to repair a non CLANG
   compiling port math/gotoblas with portmaster -vf amth/gotoblas.
   Since this build binutils and even gettext and libiconv, I guess they
   got broken. Last I saw was a successful installation report from
   portmaster. But the libiconv.so.3 wasn't there anymore when I
   checked!
   
   This is a catastrophy ...
   
   I'm on FreeBSD 10.0-CURRENT r225844
   
   It's been widely reported on the ports list that you can't do fresh
   ports compiles on 10-current, and won't be able to until well after
   9.0-RELEASE. The primary reason is that auto* stuff doesn't understand
   the 2-digit release version.
   
   Solutions are to set UNAME_r=9.0-CURRENT in your environment, and/or
   twiddle the version in newvers.sh and rebuild/reinstall your kernel.
   
   
   hth,
   
   Doug
   
   So if I change /usr/src/sys/conf/newvers.sh to something like vers 9.9
   I'm not going to shoot myself in the foot if I try and update? I would
   really like to avoid downgrading this box.I've altready been bitten
   once today and had to build packages on my tindy and force install.
  
  That should be the case, yes. I haven't tested it yet myself. If you do,
  and it works, let us know and I'll write the UPDATING entry if no one
  else does.
 
 No problem, I'm building now. Any suggestions as to what port I should try
 after the reboot?

I'm now at 9.9 and gawk built without problems. So this seems to work at least 
for the time being. Thanks for the fix, even if it is temporary. :-) If anyone 
else has a problem port let me know, I'd be happy to run a few.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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


Failure with 9.0 Beta1

2011-08-24 Thread Beech Rintoul
Trying to build today's current I get the following:

cc -O2 -pipe  -DATJOB_DIR=\/var/at/jobs/\  -
DLFILE=\/var/at/jobs/.lockfile\  -DLOADAVG_MX=1.5 -
DATSPOOL_DIR=\/var/at/spool\  -DVERSION=\2.9\ -DDAEMON_UID=1 -
DDAEMON_GID=1  -DDEFAULT_BATCH_QUEUE=\'E\'  -DDEFAULT_AT_QUEUE=\'c\' -
DPERM_PATH=\/var/at/\ -I/usr/src/libexec/atrun/../../usr.bin/at -
I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 -fstack-protector -
Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-
sign  -o atrun atrun.o gloadavg.o -lpam -lutil
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyylex'
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyyin'
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyytext'
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyyerror'
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyylineno'
*** Error code 1

uname -a
FreeBSD pinnacle.akherb.com 9.0-BETA1 FreeBSD 9.0-BETA1 #3: Fri Aug 12 
22:55:05 AKDT 2011 r...@pinnacle.akherb.com:/usr/obj/usr/src/sys/PINNACLE  
i386

I'm not building with clang and the only references I get from google don't 
seem to have any answers.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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: Failure with 9.0 Beta1

2011-08-24 Thread Beech Rintoul
On Tuesday 23 August 2011 23:43:14 Garrett Cooper wrote:
 On Wed, Aug 24, 2011 at 12:08 AM, Beech Rintoul be...@freebsd.org wrote:
  Trying to build today's current I get the following:
 Please update to HEAD and read UPDATING @ 20110815. There are
 several references in the archives last week and the week before to
 this build failure.
 Cheers,
 -Garrett

Thanks, I missed the second part of that post.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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: Failure with 9.0 Beta1

2011-08-24 Thread Beech Rintoul
On Tuesday 23 August 2011 23:24:30 Conrad J. Sabatier wrote:
 On Tue, 23 Aug 2011 23:08:17 -0800
 
 Beech Rintoul be...@freebsd.org wrote:
  Trying to build today's current I get the following:
  
  cc -O2 -pipe  -DATJOB_DIR=\/var/at/jobs/\  -
  DLFILE=\/var/at/jobs/.lockfile\  -DLOADAVG_MX=1.5 -
  DATSPOOL_DIR=\/var/at/spool\  -DVERSION=\2.9\ -DDAEMON_UID=1 -
  DDAEMON_GID=1  -DDEFAULT_BATCH_QUEUE=\'E\'  -DDEFAULT_AT_QUEUE=\'c\' -
  DPERM_PATH=\/var/at/\ -I/usr/src/libexec/atrun/../../usr.bin/at -
  I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99
  -fstack-protector - Wsystem-headers -Werror -Wall -Wno-format-y2k
  -Wno-uninitialized -Wno-pointer- sign  -o atrun atrun.o gloadavg.o
  -lpam -lutil /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined
  reference to `_nsyylex' /usr/obj/usr/src/tmp/usr/lib/libc.so:
  undefined reference to
  `_nsyyin' /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference
  to `_nsyytext' /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined
  reference to `_nsyyerror' /usr/obj/usr/src/tmp/usr/lib/libc.so:
  undefined reference to `_nsyylineno' *** Error code 1
  
  uname -a
  FreeBSD pinnacle.akherb.com 9.0-BETA1 FreeBSD 9.0-BETA1 #3: Fri Aug
  12 22:55:05 AKDT 2011
  r...@pinnacle.akherb.com:/usr/obj/usr/src/sys/PINNACLE i386
  
  I'm not building with clang and the only references I get from google
  don't seem to have any answers.
  
  Beech
 
 There was a thread on this problem just a few weeks ago.  Without going
 into all of the technical explanations for what's happening, the short
 answer is: build and install a new kernel (should work), reboot, *then*
 do a buildworld.
 
 I can't recall the thread Subject: offhand, but it worked for me and
 others, so it's safe.  If I think of the actual reference to point
 you to, I'll let you know.
 
 Happy building.  :-)

Thanks, that's also what UPDATING implies.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



___
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: Ethernet (xl) will not transmit or receive

2003-02-21 Thread Beech Rintoul
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Oberman
Sent: Friday, February 21, 2003 7:27 AM
Cc: [EMAIL PROTECTED]
Subject: Re: Ethernet (xl) will not transmit or receive


 Date: Thu, 20 Feb 2003 08:19:05 -0800
 From: Kevin Oberman [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]

 I updated my 5.0 system built in late January to RELENG_5_0 on Sunday
 and the Ethernet was not working. I tried again last night with no
 change in behavior.

 The system is an AMD K6-2 on an ASUS P5A mobo. I have a 3Com 3c905B
 Ethernet which had been working fine on a kernel built in late
 January.

 The dmesg is not too meaningful, but the system shows no errors. It
 simply never receives a packet. ARPs are all incomplete and no packets
 are transmitted although netstat -in indicates that they are. The
 packets never actually reach the wire, though.

 I can't believe that no one else has this card, but I didn't find

 anything in the archives on it.

 Any idea what needs to be rolled back and how far? I'm suspicious that
 it might be an mii problem. Maybe even an interrupt issue. I an
 suspicious of the second, empty xlphy0: line in the dmesg, but the
 reported MAC is right and my old kernel that works seems to generate a
 similar empty line.

To follow up with more information:

Several folks suggested ifconfiging the interface down and up (or down
and up with media and mediaopt specified). This did not help at all.

ifconfig shows the interface as up but in hardware loopback at
100BaseTX. I see no link on the line and the status line in the
ifconfig output is blank. I tried to force it to 10BaseT/UTP and
half-duplex, but this did not work.

When the system boots I see link until the device probes. After about
1-2 seconds, link is restored. This is identical to what I see with
the January kernel. Then, when the network is started, the link goes
out and stays out.

I have not had time to try instrumenting the network startup to see
exactly which command does this, but may get a chance this weekend.
The system in question is at home and it's a bit hard to deal with
remotely since I lose connectivity if the system boots the new V5
kernel.

Do you have PNP os on in your bios? I had the same problem with one those
cards several months ago and turning off PNP solved it.

Beech

  ---
Beech Rintoul - Network Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  |

 X  - NO Word docs in e-mail | Anchorage, AK 99518-1841
  No More Spam! http://www.knockmail.com/default.asp?AID=B0R00073
/ \ -




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Drive Resetting

2003-02-18 Thread Beech Rintoul
I just installed a new maxtor drive on a 200Mhz Compaq Deskpro running 5.0
setup went normally (no errors) fsck showed no errors. However, I am now
getting the following under heavy disk activity:

Feb 18 12:32:46 stargate kernel: ad2: WRITE command timeout tag=0 serv=0 -
reset
ting
Feb 18 12:32:46 stargate kernel: ata1: resetting devices ..
Feb 18 12:32:46 stargate kernel: done

Anyone have any suggestions on how to fix this? Its happens frequently,
especially during compiles.

Beech
  ---
Beech Rintoul - Network Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  |
 X  - NO Word docs in e-mail | Anchorage, AK 99518-1841
  No More Spam! http://www.knockmail.com/default.asp?AID=B0R00073
/ \ -















To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Build failure rpm

2002-09-10 Thread Beech Rintoul

I was trying to update linux_base and got the following build failure:

cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../build -I../misc -I/usr/local/include 
-I/usr/local/include -O -pipe -D_GNU_SOURCE -Wall -Wpointer-arith 
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -c cpio.c  
-fPIC -DPIC -o .libs/cpio.lo
In file included from ../system.h:279,
 from cpio.c:1:
../misc/glob.h:51: redefinition of `__size_t'
/usr/include/machine/_types.h:81: `__size_t' previously declared here
gmake[2]: *** [cpio.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/archivers/rpm/work/rpm-3.0.6/lib'
gmake[1]: *** [all-recursive] Error 1

Running -current (yesterday). 

Beech

-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -













To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Build failure rpm

2002-09-10 Thread Beech Rintoul

On Tuesday 10 September 2002 10:11 am, Kris Kennaway wrote:
 On Tue, Sep 10, 2002 at 08:21:31AM -0800, Beech Rintoul wrote:
  I was trying to update linux_base and got the following build failure:

 Known problem; see the list archives for a patch.

 Kris

Already applied those patches, still getting the same error.

Beech
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -













To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Config problem kdelibs3

2002-09-06 Thread Beech Rintoul

I'm still attempting to get kde3 to install on -current. After fixing 
Scheduler.h and installing the lang.c patch I'm running into a new problem.
Everything is installed fresh (including XFree86) qt3 installed without 
errors, but now when I try to install kdelibs3 the configure stops at the 
following line:

checking whether uic supports -nounload...

The program just stops there, no errors. I let it run for about an hour and 
nothing Any suggestions would be appreciated.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -













To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KDE broken on CURRENT (with gcc3.2)

2002-09-04 Thread Beech Rintoul

On Tuesday 03 September 2002 09:28 pm, Michael WARDLE wrote:
  I have the exact same problem (even with fam-2.6.9).
  Can you post that patch?

 There was an error with FAM and GCC 3.1 discussed here:
 http://oss.sgi.com/projects/fam/archive/msg00452.html

 If this is the problem you are seeing, try removing the
 const modifier from Scheduler.h in the FAM sources.

 If anyone can suggest why this is a FAM bug (rather than
 a GCC bug), I might be able to make the required changes
 in FAM.

 Hope this helps

That problem in the archive is exactly the same as what's happening with fam 
and gcc3.2. As for the Scheduler.h my knowledge of c++ isn't up to hacking 
that file.

Beech



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Beech Rintoul

On Tuesday 03 September 2002 06:16 pm, Alexander Kabaev wrote:
 On Wed, 4 Sep 2002 20:59:20 +

 Michael Johnson [EMAIL PROTECTED] wrote:
  I am experiencing this behavior as well (can't compile kde3 with gcc
  3.2.1 or 3.1). However, with
  Alexander Kabaev's gcc 3.2 patch to cp-lang.c, kdelibs compiles ok and
  I can get kdebase to install by doing

 The patch is not mine. I extracted it from GCC FSF CVS repository.
I have the exact same problem (even with fam-2.6.9). Can you post that patch?

Beech

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: port upgrade problem

2002-08-21 Thread Beech Rintoul

On Tuesday 20 August 2002 11:51 pm, Maxim M. Kazachek wrote:
 Looks like nobody else expirienced this problem

Sincerely, Maxim M. Kazachek
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

 On Wed, 21 Aug 2002, Maxim M. Kazachek wrote:
  portupgrade fails with reason (Makefile broken) on print/jadetex
 and x11-fonts/webfonts due to make warning:
 
 /usr/ports/Mk/bsd.port.mk, line 2580: warning: duplicate script for
 target patch-message ignored
 
 When I try to make/install documentation make also shows a lot of
 warnings about duplicates.
 
 This only affects -CURRENT, -STABLE doesn't have this error message. So
 I'm afraid that it's related to -CURRENT...
 
Sincerely, Maxim M. Kazachek
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
 

I am having the same problem. I just commented out that line as a temporary 
workaround (It's just a message anyway) and everything builds ok.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Today's kernel panics on kde

2002-08-19 Thread Beech Rintoul

Hey List...

Today's kernel panics when starting kde. No panic screen just reboots. 
Reverting to Saturday's kernel solves the problem.

Machine is a 500MHz Celeron, usually very stable even on -current.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



-current build error

2002-08-09 Thread Beech Rintoul

-current build error:

mkdep -f .depend -a  /usr/src/sbin/quotacheck/quotacheck.c 
/usr/src/sbin/quotacheck/preen.c 
/usr/src/sbin/quotacheck/../fsck_ffs/utilities.c
/usr/src/sbin/quotacheck/preen.c:54:18: fsck.h: No such file or directory
mkdep: compile failed
*** Error code 1


Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul

On Thursday 08 August 2002 11:50 am, Dan Nelson wrote:
 In the last episode (Aug 08), Beech Rintoul said:
  Anyone have a pointer to get this to build?
  cc -DMYSQL_SERVER  
  -DDEFAULT_MYSQL_HOME=\/usr/local\ -fno-exceptions -fno-rtti
  -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc /usr/include/tcpd.h: In
  function `void* handle_connections_sockets(void*)':
  /usr/include/tcpd.h:137: too many arguments to function `void
  sock_host()' mysqld.cc:2428: at this point in file

 It's a bug in the tcpwrappers headers; they declare functions with no
 parameters, and gcc rightfully complains about using them in c++ code.
 Remove the --with-libwrap line from the port Makefile as a workaround.

Thanks...That worked.

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul

On Thursday 08 August 2002 12:05 pm, Beech Rintoul wrote:
 On Thursday 08 August 2002 11:50 am, Dan Nelson wrote:
  In the last episode (Aug 08), Beech Rintoul said:
   Anyone have a pointer to get this to build?
   cc -DMYSQL_SERVER
   -DDEFAULT_MYSQL_HOME=\/usr/local\ -fno-exceptions -fno-rtti
   -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc /usr/include/tcpd.h: In
   function `void* handle_connections_sockets(void*)':
   /usr/include/tcpd.h:137: too many arguments to function `void
   sock_host()' mysqld.cc:2428: at this point in file
 
  It's a bug in the tcpwrappers headers; they declare functions with no
  parameters, and gcc rightfully complains about using them in c++ code.
  Remove the --with-libwrap line from the port Makefile as a workaround.

 Thanks...That worked.

I spoke too soon :-(

Now it errors at:

sql_analyse.o: In function `proc_analyse_init(THD*, st_order*, 
select_result*, ListItem)':
sql_analyse.o(.text+0x1f): undefined reference to `operator new(unsigned)'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x10): undefined reference to 
`__cxa_pure_virtual'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x14): undefined reference to 
`__cxa_pure_virtual'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x18): undefined reference to 
`__cxa_pure_virtual'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x1c): undefined reference to 
`__cxa_pure_virtual'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x20): undefined reference to 
`__cxa_pure_virtual'
sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x24): more undefined 
references to `__cxa_pure_virtual' followsql_analyse.o: In function 
`analyse::~analyse()':
sql_analyse.o(.gnu.linkonce.t._ZN7analyseD0Ev+0x56): undefined reference to 
`operator delete(void*)'
collect2: ld returned 1 exit status
*** Error code 1

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul

On Thursday 08 August 2002 02:06 pm, Dan Nelson wrote:
 In the last episode (Aug 08), Beech Rintoul said:
  On Thursday 08 August 2002 12:05 pm, Beech Rintoul wrote:
  I spoke too soon :-(
 
  Now it errors at:
 
  sql_analyse.o: In function `proc_analyse_init(THD*, st_order*,
  select_result*, ListItem)': sql_analyse.o(.text+0x1f): undefined
  reference to `operator new(unsigned)'
  sql_analyse.o(.gnu.linkonce.d._ZTV10field_info+0x10): undefined reference
  to  `__cxa_pure_virtual'

 Ok, that's a bug in the port Makefile :)  Remove line 67 ( CXX=${CC} ).
 That tells mysql to compile and link as though the sources were C, not
 C++.  I'm amazed it ever built with that flag.

OK - That finally built and installed...thanks for your help. Someone might 
want to commit those changes.

Beech

-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



mysql build error

2002-07-11 Thread Beech Rintoul

Does anyone have a suggestion how to get around this?

cc -DMYSQL_SERVER   -DDEFAULT_MYSQL_HOME=\/usr/local\ 
 -
DDATADIR=\/var/db/mysql\
-DSHAREDIR=\/usr/local/share/m
ysql\ -DHAVE_CONFIG_H -I../bdb/build_unix 
-I../innobas
e/include   -I./../include  -I./../regex  
 -
I. -I../include -I.. -I.-DDBUG_OFF -O -pipe  -felide-constructors 
-fno-rtti
-fno-exceptions  -fno-implicit-templates -fno-exceptions -fno-rtti 
-DMYSQLD_NET_
RETRY_COUNT=100 -c mysqld.cc
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:137: too many arguments to function `void sock_host()'
mysqld.cc:2428: at this point in file
/usr/include/tcpd.h:75: too many arguments to function `int hosts_access()'
mysqld.cc:2429: at this point in file
/usr/include/tcpd.h:130: too many arguments to function `char* eval_client()'
mysqld.cc:2437: at this point in file
*** Error code 1

I've been trying to upgrade this port for a couple of weeks now.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: mysql build error

2002-07-11 Thread Beech Rintoul

On Thursday 11 July 2002 11:47 am, Mark Trettin wrote:
 Ben, Beech-

 Here is how I got mysql323-server to build on current.

 --- Makefile.orig Wed Jul 10 09:06:02 2002
 +++ Makefile  Thu Jul 11 14:44:06 2002
 @@ -30,7 +30,6 @@
   --without-readline \
   --without-bench \
   --with-mit-threads=no \
 - --with-libwrap \
   --with-low-memory \
   --with-comment='FreeBSD port: ${PKGNAME}' \
   --program-prefix=''
 @@ -61,7 +60,6 @@
  CONFIGURE_ENV+=  PERL=${PERL} \
   PERL5=${PERL} \
   INSTALL_SCRIPT=${INSTALL_SCRIPT} \
 - CXX=${CC} \
   CFLAGS=${CFLAGS} \
   CONFIGURE_ARGS=${CONFIGURE_ARGS}

Thank you very much. That did the trick for me too.  :-)

Beech

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KSE status report

2002-07-02 Thread Beech Rintoul

On Tuesday 02 July 2002 12:57 am, Julian Elischer wrote:
 Ok so Usability for the average command line user is
 very good. David Xu tracked down a problem that was
 eluding me with SMP machines. Matt is tracking down
 something that may be giving some instability
 but may also be related to what David found.
 He however gets the award for most confusing
 debug messages when he managed to get both of his CPUs
 to enter teh debugger at the same time. I thought that was
 impossible, but it definitly happenned. (or it certainly
 looked that way to me :-)

snip

I just wanted to add that I have no problems with KSE. All of my apps are 
working normally and I haven't had any panics. I was a bit worried about KDE, 
but it works correctly as well. BTW im running -current from yesterday.
Good job,

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



qt3 and kde-2.2.2

2002-06-29 Thread Beech Rintoul

Will kde-2.2.2 work with qt3?  Or will I completely hose my desktop?
My qt2 got borked during a restore and I can't get it to build with the new 
gcc31. Add that to several others that won't build either.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



mysql-server broken

2002-06-27 Thread Beech Rintoul

I'm getting the following:

cc -DMYSQL_SERVER   -DDEFAULT_MYSQL_HOME=\/usr/local\ 
  -DDATADIR=\/var/db/mysql\ 
-DSHAREDIR=\/usr/local/share/mysql\ 
-DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include 
-I./../include  -I./../regex  -I. 
-I../include -I.. -I.-DDBUG_OFF -O -pipe  -felide-constructors -fno-rtti 
-fno-exceptions  -fno-implicit-templates -fno-exceptions -fno-rtti 
-DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:137: too many arguments to function `void sock_host()'
mysqld.cc:2428: at this point in file
/usr/include/tcpd.h:75: too many arguments to function `int hosts_access()'
mysqld.cc:2429: at this point in file
/usr/include/tcpd.h:130: too many arguments to function `char* eval_client()'
mysqld.cc:2437: at this point in file
*** Error code 1

Stop in /usr/ports/databases/mysql323-server/work/mysql-3.23.51/sql.
*** Error code 1

I added cc=gcc31 cxx=g++31 to my make. Ports tree is up to date. Just 
finished world  kernel. Anyone have a suggestion?

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Error on XFree86-Server

2002-06-25 Thread Beech Rintoul

I'm getting the following on upgrade:

rm -f translate.o
LD_LIBRARY_PATH=../../../../exports/lib cc -c -O -pipe-ansi -pedantic 
-Dasm=__asm -Wall -Wpointer-arith
-I../../../../exports/include -I../../../../exports/include/X11 
-I../../../../include/extensions -I../../../../extras/Mesa/src 
-I../../../../lib/GL/dri  -I../../../.. -I../../../../exports/include   
-DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS   -DXUSE_MTSAFE_API 
-DXNO_MTSAFE_PWDAPI-DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI 
-DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA 
-DUSE_X86_ASM -DUSE_MMX_ASM   -ansi -pedantic -Dasm=__asm -Wall 
-Wpointer-arith  -I../../../../exports/include 
-I../../../../exports/include/X11 -I../../../../include/extensions
   -I../../../../extras/Mesa/src -I../../../../lib/GL/dri  -I../../../.. 
-I../../../../exports/include   -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO 
-DXTHREADS   -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI-DMALLOC_0_RETURNS_NULL 
-DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA 
 -DUSE_X86_ASM -DUSE_MMX_ASM-fPIC translate.c
In file included from translate.c:779:
../../../../extras/Mesa/src/trans_tmp.h: In function 
`trans_1_GLdouble_1ub_elt':
../../../../extras/Mesa/src/trans_tmp.h:124: could not find a spill register
(insn 96 94 97 (set (subreg:SF (reg:QI 75) 0)
(plus:SF (reg:SF 8 st(0) [76])
(reg:SF 9 st(1) [80]))) 525 {*fop_sf_comm_nosse} (insn_list 87 
(nil))
(expr_list:REG_DEAD (reg:SF 8 st(0) [76])
(nil)))
../../../../extras/Mesa/src/trans_tmp.h:124: Internal compiler error in 
failed_reload, at reload1.c:5050
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
*** Error code 1

I  have rebuilt /usr/include and my ports tree is up to date.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MySQL 3.23.51 Error

2002-06-21 Thread Beech Rintoul

On Friday 21 June 2002 06:12 am, you wrote:
 Hi!

 On Thu, Jun 20, 2002 at 09:54:23AM -0800, Beech Rintoul wrote:
  Compile of mysql323 server fails with the following:
 
 
  cc -DMYSQL_SERVER  
  -DDEFAULT_MYSQL_HOME=\/usr/local\ -DDATADIR=\/var/db/mysql\
  -DSHAREDIR=\/usr/local/share/mysql\
  -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include
  -I./../include  -I./../regex  -I.
  -I../include -I.. -I.-DDBUG_OFF -O -pipe  -felide-constructors
  -fno-rtti -fno-exceptions  -fno-implicit-templates -fno-exceptions
  -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc
  /usr/include/tcpd.h: In function `void*
  handle_connections_sockets(void*)': /usr/include/tcpd.h:137: too many
  arguments to function `void sock_host()' mysqld.cc:2428: at this point in
  file
  /usr/include/tcpd.h:75: too many arguments to function `int
  hosts_access()' mysqld.cc:2429: at this point in file
  /usr/include/tcpd.h:130: too many arguments to function `char*
  eval_client()' mysqld.cc:2437: at this point in file
  *** Error code 1
 
  Stop in /usr/ports/databases/mysql323-server/work/mysql-3.23.51/sql.
  *** Error code 1
 
   uname -a
  FreeBSD nova.anchoragerescue.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu 
Regards Dirk

  Jun 20 02:06:12 AKDT 2002
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NOVA  i386

 Did version 3.23.49 compile on your system?

Yes it did, that's what I upgraded from. This seems to be an issue with 
-current only. The same code compiled ok on two of my 4.6 Boxes.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



qt23 port broken on -current

2002-06-21 Thread Beech Rintoul

I'm getting the following on qt23:

gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc'
c++  -c -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread 
-D_THREAD_SAFE -Wno-unused -Wno-parentheses -DQT_PREFIX=\/usr/X11R6\ -pipe 
-fno-exceptions  -O -pipe  -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -O
-pipe  -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o 
mocgen.o mocgen.cpp
cc1plus: warning: changing search order for system directory /usr/include
cc1plus: warning:   as it has already been specified as a non-system directory
cc1plus: warning: changing search order for system directory /usr/include
cc1plus: warning:   as it has already been specified as a non-system directory
In file included from /usr/include/ctype.h:52,
 from moc.y:63:
/usr/include/runetype.h:57: redeclaration of C++ built-in type `wchar_t'
gmake[1]: *** [mocgen.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc'
gmake: *** [src-moc] Error 2
*** Error code 2

 uname -a :
FreeBSD nova.anchoragerescue.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jun 
20 02:06:12 AKDT 2002 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NOVA  i386

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MySQL 3.23.51 Error

2002-06-21 Thread Beech Rintoul

On Friday 21 June 2002 12:29 pm, David O'Brien wrote:
 On Fri, Jun 21, 2002 at 07:44:13AM -0800, Beech Rintoul wrote:
cc -DMYSQL_SERVER

 

-fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc

 It is wrong to compile C++ code with a plain C compiler.

Then the port is borked. I was using portupgrade with nothing but the -v 
(verbose) flag when I got that error.

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Error building ImageMagick

2002-05-30 Thread Beech Rintoul

I have been trying to upgrade ImageMagick. It fails with the following in 
-current, but builds ok on 4.6-RC.

I../..  -I/usr/local/include/libxml2 -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/local/include
-I/usr/X11R6/include -I/X11  -O -pipe -c -o Geometry.lo `test -f Geometry.cpp 
|| echo './'`Geometry.cpp
Geometry.cpp:317: syntax error before `' token
gmake[3]: *** [Geometry.lo] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/ImageMagick/work/ImageMagick-5.4.5/Magick++/lib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/graphics/ImageMagick/work/ImageMagick-5.4.5/Magick++/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/graphics/ImageMagick/work/ImageMagick-5.4.5/Magick++'
gmake: *** [all-recursive] Error 1
*** Error code 2

uname:  FreeBSD nova.anchoragerescue.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: 
Thu May 30 11:59:38 AKDT 2002 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NOVA  i386

Anybody have a fix? 

TIA,

Beech


-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



build failure -current

2002-05-28 Thread Beech Rintoul

In todays -current build

snip about 20 other sections

/usr/src/contrib/gcc/config/elfos.h:594:1: warning: STRING_ASM_OP redefined
In file included from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/tconfig.h:16,
 from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/hconfig.h:2,
 from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/config.h:1,
 from /usr/src/contrib/gcc/cp/spew.c:26:
/usr/src/contrib/gcc/config/i386/freebsd.h:111:1: warning: this is the 
location of the previous definition
In file included from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/tconfig.h:13,
 from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/hconfig.h:2,
 from 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/config.h:1,
 from 
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y:34,
 from /usr/src/contrib/gcc/cp/spew.c:34:
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:56:25: attempt to use 
poisoned malloc
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:57:25: attempt to use 
poisoned calloc
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:58:25: attempt to use 
poisoned realloc
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:59:25: attempt to use 
poisoned strdup
mkdep: compile failed
*** Error code 1


Any suggestions?

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



perl5 port won't build

2002-05-19 Thread Beech Rintoul

I grabbed the latest ports and attempted to build p5, it errors with the 
following:

Making x2p stuff
make: don't know how to make built-in. Stop
*** Error code 2

Stop in /usr/ports/lang/perl5/work/perl-5.6.1.
*** Error code 1

Stop in /usr/ports/lang/perl5.

Any suggestions?

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: BTX halted

2002-05-15 Thread Beech Rintoul

On Wednesday 15 May 2002 04:14 pm, you wrote:
 Yesterday 'cvs update' and 'make world' causes BTX halted:

  int=000e err=0002 efl=00010002 eip=c02cdeec
  eax=0001 ebx=003b9c00 ecx=01ff edx=10fc
  esi=003b9001 edi=003c1000 ebp= esp=c03bcd99
  cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010
  cs:eip=10 44 17 fe 14 80 58 80-57 e0 51 20 91 20 12 24
 13 fe 10 20 28 a8 25 26-42 22 84 e0 00 00 c1 67
  ss:esp=27 12 c0 00 10 3c 00 00-90 3b 00 00 00 00 00 00
 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
  BTX Halted

Been fixed...cvsup and rebuild.

Beech

-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



-current Build Error

2002-05-13 Thread Beech Rintoul

I'm getting the following on today's -current:

cc1: warnings being treated as errors
/usr/src/sys/dev/ata/atapi-fd.c: In function `afd_describe':
/usr/src/sys/dev/ata/atapi-fd.c:191: warning: too many arguments for format
*** Error code 1

Stop in /usr/obj/usr/src/sys/NOVA.
*** Error code 1

I built with -DNO_WERROR, but it didn't seem to matter.
Also, cvsup was done just prior, and an hour later.
Any suggestions?

Beech
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Errors in qt30 build

2002-04-24 Thread Beech Rintoul

I tried building qt-3 today and it errors with the following:

gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/src'
g++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -g -pthread 
-D_THREAD_SAFE -fPIC -DQT_SHARED -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT 
-DQT_NO_NIS -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG 
-DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_MAC 
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -I/usr/local/include/freetype2 
-I/usr/local/include 
-I/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/include 
-I/usr/X11R6/include -I.moc/debug-mt/ 
-I/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/mkspecs/freebsd-g++ -o 
.obj/debug-mt/qapplication_x11.o kernel/qapplication_x11.cpp
In file included from kernel/qinputcontext_p.h:5,
 from kernel/qapplication_x11.cpp:77:
kernel/qt_x11.h:132: X11/extensions/Xinerama.h: No such file or directory
In file included from kernel/qt_x11.h:143,
 from kernel/qinputcontext_p.h:5,
 from kernel/qapplication_x11.cpp:77:
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:71: syntax error before `,'
gmake[1]: *** [.obj/debug-mt/qapplication_x11.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/src'
gmake: *** [sub-src] Error 2
*** Error code 2

I'm running -current (monday build). Any suggestions?

Beech


-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Problem with ssh

2002-03-28 Thread Beech Rintoul

I just updated -current (yesterday) and now I'm getting the following when I 
try to use ssh:

#ssh -l akbeech galaxy
#otp-md5 336 ga3711 ext
S/Key Password:  

Any suggestions?

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Problem with ssh

2002-03-28 Thread Beech Rintoul

On Thursday 28 March 2002 10:28 am, Michael L. Hostbaek wrote:
 Beech Rintoul (akbeech) writes:
  I just updated -current (yesterday) and now I'm getting the following
  when I try to use ssh:
 
  #ssh -l akbeech galaxy
  #otp-md5 336 ga3711 ext
  S/Key Password:

 Adding the following setting to sshd_config, should disable S/Key
 functionality:

 'ChallengeResponseAuthentication no'

Thanks, that fixed the problem.

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Beech Rintoul

On Sunday 03 March 2002 12:30 pm, M. Warner Losh wrote:
 In message: [EMAIL PROTECTED]

 Philip M. Gollucci [EMAIL PROTECTED] writes:
 : cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall
 : -fkeep-inline-functions  -I/usr/src/lib/csu/i386-elf/../common  -c
 : /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids
 : braced-groups within expressions
 : cc: Internal compiler error: program cc1 got fatal signal 11

 Looks like the C compiler really didn't like the braced-groups within
 expressions.

 #define get_rtld_cleanup()\
 ({ fptr __value;  \
__asm__(movl %%edx,%0 : =rm(__value)); \
__value; })
 ...
 rtld_cleanup = get_rtld_cleanup();
 yet both of these parts of this file hasn't been changed since 1998!

 appears to be the real reason since this file is compiled -ansi
 -pedantic.  And it would appear on the surface to still be a problem.
 However, it looks like my version isn't compiling it -ansi -pedantic:

 cc -O -pipe  -elf -Wall -fkeep-inline-functions
 -I/dell/imp/FreeBSD/src/lib/csu/i386-elf/../common  -DGCRT -c -o
 gcrt1.o /dell/imp/FreeBSD/src/lib/csu/i386-elf/crt1.c

 So something really strange is going on, but I'm not sure what.

 Warner

FWIW, I just did a make world  kernel with no probs. Box is a 500MHz Celeron.

uname -a:

FreeBSD nova.anchoragerescue.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Sun Mar  
3 13:59:51 AKST 2002 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NOVA  i386

Beech

-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Build Failure (libkvm)

2002-02-22 Thread Beech Rintoul

Last night's build for -current failed with the following:

mkdep -f .depend -a-DLIBC_SCCS -I/usr/src/lib/libkvm  
/usr/src/lib/libkvm/kvm.c /usr/src/lib/libkvm/kvm_i386.c 
/usr/src/lib/libkvm/kvm_file.c /usr/src/lib/libkvm/kvm_getloadavg.c 
/usr/src/lib/libkvm/kvm_getswapinfo.c /usr/src/lib/libkvm/kvm_proc.c
cd /usr/src/lib/libkvm; make _EXTRADEPEND
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c /usr/src/lib/libkvm/kvm.c 
-o kvm.o
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_i386.c -o kvm_i386.o
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_file.c -o kvm_file.o
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_getloadavg.c -o kvm_getloadavg.o
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_getswapinfo.c -o kvm_getswapinfo.o
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o
/usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist':
/usr/src/lib/libkvm/kvm_proc.c:316: incompatible types in assignment
*** Error code 1

Stop in /usr/src/lib/libkvm.
*** Error code 1 

Tried all the usual, rm  -R /usr/obj, fresh cvsup etc

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Build Failure (libkvm)

2002-02-22 Thread Beech Rintoul

On Friday 22 February 2002 08:14 am, David Wolfskill wrote:
 From: Beech Rintoul [EMAIL PROTECTED]

 Date: Fri, 22 Feb 2002 08:09:28 -0900
 
 Last night's build for -current failed with the following:

 I got -CURRENT built today without problem.  Recent CVSup history:

(snip history)

 Might try updating again

 Already did that. The update was about 15 minutes prior to that last build 
attempt. Interesting, the last change to that file was about 2 weeks ago and 
I have done several builds since then. I'm clueless as to why it picked today 
to fail rather than immediately following the commit.

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



PAM Error

2002-02-11 Thread Beech Rintoul

Yesterday I tried to use SWAT for the first time since the PAM configs were 
moved from /etc/pam.conf and I'm getting the following error:

Feb 6 22:54:05 galaxy swat: PAM _pam_init_handlers: could not open 
/etc/pam.conf

What do I need to do to fix this?

TIA,

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



PAM Error

2002-02-07 Thread Beech Rintoul

Yesterday I tried to use SWAT for the first time since the PAM configs were 
moved from /etc/pam.conf and I'm getting the following error:

Feb 6 22:54:05 galaxy swat: PAM _pam_init_handlers: could not open 
/etc/pam.conf

What do I need to do to fix this?

TIA,

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ghostscript-gnu build broken

2002-01-12 Thread Beech Rintoul

On Saturday 12 January 2002 01:47 am, Andreas Klemm wrote:
 On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote:
  Hi,
  I'm glad to see the problem with hpijs is being fixed, however when I
  tried
 
  to build the port it died with the following:
 building hpijs server ...
 
  cd .  aclocal
  cd .  automake --foreign --include-deps Makefile
  automake: configure.in: required file `./depcomp' not found
  gmake: *** [Makefile.in] Error 1
  *** Error code 2
 
  Stop in /usr/ports/print/ghostscript-gnu.
  *** Error code 1

 That must be a -current problem, in the meantime I got the
 new ghostscript-gnu port compiled on

 FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33
 CET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN  i386

   Andreas ///

Backing out you patch didn't make any differance. I compiled with tho old 
automake and everything went fine. Seems to be a prob with automake 1-5,1. 
Back to apsfilter, hpijs is still core dumping. here's the output from the 
setup script:

Printing Test page using:
gs -q -dBATCH -dNOPAUSE -dSAFER -r300x300 -sDEVICE=ijs 
-sPAPERSIZE=letter   
  -sIjsParams='Quality=0,ColorMode=2,MediaType=0,PenSet=2' 
-sDeviceManufacturer=HEWLETT-PACKARD -sDeviceModel='DESKJET 880' 
-sIjsServer=hpijs   -sOutputFile='/tmp/apsfilter94195/test_page.aps' 
setup/test.ps

Ok to print testpage? [y/n] y

Creating test page...
Bus error - core dumped
unable to spawn ijs server=hpijs
 Unable to open the initial device, quitting.

real0m0.569s
user0m0.306s
sys 0m0.077s

Printing test page...
-rw-r--r--  1 root  wheel  0 Jan 12 14:03 /tmp/apsfilter94195/test_page.aps

real0m0.254s
user0m0.000s
sys 0m0.005s
[ press RETURN to continue ]

 [H [J=

Any help would be appreciated, I really need the duplex printing.

Beech
-- 
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



ghostscript-gnu build broken

2002-01-11 Thread Beech Rintoul

Hi,
I'm glad to see the problem with hpijs is being fixed, however when I tried 
to build the port it died with the following:

   building hpijs server ...
cd .  aclocal
cd .  automake --foreign --include-deps Makefile
automake: configure.in: required file `./depcomp' not found
gmake: *** [Makefile.in] Error 1
*** Error code 2

Stop in /usr/ports/print/ghostscript-gnu.
*** Error code 1

I'm running -current from wednesday.

Beech
-- 
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



kernel build fails

2002-01-03 Thread Beech Rintoul

I got the following trying to build -current today:

make _kernel-depend
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys 
-I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica 
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL 
-ffreestanding -include opt_global.h -elf  -mpreferred-stack-boundary=2 
/usr/src/sys/i386/i386/genassym.c
NM=nm OBJFORMAT=elf sh /usr/src/sys/kern/genassym.sh genassym.o  assym.s
perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src
Global symbol $FreeBSD requires explicit package name at 
/usr/src/sys/kern/vnode_if.pl line 82.
Use of $* is deprecated at /usr/src/sys/kern/vnode_if.pl line 82.
Global symbol $FreeBSD requires explicit package name at 
/usr/src/sys/kern/vnode_if.pl line 98.
Execution of /usr/src/sys/kern/vnode_if.pl aborted due to compilation errors.
*** Error code 255

Stop in /usr/obj/usr/src/sys/GALAXY.
*** Error code 1

Anyone else see this?

Beech

---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clock Drift

2001-10-31 Thread Beech Rintoul

On Tuesday 30 October 2001 06:17 pm, Dreamtime.net Inc. wrote:
 A while back I read a thread regarding clock drift. We are now having the
 same problem. Does anyone know what the remedy is for this? Thanks.

 Sincerely,

 Stephen H. Kapit

I had the same problem a couple of months ago. Try adding the follwing to 
your kernel config:

options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION

worked for me.

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



kernel build error

2001-10-26 Thread Beech Rintoul

Today's -current build fails on my box with the following:

linking kernel
vm_fault.o: In function `vm_fault1':
vm_fault.o(.text+0x941): undefined reference to 
`vm_object_set_writeable_dirty'
vm_page.o In function `vm_page_insert':
vm_page.o(.text+0x4c2): undefined reference to `vm_object_set_writeable_dirty'
*** Error code 1
Stop in /usr/obj/usr/src/sys/GALAXY.
*** Error code 1

Beech



-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



depend problem on new -current

2001-10-24 Thread Beech Rintoul

On building today's -current it errors on mkdep.

/usr/src/lib/libc_r/arch/i386/_atomic_lock.s:28: DEFS.h: no such file or 
directory

I cvsupped a couple hours later, still no DEFS.h

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



probe attach error

2001-10-19 Thread Beech Rintoul

I'm trying to upgrade -current on one of our machines. This box is a Compaq 
Presario 900 Mhz Athlon. It errors on the NIC. I can't disable PnP in the 
bios, that feature doesn't exist in the compaq bios. I have tried several 
NIC's and pci slots with the same results. 

Also, I tried both unset acpi_load at boot  and hint.acpi.0.disable=1 
in /boot/device.hints. Neither made any difference.

output from dmesg:

ACPI debug layer 0x0  debug level 0x0
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 California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Wed Oct 17 21:33:28 AKDT 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/INTAKE
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 901599106 Hz
CPU: AMD Athlon(tm) Processor (901.60-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x642  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc044b18,AMIE,DSP,3DNow!
real memory  = 402653184 (393216K bytes)
avail memory = 385777664 (376736K bytes)
Preloaded elf kernel /boot/kernel/kernel at 0xc04b8000.
Pentium Pro MTRR support enabled
Using $PIR table, 8 entries at 0xc00fa040
acpi0: COMPAQ HAWA7K11 on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI  frequency 3579545 Hz
acpi_cpu0: CPU on acpi0
acpi_cpu: CLK_VAL field overflows P_CNT register
acpi_cpu: CLK_VAL field overlaps THT_EN bit
acpi_button0: Power Button on acpi0
acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: PCI bus on acpi_pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
pci0: simple comms at device 4.0 (no driver attached)
xl0: 3Com 3cSOHO100-TX OfficeConnect irq 5 at device 5.0 on pci0
xl0: couldn't map ports/memory
device_probe_and_attach: xl0 attach returned 6
isab0: PCI-ISA bridge at device 20.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA66 controller port 0x1800-0x180f at device 20.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0x14c0-0x14df irq 11 at device 20.2 
on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Logitech USB Receiver, rev 1.10/9.10, addr 2, iclass 3/1
ums0: 5 buttons and Z dir.
ukbd0: Logitech USB Receiver, rev 1.10/10.20, addr 3, iclass 3/1
kbd0 at ukbd0
uhid0: Logitech USB Receiver, rev 1.10/10.20, addr 3, iclass 3/0
uhci1: VIA 83C572 USB controller port 0x14e0-0x14ff irq 11 at device 20.3 
on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhid1: American Power Conversion Back-UPS 350 FW: 5.1.D USB FW: c1, rev 
1.10/1.00, addr 2, iclass 3/0
pci0: bridge, PCI-unknown at device 20.4 (no driver attached)
pcm0: VIA VT82C686A port 0x1814-0x1817,0x1810-0x1813,0x1000-0x10ff irq 10 
at device 20.5 on pci0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
ppc0 port 0x778-0x77f,0x378-0x37f irq 7 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: IEEE1284 device found /NIBBLE
Probing for PnP devices on ppbus0:
ppbus0: Hewlett-Packard HP LaserJet 6L/0101.01 PRINTER HP ENHANCED PCL5,PJL
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
fdc0: NEC 72065B or clone port 0x3f7,0x3f0-0x3f5 irq 6 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
acpi_timer0: 32-bit timer at 3.579545MHz port 0xee08-0xee0b on acpi0
npx0: math processor on motherboard
npx0: INT 16 interface
orm0: Option ROMs at iomem 0xc-0xc,0xe9000-0xebfff,0xec000-0xe 
on isa0
fdc1: cannot reserve I/O port range (6 ports)
pmtimer0 on isa0
ppc1: cannot reserve I/O port range
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio2: configured irq 3 not in bitmap of probed irqs 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ad0: 29311MB Maxtor 53073H6 [59554/16/63] at ata0-master UDMA66
ad1: 38166MB Maxtor 34098H4 [77545/16/63] at ata0-slave UDMA66
acd0: DVD-ROM Compaq DVD-ROM DV-5700B at ata1-master PIO4
acd1: CD-RW CDD4801 CD-R/RW at ata1-slave PIO4
Mounting root from ufs:/dev/ad1s1a

Does anyone have any suggestions as to how to proceed from here?

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission

arp messages

2001-10-02 Thread Beech Rintoul

Since my latest build of -current (today) I'm getting pages of these:

arp: 00:30:65:48:fd:cc is using my IP address 0.0.0.0!
arp: 00:30:65:48:fd:cc is using my IP address 0.0.0.0!
arp: 00:30:65:48:fd:cc is using my IP address 0.0.0.0!
arp: 00:30:65:48:fd:cc is using my IP address 0.0.0.0!
arp: 00:30:65:d6:36:8c is using my IP address 0.0.0.0!
arp: 00:30:65:d6:36:8c is using my IP address 0.0.0.0!
arp: 00:30:65:d6:36:8c is using my IP address 0.0.0.0!
arp: 00:30:65:d6:36:8c is using my IP address 0.0.0.0!
arp: 00:20:78:c9:12:55 is using my IP address 0.0.0.0!
arp: 00:20:78:c9:12:55 is using my IP address 0.0.0.0!

uname:

FreeBSD galaxy.anchoragerescue.org 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Tue 
Oct  2 13:11:53 AKDT 2001 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GALAXY  i386

I'm on a cable modem with a static IP. I've never seen this before, any 
suggestions how to stop it?

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Library problems

2001-09-26 Thread Beech Rintoul

I'm having problems with several applications not finding libc.so.4 since it 
was moved to compat. I do have COMPAT4X=yes in the /etc/make config and 
ldconfig -r does list them as being in compat. I have tried running ldconfig, 
but still no joy. What do I need to do to get this box to use the new path 
for those libs? I'm running today's -CURRENT.

Beech

-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Library problems (fixed)

2001-09-26 Thread Beech Rintoul

On Wednesday 26 September 2001 08:52 am, Beech Rintoul wrote:
 I'm having problems with several applications not finding libc.so.4 since
 it was moved to compat. I do have COMPAT4X=yes in the /etc/make config and
 ldconfig -r does list them as being in compat. I have tried running
 ldconfig, but still no joy. What do I need to do to get this box to use the
 new path for those libs? I'm running today's -CURRENT.

 Beech

Nuked my .hints file in /var/run and reran ldconfig, now it works :-)

Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Problems with latest current build

2001-09-22 Thread Beech Rintoul

On Saturday 22 September 2001 01:28 am, Andrey A. Chernov wrote:
 On Sat, Sep 22, 2001 at 12:13:02 +0300, Ruslan Ermilov wrote:
  On Sat, Sep 22, 2001 at 12:30:30PM +0400, Andrey A. Chernov wrote:
   On Sat, Sep 22, 2001 at 11:13:28 +0300, Ruslan Ermilov wrote:
 Second I still have apps looking for libc.so.4 (mountd for example)
 I finally just linked those libs back from compat and it seems to
 work. Is this just my box this is happening on or are others also
 seeing this?
   
Hmm, if you have COMPAT_4x=TRUE in your /etc/make.conf, libc.so.4
should be installed in /usr/lib/compat, and the latter (by default)
is listed in the ``ldconfig_paths'' rc.conf(5) variable.
  
   ldconfig -R must be adeded to the end of install: target of each
   compat* Makefile.
 
  Huh?  We don't call ldconfig(8) for normal installworlds, when we upgrade
  /usr/lib libraries; this also would be bogus for the DESTDIR=/foo case.
  Also recall that ``installworld'' should normally be executed from the
  single-user mode, then rebooted into multi-user, and rc(8) script will
  run the ldconfig(8) setup as needed.

Just for the record, I did a new build and installworld in single user. When 
I rebooted into multi-user the compat libraries are still not being found. My 
/etc/make.conf has the COMPAT4X=yes line (has for some time).
Beech

 If some libraries added, removed or moved, system not sense it unless
 'ldconfig -R' is called, so ports Mk files do it. When COMPATX remove
 library from one place and put it to another, ldconfig must be called
 somehow, manually or after reboot or in some another way.

 If user just type 'make install' in lib/compat, it usually means he want
 to continue from here, not reboot or single user, so if DESTDIR=/ better
 way is to call ldconfig to reduce confusion.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Problems with latest current build

2001-09-21 Thread Beech Rintoul

I just built today's -current, still having a couple of problems.
First off, when install tried to rm -R libc_r.so.4 and libc.so.4 it couldn't 
because schg flags were set. Went fine after I removed them.
Second I still have apps looking for libc.so.4 (mountd for example) I finally 
just linked those libs back from compat and it seems to work. Is this just my 
box this is happening on or are others also seeing this?

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: stdio change, other libraries needs bumping too!

2001-09-20 Thread Beech Rintoul

On Thursday 20 September 2001 09:21 pm, Peter Wemm wrote:
 Andrey A. Chernov wrote:
  On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote:
   After stdio changes 4.4 binaries linked with libtermcap/libcurses
   refuse to work:
  
   /usr/libexec/ld-elf.so.1: /usr/lib/libcurses.so: Undefined symbol
   __stdout

 p

   It is because compat 4.4 libc not have __stdoutp, which required by
   recompiled libtermcap/libncurses. It means that ncurses major (and
   probably some other) needs bumping. Please, fix.
 
  Here the list of libraries infected with new std{in,out,err}p pointer
  which major is not bumped yet, so 4.x binaries shared linked with them
  will not works:

 No, we added the hooks to RELENG_4 and tool the 4.4-RELEASE libc.so.4 and
 included it in compat4x before the change.  Make sure you have COMPAT4X=yes
 in your /etc/make.conf and no bump is required.

I have COMPAT4X=yes in my /etc/make.conf, I recompiled from fresh sources and 
I'm still getting the same error with libreadline.so.4.

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Post-KSE KDE Issues...

2001-09-16 Thread Beech Rintoul

On Saturday 15 September 2001 03:28 pm, Jim Bryant wrote:
 I am getting intermittant communications initialization errors involving
 DCOPSERVER upon starting KDE.  The thing is that it seems to be random.  So
 far it will happen 2 out of every 3 times you attempt to login via KDM... 
 So far, the only cure is to keep logging in until it doesn't produce the
 message, with a maximum so far of 3 times before a successful login,
 minimum of getting in on the first attempt.

 I'm going to recompile KDE2 and see if this fixes anything, but if someone
 knows about this, please tell, as I really don't want to spend the next 24
 hours recompiling...

 FreeBSD wahoo.kc.rr.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Fri Sep 14
 08:13:08 CDT 2001 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/WAHOO 
 i386

 jim

I'm having the exact same problem. I already recompiled KDE2 and it didn't 
help. I did find that if you do a rm -R /tmp/mcop* it will start the next 
time without problems.

Beech

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



acpi can't map ports/memory

2001-09-07 Thread Beech Rintoul

Yesterday I tried three different  nic cards in this machine, two use the rl 
driver and one uses the xl. I got exactly the same error on all three. These 
all work pre-acpi commit.

here's the dmesg:

ACPI debug layer 0x0  debug level 0x0
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 California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Thu Sep  6 20:37:32 AKDT 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/INTAKE
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 901601981 Hz
CPU: AMD Athlon(tm) Processor (901.60-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x642  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc044b18,AMIE,DSP,3DNow!
real memory  = 402653184 (393216K bytes)
avail memory = 385740800 (376700K bytes)
Preloaded elf kernel kernel at 0xc04c2000.
Pentium Pro MTRR support enabled
Using $PIR table, 8 entries at 0xc00fa040
acpi0: COMPAQ HAWA7K11 on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI  frequency 3579545 Hz
acpi_cpu0: CPU on acpi0
acpi_cpu: CLK_VAL field overflows P_CNT register
acpi_cpu: CLK_VAL field overlaps THT_EN bit
acpi_button0: Power Button on acpi0
acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: PCI bus on acpi_pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
pci0: simple comms at device 4.0 (no driver attached)
xl0: 3Com 3cSOHO100-TX OfficeConnect irq 5 at device 5.0 on pci0
xl0: couldn't map ports/memory
device_probe_and_attach: xl0 attach returned 6
isab0: PCI-ISA bridge at device 20.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA66 controller port 0x1800-0x180f at device 20.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0x14c0-0x14df irq 11 at device 20.2 
on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ukbd0: Logitech USB Receiver, rev 1.10/10.20, addr 2, iclass 3/1
kbd0 at ukbd0
uhid0: Logitech USB Receiver, rev 1.10/10.20, addr 2, iclass 3/0
ums0: Logitech USB Receiver, rev 1.10/9.10, addr 3, iclass 3/1
ums0: 5 buttons and Z dir.
uhci1: VIA 83C572 USB controller port 0x14e0-0x14ff irq 11 at device 20.3 
on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhid1: American Power Conversion Back-UPS 350 FW: 5.1.D USB FW: c1, rev 
1.10/1.00, addr 2, iclass 3/0
pci0: bridge, PCI-unknown at device 20.4 (no driver attached)
pcm0: VIA VT82C686A port 0x1814-0x1817,0x1810-0x1813,0x1000-0x10ff irq 10 
at device 20.5 on pci0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
ppc0 port 0x378-0x37f on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: IEEE1284 device found /NIBBLE
Probing for PnP devices on ppbus0:
ppbus0: Hewlett-Packard HP LaserJet 6L/0101.01 PRINTER HP ENHANCED PCL5,PJL
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Polled port
ppi0: Parallel I/O on ppbus0
ppc1: cannot reserve I/O port range
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
fdc0: NEC 72065B or clone port 0x3f7,0x3f0-0x3f5 irq 6 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
acpi_timer0: 32-bit timer at 3.579545MHz port 0xee08-0xee0b on acpi0
ppc1: cannot reserve I/O port range
ppc1: cannot reserve I/O port range
npx0: math processor on motherboard
npx0: INT 16 interface
orm0: Option ROMs at iomem 0xc-0xc,0xe9000-0xebfff,0xec000-0xe 
on isa0
fdc1: cannot reserve I/O port range (6 ports)
pmtimer0 on isa0
ppc1: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio2: configured irq 3 not in bitmap of probed irqs 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ad0: 29311MB Maxtor 53073H6 [59554/16/63] at ata0-master UDMA66
ad1: 38166MB Maxtor 34098H4 [77545/16/63] at ata0-slave UDMA66
acd0: DVD-ROM Compaq DVD-ROM DV-5700B at ata1-master PIO4
acd1: CD-RW CDD4801 CD-R/RW at ata1-slave PIO4
Mounting root from ufs:/dev/ad1s1a


Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail

Re: postfix fails to start

2001-09-07 Thread Beech Rintoul

On Friday 07 September 2001 09:54 am, Michael Harnois wrote:
 On Fri, 7 Sep 2001 17:03:00 +0200 (METDST), [EMAIL PROTECTED] (Hellmuth Michaelis) 
said:
  After the reboot i tried postfix:
 
   Sep 7 16:19:49 hmscrap postfix[372]: fatal: could not find any
  active network interfaces

 Do you have a way to try dhclient? As I said, that failed with a
 similar error for me.

I had the same problem with postfix this morning. I did a portupgrade on it 
and after it rebuilt it seems to work. I wasn't so lucky with dhcpd, it still 
can't find it's interface and rebuilding the port doesn't help. I don't use 
dhclient, but all these problems seem to be similar. Maybe today's build will 
fix it? We'll see...

Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



lib broken

2001-09-06 Thread Beech Rintoul

On today's build, got the following:

cc -O -pipe  -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-I/usr/src/lib/libc/../../include -DLIBC_MAJOR=5 -D__DBINTERFACE_PRIVATE 
-DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP 
-DHESIOD  -c /usr/src/lib/libc/../libc/stdlib/strfmon.c -o strfmon.o
/usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon':
/usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else'
/usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but 
not defined
/usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but 
not defined
/usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but 
not defined
cc: Internal compiler error: program cc1 got fatal signal 11
*** Error code 1

Stop in /usr/src/lib/libc.

from strfmon.c:

$FreeBSD: src/lib/libc/stdlib/strfmon.c,v 1.1 2001/09/05 18:50:02 phantom 
Exp $


Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



acpi error

2001-09-04 Thread Beech Rintoul

I'm having a problem with the new acpi. One one of our boxes (amd K7 900 Mhz 
Compaq) does not probe xl properly. It returns Could not probe memory 
(returns error6). There is no pnp setting in this bios. I went back to 
pre-commit and it works fine. Any suggestions?

Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: acpi error

2001-09-04 Thread Beech Rintoul
 Maxtor 91021U2 [19852/16/63] at ata1-master UDMA33
acd0: CD-RW CD-R/RW RW7083A at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s1a

Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



New source fails probe

2001-08-31 Thread Beech Rintoul

The latest sources (yesterday) failed with the following:


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 California. All rights reserved.
FreeBSD 5.0-CURRENT #7: Thu Aug 30 22:38:48 AKDT 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/INTAKE
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 901602955 Hz
CPU: AMD Athlon(tm) Processor (901.60-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x642  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc044b18,AMIE,DSP,3DNow!
real memory  = 402653184 (393216K bytes)
avail memory = 385830912 (376788K bytes)
Preloaded elf kernel kernel at 0xc04ae000.
Preloaded elf module acpi.ko at 0xc04ae09c.
Pentium Pro MTRR support enabled
Using $PIR table, 8 entries at 0xc00fa040
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: COMPAQ HAWA7K11 on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI  frequency 3579545 Hz
acpi_timer0: 32-bit timer at 3.579545MHz port 0xee08-0xee0b on acpi0
acpi_cpu0: CPU on acpi0
acpi_cpu: CLK_VAL field overflows P_CNT register
acpi_cpu: CLK_VAL field overlaps THT_EN bit
acpi_button0: Power Button on acpi0
acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: PCI bus on acpi_pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at 0.0 (no driver attached)
pci0: simple comms at 4.0 (no driver attached)
xl0: 3Com 3cSOHO100-TX OfficeConnect irq 5 at device 5.0 on pci0
xl0: couldn't map ports/memory
device_probe_and_attach: xl0 attach returned 6
isab0: PCI-ISA bridge at device 20.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA66 controller port 0x1800-0x180f at device 20.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0x14c0-0x14df irq 11 at device 20.2 
on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ukbd0: Logitech USB Receiver, rev 1.10/10.20, addr 2, iclass 3/1
kbd0 at ukbd0
uhid0: Logitech USB Receiver, rev 1.10/10.20, addr 2, iclass 3/0
ums0: Logitech USB Receiver, rev 1.10/9.10, addr 3, iclass 3/1
ums0: 5 buttons and Z dir.
uhci1: VIA 83C572 USB controller port 0x14e0-0x14ff irq 11 at device 20.3 
on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhid1: American Power Conversion Back-UPS 350 FW: 5.1.D USB FW: c1, rev 
1.10/1.00, addr 2, iclass 3/0
pci0: bridge, PCI-unknown at 20.4 (no driver attached)
pcm0: VIA VT82C686A port 0x1814-0x1817,0x1810-0x1813,0x1000-0x10ff irq 10 
at device 20.5 on pci0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
ppc0 port 0x378-0x37f on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: IEEE1284 device found /NIBBLE
Probing for PnP devices on ppbus0:
ppbus0: Hewlett-Packard HP LaserJet 6L/0101.01 PRINTER HP ENHANCED PCL5,PJL
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Polled port
ppi0: Parallel I/O on ppbus0
ppc1: cannot reserve I/O port range
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
fdc0: NEC 72065B or clone port 0x3f7,0x3f0-0x3f5 irq 6 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc1: cannot reserve I/O port range
orm0: Option ROM at iomem 0xc-0xc on isa0
fdc1: cannot reserve I/O port range (6 ports)
pmtimer0 on isa0
ppc1: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio2: configured irq 3 not in bitmap of probed irqs 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ad0: 29311MB Maxtor 53073H6 [59554/16/63] at ata0-master UDMA66
ad1: 38166MB Maxtor 34098H4 [77545/16/63] at ata0-slave UDMA66
acd0: DVD-ROM Compaq DVD-ROM DV-5700B at ata1-master PIO4
acd1: CD-RW CDD4801 CD-R/RW at ata1-slave PIO4
Mounting root from ufs:/dev/ad1s1a

Went back to 8-27 for now.

Beech

-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



lsof compile broken

2001-08-30 Thread Beech Rintoul
 to incomplete type
dnode.c:597: dereferencing pointer to incomplete type
dnode.c:598: `Proot' undeclared (first use in this function)
dnode.c:598: (Each undeclared identifier is reported only once
dnode.c:598: for each function it appears in.)
dnode.c:599: `Pproc' undeclared (first use in this function)
dnode.c:603: `Pmem' undeclared (first use in this function)
dnode.c:604: dereferencing pointer to incomplete type
dnode.c:606: `Pregs' undeclared (first use in this function)
dnode.c:610: `Pfpregs' undeclared (first use in this function)
dnode.c:600: warning: unreachable code at beginning of switch statement
dnode.c:782: dereferencing pointer to incomplete type
dnode.c:788: dereferencing pointer to incomplete type
dnode.c:791: `Pfile' undeclared (first use in this function)
dnode.c:793: dereferencing pointer to incomplete type
dnode.c:798: dereferencing pointer to incomplete type
dnode.c:803: dereferencing pointer to incomplete type
dnode.c:808: dereferencing pointer to incomplete type
dnode.c:811: `Pctl' undeclared (first use in this function)
dnode.c:813: dereferencing pointer to incomplete type
dnode.c:816: `Pstatus' undeclared (first use in this function)
dnode.c:818: dereferencing pointer to incomplete type
dnode.c:821: `Pnote' undeclared (first use in this function)
dnode.c:823: dereferencing pointer to incomplete type
dnode.c:826: `Pnotepg' undeclared (first use in this function)
dnode.c:828: dereferencing pointer to incomplete type
dnode.c:833: `Pmap' undeclared (first use in this function)
dnode.c:835: dereferencing pointer to incomplete type
dnode.c:838: `Ptype' undeclared (first use in this function)
dnode.c:840: dereferencing pointer to incomplete type
dnode.c:784: warning: unreachable code at beginning of switch statement
dnode.c:880: dereferencing pointer to incomplete type
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.58A.freebsd.
*** Error code 1


Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



usb1: interrupt

2001-08-23 Thread Beech Rintoul

just installed today's -current on one of my boxes. This is a 900MHz athlon 
with a logitech wireless keyboard  mouse USB. Any keystroke or mouse move 
now produces the following:

usb1: interrupt, but not for us

Other than spitting out about 5 of those for every action, the box is 
accepting input.
Any suggestions?

Beech
-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Hard Lockup

2001-07-30 Thread Beech Rintoul

Hi,
Just cvsup'd the latest sources and now KDE is very unstable. During window 
opens or during busy times the box locks up. This is also happening reliably 
on logout. I have two boxes running current, and they both have the same 
symptoms. One's a 500MHz PIII and the other is a 233MHz PII. I'd include logs 
but there are no errors, just have to hard reboot. The box seems fine when I 
dont have X running.

Beech


---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



device.hints

2001-07-24 Thread Beech Rintoul

I want to experiment with current. All went well on the build, but when I try 
and install the kernel it stops telling me to install a device.hints file.
What do I need to do? I tried re-compiling the kernel with the static line 
uncomented, but same problem on install.

TIA,

Beech

-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: device.hints

2001-07-24 Thread Beech Rintoul

On Tuesday 24 July 2001 11:23 am, Beech Rintoul wrote:
 I want to experiment with current. All went well on the build, but when I
 try and install the kernel it stops telling me to install a device.hints
 file. What do I need to do? I tried re-compiling the kernel with the
 static line uncomented, but same problem on install.

 TIA,

 Beech

Thanks much :-)

Beech

-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message