From kde-bugs-dist Fri Apr 01 17:08:05 2005 From: Mathijs Kwik Date: Fri, 01 Apr 2005 17:08:05 +0000 To: kde-bugs-dist Subject: [Bug 102086] "The process for the media protocol died Message-Id: <20050401170805.27519.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=111237528900875 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=102086 ------- Additional Comments From troxx segfault nl 2005-04-01 19:08 ------- I have the same problem, also on gentoo. I disabled fstab-sync in hal and I don't have pmount installed. I have a entry in my /etc/fstab saying: /dev/hdd /mnt/cdrom auto user,noauto 0 0 when I just type mount /mnt/cdrom it mounts and is accessible through file://mnt/cdrom hald and dbus are running and the moment I insert a CD (but don't mount it yet) it shows up on my desktop (and in media://) so far so good. clicking the icon even mounts the cd (also good, since it is in fstab I don't need fstab-sync or pmount) but then the process dies and I can't access the cd through media:// only through file://mnt/cdrom in my .xsession-errors I get these: when inserting cd: libhal.c 911 : Error sending msg: No property info.category on device with id /org/freedesktop/Hal/devices/ide_1_1 when clicking the cd-icon: Launched ok, pid = 2380 sh: line 1: pmount: command not found QWidget: Cannot create a QWidget when no GUI is being used kioslave: ####### CRASH ###### protocol = media pid = 2381 signal = 11 kio (KIOConnection): ERROR: Header read failed, errno=104 kio (KIOConnection): ERROR: Header has invalid size (-1) when closing konqueror media://hdd kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/hdd' I'm using hal 0.4.5 and dbus 0.23 any suggestions/help?