pktsetup from udftools-1.00b-r4 always returns the error "ctl open: Not a directory" Reproducible: Always Steps to Reproduce: 1. emerge sys-kernel/development-sources 2. emerge sys-fs/udftools 3. pktsetup pktcdvd /dev/cdrw Actual Results: "ctl open: Not a directory" Expected Results: The device for CD packet writing should have been initiated, so that mount can open the CD device for UDF packet writing Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.10-ac1g1 i686) ================================================================= System uname: 2.6.10-ac1g1 i686 Intel(R) Celeron(R) CPU 2.40GHz Gentoo Base System version 1.6.6 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.14.90.0.8-r1 Headers: sys-kernel/linux26-headers-2.6.8.1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /etc/tomcat /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms" GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://lug.mtu.edu/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
Not a kernel problem..
rm -rf /dev/pkt* echo 'KERNEL="pktcdvd", NAME="%k/control"' >> /etc/udev/rules.d/10-pktcdvd.rules udevstart Then retry :) (note that this won't happen again after you have added that rule. I have submitted a udev patch for this.)
Wow... What a simple fix. Thanks Dan. Now if only my Pioneer drive would work with Mt. Rainier in Linux, instead of giving a "failed to probe mrw mode page" error.