powerful-ocean-51915
05/02/2023, 6:50 PMsteep-journalist-13696
05/02/2023, 9:43 PMmammoth-forest-70320
05/03/2023, 3:21 PMwsl.exe --distribution rancher-desktop --exec /usr/bin/find /etc/local.d ( -name *.start -o -name *.stop ) -print -exec chmod a+x {}
. When I manually execute wsl.exe --distribution rancher-desktop --exec /usr/bin/find /etc/local.d -name *.start -print
it finds nothing. However, when I execute wsl.exe --distribution rancher-desktop --exec /usr/bin/find /etc/local.d/ -name *.start -print
(notice the trailing /
) it returns the .start provisioning script. Has anyone else run into this?echoing-carpenter-38694
05/03/2023, 5:45 PMhundreds-toddler-94453
05/04/2023, 11:33 AMboundless-vegetable-22637
05/05/2023, 6:00 AMCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
anyone could help me?echoing-butcher-4609
05/05/2023, 9:17 AMcold-helicopter-11667
05/05/2023, 3:02 PMchown: changing ownership of '/var/lib/mysql': Permission denied
better-apartment-79533
05/05/2023, 6:28 PMCRITICAL (config): (cfg.c:4105) 1024 system file descriptors not enough, config specified 15000
Even I tired overriding the limit as mentioned in this link.hallowed-truck-84287
05/05/2023, 7:07 PMgit clone <https://github.com/istio/istio.git>
and try running a make build
. It hangs pretty early in that process.
2. within the tooling container we also run docker commands (DinD) to the mounted socket. It seems Rancher Desktop doesn’t like to do that in a rootless container. If running the container as root, things work. Simply command to verify: docker run -v /var/run/docker.sock:/var/run/docker.sock -u 501: -it --rm docker docker ps
. Remove the -u parm and it should work.proud-parrot-81193
05/06/2023, 10:33 AMthousands-toothbrush-15645
05/08/2023, 8:57 AMError Starting kubernetes
Certificate validation error: CERT_SIGNATURE_FAILURE
could anyone help me with this?gorgeous-journalist-14954
05/08/2023, 7:22 PMWaiting for image manager to be ready
after the automated configuration for moby
after a fresh install. Thoughts?
Thread in #generalbillowy-baker-61557
05/09/2023, 1:18 PMgray-byte-86907
05/10/2023, 9:46 AMmagnificent-house-23806
05/11/2023, 10:00 AMC:\Users\Ivan.Compagnoni\Progetti\wiremock-tests
I try to run a command to mount a volume
docker run -it --rm -p 8080:8080 --name wiremock -v /c/Users/Ivan.Compagnoni/Progetti/wiremock-tests/:/home/wiremock wiremock/wiremock:2.35.0
I received an error:
Error response from daemon: make cli opts(): making volume mountpoint for volume /c/Users/Ivan.Compagnoni/Progetti/wiremock-tests/: mkdir /c: permission denied.
Not sure how to debug the problem. I'm using it on Windows 10 with WSL and I've tryed both with moby and containerd but the problem seems the same.swift-greece-24418
05/11/2023, 10:43 AMjnsilva@jorge-silva:~$ kubectl get pod -n t54 -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
ipostgresql-client-20230510192650 0/1 Completed 0 15h 10.42.0.232 jorge-silva <none> <none>
t54-rafm-process-mqcgj 0/1 Completed 0 15h 10.42.0.234 jorge-silva <none> <none>
postgresql-t54-0 1/1 Running 1 (10m ago) 15h 10.42.0.247 jorge-silva <none> <none>
t54-rafm-0 1/1 Running 2 (10m ago) 15h 10.42.0.242 jorge-silva <none> <none>
jnsilva@jorge-silva:~$ kubectl get svc -n t54 -o wide
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
postgresql-t54-hl ClusterIP None <none> 5432/TCP 15h <http://app.kubernetes.io/component=primary,app.kubernetes.io/instance=postgresql-t54,app.kubernetes.io/name=postgresql|app.kubernetes.io/component=primary,app.kubernetes.io/instance=postgresql-t54,app.kubernetes.io/name=postgresql>
postgresql-t54 ClusterIP 10.43.27.71 <none> 5432/TCP 15h <http://app.kubernetes.io/component=primary,app.kubernetes.io/instance=postgresql-t54,app.kubernetes.io/name=postgresql|app.kubernetes.io/component=primary,app.kubernetes.io/instance=postgresql-t54,app.kubernetes.io/name=postgresql>
t54 ClusterIP 10.43.14.118 <none> 40353/TCP 15h <http://app.kubernetes.io/instance=t54-rafm,app.kubernetes.io/name=rafm|app.kubernetes.io/instance=t54-rafm,app.kubernetes.io/name=rafm>
jnsilva@jorge-silva:~$ kubectl get pod -n portal
NAME READY STATUS RESTARTS AGE
ipostgresql-client-20230510190418 0/1 Completed 0 15h
portal-process-xfsnl 0/1 Completed 0 15h
postgresql-portal-0 1/1 Running 1 (11m ago) 15h
portal-7cf887ccb7-pp7t8 1/1 Running 2 (10m ago) 15h
jnsilva@jorge-silva:~$ kubectl exec -it portal-7cf887ccb7-pp7t8 -n portal sh
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
Defaulted container "portal" out of: portal, volume-permissions (init)
bash-5.1$ wget <http://t54.t54.svc.cluster.local:40353/xdt/>
--2023-05-11 10:00:26-- <http://t54.t54.svc.cluster.local:40353/xdt/>
Resolving t54.t54.svc.cluster.local (t54.t54.svc.cluster.local)... 10.43.14.118
Connecting to t54.t54.svc.cluster.local (t54.t54.svc.cluster.local)|10.43.14.118|:40353... ^C
bash-5.1$
bash-5.1$
bash-5.1$ wget <http://10.42.0.242:40353/xdt/>
--2023-05-11 10:01:32-- <http://10.42.0.242:40353/xdt/>
Connecting to 10.42.0.242:40353... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40
Saving to: 'index.html'
index.html 100%[=========================================================================================================================>] 40 --.-KB/s in 0s
2023-05-11 10:01:32 (10.3 MB/s) - 'index.html' saved [40/40]
bash-5.1$ exit
exit
fast-ice-89102
05/11/2023, 2:42 PMgray-byte-86907
05/11/2023, 3:38 PMbrainy-beard-29881
05/11/2023, 3:50 PMstderr: 'scp: /tmp/rd-nerdctl-maUYHq.nerdctl: No space left on device\n',
code: 1,
command: [
'/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl>',
'copy',
'/var/folders/w5/zd3mhbp553l27m7djjd450ph0000gn/T/rd-nerdctl-maUYHq/nerdctl',
'0:/tmp/rd-nerdctl-maUYHq.nerdctl'
]
}
Any idea why?
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s1s1 466Gi 14Gi 137Gi 10% 553797 4881899083 0% /
devfs 190Ki 190Ki 0Bi 100% 658 0 100% /dev
/dev/disk1s5 466Gi 24Ki 137Gi 1% 0 4882452880 0% /System/Volumes/VM
/dev/disk1s3 466Gi 734Mi 137Gi 1% 2864 4882450016 0% /System/Volumes/Preboot
/dev/disk1s6 466Gi 5.4Mi 137Gi 1% 15 4882452865 0% /System/Volumes/Update
/dev/disk1s2 466Gi 312Gi 137Gi 70% 1030785 4881422095 0% /System/Volumes/Data
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home
red-elephant-79464
05/11/2023, 5:25 PMError: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl> exited with code 1
thankful-thailand-63500
05/11/2023, 5:30 PMversion: '3.7'
services:
dynamodb:
image: amazon/dynamodb-local
container_name: my-dynamodb
hostname: dynamodb
restart: always
volumes:
- ./my-dynamodb-data:/home/dynamodblocal/data
ports:
- 8100:8000
command: "-jar DynamoDBLocal.jar -sharedDb -dbPath /home/dynamodblocal/data/"
i run my docker compose and i get the following:
Attaching to my-dynamodb
my-dynamodb | Initializing DynamoDB Local with the following configuration:
my-dynamodb | Port: 8000
my-dynamodb | InMemory: false
my-dynamodb | DbPath: /home/dynamodblocal/data/
my-dynamodb | SharedDb: true
my-dynamodb | shouldDelayTransientStatuses: false
my-dynamodb | CorsParams: null
but when i try to connect i get this:
my-dynamodb | May 11, 2023 2:41:59 PM com.almworks.sqlite4java.Internal log
my-dynamodb | WARNING: [sqlite] cannot open DB[1]: com.almworks.sqlite4java.SQLiteException: [14] unable to open database file
my-dynamodb | May 11, 2023 2:41:59 PM com.almworks.sqlite4java.Internal log
my-dynamodb | SEVERE: [sqlite] SQLiteQueue[shared-local-instance.db]: error running job queue
my-dynamodb | com.almworks.sqlite4java.SQLiteException: [14] unable to open database file
it seems that the DB is not getting created in the my-dynamodb-data
directory.melodic-engine-6726
05/12/2023, 7:03 AMmodern-waitress-72260
05/12/2023, 7:31 AMk logs xxx
,I get Error from server: Get "<https://192.168.5.15:10250/containerLogs/default/nginx-deployment-57d84f57dc-f7r9l/nginx>": EOF
. The problem is my IP is 10.100.x.x, not starts with 192. Would anyone help me?melodic-engine-6726
05/12/2023, 11:01 AMworried-fireman-66348
05/12/2023, 2:17 PMmodern-pilot-62631
05/13/2023, 3:04 PMquick-keyboard-83126
05/15/2023, 4:23 PMquick-keyboard-83126
05/15/2023, 4:26 PM/etc/sudoers.d
)
Error: Command failed: /bin/sh -xec 'cp "/var/folders/b_/d_v0syk90xvgp_8djqd14ct40000gn/T/rd-sudoers42398057.txt" /private/etc/sudoers.d/zzzzz-rancher-desktop-lima && rm -f "/var/folders/b_/d_v0syk90xvgp_8djqd14ct40000gn/T/rd-sudoers42398057.txt"'
+ cp /var/folders/b_/d_v0syk90xvgp_8djqd14ct40000gn/T/rd-sudoers42398057.txt /private/etc/sudoers.d/zzzzz-rancher-desktop-lima
cp: /private/etc/sudoers.d/zzzzz-rancher-desktop-lima: No such file or directory
echoing-carpenter-38694
05/15/2023, 8:38 PM