Hi everyone!
I have strange problems with my PC clock. Clock seems to be ~2 times faster.
What's up?
Andris
Here is dmesg output:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of Calif
On Thu, 27 Mar 2003, Glenn Johnson wrote:
> I would like to include a kernel config file in another, as is done with
> the SMP config file and how it includes the GENERIC config file. When
> I try this with including any config file other than GENERIC, I get a
> syntax error. IS GENERIC the only
On Thu, 2003-03-27 at 21:14, Cameron Murdoch wrote:
> Hi,
>
> Not sure what happened to the original message, sorry for the noise!
>
> I am running a recent current:
>
> FreeBSD opal.macaroon.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 26 16:18:16
> GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/s
> My bitty box just crashed out while doing some light desktop work and
> a small amount of NFS server stuff.
FWIW, this problem is repeatable - a few minutes after as I start doing
any NFS service, the box crashes out and dies.
Any clues on where to start looking?
Nick
___
Kris Kennaway <[EMAIL PROTECTED]> writes:
> On Tue, Mar 18, 2003 at 09:31:48PM -0500, Mike Barcroft wrote:
>
> > > stat.h:
> > > $FreeBSD: src/sys/sys/stat.h,v 1.34 2003/03/14 16:09:48 mike Exp $
> >
> > I think I see the problem. I'll try to get a fix committed by
> > tonight.
>
> Still a
> but it requires a reset. Can you apply the attached patch to the head version
> of via82c686.c and let me know if it works on your h/w and what the additional
> dmesg information is?
It works, flawlessly (at least up to now). Here's the dmesg difference for
the kernel with the patch appli
Been tracking -CURENT (& -STABLE, though that is of marginal relevance
to this) on a daily basis for a couple of years now. Gone fairly well,
usually; sometimes there's turbulence. I suspect this is just a bump,
though -- and it's the first one I've encountered in at least a couple
of weeeks.
So
From: Tecumtah <[EMAIL PROTECTED]>
Subject: floppy controller
Date: Wed, 26 Mar 2003 14:13:27 +0100
Message-ID: <[EMAIL PROTECTED]>
> Here is the output of "dmesg | grep fd"
>
> fdc0: cmd 3 failed at out byte 1 of 3
> fdc0: cmd 3 failed at out byte 1 of 3
> fdc0: cannot reserve I/O port range (6
On 28 Mar 2003 11:36:04 +, Nick Hilliard wrote
> > My bitty box just crashed out while doing some light desktop work and
> > a small amount of NFS server stuff.
>
> FWIW, this problem is repeatable - a few minutes after as I start doing
> any NFS service, the box crashes out and dies.
>
> Any
I can not login to a box with FreeBSD 5 -current via ssh because I get
the following error from ypserv:
Mar 28 12:48:15 node1 ypserv[317]: access to master.passwd.byuid denied -- client
192.168.1.1:49344 not privileged
Other than this, the NIS system seems to be working. I tried using
the opens
I just noticed that rdist is not present on FreeBSD 5-current. Why was
it removed? The /etc/periodic/daily/320.rdist file is still present.
--
Glenn Johnson
USDA, ARS, SRRC Phone: (504) 286-4252
New Orleans, LA 70124 e-mail: [EMAIL PROTECTED]
__
On Fri, Mar 28, 2003 at 01:38:30PM -0600, Glenn Johnson wrote:
> I just noticed that rdist is not present on FreeBSD 5-current. Why was
> it removed? The /etc/periodic/daily/320.rdist file is still present.
I think it was removed due to massive obsolesence. There's a port of it
in net/44bsd-rdis
Hello,
I just updated my system last night around 8 PM PST and today I have no
sound. XMMS says it's playing music and I can see that it thinks it's
playing something, but I am hearing nothing. Same deal with RealPlayer
and every other app I try. No crackles, pops or *anything*. Just dead
Hello,
I just updated my system last night around 8 PM PST and today I have no
sound. XMMS says it's playing music and I can see that it thinks it's
playing something, but I am hearing nothing. Same deal with RealPlayer
and every other app I try. No crackles, pops or *anything*. Just dead
sile
I recently purchased a new laptop HDD, tossed three partitions onto
the drive (/, /usr, and swap), newfs'ed them with UFS2, mounted the
new drive as a umass device, copied files over (tar), and now when I
boot with my new drive, the kernel is having problems launching
/sbin/init. For the life of m
I installed 4.5R from CD on a test computer with ahc and a Maxtor SCSI
drive. I used it for a few minutes and then cvsupped yesterday's current.
Buildworld and buildkernel GENERIC succeeded. I then did installkernel
and the bootblocks install step and created a device.hints from
GENERIC.hints.
Scott R. writes:
| I just updated my system last night around 8 PM PST and today I have no
| sound. XMMS says it's playing music and I can see that it thinks it's
| playing something, but I am hearing nothing. Same deal with RealPlayer
| and every other app I try. No crackles, pops or *anything
> I recently purchased a new laptop HDD, tossed three partitions onto
> the drive (/, /usr, and swap), newfs'ed them with UFS2, mounted the
> new drive as a umass device, copied files over (tar), and now when I
> boot with my new drive, the kernel is having problems launching
> /sbin/init. For the
On Fri, Mar 28, 2003 at 10:28:07AM -0500, Mike Barcroft wrote:
> Kris Kennaway <[EMAIL PROTECTED]> writes:
> > On Tue, Mar 18, 2003 at 09:31:48PM -0500, Mike Barcroft wrote:
> >
> > > > stat.h:
> > > > $FreeBSD: src/sys/sys/stat.h,v 1.34 2003/03/14 16:09:48 mike Exp $
> > >
> > > I think I s
On Fri, 28 Mar 2003, Sean Chittenden wrote:
> > I recently purchased a new laptop HDD, tossed three partitions onto
> > the drive (/, /usr, and swap), newfs'ed them with UFS2, mounted the
> > new drive as a umass device, copied files over (tar), and now when I
> > boot with my new drive, the kern
> > Ah! Figured it out after reading through init's src: /dev didn't
> > exist therefore the machine wouldn't start. No good. I may find
> > a place to stick this got'cha in the docs or add an mkdir() call
> > to init.
>
> mkdir(2) on / is not going to work if / is readonly. The kernel
> actua
On Fri, 28 Mar 2003, Sean Chittenden wrote:
> > > Ah! Figured it out after reading through init's src: /dev didn't
> > > exist therefore the machine wouldn't start. No good. I may find
> > > a place to stick this got'cha in the docs or add an mkdir() call
> > > to init.
> >
> > mkdir(2) on /
More information on my AC97 experiences:
I forced the card to 4.8 KHz which is what it was running at on V4. This
seems to have not helped the performance of GnomeMeeting at all. The
sound I hear is in "spurts" which are at the correct frequency and last
about a tenth of a second. with gaps betwee
> Date: Fri, 28 Mar 2003 16:18:59 -0800
> From: David Schultz <[EMAIL PROTECTED]>
>
> Thus spake Kevin Oberman <[EMAIL PROTECTED]>:
> > I've been seeing this for a couple of weeks since I updated my laptop to
> > CURRENT. I do a normal shutdown (-p or -r) and reboot. The shutdown
> > looked normal
Thanks to kevlo@ and arved@, the Coda port and the related libraries have
been updated to the current releases. I believe I have fixed most of the
regressions (over 4.x) in the kernel coda support. I encourage everyone
who is using Coda on 4.x, or who is interested in playing with it, to
install th
Kevin Oberman writes:
| More information on my AC97 experiences:
|
| I forced the card to 4.8 KHz which is what it was running at on V4. This
| seems to have not helped the performance of GnomeMeeting at all. The
| sound I hear is in "spurts" which are at the correct frequency and last
| about a t
>Date: Fri, 28 Mar 2003 08:46:39 -0800 (PST)
>From: David Wolfskill <[EMAIL PROTECTED]>
[Yes, I'm responding to my own post]
>Got -CURRENT (re-)built; booted, logged in, poked around, seemed OK;
>issued:
> sudo boot0cfg -s 1 ad0 && sudo halt -p
>(to switch to default to booting from -
>Date: Fri, 28 Mar 2003 18:34:31 -0800 (PST)
>From: David Wolfskill <[EMAIL PROTECTED]>
>>Date: Fri, 28 Mar 2003 08:46:39 -0800 (PST)
>>From: David Wolfskill <[EMAIL PROTECTED]>
>[Yes, I'm responding to my own post]
Again.
Well, I tried "panic", and that just got me
Fatal trap 3: breakpoin
Glenn Johnson wrote:
> I can not login to a box with FreeBSD 5 -current via ssh because I get
> the following error from ypserv:
>
> Mar 28 12:48:15 node1 ypserv[317]: access to master.passwd.byuid denied -- client
> 192.168.1.1:49344 not privileged
>
> Any ideas? I wanted to move to 5.0 on my
David Schultz wrote:
> Thus spake Terry Lambert <[EMAIL PROTECTED]>:
> > o Put a counter in the first superblock; it would be
> > incremented when the BG fsck is started, and reset
> > to zero when it completes. If the counter reaches
> > 3 (or some command line specified num
On Wed, Mar 26, 2003 at 10:09:34PM +0100, Alexander Leidinger wrote:
> And trust me, as long as gcc ships with a description of other
> optimizations beneath "-O" there will be (clueless or smart... does it
> really matter here?) people which will try those optimizations on
> everything
Not to men
31 matches
Mail list logo