From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 23 01:54:46 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6809106566C for ; Fri, 23 Oct 2009 01:54:46 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id A4B988FC14 for ; Fri, 23 Oct 2009 01:54:46 +0000 (UTC) Received: from 153.78.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.78.153]) by smtp.vzavenue.net with ESMTP; 22 Oct 2009 21:25:34 -0400 X-REPUTATION: None X-REMOTE-IP: 66.171.78.153 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAKSd4EpCq06Z/2dsb2JhbACBUNokhD8E X-IronPort-AV: i="4.44,608,1249272000"; d="scan'208"; a="209028910:sNHT18972081" Received: from opal.com (localhost [IPv6:::1]) (authenticated bits=0) by homobox.opal.com (8.14.3/8.14.3) with ESMTP id n9N1PWb0013506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Oct 2009 21:25:33 -0400 (EDT) (envelope-from fbsd@opal.com) Received: from shibato.opal.com ([173.56.133.101] helo=shibato.opal.com) with IPv4:587 by opal.com; 22 Oct 2009 21:25:32 -0400 Date: Thu, 22 Oct 2009 21:25:32 -0400 From: "J.R. Oldroyd" To: freebsd-gnome@freebsd.org Message-ID: <20091022212532.23a0b972@shibato.opal.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: hal truncating block.device on freebsd-8.0rc1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 01:54:47 -0000 Attached USB camera in umass mode. Doesn't automount. Running hald --verbose shows: ... 21:02:23.301 [W] hf-block.c:49: unable to stat /dev/msdosfs/NIKON: No such file or directory Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 6469: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 21:02:23.313 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_4095705600_block 21:02:23.322 [I] hf-devd.c:316: received devd event: !system=DEVFS subsystem=CDEV type=CREATE cdev=pass1 21:02:23.330 [I] hf-devd.c:316: received devd event: !system=DEVFS subsystem=CDEV type=CREATE cdev=da1 21:02:23.331 [I] hf-devd.c:316: received devd event: !system=DEVFS subsystem=CDEV type=CREATE cdev=da1s1 21:02:23.331 [I] hf-devd.c:316: received devd event: !system=DEVFS subsystem=CDEV type=CREATE cdev=msdosfs/NIKON D300 ... # ls -l /dev/msdosfs total 0 crw-r----- 1 root operator 0, 110 Oct 22 21:02 NIKON D300 # lshal ... udi = '/org/freedesktop/Hal/devices/volume_part2_size_4095705600_block' block.device = '/dev/msdosfs/NIKON' (string) block.is_volume = false (bool) block.storage_device = '/org/freedesktop/Hal/devices/storage_model_D300' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_4095705600' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_4095705600_block' (string) ... Looks like hal is truncating the device name from "NIKON D300" to just "NIKON" so the mount is failing. -jr