[Solved?] No adapter status changes, or battery readings, in DEs

Update: by some magic, probably a relevant package upgrade, it began to work as it should as of my last login.
I have a Thinkpad R60. Battery meters for XFCE, KDE, and Gnome show the battery at 100%, with the AC adapter plugged in, regardless of whether it is plugged in or not, and even when the computer is beeping and blinking to warn that the battery is nearly exhausted.
cat /sys/class/power_supply/AC/online
returns the correct status for the AC adapter.
Last edited by Pancake_Palace (2012-07-31 06:55:29)

No, I mean that if I unplug the AC adappter from the computer, the computer itself, independently of the OS, acts like it should, beeping and dimming, and then much later, warning that the battery is getting too low. The battery meter applets, however, never notice that it has been unplugged, nor do they update the charge status. As far as they are concerned, it it is still plugged in, with a full battery.
Being able to get the changed value from cat /sys/class/power_supply/AC/online, clearly, the event is being seen by the OS, but not by whatever the DE meters use, which also seems to make AC/batt settings made in them ineffective.
Also, I now have seen that if I boot up with a discharged battery, they will state the charge and time needed to complete charging. If I start up with no AC adapter plugged in, I get the expexted opposite behavior from in the OP: thye think it is running on battery, even after being plugged in.

Similar Messages

  • When an iPod is changing, Is its power supplied by the adapter or by the battery?

    When an iPod is changing, Is its power supplied by the adapter or by the battery?

    The power is always supplied by the battery, just the charger supplies power to the battery faster than the ipod uses it. 

  • CRM Middleware Monitoring: Adapter Status Information. Waiting Objects

    Hello
    I am having a problem sending messages of type RSREQUST from CRM to BW
    I have been seeing in the SMWP transaction that we have waiting objects in Request Status of Adapter Status Information.
    I dont know how I can start it or solve this error
    Thanks in advanced
    Best regards

    Hi,
    It seems that the maximum number of parallel processing threads(usually 5) have been set in ur system which is why the objects are in status WAIT. Status WAIT is not an error. To correct, would you check the transaction R3Ar3 for all requests tht are in running status. If you have 5 requests here, abort one or two out of them. Then go to SMQ2 and select the queue tht is in status WAIT. Unlock the queue immediately. It should change to status "READY" and should flow across to BW.
    Reward points if it helps !!
    Rgds
    Priyanka Bansal

  • [SOLVED]Custom DSDT not loading - OEM battery doesn't work - Sony Vaio

    EDITING ORIGINAL POST TO POST SOLUTION so I don't do a massive bump
    Installed windows and ran the BIOS flasher that came with the battery. Didn't work until I changed a line in the plaintext configuration file (config.ini or something) it comes with. Changed "Capacity: 20" to "Capacity: -10". This changed the battery charge requirement from 20% to negative ten percent (any negative number will do), allowing the program to run and flash the BIOS. Didn't realize I could do that, but it fixed  the problem 100%.
    #### BEGIN ORIGINAL POST: ################################
    Hey guys,
    I'm a bit of a linux noob, but I've spent many hours this week trying to fix this issue on my own and have learned a lot about making custom kernels, hardware stuff, ACPI, and ABS. However, nothing I've done has worked and I've hit a wall. For reference, I'm on a Sony Vaio VGN-FZ4000 with linux-3.0 base kernel, gnome3/gdm. The battery is made in china and doesn't list a manufacturer, just model number BPS8, 52000mAh.
    [Backstory]
    So I recently got an OEM battery to replace the broken original, which hasn't worked since before I installed arch (though it worked with an Arch install I did a couple years ago). When I first plugged it in, the gnome battery symbol popped up listing the battery at 0% with an exclamation icon. I unplugged from AC power and the laptop still ran, but the battery monitor just said it was at 0% and 'Estimating' remaining time. I figured this was a glitch with gnome or just because it was this battery's first cycle so I let it run down until it hard-crashed. Then I plugged back into AC and tried to turn on the computer, but it wouldn't do anything until I removed the battery.
    Looking into the problem I discovered this was due to the ACPI firmware table DSDT being compiled for Windows, which has, shall we say, fewer restrictions on sanity than the Intel ASL compiler used for UNIX systems. Sure enough I extracted /sys/firmware/acpi/tables/DSDT to find that its section about the battery contained the entry 'Zero' for Battery Technology, which translates to "non-rechargeable", rather than 'One', which makes it chargeable. acpitool confirmed this; my system thought the battery was non-rechargeable and was constantly discharging it. Needless to say I've only been putting it in temporarily to test solutions since.
    [/backstory]
    [tl;dr] DSDT firmware contains malformed battery description, now I can't get my system to run with a custom DSDT. [/tl;dr]
    Attempted solutions:
    [1]
    Extract, modify, recompile DSDT and include it with the kernel compilation .config options
    CONIFG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/custom_dsdt.hex
    CONIFG_STANDALONE=n
    as suggested here, a page linked to by the arch wiki page on DSDT.
    I followed the instructions but no matter what this has generated errors during the kernel compilation, sometimes due to every line containing unexpected \231 (or other numbers) characters, sometimes finding some error in the DSDT file and then claiming that the driver it was compiling (ol.c somewhere in the drivers/acpi section I believe) had references to undefined functions all over the place. I CANNOT compile with a custom DSDT specified.
    [2]
    Place recompiled DSDT in /lib/initcpio/custom.dsdt and add 'dsdt' to the HOOKS in mkinitcpio (and rebuild the initramfs-linux-*.img, of course). Another version of this included recompiling the kernel with CONFIG_STANDALONE disabled.
    In neither of these situations has the running DSDT ever been anything but the BIOS-supplied one and not once has the battery shown any different behavior.
    acpitool and $ cat /proc/acpi/battery/BAT0/info have consistently claimed the information specified in the BIOS-supplied DSDT; the battery is non-rechargeable and is discharging at an unknown rate. Sometimes acpi will even report that the battery has zero capacity.
    The arch wiki does say mkinitcpio doesn't support the dsdt hook as of 2.6.30, but [1] didn't work either and mkinitcpio -H dsdt still told me to try this so I did.
    [3]
    The final solution I have tried has been to do [2] but to recompile the kernel with the legacy support for battery and ac adapter stuff disabled. I tried this because it was suggested in the kernel.log;
    Sep  13 11:51:03 localhost kernel: [   11.740059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    Sep  13 11:51:03 localhost kernel: [   11.753434] ACPI: AC Adapter [ADP1] (on-line)
    The corresponding line now reads
    ACPI: AC Adapter [ADP1] (on-line)
    (The same goes for the battery BAT0)
    but all this does is remove the battery/ and adp1/ folders from /proc/acpi/ and break acpitool functionality. The log still doesn't mention the dsdt hook, either.
    [4]
    The old way to do this was to use the acpi-dsdt-initrd-patch-* patch, but that hasn't been updated for modern kernels, presumably because of the new "functionality" from mkiniticpio. The current kernel .config doesn't include any options for ACPI initrd/initramfs support or reading a DSDT from initramfs, which is the functionality provided by this patch.
    This covers all the methods I've been able to find on the internet and I'm at a loss for what to do. Am I doing something wrong in [1]? Under what conditions will the compiler fail/succeed with a CONFIG_ACPI_CUSTOM_DSDT_FILE?
    When I recompile I fix the 'Zero' definition and a couple compiler errors and warnings. The errors come from section length definitions, which read as 0x00000000 rather than the appropriate max-min value so I fix those, and the warnings come from _T_* methods belonging to the compiler, so I refactor the code to remove the initial underscores. The last warning comes from an isolated And statement that's within brackets (compiler complains it doesn't do anything), but if I remove that the compiler fails hard.
    Thanks to anyone who's read this far.  Please let me know if you have any ideas how to get my system to use a customized DSDT.
    Last edited by paraffin (2011-09-29 23:20:30)

    Thanks for the offer, Radioactive man However, I'm actually compiling a customized kernel with the linux-ck and -sony patches, so your packages won't help. (The custom kernel works fine and I've tested this battery behavior on the the regular, -ck, and -sony kernels as well)
    Anyway, so I tried another compile with
    CONFIG_PREVENT_FIRMWARE_BUILD=n in addition to the options listed in [1] and that time it compiled.
    Unfortunately it still didn't load the DSDT!
    I did catch a quick little error message that turned up in kernel.log though;
    /var/log/kernel.log:Sep 15 11:50:24 localhost kernel: [    0.925780] acerhdf: unknown (unsupported) BIOS version Sony Corporation/VGN-FZ4000E/R2110J7, please report, aborting!
    acerhdf is a fan controller module for the Aspire One, and perhaps I left that in the kernel config and it's preventing the custom DSDT from loading, even though the acerhdf module never gets loaded itself, nor is it in my rc.conf or anything else... If that was the cause of all this, I'm gonna be angry...
    Anyway, this message does not appear with my latest kernel build because I took off the custom DSDT option, hoping to be able to use ACPI_CUSTOM_METHOD=y, which supposedly allows one to inject a custom AML method into a debug fs. It wouldn't have worked anyway, as it doesn't let you modify Device sections, but even with a dummy method insertion it didn't give my root modification privileges as it was supposed to...
    Will try recompiling AGAIN with this CONFIG_ACERHDF=n (it's simply 'not set' in my current .config), while also enabling the custom kernel etc. If this doesn't work I have no idea what I'll do.
    Anyway, thanks for your help and time:

  • Doesn't recognize the power adapter. Have replaced battery and PRAM.

    Howdy,
    I'm having a devil of a time with my Powerbook. It won't recognize a power adapter.
    It won't charge my battery.
    Won't run when plugged into the power adapter.
    The only way it works is for me to charge my battery in my girlfriend's Powerbook and then sprint through any work I try to get done.
    I've replaced the PRAM with twice. (one i bought and the other I took from my girlfriend's which I 100% know to work) It didn't make a difference.
    Below is the info from the system profiler "System Power Settings"
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 10
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 10
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Wake On Modem Ring: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 5
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 1
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On Modem Ring: No
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 3734
    Remaining Capacity (mAh): 3374
    Amperage (mA): -1231
    Voltage (mV): 11770
    Cycle Count: 235
    AC Charger Information:
    AC Charger (Watts): 0
    Connected: No
    Charging: No
    Hardware Configuration:
    Clamshell Closed: No
    UPS Installed: No
    If anyone has any suggestions I'll love them forever.
    My sanity is going on this.

    Welcome to the Apple discussions.
    There's only 4 components in the charging circuit: power adapter, DC-in card, battery, and logic board. Do you know for a fact that your power adapter is working? If yes, then not running on the power adapter says either the DC-in card is bad (the card that has the jacks on the left side of the computer) or it's a logic board issue. Is the female jack where you plug the power adapter in visibly damaged, loose, or the case around the socket damaged? If the socket is wiggly loose, likely a new DC-in card is in order. Does the power adapter light up at all when you plug it in?
    We had a similar, but not exact, situation recently on one of our Powerbooks, and ended up taking it to the Apple store, where they sent it to the Apple depot for repair. They replaced the logic board and put a new battery in. The Depot service returns the machine with anything needing repair, repaired. If everything is in good physical order, ie the case isn't damaged, it costs around $325, which is less than getting a new logic board put in at the store. If the case is damaged, a trip to the Apple depot costs more. A new DC-in card card + installation by Apple runs around $130, give or take. Used DC-in cards run around $75-$95 if you want to install it yourself.

  • I just recently bought my macbook pro 13 inch with still a 1 year battery warranty. When I don't even use my laptop, it drains my battery 30%. Would apple change my battery for free if i have a 1 year warranty on it?

    Do you think i should go to an Apple store to change my battery or go to the store where i bought it?

    Your battery would slowly drain during any period of disuse even if it were removed from the computer and nothing were connected to it at all. A fundamental property of every battery is that whenever it isn't being charged, it's draining. If your compputer is shut down entirely, expect the battery to lose 0.5-1% per 24 hours without AC power connected. When it's sleeping, it will lose closer to 1% per hour. In either situation, leaving the AC adapter plugged in will prevent the battery from draining more than 5-7% in total before it starts to charge back up again.

  • Deleting old messages problem (adapter status 001)

    Hi,
    I am trying to delete old messages, and some of them are staying in system. Here is the result of 'RSXMB_SHOW_STATUS' report:
    Message Status
    Message Status:      003 Number:             85.274
    Adapter Status of Messages with Message Status:              003
    Adapter Status:      000 Number:              4.040
    Adapter Status:      001 Number:             74.290
    Adapter Status:      002 Number:                  0
    Adapter Status:      003 Number:                  0
    Adapter Status:      004 Number:                  0
    Adapter Status:      005 Number:                  0
    Adapter Status:      006 Number:              4.806
    Adapter Status:      007 Number:              2.122
    Adapter Status:      008 Number:                  6
    Adapter Status:      009 Number:                  0
    Adapter Status:      010 Number:                  0
    Adapter Status >     010 Number:                  0
    So, there is 74.290 messages whith 001 status in adapter. Archieve and delete jobs don't want to delete them, and status isn't going to change. Refreshing adapter status did help with most of messages but 74.290 is what still there after refresh. Any ideas how to bring them to final state or may be its possible delete them in this state?

    Hi,
        Above  Messages are related to your IDoc and BPM related interfaces...
    so you need to schedule a report which does the deletion of the same...
    Check the reports scheduled are running or not...
    I dont remeber the reports which does the job of changing the status...
    HTH
    Rajesh

  • Email notification in Charm with several status changes

    Hello,
    according to OSS 1275036 I tried to implement email notification in my Charm-process using BADI  AGS_SDK_SCHED_ST_CHD in my schedule condition. If a new partner is responible in Charm-process, this partner should be notified by email. The email should be send if user status is changing.
    It still works for my change request (notification of change manager) and the first step of my change document (notification of developer). But for all following steps (e.g. notification of tester) no action for email-notification is found in my change document.
    In my actions I only use schedule conditions (according to OSS) and no start condition. To use the BADI for several user status, I maintained my user status in field value instead of inital value.
    Does anybody know, how to use this BADI for several status changes in my change document?
    Thanks,
    Laura

    Hello together,
    I solved my problem by using CRM Standardcustomizing. Forgot SAP note 1275036 and 865619. They are all bad and not sufficient for a complex Charm scenario.
    I only used note 1275036 for the first mail in my change document (email to developer). For all following mail notifcations I'm using actions based on workflow conditions instead of BADI.
    Just using normal CRM-Customizing and create one schedule and start condition for every used action.
    E.g. send mail to tester:
    schedule condition:
      &Servicevorgang CRM.Anwenderstatus&  [*] E0002+DHFHEAD 
      and    &Servicevorgang CRM.ErrorFreeFlag&  = X 
    start condition:
    &Servicevorgang CRM.Anwenderstatus&  [*] E0004+DHFHEAD 
      and    &Servicevorgang CRM.ErrorFreeFlag&  = X 
    This works perfect, because you won't get several mails for one status if you save your document more than one time, which is a problem with note 865619.
    Regards,
    Laura Mathes

  • Inbound delivery status change

    Hi,
    i have a situation where in the inbound ASN status changes from C to B,after a return delivery is done  in MIGO (mvt type 122)against the goods receipts.
    is there any way to prevent the inbound deliveries from opening up?
    we are using ECC 6.0.
    Any assistance will be highly appreciated

    Hi Ram,
    I have came accross this sitation as well.
    Previously, MIGO won't update the deliveries statuses. That way
    we did not have that tricky situation. However, in ECC6, it is possible to post
    partial GR via MIGO and delivery is updated also. It cannot get
    solved via customization, you may consider in case you really to check
    the possibility via your own code implementation.
    Best Regards,
    Christian Rosa

  • CR correction document status changes back to created

    Hi Experts!
    Does anyone of you know why in ChaRM CR Correction document the status of the document (controlled with Actions) switches back to "created" from status "In development". This switch happened to me several times when handling a normal correction and I don't know why it does that.
    Usually I have done Action related task to the correction prior the status is swithced.
    I've tried to look for a solution in the forum and in help docs but I haven't come accross any. Please don't get me wrong, I do get the full maintenance cycle working for normal corrections. This status change is more of an annoyance than an error.
    We are using SolMan 4.0 SP09
    Thankful for all hints I can get!
    BR
    Auli

    I found a previous discussion from this forum with Avinash's advice to use note 919477. This is exactly what I was looking for.
    I'm recording it here just in case anyone ever needs to solve this in the future.
    BR
    Auli

  • Adapter status -inactive

    Hi
           In file adapter i changed Server Details, after that i saved it and activated,
           in configuration it showing status as active, but in RWB in adapter monitoring
    it showing status as inactive(gray colour), pls tell me, how can i change it into green colour?

    Surya,
    In which SP u are currently working in. Coz if u are in SP18 and above(I believe) there is option in RWB communication channel monitoring instead of adapter monitoring. If you have comm.channel monitoring option then there is option of making particular comm.channel active and inactive over there. Kindly make it active over there.
    Hope it helps.
    Best regards,
    raj.

  • My status change to pass from fail after 40 days. Microsoft Exam 74-409 Score

    Microsoft update 74-409 exam.
    My status change to pass from fail after 40 days..
    Recived below email. is this possible ?
    Dear Valued Customer,
    You recently took Microsoft Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center. After close evaluation of the exam, we have made some revisions that resulted in a change to your exam results. We are pleased to inform you that your
    status has been changed to ‘PASS’. This update will be reflected in your official transcript within two weeks. A new score report will be mailed to you within two weeks.
    Thank you for taking this exam and for your support of our program.

    Yes its possible, but its also possible that its a scam trying to entice you to provide information that could be used for identity theft.  I would wait a couple weeks and then check your transcript on the MCP site.  If the exam shows then it was
    for real.  If it doesn't then it was probably a fake message.
    The reason it might be for real could be that someone challenged the clarity of one of the questions in their comments and Microsoft decided after looking into it that some question was misleading.  This might have lead them to accept more than one
    answer or to throw the question out.  That could have modified your score in some way and promoted you above the Pass line.  It is possible, but not likely.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Server Monitor Notifications - Drive Status Changed - Time Machine

    I'm using an Xserve as a file server for a small workgroup . It has a Raid 1 set which is being backed up via Time Machine to an attached disk array.
    Whenever Time Machine runs (every hour), I get two notifications from Server Monitor that the drive status has changed:
    *Reason(s) for notification:*
    *Drive status changed*
    The timestamps on the notifications coincide with these messages in system.log
    Feb 2 11:28:05 ciesaxserve2 Server Monitor[854]: * _NSSocket.m:243 read() failed; socket=0x197060 error=(NSPOSIXErrorDomain,61)
    Feb 2 11:28:05 ciesaxserve2 Server Monitor[854]: * _NSSocket.m:243 write() failed; socket=0x197060 error=(NSPOSIXErrorDomain,61)
    Feb 2 11:28:05 ciesaxserve2 Server Monitor[854]: * _NSSocket.m:243 read() failed; socket=0x2090e90 error=(NSPOSIXErrorDomain,61)
    Feb 2 11:28:05 ciesaxserve2 Server Monitor[854]: * _NSSocket.m:243 write() failed; socket=0x2090e90 error=(NSPOSIXErrorDomain,61)
    and:
    Feb 2 11:28:55 ciesaxserve2 servermgrd[78]: servermgr_backup: TimeMachinePostBackupHook called.
    Feb 2 11:28:55 ciesaxserve2 servermgrd[78]: servermgr_backup: TimeMachinePostBackupHook done.
    The notifications simply report that all is normal, and the number of available drives goes from 6, to 7, back to 6. Something to do with making the backup volume available, I presume.
    I would like to disable these specific messages. I realize I can disable all messages from server monitor regarding disk statuses, but then I would be turning off messages about failures and actual problems.
    Is there a config I can edit which will only alert me to actual problems? I'd like to stop getting 48 emails each day; reduce the noise and increase the signal.

    I know this post is old but this has recently cropped up for me. I have been backing up with Time Machine for months without a single alert. It started happening after I replaced the failed battery on my RAID card. A coincidence...however the prolonged down time surely caused an SMC (and perhaps PRAM) reset which I assume triggered the change in behavior.
    I've pinned it down to Time Machine backing up service settings, in particular the Open Directory archive. Time Machine backs up all the service data independently from the rest of the data on your server startup volume.
    http://support.apple.com/kb/ht5139
    You can see this data in Terminal.
    serveradmin$ cd /Volumes/[YourBackupVolume]/Backups.backupdb/[YourServerName]/Latest/[YourBootVolume]/.ServerBackups
    serveradmin$ ls -al
    total 16
    drwxr-xr-x@  2 root  admin    68  4 Jun 14:44 (null)
    drwxr-xr-x@ 14 root  admin   476  4 Jun 14:44 .
    drwxrwxr-t@ 43 root  admin  1462  4 Jun 14:43 ..
    -rw-r--r--@  1 root  admin    37  4 Jun 14:44 .serverBackupSignature
    drwxr-xr-x@  2 root  admin    68  4 Jun 14:44 addressBookServer
    drwxr-xr-x@  2 root  admin    68  4 Jun 14:44 calendarServer
    drwxr-xr-x@  5 root  admin   170  4 Jun 14:44 iChatServer
    drwxr-xr-x@  6 root  admin   204  4 Jun 14:44 mailServer
    -rw-r--r--@  1 root  admin  3826  4 Jun 14:44 master.browse.plist
    drwxr-xr-x@  4 root  admin   136  4 Jun 14:43 openDirectory
    drwxr-xr-x@ 61 root  admin  2074  4 Jun 14:44 serverSettings
    drwxr-xr-x@ 23 root  admin   782  4 Jun 14:44 sharePoints
    drwxr-xr-x@  8 root  admin   272  4 Jun 14:44 webServer
    drwxr-xr-x@  2 root  admin    68  4 Jun 14:44 wikiServer
    If you take a look inside the openDirectory folder you should see this:
    serveradmin$ cd openDirectory
    serveradmin$ ls -al
    total 81936
    drwxr-xr-x@  4 root  admin       136  4 Jun 15:32 .
    drwxr-xr-x@ 14 root  admin       476  4 Jun 15:33 ..
    -rw-rw----@  1 root  admin  41947136  4 Jun 15:32 ServerBackup_OpenDirectoryMaster.sparseimage
    -rw-r--r--@  1 root  admin       249  4 Jun 15:32 openDirectory.browse.plist
    The ServerBackup_OpenDirectoryMaster.sparseimage contains an archive of your Open Directory database like the one you create from Server Admin. The only difference is that it appears to be unencrypted. This is a bit worrying since Snow Leopard, as far as I know, does not have an option to encrypt your Time Machine backup. This image seems to invisibly mount whenever a Time Machine backup is triggered. This can be verified by checking /private/var/log/system.log and filtering for backup
    serveradmin$ tail -b 100 /var/log/system.log | grep backup
    Jun  4 16:00:56 yourservername com.apple.backupd[25117]: Starting standard backup
    Jun  4 16:00:56 yourservername com.apple.backupd[25117]: Backing up to: /Volumes/YourBackupVolume/Backups.backupdb
    Jun  4 16:00:56 yourservername servermgrd[75]: servermgr_backup: TimeMachinePreBackupHook called.
    Jun  4 16:09:26 yourservername servermgrd[75]: servermgr_backup: TimeMachinePreBackupHook done.
    Jun  4 16:09:44 yourservername com.apple.backupd[25117]: No pre-backup thinning needed: 4.60 GB requested (including padding), 8.40 GB available
    Jun  4 16:10:14 yourservername com.apple.backupd[25117]: Copied 744 files (364.4 MB) from volume YourBootDrive.
    Jun  4 16:10:14 yourservername com.apple.backupd[25117]: No pre-backup thinning needed: 4.09 GB requested (including padding), 8.04 GB available
    Jun  4 16:10:17 yourservername com.apple.backupd[25117]: Copied 87 files (877 KB) from volume YourBootDrive.
    Jun  4 16:10:18 yourservername servermgrd[75]: servermgr_backup: TimeMachinePostBackupHook called.
    Jun  4 16:10:18 yourservername servermgrd[75]: servermgr_backup: TimeMachinePostBackupHook done.
    Jun  4 16:10:18 yourservername com.apple.backupd[25117]: Starting post-backup thinning
    Jun  4 16:10:29 yourservername com.apple.backupd[25117]: Deleted backup /Volumes/YourBackupVolume/Backups.backupdb/yourservername/2013-06-03-155910: 8.40 GB now available
    Jun  4 16:10:29 yourservername com.apple.backupd[25117]: Post-back up thinning complete: 1 expired backups removed
    Jun  4 16:10:29 yourservername com.apple.backupd[25117]: Backup completed successfully.
    You can see at 16:00:56 Server Manager got a call from Time Machine to start the services backup and finished at 16:09:26. Open Directory would have been backed up during that process. Take a look at /private/var/log/hwmond.log
    serveradmin$ tail /private/var/log/hwmond.log
    Tue Jun  4 16:08:36 BST 2013 - Number of drives change from 4 to 5.
    Tue Jun  4 16:08:48 BST 2013 - Number of drives change from 5 to 4.
    You'll see that both drive change warnings from Server Monitor occured just before the services backup completed. You can also use the sudo diskarbitrationd -d command along with tail /private/var/log/diskarbitrationd.log in another terminal window, trigger a Time Machine backup manually and watch this disk image mount during the backup process. Compare the mount times with the above logs to see if they all match up.
    Although I have discovered the cause (which thankfully seems harmless) I have not discovered a way to stop it from generating pointless alerts. I'll post here if I figure it out. I am in the process of upgrading all of my servers to Mountain Lion so it may be a moot point. I am hopeful this information may help someone out there even though it is thoroughly out of date.
    Scot

  • Account Life cycle status change

    Hi All,
    I have a requirement that goes like this : In the account life cycle status field on the Account screen i have some Custom BP Role statuses. I have to change this status after the User saves the account.
    I am new to Web UI and i do not know where to write the code to achieve this functionality. I am assuming we should be writing it in EH_ONSAVE of the BPHEADOVERVIEW of BP_HEAD component. Can we use the PARTNER_UPDATE BADI for this ? or any other BADI/ User Exit that you suggest ?

    Hi,
    You can use two BADIs to achieve this either ORDER_SAVE(Implement the badi) and write ur ststus change code over here or
    BADI - CRM_ORDER_STATUS(Implement the badi) 
    for status change use the below code to get it...
    call function 'CRM_STATUS_CHANGE_EXTERN'
          exporting
            client              = sy-mandt
            objnr               = lv_order_guid
            user_status         = 'E0012'
            no_check            = 'X'
          exceptions
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            others              = 4.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
    hope this solves ur problem.
    Regards
    Jegadesh Balan T

  • Update overview log on status change in SM 4.0

    When processing support desk messages in CRM_DNO_MONITOR, we change the status to 'In process' and other values.  While these actions are recorded in the change documents, we are looking for a method of recording selected status changes with the date and user in the Overview log on the Transaction Data tab.  It would seem that this would be defined in SPPFCADM but none of the action definitions seem to match what we are trying to accomplish.  Any help provided will be appreciated, thanks in advance.

    I essentially need to figure out how to solve the following issue:
    Change requests cannot be displayed or created, because the RFC connection has errors, or is not maintained.
    Check whether the RFC connection to the Change Man agement system is under the key CHARM_DEST (APPLI field in the DESTINAT field), in the view BCOS_CUST. You need authorization for the cross-client view/table maintenance (S_TABU_DIS and S_TABU_CLI).
    Not sure how to check this!
    Check the RFC connection in the transaction SM59. If your SAP Solution Manager system is also your Change Manager system, the internal connection must be 'NONE'. You need authorization for the administration of RFC connections (S_RFC_ADM).
    My Solution Manager is my Change Manager system.
    You may have to dumb it down for me. 
    Thanks

Maybe you are looking for

  • Creating Proxy Classes in Visual Studio 2010 from SAP ES

    I am having problems with Microsoft's Visual Studio 2010 creaating a proxy class when importing a WSDL file from SAP's Enterprise Services.   When attempting to define the proxy class by pointing it to the endpoint WSDL, the import seems to work OK b

  • New iMac and iMovie don't recognize Panasonic camcorder

    I've had a Panasonic PV GS400 for a few years. I've flawlessly imported video into my old G4 tower. I recently purchased a new iMac. Because the Firewire cable that I had was for FW400, I had to buy a 4 pin to 9 pin Firewire 800 cable to connect the

  • How to handle multiple updates and creates sequentially

    Hi All, I have a requirement where multiple updates and creates will happen on an Order (say Purchase Order). I need to capture all these updates/creates and synchronize the other system in real time. In other words, as soon an order is updated/creat

  • Dreamweaver MX, template problems

    I've been working on my site for a long time. For some reason, out o' the blue, the pages and previously applied templates, aren't separate anymore. Also, when i apply a template, it applies a blue background (not in the template) and the menu, and n

  • HT204379 Is it possible to reset or delete the screen saver preferences for default?

    When I go to change my screen saver preferences it asks me to log into my server before it shows me my photo options, I was wondering if there was a way to reset that so it didn't pop up each time I go to screen saver preferences.