[SOLVED] dovecot 2.1.1-3 broken

First of all, some of my configs were .pacsaved, so I had to restore them. But when I did I got this error:
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-auth.conf line 121: No matches
Line 121 on 10-auth.conf is:
!include auth-system.conf.ext
For now I have re-installed 2.1.1-2 and everything seems to be OK.
Last edited by shaurz (2012-02-28 10:36:32)

shaurz wrote:That's annoying. Why move important files to another location, breaking any existing setup? It seems like unnecessary rearrangement for the hell of it.
Not sure what are you referring to, have you read the commit message: http://projects.archlinux.org/svntogit/ … 5ce6d9e285
don't install sample config files to /etc direclty, they break dovecot start way too often

Similar Messages

  • [SOLVED] mysql-5.0.24-2 broken?

    After upgrading to mysql-5.0.24-2 i've noticed that my site can't connect to mysql db and phpmyadmin says that php mysql.so module isn't loaded. I've checked configs and everything were ok, then i tried to "downgrade" mysql to mysql-5.0.24-1 and problem solved, just to be sure i upgraded mysql again and encountered same problem, so i'm running mysql-5.0.24-1 now. I think mysql-5.0.24-2 package is broken, anybody can confirm this?
    EDIT: Seems mysql-5.0.24-2 doesn't have mysql executable
    [root@host pkg]# mysql
    -bash: /usr/bin/mysql: No such file or directory

    Install mysql-clients and libmysqlclient. My guess is that you either didn't install it with a forced upgrade (-d option), or that pacman didn't like the files being on your system and decided to eat it for breakfast.

  • [SOLVED]Gnome 3.10 Icons are broken

    I upgraded earlier to Gnome 3.10. Although I've had a lot of problems.. I'm working on them one at a time.
    Most of the default icons are not showing anymore. My Nautilus looks like this:
    Some of the applications icons do still exist.
    If I create a new user and log in, the icons are all fine. But I cannot figure out how to bring back icons on my own user account.
    I tried running the command on http://askubuntu.com/questions/56313/ho … e-defaults, which set my favourites and wallpaper back to default. Icons still aren't fixed.
    I tried running gtk-update-icon-cache on my icons folder. Tried running xdg-user-dirs-update. Tried sudo pacman -S $(pacman -Ssq gnome-icon-theme). Tried running /usr/bin/gdk-pixbuf-query-loaders --update-cache and tried reinstalling librsvg. None of these have helped.
    Thanks.
    Last edited by themusicalduck (2013-10-08 01:07:05)

    Not solved for me I'm afraid. I'm running Openbox + Tint2 setup, with quite a few Gnome applications. I use the Oxygen icon theme.
    Since the upgrade to the Gnome 3.10 packages, my GTK3 applications have missing icons which only reappear if I choose the GNOME icon theme using lxappearance, which modifies ~/.config/gtk-3.0/settings.ini. Here's my normal settings.ini:
    [Settings]
    gtk-theme-name=Clearlooks-Phenix
    gtk-icon-theme-name=oxygen
    gtk-font-name=Arimo 9
    gtk-cursor-theme-name=aero-drop
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
    gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    When 'gtk-icon-theme-name=gnome' is used instead, the icons display in GTK3 applications.
    Any ideas please how I can get the Oxygen theme to play nicely with Gnome 3.10 applications?

  • [SOLVED]Dovecot error when roundcube tries to test IMAP

    I am trying to get a virtual user mail server up and running. I have VM setup to be just a mail server. I have a couple things not working but Ill start with trying to resolve this error first.
    error with journalctl -b -u dovecot
    Aug 13 19:22:46 hermes dovecot[574]: master: Dovecot v2.2.13 starting up for imap, sieve (core dumps disabled)
    Aug 13 19:23:58 hermes dovecot[577]: imap-login: Fatal: Can't load private ssl_key: Key is for a different cert than ssl_cert
    Aug 13 19:23:58 hermes dovecot[574]: master: Error: service(imap-login): command startup failed, throttling for 2 secs
    Aug 13 19:24:07 hermes dovecot[577]: imap-login: Fatal: Can't load private ssl_key: Key is for a different cert than ssl_cert
    Aug 13 19:24:07 hermes dovecot[574]: master: Error: service(imap-login): command startup failed, throttling for 4 secs
    I tried deleting the dovecot.pem files and recreating the ssl cert and that did not change the error.
    dovecot.conf
    protocols = imap sieve
    ssl = yes
    ssl_cert = </etc/ssl/certs/server.crt
    ssl_key = </etc/ssl/private/server.key
    first_valid_uid = 5000
    first_valid_gid = 5000
    mail_home = /home/vmail/%d/%u
    mail_location = maildir:~
    auth_mechanisms = plain login cram-md5
    auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
    service auth {
    unix_listener auth-client {
    group = postfix
    mode = 0660
    user = postfix
    user = root
    protocol imap {
    imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
    protocol lda {
    postmaster_address = [email protected]
    hostname = example.com
    sendmail_path = /usr/sbin/sendmail
    mail_plugins = sieve
    log_path = /var/log/dovecot-lda-errors.log
    info_log_path = /var/log/dovecot-lda.log
    service managesieve-login {
    inet_listener sieve {
    port = 4190
    service managesieve {
    protocol sieve {
    # Defaults are OK, so nothing in this section.
    plugin {
    sieve = ~/.dovecot.sieve
    sieve_global_path = /home/vmail/sieve.sieverc
    sieve_dir = ~/
    passdb {
    driver = sql
    args = /etc/dovecot/dovecot-sql.conf
    userdb {
    driver = sql
    args = /etc/dovecot/dovecot-sql.conf
    dovecot-sql.conf
    driver = mysql
    connect = host=localhost dbname=postfix_db user=user password=password
    default_pass_scheme = MD5-CRYPT
    user_query = SELECT '/home/vmail/%d/%u' as home, 'maildir:/home/vmail/%d/%u' as mail, 5000 AS uid, 5000 AS gid, concat('dirsize:storage=', quota) AS quota FROM mailbox WHERE username = '%u' AND active = '1'
    password_query = SELECT username as user, password, '/home/vmail/%d/%u' as userdb_home, 'maildir:/home/vmail/%d/%u' as userdb_mail, 5000 as userdb_uid, 5000 as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1'
    Thank you to anyone who takes the time to read and especially anyone who takes the time to reply.
    Last edited by ScottMB (2014-08-15 11:42:56)

    fixed. I was pointing to the incorrect ssl_cert.

  • [solved] dovecot errors after renewing SSL certificate

    System:
    OS X Server (Mountain Lion) 2.2
    Using a single SSL Certificate for all services.
    Symptom:
    Users can't log into their IMAP accounts hosted on OS X Server (Mountain Lion) after renewing SSL Certificate
    Diagnostics:
    Give you an indication whether it's this problem. Some or all may apply:
    Log shows all kinds of dovecot errors. e.g.
    dovecotd[nnn]: master: Error: service(config): command startup failed, throttling
    config: Fatal: Error in configuration file /Library/Server/Mail/Config/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set
    dovecotd[nnn]: master: Error: service(config): command startup failed, throttling
    /Library/Server/Mail/Config/dovecot/conf.d/10-ssl.conf shows commented out lines:
    ssl_cert
    ssl_key
    ssl_ca
    Solution:
    Go to the Certificates pane of the Server App  and choose Secure Services Using: Custom
    Set IMAP and POP server certificates to to None
    Keep an eye on what the server App is doing to /Library/Server/Mail/Config/dovecot/conf.d/10-ssl.conf
    Now set Secure Services Using: <My single SSL Certificate for all services>
    Keep an eye on what the server App is doing to /Library/Server/Mail/Config/dovecot/conf.d/10-ssl.conf and you should now see all the ssl* settings as you would expect, and pointing to the correct SSL certificate  in /etc/certificates
    Hope this works for you too!

    I had something similar happen. When I do anything with SSL certificates it deletes any regular websites. Only the sites that are setup for https are listed.
    Couldn't understand why my website wasn't working and it turned out that the system had deleted it. The web server had multiple host set and I had to rebuild all the ones that had used port 80. All the ones that use 443 were fine.
    Hope this helps.

  • Solved libjpeg (7-1) in repo broken?

    Tried playing Warsow and had a missing lib so went to make a link to the 7 package. Looking at lib the so.7 is missing and is showing under files that get installed but is missing from the lib dir. Is this a broken package?
    Last edited by TomWitko (2009-08-24 19:41:11)

    K im missing something here im looking in /lib/ so need to make a -s link from libjpeg.so.6? to libjpg.so.7 but no such file in /lib/ never mind figured it out lol. Im such a newb , used to Ubuntu to much
    Last edited by TomWitko (2009-08-24 19:31:33)

  • [Solved] Dovecot upgrade failed due to file conflicts

    yaourt -Syu failed this morning do to file conflicts with dovecot.  Here is the output:
    :: Starting full system upgrade...
    warning: iscan: local (2.15.0.3-1) is newer than archlinuxfr (2.8.0-3)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (10): libcups-1.3.10-1 cups-1.3.10-1 libmysqlclient-5.1.34-1 dovecot-1.1.14-1
    ffmpegthumbnailer-1.5.0-1 mysql-clients-5.1.34-1 mysql-5.1.34-1 recordproto-1.13.2-2
    renderproto-0.9.3-2 subversion-1.6.1-3
    Total Download Size: 51.88 MB
    Total Installed Size: 148.31 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    libcups-1.3.10-1-x86_64 185.2K 106.8K/s 00:00:02 [#########################################################] 100%
    cups-1.3.10-1-x86_64 3.0M 121.0K/s 00:00:26 [#########################################################] 100%
    libmysqlclient-5.1.... 12.2M 120.9K/s 00:01:44 [#########################################################] 100%
    dovecot-1.1.14-1-x86_64 3.2M 120.2K/s 00:00:28 [#########################################################] 100%
    mysql-clients-5.1.3... 278.2K 122.2K/s 00:00:02 [#########################################################] 100%
    mysql-5.1.34-1-x86_64 25.9M 122.4K/s 00:03:36 [#########################################################] 100%
    recordproto-1.13.2-... 4.0K 226.0K/s 00:00:00 [#########################################################] 100%
    renderproto-0.9.3-2... 16.7K 86.4K/s 00:00:00 [#########################################################] 100%
    subversion-1.6.1-3-... 6.9M 118.3K/s 00:01:00 [#########################################################] 100%
    :: Retrieving packages from community...
    ffmpegthumbnailer-1... 64.9K 119.1K/s 00:00:01 [#########################################################] 100%
    checking package integrity...
    (10/10) checking for file conflicts [#########################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    dovecot: /usr/lib/dovecot/imap exists in filesystem
    dovecot: /usr/lib/dovecot/pop3 exists in filesystem
    Errors occurred, no packages were upgraded.
    Should I remove /usr/lib/dovecot/imap and /usr/libdovecot/pop3 and continue the upgrade, or is there a problem with a package?
    Jay
    Last edited by jt512 (2009-04-18 17:32:31)

    Abelian wrote:
    http://www.archlinux.org/news/444/
    yaourt -Syuf should do it
    next time don't do it again.
    just pacman -Sf package and then pacman -Su

  • [Solved] Dovecot imap-login fails

    I have been working on this for hours and I have little idea what is wrong. I have dovecot setup to authenticate via PAM. I am sure that the PAM authentication is correct as a wrong password returns a bad auth error. However, when the initial authentication happens it feels like PAM isn't returning my UID.
    Config:
    protocols = imap
    mail_location = maildir:~/.mail
    passdb {
    driver = pam
    #<DEBUG>
    args = failure_show_msg=yes dovecot
    #</DEBUG>
    ssl = required
    ssl_cert = </etc/ssl/certs/dovecot.pem
    ssl_key = </etc/ssl/private/dovecot.pem
    ssl_cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384:HIGH
    #<DEBUG>
    auth_verbose=yes
    auth_debug=yes
    #</DEBUG>
    Error:
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: auth client connected (pid=20500)
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: client in: AUTH 1 PLAIN service=imap secured session=gbQRcUn41gDH1CFX lip=192.168.1.1 rip=172.16.1.1 lport=993 rport=35286 resp=<hidden>
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: pam(myusername,172.16.1.1): lookup service=dovecot
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: pam(myusername,172.16.1.1): #1/1 style=1 msg=Password:
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: client passdb out: OK 1 user=myusername
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: master in: REQUEST 158597121 20500 1 8026dcae28bb986805dfea459a9879da session_pid=20504 request_auth_token
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: master userdb out: USER 158597121 myusername auth_token=de32f97064bc1c4215b205d41ad36fd9eb8d466a
    Apr 30 21:43:40 example.org dovecot[20497]: imap-login: Login: user=<myusername>, method=PLAIN, rip=172.16.1.1, lip=192.168.1.1, mpid=20504, TLS, session=<gbQRcUn41gDH1CFX>
    Apr 30 21:43:40 example.org dovecot[20497]: imap(keller): Error: user myusername: Couldn't drop privileges: User is missing UID (see mail_uid setting)
    Apr 30 21:43:40 example.org dovecot[20497]: imap(keller): Error: Internal error occurred. Refer to server log for more information.
    /ect/pam.d/dovecot
    auth required pam_unix.so nullok
    account required pam_unix.so
    Solution: Authentication is not authorization! I didn't have a userdb setup.
    Added to /ect/dovecot/dovecot.conf
    userdb {
    driver = passwd
    Last edited by Nycroth (2014-04-30 22:34:45)

    ok, what a pain, login is CASE-SENSITIVE ! So take care what username you take!
    hope it helps someone else....
    It can also throw strange numbers and letters when trying to login!
    best
    Hartmut

  • [SOLVED] recent update seems to have broken my keyboard

    hi guys.
    i've just turned on my arch 64 system after updating last night (or possibly the day before...)  and when i get to the gdm login the keyboard doesnt work. I can confirm the problem is not with the keyboard itself as i can still edit the boot options in grub. anyone else have this or have i broken something...
    thanks in advance,
    david
    (edit:  on screen keyboard doesnt seem to be working either)
    Last edited by dinkydarko (2010-04-08 08:12:11)

    dinkydarko wrote:hald wouldnt make a difference to the one screen keyboard in gdm would it?  is there an easy way to check if its running?
    I could be wrong, but my understanding is hal would be needed as soon as X starts - so yes it could affect login with gdm. That would also fit with it not working in slim or starting xterm.
    If you're pretty sure it's related to the updates it might be helpful to post the parts of pacman.log that are relevant so we can see what exactly got updated.

  • [SOLVED]cann't to startx then broken down that used the nvidia driver

    pc:lenovo-y400  graphics:nvidia GT 650m(Special Display Card)  kernel:linux-3.12.6-1  driver:nvidia-304 nvidai-331.20
    when i use the nouveau ,that be ok。
    lspci |grep VGA >>01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1)
    lsmod |grep nvidia dmsge|grep nvidia >> it's ok.
    cat /var/log/xorg.0.log:
    [    20.632]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [    20.633] X Protocol Version 11, Revision 0
    [    20.633] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [    20.634] Current Operating System: Linux skk556 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [    20.635] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3f690a11-9fc3-4d97-b739-36c00962fa80 rw quiet
    [    20.636] Build Date: 13 December 2013  03:11:42PM
    [    20.636] 
    [    20.636] Current version of pixman: 0.32.4
    [    20.637]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    20.638] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    20.640] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 30 14:29:44 2013
    [    20.670] (==) Using config file: "/etc/X11/xorg.conf"
    [    20.671] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [    20.697] (==) No Layout section.  Using the first Screen section.
    [    20.697] (==) No screen section available. Using defaults.
    [    20.697] (**) |-->Screen "Default Screen Section" (0)
    [    20.697] (**) |   |-->Monitor "<default monitor>"
    [    20.698] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
    [    20.698] (**) |   |-->Device "Device0"
    [    20.698] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [    20.698] (==) Automatically adding devices
    [    20.698] (==) Automatically enabling devices
    [    20.698] (==) Automatically adding GPU devices
    [    20.742] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [    20.742]     Entry deleted from font path.
    [    20.742] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [    20.742]     Entry deleted from font path.
    [    20.743] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [    20.743]     Entry deleted from font path.
    [    20.743]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [    20.743] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [    20.743]     Entry deleted from font path.
    [    20.743]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [    20.743] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/
    [    20.743] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    20.743] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    20.743] (II) Loader magic: 0x7fec20
    [    20.743] (II) Module ABI versions:
    [    20.743]     X.Org ANSI C Emulation: 0.4
    [    20.743]     X.Org Video Driver: 14.1
    [    20.743]     X.Org XInput driver : 19.1
    [    20.743]     X.Org Server Extension : 7.0
    [    20.743] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    20.745] (--) PCI:*(0:1:0:0) 10de:0fd1:17aa:3972 rev 161, Mem @ 0xc2000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
    [    20.746] Initializing built-in extension Generic Event Extension
    [    20.757] Initializing built-in extension SHAPE
    [    20.767] Initializing built-in extension MIT-SHM
    [    20.777] Initializing built-in extension XInputExtension
    [    20.786] Initializing built-in extension XTEST
    [    20.795] Initializing built-in extension BIG-REQUESTS
    [    20.803] Initializing built-in extension SYNC
    [    20.811] Initializing built-in extension XKEYBOARD
    [    20.819] Initializing built-in extension XC-MISC
    [    20.827] Initializing built-in extension SECURITY
    [    20.834] Initializing built-in extension XINERAMA
    [    20.841] Initializing built-in extension XFIXES
    [    20.847] Initializing built-in extension RENDER
    [    20.854] Initializing built-in extension RANDR
    [    20.860] Initializing built-in extension COMPOSITE
    [    20.865] Initializing built-in extension DAMAGE
    [    20.870] Initializing built-in extension MIT-SCREEN-SAVER
    [    20.875] Initializing built-in extension DOUBLE-BUFFER
    [    20.879] Initializing built-in extension RECORD
    [    20.883] Initializing built-in extension DPMS
    [    20.888] Initializing built-in extension X-Resource
    [    20.892] Initializing built-in extension XVideo
    [    20.895] Initializing built-in extension XVideo-MotionCompensation
    [    20.899] Initializing built-in extension XFree86-VidModeExtension
    [    20.902] Initializing built-in extension XFree86-DGA
    [    20.905] Initializing built-in extension XFree86-DRI
    [    20.908] Initializing built-in extension DRI2
    [    20.908] (II) LoadModule: "glx"
    [    20.952] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    21.903] (II) Module glx: vendor="NVIDIA Corporation"
    [    21.903]     compiled for 4.0.2, module version = 1.0.0
    [    21.903]     Module class: X.Org Server Extension
    [    21.903] (II) NVIDIA GLX Module  331.20  Wed Oct 30 17:36:48 PDT 2013
    [    21.921] Loading extension GLX
    [    21.921] (II) LoadModule: "nvidia"
    [    21.939] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [    22.063] (II) Module nvidia: vendor="NVIDIA Corporation"
    [    22.063]     compiled for 4.0.2, module version = 1.0.0
    [    22.063]     Module class: X.Org Video Driver
    [    22.067] (II) NVIDIA dlloader X Driver  331.20  Wed Oct 30 17:16:53 PDT 2013
    [    22.067] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [    22.068] (++) using VT number 1
    [    22.073] (II) Loading sub module "fb"
    [    22.073] (II) LoadModule: "fb"
    [    22.077] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    22.088] (II) Module fb: vendor="X.Org Foundation"
    [    22.088]     compiled for 1.14.5, module version = 1.0.0
    [    22.088]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    22.088] (WW) Unresolved symbol: fbGetGCPrivateKey
    [    22.088] (II) Loading sub module "wfb"
    [    22.088] (II) LoadModule: "wfb"
    [    22.088] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [    22.090] (II) Module wfb: vendor="X.Org Foundation"
    [    22.090]     compiled for 1.14.5, module version = 1.0.0
    [    22.090]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    22.090] (II) Loading sub module "ramdac"
    [    22.090] (II) LoadModule: "ramdac"
    [    22.090] (II) Module "ramdac" already built-in
    [    22.116] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [    22.116] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [    22.116] (==) NVIDIA(0): RGB weight 888
    [    22.116] (==) NVIDIA(0): Default visual is TrueColor
    [    22.116] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [    22.117] (**) NVIDIA(0): Enabling 2D acceleration
    [    26.350] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [    26.350] (EE) NVIDIA(GPU-0):     check your system's kernel log for additional error
    [    26.350] (EE) NVIDIA(GPU-0):     messages and refer to Chapter 8: Common Problems in the
    [    26.350] (EE) NVIDIA(GPU-0):     README for additional information.
    [    26.350] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [    26.350] (EE) NVIDIA(0): Failing initialization of X screen 0
    [    26.350] (II) UnloadModule: "nvidia"
    [    26.350] (II) UnloadSubModule: "wfb"
    [    26.350] (II) UnloadSubModule: "fb"
    [    26.350] (EE) Screen(s) found, but none have a usable configuration.
    [    26.350] (EE)
    Fatal server error:
    [    26.350] (EE) no screens found(EE)
    [    26.350] (EE)
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [    26.350] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [    26.350] (EE)
    [    26.369] (EE) Server terminated with error (1). Closing log file.
    what“s wrong?
    Last edited by skk556 (2014-01-01 12:46:37)

    ewaller wrote:
    skk556,
    Welcome to Arch Linux.  To be honest, this thread is a bit of a mess.  As Karol and Jellicent have indicated, we have standards for posting large blocks of text output.  We also expect these forums to be in English.  Please clean up your first post and provide translations.   I understand that English is probably not your native language.  You might want to post a thread in your native language on the "Other Languages" portion of our site.
    Thanks.
    Just like you said,i‘m sorry to that,I 'll take your advice.As you can see,"in your native language on the "Other Languages" portion of our site",that is  slow to take my problem.When i read a thread https://bbs.archlinux.org/viewtopic.php?pid=1346506 ,i try to solve it.
    Thanks a lot.
    Oh
    http://www.catb.org/~esr/faqs/smart-questions.html  is the best suggestion for me.
    Last edited by skk556 (2014-01-01 12:24:32)

  • [SOLVED] GLIBC_2.16 not found - Pacman broken

    Hi all,
    I did a packman -Syu yesterday and following instructions relative to glib errors I also performed it by excluding glibc.
    This resulting in the problem that now I have old GLIBC ( so I don't have simlink of lib).
    After rebooting my system was unable to boot anymore, I did a chroot and a mkinitcpio -p linux and now I can boot the system.
    The main problem is that I can't use pacman and a lot of stuff (samba service, firefox, and so on) due to this error:
    pacman: /lib/libc.so.6: version 'GLIBC_2.16' not found (required by /lib/libarchive.so.12)
    Before opening this new thread I did a lot of searching and I tried I think almost all solutions I've found.
    I already tried to use pacman cache for replacing libs, I already tried to downgrade curl...
    Any help is very very very appreciated, It's a workstation I'm using for CFD computation in my lab and I'm totally blocked!!! (I mean, CFD works at least )
    Thanks in advance, guys.
    daron
    Last edited by daron (2012-09-27 16:24:43)

    https://wiki.archlinux.org/index.php/De … iki:usrlib
    Try this from a chroot : pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz
    If that fails, try extracting the 2.16.0-1 tarball to /  (and don't forget to reinstall glibc after you've solved the problem) .

  • [SOLVED] Dovecot Systemd Service Fails

    Hello all, I can't find the reason for why my dovecot fails. My journalctl doesn't provide output for the PID I give it.
    $ systemctl status dovecot.service
    * dovecot.service - Dovecot IMAP/POP3 email server
    Loaded: loaded (/usr/lib/systemd/system/dovecot.service; enabled)
    Active: failed (Result: exit-code) since Mon 2014-08-04 17:53:27 UTC; 1min 4s ago
    Process: 4580 ExecStart=/usr/bin/dovecot -F (code=exited, status=89)
    Main PID: 4580 (code=exited, status=89)
    $ journalctl -b _PID=4580
    -- Logs begin at Fri 2013-03-29 01:07:20 UTC, end at Mon 2014-08-04 02:50:51 UTC. --
    Thank you for the help.
    ========================
    EDIT:
    ran the process described above: dovecot -F which gave me the dovecot error message. I had a misconfigured file (spelling mistake).
    Thanks for the help!
    Last edited by lexan (2014-08-04 18:11:28)

    Padfoot wrote:
    Try the following:
    [Unit]
    Description=K Display Manager
    Conflicts=[email protected]
    After=systemd-user-sessions.service [email protected]
    [Service]
    ExecStart=/usr/bin/kdm -nodaemon
    Restart=always
    IgnoreSIGPIPE=no
    StandardOutput=syslog
    [Install]
    Alias=display-manager.service
    Thank you for your suggestion. Unfortunately it does not work. Out of 4 boots, 3 time I ended up with blank screen. Interestingly, in the last boot I was able to switch to tty1 just after screen went blank and managed to log in to tty. I've restarted the kdm.service then manually in hope the image will be restored, but it wasn't. The restart of kdm then made the screen totally blank and I was unable to switch to tty anymore.
    Is it possible that radeon module in kernel has some slow initialization procedure and if X requires its services before it is properly initialized it ends up with blank screen?

  • [SOLVED] Cinnamon - network settings kind of broken

    Hey,
    after the last huge update -everything went fine- my network setting seem to be broken, although I'm online. When clicking "Network" in Cinnamon's system systems or right clicking on the NetworkManager applet and selecting "Network Settings" an additional popup appears saying:
    The system network services are not compatible with this version.
    I can simply close it and then look at my network setting, but the interface doesn't show up anymore.
    I have no clue how to fix this, here are some information:
    [klemens@arch-pc ~]$ psl network manager
    local/libnm-glib 1.0.0-1
    NetworkManager library
    local/libnm-gtk 1.0.0-1
    NetworkManager GUI library
    local/network-manager-applet 1.0.0-1
    Applet for managing network connections
    local/networkmanager 1.0.0-1
    Network Management daemon
    local/networkmanager-openconnect 1.0.0-1
    NetworkManager VPN integration for openconnect
    local/networkmanager-openvpn 1.0.0-2
    NetworkManager VPN plugin for OpenVPN
    [klemens@arch-pc ~]$ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether e0:56:88:41:77:e6 brd ff:ff:ff:ff:ff:ff
    As already mentioned, my internet connection works fine, it's just not configurable through cinnamon anymore. Is anyone experiencing similar behaviour?
    Last edited by klenamenis (2015-02-10 00:02:29)

    yup seems to be a version issue. There is some version check in cinnamon-control-center
    https://bbs.archlinux.org/viewtopic.php?id=192939
    Although I can still edit network connections. Clicking on the network Manager applet has to options at the bottom "Network Setting" (doesn't work) and "Network Connections" which shows another dialog to edit connections this one works. It might that it comes with the network-manager-applet package. If so this might be a workaround until the version check in the control center gets fixed upstream.
    Another solution would be to apply the patch proposed in the thread I linked but I didn't try that.

  • [SOLVED]Uefi + kms = garbled display, X broken.

    I've been trying to get my new system up and running, it being new, I opted for an 'uefi-mode'-install.
    My system is now configured, that rEFInd is run on startup, and from there I can select my kernel and boot it up (via efistub).
    This works just fine, except that I have to disable KMS, or else I will get a blank screen(some flashing text is faintly visible on the top line of the display during boot).
    If I configure X to automatically start, I get a totally garbled display(very pink). Depending on the combination of kernel options(passed via efistub) the screen also flashes.
    Providing nomodeset solves the problem to a somewhat dis-satisfactory degree, as then the video driver refuses to work for X. I must force the use of the vesa driver, which sucks.
    So,
    freshly installed system(09.08.12), kernel 3.4, the radeon driver(xf86-video-ati). my card is a radeon 6850hd (northen island,barts I think).
    Options and effects:
    I always pass add_efi_memmap
    video=efifb:off          -> no flicker/flashing, display still unusable.
    video=radeondrmfb  -> flickering/flashing, kernel log reports "fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver"
    nomodeset             -> display works fine, display mode is that of uefi(my case 1024x768), native mode would be 1280x1024. X fails, force vesa as a workaround.
    radeon.modeset=0  -> same as above.
    I think this may be a big fat bug
    Any Ideas?
    EDIT:
    I've upgraded to 3.5.1-1-ARCH from testing, and the problem still persists. I'm now trying 3.6-rc1 but thats just freezing at boot atm.
    UPDATE:
    I found this pull request and today tried 3.6.0-rc3 straight form kernel.org
    I can now startx with the radeon driver, and have full direct rendering and no distortions. I sadly get no output to the console during boot, the screen just turns off.
    I'm marking this as solved, because I think this could just be down do misconfiguration in the kernel.
    Last edited by hungerfish (2012-08-23 10:13:55)

    lagagnon wrote:
    I had a similar sort of problem and used the following:
    sleep 1 && xset dpms force off
    That may or may not work for you...
    It doesn't work for me - it immediately turns on again.
    But the problem is not that I can't force the display to turn off, but that it will *never* turn off automatically to save power when not used.

  • [Solved] Dovecot Sieve Not Working

    I am moving my server from Ubuntu to Arch. On Ubuntu I had sieve working fine with Dovecot. However, in arch mail doesn't seem to be getting processed by sieve. Here are the relevant settings from my dovecot.conf:
    protocol lda {
    postmaster_address = [email protected]
    hostname = wilkesley.org
    sendmail_path = /usr/sbin/sendmail
    mail_plugins = $mail_plugins sieve
    sieve_dir = ~/
    plugin {
      sieve_global_path = /home/vmail/globalsieverc
    I have a .dovecot-sieve in my home directory. I am not getting any errors in the logs or any entries .dovecot.sieve.log. So what am I doing wrong?
    Last edited by geekinthesticks (2011-10-17 08:17:05)

    Thanks I had already got pigeonhole installed. I have read the wiki several times and now have:
    protocols = imap sieve
    protocol lda {
    postmaster_address = [email protected]
    hostname = wilkesley.org
    sendmail_path = /usr/sbin/sendmail
    mail_plugins = $mail_plugins sieve
    protocol sieve {
    # Nothing here because the defaults should be OK.
    plugin {
      sieve = ~/.dovecot.sieve
      sieve_global_path = /home/vmail/globalsieverc
      sieve_dir = ~/
    I have created the sieve dir in the virtual users folder. However sieve doesn't appear to be working.
    I have tried logging in manually to see if sieve is running, but get the following error:
    ian:~/ $ gnutls-cli --starttls -p 143 mail2.wilkesley.net                                                          [8:32:22]
    Resolving 'mail2.wilkesley.net'...
    Connecting to '127.0.0.1:143'...
    - Simple Client Mode:
    * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.
    STARTTLS
    STARTTLS BAD Error in IMAP command received by server.
    According to the Dovecot wiki this should reply with the capabilities of my server, Note the server sends and receives mail OK using starttls.
    Last edited by geekinthesticks (2011-10-15 07:49:35)

Maybe you are looking for