From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 07:26:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C8AA16A419 for ; Thu, 13 Dec 2007 07:26:21 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id DB82313C455 for ; Thu, 13 Dec 2007 07:26:20 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id BB10D1428E9; Thu, 13 Dec 2007 09:26:19 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 8336A1428F4; Thu, 13 Dec 2007 09:26:17 +0200 (EET) From: Nikos Vassiliadis To: Andriy Gapon Date: Thu, 13 Dec 2007 09:30:08 +0200 User-Agent: KMail/1.9.7 References: <475FC26C.3030508@icyb.net.ua> <200712121555.24953.nvass@teledomenet.gr> <47601344.8020106@icyb.net.ua> In-Reply-To: <47601344.8020106@icyb.net.ua> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200712130930.08558.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: mounted cd and tray locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 07:26:21 -0000 On Wednesday 12 December 2007 18:58:44 Andriy Gapon wrote: > Hmm. Looked at the code and it should be as expected. Played with > various stuff and here's what I think: it seems that having atapicam and > hald and maybe something in KDE that polls for CD change is to blame. I have no atapicam in my kernel. Nor hald running. I reproduced it like this: mount /cdrom cdcontrol eject "press the eject key" and the tray will open. Nikos