Re: ntpd struggling to keep up - how to fix?

2010-02-19 Thread Peter Jeremy
On 2010-Feb-19 00:38:44 +0100, Torfinn Ingolfsen wrote: >r...@kg-f2# sysctl machdep.acpi_timer_freq=3577045 >machdep.acpi_timer_freq: 3579545 -> 3577045 Looks reasonable. Let us know the results. I'd be interested in the output from "ntpdc -c loopi -c sysi". -- Peter Jeremy pgpJFAUKCAoRd.p

Re: [7-STABLE] failure during buildworld

2010-02-19 Thread Garrett Cooper
On Fri, Feb 19, 2010 at 3:24 PM, Garrett Cooper wrote: > On Fri, Feb 19, 2010 at 1:38 PM, Garrett Cooper wrote: >> On Sun, Feb 15, 2009 at 3:44 AM, Horst Günther Burkhardt III >> wrote: >>> Hey everybody :) >>> >>> I'm having yet another issue compiling 7-STABLE, just as the last was >>> solved

Re: [7-STABLE] failure during buildworld

2010-02-19 Thread Garrett Cooper
On Fri, Feb 19, 2010 at 1:38 PM, Garrett Cooper wrote: > On Sun, Feb 15, 2009 at 3:44 AM, Horst Günther Burkhardt III > wrote: >> Hey everybody :) >> >> I'm having yet another issue compiling 7-STABLE, just as the last was >> solved, and I _really_ would appreciate some assistance. During `make

Re: [7-STABLE] failure during buildworld

2010-02-19 Thread Jeremy Chadwick
On Fri, Feb 19, 2010 at 01:38:13PM -0800, Garrett Cooper wrote: > On Sun, Feb 15, 2009 at 3:44 AM, Horst Günther Burkhardt III > wrote: > > Hey everybody :) > > > > I'm having yet another issue compiling 7-STABLE, just as the last was > > solved, and I _really_ would appreciate some assistance. D

Re: [7-STABLE] failure during buildworld

2010-02-19 Thread Garrett Cooper
On Sun, Feb 15, 2009 at 3:44 AM, Horst Günther Burkhardt III wrote: > Hey everybody :) > > I'm having yet another issue compiling 7-STABLE, just as the last was solved, > and I _really_ would appreciate some assistance. During `make buildworld`, > this error > occurs: > > > ===> gnu/lib/libstdc+

Re: mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread Rick Macklem
On Fri, 19 Feb 2010, George Mamalakis wrote: question 1) I want to export my /export directory with -sec=krb5 to my clients, and the configuration of my server and client is respectively as follows: - server: /etc/exports: V4: / -sec=krb5 /export You need "-sec=krb5" on the /export line

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Marius Strobl
On Fri, Feb 19, 2010 at 07:42:56PM +0200, Kostik Belousov wrote: > On Fri, Feb 19, 2010 at 04:52:35PM +0100, Marius Strobl wrote: > > On Fri, Feb 19, 2010 at 12:07:14AM +0200, Kostik Belousov wrote: > > > On Thu, Feb 18, 2010 at 03:00:28PM -0500, Boris Kochergin wrote: > > > > Rick Macklem wrote: >

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Pyun YongHyeon
On Fri, Feb 19, 2010 at 11:13:59PM +0300, Slawa Olhovchenkov wrote: > On Fri, Feb 19, 2010 at 12:06:47PM -0800, Pyun YongHyeon wrote: > > > > > > dev.bge.1.stats.rx.Fragments: 1 > > > > You received a frame that is less than 64 bytes with a bad FCS. > > > > > dev.bge.1.stats.rx.UcastPkts: 29565

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Slawa Olhovchenkov
On Fri, Feb 19, 2010 at 12:06:47PM -0800, Pyun YongHyeon wrote: > > > dev.bge.1.stats.rx.Fragments: 1 > > You received a frame that is less than 64 bytes with a bad FCS. > > > dev.bge.1.stats.rx.UcastPkts: 2956515 > > dev.bge.1.stats.rx.MulticastPkts: 0 > > dev.bge.1.stats.rx.FCSErrors: 18 > >

