From owner-freebsd-stable Tue Oct 7 04:34:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA18713 for stable-outgoing; Tue, 7 Oct 1997 04:34:49 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from actcom.co.il (baum@actcom.co.il [192.114.47.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA18705 for ; Tue, 7 Oct 1997 04:34:41 -0700 (PDT) (envelope-from baum@actcom.co.il) Received: from localhost by actcom.co.il with SMTP (8.8.6/actcom-0.2) id NAA02751 for ; Tue, 7 Oct 1997 13:33:57 +0200 (EET) (rfc931-sender: baum@localhost) Date: Tue, 7 Oct 1997 13:33:54 +0200 (EET) From: Alexander Indenbaum To: stable@FreeBSD.ORG Subject: disklabel problem - disklabel: ioctl DIOCSDINFO: No space left on device In-Reply-To: <199710071051.UAA15356@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! I am using -stable and sharing swap partition between Linux and FreeBSD. In order to do so I disklabel swap partition out of /etc/rc echo "LOCAL: Initializing Linux swap partition..." disklabel -w -r /dev/rwd0s5 linswap echo "Turning swap space on..." swapon -a Where linswap is defined in /etc/disktab linswap:ty=mfs:se#512:nt#128:rm#3600:\ :ns#63:nc#13:\ :pb#104769:oa#0:tb=swap:\ :pc#104769:oc#0:bc#4096:fc#512: Anyway, it worked fine since 2.2.0 till 2.2-stable from month or so before. In latest -stable ( from 06.10.97 ) I get message: 1:27pm schneider -> /home/baum# uname -a FreeBSD schneider.actcom.co.il 2.2-STABLE FreeBSD 2.2-STABLE #25: Tue Oct 7 11:52:32 IDT 1997 baum@schneider.actcom.co.il:/usr/src/sys/compile/BAUM i386 1:27pm schneider -> /home/baum# disklabel -w -r /dev/rwd0s5 linswap disklabel: ioctl DIOCSDINFO: No space left on device But when I booted 2.2.1 kernel it worked fine. So what do you think about it? Alexander Indenbaum baum@actcom.co.il