Docker Running but errors out

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

Docker Running but errors out

Postby brm » Jan 30th, '23, 00:07

5.10.41-desktop-1.mga8
Hi. Is anyone using Docker at the moment? Docker appears to be running as per below. But running it from the command line errors out - see below.
++++++++++++++++++++++++++++++++
Code: Select all
systemctl status docker
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
     Active: active (running) since Fri 2023-01-27 11:15:18 ACDT; 2 days ago
       Docs: http://docs.docker.com
    Process: 4917 ExecStartPre=/usr/sbin/docker-network-cleanup (code=exited, status=0/SUCCESS)
   Main PID: 4922 (dockerd)
      Tasks: 70 (limit: 14318)
     Memory: 137.8M
        CPU: 3min 7.270s
     CGroup: /system.slice/docker.service
             ├─4922 /usr/sbin/dockerd -g /var/cache/docker -H unix:///var/run/docker.sock -H tcp://127.0.0.1:2375
             ├─5140 containerd --config /var/run/docker/containerd/containerd.toml --log-level info
             ├─8053 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
             ├─8060 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
             ├─8082 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
             ├─8089 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
             └─8136 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 2efcf9d4ad12d586755ec2e4ad5c6319223f07cf5d6b4c58369db91122606411 -address /var/run/docker/c>

Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.196135791+10:30" level=info msg="Removing stale sandbox e96b3a7485a939499013a376d04a5e9c3f8136e0fc4f>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.223256760+10:30" level=warning msg="Error (Unable to complete atomic operation, key modified) deleti>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.285900080+10:30" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/>
Jan 27 11:15:18 Mageia dockerd[5140]: time="2023-01-27T11:15:18.464135036+10:30" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/da>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.746644216+10:30" level=info msg="Loading containers: done."
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.759293968+10:30" level=info msg="Docker daemon" commit=library-import graphdriver(s)=btrfs version=l>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.759394580+10:30" level=info msg="Daemon has completed initialization"
Jan 27 11:15:18 Mageia systemd[1]: Started Docker Application Container Engine.
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.830986180+10:30" level=info msg="API listen on /var/run/docker.sock"
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.838446223+10:30" level=info msg="API listen on 127.0.0.1:2375"
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

$ docker
fatal error: unexpected signal during runtime execution
[signal SIGFPE: floating-point exception code=0x1 addr=0x7f73e1a5e625 pc=0x7f73e1a5e625]

runtime stack:
runtime.throw({0x1793f67?, 0x7f73e1919ab4?})
        /usr/lib/golang/src/runtime/panic.go:992 +0x71
runtime.sigpanic()
        /usr/lib/golang/src/runtime/signal_unix.go:802 +0x389

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x169c7f0, 0xc00025efa0)
        /usr/lib/golang/src/runtime/cgocall.go:157 +0x5c fp=0xc00025ef78 sp=0xc00025ef40 pc=0x40583c
os/user._Cfunc_mygetpwuid_r(0x3e9, 0xc00042b590, 0x4ae7c00, 0x400, 0xc000112340)
        _cgo_gotypes.go:175 +0x50 fp=0xc00025efa0 sp=0xc00025ef78 pc=0x540970
os/user.lookupUnixUid.func1.1(0x3e9, 0x2baddc0?, 0xc00025f038?, 0x40f587?)
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0xa6 fp=0xc00025f000 sp=0xc00025efa0 pc=0x541126
os/user.lookupUnixUid.func1()
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0x29 fp=0xc00025f030 sp=0xc00025f000 pc=0x541069
os/user.retryWithBuffer(0xc000450750, 0xc00025f110)
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:244 +0x39 fp=0xc00025f078 sp=0xc00025f030 pc=0x541d19


Any ideas how to address this?
Last edited by isadora on Jan 30th, '23, 11:55, edited 1 time in total.
Reason: Please place command-output between [CODE]-tags, to improve readability, thanks ahead!!! ;)
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby doktor5000 » Jan 30th, '23, 14:06

Some more information would be appreciated. How did you install docker, via the packages from Mageia repositories, if so which packages did you install ?
Also, as which user do you run the docker command in your output, as a regular user or root ? And did you try restarting the docker service ?

Please show the output of
Code: Select all
systemctl status docker -al
as root - otherwise some of the log output will be cut off on the right side.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18054
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Docker Running but errors out

