Where are network manager logs? (16.04)Where are VPN configuration files imported by Network Manager...

What is the greatest age difference between a married couple in Tanach?

Could the Saturn V actually have launched astronauts around Venus?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

PTIJ: Who should pay for Uber rides: the child or the parent?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Employee lack of ownership

Where is the 1/8 CR apprentice in Volo's Guide to Monsters?

Is it possible that AIC = BIC?

What is IP squat space

How to explain that I do not want to visit a country due to personal safety concern?

Happy pi day, everyone!

Rejected in 4th interview round citing insufficient years of experience

Can anyone tell me why this program fails?

Using "wallow" verb with object

Making a sword in the stone, in a medieval world without magic

Why are the outputs of printf and std::cout different

Can elves maintain concentration in a trance?

Can the damage from a Talisman of Pure Good (or Ultimate Evil) be non-lethal?

Validating user input

Do I need life insurance if I can cover my own funeral costs?

In-house repeater?

It's a yearly task, alright

What is a good source for large tables on the properties of water?



Where are network manager logs? (16.04)


Where are VPN configuration files imported by Network Manager saved?Where are the network manager configuration files?Where are the NetworkManager logs?Where are kernel panic logs?Where are logs stored?How to change location where logs are stored?Where are the OpenVPN connection logs and configuration files?Where are wireless or internet connection logs?network interface not found; services network-manager missingWhere are the logs from underneath the splashscreen?













11















I have new Ubuntu and I want to debug some errors in network settings.



I cannot find log for NetworkManager.



/var/log/syslog and /var/log/daemon.log - what people recommend on this stack exchange in other questions - are both empty.



Python script from this page - https://wiki.ubuntu.com/DebuggingNetworkManager - doesn't exist anymore.



sudo service network-manager status displays a few lines of the log, but not all.










