From owner-freebsd-bugs@freebsd.org Sun Feb 5 08:22:13 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A9DCD18E8 for ; Sun, 5 Feb 2017 08:22:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C56F812D8 for ; Sun, 5 Feb 2017 08:22:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v158MDh1091179 for ; Sun, 5 Feb 2017 08:22:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 216813] mount_msdosfs: regression in handling the -L flag Date: Sun, 05 Feb 2017 08:22:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 08:22:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216813 Bug ID: 216813 Summary: mount_msdosfs: regression in handling the -L flag Product: Base System Version: 10.3-RELEASE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: mi@FreeBSD.org Created attachment 179628 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179628&action= =3Dedit Work-around Trying to mount an MS-DOS formatted USB-stick with % mount_msdosfs -D utf8 -L uk_UA.KOI8-U /dev/da4 /mnt fails with: mount_msdosfs: msdosfs_iconv: File exists (As it used to in 2008, see Bug 129720). After the command exits, the=20 msdosfs_iconv.ko is listed by kldstat. So, something loads it, then tries to load it again and fails. The attached patch provides a work-around for mount_msdosfs(8) -- this allo= wed me to mount the device in a hurry. However, I suspect, it is the kiconv_add_xlat16_cspairs(3), that needs fixing instead. --=20 You are receiving this mail because: You are the assignee for the bug.=