Debian Multimedia :: Squeeze Update Killed Cairo

Jun 1, 2010

I have been having problems with Squeeze last day or so, but thought would do all system updates available in hope this would stop the system crashes only to find that upon reboot my dock of choice, Cairo-Dock, which is set to auto start puts a message on screen saying it has no plugins available and that it will not run as a result. And it just won`t run. The update included updates for Cairo Dock and it`s plugins, which it seems have all updated correctly and package manager says every available plugin IS installed as it was before, what I can do to correct this annoying issue?

[Code]....

View 4 Replies


ADVERTISEMENT

Debian Configuration :: Squeeze Update Killed KDE4?

May 17, 2010

I updated today and naturally removed the old nVidia driver, compiled it again after a reboot, and then rebooted again for good measure. I can log into KDE4, but all I get is a cursor and a solid black background. I deleted the ~/.kde, ~/.local, and quite a few other directories from my normal user account using the shell so KDE would reconfigure my settings when I logged in again, but it's the same problem. I went into ~/.kde/share/config/kwinrc and added the "Compositing" section with "Enabled=false" to rule out compositing. Now when I log into the system I get the default KDE4 wallpaper and a mouse cursor, but nothing else. I believe the latest update broke KDE4, or am I missing something? I have recreated my xorg.conf as well, and only set it to use the nVidia driver. So what can I do now?

View 3 Replies View Related

Debian Multimedia :: Reduced FPS After Yesterday's Update (Squeeze)

Jun 14, 2010

I've been using the testing branch for quite some time with no major issues. However, yesterday's upgrade (I run dist-upgrade roughly every day or two) I've been experiencing some very low FPS rate - about 150-250 according to glxgears. My gfx card is a bit old - Radeon Xpress 1100 (200M).

Xorg.log and syslog are both fine. I've tried forcing the "radeon" video driver in xorg.conf as well as the automatic "ati" value without any effect.

It could be a bug, or it could be something resulting from the upgrade of any of the packages.

View 2 Replies View Related

Debian Multimedia :: Squeeze: HAL .fdi Policy Rules Not Working In X After Update?

Jan 30, 2010

After a system update a couple of days back - which as far as I can remember included some xorg packages - neither of the policy files I have written for my keyboard, synaptics touchpad and mouse work.Below are the files and the Xorg log file.

99-x11-keyboard.fdi
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">

[code]...

View 4 Replies View Related

Debian Multimedia :: NVidia Died With Last Kernel Update In Squeeze

Oct 21, 2010

It was no surprise that I needed to reinstall the nvidia driver after a 2.6.32-5-686 kernel update a couple days ago, but I was surprised that it didn't work. I've had to drop back to a kernel I compiled a few weeks ago, which is basically the stock 2.6.32-5-686 from that time, with a timer frequency of 1000 and desktop preemption.
Vid card is GeForce PCX 5750
Using NVIDIA-Linux-x86-173.14.22-pkg1.run

This is the command I used:
env CC=/usr/bin/gcc-4.3 sh NVIDIA-Linux-x86-173.14.22-pkg1.run
(After it didn't work, I ran it with --uninstall and tried installing again. No luck with that.)

Here's the nvidia installer log (sorry about the encoding. I don't know what happened with that): [URL]
rivafb, nvidiafb and rivatv are not loaded.

I don't see it in this one, but on a previous attempt, I saw an error message that said no nvidia graphics card was found. I've been suspicious that the card is slowly dying, based on problems like gray blocks on the screen or (in an older lenny install) persistence of the contents of a window appearing inside a terminal, when I switch desktops from the one where the browser is open to the one where the terminal is open. Scrolling the artifact off-screen and back, or window-shading the terminal and then un-shading it causes it to re-draw correctly.

View 2 Replies View Related

Debian Multimedia :: 3D Games Fail Recent Squeeze Update?

Apr 16, 2011

I run the 2.6.32-5-686 kernel on Squeeze and the bad nvidia drivers. A recent update, and pardon for not noting which, broke 3d games on my box. From a terminal neverputt yields the following error:

ignatius@lapbox 14:56 [ ~ ]:$ neverputt
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  137 (NV-GLX)

[code]....

I can mv xorg.conf to xorg.conf-pre and nexuiz will fire-up. Without 3d of course. I spent an hour or so last week going over my xorg.conf but it just ain't broke! Someone else saw it, too, and reported it but his post remains alone in the thread as of 10 minutes ago.

View 5 Replies View Related

Debian Multimedia :: Evolution Crashes In Squeeze After Recent Update?

Jul 24, 2010

