how to install linux phat client to connect vpn server from ubuntu machine?












1















I am unable to install this phat client. Please someone guide me to install phat client in ubuntu 16.04



sudo ./install_linux_phat_client.sh


output:



Checking for NSS Libs: NSS library is not available .. exiting









share|improve this question



























    1















    I am unable to install this phat client. Please someone guide me to install phat client in ubuntu 16.04



    sudo ./install_linux_phat_client.sh


    output:



    Checking for NSS Libs: NSS library is not available .. exiting









    share|improve this question

























      1












      1








      1








      I am unable to install this phat client. Please someone guide me to install phat client in ubuntu 16.04



      sudo ./install_linux_phat_client.sh


      output:



      Checking for NSS Libs: NSS library is not available .. exiting









      share|improve this question














      I am unable to install this phat client. Please someone guide me to install phat client in ubuntu 16.04



      sudo ./install_linux_phat_client.sh


      output:



      Checking for NSS Libs: NSS library is not available .. exiting






      16.04 networking server vpn






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 20 at 15:34









      Gopi NathanGopi Nathan

      61




      61






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Your first move is to inspect install_linux_phat_client.sh and see how it's deciding to issue that error message.



          However, on MY Ubuntu 16.04.5 YMMV:



          walt@bat:~(0)$ dpkg -l libnss*
          Desired=Unknown/Install/Remove/Purge/Hold
          | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
          |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
          ||/ Name Version Architecture Description
          +++-=======================================-========================-========================-====================================================================================
          un libnss-db <none> <none> (no description available)
          ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution
          ii libnss3:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries
          ii libnss3-1d:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries - transitional package
          ii libnss3-nssdb 2:3.28.4-0ubuntu0.16.04. all Network Security Security libraries - shared databases
          walt@bat:~(0)$ apt-cache search libnss
          libnss-db - NSS module for using Berkeley Databases as a naming service
          libnss-extrausers - nss module to have an additional passwd, shadow and group file
          libnss-mdns - NSS module for Multicast DNS name resolution
          libnss-myhostname - nss module providing fallback resolution for the current hostname
          libnss-sss - Nss library for the System Security Services Daemon
          libnss3 - Network Security Service libraries
          libnss3-1d - Network Security Service libraries - transitional package
          libnss3-dbg - Debugging symbols for the Network Security Service libraries
          libnss3-dev - Development files for the Network Security Service libraries
          libnss3-nssdb - Network Security Security libraries - shared databases
          winbind - service to resolve user and group information from Windows NT servers
          libnss-cache - NSS module for using nsscache-generated files
          libnss-docker - nss module for finding Docker containers
          libnss-gw-name - nss module that names the current gateway’s IP address
          libnss-ldap - NSS module for using LDAP as a naming service
          libnss-ldapd - NSS module for using LDAP as a naming service
          libnss-lwres - NSS module for using bind9's lwres as a naming service
          libnss-mymachines - nss module to resolve hostnames for local container instances
          libnss-mysql-bg - NSS module for using MySQL as a naming service
          libnss-pgsql2 - NSS module for using PostgreSQL as a naming service
          libnss-rainbow2 - nss library for rainbow
          libnss-resolve - nss module to resolve names via systemd-resolved
          libnss-rsbac2 - RSBAC NSS module
          libnss-securepass - NSS (Name Service Switch) module for Securepass
          libnss-winbind - Samba nameservice integration plugins
          libnss-wrapper - NSS wrapper library
          libnss3-tools - Network Security Service tools
          libpam-ccreds - Pam module to cache authentication credentials
          libpam-ldap - Pluggable Authentication Module for LDAP
          nslcd - daemon for NSS and PAM lookups using LDAP
          nss-passwords - read passwords from a Mozilla keyring
          nss-updatedb - Cache name service directories in DB format
          nsscache - asynchronously synchronise local NSS databases with remote directory services
          pynslcd - daemon for NSS and PAM lookups via LDAP - Python version
          python-libsss-nss-idmap - Python bindings for the SID lookups library
          python3-libsss-nss-idmap - Python3 bindings for the SID lookups library


          I suggest that you install the libnss3 package.






          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127274%2fhow-to-install-linux-phat-client-to-connect-vpn-server-from-ubuntu-machine%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Your first move is to inspect install_linux_phat_client.sh and see how it's deciding to issue that error message.



            However, on MY Ubuntu 16.04.5 YMMV:



            walt@bat:~(0)$ dpkg -l libnss*
            Desired=Unknown/Install/Remove/Purge/Hold
            | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
            |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
            ||/ Name Version Architecture Description
            +++-=======================================-========================-========================-====================================================================================
            un libnss-db <none> <none> (no description available)
            ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution
            ii libnss3:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries
            ii libnss3-1d:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries - transitional package
            ii libnss3-nssdb 2:3.28.4-0ubuntu0.16.04. all Network Security Security libraries - shared databases
            walt@bat:~(0)$ apt-cache search libnss
            libnss-db - NSS module for using Berkeley Databases as a naming service
            libnss-extrausers - nss module to have an additional passwd, shadow and group file
            libnss-mdns - NSS module for Multicast DNS name resolution
            libnss-myhostname - nss module providing fallback resolution for the current hostname
            libnss-sss - Nss library for the System Security Services Daemon
            libnss3 - Network Security Service libraries
            libnss3-1d - Network Security Service libraries - transitional package
            libnss3-dbg - Debugging symbols for the Network Security Service libraries
            libnss3-dev - Development files for the Network Security Service libraries
            libnss3-nssdb - Network Security Security libraries - shared databases
            winbind - service to resolve user and group information from Windows NT servers
            libnss-cache - NSS module for using nsscache-generated files
            libnss-docker - nss module for finding Docker containers
            libnss-gw-name - nss module that names the current gateway’s IP address
            libnss-ldap - NSS module for using LDAP as a naming service
            libnss-ldapd - NSS module for using LDAP as a naming service
            libnss-lwres - NSS module for using bind9's lwres as a naming service
            libnss-mymachines - nss module to resolve hostnames for local container instances
            libnss-mysql-bg - NSS module for using MySQL as a naming service
            libnss-pgsql2 - NSS module for using PostgreSQL as a naming service
            libnss-rainbow2 - nss library for rainbow
            libnss-resolve - nss module to resolve names via systemd-resolved
            libnss-rsbac2 - RSBAC NSS module
            libnss-securepass - NSS (Name Service Switch) module for Securepass
            libnss-winbind - Samba nameservice integration plugins
            libnss-wrapper - NSS wrapper library
            libnss3-tools - Network Security Service tools
            libpam-ccreds - Pam module to cache authentication credentials
            libpam-ldap - Pluggable Authentication Module for LDAP
            nslcd - daemon for NSS and PAM lookups using LDAP
            nss-passwords - read passwords from a Mozilla keyring
            nss-updatedb - Cache name service directories in DB format
            nsscache - asynchronously synchronise local NSS databases with remote directory services
            pynslcd - daemon for NSS and PAM lookups via LDAP - Python version
            python-libsss-nss-idmap - Python bindings for the SID lookups library
            python3-libsss-nss-idmap - Python3 bindings for the SID lookups library


            I suggest that you install the libnss3 package.






            share|improve this answer




























              0














              Your first move is to inspect install_linux_phat_client.sh and see how it's deciding to issue that error message.



              However, on MY Ubuntu 16.04.5 YMMV:



              walt@bat:~(0)$ dpkg -l libnss*
              Desired=Unknown/Install/Remove/Purge/Hold
              | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
              |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
              ||/ Name Version Architecture Description
              +++-=======================================-========================-========================-====================================================================================
              un libnss-db <none> <none> (no description available)
              ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution
              ii libnss3:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries
              ii libnss3-1d:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries - transitional package
              ii libnss3-nssdb 2:3.28.4-0ubuntu0.16.04. all Network Security Security libraries - shared databases
              walt@bat:~(0)$ apt-cache search libnss
              libnss-db - NSS module for using Berkeley Databases as a naming service
              libnss-extrausers - nss module to have an additional passwd, shadow and group file
              libnss-mdns - NSS module for Multicast DNS name resolution
              libnss-myhostname - nss module providing fallback resolution for the current hostname
              libnss-sss - Nss library for the System Security Services Daemon
              libnss3 - Network Security Service libraries
              libnss3-1d - Network Security Service libraries - transitional package
              libnss3-dbg - Debugging symbols for the Network Security Service libraries
              libnss3-dev - Development files for the Network Security Service libraries
              libnss3-nssdb - Network Security Security libraries - shared databases
              winbind - service to resolve user and group information from Windows NT servers
              libnss-cache - NSS module for using nsscache-generated files
              libnss-docker - nss module for finding Docker containers
              libnss-gw-name - nss module that names the current gateway’s IP address
              libnss-ldap - NSS module for using LDAP as a naming service
              libnss-ldapd - NSS module for using LDAP as a naming service
              libnss-lwres - NSS module for using bind9's lwres as a naming service
              libnss-mymachines - nss module to resolve hostnames for local container instances
              libnss-mysql-bg - NSS module for using MySQL as a naming service
              libnss-pgsql2 - NSS module for using PostgreSQL as a naming service
              libnss-rainbow2 - nss library for rainbow
              libnss-resolve - nss module to resolve names via systemd-resolved
              libnss-rsbac2 - RSBAC NSS module
              libnss-securepass - NSS (Name Service Switch) module for Securepass
              libnss-winbind - Samba nameservice integration plugins
              libnss-wrapper - NSS wrapper library
              libnss3-tools - Network Security Service tools
              libpam-ccreds - Pam module to cache authentication credentials
              libpam-ldap - Pluggable Authentication Module for LDAP
              nslcd - daemon for NSS and PAM lookups using LDAP
              nss-passwords - read passwords from a Mozilla keyring
              nss-updatedb - Cache name service directories in DB format
              nsscache - asynchronously synchronise local NSS databases with remote directory services
              pynslcd - daemon for NSS and PAM lookups via LDAP - Python version
              python-libsss-nss-idmap - Python bindings for the SID lookups library
              python3-libsss-nss-idmap - Python3 bindings for the SID lookups library


              I suggest that you install the libnss3 package.






              share|improve this answer


























                0












                0








                0







                Your first move is to inspect install_linux_phat_client.sh and see how it's deciding to issue that error message.



                However, on MY Ubuntu 16.04.5 YMMV:



                walt@bat:~(0)$ dpkg -l libnss*
                Desired=Unknown/Install/Remove/Purge/Hold
                | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
                |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
                ||/ Name Version Architecture Description
                +++-=======================================-========================-========================-====================================================================================
                un libnss-db <none> <none> (no description available)
                ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution
                ii libnss3:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries
                ii libnss3-1d:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries - transitional package
                ii libnss3-nssdb 2:3.28.4-0ubuntu0.16.04. all Network Security Security libraries - shared databases
                walt@bat:~(0)$ apt-cache search libnss
                libnss-db - NSS module for using Berkeley Databases as a naming service
                libnss-extrausers - nss module to have an additional passwd, shadow and group file
                libnss-mdns - NSS module for Multicast DNS name resolution
                libnss-myhostname - nss module providing fallback resolution for the current hostname
                libnss-sss - Nss library for the System Security Services Daemon
                libnss3 - Network Security Service libraries
                libnss3-1d - Network Security Service libraries - transitional package
                libnss3-dbg - Debugging symbols for the Network Security Service libraries
                libnss3-dev - Development files for the Network Security Service libraries
                libnss3-nssdb - Network Security Security libraries - shared databases
                winbind - service to resolve user and group information from Windows NT servers
                libnss-cache - NSS module for using nsscache-generated files
                libnss-docker - nss module for finding Docker containers
                libnss-gw-name - nss module that names the current gateway’s IP address
                libnss-ldap - NSS module for using LDAP as a naming service
                libnss-ldapd - NSS module for using LDAP as a naming service
                libnss-lwres - NSS module for using bind9's lwres as a naming service
                libnss-mymachines - nss module to resolve hostnames for local container instances
                libnss-mysql-bg - NSS module for using MySQL as a naming service
                libnss-pgsql2 - NSS module for using PostgreSQL as a naming service
                libnss-rainbow2 - nss library for rainbow
                libnss-resolve - nss module to resolve names via systemd-resolved
                libnss-rsbac2 - RSBAC NSS module
                libnss-securepass - NSS (Name Service Switch) module for Securepass
                libnss-winbind - Samba nameservice integration plugins
                libnss-wrapper - NSS wrapper library
                libnss3-tools - Network Security Service tools
                libpam-ccreds - Pam module to cache authentication credentials
                libpam-ldap - Pluggable Authentication Module for LDAP
                nslcd - daemon for NSS and PAM lookups using LDAP
                nss-passwords - read passwords from a Mozilla keyring
                nss-updatedb - Cache name service directories in DB format
                nsscache - asynchronously synchronise local NSS databases with remote directory services
                pynslcd - daemon for NSS and PAM lookups via LDAP - Python version
                python-libsss-nss-idmap - Python bindings for the SID lookups library
                python3-libsss-nss-idmap - Python3 bindings for the SID lookups library


                I suggest that you install the libnss3 package.






                share|improve this answer













                Your first move is to inspect install_linux_phat_client.sh and see how it's deciding to issue that error message.



                However, on MY Ubuntu 16.04.5 YMMV:



                walt@bat:~(0)$ dpkg -l libnss*
                Desired=Unknown/Install/Remove/Purge/Hold
                | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
                |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
                ||/ Name Version Architecture Description
                +++-=======================================-========================-========================-====================================================================================
                un libnss-db <none> <none> (no description available)
                ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution
                ii libnss3:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries
                ii libnss3-1d:amd64 2:3.28.4-0ubuntu0.16.04. amd64 Network Security Service libraries - transitional package
                ii libnss3-nssdb 2:3.28.4-0ubuntu0.16.04. all Network Security Security libraries - shared databases
                walt@bat:~(0)$ apt-cache search libnss
                libnss-db - NSS module for using Berkeley Databases as a naming service
                libnss-extrausers - nss module to have an additional passwd, shadow and group file
                libnss-mdns - NSS module for Multicast DNS name resolution
                libnss-myhostname - nss module providing fallback resolution for the current hostname
                libnss-sss - Nss library for the System Security Services Daemon
                libnss3 - Network Security Service libraries
                libnss3-1d - Network Security Service libraries - transitional package
                libnss3-dbg - Debugging symbols for the Network Security Service libraries
                libnss3-dev - Development files for the Network Security Service libraries
                libnss3-nssdb - Network Security Security libraries - shared databases
                winbind - service to resolve user and group information from Windows NT servers
                libnss-cache - NSS module for using nsscache-generated files
                libnss-docker - nss module for finding Docker containers
                libnss-gw-name - nss module that names the current gateway’s IP address
                libnss-ldap - NSS module for using LDAP as a naming service
                libnss-ldapd - NSS module for using LDAP as a naming service
                libnss-lwres - NSS module for using bind9's lwres as a naming service
                libnss-mymachines - nss module to resolve hostnames for local container instances
                libnss-mysql-bg - NSS module for using MySQL as a naming service
                libnss-pgsql2 - NSS module for using PostgreSQL as a naming service
                libnss-rainbow2 - nss library for rainbow
                libnss-resolve - nss module to resolve names via systemd-resolved
                libnss-rsbac2 - RSBAC NSS module
                libnss-securepass - NSS (Name Service Switch) module for Securepass
                libnss-winbind - Samba nameservice integration plugins
                libnss-wrapper - NSS wrapper library
                libnss3-tools - Network Security Service tools
                libpam-ccreds - Pam module to cache authentication credentials
                libpam-ldap - Pluggable Authentication Module for LDAP
                nslcd - daemon for NSS and PAM lookups using LDAP
                nss-passwords - read passwords from a Mozilla keyring
                nss-updatedb - Cache name service directories in DB format
                nsscache - asynchronously synchronise local NSS databases with remote directory services
                pynslcd - daemon for NSS and PAM lookups via LDAP - Python version
                python-libsss-nss-idmap - Python bindings for the SID lookups library
                python3-libsss-nss-idmap - Python3 bindings for the SID lookups library


                I suggest that you install the libnss3 package.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 20 at 17:51









                waltinatorwaltinator

                22.9k74169




                22.9k74169






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127274%2fhow-to-install-linux-phat-client-to-connect-vpn-server-from-ubuntu-machine%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局