ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Docker, CentOS7, and RamNode confusing bug with fix.

    IT Discussion
    ramnode docker centos7 bug fixed
    5
    20
    3.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      travisdh1
      last edited by

      So I went to update my CentOS7 install on a Ramnode VPS. It would install correctly and then when starting the service it would error out, complaining about not being able to create a network bridge. The fix was to install lxc along with docker. So now I've got two container systems, uck.

      sudo yum -y install docker docker-selinux lxc
      
      T 1 Reply Last reply Reply Quote 2
      • S
        scottalanmiller
        last edited by

        WTF. That's no good.

        1 Reply Last reply Reply Quote 1
        • T
          travisdh1 @travisdh1
          last edited by

          Bother, got a big NOPE from it still.

          Jul 20 12:36:26 travisdh1 forward-journal[1831]: time="2016-07-20T12:36:26.706277656-04:00" level=warning msg="Your Linux kernel version 2.6.32-042stab113.11 can be unstable running docker. Please upgrade your kernel to 3.10.0."
          

          That's gonna be really, really, really difficult to do if you want to run CentOS/RedHat.

          S 2 Replies Last reply Reply Quote 1
          • S
            stacksofplates @travisdh1
            last edited by stacksofplates

            @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

            Bother, got a big NOPE from it still.

            Jul 20 12:36:26 travisdh1 forward-journal[1831]: time="2016-07-20T12:36:26.706277656-04:00" level=warning msg="Your Linux kernel version 2.6.32-042stab113.11 can be unstable running docker. Please upgrade your kernel to 3.10.0."
            

            That's gonna be really, really, really difficult to do if you want to run CentOS/RedHat.

            I don't understand what Red Hat is doing here. They've kind of abandoned LXC in actual RHEL, you need EPEL. But they are pushing Docker really hard, and telling you to do things like use a shell session in the container and somehow porting SystemD into the container to allow multiple services. Why? Don't change Docker, just use LXC. Two different things.

            1 Reply Last reply Reply Quote 1
            • S
              stacksofplates @travisdh1
              last edited by

              @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

              Bother, got a big NOPE from it still.

              Jul 20 12:36:26 travisdh1 forward-journal[1831]: time="2016-07-20T12:36:26.706277656-04:00" level=warning msg="Your Linux kernel version 2.6.32-042stab113.11 can be unstable running docker. Please upgrade your kernel to 3.10.0."
              

              That's gonna be really, really, really difficult to do if you want to run CentOS/RedHat.

              Man they're really holding you back too. My CentOS 7 VMs are at 3.10.0-327.22.2.el7.x86_64

              1 Reply Last reply Reply Quote 1
              • S
                stacksofplates
                last edited by

                I'm guessing they don't give you a CentOS Atomic image to use either, just a full blown CentOS image?

                T 1 Reply Last reply Reply Quote 0
                • T
                  travisdh1 @stacksofplates
                  last edited by

                  @stacksofplates said in Docker, CentOS7, and RamNode confusing bug with fix.:

                  I'm guessing they don't give you a CentOS Atomic image to use either, just a full blown CentOS image?

                  Yep. I think they run their own repos, which while nice, won't fix problems with basic network configs.

                  1 Reply Last reply Reply Quote 1
                  • R
                    Reid Cooper
                    last edited by

                    Running their own repos is only nice is they mirror the real CentOS ones rather than being behind or different.

                    T 2 Replies Last reply Reply Quote 0
                    • T
                      travisdh1 @Reid Cooper
                      last edited by

                      @Reid-Cooper said in Docker, CentOS7, and RamNode confusing bug with fix.:

                      Running their own repos is only nice is they mirror the real CentOS ones rather than being behind or different.

                      It's a VPS, so it'd be kinda difficult to keep me out of the normal repos. A local repo for popular distros just makes a lot of sense for a company offering that sort of service tho.

                      1 Reply Last reply Reply Quote 0
                      • T
                        travisdh1 @Reid Cooper
                        last edited by

                        @Reid-Cooper Started a Digital Ocean VPS today.

                        [root@travisdh1 ~]# uname -a
                        Linux travisdh1.net 3.10.0-327.22.2.el7.x86_64 #1 SMP Thu Jun 23 17:05:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
                        

                        Much better!

                        1 Reply Last reply Reply Quote 1
                        • S
                          scottalanmiller
                          last edited by

                          Linode, Digital Ocean and Vultr have great support that doesn't break things by "being weird" as many smaller vendors seem to do.

                          T 1 Reply Last reply Reply Quote 1
                          • T
                            travisdh1 @scottalanmiller
                            last edited by

                            @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                            Linode, Digital Ocean and Vultr have great support that doesn't break things by "being weird" as many smaller vendors seem to do.

                            Yeah, I was using RamNode because they had a $5/month plan with 150GB storage. Nobody else even bothers to respond to me when I ask about a service using HDD anymore.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              scottalanmiller @travisdh1
                              last edited by

                              @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

                              @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                              Linode, Digital Ocean and Vultr have great support that doesn't break things by "being weird" as many smaller vendors seem to do.

                              Yeah, I was using RamNode because they had a $5/month plan with 150GB storage. Nobody else even bothers to respond to me when I ask about a service using HDD anymore.

                              Vultr. We talk about using their SATA HDD service all of the time. It's the main reason that any of us use it.

                              T 1 Reply Last reply Reply Quote 1
                              • T
                                travisdh1 @scottalanmiller
                                last edited by

                                @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                Linode, Digital Ocean and Vultr have great support that doesn't break things by "being weird" as many smaller vendors seem to do.

                                Yeah, I was using RamNode because they had a $5/month plan with 150GB storage. Nobody else even bothers to respond to me when I ask about a service using HDD anymore.

                                Vultr. We talk about using their SATA HDD service all of the time. It's the main reason that any of us use it.

                                I'm going to go ahead and contact them about it, since they don't have anything on the website 😕

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  scottalanmiller @travisdh1
                                  last edited by

                                  @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                  @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                  @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                  @scottalanmiller said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                  Linode, Digital Ocean and Vultr have great support that doesn't break things by "being weird" as many smaller vendors seem to do.

                                  Yeah, I was using RamNode because they had a $5/month plan with 150GB storage. Nobody else even bothers to respond to me when I ask about a service using HDD anymore.

                                  Vultr. We talk about using their SATA HDD service all of the time. It's the main reason that any of us use it.

                                  I'm going to go ahead and contact them about it, since they don't have anything on the website 😕

                                  This comes up all the time too... you sign in and the details are all there. For some reason, their SATA offerings are not displayed until you log in.

                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    travisdh1 @scottalanmiller
                                    last edited by

                                    @scottalanmiller Hrm, anyone have an account and a code to give me when signing up?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      scottalanmiller @travisdh1
                                      last edited by

                                      @travisdh1 said in Docker, CentOS7, and RamNode confusing bug with fix.:

                                      @scottalanmiller Hrm, anyone have an account and a code to give me when signing up?

                                      Already posted a new thread before you even had a chance to ask 🙂

                                      1 Reply Last reply Reply Quote 1
                                      • S
                                        scottalanmiller
                                        last edited by

                                        Here is MangoLassi's Vultr Affiliate link, though.

                                        1 Reply Last reply Reply Quote 1
                                        • S
                                          scottalanmiller
                                          last edited by

                                          You currently get $20 by using the link.

                                          1 Reply Last reply Reply Quote 1
                                          • StrongBadS
                                            StrongBad
                                            last edited by

                                            Nice deal!

                                            1 Reply Last reply Reply Quote 0
                                            • 1 / 1
                                            • First post
                                              Last post