From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,129433ab43bf5aef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.190.193 with SMTP id dj1mr5130003qab.6.1358507976750; Fri, 18 Jan 2013 03:19:36 -0800 (PST) X-Received: by 10.49.39.99 with SMTP id o3mr1975028qek.14.1358507976650; Fri, 18 Jan 2013 03:19:36 -0800 (PST) Path: k2ni675qap.0!nntp.google.com!p13no1214319qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Jan 2013 03:19:36 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.240.232.139; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I NNTP-Posting-Host: 130.240.232.139 References: <1d536a59-c2e6-40d8-bf1e-fa7a0b4a923a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: cannot write to a file in Linux despite +rw permissions From: Ada novice Injection-Date: Fri, 18 Jan 2013 11:19:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-01-18T03:19:36-08:00 List-Id: On Friday, January 18, 2013 11:59:18 AM UTC+1, Brian Drummond wrote: > Here, both work on your test. But it is possible you have a broken=20 >=20 > install from Swiftlinux so it may be worth checking. >=20 >=20 >=20 > - Brian Thanks. It has nothing to do with the path. I have it right with which gnat= make both on my user profile and on the root. I have put the GNAT 2011 in /= usr/bin/local/gnat-2011 (if I remember right, I am on my other machine now)= . There is just one Ada installation and all path are referenced well both = on my user profile and on the root. I must look again at the text file created and see if its permissions are b= eing modified somehow at some stage.=20 Thanks YC