Weird issue with pm-suspend and libatasmart

Hi everyone,
i got serious problems with suspending to disk. I run an Asus F5SL Laptop and after suspension the waking up process produces an error which looks like this in the error.log:
Feb  6 19:55:32 localhost kernel: ata1: ACPI set timing mode failed (status=0x300b)
Feb  6 19:55:32 localhost kernel: ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Feb  6 19:55:32 localhost kernel: ata3.00: failed command: READ VERIFY SECTOR(S)
Feb  6 19:55:32 localhost kernel: ata3.00: cmd 40/00:01:00:00:00/00:00:00:00:00/e0 tag 0
Feb  6 19:55:32 localhost kernel: res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
Feb  6 19:55:32 localhost kernel: ata3.00: status: { DRDY }
Feb  6 19:55:32 localhost kernel: pm_op(): scsi_bus_resume_common+0x0/0x40 [scsi_mod] returns 134217730
Feb  6 19:55:32 localhost kernel: PM: Device 2:0:0:0 failed to resume async: error 134217730
Feb  6 19:57:32 localhost kernel: sr 0:0:0:0: timing out command, waited 120s
Feb  6 19:59:02 localhost kernel: sr 0:0:0:0: timing out command, waited 90s
Feb  6 20:00:02 localhost kernel: sr 0:0:0:0: timing out command, waited 60s
Feb  6 20:01:02 localhost kernel: sr 0:0:0:0: timing out command, waited 60s
Feb  6 20:03:02 localhost kernel: sr 0:0:0:0: timing out command, waited 120s
and if i then want to suspend again I get following message in the error.log:
localhost kernel: Freezing of tasks failed after 20.01 seconds (1 tasks refusing to freeze, wq_busy=0):
This means I can only suspend once everytime i boot up. I'm searching the internet and working around with this issue for more than one week now and the latest I found is: When I delete /usr/lib/libatasmart.so.4.0.3 and /usr/lib/libatasmart.so.4 i can suspend to disk as often as I want but i still get the error as the one above, just without the kernel timing out command.
I try to provide some more Information about my system:
The pm-suspend.log is not very informative as I use laptop-mode:
enabled, not active
/usr/lib/pm-utils/sleep.d/01laptop-mode resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Mo 7. Feb 14:45:33 CST 2011: Finished.
My /etc/rc.conf
LOCALE="de_DE.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Asia/Shanghai"
KEYMAP="de"
CONSOLEFONT="default8x16"
CONSOLEMAP=
USECOLOR="yes"
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(fuse acpi_cpufreq cpufreq_ondemand !asus_acpi asus_laptop radeon)
USELVM="no"
HOSTNAME="something"
lo="lo 127.0.0.1"
INTERFACES=(lo !eth0 !wlan0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
DAEMONS=(syslog-ng dbus hal networkmanager @ntpd @netfs @crond @alsa @laptop-mode @laptop-init gdm)
My mkinitcpio.conf:
MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev autodetect pata scsi sata resume filesystems"
$hwdetect-modules
shows the following:
MODULES=(ac battery button processor thermal video cdrom agpgart sis-agp tpm_bios tpm tpm_tis tpm_tis drm_kms_helper drm radeon ttm hid i2c-algo-bit i2c-core evdev joydev pcspkr psmouse serio_raw sparse-keymap uvcvideo v4l1-compat videodev pci_hotplug shpchp asus_acpi asus-laptop output snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore pata_sis scsi_mod sata_sis mii sis190 mac80211 rfkill ath5k ath cfg80211 usb-storage usbhid usbcore ehci-hcd ohci-hcd option usbserial usb_wwan uas sd_mod sr_mod st)
and finally some parts of my grub.cfg:
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
set menu_color_normal=light-blue/black
set menu_color_highlight=light-cyan/blue
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 87dc5e92-2999-4e40-b466-29f08b85909d
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768x24
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 87dc5e92-2999-4e40-b466-29f08b85909d
set locale_dir=($root)/boot/grub/locale
set lang=de_DE
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_archtheme ###
set menu_color_normal=light-blue/black
set menu_color_highlight=light-cyan/blue
### END /etc/grub.d/05_archtheme ###
### BEGIN /etc/grub.d/09_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Arch Linux" --class archlinux --class gnu-linux --class gnu --class os {
load_video
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 87dc5e92-2999-4e40-b466-29f08b85909d
echo 'Loading Linux vmlinuz26 ...'
linux /boot/vmlinuz26 root=/dev/disk/by-uuid/87dc5e92-2999-4e40-b466-29f08b85909d resume=/dev/disk/by-uuid/2c63d1e2-c1b7-49a9-8c7a-b877d601e559 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/kernel26.img
### END /etc/grub.d/09_custom ###
Removing libatasmart is not really an option for me because I use Gnome and libatasmart is necessary for automounting as I understand.
Does anyone have any advices? What else can I provide for you to understand the problem? Is it a bug and how to file it? Where can I read more about problems like this?
Thank you for any help.

After some time I recognized that I went into the wrong direction before. I got, that my real problem is not libatasmart, but the module sr_mod which is timing out and causing ksoftirqd to run with 100% cpu-usage of one processor thread (which is very nice, because otherwise the kernel would crash because of all the soft interrupts). So I went on and removed sr_mod temporarily.
rmmod sr_mod
This works pretty well for me since I can suspend now as much as I want and the system wakes up after all. I still get this small message:
ata1: ACPI set timing mode failed (status=0x300b)
after resume, but this seems not to be a bigger problem.
The more interesting thing is, that you can not mount CDs or DVDs if you remove sr_mod from the kernel, because that is what I think it is made for. As I still like to use this type of media, it is pretty annoying, that I can't
modprobe sr_mod
after a resume, because than I get a lot of small soft interrupts and sr_mod is timing out again.
Btw: I use a laptop with a SIS 966 chipset. Might that cause all the trouble? Can anyone think of any further reading or trying or bugreporting?

Similar Messages

  • A few weird issues with my Z2 and charging !

    Hello guys,
    My Z2 is having some really weird issues (not exactly issues but still)
    1) If i am using magnetic charger and if i am charging from less than 15%, it takes like 8hrs to get to 50% or near 50%. But if i am using the normal chager, i am able to get 100% in around 2ish hrs from 15%.I am facing this magnetic charging issue only if the battery % is less than 15%. I use the same charger for both cables. Both cables are original sony products. If the initial battery charge is greater than 15%, then magnetic charger works normally and charges up fast...But if its less than 15%, then it acts weird.
    2) I am able to get 270 Rotation on the desktop screen ONLY when the phone is being charged. Even though i have the auto rotation ON, it doesnt change the rotation in the app drawer or on the initial screen. Once i connect the phone to charge, it can rotate to any side.
    3) The Super Vivid mode gets resetted to NONE randomly.... Why is this ?
    Can somebody help me with these questions ?
    Thankyou !

    2) that is normal if you want the home launcher to rotate without the need of the dock or magnetic cable you'll need to download a third party home launcher.

  • Weird issue with Bridge CC and vector masked TIFF files

    For some reason in Bridge CC my vector masked transparent backgrounds in my tiff files are showing.  I didnt have this issue with CS6.  only way to fix it is for me to flatten my image and resave it as a tiff without the mask.  Any option i need to click on?

    We don't even know what platform (Mac or Win) or version of the OS you are running.
    Also:  Are you aware that the latest version of Photoshop is not "CC" but CC2014v14.2.2 ?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Weird issue with to dos and notifications

    I am running iCal 2.0.3, on 10.4.3, on my 12" PowerBook 1.5 GHz, with 768 MB of RAM. I use iCal quite a bit, and am currently running two calendar groups with three sub-calendars each. Lately, I am having to quit and re-start iCal a lot. Here's why: when the machine comes back from sleep, notifications will pop up, but I can't edit them, close them, anything, really. If I quit iCal and re-start it, everything is fine for a while. This seems to happen at least twice a day. I have verified and repaired permissions, checked the disk, run my maintenance scripts, etc, and the problem still exists. The only thing I do that is perhaps a tad out of the ordinary is run the machine connected to an external monitor at home, with the lid closed, and then on the native display on my desk at work. It gets plugged and uplugged at least twice a day.
    Anyone have any thoughts on this? It's really become quite maddening. Thanks.

    Update:
    I am now unsure if the problem was actually solved, or just unnoticed for a couple days. It has now returned, but I have a greater understanding now of exactly what is happening.
    Here's the deal. At work, I use my PowerBook by itself, but at home, I use it with a Samsung SyncMaster 172N display, usually with the PB closed, but occasionally I span, and use both displays. The problem seems to occur only after disconnecting or reconnecting the display. Originally, I thought that that iCal was not responing for some reason, but after some frenzied clicking around, I noticed that when I clicked on a notification info window, the calendar drop down opened up, even though I wasn't clicking anywhere near it. Somehow, the location of the info window on the display is not jiving with the location as perceived by Swearingen, my PowerBook, internally, if you know what I'm saying. Actually, I should say it seems like the contents aren't jiving, as the silver bar at the top and bottom of the info window are still clickable, and the window can be dragged around. In fact, dragging the window around a bit, or even just clicking on the silver bar seems to "realign" the contents of the window, and then everything is fine, and I don't have to quit iCal and reopen the app to get things happening again. So, I am not sure how to solve this problem, but I now have a better way to deal with it. I am hoping this issue will be dealt with in a future release of iCal. I wanted to post further information on this to make it clearer in case anyone else runs into this issue.
    12 Powerbook-1.5 GHz   Mac OS X (10.4)  

  • Weird issue with HP Photosmart and HPLIP 3.9.10

    I have a wireless printer, HP C6380. This printer is correctly installed in both my laptop and my desktop, both running arch64, KDE4, with latest updates. However, the driver on my desktop displays a maximum resolution of 600x600, while my laptop correctly displays a maximum resolution of 1200x1200 Any clues?
    Last edited by panosk (2009-12-01 13:58:43)

    Actually, I couldn't print from my laptop, so I reinstalled latest hplip and had the same issue: no 1200dpi option. However, I downgraded hplip to version 3.9.8 and the option for 1200dpi appeared again, so something is wrong with version 3.9.10. I have also posted the issue in hplips forums.

  • Having a weird issue with my assign after java embedding

    hi,
    I'm having a weird issue with my assign activity, i am using a Java Embedding wherin i access a variable and assign it some data, later in next step when i try to assign some other data to this same variable in assign activity i get a Error message as below.
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure} parts: {{ summary=Invalid to part type. When performing the assign operation, the to node THIS,IS,,TEST is invalid. The node named in the error message was either null or an empty node set, and it was not an instance of org.w3c.Element. Verify the node value at line number 795 is not null and is an instance of org.w3c.Element. } .
    i'm using soa 11.1.1.5
    Can anyone please help ?
    - Thanks
    Shirish

    Shirish,
    It's a bug and you will need to apply a patch for that.
    You can find all explanation in Oracle Support Id ID 1194228.1.
    Arik

  • Weird issue with safari on iPad mini?

    I just had a weird issue with my safari web page, it stopped responding to my scrolling. I then tried coming out of it and going bad in again a couple of times, which still did not work. It then started jiggling around all over the place (jiggling is the only word I can use to describe it), it was as if you had clicked and held the page with a mouse and then started moving the page all over the place, or even like an earthquake on the page. The tab then closed. Can anyone explain this? Thanks.

    Quit Safari then reset your iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app. Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Weird Issue With Windows Live Mail

    I have a friend using Windows Live Mail and he's been having some weird issues with it. When he goes to forward an email, it will occasionally open the email up twice, which isn't a huge deal it's just more annoying than anything. I thought maybe there was
    some malware or other junk that could be causing it so I ran MBAM and got everything cleaned up but it's still happening. Any other thoughts on what could cause this?
    Thanks.

    Windows Live Mail support is found @
    https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=12&ct=1410798892&rver=6.1.6206.0&wp=LBI&wreply=https:%2F%2Fanswers.microsoft.com%2Fen-us%2Fsite%2Fcompletesignin%3Fsilent%3DFalse&id=273572
    You must login to your Windows Live account and then Ask a Question.
    This forum is dedicated to the Windows 7 operating system.  Windows Live is not a feature of Windows 7 and Microsoft has established support for Windows Live Mail  @ the Microsoft Community found @
    http://answers.microsoft.com/en-us/windows/forum/windows_7-ecoms?auth=1
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Weird issues with latest X-Fi Driver/Software

    -Weird issues with latest X-Fi Driver/SoftwareO So I decided to update my X-fi drivers and software today, but I am running into some issues.
    First and foremost is that my Volume Panel no longer works correctly. It brings up this cheap pos window when I click on the Systray icon instead of the corrrect full featured interface.
    It lists the merdia source programs and has a volume dial, thats all this new one has.
    The other issues are that none of the software updates want to install: Alchemy, Mixer, Mediasource Go
    They all give me a message after I being to install that says "can not locate layout.bin please specify the path"? and gives my a "this setip reqires a cd" window and lists a path to a temp folder inside my windows folder.
    Installing these for Vista? Ultimate 32-bit.

    -Weird issues with latest X-Fi Driver/SoftwareO So I decided to update my X-fi drivers and software today, but I am running into some issues.
    First and foremost is that my Volume Panel no longer works correctly. It brings up this cheap pos window when I click on the Systray icon instead of the corrrect full featured interface.
    It lists the merdia source programs and has a volume dial, thats all this new one has.
    The other issues are that none of the software updates want to install: Alchemy, Mixer, Mediasource Go
    They all give me a message after I being to install that says "can not locate layout.bin please specify the path"? and gives my a "this setip reqires a cd" window and lists a path to a temp folder inside my windows folder.
    Installing these for Vista? Ultimate 32-bit.

  • Weird issue with Exchange 2010 Room Mailboxes - allows multiple booking of the created meeting rooms

    Hi,
    we are facing weird issue with Exchange 2010 Room Mailboxes
    it allows multiple booking of the created meeting rooms.Sometime we are not getting acceptance or declined mail but and we could see our meetings has been booked at slot.
    for e.g.
    User A booked room1 with weekly recurrence for time 4pm to 5pm., and User B made his  booking other day,without realizing that user A meeting is exists.
    Neither of user A nor user B got declined/rejected emails.
    please sahre guidelines if anyone known to this issue.
    Note - Allow Conflict booking is disabled already :) but still have issue
    Thanks,
    NPratik

    Hi,
    Just add more in this issue, following testing is done.
    referring results and conclusion, you will get better view on issue 
    ====================
    Test Case - 1
    User OnCloud/O365 - Pratik Nimbalkar
    Email ID - [email protected]
    ( same as UPN)
    Room Booking Scenario - Book Room for 6.30pm to 7.30pm slot
    Results - Accepted
    Room Booking Scenario for same slot- ReBook Room for 6.30pm to 7.30pm slot
    Results - Declined
    Conclusion = working fine
    ==================
    Test Case - 2
    User OnCloud/O365 - Testsm
    Email ID - [email protected]
    ( different from UPN)
    Room Booking Scenario - Rebook Room for 6.30pm to 7.30pm slot
    Results - No Response from Room Mailbox neither Accepted nor Declined
    But we can see as booked as "Tentative"
    Room Booking Scenario for same slot- Rebook Room for 6.30pm to 7.30pm slot
    Results -No Response from Room Mailbox neither Accepted nor Declined
    But we can see as booked as "Tentative"
    =========================
    Conclusion = There is issue with booking room and not getting response while user is
    @abc.my id.
    ======================
    Note = for all other on premise users those are having @abc.co.in
    and @abc.my it is working fine. Users are getting respective correct reply from room mailboxes.
    This issue seems with only on cloud
    @abc.my users

  • Issues with Exchange Account and Q10

    Well, I hate to be writing this, but I'm hoping that there might be someone out there that can help get past some first day issues I am experiencing.
    The background: I have a long history with legacy BlackBerry devices, and almost as much history with iOS devices. My most recent phone was an iPhone 4S, and I make extensive use of iCloud to keep my iMacs, iPhone, and iPad connected in real-time. The setup worked. It wasn't perfect, but it worked. However, because I used to have a BlackBerry device (most recent the 9930) and because I don't use the iPhone for more than e-mail, iMessage, and phone calls (generally speaking), I decided to give the newest BlackBerry device a shot. So I bought a Q10.
    At this point I feel compelled to say that the hardware is everything I had hoped it to be. It's solid, has a good weight, and appears to be made very well. I have no complaints with the hardware, including the keyboard (a big selling factor for me), so I won't really get into the hardware as the issues I am experiencing all have to do with the OS. Let me also say that I am very familiar with the iCloud integration issues (missing Contact photos and disabled Calendar sync), so I'm not voicing a complaint over those issues in this thread.
    I have connected my Exchange account. I used to have everything in Exchange before I moved my entire computing world over to Apple, and now I keep Exchange around for e-mail. Therefore, I have no contacts, no tasks, no notes, very limited calendar entries, and a massive amount of e-mail on the Exchange server. However, to test everything out, I have added a single contact record so I can see it show up on the phone and be able to test two-way sync between the Q10 and Exchange. And here is where the first issues crop up. It looks like Exchange connects and then disconnects at random. For example, if I open my Contacts on the phone, I see the one contact (called John Doe). Then, as the phone is sitting there with the screen on, the contact will disappear and I will see a "Start adding contact to your contact list" notice on the screen. Then, after a short period of time, the single contact will return. It is important to note that the entire time this is happening, the All Contacts option is selected in the list so that all available contacts are shown. Additionally, I have SIM card contacts turned off, but if I alter the selection in the view list (All Contacts, Favorites, etc.), the SIM contacts will re-appear when I return to the All Contacts view. At the same time, even though I have turned off SIM Contacts in the settings, the setting has reverted to show SIM Contacts. If I turn off the setting again, SIM Contacts still show up. Possibly related: I can't delete contacts on the SIM card, no matter how many times I try, and it now it seems that I can't get SIM Contacts to go away in the Contacts app.
    Likewise, Exchange seems to connect and disconnect from Calendar. I go to the calendar and move day by day to June 15th. I see an entry that I know is from Exchange (I have no other connected calendars at this time), and it is in blue. I change the calendar color to green and the entry changes color, as expected. However, if I jump back to today and then scroll day by day to get to June 15th again, the calendar entry is missing. After a few seconds, the entry re-appears, but it is, once again, in blue. The setting has reverted itself, and it seems like Exchange is completely disconnecting and automatically reconnecting to the phone like I am setting it up again for the first time. Very odd. As I'm typing this, I just saw something odd. I swiped to wake up the phone, and the active frames screen was the visible screen. The calendar app is still running (since I left it running, minimized, when the phone went to sleep) and the date shown in the active card was Jan 1, not Jun 8. Why? The date (and time) on the phone is correct and is set automatically by the cellular system.
    Nevertheless, looking at BlackBerry Hub, I see only two e-mails in my Inbox from Exchange, even though I have roughly a dozen in my Inbox. The rest are filed in sub-folders. And bam! Just like that... I get the "Add Accounts" screen while looking at the Hub. In other words, as I was typing this, I first saw two Exchange e-mails and then, out of nowhere, the e-mails disappear and I see the "Add Accounts" screen as if no account has been connected.
    So... first question: Is anyone else experiencing this issue? This is very strange, and very frustrating. Second: could this be related to the large amount of e-mails I have stored on Exchange, some of which have large attachments? I selected "Forever" as the sync history length. I have my concerns, however, if this is related to loading historical e-mails onto the phone (in other words, the first sync with Exchange) because there is no reason that I can understand that the phone would blank out as if no account was connected at all. I can understand lag and stuttering while the history is syncing, but not a complete disconnect and reconnect. Considering all of the issues with the one and only contact record disappearing, the calendar entry for Jun 15th disappearing and then reappearing with the wrong calendar color, and e-mail in my Inbox incomplete (two of a dozen e-mails) and ultimately disappearing, I feel like this OS just has some real, significant issues.
    Full disclosure: I do want iCloud to work and am a fan of Apple products, but the lack of full iCloud sync support is not a big enough issue for me to want to send back this phone and/or see it fail so miserably. I will happily move my info from iCloud into Exchange, Google, and/or set up a new Exchange account for personal use (Office 365) because I am not wedded to iCloud per se. But, I won't go through that trouble if I can't even get my first account to work properly. It should also be noted that I do have a basic Google account (non-paid) and I had previously attempted to connect to it. However, I was experiencing the exact same issues with contacts disappearing, e-mail disappearing, etc. So I deleted that account. Truth be told, I deleted the Exchange account as well, and then re-connected to Exchange only to test one account at a time. Unfortunately, even with Exchange only, I am seeing very strange and frustrating behavior as described above.
    Help... please. I want this to work but the frustration I am feeling is growing worse by the hour.
    Model: SQN100-2
    OS Release: 10.1.0.2011
    OS Version: 10.1.0.2038
    Build ID: 525050
    Ian

    To follow-up with this issue:
    I ended up performing a security wipe on my device. The security wipe finished, and I was about to reconnect with Exchange when I decided to visit our host's web site to see if they had any articles covering the issues I was experiencing. While they didn't have anything specific, I did find a step-by-step guide to connecting a BB10 device to Exchange... and right there at the end, it said "Do NOT enable memo sync."
    I contacted support, and the rep told me that OS 10 has an issue with memo sync and it can cause all sorts of unpredictable behavior. Now, whether or not this is accurate I can say this: So far, the device is not disconnecting and reconnecting like it was before. Problem is, is this a result of not enabling memo sync, or is this a result of the security wipe?
    I may have overlooked it, but I don't recall reading anything about that anywhere else. I'm tempted to try re-enabling the memo sync to see if everything blows up again. At least that way I can see for myself if the memo sync is a real issue. Of course, perhaps it's an issue with SherWeb (our host) specifically. Hm...
    Anyway, for those that were interested, and for those that may come along in the future with a similar situation, the strange behavior that I first reported is no longer happening. I just don't know if it was a result of a security wipe or a result of not enabling memo sync with Exchange.
    Ian

  • Since the Mountain Lion OS update today I've had issues with internet connection and e-mail, has anyone else?

    Since the Mountain Lion OS update today I've had issues with internet connection and e-mail, has anyone else?

    That's what I would have thought, but even after saving the setting, as soon as I shut down my computer or log out of Mail, it automatically defaults back to 25. It's a bit frustrating.
    Now I just need to figure out how to get rid of those horrible pop-up banners but still have my glass sound and number of emails in the red dot when I get an email...
    These little tweaks are the only thing I HATE about upgrading my OS.

  • I am having major issues with Logic 8 and want to reinstall.

    I am having a lot of issues with Logic 8 and want to do a re-install. What is the procedure and what do I need to uninstall first. I need to be careful, because I don't want to affect my Logic 7.
    Any suggestions?

    What problems?
    The first thing to do is trash the preferences. As far as affecting Logic 7, once you install 8, 7 is "forgotten" about. I'm assuming your L8 is a real version, not a "borrowed from the interweb" one.

  • My itunes account shuts down for no reason.  It wont recognize my iphone and there is an issue with network connectivity and itunes.  I have already  reinstalled itunes and did a syste restore on my computer, firewall checked and virus scan done.  Ideas??

    My itunes account on windows xp shuts down for no reason.  If even try to delete something from my library it shuts down.   It wont recognize my iphone and there is an issue with network connectivity and I can't connect to the store.  I have already  reinstalled itunes and did a system restore on my computer, firewall has been checked, itunes is ok on firewall and virus scan done.  Ideas??

    Same problem. I can see the itunes store so not a problem with windows firewall. The account is active on my iphone so i know i am not locked out. I can connect the PC to my iphone so i know itunes is working ok. It is just logging into itunes on this pc which doesn't work. Only thing I can think of is that the email address I use for my apple id has been offline for a while and is working again now, I'm wondering whether this has been the case for others who are having this issue?

  • HT4527 Is there an issue with home sharing and windows 8?

    Is there an issue with home sharing and windows 8? I've tried everything and cant get mine to work.

    Here is the entire error listing after it states the installation encountered errors.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 2 error(s), 13 warning(s)
    WARNING: DW066: OS requirements not met for {0D96CFE6-376D-44B8-808A-16F3BEB73263}
    WARNING: DW066: OS requirements not met for {601CB5BC-03F9-43CC-86F0-C75E65E6AF31}
    WARNING: DW066: OS requirements not met for {56AE7FCC-81B2-4A63-A171-CD95C9295EF2}
    WARNING: DW066: OS requirements not met for {4717AE70-5377-45C7-A9E9-4E400485F0BF}
    WARNING: DW066: OS requirements not met for {8B59B329-26C1-48A4-A5AA-923F55B17B87}
    WARNING: DW066: OS requirements not met for {948B7277-3D4C-4672-B1DB-24B3C83D704E}
    WARNING: DW066: OS requirements not met for {25303D67-B573-460C-A0B6-B5CF2AE05045}
    WARNING: DW066: OS requirements not met for {33E08F4F-42B7-42A9-89E4-443E02738DB0}
    WARNING: DW066: OS requirements not met for {D5B1535A-FDFC-4B40-B2E2-21DA83D9CB57}
    WARNING: DW066: OS requirements not met for {AD60EB24-4CEE-4CA0-A6AA-526EAF41F2DB}
    WARNING: DW066: OS requirements not met for {F9FAC696-2E48-497D-B820-C9A65DA630DF}
    WARNING: DW066: OS requirements not met for {7DE6CDC3-CFEE-4564-813D-3F59E5D71F10}
    WARNING: DW066: OS requirements not met for {C92E440F-EE79-4A28-B1E1-EC82B6F2AF33}
    ERROR: DW020: Found payload conflicts and errors:
    ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.
    FATAL: DW020: Conflicts were found in the selected payloads. Halting installation.

Maybe you are looking for