Discussion:
g_handleattr: md0 bio_length 24 len 31 -> EFAULT
(too old to reply)
O. Hartmann
2018-03-24 09:35:48 UTC
Permalink
Writing out memory (md) backed images of UFS2 filesystems (NanoBSD images, created via
the classical manual way, no makefs), my recent CURRENT system dumps the
console full of these error messages:

g_handleattr: md0 bio_length 24 len 31 -> EFAULT

I do not know what they are supposed to mean and I'd like to ask whether someone could
shed some light on this.

Thanks,

oh
--
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten fÃŒr
Werbezwecke oder fÌr die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
Michael Dexter
2018-04-08 09:36:08 UTC
Permalink
Post by O. Hartmann
Writing out memory (md) backed images of UFS2 filesystems (NanoBSD images, created via
the classical manual way, no makefs), my recent CURRENT system dumps the
g_handleattr: md0 bio_length 24 len 31 -> EFAULT
I do not know what they are supposed to mean and I'd like to ask whether someone could
shed some light on this.
I am seeing this on the the latest snapshot when attempting to run
option_survey.sh which creates an md-attached disk image.

Anyone else seeing this?

Michael
Peter Holm
2018-04-08 10:53:21 UTC
Permalink
Post by Michael Dexter
Post by O. Hartmann
Writing out memory (md) backed images of UFS2 filesystems (NanoBSD images, created via
the classical manual way, no makefs), my recent CURRENT system dumps the
g_handleattr: md0 bio_length 24 len 31 -> EFAULT
I do not know what they are supposed to mean and I'd like to ask whether someone could
shed some light on this.
I am seeing this on the the latest snapshot when attempting to run
option_survey.sh which creates an md-attached disk image.
Anyone else seeing this?
Michael
Yes, I have:

[***@freefall ~/public_html/stress/log]$ grep -a g_handleattr: `ls -rt`
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
[***@freefall ~/public_html/stress/log]$
--
Peter
Kyle Evans
2018-04-08 14:48:18 UTC
Permalink
Post by Peter Holm
Post by Michael Dexter
Post by O. Hartmann
Writing out memory (md) backed images of UFS2 filesystems (NanoBSD images, created via
the classical manual way, no makefs), my recent CURRENT system dumps the
g_handleattr: md0 bio_length 24 len 31 -> EFAULT
I do not know what they are supposed to mean and I'd like to ask whether someone could
shed some light on this.
I am seeing this on the the latest snapshot when attempting to run
option_survey.sh which creates an md-attached disk image.
Anyone else seeing this?
Michael
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
FYI- this should be fixed by r332070.

Thanks,

Kyle Evans
Julian Elischer
2018-04-09 22:28:55 UTC
Permalink
Post by Kyle Evans
Post by Peter Holm
Post by Michael Dexter
Post by O. Hartmann
Writing out memory (md) backed images of UFS2 filesystems (NanoBSD images, created via
the classical manual way, no makefs), my recent CURRENT system dumps the
g_handleattr: md0 bio_length 24 len 31 -> EFAULT
I do not know what they are supposed to mean and I'd like to ask whether someone could
shed some light on this.
I am seeing this on the the latest snapshot when attempting to run
option_survey.sh which creates an md-attached disk image.
Anyone else seeing this?
Michael
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
numa025.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
kostik1104.txt:g_handleattr: md10 bio_length 24 len 31 -> EFAULT
FYI- this should be fixed by r332070.
Thanks,
Kyle Evans
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
so I think current has other issues I want to avoid

can I just pull that commit and have have svn know how to upgrade past
it later?

Loading...