[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[rtl] Re: device busy
Hello.
If the application that opens the device doesn't finish ok, the device is
still opened.
All you have to do is kill the application (ps -aux will give you the pid,
and a simple "kill -9 PID" will free the rtf.
At 08:08 AM 9/06/98 -0600, you wrote:
>---------- Forwarded message ----------
>>From owner-rtl@rtlinux.cs.nmt.edu Tue Jun 9 06:16:32 1998
>Received: from fania.cnrs-mrs.fr (tnetter@fania.cnrs-mrs.fr
[195.221.165.238])
> by rtlinux.cs.nmt.edu (8.8.7/8.8.7) with ESMTP id GAA09331
> for <rtl@rtlinux.cs.nmt.edu>; Tue, 9 Jun 1998 06:16:31 -0600
>Received: (from tnetter@localhost)
> by fania.cnrs-mrs.fr (8.8.8/8.8.8/Debian/GNU) id OAA00374;
> Tue, 9 Jun 1998 14:13:52 +0200
>From: Thomas Netter <tnetter@lnb.cnrs-mrs.fr>
>MIME-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Message-ID: <13693.9981.749674.738910@fania.cnrs-mrs.fr>
>Date: Tue, 9 Jun 1998 14:13:49 +0200 (CEST)
>To: rtl@rtlinux.cs.nmt.edu
>Subject: Help releasing /dev/rtf1
>X-Mailer: VM 6.47 under Emacs 19.34.1
>
>Hello,
>
> I've been hacking the 2tasks example in rtlinux 0.6, linux
>2.0.33. Sometimes I screw up my hack and /dev/rtf1 is not released
>when I interrupt the program. So when I restart the program I have an
>Error opening /dev/rtf1 (error 16 EBUSY Device or resource busy).
>
>Can someone tell me how to release /dev/rtf1 without rebooting the
>computer?
>
>Thanks,
>
>Thomas Netter
>
>--- [rtl] ---
>For more information on Real-Time Linux see:
>http://www.rtlinux.org/
>
Emili
--- [rtl] ---
For more information on Real-Time Linux see:
http://www.rtlinux.org/
- References:
- No Subject
- From: Randy <rjones@rtlinux.cs.nmt.edu>