In message <[EMAIL PROTECTED]>, Poul-Henning Kamp
writes:
>phk 2003/08/06 08:05:28 PDT
>
> FreeBSD src repository
>
> Modified files:
>sys/i386/i386tsc.c
>sys/i386/include clock.h
>sys/i386/isa clock.c
> Log:
> Dont initialize a TSC timecounter until
On Thu, 2003-08-07 at 22:36, Mike Silbersack wrote:
> ok, here goes:
>
> duplicate free from zone FFS1 dinode
>
> traceback:
> Debugger
> panic
> uma_dbg_free
> uma_zfree_arg
> ffs_ifree
> ufs_reclaim
> ufs_vnoperate
> vclean
> gdonel
> getnewvnode
> ffs_vget
> ufs_lookup
> ufs_vnoperate
> vfs_ca
Hi,
I just did a cvsup of -CURRENT and rebuilt the world.
dhclient doesn't seem to work for me any more.
It looks like a problem with dhclient, and not the
kernel, because an older version of dhclient works fine.
Here is the output of dhclient -v -d xl0
=
> From: David Gilbert <[EMAIL PROTECTED]>
> Date: Sat, 9 Aug 2003 20:53:54 -0400
>
> What does a hibernation partition look like?
>
> My dell has a 31 meg partition that I havn't touched and my FreeBSD
> partition.
Most laptops have the capability of "sleeping" in two modes.
1. suspend where mo
I'm trying to get 5.1-R installed, but I've run into a problem I don't
understand. The disk layout I want should look like this:
s1: 20gb, FreeBSD
s2: 10gb, Windows
s3: ~83gb (the rest of the disk), data
The partition, label, and install process all seems to work fine. However, when
I reboot, r
On Thu, 2003-08-07 at 00:39, Charlie Schluting wrote:
>
> Any ideas? Thanks a bunch :)
try this instead:
*default host=cvsup.no.freebsd.org
*default base=/usr
*default prefix=/usr
*default tag=RELENG_5_1
*default release=cvs delete use-rel-suffix compress
ports-all tag=.
src-all
doc-all
--
M
On Sat, Aug 09, 2003 at 12:28:45PM +0200, Martin Blapp wrote:
>
> Hi,
>
> > Here is the output of dhclient -v -d xl0
>
> I I checked. Dhclient still initializes the
> interface and brings it up itself. So there
> is only one possibility:
>
> You don't have a working link. Maybe it helps
> if yo
In message <[EMAIL PROTECTED]>, Tobias Roth writes:
>would it be possible to add the currently attached vnode (or the
>complete path to it) to the output of
>
> mdconfig -l -u
>
>that would simplify some things for me.
That is actually somewhat tricky because the file might have been
renamed or
/-- Kris Kennaway wrote:
|
| LORs in the pcm system are reported quite regularly, but I haven't
| seen anyone working on the problem. Is there anyone who can look at
| the locking code used in this system and fix the problems? Perhaps
| this should be added to the 5.2 TODO list.
| =20
I'm unawa
On Sat, 9 Aug 2003, Matthew N. Dodd wrote:
> Try this (cut & paste):
The patch I posted was incorrect as I forgot to do a register window
select before reading media status.
ftp://ftp.jurai.net/users/winter/patches/xl_media.patch
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBS
Tobias Roth wrote:
> > You could do the vnode. Doing the path is hard.
>
> the vnode is good enough for me. would someone be so kind to implement
> that?
Depends; what are you going to do, with only the address of a
kernel structure? What's having that going to buy you?
> or will this still c
On Thursday, August 7, 2003, at 12:22 AM, Juli Mallett wrote:
Does someone have any idea what approach to take for the following
scenario? I'm leaning towards a compile time failure, or an
informative
panic at the beginning of bootp...
You have IPFIREWALL, but not the default to accept option,
On Thu, Aug 07, 2003 at 11:08:06PM -0500, Alan L. Cox wrote:
> Kris Kennaway wrote:
> >
> > I don't think I've seen this i386 traceback before. Is it harmless as
> > well?
> >
>
> Yes. In general, any LOR involving a system map mutex and a vm object
> mutex that has a stack trace looking like
In message: <[EMAIL PROTECTED]>
David Gilbert <[EMAIL PROTECTED]> writes:
: > "M" == M Warner Losh <[EMAIL PROTECTED]> writes:
:
: M> The ath driver doesn't work with broadcom hardware. You will need
: M> to write your own driver, or find someone else that can write a
: M> broadco
I deinstalled and reinstalled gtk12. That appears to have fixed this
problem.
Joe Marcus Clarke wrote:
(mozilla-bin:62160): Gtk-WARNING **: A floating object was finalized.
This means that someone called g_object_unref() on an object that had
only a floating reference; the initial floating referen
I use Grub to multi-boot XPpro, Linux & FreeBSD. Had to use FFS
filesystem since Grub doesn't support UFS.
> -Original Message-
> From: John Reynolds [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 07, 2003 3:10 PM
> To: [EMAIL PROTECTED]
> Subject: Best Known Methods for dual booting
On Thu, 2003-08-07 at 10:31, Kevin Oberman wrote:
> > From: Joe Marcus Clarke <[EMAIL PROTECTED]>
> > Date: Wed, 06 Aug 2003 16:01:37 -0400
> > Sender: [EMAIL PROTECTED]
> >
> >
> > --=-MHp9eSkqmbnyoWl+2a1w
> > Content-Type: text/plain
> > Content-Transfer-Encoding: quoted-printable
> >
> > On W
In message <[EMAIL PROTECTED]>, "Greg 'groggy' Lehey"
writes:
>> and it seems that vinum does not respect the D_NOGIANT flag which
>> GEOM recently started setting.
>
>Probably because it didn't know about it. As I've said before, it
>would be nice to be informed about the changes you're making,
Jon Kuster wrote:
On Wed, 2003-08-06 at 06:42, Scott Long wrote:
I know what the problem is and I'm working on a patch right now.
Scott
Excellent. I'll be happy to test it if needed.
Jon
Attached is an untested patch. Please let me know if it solves the
problem
Scott
Index: trm.c
=
On Wed, 2003-08-06 at 22:39, Charlie Schluting wrote:
> 5BOn Wed, 6 Aug 2003, Kris Kennaway wrote:
>
> > On Wed, Aug 06, 2003 at 08:57:53AM -0700, Charlie Schluting wrote:
> > >
> > > Howdy,
> > > Running 5.0.
> >
> > cvsup to 5.1 and retry. The package currently builds on a clean 5.1 system.
> >
> > Anyone know what's up with that? Can anyone give me the rundown on
> > how/what FreeBSD does at boot time to start the network interface? Maybe
> > something is supposed to be running that script, but isn't? Another
> > missing script?
> >
> Upon boot up, FreeBSD runs the /etc/rc script. Check
On Tue, Aug 05, 2003 at 08:49:50AM -0500, Nick H. - Network Operations wrote:
> I attempted to use a D-Link DGE-500T card this weekend on 5.1-RELEASE
> (and -CURRENT) with no success. It is unable to probe the device and find a
> proper driver for it. My question is: are there any plans currently
On Thu, Aug 07, 2003 at 07:26:28PM -0700, Charlie Schluting wrote:
> Ok, I found that /etc/rc.d/netif was missing. I moved the one from
> /usr/src/etc/rc.d into place, and I'm thinking that will fix it.
>
> I don't remember telling it NOT to move this file in mergemaster...
>
> Thanks to everyone
23 matches
Mail list logo