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

    Tracking Down Ubuntu BASH Session Closing

    IT Discussion
    ssh linux openssh ubuntu ubuntu 16.04 ubuntu 18.04 bash shell zsh
    8
    45
    3.9k
    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.
    • scottalanmillerS
      scottalanmiller @IRJ
      last edited by

      @IRJ said in Tracking Down Ubuntu BASH Session Closing:

      Try this command first to bypass bash settings

      ssh -t <host> dash

      Using ZSH is what I am doing, works fine, too.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @IRJ
        last edited by

        @IRJ said in Tracking Down Ubuntu BASH Session Closing:

        https://askubuntu.com/questions/404424/how-do-i-restore-bashrc-to-its-default#404428

        Pretty confident that it is none of those. They are all vanilla.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @IRJ
          last edited by

          @IRJ brand new users have the issue, too.

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by

            @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

            @IRJ brand new users have the issue, too.

            Doesn't bash have a global default config that applies to all users?

            black3dynamiteB scottalanmillerS 2 Replies Last reply Reply Quote 1
            • black3dynamiteB
              black3dynamite @JaredBusch
              last edited by black3dynamite

              @JaredBusch said in Tracking Down Ubuntu BASH Session Closing:

              @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

              @IRJ brand new users have the issue, too.

              Doesn't bash have a global default config that applies to all users?

              Ubuntu 18.04.2
              /etc/profile and /etc/bash.bashrc

              Fedora 30
              /etc/profile and /etc/bashrc

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @JaredBusch
                last edited by

                @JaredBusch said in Tracking Down Ubuntu BASH Session Closing:

                @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                @IRJ brand new users have the issue, too.

                Doesn't bash have a global default config that applies to all users?

                It has one, yes. But it's vanilla. And even removing it, no change.

                dafyreD 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @black3dynamite
                  last edited by

                  @black3dynamite said in Tracking Down Ubuntu BASH Session Closing:

                  Ubuntu 18.04.2
                  /etc/profile and /etc/bash.bashrc

                  Yup, removed both of those, didn't change anything.

                  1 Reply Last reply Reply Quote 0
                  • dbeatoD
                    dbeato
                    last edited by

                    I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                    kamidonK IRJI scottalanmillerS 3 Replies Last reply Reply Quote 1
                    • matteo nunziatiM
                      matteo nunziati @scottalanmiller
                      last edited by

                      @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                      If I use zsh, I'm good. If I enter BASH from zsh, I get kicked out after several seconds. Definitely is something to do with BASH.

                      Stupid tryout: use bash and then enter zsh before being kicked out. Still out?
                      To understand if it is the firing of bash itself or the stay in bash...

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • kamidonK
                        kamidon
                        last edited by

                        Wow, bizarre for sure.

                        1 Reply Last reply Reply Quote 0
                        • kamidonK
                          kamidon @dbeato
                          last edited by

                          @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                          I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                          Oh wow, great point, the graphic driver could be crashing, causing a remote disconnect. Nice

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • IRJI
                            IRJ @dbeato
                            last edited by

                            @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                            I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                            Removing GUI could quickly verify this

                            kamidonK 1 Reply Last reply Reply Quote 2
                            • kamidonK
                              kamidon @IRJ
                              last edited by

                              @IRJ said in Tracking Down Ubuntu BASH Session Closing:

                              @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                              I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                              Removing GUI could quickly verify this

                              How do Runtime levels work? Could he remote in at that GUIless runtime level 3 or w/e?

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @matteo nunziati
                                last edited by

                                @matteo-nunziati said in Tracking Down Ubuntu BASH Session Closing:

                                @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                                If I use zsh, I'm good. If I enter BASH from zsh, I get kicked out after several seconds. Definitely is something to do with BASH.

                                Stupid tryout: use bash and then enter zsh before being kicked out. Still out?
                                To understand if it is the firing of bash itself or the stay in bash...

                                No, the underlying bash remains until the ZSH closes. Same as if you were running top from it, for example.

                                matteo nunziatiM 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @kamidon
                                  last edited by

                                  @kamidon said in Tracking Down Ubuntu BASH Session Closing:

                                  @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                                  I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                                  Oh wow, great point, the graphic driver could be crashing, causing a remote disconnect. Nice

                                  Maybe, there is definitely lots of extra code in there, but the connection is via SSH only, so in theory the GUI could crash and never impact us.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @kamidon
                                    last edited by

                                    @kamidon said in Tracking Down Ubuntu BASH Session Closing:

                                    @IRJ said in Tracking Down Ubuntu BASH Session Closing:

                                    @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                                    I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                                    Removing GUI could quickly verify this

                                    How do Runtime levels work? Could he remote in at that GUIless runtime level 3 or w/e?

                                    That's what we are doing.

                                    kamidonK 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @dbeato
                                      last edited by

                                      @dbeato said in Tracking Down Ubuntu BASH Session Closing:

                                      I see this issue with Graphics card drivers. I would start by upgrading the video card drivers even if it means removing and installing again the package.

                                      The problem with removing them is that it is a CUDA processing server.

                                      1 Reply Last reply Reply Quote 1
                                      • kamidonK
                                        kamidon @scottalanmiller
                                        last edited by kamidon

                                        @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                                        That's what we are doing.

                                        Are the lower runtimes essentially the equivalent to Windows Safemode?
                                        Edit: Except I'm sure the Linux end is significantly more robust since Safemode is so damned restricted.
                                        "OH NOPE, can't do that, sorry." lol.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • dafyreD
                                          dafyre @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                                          @JaredBusch said in Tracking Down Ubuntu BASH Session Closing:

                                          @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                                          @IRJ brand new users have the issue, too.

                                          Doesn't bash have a global default config that applies to all users?

                                          It has one, yes. But it's vanilla. And even removing it, no change.

                                          What happens if you connect to the VM's console and log in via the terminal (not the gui) ?

                                          What about running the shell from within MeshCentral -- do you still get disconnected that way?

                                          scottalanmillerS 2 Replies Last reply Reply Quote 1
                                          • scottalanmillerS
                                            scottalanmiller @kamidon
                                            last edited by

                                            @kamidon said in Tracking Down Ubuntu BASH Session Closing:

                                            @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

                                            That's what we are doing.

                                            Are the lower runtimes essentially the equivalent to Windows Safemode?
                                            Edit: Except I'm sure the Linux end is significantly more robust since Safemode is so damned restricted.
                                            "OH NOPE, can't do that, sorry." lol.

                                            Kind of, yes. Mode 3 is just the "normal" non-GUI mode. Some modes are for custom stuff. You can customize any mode, though, if you want.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post