Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 11 de abr. de 2020 · Postgres in WSL 2 - : Operation not permitted when I share volumes enter windows folder. I’m using Windows WSL2 Sub system to emulate Linux on a VM. I’m having trouble sharing the linux volume to a folder that is on windows. WSL sets up a c directory within mnt. It is this directory that I am trying to use to create the Docker volume. The problem does not occur when I unmount the volume on ...

  2. I downloaded and saved 2 files on Linux tails live os. I have set the appropriate permissions on those 2 files to allow them as executable. This is the command I used. sudo chmod 777 home/amnesia/

  3. 2 de sept. de 2021 · I deployed Harbor database with persistent volume provided by Rook Ceph. Versi … on ``` NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE harbor 4 Tue Nov 19 11:29:34 2019 DEPLOYED harbor-1.2.3 1.9.3 common ``` Pod Status ``` harbor-harbor-database-0 0/1 CrashLoopBackOff 4 2m33s ``` Logs ``` FATAL: data directory "/var/lib/postgresql/data" has group or world access DETAIL: Permissions ...

  4. 3 de sept. de 2023 · Hi out off de blue mosquitto stopped working. I worke completly dockerized (homeassitant and mosquitto are differnet containers) If i look at the log i’t comes with Assertion failed: client_id (persist_read.c: persist__restore_sub: 550) I can not find anything on it, and rebuilding the cointainer does not work. Any tips/hint are welcome! Thanks.

  5. This is what have worked for me on manjaro linux. First I need to manually create pgdata folder. If I omit this step, docker will create pgdata with the wrong permission. mkdir -p /some/path/pddata. Next I create the docker container and map my user with the --user argument: docker container run -d --name=pg -p 5432:5432 --user $(id -u):$(id -g ...

  6. Welcome to the Treehouse Community. Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project?

  7. 1 de sept. de 2014 · my code for copying sqlite database to assets folder is like this . but something went wrong . `private Context context; private String db_path; /*public static final String CREATE_TABLE="...