GDM doesn't start after updating to gnome 3.8 from gnome-unstable

When booting, the system gets "stuck" in starting authorization manager and gdm doesn't seem to start (the system is useable though, I'm posting from a vc).  Looking at the journal I got this:
mar 29 17:19:08 deepthought gdm-launch-environment][2505]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
mar 29 17:19:08 deepthought gdm-launch-environment][2505]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
Any ideas on how to proceed?
Starting gnome-session from with .xinitrc throws me a "something went wrong" message, even when I deleted my .local/share/gnome-shell, .config/dconf and .gconf dirs. It says something about not reaching tracker so maybe I'm just not starting it correctly

Phrodo_00 wrote:
When booting, the system gets "stuck" in starting authorization manager and gdm doesn't seem to start (the system is useable though, I'm posting from a vc).  Looking at the journal I got this:
mar 29 17:19:08 deepthought gdm-launch-environment][2505]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
mar 29 17:19:08 deepthought gdm-launch-environment][2505]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
Any ideas on how to proceed?
Starting gnome-session from with .xinitrc throws me a "something went wrong" message, even when I deleted my .local/share/gnome-shell, .config/dconf and .gconf dirs. It says something about not reaching tracker so maybe I'm just not starting it correctly
getting the same here actually.
i uninstalled gdm and uses slim but that just gives a blank screen

