Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 21:14:35 GMT
From:      Nicolae Namolovan <adrenalinup@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/120192: Current gvinum is not usable
Message-ID:  <200801312114.m0VLEZKq044719@www.freebsd.org>
Resent-Message-ID: <200801312120.m0VLK1c1014107@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120192
>Category:       kern
>Synopsis:       Current gvinum is not usable
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 31 21:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Nicolae Namolovan
>Release:        RELENG_7_0 from 31.01.2008
>Organization:
>Environment:
[root@centru /sys/modules/geom/geom_vinum]# uname -a
FreeBSD centru.md 7.0-RC1 FreeBSD 7.0-RC1 #1: Thu Jan 31 20:35:48 EET 2008     adrenalin@centru.md:/usr/obj/usr/src/sys/GOGOASHA  amd64
>Description:
Current gvinum is not usable, yesterday I got a kernel panic.

http://lists.freebsd.org/pipermail/freebsd-geom/2007-November/002683.html I saw the same problem on the mail list, yet not fixed..

I heard there is some patches from Google Sumer Code ? Anyway, I can't manage to compile them, this is what I get..
http://people.freebsd.org/~lulf/patches/gvinum/gvinum_2007-11-03_RELENG_7.diff

===> geom_vinum (all)
cc -O2 -march=nocona -fno-strict-aliasing  -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common  -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c: In function 'gv_init':
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c:177: warning: implicit declaration of function 'kproc_create'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c:177: warning: nested extern declaration of 'kproc_create'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c: In function 'gv_worker':
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c:931: warning: implicit declaration of function 'kproc_exit'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum.c:931: warning: nested extern declaration of 'kproc_exit'
cc -O2 -march=nocona -fno-strict-aliasing  -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common  -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:657: error: redefinition of 'gv_create_drive'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:46: error: previous definition of 'gv_create_drive' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:788: error: redefinition of 'gv_create_volume'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:177: error: previous definition of 'gv_create_volume' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:802: error: redefinition of 'gv_create_plex'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:191: error: previous definition of 'gv_create_plex' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:837: error: redefinition of 'gv_create_sd'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:226: error: previous definition of 'gv_create_sd' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:923: error: redefinition of 'gv_concat'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:312: error: previous definition of 'gv_concat' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:989: error: redefinition of 'gv_mirror'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:378: error: previous definition of 'gv_mirror' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1078: error: redefinition of 'gv_raid5'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:467: error: previous definition of 'gv_raid5' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1157: error: redefinition of 'gv_stripe'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:546: error: previous definition of 'gv_stripe' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1268: error: redefinition of 'gv_create_drive'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:46: error: previous definition of 'gv_create_drive' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1399: error: redefinition of 'gv_create_volume'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:177: error: previous definition of 'gv_create_volume' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1413: error: redefinition of 'gv_create_plex'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:191: error: previous definition of 'gv_create_plex' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1448: error: redefinition of 'gv_create_sd'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:226: error: previous definition of 'gv_create_sd' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1534: error: redefinition of 'gv_concat'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:312: error: previous definition of 'gv_concat' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1600: error: redefinition of 'gv_mirror'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:378: error: previous definition of 'gv_mirror' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1689: error: redefinition of 'gv_raid5'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:467: error: previous definition of 'gv_raid5' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1768: error: redefinition of 'gv_stripe'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:546: error: previous definition of 'gv_stripe' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:1879: error: redefinition of 'gv_create_drive'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:46: error: previous definition of 'gv_create_drive' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2010: error: redefinition of 'gv_create_volume'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:177: error: previous definition of 'gv_create_volume' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2024: error: redefinition of 'gv_create_plex'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:191: error: previous definition of 'gv_create_plex' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2059: error: redefinition of 'gv_create_sd'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:226: error: previous definition of 'gv_create_sd' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2145: error: redefinition of 'gv_concat'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:312: error: previous definition of 'gv_concat' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2211: error: redefinition of 'gv_mirror'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:378: error: previous definition of 'gv_mirror' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2300: error: redefinition of 'gv_raid5'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:467: error: previous definition of 'gv_raid5' was here
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:2379: error: redefinition of 'gv_stripe'
/usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_create.c:546: error: previous definition of 'gv_stripe' was here
*** Error code 1

Stop in /usr/src/sys/modules/geom/geom_vinum.
*** Error code 1

Stop in /usr/src/sys/modules/geom.


Thanks for your assistance.. I'll try ZFS in the mean time..
>How-To-Repeat:
http://lists.freebsd.org/pipermail/freebsd-geom/2007-November/002683.html
>Fix:
http://lists.freebsd.org/pipermail/freebsd-geom/2007-November/002683.html

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801312114.m0VLEZKq044719>