VirtualBox

Changes between Initial Version and Version 1 of Ticket #4890, comment 17


Ignore:
Timestamp:
Jan 17, 2017 2:00:20 AM (7 years ago)
Author:
joelerr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4890, comment 17

    initial v1  
    77* using OP's test, mv: cannot move 'file1' to 'file2': Operation not permitted
    88* this also impacts sed -i operations , e.g: sed -i 's/hello/goodbye/' hello.txt where hello.txt is read only.
    9 * sed failures mean Docker WordPress containers refuse to start when the entrypoint.sh script attempts a sed for wp-config.php and fails due to this bug.
    10 * WorkAround: mount using smb/CIFS , e.g: in /etc/fstab:
     9* sed failures mean Docker WordPress containers refuse to start when the entrypoint.sh script attempts a sed for wp-config.php/wp-config-sample.php and fails due to this bug.
     10* Workaround 1: add write/remove write permissions of source file before and after the operation.
     11* WorkAround 2: mount using smb/CIFS , e.g: in /etc/fstab:
    1112
    1213{{{

© 2023 Oracle
ContactPrivacy policyTerms of Use