Cyradm and cyrus-quota problems

I've been getting a cyrus-quota crash every night for a while. Here's part of the crash report:
+Process: cyrus-quota [28870]+
+Path: /usr/bin/cyrus/bin/cyrus-quota+
+Identifier: cyrus-quota+
+Version: ??? (???)+
+Code Type: X86 (Native)+
+Parent Process: launchd [1]+
+Date/Time: 2008-07-10 22:42:24.139 -0500+
+OS Version: Mac OS X Server 10.5.4 (9E17)+
+Report Version: 6+
+Exception Type: EXC_ARITHMETIC (SIGFPE)+
+Exception Codes: EXCI386DIV (divide by zero)+
+Crashed Thread: 0+
+Thread 0 Crashed:+
+0 cyrus-quota 0x000032c8 doquotacheck 319+
+1 cyrus-quota 0x000037cd main 714+
+2 cyrus-quota 0x00001ee6 start 54+
I'm thinking it's a problem with one of the cyrus mailboxes being corrupted. I've tried stopping the Mail services and issuing:
*sudo -u cyrusimap /usr/bin/cyrus/bin/cyrus-quota -f*
*sudo -u cyrusimap /usr/bin/cyrus/bin/ctl_cyrusdb -r*
*sudo /usr/bin/cyrus/bin/reconstruct*
But the crashes persist. I wanted to go in with cyradm and weed out unnecessary mailboxes to see if that helps, but I'm unable to login with the cyradm tool:
*cd /usr/bin/cyrus/admin/*
*./cyradm -user cyrusimap localhost*
Password:
*cyradm: cannot authenticate to server with as cyrusimap*
I've tried setting the password for the cyrusimap user, using *passwd cyrusimap*, thinking it might be an authentication problem, but I still can't login. I read usually cyrus uses sasl to check passwords, but there's no mention of saslpwcheckmethod in /etc/imapd.conf. Does OS X handle passwords differently?
Any help on using cyradm or with cyrus-quota crashes?

Ok, I seemed to have resolved this in my case.
The crash appears (for me atleast) to have been caused by mailboxes in the mail store that did NOT have a quota set.
If you execute 'sudo -u _cyrus /usr/bin/cyrus/bin/cyrus-quota it will list quotas on all mailboxes. Look down the list of users which should be something like this: -
Quota %Used Used Root
10240 65 6726 user/fred
10240 0 0 user/bert
0 15684 user/ernie
In the example above, ernie has no quota set. This seems to cause the 'cyrus-quota -q' crash (maybe a bug where a 'null' value is causing cyrus-quota to bomb-out?).
I resolved it by setting a quota for EVERY user, reconstructing the cyrus db and then fixing quotas via the following steps (please note this is for 10.5 Server only and will not work on earlier versions). Make sure you have a backup of everything first.
1 - Open WGM and ensure ALL users have a quota (I set a high number for those who dont actually need to be quota'd eg. 2gb) Apply changes and quit.
2 - Stop Mail service in server admin
open a Terminal and issue the following commands:
3 - sudo mv /var/imap /var/imap.old
4 - sudo mkdir /var/imap
5 - sudo /usr/bin/cyrus/tools/mkimap
6 - sudo chown -R _cyrus:mail /var/imap
7 - sudo /usr/bin/cyrus/bin/reconstruct -i
8 - sudo -u _cyrus /usr/bin/cyrus/bin/cyrus-quota -f
9 - check all accounts listed have THREE numbers beside them, Quota, Used% and Used.
10 - test it with sudo -u _cyrus /usr/bin/cyrus/bin/cyrus-quota -q (if all is well it will just return a prompt with no error messages).
11 - Start the mail service back up in Server Admin and test thoroughly.
N.B. For me, I HAD to rebuild the database first (Steps 3 - 7), you MAY be able to skip these steps which would preserve the seen-state of your users email.
Good luck.

Similar Messages

  • Bash echo and backslas quoting problem

    Hi,
    Had to hack in some weird problem after transfering an application to my new OS X 10.5.6 machine. This small script demonstrates the core of it:
    #/bin/bash
    # show a bash related problem in Mac OS X 10.5.6
    /bin/ps
    touch /tmp/test1-$$
    echo -en "\\" >> /tmp/test1-$$
    echo -en "\\a" >> /tmp/test1-$$
    echo -en "\\b" >> /tmp/test1-$$
    echo -en "\\r" >> /tmp/test1-$$
    echo -en "\\t" >> /tmp/test1-$$
    echo -en "\\z" >> /tmp/test1-$$
    /usr/bin/hexdump -C /tmp/test1-$$
    echo "Note the backslash not being quoted correctly because the special characters are expanded FIRST"
    When you look at the output it shows you the following:
    00000000 5c 07 08 0d 09 5c 7a |\....\z|
    00000007
    That is a backslash, a bell character (^G), a backspace, etc. But i.m.h.o. it should interpret the backslash FIRST and only secondly the special characters.
    Am I doing something terribly wrong ? Or should I file this as a bug ?
    Regards,
    Wim.

    I can't get the compose window to accept the precisely amount of backslashes. So everywhere where FOUR backslashes are shown, reduce these to TWO:
    Curly Braces around the word "code" will allow you to enter code examples and the forum will not touch it.
    Open Curly Brace code Close Curly Brace
    Now your example code and the forum will not touch your code
    for example
    #/bin/bash
    #show a bash related problem in Mac OS X 10.5.6
    /bin/ps
    touch /tmp/test1-$$
    echo -en "" >> /tmp/test1-$$
    echo -en "a" >> /tmp/test1-$$
    echo -en " " >> /tmp/test1-$$
    echo -en "
    " >> /tmp/test1-$$
    echo -en "     " >> /tmp/test1-$$
    echo -en "z" >> /tmp/test1-$$
    /usr/bin/hexdump -C /tmp/test1-$$
    echo "Note the backslash not being quoted correctly"
    echo "because the special characters are expanded FIRST"
    Open Curly Brace code Close Curly Brace
    No Square Brackets. No /code. Curly Braces
    If you want to prevent backslash processing use single quotes
    echo '\'
    If you need to have echo output a backslash inside of double quotes, then you need to double them up, or if you are using backslash outside of any quotes:
    echo ""
    echo
    NOTE: Because I warpped all my examples in the {code} pairs, I used exactly as may backslashes as you see displayed in the forum.

  • Problems with cyrus-quota

    Hi,
    Many Times when I execute the following command:
    +sudo -u _cyrus /usr/bin/cyrus/bin/cyrus-quota -f+
    I must to execute again because when finished, User's quotas grow more than 100% and many users are in OverQuota.
    If I execute again, the problem fix it.
    Why?
    Thanks for all,

    If mailboxes AND quotas are <1GB then either your Cyrus DB is broken or you have multiple users by the same name (but different Caps).
    Check mailaccess.log for clues
    Message was edited by: pterobyte

  • Outlook 2010 apostrophe, single and double quotes are changes to question mark while sending mails to other internet receipient.

    We are using MS Outlook 2010 as our mail client. But we have noticed that whenevr we sent a mail to any other internet mail recipient all the "apostrophe", "single" and "double quotes" have automatically converted to ?. We have
    done almost all the workaround found in this site such as
    1.New a message and focus on the message window > click File > Options > Mail > Spelling and Autocorrect… > Proofing > AutoCorrect Options… > AutoFormat > clear the box before “Straight quotes” with “smart quotes”
    2. Used different encoding. We presently using US-ASCII for outgoing message. etc.
    Need your help to sort out these issues urgently.
    Waiting for a solution.

    Hi,
    What is your account type? IMAP, POP or Exchange?
    Send an email from the webmail, ask the recipient if this issue persists.
    As far as I know, this problem is always related to the encoding for outgoing messages, and here I suggest you try UTF-8:
    Go to File -> Options -> Advanced -> International options -> Uncheck "Automatically select encoding for outgoing messages", then select "Unicode (UTF-8)" beside "Preferred encoding for outgoing messages" -> OK.
    Hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Characters such as apostrophes and smart quotes turning into boxes or question marks

    We recently upgraded from CF5 to CF7 and are having a problem
    with previously saved text that no longer displays correctly. Some
    characters (apparently, non-ASCII characters such as curly
    apostrophes and smart quotes) are rendering as boxes or question
    marks. We recently upgraded to Oracle 10g from Oracle 8i, but this
    problem appears to be independent of the database that the text is
    stored in. Here is sample code that will illustrate the problem:
    <CFSET string1="Department’s">
    <CFSET string2="hey—there">
    <CFOUTPUT>
    string1 is #string1#
    <BR>
    string2 is #string2#
    </CFOUTPUT>
    output looks like this:
    string1 is Department?s
    string2 is hey?there
    These are rendered as boxes when viewed in Internet Explorer.
    (They show up as question marks when I copy and paste them here.)
    The Demoronize UDF helps *some* of the time, but this is
    still happening with a lot of text, especially text that gets
    pasted from a website into a form, then saved to a database. Does
    anybody have a solution for this? This is breaking my applications
    and is incredibly annoying. I'd like to either replace the
    problematic characters at the time they are displayed, or replace
    them when they are input in the database in the first place (and go
    back and update all the previously saved data to replace the
    problematic characters with plain text equivalents).
    Any suggestions appreciated.

    I finally isolated the problematic characters so I edited the
    DeMoronize UDF (available at cflib.org) by adding the following
    text replacements at the bottom:
    text = Replace(text, chr(8208), "-", "ALL");
    text = Replace(text, chr(8209), "-", "ALL");
    text = Replace(text, chr(8210), "&ndash;", "ALL");
    text = Replace(text, chr(8211), "&ndash;", "ALL");
    text = Replace(text, chr(8212), "&mdash;", "ALL");
    text = Replace(text, chr(8213), "&mdash;", "ALL");
    text = Replace(text, chr(8214), "||", "ALL");
    text = Replace(text, chr(8215), "_", "ALL");
    text = Replace(text, chr(8216), "&lsquo;", "ALL");
    text = Replace(text, chr(8217), "&rsquo;", "ALL");
    text = Replace(text, chr(8218), ",", "ALL");
    text = Replace(text, chr(8219), "'", "ALL");
    text = Replace(text, chr(8220), "&ldquo;", "ALL");
    text = Replace(text, chr(8221), "&rdquo;", "ALL");
    text = Replace(text, chr(8222), """", "ALL");
    text = Replace(text, chr(8223), """", "ALL");
    text = Replace(text, chr(8226), "&middot;", "ALL");
    text = Replace(text, chr(8227), "&gt;", "ALL");
    text = Replace(text, chr(8228), ".", "ALL");
    text = Replace(text, chr(8229), "..", "ALL");
    text = Replace(text, chr(8230), "...", "ALL");
    text = Replace(text, chr(8231), "&middot;",
    "ALL");

  • Z77A-GD65 ram and DR. mos problem after 2 years without any HW change or OC!

    Hi guys, i have three Z77A-GD65 from 2 years with the same hardware config, no overclock or others OC settings ....simply default bios settings;  in this last 2 months, not at the same time, all of my 3 mainboards  have the same identical problem.
    One day, from nowhere, without any reason, i start my pc and mobo don't start, hangs with code 55 ( memory error) and Dr mos alarm led goes on, i try to reset bios .. nothing.
    I Switch multibios to "B" bios and works perfectly .. i've tested all of RAM modules and result works perfectly !! .... all of three mainboards have the same identical problem!!
    Now i use all my 3 PCs with "B" bios and works perfectly, because "A" bios hangs always with code 55 and with Dr. mos alarm led on, i try to update and downgrade "A" bios ... nothing to do ... "A" bios don't work anymore.
    Any idea?

    Quote from: Nichrome on 19-July-14, 02:32:51
    Don't have to be rude 
    If same problem is on 3 motherboards then is something wrong with RAM or BIOS not the motherboard
    >>Posting Guide<< Reminding again if you want to receive any help.
    Nichrome, you misunderstood! ... I just responded to your affirmation .. that's all, it was not my intention to was "rude" as you wrote! OK? 
    Ram  modules have been tested on other Asus mainboard  .. .. no read/write errors and no hangs problems ... so all Ram modules are fine
    About bios ..... maybe primary bios is physically damaged.... i try to reflash bios also with old version .. no way .. maybe primary bios damage in all 3 mainboards  !! very strange!!! ... you know if there's a know manufacturing defect on this MB bios maybe on a particular MB serial part number? because i bought all 3 mainboards at same time about 2 years ago.
    Quote from: Sea Dog on 19-July-14, 02:40:52
    Obviously, there is 'something' that has caused BIOS corruption in all 3 mainboards A chips. Whatever that 'something' is, it may happen to the backup B chips as well. Recommend to concentrate on finding this 'something', what the common denominator is, and restoring BIOS chips A before the mainboards may become expensive paperweights. A shop with an SPI flash programmer device can fix the broken BIOS chips if not comfortable with doing the recovery procedure yourself.
    Hi, yes i agree,  In fact, my fear is to have, in a while, these mainboard totally unusable!  ..... i think that primary bios is physically damaged or i hope, software damaged, I would try to recover it,  if it's only a software problem (i hope so) ... do you know a procedure to completely erase cleanly that reflash the primary bios? i try to use dos MSI flash utility with "/p /b /n" options .. no success to restore A bios ... same story ... error 55 and DR-mos alarm led on.

  • I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you have too many live channels

    I'm frustrated, I am doing everything you recommend, I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you ave too many live channels, the disk is slow prepare...can you help?

    Quote from: Richard on 15-November-07, 20:33:05
    tornado2003,
    What you need to do is boot into Safe Mode. Then delete the VGA Drivers.
    After that boot normally and install the latest nVidia ForceWare Drivers
    Take Care,
    Richard
    i guess you missed that:
    Quote from: tornado2003 on 15-November-07, 17:26:52
    ive tryed booting xp in safe mode but it just freezes after it loads up a couple of needed files .
    ive even formatted my hard drive and tryed installing a fresh xp on it but it just keeps locking up when it gets to the "starting windows setup" .(this is just after it loads all the drivers from the xp cd)

  • Single and double quotes entered in form field cause corruption?

    I am creating a database change request system using in APEX 2.2 and the main form has a description field (clob) and a API_description field (varchar2(4000)) that are text area fields on the page. The form seems to have trouble when the string data entered into the text area page items on the form contain single and double quotes.
    <br><br>
    I have pasted my test data below in this problem description(this is not true sql but it gets the point accross). I use the wizard created insert process to get the data into the db from the text fields in the wizard generated form, then use the wizard created fetch process to get the data back out and rendered on the same form. When I use the test data below, sometimes a few characters dissappear from my input data on the way out, sometime form fields go away, and their html is interspersed with the previous form field's data on the page. And I get different results on different tests with the same data.
    <br><br>
    Do I have to do something special for a vanilla htmldb text page item on a form to be able to receive single and double quotes in the string input in order to avoid that string data confusing the processing on the way in to the Database or on the way out for rendering?
    <br><br>
    Do I have to escape the characters? How do I do this?
    <br><br>
    The "varchar2(1) := ‘A’" part of the below TEST DATA string seem to cause the most trouble. The behavior is erratic - sometimes the pattern works, sometimes html is interspersed in one place, sometimes another (on the way back out)
    <br><br>
    START TEST DATA:
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    create new table as follows
    create table “someschema”.“sometable”
    (id number not null,
    Name varchar2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    END TEST DATA:
    <br><br>
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Here is an example of the test data being displayed after being fetched back out of oracle (this will look like gibberish when rendered in the forum system (end of problem description except for example):
    <br><br>
    env
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    crete new tableas follws
    crate table “somesca”.“sometable”
    har2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    woextarea>
    <a class="eLink" title="Edit" href="javascript:popupURL('f?p=4000:371:204538675714370::::P371_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:1034609472735510,104,2');" tabindex="999"><img src="/i/e.gif" alt="Edit" class="eLink" /></a></td></tr><tr><td nowrap align="right"><label ...

    I found a good php related post that has a nice set of the potentially problematic characters (this is in the context of word pasted into IE I think). I am pretty confident that at least single curly quotes do not work well in apex 2.2). I would not be surprised if some of the others were trouble as well.:
    http://lists.evolt.org/archive/Week-of-Mon-20030602/141975.html
    here is the list
    $trans_tbl[chr(34)] = '"' ;          //      quote
              $trans_tbl[chr(38)] = '&' ;          //      ampersand
              $trans_tbl[chr(60)] = '<' ;          //      less-than
              $trans_tbl[chr(62)] = '>' ;          //      more-than
              $trans_tbl[chr(128)] = '€' ;     //      euro
              $trans_tbl[chr(129)] = '€' ;      //     euro
              $trans_tbl[chr(130)] = '‚' ;      //     low quote
              $trans_tbl[chr(131)] = 'ƒ' ;      //     florin
              $trans_tbl[chr(132)] = '„' ;      //      double low quote
              $trans_tbl[chr(133)] = '…' ;      //     ellipsis
              $trans_tbl[chr(134)] = '†' ;     //     dagger
              $trans_tbl[chr(135)] = '‡' ;      //     double dagger
              $trans_tbl[chr(136)] = 'ˆ' ;      //     circumflex
              $trans_tbl[chr(137)] = '‰' ;      //     per thousand
              $trans_tbl[chr(138)] = 'Š' ;      //     S caron
              $trans_tbl[chr(139)] = '‹' ;      //     left angle quote
              $trans_tbl[chr(140)] = 'Œ' ;      //     OE ligature
              $trans_tbl[chr(142)] = 'Ž' ;      //     Z caron
              $trans_tbl[chr(145)] = '‘' ;      //     left single quote
              $trans_tbl[chr(146)] = '’' ;      //     right single quote
              $trans_tbl[chr(147)] = '“' ;      //     left double quote
              $trans_tbl[chr(148)] = '”' ;      //     right double quote
              $trans_tbl[chr(149)] = '•' ;      //     bullet
              $trans_tbl[chr(150)] = '–' ;      //     en dash
              $trans_tbl[chr(151)] = '—' ;      //     em dash
              $trans_tbl[chr(152)] = '˜' ;      //     small tilde
              $trans_tbl[chr(153)] = '™' ;      //     trademark
              $trans_tbl[chr(154)] = 'š' ;      //     small s caron
              $trans_tbl[chr(155)] = '›' ;      //     right angle quote
              $trans_tbl[chr(156)] = 'œ' ;      //     oe ligature
              $trans_tbl[chr(158)] = 'ž' ;      //      small z caron
              $trans_tbl[chr(159)] = 'Ÿ' ;      //     Y with diaeresis
    <br>
    -Geoffrey

  • We recently purchased the iphone5 (2) and are having problems with sound coming thru the earbuds when we plug them in to the iphones.  works fine with the ipad.  help please

    recently purchased the iphone5 (2 of them) and are having problems with the earpods.  no sound when plugged in to the iphone.  both phones.  works with the ipad.  help please

    Hi P5052,
    Welcome to the Support Communities ... and congratulations on the purchase of your iPhone 5's!
    It is very unusual that neither phone is working with the new earpods. 
    Have you tried a different headphone just to see if the issue is with the earpods or the iPhones?
    The article below will give you the basic troubleshooting steps for this issue.
    Click on the link below to see more details and screenshots. 
    I've quoted some helpful highlights for you:
    iPhone: Can't hear through the receiver or speakers
    Symptoms
    When someone calls, I can't hear them through the receiver or speaker phone, and I can't hear music through the speaker. I also can't be heard by someone who is calling me.
    Note: iPhone has one speaker, which is adjacent to the dock connector. On iPhone 4 or later models, the speaker is to the right of the dock connector. On earlier iPhone models, the speaker is to the left of the dock connector.
    Resolution
    Verify that there is nothing plugged in to the headset jack, including headsets, headphones, or adapters.
    Make sure the Ring/Silent switch is not switched to silent.
    While on the Home screen, adjust the volume buttons. If you see the icon below, indicating that headphones are attached, there may be debris or an object lodged in the headset jack:
    Check the headset jack. If there is an object lodged in the headset jack that is not easily removed, have the iPhone serviced to remove object.
    For Original iPhone: If there is light debris, such as lint, in the headset jack, try connecting a pair of headphones to the headset jack and then remove the headphones. Repeat this several times to remove the debris.
    If you have installed a protective film on the display, either ensure that the receiver is not covered or remove the film completely.
    Check the receiver mesh (which is on the top front of the device, above the display). If it appears blocked, use a clean, small, dry, soft-bristled brush to carefully and gently brush away any debris.
    If you have paired with a Bluetooth headset that is nearby, either use the headset or turn Bluetooth off (chooseSettings > General > Bluetooth).
    Restart the iPhone.
    If restarting the iPhone doesn't resolve the issue, try restoring the device.
    If the issue persists, go to the Service Answer Center - iPhone for information on service.
    Hope this helps!
    - Judy
    <Edited by Host>

  • Cyrus-quota -r

    I was getting the following system.log message repeated every minute...
    Jul 27 08:52:20 servername sudo: root : TTY=unknown ; PWD=7 ; USER=cyrusimap ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    I could not find any reference in man page or web to a "-r" option for cyrus-quota.
    All users have 'Imap Only' except for one test account on the server itself which was originally Imap but then I changed it to pop only. I suspect it had something to do with this account.
    I ran repair permissions, mailbfr -d and mailbfr -o. Nothing untoward in response and messages continued.
    I eventually set the mail option for the local test account (via WM) to None. Restarted mail services and the messages stopped. Set the mail option for the test account to Pop & Imap, messages have not returned, everything works normally.
    Can anyone enlighten me on the cyrus-quota -r option and why these messages would have appeared?
    Ta.
    -david

    Server Admin triggers the quota report during a
    refresh in any tab of the "maintenance section"
    So I am almost willing to bet that whenever you get
    those messages in the log, Server Admin is open
    Aaaaarrgggg!
    Absolutely right
    It was originally open at the mail queue because I had reduced the timeout option for undeliverables and was monitoring some messages. Of course, this was when I first noticed the system messages!
    It stopped after the timeout messages because I immediately clicked on the 'connections' tab to see the status of these.
    Very well spotted, Alex! Thanks! I'm guessing it was the 1 minute interval bit which set you thinking along the right track?
    I can now stop staring at this ARD screen and go and do something more useful (& I'll sleep better tonight too
    Cheers
    -david

  • Open and cancelled Quote Report

    Hi,
    Can anyone give me the information  for getting open and cancelled Quote Report?

    I hope you are using reason for rejection for cancelling quotations. If that is the case, you can use transaction VA25 to view the list of quotations. Here you can filter on two columns status and reason for rejection to view the report as per your requirement.
    Regards,
    GSL.

  • Font usage in CS6 Premiere , Open and Closed quotes??

    Hello
    I am trying to use open and closed quotes in CS6 Premiere, without any success.
    Using a Mac 10.8.5.
    When I try the alt shft [ and the shift [ it only uses one side of the quote.
    Any suggestions?
    Is this a software, settings or OS issue?
    Thank you
    I am working on deadline....
    Brian

    One side?  I'm confused.  You mean want these?
    But you're only seeing this?

  • How do I Help Apple Care Stop Warring with Each Other and Fix the Problem with My iPhone that They Acknowledge Creating?

    How Do I Help Apple US & Apple Europe Stop Warring With Each Other And Fix The Problem They Created?
    PROBLEM
    Apple will not replace, as promised, the iPhone 5 (A1429 GSM model) that they gave me in London, UK, with an iPhone 5 (A1429 CDMA model).
    BACKGROUND
    My iPhone 5 (A1429 CDMA model) was purchased this year in September on an existing Verizon Wireless (VZW) line using an upgrade. The purchase took place in California and the product was picked up using Apple Personal Pickup through the Cerritos Apple Retail Store. I will refer to this phone at my "original" phone.
    The original phone was taken into the Apple Store Regent Street in London, England, UK on November 15, 2012. The reason for this visit was that my original phone's camera would not focus.
    The Apple Store Regent Street verified there was a hardware problem but was unable to replace the part.
    The Apple Store Regent Street had me call the US AppleCare. At first they denied support, but then a supervisor, name can be provided upon request, approved the replacement of my original phone with an iPhone 5 (A1429 GSM model) as a temporary solution until I got back in the US. And approved that the GSM model would be replaced with a CDMA model when I came back to the US. I will refer to the GSM model as the "replacement". They gave me the case number --------.
    The Apple Store Regent Street gave me the replacement and took the original. The first replacement did not work for reasons I do not understand. They switched out the replacement several times until they got one that worked on the T-Mobile nano SIM card that I had purchased in England, UK. Please refer to the repair IDs below to track the progression of phones given to me at the Apple Store Regent Street:
    Repair ID ----------- (Nov 15)
    Repair ID ----------- (Nov 16)
    Repair ID ----------- (Nov 16)
    The following case number was either created in the UK or France between November 15 to November 24. Case number -----------
    On November 19, 2012, I went to France and purchased an Orange nano SIM card. The phone would not activate like the first two repair IDs above.
    On November 24, 2012, I went to the Apple Store Les Quatre Temps. The Genius told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault. They had me call the AppleCare UK.
    My issue was escalated to a tier 2 UK AppleCare agent. His contact information can be provided upon request. He gave me the case number -----------.
    The UK tier 2 agent became upset when he heard that I was calling from France and that the France Apple Store or France AppleCare were not helping me. He told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault.
    The UK tier 2 agent said he was working with engineers to resolve my problem and would call me back the next day on November 25, 2012.
    While at the Apple Store Les Quatre Temps, a Genius switched the phone given to from repair ID ----------- with a new one that worked with the French nano SIM card.
    Also, while at the Apple Store Les Quatre Temps, I initiated a call with AppleCare US to get assistance because it seems that AppleCare UK was more upset that France was not addressing the issue rather than helping me. I have email correspondance with the AppleCare US representative.
    A Genius at the Apple Store Les Quatre Temps switched the replacement with a new GSM model that worked on the French SIM card but would not work if restored, received a software update, or had the SIM card changed. This is the same temporary solution I received from the Apple Store Regent Street in the UK.
    By this point, I had spent between 12-14 hours in Apple Store or on the phone with an AppleCare representative.
    Upon arriving in the US, I went to my local Apple Store Brea Mall to have the replacement switched with a CDMA model. They could not support me. He told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault. My instructions were to call AppleCare US again.
    My call with AppleCare US was escalated to a Senior Advisor, name can be provided upon request, and they gave me the case number -----------. After being on the phone with him for over an hour, his instructions were to call the Apple Store Regent Street and tell them to review my latest notes. They were to process a refund for a full retail priced iPhone 5 64BG black onto my credit card so that I could use that money to buy a new iPhone 5 64GB black at the Apple Store Brea Mall to reoslve the problem.
    The Apple Store Regent Street did not process my refund. He, name can be provided upon request, told me that the AppleCare US did not do a good job reviewing my case, that they were incapable of getting to the bottom of it like they were, and instructed me to call AppleCare US and tell them to review this case number and this repair id. I asked if he read the notes from the AppleCare US Senior Advisor and he would not confirm nor deny. When I offered to give him the case number he accepted but it seemed like would do no good. Our call was disconnected. When I tried calling back the stores automated system was turned on and I could not get back through.
    Now I have the full retail price of an iPhone 5 64GB black CDMA on my credit card and Apple will not process the refund as they said they would.
    I've, at this point, spent between 14-16 hours at Apple Stores or on the phone with AppleCare representatives, and still do not have the problem resolved.
    SOLUTION
    AppleCare US and AppleCare Europe need to resolve their internal family issues without further impacting their customers.
    Apple is to process a refund to my credit card for the cost of a full retail priced iPhone 5 64GB black.
    DESIRED OUTCOMES
    I have an iPhone 5 (A1429 CDMA model) that works in the US on VZW as it did before I received the replacement phone in the UK.
    Apple covers the cost of the solution because I did not create the problem.
    Apple resolves their internal issue without costing me more time, energy, or money.
    This becomes a case study for AppleCare so that future customers are not impacted like I have been by their support system.
    Does anyone have recommendations for me?
    Thank you!
    <Edited by Host>

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • A720 and windows 8 problems

    Im trying to setup the a720  with windows 8 and have this problems: When power off the computer have all time this BSOD : SESSION_HAS_VALID_POOL_ON_EXIT Touchscreen not work.
    If I run the windows 8 install, just for test, the touch is working, the problem is after install.
    External hard disk not working when connect to any USB port, and unplug result in a system freeze.
    Here my mini dump for error SESSION_HAS_VALID_POOL_ON_EXIT, I have the i5 model too and this not happen on that model:
    Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com) Online Crash Dump Analysis Service See http://www.osronline.com for more information Windows 8 Kernel Version 9200 MP (8 procs) Free x64 Product: WinNt, suite: TerminalServer SingleUserTS Built by: 9200.16384.amd64fre.win8_rtm.120725-1247 Machine Name: Kernel base = 0xfffff800`60081000 PsLoadedModuleList = 0xfffff800`6034ba60 Debug session time: Wed Nov 28 17:08:03.203 2012 (UTC - 5:00) System Uptime: 0 days 0:00:13.897 ******************************************************************************* *                                                                             * *                        Bugcheck Analysis                                    * *                                                                             * *******************************************************************************
    SESSION_HAS_VALID_POOL_ON_EXIT (ab) Caused by a session driver not freeing its pool allocations prior to a session unload.  This indicates a bug in win32k.sys, atmfd.dll, rdpdd.dll or a video driver. Arguments: Arg1: 0000000000000001, session ID Arg2: 00000000000000f0, number of paged pool bytes that are leaking Arg3: 0000000000000000, number of nonpaged pool bytes that are leaking Arg4: 0000000000000001, total number of paged and nonpaged allocations that are leaking. nonpaged allocations are in the upper half of this word, paged allocations are in the lower half of this word.
    Debugging Details: ------------------
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
    BUGCHECK_STR:  0xAB
    PROCESS_NAME:  csrss.exe
    CURRENT_IRQL:  0
    LAST_CONTROL_TRANSFER:  from fffff80060680506 to fffff800600fc040
    STACK_TEXT:  fffff880`05d059b8 fffff800`60680506 : 00000000`000000ab 00000000`00000001 00000000`000000f0 00000000`00000000 : nt!KeBugCheckEx fffff880`05d059c0 fffff800`603e8bb5 : fffff880`04983b40 00000000`00000000 fffff880`04983000 ffffffff`ffffffe6 : nt! ?? ::NNGAKEGL::`string'+0x36216 fffff880`05d05a10 fffff800`604a48b6 : 00000000`00000372 fffff880`04983000 fffffa80`090203c0 fffffa80`08fc4540 : nt!MiDereferenceSessionFinal+0xf1 fffff880`05d05a80 fffff800`604abe68 : fffff8a0`00142b00 00000000`00000000 00000000`00000001 00000000`00000001 : nt!MmCleanProcessAddressSpace+0x2be fffff880`05d05af0 fffff800`604ac55e : fffffa80`00000000 00000002`00000001 00000000`00000000 fffff8a0`00d0b8f0 : nt!PspExitThread+0x668 fffff880`05d05c10 fffff800`600e1dd6 : fffff800`60377180 00000000`00000080 fffffa80`090203c0 fffffa80`08fc4540 : nt!PspTerminateThreadByPointer+0x4e fffff880`05d05c60 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x16
    STACK_COMMAND:  kb
    FOLLOWUP_IP: nt! ?? ::NNGAKEGL::`string'+36216 fffff800`60680506 cc              int     3
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  nt! ?? ::NNGAKEGL::`string'+36216
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  5010ac4b
    FAILURE_BUCKET_ID:  X64_0xAB_nt!_??_::NNGAKEGL::_string_+36216
    BUCKET_ID:  X64_0xAB_nt!_??_::NNGAKEGL::_string_+36216
    Followup: MachineOwner ---------

    Ok, the problem is generated by NVIDIA VIDEO DRIVER!
    Honesty I cant understand why LENOVO not choose for this machines a ivibridge CPU with HD4000 VIDEO, performance is similar, and Intel VIDEOS GPU, have 0 troubles, ATI AND NVIDIA always are very problematic.
    Anyway the solution is simple:
    1 Turn OFF windows update, or change to selective install.
    This prevent win update install NVIDIA driver in automatic way.
    2 Uninstall NVIDIA driver sand NVIDIA related stuff.
    3 Restart the machine, NOT POWER OFF, just restart.
    4 Now go to SYSTEM PROPERTIES > HARDWARE > DEVICE MANAGER
    INSIDE DISPLAY ADPATER NOW SELECT DISABLE THE DEFAULT VGA DRIVER, NOR UNINSTALL CHOOSE DISABLE!
    NOW RESTART.
    After restart now touchscreen work correctly, and next time you power off the machine, not have that ugly error all time.
    This not is a final solution is just a workaround until LENOVO/NVIDIA provide a final fix for this.

Maybe you are looking for

  • InputText value is not getting updated in Iterator

    Hi All, We are using jdeveloper 11.1.1.5. I have having 2 bounded taskflows TF1 and TF2. In TF1 I am having Page1.jspx and in TF 2 I have Page2.jspx. I am having 1 page fragment Frag1.jsff inside that I am having 1 textbox and a button. Text box is b

  • Is Apple going to solve this problem?

    As I scan through the forum with problems of my own, I see that the majority of the people all have the same problem. It must be a problem with software unless Apple is trying to force the users to purchase new units. Everyone is scared that their ip

  • Universal dock and sector adapter compatibility

    Hi, is someone aware of compatibility issues between Apple Universal Dock and Apple sector adapter (plugged in the wall)? I have bought my dock in the US and my adapter is French. I cannot charge my iPod through the dock when it is plugged to the sec

  • Error message Insufficient Credit

    Hello, I am trying to call a mobile phone in/from the Philippines from Mexico but when i dial the phone I get a message that says 'insufficient credit' even though I have all 60 minutes left from my World minutes for Office 365 subscription. What exa

  • Cleaning my mac mini

    how to clean my mac mini