share|improve this question





























    11















    I have new Ubuntu and I want to debug some errors in network settings.



    I cannot find log for NetworkManager.



    /var/log/syslog and /var/log/daemon.log - what people recommend on this stack exchange in other questions - are both empty.



    Python script from this page - https://wiki.ubuntu.com/DebuggingNetworkManager - doesn't exist anymore.



    sudo service network-manager status displays a few lines of the log, but not all.










    share|improve this question



























      11












      11








      11


      3






      I have new Ubuntu and I want to debug some errors in network settings.



      I cannot find log for NetworkManager.



      /var/log/syslog and /var/log/daemon.log - what people recommend on this stack exchange in other questions - are both empty.



      Python script from this page - https://wiki.ubuntu.com/DebuggingNetworkManager - doesn't exist anymore.



      sudo service network-manager status displays a few lines of the log, but not all.










      share|improve this question
















      I have new Ubuntu and I want to debug some errors in network settings.



      I cannot find log for NetworkManager.



      /var/log/syslog and /var/log/daemon.log - what people recommend on this stack exchange in other questions - are both empty.



      Python script from this page - https://wiki.ubuntu.com/DebuggingNetworkManager - doesn't exist anymore.



      sudo service network-manager status displays a few lines of the log, but not all.







      network-manager log






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 20 '17 at 15:16







      Karel Bílek

















      asked Feb 20 '17 at 15:09









      Karel BílekKarel Bílek

      83431223




      83431223






















          2 Answers
          2






          active

          oldest

          votes


















          15














          journalctl -u NetworkManager



          That does the trick






          share|improve this answer
























          • This is Systemd only, I suppose.

            – Kamiccolo
            Jun 1 '18 at 10:43











          • Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

            – Karel Bílek
            Jun 1 '18 at 14:29











          • What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

            – Kamiccolo
            Jun 1 '18 at 15:06






          • 1





            I specifically said the version in the title.

            – Karel Bílek
            Jun 4 '18 at 21:13



















          0














          You can also try this one. You'll see some Network Manager state changes with this one.



          sudo journalctl -fu NetworkManager



          e.g., Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] keyfile: add connection in-memory (xxx,"tun0")



          Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')



          Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): Activation: starting connection 'tun0' (xxx)






          share|improve this answer








          New contributor




          dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            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%2f885383%2fwhere-are-network-manager-logs-16-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            15














            journalctl -u NetworkManager



            That does the trick






            share|improve this answer
























            • This is Systemd only, I suppose.

              – Kamiccolo
              Jun 1 '18 at 10:43











            • Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

              – Karel Bílek
              Jun 1 '18 at 14:29











            • What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

              – Kamiccolo
              Jun 1 '18 at 15:06






            • 1





              I specifically said the version in the title.

              – Karel Bílek
              Jun 4 '18 at 21:13
















            15














            journalctl -u NetworkManager



            That does the trick






            share|improve this answer
























            • This is Systemd only, I suppose.

              – Kamiccolo
              Jun 1 '18 at 10:43











            • Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

              – Karel Bílek
              Jun 1 '18 at 14:29











            • What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

              – Kamiccolo
              Jun 1 '18 at 15:06






            • 1





              I specifically said the version in the title.

              – Karel Bílek
              Jun 4 '18 at 21:13














            15












            15








            15







            journalctl -u NetworkManager



            That does the trick






            share|improve this answer













            journalctl -u NetworkManager



            That does the trick







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 20 '17 at 15:18









            Karel BílekKarel Bílek

            83431223




            83431223













            • This is Systemd only, I suppose.

              – Kamiccolo
              Jun 1 '18 at 10:43











            • Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

              – Karel Bílek
              Jun 1 '18 at 14:29











            • What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

              – Kamiccolo
              Jun 1 '18 at 15:06






            • 1





              I specifically said the version in the title.

              – Karel Bílek
              Jun 4 '18 at 21:13



















            • This is Systemd only, I suppose.

              – Kamiccolo
              Jun 1 '18 at 10:43











            • Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

              – Karel Bílek
              Jun 1 '18 at 14:29











            • What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

              – Kamiccolo
              Jun 1 '18 at 15:06






            • 1





              I specifically said the version in the title.

              – Karel Bílek
              Jun 4 '18 at 21:13

















            This is Systemd only, I suppose.

            – Kamiccolo
            Jun 1 '18 at 10:43





            This is Systemd only, I suppose.

            – Kamiccolo
            Jun 1 '18 at 10:43













            Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

            – Karel Bílek
            Jun 1 '18 at 14:29





            Yes. Since the question is on askubuntu, it talks about systemd, because all ubuntu installations are with systemd (except for ancient ones).

            – Karel Bílek
            Jun 1 '18 at 14:29













            What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

            – Kamiccolo
            Jun 1 '18 at 15:06





            What are You saying exactly? That Ubuntu 14.04 is not Ubuntu? Or users of those "ancient" versions, as You say, are not accepted in this StackExchange network site? You did ask the question without specifying Your Ubuntu version, so...

            – Kamiccolo
            Jun 1 '18 at 15:06




            1




            1





            I specifically said the version in the title.

            – Karel Bílek
            Jun 4 '18 at 21:13





            I specifically said the version in the title.

            – Karel Bílek
            Jun 4 '18 at 21:13













            0














            You can also try this one. You'll see some Network Manager state changes with this one.



            sudo journalctl -fu NetworkManager



            e.g., Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] keyfile: add connection in-memory (xxx,"tun0")



            Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')



            Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): Activation: starting connection 'tun0' (xxx)






            share|improve this answer








            New contributor




            dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              You can also try this one. You'll see some Network Manager state changes with this one.



              sudo journalctl -fu NetworkManager



              e.g., Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] keyfile: add connection in-memory (xxx,"tun0")



              Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')



              Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): Activation: starting connection 'tun0' (xxx)






              share|improve this answer








              New contributor




              dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                You can also try this one. You'll see some Network Manager state changes with this one.



                sudo journalctl -fu NetworkManager



                e.g., Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] keyfile: add connection in-memory (xxx,"tun0")



                Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')



                Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): Activation: starting connection 'tun0' (xxx)






                share|improve this answer








                New contributor




                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                You can also try this one. You'll see some Network Manager state changes with this one.



                sudo journalctl -fu NetworkManager



                e.g., Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] keyfile: add connection in-memory (xxx,"tun0")



                Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')



                Mar 15 09:06:37 macbookair NetworkManager[1098]: [xxx] device (tun0): Activation: starting connection 'tun0' (xxx)







                share|improve this answer








                New contributor




                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 15 mins ago









                dejavuguidesdejavuguides

                1




                1




                New contributor




                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                dejavuguides is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    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%2f885383%2fwhere-are-network-manager-logs-16-04%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

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...