<div dir="ltr">Thanks for the help. <div><br></div><div>Here is the output of ls -ld /dev/shm: <div><div>drwxrwxrwt 2 root root 220 Nov 30 11:10 /dev/shm</div></div><div><br></div><div>Looks ok to me. Still baffled.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 30 November 2016 at 11:00,  <span dir="ltr"><<a href="mailto:password-store-request@lists.zx2c4.com" target="_blank">password-store-request@lists.zx2c4.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Password-Store mailing list submissions to<br>
        <a href="mailto:password-store@lists.zx2c4.com">password-store@lists.zx2c4.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:password-store-request@lists.zx2c4.com">password-store-request@lists.<wbr>zx2c4.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:password-store-owner@lists.zx2c4.com">password-store-owner@lists.<wbr>zx2c4.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Password-Store digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Cannot edit existing password using vim (or gvim) (Jonathan Clark)<br>
   2. Re: Cannot edit existing password using vim (or gvim)<br>
      (Renato Alves)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Tue, 29 Nov 2016 17:13:21 +0000<br>
From: Jonathan Clark <<a href="mailto:ads@whatho.net">ads@whatho.net</a>><br>
To: <a href="mailto:password-store@lists.zx2c4.com">password-store@lists.zx2c4.com</a><br>
Subject: Cannot edit existing password using vim (or gvim)<br>
Message-ID:<br>
        <<a href="mailto:CAHPvVMY1K99_zeGw3NmbSL1YLDPX53WsnxhdTKN_H%2B4PyhnEfA@mail.gmail.com">CAHPvVMY1K99_<wbr>zeGw3NmbSL1YLDPX53WsnxhdTKN_H+<wbr>4PyhnEfA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
When I try to edit an existing password using vim, when it comes time to<br>
save (I enter :w as a vim command) I get a message<br>
"/dev/shm/pass.tQVSIzXmX17hI/<wbr>McsB5-test-pass.txt" E212: Cannot open file<br>
for writing<br>
<br>
<br>
"/dev/shm/pass.BrDRETCxY0V0s/<wbr>DlvET-visa...3603.txt" E212: Cannot open file<br>
for writing".<br>
<br>
I'm sure I used to be able to edit passwords, but I can't work out why I<br>
can't save to /dev/shm. Does anybody have any ideas?<br>
<br>
Steps to recreate:<br>
<br>
1) pass add test-pass (followed by entering the password twice)<br>
2) pass show test-pass N.B. works fine and displays password from previous<br>
step<br>
3) pass edit test-pass<br>
<br>
opens instance of gvim, so I make a change and :w and I get the error<br>
message above.<br>
<br>
<br>
Notes:<br>
<br>
<br>
   1. mount | grep "shm" gives<br>
   tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)<br>
   2. df -h | grep shm gives<br>
   tmpfs                  3.8G  152M  3.7G   4% /dev/shm i.e. we're not out<br>
   of temp disk space<br>
   3. crontab -e works, so saving to a temporary file seems to work<br>
   4. with EDITOR set to nano, it seems to work<br>
<br>
Thanks,<br>
A<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.zx2c4.com/pipermail/password-store/attachments/20161129/2af0330c/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.zx2c4.com/<wbr>pipermail/password-store/<wbr>attachments/20161129/2af0330c/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 29 Nov 2016 18:51:48 +0100<br>
From: Renato Alves <<a href="mailto:alves.rjc@gmail.com">alves.rjc@gmail.com</a>><br>
To: <a href="mailto:password-store@lists.zx2c4.com">password-store@lists.zx2c4.com</a><br>
Subject: Re: Cannot edit existing password using vim (or gvim)<br>
Message-ID: <<a href="mailto:2a99a911-931e-047d-ec5d-8d11c9cee0c9@gmail.com">2a99a911-931e-047d-ec5d-<wbr>8d11c9cee0c9@gmail.com</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Most likely permissions. Try: ls -ld /dev/shm<br>
<br>
<br>
<br>
On 29/11/16 18:13, Jonathan Clark wrote:<br>
> When I try to edit an existing password using vim, when it comes time to save (I enter :w as a vim command) I get a message<br>
> "/dev/shm/pass.tQVSIzXmX17hI/<wbr>McsB5-test-pass.txt" E212: Cannot open file for writing<br>
><br>
><br>
> "/dev/shm/pass.BrDRETCxY0V0s/<wbr>DlvET-visa...3603.txt" E212: Cannot open file for writing".<br>
><br>
> I'm sure I used to be able to edit passwords, but I can't work out why I can't save to /dev/shm. Does anybody have any ideas?<br>
><br>
> Steps to recreate:<br>
><br>
> 1) pass add test-pass (followed by entering the password twice)<br>
> 2) pass show test-pass N.B. works fine and displays password from previous step<br>
> 3) pass edit test-pass<br>
><br>
>     opens instance of gvim, so I make a change and :w and I get the error message above.<br>
><br>
><br>
> Notes:<br>
><br>
>  1. mount | grep "shm" gives<br>
>     tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)<br>
>  2. df -h | grep shm gives<br>
>     tmpfs                  3.8G  152M  3.7G   4% /dev/shm i.e. we're not out of temp disk space<br>
>  3. crontab -e works, so saving to a temporary file seems to work<br>
>  4. with EDITOR set to nano, it seems to work<br>
><br>
> Thanks,<br>
> A<br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Password-Store mailing list<br>
> <a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
> <a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
><br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 801 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a href="http://lists.zx2c4.com/pipermail/password-store/attachments/20161129/14c53d23/attachment-0001.asc" rel="noreferrer" target="_blank">http://lists.zx2c4.com/<wbr>pipermail/password-store/<wbr>attachments/20161129/14c53d23/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Password-Store Digest, Vol 42, Issue 29<br>
******************************<wbr>****************<br>
</blockquote></div><br></div>