Does anybody know if it's possible to restore a dump of a ufs filesystem
to zfs?
Thanks
John
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thursday 06 March 2008 04:53:55 pm Pete French wrote:
> I want to take a disc partition on one box and make it available to
> another box to be mounted. Under 7.0 it looks like I have a choice
> of using either ggated to do this, or the new iscsis initiator. Does
> anyone have any opinions on wh
is instead:
http://people.freebsd.org/~jhb/patches/btx_real.patch
(btx_crx has been in the base system for a while FWIW). This is somewhat
similar to kib's patch but fixes at least one bug I found in kib's patch (and
uses some slightly different approaches in a few places).
--
John
On Friday 07 March 2008 11:25:39 am Pete French wrote:
> > Last time I used it the iscsi-target port had some significant bugs,
> > but looking through cvs it looks like those may have been addressed.
> > I can't really speak to performance. Reliability should be all right
> > as long as you don't
On Friday 07 March 2008 10:08:59 am Ivan Voras wrote:
> John Nielsen wrote:
> > On Thursday 06 March 2008 04:53:55 pm Pete French wrote:
> >> I want to take a disc partition on one box and make it available to
> >> another box to be mounted. Under 7.0 it looks like I
On Friday 07 March 2008 09:13:12 am John Baldwin wrote:
> On Thursday 06 March 2008 07:29:40 pm Daniel O'Connor wrote:
> > On Fri, 7 Mar 2008, Vincent Mialon wrote:
> > > I tested various options in boot0cfg with no sucess. I also tested
> > > the howto from
On Friday 07 March 2008 02:18:42 pm John Nielsen wrote:
> On Friday 07 March 2008 09:13:12 am John Baldwin wrote:
> > On Thursday 06 March 2008 07:29:40 pm Daniel O'Connor wrote:
> > > On Fri, 7 Mar 2008, Vincent Mialon wrote:
> > > > I tested various options
On Saturday 08 March 2008 04:29:25 pm Torfinn Ingolfsen wrote:
> On Sat, 08 Mar 2008 16:11:54 -0500
>
> John Nielsen <[EMAIL PROTECTED]> wrote:
> > Success! I was able to boot my laptop from my USB stick built with
> > the btx_real patch (after I modified hunk
into boot2/loader).
>
> I used 'fdisk -B da0' to install /boot/mbr to the disk for testing.
> When I now boot the disk on the Acer laptop, it just displays one
> register dump followed by "BTX halted".
You haven't updated boot2 (via bsdlabel -B)
hronization, system crashes with
> > following stacktrace:
> >
> > Does anyone have any ideas?
>
> I posted the patch several days ago, see
> http://lists.freebsd.org/pipermail/freebsd-current/2008-March/084076.html
So this axes the Giant trick stuff, is this because there
On Friday 07 March 2008 06:40:04 pm Jeremy Chadwick wrote:
> On Fri, Mar 07, 2008 at 11:51:49PM +0100, Dimitry Andric wrote:
> > On 2008-03-07 15:13, John Baldwin wrote:
> > > Try this instead:
> > >
> > > http://people.freebsd.org/~jhb/patches/btx_real.p
er flashing the latest BIOS for
> > everything.
>
> One more addition: I needed to use sys/extipl boot loader instead of the
> standard one.
That should be fixed with the latest BTX btw.
--
John Baldwin
___
freebsd-stable@freebsd.org mail
On Wednesday 12 March 2008 03:28:51 pm Ivan Voras wrote:
> On 12/03/2008, John Baldwin <[EMAIL PROTECTED]> wrote:
> > On Wednesday 12 March 2008 07:22:14 am Ivan Voras wrote:
>
> > > One more addition: I needed to use sys/extipl boot loader instead of
the
> &g
hould apply directly to RELENG_7.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
g some testing in-house to also make sure this works.
>
> Please provide feedback.
>
> See attached delta.
This is not a bug. Don't use untimeout(9) as it is not guaranteed to be
reliable. Instead, use callout_*(). Your patch doesn't solve any races as
the driver detach ro
On Monday 17 March 2008 04:10:14 pm Alfred Perlstein wrote:
> * John Baldwin <[EMAIL PROTECTED]> [080317 09:43] wrote:
> >
> > This is not a bug. Don't use untimeout(9) as it is not guaranteed to be
> > reliable. Instead, use callout_*(). Your patch doesn'
are in the
upper range of the address space. The warning above has to do with code that
calls rtfree() vs. the RTFREE() macro. The macro inlines the the common case
(refs > 1) so in theory is cheaper than always doing a function call.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ILTER]
ifconfig doesn't show anything other than em0 and lo0
Where should I start debugging this ?
John
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
have lpt0, etc.? Are
your running lpd? The way that ppbus works is that only one child driver
(ppi0, lpt0, etc.) can "own" the actual ppc device at a time, so when a child
driver wants to do something, it requests ownership of the bus first. You
need to find out which other child d
Gavin Atkinson wrote:
On Sat, 22 Mar 2008, John Pettitt wrote:
I just installed 7-STABLE on a new dual/quad machine based on a
supermicro motherboard - it works fine except that it's not seeing
the second network interface (em driver) - is there a magic
incantation to make this
the bus while doing actual I/O
rather than at open/close). You will probably need to use kgdb to see which
device ppbus thinks owns the bus.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tuesday 25 March 2008 09:19:00 pm Dave Overton wrote:
> Just put together a nice 1U box, Tyan Tank GT20, plugged in its 8gb ECC
> RAM, its 4 shiney new HDs and fired it up. Bios looks normal, reset
> the clock to something resembling today, and throw in the Fbsd7 disk!
>
> No joy.
>
> I get jus
000
@@ -4053,7 +4053,8 @@
/*
* bounce a copy to the bpf listener, if any.
*/
-BPF_MTAP(sc->tulip_ifp, m);
+if (!(sc->tulip_flags & TULIP_DEVICEPROBE))
+ BPF_MTAP(sc->tulip_ifp, m);
/*
* The de
Volker wrote:
On 12/23/-58 20:59, John Pettitt wrote:
I just installed 7-STABLE on a new dual/quad machine based on a
supermicro motherboard - it works fine except that it's not seeing the
second network interface (em driver) - is there a magic incantation to
make this work?
Fr
On Monday 31 March 2008 05:31:49 am 한원희 wrote:
> I installed FreeBSD 7.0 on HP DL 380.
>
> This is a mptable result.
7.0 will use ACPI instead of MP Table if ACPI exists. What does acpidump -t
show?
--
John Baldwin
___
freebsd-stable@fr
On Thursday 28 February 2008 05:56:32 pm pluknet wrote:
> Hello,
>
> I've updated to the recent RELENG_7 as of 2008/02/28
> to try the new kld-add feature in kgdb, among other things
> (yes, i do debug kernel modules).
This should be fixed with the MFC toda
On Friday 04 April 2008 03:57:19 pm pluknet wrote:
> On 04/04/2008, John Baldwin <[EMAIL PROTECTED]> wrote:
> > On Thursday 28 February 2008 05:56:32 pm pluknet wrote:
> > > Hello,
> > >
> > > I've updated to the recent RELENG_7 as of 2008/02/2
a notice or errata candidate. (At least a note in the
errata pointing to the 1.85.2.10 commit if not an actual patch to
RELENG_6_3.)
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To uns
is a non-ancient computer and non-ancient FreeBSD (5.2 or
later) then FreeBSD isn't using the MP Table at all but the ACPI MADT table
(available via acpidump -t).
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
uzzy screen photographs on our web site.
The stack trace info would be useful. A photo would be fine.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> version of the booloader.
>
> I'm not a coder, and haven't looked more deeply, but it appears that
> something in here:
>
>i386/src/sys/boot/i386/btx/btx/Makefile
>i386/src/sys/boot/i386/btx/btx/btx.S
It would be these changes. Debugging this will be
and
> later with NetBSD).
CD-ROM booting uses a separate bootstrap (src/sys/boot/i386/cdboot/cdboot.s).
It does depend on a non-ancient BIOS. NT 4.0 uses the same CD booting method
that newer FreeBSD snaps use FWIW. To debug this you would need to hack on
cdboot.s to find out when and
On Tuesday 08 April 2008 07:46:41 pm Aristedes Maniatis wrote:
>
> On 08/04/2008, at 11:59 PM, John Baldwin wrote:
> > On Tuesday 08 April 2008 04:06:24 am Aristedes Maniatis wrote:
> >> FreeBSD dash.ish.com.au 7.0-RELEASE FreeBSD 7.0-RELEASE #10
> >> i386 with PAE
e sleepq code (b/c only sleeping
threads can be swapped out anyway) can return that value from
sleepq_resume_thread() and can call kick_proc0() directly once it has dropped
all of its own locks.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Saturday 19 April 2008 07:38:27 am Aristedes Maniatis wrote:
>
> On 19/04/2008, at 3:14 AM, John Baldwin wrote:
> > On Thursday 10 April 2008 06:33:40 pm Aristedes Maniatis wrote:
> >>
> >>>> http://www.ish.com.au/s/LOR/1.jpg
> >>>
sysinstall?
>
> I guess the problem is that it is impossible to know what systems care
> about geometry and those that don't.
MBR's still have C/H/S in their tables. However, we actually use EDD by
default now in 7 and so the C/H/S is pretty much never used. The GPT
type == 0 || nlst[1].n_type == 0) {
> fprintf(stderr, "error extracting symbols");
> exit(1);
> }
>
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
exactly where it dies. I would start
by seeing if it makes it out of the psm driver. If so, then I would start
adding printfs to the new-bus code in sys/kern/subr_bus.c to see if drivers
are probing when it hangs.
--
John Baldwin
___
freebsd-s
cture
> pointer.
> Attempt to extract a component of a value that is not a structure
> pointer.
> #0 0x in ?? ()
> (kgdb)
>
> Any ideas what to do ? Or probably some hints.
Build a kernel with debug symbols and then reproduce the crash.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
t;hangs
> | after printing uptime" PRs.
>
> I see... It seems that this is the culprit.
>
> To John: Do you think it's worthy to make this an errata to the
> supported RELENG_6_X and RELENG_7_0 branches?
If someone wants to push re@ to do that they can, but my experie
1. I have a realtek network card and am using a cable modem router. Does
anyone know if fixes for problems with these (see below) have been backported
from HEAD to RELENG_7?
2. Is this a good time to upgrade to RELENG_7?
3. I read a post last week that advised that 7.1 is a long way off. Appr
is
still the possiblity of using boot2 to load /boot/loader.old as a workaround.
If you update boot2 and it breaks you can't fix that w/o booting off of some
other media such as a CD.
Debugging these hangs is not easy to do remotely. If you know assembly then
there are some things
On Friday 23 May 2008 09:26:45 am Kostik Belousov wrote:
> On Fri, May 23, 2008 at 08:29:09AM -0400, John Baldwin wrote:
> > On Friday 23 May 2008 07:53:11 am Kostik Belousov wrote:
> > > On Fri, May 23, 2008 at 01:22:55PM +1200, Mark Kirkwood wrote:
> > > > Jame
On Friday 23 May 2008 09:26:45 am Kostik Belousov wrote:
> On Fri, May 23, 2008 at 08:29:09AM -0400, John Baldwin wrote:
> > On Friday 23 May 2008 07:53:11 am Kostik Belousov wrote:
> > > On Fri, May 23, 2008 at 01:22:55PM +1200, Mark Kirkwood wrote:
> > > > Jame
er.
> Alternatively, can anyone suggest how I can disable or mask a specified
> PCI interrupt?
The problem is that in this case you have another driver that is using that
interrupt, so if you completely mask the interrupt the other driver will stop
getting interrupts and likely stop w
ply-to-all, but
that is where the kmail developers disagree.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
when it gets reviewed the feedback
> will be consolidated into one convenient location.
>
> If you want "momentary" review for your work, open source is probably
> not the arena you should be looking to contribute in.
6. The Real
: on cpu0
You can try http://www.FreeBSD.org/~jhb/patches/est_msr.patch. It won't give
you the full range of speeds for you CPU, but it should give you the high and
low values that we can guess from the upper 32-bits of the MSR.
--
John Baldwin
__
driver you are using and which
model controllers you have.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thursday 05 June 2008 02:19:31 am Alfred Perlstein wrote:
> * John Baldwin <[EMAIL PROTECTED]> [080604 11:12] wrote:
> > On Tuesday 03 June 2008 03:04:18 pm Peter Jeremy wrote:
> > > BTW, your MUA's list-reply configuration don't recognize that
> > &
en't. This is
actually a feature of newer CPUs.
Try turning off powerd and using 'openssl speed rsa' at different frequencies
to check for real frequency changes.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thursday 05 June 2008 12:14:20 pm Paul Schmehl wrote:
> --On Thursday, June 05, 2008 10:23:55 -0400 John Baldwin <[EMAIL PROTECTED]>
> wrote:
> >
> > FWIW, at Y! 6.3 is more stable than 6.2 (I had a list of about 10 patches
> > for
> > known deadlock
and 7.0-RELEASE with no problem.
I hope this discussion provides a catalyst for more of us to become more
involved in pre-RELEASE testing to ensure an even higher standard of
RELEASEs from the FreeBSD project.
--
John Marshall
pgpC7YMwEg8SR.pgp
Description: PGP signature
pted while softclock is blocked.
Note that ULE already drives its round-robin userland preemption from
sched_clock() as well and always enables IPI_PREEMPT.
MFC after: 1 week
Revision ChangesPath
1.108 +8 -29 src/sys/kern/sched_4bsd.c
We use it at
On Friday 09 May 2008 10:53:15 pm Aristedes Maniatis wrote:
>
> On 23/04/2008, at 3:34 AM, John Baldwin wrote:
>
> >>> The
> >>> real problem at the bottom of the screen though is a real issue.
> >>> It's a LOR
> >>> of t
://www.FreeBSD.org/~jhb/patches/arl.patch
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
://www.FreeBSD.org/~jhb/patches/cnw.patch
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
://www.FreeBSD.org/~jhb/patches/sbni.patch
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
://www.FreeBSD.org/~jhb/patches/sbsh.patch
This driver has very dubious behavior in that it sleeps in lots of places when
it shouldn't. I doubt it works properly even with Giant.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
://www.FreeBSD.org/~jhb/patches/snc.patch
Note that this patch is relative to some cleanups done in HEAD a while ago.
You should be able to just grab the snc(4) files from HEAD and apply the
patch to test this on 6.x or 7.x.
--
John Baldwin
___
freebsd
://www.FreeBSD.org/~jhb/patches/oltr.patch
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RAID5 and need to
> exclude it), FS with 64Kb blocks, and 4 threads of iozone with mixed
> workload (-i 8 -+p 70).
>
>All 5 disks are ICH9DO-based, SATA-II WD5000AAKS HDDs.
Try getting the 'ps' output from ddb. Also, get a crash dump if you can.
--
John Baldwin
.0 agp0 will be a child device of the hostbX device. pciconf -lcv might
be useful.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> support of stable releases. I honestly think it is in their interest to
> support, even financially
FWIW, Yahoo! tracks -stable branches, not point releases.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/m
On Thursday 19 June 2008 11:57:51 am James Gritton wrote:
> John Baldwin wrote:
> > On Sunday 15 June 2008 07:23:19 am Stef Walter wrote:
> >
> >> I've been trying to track down a deadlock on some newish production
> >> servers running FreeBSD 6.
On Monday 23 June 2008 08:16:50 pm Daniel O'Connor wrote:
> On Tue, 24 Jun 2008, John Baldwin wrote:
> > On Tuesday 17 June 2008 07:50:34 am Daniel O'Connor wrote:
> > > Hi,
> > > I have an Epox 8HDAIPRO motherboard -
> > > http://www.epox.com/u
On Tuesday 24 June 2008 09:35:52 am Daniel O'Connor wrote:
> On Tue, 24 Jun 2008, John Baldwin wrote:
> > > [EMAIL PROTECTED]:0:0:0: class=0x06 card=0x02821106
> > > chip=0x02821106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies
> > > Inc'
On Monday 23 June 2008 03:16:40 pm James Gritton wrote:
> John Baldwin wrote:
> > On Thursday 19 June 2008 11:57:51 am James Gritton wrote:
> >
> >> John Baldwin wrote:
> >>
> >>> On Sunday 15 June 2008 07:23:19 am Stef Walter wrote:
> >
On Tuesday 24 June 2008 07:39:20 pm Daniel O'Connor wrote:
> On Wed, 25 Jun 2008, John Baldwin wrote:
> > > Nothing in /dev though..
> > > [midget 22:56] ~ >ls -la /dev/agp*
> > > zsh: no match
> >
> > And does kldstat -vv | grep agp show anything?
t; > patient for some days, as I'm currently too busy.
>
> We just got hit by this. The loader never loads and nothing boots. But a
> system admin discovered that the problem disappeared if the /boot.conf
> file was deleted. It just contained '-P'.
>
> Once this file was removed, the system just booted up as expected. When
> he changed it to -D or -h, the boot still locked up.
Hmm, this is actually a bit helpful. What if you set the equivalent variables
in /boot/loader.conf (e.g. console=comconsole) does it still hang?
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
be grateful for any
advice anyone is willing to give to help me
troubleshoot this issue.
Thanks in advance
John
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x80b0
fault code - supervisor write data, page not present
instructio
h without any issue -
FreeBSD 7.0 crashes within an hour.
John
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
is not running hot enough to cause a problem. The BIOS reports that all is
well with the temperature inside the box of just over 30
degrees C.
John
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To
> John, a question, how is swap set up on your system? I was
> swapping to a file (a memory disk device /dev/md0). I was
> doing this because for some reason lost in ancient history,
> this machine was not set up with a real swap partition.
> Hence, no crash dump.
Swap is
me it hangs, a couple of times I've got reboot
> >> and once there was hex dump. I use vidconsole with PS/2 keyboard.
> >>
> >> Seldom I've allowed to type 'boot -s' and hit enter without a problem -
> >> it boots system OK then. So,
gt; > acpi_hpet0: iomem 0xfed0-0xfed003ff on
acpi0
> > Timecounter "HPET" frequency 14318180 Hz quality 900
> >
> > kern.timecounter.choice: TSC(800) HPET(900) ACPI-safe(850) i8254(0)
> > dummy(-100)
> > kern.timecounter.hardware: HPET
> >
gt; >>
> >> You sure you haven't upgraded your BIOS or something and forgot to
> >> re-enable HPET?
> >
> > No it was not upgraded.. Have no option to enable/disable HPET through
> > BIOS settings though
>
> I was unclear a bit or so. There are no ACPI related settings in my
> laptop's BIOS.
>
> Well.. Backout 1.243.2.3 revision of /usr/src/sys/dev/acpica/acpi.c
> (committed to RELENG_7 at July 10 by jhb) fixes this issue for me:
>
> acpi_hpet0: iomem 0xfed0-0xfed003ff on
acpi0
> Timecounter "HPET" frequency 14318180 Hz quality 900
>
> kern.timecounter.choice: TSC(800) HPET(900) ACPI-safe(850) i8254(0)
> dummy(-100)
> kern.timecounter.hardware: HPET
>
> Hopefully it helps to understand what is went wrong there.
Ok, so the attempt to allocate the resource is failing for some reason. Can
you get output from 'devinfo -r' and 'devinfo -u'?
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tuesday 22 July 2008 04:37:51 am Oleg V. Nauman wrote:
> Quoting John Baldwin <[EMAIL PROTECTED]>:
>
> > On Monday 21 July 2008 06:07:52 am Oleg V. Nauman wrote:
> >> Quoting "Oleg V. Nauman" <[EMAIL PROTECTED]>:
> >>
> >> > Qu
On Wednesday 23 July 2008 07:09:27 am Oleg V. Nauman wrote:
> Quoting John Baldwin <[EMAIL PROTECTED]>:
>
> > On Tuesday 22 July 2008 04:37:51 am Oleg V. Nauman wrote:
> >> Quoting John Baldwin <[EMAIL PROTECTED]>:
> >>
> >> > O
shadow_count = 0,
> > type = 0 '\0', flags = 8452, pg_color = 0, paging_in_progress = 0,
> > resident_page_count = 2, backing_object = 0xff0053024a90,
> > backing_object_offset = 163840,
> > pager_object_list = {tqe_next = 0x0, tqe_prev = 0x0}, cache = 0
to answer your question are the backtraces always the same, no, they are
not. But I am still confused as to what this means??
I would appreciate any further insight anyone can give.
Thanks
John
___
freebsd-stable@freebsd.org mailing list
http://l
On Friday 01 August 2008, Jack Raats wrote:
> I would like to add the zyd device to FreeBSD.
> The zyd driver allready is in FreeBSD 7.0.
> Which steps do I have to take to add the zyd device to FreeBSD?
Sorry, what are you asking? What version of FreeBSD are you using and what
do you need help d
On Friday 01 August 2008 12:13:41 pm John Nielsen wrote:
> On Friday 01 August 2008, Jack Raats wrote:
> > I would like to add the zyd device to FreeBSD.
> > The zyd driver allready is in FreeBSD 7.0.
> > Which steps do I have to take to add the zyd device to FreeBSD?
>
On Wednesday 06 August 2008 04:06:43 pm Ulrich Spoerlein wrote:
> On Mon, 04.08.2008 at 16:07:55 -0400, John Baldwin wrote:
> > On Monday 04 August 2008 02:29:19 pm Ulrich Spoerlein wrote:
> > > Fatal trap 12: page fault while in kernel mode
> > > cpuid = 0; apic
On Mon, Dec 21, 2020 at 12:47:38PM -0800, John Kennedy wrote:
> On Wed, Dec 16, 2020 at 05:46:35PM -0700, Warner Losh wrote:
> > The FreeBSD project will be moving it's source repo from subversion to git
> > starting this this weekend. The docs repo was moved 2 weeks ago. The
On Sat, Dec 26, 2020 at 01:57:03PM -0800, Brian W. wrote:
> I saw this last night.
>
> With this system version
>
> $ uname -a
> FreeBSD fbsd122 12.2-RELEASE-p1 FreeBSD 12.2-RELEASE-p1 GENERIC amd64
>
> I tried to buildworld and kernel, with ccache. After it failed with
> ccache I disabled ccac
On Sat, Dec 26, 2020 at 04:13:28PM -0800, John Kennedy wrote:
> On Sat, Dec 26, 2020 at 01:57:03PM -0800, Brian W. wrote:
> > I saw this last night.
> >
> > With this system version
> >
> > $ uname -a
> > FreeBSD fbsd122 12.2-RELEASE-p1 FreeBSD 12.2-RELEA
On Sat, Jan 23, 2021 at 03:59:07PM -0500, mike tancsa wrote:
> I noticed when doing a src upgrade on a test zfs machine, I didnt
> get prompted to re-install the boot blocks after upgrading the pool post
> first reboot. I got a whole mess of feature upgrades just fine, but do
> I not need to d
You might also see if using a different NIC shows the same problem. If
not, then it might point to a regression in the NIC driver (or perhaps in
iflib as ix uses iflib I believe).
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
https://lists
On Thu, Apr 01, 2021 at 07:18:56PM -1000, parv/freebsd wrote:
> On Thu, Apr 1, 2021 at 3:38 PM parv/freebsd wrote:
>
> I am wondering if $SRC_BASE, $MAKEOBJDIRPREFIX, & $WRKDIRPREFIX being
> ZFS datasets now would increase compile time. I will found that out in
> few weeks (in case of buildworld &
(e.g. I use it frequently
to update rootfs images I use with qemu for RISC-V or MIPS that I run under
qemu, or when updating the SD-card for my RPI that I cross-build on an x86
host).
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
https://li
ts with 4 removable, self powered
Trying to mount root from ufs:/dev/gpt/ROOT [rw,noatime]...
ugen4.3: at usbus4
ukbd0: on usbus4
kbd2 at ukbd0
ums0: on usbus4
ums0: 5 buttons and [XYZ] coordinates ID=1
ugen2.2: at usbus2
wlan0: Ethernet address: 00:12:f0:c2:87:e8
--
John Marshall
pgpdpbn2fRbH3.pgp
Description: PGP signature
On 20/07/2012 16:02, John Marshall wrote:
> On Thu, 19 Jul 2012, 11:14 +0200, Per olof Ljungmark wrote:
>> Did anyone else experience this? With 9.1-BETA1 the boot process
>> freezes, among the last lines with verbose boot are
>>
>> acpi_acad0: On Line
>> acpi_
attempt, but they are not
> passed to rman_fini if the attach fails (no attach failure cleanup).
> After newbus code deallocates pcib_softc the global rman list (rman_head)
> becomes
> corrupted.
Oof. None of the pcib(4) drivers really support detach or cleanup yet.
--
John Bald
>
> set debug.acpi.disabled="hostres"
> boot
>
> Or, put the following line into /boot/loader.conf:
>
> debug.acpi.disabled="hostres"
> ..."
>
> Anyway, regardless of this attempt, file a PR# for 9.1-BETA1.
Please try this and let me kno
, the watchdog pat should probably happen without holding locks if
possible. This is related to the IPMI watchdog being special and wanting
to schedule a thread to work.
--
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org
ugh I only have 1 core again due to my use of
hint.apic.0.disabled="1" in /boot/loader.conf.
So to be clear, does that revision work fine, it's a future revision that
breaks things, or does that revision break?
--
John Baldwin
___
free
On Tuesday, July 31, 2012 4:51:19 pm Attilio Rao wrote:
> On 7/31/12, John Baldwin wrote:
> > On Thursday, July 19, 2012 7:58:14 pm Sean Bruno wrote:
> >> Working on the Dell R420 today, got most of it working, even the
> >> broadcom ethernet cards! However, I get the
On Wednesday, August 01, 2012 11:41:39 am Dan Allen wrote:
>
> On 31 Jul 2012, at 2:39 PM, John Baldwin wrote:
>
> > On Tuesday, July 24, 2012 9:32:45 pm Dan Allen wrote:
> >>
> >> $FreeBSD: src/sys/i386/i386/machdep.c,v 1.688.2.31 2012/06/13 15:25:52
jhb
On Wednesday, August 01, 2012 6:48:48 pm Sean Bruno wrote:
> On Wed, 2012-08-01 at 05:53 -0700, John Baldwin wrote:
> > Index: vfs_subr.c
> > ===
> > --- vfs_subr.c (revision 238969)
> > +++ vfs_subr.c (w
601 - 700 of 1674 matches
Mail list logo