From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9669 invoked by alias); 20 May 2004 16:30:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9599 invoked from network); 20 May 2004 16:30:44 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sourceware.org with SMTP; 20 May 2004 16:30:44 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BQqRP-000309-00 for ; Thu, 20 May 2004 18:30:43 +0200 Received: from 193.115.161.252 ([193.115.161.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2004 18:30:43 +0200 Received: from mwood by 193.115.161.252 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2004 18:30:43 +0200 To: cygwin@cygwin.com From: Michael Wood Subject: com1 access denied - win xp Date: Thu, 20 May 2004 16:49:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 193.115.161.252 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-SW-Source: 2004-05/txt/msg00700.txt.bz2 Hi-ya, I get an "Access is denied" error message when attempting to create a serial port connection through Cygwin, running on Win XP. In cygwin, when I execute: ls -l COM1 I get the following: -rw-r--r-- 1 mwood mkgroup- 0 Jan 1 1970 COM1 However, when I execute: chmod a+rw COM1 the command exits normally (no error message), but the permissions on COM1 stay the same. Furthermore, I do not particularly understand why if I am the owner of COM1 (as illustrated by the 'ls -l'), why I would get a permission error. I have successfully created and used a connection on the serial port on the same machine through a VMWare session running a Linux Red Hat image. I used a very similar procedure above, in that I simply changed the permissions on "/dev/ttyS0" to grant all users read and write permissions to the serial port. Help would be greatly appreciated. - Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/