NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/41511: vnconfig fails on second use



The following reply was made to PR kern/41511; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/41511: vnconfig fails on second use
Date: Sat, 4 Jul 2009 13:35:43 +0300

 With today's current (still using a GENERIC kernel), I get the following
 behavior:
 
   # dd if=/dev/zero of=/tmp/img bs=1k count=1024
   1024+0 records in
   1024+0 records out
   1048576 bytes transferred in 0.219 secs (4788018 bytes/sec)
   # vnconfig /dev/vnd0 /tmp/img
   # vnconfig -u /dev/vnd0
   # vnconfig /dev/vnd0 /tmp/img
   WARNING: module error: modcmd function returned error 17 for `vnd'
   vnconfig: /dev/vnd0d: opendisk: Device not configured
   # vnconfig -u /dev/vnd0
   WARNING: module error: modcmd function returned error 17 for `vnd'
   vnconfig: /dev/vnd0d: opendisk: Device not configured
   #
 
 In other words, the second vnconfig command still fails, but the
 second "vnconfig -u" no longer hangs.
 
 This is with CVS source date 2009.07.04.09.12.46.
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index