Re: mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread George Mamalakis
On 19/02/2010 20:11, George Mamalakis wrote: [r...@fbsdclient ~]# mount_newnfs -onfsv4,sec=krb5 filesrv.ee.auth.gr:/export /mnt nfsv4 err=10016 mount_newnfs: /mnt, : Input/output error I performed some more test on this setup and I can shed a bit more light to the issue. My /etc/export on

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Pyun YongHyeon
On Fri, Feb 19, 2010 at 10:11:03PM +0300, Slawa Olhovchenkov wrote: > On Fri, Feb 19, 2010 at 11:03:59AM -0800, Pyun YongHyeon wrote: > > > On Fri, Feb 19, 2010 at 03:24:15PM +0300, Slawa Olhovchenkov wrote: > > > On Fri, Feb 19, 2010 at 08:51:29AM +0300, Slawa Olhovchenkov wrote: > > > > > > > O

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Slawa Olhovchenkov
On Fri, Feb 19, 2010 at 11:03:59AM -0800, Pyun YongHyeon wrote: > On Fri, Feb 19, 2010 at 03:24:15PM +0300, Slawa Olhovchenkov wrote: > > On Fri, Feb 19, 2010 at 08:51:29AM +0300, Slawa Olhovchenkov wrote: > > > > > On Thu, Feb 18, 2010 at 04:19:13PM -0800, Pyun YongHyeon wrote: > > > > > > > >

RELENG_8 -- NFSv3 credentials/permissions issue

2010-02-19 Thread Jeremy Chadwick
I'm willing to bet this is something simple I've overlooked, but I'm out of ideas. Client is 8.0-RELEASE i386, server is 8.0-STABLE amd64 (kernel/world 2010/01/16). NFS version used is v3. Server filesystem is UFS2. Client configuration is off-kilter: it's a PXE booted machine. Initial PXE boo

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Pyun YongHyeon
On Fri, Feb 19, 2010 at 03:24:15PM +0300, Slawa Olhovchenkov wrote: > On Fri, Feb 19, 2010 at 08:51:29AM +0300, Slawa Olhovchenkov wrote: > > > On Thu, Feb 18, 2010 at 04:19:13PM -0800, Pyun YongHyeon wrote: > > > > > > > > I'm still not sure whether the panic is related with bge(4) but > > > th

Re: mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread George Mamalakis
On 19/02/2010 18:24, Rick Macklem wrote: On Fri, 19 Feb 2010, George Mamalakis wrote: Hi all, the title explains it all... But ok, let's be a bit more extensive. If I have one line in /etc/exports reading: V4: / -alldirs and try to start mountd, it segfaults with signal 11. From the m

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Kostik Belousov
On Fri, Feb 19, 2010 at 04:52:35PM +0100, Marius Strobl wrote: > On Fri, Feb 19, 2010 at 12:07:14AM +0200, Kostik Belousov wrote: > > On Thu, Feb 18, 2010 at 03:00:28PM -0500, Boris Kochergin wrote: > > > Rick Macklem wrote: > > > > > > > > > > > >On Thu, 18 Feb 2010, Boris Kochergin wrote: > > > >

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Rick Macklem
On Fri, 19 Feb 2010, Kostik Belousov wrote: It was changed, see sys/nfsclient/nfs_vfsops.c chunk in the patch. I tested it by mounting localhost:/usr/home over /mnt. Oops, sorry for the noise. Me being slow again:-) rick ___ freebsd-stable@freebs

