[Bug 357673] Re: No notification when sliding audio volume, muting volume, sliding LCD brightness on X31, X32, T60, R50e, T42, R52
the same for kubuntu, but still not very satisfying but at least I get some visual feedback ** Attachment added: "thinkpad-notification-kde.sh" http://launchpadlibrarian.net/26179447/thinkpad-notification-kde.sh -- No notification when sliding audio volume, muting volume, sliding LCD brightness on X31, X32, T60, R50e, T42, R52 https://bugs.launchpad.net/bugs/357673 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
> "reactivating" the hotkeys (i.e., making them available to userspace > applications) > would depend on being able to disable the hardware-level handling of those > keys, > which we currently have no way to do. At some point in the future, yes, we > will > hopefully be able to integrate these better. This part is IMHO not acceptable for thinkpad owners: You disabled functionally working buttons. Only with a poor vision how to reactivate them in the future. I honestly have no clue why. -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 335811] Re: ImportError: No module named qt
Works for me too, no bug anymore -- ImportError: No module named qt https://bugs.launchpad.net/bugs/335811 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebindings in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 340391] Re: firefox crashed with SIGSEGV in xcb_send_request()
** Attachment removed: "CoreDump.gz" http://launchpadlibrarian.net/23696119/CoreDump.gz ** Visibility changed to: Public -- firefox crashed with SIGSEGV in xcb_send_request() https://bugs.launchpad.net/bugs/340391 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 340948] Re: kate crashed with SIGSEGV in QMenu::findIdForAction()
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/23744996/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/23744997/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/23744998/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/23744999/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/23745000/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/23745001/Registers.txt ** Attachment added: "Stacktrace.txt" http://launchpadlibrarian.net/23745002/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/23745003/ThreadStacktrace.txt ** Visibility changed to: Public -- kate crashed with SIGSEGV in QMenu::findIdForAction() https://bugs.launchpad.net/bugs/340948 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 313027] Re: MASTER: fglrx does not support xserver 1.6
Today I improved my knowledge about the drivers ati and radeon: For those on r5xx considering -ati and are confused why they use -radeon, "The ati driver is a small wrapper that probes your card and then loads the appropriate driver, either radeon, r128, or atimisc." (see http://www.x.org/wiki/ati ). For r5xx cards this means the radeon driver from package xserver-xorg- video-radeon is used. Hope this information helps to reduce confusion. At least for me :) -- MASTER: fglrx does not support xserver 1.6 https://bugs.launchpad.net/bugs/313027 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 223502] Re: apt cron.daily script doesn't check value-existence
also happens on one of my systems. The applied patch fixes the problem. ** Changed in: apt (Ubuntu) Status: New => Confirmed -- apt cron.daily script doesn't check value-existence https://bugs.launchpad.net/bugs/223502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 267399] Re: Intrepid: K3B fails to rip to MP3
less intrusive is: create dir ~/bin create a script ~/bin/lame with #!/bin/sh usr/bin/lame --big-endian -x "$@" chmod +x ~/bin/lame if you have created the dir ~/bin you must relogin to get ~/bin as part of your PATH (see ~/.profile) -- Intrepid: K3B fails to rip to MP3 https://bugs.launchpad.net/bugs/267399 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to k3b in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection
same for me, stored connections are only reused if they flagged as "Connect automatically". I also see that the MAC address of the access point is NOT stored in the panel. Perhaps this may be a problem? -- (Jaunty) plasmoid-network-manager does not remember configured connection https://bugs.launchpad.net/bugs/335777 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to plasma-widget-network-manager in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection
I slightly modified applet/interfacegroup.cpp: QList InterfaceGroup::networksToShow() { QList allNetworks; QList topNetworks; +kDebug() << "m_wirelessEnvironment->networks() " << m_wirelessEnvironment->networks().isEmpty() + << " m_connections " << m_connections.isEmpty(); => this prints plasma(7316) InterfaceGroup::networksToShow: m_wirelessEnvironment->networks() false m_connections true so m_connections seem to be empty. But I have configured connections. -- (Jaunty) plasmoid-network-manager does not remember configured connection https://bugs.launchpad.net/bugs/335777 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338634] [NEW] svk bash: /usr/bin/svk-completion.pl: No such file or directory
Public bug reported: Binary package hint: svk release:Ubuntu jaunty (development branch) version : 2.2.1-0ubuntu1 svk shows "svk bash: /usr/bin/svk-completion.pl: No such file or directory" possible fix: $ diff -u /etc/bash_completion.d/svk.orig /etc/bash_completion.d/svk --- /etc/bash_completion.d/svk.orig 2009-03-06 09:50:35.136346218 +0100 +++ /etc/bash_completion.d/svk 2009-03-06 09:50:43.407348532 +0100 @@ -1 +1 @@ -complete -C /usr/bin/svk-completion.pl -o default svk +complete -C /usr/bin/svk-completion -o default svk ** Affects: svk (Ubuntu) Importance: Undecided Status: New -- svk bash: /usr/bin/svk-completion.pl: No such file or directory https://bugs.launchpad.net/bugs/338634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338634] Re: svk bash: /usr/bin/svk-completion.pl: No such file or directory
possible fix works for me :) -- svk bash: /usr/bin/svk-completion.pl: No such file or directory https://bugs.launchpad.net/bugs/338634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 317487] Re: 2.2.1 needs Time::Progress
it is enough to change the function progress in Notify.pm, something like --- Notify.pm~ 2008-08-05 05:39:23.0 +0200 +++ Notify.pm 2009-03-06 12:00:46.681242453 +0100 @@ -211,6 +211,7 @@ sub progress { my $self = shift; +return; require Time::Progress; return if $self->{quiet}; my $progress = Time::Progress->new(); you will lose some messages but on the other hand svk is still working -- 2.2.1 needs Time::Progress https://bugs.launchpad.net/bugs/317487 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338711] [NEW] system-config-printer-kde.py crashed with ImportError: No module named PyKDE4.kdecore
Public bug reported: Binary package hint: kdeadmin $ kcmshell4 kcm-scpk Traceback (most recent call last): File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 45, in from PyKDE4.kdecore import * ImportError: No module named PyKDE4.kdecore It seems that python-kde4 provides python 2.6 classes but the kpythonpluginfactory tries to start python 2.5 ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: system-config-printer-kde 4:4.2.1-0ubuntu1 PackageArchitecture: all ProcEnviron: LANGUAGE= PATH=(custom, user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: kdeadmin Uname: Linux 2.6.28-8-generic i686 ** Affects: kdeadmin (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- system-config-printer-kde.py crashed with ImportError: No module named PyKDE4.kdecore https://bugs.launchpad.net/bugs/338711 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdeadmin in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 338711] Re: system-config-printer-kde.py crashed with ImportError: No module named PyKDE4.kdecore
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/23545298/Dependencies.txt -- system-config-printer-kde.py crashed with ImportError: No module named PyKDE4.kdecore https://bugs.launchpad.net/bugs/338711 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
acpi-support removed /etc/acpi/event/thinkpad-mute /etc/acpi/always-mute.sh This had a hack to support thinkpad mute behaviour: $ cat /etc/acpi/always-mute.sh #!/bin/sh # on ThinkPads, the volume keys always performs mute, # regardless of the previous state; for the moment # we fake this by "always" unmuting and then remuting. # Kludge/behaviour copied over from 'thinkpad-keys' # -Paul Sladen 2007-09-13 [ -f /usr/share/acpi-support/key-constants ] || exit 0 . /usr/share/acpi-support/key-constants acpi_fakekey $KEY_VOLUMEUP acpi_fakekey $KEY_MUTE ** Package changed: ubuntu => acpi-support (Ubuntu) ** Changed in: acpi-support (Ubuntu) Status: New => Confirmed -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
/etc/acpi/events/thinkpad-mute /etc/acpi/always-mute.sh were dropped on acpi-support release 0.117 -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 362463] Re: Volume change notifications no longer displayed in Jaunty
*** This bug is a duplicate of bug 357673 *** https://bugs.launchpad.net/bugs/357673 see bug #355300 -- Volume change notifications no longer displayed in Jaunty https://bugs.launchpad.net/bugs/362463 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 357736] Re: No sound on IBM ThinkPad R50e
*** This bug is a duplicate of bug 357673 *** https://bugs.launchpad.net/bugs/357673 ** This bug has been marked a duplicate of bug 357673 No notification when sliding audio volume on X31 or T60 -- No sound on IBM ThinkPad R50e https://bugs.launchpad.net/bugs/357736 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
Steve, ok, I now know why my keys continued to work. After updating hotkey- setup my volume keys did not work anymore (see #355300). I thought this was kind of bug in jaunty and added a hotkey mask to /etc/modprobe.d/thinkpad_acpi.conf: #pavkovic 2009.04.09: enable different hotkey mask to reenable volup, voldown mute options thinkpad_acpi fan_control=1 hotkey=enable,0x8f bluetooth=disable And as far as I understand I mimik the old hotkey-setup behaviour with this setup. The changes done due to bug #355300 disable the volume keys at all. Perhaps you can rechange it again and add a configuration file so one can decide if he wants to have hotkeys with strange behaviour or if one wants disabled hotkeys? For me the situation before was fine (at least the keys worked :)) and I know others are also complaining (see #357673). -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 355300] Re: Thinkpad Z61m: volume controls control both main and hardware mixer
+1, I'm not happy with this fix either. I like to have running keys on my thinkpad :) -- Thinkpad Z61m: volume controls control both main and hardware mixer https://bugs.launchpad.net/bugs/355300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
> Sorry, no. Exposing this behavior again would be a step backwards in our > efforts to clean up the architecture of hotkey handling; it's unfortunate > that both configurations are unsatisfactory, but I'm sure we're better off > keeping this consistent across all users' systems so that there's less > confusion as we make further fixes down the line I see your point from an architectural point of view - less choices are less error prone. From a users' point of view it is not satisfying to loose functionality as result of a code cleanup (even if this functionality is somehow broken or misbehaving). Will the thinkpad hotkeys be reactivated in the future? -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
> This is resolved now, in that the buttons are now handled only in hardware > (since we have no way to disable > the hardware handling), and therefore there will not be incorrect volume > notification because you (unfortunately) > won't get volume notification at all. For my system (thinkpad z61m with up-to-date jaunty) I still get visual feedback on pressing volume up, - down and mute - but as described pressing mute still gives wrong feedback. > It would of course be preferable to have this happen /with/ the notification, > but as long as there's no > way to disable the hardware control, it's difficult to accomodate this in the > existing hal handling. I am not familiar with the conceptional model of hal and acpi-support right now but I wonder why we cannot keep the workaround in /etc/acpi/always-mute.sh to mimik correct mute behaviour? and about the state of the bug: is fixed the right resolve state for this issue? At least I would inspect something like invalid (base on your comment) :) -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346244] Re: Mute button on Thinkpad does never unmute, the volume notification thinks otherwise
> Have you rebooted since hotkey-setup 0.1-23ubuntu10 was installed on your > system yes. cat /proc/acpi/video/VID/DOS returns DOS setting: <7> > Keeping the acpi-support "always-mute" behavior has other undesirable > side-effects because it makes changes to the software mixer. Which side-effects do you mean? > And I think this bug is fixed, rather than invalid, because the behavior now > is > basically what's described as option a) in the bug description. not for me :). on my kubuntu jaunty system the following happens: 1. I press mute once, I get a visual feedback showing "0%" (a kde widget showing this value, don't ask me which one). cat /proc/acpi/ibm/volume returns level: 14 mute: on 2. I press mute again. I get a visual feedback showing "96 %" cat /proc/acpi/ibm/volume returns level: 14 mute: on After 2. the hardware settings are not in sync with the audio controls of kde. With the workaround found in /etc/acpi/always-mute.sh it worked before. I know that this is not the way how audio settings should be taken care about but at least it returned the expected behavior on a thinkpad laptop. -- Mute button on Thinkpad does never unmute, the volume notification thinks otherwise https://bugs.launchpad.net/bugs/346244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 392499] Re: spine poller terminates with buffer overflow.
downloading and installing cacti-spine from karmic helped : wget http://de.archive.ubuntu.com/ubuntu/pool/universe/c/cacti-spine/cacti-spine_0.8.7c-1_i386.deb sudo dpkg -i cacti-spine_0.8.7c-1_i386.deb -- spine poller terminates with buffer overflow. https://bugs.launchpad.net/bugs/392499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134222] Re: linux-kernel-header has files with size 0
Hi, I am currently running Ubuntu 9.04. I still see zero files: ipavko...@lapip:/usr/src/linux-headers-2.6.28-14-generic$ find . -type f -size 0 | wc -l 3443 They are all in the subdir include/config -- linux-kernel-header has files with size 0 https://bugs.launchpad.net/bugs/134222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207029] Re: firefox-2 postinstall points to wrong location of restart-required.update-notifier
Same for me today: $ sudo apt-get upgrade [...] 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. 1 nicht vollständig installiert oder entfernt. After this operation, 0B of additional disk space will be used. Richte firefox-2 ein (2.0.0.14+2nobinonly-0ubuntu1) ... Please restart any running Firefoxes, or you will experience problems. cp: cannot stat `/usr/share/firefox-2/firefox-2-restart-required.update-notifier': No such file or directory dpkg: Fehler beim Bearbeiten von firefox-2 (--configure): Unterprozess post-installation script gab den Fehlerwert 1 zurück Processing triggers for libc6 ... ldconfig deferred processing now taking place Fehler traten auf beim Bearbeiten von: firefox-2 E: Sub-process /usr/bin/dpkg returned an error code (1 -- firefox-2 postinstall points to wrong location of restart-required.update-notifier https://bugs.launchpad.net/bugs/207029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 118605] Re: [fglrx] freezes upon Logout or Switch user [patch]
It seems that this bug report consists of multiple bugs. There are at least three different bug patterns I read out of this bug description: a) fglrx: a freeze on shutdown occurs due to an unknown reason (this seems to happen to the original bug reporter). b) fglrx: a freeze on shutdown occurs due to a non-functional authatieventsd.sh script (fixed by my supplied patch). This only happens on a hardy system as the authatievents.sh has been introduced by the linux-restriced-modules for hardy (or, if you were brave, on a gutsy system with self-compiled fglrx driver). c) nvidia: a freeze on shutdown occurs due to an unknown reason. I suggest to create two new bugs for a) and c) as this is already marked with "[patch]" and prepared for hardy-proposed. The bugs should be created by people having bug a) (and the bugfix b) did not help) or bug c) as they can give more detailed informations coming from their buggy system. -- [fglrx] freezes upon Logout or Switch user [patch] https://bugs.launchpad.net/bugs/118605 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 118605] Re: [fglrx] freezes upon Logout or Switch user [patch]
For sure Timo Aaltonen wanted to point to bug 212648 :-) -- [fglrx] freezes upon Logout or Switch user [patch] https://bugs.launchpad.net/bugs/118605 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 211234] Re: openoffice.org has broken language dependencies in Hardy
in my case ist also kde-desktop shall be removed :) [EMAIL PROTECTED]:~$ aptitude -s dist-upgrade Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Reading state information... Fertig Initializing package states... Fertig Building tag database... Fertig The following packages are BROKEN: openoffice.org-l10n-de openoffice.org-l10n-en-gb openoffice.org-l10n-en-za The following NEW packages will be automatically installed: linux-headers-2.6.24-14 linux-headers-2.6.24-14-generic linux-image-2.6.24-14-generic The following NEW packages will be installed: linux-headers-2.6.24-14 linux-headers-2.6.24-14-generic linux-image-2.6.24-14-generic linux-restricted-modules-2.6.24-14-generic linux-ubuntu-modules-2.6.24-14-generic The following packages will be upgraded: linux-generic linux-headers-generic linux-image-generic linux-restricted-modules-generic openoffice.org-base-core openoffice.org-calc openoffice.org-common openoffice.org-core openoffice.org-draw openoffice.org-impress openoffice.org-kde openoffice.org-style-crystal openoffice.org-style-human openoffice.org-writer python-uno 15 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 106MB of archives. After unpacking 217MB will be used. The following packages have unmet dependencies: openoffice.org-l10n-de: Kollidiert: openoffice.org-core (>= 1:2.4.0~rc2.1) but 1:2.4.0-3ubuntu1 is to be installed. openoffice.org-l10n-en-gb: Kollidiert: openoffice.org-core (>= 1:2.4.0~rc2.1) but 1:2.4.0-3ubuntu1 is to be installed. openoffice.org-l10n-en-za: Kollidiert: openoffice.org-core (>= 1:2.4.0~rc2.1) but 1:2.4.0-3ubuntu1 is to be installed. Resolving dependencies... The following actions will resolve these dependencies: Remove the following packages: kubuntu-desktop openoffice.org-calc Keep the following packages at their current version: openoffice.org-base-core [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-common [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-core [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-draw [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-impress [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-kde [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-style-crystal [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-style-human [1:2.4.0~rc2-1ubuntu3 (now)] openoffice.org-writer [1:2.4.0~rc2-1ubuntu3 (now)] python-uno [1:2.4.0~rc2-1ubuntu3 (now)] Score is 888 Accept this solution? [Y/n/q/?] ** Changed in: openoffice.org (Ubuntu) Status: New => Confirmed -- openoffice.org has broken language dependencies in Hardy https://bugs.launchpad.net/bugs/211234 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 211234] Re: openoffice.org has broken language dependencies in Hardy
yes, you are right. -- openoffice.org has broken language dependencies in Hardy https://bugs.launchpad.net/bugs/211234 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 567696] Re: [Radeon] [Lucid] [mi] EQ overflowing. The server is probably stuck in an infinite loop
TJ, the same crash happened again, had to REISUB my system and again found both entries in the log files (NMI issue and EQ overflowing) within the last 5 minutes. That somehow relates. -- [Radeon] [Lucid] [mi] EQ overflowing. The server is probably stuck in an infinite loop https://bugs.launchpad.net/bugs/567696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 567696] Re: [Radeon] [Lucid] [mi] EQ overflowing. The server is probably stuck in an infinite loop
same for me on a thinkpad z61m with ati x1400. Also in the /var/log/kern.log I found: Apr 23 14:46:14 kernel: [14027.034653] process `skype' is using obsolete setsockopt SO_BSDCOMPAT Apr 23 14:57:12 kernel: [14685.638506] Uhhuh. NMI received for unknown reason a1 on CPU 0. Apr 23 14:57:13 kernel: [14685.638511] You have some hardware problem, likely on the PCI bus. Apr 23 14:57:13 kernel: [14685.638513] Dazed and confused, but trying to continue may or may not be related. -- [Radeon] [Lucid] [mi] EQ overflowing. The server is probably stuck in an infinite loop https://bugs.launchpad.net/bugs/567696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 448705] Re: akonadi server doesn't start at login
dennis: - install mysql-server-5.1 - execute the commands - deinstall mysql-server-5.1 -- akonadi server doesn't start at login https://bugs.launchpad.net/bugs/448705 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to akonadi in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 448705] Re: akonadi server doesn't start at login
I personally had to do this once. The commands only create/update the mysql database that akonadi uses. Akonadi tried to create this before but the database creation failed due to the apparmor configuration. -- akonadi server doesn't start at login https://bugs.launchpad.net/bugs/448705 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to akonadi in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 429496] Re: Can't locate Time/Progress.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/p
*** This bug is a duplicate of bug 317487 *** https://bugs.launchpad.net/bugs/317487 ** This bug has been marked a duplicate of bug 317487 2.2.1 needs Time::Progress -- Can't locate Time/Progress.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl5/SVK/Notify.pm line 214. https://bugs.launchpad.net/bugs/429496 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338634] Re: svk bash: /usr/bin/svk-completion.pl: No such file or directory
no longer a problem in karmic ** Changed in: svk (Ubuntu) Status: Confirmed => Invalid -- svk bash: /usr/bin/svk-completion.pl: No such file or directory https://bugs.launchpad.net/bugs/338634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 798023] Re: apt-get update fails with error 416 Requested Range Not Satisfiable
sudo rm -rf /var/lib/apt/lists/partial/* removes partially downloaded repository files. This fixed this problem on my system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/798023 Title: apt-get update fails with error 416 Requested Range Not Satisfiable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/798023/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 645680] Re: ipheth driver does not support iPhone4
installed maverick-proposed package. Works now! ** Tags added: verification-done ** Tags removed: verification-needed -- ipheth driver does not support iPhone4 https://bugs.launchpad.net/bugs/645680 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs