Find the answer to your Linux question:
Results 1 to 2 of 2
Hi folks, Ubuntu 1010 desktop 64 bit running on VM of VBox On login as user a warning popup and disappeared promptly. I was not able to read it. On; ...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    Which log file shall I check?

    Hi folks,

    Ubuntu 1010 desktop 64 bit running on VM of VBox

    On login as user a warning popup and disappeared promptly. I was not able to read it.

    On;

    $ ls /var/log/
    Code:
    alternatives.log  dmesg.2.gz      messages.1
    apparmor          dmesg.3.gz      messages.2.gz
    apt               dmesg.4.gz      news
    aptitude          dpkg.log        pm-powersave.log
    auth.log          faillog         pycentral.log
    auth.log.1        fontconfig.log  samba
    auth.log.2.gz     fsck            speech-dispatcher
    boot              gdm             syslog
    boot.log          installer       syslog.1
    bootstrap.log     jockey.log      syslog.2.gz
    btmp              jockey.log.1    udev
    ConsoleKit        kern.log        ufw.log
    cups              kern.log.1      unattended-upgrades
    daemon.log        kern.log.2.gz   user.log
    daemon.log.1      lastlog         user.log.1
    daemon.log.2.gz   lpr.log         user.log.2.gz
    debug             lpr.log.1       vboxadd-install.log
    debug.1           lpr.log.2.gz    vboxadd-install-x11.log
    debug.2.gz        mail.err        VBoxGuestAdditions.log
    dist-upgrade      mail.info       VBoxGuestAdditions-uninstall.log
    dmesg             mail.log        wtmp
    dmesg.0           mail.warn       Xorg.0.log
    dmesg.1.gz        messages        Xorg.0.log.old
    Please advise on which log file I can find that warning? TIA

    B.R.
    satimis

  2. #2
    Linux User ptkobe's Avatar
    Join Date
    Feb 2008
    Location
    Torres Vedras, PT
    Posts
    274
    Hi, satimis
    Apart from the VBox logs, you should, as you may know, try something like
    $ tail -200 /var/log/syslog | less
    or
    $ tail -200 /var/log/auth.log | less
    or
    $ tail /var/log/Xorg.0.log | less
    or
    $ dmesg | less

    Of course, on a VM, you may have to check both the client and host logs to get info on some problems.

    I can't help you being specific about VBox (I don't know/use it)

    But can you say if the VM boot and stays running even if you are not able to log? or it crash/exit? It may help to identify the problem.
    There may be some VBox tools to help you debug the problem. Or a VM text console, or a remote log with terminal,...

    I'm pretty sure this will not help you much, but, just in case...
    Regards
    Luis
    Last edited by ptkobe; 12-13-2010 at 04:32 AM.

Posting Permissions

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