[Solved] gdm-x-session segfault after update to gdm-3.16.0.1-1

After
updating to gdm-3.16.0.1-1, when starting a GNOME session with i3 as
window manager (using i3-gnome from the AUR) gdm-x-session crashes with
error:
$ dmesg
[ 75.134600] gdm-x-session[642]: segfault at 38 ip 0000000000405ae9 sp
00007ffc1aff1430 error 4 in gdm-x-session[400000+11000]
I am able to start all other sessions: GNOME shell, GNOME on Wayland,
only i3.
My system is up-to-date.
Could some one instruct me on how to further debug this error?
EDIT: It was easier to avoid i3-gnome completely and start gnome-setting-daemon from ~.i3/conf. I am still struggling with the keyring, but other than that everything else is working as intended.
Last edited by gjasso (2015-04-15 00:55:55)

Thanks for the hint, inxsible, downgrading to JRE 1.6 solved it.
For the sake of others who might run into the same problem: I downloaded jre-6u26-1-i686.pkg.tar.xz from the Arch Rollback Machine, installed it (
pacman -U jre-6u26-1-i686.pkg.tar.xz
) and added
jre
to the
IgnorePkg
line in
/etc/pacman.conf
so it won't get replaced in the next update.
After doing that, Eclipse suffered PermGen Out-of-memory-errors. Adding
-XX:MaxPermSize=128M
to
/usr/share/eclipse/eclipse.ini
fixed that and now m2e installs fine.

Similar Messages

  • [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

  • [SOLVED]root partition read only after update systemd

    After update systemd today, the systemd-remount-fs.service fail to start. Root filesystem is read only I tried add rw to fstab mount option, but the root parition is still  read only. I noticed that util-linux package are installed and udev package is dropped , Does it related to my problem?
    Please advice me.
    Sorry for my bad English.
    Update
    After downgard util-linux package, the system work again 
    Update 2
    UUID in grub.conf and fstab  are inconsistent, Thanks to  tomegun for point out this problem.
    Last edited by aduser (2012-06-08 04:05:59)

    output of systemctl status systemd-remount-fs.service
    systemd-remount-fs.service - Remount Root and Kernel File Systems
    Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; static)
    Active: failed (Result: exit-code) since Sun, 03 Jun 2012 01:17:42 +0800; 5min ago
    Process: 132 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-remount-fs.service
    fstab
    UUID=55326b3a-eec9-498e-8e20-0a7ddd8daf9a / btrfs rw,compress=lzo,space_cache,autodefrag 0 1
    UUID=54c17991-716b-496e-a89b-4e978f2d92a4 /boot ext2 defaults 0 1
    systemctl
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    proc-sys...misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devi...d-card1.device loaded active plugged RV630 audio device [Radeon HD 2600 Series]
    sys-devi...d-card0.device loaded active plugged 82801I (ICH9 Family) HD Audio Controller
    sys-devi...et-eth0.device loaded active plugged RTL8111/8168B PCI Express Gigabit Ethernet controller
    sys-devi...dd-sdd1.device loaded active plugged ST3120213A
    sys-devi...dd-sdd2.device loaded active plugged ST3120213A
    sys-devi...ock-sdd.device loaded active plugged ST3120213A
    sys-devi...da-sda1.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda2.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda3.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda5.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...ock-sda.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...db-sdb1.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb2.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb3.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb4.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb5.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...ock-sdb.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...dc-sdc1.device loaded active plugged ST980811AS
    sys-devi...dc-sdc2.device loaded active plugged ST980811AS
    sys-devi...ock-sdc.device loaded active plugged ST980811AS
    sys-devi...y-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devi...y-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devi...y-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devi...y-ttyS0.device loaded active plugged /sys/devices/pnp0/00:07/tty/ttyS0
    -.mount loaded active mounted /
    boot.mount loaded active mounted /boot
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    xs-big.mount loaded active mounted /xs/big
    xs-dev-\...pace\x5d.mount loaded active mounted /xs/dev/[workspace]
    xs-dev.mount loaded active mounted /xs/dev
    xs-dl.mount loaded active mounted /xs/dl
    xs-file.mount loaded active mounted /xs/file
    systemd-...d-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-...word-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    console-...daemon.service loaded active running Console Manager
    console-...-start.service loaded failed failed Console System Startup Logging
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running dhcpcd on eth0
    gdm.service loaded active running Gnome Display Manager
    [email protected] loaded active running Getty on tty1
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-...unt-fs.service loaded failed failed Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-...-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-...rigger.service loaded active exited udev Coldplug all Devices
    systemd-udev.service loaded active running udev Kernel Device Manager
    systemd-...nlevel.service loaded failed failed Update UTMP about System Runlevel Changes
    systemd-...ssions.service loaded active exited Permit User Sessions
    systemd-...-setup.service loaded active exited Setup Virtual Console
    dbus.socket loaded active running D-Bus System Message Bus Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-...control.socket loaded active listening udev Control Socket
    systemd-...-kernel.socket loaded active running udev Kernel Socket
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded active active Network
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    systemd-...es-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    74 units listed. Pass --all to see inactive units, too.
    grub2 conf
    menuentry 'Broken' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-ck kernel-true-852c733e-be0d-4375-8668-d7ae049295a9' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54c17991-716b-496e-a89b-4e978f2d92a4
    else
    search --no-floppy --fs-uuid --set=root 54c17991-716b-496e-a89b-4e978f2d92a4
    fi
    echo 'Loading Linux ck kernel ...'
    linux /vmlinuz-linux-ck root=UUID=852c733e-be0d-4375-8668-d7ae049295a9 ro rootflags=subvol=broken quiet add_efi_memmap elevator=bfq
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-ck.img
    The update packages
    core/btrfs-progs 0.19.20120328-2 2 -> 3
    core/device-mapper 2.02.95-4 4 -> 6
    core/cryptsetup 1.4.2-1 1 -> 2
    core/gpm 1.20.6-7 7 -> 8
    core/lvm2 2.02.95-4 4 -> 6
    extra/libglapi 8.0.3-1 1 -> 2
    extra/libgl 8.0.3-1 1 -> 2
    extra/ati-dri 8.0.3-1 1 -> 2
    extra/bluez 4.99-2 2 -> 6
    extra/consolekit 0.4.6-3 3 -> 4
    extra/gvfs 1.12.3-1 1 -> 2
    extra/gvfs-obexftp 1.12.3-1 1 -> 2
    extra/libatasmart 0.18-1 1 -> 2
    extra/libcanberra 0.28-4 4 -> 5
    extra/libpulse 2.0-1 1 -> 2
    extra/libcanberra-pulse 0.28-4 4 -> 5
    extra/mesa 8.0.3-1 1 -> 2
    extra/pulseaudio 2.0-1 1 -> 2
    extra/xf86-video-ati 6.14.99-0.20120517 0.20120517 -> 1.20120517
    community/libvirt 0.9.12-7 7 -> 8
    community/ttf-ubuntu-font-family 0.80-2 2 -> 3
    multilib/lib32-libglapi 8.0.3-3 3 -> 3.1
    multilib/lib32-libgl 8.0.3-3 3 -> 3.1
    ==> Software upgrade (new version) :
    core/util-linux 2.21.1-2 -> 2.21.2-1
    core/e2fsprogs 1.42.2-2 -> 1.42.3-1
    core/libpipeline 1.2.0-2 -> 1.2.1-1
    core/libsystemd 44-7 -> 184-2
    core/procps-ng 3.3.2-2 -> 3.3.3-1
    core/systemd 44-7 -> 184-2
    core/systemd-sysvcompat 3-1 -> 184-2
    extra/pixman 0.24.4-1 -> 0.26.0-1
    extra/xorg-server-common 1.12.1.902-1 -> 1.12.2-1
    extra/xorg-server 1.12.1.902-1 -> 1.12.2-1
    community/libuser 0.57.1-2 -> 0.57.6-1
    community/os-prober 1.49-3 -> 1.53-1
    community/systemd-arch-units 20120412-6 -> 20120528-3
    repo-ck/linux-ck-corex 3.3.7-1 -> 3.4-1
    repo-ck/linux-ck-corex-headers 3.3.7-1 -> 3.4-1
    ==> New package :
    core/systemd-tools 184-2 (required by systemd)
    Does the systemd not support btrfs subvolume as root partition??
    Last edited by aduser (2012-06-02 17:45:39)

  • [solved] gnome-shell bad looking after update

    Hi,
    After update (about two weeks ago) my gnome looks bad. You can see this in screenshots. Very large icons and strange rectangles in gnome shell menu on started applications.
    Can you help?
    Last edited by skoczo (2015-05-01 17:27:23)

    eyemonen wrote:
    Hi
    Desktop icons: open Files (nautilus) and change default zoom level for icons from standard to small (preferences - views).
    Rectangles:  this is how running applications are displayed in the default theme. If those rectangles bother you too much, the easiest way is to change theme. For example, ceti-2 and vertex are already ported to 3.16.
    It works. Thanks for help.

  • [SOLVED] Headphone keep producing noises after update

    I executed "pacman -Syu" yesterday. And after update my headphone isn't turned on automatically. I had install alsamixer and unmute it manually, but the problem is the headphone keeps producing annoying noises. It never happened before the update. I have win***s installed and got no problem with it.
    Don't know what to do here. I've been using linux (mandriva, opensuse, fedora, slackware, and mostly ubuntu) for 5 years, but haven't been working with arch until a month ago, so you probably underestand my situation.
    Thank for the cooperation..
    Last edited by amuroray (2011-05-29 00:53:01)

    yeah it was the kernel, nvidia driver, and others
    core/grep core/mkinitcpio
    core/cryptsetup
    core/kbd
    core/attr
    core/gcc
    core/xz
    core/file
    core/initscripts
    core/acl
    core/lzo2
    core/util-linux
    core/kernel26
    core/linux-firmware
    core/gmp
    core/udev
    core/gcc-libs
    core/sqlite3
    core/device-mapper
    core/lvm2
    core/binutils
    core/glib2
    extra/kdelibs
    extra/p7zip
    extra/akonadi
    extra/kdeedu-marble
    extra/udisks extra/poppler-qt
    extra/gstreamer0.10-ugly-plugins
    extra/gstreamer0.10-ugly extra/acpid
    extra/boost-libs extra/gstreamer0.10
    extra/kdebase-workspace
    extra/poppler
    extra/wvdial
    extra/gstreamer0.10-base
    extra/kdeplasma-applets-networkmanagement
    extra/libftdi
    extra/parted
    extra/gstreamer0.10-base-plugins
    extra/git
    extra/liblqr
    extra/upower
    extra/libssh2
    extra/nvidia-utils
    extra/chromium
    extra/partitionmanager
    extra/curl
    extra/gnutls
    extra/nvidia
    extra/neon
    extra/libjpeg-turbo
    community/packagekit-qt community/opera community/packagekit
    and one more thing, when booting up i noticed that when udev was starting, there was a slight click sound coming from my headphones twice. I assume that was a sign that the headphone was turned on and turned off again when udev was starting, so maybe it was udev problem, i think.

  • [SOLVED] Steam troubles. Segfault after login.

    Hello. I'm usually pretty good about solving my own problems, but this one has me beat. So, yay, first post.
    Recently my nephew brought me his computer for a nuke and pave, and since he doesn't have a legit Windows key and I don't use Windows anymore I decided to install Arch on his machine, since it's what I use and I'm their go-to tech support.
    Unfortunately I'm having trouble getting Steam to run correctly on his machine. It will start up, update/verify install, show the login screen, and after authenticating it promptly dies.
    Some details:
    This is a somewhat fresh install. I provisioned it from within a Vbox VM on my own workstation and then moved the HDD to the actual box.
    Full system update was done just today. Problem existed prior and persists after.
    Proprietary GPU drivers are not being used.
    lspci shows the video adapter to be: 07:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GS] (rev a1)
    I've already removed Steam's bundled libs, as per the wiki.
    I've tried steam --reset and rm -rf ~/.steam and removing and reinstalling the steam package. No dice.
    The presentation of problems detailed here seemed pretty similar so I installed lib32-dbus but this did not resolve the issue.
    I'm not checking remember password. This bug seems to be unrelated
    Console output:
    Running Steam on arch 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    FillInMachineIDInfo took a total of 0 milliseconds
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Generating new string page texture 7: 128x256, total string texture memory is 131.07 KB
    Generating new string page texture 8: 48x256, total string texture memory is 180.22 KB
    Generating new string page texture 9: 256x256, total string texture memory is 442.37 KB
    Generating new string page texture 10: 64x256, total string texture memory is 507.90 KB
    Generating new string page texture 11: 8x256, total string texture memory is 516.10 KB
    Generating new string page texture 12: 16x256, total string texture memory is 532.48 KB
    Generating new string page texture 13: 24x256, total string texture memory is 557.06 KB
    Generating new string page texture 14: 32x256, total string texture memory is 589.82 KB
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Have a ping of 38 MS which is under threshold of 50 MS, and have been trying for 297 MS - good enough
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Adding licenses for the following package(s): 0, 470, 1861, 2835, 7932, 8183, 11072, 11416, 17111, 18343, 27723, 27968, 28233, 28315, 29145, 29470, 32848, 33954, 37125, 39202, 41566, 43104, 43386, 45658
    roaming config store loaded successfully - 650 bytes.
    migrating temporary roaming config store
    Failed to init SteamVR because it isn't installed
    ExecCommandLine: ""/home/austin/.local/share/Steam/ubuntu12_32/steam" "
    System startup time: 23.43 seconds
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    [1224/194751:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20141224194726_1.dmp
    Running Steam on arch 64-bit
    STEAM_RUNTIME has been set by the user to: /home/austin/.local/share/Steam/ubuntu12_32/steam-runtime
    /home/austin/.local/share/Steam/steam.sh: line 729: 6806 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    Requested Force create but SharedObjectMutex already created
    Forced create but already created for SharedObjectEvent
    Forced create but already created for SharedObjectEvent
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-e3676b84-8218-411b-8500-189492141225
    I then tried DEBUGGER=gdb steam and besides the identical output above and the expected gdb messages I get
    Program received signal SIGSEGV, Segmentation fault.
    0xf6d9eab8 in ?? () from /usr/lib32/xorg/modules/dri/nouveau_dri.so
    So then I tried native runtime STEAM_RUNTIME=0 steam with the help of the alucryd-multilib repo. The output seems to be identical to the above. Output of DEBUGGER=gdb STEAM_RUNTIME=0 steam available here.
    Throwing that into Google yields nothing of interest that I can find.
    Perhaps hardware failure? But my nephew played Dust AET for a while and it ran fine.
    I'm at a loss.
    Last edited by Xaekai (2014-12-29 11:17:11)

    I'm also in a similar situation, surprised that it took this long for someone to post the problem here (it's been at least a week since this started)...
    There's a report here:
    https://github.com/ValveSoftware/steam- … -67916730\
    I also get a segfault when running steam with STEAM_RUNTIME disabled now.
    Here's my command line output: https://gist.github.com/uberscientist/0 … 26de094ec5
    With STEAM_RUNTIME libs it runs fine (however TF2 fails to start...)
    If I can provide any more useful information let me know. I am running Arch Linux, systemd (so OpenRC probably has nothing to do with it), x86_64.
    I'll subscribe to this topic and continue crossing my fingers an update fixes things.

  • Solved rEFInd does not work after update

    Hello.
    Today, I updated rEFInd with yaourt.
    After the update, I copied the new files in /boot/efi.
    I rebooted and now rEFInd does not work.
    The only message I got is:
    rEFInd - Initializing
    After 2-3 minutes, the computer reboots and I got the same error message.
    To boot, I had to use the UEFI shell.
    First of all, is there a log file for rEFInd?
    It is not easy at all to debug it when we don't have any error messages.
    After that, I did the procedure to install rEFInd in /boot/efi twice without any success.
    Do you know what to do to solve my problem?
    Thanks for your help.
    Last edited by antoyo (2012-11-07 23:29:55)

    @antoyo: The old one is compiled using gnu-efi-libs, the new one is compiled using Tianocore UDK2010.
    Full package: http://dl.dropbox.com/u/9710721/refind- … pkg.tar.xz
    Src package: http://dl.dropbox.com/u/9710721/refind- … src.tar.gz (will compile only in x86_64 system)

  • [SOLVED] luks-passphrase not working after update

    SOLVED: Hard drive was damaged. new hard drive ''fixed'' issue
    Hello,
    i updated my arch on 2015-06-05. After restarting my cryptsetup does not accept my password anymore.
    No key available with this passphrase.
    Searching the forum i found a couple of simular topics, nevertheless none of them offered a solution to the problem:
    https://bbs.archlinux.org/viewtopic.php?id=169408
    https://bbs.archlinux.org/viewtopic.php?id=175737
    https://bbs.archlinux.org/viewtopic.php?id=148562
    So the solutions that did not work so far:
    1. Downgrading cryptsetup package
    2. Downgrading kbd package
    3. Checked that my keyboard works just fine (both in grub and in live system)
    4. Manualy loading the aes modules in live system to ensure correct decryption (found that issue somewhere...)
    Unfortunatly i did not backup the luks header file.
    So i don't know if there is some other way to check if the header is broken or how to find out why it will not decrypt my disk.
    I am happy for any solutions or ideas
    Regards,
    Some outputs from cryptsetup:
    cryptsetup -v isLuks /dev/sda2
    Command successful.
    cryptsetup -v luksDump /dev/sda2
    LUKS header information for /dev/sda2
    Version: 1
    Cipher name: aes
    Cipher mode: xts-plain64
    Hash spec: sha512
    Payload offset: 4096
    MK bits: 512
    MK digest: 66 00 4c 66 17 ec 2c 82 68 b3 26 2e 58 df 76 cf 3b f5 18 ef
    MK salt: b8 e0 5d 4d 5c bb 23 6a fc fc 86 d8 5d b6 3f 1f
    28 b6 0e 49 33 9a 8b e6 a2 55 f5 42 32 92 95 db
    MK iterations: 51000
    UUID: dbe69743-7753-4a54-a221-a662042c0444
    Key Slot 0: ENABLED
    Iterations: 204146
    Salt: fa 22 ec 71 49 2c af 9f 64 10 b3 8e f4 76 31 c0
    02 16 dd 2c 72 7e 2f 4b 0b 08 2f 02 03 dd 52 dc
    Key material offset: 8
    AF stripes: 4000
    Key Slot 1: DISABLED
    Key Slot 2: DISABLED
    Key Slot 3: DISABLED
    Key Slot 4: DISABLED
    Key Slot 5: DISABLED
    Key Slot 6: DISABLED
    Key Slot 7: DISABLED
    Command successful.
    Last edited by Fleeep (2015-06-14 12:09:24)

    losetup --read-only /dev/loop7 /dev/sda2
    dmsetup create foobar --table '0 2048 crypt aes-xts-plain64 4ec1a210c7c44208ca132559cda338d7651471abd47b619b1d3a15d273ab69875cdd2bcb7c2750f6cab9e6b2e19f487fb4766bb7826819c8b2de898fe3c0b999 0 7:7 4096'
    file -s -L /dev/mapper/foobar
    hexdump -C /dev/mapper/foobar
    Gives me the master key for the decrypted partition (denoted as forum_key_kex).
    Do i need to convert this to binary or something to use it...?
    Assume Filesystem/dev_sda2 is the partition to decrypt.
    So to decrypt the partition directly with master key i have to do one of the following, wasn't sure which hash to take...:
    echo "0 `blockdev --getsz Filesystem/dev_sda2` crypt aes-cbc-essiv:sha256 `echo SomeEncrypt | sha256sum | head -c 64` 0 Filesystem/dev_sda2 4096" | dmsetup create luks_volume
    echo "0 `blockdev --getsz Filesystem/dev_sda2` crypt aes-cbc-essiv:sha256 `sha256sum forum_key_hex | head -c 64` 0 Filesystem/dev_sda2 4096" | dmsetup create luks_volume
    as i found on:
    http://unix.stackexchange.com/questions … master-key
    (approved by you in the comment as it seems)
    But both give me an error:
    device-mapper: resume ioctl on luks_volume failed: Invalid argument
    Command failed
    Did i even do this right?
    Also when i copied the partition to an external device dd_rescue observed 6 errors in blocks. So those might just be the cause of failure all the time.

  • [SOLVED] Keyboard repeat messed up after update to Xorg 1.6

    Did anyone else notice the keyboard repeat rate and delay changed after the update to Xorg 1.6? It takes longer to start repeating and the rate is lower (at least in a terminal). This happens both in xmonad (started through xinit) and KDE (started through gdm).
    xset q has the same output in both xorg 1.5.3 and 1.6:
    auto repeat delay: 660 repeat rate: 25
    The weird thing is, I don't think this is the true delay and repeat rate in effect when using xorg 1.5.3 -- it reacts much faster than that.
    After the update to xorg 1.6, I started KDE (though I seldom use it) and played around with the keyboard settings in the 'SystemSettings' control panel. I guess the delay closest to the old one is about 300.
    Does anyone know how to get the old settings back? I had to downgrade to 1.5.3, since this drives me nuts.
    EDIT: Doing xset 250 25 helps a bit, but doesn't feel quite right.
    EDIT2: Might be related to this http://bbs.archlinux.org/viewtopic.php?id=67759
    Last edited by meqif (2009-04-12 14:31:52)

    Procyon wrote:
    Explicitly define your keyboard in xorg.conf and don't use evdev but kbd.
    You just need to add to Section "ServerLayout"
    InputDevice "Keyboard0" "CoreKeyboard"
    And add the section
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    EndSection
    Maybe one of those CoreKeyboard definitions is redundant.
    For that I'd have to also add Option "AutoAddDevices" "off" to ServerLayout.
    That's not really the problem, I was using evdev with xorg 1.5.3 and everything was fine. What I'd like to know is, what was the default delay and repeat rate in xorg 1.5.3, so I can set it in xorg 1.6.0 (with xset or something).
    Thanks for your suggestion, though.
    Last edited by meqif (2009-04-12 13:22:47)

  • [SOLVED] Somme strange LXDE problems after update

    Hi i had no problems at all white 3.10.3: the arch linux kernel of death but i have some now. Its not a big problem butte LXDE is refusing to load my background image and it has switch t my keyboard layout to from Swedish to English after the last upgrade. I thug i would find the answer in /var/log/pacman.log
    [2013-08-02 11:21] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-02 11:21] [PACMAN] synchronizing package lists
    [2013-08-02 11:22] [PACMAN] Running ’pacman --color auto -S -u'
    [2013-08-02 11:22] [PACMAN] starting full system upgrade
    [2013-08-02 11:23] [PACMAN] upgraded alsa-plugins (1.0.27-1 -> 1.0.27-2)
    [2013-08-02 11:23] [PACMAN] upgraded x264 (20130206-1 -> 20130702-1)
    [2013-08-02 11:23] [PACMAN] upgraded ffmpeg (1:1.2.1-1 -> 1:2.0-2)
    [2013-08-02 11:23] [PACMAN] upgraded amarok (2.7.1-2 -> 2.7.1-3)
    [2013-08-02 11:23] [PACMAN] upgraded audit (2.2.3-3 -> 2.2.3-4)
    [2013-08-02 11:23] [PACMAN] upgraded bison (2.7.1-1 -> 3.0-1)
    [2013-08-02 11:23] [PACMAN] upgraded dhcpcd (5.6.8-3 -> 6.0.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded fuse (2.9.2-3 -> 2.9.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gcc-libs (4.8.1-1 -> 4.8.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gcc (4.8.1-1 -> 4.8.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gjs (1.36.1-1 -> 1.36.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-session (3.8.2-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded libgdm (3.8.3.1-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded mutter (3.8.3-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-shell (3.8.3-3 -> 3.8.4-1)
    [2013-08-02 11:23] [ALPM] warning: directory permissions differ on /var/lib/gdm/.config/dconf/
    filesystem: 700 package: 755
    [2013-08-02 11:23] [ALPM] warning: directory permissions differ on /var/log/gdm/
    filesystem: 1770 package: 711
    [2013-08-02 11:23] [PACMAN] upgraded gdm (3.8.3.1-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded giflib (4.2.1-3 -> 5.0.4-2)
    [2013-08-02 11:23] [PACMAN] upgraded gnash-common (0.8.10-9 -> 0.8.10-10)
    [2013-08-02 11:23] [PACMAN] upgraded gnash-gtk (0.8.10-9 -> 0.8.10-10)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-icon-theme (3.8.2-1 -> 3.8.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gnutls (3.2.2-2 -> 3.2.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gstreamer (1.0.8-1 -> 1.0.9-1)
    [2013-08-02 11:23] [PACMAN] upgraded gst-plugins-base-libs (1.0.8-1 -> 1.0.9-1)
    [2013-08-02 11:23] [PACMAN] upgraded imlib2 (1.4.5-4 -> 1.4.5-5)
    [2013-08-02 11:23] [PACMAN] upgraded iso-codes (3.43-1 -> 3.44-1)
    [2013-08-02 11:23] [PACMAN] upgraded nspr (4.9.6-1 -> 4.10-2)
    [2013-08-02 11:23] [PACMAN] upgraded nss (3.14.3-3 -> 3.15.1-1)
    [2013-08-02 11:23] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded k3b (2.0.2-8 -> 2.0.2-9)
    [2013-08-02 11:23] [PACMAN] installed python (3.3.2-1)
    [2013-08-02 11:23] [PACMAN] upgraded media-player-info (17-1 -> 19-1)
    [2013-08-02 11:23] [PACMAN] upgraded kdelibs (4.10.5-1 -> 4.10.5-2)
    [2013-08-02 11:23] [PACMAN] upgraded libgee (0.10.2-1 -> 0.10.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded libwebp (0.3.1-2 -> 0.3.1-3)
    [2013-08-02 11:23] [PACMAN] installed libgee06 (0.6.8-1)
    [2013-08-02 11:23] [PACMAN] installed lsb-release (1.4-13)
    [2013-08-02 11:23] [PACMAN] upgraded lxsession (0.4.6.1-3 -> 0.4.9.2-2)
    [2013-08-02 11:23] [PACMAN] upgraded mesa (9.1.5-1 -> 9.1.6-1)
    [2013-08-02 11:23] [PACMAN] upgraded mkinitcpio-busybox (1.21.1-1 -> 1.21.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded mkinitcpio (0.14.0-1 -> 0.15.0-1)
    [2013-08-02 11:23] [PACMAN] upgraded mplayer (36285-1 -> 36285-3)
    [2013-08-02 11:23] [PACMAN] upgraded nepomuk-core (4.10.5-1 -> 4.10.5-2)
    [2013-08-02 11:23] [PACMAN] upgraded ntp (4.2.6.p5-15 -> 4.2.6.p5-17)
    [2013-08-02 11:23] [PACMAN] upgraded telepathy-glib (0.20.2-1 -> 0.20.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded transmission-gtk (2.80-2 -> 2.81-1)
    [2013-08-02 11:23] [PACMAN] installed ffmpeg-compat (1:0.10.8-3)
    [2013-08-02 11:23] [PACMAN] upgraded vlc (2.0.7-2 -> 2.0.8-1)
    [2013-08-02 11:23] [PACMAN] upgraded xine-lib (1.2.3-1 -> 1.2.3-2)
    [2013-08-02 11:23] [PACMAN] upgraded xmms2 (0.8DrO_o-18 -> 0.8DrO_o-19)
    [2013-08-02 11:39] [PACMAN] Running ’pacman --color auto -U /tmp/yaourt-tmp-svartastorken/PKGDEST.J0C/qbittorrent-3.0.11-1-i686.pkg.tar.xz'
    [2013-08-02 11:39] [PACMAN] upgraded qbittorrent (3.0.10-2 -> 3.0.11-1)
    [2013-08-02 23:17] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-02 23:17] [PACMAN] synchronizing package lists
    [2013-08-03 11:26] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-03 11:26] [PACMAN] synchronizing package lists
    [2013-08-03 12:24] [PACMAN] Running ’pacman -U /var/cache/pacman/pkg/gdm-3.8.3.1-1-i686.pkg.tar.xz'
    [2013-08-03 12:24] [PACMAN] downgraded gdm (3.8.4-1 -> 3.8.3.1-1)
    But i didn’t find the problem only a warning on gdm and as you can see i tried to downgrade it whit out any success. This problem came on first reboot after upgrade so i’m pretty sure it is it. And before downgrading everything i thought i would ask if any one knows or had the same problem. There is a part to witch i not sure if its related at all and that is my ufw suddenly blocking out going traffic as i under stud it.
    dmesg
    [ 82.848690] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65150 PROTO=2
    [ 107.894707] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65151 PROTO=2
    [ 132.033792] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65152 PROTO=2
    [ 157.034042] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65153 PROTO=2
    [ 182.232269] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65154 PROTO=2
    [ 207.890480] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65155 PROTO=2
    [ 232.391716] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65156 PROTO=2
    [ 257.260943] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65157 PROTO=2
    [ 282.487170] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65158 PROTO=2
    [ 307.388388] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65159 PROTO=2
    [ 332.837608] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65160 PROTO=2
    [ 357.659861] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65161 PROTO=2
    [ 382.840073] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65162 PROTO=2
    [ 407.764278] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65163 PROTO=2
    [ 432.305506] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65164 PROTO=2
    [ 457.953739] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65165 PROTO=2
    [ 482.581949] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65166 PROTO=2
    [ 507.882182] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65167 PROTO=2
    [ 532.567820] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65168 PROTO=2
    [ 557.358651] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65169 PROTO=2
    [ 582.776839] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65170 PROTO=2
    [ 607.114094] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65171 PROTO=2
    [ 632.838304] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65172 PROTO=2
    [ 657.803520] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65173 PROTO=2
    [ 682.843758] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65174 PROTO=2
    [ 707.052071] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65175 PROTO=2
    [ 732.384196] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65176 PROTO=2
    [ 757.893421] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65177 PROTO=2
    [ 782.672815] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65178 PROTO=2
    [ 807.971873] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65179 PROTO=2
    [ 832.368101] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65180 PROTO=2
    [ 857.728317] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65181 PROTO=2
    [ 882.090552] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65182 PROTO=2
    [ 907.075797] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65183 PROTO=2
    [ 932.843995] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65184 PROTO=2
    [ 957.062248] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65185 PROTO=2
    [ 982.856463] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65186 PROTO=2
    [ 1007.087702] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65187 PROTO=2
    [ 1032.306907] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65188 PROTO=2
    [ 1057.843137] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65189 PROTO=2
    [ 1082.776349] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65190 PROTO=2
    [ 1107.839584] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65191 PROTO=2
    [ 1132.370242] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15749 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1132.872837] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65192 PROTO=2
    [ 1134.094716] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56489 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1139.857204] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15750 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1141.198764] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56490 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1151.198731] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56491 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1157.012036] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65193 PROTO=2
    [ 1159.858245] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15752 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1161.198736] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56492 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1182.042262] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65194 PROTO=2
    [ 1207.363512] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65195 PROTO=2
    [ 1232.838723] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65196 PROTO=2
    [ 1257.907940] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65197 PROTO=2
    [ 1282.843189] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65198 PROTO=2
    [ 1307.616407] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65199 PROTO=2
    [ 1332.163693] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65200 PROTO=2
    [ 1357.859876] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65201 PROTO=2
    [ 1382.677196] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65202 PROTO=2
    [ 1407.840300] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65203 PROTO=2
    [ 1432.798503] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65204 PROTO=2
    [ 1457.587765] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65205 PROTO=2
    [ 1482.966952] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65206 PROTO=2
    [ 1507.697215] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65207 PROTO=2
    [ 1532.915422] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65208 PROTO=2
    [ 1557.265674] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65209 PROTO=2
    [ 1577.210191] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15757 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1580.762169] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15758 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1580.881727] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64466 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1582.840885] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65210 PROTO=2
    [ 1590.880808] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64467 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1597.866189] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15760 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1600.880765] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64468 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1607.196884] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14867 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1607.642115] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65211 PROTO=2
    [ 1607.664893] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14868 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1607.867114] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15761 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1608.600889] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14869 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1610.472847] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14870 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1621.704877] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14872 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1632.259337] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65212 PROTO=2
    [ 1641.704873] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14874 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1657.846559] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65213 PROTO=2
    [ 1667.604611] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24856 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1681.525109] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24860 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1682.767761] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65214 PROTO=2
    [ 1701.525093] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24862 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1707.842997] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65215 PROTO=2
    [ 1732.451186] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65216 PROTO=2
    [ 1757.787431] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65217 PROTO=2
    [ 1782.257669] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65218 PROTO=2
    [ 1807.256913] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65219 PROTO=2
    [ 1832.077117] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65220 PROTO=2
    [ 1857.382373] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65221 PROTO=2
    [ 1882.896566] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65222 PROTO=2
    [ 1907.296840] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65223 PROTO=2
    [ 1932.339009] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65224 PROTO=2
    [ 1957.060263] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65225 PROTO=2
    [ 1982.064671] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65226 PROTO=2
    [ 2007.847696] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65227 PROTO=2
    [ 2032.538144] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65228 PROTO=2
    [ 2057.478177] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65229 PROTO=2
    [ 2082.843355] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65230 PROTO=2
    [ 2107.051697] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65231 PROTO=2
    [ 2132.844823] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65232 PROTO=2
    Is there a god way to find whats trying to access internet. And to make it clear i don’t know if it have any thing to do white the upgrade.
    And one more thing Arch Linux is the best F.... distro and dis forum is greeeat! can’t be said too often ;-)
    Last edited by Moosey_Linux (2013-08-03 17:09:59)

    There is a way to make it work in this thread
    https://bbs.archlinux.org/viewtopic.php?id=167503
    But it wont work whit xcompmgr

  • [SOLVED] xmodmap hangs and crashes after update

    UPDATE: See pabloc's post for a solution. keyboard plugin of gnome-settings-daemon was overriding Xmodmap bindings.
    After a pacman -Syu today, ~/.Xmodmap is no longer being loaded on login. Running `xmodmap ~/.Xmodmap` in a terminal window causes the entire DE (Cinnamon) to freeze, and it fixes itself after a minute or so (terminal window closes).
    Here is my ~/.xinitrc
    #!/bin/sh
    if [ -f $HOME/.Xmodmap ]; then
        /usr/bin/xmodmap $HOME/.Xmodmap
    fi
    exec gnome-session-cinnamon
    I haven't modified ~/.Xmodmap recently, and it was working fine prior to the update. The only modifications are swapping of the PgUp/PgDn keys with Home/End because ThinkPads have them in a weird spot.
    Here are my pacman.log entries from today:
    [2012-10-31 14:09] Running 'pacman -Sy'
    [2012-10-31 14:09] synchronizing package lists
    [2012-10-31 14:10] Running 'pacman -S -u'
    [2012-10-31 14:10] starting full system upgrade
    [2012-10-31 14:25] removed python-mechanize (0.2.5-2)
    [2012-10-31 14:25] removed python-imaging (1.1.7-4)
    [2012-10-31 14:25] removed libwebkit3 (1.8.3-1)
    [2012-10-31 14:25] removed libwebkit (1.8.3-1)
    [2012-10-31 14:25] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-10-31 14:25] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:25] upgraded dconf (0.12.1-2 -> 0.14.0-1)
    [2012-10-31 14:25] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-10-31 14:25] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-10-31 14:25] Generating locales...
    [2012-10-31 14:25]   en_CA.UTF-8... done
    [2012-10-31 14:25] Generation complete.
    [2012-10-31 14:25] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:25] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-10-31 14:25] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-10-31 14:25] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:25] upgraded cairo (1.12.2-3 -> 1.12.6-2)
    [2012-10-31 14:25] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-10-31 14:25] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-10-31 14:25] installed python2-mechanize (0.2.5-3)
    [2012-10-31 14:25] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-10-31 14:25] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-10-31 14:25] upgraded perl (5.16.1-1 -> 5.16.1-2)
    [2012-10-31 14:25] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-10-31 14:25] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:25] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-10-31 14:25] installed python2-imaging (1.1.7-5)
    [2012-10-31 14:25] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-10-31 14:25] installed python2-cssselect (0.7.1-2)
    [2012-10-31 14:25] upgraded calibre (0.9.2-1 -> 0.9.4-2)
    [2012-10-31 14:25] Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:26] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-10-31 14:26] installed harfbuzz (0.9.5-1)
    [2012-10-31 14:26] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-10-31 14:26] upgraded kmod (10-1 -> 10-2)
    [2012-10-31 14:26] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-10-31 14:26] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-10-31 14:26] ==> journald now writes to /var/log/journal by default. This can be
    [2012-10-31 14:26]     controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-10-31 14:26] upgraded systemd (194-3 -> 195-2)
    [2012-10-31 14:26] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-10-31 14:26] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-10-31 14:26] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:26] installed gstreamer (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base-libs (1.0.2-1)
    [2012-10-31 14:26] installed chromaprint (0.7-1)
    [2012-10-31 14:26] installed mpg123 (1.14.4-1)
    [2012-10-31 14:26] installed celt (0.11.1-4)
    [2012-10-31 14:26] installed spandsp (0.0.6pre21-1)
    [2012-10-31 14:26] installed gst-plugins-bad (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base (1.0.2-1)
    [2012-10-31 14:26] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-10-31 14:26] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-10-31 14:26] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-10-31 14:26] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-10-31 14:26] installed gst-plugins-good (1.0.2-1)
    [2012-10-31 14:26] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-10-31 14:26] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-10-31 14:26] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-10-31 14:26] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-10-31 14:26] upgraded tdb (1.2.9-2 -> 1.2.10-1)
    [2012-10-31 14:26] upgraded libcanberra (0.28-5 -> 0.30-1)
    [2012-10-31 14:26] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-10-31 14:26] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-10-31 14:26] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-10-31 14:26] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-10-31 14:26] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-10-31 14:26] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:26] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-10-31 14:26] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:26] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-10-31 14:26] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-10-31 14:26] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-10-31 14:26] upgraded libtorrent-rasterbar (1:0.16.3-1 -> 1:0.16.5-1)
    [2012-10-31 14:26] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-10-31 14:26] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-10-31 14:26] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-10-31 14:26] upgraded python2-pyopenssl (0.13-1 -> 0.13-2)
    [2012-10-31 14:26] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-10-31 14:26] upgraded python2-chardet (2.0.1-5 -> 2.0.1-6)
    [2012-10-31 14:26] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-10-31 14:26] upgraded deluge (1.3.5-1 -> 1.3.5-3)
    [2012-10-31 14:26] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-10-31 14:26] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] installed webkitgtk3 (1.10.1-1)
    [2012-10-31 14:26] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-10-31 14:26] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-10-31 14:26] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-10-31 14:26] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded ethtool (1:3.5-1 -> 1:3.6-1)
    [2012-10-31 14:26] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-10-31 14:27] installed libsecret (0.10-1)
    [2012-10-31 14:27] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-10-31 14:27] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-10-31 14:27] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-10-31 14:27] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-10-31 14:27] installed nss-myhostname (0.3-3)
    [2012-10-31 14:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-10-31 14:27] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-10-31 14:27] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-10-31 14:27] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-10-31 14:27] installed libzeitgeist (0.3.18-3)
    [2012-10-31 14:27] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-10-31 14:27] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:27] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-10-31 14:27] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-10-31 14:27] upgraded git (1.7.12.3-1 -> 1.8.0-1)
    [2012-10-31 14:27] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-10-31 14:27] upgraded glibmm (2.32.1-1 -> 2.34.0-1)
    [2012-10-31 14:27] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-10-31 14:27] upgraded gvfs (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-10-31 14:27] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libcanberra-pulse (0.28-5 -> 0.30-1)
    [2012-10-31 14:27] installed ibus (1.4.99.20121006-1)
    [2012-10-31 14:27] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:27] installed iptables (1.4.16.2-1)
    [2012-10-31 14:27] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-10-31 14:27] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-10-31 14:27] installed net-tools (1.60.20120804git-2)
    [2012-10-31 14:27] installed dhclient (4.2.4.1-3)
    [2012-10-31 14:27] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-10-31 14:27] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-10-31 14:27] installed libpwquality (1.2.0-1)
    [2012-10-31 14:27] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700  package: 755
    [2012-10-31 14:27] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:27] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-10-31 14:28] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded libtracker-sparql (0.14.2-1 -> 0.14.3-1)
    [2012-10-31 14:28] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:28] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-10-31 14:28] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-10-31 14:28] upgraded gnome-shell (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-10-31 14:28] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:28] upgraded gvfs-smb (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:28] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-10-31 14:28] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-10-31 14:28] upgraded iputils (20101006-7 -> 20121011-1)
    [2012-10-31 14:28] upgraded jre7-openjdk-headless (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jre7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jdk7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-10-31 14:28] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-10-31 14:28] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-10-31 14:28] upgraded ldns (1.6.13-1 -> 1.6.14-1)
    [2012-10-31 14:28] upgraded lib32-atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:28] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:28] upgraded lib32-util-linux (2.22-1 -> 2.22.1-1)
    [2012-10-31 14:28] upgraded lib32-e2fsprogs (1.42.4-1 -> 1.42.6-1)
    [2012-10-31 14:28] upgraded lib32-gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:28] upgraded lib32-libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:28] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:29] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-common (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-base (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-calc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-draw (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-impress (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-kde4 (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-math (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-10-31 14:29] upgraded libreoffice-postgresql-connector (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk-doc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-writer (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] installed webkitgtk2 (1.10.1-1)
    [2012-10-31 14:29] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-10-31 14:30] >>> Updating module dependencies. Please wait ...
    [2012-10-31 14:30] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2012-10-31 14:30] ==> Building image from preset: 'default'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [autodetect]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] ==> Building image from preset: 'fallback'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] upgraded linux (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded linux-headers (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:30] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-10-31 14:30] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-10-31 14:30] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-10-31 14:30] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-10-31 14:30] upgraded netcfg (2.8.11-1 -> 3.0-1)
    [2012-10-31 14:30] upgraded openssh (6.1p1-2 -> 6.1p1-3)
    [2012-10-31 14:30] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:30] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded slim (1.3.4-3 -> 1.3.4-4)
    [2012-10-31 14:30] upgraded slim-themes (1.2.3-5 -> 1.2.3-6)
    [2012-10-31 14:30] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-10-31 14:30]     default config. If you still use sysvinit/initscripts, this
    [2012-10-31 14:30]     must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-10-31 14:30] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-10-31 14:31] >>> texlive: updating the filename database...
    [2012-10-31 14:31] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Done.
    [2012-10-31 14:31] recreating all formats... done.
    [2012-10-31 14:31]  (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-10-31 14:31] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-10-31 14:31] Updating font cache... Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:31] done.
    [2012-10-31 14:31] upgraded ttf-liberation (2.00.0-1 -> 2.00.1-1)
    [2012-10-31 14:32] In order to use the new version, reload all virtualbox modules manually.
    [2012-10-31 14:32] upgraded virtualbox-host-modules (4.2.0-5 -> 4.2.4-2)
    [2012-10-31 14:32]
    [2012-10-31 14:32] Creating symlink /var/lib/dkms/vboxhost/4.2.4/source ->
    [2012-10-31 14:32]                  /usr/src/vboxhost-4.2.4
    [2012-10-31 14:32]
    [2012-10-31 14:32] DKMS: add completed.
    [2012-10-31 14:32] ==> To build and install your modules run dkms install vboxhost/4.2.4
    [2012-10-31 14:32] ==> To do this automatically at startup you can add dkms in your DAEMONS
    [2012-10-31 14:32] upgraded virtualbox-host-source (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded virtualbox (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded vlc (2.0.3-4 -> 2.0.4-2)
    [2012-10-31 14:32] upgraded wget (1.14-1 -> 1.14-2)
    [2012-10-31 14:32] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-31 14:32] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
    [2012-10-31 14:32] upgraded xf86-video-intel (2.20.9-1 -> 2.20.12-1)
    [2012-10-31 14:32] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-server (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-10-31 14:38] Running 'pacman -S baobab'
    [2012-10-31 14:38] installed baobab (3.6.2-1)
    [2012-10-31 17:08] Running 'pacman -S syslinux'
    [2012-10-31 17:10] Running 'pacman -S syslinux'
    [2012-10-31 17:11] ==> If you want to use syslinux as your bootloader
    [2012-10-31 17:11] ==> edit /boot/syslinux/syslinux.cfg and run
    [2012-10-31 17:11] ==>   # /usr/sbin/syslinux-install_update -i -a -m
    [2012-10-31 17:11] ==> to install it.
    [2012-10-31 17:11] installed syslinux (4.06-1)
    [2012-10-31 17:30] Running 'pacman -Syyu gnome-settings-daemon'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:30] upgraded gnome-settings-daemon (3.6.1-2 -> 3.6.1-2)
    [2012-10-31 17:30] Running 'pacman -Syu'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -Sy'
    [2012-10-31 17:39] synchronizing package lists
    [2012-10-31 17:39] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.yAV/downgrade-3.2-1-any.pkg.tar.xz'
    [2012-10-31 17:39] upgraded downgrade (3.1-1 -> 3.2-1)
    [2012-10-31 17:40] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.P2k/dropbox-1.4.20-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:40] upgraded dropbox (1.4.17-1 -> 1.4.20-1)
    [2012-10-31 17:41] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.C5t/package-query-1.1-2-x86_64.pkg.tar.xz'
    [2012-10-31 17:41] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.i8t/teamviewer-7.0.9377-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:42] upgraded teamviewer (7.0.9360-1 -> 7.0.9377-1)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.21N/yaourt-1.2.1-1-any.pkg.tar.xz'
    [2012-10-31 17:42] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-10-31 17:44] Running 'pacman -U /tmp/yaourt-tmp-daniel/PKGDEST.nxI/cinnamon-git-20121031-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:44] upgraded cinnamon-git (20121015-1 -> 20121031-1)
    Last edited by dtomasiewicz (2012-11-20 20:11:06)

    I've done a bit more playing around with this. It seems running xmodmap ~/.Xmodmap does work, it's just very slow and CPU-hungry. Reducing my .Xmodmap file to include only the overrides (4 of them) allows it to complete in about a second.
    However, it's still not being loaded on login, despite being in .xinitrc. In order to get my keybinds to work in a program, I need to open a terminal, run xmodmap manually, then execute whatever program I want them to work in.
    I tried downgrading xf86-input-evdev but my keyboard no longer worked on boot, once the display manager appeared (and I couldn't switch TTYs with Ctrl+Shift+F*).
    Last edited by dtomasiewicz (2012-11-02 16:43:21)

  • [SOLVED] HP jetdirect printer errors after updating net-snmp

    My office's HP printers weren't working anymore this morning, my cups log showed the following errors after a pacman -Syu.
    It looks that libnetsnmp.so.25 is required by hplip 3.11.10-1, but the latest net-snmp  5.7.1-1 provides libnetsnmp.so.30.
    168 D [31/Oct/2011:14:15:51 +0000] [Job 708] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs     -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="hp color LaserJet 3500" -dDuplex=    false -r600 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2,PS:MediaPosition=7 -dIjsUseOutputFD -s    OutputFile=- -
    169 D [31/Oct/2011:14:15:51 +0000] [Job 708] JCL: <job data>
    170 D [31/Oct/2011:14:15:51 +0000] [Job 708]
    171 D [31/Oct/2011:14:15:51 +0000] [Job 708] Starting process 3788: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer    =hpijs -dDEVICEWIDTHPOINTS=6..."                                                                                                         
    172 D [31/Oct/2011:14:15:51 +0000] [Job 708] hpijs: error while loading shared libraries: libnetsnmp.so.25: cannot open shared object file: N    o such file or directory
    [14:29]:sudo pacman -Q | grep net-snmp
    net-snmp 5.6.1-4
    [14:30]:sudo pacman -Qo /usr/lib/cups/backend/hp
    /usr/lib/cups/backend/hp is owned by hplip 3.11.5-1
    solution is to downgrade net-snmp:
    [2011-10-08 21:56] upgraded net-snmp (5.6.1-4 -> 5.7.1-1)
    [2011-10-31 14:24] Running 'pacman -U /var/cache/pacman/pkg/net-snmp-5.6.1-4-x86_64.pkg.tar.xz'
    [2011-10-31 14:24] upgraded net-snmp (5.7.1-1 -> 5.6.1-4)
    this might help someone else,

    Hi groberts619,
    Unfortunately the software you obtain from the Printer Software Update doesn't include the HP Scan application - only the print and scan drivers.  I just checked on your product and it doesn't appear that there are plans to release an updated HP Scan installer for this model.
    On Mavericks it seems your best option will be to use Apple's Image Capture scan application.  You can find this application in the /Applications folder.  You also have the option to scan using Preview.  Look in the File menu for the command to import from a scanner.
    FretnBoutNutn
    I work for HP.
    - Say "Thanks" by clicking the Kudos Star in the post that helped you.
    - Please mark the post that solves your problem as "Accepted Solution"

  • [Solved]Steam - OpenGL GLX problem after update

    When I open steam it gives me this prompt:
    "OpenGL GLX context is not using direct rendering, which may cause performance problems.
    For more information visit https://support.steampowered.com/kb_article.php?ref=9938-EYZB-7457."
    I had this problem before, but I solved it with this command:
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
    But now after newest update, nothing solves this problem. And also I can do nothing about steam updates, beacause steam updates itself. I am using mesa-git drivers for AMD. Everything was working fine before the latest update. The command I shown to you doesn't help now. Steam now launches itself,but all 3D games crash on startup. The output of command glxinfo|grep rendering is direct rendering: yes.
    Last edited by Anticitizen (2014-12-09 12:33:39)

    from the steam output :
    libGL error: unable to load driver: r600_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: r600
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    Those libraries are in /usr/lib/xorg/modules/dri , both mesa-git 66716 and mesa-dri 10.3.5 symlink them to the r300_dri.so lib in the same folder.
    ( this is intentional due to recent changes in mesa).
    To verify whether you have an OpenGL problem or a steam problem, try running native opengl applications like Xonotic or Oolite (both are in repos) .

  • Gedit segfault after update

    Hey all,
    I just updated to gedit 3.6.2-2 [extra] (x86_64), and now i've just realized that trying to run gedit without sudo doesn't work and outputs this:
    $ gedit
    (gedit:32389): Gtk-WARNING **: Theme parsing error: gtkmenu.css:21:15: Theming engine 'adwaita' not found
    (gedit:32389): Gtk-WARNING **: Theme parsing error: gtkarrow.css:5:15: Theming engine 'adwaita' not found
    Segmentation fault (core dumped)
    The gtk warning messages were normal but gedit not starting as normal user with segfault is not....
    here is the pertinent dmesg
    [ 2895.688126] gedit[32478]: segfault at 4 ip 00007fc5b434bd71 sp 00007fff8ec47f30 error 4 in libgobject-2.0.so.0.3400.3[7fc5b4337000+4c000]
    running with gksudo and sudo is fine
    running 'gedit' as root gives me this which im not sure is related
    # /usr/bin/gedit
    (gedit:32505): EggSMClient-WARNING **: Failed to connect to the session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
    ** (gedit:32505): WARNING **: Could not connect to session bus
    I have tried rolling back to the two previous versions with ARM and also compiling using ABS, even deleting ~/.config/gedit, and every time its the 'Segmentation fault (core dumped)'.
    I have looked at
    https://bugs.archlinux.org/task/10485
    https://bugzilla.gnome.org/show_bug.cgi?id=664137
    https://bbs.archlinux.org/viewtopic.php?id=130626
    I was also playing around with ibus and scim today, but uninstalling them and/or killing them and then running gedit as normal user doesn't help....
    So, i'm still stuck. It would be very unfortunate to never be able to use gedit as root again.
    Anyone have any ideas?
    Thank you.
    Linux tcz 3.6.9-1-ARCH #1 SMP PREEMPT Tue Dec 4 08:04:10 CET 2012 x86_64 GNU/Linux
    Last edited by endor43 (2012-12-11 22:35:26)

    Noted, thank you.
    Hmm, I woke up this morning and it is no longer happening. I honestly have idea why, its nice to not have a problem, but disappointing to not understand.
    It may come back tomorrow, so I'll keep trying to figure out whats going on and post results. If it does come back, i will post gdb.
    Thank you for all your help.

  • [Solved] xorg will not start after update

    Hi there,
    I updated Arch and when I restarted my computer lightdm did not start.  I ran systemctl disable lightdm.service and I was able to boot up to a command prompt and login.  I tried to start xorg-server by running startx  (my .xinitrc file has exec mate-session in it) and I got an error.  Here is my xorg log...
    [ 137.060]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 137.104] X Protocol Version 11, Revision 0
    [ 137.118] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 137.133] Current Operating System: Linux watchtower 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 137.133] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=04918701-88f8-4f79-ab8d-0c0177e45fef rw quiet
    [ 137.161] Build Date: 14 March 2015 06:45:50PM
    [ 137.174]
    [ 137.187] Current version of pixman: 0.32.6
    [ 137.213] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 137.213] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 137.265] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 25 20:01:44 2015
    [ 137.278] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 137.278] (==) No Layout section. Using the first Screen section.
    [ 137.278] (==) No screen section available. Using defaults.
    [ 137.278] (**) |-->Screen "Default Screen Section" (0)
    [ 137.278] (**) | |-->Monitor "<default monitor>"
    [ 137.278] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 137.278] (==) Automatically adding devices
    [ 137.278] (==) Automatically enabling devices
    [ 137.278] (==) Automatically adding GPU devices
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 137.278] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 137.278] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 137.278] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 137.278] (II) Loader magic: 0x815d80
    [ 137.278] (II) Module ABI versions:
    [ 137.278] X.Org ANSI C Emulation: 0.4
    [ 137.278] X.Org Video Driver: 19.0
    [ 137.278] X.Org XInput driver : 21.0
    [ 137.278] X.Org Server Extension : 9.0
    [ 137.280] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 137.280] (--) PCI:*(0:1:0:0) 10de:1380:1462:8a9b rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 137.280] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 137.280] (II) LoadModule: "glx"
    [ 137.280] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 137.286] (II) Module glx: vendor="NVIDIA Corporation"
    [ 137.286] compiled for 4.0.2, module version = 1.0.0
    [ 137.286] Module class: X.Org Server Extension
    [ 137.286] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 137.286] (==) Matched nouveau as autoconfigured driver 0
    [ 137.286] (==) Matched nv as autoconfigured driver 1
    [ 137.286] (==) Matched modesetting as autoconfigured driver 2
    [ 137.286] (==) Matched fbdev as autoconfigured driver 3
    [ 137.286] (==) Matched vesa as autoconfigured driver 4
    [ 137.286] (==) Assigned the driver to the xf86ConfigLayout
    [ 137.286] (II) LoadModule: "nouveau"
    [ 137.286] (WW) Warning, couldn't open module nouveau
    [ 137.286] (II) UnloadModule: "nouveau"
    [ 137.286] (II) Unloading nouveau
    [ 137.286] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 137.286] (II) LoadModule: "nv"
    [ 137.287] (WW) Warning, couldn't open module nv
    [ 137.287] (II) UnloadModule: "nv"
    [ 137.287] (II) Unloading nv
    [ 137.287] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "modesetting"
    [ 137.287] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 137.287] (II) Module modesetting: vendor="X.Org Foundation"
    [ 137.287] compiled for 1.17.1, module version = 1.17.1
    [ 137.287] Module class: X.Org Video Driver
    [ 137.287] ABI class: X.Org Video Driver, version 19.0
    [ 137.287] (II) LoadModule: "fbdev"
    [ 137.287] (WW) Warning, couldn't open module fbdev
    [ 137.287] (II) UnloadModule: "fbdev"
    [ 137.287] (II) Unloading fbdev
    [ 137.287] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "vesa"
    [ 137.287] (WW) Warning, couldn't open module vesa
    [ 137.287] (II) UnloadModule: "vesa"
    [ 137.287] (II) Unloading vesa
    [ 137.287] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 137.287] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 137.287] (++) using VT number 1
    [ 137.287] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (WW) Falling back to old probe method for modesetting
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (EE) Screen 0 deleted because of no matching config section.
    [ 137.287] (II) UnloadModule: "modesetting"
    [ 137.287] (EE) Device(s) detected, but none match those in the config file.
    [ 137.287] (EE)
    Fatal server error:
    [ 137.287] (EE) no screens found(EE)
    [ 137.287] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 137.287] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 137.287] (EE)
    [ 137.367] (EE) Server terminated with error (1). Closing log file.
    It looks like it's trying to start the nouvea driver.  The thing is I'm using the proprietary nvidia driver.  Any help would be appreciated.  Thanks.
    EDIT:
    Okay, making progress...  I ran sudo modprobe nvidia and my driver loaded.  I ran startx and xorg-server started, Hooray!  Then my desktop opened and.....   froze.  Ctl-Alt-F1 did not open another tty, everything was completely frozen.  I had to hit the restart switch.  Any ideas?
    Last edited by necbot (2015-03-27 23:54:13)

    Okay, I'm not really sure what I did to fix the problem, but it seems to have gone away.  I rebooted a few times and had to manually load my nvidia driver using modprobe in order to start xorg-server.  My system would still freeze though, then I installed the nouveau driver and started using that and the freezes stopped.  I reinstalled the nvidia driver and...  everything seems to work fine.  I reenabled lightdm service and my desktop loaded with no errors and there have been no system freezes.     ?????????????   I have no idea why that worked.
    Last edited by necbot (2015-03-27 23:55:17)

Maybe you are looking for

  • Calendar event end time at 8.55, but icon shows to about 9.05

    can anyone help with the above. the event was created in calendar on imac, and synced across. happens for quite a few meetings which are only 15 mins long or 20 minutes. happened on mac too, unitl i selected to only show 16 hours a day instead of 24.

  • Calendar in yosemite

    Im using Yosemite 10.10.1/iMac 21,5 inch,late 2009 Calendar: in the "year" view i see all month and days weeks fine. But the weeks number are wrong. For example, in June 2014, I see beside of each week, the number 2, same as July in August the number

  • My website looks fine in other browsers but on firefox it comes up like an index with the title first and on the second line it says skip to content. Can this be fixed?

    When I look at my website it loads up as an index with the heading on the top line and then a link saying "skip to content" and then the navigation is in bullet points. I have downloaded the latest version of firefox and this has not improved the sit

  • Receiver JMS adapter

    Hi All, We have to send the JMS messages to external server.External server using weblogic as the application server and u201CAccess JMS Provider with JNDIu201D is the JMS provider. To connect to external server queue do I need to create local queue

  • JEditorPane's paint method problem (urgent)

    Hi all, I have JEditorPane that displays HTML formatted text. My task requirement is to display a compay logo as static backgdound in this jeditorPane (The logo must be displayed always in the center nevermind the text scrolling)... So I overrided JE