/bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied

Achim Gratz Stromeko@NexGo.DE
Fri Apr 8 11:00:00 GMT 2016


Houder <houder <at> xs4all.nl> writes:
> MY APOLOGIES FOR WASTING YOUR TIME! I meant 444 (r--r--r--). Sigh.

Try if the following patch fixes your problem:

--- /bin/rebaselst
+++ #<buffer rebaselst>
@@ -97,6 +97,7 @@
     echo "creating empty $1"
     touch -t 7001010000  "$1"
   fi
+  chmod 644 "$1"
 }

 _tr () {



Regards,
Achim.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list