sysinstall compilation issue

2008-08-07 Thread Unga
Hi This is i386 RELENG_7. Following section of the /usr/src/usr.sbin/sysinstall/Makefile does not generate C code properly: makedevs.c: Makefile rtermcap echo '#include ' > makedevs.c ${RTERMCAP} ansi | \ file2c 'const char termcap_ansi[] = {' ',0};' \

Re: Query timeouts on FreeBSD 7 over network

2008-08-07 Thread Sebastian Tymków
Hi, I gave up and installed Debian (etch ) on other machine. I've tried FreeBSD 7.0 amd64 on blade machine also and it didn't work perfectly. On the same machine with Debian on board problems stopped. The most strange thing is that on other servers with FreeBSD 4.8 Stable everything works perfectl

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit Kühn wrote: | Hi folks, | | I have a rather new FujitsuSiemens Esprimo here with an AMD Phenom X3 | processor (triple core is somehow strange :-) and a lot of NVidia stuff | onboard. I installed 7.0-R, which ran quite well except for the bge dr

Re: ng_ipacct.c:905: error: too few arguments to function 'in_pcblookup_local'

2008-08-07 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 KES wrote: [...] | kes# make deinstall reinstall clean | ===> Deinstalling for net-mgmt/ng_ipacct | ===> ng_ipacct not installed, skipping | ===> Building for ng_ipacct-20061223 | ===> ng_ipacct (all) | Warning: Object directory not changed from o

Re: cpufreq(4) panic on RELENG_7 (was: Re: Call for bfe(4) testers.)

2008-08-07 Thread pluknet
Hi, John. >> > Fatal trap 12: page fault while in kernel mode >> > cpuid = 0; apic id = 00 >> > fault virtual address = 0x38 >> > fault code = supervisor read, page not present >> > instruction pointer = 0x20:0xc058ec16 >> > stack pointer = 0x28:0xfb8b8ac8 >> > frame p

Re: Swapping boot disks and getting mountroot>===SOLVED

2008-08-07 Thread Lisa Besko
I got thinks working by commenting out options ATA_STATIC_ID # Static device numbering in the kernel. I had to build a test kernel as described in /usr/src/UPDATING. I still got my mountroot> prompt but for a change is showed me some possible devices. I was able to ad0s1a to boot from

Re: i386 vs amd64?

2008-08-07 Thread Chuck Swiger
On Aug 7, 2008, at 2:34 AM, Milan Obuch wrote: 5) Get familiar with mergemaster, specifically the side-by-side interactive diff feature. It looks scary the first time around, but once you learn that "r" applies the stuff you see on the right, and "l" applies the stuff you see on the left, you sh

Re: should looking at an interface with 'ifconfig' trigger a change ?

2008-08-07 Thread Andrew Thompson
On Thu, Aug 07, 2008 at 06:11:58PM +0100, Pete French wrote: > > The bce driver is not properly generating link state events. > > OK, that explains why it doesnt failover - but why does looking at it > with ifconfig make a difference ? surely that should be 'read only ? ifconfig will cause the me

Re: should looking at an interface with 'ifconfig' trigger a change ?

2008-08-07 Thread Andrew Thompson
On Thu, Aug 07, 2008 at 05:27:53PM +0100, Pete French wrote: > I have a very odd problem here - two interfaces bundled using lagg > in 'failover' mode, so one interface is active and the other not being > used. if the carrier drops on the active one I expect it to > failover, but it doesnt. > > ..

Re: should looking at an interface with 'ifconfig' trigger a change ?

2008-08-07 Thread Pete French
> The bce driver is not properly generating link state events. OK, that explains why it doesnt failover - but why does looking at it with ifconfig make a difference ? surely that should be 'read only ? -pete. ___ freebsd-stable@freebsd.org mailing list

should looking at an interface with 'ifconfig' trigger a change ?

2008-08-07 Thread Pete French
I have a very odd problem here - two interfaces bundled using lagg in 'failover' mode, so one interface is active and the other not being used. if the carrier drops on the active one I expect it to failover, but it doesnt. ...until I type 'ifconfig bce0' to look at the status of the interface whic

Re: Swapping boot disks and getting mountroot>

2008-08-07 Thread Lisa Besko
Joseph Koshy wrote: I notice that it finds the device ad4 but then it tries to mount root from /dev/ad6s1a. I've edited the fstab to have it look for ad4s1a but it still won't boot. Anyone have any pointers or ideas? Have you tried interrupting the boot sequence and setting new values for t

Re: PPP doesn't set the correct interface in 7-STABLE

2008-08-07 Thread Andy Dills
On Wed, 6 Aug 2008, Mike Tancsa wrote: > At 10:16 AM 8/6/2008, Andy Dills wrote: > > > I'm trying to setup pptpd to enable VPN connections. This worked well in > > all versions of FreeBSD prior to 7. > > I would turf pptpd and look at mpd51 from the ports. It is far, far better > maintained and

Re: i386 vs amd64?