After recent update (yesterday) Evolution became almost unusable: if I am going to create a new e-mail or just select a person from Contacts or reply to someone it simply crashes. The update also didn't go very smooth - 15 updates were not applied because of a broken dependency - evolution-exchange, which depended on evolution prior to 2.30.0 but 2.30.1.2-2 was to be installed. Is there a way to make Evolution to work or upgrade solving dependencies?

View 3 Replies View Related

Debian Multimedia :: (Solved) Evolution Crashes In Squeeze After Recent Update?

May 19, 2010

After recent update (yesterday) Evolution became almost unusable: if I am going to create a new e-mail or just select a person from Contacts or reply to someone it simply crashes. The update also didn't go very smooth - 15 updates were not applied because of a broken dependency - evolution-exchange, which depended on evolution prior to 2.30.0 but 2.30.1.2-2 was to be installed. Is there a way to make Evolution to work or upgrade solving dependencies?

View 1 Replies View Related

Debian Installation :: LUKS On Root Killed By Apt-get Update

Sep 24, 2015

Root LUKS to be broken by apt-get update? This did happen to me on 3 different laptops, both on previous install (from Debian 8.0), and also on clean installs (Debian 8.1), repeatedly.

When I reboot, grub starts, but then it cannot find the root file system (I end up with the emergency console).

Code: Select allLoading Linux 3.16.0-4-amd64 ...
Loading initial ramdisk ...
Loading, please wait...
[many seconds waiting]
ALERT! /dev/mapper/sda2_crypt does not exists.
modprobe: modprobe ehci-orion not found in modules.dep

This is the most simple, clean, conservative install ever, no closed driver.

But LUKS on the root file system:

Code: Select allone ext4 partition on /boot
one ext4 partition on / (trough LUKS, all defaults)

There is no LVM.

All the 3 laptops killed at different time, when updating. Clean install is fine until the first update.

Booting on the rescue system allows me to see everything.

Code: Select all$ update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.16.0-4-amd64
Found initrd image: /boot/initrd.img-3.16.0-4-amd64
No volume groups found

How can I recover from this?

View 5 Replies View Related

Debian Configuration :: Update Testing Killed Internet Connection?

Jul 5, 2011

AMD 64 Upgrade to testing last night killed my internet connection. The lan works, I can ping the dns server from my IP, however no mail, browser possible. Is something in testing broken again?

View 5 Replies View Related

Debian Multimedia :: Cairo Dock Position Is Dislocated

Aug 13, 2015

Can't find similar thread with keyword like cairo dock dislocated position, so post my question here.

My kernel was upgrade to 4.0

Code: Select all4.0.0-2-rt-686-pae

then after rebooting the screen looks like where cairo dock's position is dislocated to the central screen. Also I can't edit gnome-terminal's profile such as changing font, and so on. Any place I can check what may go wrong? Or where to adjust the setting?

View 1 Replies View Related

Debian :: No Gdm After Squeeze Update

Aug 31, 2010

I recently did an update squeeze and the next day after I restarted there was only a blank screen.The laptop started, the system installed, the wifi connected but no gdm.I started in recovery mode and tried;

# invoke-rc.d gdm start, and got the response that it was an invalid command or words similar to that.
# startx, gives me a blank screen with an unblinking cursor.
# apt-get install gnome, tells me that the latest version is already installed.

If it has any bearing on the issue, I dual boot with Ubuntu and that works fine.Is there anything to be done to fix the problem?

View 14 Replies View Related

Debian :: Squeeze Update 6.0.1 DVD Is Broken?

Mar 23, 2011

I have an offline machine and the full 8 DVD repository set and have added them to the system and they work fine to install packages. I used jigdo to download the update 6.0.1 DVD and the "packages" file and the one inside of "packages.gz" are empty files. This prevents the disk from working at all. I'm not sure who to report this to.

View 4 Replies View Related

Debian :: Bug Prevents System Update On Squeeze

Jul 8, 2011

I cannot update my system either with Update Manager nor with Synaptic. The system tries to download the updates, and then generates an error message that I have broken packages. So, I click on Fix Broken Packages, etc., and when running get the following error message:

