Unity 7 Alternate Greeting - auto enabled

Hi,
I have just migrated 1600 users via COBRAS from Unity 4.0.5 to Untiy 7.0 and I seem to have an issue whereby users complain their Alternate Greeting is enabled when they have not enabled it themselves.
Has anybody experienced this issue, anybody aware of a bug in this area?
Is there a way for me to check audit logs to see if this is getting set by an administrator (unlikely) or the end user? I assume this will be or could be enabled to be logged somewhere.
Thanks
Jed

yeah, if you're updating the switch Id it has to touch the contact (transfer) rules since it's legal for those to be associated with different phone systes (though highly unusual).  If there's no note about updating the greeting rule for alternate for any of the logs then BulkEdit isn't likely your culprit.
IF there's nothing in the IIS logs (where the administration web inteterface does it's logging) that the admin reports pull from and BulkEdit isn't your guy then there's not a lot of good ways to run down who made this change or why - someone could, of course, had done direct DB edits (using SQL manager, the CLI or CUDLE among others) - Audio Text Manager could have been used (doubtful - it's a one-at-a-time type interface, too, just as the SA is). 
Unity doesn't have a full audit log at the SQL level (this was tried but it bogged MSSQL down way too much to have that level of table/row based log output) - Connection has something like this (done at the trigger/proc level) so you can back trace how a change was made (though not always who changed it) but so far as I know Unity has nothing this deep for root cause analysis of such changes.

Similar Messages

  • Alternate Greeting Notices in Connection 8.5(1)SU1

    Looking  for the option called Alternate Greeting Notices that is available in Unity.
    Description of feature as outlined in Unity 5.x
    Alternate greeting notices are a type of message receipt and work as follows: whenever a subscriber leaves or sends a message to a subscriber who has the alternate greeting enabled, Cisco Unity delivers the message and also sends the sender an alternate greeting notice. Consider enabling alternate greeting notices so that subscribers are alerted when a message recipient has the alternate greeting enabled.
    The alternate greeting notice says: "The alternate greeting for <subscriber name or ID> is on and will remain on until <expiration date for the greeting>. The message you sent was delivered, but the recipient may not be available to play it." (Alternatively, Cisco Unity will indicate when the greeting is set to play indefinitely, rather than playing the expiration date.)
    As long as subscribers can access receipts, they can play notices by phone or view the text from the Cisco Unity Inbox. Alternate greeting notices do not trigger message waiting indicators (MWIs).

    Jason , is this one of those CUC installations were you had a 8.5 disc, the upon installation, sent the SU1 patch to it?  If you did, its probably broken and you need to reinstall.  
    Install with 8.5 loaded and working
    Then use SU1 update.

  • Alternate greeting is not working

                       Alternate greeting is not working on Unity connection 8.X. Only standard greeting is played even after activating alternate one.
    All users are affected.
    Please advise.

    If you activated Android Device Manager on your phone and associated it with your Google account, you may be able to use Android Device Manager to unlock your phone. 

  • How do you auto enable an extension.

    I am an administrator that manages several hundred workstations. I would like to be able to auto enable one of the extensions that is deployed in our environment.

    Though your issue is complicated and I'm not able to give you a detailed response, I found some links that may help you solve your issue, so I attach them:
    http://stackoverflow.com/questions/8837012/enable-disable-firefox-addons-from-an-external-application
    https://developer.mozilla.org/en-US/docs/Installing_extensions
    https://developer.mozilla.org/en-US/docs/Extension_Packaging
    With all this documentation, I think you could make some watcher application to massively deploy the extension over your intranet and enable it.

  • How to Auto Enable activeX???

    Hi All,
    Does anyone know how to prevent IE7 from prompting to enable activeX
    (Auto Enabling activeX)?
    I know it is possible as in NB 6.0 jsf pages scripts are used and I am not asked to enable a activeX content.
    I want to use this functionality in jsp pages.
    Help will be much appreciated
    Thanx gtRpr

    Hi thanx for your concern.
    I fraised the question wrong (My apologies), I meant to say that I want to auto enable JavaScript (Active Content)
    It is for both intranet and internet Websites.
    I have been playing with jsf, the scripts generated from jsf never prompts to activate active content
    hens my question if anyone knows how jsf achieves this.
    Incase you are wondering why I don't just do it in jsf, I feel more comfortable coding in jsp and yes it is more work but I find it runs quicker
    and I have more control. Yes I know probably stupid hay.
    As for trying it in java code I will try using custom tags, had thought about it but just to lazy.
    I have found css that does most of what I need Eg:(Menus, Layouts ect.)
    but need to use code to do more advanced effects and quicker validation amongst other things.
    Regards gtRpr.
    Knowledge is wasted if not shared, used or given to me.

  • If I get one of the Toshiba SSDs and put it in my 2011 MBP, will it auto enable trim support?

    If I get one of the Toshiba SSDs and put it in my 2011 MBP, will it auto enable trim support?

    It is outrageous that Appe deliberately does not enable TRIM support native to the OS to non Apple SSD drives automatically. Even worse is to cancel it after an update of the OS.
    It is forcing anyone who does not add up to your greedy aftersales target to eventually experience trouble with their non Apple drives.
    It is monopoly, isn't it?
    It does also sounds petty, very disgusting from such a reputable company.
    I love Apple but they do not need to go down such length to whatever are their aims.
    Very disappointed to find out that the TRIM support I enabled prior to the update 10.9.3 is now disable.
    Simply unbelievable!

  • CUC 10.0 Unable to reach user VM box / Answered by the Unity standard greeting "Hello" etc

    Can anyone help with the above?
    I have configured Unity using SIP and have managed to get a user enrolled successfully and set up the personal greeting. However, when I call the number of the working user and it flips to VM I just the standard "Hello" greeting and not the VM box.
    Look forward to some replies
    Best regards
    Simon

    Hello
    Can you do the below:-
    Go to CUCM-device-Trunk "existing sip trunk between CUCM & CUC"-under "Inbound Calls" Check "Redirecting Diversion Header Delivery-Inbound" , and  also go down under " outgoing Calls" - check "Redirecting Diversion Header Delivery -Outbound"  . Then Reset your SIP trunk and check please .
    Thanks
    Please rate all useful information

  • How to auto-enable af:commandButton when all af:inputText have been typed

    1. the use case is:
    <af:commandButton text="Save"> <af:commandButton text="Cancel">
    <af:inputText label="Name" required = "true">
    <af:inputText label="Age" required="true">
    both name and age have been inputted, how to enable the save button at that time.
    2. another question is, the two inputTexts are both 'required', so how to release this constraint between them and the Cancel button, I mean, the cancel action could be processed even user hasn't type anything into either of the inputTexts.
    how to implement the above?
    JDev: 11g
    Thanks very much.
    Kevin.

    Hi Kevin,
    Try this.
    <af:inputText label="Name" value="#{backingbean.name}"
                  autoSubmit="true" id="name"
                  immediate="true" required="true"/>
    <af:inputText label="Age"
                  value="#{backingbean.age}"
                  id="age" autoSubmit="true"
                  immediate="true" required="true"/>
    <af:commandButton text="Save"
                      action="#{backingbean.saveForm}"
                      partialTriggers="name age"
                      disabled="#{backingbean.name== null || backingbean.age == null}"/>
    <af:commandButton text="Cancel"
                      action="#{backingbean.cancelForm}"
                      immediate="true"/>Regards,
    Chan Kelwin

  • Sales order - auto enable of procurement in logistic

    Hi Experts
    is there any setups available to enable automatically procurement document in logistic tab in sales order ? Or how it should be make it as mandatory selection?
    Asupathy 

    Hi Asupathy Raja,
    You can Block the sales order using the Transaction Notification if there is no stock for the items involved in the sales order..
              IF @transaction_type in ('A') AND (@OBJECT_TYPE='17')
                BEGIN
                     If exists (select T0.DocEntry from ORDR  t0
                     inner join RDR1 t1 on t1.DocEntry=t0.DocEntry
                     inner join OITM t2 on t2.ItemCode=t1.ItemCode
                     where T0.DocEntry =  @list_of_cols_val_tab_del and T0.[PoPrss] <> 'Y' and t2.OnHand<='0')
                     Begin
                          SET @error = 10
                          SET @error_message = 'Stock not aviable Please select procurement check box'
                     End
           End
    Hope helpful
    Regards
    Kennedy

  • Tecra M5: How to auto enable the secondary monitor?

    Hi,
    When I dock my Tecra M5 with the screen open and turn it on, I would like it to automatically enable the secondary monitor, and set it to the primary monitor. Currently, when docking it does not do this - and I have to manually enable the second monitor, and then set it to primary.
    Any ideas?
    Thanks
    Fraser

    Hi Fraser
    As far as I know its not possible to set the external monitor as a primary display on booting.
    But what graphic card is installed in your notebook?
    On the Toshiba website I have found a new release of Intel display driver.
    But is it possible to enable automatically the external display and set it to the primary monitor without using the docking station?

  • Registry Key for auto enable "print as image"

    Hello everybody,
    we are using Adobe Reader X (10.0.1) on Windows 2003/2008 Terminal Servers.
    Is there a possibility to enable the "print as image" function via a registry key, so it is enabled as standard?
    I know that this has worked in Adobe Reader 9 and earlier, but how does it work in Adobe Reader X?
    Best regards,
    Patrick

    I have found the solution at this link:
    http://forums.adobe.com/thread/393479
    We are an automated machine engineering company and we have about 40 mechanical and electrical engineers.  They open and print many PDF manuals and documents from everywhere. I have found that "Print to Image" corrects all of the problems 100% of the time. No need to troubleshoot or figure out what is wrong with a document, it just works.
    Thank you very much for your reply.
    Don Michaels

  • Do Not Disturb keeps auto enabling Manual setting

    So, my Do Not Disturb works fine when the settings function normally. But I finally figured out what makes it function abnormally all the time.  The MANUAL setting!
    I have my DND settings turned to
    Manual: off
    Scheduled: on
    All is well this way.  However I will find that I'm not getting any sounds for text messages and I go to check the settings, and somehow, manual is turned to ON again, every time!  No one else is using my phone, etc. I don't reboot it or turn it off very often so it's not being reset that way either. It just happens spontaneously.
    So most of the time since I started using the DND feature, my phone has been in an almost permanent state of D-n-d.  It's really annoying and I'd like to know if there's anything I can do to fix this issue with Manual turning itself on all the time.

    http://support.apple.com/kb/TS4510

  • Why is guest user account being auto-enabled?

    Simple question about icloud.  Why does the guest user account get re-enbled on my mac when I sign into iCloud?  What does the guest user account have to do with iCloud?   Normally my guest user account is disabled but everytime I sign back into iCloud on my mac it gets reenabled.  So, there must be some relationship between iCloud and the guest user account.   Any ideas? 

    Simple question about icloud.  Why does the guest user account get re-enbled on my mac when I sign into iCloud?  What does the guest user account have to do with iCloud?   Normally my guest user account is disabled but everytime I sign back into iCloud on my mac it gets reenabled.  So, there must be some relationship between iCloud and the guest user account.   Any ideas? 

  • Dont Record message Unity 8.5

    Good Afternoon
    I have a CUCM 8.6 in cluster, integrated with unity conection 8.5 in cluster-pair, An caller call to an user register in unity,  unavailable greeting is enabled for the user caller, but never recorded, the voice port are correct.

    If I understand your question, callers are unable to leave a message for the end user. Check call action after greeting. It should be set to take message. Check also what greeting is active: standard, closed, alternate and if the the voice mail box is full as well.
    Please rate helpfull answers!

  • Lightdm with unity-greeter won't load

    I've been attempting to install lightdm and the unity greeter, and I'm a bit stuck here.
    I've installed the lightdm-ubuntu and lightdm-unity-greeter packages from the AUR.  It starts up normally, but there is no gear available to choose session type, and logging in causes the DM to just restart and go back to the logon page.
    I was able to use lightdm and lightdm-gtk-greeter successfully.  Also, running startx from another tty successfully starts my session (in my case, xmonad).  I've attached my configuration files and log files, in case anyone can make heads or tails of them.
    File dump follows!
    Here's my etc/lightdm/lightdm.conf:
    # General configuration
    # start-default-seat = True to always start one seat if none are defined in the configuration
    # greeter-user = User to run greeter as
    # minimum-display-number = Minimum display number to use for X servers
    # minimum-vt = First VT to run displays on
    # lock-memory = True to prevent memory from being paged to disk
    # user-authority-in-system-dir = True if session authority should be in the system location
    # guest-account-script = Script to be run to setup guest account
    # log-directory = Directory to log information to
    # run-directory = Directory to put running state in
    # cache-directory = Directory to cache to
    # xsessions-directory = Directory to find X sessions
    # remote-sessions-directory = Directory to find remote sessions
    # xgreeters-directory = Directory to find X greeters
    [LightDM]
    #start-default-seat=true
    #greeter-user=lightdm
    #minimum-display-number=0
    #minimum-vt=7
    #lock-memory=true
    #user-authority-in-system-dir=false
    #guest-account-script=guest-account
    #log-directory=/var/log/lightdm
    #run-directory=/var/run/lightdm
    #cache-directory=/var/cache/lightdm
    xsessions-directory=/usr/share/xsessions
    #remote-sessions-directory=/usr/share/lightdm/remote-sessions
    #xgreeters-directory=/usr/share/xgreeters
    # Seat defaults
    # type = Seat type (xlocal, xremote)
    # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
    # xserver-layout = Layout to pass to X server
    # xserver-config = Config file to pass to X server
    # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
    # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
    # xdmcp-port = XDMCP UDP/IP port to communicate on
    # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
    # greeter-session = Session to load for greeter
    # greeter-hide-users = True to hide the user list
    # greeter-allow-guest = True if the greeter should show a guest login option
    # greeter-show-manual-login = True if the greeter should offer a manual login option
    # greeter-show-remote-login = True if the greeter should offer a remote login option
    # user-session = Session to load for users
    # allow-guest = True if guest login is allowed
    # guest-session = Session to load for guests (overrides user-session)
    # session-wrapper = Wrapper script to run session with
    # display-setup-script = Script to run when starting a greeter session (runs as root)
    # greeter-setup-script = Script to run when starting a greeter (runs as root)
    # session-setup-script = Script to run when starting a user session (runs as root)
    # session-cleanup-script = Script to run when quitting a user session (runs as root)
    # autologin-guest = True to log in as guest by default
    # autologin-user = User to log in with by default (overrides autologin-guest)
    # autologin-user-timeout = Number of seconds to wait before loading default user
    # autologin-session = Session to load for automatic login (overrides user-session)
    # exit-on-failure = True if the daemon should exit if this seat fails
    [SeatDefaults]
    type=xlocal
    xserver-command=X
    #xserver-layout=
    #xserver-config=
    #xserver-allow-tcp=false
    #xdmcp-manager=
    #xdmcp-port=177
    #xdmcp-key=
    #greeter-session=lightdm-unity-greeter
    #greeter-hide-users=false
    #greeter-allow-guest=true
    #greeter-show-manual-login=false
    #greeter-show-remote-login=true
    user-session=XMonad
    #allow-guest=true
    #guest-session=UNIMPLEMENTED
    #session-wrapper=lightdm-session
    #display-setup-script=
    #greeter-setup-script=
    #session-setup-script=
    #session-cleanup-script=
    #autologin-guest=false
    #autologin-user=
    #autologin-user-timeout=0
    #autologin-session=UNIMPLEMENTED
    #exit-on-failure=false
    # Seat configuration
    # Each seat must start with "Seat:".
    # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
    #[Seat:0]
    # XDMCP Server configuration
    # enabled = True if XDMCP connections should be allowed
    # port = UDP/IP port to listen for connections on
    # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
    # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
    # it can be a word and the first 7 characters are used as the key.
    greeter-session=unity-greeter
    [XDMCPServer]
    #enabled=false
    #port=177
    #key=
    # VNC Server configuration
    # enabled = True if VNC connections should be allowed
    # port = TCP/IP port to listen for connections on
    [VNCServer]
    #enabled=false
    #port=5900
    #width=1024
    #height=768
    #depth=8
    My contents of /usr/share/xsessions:
    $ ls /usr/share/xsessions
    xmonad.desktop
    /usr/share/xsessions/xmonad.desktop
    [Desktop Entry]
    Encoding=UTF-8
    Name=XMonad
    Comment=Lightweight tiling window manager
    Exec=xmonad
    Icon=xmonad.png
    Type=XSession
    And the log files, after boot and one log on attempt:
    /var/log/lightdm/lightdm.log
    [+0.03s] DEBUG: Logging to /var/log/lightdm/lightdm.log
    [+0.03s] DEBUG: Starting Light Display Manager 1.4.0, UID=0 PID=355
    [+0.03s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf
    [+0.03s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
    [+0.27s] DEBUG: Registered seat module xlocal
    [+0.27s] DEBUG: Registered seat module xremote
    [+0.27s] DEBUG: Adding default seat
    [+0.27s] DEBUG: Starting seat
    [+0.27s] DEBUG: Starting new display for greeter
    [+0.27s] DEBUG: Starting local X display
    [+0.31s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
    [+0.31s] DEBUG: Using VT 7
    [+0.31s] DEBUG: Activating VT 7
    [+0.36s] DEBUG: Logging to /var/log/lightdm/x-0.log
    [+0.43s] DEBUG: Writing X server authority to /var/run/lightdm/root/:0
    [+0.43s] DEBUG: Launching X Server
    [+0.43s] DEBUG: Launching process 368: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
    [+0.44s] DEBUG: Waiting for ready signal from X server :0
    [+0.44s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
    [+0.44s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
    [+2.46s] DEBUG: Got signal 10 from process 368
    [+2.46s] DEBUG: Got signal from X server :0
    [+2.46s] DEBUG: Connecting to XServer :0
    [+2.51s] DEBUG: Starting greeter
    [+2.51s] DEBUG: Started session 387 with service 'lightdm-greeter', username 'lightdm'
    [+3.33s] DEBUG: Session 387 authentication complete with return value 0: Success
    [+3.33s] DEBUG: Greeter authorized
    [+3.33s] DEBUG: Logging to /var/log/lightdm/x-0-greeter.log
    [+3.38s] DEBUG: Session 387 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter
    [+4.53s] DEBUG: Greeter connected version=1.4.0
    [+4.53s] DEBUG: Greeter connected, display is ready
    [+4.53s] DEBUG: New display ready, switching to it
    [+4.53s] DEBUG: Activating VT 7
    [+5.34s] DEBUG: Greeter start authentication for jabenze
    [+5.34s] DEBUG: Started session 424 with service 'lightdm', username 'jabenze'
    [+5.36s] DEBUG: Greeter start authentication for jabenze
    [+5.36s] DEBUG: Session 424: Sending SIGTERM
    [+5.36s] DEBUG: Started session 426 with service 'lightdm', username 'jabenze'
    [+5.36s] DEBUG: Session 424 terminated with signal 15
    [+5.36s] DEBUG: Session 424 failed during authentication
    [+5.39s] DEBUG: Session 426 got 1 message(s) from PAM
    [+5.39s] DEBUG: Prompt greeter with 1 message(s)
    [+13.53s] DEBUG: Continue authentication
    [+13.55s] DEBUG: Session 426 authentication complete with return value 0: Success
    [+13.55s] DEBUG: Authenticate result for user jabenze: Success
    [+13.56s] DEBUG: User jabenze authorized
    [+13.56s] DEBUG: Greeter requests session ubuntu
    [+13.56s] DEBUG: Using session ubuntu
    [+13.56s] DEBUG: Stopping greeter
    [+13.56s] DEBUG: Session 387: Sending SIGTERM
    [+13.59s] DEBUG: Greeter closed communication channel
    [+13.59s] DEBUG: Session 387 exited with return value 0
    [+13.59s] DEBUG: Greeter quit
    [+13.60s] DEBUG: Dropping privileges to uid 1000
    [+13.60s] DEBUG: Calling setresgid
    [+13.60s] DEBUG: Calling setresuid
    [+13.62s] DEBUG: Restoring privileges
    [+13.62s] DEBUG: Calling setresuid
    [+13.62s] DEBUG: Calling setresgid
    [+13.63s] DEBUG: Dropping privileges to uid 1000
    [+13.63s] DEBUG: Calling setresgid
    [+13.63s] DEBUG: Calling setresuid
    [+13.63s] DEBUG: Writing /home/jabenze/.dmrc
    [+13.70s] DEBUG: Restoring privileges
    [+13.70s] DEBUG: Calling setresuid
    [+13.70s] DEBUG: Calling setresgid
    [+13.73s] DEBUG: Failed to load session file /usr/share/xsessions/ubuntu.desktop: No such file or directory
    [+13.73s] DEBUG: Failed to start greeter
    [+13.73s] DEBUG: Stopping display
    [+13.73s] DEBUG: Session 426: Sending SIGTERM
    [+13.73s] DEBUG: Session 426 terminated with signal 15
    [+13.73s] DEBUG: User session quit
    [+13.73s] DEBUG: Sending signal 15 to process 368
    [+14.28s] DEBUG: Process 368 exited with return value 0
    [+14.28s] DEBUG: X server stopped
    [+14.28s] DEBUG: Removing X server authority /var/run/lightdm/root/:0
    [+14.28s] DEBUG: Releasing VT 7
    [+14.28s] DEBUG: Display server stopped
    [+14.28s] DEBUG: Display stopped
    [+14.28s] DEBUG: Active display stopped, switching to greeter
    [+14.28s] DEBUG: Switching to greeter
    [+14.28s] DEBUG: Starting new display for greeter
    [+14.28s] DEBUG: Starting local X display
    [+14.28s] DEBUG: Using VT 7
    [+14.28s] DEBUG: Logging to /var/log/lightdm/x-0.log
    [+14.28s] DEBUG: Writing X server authority to /var/run/lightdm/root/:0
    [+14.28s] DEBUG: Launching X Server
    [+14.28s] DEBUG: Launching process 463: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
    [+14.28s] DEBUG: Waiting for ready signal from X server :0
    [+14.88s] DEBUG: Got signal 10 from process 463
    [+14.88s] DEBUG: Got signal from X server :0
    [+14.88s] DEBUG: Connecting to XServer :0
    [+14.88s] DEBUG: Starting greeter
    [+14.88s] DEBUG: Started session 468 with service 'lightdm-greeter', username 'lightdm'
    [+14.90s] DEBUG: Session 468 authentication complete with return value 0: Success
    [+14.90s] DEBUG: Greeter authorized
    [+14.90s] DEBUG: Logging to /var/log/lightdm/x-0-greeter.log
    [+14.90s] DEBUG: Session 468 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter
    [+15.01s] DEBUG: Greeter connected version=1.4.0
    [+15.01s] DEBUG: Greeter connected, display is ready
    [+15.01s] DEBUG: New display ready, switching to it
    [+15.01s] DEBUG: Activating VT 7
    [+15.01s] DEBUG: Stopping greeter display being switched from
    [+15.10s] DEBUG: Greeter start authentication for jabenze
    [+15.10s] DEBUG: Started session 500 with service 'lightdm', username 'jabenze'
    [+15.11s] DEBUG: Session 500 got 1 message(s) from PAM
    [+15.11s] DEBUG: Prompt greeter with 1 message(s)
    [+15.15s] DEBUG: Greeter start authentication for jabenze
    [+15.15s] DEBUG: Session 500: Sending SIGTERM
    [+15.15s] DEBUG: Started session 502 with service 'lightdm', username 'jabenze'
    [+15.15s] DEBUG: Session 500 terminated with signal 15
    [+15.15s] DEBUG: Session 500 failed during authentication
    [+15.15s] DEBUG: Session 502 got 1 message(s) from PAM
    [+15.15s] DEBUG: Prompt greeter with 1 message(s)
    /var/log/lightdm/x-0-greeter.log:
    ** (process:468): WARNING **: Failed to open CK session: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
    Activating service name='org.a11y.atspi.Registry'
    [+0.00s] DEBUG: unity-greeter.vala:438: Starting unity-greeter 12.10.4 UID=999 LANG=(null)
    [+0.00s] DEBUG: unity-greeter.vala:441: Setting cursor
    Successfully activated service 'org.a11y.atspi.Registry'
    [+0.00s] DEBUG: unity-greeter.vala:455: Loading command line options
    [+0.00s] DEBUG: unity-greeter.vala:483: Setting GTK+ settings
    ** (at-spi2-registryd:490): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    ** (at-spi2-registryd:490): WARNING **: Unable to register client with session manager
    [+0.04s] DEBUG: unity-greeter.vala:506: Creating Unity Greeter
    [+0.04s] DEBUG: unity-greeter.vala:55: Creating background surface
    [+0.04s] DEBUG: Connecting to display manager...
    [+0.04s] DEBUG: Wrote 17 bytes to daemon
    [+0.04s] DEBUG: Read 8 bytes from daemon
    [+0.04s] DEBUG: Read 149 bytes from daemon
    [+0.04s] DEBUG: Connected version=1.4.0 default-session=XMonad show-manual-login=false hide-users=false has-guest-account=true show-remote-login=true
    [+0.06s] DEBUG: menubar.vala:342: LANG=(null) LANGUAGE=(null)
    [+0.06s] WARNING: File '/usr/lib/indicators3/7/libsession.so' does not exist.
    [+0.06s] WARNING: File '/usr/lib/indicators3/7/libdatetime.so' does not exist.
    [+0.06s] WARNING: File '/usr/lib/indicators3/7/libpower.so' does not exist.
    [+0.06s] WARNING: File '/usr/lib/indicators3/7/libsoundmenu.so' does not exist.
    [+0.06s] WARNING: File '/usr/lib/indicators3/7/libapplication.so' does not exist.
    [+0.06s] DEBUG: menubar.vala:360: LANG=(null) LANGUAGE=(null)
    [+0.07s] DEBUG: Loading users from org.freedesktop.Accounts
    [+0.07s] DEBUG: Loading user /org/freedesktop/Accounts/User1000
    [+0.08s] DEBUG: Loading sessions from org.freedesktop.DisplayManager
    [+0.08s] DEBUG: user-list.vala:950: Adding/updating user jabenze ()
    [+0.08s] WARNING: Could not get accounts property XKeyboardLayouts
    [+0.08s] WARNING: Could not get accounts property XHasMessages
    [+0.08s] CRITICAL: g_variant_get_type: assertion `value != NULL' failed
    [+0.08s] CRITICAL: g_variant_type_is_subtype_of: assertion `g_variant_type_check (type)' failed
    [+0.08s] CRITICAL: g_variant_get_type_string: assertion `value != NULL' failed
    [+0.08s] WARNING: Unexpected accounts property type for XHasMessages: (null)
    [+0.08s] CRITICAL: g_variant_unref: assertion `value != NULL' failed
    [+0.08s] WARNING: Could not get accounts property XKeyboardLayouts
    [+0.08s] WARNING: Could not get accounts property XHasMessages
    [+0.08s] CRITICAL: g_variant_get_type: assertion `value != NULL' failed
    [+0.08s] CRITICAL: g_variant_type_is_subtype_of: assertion `g_variant_type_check (type)' failed
    [+0.08s] CRITICAL: g_variant_get_type_string: assertion `value != NULL' failed
    [+0.08s] WARNING: Unexpected accounts property type for XHasMessages: (null)
    [+0.08s] CRITICAL: g_variant_unref: assertion `value != NULL' failed
    [+0.08s] WARNING: Could not get accounts property XKeyboardLayouts
    [+0.08s] WARNING: Could not get accounts property XHasMessages
    [+0.08s] CRITICAL: g_variant_get_type: assertion `value != NULL' failed
    [+0.08s] CRITICAL: g_variant_type_is_subtype_of: assertion `g_variant_type_check (type)' failed
    [+0.08s] CRITICAL: g_variant_get_type_string: assertion `value != NULL' failed
    [+0.08s] WARNING: Unexpected accounts property type for XHasMessages: (null)
    [+0.08s] CRITICAL: g_variant_unref: assertion `value != NULL' failed
    [+0.08s] DEBUG: user-list.vala:932: Adding guest account entry
    [+0.13s] DEBUG: Loaded session /usr/share/xsessions/xmonad.desktop (XMonad, Lightweight tiling window manager)
    [+0.13s] WARNING: Failed to open sessions directory: Error opening directory '/usr/share/lightdm/remote-sessions': No such file or directory
    [+0.13s] DEBUG: Starting authentication for user jabenze...
    [+0.13s] DEBUG: Wrote 23 bytes to daemon
    [+0.18s] DEBUG: Starting authentication for user jabenze...
    [+0.18s] DEBUG: Wrote 23 bytes to daemon
    [+0.18s] DEBUG: main-window.vala:176: Screen is 3840x1080 pixels
    [+0.18s] DEBUG: main-window.vala:182: Monitor 0 is 1920x1080 pixels at 0,0
    [+0.18s] DEBUG: main-window.vala:182: Monitor 1 is 1920x1080 pixels at 1920,0
    [+0.18s] DEBUG: unity-greeter.vala:509: Showing greeter
    [+0.18s] DEBUG: unity-greeter.vala:198: Showing main window
    [+0.21s] DEBUG: background.vala:470: Regenerating backgrounds
    [+0.21s] DEBUG: background.vala:68: Making background /usr/share/backgrounds/warty-final-ubuntu.png at 1920x1080
    [+0.21s] WARNING: unity-greeter.vala:523: Error starting nm-applet: Failed to execute child process "nm-applet" (No such file or directory)
    [+0.21s] DEBUG: unity-greeter.vala:527: Starting main loop
    [+0.21s] DEBUG: Read 8 bytes from daemon
    [+0.21s] DEBUG: Read 37 bytes from daemon
    [+0.21s] DEBUG: Ignoring prompt authentication with invalid sequence number 1
    [+0.21s] DEBUG: settings-daemon.vala:97: Could not start gnome-settings-daemon over DBus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon was not provided by any .service files
    [+0.27s] DEBUG: Setting keyboard layout to 'us'
    [+0.29s] DEBUG: Read 8 bytes from daemon
    [+0.29s] DEBUG: Read 37 bytes from daemon
    [+0.29s] DEBUG: Prompt user with 1 message(s)
    [+0.32s] DEBUG: unity-greeter.vala:181: starting system-ready sound
    [+0.38s] DEBUG: background.vala:117: Render of background /usr/share/backgrounds/warty-final-ubuntu.png complete
    /var/log/lightdm/x-0.log
    X.Org X Server 1.13.1
    Release Date: 2012-12-13
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.7.0-1-ARCH x86_64
    Current Operating System: Linux frankie 3.6.10-1-ARCH #1 SMP PREEMPT Tue Dec 11 09:40:17 CET 2012 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=51606072-17ca-431e-a2bf-ba739d1cfeb1 ro quiet
    Build Date: 16 December 2012 04:45:14PM
    Current version of pixman: 0.28.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 26 13:36:33 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA

    I am also stuck on this. I get pretty much the exact same result. Until I figure it out I'll be doing the quick startx.

Maybe you are looking for