2008-08-07 Thread Eugene Kazarinov
Hello everybody. (sorry for my english) > > # For individuals wanting to upgrade their sources (even if only a > # delta of a few days): > # > # 1. `cd /usr/src' (or to the directory containing your source > tree). > # 2. `make buildworld' > # 3. `make buildkernel KERNCONF=YOUR_KERNEL

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Edwin Groothuis
On Thu, Aug 07, 2008 at 05:19:40AM -0700, Jeremy Chadwick wrote: > On Thu, Aug 07, 2008 at 09:47:06PM +1000, Edwin Groothuis wrote: > > On Thu, Aug 07, 2008 at 01:29:47PM +0200, Gerrit K?hn wrote: > > > Hi folks, > > > > > > I have a rather new FujitsuSiemens Esprimo here with an AMD Phenom X3 > >

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Gerrit Kühn
On Thu, 7 Aug 2008 05:19:40 -0700 Jeremy Chadwick <[EMAIL PROTECTED]> wrote about Re: Regression 7.0R -> 7-stable?: JC> I think you misread what he was saying. :-) He's saying that his JC> system locks up hard after the kernel prints the "SMP: AP CPU #x JC> Launched!" messages. Exactly. ;-) JC

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Jeremy Chadwick
On Thu, Aug 07, 2008 at 09:47:06PM +1000, Edwin Groothuis wrote: > On Thu, Aug 07, 2008 at 01:29:47PM +0200, Gerrit K?hn wrote: > > Hi folks, > > > > I have a rather new FujitsuSiemens Esprimo here with an AMD Phenom X3 > > processor (triple core is somehow strange :-) and a lot of NVidia stuff >

Re: bsnmp header files question

2008-08-07 Thread Henrik Brix Andersen
On Thu, Aug 07, 2008 at 03:22:21AM -0700, Unga wrote: > 1) /usr/include/bsnmp/snmpmod.h /usr/src/usr.sbin/bsnmpd/modules/Makefile > 2) /usr/include/bsnmp/snmp_mibII.h /usr/src/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile > 3) /usr/include/bsnmp/snmp_atm.h /usr/src/usr.sbin/bsnmpd/modules/snmp_a

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Edwin Groothuis
On Thu, Aug 07, 2008 at 01:29:47PM +0200, Gerrit K?hn wrote: > Hi folks, > > I have a rather new FujitsuSiemens Esprimo here with an AMD Phenom X3 > processor (triple core is somehow strange :-) and a lot of NVidia stuff > onboard. I installed 7.0-R, which ran quite well except for the bge driver

Regression 7.0R -> 7-stable?

2008-08-07 Thread Gerrit Kühn
Hi folks, I have a rather new FujitsuSiemens Esprimo here with an AMD Phenom X3 processor (triple core is somehow strange :-) and a lot of NVidia stuff onboard. I installed 7.0-R, which ran quite well except for the bge driver and snd_hda which both complained. After putting in an extra networking

bsnmp header files question

2008-08-07 Thread Unga
Hi Could I know on i386 RELENG_7, what Makefiles install following header files: 1) /usr/include/bsnmp/snmpmod.h 2) /usr/include/bsnmp/snmp_mibII.h 3) /usr/include/bsnmp/snmp_atm.h Appreciate your reply very much. Kind regards Unga ___ freebs

Re: i386 vs amd64?

2008-08-07 Thread Milan Obuch
On Thursday 07 August 2008, Jeremy Chadwick wrote: > On Thu, Aug 07, 2008 at 12:58:06AM -0700, Ask Bjørn Hansen wrote: [ snip ] > But be aware that there still are some applications (ports) which don't > behave correctly on amd64. So my recommendation is to build a test > box that mimics your pr

Re: i386 vs amd64?

2008-08-07 Thread Jeremy Chadwick
On Thu, Aug 07, 2008 at 12:58:06AM -0700, Ask Bjørn Hansen wrote: > We got 4 new SuperMicro boxes[1] with Xeon 3320 processors. They'll be > used as firewalls / very basic routers (our network on one side, the > world via a /29 on the other side). We currently use Soekris and PC > Engine boxes

i386 vs amd64?

2008-08-07 Thread Ask Bjørn Hansen
Hi everyone, We got 4 new SuperMicro boxes[1] with Xeon 3320 processors. They'll be used as firewalls / very basic routers (our network on one side, the world via a /29 on the other side). We currently use Soekris and PC Engine boxes for this (with custom NanoBSD images), so this will be

ng_ipacct.c:905: error: too few arguments to function 'in_pcblookup_local'

2008-08-07 Thread KES
When .ifndef PACKAGE_BUILDING IGNORE= "Depends on kernel" .endif I get Depends on kernel When I change that to: .ifndef PACKAGE_BUILDING NO_PACKAGE= "Depends on kernel" .endif a get: kes# make deinstall reinstall clean ===> Deinstalling for net-mgmt/ng_ipacct ===> ng_i