[SOLVED] No "Custom Filters" in MythTV menu

Hello.
I am currently trying to make my MythTV frontend play HD videos smoothly and the MythTV wiki says that I should try adding "vdpaubuffersize=32" if I suffer from artifacts (which I am at my HD anime). According to the MythTV docs there should be an option called "Custom Filters" in Setup->TV Settings->Playback, but I cannot find any text field for filters there.
I am asking this question here, because I guess that the archlinux version of MythTV is somewhat special. A mythfrontend --version results in:
Please attach all output as a file in bug reports.
MythTV Version : Unknown
MythTV Branch : branches/release-0-23-fixes
Network Protocol : 23056
Library API : 0.23.1.201000710-1
QT Version : 4.6.3
Options compiled in:
linux release using_oss using_alsa using_backend using_dvb using_firewire using_fribidi using_frontend using_glx_proc_addr_arb using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mhe
I am using the plugin "mythplugins-mythvideo" from pacman for playback of local videos.
Do you know if the option has moved somewhere else, where I have not found it yet? or I need to enable something?
Last edited by hashiru (2010-08-16 10:11:25)

Thanks a lot, I would not have found it there… I often was in that menu but I did not pay attention that there is a "next" button even in the submenu.
Seemed to work, I do not see any artifacts anymore in my 720p videos (mkv) after having added vdpaubuffersize. With the new value the CPU also remains at about 5-10% (on one core) even at 1080i (Big Buck Bunny, H264). Elephants Dream still goes much higher, but still seems to play smoothly.
Sweet