Postby brm » Jan 31st, '23, 07:39

Some progress.
Kernel is now booting into 5.15.88-desktop-1.mga8

Also - as requested
Code: Select all
sudo systemctl status docker -al
[sudo] password for xxx
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
     Active: active (running) since Tue 2023-01-31 06:40:59 ACDT; 9h ago
       Docs: http://docs.docker.com
    Process: 4866 ExecStartPre=/usr/sbin/docker-network-cleanup (code=exited, status=0/SUCCESS)
   Main PID: 4871 (dockerd)
      Tasks: 67 (limit: 14312)
     Memory: 192.4M
        CPU: 24.155s
     CGroup: /system.slice/docker.service
             ├─4871 /usr/sbin/dockerd -g /var/cache/docker -H unix:///var/run/docker.sock -H tcp://127.0.0.1:2375
             ├─5087 containerd --config /var/run/docker/containerd/containerd.toml --log-level info
             ├─8017 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
             ├─8026 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
             ├─8046 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
             ├─8058 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
             └─8140 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 2efcf9d4ad12d586755ec2e4ad5c6319223f07cf5d6b4c58369db91122606411 -address /var/run/docker/containerd/containerd.sock

Jan 31 06:40:57 Mageia dockerd[4871]: time="2023-01-31T06:40:57.726773507+10:30" level=info msg="Removing stale sandbox 0e1fc5a45ee7ba95fba8602c57fb2f1f7899b635569bf360e3f18dc2b23d36b9 (2efcf9d4ad12d586755ec2e>
Jan 31 06:40:57 Mageia dockerd[4871]: time="2023-01-31T06:40:57.872860402+10:30" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint dd0bd868cf8f8701c642f5dac>
Jan 31 06:40:58 Mageia dockerd[4871]: time="2023-01-31T06:40:58.715811709+10:30" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a >
Jan 31 06:40:58 Mageia dockerd[5087]: time="2023-01-31T06:40:58.892403772+10:30" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/2efcf>
Jan 31 06:40:59 Mageia dockerd[4871]: time="2023-01-31T06:40:59.174470228+10:30" level=info msg="Loading containers: done."
Jan 31 06:40:59 Mageia dockerd[4871]: time="2023-01-31T06:40:59.187261510+10:30" level=info msg="Docker daemon" commit=library-import graphdriver(s)=btrfs version=library-import
Jan 31 06:40:59 Mageia dockerd[4871]: time="2023-01-31T06:40:59.187386464+10:30" level=info msg="Daemon has completed initialization"
Jan 31 06:40:59 Mageia systemd[1]: Started Docker Application Container Engine.
Jan 31 06:40:59 Mageia dockerd[4871]: time="2023-01-31T06:40:59.254414785+10:30" level=info msg="API listen on /var/run/docker.sock"
Jan 31 06:40:59 Mageia dockerd[4871]: time="2023-01-31T06:40:59.266357358+10:30" level=info msg="API listen on 127.0.0.1:2375"
Last edited by doktor5000 on Jan 31st, '23, 11:06, edited 1 time in total.
Reason: removed fullquote
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby doktor5000 » Jan 31st, '23, 11:08

OK, but does docker still throw the same error or not ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18054
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Docker Running but errors out

Postby brm » Feb 2nd, '23, 03:08

doktor5000 wrote:OK, but does docker still throw the same error or not ?


Yes

Code: Select all
$ docker image ls
fatal error: unexpected signal during runtime execution
[signal SIGFPE: floating-point exception code=0x1 addr=0x7f98ec900625 pc=0x7f98ec900625]

runtime stack:
runtime.throw({0x1793f67?, 0x7f98ec7bbab4?})
        /usr/lib/golang/src/runtime/panic.go:992 +0x71
runtime.sigpanic()
        /usr/lib/golang/src/runtime/signal_unix.go:802 +0x389
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby brm » Feb 3rd, '23, 12:19

Since my last post I have been busy diagnosing this docker error.

I used rpmdrake to remove all docker packages and reinstalled docker and dockerd using dnf package manager. This included golang which seemed to be absent.
For example I could not find /usr/lib/golang.

Code: Select all
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0x29 fp=0xc00025f030 sp=0xc00025f000 pc=0x541069
os/user.retryWithBuffer(0xc000458940, 0xc00025f110)


After installing this and its dependencies the docker status command indicated it was running.
This was not the case previously. In addition /usr/lib/golang is now present.

Code: Select all
     Active: active (running) since Fri 2023-02-03 20:18:47 ACDT; 2min 17s ago
       Docs: http://docs.docker.com
    Process: 4769 ExecStartPre=/usr/sbin/docker-network-cleanup (code=exited, status=0/SUCCESS)


However any attempt to run a docker command - for example docker --version fails

Full log below.

Code: Select all
docker --version 
fatal error: unexpected signal during runtime execution
[signal SIGFPE: floating-point exception code=0x1 addr=0x7f8445986625 pc=0x7f8445986625]

runtime stack:
runtime.throw({0x1793f67?, 0x7f8445841ab4?})
        /usr/lib/golang/src/runtime/panic.go:992 +0x71
runtime.sigpanic()
        /usr/lib/golang/src/runtime/signal_unix.go:802 +0x389

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x169c7f0, 0xc00025efa0)
        /usr/lib/golang/src/runtime/cgocall.go:157 +0x5c fp=0xc00025ef78 sp=0xc00025ef40 pc=0x40583c
os/user._Cfunc_mygetpwuid_r(0x3e9, 0xc00042b590, 0x402dc00, 0x400, 0xc00011e340)
        _cgo_gotypes.go:175 +0x50 fp=0xc00025efa0 sp=0xc00025ef78 pc=0x540970
os/user.lookupUnixUid.func1.1(0x3e9, 0x2baddc0?, 0xc00025f038?, 0x40f587?)
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0xa6 fp=0xc00025f000 sp=0xc00025efa0 pc=0x541126
os/user.lookupUnixUid.func1()
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0x29 fp=0xc00025f030 sp=0xc00025f000 pc=0x541069
os/user.retryWithBuffer(0xc000452750, 0xc00025f110)
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:244 +0x39 fp=0xc00025f078 sp=0xc00025f030 pc=0x541d19
os/user.lookupUnixUid(0x3e9)
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:95 +0x10f fp=0xc00025f150 sp=0xc00025f078 pc=0x540e6f
os/user.current()
        /usr/lib/golang/src/os/user/cgo_lookup_unix.go:48 +0x49 fp=0xc00025f190 sp=0xc00025f150 pc=0x540ce9
os/user.Current.func1()
        /usr/lib/golang/src/os/user/lookup.go:15 +0x17 fp=0xc00025f1a0 sp=0xc00025f190 pc=0x540477
sync.(*Once).doSlow(0x0?, 0x464ef0?)
        /usr/lib/golang/src/sync/once.go:68 +0xc2 fp=0xc00025f200 sp=0xc00025f1a0 pc=0x47d562
sync.(*Once).Do(...)
        /usr/lib/golang/src/sync/once.go:59
os/user.Current()
        /usr/lib/golang/src/os/user/lookup.go:15 +0x37 fp=0xc00025f230 sp=0xc00025f200 pc=0x540517
github.com/docker/cli/vendor/k8s.io/klog.init.1()
        /home/iurt/rpmbuild/BUILD/moby-20.10.22/cli-20.10.22/src/github.com/docker/cli/vendor/k8s.io/klog/klog_file.go:79 +0x8f fp=0xc00025f270 sp=0xc00025f230 pc=0xd1c26f
runtime.doInit(0x2b41360)
        /usr/lib/golang/src/runtime/proc.go:6230 +0x128 fp=0xc00025f3a0 sp=0xc00025f270 pc=0x4462e8