E: /var/cache/apt/archives/libavcodec52_5%3a0.6.3-0.0_i386.deb: short read on buffer copy for backend dpkg-deb during `./usr/lib/i686/cmov/libavcodec.so.52.72.2'

This appears to me to be a system bug. I'm running the 32-bit version of Squeeze. Re-install, or ?

View 4 Replies View Related

General :: Update The Kernel From 2.6.16 On Debian Squeeze?

Feb 12, 2010

I just did an update of my Debian system from lenny to squeeze as described here. I got some errors during the install, saying that glibc couldn't be updated. I did an apt-get -f install, which gives me the following warning: WARNING: this version of the GNU libc requires kernel version 2.6.18 or later. Please upgrade your kernel before installing glibc.

The installation of a 2.6 kernel could ask you to install a new libc first, this is NOT a bug, and should NOT be reported. In that case, please add lenny sources to your /etc/apt/sources.list and run: apt-get install -t lenny linux-image-2.6 Then reboot into this new kernel, and proceed with your upgrade dpkg: error processing /var/cache/apt/archives/libc6_2.10.2-2_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1 Errors were encountered while processing:

[Code]...

View 2 Replies View Related

Debian :: Firefox Nightly On 64 Bit Squeeze Don't Update

Apr 13, 2011

While on the 32 bit version i haven't problem. I use different profile for the stable and the nigthly versions. Note: I use the binary taken directly from mozilla and update regulary it directly from the browser. On the attachment you can see what should be appear after the update.

View 2 Replies View Related

Debian :: Grub-pc Failing To Update After Upgrade To Squeeze?

May 18, 2010

Last nigth I upgrade my system to squeeze and it whent well except for grub-pc and udev. If i try to upgrade now udev will not install do to problems with the kernel version and grub-pc can't seem to find the boot image.

[Code].....

View 3 Replies View Related

Debian :: Squeeze Update On 2011-07-21 Breaks Grub?

Jul 22, 2011

yesterday I updated my squeeze amd64 on my Phenom X4 and now it is not booting anymore. Have you experienced the same problem?

After that I noticed the shutdown was not working anymore, it just restarted instead of powering down. This morning it wouldn't boot squeeze anymore, when grub starts and prints "Welcome to grub" (or something like that) the list of operating systems is not shown.

I noticed the updated also included grub and I saw it correctly detected my operating systems.

I am planning to boot knoppix soon and try to reinstall grub from chroot, but currently I am at work.

View 2 Replies View Related

Debian Installation :: GPG Error When Update From Squeeze To Wheezy

Jan 7, 2016

I try to update the packages before upgrade to wheezy,looks like when I run apt-get update,it shows error as per below:

W: GPG error: http://fosiki.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379393E0AAEE96F6
rat:~# apt-key adv --keyserver keyserver.fosiki.com --recv-keys 379393E0AAEE96F6
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --

[code]....

View 9 Replies View Related

Debian Installation :: Update To Squeeze Failed - Error 126

Dec 21, 2010

I have done a update from Lenny to Squeeze with the update manager within Gnome. And there was a error 126 and the update broke off leaving me with a non working system. The system does start into Debian Squeeze to the command line. Users are in place and a login is possible. X does not work and there a lot of broken and defect packages. I want to repair my system. Is a restore without losing the configuration possible?

View 14 Replies View Related

Debian Installation :: Update From Squeeze To Testing Suggests Lot's Of Removing?

Apr 22, 2011

When updating from the last Debian Live image (Squeeze) to the current Debian testing, apt announces a lot of packages being not required:

The following packages were automatically installed and are no longer required:
openoffice.org-draw libpcsclite1 libwpd8c2a usb-modeswitch gtk2-engines-smooth dnsmasq-base tomboy
libmono-security2.0-cil libgsf-1-common update-notifier-common libndesk-dbus1.0-cil libmtp8 libmono-addins-gui0.2-cil
gnome-js-common pnm2ppa libavutil49 libhal-storage1 libmono-system2.0-cil update-notifier python-mako
openoffice.org-officebean openoffice.org-emailmerge network-manager-gnome openoffice.org-impress gdebi libgpod-common

[Code]...

These include some important packages, like network-manager-gnome for example. Was it really intended to be removed? Without it, it's impossible to manage network connections from Gnome (only manual option of editing interfaces config is left). Is it a bug, or some incomplete intention? apt suggests to autoremove these packages. Should they all be retained, or only some of them, or it's supposed to be none? Removing some of them makes sense for me (like Epiphany for example), but some not at all.

View 3 Replies View Related

Debian Configuration :: Unable To Use RAID On Lenny To Squeeze Update

Mar 29, 2010

Have my proxy running on Lenny and tried to upgrade to squeeze. Originally the system was installed on Etch and upgrading to Lenny was no problem. In the system i have two RAID1 volumes, md0 for / and md1 for /home. For upgrading i added the sources to my apt.conf and startet dist-upgrade. During the installation procedure, when installing udev I was advised to install the new kernel first and continue upgrade after booting the kernel. so I installed the kernel by "apt-get install linux-image-2.6-686. When generating initramfs there was a message, that there are no arrays defined in /etc/mdadm/mdadm.conf I took a look and there were none. mdadm seems to have been update before.

I then added the lines for RAID definition and added the data for UUID The UUID I got from the output of "mdadm --detail /dev/md0"
What I don't understand: blkid gives the same UUIDs for the first partitions of the RAID and a different UUID for /dev/md0 and /dev/md1 than mdadm --detail The update of initramfs for kernel 2.6.32 then gives this result:

update-initramfs -u -k 2.6.32-3-686
update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
W: Possible missing firmware /lib/firmware/e100/d102e_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/e100/d101s_ucode.bin for module e100

[code].....

View 12 Replies View Related

Debian Configuration :: Failed To Update After Install 2.6.38 Kernel In Squeeze

May 11, 2011

I'm using Squeeze amd64, installed latest kernel 2.6.38 from backport yesterday. Just now try to check for any update but failed, these messages show.

View 2 Replies View Related

Hardware :: Debian Squeeze And RAID Firmware After Kernel Update

Mar 20, 2011

I've installed Debian Squeeze on my server several days ago. During install process installer asked me to provide USB flash drive with firmware aic94xx-seq.fw. All went fine. Today I installed all updates to my system with "U" in aptitude. Aptitude installed kernel update 2.6.32-5 and created initrd accordingly. But now I can't boot up my system because it can't find LVM volumes on harddrive connected to Adaptec RAID card. How can I boot my system now? I have USB with firmware.

I have netboot CD. Unfortunately when I tried to edit boot records in grub I found that there is no my old kernel anymore. The only kernel grub sees is the new vmlinuz kernel and new initrd How take make my server alive?

View 2 Replies View Related

General :: Update Debian Squeeze From Lenny's Source.list?

Mar 21, 2011

What happens if I update Debian Squeeze from Lenny's source.list?A step by step manual is written on Lenny, and if I change lenny to squeeze things seem to not work.When I update the squeeze from the original source.list and then change to the source.list that manual uses things are working.But if I were to start squeeze with lenny's source.list I am getting error while trying to do this:

apt-get install wget mc zip unzip bzip2 ntp ntpdate lsb-release.

View 6 Replies View Related

Debian Configuration :: Squeeze Update To Network-manager Breaks Functionality

Feb 7, 2010

I have just updated my Squeeze system. The update included a newer version of network-manager (and it can not be more than a few hours old). After the update all network functionality on my machine (via knetwork-manager) is broken. The GUI applet has no effect.

Hence can anyone help me: a) Downgrade network-manager by one version; b) Find out what is causing knetworkmanager to break; c) See if the problem is with knetworkmanager or network-manager.

View 5 Replies View Related

Software :: Debian Squeeze Update The Panel Launchers Don't Click Correctly?

Apr 25, 2011

Right after I did the distribution upgrade on debian, the little launchers in the bottom panel don't work right. When I have many programs running, and try to click the launchers to change programs, they don't always change right away. If I click the program windows, (if they are not maximized) they change fine.

I can click on the launcher for the program that is currently running on top and it will minimize and maximize, but I cannot change to another program right away by clicking the launcher. However, if I first right click the launcher, then it will respond to the next left click and the window will come to the top.

I wondered if it is just broken on my account, not the whole system, so I made a different account on the machine and it does not happen there. The new account works normally. So I am wondering how to reset my profile or theme or something to make the left click on the panel launchers work.

I don't know what they are actually called, but I am not talking about the shortcut launchers to start the programs. I only mean the little minimized box that stays in the panel when the program is already running.

View 5 Replies View Related

Debian Multimedia :: XF86Audio Multimedia Keys Not Working In Squeeze

Jun 23, 2011

I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.

When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).

Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.

So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.

I think this might be due to a missing package or configuration but I have no idea where to look...

View 1 Replies View Related

Fedora :: Yum Update Killed Computer / What To Do?

Jun 10, 2011

I have F15 64 on my laptop, it's been running relatively well, today I decided to do a yum update. There were about 20 updates, nothing major from what I saw, NetworkManger stuff etc. Everything goes well, until the end when I get some error (no I don't recall what it was, yes I should've written it down, and no I don't need a lecture about this) so I manually reboot the computer. And I boot to a black screen, Oh what joy of using Fedora. I edit grub to try and get in with runlevel 3, but encounter an error "Kernel Panic - not syncing: Attempted to kill init" then a few lines down it's "panic occured, switching back to text console /sbin/init:error while loading shared libraries /lib64.libgcc_s.so.1: invalid ELF header"

I'm very frustrated, this comes right on the heels of pre upgrade forcing me to do a complete fresh install of F15. I'm honestly one error away from moving to another distro (Fedora is my first)

View 14 Replies View Related

Ubuntu :: Nvidia Update Killed Gdm?

Jul 19, 2011

I recently updated my Nvidia driver and since don't have a gui. When my pc loads it just gives me a list of the start up commands.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved