[SOLVED] CUPS doesn't work

Hi there,
I'm configuring Arch on my Dell d600. I installed cups via paman and started it with /etc/rc.d/cups start. There were no errors on the commandline. grep -R [Cc]ups * in /var/log/ showed  only the following in cups/error_log:
I [14/Sep/2008:16:00:01 +0200] Listening to 127.0.0.1:631 (IPv4)
I [14/Sep/2008:16:00:01 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [14/Sep/2008:16:00:01 +0200] Using default TempDir of /var/spool/cups/tmp...
I [14/Sep/2008:16:00:01 +0200] Configured for up to 100 clients.
I [14/Sep/2008:16:00:01 +0200] Allowing up to 100 client connections per host.
I [14/Sep/2008:16:00:01 +0200] Using policy "default" as the default!
I [14/Sep/2008:16:00:01 +0200] Full reload is required.
I [14/Sep/2008:16:00:01 +0200] Loaded MIME database from '/etc/cups': 35 types, 39 filters...
I [14/Sep/2008:16:00:01 +0200] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2008:16:00:01 +0200] Full reload complete.
I [14/Sep/2008:16:00:01 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [14/Sep/2008:16:00:01 +0200] Listening to 127.0.0.1:631 on fd 3...
I [14/Sep/2008:16:00:01 +0200] Resuming new connection processing...
E [14/Sep/2008:16:00:01 +0200] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
D [14/Sep/2008:16:00:02 +0200] Report: clients=0
D [14/Sep/2008:16:00:02 +0200] Report: jobs=0
D [14/Sep/2008:16:00:02 +0200] Report: jobs-active=0
D [14/Sep/2008:16:00:02 +0200] Report: printers=0
D [14/Sep/2008:16:00:02 +0200] Report: printers-implicit=0
D [14/Sep/2008:16:00:02 +0200] Report: stringpool-string-count=168
D [14/Sep/2008:16:00:02 +0200] Report: stringpool-alloc-bytes=4872
D [14/Sep/2008:16:00:02 +0200] Report: stringpool-total-bytes=3632
cupsctl gives me no output (just hangs) and the webinterface is unreachable.
There is also no file /var/log/cups/acess_log.
Help?
Last edited by crom (2008-09-14 19:41:09)

I tried various adresses: localhost, D600, and the ip.
/etc/hosts:
127.0.0.1               localhost.localdomain   localhost  D600
/etc/rc.conf:
HOSTNAME="D600"
Even 127.0.0.1:631 doesn't succeed.
Edit:
Found it. 'lo' was in the INTERFACES array in rc.conf. I don't use the normal networking daemon, using wicd instead.
I took it out and rebooted. Now i can access the web-interface.
EDIT: How do i mark this solved?
Last edited by crom (2008-09-14 15:24:54)

Similar Messages

  • [SOLVED] CUPS doesn't detect USB Samsung ML-2010 printer

    Hi. I only speak a little English. Sorry for that.
    I have got an USB Samsung ML-2010 printer. Before I used cups-usblp from AUR, and it worked. But it doesn't work now. The cups-usblp maintainer suggests to use cups instead of cups-usblp. Searching with google, it appears that other people don't have problems with this printer, cups, and archlinux. But I do. Cups' web interface doesn't detect it.
    Well, this is how are the things now:
    $ lsusb | grep Samsung
    Bus 002 Device 004: ID 04e8:326c Samsung Electronics Co., Ltd ML-2010P Mono Laser Printer
    $ ls -l /dev/bus/usb/002/004
    crw-rw-r-- 1 root lp 189, 131 mar  4 09:56 /dev/bus/usb/002/004
    $ grep usb /lib/udev/rules.d/50-udev-default.rules
    # 'libusb' device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
    $ sudo grep SystemGroup /etc/cups/cupsd.conf
    SystemGroup sys root lp
    $ groups
    lp wheel games video audio optical storage scanner power users
    $ cat /etc/modprobe.d/blacklist.conf
    blacklist usblp
    $ lsmod | grep usblp
    (no output)
    $ cat /etc/udev/rules.d/10-cups_device_link.rules
    KERNEL=="lp[0-9]", SYMLINK+="%k", GROUP="lp"
    $ cat /etc/udev/rules.d/10-usbprinter.rules
    ATTR{idVendor}=="04e8", ATTR{idProduct}=="326c", MODE:="0660", GROUP:="lp"
    $ rc.d status cupsd
    :: Checking cupsd status                                                                                                   [STARTED]
    $ pacman -Q cups ghostscript gsfonts gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters splix
    cups 1.5.2-1
    ghostscript 9.05-1
    gsfonts 1.0.7pre44-3
    gutenprint 5.2.7-3
    foomatic-db 1:4.0.7_20110707-1
    foomatic-db-engine 1:4.0.7_20110707-1
    foomatic-db-nonfree 1:4.0.7_20110707-1
    foomatic-filters 1:4.0.7_20110707-1
    splix 2.0.0-11
    I open http://localhost:631 in my browser, click "add new printer" and I get just "Serial printer #1"
    at "local printers". There isn't my printer. I use KDE, and KDE's tool for adding printers doesn's detect it either.
    I miss archlinux, but I need to print.
    What may be wrong? What may be I am missing?
    Thanks a lot for your comments and help.
    Last edited by felihommen (2012-03-04 20:33:39)

    Solved!
    Restarting cupsd didn't work.
    But reinstalling cups...
    $ sudo pacman -Rdc cups (it is a dependency of kdeadmin-system-config-printer-kde which I had installed)
    $ sudo rm -r /etc/cups/*
    I realize cupsd is already running:
    $ ps aux | grep cupsd
    root      1549  0.0  0.1  75548  4080 ?        Ss   21:04   0:00 cupsd -C /etc/cups/cupsd.conf
    felipe    1690  0.0  0.0   8416  1028 pts/1    S+   21:13   0:00 grep cups
    I kill it
    $ sudo -SIGKILL 1549
    $ ps aux | grep cupsd
    felipe    1694  0.0  0.0   8416  1024 pts/1    S+   21:13   0:00 grep cups
    Ok. Reinstall cups
    $ sudo pacman -S cups
    Start cups daemon:
    $ sudo rc.d start cupsd
    Open firefox. Go to web interface, bla, bla, bla.... And it's there!
    I feel really silly. It was a fresh install, so I didn't think about reinstalling.
    Printed some jobs and worked perfectly. I used the gutenprint driver.
    Thanks a lot, pyther.  I thought yours wasn't a very useful suggestion, but it really was. I'm so happy. I owe you.

  • [SOLVED] Cups refuses to work: "bad file descriptor"

    I am not getting CUPS to work on a new installation.
    I need to use cups as a client printing to a printer attached to a separate server. What I did:
    1. I installed  the cups package and started/enabled the service in systemd.
    2. The remote server has a working CUPS installation (accessible and working from other computers)
    3. I can see the remote printer listed among the printers in CUPS's local  web interface
    However, every job sent to the printer (from the GUI: KDE based apps such as Okular, etcetera) silently fails.
    No job is ever listed on the CUPS web interface.
    If I try to check on CUPS status with lstat I get the following error:
    $> lpstat
    lpstat: bad file descriptor
    Any suggestion on how to fix the problem?
    Edit: more info
    It seems that cups is running fine according to systemd:
    [stefano@gorgias ~]$ systemctl status cups
    ● cups.service - CUPS Printing Service
    Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
    Active: active (running) since Mon 2014-08-04 17:56:32 CDT; 16h ago
    Main PID: 2832 (cupsd)
    Status: "Scheduler is running..."
    CGroup: /system.slice/cups.service
    └─2832 /usr/bin/cupsd -f
    Aug 04 17:56:32 gorgias systemd[1]: Started CUPS Printing Service.
    but not so according to CUPS itself:
    [stefano@gorgias ~]$ lpstat -t
    scheduler is not running
    no system default destination
    lpstat: Bad file descriptor
    lpstat: Bad file descriptor
    lpstat: Bad file descriptor
    lpstat: Bad file descriptor
    lpstat: Bad file descriptor
    So systemd tells me the scheduler is running, while CUPS claims it is not
    Last edited by stefano (2014-08-06 22:15:53)

    Stefano,
    I can't thank you enough for posting your solution! I have spent the last several days trying to get libreoffice and evince to even see my printer. I've been up and down so many cups web interface sessions, I lost count long ago. Finally, I came across some commands I'd never seen before, in particular 'lpstat' which also gave me the 'bad file descriptor' message. Googling provided next to nothing in help, but it did produce a link to your post, which is like finding a needle in a haystack! Anyway, I updated /etc/cups/client.conf as you suggested, and now my applications can finally see my Brother HL-2280DW.
    For what it's worth, I'm running a fresh archlinux install (as of a week or two ago), and just installed cups a few days ago:
    root<t1>@benito:/etc/cups# uname -a
    Linux benito 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
    root<t1>@benito:/etc/cups# pacman -Qs cups
    local/brother-hl2280dw 2.0.4_2-3
        Brother HL-2280DW CUPS Driver
    local/cups 1.7.5-1
        The CUPS Printing System - daemon package
    local/cups-filters 1.0.57-1
        OpenPrinting CUPS Filters
    local/cups-pdf 2.6.1-2
        PDF printer for cups
    local/libcups 1.7.5-1
        The CUPS Printing System - client libraries and headers
    local/python2-pycups 1.9.66-2
        Python CUPS Bindings
    local/system-config-printer 1.4.4-1
        A CUPS printer configuration tool and status applet
    Again, my sincere thanks!!
    (BTW, I'd also like to know why /etc/cups/client.conf doesn't work as advertised...)
    Last edited by archzen (2014-08-24 06:44:58)

  • [solved] SSH doesn't work over PPTP VPN with pptpclient

    I just got set up with access to my work's PPTP VPN. Using pptpclient I can establish a connection and ping servers. I can use telnet to confirm ports 22, 80 etc are accessible and I can access web services in my browser, but SSH doesn't work.
    When I try and SSH to a server it just hangs for a minute and then "Connection closed by 10.70.11.10". Wondering if SSH was using my default route rather than the appropriate tunnel, I tried setting my default route to use the VPN, and ping, telnet, nmap etc still seem to function and return expected results, but SSH still hangs and closes. There are no entries in the sshd log on the servers that I attempted to get access to. I have both Arch and CentOS servers and I cannot get to either via SSH.
    My colleague connected to the VPN on his mobile phone and managed to SSH to a server, so it doesn't seem that the VPN is blocking this... any ideas?
    Thanks
    [update]
    Solved! I found that in /etc/ppp/options, un-commenting -mru fixed this for me:
    # Disable MRU [Maximum Receive Unit] negotiation (use default, i.e.
    # 1500).
    -mru
    [/update]
    Last edited by jsteel (2014-08-10 20:06:31)

    targetbsp wrote:
    summit48 wrote:
     Windows10 has hijacked the back end believing every Laptop and Desktop PC is a Smartphone. What do you mean by that?Windows 10: Microsoft under attack over privacyhttp://www.theguardian.com/technology/2015/jul/31/windows-10-microsoft-faces-criticism-over-privacy-default-settings In the "one size fits all" philosophy of Microsoft there is no distinction between a smartphone and a PC. You might turn some of these privacy setting on for a smartphone but not on a PC. 

  • [Solved] Network doesn't work after hibernate?

    Hello!  This is my first legit Linux install so excuse me if I'm a bit slow.  I installed Arch last night and everything went smoothly.  However, after I tested out hibernate on my machine, the network doesn't seem to work.  Just prior to the hibernate, I installed Pidgin and Skype but they worked alright, so I think that the hibernate caused a problem on eth0.
    I have an Asus P8Z68-V Pro motherboard with an Intel 82579V Gigabit Ethernet Controller that's using the e1000e driver.  Running "dmesg | grep e1000e" says that it is up.
    I'm not entirely clear here, but from reading, I think that I have several ways of connecting to the network, including network, dhcpcd, networkmanager, and wicd.  I am using wicd so I did the following (or at least I think I am only using wicd):
    #rc.d stop network
    #rc.d stop dhcpcd
    #rc.d stop networkmanager
    Similarly, I put a ! in front of network in rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="Vicious"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng dbus !network netfs crond wicd)
    Restarting eth0 through wicd-cli still did not work.  I also tried resuscitating the network via instructions on the configure network page before trying to focus solely on wicd.
    I found a few similar problems on the forums by searching "wicd hibernate" and tried several solutions but they did not work.  Several problems seem to be that the network doesn't work after a suspend because I guess the stuff in RAM did not get saved?  But people were able to restart the network by running "/usr/lib/wicd/autoconnect.py" and I wasn't able to get this to work.  As a final effort, I added "resume" into mkinitcpio.conf and placed the machine into sleep again to see if it may magically reset something but of course this did not happen .
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Not sure if my fstab.conf is useful but if this has something to do with settings getting "lost" in swap, here it is.  Linux is on an SSD and HDD (sda and sdc) and Windows 7 is on a HDD (sdb).
    fstab.conf:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /tmp tmpfs nodev,nosuid,noatime,size=2000M,mode=1777 0 0
    /dev/sda1 / ext4 defaults,noatime,discard 0 1
    /dev/sda2 /home ext4 defaults,noatime,discard 0 2
    /dev/sdc1 /boot ext4 defaults 0 1
    /dev/sdc2 /var ext4 defaults 0 0
    /dev/sdc3 swap swap defaults 0 0
    /dev/sdc4 /media/data ext4 defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid,size=10G 0 0
    Is wicd causing these problems or did I configure something else improperly?  Would appreciate any help to get eth0 up again!
    Last edited by TheBigCow7 (2011-09-13 17:57:20)

    Ok, I think I've made some progress!  Hibernate definitely affects my network connection.  Could this be a kernel 3.0 problem?
    I noticed that ifconfig showed eth0 without an inet addr, just an inet6 addr for the longest time.  e1000e seemed to be loading up ok.  I'm not certain here, but I think that meant the dhcp settings didn't stick, or something along those lines.
    Trying to use dhcpcd like the instructions here did not work.  By some chance, one attempt did work and while it did, I downloaded and installed dhclient.  After that one successful attempt, renewing the DHCP lease via dhcpcd did not work again.
    Luckily though, I found that running "dhclient eth0" worked.  My DHCP settings seemed to have somehow gotten messed up after my initial, problematic hibernate to the point where none would stick, even after a reboot.  Manually typing in "dhclient eth0" would get eth0 working, so I decided to add it to the bottom of /etc/rc.local, like in the example on the networking page.
    Now, eth0 works after a boot.  However, after the daemons load up during the boot process, my computer takes a long time to get to the login prompt (this is relatively speaking, since I am on a SSD and the boot process used to be blazing fast before).  I'm pretty sure it's because I added "dhclient eth0" to /etc/rc.local.
    I should say that even with these changes, after a hibernate, my eth0 still does not work and if it weren't for the edit to /etc/rc.local, eth0's inet settings would still not stick after a reboot (that is to say, the hibernate does do something to my network settings). 
    Is this the correct/most efficient way to fix my DHCP problem?  Can I fix my "eth0 after hibernate" issue?  Also, can I make my DHCP settings boot up without changes to /etc/rc.local so that I can get a fast boot again (still not sure how it was able to work before without my edit)?

  • [SOLVED]MySQL doesn't work anymore

    It starts fine:
    [root@server ~]# /etc/rc.d/mysqld restart
    :: Stopping MySQL [DONE]
    :: Starting MySQL [DONE]
    [root@server ~]#
    BUT, it no longer works:
    http://doorknob60.is-a-geek.org/wiki
    http://doorknob60.is-a-geek.org/wordpress
    Both give errors, as well as Phpmyadmin. I can't seem to find any relevant log files either. I tried some random stuff, but nothing seems to work. I just got MySQL set up on this box about 2 days ago, then an update comes around and messes it up again
    Last edited by doorknob60 (2009-11-18 23:57:58)

    Yes, I did read that. Even after messing with config files it doesn't work. And PHP config? I'll assume that's a typo. What all do you have to change? Everything looks fine on my current my.cnf file, I think at least.
    # mysql config file for medium systems.
    # This is for a system with little memory (32M - 64M) where MySQL plays
    # a important part and systems up to 128M where MySQL is used together with
    # other programs (like a web server)
    # One can in this file use all long options that the program supports.
    # If you want to know which options a program support, run the program
    # with --help option.
    # The following options will be passed to all MySQL clients
    [client]
    password = ~password removed~
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    # Here follows entries for some specific programs
    # The MySQL server
    [mysqld]
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    datadir = /var/lib/mysql
    pid_file = /var/run/mysqld/mysqld.pid
    skip-locking
    key_buffer = 16M
    max_allowed_packet = 1M
    table_cache = 64
    sort_buffer_size = 512K
    net_buffer_length = 16K
    myisam_sort_buffer_size = 8M
    # Don't listen on a TCP/IP port at all. This can be a security enhancement,
    # if all processes that need to connect to mysqld run on the same host.
    # All interaction with mysqld must be made via Unix sockets or named pipes.
    # Note that using this option without enabling named pipes on Windows
    # (via the "enable-named-pipe" option) will render mysqld useless!
    #skip-networking
    # Replication Master Server (default)
    # binary logging is required for replication
    #log-bin
    # required unique id between 1 and 2^32 - 1
    # defaults to 1 if master-host is not set
    # but will not function as a master if omitted
    server-id = 1
    # Replication Slave (comment out master section to use this)
    # To configure this host as a replication slave, you can choose between
    # two methods :
    # 1) Use the CHANGE MASTER TO command (fully described in our manual) -
    # the syntax is:
    # CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
    # MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
    # where you replace <host>, <user>, <password> by quoted strings and
    # <port> by the master's port number (3306 by default).
    # Example:
    # CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
    # MASTER_USER='joe', MASTER_PASSWORD='secret';
    # OR
    # 2) Set the variables below. However, in case you choose this method, then
    # start replication for the first time (even unsuccessfully, for example
    # if you mistyped the password in master-password and the slave fails to
    # connect), the slave will create a master.info file, and any later
    # change in this file to the variables' values below will be ignored and
    # overridden by the content of the master.info file, unless you shutdown
    # the slave server, delete master.info and restart the slaver server.
    # For that reason, you may want to leave the lines below untouched
    # (commented) and instead use CHANGE MASTER TO (see above)
    # required unique id between 2 and 2^32 - 1
    # (and different from the master)
    # defaults to 2 if master-host is set
    # but will not function as a slave if omitted
    #server-id = 2
    # The replication master for this slave - required
    #master-host = <hostname>
    # The username the slave will use for authentication when connecting
    # to the master - required
    #master-user =
    # The password the slave will authenticate with when connecting to
    # the master - required
    #master-password =
    # The port the master is listening on.
    # optional - defaults to 3306
    #master-port = <port>
    # binary logging - not required for slaves, but recommended
    #log-bin
    # Point the following paths to different dedicated disks
    #tmpdir = /tmp/
    #log-update = /path-to-dedicated-directory/hostname
    # Uncomment the following if you are using BDB tables
    #bdb_cache_size = 4M
    #bdb_max_lock = 10000
    # Uncomment the following if you are using InnoDB tables
    #innodb_data_home_dir = /var/lib/mysql
    #innodb_data_file_path = ibdata1:10M:autoextend
    #innodb_log_group_home_dir = /var/lib/mysql
    #innodb_log_arch_dir = /var/lib/mysql
    # You can set .._buffer_pool_size up to 50 - 80 %
    # of RAM but beware of setting memory usage too high
    #innodb_buffer_pool_size = 16M
    #innodb_additional_mem_pool_size = 2M
    # Set .._log_file_size to 25 % of buffer pool size
    #innodb_log_file_size = 5M
    #innodb_log_buffer_size = 8M
    #innodb_flush_log_at_trx_commit = 1
    #innodb_lock_wait_timeout = 50
    [mysqldump]
    quick
    max_allowed_packet = 16M
    [mysql]
    #no-auto-rehash
    # Remove the next comment character if you are not familiar with SQL
    #safe-updates
    [isamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [myisamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [mysqlhotcopy]
    interactive-timeout
    Also, is there some place I'm missing when looking for error logs? I'm looking in /var/log and see nothing related to mysql
    Last edited by doorknob60 (2009-11-18 23:28:47)

  • [SOLVED]Jack doesn't work anymore

    Good day people,
    It seems that Jack stopped working all of a sudden. Well, it's not really all of a sudden, it hasn't been working for 3 months or so, but before that it worked just fine and I did not change any setting since then. I didn't post before because I don't really use JACK too often but now it seems like I'll be going to need it.
    The package I'm using is jack2 from the community repository, not jack2-dbus or jack or any other package, although I've tried them with the same results.
    First, let's try to start jack the old fashioned way
    $jack_control start
    it results in
    DBus exception: org.jackaudio.Error.Generic: Failed to open server
    ...ook. Let's try an even older fashion way.
    $jackd -d alsa
    The output is:
    jackdmp 1.9.8
    Copyright 2001-2005 Paul Davis and others.
    Copyright 2004-2011 Grame.
    jackdmp comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jack_get_descriptor returns null for 'jack_firewire.so'
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK server starting in realtime mode with priority 10
    Jack: Create non RT thread
    Jack: ThreadHandler: start
    Jack: JackDriver::Open capture_driver_name = hw:0
    Jack: JackDriver::Open playback_driver_name = hw:0
    Jack: Check protocol client = 8 server = 8
    Jack: JackEngine::ClientInternalOpen: name = system
    Jack: JackEngine::AllocateRefNum ref = 0
    Jack: JackPosixSemaphore::Allocate name = jack_sem.1000_default_system val = 0
    Jack: JackEngine::NotifyAddClient: name = system
    Jack: JackGraphManager::SetBufferSize size = 1024
    Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
    Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
    Jack: JackDriver::SetupDriverSync driver sem in flush mode
    control device hw:0
    control device hw:0
    audio_reservation_init
    Failed to acquire device name : Audio0 error : Method "RequestRelease" with signature "i" on interface "org.freedesktop.ReserveDevice1" doesn't exist
    Audio device hw:0 cannot be acquired...
    Jack: ~JackDriver
    Cannot initialize driver
    Jack: no message buffer overruns
    Jack: JackPosixThread::Stop
    Jack: ThreadHandler: exit
    JackServer::Open() failed with -1
    Jack: Succeeded in unlocking 82245916 byte memory area
    Jack: JackShmMem::delete size = 0 index = 0
    Jack: ~JackDriver
    Jack: Succeeded in unlocking 1012 byte memory area
    Jack: JackShmMem::delete size = 0 index = 1
    Jack: cleaning up shared memory
    Jack: cleaning up files
    Jack: unregistering server `default'
    Failed to open server
    No luck this time, either. And before you ask, I tried giving jackd other parameters but it didn't change anything.
    I now try Qjackctl. As soon as I open it, it says:
    D-BUS: JACK server could not be started
    Sorry
    This is the error log:
    11:31:23.797 Patchbay deactivated.
    11:31:23.800 Statistics reset.
    11:31:23.802 ALSA connection change.
    11:31:23.819 D-BUS: Service is available (org.jackaudio.service aka jackdbus).
    11:31:23.994 D-BUS: JACK server could not be started. Sorry
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    11:31:24.016 ALSA connection graph change.
    Thu Aug 23 11:31:23 2012: Starting jack server...
    Thu Aug 23 11:31:23 2012: JACK server starting in realtime mode with priority 10
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: Acquired audio card Audio0
    Thu Aug 23 11:31:23 2012: creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
    Thu Aug 23 11:31:23 2012: ALSA: final selected sample format for capture: 32bit integer little-endian
    Thu Aug 23 11:31:23 2012: ALSA: use 2 periods for capture
    Thu Aug 23 11:31:23 2012: ALSA: final selected sample format for playback: 32bit integer little-endian
    Thu Aug 23 11:31:23 2012: ALSA: use 2 periods for playback
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: ALSA: cannot set hardware parameters for playback[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: ALSA: cannot configure playback channel[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: JackTemporaryException : now quits...[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: Cannot initialize driver[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: JackServer::Open() failed with -1[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: Failed to open server[0m
    11:32:54.690 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Ok, let's now uncheck "Enable D-Bus interface" and try again, maybe I'll have more luck. No, it seems I don't.
    This is the message log:
    11:34:17.340 Patchbay deactivated.
    11:34:17.345 Statistics reset.
    11:34:17.347 ALSA connection change.
    11:34:17.356 JACK is starting...
    11:34:17.356 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    11:34:17.361 ALSA connection graph change.
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jack_get_descriptor returns null for 'jack_firewire.so'
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jackdmp 1.9.8
    Copyright 2001-2005 Paul Davis and others.
    Copyright 2004-2011 Grame.
    jackdmp comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    JACK server starting in realtime mode with priority 10
    11:34:17.396 JACK was started with PID=2499.
    Jack: Create non RT thread
    Jack: ThreadHandler: start
    Jack: playback device hw:0
    Jack: capture device hw:0
    Jack: apparent rate = 48000
    Jack: frames per period = 1024
    Jack: JackDriver::Open capture_driver_name = hw:0
    Jack: JackDriver::Open playback_driver_name = hw:0
    Jack: Check protocol client = 8 server = 8
    Jack: JackEngine::ClientInternalOpen: name = system
    Jack: JackEngine::AllocateRefNum ref = 0
    Jack: JackPosixSemaphore::Allocate name = jack_sem.1000_default_system val = 0
    Jack: JackEngine::NotifyAddClient: name = system
    Jack: JackGraphManager::SetBufferSize size = 1024
    Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
    Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
    Jack: JackDriver::SetupDriverSync driver sem in flush mode
    control device hw:0
    control device hw:0
    audio_reservation_init
    Failed to acquire device name : Audio0 error : Device or resource busy
    Audio device hw:0 cannot be acquired...
    Jack: ~JackDriver
    Cannot initialize driver
    Jack: no message buffer overruns
    Jack: JackPosixThread::Stop
    Jack: ThreadHandler: exit
    JackServer::Open() failed with -1
    Jack: Succeeded in unlocking 82245916 byte memory area
    Jack: JackShmMem::delete size = 0 index = 0
    Jack: ~JackDriver
    Jack: Succeeded in unlocking 1012 byte memory area
    Jack: JackShmMem::delete size = 0 index = 1
    Jack: cleaning up shared memory
    Jack: cleaning up files
    Jack: unregistering server `default'
    Failed to open server
    11:34:17.533 JACK was stopped with exit status=255.
    11:34:19.562 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    I've tried deleting all jack config files, changing settings and before you ask, I've tried with and without pulseaudio (which got along with Jack just fine before everything broke). It seems to be a d-bus problem at first but it gives me issues with d-bus disabled as well. I've read A LOT of forum posts and mailing lists before posting here and I can tell you that none of the solutions that worked for others worked for me, and many just gave up.
    I don't have any audio/drive issues and as I said, my computer used to run Jack2 just fine. The output of cat /proc/asound/cards is
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf0400000 irq 45
    It seems strange to me that jack2 and jack2-dbus act exactly the same way in regards to dbus but dbus is just one of the several problems, it seems. Right now I'm running my music production thanks to a live Ubuntu Studio stick (the horror, I know) and after extensive research I feel I'm out of ideas. I mean, I uninstalled jack and deleted all config files and it still doesn't go back to normal, what can I do? I suspect my problem may be related to improper configuration of something in /etc/ but I didn't touch anything audio-related in ages and as I said, jack used to work with the same configuration. It seems to have problem accepting that my sound card is hw:0, maybe. I don't know, it makes me crazy. Can someone help me? Thanks.
    Edit: The problem is solved, checkout my last reply to this thread for the solution.
    Last edited by VisionsOf (2012-08-28 11:30:13)

    Hi, I'm having a similar issue. I've been using jack2 as the main audio server with pulseaudio routed through it for more than a year with no issues until a couple of weeks ago when after a power failure jack just stopped working.
    After double checking my conf (found nothing strange, again, I'm using jack in normal production for over a year and havent touched conf in a while) and downgrading kernels and jack with no success  I realized that if I suspended the PC, and tryed to start jack after resuming it, there wasnt any problems at all!!? Jack works!
    Something similar happens in my laptop (same setup), but in this case jack fails to start only the first try, on the 2nd try it will start flawlesly.
    Could it be related to systemctl?? dbus?? (the same happens with Dbus interface enabled or not)
    Pulseaudio? I've read in forums there are some issues between jack and pulseaudio, and in fact I can see pulseaudio “dead” in both situations (jack working and not)
    systemctl status pulseaudio
    pulseaudio.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    I guess I'm still not getting right the new Systemd method or the pulseaudio method or both
    Here's the log of Qjackctl when it fails (same result starting jack from command line)
    ERROR: JackProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
    ERROR: Driver is not running
    ERROR: Cannot open client name = dbusapi
    ERROR: failed to create dbusapi jack client
    17:49:51.668 ALSA connection graph change.
    17:49:51.698 ALSA connection graph change.
    17:49:58.744 Could not connect to JACK server as client. - Overall operation failed. - Server communication error. Please check the messages window for more info.
    Client name = qjackctl conflits with another running client
    Any hints will be very welcome!
    Cheers!

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • [SOLVED] Lancelot doesn't work for KDE 4.5.1

    When I try to add the Lancelot widget I get the error message "lancelot_launcher not found". Interestingly, when I downgrade the lancelot package to:
    kdeplasma-addons-applets-lancelot-4.4.5
    it works ok. I noticed the files and their locations have changed between the old and the new packages (4.4.5 vs 4.5.1) and wonder if this needs a fix?
    thanks.
    Last edited by nirvanix (2010-09-10 20:05:04)

    Running kbuildsycoca4 didn't work, and I do have /usr/lib/kde4/plasma_applet_lancelot_launcher.so on my system. Whether I try to add lancelot to the panel or the desktop, it's still no soup for me!
    I notice that the 4.5.x package doesn't have the /usr/lib/liblancelot.so, /usr/lib/liblancelot.so.0, and
    /usr/lib/liblancelot.so.1.7.0 files in it, but the 4.4.5 package does. Shouldn't those be in the 4.5.x package as well? I filed a bug report on this.
    Last edited by nirvanix (2010-09-10 18:15:11)

  • [solved]Refresh doesn't work - what did I do wrong?

    Hello,
    I'm trying to implement a filter in my application (ADF/Swing) using setWhereClause(). However, the graph and the table that belongs to "ServiceStatisticPerD_TotalHitsIterator" doesn't refresh although you can see the application working.
        private void ButtonRefresh_actionPerformed(ActionEvent e) {
            Object selectedItem = jComboBox1.getSelectedItem();
            String whereClause = "STEP = '" + selectedItem.toString() + "'";    
            voHits.setWhereClause(whereClause);
            voHits.executeQuery();
            System.out.println(voHits.getQuery());
            DCIteratorBinding dciter = (DCIteratorBinding ) panelBinding.get("ServiceStatisticPerD_TotalHitsIterator");
            dciter.executeQuery();
        }This is the result of the println:
    SELECT ServiceStatisticPerD.TOTAL_HITS,
    ServiceStatisticPerD.DATE_TIME,
    ServiceStatisticPerD.STEP FROM SERVICE_STATISTIC_PER_D ServiceStatisticPerD WHERE (STEP = 'something')The SQL is valid and shows the wanted result if i put it into a SQL Worksheet.
    This is the matching iterator in the *PageDef.xml file:
        <iterator id="ServiceStatisticPerD_TotalHitsIterator"
                  Binds="ServiceStatisticPerD_TotalHits"
                  DataControl="AppModuleDataControl"/>Why doesn't the chart and the table refresh? Thanks in advance for your help.
    Message was edited by:
    user586578

    Sorry I didn't copy the variable declaration.
    ViewObject voHits = am.findViewObject("ServiceStatisticPerD_TotalHits");am was defined as:
    ApplicationModule am = Configuration.createRootApplicationModule("model.AppModule","AppModuleLocal");What did you mean with:
    Make sure the Application Module is accessed through ADFHow else can I access the Application Module than I did? I tried the search and looked into the reference but couldn't find it.
    Alex

  • [SOLVED] HAL doesn't work, so I can't suspend/hibernate?

    I've placed (atleast what I think) to be the necessary daemons in rc.conf:
    DAEMONS=(syslog-ng dbus md fam hal alsa network netfs crond)
    FAM for XFCE..
    When I run the suspend command, it states
    "Failed to suspend: Suspend and hibernate are only supported by HAL and is not available."
    #sudo /etc/rc.d/hal start:
    :: Starting Hardware Abstraction Layer               [FAIL]
    This happens in root, and when I attempt to start and stop it....
    It took endless configurations to get ndiswrapper to work, I've changed only but files required for network, why could hal not work? I can't find much online about how to fix it, and what steps there are if it fails to restart..
    Last edited by Nullw0rm (2010-01-30 05:42:58)

    Doehni wrote:
    Try putting the network and netfs daemons before fam and hal.
    Something like this:
    DAEMONS=(syslog-ng dbus md alsa network netfs crond fam hal)
    Hope it helps!
    I tried this and it..sorta works, restarting HAL:
    [me@myhost ~]$ sudo /etc/rc.d/hal restart
    :: Stopping Hardware Abstraction Layer [DONE]
    :: Starting Hardware Abstraction Layer [DONE]
    (DONE instead of FAIL)
    But going to suspend/hibernate it says HAL is not available still! I seem to not be able to set it up so well..
    It says I already have pm-utils, but I ahead and installed that anyway (assuming mine wasn't dev release).
    I can suspend with
    $ sudo pm-suspend
    But when I resume video doesn't start, my screen is black (not displaying black, more like off).. I'm on a laptop with an intel X3000 graphics chip, not a PC in case that helps.
    Help
    Last edited by Nullw0rm (2010-01-29 03:05:55)

  • [solved] texlive doesn't work correctly, when lmodern is used

    Hi!
    I've got a problem with texlive: When I use the package lmodern and my document contains mathematical symbols like integrals or sums or special chars like german umlauts, dvips and pdftex give me error messages and the symbols are not displayed correctly in the resulting document.
    Here an example .tex-file:
    \documentclass{scrartcl}
    \usepackage{amsmath}
    \usepackage{lmodern}
    \begin{document}
    $$\int_0^r e^{-x} \sin(x)\,\mathrm dx$$
    \end{document}
    dvips gives the following output:
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmex10
    mktexpk: don't know how to create bitmap font for lmex10.
    kpathsea: Appending font creation commands to missfont.log.
    dvips: Font lmex10 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Checksum mismatch in font lmex10
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmmi8
    mktexpk: don't know how to create bitmap font for lmmi8.
    dvips: Font lmmi8 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Design size mismatch in font lmmi8
    dvips: Checksum mismatch in font lmmi8
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 rm-lmr8
    mktexpk: don't know how to create bitmap font for rm-lmr8.
    dvips: Font rm-lmr8 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Design size mismatch in font rm-lmr8
    dvips: Checksum mismatch in font rm-lmr8
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 lmmi10
    mktexpk: don't know how to create bitmap font for lmmi10.
    dvips: Font lmmi10 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Checksum mismatch in font lmmi10
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmsy8
    mktexpk: don't know how to create bitmap font for lmsy8.
    dvips: Font lmsy8 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Design size mismatch in font lmsy8
    dvips: Checksum mismatch in font lmsy8
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 rm-lmr10
    mktexpk: don't know how to create bitmap font for rm-lmr10.
    dvips: Font rm-lmr10 not found, using cmr10 instead.
    </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk>
    dvips: Checksum mismatch in font rm-lmr10
    </usr/share/texmf/dvips/base/tex.pro>. [1]
    Also, a file named missfont.log is created and contains the following:
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmex10
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmmi8
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 rm-lmr8
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 lmmi10
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 lmsy8
    mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 rm-lmr10
    I used lmodern several times in the past and it worked correctly. Maybe some update lead to this...
    Can anyone confirm this problem or give some hints, how to solve this problem? I tried reinstalling all texlive packages, updmap, fmtutil...
    Thanks for help!
    Michael
    EDIT:
    Reinstalling all texlive packages didn't help. But uninstalling them, deleting all files in /usr/share/texmf* and reinstalling them did help. I don't know why, but the problem is solved. Sorry for the inconvenience.
    Last edited by Bevan (2010-02-20 23:51:43)

    The way some TeX-related font packages use updmap-sys to update TeX's font database (/etc/texmf/web2c/updmap.cfg) may cause this problem. For me, minionpro started to give similar 'missfont' errors when I upgraded texlive-latexextra.
    I don't know the right/best way to handle TeX fonts and use updmap-sys in install files, however installing *.maps files into the /var/lib/texmf/arch/installedpkgs/ directory seems to be a more robust solution than calling updmap-sys with '--enable Map' or '--enable MixedMap' options. Adapting the code used in the build files of texlive-latexextra for minionpro solved the problem for me.
    The steps I did:
    Create *.maps file (minionpro.maps).
    Modify  the PKGBUILD (modified minionpro PKGBUILD):
    Add '$pkgname.maps' to the 'source' variable.
    Add these lines to the top of the build() function:
    install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
    install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
    Update the 'md5sums' variable.
    Modify  the install file to use the *.maps file when updating TeX's font database (modified minionpro.install).
    I hope this helps to solve problems related to other TeX fonts as well.

  • [SOLVED] Sound doesn't work anymore

    Hi,
    I just installed cinnamon to test it and pulseaudio was one of its dependencies. But after testing it a few minutes, I uninstalled it again with the -Rs option.
    After login to my old i3 wm the sound didn't work again. I have no explanations. Has anyone an idea how I can solve this problem?!
    Thanks in advance!
    Steffo
    Last edited by Steffo (2013-02-19 22:15:58)

    OK.
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): now unmanaged
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): deactivating device (reason 'sleeping') [37]
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 3331
    Feb 19 17:04:15 arch-stefano kernel: wlan0: deauthenticating from 00:12:bf:75:64:7a by local choice (reason=3)
    Feb 19 17:04:16 arch-stefano kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): cleaning up...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): taking down device.
    Feb 19 17:04:16 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:04:16 arch-stefano dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:04:16 arch-stefano systemd[1]: Starting Sleep.
    Feb 19 17:04:16 arch-stefano systemd[1]: Reached target Sleep.
    Feb 19 17:04:16 arch-stefano systemd[1]: Starting Suspend...
    Feb 19 17:04:16 arch-stefano systemd-sleep[3381]: Suspending system...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> wake requested (sleeping: yes enabled: yes)
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> waking up and re-enabling...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): now managed
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): bringing up device.
    Feb 19 17:04:16 arch-stefano dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:04:16 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:04:16 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): preparing device.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): deactivating device (reason 'managed') [2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): now managed
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): bringing up device.
    Feb 19 17:04:16 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:04:16 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Feb 19 17:04:16 arch-stefano kernel: iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    Feb 19 17:04:16 arch-stefano kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    Feb 19 17:04:16 arch-stefano kernel: PM: Syncing filesystems ... done.
    Feb 19 17:04:16 arch-stefano kernel: PM: Preparing system for mem sleep
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): preparing device.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): deactivating device (reason 'managed') [2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0) supports 5 scan SSIDs
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: starting -> ready
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 4
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <warn> Trying to remove a non-existant call id.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: ready -> disconnected
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0) supports 5 scan SSIDs
    Feb 19 17:18:28 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Feb 19 17:18:28 arch-stefano kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Feb 19 17:18:28 arch-stefano kernel: Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    Feb 19 17:18:28 arch-stefano kernel: PM: Entering mem sleep
    Feb 19 17:18:28 arch-stefano systemd[1]: Time has been changed
    Feb 19 17:18:28 arch-stefano systemd[1]: systemd-tmpfiles-clean.timer: time change, recalculating next elapse.
    Feb 19 17:18:28 arch-stefano kernel: Suspending console(s) (use no_console_suspend to debug)
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Stopping disk
    Feb 19 17:18:28 arch-stefano kernel: ACPI handle has no context!
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: PM: suspend of devices complete after 435.804 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: late suspend of devices complete after 0.576 msecs
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: PM: noirq suspend of devices complete after 52.679 msecs
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Preparing to enter system sleep state S3
    Feb 19 17:18:28 arch-stefano kernel: PM: Saving platform NVS memory
    Feb 19 17:18:28 arch-stefano kernel: Disabling non-boot CPUs ...
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 1 is now offline
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 2 is now offline
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 3 is now offline
    Feb 19 17:18:28 arch-stefano kernel: Extended CMOS year: 2000
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Low-level resume complete
    Feb 19 17:18:28 arch-stefano kernel: PM: Restoring platform NVS memory
    Feb 19 17:18:28 arch-stefano kernel: Extended CMOS year: 2000
    Feb 19 17:18:28 arch-stefano kernel: Enabling non-boot CPUs ...
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU1 is up
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU2 is up
    Feb 19 17:18:28 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: disconnected -> inactive
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU3 is up
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Waking up from system sleep state S3
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: sdhci-pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
    Feb 19 17:18:28 arch-stefano kernel: PM: noirq resume of devices complete after 133.778 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: early resume of devices complete after 0.421 msecs
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: mei 0000:00:16.0: irq 43 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano systemd-sleep[3381]: System resumed.
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano systemd[1]: Started Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopping Sleep.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopped target Sleep.
    Feb 19 17:18:28 arch-stefano systemd[1]: Starting Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Reached target Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Service bluetooth.target is not needed anymore. Stopping.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopping Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopped target Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Starting Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Reached target Bluetooth.
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
    Feb 19 17:18:28 arch-stefano kernel: [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.6: reset high-speed USB device number 6 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: configured for UDMA/100
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: reset high-speed USB device number 6 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: device firmware changed
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.4: reset full-speed USB device number 5 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: btusb 1-1.4:1.0: no reset_resume for driver btusb?
    Feb 19 17:18:28 arch-stefano kernel: btusb 1-1.4:1.1: no reset_resume for driver btusb?
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.3: reset full-speed USB device number 4 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: configured for UDMA/100
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Starting disk
    Feb 19 17:18:28 arch-stefano kernel: iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    Feb 19 17:18:28 arch-stefano kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    Feb 19 17:18:28 arch-stefano kernel: PM: resume of devices complete after 2845.423 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: Finishing wakeup.
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: USB disconnect, device number 6
    Feb 19 17:18:28 arch-stefano kernel: cdc_ncm 2-1.4:1.6 wwan0: unregister 'cdc_ncm' usb-0000:00:1d.0-1.4, Mobile Broadband Network Device
    Feb 19 17:18:28 arch-stefano kernel: Restarting tasks ... done.
    Feb 19 17:18:28 arch-stefano kernel: video LNXVIDEO:00: Restoring backlight state
    Feb 19 17:18:28 arch-stefano laptop-mode[3528]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3543]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3546]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3553]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3558]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3568]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3598]: Laptop mode
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: new high-speed USB device number 7 using ehci_hcd
    Feb 19 17:18:28 arch-stefano laptop-mode[3608]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano laptop-mode[3666]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3670]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano laptop-mode[3677]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3678]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.1: ttyACM0: USB ACM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.3: ttyACM1: USB ACM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_wdm 2-1.4:1.5: cdc-wdm0: USB WDM device
    Feb 19 17:18:29 arch-stefano kernel: usb 2-1.4: MAC-Address: 02:80:37:ec:02:00
    Feb 19 17:18:29 arch-stefano kernel: cdc_ncm 2-1.4:1.6 wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00
    Feb 19 17:18:29 arch-stefano kernel: cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.9: ttyACM2: USB ACM device
    Feb 19 17:18:29 arch-stefano mtp-probe[3679]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4"
    Feb 19 17:18:29 arch-stefano mtp-probe[3679]: bus: 2, device: 7 was not an MTP device
    Feb 19 17:18:29 arch-stefano laptop-mode[3728]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3734]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3735]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3737]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3742]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3739]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3747]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3749]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3748]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3770]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3762]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3789]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3909]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3921]: enabled, not active
    Feb 19 17:18:29 arch-stefano laptop-mode[4025]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[4026]: enabled, not active
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Auto-activating connection 'WLAN-756477'.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) starting connection 'WLAN-756477'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless): access point 'WLAN-756477' has security, but secrets are required.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless): connection 'WLAN-756477' has security, and secrets exist. No new sec
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'ssid' value 'WLAN-756477'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'scan_ssid' value '1'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'psk' value '<omitted>'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: set interface ap_scan to 1
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: inactive -> scanning
    Feb 19 17:18:35 arch-stefano kernel: wlan0: authenticate with 00:12:bf:75:64:7a
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Feb 19 17:18:35 arch-stefano kernel: wlan0: send auth to 00:12:bf:75:64:7a (try 1/3)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: authenticated
    Feb 19 17:18:35 arch-stefano kernel: wlan0: waiting for beacon from 00:12:bf:75:64:7a
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Feb 19 17:18:35 arch-stefano kernel: wlan0: associate with 00:12:bf:75:64:7a (try 1/3)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: RX AssocResp from 00:12:bf:75:64:7a (capab=0x431 status=0 aid=1)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: associated
    Feb 19 17:18:35 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: associating -> associated
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless net
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> dhclient started with pid 4040
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Beginning IP6 addrconf.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Internet Systems Consortium DHCP Client 4.2.4-P2
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Copyright 2004-2012 Internet Systems Consortium.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: All rights reserved.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: For info, please visit https://www.isc.org/software/dhcp/
    Feb 19 17:18:35 arch-stefano dhclient[4040]:
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Listening on LPF/wlan0/00:24:d7:9b:d9:ec
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Sending on LPF/wlan0/00:24:d7:9b:d9:ec
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Sending on Socket/fallback
    Feb 19 17:18:35 arch-stefano dhclient[4040]: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
    Feb 19 17:18:35 arch-stefano dhclient[4040]: DHCPACK from 192.168.3.1
    Feb 19 17:18:35 arch-stefano dhclient[4040]: bound to 192.168.3.100 -- renewal in 171758 seconds.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> address 192.168.3.100
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> prefix 24 (255.255.255.0)
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> gateway 192.168.3.1
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> nameserver '192.168.3.1'
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> domain name 'Speedport_W_700V'
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Policy set 'WLAN-756477' (wlan0) as default for IPv4 routing and DNS.
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) successful, device activated.
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
    Feb 19 17:18:36 arch-stefano dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:18:36 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:18:36 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:18:36 arch-stefano dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> (wlan0): IP6 addrconf timed out or failed.
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Feb 19 17:25:26 arch-stefano sudo[4068]: stefano : TTY=pts/1 ; PWD=/home/stefano ; USER=root ; COMMAND=/usr/bin/journalctl -b
    Feb 19 17:25:26 arch-stefano sudo[4068]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Feb 19 17:28:27 arch-stefano sudo[4068]: pam_unix(sudo:session): session closed for user root
    Feb 19 17:29:14 arch-stefano sudo[4090]: stefano : TTY=pts/1 ; PWD=/home/stefano ; USER=root ; COMMAND=/usr/bin/journalctl -b
    Feb 19 17:29:14 arch-stefano sudo[4090]: pam_unix(sudo:session): session opened for user root by (uid=0)

  • [Solved] Alac doesn't work anymore with Gstreamer0.10

    Apple Loseless Audio Codec support seems to be broken for me in the 0.10 branch of gstreamer. Before I was able to play ALAC files in rhythmbox and banshee but it does not work anymore. I think the support for ALAC files is integrated in the package gstreamer-ffmpeg.
    This problem does't seems to occur in the 1.0 branch of gstreamer as ALAC files work with Totem and it also work with vlc which use dirrectly ffmpeg.
    Does someone have the same problem or is it a problem with my system ?
    I tried to reinstall gstreamer0.10 and all plugins but it didn't solve the problem.
    Last edited by sedutom (2013-04-22 14:18:39)

    Put as solved, it works back with the new version of rhythmbox
    Last edited by sedutom (2013-04-22 14:19:59)

  • [solved] Touchpad doesn't work anymore

    I have a Acer Extensa 5235. Since today the touchpad isn't working on Arch anymore.
    I tried out a Windows installation medium and there it worked so it should be physicaly okay.
    relevant part of xorg log:
    [ 406.866] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
    [ 406.866] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 406.866] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 406.866] (II) LoadModule: "synaptics"
    [ 406.866] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 406.866] (II) Module synaptics: vendor="X.Org Foundation"
    [ 406.866] compiled for 1.8.0.902, module version = 1.2.2
    [ 406.866] Module class: X.Org XInput Driver
    [ 406.866] ABI class: X.Org XInput driver, version 9.0
    [ 406.866] (II) Synaptics touchpad driver version 1.2.2
    [ 406.866] (**) Option "Device" "/dev/input/event5"
    [ 406.866] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 406.866] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 406.866] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 406.866] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 406.866] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 406.866] (**) Option "TapButton1" "1"
    [ 406.866] (**) Option "TapButton2" "2"
    [ 406.866] (**) Option "TapButton3" "3"
    [ 406.867] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 406.867] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 406.867] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 406.867] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 406.867] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 406.867] (II) Synaptics touchpad driver version 1.2.2
    [ 406.867] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 406.867] (**) Option "Device" "/dev/input/mouse0"
    [ 406.867] (**) Option "TapButton1" "1"
    [ 406.867] (**) Option "TapButton2" "2"
    [ 406.867] (**) Option "TapButton3" "3"
    [ 406.887] Query no Synaptics: 6003C8
    [ 406.887] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 406.887] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 406.887] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 406.888] (II) UnloadModule: "synaptics"
    10-synaptics.conf:
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Has anybody an idea how to fix this?
    Last edited by IwfY (2010-07-14 13:49:11)

    > Can you post what you added to your /etc/X11/xorg.conf.d/10-evdev.conf?
    I tried a couple of different options in 10-evdev-conf and 10-synaptics.conf. None really made a difference.
    The cleanest might be this:
    10-synaptics.conf as above.
    included at the end of 10-evdev.conf:
    Section "InputClass"
    Identifier "disable synaptics secound mouse found"
    MatchProduct "SynPS/2 Synaptics TouchPad"
    MatchDevicePath "/dev/input/mouse0"
    Option "Ignore" "on"
    EndSection
    xorg log:
    [ 163.236] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
    [ 163.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 163.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 163.236] (II) LoadModule: "synaptics"
    [ 163.236] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 163.251] (II) Module synaptics: vendor="X.Org Foundation"
    [ 163.251] compiled for 1.8.0.902, module version = 1.2.2
    [ 163.251] Module class: X.Org XInput Driver
    [ 163.251] ABI class: X.Org XInput driver, version 9.0
    [ 163.251] (II) Synaptics touchpad driver version 1.2.2
    [ 163.251] (**) Option "Device" "/dev/input/event5"
    [ 163.251] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 163.251] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 163.251] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 163.251] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 163.251] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 163.251] (**) Option "TapButton1" "1"
    [ 163.251] (**) Option "TapButton2" "2"
    [ 163.251] (**) Option "TapButton3" "3"
    [ 163.251] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 163.251] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 163.251] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 163.251] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 163.252] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 163.252] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disable synaptics secound mouse found"
    [ 169.276] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 171.588] (II) UnloadModule: "synaptics"
    I also tried out the Fedora 12 Live CD which should use xorg-1.7 but it didn't work either.

Maybe you are looking for

  • Initialize values in ANLC

    Hi all, We reseted a company using : -function "reset company code" ( line items only) (tcode OABL) for FIAA -function "delete transaction date" (tcode OBR1) for FI and CO We used AFAR to recalculate values for ANLC. The problem is that some assets s

  • Issues in Repository Merge

    Hi, If there is a repository A already in Prod environment another Repository B is in Dev. Is there any common issues will rise when we merge the Repository B with A. Thanks, Vino

  • Shuttle center not works

    when i bought newly TV in shuttle center was working. One weak before it works for around 30 mins afterwards hung. Now while opening TV from shuttle center is not working. Did anyone faced the same problem. Please tell me what might be the problem. T

  • Making AI type files smaller

    Anyway to make a AI file type smaller without compressing to PDF. Example I want to work on 3 different AI types files. each around 30mb. But if my AI files are smaller than I can work better. Computer spec : DELL optiplex280 windows XP 1.5gig ram . 

  • Unable to import mdl containing ProcessFlows using object id's due to different UOID for object PLATFORM_CONFIGURATION

    Hi, We are on OWB 11.2.0.3 and have 3 different OWB repositories, one for development, one for acceptance testing and of course production. When we export process flows from development (dev) and try to import to acceptance (acc) we get the following