atom feed31 messages in org.freebsd.freebsd-stableRe: WARNING: 7-STABLE BROKEN -- pleas...
FromSent OnAttachments
Robert WatsonAug 27, 2008 8:24 am 
O. HartmannAug 27, 2008 8:38 am 
Kostik BelousovAug 27, 2008 9:04 am 
Robert WatsonAug 27, 2008 10:29 am 
Alex GoncharovAug 27, 2008 5:41 pm 
John BaldwinAug 27, 2008 7:25 pm 
O. HartmannAug 27, 2008 11:48 pm 
O. HartmannAug 28, 2008 12:16 am 
John BaldwinAug 28, 2008 1:55 pm 
Dan AllenAug 29, 2008 9:43 am 
Daniel EischenAug 29, 2008 10:12 am 
Steve BertrandAug 29, 2008 11:00 am 
Boris SamorodovAug 29, 2008 11:58 am 
Kostik BelousovAug 29, 2008 12:08 pm 
sth...@nethelp.noAug 29, 2008 12:46 pm 
Boris SamorodovAug 29, 2008 12:54 pm 
O. HartmannAug 29, 2008 1:44 pm 
Kris KennawayAug 29, 2008 2:24 pm 
Dan AllenAug 29, 2008 4:32 pm 
O. HartmannAug 30, 2008 2:25 am 
Kris KennawayAug 30, 2008 2:55 am 
O. HartmannAug 30, 2008 4:32 am 
O. HartmannAug 30, 2008 4:53 am 
Kris KennawayAug 30, 2008 7:45 am 
O. HartmannAug 30, 2008 10:27 am 
Kris KennawayAug 30, 2008 10:45 am 
Alex GoncharovAug 31, 2008 7:26 am 
John BirrellAug 31, 2008 3:36 pm 
Alex GoncharovAug 31, 2008 4:31 pm 
John BirrellAug 31, 2008 4:35 pm 
Alex GoncharovAug 31, 2008 4:39 pm 
Subject:Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
From:O. Hartmann (ohar@mail.zedat.fu-berlin.de)
Date:Aug 30, 2008 4:53:59 am
List:org.freebsd.freebsd-stable

O. Hartmann wrote:

Kris Kennaway wrote:

O. Hartmann wrote:

O. Hartmann wrote:

Steve Bertrand wrote:

Dan Allen wrote:

Well I got bit by this and am dead in the water. Nothing builds. I tried the DEBUG_FLAGS=-g trick but to no avail.

My 7.0 box upgraded fine this morning:

FreeBSD ids.eagle.ca 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Aug 29 11:38:12 EDT 2008 steve@ids:/usr/obj/usr/src/sys/SMP i386

The dmesg if it is relevant:

http://ww3.ibctech.ca/ids.dmesg

Well, mine did not. I was capable of compiling world and kernel and also capable of installing all things like I did in the past, but ZFS seems still broken - the module does not load automatically at initialization time nor is it loadable via kldload (there is an error about missing opensolaris module but I can't find anything about this module ...).

It's new, you need to build it.

Well, I hoped the 'buildworld' build everything process would do so? Do I need an extra option in my kernel config?

It is a kernel module, it doesn't get built by buildworld (by default). If you use the default build settings for your kernel, it builds all modules including this one. If you use MODULES_OVERRIDE or similar to specify a list of modules to build, you have to add it to the list.

The module is indeed present, and it was all the time present. Obviously is something wrong or not in the right order with my config. When makeing buildworld and then rebooting the box, ZFS module does not automatically load OpenSOLARIS module when it detects its absence. I guess I need to fix an 'option opensolaris' in my kernel config.

Thanks,

here I am again. On a less critical mashine the installation process (buildwork/installworld and the same to the kernel) went through without problems. This box does have a ZFS device for backup purposes only, not essential.

The box starts/booot. When I try loading either opensolaris.ko/zfs.ko, I get this:

link_elf_obj: symbol stack_save undefined kldload: /boot/kernel/opensolaris.ko: Unsupported file type link_elf_obj: symbol stack_save undefined kldload: /boot/kernel/opensolaris.ko: Unsupported file type KLD zfs.ko: depends on opensolaris - not available kldload: /boot/kernel/zfs.ko: Unsupported file type

I guess I forgot some of the recommended compiler switches ... ??

Oliver