[Solved] Severely broken system after update

I need help with system that doesn't boot after update.
I tried to make pacman -Syu on a system which was not updated since 2010 xmass... probably being overwhelmed by number of issues I did something wrong, but now the system is in a very bad state.
I think that the main issue was glibc update. I followed the instruction to install all other packages before glibc, but every second package was complaining about glibc (although they all updated). Then pacman became broken, but I solved this and finally everything got updated.
Everything looked fine right after update, but now the system is "unable to find root device" on boot.
I tried to boot with recent arch usb stick (cd drive is broken in the computer), but it doesn't boot (reboots right after "loading archiso.img"). I managed to boot with ubuntu usb stick. I chrooted to my arch partition using these instructions:
https://wiki.archlinux.org/index.php/Chroot#Change_root
then, following pacman wiki I reinstalled linux, mkinitcpio and systemd.
It didn't help. The last thing I can think of is to reinstall all packages via chroot. Is there any handy way to do this, taking into account that some packages could have been installed from AUR (I don't care about them at this point, but I wouldn't like this to stop me from reinstalling all other packages)?
Any other ideas?
Last edited by senjin (2012-09-15 19:34:26)

It's not a solution since arch installation usb stick doesn't work for me, as I mentioned above. I must either make this installation work, or move to ubuntu (gah!)
edit:
I managed to boot. After the error message at the beginning I'm left with "you can type exit to continue booting, but it will most likely fail"... it doesn't fail, and system appears to be working normally (well, except some error about consolekit when X is starting, probably unrelated).
Now the question is how to avoid this error message at the beginning...
Last edited by senjin (2012-09-15 13:04:04)