runtime.doInit(0x2b373c0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025f4d0 sp=0xc00025f3a0 pc=0x446231
runtime.doInit(0x2b45f80)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025f600 sp=0xc00025f4d0 pc=0x446231
runtime.doInit(0x2b483a0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025f730 sp=0xc00025f600 pc=0x446231
runtime.doInit(0x2b33520)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025f860 sp=0xc00025f730 pc=0x446231
runtime.doInit(0x2b45b00)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025f990 sp=0xc00025f860 pc=0x446231
runtime.doInit(0x2b32ee0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025fac0 sp=0xc00025f990 pc=0x446231
runtime.doInit(0x2b3b460)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025fbf0 sp=0xc00025fac0 pc=0x446231
runtime.doInit(0x2b435e0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025fd20 sp=0xc00025fbf0 pc=0x446231
runtime.doInit(0x2b420e0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025fe50 sp=0xc00025fd20 pc=0x446231
runtime.doInit(0x2b408e0)
        /usr/lib/golang/src/runtime/proc.go:6207 +0x71 fp=0xc00025ff80 sp=0xc00025fe50 pc=0x446231
runtime.main()
        /usr/lib/golang/src/runtime/proc.go:233 +0x1d4 fp=0xc00025ffe0 sp=0xc00025ff80 pc=0x439374
runtime.goexit()
        /usr/lib/golang/src/runtime/asm_amd64.s:1571 +0x1 fp=0xc00025ffe8 sp=0xc00025ffe0 pc=0x467141

goroutine 18 [chan receive]:
github.com/docker/cli/vendor/k8s.io/klog.(*loggingT).flushDaemon(0xc0000b4480?)
        /home/iurt/rpmbuild/BUILD/moby-20.10.22/cli-20.10.22/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:1010 +0x6a
created by github.com/docker/cli/vendor/k8s.io/klog.init.0
        /home/iurt/rpmbuild/BUILD/moby-20.10.22/cli-20.10.22/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:411 +0xef
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby doktor5000 » Feb 3rd, '23, 18:21

FWIW, you never mentioned how you installed docker. Because if starting docker on a default installation would always error out there would probably be more bugreports for that.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18054
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Docker Running but errors out

Postby brm » Feb 4th, '23, 03:19

Not sure if this is any help

Code: Select all
$ sudo dnf repolist
repo id                                                                                                         repo name
mageia-x86_64                                                                                                   Mageia 8 - x86_64
updates-x86_64                                                                                                  Mageia 8 - x86_64 - Updates
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby brm » Feb 4th, '23, 06:17

The more I think about it there must be repositories missing here.

This is the list of all available (of which 2 are enabled)

$ sudo dnf repolist all

Code: Select all
repo id                                                                                                     repo name                                                                                                               status
backports-i586                                                                                              Mageia 8 - i586 - Backports                                                                                             disabled
backports-i586-debuginfo                                                                                    Mageia 8 - i586 - Backports - Debug                                                                                     disabled
backports-i586-nonfree                                                                                      Mageia 8 - i586 - Nonfree - Backports                                                                                   disabled
backports-i586-nonfree-debuginfo                                                                            Mageia 8 - i586 - Nonfree - Backports - Debug                                                                           disabled
backports-i586-tainted                                                                                      Mageia 8 - i586 - Tainted - Backports                                                                                   disabled
backports-i586-tainted-debuginfo                                                                            Mageia 8 - i586 - Tainted - Backports - Debug                                                                           disabled
backports-x86_64                                                                                            Mageia 8 - x86_64 - Backports                                                                                           disabled
backports-x86_64-debuginfo                                                                                  Mageia 8 - x86_64 - Backports - Debug                                                                                   disabled
backports-x86_64-nonfree                                                                                    Mageia 8 - x86_64 - Nonfree - Backports                                                                                 disabled
backports-x86_64-nonfree-debuginfo                                                                          Mageia 8 - x86_64 - Nonfree - Backports - Debug                                                                         disabled
backports-x86_64-nonfree-source                                                                             Mageia 8 - x86_64 - Nonfree - Backports - Source                                                                        disabled
backports-x86_64-source                                                                                     Mageia 8 - x86_64 - Backports - Source                                                                                  disabled
backports-x86_64-tainted                                                                                    Mageia 8 - x86_64 - Tainted - Backports                                                                                 disabled
backports-x86_64-tainted-debuginfo                                                                          Mageia 8 - x86_64 - Tainted - Backports - Debug                                                                         disabled
backports-x86_64-tainted-source                                                                             Mageia 8 - x86_64 - Tainted - Backports - Source                                                                        disabled
backports_testing-i586                                                                                      Mageia 8 - i586 - Test Backports                                                                                        disabled
backports_testing-i586-debuginfo                                                                            Mageia 8 - i586 - Test Backports - Debug                                                                                disabled
backports_testing-i586-nonfree                                                                              Mageia 8 - i586 - Nonfree - Test Backports                                                                              disabled
backports_testing-i586-nonfree-debuginfo                                                                    Mageia 8 - i586 - Nonfree - Test Backports - Debug                                                                      disabled
backports_testing-i586-tainted                                                                              Mageia 8 - i586 - Tainted - Test Backports                                                                              disabled
backports_testing-i586-tainted-debuginfo                                                                    Mageia 8 - i586 - Tainted - Test Backports - Debug                               
backports_testing-x86_64                                                                                    Mageia 8 - x86_64 - Test Backports                                               
backports_testing-x86_64-debuginfo                                                                          Mageia 8 - x86_64 - Test Backports - Debug                                       
backports_testing-x86_64-nonfree                                                                            Mageia 8 - x86_64 - Nonfree - Test Backports                                     
backports_testing-x86_64-nonfree-debuginfo                                                                  Mageia 8 - x86_64 - Nonfree - Test Backports - Debug                             
backports_testing-x86_64-nonfree-source                                                                     Mageia 8 - x86_64 - Nonfree - Test Backports - Source                           
backports_testing-x86_64-source                                                                             Mageia 8 - x86_64 - Test Backports - Source                                     
backports_testing-x86_64-tainted                                                                            Mageia 8 - x86_64 - Tainted - Test Backports                                     
backports_testing-x86_64-tainted-debuginfo                                                                  Mageia 8 - x86_64 - Tainted - Test Backports - Debug                             
backports_testing-x86_64-tainted-source                                                                     Mageia 8 - x86_64 - Tainted - Test Backports - Source                           
mageia-i586                                                                                                 Mageia 8 - i586                                                                 
mageia-i586-debuginfo                                                                                       Mageia 8 - i586 - Debug                                                         
mageia-i586-nonfree                                                                                         Mageia 8 - i586 - Nonfree                                                       
mageia-i586-nonfree-debuginfo                                                                               Mageia 8 - i586 - Nonfree - Debug                                               
mageia-i586-tainted                                                                                         Mageia 8 - i586 - Tainted                                                       
mageia-i586-tainted-debuginfo                                                                               Mageia 8 - i586 - Tainted - Debug                                               
mageia-x86_64                                                                                               Mageia 8 - x86_64                                                               
mageia-x86_64-debuginfo                                                                                     Mageia 8 - x86_64 - Debug                                                       
mageia-x86_64-nonfree                                                                                       Mageia 8 - x86_64 - Nonfree                                                     
mageia-x86_64-nonfree-debuginfo                                                                             Mageia 8 - x86_64 - Nonfree - Debug                                             
mageia-x86_64-nonfree-source                                                                                Mageia 8 - x86_64 - Nonfree - Source                                             
mageia-x86_64-source                                                                                        Mageia 8 - x86_64 - Source                                                       
mageia-x86_64-tainted                                                                                       Mageia 8 - x86_64 - Tainted                                                     
mageia-x86_64-tainted-debuginfo                                                                             Mageia 8 - x86_64 - Tainted - Debug                                             
Name of file to save (^K H for help): Desktop/dnfrepolist
File Desktop/dnfrepolist saved
[brm@Mageia ~]$ sudo dnf repolist all
[sudo] password for brm:
repo id                                                                              repo name                                                                                       status
backports-i586                                                                       Mageia 8 - i586 - Backports                                                                     disabled
backports-i586-debuginfo                                                             Mageia 8 - i586 - Backports - Debug                                                             disabled
backports-i586-nonfree                                                               Mageia 8 - i586 - Nonfree - Backports                                                           disabled
backports-i586-nonfree-debuginfo                                                     Mageia 8 - i586 - Nonfree - Backports - Debug                                                   disabled
backports-i586-tainted                                                               Mageia 8 - i586 - Tainted - Backports                                                           disabled
backports-i586-tainted-debuginfo                                                     Mageia 8 - i586 - Tainted - Backports - Debug                                                   disabled
backports-x86_64                                                                     Mageia 8 - x86_64 - Backports                                                                   disabled
backports-x86_64-debuginfo                                                           Mageia 8 - x86_64 - Backports - Debug                                                           disabled
backports-x86_64-nonfree                                                             Mageia 8 - x86_64 - Nonfree - Backports                                                         disabled
backports-x86_64-nonfree-debuginfo                                                   Mageia 8 - x86_64 - Nonfree - Backports - Debug                                                 disabled
backports-x86_64-nonfree-source                                                      Mageia 8 - x86_64 - Nonfree - Backports - Source                                                disabled
backports-x86_64-source                                                              Mageia 8 - x86_64 - Backports - Source                                                          disabled
backports-x86_64-tainted                                                             Mageia 8 - x86_64 - Tainted - Backports                                                         disabled
backports-x86_64-tainted-debuginfo                                                   Mageia 8 - x86_64 - Tainted - Backports - Debug                                                 disabled
backports-x86_64-tainted-source                                                      Mageia 8 - x86_64 - Tainted - Backports - Source                                                disabled
backports_testing-i586                                                               Mageia 8 - i586 - Test Backports                                                                disabled
backports_testing-i586-debuginfo                                                     Mageia 8 - i586 - Test Backports - Debug                                                        disabled
backports_testing-i586-nonfree                                                       Mageia 8 - i586 - Nonfree - Test Backports                                                      disabled
backports_testing-i586-nonfree-debuginfo                                             Mageia 8 - i586 - Nonfree - Test Backports - Debug                                              disabled
backports_testing-i586-tainted                                                       Mageia 8 - i586 - Tainted - Test Backports                                                      disabled
backports_testing-i586-tainted-debuginfo                                             Mageia 8 - i586 - Tainted - Test Backports - Debug                                              disabled
backports_testing-x86_64                                                             Mageia 8 - x86_64 - Test Backports                                                              disabled
backports_testing-x86_64-debuginfo                                                   Mageia 8 - x86_64 - Test Backports - Debug                                                      disabled
backports_testing-x86_64-nonfree                                                     Mageia 8 - x86_64 - Nonfree - Test Backports                                                    disabled
backports_testing-x86_64-nonfree-debuginfo                                           Mageia 8 - x86_64 - Nonfree - Test Backports - Debug                                            disabled
backports_testing-x86_64-nonfree-source                                              Mageia 8 - x86_64 - Nonfree - Test Backports - Source                                           disabled
backports_testing-x86_64-source                                                      Mageia 8 - x86_64 - Test Backports - Source                                                     disabled
backports_testing-x86_64-tainted                                                     Mageia 8 - x86_64 - Tainted - Test Backports                                                    disabled
backports_testing-x86_64-tainted-debuginfo                                           Mageia 8 - x86_64 - Tainted - Test Backports - Debug                                            disabled
backports_testing-x86_64-tainted-source                                              Mageia 8 - x86_64 - Tainted - Test Backports - Source                                           disabled
mageia-i586                                                                          Mageia 8 - i586                                                                                 disabled
mageia-i586-debuginfo                                                                Mageia 8 - i586 - Debug                                                                         disabled
mageia-i586-nonfree                                                                  Mageia 8 - i586 - Nonfree                                                                       disabled
mageia-i586-nonfree-debuginfo                                                        Mageia 8 - i586 - Nonfree - Debug                                                               disabled
mageia-i586-tainted                                                                  Mageia 8 - i586 - Tainted                                                                       disabled
mageia-i586-tainted-debuginfo                                                        Mageia 8 - i586 - Tainted - Debug                                                               disabled
mageia-x86_64                                                                        Mageia 8 - x86_64                                                                               enabled
mageia-x86_64-debuginfo                                                              Mageia 8 - x86_64 - Debug                                                                       disabled
mageia-x86_64-nonfree                                                                Mageia 8 - x86_64 - Nonfree                                                                     disabled
mageia-x86_64-nonfree-debuginfo                                                      Mageia 8 - x86_64 - Nonfree - Debug                                                             disabled
mageia-x86_64-nonfree-source                                                         Mageia 8 - x86_64 - Nonfree - Source                                                            disabled
mageia-x86_64-source                                                                 Mageia 8 - x86_64 - Source                                                                      disabled
mageia-x86_64-tainted                                                                Mageia 8 - x86_64 - Tainted                                                                     disabled
mageia-x86_64-tainted-debuginfo                                                      Mageia 8 - x86_64 - Tainted - Debug                                                             disabled
mageia-x86_64-tainted-source                                                         Mageia 8 - x86_64 - Tainted - Source                                                            disabled
updates-i586                                                                         Mageia 8 - i586 - Updates                                                                       disabled
updates-i586-debuginfo                                                               Mageia 8 - i586 - Updates - Debug                                                               disabled
updates-i586-nonfree                                                                 Mageia 8 - i586 - Nonfree - Updates                                                             disabled
updates-i586-nonfree-debuginfo                                                       Mageia 8 - i586 - Nonfree - Updates - Debug                                                     disabled
updates-i586-tainted                                                                 Mageia 8 - i586 - Tainted - Updates                                                             disabled
updates-i586-tainted-debuginfo                                                       Mageia 8 - i586 - Tainted - Updates - Debug                                                     disabled
updates-x86_64                                                                       Mageia 8 - x86_64 - Updates                                                                     enabled
updates-x86_64-debuginfo                                                             Mageia 8 - x86_64 - Updates - Debug                                                             disabled
updates-x86_64-nonfree                                                               Mageia 8 - x86_64 - Nonfree - Updates                                                           disabled
updates-x86_64-nonfree-debuginfo                                                     Mageia 8 - x86_64 - Nonfree - Updates - Debug                                                   disabled
updates-x86_64-nonfree-source                                                        Mageia 8 - x86_64 - Nonfree - Updates - Source                                                  disabled
updates-x86_64-source                                                                Mageia 8 - x86_64 - Updates - Source                                                            disabled
updates-x86_64-tainted                                                               Mageia 8 - x86_64 - Tainted - Updates                                                           disabled
updates-x86_64-tainted-debuginfo                                                     Mageia 8 - x86_64 - Tainted - Updates - Debug                                                   disabled
updates-x86_64-tainted-source                                                        Mageia 8 - x86_64 - Tainted - Updates - Source                                                  disabled
updates_testing-i586                                                                 Mageia 8 - i586 - Test Updates                                                                  disabled
updates_testing-i586-debuginfo                                                       Mageia 8 - i586 - Test Updates - Debug                                                          disabled
updates_testing-i586-nonfree                                                         Mageia 8 - i586 - Nonfree - Test Updates                                                        disabled
updates_testing-i586-nonfree-debuginfo                                               Mageia 8 - i586 - Nonfree - Test Updates - Debug                                                disabled
updates_testing-i586-tainted                                                         Mageia 8 - i586 - Tainted - Test Updates                                                        disabled
updates_testing-i586-tainted-debuginfo                                               Mageia 8 - i586 - Tainted - Test Updates - Debug                                                disabled
updates_testing-x86_64                                                               Mageia 8 - x86_64 - Test Updates                                                                disabled
updates_testing-x86_64-debuginfo                                                     Mageia 8 - x86_64 - Test Updates - Debug                                                        disabled
updates_testing-x86_64-nonfree                                                       Mageia 8 - x86_64 - Nonfree - Test Updates                                                      disabled
updates_testing-x86_64-nonfree-debuginfo                                             Mageia 8 - x86_64 - Nonfree - Test Updates - Debug                                              disabled
updates_testing-x86_64-nonfree-source                                                Mageia 8 - x86_64 - Nonfree - Test Updates - Source                                             disabled
updates_testing-x86_64-source                                                        Mageia 8 - x86_64 - Test Updates - Source                                                       disabled
updates_testing-x86_64-tainted                                                       Mageia 8 - x86_64 - Tainted - Test Updates                                                      disabled
updates_testing-x86_64-tainted-debuginfo                                             Mageia 8 - x86_64 - Tainted - Test Updates - Debug                                              disabled
updates_testing-x86_64-tainted-source                                                Mageia 8 - x86_64 - Tainted - Test Updates - Source
brm
 
Posts: 60
Joined: Sep 2nd, '18, 09:45

Re: Docker Running but errors out

Postby sturmvogel » Feb 4th, '23, 10:48

You may enable the nonfree and tainted repos. But that shouldn't be related to your problem...
https://wiki.mageia.org/en/Using_DNF

Code: Select all
dnf config-manager --set-enabled mageia-x86_64-nonfree updates-x86_64-nonfree
dnf config-manager --set-enabled mageia-x86_64-tainted updates-x86_64-tainted
sturmvogel
 
Posts: 741
Joined: Jul 30th, '12, 00:39


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest

cron