jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: bug: wrong permissions after writing a file.


Enrique Iglesias Rodriguez <enrique@xxxxxxxxxxxxxx> wrote:
>keter:/usr/local/share/controlpanel # ls -l admin
>-rwxr-x---    1 root     nogroup     13709 Nov  9 18:38 admin
>keter:/usr/local/share/controlpanel # jed admin
>[write file into jed, exit]
>
>keter:/usr/local/share/controlpanel # ls -l admin
>-rwxr-x---    1 root     4294967294    13709 Nov  9 18:38 admin
>
>I get this in a good bunch of different linux boxes with several jed versions 
>(all 0.99.x... latest 0.99.15).

All SuSE boxes?  Since SuSE has been known to distribute a patched
(AKA, broken) version of slang, I strongly recommend that you compile
your own version of the slang library straight from the official
sources.

FWIW, I am unable to reproduce the problem with 0.99-16 on a debian woody
system:

   /tmp$ echo foo > admin
   /tmp$ ls -l admin
   /tmp$ sudo chown root:nogroup admin
   /tmp$ ls -l admin
   -rw-r--r--    1 root     nogroup         4 Nov  9 17:10 admin
   /tmp$ cat admin
   foo
   /tmp$ jed admin
   /tmp$ cat admin
   bar
   /tmp$ ls -l admin
   -rw-r--r--    1 root     nogroup         4 Nov  9 17:11 admin

Good luck,
--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]