Similar Messages

  • FF doesn't start after update to version 27.0.1

    FF doesn't start after update to version 27.0.1
    Crash ID: bp-2bc18734-d643-4843-a10f-fd6102140214

    Firefox 27.0.1 is too new for me to know what unique issues it might have. I will message you a link to download the installer for Firefox 27.0 to see whether that reverses the problem.

  • [solved] GDM won't start after update

    Hello.
    Today I made a pacman -Syu and gdm was updated.
    On the next boot i only get a console and not the usual gdm login.
    I loged in and tried to start gdm manualy with /etc/rc.d/gdm restart
    wich results in an error message : "gdm already running. Aborting!", but it isnt
    The X Server works (tried startx).
    Any ideas what happend to gdm and how to fix it?
    /edit : additional info: using current repository

    Does your gdm.conf file contains paths like this: /usr/X11R6/bin
    I think pacman just overwrites the config files if you never changed anything to them. In my case I did some modifications, so pacman made a backup of my modified file.
    In case your file don't contain any /usr/X11R6/... , you may try do diff your file between mine:
    # GDM Configuration file. You can use gdmsetup program to graphically
    # edit this, or you can optionally just edit this file by hand. Note that
    # gdmsetup does not tweak every option here, just the ones most users
    # would care about. Rest is for special setups and distro specific
    # tweaks. If you edit this file, you should send the HUP or USR1 signal to
    # the daemon so that it restarts: (Assuming you have not changed PidFile)
    # kill -USR1 `cat /var/run/gdm.pid`
    # (HUP will make gdm restart immediately while USR1 will make gdm not kill
    # existing sessions and will only restart gdm after all users log out)
    # You can also use the gdm-restart and gdm-safe-restart scripts which just
    # do the above for you.
    # For full reference documentation see the gnome help browser under
    # GNOME|System category. You can also find the docs in HTML form on
    # http://www.gnome.org/projects/gdm/
    # NOTE: Some of these are commented out but still show their default values.
    # If you wish to change them you must remove the '#' from the beginning of
    # the line. The commented out lines are lines where the default might
    # change in the future, so set them one way or another if you feel
    # strongly about it.
    # Have fun! - George
    [daemon]
    # Automatic login, if true the first local screen will automatically logged
    # in as user as set with AutomaticLogin key.
    AutomaticLoginEnable=false
    AutomaticLogin=tom
    # Timed login, useful for kiosks. Log in a certain user after a certain
    # amount of time
    TimedLoginEnable=false
    TimedLogin=
    TimedLoginDelay=30
    # The gdm configuration program that is run from the login screen, you should
    # probably leave this alone
    #Configurator=/opt/gnome/sbin/gdmsetup --disable-sound --disable-crash-dialog
    # The chooser program. Must output the chosen host on stdout, probably you
    # should leave this alone
    #Chooser=/opt/gnome/libexec/gdmchooser
    # The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to
    # get the new graphical greeter.
    #Greeter=/opt/gnome/libexec/gdmlogin
    Greeter=/opt/gnome/libexec/gdmgreeter
    # The greeter for xdmcp logins, usually you want a less graphically intensive
    # greeter here so it's better to leave this with gdmlogin
    #RemoteGreeter=/opt/gnome/libexec/gdmlogin
    RemoteGreeter=/opt/gnome/libexec/gdmgreeter
    # Launch the greeter with an additional list of colon seperated gtk
    # modules. This is useful for enabling additional feature support
    # e.g. gnome accessibility framework. Only "trusted" modules should
    # be allowed to minimise security holes
    #AddGtkModules=false
    # By default these are the accessibility modules
    #GtkModulesList=gail:atk-bridge:/opt/gnome/lib/gtk-2.0/modules/libdwellmouselistener:/opt/gnome/lib/gtk-2.0/modules/libkeymouselistener
    # Default path to set. The profile scripts will likely override this
    DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/gnome/bin
    # Default path for root. The profile scripts will likely override this
    RootPath=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/gnome/sbin:/opt/gnome/bin
    # If you are having trouble with using a single server for a long time and
    # want gdm to kill/restart the server, turn this on
    #AlwaysRestartServer=false
    # User and group used for running gdm GUI applicaitons. By default this
    # is set to user gdm and group gdm. This user/group should have very
    # limited permissions and access to ony the gdm directories and files.
    User=nobody
    Group=gdm
    # To try to kill all clients started at greeter time or in the Init script.
    # doesn't always work, only if those clients have a window of their own
    #KillInitClients=true
    LogDir=/var/log/gdm
    # You should probably never change this value unless you have a weird setup
    PidFile=/var/run/gdm.pid
    # Note that a post login script is run before a PreSession script.
    # It is run after the login is successful and before any setup is
    # run on behalf of the user
    PostLoginScriptDir=/opt/gnome/etc/gdm/PostLogin/
    PreSessionScriptDir=/opt/gnome/etc/gdm/PreSession/
    PostSessionScriptDir=/opt/gnome/etc/gdm/PostSession/
    DisplayInitDir=/opt/gnome/etc/gdm/Init
    # Distributions: If you have some script that runs an X server in say
    # VGA mode, allowing a login, could you please send it to me?
    #FailsafeXServer=
    # if X keeps crashing on us we run this script. The default one does a bunch
    # of cool stuff to figure out what to tell the user and such and can
    # run an X configuration program.
    XKeepsCrashing=/opt/gnome/etc/gdm/XKeepsCrashing
    # Reboot, Halt and suspend commands, you can add different commands
    # separated by a semicolon and gdm will use the first one it can find
    RebootCommand=/sbin/shutdown -r now "Rebooted from gdm menu."
    HaltCommand=/sbin/shutdown -h now "Halted from gdm menu."
    SuspendCommand=/usr/bin/apm --suspend
    # Probably should not touch the below this is the standard setup
    ServAuthDir=/opt/gnome/var/gdm
    # This is our standard startup script. A bit different from a normal
    # X session, but it shares a lot of stuff with that. See the provided
    # default for more information.
    BaseXsession=/opt/gnome/etc/gdm/Xsession
    # This is a directory where .desktop files describing the sessions live
    # It is really a PATH style variable since 2.4.4.2 to allow actual
    # interoperability with KDM. Note that <sysconfdir>/dm/Sessions is there
    # for backwards compatibility reasons with 2.4.4.x
    SessionDesktopDir=/etc/X11/sessions/:/etc/dm/Sessions/:/usr/share/xsessions/:/opt/gnome/share/gdm/BuiltInSessions/:/opt/gnome/share/xsessions/
    # This is the default .desktop session. One of the ones in SessionDesktopDir
    #DefaultSession=gnome.desktop
    # Better leave this blank and HOME will be used. You can use syntax ~/ below
    # to indicate home directory of the user. You can also set this to something
    # like /tmp if you don't want the authorizations to be in home directories.
    # This is useful if you have NFS mounted home directories. Note that if this
    # is the home directory the UserAuthFBDir will still be used in case the home
    # directory is NFS, see security/NeverPlaceCookiesOnNFS to override this behaviour.
    UserAuthDir=
    # Fallback if home directory not writable
    UserAuthFBDir=/tmp
    UserAuthFile=.Xauthority
    # The X server to use if we can't figure out what else to run.
    StandardXServer=/usr/X11R6/bin/X
    # The maximum number of flexible X servers to run.
    #FlexibleXServers=5
    # And after how many minutes should we reap the flexible server if there is
    # no activity and no one logged on. Set to 0 to turn off the reaping.
    # Does not affect Xnest flexiservers.
    #FlexiReapDelayMinutes=5
    # the X nest command
    Xnest=/usr/X11R6/bin/Xnest -audit 0 -name Xnest
    # Automatic VT allocation. Right now only works on Linux. This way
    # we force X to use specific vts. turn VTAllocation to false if this
    # is causing problems.
    FirstVT=7
    VTAllocation=true
    # Should double login be treated with a warning (and possibility to change
    # vts on linux and freebsd systems for console logins)
    #DoubleLoginWarning=true
    # Should a second login always resume the current session and
    # switch vts on linux and freebsd systems for console logins
    #AlwaysLoginCurrentSession=true
    # If true then the last login information is printed to the user before
    # being prompted for password. While this gives away some info on what
    # users are on a system, it on the other hand should give the user an
    # idea of when they logged in and if it doesn't seem kosher to them,
    # they can just abort the login and contact the sysadmin (avoids running
    # malicious startup scripts)
    #DisplayLastLogin=false
    # Program used to play sounds. Should not require any 'daemon' or anything
    # like that as it will be run when no one is logged in yet.
    #SoundProgram=/usr/bin/play
    # These are the languages that the console cannot handle because of font
    # issues. Here we mean the text console, not X. This is only used
    # when there are errors to report and we cannot start X.
    # This is the default:
    #ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh
    # This determines whether gdm will honor requests DYNAMIC requests from
    # the gdmdynamic command.
    #DynamicXServers=false
    # This determines whether gdm will send notifications to the console
    #ConsoleNotify=true
    [security]
    # If any distributions ship with this one off, they should be shot
    # this is only local, so it's only for say kiosk use, when you
    # want to minimize possibility of breakin
    AllowRoot=false
    # If you want to be paranoid, turn this one off
    AllowRemoteRoot=false
    # This will allow remote timed login
    AllowRemoteAutoLogin=false
    # 0 is the most restrictive, 1 allows group write permissions, 2 allows all
    # write permissions
    RelaxPermissions=0
    # Check if directories are owned by logon user. Set to false, if you have, for
    # example, home directories owned by some other user.
    CheckDirOwner=true
    # Number of seconds to wait after a bad login
    #RetryDelay=1
    # Maximum size of a file we wish to read. This makes it hard for a user to DoS
    # us by using a large file.
    #UserMaxFile=65536
    # If true this will basically append -nolisten tcp to every X command line,
    # a good default to have (why is this a "negative" setting? because if
    # it is false, you could still not allow it by setting command line of
    # any particular server). It's probably better to ship with this on
    # since most users will not need this and it's more of a security risk
    # then anything else.
    # Note: Anytime we find a -query or -indirect on the command line we do
    # not add a "-nolisten tcp", as then the query just wouldn't work, so
    # this setting only affects truly local sessions.
    DisallowTCP=true
    # By default never place cookies if we "detect" NFS. We detect NFS
    # by detecting "root-squashing". It seems bad practice to place
    # cookies on things that go over the network by default and thus we
    # don't do it by default. Sometimes you can however use safe remote
    # filesystems where this is OK and you may want to have the cookie in your
    # home directory.
    #NeverPlaceCookiesOnNFS=true
    # XDMCP is the protocol that allows remote login. If you want to log into
    # gdm remotely (I'd never turn this on on open network, use ssh for such
    # remote usage that). You can then run X with -query <thishost> to log in,
    # or -indirect <thishost> to run a chooser. Look for the 'Terminal' server
    # type at the bottom of this config file.
    [xdmcp]
    # Distributions: Ship with this off. It is never a safe thing to leave
    # out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=false
    # Honour indirect queries, we run a chooser for these, and then redirect
    # the user to the chosen host. Otherwise we just log the user in locally.
    #HonorIndirect=true
    # Maximum pending requests
    #MaxPending=4
    #MaxPendingIndirect=4
    # Maximum open XDMCP sessions at any point in time
    #MaxSessions=16
    # Maximum wait times
    #MaxWait=15
    #MaxWaitIndirect=15
    # How many times can a person log in from a single host. Usually better to
    # keep low to fend off DoS attacks by running many logins from a single
    # host. This is now set at 2 since if the server crashes then gdm doesn't
    # know for some time and wouldn't allow another session.
    #DisplaysPerHost=2
    # The number of seconds after which a non-responsive session is logged off.
    # Better keep this low.
    #PingIntervalSeconds=15
    # The port. 177 is the standard port so better keep it that way
    #Port=177
    # Willing script, none is shipped and by default we'll send
    # hostname system id. But if you supply something here, the
    # output of this script will be sent as status of this host so that
    # the chooser can display it. You could for example send load,
    # or mail details for some user, or some such.
    Willing=/opt/gnome/etc/gdm/Xwilling
    [gui]
    # The specific gtkrc file we use. It should be the full path to the gtkrc
    # that we need. Unless you need a specific gtkrc that doesn't correspond to
    # a specific theme, then just use the GtkTheme key
    #GtkRC=/opt/gnome/share/themes/Default/gtk-2.0/gtkrc
    # The GTK+ theme to use for the gui
    #GtkTheme=Default
    # If to allow changing the GTK+ (widget) theme from the greeter. Currently
    # this only affects the standard greeter as the graphical greeter does
    # not yet have this ability
    #AllowGtkThemeChange=true
    # Comma separated list of themes to allow. These must be the names of the
    # themes installed in the standard locations for gtk themes. You can
    # also specify 'all' to allow all installed themes. These should be just
    # the basenames of the themes such as 'Thinice' or 'LowContrast'.
    #GtkThemesToAllow=all
    # Maximum size of an icon, larger icons are scaled down
    #MaxIconWidth=128
    #MaxIconHeight=128
    [greeter]
    # Greeter has a nice title bar that the user can move
    #TitleBar=true
    # Configuration is available from the system menu of the greeter
    #ConfigAvailable=true
    # Face browser is enabled. This only works currently for the
    # standard greeter as it is not yet enabled in the graphical greeter.
    Browser=true
    # The default picture in the browser
    #DefaultFace=/opt/gnome/share/pixmaps/nobody.png
    # User ID's less than the MinimalUID value will not be included in the
    # face browser or in the gdmselection list for Automatic/Timed login.
    # They will not be displayed regardless of the settings for
    # Include and Exclude.
    MinimalUID=1000
    # Users listed in Include will be included in the face browser and in
    # the gdmsetup selection list for Automatic/Timed login. Users
    # should be separated by commas.
    #Include=
    # Users listed in Exclude are excluded from the face browser and from
    # the gdmsetup selection list for Automatic/Timed login. Excluded
    # users will still be able to log in, but will have to type their
    # username. Users should be separated by commas.
    Exclude=bin,daemon,mail,nobody
    # By default, an empty include list means display no users. By setting
    # IncludeAll to true, the password file will be scanned and all users
    IncludeAll=true
    # will be displayed except users excluded via the Exclude setting and
    # user ID's less than MinimalUID. Scanning the password file can be
    # slow on systems with large numbers of users and this feature should
    # not be used in such environments. The setting of IncludeAll does
    # nothing if Include is set to a non-empty value.
    #IncludeAll=false
    # If user or user.png exists in this dir it will be used as his picture
    #GlobalFaceDir=/opt/gnome/share/pixmaps/faces/
    # File which contains the locale we show to the user. Likely you want to use
    # the one shipped with gdm and edit it. It is not a standard locale.alias file,
    # although gdm will be able to read a standard locale.alias file as well.
    #LocaleFile=/opt/gnome/etc/gdm/locale.alias
    # Logo shown in the standard greeter
    #Logo=/opt/gnome/share/pixmaps/gdm-foot-logo.png
    # The standard greeter should shake if a user entered the wrong username or
    # password. Kind of cool looking
    #Quiver=true
    # The Actions menu (formerly system menu) is shown in the greeter, this is the
    # menu that contains reboot, shutdown, suspend, config and chooser. None of
    # these is available if this is off. They can be turned off individually
    # however
    SystemMenu=true
    # Should the chooser button be shown. If this is shown, GDM can drop into
    # chooser mode which will run the xdmcp chooser locally and allow the user
    # to connect to some remote host. Local XDMCP does not need to be enabled
    # however
    #ChooserButton=true
    # Welcome is for all console logins and RemoteWelcome is for remote logins
    # (through XDMCP).
    # DefaultWelcome and DefaultRemoteWelcome set the string for Welcome
    # to "Welcome" and for DefaultWelcome to "Welcome to %n", and properly
    # translate the message to the appropriate language. Note that %n gets
    # translated to the hostname of the machine. These default values can
    # be overridden by setting DefaultWelcome and/or DefaultRemoteWelcome to
    # false, and setting the Welcome and DefaultWelcome values as desired.
    # Just make sure the strings are in utf-8 Note to distributors, if you
    # wish to have a different Welcome string and wish to have this
    # translated you can have entries such as "Welcome[cs]=Vitejte na %n".
    DefaultWelcome=true
    DefaultRemoteWelcome=true
    #Welcome=Welcome
    #RemoteWelcome=Welcome to %n
    # Don't allow user to move the standard greeter window. Only makes sense
    # if TitleBar is on
    #LockPosition=false
    # Set a position rather then just centering the window. If you enter
    # negative values for the position it is taken as an offset from the
    # right or bottom edge.
    #SetPosition=false
    #PositionX=0
    #PositionY=0
    # Xinerama screen we use to display the greeter on. Not for true
    # multihead, currently only works for Xinerama.
    #XineramaScreen=0
    # Background settings for the standard greeter:
    # Type can be 0=None, 1=Image, 2=Color
    #BackgroundType=2
    #BackgroundImage=
    #BackgroundScaleToFit=true
    #BackgroundColor=#76848F
    # XDMCP session should only get a color, this is the sanest setting since
    # you don't want to take up too much bandwidth
    #BackgroundRemoteOnlyColor=true
    # Program to run to draw the background in the standard greeter. Perhaps
    # something like an xscreensaver hack or some such.
    #BackgroundProgram=
    # if this is true then the background program is run always, otherwise
    # it is only run when the BackgroundType is 0 (None)
    #RunBackgroundProgramAlways=false
    # Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for
    # example) and more failsafe then those supplied by scripts so distros should
    # use this rather then just running an xterm from a script.
    #ShowGnomeFailsafeSession=true
    #ShowXtermFailsafeSession=true
    # Normally there is a session type called 'Last' that is shown which refers to
    # the last session the user used. If off, we will be in 'switchdesk' mode where
    # the session saving stuff is disabled in GDM
    #ShowLastSession=true
    # Always use 24 hour clock no matter what the locale.
    #Use24Clock=false
    # Use circles in the password field. Looks kind of cool actually,
    # but only works with certain fonts.
    #UseCirclesInEntry=false
    # Do not show any visible feedback in the password field. This is standard
    # for instance in console, xdm and ssh.
    #UseInvisibleInEntry=false
    # These two keys are for the new greeter. Circles is the standard
    # shipped theme. If you want gdm to select a random theme from a list
    # then provide a list that is delimited by /: to the GraphicalThemes key and
    # set GraphicalThemeRand to true. Otherwise use GraphicalTheme and specify
    # just one theme.
    #GraphicalTheme=circles
    GraphicalTheme=happygnome-list
    #GraphicalThemes=circles/:happygnome
    GraphicalThemes=circles
    GraphicalThemeDir=/opt/gnome/share/gdm/themes/
    GraphicalThemeRand=false
    # If InfoMsgFile points to a file, the greeter will display the contents of the
    # file in a modal dialog box before the user is allowed to log in.
    #InfoMsgFile=
    # If InfoMsgFile is present then InfoMsgFont can be used to specify the font
    # to be used when displaying the contents of the file.
    #InfoMsgFont=Sans 24
    # If SoundOnLogin is true, then the greeter will beep when login is ready
    # for user input. If SoundOnLogin is a file and the greeter finds the
    # 'play' executable (see daemon/SoundProgram) it will play that file
    # instead of just beeping
    #SoundOnLogin=true
    SoundOnLogin=false
    #SoundOnLoginFile=
    # If SoundOnLoginSuccess, then the greeter will play a sound (as above)
    # when a user successfully logs in
    #SoundOnLoginSuccess=false
    #SoundOnLoginSuccessFile=
    # If SoundOnLoginFailure, then the greeter will play a sound (as above)
    # when a user fails to log in
    #SoundOnLoginFailure=false
    #SoundOnLoginFailureFile=
    # The chooser is what's displayed when a user wants an indirect XDMCP
    # session, or selects Run XDMCP chooser from the system menu
    [chooser]
    # Default image for hosts
    #DefaultHostImg=/opt/gnome/share/pixmaps/nohost.png
    # Directory with host images, they are named by the hosts: host or host.png
    HostImageDir=/opt/gnome/share/hosts/
    # Time we scan for hosts (well only the time we tell the user we are
    # scanning actually, we continue to listen even after this has
    # expired)
    #ScanTime=4
    # A comma separated lists of hosts to automatically add (if they answer to
    # a query of course). You can use this to reach hosts that broadcast cannot
    # reach.
    Hosts=
    # Broadcast a query to get all hosts on the current network that answer
    Broadcast=true
    # Set it to true if you want to send a multicast query to hosts.
    Multicast=false
    # It is an IPv6 multicast address.It is hardcoded here and will be replaced when
    # officially registered xdmcp multicast address of TBD will be available
    #Multicast_Addr=ff02::1
    # Allow adding random hosts to the list by typing in their names
    #AllowAdd=true
    [debug]
    # This will enable debugging into the syslog, usually not neccessary
    # and it creates a LOT of spew of random stuff to the syslog. However it
    # can be useful in determining when something is going very wrong.
    Enable=false
    [servers]
    # These are the standard servers. You can add as many you want here
    # and they will always be started. Each line must start with a unique
    # number and that will be the display number of that server. Usually just
    # the 0 server is used.
    0=Standard
    #1=Standard
    # Note the VTAllocation and FirstVT keys on linux and freebsd.
    # Don't add any vt<number> arguments if VTAllocation is on, and set FirstVT to
    # be the first vt available that your gettys don't grab (gettys are usually
    # dumb and grab even a vt that has already been taken). Using 7 will work
    # pretty much for all linux distributions. VTAllocation is not currently
    # implemented on anything but linux and freebsd. Feel free to send patches.
    # X servers will just not get any extra arguments then.
    # If you want to run an X terminal you could add an X server such as this
    #0=Terminal -query serverhostname
    # or for a chooser (optionally serverhostname could be localhost)
    #0=Terminal -indirect serverhostname
    # If you wish to run the XDMCP chooser on the local display use the following
    # line
    #0=Chooser
    ## Note:
    # is your X server not listening to TCP requests? Perhaps you should look
    # at the security/DisallowTCP setting!
    # Definition of the standard X server.
    [server-Standard]
    name=Standard server
    command=/usr/X11R6/bin/X -audit 0
    flexible=true
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Terminal]
    name=Terminal server
    # Add -terminate to make things behave more nicely
    command=/usr/X11R6/bin/X -audit 0 -terminate
    # Make this not appear in the flexible servers (we need extra params
    # anyway, and terminate would be bad for xdmcp choosing). You can
    # make a terminal server flexible, but not with an indirect query.
    # If you need flexible indirect query server, then you must get rid
    # of the -terminate and the only way to kill the flexible server will
    # then be by Ctrl-Alt-Backspace
    flexible=false
    # Not local, we do not handle the logins for this X server
    handled=false
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Chooser]
    name=Chooser server
    command=/usr/X11R6/bin/X -audit 0
    # Make this not appear in the flexible servers for now, but if you
    # wish to allow a chooser server then make this true. This is the
    # only way to make a flexible chooser server that behaves nicely.
    flexible=false
    # Run the chooser instead of the greeter. When the user chooses a
    # machine they will get this same server but run with
    # "-terminate -query hostname"
    chooser=true

  • Xorg doesn't start after update

    After updating this day (my system was last updated at the beginning of July
    this year) I have some problem with Xorg. The server just doesn't start, and
    the screen is black. I can get back to the console with Alt-F1.
    Here's my Xorg.0.log:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux Data 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 5 18:54:03 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "LCD Display"
    (**) | |-->Device "SiS"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e0a60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
    (II) PCI: 00:01:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
    (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:01:6: chip 1039,7013 card 1043,1456 rev a0 class 07,03,00 hdr 00
    (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1180,0476 card 1000,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 00:0a:1: chip 1180,0476 card 1800,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 rev 31 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xd1800000 - 0xd1ffffff (0x800000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7efffff (0xff00000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [1] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x24000000 - 0x27ffffff (0x4000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00001800 - 0x000018ff (0x100) IX[b]
    [1] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0x2c000000 - 0x2fffffff (0x4000000) MX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0x28000000 - 0x2bffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter rev 49, Mem @ 0xd8000000/27, 0xd1800000/17, I/O @ 0xa800/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [5] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [6] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [7] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [9] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [17] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "sis"
    (II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
    (II) Module sis: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 0.9.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    Backtrace:
    And here's what the server writes out:
    Backtrace:
    Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: \
    Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
    waiting for X server to begin accepting connections
    giving up.
    xinit: Connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    Any ideas? Because I have no idea, what is happening.
    Edit (08.08.2008): All right, don't bother answering this question anymore. The problem is no longer important. This topic can be closed, since it won't be solved.
    (I think it was caused by some error during copying files while updating my system.)
    Last edited by TPJ (2008-08-08 08:42:13)

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • IPod Touch G1 doesn't start after update

    I manually updated a friend's iPod from 1.1.? to 2.2.1 using the "Shift/Options + click Restore" method, but when the update started I briefly got the "Connect to iTunes" picture with a tiny white line across the screen.
    The screen went white and iTunes displayed an error, which translated in English is "UNKNOWN ERROR 1403", and it featured an Help button that took me to a broken link.
    I reset the iPod with Lock+Home, but after the screen went black nothing happened. I tried to use DFU mode but my computer doesn't detect it.
    Here is the debug log. I have removed from it the unused network cards.
    Microsoft Windows Vista Home Premium Edition Service Pack 1 (Build 6001)
    Sony Corporation VGN-FZ21M
    iTunes 8.1.1.10
    QuickTime 7.6
    FairPlay 1.3.6
    Libreria aggiornamento iPod 8.1d19
    Driver CD 2.1.0.1
    DLL driver CD 2.1.1.1
    Apple Mobile Device 2.4.1.7
    Driver Apple Mobile Device 1.40.0.0
    Numero di serie di iTunes D1209*603
    L'utente attuale non è amministratore.
    La data e l'ora locali sono 2009-05-11 16:08:38.
    iTunes non funziona in modalità sicura.
    Informazioni sull'apparato di visualizzazione:
    NVIDIA, NVIDIA GeForce 8400M GT
    ** Informazioni plugin esterni **
    Nessun plugin esterno installato.
    ** Test connettività di rete **
    Informazioni adattatore di rete
    Nome adattatore: {7A52A3B2-2D6E-47D3-9E21-35F2ACA7ECA5}
    Descrizione: Intel(R) Wireless WiFi Link 4965AGN
    Indirizzo IP: 192.168.1.64
    Maschera di sottorete: 255.255.255.0
    Gateway di default: 192.168.1.1
    DHCP abilitato: Sì
    Server DHCP: 192.168.1.1
    Assegnazione ottenuta: Mon May 11 16:06:25 2009
    Scadenza assegnazione: Mon May 11 16:09:25 2009
    Server DNS: 192.168.1.1
    192.168.1.1
    Connessione attiva: LAN Connection
    Connesso: Sì
    In linea: Sì
    Utilizzo modem: No
    Utilizzo LAN: Sì
    Utilizzo proxy: No
    Supporto SSL 3.0: Attivo
    Supporto TLS 1.0: Attivo
    Informazioni firewall
    Windows Firewall è attivo.
    iTunes è abilitato in Windows Firewall.
    Tentativo di connessione al sito web di Apple riuscito.
    Tentativo di connessione ad iTunes Store riuscito.
    Tentativo di connessione sicura ad iTunes Store riuscito.
    Tentativo di collegamento sicuro al server di attivazione di iPhone riuscito.
    L'ultimo accesso al negozio è stato il 2009-05-11 16:04:46.
    ** Test connettività iPod/iPhone **
    iPodService 8.1.1.10 attualmente funzionante.
    iTunesHelper 8.1.1.10 attualmente funzionante.
    Apple Mobile Device service 2.12.36.0 attualmente funzionante.
    Controller USB (Universal serial bus):
    Intel(R) ICH8 Family USB Universal Host Controller - 2830. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB Universal Host Controller - 2831. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB Universal Host Controller - 2832. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB Universal Host Controller - 2834. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB Universal Host Controller - 2835. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836. Il dispositivo funziona correttamente.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A. Il dispositivo funziona correttamente.
    Controller host FireWire (IEEE 1394) verificati.
    Texas Instruments OHCI Compliant IEEE 1394 Host Controller. Il dispositivo funziona correttamente.
    Dispositivi più recenti al momento non collegati:
    iPod touch eseguo versione firmware 1.1.5
    Numero di serie: 1B739*W4N
    ** Test connettività iPhone/iPod Touch **
    Nessun iPhone o iPod rilevato.

    On the original computer, using the correct account the iPod is tied to, purchase and download the update.
    After you have the download then do the install.
    You're making it a two step process since that seems to cut down on problems.

  • Windows 8.1 doesn't start after update. BLACK SCREEN AFTER LOGIN

     Before all, sorry my english, I'm brazilian and don't found the solution on the brazilian version of HP website.
     After I did the updates, the system ask to restart the notebook, so I did it. And now, when I do the login, after the password page, the Windows doesn't starts. Just a Black Screen appears.
      I can't open the right side window to acces the configurations, and this laptop doesn't have a battery to take out and put in again.
     I had already restore the system.
     So, I use my laptop to work, and it has only 4 days of use.
     I need help! Thanks!

    Hi,
    Run through the following procedure.
    Boot the computer normally and log-in.
    At the black screen, hold down the ctrl and alt keys and press delete.
    Select Task Manager.
    Click on File and select Run new task.
    Type cmd.exe - also enter a tick in the box for 'Create this task with administrative privileges' - and click Ok.
    Type in the following command ( including spaces ) and hit enter.
    Dism /Online /Cleanup-Image /RestoreHealth
    This will take a while to complete, but when it’s finished, restart the notebook.
    If the screen is still black after you log-in, once again, hold down the ctrl and alt keys and press delete.
    Select Task Manager.
    Click on File and select Run new task.
    Type cmd.exe - also enter a tick in the box for 'Create this task with administrative privileges' - and click Ok.
    Type in the following command ( there's a space between sfc and the / ) and hit enter.
    Sfc /scannow
    When the scan has finished, check that the result is ‘No integrity violations’, then type exit and hit enter.
    Restart the notebook again.
    Any change?
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Firefox doesn't start after update [SOLVED]

    After one month I have updated my system...
    Now firefox doesn't start anymore because of a
    Segmentation fault
    ldd /usr/bin/firefox
    linux-vdso.so.1 => (0x00007fff92dff000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fab07cdb000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fab079f6000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fab077f2000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fab074e4000)
    libm.so.6 => /lib/libm.so.6 (0x00007fab07262000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fab0704c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fab06cf9000)
    /lib/ld-linux-x86-64.so.2 (0x00007fab07ef6000)
    librt.so.1 => /lib/librt.so.1 (0x00007fab06af1000)
    thanks in advance
    Last edited by dejavu (2009-08-21 12:34:56)

    Still no working firefox yet...
    strace firefox
    execve("/usr/bin/firefox", ["firefox"], [/* 53 vars */]) = 0
    brk(0) = 0xa2d000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac1000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac0000
    access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/etc/ld.so.cache", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8a5fa9a000
    close(3) = 0
    open("/lib/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=132895, ...}) = 0
    mmap(NULL, 2204544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f68b000
    mprotect(0x7f8a5f6a1000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f8a0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5f8a0000
    mmap(0x7f8a5f8a2000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f8a2000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libasound.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\3\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1165149, ...}) = 0
    mmap(NULL, 3034952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f3a6000
    mprotect(0x7f8a5f484000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f683000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f8a5f683000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=19394, ...}) = 0
    mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f1a2000
    mprotect(0x7f8a5f1a4000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f3a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8a5f3a4000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\232\5\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1317022, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa99000
    mmap(NULL, 3199032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ee94000
    mprotect(0x7f8a5ef84000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f184000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf0000) = 0x7f8a5f184000
    mmap(0x7f8a5f18d000, 81976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f18d000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P>\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=589386, ...}) = 0
    mmap(NULL, 2625752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ec12000
    mprotect(0x7f8a5ec93000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ee92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f8a5ee92000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360,\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=102508, ...}) = 0
    mmap(NULL, 2185752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e9fc000
    mprotect(0x7f8a5ea12000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ec11000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5ec11000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\353\1\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1662170, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa98000
    mmap(NULL, 3483656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e6a9000
    mprotect(0x7f8a5e7f2000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e9f2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7f8a5e9f2000
    mmap(0x7f8a5e9f7000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e9f7000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/librt.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=44013, ...}) = 0
    mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e4a1000
    mprotect(0x7f8a5e4a8000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5e6a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f8a5e6a7000
    close(3) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa97000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa96000
    arch_prctl(ARCH_SET_FS, 0x7f8a5fa96710) = 0
    mprotect(0x7f8a5e6a7000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5e9f2000, 16384, PROT_READ) = 0
    mprotect(0x7f8a5ee92000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f184000, 28672, PROT_READ) = 0
    mprotect(0x7f8a5f3a4000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f8a0000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5fac2000, 4096, PROT_READ) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    set_tid_address(0x7f8a5fa967e0) = 11901
    set_robust_list(0x7f8a5fa967f0, 0x18) = 0
    futex(0x7fff794bdafc, FUTEX_WAKE_PRIVATE, 1) = 0
    futex(0x7fff794bdafc, 0x189 /* FUTEX_??? */, 1, NULL, 7f8a5fa96710) = -1 EAGAIN (Resource temporarily unavailable)
    rt_sigaction(SIGRTMIN, {0x7f8a5f690720, [], SA_RESTORER|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigaction(SIGRT_1, {0x7f8a5f6907b0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
    getcwd("/home/paul"..., 4096) = 11
    lstat("/home/paul/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    open("/proc/cpuinfo", O_RDONLY) = 3
    read(3, "processor\t: 0\nvendor_id\t: Genuine"..., 1024) = 1024
    read(3, "fpu_exception\t: yes\ncpuid level\t:"..., 1024) = 468
    read(3, ""..., 1024) = 0
    close(3) = 0
    readlink("/etc/malloc.conf", 0x7fff794b8480, 4096) = -1 ENOENT (No such file or directory)
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f996000
    mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(0x7f8a5e400000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(NULL, 3145728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e1a1000
    munmap(0x7f8a5e1a1000, 3145728) = 0
    mmap(0x7f8a5e200000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e200000
    madvise(0x7f8a5e200000, 2097152, MADV_DONTNEED) = 0
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e100000
    madvise(0x7f8a5e100000, 1048576, MADV_DONTNEED) = 0
    lstat("/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/bin/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
    lstat("/usr/bin/firefox", {st_mode=S_IFLNK|0777, st_size=28, ...}) = 0
    readlink("/usr/bin/firefox", "/usr/lib/firefox-3.5/firefox"..., 4095) = 28
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/firefox-3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    stat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    access("/usr/lib/firefox-3.5/xulrunner/libxpcom.so", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/firefox-3.5/application.ini", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    lseek(3, 0, SEEK_SET) = 0
    read(3, "; ***** BEGIN LICENSE BLOCK *****"..., 2029) = 2029
    lseek(3, 2029, SEEK_SET) = 2029
    close(3) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/home/paul/.gre.config", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/home/paul/.gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    open("/etc/gre.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
    getdents(3, /* 6 entries */, 32768) = 192
    open("/etc/gre.d/1.9.1.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 131) = 131
    lseek(4, 131, SEEK_SET) = 131
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.0.10.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 137) = 137
    lseek(4, 137, SEEK_SET) = 137
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.1.2.system.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "[1.9.1.2]\nGRE_PATH=/usr/lib/xulru"..., 74) = 74
    lseek(4, 74, SEEK_SET) = 74
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    access("/usr/lib/xulrunner-1.9.1/libxpcom.so", R_OK) = 0
    close(3) = 0
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1/libxpcom.so", {st_mode=S_IFREG|0755, st_size=17112, ...}) = 0
    open("/usr/lib/xulrunner-1.9.1/dependentlibs.list", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    read(3, "libnspr4.so\nlibplc4.so\nlibplds4.s"..., 4096) = 136
    futex(0x7f8a5f3a50ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnssutil3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnss3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libssl3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsmime3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libmozjs.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\202\1\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=788080, ...}) = 0
    mmap(NULL, 2885352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5de3e000
    mprotect(0x7f8a5def6000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e0f6000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb8000) = 0x7f8a5e0f6000
    mmap(0x7f8a5e0fe000, 1768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0fe000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f8a5fa9a000
    close(4) = 0
    open("/usr/lib/libplds4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\17\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=15836, ...}) = 0
    mmap(NULL, 2107248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5dc3b000
    mprotect(0x7f8a5dc3e000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5de3d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f8a5de3d000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libplc4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\25\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=21281, ...}) = 0
    mmap(NULL, 2111544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5da37000
    mprotect(0x7f8a5da3b000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5dc3a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f8a5dc3a000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libnspr4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\337\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=282434, ...}) = 0
    mmap(NULL, 2341312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5d7fb000
    mprotect(0x7f8a5d833000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5da32000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x7f8a5da32000
    mmap(0x7f8a5da35000, 6592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5da35000
    close(4) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    open("/usr/lib/xulrunner-1.9.1/libxul.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 dF\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=18977320, ...}) = 0
    mmap(NULL, 21121752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5c3d6000
    mprotect(0x7f8a5d415000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5d614000, 1912832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x103e000) = 0x7f8a5d614000
    mmap(0x7f8a5d7e7000, 80600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5d7e7000
    close(4) = 0
    --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    +++ killed by SIGSEGV +++

  • Photoshop Elements 13 doesn't start after Update to Win8.1   (MSVCR110.dll is missig)

    Hello everybody
    I installed the Update from Win8 to Win8.1
    Now Photoshop Elements 13 doesn't start.
    The mistake/error:  "The program doesn't start, because MSVCR110.dll is missing. Re install the program."
    So I re installed Photoshop but the mistake is still there.
    What can I do?
    LG Simon

    Try steps mentioned on blog: http://psekb.blogspot.in/2013/04/pse-editor-is-not-launching-windows.html
    Please let me know if that doesn't resolves the issue.
    ~Andromeda

  • Photos doesn't start after update to iOS 8

    After updating my iPad 4 to iOS 8 I can't start Photos, it crash every time. What can I do?

    Try some basic troubleshooting:
    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    (C) Setup as new (data will be lost)
    Settings>General>Reset>Erase all content and settings

  • Coldfusion service doesn't start after update 12

    Hi,
    I am running CF10 on Windows 2008 R2 server.
    Today, I applied update hotfix 12 to my Coldfusion10 server installation and now Coldfusion 10 Application Server does not start anymore.
    After install I ran Web server configuration as recommended. Now, when I start it from server manager concole I get an error Windows could not start the Coldfusion 10 Application Server...
    When I start Coldfusion Administrator I get page with:
    Service Temporary Unavailable!
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Jakarta/ISAPI/isapi_redirector/1.2.32 ()
    I downloaded hotfix directly from this page http://helpx.adobe.com/coldfusion/kb/coldfusion-10-update-12.html after running Update from Administrator and download failed few times.
    I restarted the server box but, it did not help.
    Any ideas?
    Thanks

    running cfstart did not work and, suggested logs just show cf errors prior installation of the update.
    this is the tail from coldusion-error.log, i think created by install
    Nov 20, 2013 1:41:35 PM org.apache.catalina.core.StandardServer await
    INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
    Nov 20, 2013 1:41:35 PM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["ajp-bio-8012"]
    Nov 20, 2013 1:41:35 PM org.apache.catalina.core.StandardService stopInternal
    INFO: Stopping service Catalina
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384963595687,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=20,DAY_OF _YEAR=324,DAY_OF_WEEK=4,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=11,HOUR_OF_DAY=11,MINUTE=6,SEC OND=35,MILLISECOND=687,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384902797382,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=6,HOUR_OF_DAY=18,MINUTE=13,SEC OND=17,MILLISECOND=382,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384894816039,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=4,HOUR_OF_DAY=16,MINUTE=0,SECO ND=16,MILLISECOND=39,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384887784000,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=2,HOUR_OF_DAY=14,MINUTE=3,SECO ND=4,MILLISECOND=0,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [org.apache.solr.common.util.DateUtil.ThreadLocalDateFormat] (value [org.apache.solr.common.util.DateUtil$ThreadLocalDateFormat@78aa58f1]) and a value of type [java.text.SimpleDateFormat] (value [java.text.SimpleDateFormat@5af7aed5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384971506550,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=20,DAY_OF _YEAR=324,DAY_OF_WEEK=4,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=1,HOUR_OF_DAY=13,MINUTE=18,SEC OND=26,MILLISECOND=550,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384884717195,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=1,HOUR_OF_DAY=13,MINUTE=11,SEC OND=57,MILLISECOND=195,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384956104335,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=20,DAY_OF _YEAR=324,DAY_OF_WEEK=4,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=1,SECON D=44,MILLISECOND=335,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384891556695,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=3,HOUR_OF_DAY=15,MINUTE=5,SECO ND=56,MILLISECOND=695,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384893164773,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=3,HOUR_OF_DAY=15,MINUTE=32,SEC OND=44,MILLISECOND=773,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@7f13fa9c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1384897326726,areFieldsSet=true,areAllFieldsSet=true,le nient=false,zone=sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavi ngs=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/ New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,star tMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth= 10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInF irstWeek=1,ERA=1,YEAR=2013,MONTH=10,WEEK_OF_YEAR=47,WEEK_OF_MONTH=4,DAY_OF_MONTH=19,DAY_OF _YEAR=323,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=3,AM_PM=1,HOUR=4,HOUR_OF_DAY=16,MINUTE=42,SEC OND=6,MILLISECOND=726,ZONE_OFFSET=-18000000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@77b5741a]) and a value of type [coldfusion.featurerouter.EFRContext] (value [coldfusion.featurerouter.EFRContext@29d9945c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@b9b397b]) and a value of type [coldfusion.filter.FusionContext] (value [coldfusion.filter.FusionContext@7bdac030]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@567fced6]) and a value of type [coldfusion.runtime.LocalScope] (value [{thread={ELAPSEDTIME=15151180, NAME=DOWNLOADTHREAD, PRIORITY=NORMAL, STARTTIME={ts '2013-11-20 09:29:11'}, OUTPUT=, STATUS=RUNNING}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@da4160f]) and a value of type [coldfusion.monitor.util.ThreadMonitorData] (value [coldfusion.monitor.util.ThreadMonitorData@30afe940]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Nov 20, 2013 1:41:42 PM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["ajp-bio-8012"]

  • N8 doesn't start after updates

    I downloaded 4 updates and my phone rebooted itself. Now it doesn't start properly. It turns on, but stays in this bright white screen with Nokia-text on it. I've tried the 8 second restart, but i doesn't help. 
        When the N8 is switched off and I put the charger in, it goes on and freezes again in the white screen.
    Is the three finger hard reset my last option? It kills me to lose all the data...
    Backups, I know =P

    I say you should try a three finger reset again
    But since your device starts up it seems, I suggest you first connect it to a computer and atempt to do a backup of the device
    Then...
    Turn off the phone by holding the powerbutton down for about 8 -10 seconds, until device vibrates 3 times. (so the device is power reset first)
    Remove the SIM card and eventual SD card
    Then hold Menu button + Camera Button + Volume Down  pressed at the same time 
    Press the power button to start the device, then release it
    Keep the 3 buttons previously mentioned pressed , but only these three
    When the Nokia Logo shows up , then release the three buttons
     (Menu button + Camera Button + Volume Down)
    (this three finger reset is not a recommeneded procedure on a device that does not have Symbian Anna installed ... Nokia E7-00 seems to still have issues with this reset method even with Anna)

  • Java doesn't start after updating jvm

    Hi,
    I am trying to update jvm from 5.1.045 to 5.1.055 for ntamd64 platform.
    Windows x86 64-bit. This is due to prepare for print support with adobe document services.
    But it is not possible to start java after this. jstart.exe has status
    stopped.Starting instance with management console is not possible.
    JSPM applied patch successfully. Also tried manually. No difference.
    I am applying SAPJVM5_55-10004442.SAR for windows x86 64-bit

    Knut Ole,
    Please submit a ticket to BC-JVM-VM component.
    Regards,
    Sergiy

  • Firefox doesn't start after update

    After an update last week firefox does not start anymore. After starting firefox it exits with the promt:Resource problem creating '/tmp/orbit-<username>' aborting...
    I had the same problem some time ago back then it worked again after another update.
    I tried to solve the problem by allowing all users rw rights(chmod a+rw -R /tmp) but the same error occurs. Even creating the file via touch does not help(error with insufficient rights or so).
    Anybody got any idea what to do?

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • IPhoto doesn't start after update

    I did some updates including for iPhoto this morning.
    After that my iPhoto stopped working!
    My mac is OSX 10.6.8
    Can anybody help me???

    Before anyone can help, they need information to work with. Basic stuff:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. What were you doing when the problem arose?
    - Did it ever work properly?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    Anything else you can think of that might allow someone else to understand your issue.
    With this kind of information somebody can develop a starting point for troubleshooting the issue.

  • Opera doesn`t start after update [SOLVED]

    Hi friends,
    I have updated arch.
    pacman -Syu
    It was about 10 packages. I can not start opera. I see.
    [filip@wsf ~]$ opera
    Neoprávněný přístup do paměti (SIGSEGV)
    . Translated: "Anauthorized access to memory" .
    Can I find out which packages I have updated today?
    Last edited by mezcal (2008-04-23 07:36:13)

    Thanks. Everything is written in pacman.log .
    It s problem of the opera. It isn`t caused by updated packages.
    I can start opera without mail.
    opera -nomail

Maybe you are looking for

  • G/L account issue when goods issue against reservation

    Genius, I manually created a reservation with movement type 201 and a G/L account which is difference from one defined in OBYC GBB-VBR. When I post goods issue by MB1A, I got the account from OBYC; But when I post it by MB26, I got another account ma

  • About SQL and Oracle

    Hello, I was using a MySQL database and i will soon use Oracle8. I was wandering if Oracle authorize something like mysql_result... I'm looking too for simple documentation about connecting to an Oracle database from a php file using Sql. Do u know b

  • Layout Best Practices

    <b>Problem Description</b> A developer needs to be able to create a rich client interface and avoid basic layout issues that tend to be pervasive across screens and applications. There are a number of low-level layout issues within ADFv that: <ol> <l

  • JWSDP - Where can I find 1.0 example apps?

    Hi, I'm trying to learn J2EE so I downloaded the JWSDP 1.3 exe. Unfortunately, the bookstore examples use JSP 2.0, which we aren't using in our environment. We are old school. I have downloaded the 1.0 tutorial in PDF but I can't find the correspondi

  • ITunes Smart Playlist Glitch

    In the past, I've had no problem organizing my music via the rating system. I had a smart playlist named "Unrated" where all of my songs that had not yet received a rating would automatically be sent. Recently (I've upgraded / changed so much that I