Similar Messages

  • Why do my Print Management Custom Filters Disappear on Logoff?

    Hello all,
    I have created custom filters in the Print Management mmc for Windows Server 2008 R2.  My problem is that when I log off the server, my custom filters disappear.  Steps I have taken to diagnose issue:
    1. Run Print Management as Administrator
    2. Log in with Domain Admin account.
    3. Attempt to create filters with multiple accounts.
    Can anyone tell me why my custom filters do not save?
    Thanks,
    JN

    It does for me but I do not lose any filters using the default printmanagement.msc file either.    The customizations should be auto saved per user when exiting the application not just log off.  If you can create filters and then close
    printmanagement.msc and they are there when you reopen printmanagement.msc without logging off, then I would think that you have something clearing out where the data is stored when you log off.   It's not a printmanagement issue at that point. 
    I like creating the shared msc file so I can copy to others or just launch from any machine and have the same view when I am determining what is happening on a specific print server.   You will need to manually Save any changes when exiting
    the mmc snapin.
    One drawback with having multiple machines running WITH email notications is that you can get notifications from all the machines running the snapin.  Just to be forewarned the first time you get multiple emails. 
    Alan Morris Windows Printing Team

  • Custom screen in a menu exit

    Hi,
    Can we call a custom screen from a menu exit?  When the menu is clicked, a custom screen should pop up . There should be a option for going back to the old screen from this custome screen.
    I have seen screen exits where u can develope custome screens but not sure whether meny exists  or function exits will allow u to call custome screen.
    regards,
    shan

    solved

  • Where do I get the Gateway SDK for developing custom Filters?

    Hi,
    Where do I get the gateway SDK for developing custom Filters?
    Regards,
    Earnest A Thomas

    Hi,
    There is not actual SDK to download, its in your installation already. The JavaDoc of all classes are in \doc.11122\javadoc in the ZipFile, http://download.oracle.com/docs/cds/E50612_01.zip (From page: Oracle Enterprise Gateway). There is an online documentation including a tutorial at http://docs.oracle.com/cd/E39820_01/doc.11121/gateway_docs/content/general_filter.html
    There should be some simple pre-made filters with source code somewhere but I think you might need to contact support to get your hands on those as I can't find them.
    Cheers,
    Stefan

  • Custom filters

    Is it possible to add additional filters (like File Type) to the FILTER palette of Bridge CS4?
    Especially I'd like to have filters on specific items in XMP metadata.
    I've found the CustomSortExtensionHandler.jsx sample in the SDK that uses FilterDescription objects.
    It seems that these filter objects can be used only on special nodes handled by a Bridge extension and not on any regular file.
    The app.defaultFilterCriteria that is an array of FilterDescription objects is read-only, according to the Bridge CS4 JavaScript Reference PDF.
    Does anybody have any hint how to add custom filters or use FilterDescription objects on files?
    (Originally posted in the wrong forum - Bridge Windows)

    Please file a feature request:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Configuration required to add a custom transaction to RF menu?

    Hello experts,
    what configuration required to add a custom transaction to RF menu?
    Thanks for your help in advance
    Edited by: rksap7284 on May 16, 2008 9:59 AM

    You need to assigned the developed transaction code in the RF menu desiging configuration
    Path: SPRO --> Logistics Execution --> Mobile data entry --> RF menu management.
    Hope this helps.
    Regards
    Arif Mansuri

  • Where is 'Textures' in the filters drop down menu?

    In the filters drop down menu there are no TEXTURES.  How can I install or access this.

    Filter>Filter Gallery>Textures

  • Custom Filtering on particular column

    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * @author Neelam Sharma
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.util.ArrayList;
    import java.util.List;
    import javax.swing.Box;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.JTextField;
    import javax.swing.RowFilter;
    import javax.swing.RowFilter.ComparisonType;
    import javax.swing.RowSorter;
    import javax.swing.SortOrder;
    import javax.swing.table.DefaultTableModel;
    import javax.swing.table.TableModel;
    import javax.swing.table.TableRowSorter;
    public class RegexTable {
    public static void main(String args[]) {
    JFrame frame = new JFrame("Regexing JTable");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Object rows[][] = {{"A", "About", 44.36, 34}, {"B", "Boy", 44.84, 20}, {"C", "Cat", 463.63, 15},
    {"D", "Day", 27.14, 67}, {"E", "Eat", 44.57, 57}, {"F", "Fail", 23.15, 20},
    {"G", "Good", 4.40, 44}, {"H", "Hot", 24.96, 46}, {"I", "Ivey", 5.45, 38},
    {"J", "Jack", 49.54, 90}, {"K", "Kids", 280.00, 17}};
    String columns[] = {"Symbol", "Name", "Price", "Age"};
    TableModel model = new DefaultTableModel(rows, columns) {
    public Class getColumnClass(int column) {
    Class returnValue;
    if ((column >= 0) && (column < getColumnCount())) {
    returnValue = getValueAt(0, column).getClass();
    } else {
    returnValue = Object.class;
    return returnValue;
    final JTable table = new JTable(model);
    final TableRowSorter<TableModel> sorter = new TableRowSorter<TableModel>(model);
    table.setRowSorter(sorter);
    JScrollPane pane = new JScrollPane(table);
    frame.add(pane, BorderLayout.CENTER);
    JPanel panel = new JPanel(new BorderLayout());
    JLabel label = new JLabel("Filter");
    panel.add(label, BorderLayout.WEST);
    final JTextField filterText = new JTextField();
    panel.add(filterText, BorderLayout.CENTER);
    frame.add(panel, BorderLayout.NORTH);
    //regular expression
    JButton regexFilterButton = new JButton("Regular Expression");
    regexFilterButton.setPreferredSize(new Dimension(80, 20));
    regexFilterButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String text = filterText.getText().trim();
    if (text.length() == 0) {
    sorter.setRowFilter(RowFilter.notFilter(RowFilter.regexFilter(text)));
    } else {
    sorter.setRowFilter(RowFilter.regexFilter(text));
    //before number
    JButton dataFilterButton = new JButton("Before Number");
    dataFilterButton.setPreferredSize(new Dimension(80, 20));
    dataFilterButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String text = filterText.getText().trim();
    int intText = Integer.parseInt(text);
    if (text.length() == 0) {
    sorter.setRowFilter(RowFilter.notFilter(RowFilter.regexFilter(text)));
    } else {
    sorter.setRowFilter(RowFilter.numberFilter(ComparisonType.BEFORE, intText));
    //after number
    JButton afterNumberButton = new JButton("After Number");
    afterNumberButton.setPreferredSize(new Dimension(80, 20));
    afterNumberButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String text = filterText.getText().trim();
    int intText = Integer.parseInt(text);
    if (text.length() == 0) {
    sorter.setRowFilter(RowFilter.notFilter(RowFilter.regexFilter(text)));
    } else {
    sorter.setRowFilter(RowFilter.numberFilter(ComparisonType.AFTER, intText));
    //Equal
    JButton equalNumberButton = new JButton("Equal Number");
    equalNumberButton.setPreferredSize(new Dimension(80, 20));
    equalNumberButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String text = filterText.getText().trim();
    int intText = Integer.parseInt(text);
    if (text.length() == 0) {
    sorter.setRowFilter(RowFilter.notFilter(RowFilter.regexFilter(text)));
    } else {
    sorter.setRowFilter(RowFilter.numberFilter(ComparisonType.EQUAL, intText));
    //Not Equal
    JButton NotEqualNumberButton = new JButton("Not Equal Number");
    NotEqualNumberButton.setPreferredSize(new Dimension(80, 20));
    NotEqualNumberButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String text = filterText.getText().trim();
    int intText = Integer.parseInt(text);
    if (text.length() == 0) {
    sorter.setRowFilter(RowFilter.notFilter(RowFilter.regexFilter(text)));
    } else {
    sorter.setRowFilter(RowFilter.numberFilter(ComparisonType.NOT_EQUAL, intText));
    Box boxbottom = Box.createHorizontalBox();
    boxbottom.add(Box.createHorizontalGlue());
    boxbottom.add(regexFilterButton);
    boxbottom.add(Box.createHorizontalStrut(5));
    boxbottom.add(dataFilterButton);
    boxbottom.add(Box.createHorizontalStrut(5));
    boxbottom.add(afterNumberButton);
    boxbottom.add(Box.createHorizontalStrut(5));
    boxbottom.add(equalNumberButton);
    boxbottom.add(Box.createHorizontalStrut(5));
    boxbottom.add(NotEqualNumberButton);
    frame.add(boxbottom, BorderLayout.SOUTH);
    frame.setSize(600, 500);
    frame.setVisible(true);
    Its my program. In this I want custom filtering on "Age" column so that when I give 44 in text field of "Filter" then it should display 44 for "Age" column only. How can I customize my filtering?? Also how can I get the result for Query through that "select * from table where Name='Boy and Age=20 ang Price=44.84'" ??
    Edited by: Neelam.Sharma on Jun 30, 2009 11:37 AM

    Why is it that you can figure out how to use the "Bold" button, but you can't figure out how to use the "Code" button. Try using the "Preview" button to figure out which button is more usefull when posting code. I for one can't be bothered to read unformatted code.I don't think the OP masters the "bold" button either. The markup for bold formatting is the star '*', I guess we just witness his/her javadoc comments being misinterpreted as bold formatting :o)

  • [solved] Thunar - icons in right-click-menu are gone

    Hi there.
    Since some time my icons in the thunar right-click-menu are gone. I guess they disappeared with thunar 1.4 but I'm not sure.
    Is there a way to make them come back? I have a hand full of custom actions and the icons help me to distinguish them faster.
    When I open the custom actions manager the icons are still there and are correctly from my current icon theme.
    Thanks for help in advance.
    Last edited by ichi-no-eda (2012-11-14 06:15:17)

    Forgot:
    No DE, WM: Openbox, but both gtk2 and gtk3 are there and up to date.
    I realized that other icons are missing too. Thunderbird and Firefox don't have icons in their drop down menus as well.
    Has something changed in gtk?
    Uhrg. Just found it. In lxappearance you can tick 'Show icons in menus'. Don't know why this was unticked.
    So thread is solved.

  • Customer Support options under Menu on MRDVR

    Under Customer Support, there I a menu for Top Support Tools. Under that, there is "Fix FIOS TV Issues" which says it will reset the STB. There is also "Auto-fix for MRDVR". What is the difference?
    Solved!
    Go to Solution.

    Makes sense. Then what is the difference between "Fix FIOS TV Issues" and "Auto-correct STB/DVR". Since they are separate items under Customer Support, I assume they do something different.

  • Nested Menus Not Appearing in a Custom Panel Fly-out Menu

    I tried to create a menu for a custom panel, using the example which David Clark graciously pointed out to me:
    http://cssdk.host.adobe.com/sdk/1.0/docs/WebHelp/programmers_guide/cus tomizing_the_ui.htm
    However, the nested menu items do not appear. I only see Item 1 and Item 2 (and the separator and Item 3), but not Item 2-1. I was expecting to see Item 2-1 nested under Item 2.
    I used the menu structure provided in the example (note that there is an error in the example - one of the closing tags is incorrectly specified as "<MenuItem/>" instead of "</MenuItem>"). Below is the corrected XML and my code:
    protected function createMenu():void
       var xmlMenu:XML =
        <Menu>
          <MenuItem Id="item_1" Label="Item 1"/>
          <MenuItem Label="Item 2">
            <MenuItem Label="Item 2-1"/>
          </MenuItem>
          <MenuItem Label="---"/>
          <MenuItem Label="Item 3"/>
         </Menu>;
        CSXSInterface.instance.addEventListener(MenuClickEvent.FLYOUT_MENU_CLICK, menuClickHandler);
        var menuAdded:SyncRequestResult = CSXSInterface.getInstance().setPanelMenu(xmlMenu);
        if (SyncRequestResult.COMPLETE != menuAdded.status)
         trace("Unable to add menu");
       public function menuClickHandler(event:MenuClickEvent):void
           switch (event.menuName) //you can also use the menuId
        case "Item 1":
        trace("Item 1 has been clicked");
        break;
        default:
        trace("clicked " + event.menuName);
    I'd appreciate it if somebody could tell me what I'm doing wrong.
    TIA,
    mlavie

    Hi Bob,
    Any news? BTW - the example should be corrected - there is a tag incorrectly closed.
    Regards,
    mlavie

  • To Add Custom Tcode in SAP Menu

    Hi ,
    I want to edit the standard SAP menu in sap easy access screen and  need to add one custom transaction.
    Under the sap menu:
    Logistics --> Sales and Distribution --> Shipping and Transportation > Post Goods Issue> Custom Tcode
    Anyone please let me know,how to get this done.
    Thanks in advance,
    Savitha

    Hi,
    Creating your own SAP Customized Main Menu
    You can add additional menu transaction in the SAP main menu without affecting the original SAP default area menu S000.
    For example, you have created a transaction code called ( z123 - ABC Own Report ) and you want to insert it under Logistics.  The specific user will be able to access ABC Own Report by clicking Logistics -> ABC Own Report.
    Steps :-
    Goto Transaction SE43 - Area Menu
    Click the copy button.  Copy from S000 to ZXXX
    After copying, click Change (area menu ZXXX)
    Double click on Logistics and add in your transaction code in the AreaMenu.
    Remembers to Activate it.
    Next Goto Transaction SU01 - Maintain users
    Type in the user name and click the Defaults button
    Type in the area menu (ZXXX) in the Start Menu field.
    Click Save
    The user will be able to see the additional transaction on the next logon.
    Regards,
    Nagaraj

  • [Forum FAQ] A custom filterable list definition

    Scenario:
    A list can be filtered by query string from URL, now we need to create a custom list definition contains this feature.
    Solution:
    Here are the steps in details:
    1. Create a List Definition project in Visual Studio 2010;
    2. Modify the Schema.xml file in the list definition project as below:
    3. Build and deploy the solution to SharePoint 2010 server;
    4. Here are the screenshots about how it works:
    Filter the list with such an URL:
    http://sp/Lists/List1/AllItems.aspx?Param1=2014-08-24&Param2=2014-08-28
    References:
    Creating SharePoint 2010 List Definitions in Visual Studio 2010
    SharePoint 2010 - Create List Definition and Instance
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    A good solution. Liked it very much. Can you please make it a technet blog for others.
    [email protected]

  • [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

    This happens after yesterdays upgrade on a bios boot system. Booting without menu works properly, however.
    Neither symlinking *.c32 nor copying them using
    cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
    did help so far. Even copying all of /usr/lib/syslinux/bios/ as adviced in https://bbs.archlinux.org/viewtopic.php … 1#p1297101 works. Also a reinstall of syslinux did not change this behavior.
    The /boot directory belongs to the standard / root partition in this setup so both methods should work.
    Last edited by bernarcher (2013-10-21 03:33:07)

    Ok, just went through a lot of problems with recent update. Here's the problem:
    I updates syslinux from 4.07-1 to 6.02-3 and got a broken boot menu kernel panic.
    In 4.07-1 all syslinux modules are symlinked as follows:
    chain.c32 -> /usr/lib/syslinux/chain.c32
    rest of the modules follow suit
    In 6.02-3, however the symlinks look like:
    chain.c32 -> /usr/lib/syslinux/bios//chain.c32
    And yes, the double slash IS there. I don't know if this is some magic that I'm unaware of.
    Here's the relevant fragment of pacman.log.
    [2013-10-20 17:39] [PACMAN] Running 'pacman -Syu'
    [2013-10-20 17:39] [PACMAN] synchronizing package lists
    [2013-10-20 17:39] [PACMAN] starting full system upgrade
    [2013-10-20 17:40] [PACMAN] Running 'pacman -Syuw cups-pdf'
    [2013-10-20 17:40] [PACMAN] synchronizing package lists
    [2013-10-20 17:40] [PACMAN] starting full system upgrade
    [2013-10-20 17:53] [PACMAN] Running 'pacman -Su cups-pdf'
    [2013-10-20 17:53] [PACMAN] starting full system upgrade
    [2013-10-20 17:57] [PACMAN] removed bluez4 (4.101-3)
    [2013-10-20 17:57] [PACMAN] removed heirloom-mailx (12.5-3)
    [2013-10-20 17:57] [PACMAN] upgraded tzdata (2013d-1 -> 2013g-1)
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generating locales...
    [2013-10-20 17:57] [ALPM-SCRIPTLET] pl_PL.UTF-8... done
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generation complete.
    [2013-10-20 17:57] [PACMAN] upgraded glibc (2.18-4 -> 2.18-5)
    [2013-10-20 17:57] [PACMAN] upgraded gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 17:57] [PACMAN] upgraded db (5.3.21-1 -> 5.3.21-2)
    [2013-10-20 17:57] [PACMAN] upgraded pambase (20130113-1 -> 20130928-1)
    [2013-10-20 17:57] [PACMAN] upgraded pam (1.1.6-4 -> 1.1.8-1)
    [2013-10-20 17:57] [PACMAN] upgraded libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:57] [PACMAN] upgraded freetype2 (2.5.0.1-1 -> 2.5.0.1-2)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 17:58] [PACMAN] upgraded fontconfig (2.10.95-1 -> 2.11.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded poppler (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded qpdf (5.0.0-1 -> 5.0.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded cups-filters (1.0.38-1 -> 1.0.40-1)
    [2013-10-20 17:58] [PACMAN] upgraded dbus (1.6.14-1 -> 1.6.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded libffi (3.0.13-3 -> 3.0.13-4)
    [2013-10-20 17:58] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded kbd (2.0.0-1 -> 2.0.0-2)
    [2013-10-20 17:58] [ALPM] warning: directory permissions differ on /var/log/journal/
    filesystem: 755 package: 2755
    [2013-10-20 17:58] [PACMAN] upgraded systemd (207-3 -> 208-1)
    [2013-10-20 17:58] [ALPM] warning: /etc/cups/cupsd.conf installed as /etc/cups/cupsd.conf.pacnew
    [2013-10-20 17:58] [PACMAN] upgraded cups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [ALPM-SCRIPTLET] To use cups-pdf, restart cups and visit the cups
    [2013-10-20 17:58] [ALPM-SCRIPTLET] web interface at http://localhost:631/
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] You can now add a "Virtual Printer (PDF Printer)"
    [2013-10-20 17:58] [ALPM-SCRIPTLET] and use the Postscript/Generic postscript color
    [2013-10-20 17:58] [ALPM-SCRIPTLET] printer driver.
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Note that cups-pdf has a configuration
    [2013-10-20 17:58] [ALPM-SCRIPTLET] file in /etc/cups. The default location for
    [2013-10-20 17:58] [ALPM-SCRIPTLET] pdf output is /var/spool/cups-pdf/$username.
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [PACMAN] installed cups-pdf (2.6.1-2)
    [2013-10-20 17:58] [PACMAN] upgraded accountsservice (0.6.34-2 -> 0.6.35-1)
    [2013-10-20 17:58] [PACMAN] upgraded atk (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk-update-icon-cache (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded pango (1.34.1-1 -> 1.36.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-core (2.8.0-1 -> 2.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-atk (2.8.1-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded wayland (1.2.1-1 -> 1.3.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk3 (3.8.4-1 -> 3.10.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded librsvg (1:2.37.0-1 -> 1:2.40.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gconf (3.2.6-2 -> 3.2.6-3)
    [2013-10-20 17:58] [PACMAN] upgraded dconf (0.16.1-1 -> 0.18.0-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8338): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8346): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [PACMAN] upgraded aisleriot (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdl (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libanjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte-common (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte3 (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded ca-certificates (20130610-1 -> 20130906-1)
    [2013-10-20 17:58] [PACMAN] upgraded gsettings-desktop-schemas (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded glib-networking (2.36.2-1 -> 2.38.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsoup (2.42.2-1 -> 2.44.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gstreamer (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gst-plugins-base-libs (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsecret (0.15-2 -> 0.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded icu (51.2-1 -> 52.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz-icu (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded webkitgtk (2.0.4-1 -> 2.2.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded devhelp (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded desktop-file-utils (0.21-1 -> 0.22-1)
    [2013-10-20 17:59] [PACMAN] upgraded glade (3.15.0-1 -> 3.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded file (5.14-1 -> 5.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded serf (1.3.0-1 -> 1.3.1-2)
    [2013-10-20 17:59] [PACMAN] upgraded subversion (1.8.1-2 -> 1.8.3-1)
    [2013-10-20 17:59] [PACMAN] upgraded neon (0.29.6-4 -> 0.30.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded vala (0.20.1-1 -> 0.22.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded anjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Dodawanie kluczy z archlinux.gpg...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: potrzeba 3 marginalnych, 1 pełnych, model zaufania PGP
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 0 poprawnych: 1 podpisanych: 5 zaufanie: 0-,0q,0n,0m,0f,1u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 1 poprawnych: 5 podpisanych: 66 zaufanie: 0-,0q,0n,5m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 2 poprawnych: 66 podpisanych: 3 zaufanie: 66-,0q,0n,0m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 684148BB25B49E986A4944C55184252D824B18E8...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Wyłączanie klucza BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Aktualizacja zaufanej bazy danych...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [PACMAN] upgraded archlinux-keyring (20130818-1 -> 20130926-1)
    [2013-10-20 17:59] [PACMAN] upgraded baobab (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded boost-libs (1.54.0-3 -> 1.54.0-4)
    [2013-10-20 17:59] [PACMAN] upgraded v4l-utils (0.9.5-2 -> 1.0.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-good (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libarchive (3.1.2-2 -> 3.1.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded totem-plparser (3.4.5-1 -> 3.10.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded libtracker-sparql (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded libnotify (0.7.5-1 -> 0.7.6-1)
    [2013-10-20 17:59] [PACMAN] upgraded brasero (3.8.0-2 -> 3.8.0-3)
    [2013-10-20 17:59] [PACMAN] upgraded cython (0.19.1-2 -> 0.19.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded brltty (4.5-4 -> 4.5-5)
    [2013-10-20 17:59] [PACMAN] upgraded cantarell-fonts (0.0.14-1 -> 0.0.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded cdparanoia (10.2-4 -> 10.2-5)
    [2013-10-20 17:59] [PACMAN] upgraded libltdl (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 17:59] [PACMAN] upgraded mpg123 (1.15.4-1 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] installed libsrtp (15.1c9bd90-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-bad (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-base (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libdrm (2.4.46-2 -> 2.4.47-1)
    [2013-10-20 17:59] [PACMAN] upgraded cogl (1.14.0-5 -> 1.16.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded elfutils (0.155-1 -> 0.156-1)
    [2013-10-20 17:59] [PACMAN] upgraded mesa (9.2.0-2 -> 9.2.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded json-glib (0.16.0-1 -> 0.16.2-1)
    [2013-10-20 17:59] [PACMAN] installed libevdev (0.4-2)
    [2013-10-20 17:59] [PACMAN] upgraded clutter (1.14.4-3 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gst (2.0.6-1 -> 2.0.8-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gtk (1.4.4-3 -> 1.4.4-4)
    [2013-10-20 17:59] [PACMAN] upgraded xkeyboard-config (2.9-2 -> 2.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-desktop (1:3.8.4-1 -> 1:3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded nautilus-sendto (3.8.0-2 -> 3.8.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded cheese (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gmp (5.1.2-1 -> 5.1.3-1)
    [2013-10-20 18:00] [PACMAN] upgraded cloog (0.18.0-2 -> 0.18.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded device-mapper (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:00] [PACMAN] upgraded popt (1.16-6 -> 1.16-7)
    [2013-10-20 18:00] [PACMAN] upgraded cryptsetup (1.6.2-1 -> 1.6.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded dialog (1.2_20130902-1 -> 1.2_20131001-1)
    [2013-10-20 18:00] [PACMAN] upgraded dosbox (0.74-5 -> 0.74-6)
    [2013-10-20 18:00] [PACMAN] upgraded libgee (0.10.4-1 -> 0.12.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gcr (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-online-accounts (3.8.3-1 -> 3.10.1-2)
    [2013-10-20 18:00] [PACMAN] upgraded nspr (4.10-2 -> 4.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded nss (3.15.1-1 -> 3.15.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded libgweather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded evolution-data-server (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] installed zeitgeist (0.9.14-1)
    [2013-10-20 18:00] [PACMAN] upgraded folks (0.9.2-1 -> 0.9.5-1)
    [2013-10-20 18:00] [PACMAN] installed geoclue2 (1.99.4-1)
    [2013-10-20 18:00] [PACMAN] installed geocode-glib (3.10.0-1)
    [2013-10-20 18:00] [PACMAN] installed libchamplain (0.12.5-2)
    [2013-10-20 18:00] [PACMAN] upgraded empathy (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded python2-mako (0.8.1-2 -> 0.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gobject-introspection (1.36.0-1 -> 1.38.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded libpeas (1.8.1-1 -> 1.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded eog (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-themes-standard (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded epiphany (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded poppler-glib (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded evince (3.8.3-1 -> 3.10.0-2)
    [2013-10-20 18:00] [PACMAN] upgraded evolution (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded fakeroot (1.19-1 -> 1.20-1)
    [2013-10-20 18:00] [PACMAN] upgraded ffmpeg (1:2.0.1-1 -> 1:2.0.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded p7zip (9.20.1-7 -> 9.20.1-8)
    [2013-10-20 18:01] [PACMAN] upgraded file-roller (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded five-or-more (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded four-in-a-row (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gcc (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded gdbm (1.10-1 -> 1.10-2)
    [2013-10-20 18:01] [PACMAN] upgraded gjs (1.36.1-2 -> 1.38.1-1)
    [2013-10-20 18:01] [PACMAN] installed bluez (5.9-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-bluetooth (3.8.1-2 -> 3.10.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-menus (3.8.0-2 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded upower (0.9.20-2 -> 0.9.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-session (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtk2 (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded pygobject-devel (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python2-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded ibus (1.5.3-2 -> 1.5.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-settings-daemon (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libgdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mutter (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] installed mutter-wayland (3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded networkmanager (0.9.8.2-1 -> 0.9.8.8-1)
    [2013-10-20 18:01] [PACMAN] upgraded network-manager-applet (0.9.8.2-1 -> 0.9.8.4-2)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-shell (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server-common (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded mtdev (1.1.3-1 -> 1.1.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded xf86-input-evdev (2.8.1-1 -> 2.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded gdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtksourceview3 (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python-cairo (1.10.0-2 -> 1.10.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded python-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gedit (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] installed libspiro (20071029-3)
    [2013-10-20 18:01] [PACMAN] upgraded gegl (0.2.0-9 -> 0.2.0-10)
    [2013-10-20 18:01] [PACMAN] upgraded glibmm (2.36.2-1 -> 2.38.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-backgrounds (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-calculator (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-chess (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-clocks (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mash (0.2.0-2 -> 0.2.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-color-manager (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-contacts (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libwbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded talloc (2.0.8-1 -> 2.0.8-2)
    [2013-10-20 18:02] [PACMAN] upgraded smbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:02] [PACMAN] installed libgnomekbd (3.6.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-control-center (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp-xsl (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-devel-docs (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-dictionary (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded udisks2 (2.1.1-1 -> 2.1.1-3)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-disk-utility (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded tracker (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 18:02] [PACMAN] upgraded grilo (0.2.6-1 -> 0.2.7-1)
    [2013-10-20 18:02] [PACMAN] installed gnome-online-miners (3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-documents (3.8.4-1 -> 3.10.0-2)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-font-viewer (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-getting-started-docs (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-keyring (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-klotski (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mahjongg (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mines (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-nibbles (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-photos (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-robots (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-screenshot (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-shell-extensions (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-sudoku (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-log (3.8.1-1 -> 3.9.90-1)
    [2013-10-20 18:03] [PACMAN] upgraded gtkmm3 (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-monitor (3.8.2.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-terminal (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-tetravex (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-docs (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-share (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-weather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnupg (2.0.21-1 -> 2.0.22-1)
    [2013-10-20 18:03] [PACMAN] installed python-bsddb (6.0.0-2)
    [2013-10-20 18:03] [PACMAN] upgraded gramps (2:4.0.1-3 -> 2:4.0.1-5)
    [2013-10-20 18:03] [PACMAN] upgraded graphviz (2.32.0-2 -> 2.34.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded grilo-plugins (0.2.9-1 -> 0.2.9-2)
    [2013-10-20 18:03] [PACMAN] upgraded gssdp (0.14.4-1 -> 0.14.5-1)
    [2013-10-20 18:03] [PACMAN] upgraded gucharmap (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp (0.20.5-1 -> 0.20.7-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp-av (0.12.2-1 -> 0.12.3-1)
    [2013-10-20 18:03] [PACMAN] upgraded gvfs (1.16.3-2 -> 1.18.2-1)
    [2013-10-20 18:03] [PACMAN] installed s-nail (14.4.4-1)
    [2013-10-20 18:03] [PACMAN] upgraded iagno (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded imagemagick (6.8.6.9-1 -> 6.8.7.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded inkscape (0.48.4-10 -> 0.48.4-11)
    [2013-10-20 18:03] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jdk7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded qt4 (4.8.5-2 -> 4.8.5-3)
    [2013-10-20 18:04] [PACMAN] upgraded soprano (2.9.3-1 -> 2.9.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded qtwebkit (2.3.2-1 -> 2.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded kdelibs (4.11.1-1 -> 4.11.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-acl (2.2.52-1 -> 2.2.52-2)
    [2013-10-20 18:04] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 18:04] [PACMAN] upgraded lib32-fontconfig (2.10.95-1.1 -> 2.11.0-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-glibc (2.18-4 -> 2.18-5)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded libgnome-keyring (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmariadbclient (5.5.32-2 -> 5.5.33.a-1)
    [2013-10-20 18:04] [PACMAN] installed openal (1.15.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmikmod (3.2.0-1 -> 3.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libnautilus-extension (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:04] [PACMAN] installed lua51 (5.1.5-3)
    [2013-10-20 18:04] [PACMAN] installed lua51-socket (2.0.2-5)
    [2013-10-20 18:04] [PACMAN] installed lua51-bitop (1.0.2-2)
    [2013-10-20 18:04] [PACMAN] installed lua51-expat (1.2.0-4)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi-scripts (0.4.16-1 -> 0.9.20131012-1)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi (0.4.1-2 -> 0.9.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-pl (4.1.1-1 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-common (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-base (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-calc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-draw (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-gnome (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-impress (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-kde4 (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-math (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded postgresql-libs (9.2.4-2 -> 9.3.1-3)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-postgresql-connector (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded make (3.82-6 -> 4.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk-doc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-writer (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libsasl (2.1.26-4 -> 2.1.26-6)
    [2013-10-20 18:05] [PACMAN] upgraded tar (1.26-4 -> 1.27-1)
    [2013-10-20 18:05] [PACMAN] upgraded libtool (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 18:05] [PACMAN] upgraded lightsoff (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [PACMAN] upgraded linux (3.11.1-1 -> 3.11.6-1)
    [2013-10-20 18:05] [PACMAN] upgraded lirc-utils (1:0.9.0-60 -> 1:0.9.0-64)
    [2013-10-20 18:05] [PACMAN] upgraded logrotate (3.8.6-1 -> 3.8.7-1)
    [2013-10-20 18:05] [PACMAN] upgraded lvm2 (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:05] [PACMAN] upgraded m4 (1.4.16-3 -> 1.4.17-1)
    [2013-10-20 18:05] [PACMAN] upgraded man-pages (3.53-1 -> 3.54-1)
    [2013-10-20 18:05] [PACMAN] upgraded mousetweaks (3.8.0-2 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded mpfr (3.1.2-1 -> 3.1.2.p3-1)
    [2013-10-20 18:05] [PACMAN] upgraded nautilus (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded nvidia (325.15-7 -> 325.15-10)
    [2013-10-20 18:05] [PACMAN] upgraded python-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded orca (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded p11-kit (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded perl-lwp-mediatypes (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-http-daemon (6.01-1 -> 6.01-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-www-robotrules (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded python2-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded quadrapassel (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded raptor (2.0.10-2 -> 2.0.10-3)
    [2013-10-20 18:05] [PACMAN] upgraded rtkit (0.11-2 -> 0.11-4)
    [2013-10-20 18:06] [PACMAN] upgraded rygel (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sane (1.0.23-7 -> 1.0.24-2)
    [2013-10-20 18:06] [PACMAN] upgraded seahorse (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sudo (1.8.7-1 -> 1.8.8-1)
    [2013-10-20 18:06] [PACMAN] upgraded sushi (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded swell-foop (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # /usr/bin/syslinux-install_update -i -a -m
    [2013-10-20 18:06] [ALPM-SCRIPTLET]
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you manually installed syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
    [2013-10-20 18:06] [PACMAN] upgraded systemd-sysvcompat (207-3 -> 208-1)
    [2013-10-20 18:06] [PACMAN] upgraded tali (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded texinfo (5.1-1 -> 5.2-1)
    [2013-10-20 18:06] [PACMAN] upgraded totem (3.8.2-2 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded unrar (1:4.2.4-1 -> 1:5.0.12-1)
    [2013-10-20 18:06] [PACMAN] installed celt0.5.1 (0.5.1.3-2)
    [2013-10-20 18:06] [PACMAN] installed libaio (0.3.109-6)
    [2013-10-20 18:06] [PACMAN] installed libiscsi (1.7.0-2)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
    [2013-10-20 18:06] [PACMAN] installed vde2 (2.3.2-4)
    [2013-10-20 18:06] [PACMAN] installed libcacard (1.6.1-1)
    [2013-10-20 18:06] [PACMAN] installed usbredir (0.6-3)
    [2013-10-20 18:06] [PACMAN] installed spice-gtk3 (0.21-2)
    [2013-10-20 18:06] [PACMAN] upgraded vinagre (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded vino (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox-host-modules (4.2.18-3 -> 4.2.18-7)
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox (4.2.18-1 -> 4.2.18-2)
    [2013-10-20 18:06] [PACMAN] upgraded wget (1.14-2 -> 1.14-3)
    [2013-10-20 18:06] [PACMAN] upgraded wine (1.7.2-1 -> 1.7.4-1)
    I managed to downgrade the whole system, so it works now.
    I tried to reproduce this on a virtual machine, but with no success.
    Maybe someone can give me a little insight on this.
    This is all, have a nice day.

  • [SOLVED] A custom systemd service doesn't execute a specific command

    I have made a custom service which should set screen brightness.
    file: /etc/systemd/system/backlight100.service
    [Unit]
    Description=Set screen brightness
    [Service]
    Type=oneshot
    ExecStart=/bin/echo 100 > /sys/class/backlight/intel_backlight/brightness
    ExecStart=/usr/bin/beep
    [Install]
    WantedBy=multi-user.target
    (beep is there so I can know for sure that the script runs)
    The problem is, when I run "# systemctl start backlight100.service" I can hear the beep but it doesn't change the brightness. When I run "/bin/echo 100 > /sys/class/backlight/intel_backlight/brightness" in terminal it does change the brightness... but not when I start or restart the service.
    Here's the output of systemctl status backlight100.service after starting it
    backlight100.service - Set screen brightness
    Loaded: loaded (/etc/systemd/system/backlight100.service; enabled)
    Active: inactive (dead) since Fri 2013-04-05 20:17:32 AMT; 3min 19s ago
    Process: 27698 ExecStart=/usr/bin/beep (code=exited, status=0/SUCCESS)
    Process: 27696 ExecStart=/bin/echo 100 > /sys/class/backlight/intel_backlight/brightness (code=exited, status=0/SUCCESS)
    Apr 05 20:17:32 work systemd[1]: Starting Set screen brightness...
    Apr 05 20:17:32 work echo[27696]: 100 > /sys/class/backlight/intel_back...ss
    Apr 05 20:17:32 work systemd[1]: Started Set screen brightness.
    What am I doing wrong here? Any help appreciated.
    Last edited by axper (2013-04-05 18:35:24)

    msthev wrote:$ man systemd.service
    ExecStart=
    Note that this setting does not directly support shell command
    lines. If shell command lines are to be used they need to be passed
    explicitly to a shell implementation of some kind. Example:
    ExecStart=/bin/sh -c 'dmesg | tac'
    Thanks, changing ExecStart line to
    ExecStart=/bin/bash -c '/bin/echo 100 > /sys/class/backlight/intel_backlight/brightness'
    solved the issue. Though I can recall seeing ExecStart lines with direct shell commands.
    Raynman wrote:
    You should look at tmpfiles.d.
    https://wiki.archlinux.org/index.php/Sy … rary_files
    I'll do that, thanks!

Maybe you are looking for

  • Adapter Issue

    Hello All, we are not willing to replicate any documents from ECC to CRM. But when we replicate the document from ECC to CRM, We want it to comeback. we only have bulk subscription. if i change it to Inteliggent replication is getting stopped for som

  • Ordering prints from iphoto

    I want to order different prints and different sizes. How do you order more than one print at a time on iphoto? I had to place one order, pay the shipping fee and then do that on another photo. How can I avoid paying the shipping fee twice?

  • ORA-12505 on Oracle Database 10g Express Edition: TNS:listener

    In Developer3, trying to connect to Oracle Database 10g Express Edition give me: Listener refused the connection with the following error: ORA-12505 TNS:listener does not currently know of SID given in connect descriptor Vendor code 12505 Edited by:

  • Why is the first lookup() relatively slow?

    Hello hello, I am doing load testing on an LDAP server right now. The first call to lookup() is an order of magnitude slower that subsequent lookup() calls over the same Context instance. Why? I create a few instances of Context using Sun's InitialCo

  • IPhoto Library upgrade version won't import previous library

    So I have been reading past posts and have figured out how to locate my iphoto library. I have my originals & I can view them in Preview. However, I can't get them into iphoto, I get an error message. I also tried to re-import the whole library and I