[SOLVED] Passwordless Login

Hello,
How do I make user accounts passwordless?  Or perhaps blank?
Thanks.
Last edited by RAH (2008-08-20 09:29:19)

SlodS wrote:
Not so long ago, I found a solution. Not pretty, but works:
Edit /etc/shadow file, find a line responsible for an account you want to alter and replace encrypted password with following string: U6aMy0wojraho
For example, change:
username:$1$5x0jrV/s$9zI4fnuGfdgrz=Iz/oK99oBo:13727:0:99999:7:::
to:
username:U6aMy0wojraho:13727:0:99999:7:::
Works for me - GDM with passwordless guest gnome desktop.
All credits go to aysiu at http://ubuntuforums.org/showthread.php?t=513820 where I've found this trick.
Good Luck
Thanks, that's exactly what I've been looking for.

Similar Messages

  • Solaris pam_ldap and passwordless logins

    Dear all,
    http://docs.sun.com/app/docs/doc/816-4556/6maort2te?a=view
    states:
    After you enable pam_ldap account management, all users must provide a password any time they log in to the system. A login password is required for authentication. Therefore, nonpassword-based logins using tools such as rsh, rlogin, or ssh will fail.
    Can somebody confirm that this is really true?
    Background:
    We are using shosts.equiv, which worked fine with NIS. Now we switched to LDAP and everything works fine -- except passwordless logins. Password-based logins work fine. But passwordless (publickey or shosts) gives this message in /var/adm/messages:
    sshd[9023]: [ID 778364 auth.warning] libsldap: server xx.xx.xx.xx does not provide account information without passwordDoes anybody see a chance of getting passwordless logins with pam_ldap to work at all?
    Cheers,
    Jan

    I don't know if LPK (LDAP Public Key) helps, pls try and let us know.
    http://www.opendarwin.org/en/projects/openssh-lpk/
    (google "ldap public key")
    Gary

  • [SOLVED] GNOME login screen freezes after 3 seconds

    Hello,
    today I installed Arch-Linux the first time. I had some issues during the installation (following https://wiki.archlinux.de/title/Anleitu … Einsteiger (its the german version, seems to differ a little from the english version)), but everything went good until I installed GNOME. Now the login screen freezes everytime after quite exactly 3 seconds, unless I press [strg]+[alt]+[f2] fast enough to switch in tty2. Then the screen will only freeze when I switch back to tty1. Once the screen is frozen, I can't switch to tty2 anymore.
    I think the problem has something to do with my nvidia hybrid graphic system. During the installation I installed the packages bumblebee, bbswitch and primus, but uninstalled them because I thought they could be the problem. But although I uninstalled the packages, the "Stamina-Mode" status led is turned on after the system has started and the "Speed-Mode" status led not. I think that's a little bit strange, because I can't imagine which process is controlling these leds.
    So I ran just
    pacman -S xorg-drivers
    and I had to create the xinitrc-file (because I could not find this file in /etc/skel). Now the default GUI appeared after I ran
    startx
    (I saw some windows and a clock). After that I installed gnome, changed the xinitrc-file in my userhome and got the freeze after a reboot.
    I don't know if it has anything to do with my problem, but I get the following error-messages everytime I boot:
    [drm:ibx_irq_handler] *ERROR* PCH transcoder A FIFO underrun
    [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up
    [drm:ilk_display_irq_handler] *ERROR* Pipe A FIFO underrun
    interl ips 0000:00:1f.6: thermal reporting for required devices not enabled, aborting
    Hoeman
    P.S.: Because I'm a total beginner at linux I probably missed the most important informations, but I can give you more if you tell me how
    Last edited by Homan42 (2014-10-18 19:43:17)

    Ok, I could solve the problem myself by installing the latest nvidia driver. Now I guess the intel grahic card is not used anymore, but I don't really know...

  • [SOLVED] ((none)) login/tty and no keyboard after last upgrade?

    Hi,
    I dual boot and it's been a while since I last upgraded. I booted into Arch, updated everything, and used the system for a few days before rebooting (perhaps a bad call). I just rebooted today and my login prompt is like this:
    ((none)) tty1
    (none) login:
    But my keyboard does nothing. No alt+f* to get to a different terminal, no nothing. I have to hard kill the machine. I've tried twice but would prefer not to do that more than I have to. The second time, fsck didn't work so I booted into the Arch install disk and ran it manually. I tried to chroot into my Arch install and re-run pacman -Syu but got transient server failures. Not sure what all needs to be in place to try and do that, though.
    Has anyone encountered anything like this before? I get the same behavior with arch and arch fallback. I boot to login prompt, not directly to X so it's not anything to do with that, at least not that I would figure.
    So far, the only thing I've been able to find is from 2007 (LINK) but it seemed related to X. I'm going to check rc.conf next time I boot up but wanted to see if there's any other suggestions from someone more experience before I boot up again and potentially have to hard kill.
    Thanks for any thoughts/suggestions.
    Last edited by jwhendy (2010-10-26 02:53:26)

    @Knute: indeed.
    Somewhat embarrassingly, I just found out about manually maintaining *.pacnew files today when researching an unrelated issue. It made me wonder if that was my problem. Perhaps something is goofed in /etc which would explain a ton.
    I'm in OS X right now but will reboot shortly and try to fix this issue.
    The keyboard issue is troubling as well, though. Some have reported no logins, but often it's a PAM or login manager issue trying to go into X directly. I'm doing no such thing and literally can't get *anything* to work on my keyboard. That makes me wonder...
    If I were to boot into the Arch CD and try to run pacman manually... what do I have to do other than
    # mount /dev/sda3 /mnt
    # chroot /mnt
    I tried that yesterday but failed. I'm wondering if I have to mount some other items for that to work. /proc?

  • [SOLVED] Automatic Login to Openbox

    Since I'm on a single user machine and have a bios based password prompt at startup, I would like to log in as user automatically and start openbox the same way.
    At the moment I have to log in as usual and can start openbox via startx since I have put
    exec openbox-session
    into ~/.xinitrc.
    How can I automate these steps? I tried it with rc.local, but that way it logically logs in as root which isn't my goal. I would like not to use SLiM if possible.
    Last edited by Flylow (2010-08-06 07:50:53)

    Summary of what I've done to get things work. Maybe somebody can use this as it's a quick version of the wiki - just make sure to replace USERNAME with yours and you've added "exec openbox-session" to your ~/xinitrc.
    Created autologin.c
    #include <unistd.h>
    int main()
    execlp( "login", "login", "-f", "USERNAME", 0);
    Compiled and copied into the right place
    gcc -o autologin autologin.c
    sudo cp autologin /usr/local/sbin/
    Edited /etc/inittab
    id:5:initdefault:
    c1:2345:respawn:/sbin/agetty -n -l /usr/local/sbin/autologin 38400 tty1 linux
    x:5:once:/bin/su USERNAME -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"
    Last edited by Flylow (2010-08-06 08:53:36)

  • [SOLVED] Automatic login to TTY1, openbox error

    SOLUTION at the last post.
    Hello,
    I was trying to create the systemd autologin.service, to log into TTY1 right after boot.
    I have been following the instructions on the wiki:
    https://wiki.archlinux.org/index.php/Au … al_console
    PROBLEM: after boot, the login happens a few times with an error, flashing, and then dissapears leaving with a basic underscore " _ ". I can still use TTY2.
    If I go back to TT1, I see the following error multiple times, (maybe its a loop):
    Last login: today, etc TTY1
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Which is weird because I don't have openbox set to autostart or anything, I think.  (.xinitrc is basic as well; .dmrc has kde-plasma set.)
    +Info:
    $ systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    [email protected] loaded failed failed Getty on tty1
    $ systemctl status [email protected]
    [email protected] - Getty on tty1
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: start-limit) since Fri 2013-02-08 01:02:10 CET; 8min ago
    Docs: man:agetty(8)
    man:systemd-getty-generator(8)
    http://0pointer.de/blog/projects/serial-console.html
    Process: 878 ExecStart=/sbin/agetty --noclear -a ubunchu %I 38400 linux (code=exited, status=0/SUCCESS)
    Any hints on what could be it? What file should I check?
    Thanks in advance! Cheers!
    Last edited by ubunchu (2013-02-21 09:34:15)

    systemctl list-unit-files
    UNIT FILE STATE
    proc-sys-fs-binfmt_misc.automount static
    dev-hugepages.mount static
    dev-mqueue.mount static
    proc-fs-nfsd.mount static
    proc-sys-fs-binfmt_misc.mount static
    sys-fs-fuse-connections.mount static
    sys-kernel-config.mount static
    sys-kernel-debug.mount static
    tmp.mount static
    var-lib-nfs-rpc_pipefs.mount static
    cups.path enabled
    systemd-ask-password-console.path static
    systemd-ask-password-wall.path static
    accounts-daemon.service disabled
    adb.service disabled
    atieventsd.service disabled
    [email protected] enabled
    [email protected] disabled
    avahi-daemon.service disabled
    avahi-dnsconfd.service disabled
    blkmapd.service disabled
    bluetooth.service disabled
    brltty.service disabled
    canberra-system-bootup.service disabled
    canberra-system-shutdown-reboot.service disabled
    canberra-system-shutdown.service disabled
    colord.service static
    console-getty.service disabled
    console-shell.service disabled
    cronie.service disabled
    cups-browsed.service disabled
    cups.service enabled
    cupsd.service disabled
    dbus-org.freedesktop.hostname1.service static
    dbus-org.freedesktop.locale1.service static
    dbus-org.freedesktop.login1.service static
    dbus-org.freedesktop.NetworkManager.service enabled
    dbus-org.freedesktop.timedate1.service static
    dbus.service static
    debug-shell.service disabled
    dhcpcd.service disabled
    [email protected] disabled
    emergency.service static
    fancontrol.service disabled
    ftpd.service disabled
    gdm.service disabled
    [email protected] disabled
    [email protected] static
    gpm.service disabled
    healthd.service disabled
    ip6tables.service disabled
    iptables.service disabled
    irexec.service disabled
    kdm.service disabled
    krb5-kadmind.service disabled
    krb5-kdc.service disabled
    krb5-kpropd.service disabled
    [email protected] static
    lightdm.service disabled
    lirc.service disabled
    lircm.service disabled
    lm_sensors.service disabled
    lvm-on-crypt.service disabled
    lvm.service disabled
    lxdm.service disabled
    mdadm.service disabled
    mysqld.service disabled
    net-auto-wired.service disabled
    net-auto-wireless.service disabled
    net-profiles.service disabled
    netcfg.service disabled
    [email protected] disabled
    NetworkManager-wait-online.service disabled
    NetworkManager.service enabled
    nfsd.service disabled
    nmbd.service disabled
    nscd.service disabled
    polkit.service static
    [email protected] disabled
    quotaon.service static
    rescue.service static
    rpc-gssd.service disabled
    rpc-idmapd.service disabled
    rpc-mountd.service disabled
    rpc-statd.service disabled
    rpc-svcgssd.service disabled
    rpcbind.service disabled
    rsyncd.service disabled
    [email protected] static
    rtkit-daemon.service disabled
    [email protected] static
    sensord.service disabled
    [email protected] static
    smbd.service disabled
    [email protected] static
    snmpd.service disabled
    speech-dispatcherd.service disabled
    sshd.service enabled
    [email protected] static
    sshdgenkeys.service static
    svnserve.service disabled
    [email protected] static
    syslog-ng.service disabled
    systemd-ask-password-console.service static
    systemd-ask-password-wall.service static
    systemd-binfmt.service static
    systemd-fsck-root.service static
    [email protected] static
    systemd-halt.service static
    systemd-hibernate.service static
    systemd-hostnamed.service static
    systemd-hybrid-sleep.service static
    systemd-initctl.service static
    systemd-journal-flush.service static
    systemd-journal-gatewayd.service static
    systemd-journald.service static
    systemd-kexec.service static
    systemd-localed.service static
    systemd-logind.service static
    systemd-modules-load.service static
    systemd-poweroff.service static
    systemd-quotacheck.service static
    systemd-random-seed-load.service static
    systemd-random-seed-save.service static
    systemd-readahead-collect.service disabled
    systemd-readahead-done.service static
    systemd-readahead-drop.service disabled
    systemd-readahead-replay.service disabled
    systemd-reboot.service static
    systemd-remount-fs.service static
    systemd-shutdownd.service static
    systemd-suspend.service static
    systemd-sysctl.service static
    systemd-timedated.service static
    systemd-tmpfiles-clean.service static
    systemd-tmpfiles-setup.service static
    systemd-udev-settle.service static
    systemd-udev-trigger.service static
    systemd-udevd.service static
    systemd-update-utmp-runlevel.service static
    systemd-update-utmp-shutdown.service static
    systemd-user-sessions.service static
    systemd-vconsole-setup.service static
    transmission.service disabled
    udisks.service disabled
    udisks2.service static
    upower.service disabled
    usbmuxd.service static
    [email protected] static
    uuidd.service static
    vncserver.service disabled
    winbindd.service disabled
    [email protected] disabled
    [email protected] disabled
    wpa_supplicant.service disabled
    [email protected] disabled
    x11vnc.service static
    xinetd.service disabled
    avahi-daemon.socket disabled
    cups.socket enabled
    dbus.socket static
    git-daemon.socket disabled
    krb5-kpropd.socket disabled
    rsyncd.socket disabled
    saned.socket disabled
    smbd.socket disabled
    sshd.socket enabled
    swat.socket disabled
    syslog.socket static
    systemd-initctl.socket static
    systemd-journal-gatewayd.socket disabled
    systemd-journald.socket static
    systemd-shutdownd.socket static
    systemd-udevd-control.socket static
    systemd-udevd-kernel.socket static
    uuidd.socket disabled
    basic.target static
    bluetooth.target static
    cryptsetup.target static
    ctrl-alt-del.target disabled
    default.target enabled
    emergency.target static
    final.target static
    getty.target static
    graphical.target disabled
    halt.target disabled
    hibernate.target static
    hybrid-sleep.target static
    kexec.target disabled
    local-fs-pre.target static
    local-fs.target static
    mail-transfer-agent.target static
    multi-user.target enabled
    network.target static
    nss-lookup.target static
    nss-user-lookup.target static
    poweroff.target disabled
    printer.target static
    reboot.target disabled
    remote-fs-pre.target static
    remote-fs.target enabled
    rescue.target disabled
    rpcbind.target static
    runlevel0.target disabled
    runlevel1.target disabled
    runlevel2.target disabled
    runlevel3.target disabled
    runlevel4.target disabled
    runlevel5.target disabled
    runlevel6.target disabled
    shutdown.target static
    sigpwr.target static
    sleep.target static
    smartcard.target static
    sockets.target static
    sound.target static
    suspend.target static
    swap.target static
    sysinit.target static
    syslog.target static
    system-update.target static
    time-sync.target static
    umount.target static
    systemd-readahead-done.timer static
    systemd-tmpfiles-clean.timer static
    225 unit files listed.
    For some reason I can't disable "autologin@tty1".
    Yes, this is a vanilla arch (customised by myself).
    This is what I have done:
    cp /usr/lib/systemd/system/[email protected] /etc/systemd/system/[email protected]
    -Edited the file: /etc/systemd/system/[email protected]
    the line: ExecStart=-/sbin/agetty --noclear %I 38400 linux
    to be like this: ExecStart=-/sbin/agetty --noclear -a ubunchu %I 38400
    sudo systemctl daemon-reload
    sudo systemctl disable getty@tty1
    sudo systemctl enable autologin@tty1
    sudo systemctl start autologin@tty1
    sudo systemctl enable multi-user.target
    -now tried disabling:
    sudo systemctl disable getty@tty1 (again)
    sudo systemctl disable autologin@tty
    sudo systemctl disable autologin@tty1
    sudo systemctl disable [email protected]
    sudo systemctl disable [email protected]
    sudo systemctl disable [email protected]
    -no output, looks like it does not disable it

  • (solved)Enlightenment Login Issue

    Hello,
    I installed E17 and then added the entranced to the rc.conf file as specified in the wiki.
    The problem is that it logs on to a workable desktop but still has the login screen on the page.
    how do I fix it?
    HERE IS THE SOLUTION....POSTED AFTER RESOLUTION
    Step 1 Thanks bgc1954
    pacman -S slim
    Step 2 Thanks bgc1954
    Then edit your /etc/inittab to uncomment the line with x:5:respawn:/usr/bin/slim >& /dev/null
    Make sure you have a .xinitrc file in your /home/username directory with
    #! /bin/bash
    ## This file should be in home directory as ~/.xinitrc
    ## Comment out the desktop session to use
    # exec fluxbox
    # exec openbox-session
    # exec gnome-session
    exec enlightenment_start
    step 3 Thanks misfit138
    Try reverting your /etc/inittab to its original state and just add 'slim' to your DAEMONS= in rc.conf.
    Last edited by TechDragon (2008-03-13 13:57:31)

    Just do a
    pacman -S slim
    Then edit your /etc/inittab to uncomment the line with x:5:respawn:/usr/bin/slim >& /dev/null  EDIT: Also uncomment id:5:initdefault and comment #id:3:initdefault
    Make sure you have a .xinitrc file in your /home/username directory with
    #! /bin/bash
    ## This file should be in home directory as ~/.xinitrc
    ## Comment out the desktop session to use
    # exec fluxbox
    # exec openbox-session
    # exec gnome-session
    exec enlightenment_start
    I think that's all there is to it.  Check this for more: http://wiki.archlinux.org/index.php/SLIM
    There's also a slim-themes package if you're interested.
    Last edited by bgc1954 (2008-03-13 14:06:27)

  • [SOLVED] systemd - login on VTs

    Hi
    This is probably pretty lame question, but anyway. I use systemd and it boots into graphical.target, starting X and KDE, which is what I want. Also, judging from /etc/systemd/logind.conf it allocates 6 VTs
    cat /etc/systemd/logind.conf
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    so my X session is on tty7, that is ok. Now, I heard that it spawns gettys "on-demand" whenever you switch to another TTY, so when I do Ctrl+Alt+f1 it is supposed to spawn getty.service on the first VT. Here is my [email protected] (I changed it a little from the default [email protected] so it is not a symlink)
    cat /etc/systemd/system/getty.target.wants/[email protected]
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Getty on %I
    Documentation=man:agetty(8)
    After=systemd-user-sessions.service plymouth-quit-wait.service
    After=rc-local.service
    # If additional gettys are spawned during boot then we should make
    # sure that this is synchronized before getty.target, even though
    # getty.target didn't actually pull it in.
    Before=getty.target
    IgnoreOnIsolate=yes
    # On systems without virtual consoles, don't start any getty. (Note
    # that serial gettys are covered by [email protected], not this
    # unit
    ConditionPathExists=/dev/tty0
    [Service]
    Environment=TERM=linux
    # the VT is cleared by TTYVTDisallocate
    ExecStart=-/sbin/agetty --noclear %I 38400
    Type=idle
    Restart=always
    RestartSec=0
    UtmpIdentifier=%I
    TTYPath=/dev/%I
    TTYReset=no
    TTYVHangup=no
    TTYVTDisallocate=no
    KillMode=process
    IgnoreSIGPIPE=no
    # Unset locale for the console getty since the console has problems
    # displaying some internationalized messages.
    Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
    # Some login implementations ignore SIGTERM, so we send SIGHUP
    # instead, to ensure that login terminates cleanly.
    KillSignal=SIGHUP
    [Install]
    Alias=getty.target.wants/[email protected]
    Now, all this is fine, but why I cannot see login propmt? I just see "Welcome to GRUB" and that's all, no way to type in anything. I'd like to have a login program there if possible.
    Last edited by mrzeznicki (2012-10-15 09:35:13)

    Trilby wrote:
    Have you tried other ttys (3-6)?
    I ask because you assume that X is running on tty7, that is most likely not true.  I do not use a graphical target, I log in to tty1 and launch X from there, then X runs on tty2.  I can get free tty's on tty3-tt6.
    I've never used the graphical target, but I suspect it also launches X on the first available tty.  If tty1 is similarly used to launch X and it runs on tty2, then you'd only have ttys on 3-6.
    Yes, I have. It is the same. I assume that X is running on tty7 because ctr+alt+f7 brings me to a X session. Nevertheless, every non-graphical session gives me the same result. Blank screen with Welcome to GRUB!. I am certain that systemd actually spawns those darn gettys because, having switched to tty3:
    $ systemctl status [email protected]
    [email protected] - Getty on tty3
    Loaded: loaded (/etc/systemd/system/getty.target.wants/[email protected])
    Active: active (running) since Sun, 30 Sep 2012 17:25:17 +0200; 3s ago
    Docs: man:agetty(8)
    Main PID: 2443 (agetty)
    CGroup: name=systemd:/system/[email protected]/tty3
    └ 2443 /sbin/agetty --noclear tty3 38400
    Are you able to login on non-X VTs without problem and out-of-the-box?

  • [SOLVED] Gnome login hangs on the first try

    Since this past weekend, when I try to log into gnome, it accepts my password and greys out the password entry box, but just sits there forever. If I hit escape it aborts properly, and the second try always works. Where should I be looking to see what's going wrong the first time?
    I'm also having another, more serious problem that may be related: whenever the "Authentication Required" window pops up for a settings change or mounting another disk, it gives me the same greyed-out hang. But trying again doesn't work, since cancelling it cancels the attempt altogether - the next try just hangs again. As it is I can only do any root operations through the command-line; gnome is totally neutered by this. So -- what is this gksu-like functionality of gnome 3 properly called, and how do I debug it? Does it have a log somewhere I should look for?
    Last edited by jorenko (2014-03-25 11:02:19)

    I've restarted polkitd on the command-line without --no-debug, and it shows NO relevant information at all. After cancelling the grayed-out dialog, I get:
    Error performing authentication: GDBus.Error:org.freedesktop.PolicyKit1.Error.Cancelled: Authentication dialog was dismissed by the user (polkit-error-quark 1)
    21:54:02.838: Operator of unix-session:2 FAILED to authenticate to gain authorization for action org.freedesktop.policykit.exec for unix-process:10885:60499253 [bash] (owned by unix-user:jorenko)
    But there's nothing from when I entered my password and the graying-out began.
    Interestingly, when I used --replace to replace the polkitd that systemd had started for me, I got only command-line auth (gnome wouldn't launch the dialog at all, and "pkexec echo hi" gave me a command-line password prompt), which actually worked. But when first stopping the systemd version, then running it again manually, I got the above result.

  • [SOLVED] Automatically login to screen

    Is there any way that if I log in with a username, it automatically attached to an existing Screen session, or if there isn't any, creates one?
    Last edited by Lenry (2012-05-10 17:02:02)

    Trilby wrote:
    Well I'm not sure what you're going to do in a screen session if you don't know any shell commands.
    Replace the tmux line with your screen command.  In fact, if you want screen to start whenever you log in to any shell (tty and term emulator) then you can ditch the conditionals and just put a very vanilla screen command in your ~/.bashrc.
    EDIT: as tone is lost online, I wanted to clarify that I didn't mean this in any judgmental or mean way at all.  I was just genuinely confused.  Many people would not know anything about shell commands ... they just wouldn't be looking for a way to run a screen sesssion.
    I know, I sounded / looked stupid, sorry for the lame questions
    Of course I know shell commands, I just don't use these ~/.anythingrc files, as I really rarely need them, and don't know how to use them, what are they syntaxes, etc.
    I have a small linux based fileserver, with remote access and I would like to use screen, for seeing the same stuff, the same processes and running programs from anywhere. It works really good if I start it manually (screen first and screen -x from my other devices), but I wanted to start screen automatically, as I sometimes forget it, and you can be sure that I'd need it then...
    Last edited by Lenry (2012-05-10 13:12:54)

  • [solved]Certview Login Issue

    Hi there,
    My OTN profile was having the username "axxx1" and it was assoicated with the email <removed email> . Using the same username(axxx1) , I had activated my Certview access. Few days ago, I couldn't use just the username "axxxx1" anymore over OTN Forums and OTN portal and I had requested a merger of this username with the same email address(axxxx1 at xxxx dot com). That is done now . The request ID for that SR is "AHR100325865 ". Now, I can't access certview when I log-in to it using my email address . When I did the log in, it says, I need to authenticate using my testing ID. When I entered the email and testing ID , I got the message that it is already authenticated with the username "axxxxx1". Can you please merge my old username "axxxxx1"  of Certview with it's email "xx"? I tried to raise the ticket through the support form but I am constantly getting the message ," access denied. you are not authorized to use" followed by the long link.
    Regards
    Aman....
    Message was edited by: 184490 removed the email address and the username of the certview.

    Hi Brandye,
    Thanks for the reply and for the link. Unfortunately, the given link is not working. As I mentioned in my post, when I am trying to raise a ticket to the support forum, I am getting a message, "access denied" constantly. That's what I initially tried for 3 times before I raised the concern here. I have already tried the access three times and have got the message that now, I shall be contacted by someone from support manually. Haven't heard from anyone though yet.
    Regards
    Aman....

  • [Solved] GDM Login requires 2 attempts, Gnome "gksu" never works

    Hi all,
    I am running a fully up-to-date Arch linux install with Gnome shell.
    It was working fine before Easter, however, on returning, after a full update, I now have to enter my password twice when logging in.
    The first attempt pauses like an incorrect password, however, when left nothing happens. Then if I press cancel and log in again it is fine.
    Further, the gnome shell dialogues for priviledge elevation, like for gparted, never work. Instead I have to run sudo gparted or gksu gparted from terminal.
    It is very similar to this thread from last year:
    https://bbs.archlinux.org/viewtopic.php?id=173585
    Except that I have been running this Arch install since October and have only just come across this problem.
    Any advise would be greatly appreciated.
    Cheers
    Anthony
    Last edited by MadnessRed (2014-06-02 14:58:08)

    Stunts wrote:
    Try this and the solution I posted there. It *seems* to be the same issue.
    Good luck!
    Edit: forgot the link...
    Sorry for the delay replying - haven't been in my office for a while so couldn't test anything / get logs. That fixed it, thanks!!!
    # pacman -S gdk-pixbuf2
    It was already installed and up-to-date but reinstalling and rebooting seemed to fix everything
    Cheers both of you for your time
    Anthony
    Last edited by MadnessRed (2014-06-02 14:58:34)

  • Passwordless ssh login using kerberos in Directory Server 5.2

    Hello all,
    I am trying to do passwordless ssh login in directory server 5.2 . I have done everything on directory server and client such as enabling sasl/gssapi, configuring kdc, creating gssapi profile, identity mapping, configured client with that profile. ldapsearch with -o mech=gssapi works fine.
    But still i can't do password less ssh login. However, i can do passwordless login with the kerberos principal for local user but not for user which is in directory server.
    Any help will be greatly appreciated.

    Hello all,
    I am trying to do passwordless ssh login in directory server 5.2 . I have done everything on directory server and client such as enabling sasl/gssapi, configuring kdc, creating gssapi profile, identity mapping, configured client with that profile. ldapsearch with -o mech=gssapi works fine.
    But still i can't do password less ssh login. However, i can do passwordless login with the kerberos principal for local user but not for user which is in directory server.
    Any help will be greatly appreciated.

  • Mavericks unable to login

    Hi. I am unable to login to my account on a MacBook Air (mid 2013): when I enter my password it waits for a second, the screen flickers and then it brings me back to the login screen.
    The problem began two days ago when I closed all desktops but one, and then hooked up an external monitor with a VGA adapter. The Mac froze, so I did a cold reboot and since then it won’t allow me to login.
    I am, nevertheless, able to login as both a guest user and as an admin, and I have successfully created a new account, so it looks like the problem is user-specific. But this happens also when I do a safe boot, so it doesn’t seem to be related to any launch agents/daemons.
    I have tried the following suggestions which I have found online:
    1) resetting my password in safe mode
    2) finding and deleting “com.apple.LaunchServices-*.csstore” for my user id (http://http://junkheap.net/blog/2011/09/22/solving-a-login-loop-in-mac-os-x-lion -due-to-corrupt/)
    3) resetting file flags, and access permissions for all the files in my home directory and resetting the ACL for all files in my home directory (https://discussions.apple.com/thread/6237421?searchText=login%20loop)
    None of these has worked.
    In one of the forums where suggestions were given, someone provided a bash diagnostics script which when run, produced the output attached at the end of this message. It seems that it is related to a WindowServer crash, but doesn't say much else
    What could be the problem, and what can I do to solve it?
    Thanks
    PS: I am on a MacBook Air Mid 2013 running Mavericks 10.9.4 fully updates
    Model Identifier: MacBookAir6,2
    System Version: OS X 10.9.4 (13E28)
    Kernel Version: Darwin 13.3.0
    Boot Mode: Safe
    Time since boot: 38 minutes
    User: root
    Diagnostic reports
       2014-08-18 eclipse hang
       2014-08-18 eclipse hang
       2014-08-30 DashboardClient crash
       2014-08-30 SystemUIServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-30 WindowServer crash
       2014-08-31 WindowServer crash
       2014-08-31 WindowServer crash
       2014-08-31 WindowServer crash
       2014-08-31 WindowServer crash
       2014-08-31 WindowServer crash
       2014-08-31 WindowServer crash
    Log
       Aug 30 22:30:30 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 30 23:47:57 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 30 23:48:46 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 30 23:48:46 jnl: b(1, 3): replay_journal: from: 22711296 to: 10116608 (joffset 0x11502000)
       Aug 30 23:48:46 jnl: b(1, 3): journal replay done.
       Aug 30 23:49:43 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 30 23:49:43 jnl: b(1, 2): replay_journal: from: 10116608 to: 13495808 (joffset 0x11502000)
       Aug 30 23:49:43 jnl: b(1, 2): journal replay done.
       Aug 30 23:52:26 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 00:00:34 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 00:02:07 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 00:02:07 jnl: b(1, 3): replay_journal: from: 23265792 to: 8250368 (joffset 0x11502000)srom rev:11
       Aug 31 00:02:07 jnl: b(1, 3): journal replay done.
       Aug 31 00:12:48 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 00:21:17 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 00:23:42 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 19:10:19 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 19:13:10 wl0: Roamed or switched channel, reason #4, bssid 0c
       Aug 31 19:14:09 wl0: Roamed or switched channel, reason #4, bssid 0c
       Aug 31 19:16:40 ARPT: 383.493949: MacAuthEvent en0   Auth result for: 00 Auth timed out
       Aug 31 19:16:41 ARPT: 383.848105: MacAuthEvent en0   Auth result for: 00 Auth timed out
       Aug 31 19:17:11 wl0: Roamed or switched channel, reason #4, bssid 00
       Aug 31 19:33:52 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Aug 31 19:39:11 wl0: Roamed or switched channel, reason #1, bssid 00
       Aug 31 19:51:46 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    dylibs
       /usr/lib/libdvdcss.2.dylib
    Spotlight: Indexing and searching disabled
    Firewall: On
    Restricted files: 1618
    Elapsed time (s): 199

    My data is safe, but I prefer not to have to reinstall the system or system-wide applications, specially since things work just fine for other users.
    I'm doing a workaround: creating a new user, moving all data in there, changing file ownerships. So far so good.
    Also, new info: I found the WindowServer log and indeed it shows a crash. The function involved does seem to be related to spaces, at least judging from its name.
    I'm attaching the log.
    Process:         WindowServer [212]
    Path:            /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Identifier:      WindowServer
    Version:         599.25.10.1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Responsible:     WindowServer [212]
    User ID:         88
    Date/Time:       2014-09-02 10:54:04.573 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  A65FF6E7-067D-2203-C279-FAAF311AED70
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (target_space != NULL), function window_list_create_collapsing_spaces, file Server/Packages/PKGSpace.c, line 2177.
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x000000010e4a2866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x000000010e5b135c pthread_kill + 92
    2   libsystem_c.dylib             0x000000010e3cbb1a abort + 125
    3   libsystem_c.dylib             0x000000010e3959bf __assert_rtn + 321
    4   com.apple.CoreGraphics        0x000000010d131ab7 managed_display_collapse_to_target_space + 548
    5   com.apple.CoreGraphics        0x000000010d132bb6 __session_data_restore_persistence_dictionary_block_invoke + 35
    6   com.apple.CoreGraphics        0x000000010cf631e7 x_list_foreach + 30
    7   com.apple.CoreGraphics        0x000000010d12d10c PKGRestoreSessionManagementPersistenceData + 1611
    8   com.apple.CoreGraphics        0x000000010d086c60 _CGXRestorePackagesManagementPersistenceData + 120
    9   com.apple.CoreGraphics        0x000000010d0b0f70 _XRestorePackagesManagementPersistenceData + 82
    10  com.apple.CoreGraphics        0x000000010d0b1c6a CGXServices_server + 83
    11  com.apple.CoreGraphics        0x000000010d12941a __connectionHandler_block_invoke + 17
    12  com.apple.CoreGraphics        0x000000010d072465 CGXHandleMessage + 112
    13  com.apple.CoreGraphics        0x000000010d124d30 connectionHandler + 137
    14  com.apple.CoreGraphics        0x000000010d0d967b post_port_data + 228
    15  com.apple.CoreGraphics        0x000000010d0d80d7 CGXRunOneServicesPass + 1282
    16  com.apple.CoreGraphics        0x000000010d0d84b6 CGXServer + 807
    17  WindowServer                  0x000000010c949f96 main + 9
    18  libdyld.dylib                 0x000000010e2fa5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x000000010e4a3662 kevent64 + 10
    1   libdispatch.dylib             0x000000010e2c3421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x000000010e2c3136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib        0x000000010e49ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x000000010e49dd18 mach_msg + 64
    2   com.apple.CoreFoundation      0x000000010c9c8f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation      0x000000010c9c8539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation      0x000000010c9c7e75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation      0x000000010ca7d811 CFRunLoopRun + 97
    6   com.apple.CoreGraphics        0x000000010d080544 eventThread + 263
    7   libsystem_pthread.dylib       0x000000010e5b0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x000000010e5b072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x000000010e5b4fc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib        0x000000010e49ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x000000010e49dd18 mach_msg + 64
    2   com.apple.QuartzCore          0x000000014e7c4377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore          0x000000014e7c42ad thread_fun + 25
    4   libsystem_pthread.dylib       0x000000010e5b0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x000000010e5b072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x000000010e5b4fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib        0x000000010e4a2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010e5b1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010e5b4fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib        0x000000010e4a2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010e5b1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010e5b4fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010e5b7310  rcx: 0x00007fff5329e1f8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5329e220  rsp: 0x00007fff5329e1f8
       r8: 0x00000000fffff800   r9: 0x0000000000000881  r10: 0x0000000008000000  r11: 0x0000000000000202
      r12: 0x000000010d2a9428  r13: 0x000000010d2a9403  r14: 0x0000000000000006  r15: 0x000000010d2a8c64
      rip: 0x000000010e4a2866  rfl: 0x0000000000000202  cr2: 0x000000010e3cba9d
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10c949000 -        0x10c949ffd  WindowServer (599.25.10.1) <61FE4BA9-1E5D-37F6-9126-24ACD7C7559D> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x10c94f000 -        0x10c94ffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10c958000 -        0x10cb3dfff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10ccb3000 -        0x10cd1ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10cd54000 -        0x10cd55fff  com.apple.driver.IOAccelerator2D (98.22 - 98.22) <6701D324-ADFB-3FFD-AC8D-58E58A87B50A> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2 D
           0x10cd59000 -        0x10cd5aff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
           0x10cd64000 -        0x10d68432b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x10d7b8000 -        0x10d87aff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10d8ef000 -        0x10d9f5ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10da62000 -        0x10dad1ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10dafd000 -        0x10dafffff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x10db04000 -        0x10db8dfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10dbd5000 -        0x10dbd5fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10dbd9000 -        0x10dc1eff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x10dc55000 -        0x10dc64ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x10dc76000 -        0x10dcc3ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x10dcf3000 -        0x10dd2cff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x10dd4a000 -        0x10dd53fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x10dd68000 -        0x10dd79ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10dd80000 -        0x10dd90fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x10dda0000 -        0x10dda3ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10ddad000 -        0x10e007ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10e156000 -        0x10e156fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10e15a000 -        0x10e1acfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x10e20a000 -        0x10e20eff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x10e216000 -        0x10e220fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x10e235000 -        0x10e23cfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x10e24d000 -        0x10e254ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
           0x10e25e000 -        0x10e2acfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x10e2c0000 -        0x10e2dafff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
           0x10e2f7000 -        0x10e2faff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
           0x10e304000 -        0x10e304ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x10e309000 -        0x10e310ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
           0x10e31d000 -        0x10e322fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x10e329000 -        0x10e32bff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x10e336000 -        0x10e337ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x10e343000 -        0x10e354ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x10e362000 -        0x10e363ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x10e36f000 -        0x10e3f8ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x10e42a000 -        0x10e42cff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
           0x10e437000 -        0x10e43ffff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
           0x10e44b000 -        0x10e472ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x10e48d000 -        0x10e4a9ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
           0x10e4d1000 -        0x10e500fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x10e50e000 -        0x10e529ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x10e537000 -        0x10e55eff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x10e57d000 -        0x10e586ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x10e592000 -        0x10e598ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x10e5af000 -        0x10e5b6ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x10e5c4000 -        0x10e5c5fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
           0x10e5cb000 -        0x10e5cfff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
           0x10e5d9000 -        0x10e5dafff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x10e5e0000 -        0x10e5e5ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x10e5ef000 -        0x10e613fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x10e630000 -        0x10e7ddf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x10e804000 -        0x10e846ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x10e85e000 -        0x10e887ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x10e898000 -        0x10e899ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10e8a1000 -        0x10e8acfff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
           0x10e8b2000 -        0x10ea6affb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
           0x10eb15000 -        0x10ec85ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10ed8f000 -        0x10f079fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10f0fb000 -        0x10f18bff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10f1f3000 -        0x10f26afff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10f30f000 -        0x10f37cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10f3c2000 -        0x10f41dffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10f450000 -        0x10f51afff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10f593000 -        0x10f5bcfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10f5e5000 -        0x10f648ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10f689000 -        0x10f773fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10f78f000 -        0x10f876ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x10f8af000 -        0x10f8bcff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x10f8c7000 -        0x10f8cbfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x10f8d3000 -        0x10f8d3ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x10f8da000 -        0x10f8e7ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x10f8f1000 -        0x10f8f6fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10f904000 -        0x10f90bfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10f917000 -        0x10f922ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10f933000 -        0x10fc31fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10fe73000 -        0x10fe74fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x10fe78000 -        0x10fe93ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x10fea2000 -        0x10ff06fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10ff48000 -        0x10ff4bfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10ff52000 -        0x10ff69ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10ff8c000 -        0x10ff96ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10ffa8000 -        0x10ffd0ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10ffdd000 -        0x1102b1fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x1102fa000 -        0x1102fafff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x110300000 -        0x1103cbfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x1103da000 -        0x11048aff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x11049c000 -        0x11087dffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x1108e7000 -        0x110a55ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x110a82000 -        0x110b71fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x110bea000 -        0x110c31fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x110c5a000 -        0x110c7eff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x110c87000 -        0x110ce0fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x110cf3000 -        0x110d0eff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x110d1b000 -        0x110d1fff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x110d27000 -        0x110e15fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x110e46000 -        0x110e48fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x110e4c000 -        0x110e93ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
           0x110ead000 -        0x110ec6ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x110ee3000 -        0x110f12ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x110f38000 -        0x110f54fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x110f63000 -        0x111054ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x11106a000 -        0x1110cfffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x1110fd000 -        0x1110fefff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x111108000 -        0x11110cff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x111115000 -        0x111121ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x11113c000 -        0x111145ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x111152000 -        0x1111c5fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x111209000 -        0x11125aff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x111284000 -        0x1113d8ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x111594000 -        0x1115c0fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x1115ea000 -        0x1115eefff  com.apple.IOAccelerator (98.22 - 98.22) <AB1F2662-330B-3D88-8E30-A8343203CD38> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
           0x1115f6000 -        0x1115f9fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x12bcfc000 -        0x12bd06ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x12bd9c000 -        0x12bdeaff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x14da9c000 -        0x14daaaff7  com.apple.AppleGVACoreFramework (7.1.18 - 7.1.18) <C6A2ECC9-D2D3-32C5-9AAA-4BA4A382BE46> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
           0x14dab1000 -        0x14dad6ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x14daf2000 -        0x14db00fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x14db08000 -        0x14db47fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x14db56000 -        0x14db5effc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x14db65000 -        0x14db70fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x14db84000 -        0x14dbc2ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x14dbf8000 -        0x14dd98ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x14ddd4000 -        0x14df3afff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x14df5f000 -        0x14df6afff  libGPUSupportMercury.dylib (9.6.1) <A34D5C51-28E0-398A-881D-552B47D2DD3C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x14e78d000 -        0x14e795ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x14e79d000 -        0x14e939ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
           0x14ea10000 -        0x14ece1ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x14edd6000 -        0x14ee29fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x14ee4e000 -        0x14f281ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.30 - 8.2.8) <0D167AD0-89B0-346A-9BC8-6C02B54E5681> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff67d10000 -     0x7fff67d43817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 48
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=90.4M resident=46.0M(51%) swapped_out_or_unallocated=44.4M(49%)
    Writable regions: Total=1.0G written=4648K(0%) resident=43.1M(4%) swapped_out=0K(0%) unallocated=1.0G(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  5460K
    CG framebuffers                   675.0M
    CG raster data                     5064K
    CG shared images                    180K
    CoreGraphics                          4K
    Dispatch continuations             8192K
    IOKit                              27.9M
    IOKit (reserved)                  256.0M        reserved VM address space (unallocated)
    Kernel Alloc Once                     8K
    MALLOC                             73.0M
    MALLOC (admin)                       32K
    OpenGL GLSL                        3840K
    STACK GUARD                        56.0M
    Stack                              10.1M
    VM_ALLOCATE                         180K
    __CGSERVER                            4K
    __DATA                             7676K
    __LINKEDIT                         18.4M
    __TEXT                             72.2M
    __UNICODE                           544K
    mapped file                         152K
    shared memory                        68K
    ===========                      =======
    TOTAL                               1.2G
    TOTAL, minus reserved VM space    963.3M

  • Third party system login page instead of apex login page

    Hello,
    One of my customers wants to login into an apex application using their intranet page. This page has two text fields:
    username and
    password
    and a login button.
    There is no validation done at their side. The goal is to pass this information to apex and apex needs to check if this information is correct (checking against own user tables) and let the user into the application or refuse an access. I am thinking about the best way to do that. Is there anyone out there with some similar experience?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

    Have a look SOLVED: Automatic Login but only if a user is an Oracle User
    Well I effectively do this with our Java application calling an APEX reporting application.
    The trick is to get apex to automatically submit the login page without the user having to pressing the login button.
    Once this works, the rest is fairly straightforward.
    Effectively what happens is our java application calls a procedure which populates a table with
    a username, encrypted password and a checkvalue (randomly generated), and returns the checkvalue to the calling procedure.
    We also have the bones of the URL in a properties file.
    The login page reads the value of the checkvalue from the URL in teh html header using various bits of javascript.
    We have a before header process on the apex login page which reads the information from the table
    table (and deletes it as soon as it reads it).
    It then uses the username, and password obtained from the table and just passes these values to the wwv_flow_custom_auth_std.login procedure.
    I can email you the code if you want.

Maybe you are looking for

  • Adding a new Field to an existing report

    Hi all, Can anybody tell me, how to add an extra field in existing report, without changing the basic calulation, which i made in the same report. Regards Hema

  • Mass updates at line item level

    Hi Gurus, I am aware that SAP doen't allow chnages to payterm via T f-22 or T FB70 once the documents are posted. Now I have a requirement to make changes to payment terms at transaction level (not customer master) by back end program. Suggestion is

  • Report on Funding Sources Affiliated with Projects in Grants Accounting

    We are trying to create a report that shows a listing of all of our funding sources and the Projects affiliated with them. A Funding Source can have 0 or more Projects. We are not sure where these links are made In the report we would like to see: Fu

  • PROBLEM GETTING FLASHPLAYER 10 TO WORK

    I have been reading all sorts of threads regarding this same subject.  I have gone through all of the steps that have been suggested in all of the discussions and have still come up empty handed.  I recently had my computer reformatted and everything

  • How to install thunderbird without Eudora migrations

    I have used Eudora since the mid 90s and now wish to switch to Thunderbird. I downloaded TB and installed it, including the option for importing mailboxes (and settings?) from Eudora 7. I'm using Windows 7. It worked perfectly, although it took quite