Console app "All Messages" goes silent

On my iMac G5 running 10.5.3, the "All Messages" display of the Console application has gone blank. Or rather, it doesn't show history, only messages from the moment I start the app. I can find messages in several of the contributing logs, such as system.log (using the app), but "All Messages" only shows messages logged while the app is up.
Is this the new "how it's supposed to work"? Is there some setting that makes it do this that I can unset?

It might be that your asl.db database is corrupt. That's a database used by the ASL framework, which is Apple's logging infrastructure and includes things like syslogd.
That database is located in /var/log, so you could try to delete it and have the system recreate it. Here are some command line steps that would do that:
1. sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
2. sudo rm -f /var/log/asl.db
3. sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist
4. Restart your computer
The first command stops syslogd, which is one of the main processes responsible for logging. The second command removes the (possibly) corrupt database. The third command restarts syslogd. Step #4 might not be strictly necessary for things to start working again in your Console app, but upon boot up, your system will recreate the asl.db database.
Please note: always be careful when removing files from system directories, and take what you read in these discussion boards with a grain of salt. If you don't feel comfortable in the Terminal, for example, it's better to ask for alternate solutions than to perform tasks that you are not accustomed to.

Similar Messages

  • Console.app "All messages" view is empty

    When I open the Console.app on my new MacBook Air, the "All messages" view is empty. I've tried deleting logs and fixing permissions, but to no avail. Any tips?

    Yes, you've found one: it happens to me too. Got a new MacBook Pro today, transferred everything via Time Machine, and now I have a few things that don't work, but the Console is completely blank.
    I'm guessing the "all" query tries to access some file I have no rights for. That could very well be, since I don't log in as admin. And sure, when I do log in as admin, I can see the logs. They're quite full, actually.

  • Console.app - All Messages contains only one day

    Hi everyone,
    My problem is the following: When I start Console.app the range of Messages displayed is: 2013-03-13 14:29:10 to 2013-03-13 22:24:07. So there are 4000 Entries from last month from exactly one day. All other logs are working perfectly the way they schuld but this one seems to be messed up.
    What can I do to fix this?

    Did some more "research": I just ran "syslog" in terminal.
    This is the last message:
    Mar 19 22:24:03 Martins-MacBook-Pro.local iTunes[471] <Notice>: 2013-03-19 10:24:03.917460 PM [AVSystemController] Stopping AirPlay
    So it looks like syslog is causing the problem because Cosole.app is taking it's data from there....

  • Console logs - All Messages v Console Messages

    Hi,
    In Utilities/Console, what is the difference between the Console Messages log and the All Messages log?
    Thanks,
    b.

    My understanding is that Console Log is really showing you the current System log from /private/var/log. The All Messages log would also show you things from the Kernel log, crash logs, and any other separate logs that your apps/user may create.

  • Console app: not logging "all messages" or "console messages".  HELP

    I had a system freeze. After forced shutdown, repairing permissions, repairing disk, cleaning caches etc.
    All running BUT:
    In the console app under "LOG DATABASE QUERIES" the entries all messages and console message are no longer showing entries!!!
    The last ones are up until the crash.
    I don't know what else to do.
    HELP

    you can follow the instructions given on MacFixit:
    http://www.macfixit.com/article.php?story=20090122213555897
    just deleting the asl files within the /var/log/asl directory may be enough to fix the problem; the asl manager will be forced to reinitialize the logs writing that appear in the log database database queries on the console.

  • How do console apps run in "silent" mode?

    i have developed an app that is supposed to run all the time - does such an app qualify to be called a service? This is a console app (no GUI) - it actually takes the place of a middleware system.
    Gimbal2: thanks for recommending the Java Service Wrapper - my application is actually quite simple and im not sure if want to add the kind of complexity that comes with the wrapper.
    What i would like to know is how i can have my application run in the background ("silent") - this is what i mean ->
    when i start my service (on the console) it should first output initialising progress... and once it has started and running i would like the app to run in the background, AND RETURN BACK THE COMMAND PROMPT to the terminal - so another command may be run to stop the application or even exit that terminal. (by the way, is that what is called a "faceless" app?)
    Many unix applications have been designed to run like this, i would like similar behaviour of my app.
    Thanks.

    yes i actually need the program to run even when the user who started it logs out - so yes it should be a service.
    DrClap: this service will be deployed on HP unix machines as well as some SOLARIS, and as for now, im still experimenting the program -and thats in Windows!!
    so is javaw the only way to run this service in the background and in 'silent' mode?
    Faz.

  • Console stops showing new All Messages

    On 1/28 I noticed that the All Messages report from the Console utility was not reporting any messages newer than roughly 11:30 PM on 1/27.
    Logging in to my Admin account and viewing the "system.log" file (in Console) showed that messages were still being sent to that log. The last message reported by All Messages was a system sleep message at around 11:30 PM on 1/27. The first messages not shown by All Messages (but actually present in the system.log file) were at the system wake event around 1:30 AM on 1/28, during which the syslogd process crashed with a bus error. The rest of the system log filed showed all the expected messages up to the present and no unexpected messages. I have no history of prior crashes of syslogd.
    Booting in Safe Mode, resetting PRAM, verifying the disk, and repairing disk permissions all had no effect. Messages were still going to system.log (viewable only by an admin Account) but were not reported in the All Messages display in Console (even for an Admin account).
    At midnight on 1/29 the system rolled over the system.log to a new file and, automagically, new messages once again appeared in the All Messages report. There were no other messages in system.log indicating any other recovery action happening except for the log rolling over.
    The Console reports are now working fine again, but I've lost a day in the All Messages report.
    Since things are working again for me, this is not really a question. Take it as a point of information for anyone else experiencing a similar problem.
    Possibly related to this, I've noticed that since the 10.5.6 update the Console All Messages report periodically displays the last message multiple times. These repeats have the same time stamp so they are not actually new messages, and if you click the Reload button on the Console window all the duplicates vanish leaving only the correct, original messages.
    --Bob

    Thanks for that.
    I did not spot any messages in system.log related to aslmanager. I should also point out that I have NOT experienced the problem reported by some others where aslmanager runs wild and chews up a lot of CPU time.
    In fact while puzzling over this for the past day I watched Activity Monitor closely and never once saw aslmanager appear despite multiple reboots.
    I did look in the daily asl log files and found the file for 1/28 was empty.
    Again, all of this is just points of info for others who might be dealing with a similar problem.
    --Bob

  • Mail app keeps re-caching all messages when it starts

    Hello
    In past 10 days i have a very big problem which gives me headaches already. The problem is ( i did not change anything!) mail.app keeps re-caching all messages and attachments everytime i start the app. I have over 40.000+ mails so you do the math about how my bandwith eaten by the app. As i said i did not change anything. Anyway after searching dozens of forums and suggestions i did these steps:
    - removed MessageUidsAlreadyDownloaded3 files. No fix alsa mail.app won't create new ones since then
    - removed whole cache, files, folders and accounts and re add them. No fix
    - Clean install of mavericks. No fix
    - Tried other apps like airmail, sparrow. Kinda no fix because airmail wont download whole messages only 1 month period even i choose to have all messages. Sparrow keeps giving error of unable to locate folders on the server. Only my windows thunderbird client works like a charm, there is no any issue at all but i hate windows.
    - some terminal commands before clean install which i really dont remember due to high number of commands. By the way i am using IMAP settings
    I really need a help here. I am talking about huge number of mails which are very important for me.
    Thank you

    Please read this whole thread:
    Mail keeps downloading everything over and over.

  • Tried to sync my 5c on itunes but my daughter was logged in and now all her contacts, apps, and messages etc are on my phone. I was in the process of trying to run a backup because there was not enough memory for my phone to perform it. Help!!

    I was in the process of syncing my iphone 5c and then wanting to do a backup through iTunes because my phone did not have enough memory to backup. When I connected the phone to my computer and pulled up Itunes I thought I was logged into Itunes (my name was showing) but apparently my daughter had used and logged into itunes. Needless to say it started to sync and now my phone has all of her contacts, messages, apps etc. I followed what had been previously posted :
    This solved my question by Malignance on Feb 23, 2013 11:27 AM
    You should use separate Apple ID's for iCloud, iMessage and FaceTime. These services are separate from iTunes.
    Create a new Apple ID > https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/ -- Note: You need a verified email address
    On one of the devices go:
    Settings > iCloud > (Scroll Down) Delete Account > Sign in with the new Apple ID -- Note: This only affects the device
    Settings > Messages > Send and Received > Apple ID > Sign Out > Sign in with the new Apple ID
    Settings > FaceTime > Apple ID > Sign Out > Sign in with the new Apple ID
    This will separate your iCloud content (i.e. Contacts, Notes, Reminders etc.), Messages and FaceTime.
    You both can continue to use the same Apple ID for iTunes and share purchased Apps, Music and Movies
    See the answer in context
    But I still have all her info on my phone. Is there any other way I can fix this or do I need to physically delete each contact, app, and message from my phone (and I still have not run a backup). Thanks for any help you can give me.

    If her data was not backed up or synced to something, it's gone. Sorry.

  • I got my i phone4s few days back and i created an apple id with a credit card and when i go to the appstore to purchase apps,all have and message stating that "this app is no longer availabe"..how do i fix this issue?im from singapore by the way

    i got my i phone4s few days back and i created an apple id with a credit card and when i go to the appstore to purchase apps,all have and message stating that "this app is no longer available"..how do i fix this issue?im from singapore by the way

    If it is longer available then you can't get the app on your phone.

  • Mail.app - Delete all messages in mailboxes

    I have a POP account whose mailboxes show up under ON MY MAC in Mail.app. Say, I have the following mailbox and its submailboxes:
    Mailbox1
      submailbox1 (containing 50 messages)
      submailbox2 (containing 20 messages)
      submailbox100 (containing 34 messages)
    It is tedious, to say the least, to go into each of the 100 submailboxes, select all messages, and delete them. Is there a way (e.g., Terminal command) to delete all messages in these submailboxes at once?

    Brett,
    I'm assuming you're running Exchange on-box with Unity as voice mail only solution? You can still get to OWA from the Unity server. Or, if Exchange is off-box, you can still get to OWA from on the Exchange server.
    Just type in localhost/exchange this should bring up the OWA interface for you.
    Brad

  • Setting up new iphone from a back up and it's trying to sync all apps, this is going over memory capacity.  it's also not bring over any of the music that i had on my old phone, any help greatly appreciated. thanks

    hi,
    i'm setting up new iphone from a back up and it's trying to sync all apps, this is going over memory capacity.  it's also not bring over any of the music that i had on my old phone, any help greatly appreciated. thanks

    Geesh - all this information and no  one has any clue to this? Not even someone from Apple?
    Can someone at least point me in the right direction?

  • 1300 ITUNES - CONSOLE - ALL MESSAGES LOG

    1/4/15 5:26:16.605 PM storedownloadd[311]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fefa191b070> connection from pid 1753 with interface <DownloadServiceInterface: 0x7fefa1c22b20> (PID 1753)
    HOW TO FIX?
    Only visiting the iTunes Store, doing nothing else, a thousand or more Console All Messages Log becoming the Top Sender.  ??
    Mid 2011 iMac
    (I have a relative that has identically configured mid '11 iMac this doesn't occur on.  ??

    V.K. wrote:
    josh, check out this [link|http://forums.macrumors.com/showthread.php?t=400765].
    Very nice!
    Awesome advice as usual (or awesome googling ).

  • TS1717 What does mzcommerce.credit balance mean? I can`t buy anything on the app store because I get this message?   Read more: What does mzcommerce.credit balance error mean on itouch? - Getting this message while trying to download apps all of the sudde

    What does mzcommerce.credit balance mean? I can`t buy anything on the app store because I get this message?
    Read more: What does mzcommerce.credit balance error mean on itouch? - Getting this message while trying to download apps all of the sudden :

    i just received the same error.. checked everything in my account and cant find anything wrong.. i have also been getting some weird imap.gmail server not found i looked through all the boards and nothing is working.. i just recently upgraded to ios 5 and thats when the issues started

  • IPhone Mail App not showing all messages

    I have set my iphone mail settings to show 500 recent messages, but it only shows 10 messages - how do i get past this problem?

    What Kind of email account is it.
    If the account is Gmail or Yahoo, those are IMAP accounts which all messages can be retrieved from the server over and over again if you remove the account and re-add it.
    Now if you are using like a SBC-Global, ATT.net, Bellsouth, Anything that is a POP3 Account it will only download new message and not past ones.

Maybe you are looking for

  • IMovie crashes when I try to open it

    When I open iMovie, the icon bouces in the dock for a few seconds, and then it crashes. Any ideas? Here's the log it generates - Process:         iMovie [2905] Path:            /Applications/iMovie.app/Contents/MacOS/iMovie Identifier:      com.apple

  • Creative Zen Xtra USB Driv

    I need USB drivers for this player. Can somebody help me?

  • Modified plugin, but change doesn't seem to be reflected

    Hi, I have a simple plugin. It shows the filesystems (name, used, avail, ..) on a host. It was working fine. Today I added the mount point column to the filesystem metric, redeployed it, but it is not reflecting the change?! Also, the configuration d

  • Resolve self-reference table by alias tables in detail

    Hello Gurus,         can you tell me how to resolve self-reference table by alias tables in detail? Many thanks.

  • SAML Implementation for External third party portal

    Hi Experts I am trying to configure external third party portal to SAP Portal using SAML. Has anyone done that before? I would appreciate if someone can provide details of this kind of implementation as Idendity provider and destination is on their s