Auto cooky login in aur

I wonder why nobody has made this suggestion so far:
Wouldn't it be great if login on aur.archlinux.org was done by cookies as in the forums? I use the package search now and then and Firefox always asks me for the master password which annoys me. How much effort would it be to implement this feature?
fi-dschi

What do you mean by auto login?
Do you want to implement Integrated windows authentication in OIM Design console. If yes, then I don't think it's possible.
Post your requirement here so that ppl can help you out.

Similar Messages

  • Auto login in AUR with Firefox.

    Is there a way to auto login into AUR with Firefox. Now when I get there, the username and password is filled in. But I would like to be logged in. I think Opera does it.
    Possible?

    It should work, I've updated my FF last week and had no problem so far. Actually I'm using FireFox 2.0.0.8 to post this message. I have noscript extension as well.
    All you need to do is enable cookies for forms.oracle.com/ and set it as whitelisted if you have any security extensions.
    Tony

  • 1Password doesn't auto-fill logins on some websites

    Using iMac, OS X 10.6.8, 1Password 3.8.1
    1Password will not auto-fill logins for some websites. E.g., VISA & my bank sites.
    Thanks!

    Hello Mike:
    Some web sites deliberately prohibit auto-filling of fields. This is normally for security reasons (banks, credit cards). There is nothing that I am aware of that you can do to override the coding on those sites.
    Barry

  • Recover login for AUR system.

    Hi!
    I lost my login name for the AUR system. I switched to another distribution but still get notifications and want to turn that off. Could you help me recover or just delete the account associated to the email-adress that this forum-account is registered with?

    bred wrote:Visit this page:
    https://aur.archlinux.org/passreset.php
    Sorry, I forgot to mention that I allready did a password recovery, but this is really limited to recovering a password only. You cannot recover your login name with that routine. That is why I am posting in this forum.

  • Get firefox mobile password manager auto fill login to sites?

    Is there a way i can get my firefox mobile password manager to auto matically fill or login to my sites?

    The master password will not be of any help. It just adds a layer of security for people who are extra careful with their passwords.
    There can be several issues.
    Mobile sites can exist on a different subdomain. The sites m.example.com and www.example.com are two different websites and Firefox will not share passwords between the two. There could be two different companies running the m.example.com and www.example.com thus it is not safe to share account info.
    Some websites tell Firefox not to remember passwords using a flag called autocomplete="off".
    Some websites use complicated script to submit the form data. These can be difficult to detect.

  • Auto generate login name basis on user first initial and last name... LC designer

    First initial + last name= login name...
    Text field   + text field  = text field....
    can I use javascript to generate the loginname form first name (first Int) and last name???
    For ex... First name: John
                 middle int: k
                 last Name: Doe
                LoginName: jdoe
    var LoginName = getField("LastName").value;
             var FirstName = getField("FirstName").value;
             if (FirstName!="")
             LoginName += " " + FirstName.substring(0,1) + "."
             event.value = LoginName;
    not sure if this is right... please help

    You guys are both using Acrobat JS notation so you're not going to have much luck.
    In LC there's no getField or event.value and values are returned from fields using fieldName.rawValue (or .formattedValue).
    I put this on the Calculate event of the LoginName field:
    var vFirstName = FirstName.rawValue;
    var vLastName = LastName.rawValue;
    if (!(FirstName.isNull || LastName.isNull)) { // if both fields have data
    this.rawValue = vFirstName.substring(0,1) + vLastName;

  • How to disable Itunes music stores auto account login on startup

    Since I upgraded iTunes I've had a account log in screen asking me to sign in with my iTunes Store ID and password every-time I launch iTunes. Is there anyway to disable it? My wake-up- software stopped to work and im late to work everyday after this "upgrade".
    Yes there is, and Apple themselves tells you how.
    ( ps. Apple, - please let it be a choice the next time, in preference.. )
    Apples - support answer.
    - I have some steps for you to try that should take care of this issue. Please try these steps below:
    1. Quit iTunes.
    2. Open your iTunes folder (usually found in the Music folder in your Home folder).
    3. Double click the iTunes Music folder.
    4. Inside you should find a folder called Downloads.
    5. In this folder you will see a file "list.plist". Drag this file to your desktop.
    6. Restart iTunes and hopefully iTunes will not ask for your password.
    Please let me know if this works or not. Thank you for being an iTunes Store customer, and have a great day!
    Sincerely,
    Jessica
    *iTunes Store Customer Support*
      Mac OS X (10.4.9)  

    John Hammer1 is partially right. There are three locations for startup items
    </System/Library/StartupItems>
    </Library/StartupItems>
    <~/Library/StartupItems>
    (In theory, the first should be reserved exclusively for items bundled with Mac OS X.)
    However, startup items have been deprecated since Tiger. Apple advises that only software which requires Panther compatibility should use them. The correct mechanism in Tiger and later is launchd. Therefore, if you don't find anything in the StartupItems folders, what you need to look for is a .plist file corresponding to your programme, which could be in
    <~/Library/LaunchAgents>
    </Library/LaunchAgents>
    </Library/LaunchDaemons>
    </System/Library/LaunchDaemons>
    </System/Library/LaunchAgents>
    (See "Creating Launch Daemons and Agents" in "Daemons and Services Programming Guide" in Apple's Developer library.)

  • Login/Logout sync with user control over folders to sync

    We have a user who needs modify the folders that are synced periodically.
    The user has multiple computers that they keep synced with OS X Server 10.4.10.
    We turned background sync to unmanaged and they are able to modify their settings and left login/logoff sync as managed. Any time they login/logoff auto sync does not occur.
    How do we configure their settings so that they can adjust the folders that get synced and still have auto sync at login/logoff?

    Not even sure you can do this but you might look for Login/Logout Hooks that can perform the action your looking to do. There would have to be a way to shell-script the Sync part of RHD which I'm not sure you can.
    On the Server Side you can control what get auto synced and what does not in WGM. Then you just set it all to auto on login/logout.

  • Pbfetch - Please not another AUR frontend

    pbfetch is an AUR frontend and optionally a Pacman wrapper.
    Background and Motivation
    I originally intended to keep pbfetch private, as there are already so many AUR frontends but, after using it for a bit I've decided to let others use, change, belittle, mock, praise and/or look at it.
    pbfetch(PKGBUILD fetch) started as merely a script to download a PKGBUILD from the AUR. I usually like to edit and run makepkg myself for AUR packages, however, there are times where I like a simple
    automated approach. With all due respect to the developers, I found yaourt to be slow(especially on my old laptop). After seeing how complicated yaourt has become I decided to extend pbfetch to encompass most if not all
    my Arch package managment needs.
    Features
    [Current]
    - Can optionally wrap pacman functionality so one can use pbfetch for most pacman commands(eg. pbfetch -Sy, pbfetch -Qs, pbfetch -Rd)
    - Search AUR
    - Download and extract AUR tar.gz to build directory
    - Option to edit PKGBUILD after download
    - Option to make the package with or without installing
    - Dependecy checking(mostly complete, though removes versioning for dependencies not found in official repos)
    - Check for and install AUR updates
    - Option to choose which AUR updates to install
    - Optional color output
    - By default uses sudo where needed
    [Todo]
    - Refactoring for readabilty and speed(already much faster than yaourt)
    - Further ABS support(currently only copies local abs pkg directory to build directory)
    - Better commandline option parsing(possibly getopts)
    - Add edit PKGBUILD option to pacman fallback commands(currently auto-edit only with AUR specific commands)
    - Prettier text output
    - Willing to consider any requests
    Overview
    I had two types of users in mind as I made/make pbfetch.
    1.) Those who prefer to have 1 tool to manage AUR and official repositories
    2.) Those who prefer to keep their AUR frontend separate from Pacman
    As such there are two sets of command line options: those that are AUR specific, and optionally, commands that call the pacman binary and extend for AUR functions.
    I have chosen to call pacman directly where ever possible rather than reimpliment pacman's functions.
    The following is a copy of pbfetch's usage prompt:
    Usage: pbfetch [opiton] [package1] [package2] ....
    options:
    -d Download from aur and extract to build directory
    -de Download from aur, extract and edit PKGBUILD
    -m Download from aur, extract, and make the package(s)
    -me Download from aur, extract, edit PKGBUILD and
    make the package(s)
    -i Download from aur, extract, make and install package(s)
    -ie Download from aur, extract, edit PKGBUILD, make and
    install package(s)
    -s Search aur for any package given
    (Searches name and description)
    -sa Search repo and aur for any package given
    -u Check aur for package updates
    -ue Check aur for package updates and
    edit PKGBUILD before install
    -ua Check aur and official repos for updates
    -abs Copy from local abs folder to build directory
    -v Display version information
    Pacman Fallback(On by default)
    options:
    -S Attempt install with Pacman if package not found
    in repo then install from AUR
    -Ss Search Pacman repos and AUR
    -Sy Refresh database then install from repo or
    AUR if not found in repository
    -Syu --aur Refresh database and upgrade from repo and
    AUR
    Example: pbfetch -S xorg
    pbfetch -d nvidia-beta nvidia-utils-beta
    pbfetch will also pass any pacman related options to the
    pacman binary specifed in the script, eg. pbfetch -Qs
    [Configuration]
    The config file is stored in /etc/pbfetch.conf
    There you can set whether to enable color output, pacman fallback, various working directories etc.
    The pacman binary can be specified as well.(Tested with pacman and pacman-color)
    Default build directory is ~/build/
    [Notes]
    - pbfetch can be called just like pacman and it will pass the command line options untouch if you prefer. Or it can extend pacman's sync to include AUR processing. This is set in the configuration.
    - When checking for AUR updates (eg. pbfetch -u, or pbfetch -Syu --aur) you will be prompted to either accept the updates or you may opt to only choose certain updates. To choose, type the number as seen next
      to the corresponding update. Separate each respective package number by a space.
    [Known or potential caveats]
    - All verbose options such as "--needed" are passed to pacman untouched. However some of the short hand versions have not been implemented when using sync (eg. pbfetch -Sg xorg) in combination with the fallback option set.
    - I've written the script with sudo in mind. The script inserts sudo where needed.
    - Color output assumes dark terminal background. Color can either be turned off or individual colors and be changed in the config file
    - pbfetch was made in my limited free time over the last month so testing of features has been limited to say the least.
    [Development]
    - I have put pbfetch up on github @ http://github.com/dalingrin/pbfetch
    - Please feel free contribute or make requests
    Make no mistake, I have no dreams of pbfetch becoming the next popular AUR frontend like yaourt. I have had fun writing it so far (first bash script) and thought a few like minded individual(s) may enjoy using it as well.
    Package can be found @ http://aur.archlinux.org/packages.php?ID=33256
    Last edited by dalingrin (2010-09-13 21:58:27)

    I have disabled sudo, still I get the following error:
    pbfetch -me qhandbrake-git
    ==> qhandbrake-git [Downloaded]
    ==> qhandbrake-git [Extracted]
    -> qhandbrake-git [Edit complete]
    Checking package for AUR dependencies...
    ==> ERROR: Cannot find the sudo binary! Is sudo installed?
    Missing dependencies cannot be installed or removed as a normal user
    without sudo; install and configure sudo to auto-resolve dependencies.
    cat /etc/pbfetch.conf
    #!/bin/bash
    ################## !WARNING! ####################
    # This file must contain only valid bash syntax #
    #### Pacman sync fallback to AUR ####
    fallback=true
    #fallback=false
    #### Clean up after package building ####
    # if false then package along with source
    # will be left in the build directory
    clean=true
    #clean=false
    #### Colorize output ####
    color=true
    #color=false
    # default colors
    color1="\e[1;37m" # white
    color2="\e[1;34m" # blue
    color3="\e[1;31m" # red
    color4="\e[1;32m" # green
    color5="\e[1;33m" # yellow
    color6="\e[1;35m" # magenta
    #### Pacman binary ####
    pacmanBin="pacman"
    #pacmanBin="pacman-color" # Recommend if using color output
    #### Automatically use sudo when needed ####
    #useSudo=true
    useSudo=false
    #### PKGBUILD editor ####
    editor="nano"
    #editor="gvim"
    #### BUILD DIRECTORY ####
    buildDir=~/build
    #### PACMAN PACKAGE CACHE ####
    pkgCache=/var/cache/pacman/pkg/
    #### LOCAL abs DIRECTORY ####
    abs="/var/abs"
    #### aur URL ####
    aur="http://aur.archlinux.org/packages"

  • Quickie: Provide a 'back to package' link after commenting on AUR

    Currently when you comment or delete your comment on an AUR package, you have to make use of your browsers 'back' function and even then you need to refresh to see the comment you posted/deleted. I think that for the sake of usability and consistency with the forums (where you get redirected to your new post after posting) you should be presented with a link and a 3-second time out for auto-redirect to the AUR package you commented on.
    So, yeah, would be nice and shouldn't take long to do

    I prefer discussing this first before submitting it onto the bug tracker. Maybe most people don't share my opinion so I don't have to bother. It's called "AUR Discussion and..." for a reason.

  • Login/logout sync hangs

    I am trying to migrate my user account to a portable home directory. (OSX Server 10.4.8, OSX Client 10.4.8). I have a small network (8 users) and everyone else has been using network accounts and portable home directories for months. I had a large amount of data in my account and just didn't want to take the time until I had some serious sound problem with my laptop and had to do an erase and install to fix it. So I decided to convert to a network account but put most of my files outside my home directory. The only thing in my home directory are my apple mail files. I can't get login logout sync to complete succeessfully. It goes through "checking items" and changes the folder it displays until it gets to the last one where it hangs for hours and never actually starts synchronizing. My work around was to remove all but a couple of my mailboxes from ~/library/mail and then sync by logging out/in. I then would add a couple more mail boxes and repeat. This is a tedious process.
    I could not find any discussion about limitations on the number of files that login/logout sync can process. I suspect there is some memory limit on the total number of files in a directory or the total number of changed files and instead of complaining it just hangs. Has anyone seen this? Does anyone know of a limit on the number of files. I have about 14 GB of mail archives with 100,000s of messages.
    I suspect I will have to archive them outside of the ~/library/mail folder and maybe do a symlink.

    Not even sure you can do this but you might look for Login/Logout Hooks that can perform the action your looking to do. There would have to be a way to shell-script the Sync part of RHD which I'm not sure you can.
    On the Server Side you can control what get auto synced and what does not in WGM. Then you just set it all to auto on login/logout.

  • AUR accounts [SOLVED]

    Are the forums accounts the same as the AUR accounts? I can't login to AUR using my username+password from this forums, but if I try to register to AUR it says my email address is in use. Maybe I registered an account in the past but I can't find a 'forgot password' link or whatever.
    Any cue?
    Maybe tomorrow I will feel dumb because of this question...
    Last edited by ore (2009-05-30 11:06:50)

    ore wrote:
    My email address is http://oredakore.es/images/mail.png
    check your mail for password and username.
    Last edited by wonder (2009-05-30 09:50:16)

  • Switching between VTs kills Xorg and GDM restarts

    Hi,
    since yesterday I noticed some sort of severe problem of my system.  I am still trying to locate the reason why this all happens.
    My problem looks like this: Every time I switch from X to a VT everything looks fine. But once I want to switch back to X, it dies completely and GDM restarts.
    So far so bad, first I thought GDM is creating this and downgraded it to 2.22. That didn't help, so back up to date.
    But I activated its debug modus to receive this output:
    Oct 5 10:05:10 t23 acpid: client 3785[0:0] has disconnected
    Oct 5 10:05:10 t23 acpid: client connected from 3785[0:0]
    Oct 5 10:05:10 t23 acpid: 1 client rule loaded
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: child (pid:3808) done (status:1)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Greeter exited: 1
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): slave finished
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: De-registering session from ConsoleKit
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: Stopping D-Bus daemon
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process -3807
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Stopping simple_slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Stopping slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Disconnected from display
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Stopping greeter
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GreeterServer: Stopping greeter server...
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Closing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Stopping job pid:3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process 3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Waiting on process 3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: process (pid:3833) done (status:1)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Wait on child process failed
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: SessionWorkerJob died
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Disposing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Closing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Stopping server
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process 3785
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Waiting on process 3785
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: process (pid:3785) done (signal:6)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Server died
    Oct 5 10:05:11 t23 gdm-session-worker[3833]: DEBUG(+): GdmSessionWorker: obj_path=/org/freedesktop/DBus/Local interface=org.freedesktop.DBus.Local method=Disconnected
    Oct 5 10:05:11 t23 gdm-session-worker[3833]: DEBUG(+): GdmSessionWorker: Got disconnected from the server
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSignalHandler: Removing handler 10: signum=11 0x80536e0
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Stopping slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSignalHandler: Finalizing signal handler
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): Slave finished
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: slave (pid:3784) done (status:0)
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Slave exited: 0
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Finishing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Unmanaging display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: unmanage display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Killing slave
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Disposing slave proxy
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Killing slave
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmLocalDisplayFactory: static display status changed: 0
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: manage display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: prepare display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-XBcN2s to 120:120
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-XBcN2s/database to 120:120
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-XBcN2s to 0711
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmLocalDisplayFactory: static display status changed: 1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Running command: /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Started slave with pid 3859
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): Enabling debugging
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=12 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 12 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Registering /org/gnome/DisplayManager/Slave1
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: starting slave
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Starting slave
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Creating proxy for /org/gnome/DisplayManager/Display1
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got display ID: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:12 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Setting slave bus name::1.50 on display :0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 11: signum=10 0x80536e0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Starting X server process: /usr/bin/Xorg :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-XBcN2s/database -nolisten tcp vt9
    Oct 5 10:05:12 t23 gdm-simple-slave[3860]: DEBUG(+): GdmServer: Opening logfile for server /var/log/gdm/:0.log
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Started X server process 3860 - waiting for READY
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Started X server
    Oct 5 10:05:12 t23 acpid: client 3785[0:0] has disconnected
    Oct 5 10:05:12 t23 acpid: client connected from 3860[0:0]
    Oct 5 10:05:12 t23 acpid: 1 client rule loaded
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: handling signal 10
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Found 2 callbacks
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x80536e0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x804d1b0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Got callback for signal 10
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Got USR1 signal
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Done handling signals
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Got USR1 from X server - emitting READY
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Server is ready - opening display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Connected to display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Requesting timed login details
    Oct 5 10:05:14 t23 gdm-binary[3373]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Running greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating greeter for :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Running helper /usr/lib/ConsoleKit/ck-get-x11-display-device --display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Got tty: '/dev/tty9'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script /etc/gdm/Init/:0 not found; skipping
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/Default
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Running process: /etc/gdm/Init/Default
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Process exit status: 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: Creating D-Bus server for greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: D-Bus server listening on unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating greeter on :0 /dev/tty9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Starting welcome...
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Running welcome_session process: /usr/bin/gnome-session --autostart=/usr/share/gdm/autostart/LoginWindow/
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Registering session with ConsoleKit
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Opening ConsoleKit session for user:120 x11-display:':0' x11-display-device:'/dev/tty9' remote-host-name:'' is-local:1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Starting D-Bus daemon
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Cannot access '/etc/sysconfig/i18n'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: WINDOWPATH=9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_VERSION=2.32.0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LANG=en_GB.utf8
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/lib/perl5/core_perl/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GVFS_DISABLE_FUSE=1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XDG_SESSION_COOKIE=55a05d047ffc8a00c35d0e0047eda69e-1286269514.940105-1594411165
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_GREETER_DBUS_ADDRESS=unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3878]: DEBUG(+): GdmWelcomeSession: Setting up run time dir /var/run/gdm/greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3878]: DEBUG(+): GdmWelcomeSession: Changing (uid:gid) for child process to (120:120)
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Started D-Bus daemon on pid 3882
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Cannot access '/etc/sysconfig/i18n'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_SEAT_ID=Seat1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: WINDOWPATH=9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_VERSION=2.32.0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LANG=en_GB.utf8
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/lib/perl5/core_perl/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GVFS_DISABLE_FUSE=1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZckquHbw5o,guid=bb2af808d623ae703f9916fa00000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GCONF_DEFAULT_SOURCE_PATH=/etc/gconf/2/path
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XDG_SESSION_COOKIE=55a05d047ffc8a00c35d0e0047eda69e-1286269514.940105-1594411165
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_GREETER_DBUS_ADDRESS=unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3883]: DEBUG(+): GdmWelcomeSession: Setting up run time dir /var/run/gdm/greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3883]: DEBUG(+): GdmWelcomeSession: Changing (uid:gid) for child process to (120:120)
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: WelcomeSession on pid 3883
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating new session
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Creating D-Bus server for session
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: D-Bus server listening on unix:abstract=/tmp/gdm-session-UgKEyrlf,guid=3f8d34c80542f206f87332a000000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Setting display device: /dev/tty9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Registering /org/gnome/DisplayManager/Session1
    Oct 5 10:05:15 t23 gnome-session[3883]: Bonobo-WARNING: Bonobo must be initialized before use
    Oct 5 10:05:15 t23 gdm-simple-greeter[3905]: DEBUG(+): Enabling debugging
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: Handing new connection
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: greeter connection is 0x9699308
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Greeter connected
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Starting conversation
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: Starting worker...
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: /usr/lib/gdm/gdm-session-worker
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 3908
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=GetDisplayId
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): greeter_server_message_handler: destination=(null) obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=GetDisplayId
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): Enabling debugging
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-session-UgKEyrlf,guid=3f8d34c80542f206f87332a000000198
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Handing new connection
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: worker connection is 0x969ac90
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Emitting conversation-started signal
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: session conversation started
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Requesting timed login details
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Oct 5 10:05:16 t23 gdm-binary[3373]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): Invalid NULL username for auto/timed login
    Once I switch back, GDM reloads and I get the same output with GDM stating nothing why this happened.
    I looked through all log files without finding anything obvious. My problem is, that I am not sure if it is GDM doing this or some buggy configuration of a programme doing rubbish...
    Some helpful advice will be nice.
    Regards,
    Simon

    Problem solved temporarily:
    I downgraded all X.org packages related to the recent update for xorg-server 1.9. Since then GDM doesn't seam to crash. Otherwise I noted that 1.9 is not much of a matured release yet. I read many instability issues here.
    Btw, would a mod like to move this thread to update issues? This thread will better fit in that section.
    Thanks
    Last edited by ss2 (2010-10-07 14:40:32)

  • Problem with ADF security and task flow calls

    Hi.
    I am using JDeveloper 11.1.2.0.0.
    I encountered a problem when tried to apply ADF security to my application.
    The way to reproduce the problem:
    1. Create new Fusion Web Application;
    2. Import Business Components from Tables from any existing schema and add at least one table to the ApplicationModule.
    3. Create "welcome page" (for instance, welcome.jsf). Add a button with fixed action outcome "test".
    4. Create test page, for instance, test.jsf. Drag and drop any view object from Data Controls onto the page and create a form with navigation controls. Add a button with fixed action outcome "return".
    5. Create bounded task flow, name it "test", drag and drop our test page on it - the page will be the default activity. Add a task flow return activity. Add a control flow case from the default view activity to the return activity, set From Outcome property to "return". So our return button should cause the task flow to exit.
    6. Open adfc-config.xml in diagram mode and place our welcome page on it. Then drag and drop the test task flow to create a task flow call activity. Add a control flow case from welcome page to task flow call activity, set the From Outcome property to "test". So our test button should call the test task flow.
    7. Configure application to run the unbounded task flow starting with Welcome view activity.
    At this point all works as expected: when application runs, the welcome page is displayed with test button. Pressing the test button results in displaying the test page, return button leads back to the welcome page.
    Now let's configure ADF Security.
    Run the ADF Security configuration wizard, choose ADF Authentication and Authorization.
    On the second page select Form-Based Authentication, check the Generate Default Pages flag.
    On the third page choose No Automatic Grants.
    On the next page keep the Redirect Upon Successful Authentication unchecked. Press Finish.
    Open jazn-data.xml to configure roles, users and resource grants:
    1. Create application role test-role.
    2. Grant the test-role privileges to view the test task flow.
    3. Create user and grant him the test-role.
    Now we have the public available welcome page and the test page with restricted access.
    When application runs, the welcome page is displayed as expected. Pressing the test button redirect us to auto-generated login page. After successful authorization the test page is displayed. But nothing happens if we click now the return button for the first time. When we click the return button once more, the application crushes with Error-500 and message "Target Unreachable, identifier 'bindings' resolved to null". The exact error trace depends on UI control bindings, but looks like this:
    javax.el.PropertyNotFoundException: //C:/Users/DUDKIN/AppData/Roaming/JDeveloper/system11.1.2.0.38.60.17/o.j2ee/drs/Test1/ViewControllerWebApp.war/test.jsf @10,120 value="#{bindings.Id.inputValue}": Target Unreachable, identifier 'bindings' resolved to null
         at com.sun.faces.facelets.el.TagValueExpression.isReadOnly(TagValueExpression.java:122)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer._getUncachedReadOnly(EditableValueRenderer.java:476)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:390)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.wasSubmitted(EditableValueRenderer.java:345)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.decodeInternal(EditableValueRenderer.java:116)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.decodeInternal(LabeledInputRenderer.java:56)
         at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:342)
         at org.apache.myfaces.trinidad.render.CoreRenderer.decode(CoreRenderer.java:274)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1324)
    (the rest of lines skipped).
    Any suggestions?
    Edited by: user13307311 on Apr 16, 2013 11:39 PM

    @Lovin_JV_941794
    The welcome page is public available since it does not have appropriate PageDef file.
    Login page comes not from the welcome page, it comes after attempt to access the test page. So after the login succeeded the test page appears, because redirect to welcome page after successful login is not configured. I do not need to return the welcome page at this moment, I need to go to the test page.
    It seems the task flow call stack to be destroyed after redirect to login page.
    Edited by: user13307311 on Apr 17, 2013 12:45 AM

  • Why is my macbook running so slow?

    EtreCheck version: 2.1.6 (109)
    Report generated January 16, 2015 at 1:26:28 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Technical Specifications)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
      Battery Health: Normal - Cycle count 825
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Time since boot: 23:11:20
    Disk Information: ℹ️
      ST750LX003-1AC154 disk0 : (750.16 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      [redacted]s Mac (disk1) / : 748.93 GB (197.87 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 749.30 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/PeerGuardian.app
      [not loaded] xxx.qnation.PeerGuardian (1.1.11 - SDK 10.2) [Support]
      /Library/Parallels/Parallels Service.app
      [not loaded] com.parallels.kext.prl_hid_hook (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_hypervisor (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_netbridge (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_usb_connect (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_vnic (7.0 15107.796624) [Support]
      /System/Library/Extensions
      [loaded] com.avira.kext.FileAccessControl (1.0.0d1) [Support]
    Startup Items: ℹ️
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.avira.antivirus.ipm.ui.plist [Support]
      [running] com.avira.antivirus.odscan.default.plist [Support]
      [running] com.avira.antivirus.systray.plist [Support]
      [failed] com.avira.antivirus.update.default.plist [Support] [Details]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.parallels.desktop.launch.plist [Support]
      [loaded] com.parallels.DesktopControlAgent.plist [Support]
      [running] com.parallels.vm.prl_pcproxy.plist [Support]
      [loaded] org.macosforge.xquartz.startx.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [failed] com.avira.antivirus.dbcleaner.plist [Support] [Details]
      [loaded] com.avira.antivirus.ipm.loader.plist [Support]
      [running] com.avira.helper.watchdox.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.macpaw.CleanMyMac2.Agent.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.parallels.desktop.launchdaemon.plist [Support]
      [loaded] jp.co.canon.MasterInstaller.plist [Support]
      [running] net.openvpn.client.plist [Support]
      [loaded] org.macosforge.xquartz.privileged_startx.plist [Support]
      [loaded] xxx.qnation.PeerGuardian.locum.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [failed] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist [Support]
    User Login Items: ℹ️
      BoxSyncHelper Application  (/Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app)
      iTunesHelper Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Google Chrome Application Hidden (/Applications/Google Chrome.app)
      PrivateTunnel Tray Application  (/Applications/PrivateTunnel/PrivateTunnel Tray.app)
      pploader Application  (/Applications/PeerGuardian.app/Contents/Library/LoginItems/pploader.app)
      pplogger Application  (/Applications/PeerGuardian.app/Contents/Library/LoginItems/pplogger.app)
      Google Drive Application  (/Applications/Google Drive.app)
      AppTrap Application  (/Library/PreferencePanes/AppTrap.prefPane/Contents/Resources/AppTrap.app)
      XtraFinder Application  (/Incompatible Software/XtraFinder.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobeExManDetect: Version: AdobeExManDetect 1.0.0.0 - SDK 10.7 [Support]
      Flip4Mac WMV Plugin: Version: 2.4.4.2 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.257 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.257 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      SharePointBrowserPlugin: Version: 14.0.0 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    3rd Party Preference Panes: ℹ️
      AppTrap  [Support]
      Box Sync  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
    Time Machine: ℹ️
      Auto backup: YES
      Volumes being backed up:
      Zacks Mac: Disk size: 748.93 GB Disk used: 551.06 GB
      Destinations:
      Zacks Window [Local]
      Total size: 319.73 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 319.73 GB < (Disk used 551.06 GB X 3)
    Top Processes by CPU: ℹ️
          23% WindowServer
          13% sysmond
          8% Google Chrome
          3% coreaudiod
          1% Activity Monitor
    Top Processes by Memory: ℹ️
      876 MB com.apple.SpeechRecognitionCore.speechrecognitiond
      326 MB savapi
      326 MB Google Chrome
      309 MB avguard.bin
      199 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      1.90 GB Free RAM
      7.79 GB Active RAM
      5.40 GB Inactive RAM
      2.09 GB Wired RAM
      12.70 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Jan 16, 2015, 12:21:16 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-16-002116_[redacted].crash
      Jan 16, 2015, 12:21:15 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-16-002115_[redacted].cra sh
      Jan 15, 2015, 10:17:01 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-221701_[redacted].crash
      Jan 15, 2015, 10:16:59 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-221659_[redacted].cra sh
      Jan 15, 2015, 08:16:57 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-201657_[redacted].cra sh
      Jan 15, 2015, 06:16:56 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-181656_[redacted].cra sh
      Jan 15, 2015, 06:16:56 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-181656_[redacted].crash
      Jan 15, 2015, 04:16:55 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-161655_[redacted].cra sh
      Jan 15, 2015, 04:16:55 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-161655_[redacted].crash
      Jan 15, 2015, 02:16:54 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-141654_[redacted].crash
      Jan 15, 2015, 02:16:53 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-141653_[redacted].cra sh
      Jan 15, 2015, 12:16:53 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-121653_[redacted].crash
      Jan 15, 2015, 12:16:52 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-121652_[redacted].cra sh
      Jan 15, 2015, 10:16:52 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-101652_[redacted].crash
      Jan 15, 2015, 10:16:51 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-101651_[redacted].cra sh
      Jan 15, 2015, 08:16:51 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-081651_[redacted].crash
      Jan 15, 2015, 08:16:50 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-081650_[redacted].cra sh
      Jan 15, 2015, 06:16:50 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-061650_[redacted].crash
      Jan 15, 2015, 06:16:49 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-061649_[redacted].cra sh
      Jan 15, 2015, 04:16:48 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-041648_[redacted].crash
      Jan 15, 2015, 04:16:40 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-041640_[redacted].cra sh
      Jan 15, 2015, 02:15:44 AM Self test - passed
      Jan 15, 2015, 12:29:56 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-15-002956_[redacted].cra sh
      Jan 15, 2015, 12:29:56 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-002956_[redacted].crash
      Jan 14, 2015, 10:29:55 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-14-222955_[redacted].cra sh
      Jan 14, 2015, 10:29:55 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-14-222955_[redacted].crash
      Jan 14, 2015, 06:21:34 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-14-182134_[redacted].crash
      Jan 14, 2015, 06:21:33 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-14-182133_[redacted].cra sh
      Jan 14, 2015, 04:21:32 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-14-162132_[redacted].crash
      Jan 14, 2015, 04:21:24 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-14-162124_[redacted].cra sh
      Jan 14, 2015, 03:40:02 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-14-034002_[redacted].crash
      Jan 14, 2015, 03:40:01 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-14-034001_[redacted].cra sh
      Jan 14, 2015, 01:40:00 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-14-014000_[redacted].crash
      Jan 14, 2015, 01:39:59 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-14-013959_[redacted].cra sh
      Jan 13, 2015, 10:03:53 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-13-220353_[redacted].crash
      Jan 13, 2015, 10:03:52 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-13-220352_[redacted].cra sh
      Jan 13, 2015, 05:12:40 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-13-171240_[redacted].crash
      Jan 13, 2015, 05:12:39 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-13-171239_[redacted].cra sh
      Jan 13, 2015, 03:05:33 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-13-150533_[redacted].crash
      Jan 13, 2015, 03:05:33 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-13-150533_[redacted].cra sh
      Jan 13, 2015, 01:05:32 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-13-130532_[redacted].crash
      Jan 13, 2015, 01:05:29 PM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-13-130529_[redacted].cra sh
      Jan 13, 2015, 02:32:22 AM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-13-023222_[redacted].crash
      Jan 13, 2015, 02:32:22 AM /Library/Logs/DiagnosticReports/avbackendproxy_2015-01-13-023222_[redacted].cra sh
      Jan 15, 2015, 08:16:57 PM /Library/Logs/DiagnosticReports/dbcleaner_2015-01-15-201657_[redacted].crash

    Start time: 00:54:27 01/18/15
    Revision: 1157
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 2 days 22:39
    Memory
        BANK 0/DIMM0:
          Size: 8 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x8319
        BANK 1/DIMM0:
          Size: 8 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x8319
    SerialATA
       ST750LX003-1AC154                      
    FileVault: On
    Diagnostic reports
       2015-01-16 dbcleaner crash
       2015-01-17 avbackendproxy crash x5
       2015-01-17 dbcleaner crash x5
       2015-01-18 avbackendproxy crash x7
       2015-01-18 dbcleaner crash x7
    Shutdowns
       Jan 15 02:16:27 cause: -60
    Log
       Jan 15 02:17:22 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.416: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan 15 04:21:33 com.apple.xpc.launchd.domain.pid.BKAgentService.1088: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/PrivateFrameworks/BookKit.framework/Versions/A/XPCServices/com. apple.BKAgentService.xpc
       Jan 15 04:21:33 com.apple.xpc.launchd.domain.pid.BKAgentService.1088: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/PrivateFrameworks/BookKit.framework/Versions/A/XPCServices/com. apple.BKAgentService.xpc
       Jan 15 04:21:36 com.apple.xpc.launchd.domain.pid.MediaLibraryService.1093: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Jan 15 04:21:36 com.apple.xpc.launchd.domain.pid.MediaLibraryService.1093: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Jan 15 05:17:33 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 08:17:18 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 11:17:18 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 14:17:18 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 17:18:05 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 20:18:06 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 15 23:18:25 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 16 02:21:31 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 16 02:52:31 com.apple.mdworker.single.UUID: Service exited with abnormal code: 1
       Jan 16 05:22:00 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 16 08:21:30 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 16 14:55:16 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 17 02:19:12 com.apple.mdworker.single.UUID: Service exited with abnormal code: 1
       Jan 17 04:58:45 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 17 07:58:44 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 17 08:12:02 init_access_event_attributes 121 (ERROR <9738>):failed to get vnode attributes
       Jan 17 08:12:02 alloc_access_event 182 (ERROR <9738>):failed to init attributes of accessing process
       Jan 17 08:12:02 check_file_access 614 (ERROR <9738>):failed to allocate event
       Jan 17 10:58:44 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
       Jan 17 13:59:00 com.facebook.videochat.NAME.updater: Service exited with abnormal code: 1
    Memory: kernel_task (UID 0) is using 1252 MB
    Loaded kernel extensions
       com.avira.kext.FileAccessControl (1.0.0d1)
    Daemons
       com.adobe.fpsaud
       com.apple.installer.osmessagetracing
       com.apple.security.syspolicy
       - status: -15
       com.avira.antivirus.dbcleaner
       - status: -6
       com.avira.antivirus.ipm.loader
       com.avira.helper.watchdox
       com.google.keystone.daemon
       com.macpaw.CleanMyMac2.Agent
       com.microsoft.office.licensing.helper
       com.parallels.desktop.launchdaemon
       com.parallels.vm.prl_naptd
       jp.co.canon.MasterInstaller
       net.openvpn.client
       org.macosforge.xquartz.privileged_startx
       xxx.qnation.PeerGuardian.locum
    Agents
       com.adobe.AAM.Scheduler-1.0
       com.apple.AirPortBaseStationAgent
       com.apple.photostream-agent
       com.avira.antivirus.ipm.ui
       com.avira.antivirus.odscan.default
       com.avira.antivirus.systray
       com.avira.antivirus.update.default
       - status: -43
       com.facebook.videochat.NAME.updater
       - status: 1
       com.google.keystone.system.agent
       com.macpaw.CleanMyMac2Helper.scheduledScan
       com.macpaw.CleanMyMac2Helper.trashWatcher
       com.parallels.DesktopControlAgent
       com.parallels.desktop.client.launch
       com.parallels.vm.prl_pcproxy
       com.spotify.webhelper
       org.macosforge.xquartz.startx
    Startup items
       /Library/StartupItems/ChmodBPF/ChmodBPF
       /Library/StartupItems/ChmodBPF/StartupParameters.plist
    Extensions
       /System/Library/Extensions/FileAccessControl.kext
       - com.avira.kext.FileAccessControl
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
    Applications
       /Applications/Adobe Bridge CS6/Adobe Bridge CS6.app
       - com.adobe.bridge5
       /Applications/Adobe Extension Manager CS6/Adobe Extension Manager CS6.app
       - com.adobe.ExtensionManager
       /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app
       - com.adobe.Photoshop
       /Applications/Age of Empires III.app
       - com.macsoft.age3
       /Applications/Avira.app
       - com.avira.controlcenter
       /Applications/Bitcoin-Qt.app
       - com.yourcompany.Bitcoin-Qt
       /Applications/Canon Utilities/IJ Network Tool/Canon IJ Network Tool.app
       - jp.co.canon.IJNetworkTool
       /Applications/Canon Utilities/IJ Scan Utility/Canon IJ Scan Utility2.app
       - jp.co.canon.ij.scanutility2
       /Applications/Canon Utilities/Inkjet Extended Survey Program/Inkjet Extended Survey Program.app
       - jp.co.canon.InkjetExtendedSurveyProgram
       /Applications/Canon Utilities/Quick Menu/Canon Quick Menu.app
       - jp.co.canon.IJ.QuickMenu
       /Applications/Chromecast.app
       - com.google.chromecast.setup
       /Applications/CleanMyMac 2.app
       - com.macpaw.CleanMyMac2
       /Applications/Doukutsu.app
       - com.nakiwo.Doukutsu
       /Applications/Firefox.app
       - org.mozilla.firefox
       /Applications/Google Chrome.app
       - com.google.Chrome
       /Applications/Google Drive.app
       - com.google.GoogleDrive
       /Applications/Inspire 9.5 3391/Inspire.app
       - com.solidthinking.inspire9.5.3391
       /Applications/LeawoMacVideoConverter.app
       - com.leawo.macvideoconverter
       /Applications/Litecoin-Qt.app
       - org.litecoin.Litecoin-Qt
       /Applications/MacRunMan/RunMan.app
       - com.company.YoYo70
       /Applications/Microsoft Communicator.app
       - com.microsoft.Communicator
       /Applications/Microsoft Messenger.app
       - com.microsoft.Messenger
       /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
       - com.microsoft.language_register
       /Applications/Microsoft Office 2011/Microsoft Document Connection.app
       - com.microsoft.DocumentConnection
       /Applications/Microsoft Office 2011/Microsoft Excel.app
       - com.microsoft.Excel
       /Applications/Microsoft Office 2011/Microsoft Outlook.app
       - com.microsoft.Outlook
       /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
       - com.microsoft.Powerpoint
       /Applications/Microsoft Office 2011/Microsoft Word.app
       - com.microsoft.Word
       /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
       - com.microsoft.AlertsDaemon
       /Applications/Microsoft Office 2011/Office/Equation Editor.app
       - com.microsoft.EquationEditor
       /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
       - com.microsoft.openxml.chart.app
       /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
       - com.microsoft.ClipGallery
       /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
       - com.microsoft.outlook.database_daemon
       /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
       - com.microsoft.outlook.database_utility
       /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
       - com.microsoft.Graph
       /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
       - com.microsoft.outlook.office_reminders
       /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
       - com.microsoft.office.setupassistant
       /Applications/Microsoft Office 2011/Office/Microsoft Query
       - null
       /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
       - com.microsoft.office.uploadcenter
       /Applications/Microsoft Office 2011/Office/My Day.app
       - com.microsoft.myday
       /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
       - com.microsoft.openxml.excel.app
       /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
       - com.microsoft.SyncServicesAgent
       /Applications/NETGEARGenie.app
       - com.netgear.NETGEARGenie
       /Applications/PS3 Media Server.app
       - null
       /Applications/Parallels Desktop.app
       - com.parallels.desktop.console
       /Applications/PeerGuardian.app
       - xxx.qnation.PeerGuardian.App
       /Applications/PrivateTunnel/PrivateTunnel Tray.app
       - net.openvpn.OpenVPNConnect
       /Applications/PrivateTunnel/PrivateTunnel.app
       - com.openvpn.PrivateTunnel
       /Applications/PrivateTunnel/Uninstall PrivateTunnel.app
       - net.privatetunnel.uninstaller
       /Applications/Remote Desktop Connection.app
       - com.microsoft.rdc
       /Applications/Skype.app
       - com.skype.skype
       /Applications/Spotify.app
       - com.spotify.client
       /Applications/Synthesia.app
       - com.synthesiallc.synthesia
       /Applications/TI-Diagnostic.App
       - null
       /Applications/TI-Nspire Student Software.App
       - null
       /Applications/TuneUp.app
       - com.tuneupmedia.TuneUp
       /Applications/Utilities/Adobe Application Manager/D6/Setup.app
       - com.adobe.Installers.Redirector
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/uninstall/Uninstall Product.app
       - com.Adobe.Uninstall
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/uninstall/Uninstall Product.app
       - com.Adobe.Uninstall
       /Applications/Utilities/Adobe Application Manager/DECore/Setup.app
       - com.adobe.Installers.Setup
       /Applications/Utilities/Adobe Application Manager/DWA/Setup.app
       - com.adobe.Installers.Redirector
       /Applications/Utilities/Adobe Application Manager/LWA/AAM Registration Notifier.app
       - com.adobe.PDApp.AAMRegistrationNotifier
       /Applications/Utilities/Adobe Application Manager/LWA/adobe_licutil.app
       - com.adobe.adobe_licutil
       /Applications/Utilities/Adobe Application Manager/P6/AAM Registration Notifier.app
       - com.adobe.PDApp.AAMRegistrationNotifier
       /Applications/Utilities/Adobe Application Manager/P6/adobe_licutil.app
       - com.adobe.adobe_licutil
       /Applications/Utilities/Adobe Application Manager/UWA/AAM Updates Notifier.app
       - com.adobe.PDApp.AAMUpdatesNotifier
       /Applications/Utilities/Adobe Application Manager/UWA/LogTransport2.app
       - com.adobe.headlights.LogTransport2App
       /Applications/Utilities/Adobe Application Manager/core/Adobe Application Manager.app
       - com.adobe.PDApp
       /Applications/Utilities/Adobe Flash Player Install Manager.app
       - com.adobe.flashplayer.installmanager
       /Applications/Utilities/Adobe Utilities-CS6.localized/ExtendScript Toolkit CS6/ExtendScript Toolkit.app
       - com.adobe.estoolkit-3.8
       /Applications/Utilities/Avira-Uninstall.app
       - com.avira.uninstall
       /Applications/Utilities/Avira/Avira-Supportcollector.app
       - com.yourcompany.Avira-Supportcollector
       /Applications/Utilities/XQuartz.app
       - org.macosforge.xquartz.X11
       /Applications/VLC.app
       - org.videolan.vlc
       /Applications/iLoL Open Beta 1.1.app
       - com.boompje.iLoL
       /Applications/uTorrent 2.app
       - com.bittorrent.uTorrent
       /Applications/uTorrent.app
       - com.bittorrent.uTorrent
       /Incompatible Software/XtraFinder.app
       - com.trankynam.XtraFinder
       /Library/Application Support/Adobe/CS6ServiceManager/CS6ServiceManager.app
       - com.adobe.csi.CS6ServiceManager
       /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
       - com.adobe.dynamiclinkmanager
       /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
       - com.adobe.dynamiclinkmediaserver
       /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app
       - com.adobe.switchboard-2.0
       /Library/Application Support/Adobe/Uninstall/{UUID}.app
       - com.Adobe.Uninstall
       /Library/Application Support/Google/GoogleTalkPlugin.app
       - com.google.GoogleTalkPluginD
       /Library/Application Support/Google/GoogleVoiceAndVideoUninstaller.app
       - com.google.GoogleTalkPluginUninstaller
       /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
       - com.microsoft.autoupdate2
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
       - com.microsoft.error_reporting
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
       - com.microsoft.netlib.shipassertprocess
       /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
       - com.microsoft.silverlight.sllauncher
       /Library/Application Support/PrivateTunnel/Notify.app
       - com.yourcompany.Notify
       /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
       - com.apple.ScriptEditor.id.cocoa-applet-template
       /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
       - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
       /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
       - com.apple.ScriptEditor.id.file-processing-droplet-template
       /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
       - com.apple.ScriptEditor.id.image-file-processing-droplet-template
       /Library/Application Support/TI Education/CommLib/2/NavNet/AppMuxServerLauncher.app
       - null
       /Library/Image Capture/Devices/Canon IJScanner1.app
       - jp.co.canon.ijscanner1.scanner.ica
       /Library/Image Capture/Devices/Canon IJScanner13f.app
       - jp.co.canon.ij.ica.scanner13f
       /Library/Image Capture/Devices/Canon IJScanner2.app
       - jp.co.canon.ijscanner2.scanner.ica
       /Library/Image Capture/Devices/Canon IJScanner4.app
       - jp.co.canon.ij.ica.scanner4
       /Library/Image Capture/Devices/EPSON Scanner.app
       - com.epson.scanner.ica
       /Library/Image Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app
       - jp.co.canon.cijscannerregister
       /Library/Parallels/Parallels Mounter.app
       - com.parallels.desktop.mounter
       /Library/Parallels/Parallels Service.app
       - com.parallels.desktop.dispatcher
       /Library/Parallels/Uninstaller/Parallels Hypervisor/DockPlistEdit.app
       - com.parallels.DockPlistEdit
       /Library/Printers/Canon/BJPrinter/Utilities/CIJAutoSetupTool.app
       - jp.co.canon.ij.print.cijautosetuptool
       /Library/Printers/Canon/BJPrinter/Utilities/CanonIJPrinterUtility.app
       - jp.co.canon.bj.print.app.canonijprinterutility
       /Users/USER/Desktop/EtreCheck.app
       - com.etresoft.EtreCheck
       /Users/USER/Desktop/SerialSeeker 1.3.10.app
       - org.crackezz.serialseeker
       /Users/USER/Documents/TorBrowser_en-US.app
       - org.torproject.TorBrowserBundle
       /Users/USER/Downloads/Inspire_9.5_3391_MacOSX_En 2.app
       - null
       /Users/USER/Downloads/Inspire_9.5_3391_MacOSX_En.app
       - null
       /Users/USER/Downloads/TorBrowser_en-US 2.app
       - org.torproject.TorBrowserBundle
       /Users/USER/Downloads/TorBrowser_en-US 3.app
       - org.torproject.TorBrowserBundle
       /Users/USER/Downloads/TorBrowser_en-US 4.app
       - org.torproject.TorBrowserBundle
       /Users/USER/Downloads/TorBrowser_en-US.app
       - null
       /Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app
       - com.macpaw.CleanMyMac-2-Helper
       /Users/USER/Library/Application Support/Facebook/video/3.1.0.522/FacebookVideoCalling.app
       - com.Skype.FacebookVideoCalling
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_agoenciogemlojlhccbcpcfflicgnaak/Default agoenciogemlojlhccbcpcfflicgnaak.app
       - com.google.Chrome.app.Default-agoenciogemlojlhccbcpcfflicgnaak-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aknpkdffaafgjchaibgeefbgmgeghloj/Default aknpkdffaafgjchaibgeefbgmgeghloj.app
       - com.google.Chrome.app.Default-aknpkdffaafgjchaibgeefbgmgeghloj-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
       - com.google.Chrome.app.Default-bepbmhgboaologfdajaanbcjmnhjmhfn-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bfbmjmiodbnnpllbbbfblcplfjjepjdn/Default bfbmjmiodbnnpllbbbfblcplfjjepjdn.app
       - com.google.Chrome.app.Default-bfbmjmiodbnnpllbbbfblcplfjjepjdn-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bfkpkealncpcbfklpgnggcgjjdkbljop/Default bfkpkealncpcbfklpgnggcgjjdkbljop.app
       - com.google.Chrome.app.Default-bfkpkealncpcbfklpgnggcgjjdkbljop-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_boadgeojelhgndaghljhdicfkmllpafd/Default boadgeojelhgndaghljhdicfkmllpafd.app
       - com.google.Chrome.app.Default-boadgeojelhgndaghljhdicfkmllpafd-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_cfhdojbkjhnklbpkdaibdccddilifddb/Default cfhdojbkjhnklbpkdaibdccddilifddb.app
       - com.google.Chrome.app.Default-cfhdojbkjhnklbpkdaibdccddilifddb-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_decdfngdidijkdjgbknlnepdljfaepji/Default decdfngdidijkdjgbknlnepdljfaepji.app
       - com.google.Chrome.app.Default-decdfngdidijkdjgbknlnepdljfaepji-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_ejnkaeblpdcamcioiiabclakabcbjmbl/Default ejnkaeblpdcamcioiiabclakabcbjmbl.app
       - com.google.Chrome.app.Default-ejnkaeblpdcamcioiiabclakabcbjmbl-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_ghgabhipcejejjmhhchfonmamedcbeod/Default ghgabhipcejejjmhhchfonmamedcbeod.app
       - com.google.Chrome.app.Default-ghgabhipcejejjmhhchfonmamedcbeod-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gighmmpiobklfepjocnamgkkbiglidom/Default gighmmpiobklfepjocnamgkkbiglidom.app
       - com.google.Chrome.app.Default-gighmmpiobklfepjocnamgkkbiglidom-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_knkapnclbofjjgicpkfoagdjohlfjhpd/Default knkapnclbofjjgicpkfoagdjohlfjhpd.app
       - com.google.Chrome.app.Default-knkapnclbofjjgicpkfoagdjohlfjhpd-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_mmffncokckfccddfenhkhnllmlobdahm/Default mmffncokckfccddfenhkhnllmlobdahm.app
       - com.google.Chrome.app.Default-mmffncokckfccddfenhkhnllmlobdahm-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pdabfienifkbhoihedcgeogidfmibmhp/Default pdabfienifkbhoihedcgeogidfmibmhp.app
       - com.google.Chrome.app.Default-pdabfienifkbhoihedcgeogidfmibmhp-internal
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.15/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.15/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16.1/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16.1/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16.3/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16.3/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.16/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.1/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.1/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.2/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.2/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.3/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.3/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.4/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.17.4/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2 1/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2 1/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2 2/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2 2/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18.2/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.18/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.19.2/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.19.2/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.19/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.19/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.21/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.21/Uninstall.app
       - com.trankynam.Uninstall
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.23/Extra/Disable Auto Add Login Item.app
       - com.apple.ScriptEditor.id.DisableAutoAddLoginItem
       /Users/USER/Library/Application Support/XtraFinder/XtraFinder 0.23/Uninstall.app
       - com.trankynam.Uninstall
    Frameworks
       /Library/Frameworks/PrivateTunnel.framework
       - null
       /Library/Frameworks/TSLicense.framework
       - net.telestream.license
    PrefPane
       /Library/PreferencePanes/AppTrap.prefPane
       - se.konstochvanligasaker.AppTrap.prefpanel
       /Library/PreferencePanes/Box Sync.prefPane
       - net.box.sync.preferences
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
       - net.telestream.wmv.prefpane
    Bundles
       /Library/Application Support/Adobe/APE/3.3/adbeapecore.framework/Versions/A/Libraries/Flash Player.plugin
       - com.macromedia.FlashPlayer-10.4-10.5.plugin
       /Library/Application Support/Adobe/Plug-Ins/CS6/File Formats/Camera Raw.plugin
       - com.adobe.CameraRaw
       /Library/Internet Plug-Ins/AdobeExManDetect.plugin
       - com.AdobeExManDetectLib.AdobeExManDetect
       /Library/Internet Plug-Ins/Flash Player.plugin
       - com.macromedia.Flash
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
       - net.telestream.wmv.plugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Printers/Canon/BJPrinter/Plugins/BJOutputModule/cnbao425.plugin
       - jp.co.canon.bsd.bjoutput425
       /Library/Printers/Canon/IJScanner/Plugins/cnq2413_09.plugin
       - jp.co.canon.scanner.cnq2413.09
       /Library/Printers/Canon/IJScanner/Plugins/cnq2414_09.plugin
       - jp.co.canon.scanner.cnq2414.09
       /Library/Printers/Canon/IJScanner/Plugins/cnq4807_09.plugin
       - jp.co.canon.scanner.cnq4807.09
       /Library/Printers/Canon/IJScanner/Plugins/cnq4808_09.plugin
       - jp.co.canon.scanner.cnq4808.09
       /Library/Printers/Canon/IJScanner/Plugins/cnq4809_09.plugin
       - jp.co.canon.scanner.cnq4809.09
       /Library/Printers/Canon/IJScanner/Plugins/cnq9601_09.plugin
       - jp.co.canon.scanner.cnq9601.09
       /Library/Printers/Canon/IJScanner/Plugins/mld9601_09.plugin
       - jp.co.canon.scangear.mld9601.09
       /Library/Printers/Canon/IJScanner/Plugins/sfusb_09.plugin
       - jp.co.canon.sf.scanner.sfusb.09
       /Library/Printers/EPSON/CIOSupport/CIOHelper.plugin
       - com.epson.print.plugin.CIOHelper
       /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin
       - com.epson.print.plugin.USBPrintClass
       /Library/Printers/EPSON/CIOSupport/XIOP.plugin
       - com.epson.print.plugin.XIOP
       /Library/Printers/EPSON/CIOSupport/XIORemoteClient.plugin
       - com.epson.print.plugin.XIORemoteClient
       /Library/Printers/EPSON/CIOSupport/XIORemoteServer.plugin
       - com.epson.print.plugin.XIORemoteServer
       /Library/QuickLook/ParallelsQL.qlgenerator
       - com.parellels.quicklookgenerator
       /Library/Spotlight/ParallelsMD.mdimporter
       - com.parallels.mdimporter
       /Users/USER/Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       /Users/USER/Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/14.0.0.145/PepperFlashPlayer.plugin
       - com.macromedia.PepperFlashPlayer.pepper
       /Users/USER/Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       /Users/USER/Library/Widgets/Webster.wdgt
       - tw.liho.webster
       /Users/USER/Library/Widgets/eCalc_Scientific.wdgt
       - com.eCalc.widget.ecalcScientific
    dylibs
       /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
       /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
       /Applications/Utilities/Adobe Application Manager/D6/D6Native.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/ARKSelector.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKCmdCaps.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKCmdFS.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKEngine.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/AdobePIM.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKCmdCaps.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKCmdFS.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKEngine.dylib
       /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/AdobePIM.dylib
       /Applications/Utilities/Adobe Application Manager/DWA/DWANative.dylib
       /Applications/Utilities/Adobe Application Manager/LWA/PWANative.dylib
       /Applications/Utilities/Adobe Application Manager/LWA/adobe_caps.dylib
       /Applications/Utilities/Adobe Application Manager/LWA/adobe_oobelib.dylib
       /Applications/Utilities/Adobe Application Manager/LWA/adobe_upgrade.dylib
       /Applications/Utilities/Adobe Application Manager/P6/IMSLib.dylib
       /Applications/Utilities/Adobe Application Manager/P6/P6Native.dylib
       /Applications/Utilities/Adobe Application Manager/P6/VulcanBridge.dylib
       /Applications/Utilities/Adobe Application Manager/P6/VulcanMessage.dylib
       /Applications/Utilities/Adobe Application Manager/P6/adobe_oobelib.dylib
       /Applications/Utilities/Adobe Application Manager/P6/adobe_upgrade.dylib
       /Applications/Utilities/Adobe Application Manager/P6/axlib.dylib
       /Applications/Utilities/Adobe Application Manager/UWA/UWANative.dylib
       /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
       /Applications/Utilities/Adobe Application Manager/core/switcher/DWA_UI.dylib
       /Applications/Utilities/Adobe Application Manager/core/switcher/LWA_UI.dylib
       /Applications/df_osx/libs/libfmodex.dylib
       /Applications/df_osx/libs/libgcc_s.1.dylib
       /Applications/df_osx/libs/libstdc++.6.dylib
       /Library/Application Support/Adobe/APE/3.3/adbeapecore.framework/Versions/A/Libraries/WebKit.dylib
       /Library/Application Support/Adobe/CS6ServiceManager/lib/CSXS-Installer-Hook.dylib
       /Library/Application Support/Adobe/CS6ServiceManager/lib/ServiceManager-Launcher.dylib
       /Library/Frameworks/PrivateTunnel.framework/Versions/Current/FFTool/ffinj.dylib
       /Library/Frameworks/PrivateTunnel.framework/Versions/Current/lib/libcrypto.0.9. 8.dylib
       /Library/Frameworks/PrivateTunnel.framework/Versions/Current/lib/liblzo2.2.dyli b
       /Library/Frameworks/PrivateTunnel.framework/Versions/Current/lib/libpython2.6.d ylib
       /Library/Frameworks/PrivateTunnel.framework/Versions/Current/lib/libssl.0.9.8.d ylib
       /Users/USER/Library/Application Support/Firefox/Profiles/j3eqk3x1.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
       /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.703/_platform_specific/mac_x64/libwidev inecdm.dylib
       /Users/USER/Library/VirtualDJ/Plugins/libmp3lame.dylib
       /opt/X11/lib/libAppleWM.7.dylib
       /opt/X11/lib/libFS.6.dylib
       /opt/X11/lib/libGL.1.dylib
       /opt/X11/lib/libGLU.1.dylib
       /opt/X11/lib/libICE.6.dylib
       /opt/X11/lib/libOSMesa.8.dylib
       /opt/X11/lib/libOpenVG.1.dylib
       /opt/X11/lib/libSM.6.dylib
       /opt/X11/lib/libX11-xcb.1.dylib
       /opt/X11/lib/libX11.6.dylib
       /opt/X11/lib/libXRes.1.dylib
       /opt/X11/lib/libXTrap.6.dylib
       /opt/X11/lib/libXau.6.dylib
       /opt/X11/lib/libXaw3d.8.dylib
       /opt/X11/lib/libXaw6.6.dylib
       /opt/X11/lib/libXaw7.7.dylib
       /opt/X11/lib/libXaw8.8.dylib
       /opt/X11/lib/libXcomposite.1.dylib
       /opt/X11/lib/libXcursor.1.dylib
       /opt/X11/lib/libXdamage.1.dylib
       /opt/X11/lib/libXdmcp.6.dylib
       /opt/X11/lib/libXevie.1.dylib
       /opt/X11/lib/libXext.6.dylib
       /opt/X11/lib/libXfixes.3.dylib
       /opt/X11/lib/libXfont.1.dylib
       /opt/X11/lib/libXfontcache.1.dylib
       /opt/X11/lib/libXft.2.dylib
       /opt/X11/lib/libXi.6.dylib
       /opt/X11/lib/libXinerama.1.dylib
       /opt/X11/lib/libXmu.6.dylib
       /opt/X11/lib/libXmuu.1.dylib
       /opt/X11/lib/libXp.6.dylib
       /opt/X11/lib/libXplugin.1.dylib
       /opt/X11/lib/libXpm.4.dylib
       /opt/X11/lib/libXrandr.2.dylib
       /opt/X11/lib/libXrender.1.dylib
       /opt/X11/lib/libXss.1.dylib
       /opt/X11/lib/libXt.6.dylib
       /opt/X11/lib/libXtst.6.dylib
       /opt/X11/lib/libXv.1.dylib
       /opt/X11/lib/libXvMC.1.dylib
       /opt/X11/lib/libXvMCW.1.dylib
       /opt/X11/lib/libXxf86misc.1.dylib
       /opt/X11/lib/libXxf86vm.1.dylib
       /opt/X11/lib/libcairo-script-interpreter.2.dylib
       /opt/X11/lib/libcairo.2.dylib
       /opt/X11/lib/libdmx.1.dylib
       /opt/X11/lib/libfontconfig.1.dylib
       /opt/X11/lib/libfontenc.1.dylib
       /opt/X11/lib/libfreetype.6.dylib
       /opt/X11/lib/libglut.3.dylib
       /opt/X11/lib/libpixman-1.0.dylib
       /opt/X11/lib/libpng.3.dylib
       /opt/X11/lib/libpng12.0.dylib
       /opt/X11/lib/libpng14.14.dylib
       /opt/X11/lib/libpng15.15.dylib
       /opt/X11/lib/libxcb-composite.0.dylib
       /opt/X11/lib/libxcb-cursor.0.dylib
       /opt/X11/lib/libxcb-damage.0.dylib
       /opt/X11/lib/libxcb-dpms.0.dylib
       /opt/X11/lib/libxcb-dri2.0.dylib
       /opt/X11/lib/libxcb-dri3.0.dylib
       /opt/X11/lib/libxcb-ewmh.2.dylib
       /opt/X11/lib/libxcb-glx.0.dylib
       /opt/X11/lib/libxcb-icccm.4.dylib
       /opt/X11/lib/libxcb-image.0.dylib
       /opt/X11/lib/libxcb-keysyms.1.dylib
       /opt/X11/lib/libxcb-present.0.dylib
       /opt/X11/lib/libxcb-randr.0.dylib
       /opt/X11/lib/libxcb-record.0.dylib
       /opt/X11/lib/libxcb-render-util.0.dylib
       /opt/X11/lib/libxcb-render.0.dylib
       /opt/X11/lib/libxcb-res.0.dylib
       /opt/X11/lib/libxcb-screensaver.0.dylib
       /opt/X11/lib/libxcb-shape.0.dylib
       /opt/X11/lib/libxcb-shm.0.dylib
       /opt/X11/lib/libxcb-sync.1.dylib
       /opt/X11/lib/libxcb-util.1.dylib
       /opt/X11/lib/libxcb-xevie.0.dylib
       /opt/X11/lib/libxcb-xf86dri.0.dylib
       /opt/X11/lib/libxcb-xfixes.0.dylib
       /opt/X11/lib/libxcb-xinerama.0.dylib
       /opt/X11/lib/libxcb-xkb.1.dylib
       /opt/X11/lib/libxcb-xprint.0.dylib
       /opt/X11/lib/libxcb-xtest.0.dylib
       /opt/X11/lib/libxcb-xv.0.dylib
       /opt/X11/lib/libxcb-xvmc.0.dylib
       /opt/X11/lib/libxcb.1.dylib
       /opt/X11/lib/libxkbfile.1.dylib
       /opt/X11/lib/libxkbui.1.dylib
       /opt/X11/lib/libxshmfence.1.dylib
    Contents of /Library/LaunchAgents/com.avira.antivirus.ipm.ui.plist
       - mod date: Jul 24 09:22:12 2012
       - checksum: 2824380832
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.avira.antivirus.ipm.ui</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Avira.app/Contents/MacOS/uxipm.app/Contents/MacOS/uxipm_u i</string>
        <string>--auto</string>
        </array>
        <key>WorkingDirectory</key>
        <string>/Applications/Avira.app/Contents/MacOS/uxipm.app/Contents/MacOS</string >
        <!-- We implemented our own (smarter) throttling -->
        <key>ThrottleInterval</key>
        <integer>0</integer>
        <!-- Start when the loader has new data -->
        <key>WatchPaths</key>
        <array>
        <string>/var/lib/com.avira.antivirus.ipm/watch</string>
        </array>
        <!-- Start on login -->
        <key>RunAtLoad</key>
        <true />
        <!-- Start periodically -->
       ...and 5 more line(s)
    Contents of /Library/LaunchAgents/com.avira.antivirus.odscan.default.plist
       - mod date: Nov 20 04:09:32 2014
       - checksum: 53935002
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.avira.antivirus.odscan.default</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Avira.app/Contents/MacOS/AV_Scheduler</string>
        <string>-j</string>
        <string>scan</string>
        <string>-d</string>
        <string>/Applications/Avira.app/Contents/Resources/av_scheduler_plugin/scanjobf iles/com.avira.antivirus.odscan.default.ini</string>
        <string>-l</string>
        <string>1416474572</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>Default Scanjob</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
       ...and 8 more line(s)
    Contents of /Library/LaunchAgents/com.avira.antivirus.systray.plist
       - mod date: Jul 24 09:22:12 2012
       - checksum: 1258003239
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.avira.antivirus.systray</string>
        <key>Program</key>
        <string>/Applications/Avira.app/Contents/MacOS/AV_Systray.app/Contents/MacOS/AV _Systray</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
       </dict>
       </plist>
       <!-- AVCS4F3A4200C37OUUIDPUUIDT62F3AB0132FAVCSE -->
    Contents of /Library/LaunchAgents/com.avira.antivirus.update.default.plist
       - mod date: Nov 28 23:08:42 2014
       - checksum: 481408532
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.avira.antivirus.update.default</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Avira.app/Contents/MacOS/AV_Scheduler</string>
        <string>-j</string>
        <string>update</string>
        <string>-l</string>
        <string>1417234122</string>
        </array>
        <key>ServiceDescription</key>
        <string>Default Updatejob</string>
        <key>StartInterval</key>
        <integer>7200</integer>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.parallels.DesktopControlAgent.plist
       - mod date: Sep  3 16:13:24 2012
       - checksum: 1014615141
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/etc/parallels.DesktopControlAgent.launchd</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.parallels.DesktopControlAgent</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels Desktop Control Agent.app/Contents/MacOS/prl_deskctl_agent</string>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.parallels.desktop.launch.plist
       - mod date: Sep  3 16:13:10 2012
       - checksum: 402548574
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.parallels.desktop.client.launch</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Parallels Desktop.app/Contents/PlugIns/PD_Starter.app/Contents/MacOS/prl_client_app</stri ng>
        <string>--mode</string>
        <string>cache</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
       - mod date: Sep  3 16:12:48 2012
       - checksum: 1060318951
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.parallels.vm.prl_pcproxy</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd</string>
        <string>proxy</string>
        </array>
        <key>EnvironmentVariables</key>
        <dict>
        <key>DYLD_LIBRARY_PATH</key>
        <string>/Library/Parallels/Parallels Service.app/Contents/MacOS</string>
        <key>PARALLELS_NAPT_APP_MODE</key>
        <string>desktop</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>RunAtLoad</key>
        <true/>
       ...and 2 more line(s)
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
       - mod date: May 17 02:34:13 2014
       - checksum: 2451978492
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.avira.antivirus.dbcleaner.plist
       - mod date: Jul 24 09:22:11 2012
       - checksum: 1867776260
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
               <key>StartInterval</key>
               <integer>7200</integer>
               <key>Label</key>
               <string>com.avira.antivirus.dbcleaner</string>
               <key>UserName</key>
               <string>root</string>
               <key>Umask</key>
               <integer>000</integer>
               <key>Program</key>
               <string>/Applications/Avira.app/Contents/MacOS/dbcleaner</string>
               <key>ServiceDescription</key>  
               <string>Events Database Cleanup</string>
               <key>RunAtLoad</key>
               <true/>
       </dict>
       </plist>
       <!-- AVCS4F3A4200C37OUUIDPUUIDT62F3AB0132FAVCSE -->
    Contents of /Library/LaunchDaemons/com.avira.antivirus.ipm.loader.plist
       - mod date: Jul 24 09:22:11 2012
       - checksum: 1848658519
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.avira.antivirus.ipm.loader</string>
        <key>UserName</key>
        <string>_avipm</string>
        <key>Program</key>
        <string>/Applications/Avira.app/Contents/MacOS/uxipm.app/Contents/MacOS/uxipm_l oader</string>
        <key>WorkingDirectory</key>
        <string>/Applications/Avira.app/Contents/MacOS/uxipm.app/Contents/MacOS</string >
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>1800</integer>
       </dict>
       </plist>
       <!-- AVCS4F3A4200C37OUUIDPUUIDT62F3AB0132FAVCSE -->
    Contents of /Library/LaunchDaemons/com.avira.helper.watchdox.plist
       - mod date: Jul 24 09:22:10 2012
       - checksum: 4234383193
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.avira.helper.watchdox</string>
        <key>UserName</key>
        <string>root</string>
        <key>WorkingDirectory</key>
        <string>/Applications/Avira.app/Contents/MacOS</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Avira.app/Contents/MacOS/avwatchdox.bin</string>
        </array>

Maybe you are looking for

  • Can I get Google to correctly show a Lightroom Weg gallery template?

    Hello out there. I have a web domain and have created a web gallery in Lightroom to use as a toe in the water website. Unfortunately google is only picking up an xml file rather than the whole site and therefore it cannot be viewed completely in goog

  • Producer/Consumer(Events)

    I am trying to practice using Producer/Consumer(Events) design pattern.  In the attached VI I'm trying to control 3 LED's using front panel controls.  I'm not sure how to extend the time that the LEDs remain lit.  My first guess would be to continue

  • My screen is not working. sometimes there is a shadow in the background

    my screen is not allowing me to slide. i cant get to settings etc. sometimes there is a shadow in the background

  • Back up of iphone4

    I have had my iphone for over a year and have probably only synched it twice on a computer that is no longer in use. If I back up my device when i sync it with my itunes account that has not been used for a while, will it save everything including me

  • Powerbook won't start, got message i don't understand in single-user mode

    PowerBook G4 Mac OS X (10.3.9) About a week ago my powerbook (purchased in Dec '03, running 10.3.9) froze while I was using it. I had to manually shut it off, and then it would not restart (got stuck on grey screen with gear). I was able to start it