Re: mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread Rick Macklem
On Fri, 19 Feb 2010, George Mamalakis wrote: Hi all, the title explains it all... But ok, let's be a bit more extensive. If I have one line in /etc/exports reading: V4: / -alldirs and try to start mountd, it segfaults with signal 11. From the manpage I read that -alldirs is the "second

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Kostik Belousov
On Fri, Feb 19, 2010 at 11:14:58AM -0500, Rick Macklem wrote: > > > On Fri, 19 Feb 2010, Kostik Belousov wrote: > > >I do not introduce new module, I added symbols from nfs_common to > >nfscommon, indending to remove sys/modules/nfs_common from src, since it > >is not attached to the build even

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Rick Macklem
On Fri, 19 Feb 2010, Kostik Belousov wrote: I do not introduce new module, I added symbols from nfs_common to nfscommon, indending to remove sys/modules/nfs_common from src, since it is not attached to the build even without the patch. It seems that there is no name conflicts between newnfs sy

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Marius Strobl
On Fri, Feb 19, 2010 at 12:07:14AM +0200, Kostik Belousov wrote: > On Thu, Feb 18, 2010 at 03:00:28PM -0500, Boris Kochergin wrote: > > Rick Macklem wrote: > > > > > > > > >On Thu, 18 Feb 2010, Boris Kochergin wrote: > > > > > >>Ahoy. I didn't get any replies to this on -net, so I thought I'd try

Re: mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread George Mamalakis
On 19/02/2010 17:44, George Mamalakis wrote: Hi all, the title explains it all... But ok, let's be a bit more extensive. If I have one line in /etc/exports reading: V4: / -alldirs and try to start mountd, it segfaults with signal 11. From the manpage I read that -alldirs is the "second me

mountd segfaults in NFSv4 if -alldirs is present in exports

2010-02-19 Thread George Mamalakis
Hi all, the title explains it all... But ok, let's be a bit more extensive. If I have one line in /etc/exports reading: V4: / -alldirs and try to start mountd, it segfaults with signal 11. From the manpage I read that -alldirs is the "second method" used to export a filesystem and V4 is t

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Kostik Belousov
On Fri, Feb 19, 2010 at 10:21:37AM -0500, Rick Macklem wrote: > > > On Fri, 19 Feb 2010, Kostik Belousov wrote: > > [stuff snipped] > > > >I think this is changed in HEAD, and part of the changes are already in > >stable/8, which is different from 8.0 too. > > > >Anyway, for HEAD nfsserver we ne

Re: Can't load NFS server module with a custom 8.0 kernel

2010-02-19 Thread Rick Macklem
On Fri, 19 Feb 2010, Kostik Belousov wrote: [stuff snipped] I think this is changed in HEAD, and part of the changes are already in stable/8, which is different from 8.0 too. Anyway, for HEAD nfsserver we need 1. nfscommon 2. nfs_common. Also, nfs_common module is not attached to the build.

Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related)

2010-02-19 Thread Slawa Olhovchenkov
On Fri, Feb 19, 2010 at 08:51:29AM +0300, Slawa Olhovchenkov wrote: > On Thu, Feb 18, 2010 at 04:19:13PM -0800, Pyun YongHyeon wrote: > > > > > I'm still not sure whether the panic is related with bge(4) but > > there are a couple of missing workaround for PCIX BCM5704 silicon > > bug in bge(4).

Re: openldap client GSSAPI authentication segfaults in fbsd8stable i386

2010-02-19 Thread George Mamalakis
On 17/02/2010 12:39, George Mamalakis wrote: On 13/02/2010 00:23, George Mamalakis wrote: On 12/2/2010 8:48 πμ, jhell wrote: This is a lot of information to consume. Lets start with this: All of the machines in question are of some form of FreeBSD 8. You enter gdb and very clearly it start

Re: Incorrect super block

2010-02-19 Thread perryh
Ivan Voras wrote: > On 02/18/10 16:26, Harald Weis wrote: > > Has anybody encountered the following problem ? > > > > Mac OS X does recognize FreeBSD partitions on USB disks, but > > doesn't want to mount them because ``Incorrect super block''. > > This is extremely annoying for my ``client'' beca