Similar Messages

  • I have a macbook pro core i7 mid 2012 And update to the latest version 10.8.4 system after updating the system I have the problem appeared to take off the device and stops at the apple logo for about 5 minutes and then enters the desktop How can I solve t

    I have a macbook pro core i7 mid 2012
    And update to the latest version 10.8.4 system after updating the system I have the problem appeared to take off the device and stops at the apple logo for about 5 minutes and then enters the desktop How can I solve this problem and thank you

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutes after the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • [SOLVED] Problem w/ lxdream after updating/reinstalling OS.

    Hi,
    Yesterday I've made update on OS and then I've got Kernel panic... So I've recovered data and reinstalled OS (it was the best option for me, because previous system was such a mess). After installing OS I've compiled by myself lxdream and after copying 'bios data' to ~/.lxdream it gaves me "Illegal instruction" ("Bledna instrukcja" in polish). So, I've tried compiling from the AUR and I've got this same result. Before update/reinstall everything was working ok. This is from 'gdb lxdream' and typing 'run':
    Starting program: /(path_to)/lxdream
    [Thread debugging using libthread_db enabled]
    [New Thread 0xb3357b70 (LWP 1745)]
    ALSA lib pcm.c:7236:(snd_pcm_recover) underrun occured
    Program received signal SIGILL, Illegal instruction.
    0x0809547f in gl_reset_state () at drivers/video_gl.c:36
    36 glOrtho( 0, video_width, video_height, 0, 0, 65535 );
    (gdb) _
    My system spec:
    AMD Athlon 2000+ (1.6GHZ)
    512MB RAM in one DDR module (Kingston)
    80GB HDD PATA (Segate)
    Nvidia GeForce FX 5500 AGP (w/ using nvidia-96xx)
    Creative SB16 listed by lspci as Ensoniq 5880B
    I'm using xorg-server 1.7.5.902-1 and nvidia-96xx/nvidia-96xx-utils.
    It's not bug in alsa, because on previous install I've got alsa underrun occured and everything was working ok. Also it have other optional audio drivers (alsa,esd,sdl,null). Even on 'null' it's not working.
    I don't know what a problem is with lxdream, because previously it was working ok with the same drivers and 3rd party applications/libraries.
    It looks that some package after update have broken compatibility. I need this emu, because it's needed for me for Homebrew Development.
    I'll test lxdream on second PC with similiar specs, that have ArchLinux slightly outdated.
    It's my first post and sorry for my English, I'm Polish.
    Thanks a lot.
    // it works okay on second (not mine) pc, it has xorg-server 1.7.5.901 and open source ati radeon drivers (called 'radeon'), I don't know if that helps, if I would know how to debug it...
    Update:
    It looks that it's ia gtk or gl/glx bug, because when I comment this line 'glOrtho( 0, video_width, video_height, 0, 0, 65535 );' it runs, but when I get cursor over GL display it will crash with:
    Program received signal SIGILL, Illegal instruction.
    on_video_window_mouse_motion (widget=0xadff940, event=0xae03c18,
    user_data=0xae94600) at gtkui/gtk_win.c:133
    133 int x = (int)event->x;
    So it's looks that it is a GL/GLX or GTK bug. On that PC gtk version is 2.18.7, mine is 2.20.0.
    Update:
    I think, that it is a GTK 2.20.0 related problem...
    Update:
    Marked with 'SOLVED' flag in the subject.
    Last edited by XionKH10 (2010-04-06 09:35:48)

    Here you go:
    mail:~ dude$ ls -l /var/clamav/
    total 14736
    -rw-r--r-- 1 clamav clamav 610351 Nov 30 03:44 daily.cvd
    -rw-rw---- 1 clamav clamav 2 Nov 29 21:44 freshclam.pid
    -rw-r--r-- 1 clamav clamav 6924820 Nov 3 16:31 main.cvd
    and when I do the following:
    mail:~ admin$ ls -l /var/amavis/
    ls: : Permission denied
    So I tried the same command as root:
    mail:~ dude$ ls -l /var/amavis/
    ls: : Permission denied
    mail:~ dude$ sudo ls -l /var/amavis/
    Password:
    total 24
    lrwxr-xr-x 1 root clamav 33 Aug 12 10:38 .spamassassin -> /private/var/clamav/.spamassassin
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:05 amavis-20060911T130530-11951
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:26 amavis-20060911T132643-12041
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:46 amavis-20061130T114636-17606
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:49 amavis-20061130T114901-17679
    -rw-r----- 1 clamav clamav 0 Apr 12 2006 amavisd.lock
    -rw-r----- 1 clamav clamav 3 Nov 29 21:44 amavisd.pid
    srwxr-x--- 1 clamav clamav 0 Nov 29 21:44 amavisd.sock
    -rw-r--r-- 1 clamav clamav 3 Mar 20 2005 whitelist_sender
    I see something odd with the symlink in the first row. Is this the problem? If so, then how would I fix it?

  • [Solved] Strange font problem - after update.

    Hello guys,
    encountered a strange small font problem on sites with code wrappers like stackoverflow/blogs/jsfiddle. After update. took a look at my font setup all looks good.
    I've also checked the settings for gtk2/3 and no problems there.
    INFO:
    Google-Chrome-Beta. [same thing]
    Firefox [same thing]
    /etc/vconsole.conf ->
    KEYMAP=sv-latin1
    FONT=ter-112n
    .gtkrc-2.0->
    gtk-theme-name="Clearlooks"
    gtk-icon-theme-name="Faience"
    gtk-font-name="Tewi 9"
    gtk-cursor-theme-name="Adwaita"
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_BOTH
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=0
    gtk-enable-input-feedback-sounds=0
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle="hintfull"
    gtk-xft-rgba="none"
    /gtk-3.0/settings.ini->
    gtk-theme-name=Clearlooks
    gtk-icon-theme-name=Faience
    gtk-font-name=Tewi 9
    Any ideas on this problem would be greatfully appreciated.
    http://imgur.com/MD7yPI2
    Mod note: removed huge image -- WorMzy
    Last edited by Learning (2015-05-22 21:55:07)

    Update:
    Tried reinstalling, change the fonts, remove all font clear the cache.
    change, look up the settings, looked up size, tried monitor dpi.
    checked all the config files for anything remotely related to this problem.
    Had a quick look at the bug tracker for google-chrome-beta as well no reported
    font problems as far as i can find.
    Update2:
    Tried adding custom.css to the browser not even that worked.
    update3: [SOLVED]
    So i solved the problem.
    The problem was a faulty font that was stuck and used in the pre somehow.
    Removed and added another to the list and somehow that worked.
    recommendations - if anyone has this problem in the future.
    open firefox and look in the font tab what is used. and remove that
    or try to install a fixed one. that should work.
    -Nothing has yielded any working results.
    So any ideas at this point would be most appreciated.
    Thanks,
    -L
    Last edited by Learning (2015-05-22 21:59:14)

  • [Solved]Qtcurve style disappeared after update

    After updated to version 0.65.1-1,and now i can't select qtcurve from systemsettings-->styles,and in kdeglobals "widgetStyle=qtcurve",but in fact oxygen style is used .How can i get qtcurve style back?
    Edit:I downloaded the PKGBUILD file and recompiled (version 0.65.3-1),just as Pierre said,and now it works.Thanks for all your replies.
    Last edited by ashunter (2009-07-05 16:10:49)

    I'm also using kdemod-core and qtcurve just vanished from the styles-section, but not from the win-deco-section.
    Compiling qtcurve 0.65.3 with the following PKGBUILD did the trick     (based on qtcurve-qt4 from AUR: http://aur.archlinux.org/packages.php?ID=22064)
    pkgname=qtcurve-kde4
    pkgver=0.65.3
    pkgrel=1
    arch=('i686' 'x86_64')
    groups=('qtcurve')
    license='GPL'
    pkgdesc='qtcurve'
    source=("http://home.freeuk.com/cpdrummond/QtCurve-KDE4-${pkgver}.tar.bz2")
    url='http://www.kde-look.org/content/show.php?content=40492'
    makedepends=('cmake')
    depends=(qt)
    md5sums=('99888fa785eb895a117d80f50d44d7b9')
    build() {
    cd $srcdir
    cd QtCurve-KDE4-${pkgver}
    cmake . \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DQTC_DISABLE_KDEFILEDIALOG_CALLS=false
    make
    make DESTDIR=$pkgdir install
    Last edited by n8schicht (2009-07-05 13:48:04)

  • [SOLVED]Nginx 403 error after update

    Hello,
    I am running nginx 1.0.6-2. on 64 bit OpenVZ. This problem occurred after update form 1.0.5. When I try to reach a simple static page with hello world I get 403 error. I hadn't touch configuration file. I tried to manipulate with permissions but still nothing. Here is my currently permissions.
    [root@server srv]# ls -l
    total 8
    dr-xr-xr-x 2 root ftp 4096 Aug 9 16:41 ftp
    drwxr-xr-x 3 root http 4096 Aug 30 02:37 http
    Here is my static page.
    [root@server nginx]# ls -l
    total 4
    -rwxrwxrwx 1 root http 5 Aug 30 02:38 index.html
    Even though it have 777 I still can't reach it.
    Here is my config file for nginx without comments.
    worker_processes 1;
    events {
    worker_connections 1024;
    http {
    include mime.types;
    default_type application/octet-stream;
    sendfile on;
    keepalive_timeout 65;
    #gzip on;
    server {
    listen 80;
    server_name localhost;
    location / {
    root html;
    index index.html index.htm;
    error_page 500 502 503 504 /50x.html;
    location = /50x.html {
    root html;
    Thanks in advance for any help.
    Best regards
    Last edited by arturr (2011-09-01 20:51:40)

    kvn wrote:make sure to also fix any /srv paths to the new /usr/share/nginx/http path in your /etc/nginx/conf/nginx.conf
    Putting your web root in /usr/share is a stupid idea. You should just override defaults with /srv/ as appropriate for your own setup. The shipped default is only so it shows a page at all the first time you start it up, not a recommendation you put your own files there.

  • [SOLVED] charging + touchpad problem after update

    *******EDIT*******
    after trying some other live cds, the problems below are almost certainly hardware related, with timing of update coincidental.
    hi all,
    I have a Asus UX32VD. I was travelling for a few weeks and updated when I got home, including the kernel to 3.10.44
    now the battery stops charging around 50% (tried two chargers at two different locations)
    $ acpi -i
    Battery 0: Charging, 48%, charging at zero rate - will never fully charge.
    Battery 0: design capacity 5863 mAh, last full capacity 4920 mAh = 83%
    also the touchpad stopped working entirely (was not recognized in 'xinput list') but after some searching I blacklisted i2c-hid, which seems to have helped, but the touchpad still sometimes becomes unresponsive (especially when unplugging/plugging in power) and leaves the following in the journal:
    Jun 29 11:04:31 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:33 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:33 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:33 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:33 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:33 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:33 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:33 maria kernel: psmouse serio4: issuing reconnect request
    Jun 29 11:04:47 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:47 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:47 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:47 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:47 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:47 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:47 maria kernel: psmouse serio4: issuing reconnect request
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:48 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:48 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:48 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - bad parity
    Jun 29 11:04:48 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:04:48 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:48 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:04:48 maria kernel: psmouse serio4: issuing reconnect request
    Jun 29 11:04:48 maria kernel: psmouse serio4: elantech: synaptics_send_cmd query 0x01 failed.
    Jun 29 11:04:49 maria kernel: psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jun 29 11:04:50 maria kernel: psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f02)
    Jun 29 11:04:50 maria kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0e.
    Jun 29 11:04:50 maria kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input14
    Jun 29 11:04:50 maria kernel: psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jun 29 11:04:50 maria kernel: psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f02)
    Jun 29 11:04:50 maria kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0e.
    Jun 29 11:04:50 maria kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input15
    Jun 29 11:04:51 maria laptop-mode[10540]: Laptop mode
    Jun 29 11:04:51 maria laptop-mode[10541]: enabled, active
    Jun 29 11:04:52 maria kernel: EXT4-fs (sda3): re-mounted. Opts: (null)
    Jun 29 11:04:52 maria kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Jun 29 11:04:52 maria kernel: EXT4-fs (sda4): re-mounted. Opts: (null)
    Jun 29 11:04:53 maria laptop-mode[11341]: Laptop mode
    Jun 29 11:04:53 maria laptop-mode[11342]: enabled, active [unchanged]
    Jun 29 11:05:11 maria sudo[11348]: adlai : TTY=pts/1 ; PWD=/home/adlai ; USER=root ; COMMAND=/usr/bin/journalctl -f -n 55
    Jun 29 11:05:11 maria sudo[11348]: pam_unix(sudo:session): session opened for user root by adlai(uid=0)
    Jun 29 11:05:17 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:17 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:17 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:17 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:17 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:17 maria kernel: psmouse serio4: issuing reconnect request
    Jun 29 11:05:19 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:05:39 maria kernel: psmouse serio4: bad data from KBC - timeout
    Jun 29 11:05:39 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:39 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:39 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:39 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:39 maria kernel: psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
    Jun 29 11:05:39 maria kernel: psmouse serio4: issuing reconnect request
    I'm also having some other smaller issues that I'll work on before asking about. I tried rolling back the kernel back to before the update but it didn't change the charging behaviour or help with the touchpad. I'm going to try rolling everything  serious-looking back but wanted to post first in case anyone has any ideas.
    thanks for the help, and please let me know anything else required.
    Last edited by htedrom (2014-07-01 05:01:52)

    I have the same problem with the touchpad. It stopped working after update.

  • [SOLVED]Re-enable TouchPad after updating from Plasma 5.1.2 to 5.2.0

    This is my first post here. I have been an Arch user for nearly 2 years now and have finally had to troubleshoot an issue that had no fix on here or in the wiki so I wanted to share. After updating Plasma from 5.1.2 to 5.2.0 my touchpad on my Samsung series 3 was being disabled between the display manager and the KDE splash screen. To fix this I had to re-enable the touchpad in:
    ~/.config/ktouchpadenablerrc
    from
    touchpadEnabled=false
    to
    touchpadEnabled=true
    I hope this keeps someone else from 2 days of troubleshooting.
                -Shawn
    Last edited by coldbloodedgt (2015-02-01 08:41:00)

    This would be better in the wiki -- could you add it there please?
    https://wiki.archlinux.org/index.php/KDE

  • [Solved] Broken arch after update

    Hi. I'm trying to install wine. So I uncommented multilib lines in /etc/pacman.conf & made 'pacman -Syu'. After restart system booting stops at "reached target graphical interface". Temporarily I've disable sddm service, so I can login in tty. However some services and modules can't be loaded still. For example I can't load iwlwifi for wireless and nvidia modules. I also tried to reinstall graphics packages such as bumblebee, mesa, nvidia but it's not helped.
    'Dmesg | grep -i error' shows nothing. 'cat /var/log/Xorg.0 | grep EE' chows:
    [ 29.973] Current Operating System: Linux BooBook 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 29.999] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 29.999] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 32.017] (EE) open /dev/dri/card0: No such file or directory
    [ 32.017] (EE) open /dev/dri/card0: No such file or directory
    [ 32.017] (EE) Screen 0 deleted because of no matching config section.
    [ 32.017] (EE) Device(s) detected, but none match those in the config file.
    [ 32.017] (EE)
    [ 32.017] (EE) no screens found(EE)
    [ 32.017] (EE)
    [ 32.017] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 32.018] (EE)
    [ 32.022] (EE) Server terminated with error (1). Closing log file.
    Need help!
    When installing arch at first time I didn't create any xorg configs, but may be it should be done now?
    Last edited by abook (2015-05-10 01:18:49)

    Well, I've loaded fallback image of initramfs. Now it works & show "Linux BooBook 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64 GNU/Linux". Thank you, guys.

  • [SOLVED] broken libraries after update

    I'm getting this error when trying to start akregator:
    error while loading shared libraries: /usr/lib/libkontactinterface.so.4: invalid ELF header
    When I run the file command on /usr/lib there are several files that are identified only as "data" including the one producing the above error.
    I think this started after pacman upgraded a lot of kde libraries a few days ago. At the end of a pacman run, ldconfig gives errors such as:
    ldconfig: /usr/lib/libkpimtextedit.so is not an ELF file - it has the wrong magic bytes at the start.
    Any ideas on what went wrong and how to fix it would be most welcome.
    Last edited by dan34 (2013-11-09 19:22:16)

    Yes, this seems to be one of the few times to use --force, but only for the kdepimlibs installation.  It also begs the question, though, of how those files got there.  Did you install any KDE related software manually?  If not, your package database may have been corrupted, which would leave me wanting to check the health of the disk (fscks first, then smartmontools).
    Edit: the incorrect elf type would suggest the former: I suspect some libs were manually installed, but the wrong architecture was used.  This might even happen with some "click here to upgrade" crap on some tools if they were running as root.
    Last edited by Trilby (2013-11-09 16:20:27)

  • [SOLVED] Unable to boot after update

    After full system upgrade my arch is unable to boot kernel:
    ERROR: device 'UUID=xxx...' not found, skipping fsck.
    ERROR: unable to find root device 'UUID=xxx...'
    You're being dropped to a recovery shell
    I'm pretty sure UUID of /dev/sda2 is correct (double checked with Ubuntu live cd).
    Last edited by soroush (2012-09-06 12:20:15)

    Then you need to provide more information. Bootloader? Kernel? Tried fallback initramfs?
    Edit: OK, you solved it. pacman does regenerate the initramfs if the kernel is updated. It just didn't work for you this time.
    Last edited by progandy (2012-09-06 12:21:55)

  • [SOLVED] GDM/Gnome Issues after Updates

    hi everyone!
    ive run into some pesky problems (possibly nvidia related) after a full update this morning. after booting up, gdm tries to run, but it crashes and retries over and over again with this message (shown in systemctl status gdm while running):
    Failed to contact accountsservice. Error calling StartServiceByName for org.freedesktop.Accounts: GDBus.Error: org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.Accounts timed out
    i tried installing lxdm and lightdm (the former loaded, the latter didnt), but that also didnt seem to work. with lxdm i couldnt log in to gnome (screen just went black), with lightdm i had no luck at all (didnt start at all).
    can anyone point me in the right direction to debug this?
    thanks a lot!
    regards,
    M.
    Edit:
    i installed nouveau and lightdm again and checked the status with systemctl. seems polkit is looking for a file called libmozjs-17-0.so:
    ● polkit.service - Authorization Manager
    Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
    Active: failed (Result: exit-code) since Wed 2014-04-16 17:14:12 CEST; 39s ago
    Docs: man:polkit(8)
    Process: 6145 ExecStart=/usr/lib/polkit-1/polkitd --no-debug (code=exited, status=127)
    Main PID: 6145 (code=exited, status=127)
    Apr 16 17:14:12 arch systemd[1]: Starting Authorization Manager...
    Apr 16 17:14:12 arch polkitd[6145]: /usr/lib/polkit-1/polkitd: error while loading shared libraries: libmozjs-17.0.so: cannot open shared object file: No such file or directory
    Apr 16 17:14:12 arch systemd[1]: polkit.service: main process exited, code=exited, status=127/n/a
    Apr 16 17:14:12 arch systemd[1]: Failed to start Authorization Manager.
    Apr 16 17:14:12 arch systemd[1]: Unit polkit.service entered failed state.
    i checked /usr/lib and found libmozjs-24.so… weird
    Edit 2:
    so i reinstalled a package called js17, undid all my changes with lightdm, slim et al, reinstalled nvidia and it seems it works!
    marking as solved.
    Last edited by miles969 (2014-04-16 16:10:15)

    Last update (at 2014-04-16) gives me a great headache.
    All my keyboard shorcuts had become useless: freezings reach up to 30 secs.
    Number of applications are bricked, i.e. evolution can not to read any message from imap server.
    I have a bulk of errors in my journalctl.  This is cut of them (Hmm, what do you think about a necessity to punish the guy that invented localized logs?)
    $ journalctl -b | grep rror
    апр 16 19:16:27 church gdm-Xorg-:0[258]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    апр 16 19:16:31 church NetworkManager[177]: <warn> Couldn't acquire object manager proxy: Ошибка вызова StartServiceByName для org.bluez: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    апр 16 19:16:37 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:38 church org.a11y.atspi.Registry[382]: ** (at-spi2-registryd:387): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    апр 16 19:16:46 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:52 church gnome-session[326]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    апр 16 19:17:06 church org.gnome.Shell.CalendarServer[348]: (gnome-shell-calendar-server:500): ShellCalendarServer-WARNING **: Error opening calendar 1397299558.9767.2@church: ?????????? ??????? ?????????: ??????????? ???????? ?? ????
    апр 16 19:23:49 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: AUTH (1397299494.9760.26@church): Complete (ERROR - Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out)
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: (evolution-source-registry:507): libebackend-WARNING **: source_registry_server_authenticate_done_cb: Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out
    апр 16 19:27:12 church chromium.desktop[925]: [925:950:0416/192712:ERROR:nss_util.cc(853)] After loading Root Certs, loaded==false: NSS error code: -8018
    апр 16 19:28:00 church kernel: traps: evolution[760] trap int3 ip:7ff69db9c993 sp:7fff6d219560 error:0

  • [SOLVED] LXDE menu disappeared after update

    After last update the menu entries in LXDE menu disappeared. There are only two entries, Logout  and Run
    Is there any way to restore the menu entries?
    Last edited by leonidas (2014-11-17 18:16:14)

    nbvcxz wrote:
    1. broken panel config
    please show (cat) us your panel configuration eg:
    cat ~/.config/lxpanel/default/panels/panel
    or
    cat ~/.config/lxpanel/LXDE/panels/panel
    especially part Plugin type=menu
    With the same problem, my cat showed:
    Plugin {
    type = menu
    Config {
    image=/usr/share/lxde/images/lxde-icon.png
    system {
    separator {
    item {
    command=run
    separator {
    item {
    image=gnome-logout
    command=logout
    2. hidden all entities in menu
    backup and remove local menu application
    mv ~/.local/share/applications ~/.local/share/applications.bak
    I did that, and my applications.bak directory contains lots of files with extension of .desktop
    3. missing a part of menu
    install again lxmenu-data, menu-cache and libfm-extra
    sudo pacman -S libfm-extra libfm-extra libfm-extra
    Did you mean to put libfm-extra three times?
    Did you mean
    sudo pacman -S lxmenu-data menu-cache libfm-extra
    I tried that, but didn't have any pacman. I used apt-get to get it, and found myself playing pacman :-)
    I tried
    sudo apt-get install lxmenu-data menu-cache libfm-extra
    and got the result:
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package menu-cache
    E: Unable to locate package libfm-extra
    4. launch panel from termian
    if nothing helps start terminal stop lxpanel and start it again from terminal to see the output
    lxpanelctl exit
    lxpanel
    When I run lxpanel (with the bare command, or as someone else suggested, with
    lxpanel -p LXDE
    ) I get the error message
    Xlib: extension "RANDR" missing on display ":1"
    The panel starts OK, but still has only Run and Logout entries in the START menu.
    I am running Ubuntu 13.04, accessing the server through tightvnc.
    The file
    ~/.config/lxpanel/LXDE/panels/panel
    begins with
    # lxpanel <profile> config file. Manually editing is not recommended.
    # Use preference dialog in lxpanel to adjust config when you can.
    so I don't want to just add entries the function.
    The preference dialog didn't seem to have a way for me to import other START menu entries.
    Any help appreciated :-)
    Jim

  • How do i return to a previous system after updating?

    After trying to update our IMac to improve how it runs, we are unable to go back to our saved previous system. the entire computer is now set up differently and has none of our information on it. I think it's even running an older OS. I see all of our old files in a folder, on our hard drive, marked "Previous System", but I have no idea how to restore? HELP@!

    Most likely you will need to reinstall your third-party software. However, before you do that try instead locating the various support files these applications use. Start with these folders:
    /Home/Library/Applications Support/
    /Home/Library/Preferences/
    /Library/Applications Support/
    /Library/Preferences/
    Look for files or folders pertaining to your third-party applications. For CS3 you might look for folders named "Adobe" and "Photoshop." In the preferences folder look for files beginning with "com.adobe."
    You would then drag these items to the same location in the newly installed system. This is quite tedious but you may not have to reinstall. But no guarantees because Adobe tends to install support files all over the place.

  • IBook G4 cannot find system after update to 10.4.8 the first startup

    Hi,
    I recently updated the iBook G4 of my girlfriend from Mac OS X 10.4.6 to 10.4.8. After restart the iBook showed up the icon for not being able to find a system to startup from. I then turned the iBook off and turned it on again, now the iBook started up just fine from the previously updated system.
    But since then, every time the iBook becomes started up it's the same procedure: First it cannot find a system to start up from, then we turn the iBook off and on again and then it starts up just fine. Any ideas why?
    Additonally, we now found some error with disk utility on the start up disk. I started the iBook from an 10.4.6 installation disk, checked and repaired the disk. The checked it again, no error found anymore... Started up from the iBooks hard drive, checked with the disk utility from the 10.4.8 system there and this one found error again. Does this make sense?
    Any ideas are really appreciated!
    Regards, Canubis
    PowerBook G4 15'', iMac G3 333MHz Grape   Mac OS X (10.4.4)   Cinema Display 20", .mac, highlighted keyboard

    Go to System Preferences > Startup Disk and reselect the system you want to use to startup the computer and then select Restart which should resolve the startup problem.
    Started up from the iBooks hard drive, checked with the disk utility
    from the 10.4.8 system there and this one found error again. Does
    this make sense?
    Not sure if this is considered a bug but this has been reported by others which you can ignore.
    I use Disk Utility from the Startup volume to repair disk permissions only, never to Verify Disk which you shouldn't use to check the boot volume for any directory errors with Disk First Aid repair via Disk Utility when booted from your Tiger install disc either.
    When doing so, better to select Repair Disk right off the bat and if no problems are reported, you are done. No point in selecting Verify Disk to verify again.
    If a problem is reported via Verify Disk and you run Repair Disk to repair the problem and if successfully repaired, no point in running Verify Disk again in this situation either. Best to run Repair Disk only and if any problems are reported and successfully repaired, run Repair again until no problems are reported which saves a step/time and is more efficient.
    http://www.thexlab.com/faqs/durepairfns.html

Maybe you are looking for

  • Install SL from scratch or upgrade over 10.5.6 ?

    I'm certain this has been addressed but I can't put my finger on it just right now.. I installed SL onto a fresh SSD drive and it works just fine (have not tried TM yet). I notice this must be an upgrade to Leopard as there are few of myh previous ap

  • Version 8.1.7

    Is 8.1.6 J2EE compliant?When is the Oracle 8.1.7 release scheduled?Where can we get more info on the EJB 1.1 support(Entity Beans) by Oracle as also the 8.1.7 release details. Any info? Thanks in advance [email protected] null

  • Where can I download Flash CS3 Professional?

    sir how can i download Adobe Flash CS3 professional?

  • Option to view bookmarks bar as icons in Safari?

    This question has been asked many times by the community if you ever used internet explorer you have the option to view bookmarks or favorites as icons only this keeps it neat and tidy plus it is less clunky as safari has it now and then. This needs

  • HT1338 Help me out with Mountain lion upgrade.

    I have new macbook pro 10.7 late 2011, when i click software updates in menu, its saying software is uptodate. I want my free update of Mountain lion. what should i do?