Results 1 to 6 of 6

Thread: Where is NetworkManager log

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Beans
    4

    Where is NetworkManager log

    Can anyone tell me where is NetworkManager log file?
    (I haven't found it in /var/log/ directory.)

    Thanks a lot!

  2. #2
    Join Date
    Jun 2008
    Beans
    4

    Smile Re: Where is NetworkManager log

    Sorry, I've found it just now, it's daemon.log.

  3. #3
    Join Date
    Mar 2005
    Beans
    39

    Re: Where is NetworkManager log

    daemon.log also has a lot of other information... is there a way to get just network-manager logs?

  4. #4
    Join Date
    Dec 2009
    Beans
    5

    Re: Where is NetworkManager log

    you can do something like cat /var/log/daemon.log | grep NetworkManager,

    hth

  5. #5
    Join Date
    Sep 2007
    Beans
    47

    Re: Where is NetworkManager log

    great daemon.log does not exist anymore. (i am trying to found why I can't connect to a mobile broadband connection.)

    you know when you search for linux knowledge on the web and you get results but they don't work. why this pain.

  6. #6
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Where is NetworkManager log

    Hi

    Quote Originally Posted by another_sam View Post
    great daemon.log does not exist anymore. (i am trying to found why I can't connect to a mobile broadband connection.)

    you know when you search for linux knowledge on the web and you get results but they don't work. why this pain.
    This is an old, old thread. You *really* should start a new thread.

    I expect this thread to be closed very soon

    In the meantime, take a look in /var/log/syslog

    Code:
    grep -i networkmanager /var/log/syslog
    Code:
    matthew@matthew-Aspire-7540:~$ grep -i networkmanager /var/log/syslog | tail -n2
    Dec  4 15:23:20 matthew-Aspire-7540 NetworkManager[1126]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.
    Dec  4 15:23:20 matthew-Aspire-7540 NetworkManager[1126]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) complete.
    matthew@matthew-Aspire-7540:~$
    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •