Advertisement
Grapple4139

Podman Desktop Errors - 2nd Run

Mar 25th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. dgutierrez@fedora:~$ flatpak run io.podman_desktop.PodmanDesktop
  2. [3:0325/190806.170901:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
  3. [3:0325/190808.253152:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
  4. [3:0325/190808.253450:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
  5. LaunchProcess: failed to execvp:
  6. xdg-settings
  7. libva error: /usr/lib/x86_64-linux-gnu/GL/lib/dri/virtio_gpu_drv_video.so init failed
  8. Kubeconfig path /home/dgutierrez/.kube/config provided does not exist. Skipping.
  9. Starting http server to handle webviews on port 44000
  10. System ready. Loading extensions...
  11. Activating extension (podman-desktop.compose) with max activation time of 10 seconds
  12. Activating extension (podman-desktop.docker) with max activation time of 10 seconds
  13. Activating extension (podman-desktop.kind) with max activation time of 10 seconds
  14. Activating extension (podman-desktop.kube-context) with max activation time of 10 seconds
  15. [kube-context] starting extension kube-context
  16. Activating extension (podman-desktop.kubectl-cli) with max activation time of 10 seconds
  17. Activating extension (podman-desktop.lima) with max activation time of 10 seconds
  18. [lima] Could not find socket at /home/dgutierrez/.lima/podman/sock/podman.sock
  19. Activating extension (podman-desktop.podman) with max activation time of 10 seconds
  20. Activating extension (podman-desktop.registries) with max activation time of 10 seconds
  21. Activating extension (podman-desktop.docker) ended in 371 milliseconds
  22. Activating extension (podman-desktop.kube-context) ended in 136 milliseconds
  23. Activating extension (podman-desktop.lima) ended in 98 milliseconds
  24. Activating extension (podman-desktop.registries) ended in 51 milliseconds
  25. Activating extension (podman-desktop.compose) ended in 599 milliseconds
  26. Activating extension (podman-desktop.kubectl-cli) ended in 358 milliseconds
  27. [podman] Error while pinging docker as podman Error: connect ENOENT /var/run/docker.sock
  28. at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
  29. errno: -2,
  30. code: 'ENOENT',
  31. syscall: 'connect',
  32. address: '/var/run/docker.sock'
  33. }
  34. [kubectl-cli] Error getting kubectl from user PATH: Command execution failed with exit code 1: Command execution failed with exit code 1, trying from extension storage path
  35. [kubectl-cli] Error getting kubectl version system from extension storage path Command execution failed with exit code 1: Command execution failed with exit code 1
  36. at ChildProcess.<anonymous> (/app/main/resources/app.asar/packages/main/dist/index.cjs:304:13044)
  37. at ChildProcess.emit (node:events:514:28)
  38. at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
  39. exitCode: 1,
  40. command: 'flatpak-spawn',
  41. stdout: '',
  42. stderr: 'Portal call failed: Failed to start command: Failed to execute child process “/home/dgutierrez/.local/share/containers/podman-desktop/extensions-storage/podman-desktop.kubectl-cli/bin/kubectl” (No such file or directory)',
  43. cancelled: false,
  44. killed: false
  45. }
  46. PluginSystem: received dom-ready event from the UI
  47. Delayed startup, flushing 51 events
  48. Fetched https://registry.podman-desktop.io/api/extensions.json in 1650.5051900001708ms
  49. Activating extension (podman-desktop.podman) ended in 1067 milliseconds
  50. Fetched https://registry.podman-desktop.io/api/extensions.json in 939.1946290000342ms
  51. Fetched https://registry.podman-desktop.io/api/extensions.json in 913.0910699998494ms
  52. [kind] Command execution failed with exit code 1: Command execution failed with exit code 1
  53. at ChildProcess.<anonymous> (/app/main/resources/app.asar/packages/main/dist/index.cjs:304:13044)
  54. at ChildProcess.emit (node:events:514:28)
  55. at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
  56. exitCode: 1,
  57. command: 'flatpak-spawn',
  58. stdout: '',
  59. stderr: 'Portal call failed: Failed to start command: Failed to execute child process “kind-linux-amd64” (No such file or directory)',
  60. cancelled: false,
  61. killed: false
  62. }
  63. Activating extension (podman-desktop.kind) ended in 3120 milliseconds
  64. PluginSystem: initialization done.
  65. Autostarting podman-desktop.podman container engine
  66. Fetched https://registry.podman-desktop.io/api/extensions.json in 363.6656779998448ms
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement