Disable pasting

How to disable pasting from clipboard in JTextField (and in other swing text components) by pressing Ctrl-V?

Remove the key binding. See [How to Use Key Bindings|http://java.sun.com/docs/books/tutorial/uiswing/misc/keybinding.html].
db

Similar Messages

  • Disable Paste in Text Components

    I have search everywhere I can think of for an answer to
    this. I would like to find a way to disable pasting text into a
    text component (e.g. TextInput). Could someone assist or point me
    to a site that has information on how to disable pasting (i.e. copy
    / paste) either by right-click pasting, control-v, etc.?
    Thanks.

    You could add an event listener for a TextEvent, which will
    ONLY contain a field with the text being "added". If it's being
    typed, it'll have to be length==1. If it's being pasted it'll
    probably be > 1, so perhaps you could negate the change using an
    event handler like this. Of course, this would also disable a paste
    of a single character, but people don't usually paste one character
    anyway.
    If you're able to provide this, knowing why you need to
    disable paste might help us suggest alternative solutions or
    workarounds.

  • Disable past dates in Date Navigator

    Hi All,
    Can any one let me know how to disable past dates in a Date Navigator UI element in Web Dynpro  for ABAP?
    For example,today's date is 21-May-2010,when i open my application, i want all the dates from 1 May to 20th May to be disabled.The user should not be able to select them.
    Any help would be greatly appreciated,
    Thanks,
    Salma

    Check out the Thread [Webdynpro ABAP date navigator dynamic start up date   |Webdynpro ABAP date navigator dynamic start up date;.
    After implementing this suggestion, you are now having the Error "INVALID DATE". Sort out this error with [SAP note 1370457 WDA: DateNavigator returns incorrect values|https://service.sap.com/sap/support/notes/1370457].
    Check out the thread [datenavigator exception |datenavigator exception ?; having same issue with date navigator.
    Hope it helps you.

  • Disabling pasting in JTextField

    I have a JTextField that has a KeyListener that prevents people from typing in certain characters. For instance, one of them only accepts numbers. It works fine, but if I copy and paste text to it (using Ctrl-v) the text pastes and the KeyEvent is never fired. SO I end up with some text like "Jun" in a JTextArea that only allows numbers. Is there a way to disable pasting on a JTextField

    I've seldom used KeyListener, wherever I can, I use the component's processkeybind. The following snippet of code will trap CTRL-V before the component received it:
       JTextField myTextField = new JTextField() {
          public boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed) {
             if (ks == KeyStroke.getKeyStroke(KeyEvent.KeyEvent.VK_V,2)) return true;
             return super.processKeyBinding(ks,e,condition,pressed);
       };;o)
    V.V.

  • Disable paste (ctrl+v) function

    Hello,
    I would like to know if is possible to disable in sapgui the paste function (ctrl+v).
    Thanks in advance,
    José Luis.

    you can disable this copy and paste action innumber of ways
    add a listener to the textfield and consume those event so that it wont propagate to the ui keybindings.
    set the action to be null for those keystrokes.
    InputMap map = JTextField.getInputMap(WHEN_FOCUSSED);
    map.put(KeyStroke.getKeyStroke(KeyEvent.VK_V, KeyEvent.VK_CONTROL), null);
    or
    map.put(KeyStroke.getKeyStroke(KeyEvent.VK_V, KeyEvent.VK_CONTROL), "none");
    Same for CTRL+C, for defeated the copy action.
    Thanks,
    Jana

  • Disable paste with mouse 3 in Openbox

    Hey guys, I'm trying to disable the feature that Mouse 3 acts as a paste. It's really annoying because two fingers on my touchpad (synaptics driver) will paste something, often when I'm focusing on an input field, sometimes with huge chunks of text. I tried editing my xorg to replace it with left-click, but I can't seem to get it working. What is the most elegant solution for this?

    @Awebb
    Dunno, i just know that rc.conf for modules setting & daemon etc. I was battling with middle click issue before and finally got solved using xmodmap

  • Keyboard not disabling past 180 Degrees (Yoga 13)

    The keyboard on my Yoga 13 is (apparently ouf of the blue) not disabling when I open the Yoga passed 180 degrees.  It doesn't shut off until the Yoga is nearly fully folded back on itself (tablet mode).  This is a big problem for me as I love using the Yoga in stand mode on my lap when sitting in my recliner.
    Any way to adjust this?

    hi slydog75,
    Thanks for Posting,
    I personally would suggest
    Going into Device Manager and uninstall the Drivers under Sensors
    Then Restart the computer the reopen device manager see If the sensors are back then try the Keyboard again
    There is a similar discussion about this issue as well Please Check as some Suggest was able to fix this issue.
    http://forums.lenovo.com/t5/IdeaPad-IdeaTab-Slate-​Tablets/Yoga-13-keyboard-not-turning-off-until-alm​...
    Best Regards
    Solid Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Disabling paste option for textfield

    how to disable only ctrl+v option for a textfield.?

    Thanx for the link.
    However, i'm working on swt components.Same principle applies I suppose. Note that SWT might be better discussed in an SWT forum, since it's not part of the standard Java libs.
    I've applied Verfify Keylistener, but i'm not able to
    stop ctrl+v activity.You also won't stop CTRL+INS activity or insertion by mouse context menu... listeners aren't really the best approach.

  • How to disable Copy/Paste to a field in Siebel 7.8

    Hi Gurus,
    Is there a way to disable paste into a certain field in Siebel 7.8?There is a way to do that in normal HTML but is it possible in Siebel.

    One option that comes to mind is to intercept the HTML that is generated for the field on the applet and append to it with the HTML/Javascript that would prevent the pasting.
    For example on the login applet we put some code in capture the enter key since it did not work out of the box.
         if (ControlName == "Password" && Property == "FormattedHtml")
              //onkeypress='JavaScript:null'
              var iOnKeyPressLoc = HTML.indexOf("onkeypress='JavaScript:null'");
              if (iOnKeyPressLoc > 0)
                   //.... REMOVED FOR DISPLAY ....               
                   HTML = sLeftHTML + " " + sMidHTML + " " + sRightHTML;
         }

  • HT4753 how do i disable the saving of past versions to save space?

    how do i disable the saving of past versions to save space?
    i realized that there have been many versions of the file and to save space, i wish to del or disable this function. anyway to do that?
    http://support.apple.com/kb/ht4753

    The question was if there is a way to disable past versions, not how to save a file. I too would like to know the answer to this.

  • Call parking copy and paste issue

    After updating our Lync clients we have run into an issue where the lips emoticon is pasted into the IM windows instead of the actual link containing the parked call to pick up. Previously there was no emoticon for the ":*" string but that is now
    the lips emoticon where previously it was the "(k)" string. When pasting the parked call link, this is the unformatted text showing the first portion of the string containing the :* which is interpreted as the lips.
    tel:*244;ms-parked-call=34633135643133302D656261332D343233632D623830612D6331356334323261363332623B66726F6D2D7461673D326134663330653432313B746F2D7461673D37363335366431323966;phone-context=<client site>
    Disabling Emoticons in the Lync client doesn't help at all.  Even though they are disabled, pasting the content into the composition pane still produces the lips but when sending it shows the text :* and the rest of the string is gone.

    Hi,
    When I copied the orbit number and entered on my Lync 2013 client I got the same result.
    Since a prefix can be the value * or # placed at the beginning of the number, you can create a new callparkorbit policy with the value “#” placed at the beginning of the number.
    You can refer to the link below of “New-CsCallParkOrbit”:
    http://technet.microsoft.com/en-us/library/gg398936.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • [SOLVED] Strange trouble with gpm

    I'm getting this on my tty's:
    disable-paste: cannot open mouse connection
    when i log in.
    What happened? It was OK before.
    Last edited by Mad Fish (2009-12-06 23:15:53)

    Known bug.
    http://mailman.archlinux.org/pipermail/ … 14533.html
    Make sure you're running 1.20.6.5
    edit: curse you skottish!
    Last edited by falconindy (2009-12-06 22:58:07)

  • [Solved] Existing files when installing kdeplasma-applets-plasma

    This is a desktop machine but I thought I might as well add the NetworkManager applet to KDE. But first of all it wants to install a whole bunch of packages which doesn't seem right:
    [root@xamxbmc missions]# pacman -S kdeplasma-applets-plasma-nm
    resolving dependencies...
    :: There are 4 providers available for libgl:
    :: Repository extra
    1) mesa-libgl 2) nvidia-304xx-libgl 3) nvidia-340xx-libgl 4) nvidia-libgl
    Enter a number (default=1): 4
    :: There are 2 providers available for phonon-qt4-backend:
    :: Repository extra
    1) phonon-qt4-gstreamer 2) phonon-qt4-vlc
    Enter a number (default=1): 2
    :: There are 2 providers available for kactivities:
    :: Repository extra
    1) kactivities-frameworks 2) kactivities4
    Enter a number (default=1): 2
    :: There are 8 providers available for ttf-font:
    :: Repository extra
    1) ttf-bitstream-vera 2) ttf-dejavu 3) ttf-freefont 4) ttf-linux-libertine 5) ttf-oxygen
    :: Repository community
    6) ttf-droid 7) ttf-liberation 8) ttf-ubuntu-font-family
    Enter a number (default=1): 2
    :: There are 2 providers available for dhcp-client:
    :: Repository core
    1) dhcpcd
    :: Repository extra
    2) dhclient
    Enter a number (default=1): 1
    looking for conflicting packages...
    warning: dependency cycle detected:
    warning: ncurses will be installed before its bash dependency
    warning: dependency cycle detected:
    warning: harfbuzz will be installed before its freetype2 dependency
    warning: dependency cycle detected:
    warning: xorg-server will be installed before its nvidia-libgl dependency
    warning: dependency cycle detected:
    warning: libtxc_dxtn will be installed before its mesa dependency
    Packages (361) a52dec-0.7.4-8 acl-2.2.52-2 akonadi-1.13.0-3 alsa-lib-1.0.28-1 aspell-0.60.6.1-2 attica-qt4-0.4.2-1 attr-2.4.47-1 avahi-0.6.31-14 bash-4.3.033-1
    boost-libs-1.57.0-2 bzip2-1.0.6-5 ca-certificates-20140923-9 ca-certificates-cacert-20140824-2 ca-certificates-mozilla-3.17.3-2 ca-certificates-utils-20140923-9
    cairo-1.14.0-2 cifs-utils-6.4-1 cln-1.3.4-1 compositeproto-0.4.2-3 coreutils-8.23-1 cracklib-2.9.1-1 curl-7.40.0-1 damageproto-1.2.1-3 db-5.3.28-2 dbus-1.8.14-1
    dbus-glib-0.102-2 desktop-file-utils-0.22-1 dhcpcd-6.6.7-1 docbook-xml-4.5-6 docbook-xsl-1.78.1-1 e2fsprogs-1.42.12-1 elfutils-0.161-2 enca-1.16-1 enchant-1.6.0-5
    exiv2-0.24-1 expat-2.1.0-4 faad2-2.7-4 ffmpeg-1:2.5.3-1 filesystem-2014.10-3 findutils-4.4.2-6 fixesproto-5.0-3 flac-1.3.1-1 fontconfig-2.11.1-1
    fontsproto-2.1.3-1 freetype2-2.5.5-1 fribidi-0.19.6-2 gawk-4.1.1-1 gcc-libs-4.9.2-2 gdbm-1.11-1 giflib-5.1.0-1 glib-networking-2.42.0-1 glib2-2.42.1-1
    glibc-2.20-6 glu-9.0.0-3 gmp-6.0.0-1 gnupg-2.1.1-1 gnutls-3.3.12-1 gpgme-1.5.3-1 gpm-1.20.7-4 graphite-1:1.2.4-1 gsettings-desktop-schemas-3.14.1-1 gsm-1.0.13-8
    gst-plugins-base-libs-1.4.5-1 gstreamer-1.4.5-1 gzip-1.6-1 harfbuzz-0.9.37-1 hicolor-icon-theme-0.13-1 hspell-1.2-2 hunspell-1.3.3-1 hwids-20141214-1
    iana-etc-2.30-4 icu-54.1-1 ilmbase-2.1.0-1 inetutils-1.9.2-2 inputproto-2.3.1-1 iproute2-3.17.0-1 iptables-1.4.21-1 iso-codes-3.57-1 jansson-2.7-1
    jasper-1.900.1-12 jemalloc-3.6.0-1 js17-17.0.0-1 json-c-0.12-2 kactivities4-4.13.3-1 kbd-2.0.2-1 kbproto-1.0.6-2 kde-base-artwork-4.14.3-1
    kdebase-runtime-4.14.3-1 kdebase-workspace-4.11.14-1 kdelibs-4.14.3-2 kdepim-runtime-4.14.3-1 kdepimlibs-4.14.3-1 keyutils-1.5.9-1 kmod-19-1 krb5-1.13-1
    lame-3.99.5-2 lcms2-2.6-1 ldb-1.1.19-1 less-471-1 libaccounts-glib-1.18-1 libaccounts-qt4-1.13-1 libaio-0.3.110-1 libass-0.12.1-1 libassuan-2.1.3-1
    libasyncns-0.8-5 libatasmart-0.19-3 libbluray-0.6.2-1 libbsd-0.7.0-1 libcanberra-0.30-4 libcap-2.24-2 libcap-ng-0.7.4-1 libcups-2.0.1-1 libdaemon-0.14-3
    libdatrie-0.2.6-1 libdbus-1.8.14-1 libdbusmenu-qt-0.9.2-3 libdca-0.0.5-4 libdmtx-0.7.4-5 libdrm-2.4.59-1 libdvbpsi-1:1.1.2-1 libdvdnav-5.0.2-1 libdvdread-5.0.1-1
    libebml-1.3.1-1 libepoxy-1.2-2 libevdev-1.3.2-1 libffi-3.2.1-1 libfontenc-1.1.2-1 libgcrypt-1.6.2-1 libgpg-error-1.17-1 libical-1.0.1-1 libice-1.0.9-1
    libidn-1.29-1 libimobiledevice-1.1.7-1 libjpeg-turbo-1.4.0-1 libkactivities4-4.13.3-1 libkate-0.4.1-5 libkfbapi-1.0-2 libkgapi-2.2.0-1 libkolab-0.5.3-1
    libkolabxml-1.0.2-2 libksba-1.3.2-1 libldap-2.4.40-2 libmad-0.15.1b-7 libmariadbclient-10.0.15-1 libmatroska-1.4.2-1 libmbim-1.12.0-1 libmm-glib-1.2.0-5
    libmm-qt-1.0.1-2 libmng-2.0.2-3 libmodplug-0.8.8.5-1 libmpcdec-1.2.6-4 libmpeg2-0.5.1-5 libndp-1.3-1 libnewt-0.52.17-2 libnl-3.2.25-1 libnm-glib-0.9.10.0-4
    libnm-qt4-0.9.8.3-1 libogg-1.3.2-1 libomxil-bellagio-0.9.3-1 libpcap-1.6.2-1 libpciaccess-0.13.2-2 libplist-1.11-1 libpng-1.6.16-1 libproxy-0.4.11-4
    libpulse-5.0-1 libqalculate-0.9.7-4 libqmi-1.12.0-1 libqzeitgeist-0.8.0-4 libraw1394-2.1.0-2 libsasl-2.1.26-7 libseccomp-2.1.1-1 libshout-1:2.3.1-2 libsm-1.2.2-2
    libsndfile-1.0.25-3 libsoup-2.48.1-1 libssh-0.6.4-1 libssh2-1.4.3-2 libsystemd-218-1 libtar-1.2.20-2 libtasn1-4.2-1 libteam-1.14-1 libthai-0.1.19-1
    libtheora-1.1.1-3 libtiff-4.0.3-5 libtiger-0.3.4-4 libtirpc-0.2.5-1 libtool-2.4.4-2 libtxc_dxtn-1.0.1-5 libupnp-1.6.19-1 libusb-1.0.19-1 libusb-compat-0.1.5-1
    libusbmuxd-1.0.9-1 libutempter-1.1.6-2 libutil-linux-2.25.2-1 libva-1.5.0-1 libvdpau-0.9-1 libvorbis-1.3.4-1 libvpx-1.3.0-1 libwbclient-4.1.16-1 libwebp-0.4.2-1
    libx11-1.6.2-2 libx264-1:142.20140826-2 libxau-1.0.8-2 libxaw-1.0.12-1 libxcb-1.11-1 libxcomposite-0.4.4-2 libxcursor-1.1.14-2 libxdamage-1.1.4-2 libxdmcp-1.1.1-2
    libxext-1.3.3-1 libxfixes-5.0.1-1 libxfont-1.5.0-1 libxft-2.3.2-1 libxi-1.7.4-1 libxinerama-1.1.3-2 libxkbfile-1.0.8-2 libxklavier-5.4-1 libxml2-2.9.2-2
    libxmu-1.1.2-1 libxpm-3.5.11-1 libxrandr-1.4.2-2 libxrender-0.9.8-1 libxres-1.0.7-1 libxshmfence-1.2-1 libxslt-1.1.28-3 libxss-1.2.2-2 libxt-1.1.4-1
    libxtst-1.2.2-1 libxv-1.0.10-1 libxxf86vm-1.1.3-1 linux-api-headers-3.18.1-1 llvm-libs-3.5.1-1 lm_sensors-3.3.5-1 lua-5.2.3-1 lz4-127-1 lzo-2.08-3
    mariadb-10.0.15-1 mariadb-clients-10.0.15-1 mcpp-2.7.2-5 media-player-info-19-1 mesa-10.4.2-1 modemmanager-1.2.0-5 mpfr-3.1.2.p11-1 mtdev-1.1.5-1 ncurses-5.9-7
    nettle-2.7.1-1 networkmanager-0.9.10.0-4 npth-1.1-1 nspr-4.10.7-1 nss-3.17.3-2 nvidia-libgl-346.35-2 nvidia-utils-346.35-2 opencore-amr-0.1.3-2 openexr-2.1.0-1
    openjpeg-1.5.2-1 openssl-1.0.1.l-1 opus-1.1-1 orc-0.4.23-1 oxygen-icons-4.14.3-1 p11-kit-0.22.1-3 pam-1.1.8-5 pambase-20130928-1 pango-1.36.8-1 pciutils-3.3.0-1
    pcre-8.36-2 perl-5.20.1-1 phonon-qt4-4.8.3-1 phonon-qt4-vlc-0.8.2-1 pinentry-0.9.0-1 pixman-0.32.6-1 polkit-0.112-2 polkit-kde-0.99.0-5 polkit-qt4-0.112-2
    popt-1.16-7 ppp-2.4.7-1 prison-1.1.1-1 pth-2.0.7-5 python-3.4.2-2 python2-2.7.9-1 qca-2.0.3-5 qimageblitz-0.0.6-4 qjson-0.8.1-3 qrencode-3.4.4-1 qt4-4.8.6-4
    qtwebkit-2.3.4-1 randrproto-1.4.0-2 readline-6.3.006-1 recode-3.6-8 recordproto-1.14.2-2 renderproto-0.11.1-3 rtmpdump-20140918-2 schroedinger-1.0.11-2
    scrnsaverproto-1.2.2-2 sdl-1.2.15-7 sdl_image-1.2.12-3 shadow-4.2.1-2 shared-mime-info-1.3-1 signon-qt4-8.57-1 slang-2.2.4-3 smbclient-4.1.16-1
    sound-theme-freedesktop-0.8-2 speex-1.2rc1-4 sqlite-3.8.8-1 strigi-0.7.8-5 sysfsutils-2.1.0-9 systemd-218-1 taglib-1.9.1-1 talloc-2.1.1-1 tar-1.28-1 tdb-1.3.4-1
    tevent-0.9.22-1 texinfo-5.2-3 ttf-dejavu-2.34-1 tzdata-2014j-1 udisks2-2.1.3-1 upower-0.99.2-1 util-linux-2.25.2-1 v4l-utils-1.6.0-1 videoproto-2.3.2-1
    vlc-2.1.5-5 wayland-1.6.0-1 wpa_supplicant-2.3-1 x265-1.4-1 xcb-proto-1.11-1 xcb-util-0.4.0-1 xcb-util-image-0.4.0-1 xcb-util-keysyms-0.4.0-1
    xcb-util-renderutil-0.3.9-1 xcb-util-wm-0.4.1-1 xdg-utils-1.1.0.git20141009-1 xerces-c-3.1.1-5 xextproto-7.3.0-1 xf86-input-evdev-2.9.1-1 xf86vidmodeproto-2.3.1-3
    xineramaproto-1.2.1-3 xkeyboard-config-2.13-1 xorg-bdftopcf-1.0.5-1 xorg-font-util-1.3.0-2 xorg-font-utils-7.6-4 xorg-fonts-alias-1.0.3-1
    xorg-fonts-encodings-1.0.4-4 xorg-fonts-misc-1.0.3-2 xorg-mkfontdir-1.0.7-2 xorg-mkfontscale-1.1.2-1 xorg-server-1.16.3-2 xorg-server-common-1.16.3-2
    xorg-setxkbmap-1.3.0-2 xorg-xauth-1.0.9-1 xorg-xkbcomp-1.3.0-1 xorg-xmessage-1.0.4-2 xorg-xprop-1.2.2-1 xorg-xrandr-1.4.3-1 xorg-xrdb-1.1.0-1 xorg-xset-1.2.3-1
    xorg-xsetroot-1.1.1-2 xproto-7.0.27-1 xvidcore-1.3.3-1 xz-5.2.0-1 zlib-1.2.8-3 zvbi-0.2.35-1 kdeplasma-applets-plasma-nm-0.9.3.5-2
    Total Download Size: 0.15 MiB
    Total Installed Size: 1567.34 MiB
    :: Proceed with installation? [Y/n]
    Then when I proceed, I end up with a huge list of files existing. Is something wrong with my pacman?
    gnutls: /usr/share/man/man3/gnutls_x509_ext_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_aia.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_key_purposes.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_name_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_policies.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_private_key_usage_period.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_subject_alt_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_aia.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_key_purposes.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_name_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_policies.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_private_key_usage_period.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_subject_alt_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_add_excluded.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_add_permitted.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_check.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_check_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_get_excluded.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_get_permitted.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_othername_to_virtual.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policy_release.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_fix.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_generate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_openssl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_verify_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_named_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_system_trust.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_dir.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_crt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3.gz exists in filesystem
    ca-certificates-utils: /etc/ssl/cert.pem exists in filesystem
    ca-certificates-utils: /usr/bin/update-ca-trust exists in filesystem
    ca-certificates-utils: /usr/share/man/man8/update-ca-trust.8.gz exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.neutral-trust.crt exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.supplement.p11-kit exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.trust.crt exists in filesystem
    ca-certificates-cacert: /usr/share/ca-certificates/trust-source/anchors/CAcert.org_class3.crt exists in filesystem
    ca-certificates-cacert: /usr/share/ca-certificates/trust-source/anchors/CAcert.org_root.crt exists in filesystem
    ca-certificates-cacert: /usr/share/licenses/ca-certificates-cacert/LICENSE exists in filesystem
    gsettings-desktop-schemas: /usr/include/gsettings-desktop-schemas/gdesktop-enums.h exists in filesystem
    gsettings-desktop-schemas: /usr/lib/girepository-1.0/GDesktopEnums-3.0.typelib exists in filesystem
    gsettings-desktop-schemas: /usr/share/GConf/gsettings/gsettings-desktop-schemas.convert exists in filesystem
    gsettings-desktop-schemas: /usr/share/GConf/gsettings/wm-schemas.convert exists in filesystem
    gsettings-desktop-schemas: /usr/share/gir-1.0/GDesktopEnums-3.0.gir exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.enums.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/as/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/bg/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ca/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ca@valencia/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/cs/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/da/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/de/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/el/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/en_GB/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/eo/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/es/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/eu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/fi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/fr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/gl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/gu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/he/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/hi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/hu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/id/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/it/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ja/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/lt/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/lv/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ml/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/nb/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/or/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pa/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pt/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pt_BR/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ru/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sk/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sr@latin/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sv/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/tg/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/tr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ug/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/uk/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/vi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_CN/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_HK/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_TW/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/pkgconfig/gsettings-desktop-schemas.pc exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiognomeproxy.so exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiognutls.so exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiolibproxy.so exists in filesystem
    glib-networking: /usr/lib/glib-networking/glib-pacrunner exists in filesystem
    glib-networking: /usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service exists in filesystem
    glib-networking: /usr/share/locale/an/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ar/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/as/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/be/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/bg/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ca/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/cs/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/da/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/de/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/el/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/eo/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/es/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/et/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/eu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fa/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fur/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/gl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/gu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/he/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/hi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/hu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/id/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/it/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ja/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/km/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/kn/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ko/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/lt/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/lv/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ml/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/mr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/nb/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/nl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/or/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pa/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pt/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ro/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ru/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sk/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sv/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ta/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/te/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/tg/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/th/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/tr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ug/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/uk/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/vi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-address.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-manager.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cache.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-content-decoder.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-content-sniffer.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-date.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-enum-types.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-form.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-headers.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-logger.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message-body.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message-headers.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-method.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-misc.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-multipart.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-password-manager.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-portability.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-resolver.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-data.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-file.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-http.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-requester.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-server.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-async.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-feature.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-sync.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-socket.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-status.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-tld.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-types.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-uri.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-value-utils.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-version.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-xmlrpc.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h exists in filesystem
    libsoup: /usr/lib/girepository-1.0/Soup-2.4.typelib exists in filesystem
    libsoup: /usr/lib/girepository-1.0/SoupGNOME-2.4.typelib exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so.1 exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so.1.7.0 exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so.1 exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so.1.7.0 exists in filesystem
    libsoup: /usr/lib/pkgconfig/libsoup-2.4.pc exists in filesystem
    libsoup: /usr/lib/pkgconfig/libsoup-gnome-2.4.pc exists in filesystem
    libsoup: /usr/share/gir-1.0/Soup-2.4.gir exists in filesystem
    libsoup: /usr/share/gir-1.0/SoupGNOME-2.4.gir exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAddress.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuth.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCache.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookie.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupLogger.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessage.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequest.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupServer.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSession.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSocket.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupURI.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch01.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch02.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch03.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch04.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch05.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/home.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/index.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/index.sgml exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ix01.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/left-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/left.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/right-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/right.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/style.css exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/up-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/up.png exists in filesystem
    libsoup: /usr/share/locale/an/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/as/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/be/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/bg/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ca/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/cs/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/da/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/de/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/el/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/eo/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/es/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/et/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/eu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fa/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fur/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/gl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/gu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/he/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/hi/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/hu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/id/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/it/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ja/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/kn/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ko/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/lt/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/lv/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ml/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/mr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/nb/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/nl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/or/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pa/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pt/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ro/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ru/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sk/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sv/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ta/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/te/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/tg/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/th/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/tr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ug/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/uk/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/vi/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-enums.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-errors.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-names.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-version.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/libmm-glib.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer-ip-config.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-cdma-manual-activation-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-enums-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-errors-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-firmware-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-bearer.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-manager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-modem.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-sim.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-sms.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-helper-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-3gpp.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-cdma-bs.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-common.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-gps-nmea.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-gps-raw.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-manager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-3gpp-ussd.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-3gpp.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-cdma.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-firmware.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-location.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-messaging.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-oma.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-signal.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-simple.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-time.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-network-timezone.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-object.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-signal.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sim.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-simple-connect-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-simple-status.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sms-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sms.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-unlock-retries.h exists in filesystem
    libmm-glib: /usr/lib/girepository-1.0/ModemManager-1.0.typelib exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so.0 exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so.0.1.0 exists in filesystem
    libmm-glib: /usr/lib/pkgconfig/ModemManager.pc exists in filesystem
    libmm-glib: /usr/lib/pkgconfig/mm-glib.pc exists in filesystem
    libmm-glib: /usr/share/gir-1.0/ModemManager-1.0.gir exists in filesystem
    libmm-glib: /usr/share/vala/vapi/libmm-glib.deps exists in filesystem
    libmm-glib: /usr/share/vala/vapi/libmm-glib.vapi exists in filesystem
    slang: /usr/bin/slsh exists in filesystem
    slang: /usr/include/slang.h exists in filesystem
    slang: /usr/include/slcurses.h exists in filesystem
    slang: /usr/lib/libslang.so exists in filesystem
    slang: /usr/lib/libslang.so.2 exists in filesystem
    slang: /usr/lib/libslang.so.2.2.4 exists in filesystem
    slang: /usr/lib/pkgconfig/slang.pc exists in filesystem
    slang: /usr/lib/slang/v2/modules/csv-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/fcntl-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/fork-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/iconv-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/pcre-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/rand-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/select-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/slsmg-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/socket-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/sysconf-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/termios-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/varray-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/zlib-module.so exists in filesystem
    slang: /usr/share/doc/slang/v2/COPYING exists in filesystem
    slang: /usr/share/doc/slang/v2/changes.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/cref.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/cslang.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/slang.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/slangdoc.html exists in filesystem
    slang: /usr/share/doc/slang/v2/slangfun.txt exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-1.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-2.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-3.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-4.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-5.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-6.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-7.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-8.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-9.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun.html exists in filesystem
    slang: /usr/share/man/man1/slsh.1.gz exists in filesystem
    slang: /usr/share/slsh/arrayfuns.sl exists in filesystem
    slang: /usr/share/slsh/autoload.sl exists in filesystem
    slang: /usr/share/slsh/cmaps/cool.map exists in filesystem
    slang: /usr/share/slsh/cmaps/coolwarm.map exists in filesystem
    slang: /usr/share/slsh/cmaps/copper.map exists in filesystem
    slang: /usr/share/slsh/cmaps/drywet.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ds9b.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ds9sls.map exists in filesystem
    slang: /usr/share/slsh/cmaps/gebco.map exists in filesystem
    slang: /usr/share/slsh/cmaps/globe.map exists in filesystem
    slang: /usr/share/slsh/cmaps/gray.map exists in filesystem
    slang: /usr/share/slsh/cmaps/haxby.map exists in filesystem
    slang: /usr/share/slsh/cmaps/hot.map exists in filesystem
    slang: /usr/share/slsh/cmaps/jet.map exists in filesystem
    slang: /usr/share/slsh/cmaps/no_green.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ocean.map exists in filesystem
    slang: /usr/share/slsh/cmaps/polar.map exists in filesystem
    slang: /usr/share/slsh/cmaps/rainbow.map exists in filesystem
    slang: /usr/share/slsh/cmaps/red2green.map exists in filesystem
    slang: /usr/share/slsh/cmaps/relief.map exists in filesystem
    slang: /usr/share/slsh/cmaps/sealand.map exists in filesystem
    slang: /usr/share/slsh/cmaps/seis.map exists in filesystem
    slang: /usr/share/slsh/cmaps/split.map exists in filesystem
    slang: /usr/share/slsh/cmaps/topo.map exists in filesystem
    slang: /usr/share/slsh/cmaps/wysiwyg.map exists in filesystem
    slang: /usr/share/slsh/cmdopt.sl exists in filesystem
    slang: /usr/share/slsh/csv.sl exists in filesystem
    slang: /usr/share/slsh/fcntl.sl exists in filesystem
    slang: /usr/share/slsh/fork.sl exists in filesystem
    slang: /usr/share/slsh/glob.sl exists in filesystem
    slang: /usr/share/slsh/help/arrayfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/cmdopt.hlp exists in filesystem
    slang: /usr/share/slsh/help/csvfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/forkfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/glob.hlp exists in filesystem
    slang: /usr/share/slsh/help/onigfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/pcrefuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/pngfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/print.hlp exists in filesystem
    slang: /usr/share/slsh/help/process.hlp exists in filesystem
    slang: /usr/share/slsh/help/profile.hlp exists in filesystem
    slang: /usr/share/slsh/help/randfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/readascii.hlp exists in filesystem
    slang: /usr/share/slsh/help/require.hlp exists in filesystem
    slang: /usr/share/slsh/help/setfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/slsmg.hlp exists in filesystem
    slang: /usr/share/slsh/help/sockfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/structfuns.hlp exists in filesystem
    slang: /usr/share/slsh/iconv.sl exists in filesystem
    slang: /usr/share/slsh/onig.sl exists in filesystem
    slang: /usr/share/slsh/pcre.sl exists in filesystem
    slang: /usr/share/slsh/png.sl exists in filesystem
    slang: /usr/share/slsh/print.sl exists in filesystem
    slang: /usr/share/slsh/process.sl exists in filesystem
    slang: /usr/share/slsh/profile.sl exists in filesystem
    slang: /usr/share/slsh/rand.sl exists in filesystem
    slang: /usr/share/slsh/readascii.sl exists in filesystem
    slang: /usr/share/slsh/require.sl exists in filesystem
    slang: /usr/share/slsh/rline/complete.sl exists in filesystem
    slang: /usr/share/slsh/rline/editfuns.sl exists in filesystem
    slang: /usr/share/slsh/rline/editor.sl exists in filesystem
    slang: /usr/share/slsh/rline/emacskeys.sl exists in filesystem
    slang: /usr/share/slsh/rline/history.sl exists in filesystem
    slang: /usr/share/slsh/rline/histsrch.sl exists in filesystem
    slang: /usr/share/slsh/rline/slrline.rc exists in filesystem
    slang: /usr/share/slsh/rline/vikeys.sl exists in filesystem
    slang: /usr/share/slsh/scripts/jpegsize exists in filesystem
    slang: /usr/share/slsh/scripts/lsrpm exists in filesystem
    slang: /usr/share/slsh/scripts/sldb exists in filesystem
    slang: /usr/share/slsh/scripts/slprof exists in filesystem
    slang: /usr/share/slsh/scripts/slstkchk exists in filesystem
    slang: /usr/share/slsh/scripts/svnsh exists in filesystem
    slang: /usr/share/slsh/select.sl exists in filesystem
    slang: /usr/share/slsh/setfuns.sl exists in filesystem
    slang: /usr/share/slsh/sldb.sl exists in filesystem
    slang: /usr/share/slsh/sldbcore.sl exists in filesystem
    slang: /usr/share/slsh/sldbsock.sl exists in filesystem
    slang: /usr/share/slsh/slshhelp.sl exists in filesystem
    slang: /usr/share/slsh/slshrl.sl exists in filesystem
    slang: /usr/share/slsh/slsmg.sl exists in filesystem
    slang: /usr/share/slsh/socket.sl exists in filesystem
    slang: /usr/share/slsh/stkcheck.sl exists in filesystem
    slang: /usr/share/slsh/structfuns.sl exists in filesystem
    slang: /usr/share/slsh/sysconf.sl exists in filesystem
    slang: /usr/share/slsh/termios.sl exists in filesystem
    slang: /usr/share/slsh/varray.sl exists in filesystem
    slang: /usr/share/slsh/zlib.sl exists in filesystem
    popt: /usr/include/popt.h exists in filesystem
    popt: /usr/lib/libpopt.so exists in filesystem
    popt: /usr/lib/libpopt.so.0 exists in filesystem
    popt: /usr/lib/libpopt.so.0.0.0 exists in filesystem
    popt: /usr/lib/pkgconfig/popt.pc exists in filesystem
    popt: /usr/share/licenses/popt/LICENSE exists in filesystem
    popt: /usr/share/locale/cs/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/da/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/de/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/eo/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/es/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/fi/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/fr/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ga/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/gl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/hu/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/id/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/is/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/it/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ja/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ko/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/lv/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/nb/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/nl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/pl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/pt/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ro/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ru/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sk/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sv/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/th/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/tr/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/uk/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/vi/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/wa/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/zh_CN/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/zh_TW/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/man/man3/popt.3.gz exists in filesystem
    gpm: /etc/profile.d/gpm.sh exists in filesystem
    gpm: /usr/bin/disable-paste exists in filesystem
    gpm: /usr/bin/display-buttons exists in filesystem
    gpm: /usr/bin/display-coords exists in filesystem
    gpm: /usr/bin/get-versions exists in filesystem
    gpm: /usr/bin/gpm exists in filesystem
    gpm: /usr/bin/gpm-root exists in filesystem
    gpm: /usr/bin/hltest exists in filesystem
    gpm: /usr/bin/mev exists in filesystem
    gpm: /usr/bin/mouse-test exists in filesystem
    gpm: /usr/include/gpm.h exists in filesystem
    gpm: /usr/lib/libgpm.so exists in filesystem
    gpm: /usr/lib/libgpm.so.2 exists in filesystem
    gpm: /usr/lib/libgpm.so.2.1.0 exists in filesystem
    gpm: /usr/lib/systemd/system/gpm.service exists in filesystem
    gpm: /usr/share/info/gpm.info.gz exists in filesystem
    gpm: /usr/share/man/man1/gpm-root.1.gz exists in filesystem
    gpm: /usr/share/man/man1/mev.1.gz exists in filesystem
    gpm: /usr/share/man/man1/mouse-test.1.gz exists in filesystem
    gpm: /usr/share/man/man7/gpm-types.7.gz exists in filesystem
    gpm: /usr/share/man/man8/gpm.8.gz exists in filesystem
    libnewt: /usr/bin/whiptail exists in filesystem
    libnewt: /usr/include/newt.h exists in filesystem
    libnewt: /usr/lib/libnewt.so exists in filesystem
    libnewt: /usr/lib/libnewt.so.0.52 exists in filesystem
    libnewt: /usr/lib/libnewt.so.0.52.17 exists in filesystem
    libnewt: /usr/lib/pkgconfig/libnewt.pc exists in filesystem
    libnewt: /usr/lib/python2.7/site-packages/_snack.so exists in filesystem
    libnewt: /usr/lib/python2.7/site-packages/snack.py exists in filesystem
    libnewt: /usr/lib/python3.4/site-packages/_snack.so exists in filesystem
    libnewt: /usr/lib/python3.4/site-packages/snack.py exists in filesystem
    libnewt: /usr/lib/whiptcl.so exists in filesystem
    libnewt: /usr/share/locale/ar/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/as/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ast/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bal/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bg/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bn/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bn_IN/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bs/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ca/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/cs/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/cy/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/da/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/de/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/dz/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/el/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/eo/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/es/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/et/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/eu/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fa/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fi/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fr/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ga/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/gl/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/gu/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/he/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/l

    Here is the log of the past few things I have done, starting with the full system update on the 19th which worked then. I also remember adding a 32 bit steam lib repository in an attempt to run steam with native libraries. Pacman did prompt me that it needed to update the db with pacman-db-upgrade after adding that repository I believe.
    [2015-01-19 15:58] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 15:58] [PACMAN] synchronizing package lists
    [2015-01-19 15:58] [PACMAN] starting full system upgrade
    [2015-01-19 16:31] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 16:31] [PACMAN] synchronizing package lists
    [2015-01-19 16:31] [PACMAN] starting full system upgrade
    [2015-01-19 16:36] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 16:36] [PACMAN] synchronizing package lists
    [2015-01-19 16:36] [PACMAN] starting full system upgrade
    [2015-01-19 16:37] [ALPM-SCRIPTLET] To autostart xbmc standalone read: https://wiki.archlinux.org/index.php/Xbmc#Autostarting_at_boot
    [2015-01-19 16:37] [PACMAN] removed xbmc (13.2-6)
    [2015-01-19 16:37] [PACMAN] upgraded linux-api-headers (3.16.2-1 -> 3.18.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded glibc (2.20-5 -> 2.20-6)
    [2015-01-19 16:37] [PACMAN] upgraded binutils (2.24-8 -> 2.25-1)
    [2015-01-19 16:37] [PACMAN] upgraded avr-binutils (2.24-3 -> 2.25-2)
    [2015-01-19 16:37] [PACMAN] upgraded gcc-libs (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded avr-gcc (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded avr-libc (1.8.1-1 -> 1.8.1-2)
    [2015-01-19 16:37] [PACMAN] upgraded bash (4.3.030-1 -> 4.3.033-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez-libs (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez-utils (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded openssl (1.0.1.j-1 -> 1.0.1.k-1)
    [2015-01-19 16:37] [PACMAN] upgraded libevent (2.0.21-3 -> 2.0.22-1)
    [2015-01-19 16:37] [PACMAN] upgraded ttf-freefont (20120503-3 -> 20120503-4)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded ttf-liberation (2.00.1-4 -> 2.00.1-5)
    [2015-01-19 16:37] [PACMAN] upgraded chromium (39.0.2171.95-1 -> 39.0.2171.99-1)
    [2015-01-19 16:37] [PACMAN] upgraded libwbclient (4.1.14-2 -> 4.1.16-1)
    [2015-01-19 16:37] [PACMAN] upgraded cifs-utils (6.3-2 -> 6.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded cln (1.3.3-2 -> 1.3.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded curl (7.39.0-1 -> 7.40.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded cmake (3.1.0-1 -> 3.1.0-2)
    [2015-01-19 16:37] [PACMAN] upgraded cups-filters (1.0.61-4 -> 1.0.62-1)
    [2015-01-19 16:37] [PACMAN] upgraded djvulibre (3.5.25.3-2 -> 3.5.26-1)
    [2015-01-19 16:37] [PACMAN] upgraded xz (5.0.7-1 -> 5.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded elfutils (0.160-1 -> 0.161-2)
    [2015-01-19 16:37] [PACMAN] upgraded ethtool (1:3.16-1 -> 1:3.18-1)
    [2015-01-19 16:37] [PACMAN] upgraded libass (0.12.0-1 -> 0.12.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libvdpau (0.8-1 -> 0.9-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-misc (1.0.1-3 -> 1.0.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-server-common (1.16.3-1 -> 1.16.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded libxshmfence (1.1-1 -> 1.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-server (1.16.3-1 -> 1.16.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia-utils (343.36-1 -> 346.35-2)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia-libgl (343.36-1 -> 346.35-2)
    [2015-01-19 16:37] [PACMAN] upgraded libva (1.4.1-1 -> 1.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded ffmpeg (1:2.5.2-2 -> 1:2.5.3-1)
    [2015-01-19 16:37] [PACMAN] upgraded file (5.21-3 -> 5.22-1)
    [2015-01-19 16:37] [PACMAN] upgraded firefox (34.0.5-1 -> 35.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded flashplugin (11.2.202.425-1 -> 11.2.202.429-1)
    [2015-01-19 16:37] [PACMAN] upgraded freetype2 (2.5.4-3 -> 2.5.5-1)
    [2015-01-19 16:37] [PACMAN] upgraded gcc (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded git (2.2.1-1 -> 2.2.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded gtk3 (3.14.6-1 -> 3.14.7-1)
    [2015-01-19 16:37] [PACMAN] upgraded imagemagick (6.9.0.0-1 -> 6.9.0.3-1)
    [2015-01-19 16:37] [PACMAN] upgraded iso-codes (3.52-1 -> 3.57-1)
    [2015-01-19 16:37] [PACMAN] upgraded jsoncpp (0.6.0rc2-1 -> 0.7.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded kdenetwork-krdc (4.14.3-1 -> 4.14.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded tdb (1.3.2-1 -> 1.3.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded ldb (1.1.18-1 -> 1.1.19-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-glibc (2.20-4 -> 2.20-6)
    [2015-01-19 16:37] [PACMAN] installed lib32-libidn (1.29-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-curl (7.38.0-1 -> 7.40.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-gcc-libs (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-nvidia-utils (343.36-1 -> 346.35-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-nvidia-libgl (343.36-1 -> 346.35-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-openssl (1.0.1.j-1 -> 1.0.1.k-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-xz (5.0.7-1 -> 5.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded libdvdread (5.0.0-1 -> 5.0.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libdvdnav (5.0.1-1 -> 5.0.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded libebml (1.3.0-2 -> 1.3.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libgadu (1.12.0-2 -> 1.12.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libjpeg-turbo (1.3.1-3 -> 1.4.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded liblastfm (1.0.8-1 -> 1.0.9-1)
    [2015-01-19 16:37] [PACMAN] upgraded libmatroska (1.4.1-1 -> 1.4.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded libssh (0.6.3-1 -> 0.6.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded libzrtpcpp (4.2.4-1 -> 4.3.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded link-grammar (5.1.3-1 -> 5.2.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded links (2.8-1 -> 2.9-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Starting build: 3.18.2-2-ARCH
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Image generation successful
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Starting build: 3.18.2-2-ARCH
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Image generation successful
    [2015-01-19 16:37] [PACMAN] upgraded linux (3.17.6-1 -> 3.18.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded lirc-utils (1:0.9.1.a-9 -> 1:0.9.1.a-12)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2015-01-19 16:37] [PACMAN] upgraded lirc (1:0.9.1.a-9 -> 1:0.9.1.a-12)
    [2015-01-19 16:37] [PACMAN] upgraded llvm-libs (3.5.0-3 -> 3.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded lz4 (125-1 -> 127-1)
    [2015-01-19 16:37] [PACMAN] upgraded man-pages (3.75-1 -> 3.76-1)
    [2015-01-19 16:37] [PACMAN] upgraded mesa (10.4.0-1 -> 10.4.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded mkvtoolnix-cli (7.4.0-1 -> 7.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded mkvtoolnix-gtk (7.4.0-1 -> 7.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded smbclient (4.1.14-2 -> 4.1.16-1)
    [2015-01-19 16:37] [PACMAN] upgraded mplayer (37224-3 -> 37353-1)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia (343.36-2 -> 346.35-3)
    [2015-01-19 16:37] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2015-01-19 16:37] [PACMAN] upgraded pacman-mirrorlist (20141217-1 -> 20150105-1)
    [2015-01-19 16:37] [PACMAN] upgraded pacman (4.1.2-7 -> 4.2.0-5)
    [2015-01-19 16:37] [PACMAN] upgraded perl-xml-parser (2.43-1 -> 2.44-1)
    [2015-01-19 16:37] [PACMAN] upgraded python (3.4.2-1 -> 3.4.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded python-pycups (1.9.68-1 -> 1.9.70-1)
    [2015-01-19 16:37] [PACMAN] upgraded python-pycurl (7.19.5-1 -> 7.19.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pillow (2.6.1-1 -> 2.6.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pycups (1.9.68-1 -> 1.9.70-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pycurl (7.19.5-1 -> 7.19.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded ruby (2.1.5-1 -> 2.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded s-nail (14.7.10-1 -> 14.7.11-1)
    [2015-01-19 16:37] [PACMAN] upgraded shadow (4.2.1-1 -> 4.2.1-2)
    [2015-01-19 16:37] [PACMAN] upgraded spandsp (0.0.6pre21-2 -> 0.0.6-1)
    [2015-01-19 16:37] [PACMAN] upgraded subversion (1.8.11-1 -> 1.8.11-2)
    [2015-01-19 16:37] [PACMAN] upgraded swig (3.0.2-1 -> 3.0.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded syslog-ng (3.6.1-1 -> 3.6.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded system-config-printer (1.5.4-1 -> 1.5.4-2)
    [2015-01-19 16:37] [PACMAN] upgraded telepathy-logger (0.8.0-2 -> 0.8.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded thunar (1.6.3-2 -> 1.6.4-2)
    [2015-01-19 16:37] [PACMAN] upgraded unrar (1:5.2.2-1 -> 1:5.2.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded unzip (6.0-7 -> 6.0-9)
    [2015-01-19 16:37] [PACMAN] upgraded vim-runtime (7.4.537-1 -> 7.4.580-1)
    [2015-01-19 16:37] [PACMAN] upgraded vim (7.4.537-1 -> 7.4.580-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2015-01-19 16:37] [PACMAN] upgraded virtualbox-host-modules (4.3.20-3 -> 4.3.20-5)
    [2015-01-19 16:37] [PACMAN] upgraded wcslib (4.23-1 -> 4.24-1)
    [2015-01-19 16:37] [PACMAN] installed python2-pybluez (0.20-2)
    [2015-01-19 16:37] [PACMAN] installed python2-simplejson (3.6.5-1)
    [2015-01-19 16:37] [PACMAN] installed sdl2 (2.0.3-1)
    [2015-01-19 16:37] [PACMAN] installed kodi (14.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-bdftopcf (1.0.4-2 -> 1.0.5-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-100dpi (1.0.1-5 -> 1.0.3-2)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-75dpi (1.0.3-1 -> 1.0.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-iceauth (1.0.6-1 -> 1.0.7-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-mkfontscale (1.1.1-1 -> 1.1.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded xproto (7.0.26-1 -> 7.0.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded zip (3.0-4 -> 3.0-6)
    [2015-01-19 16:37] [PACMAN] upgraded zvbi (0.2.33-6 -> 0.2.35-1)
    [2015-01-19 23:19] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 23:19] [PACMAN] synchronizing package lists
    [2015-01-19 23:19] [PACMAN] starting full system upgrade
    [2015-01-19 23:19] [PACMAN] Running 'pacman -S steam-libs'
    [2015-01-19 23:20] [ALPM] transaction started
    [2015-01-19 23:20] [ALPM] removed gcc-libs (4.9.2-2)
    [2015-01-19 23:20] [ALPM] installed gcc-libs-multilib (4.9.2-2)
    [2015-01-19 23:20] [ALPM] installed lib32-dbus-glib (0.102-1)
    [2015-01-19 23:20] [ALPM] installed lib32-at-spi2-core (2.14.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-atk (2.14.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-at-spi2-atk (2.14.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-dconf (0.22.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libusb (1.0.19-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libgusb (0.1.6-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libjpeg-turbo (1.4.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtiff (4.0.3-2)
    [2015-01-19 23:20] [ALPM] installed lib32-lcms2 (2.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-nspr (4.10.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-ncurses (5.9-3)
    [2015-01-19 23:20] [ALPM] installed lib32-readline (6.3.006-1)
    [2015-01-19 23:20] [ALPM] installed lib32-js17 (17.0.0-2)
    [2015-01-19 23:20] [ALPM] installed lib32-cracklib (2.9.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtirpc (0.2.5-2)
    [2015-01-19 23:20] [ALPM] installed lib32-pam (1.1.8-5)
    [2015-01-19 23:20] [ALPM] installed lib32-polkit (0.112-5)
    [2015-01-19 23:20] [ALPM] installed lib32-sqlite (3.8.7.4-1)
    [2015-01-19 23:20] [ALPM] installed lib32-colord (1.2.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpng (1.6.16-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gmp (6.0.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-nettle (2.7.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtasn1 (4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-p11-kit (0.22.1-3)
    [2015-01-19 23:20] [ALPM] installed lib32-gnutls (3.3.11-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libcups (2.0.1-2)
    [2015-01-19 23:20] [ALPM] installed lib32-gdk-pixbuf2 (2.31.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-json-glib (1.0.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxrender (0.9.8-1)
    [2015-01-19 23:20] [ALPM] installed lib32-bzip2 (1.0.6-2)
    [2015-01-19 23:20] [ALPM] installed lib32-icu (54.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-harfbuzz (0.9.37-1)
    [2015-01-19 23:20] [ALPM] installed lib32-freetype2 (2.5.5-1)
    [2015-01-19 23:20] [ALPM] installed lib32-fontconfig (2.11.1-1)
    [2015-01-19 23:20] [ALPM-SCRIPTLET] updating font cache... done.
    [2015-01-19 23:20] [ALPM] installed lib32-pixman (0.32.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpciaccess (0.13.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libdrm (2.4.58-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxxf86vm (1.1.3-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxdamage (1.1.4-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libxshmfence (1.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-elfutils (0.161-1)
    [2015-01-19 23:20] [ALPM] installed lib32-llvm-libs (3.5.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-wayland (1.6.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtxc_dxtn (1.0.1-5)
    [2015-01-19 23:20] [ALPM] installed lib32-mesa (10.4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-cairo (1.14.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxft (2.3.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-pango (1.36.8-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libproxy (0.4.11-1)
    [2015-01-19 23:20] [ALPM] installed lib32-glib-networking (2.42.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxml2 (2.9.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libsoup (2.48.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-rest (0.7.92-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxcomposite (0.4.4-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libxcursor (1.1.14-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxinerama (1.1.3-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxkbcommon (0.5.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxrandr (1.4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gtk3 (3.14.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gconf (3.2.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libgcrypt15 (1.5.3-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libjpeg6-turbo (1.3.1-2)
    [2015-01-19 23:20] [ALPM] installed lib32-nss (3.17-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libnm-glib46 (0.9.8.10-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpng12 (1.2.51-6)
    [2015-01-19 23:20] [ALPM] installed lib32-libudev0 (182-1)
    [2015-01-19 23:20] [ALPM] installed steam-libs (1.0.0.49-3)
    [2015-01-19 23:20] [ALPM] transaction completed
    [2015-01-19 23:30] [PACMAN] Running 'pacman -S lib32-gtk2'
    [2015-01-19 23:30] [ALPM] transaction started
    [2015-01-19 23:30] [ALPM] installed lib32-gtk2 (2.24.25-1)
    [2015-01-19 23:30] [ALPM] transaction completed
    [2015-01-19 23:30] [PACMAN] Running 'pacman -S lib32-libxss'
    [2015-01-19 23:30] [ALPM] transaction started
    [2015-01-19 23:30] [ALPM] installed lib32-libxss (1.2.2-2)
    [2015-01-19 23:30] [ALPM] transaction completed
    [2015-01-20 01:11] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 01:11] [PACMAN] synchronizing package lists
    [2015-01-20 01:11] [PACMAN] starting full system upgrade
    [2015-01-20 11:50] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 11:50] [PACMAN] synchronizing package lists
    [2015-01-20 11:50] [PACMAN] starting full system upgrade
    [2015-01-20 20:04] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 20:04] [PACMAN] synchronizing package lists
    [2015-01-20 20:04] [PACMAN] starting full system upgrade
    [2015-01-22 12:35] [PACMAN] Running 'pacman -S plasma-nm'
    [2015-01-22 12:39] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 12:49] [PACMAN] Running 'pacman -S plasma-nm'
    [2015-01-22 12:50] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 12:50] [ALPM] transaction started
    [2015-01-22 12:50] [ALPM] transaction failed
    [2015-01-22 12:53] [PACMAN] Running 'pacman -Syu'
    [2015-01-22 12:53] [PACMAN] synchronizing package lists
    [2015-01-22 12:53] [PACMAN] starting full system upgrade
    [2015-01-22 12:54] [PACMAN] Running 'pacman -Sy networkmanager'
    [2015-01-22 12:54] [PACMAN] synchronizing package lists
    [2015-01-22 12:54] [ALPM] transaction started
    [2015-01-22 12:54] [ALPM] transaction failed
    [2015-01-22 13:02] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 13:06] [PACMAN] Running 'pacman -Syu'
    [2015-01-22 13:06] [PACMAN] synchronizing package lists
    [2015-01-22 13:06] [PACMAN] starting full system upgrade

  • File sharing problems

    My husband's computer is a G5 using 10.4.9. It is connected to our modem/router by ethernet.
    My computer is a macbook pro using Snow Leopard. His computer showed up in my sharing menu (yay!) but then disappeared. I went onto his computer and noticed that file sharing was off (why?) so I unlocked the lock, turned it on, then re-locked it. Then I tried to connect. His computer did come up in the sharing menu on my computer, but when I tried to access it, the spinning wheel went round and round and then gave an error message. Amazingly, sitting right there in front of both screens, I saw the File Sharing permission turn off on his! On the other hand, his computer can see mine with no problem and connect. Also, I tried to connect to his from mine using Share Screen and it works perfectly, although only as a guest having to ask permission (for some reason, neither his name and password nor mine are recognized.
    I am at a total loss. The same thing happened with my earlier laptop, which used 10.3.9.
    Any clues?
    And, just in case, he did not touch any of these settings...i do all the computer maintenance in the family!

    Hi,
    Thanks for all your thoughtful help. I did upgrade to 10.4.11 and fixed permissons. I turned on that thing in the security settings. Those things did not keep it from losing the setting.
    I enabled apple remote desktop and made sure the users both had permissions for everything. i gave a password to vnc in that area (the only place to put a password).
    i enabled remote login and remote apple events.
    It is just crazy. about 1/3 of the time it says that file sharing is starting up and there is a checkmark next to it but the message does not go away. Other times, it actually says that it has started up and then i am able to connect using one of the names, but when I click on any folder, once connected, the wheel spins and I am back in nowhere land, finally disconnecting again. I, also, cannot seem to 'undo' the personal sharing when it is supposedly starting up, to get it out of its loop.
    i have the folowing turned on:
    Personal File Sharing (sort of)
    Windows Sharing
    Remote Login
    FTP Access
    Apple Remote Desktop
    Remote Apple Events
    Printer Sharing
    Once, when I logged in as me instead of him, i did get a drop box, which was empty (that's ok, there really is nothing in it). But it's like I can sort of get on, but the hard drives themselves seem to be disabled past that, and then i get kicked out.
    Any other ideas? Sorry to go on, but this is so silly!
    Debbie

  • Firefox causing machine to hang/freeze

    I've been having this problem for a while and haven't had time to investigate. Googling and looking at logs have not helped. The machine is a Thinkpad T42. At some point in my browsing, the entire machine freezes; I can't even get in with ssh. It seems that one time (maybe more) it borked the Firefox profiles and I had to start over. I thought it was always with firefox, but as I typed this the first time in chromium, it happened. I did a memtest86, just the basic one, and everything passed. Here's my lspci:
    00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
    00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
    00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
    00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
    00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
    00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
    00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
    00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
    02:00.0 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
    02:00.1 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
    02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
    02:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    I don't know what else would be helpful to post, so let me know what would be good if you are interested in helping.
    Here is the end of /var/log/messages.log from the last time it happened:
    Nov 17 20:06:01 miles kernel: EXT3 FS on sda3, internal journal
    Nov 17 20:06:01 miles kernel: kjournald starting. Commit interval 5 seconds
    Nov 17 20:06:01 miles kernel: EXT3 FS on sda4, internal journal
    Nov 17 20:06:01 miles kernel: EXT3-fs: mounted filesystem with writeback data mode.
    Nov 17 20:06:01 miles kernel: Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
    Nov 17 20:06:01 miles kernel: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Nov 17 20:06:01 miles kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
    Nov 17 20:06:01 miles acpid: starting up
    Nov 17 20:06:01 miles acpid: 1 rule loaded
    Nov 17 20:06:01 miles acpid: waiting for events: event logging is off
    Nov 17 20:06:03 miles acpid: client connected from 1526[82:82]
    Nov 17 20:06:03 miles acpid: 1 client rule loaded
    Nov 17 20:05:54 miles firmware.sh[1087]: udev firmware loader misses sysfs directory
    Nov 17 20:06:00 miles init: Entering runlevel: 3
    Nov 17 20:06:05 miles kernel: e1000: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
    Nov 17 20:06:11 miles ntpd[1608]: ntpd [email protected] Fri Jun 19 20:21:56 UTC 2009 (1)
    Nov 17 20:06:11 miles ntpd[1620]: precision = 1.000 usec
    Nov 17 20:06:11 miles kernel: NET: Registered protocol family 10
    Nov 17 20:06:11 miles kernel: lo: Disabled Privacy Extensions
    Nov 17 20:06:11 miles ntpd[1620]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
    Nov 17 20:06:11 miles ntpd[1620]: Listening on interface #1 wildcard, ::#123 Disabled
    Nov 17 20:06:11 miles ntpd[1620]: Listening on interface #2 lo, ::1#123 Enabled
    Nov 17 20:06:11 miles ntpd[1620]: failed to initialize interface for address fe80::20d:60ff:fed0:20ed
    Nov 17 20:06:11 miles ntpd[1620]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
    Nov 17 20:06:11 miles ntpd[1620]: Listening on interface #5 eth0, 192.168.1.46#123 Enabled
    Nov 17 20:06:11 miles ntpd[1620]: kernel time sync status 2040
    Nov 17 20:06:12 miles ntpd[1620]: frequency initialized 8.661 PPM from /var/lib/ntp/ntp.drift
    Nov 17 20:06:12 miles ntpd[1620]: failed to initialize interface for address fe80::20d:60ff:fed0:20ed
    Nov 17 20:06:25 miles acpid: client connected from 1693[0:1000]
    Nov 17 20:06:25 miles acpid: 1 client rule loaded
    Nov 17 20:06:26 miles kernel: Unpin not necessary for f6a24c00 !
    Nov 17 20:10:29 miles ntpd[1620]: synchronized to 67.59.168.233, stratum 3
    Nov 17 20:10:31 miles ntpd[1620]: time reset +1.409519 s
    Nov 17 20:10:31 miles ntpd[1620]: kernel time sync status change 2001
    Nov 17 20:11:14 miles ntpd[1620]: Listening on interface #7 eth0, fe80::20d:60ff:fed0:20ed#123 Enabled
    Nov 17 20:19:28 miles ntpd[1620]: synchronized to 67.59.168.233, stratum 3
    I don't know what else might be useful.

    Heh, I also have a ThinkPad T42 and this very same problem, freezes so hard even a "Magic SysRq Key" G or REISUB has no effect, have to hold the power button to just kill power without a proper shudown. One time the mouse cursor remained movable, but every other time that froze in place as well. I've also noticed the cooling fan kicks into high gear and never winds down until I give up and kill the power.
    I'd be glad to provide any log files requested here for comparison, meanwhile here's the post-boot section of my /var/log/messages.log for the last uptime session until it froze:
    Dec 18 13:44:08 hadit ntpd[1945]: adjusting local clock by -0.742488s
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: *** info [daemon/processrequest.c(42)]:
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: Request on 6 (console 2)
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: *** info [daemon/disable_paste.c(28)]:
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: disabling pasting per request from virtual console (2)
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: *** info [daemon/processrequest.c(42)]:
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: Request on 6 (console 2)
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: *** info [daemon/processrequest.c(42)]:
    Dec 18 13:46:19 hadit /usr/sbin/gpm[1639]: Request on 6 (console 2)
    Dec 18 13:46:48 hadit ntpd[1945]: adjusting local clock by -0.686540s
    Dec 18 13:47:20 hadit ntpd[1945]: adjusting local clock by -0.580072s
    Dec 18 13:49:03 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:49:03 hadit acpid: client connected from 1949[0:0]
    Dec 18 13:49:03 hadit acpid: 1 client rule loaded
    Dec 18 13:49:40 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:49:40 hadit acpid: client connected from 1949[0:0]
    Dec 18 13:49:40 hadit acpid: 1 client rule loaded
    Dec 18 13:51:13 hadit ntpd[1945]: adjusting local clock by -0.541651s
    Dec 18 13:53:52 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:53:52 hadit acpid: client connected from 1949[0:0]
    Dec 18 13:53:52 hadit acpid: 1 client rule loaded
    Dec 18 13:54:55 hadit ntpd[1945]: adjusting local clock by -0.403649s
    Dec 18 13:55:56 hadit init: Trying to re-exec init
    Dec 18 13:56:05 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:56:05 hadit acpid: client connected from 1949[0:0]
    Dec 18 13:56:05 hadit acpid: 1 client rule loaded
    Dec 18 13:56:38 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:56:38 hadit acpid: client connected from 1949[0:0]
    Dec 18 13:56:38 hadit acpid: 1 client rule loaded
    Dec 18 13:56:56 hadit kernel: Unpin not necessary for f65b3f00 !
    Dec 18 13:56:57 hadit acpid: client 1949[0:0] has disconnected
    Dec 18 13:56:57 hadit acpid: client connected from 2275[0:0]
    Dec 18 13:56:57 hadit acpid: 1 client rule loaded
    Dec 18 13:58:05 hadit ntpd[1945]: adjusting local clock by -0.258933s
    Dec 18 14:01:48 hadit ntpd[1945]: adjusting local clock by -0.150768s
    Dec 18 14:10:03 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:10:03 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:10:03 hadit acpid: 1 client rule loaded
    Dec 18 14:10:29 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:10:29 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:10:29 hadit acpid: 1 client rule loaded
    Dec 18 14:11:36 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:11:36 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:11:36 hadit acpid: 1 client rule loaded
    Dec 18 14:23:39 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:23:39 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:23:39 hadit acpid: 1 client rule loaded
    Dec 18 14:24:05 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:24:05 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:24:05 hadit acpid: 1 client rule loaded
    Dec 18 14:29:51 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:29:51 hadit acpid: client connected from 2275[0:0]
    Dec 18 14:29:51 hadit acpid: 1 client rule loaded
    Dec 18 14:30:07 hadit kernel: Unpin not necessary for f60cbb00 !
    Dec 18 14:30:08 hadit acpid: client 2275[0:0] has disconnected
    Dec 18 14:30:08 hadit acpid: client connected from 2569[0:0]
    Dec 18 14:30:08 hadit acpid: 1 client rule loaded
    Dec 18 14:34:35 hadit acpid: client 2569[0:0] has disconnected
    Dec 18 14:34:35 hadit acpid: client connected from 2569[0:0]
    Dec 18 14:34:35 hadit acpid: 1 client rule loaded
    Dec 18 14:36:48 hadit acpid: client 2569[0:0] has disconnected
    Dec 18 14:36:48 hadit acpid: client connected from 2569[0:0]
    Dec 18 14:36:48 hadit acpid: 1 client rule loaded
    Dec 18 14:37:02 hadit acpid: client 2569[0:0] has disconnected
    Dec 18 14:37:02 hadit acpid: client connected from 2569[0:0]
    Dec 18 14:37:02 hadit acpid: 1 client rule loaded
    Dec 18 14:38:16 hadit acpid: client 2569[0:0] has disconnected
    Dec 18 14:38:16 hadit acpid: client connected from 2569[0:0]
    Dec 18 14:38:16 hadit acpid: 1 client rule loaded
    Dec 18 14:58:16 hadit -- MARK --
    Dec 18 15:18:16 hadit -- MARK --
    Dec 18 15:38:16 hadit -- MARK --
    Last edited by SubGothius (2009-12-19 07:40:59)

Maybe you are looking for

  • Headphones not registering when I plug them in

    Hi there, I have an iphone 4s and have a problem with my headphones. When I plug them in, the iphone doesnt register that they are there and plays through its own speaker rather than the headphones sometimes. I have tried with several headphones so I

  • How to save and retrieve an image in JSP/Java and MS SQL/server 2000?

    Hi All, I am uploading an image from the JSP page and want to store it in MS SQL server. I have made a column by the name "COMPANY_LOGO" with data type as image MS SQL/server 2000. How do I save the full image in the table and how do I display the th

  • Regarding SRM busniess process flow

    Hi i am having a book of SRM 201 and start learning and enhancing my skills,i feel sometimes lost while reading and practiing the same in IDES as i am not aware about the business process of SRM completely.Can all of you experts please explain what a

  • New iPhone 3g continuously dropping signal strength for no reason...HELP

    Hello. My wife & I have been iPhone users since they few came out. Today I picked up our new 3g's and while her's always maintains a good, steady, strong signal...mine will continuously drop the signal down to one or no bars. This happens in areas wh

  • How do I input a tick in a cell

    hi, id like to input a tick in cell. Using excel this would be the marlett font and letter 'a'.