[Bug 206522] Re: Hardy - Samsung X11 won't boot with 3GB ram
How can this be of low importance, anyone with > 2-2.5G of ram that runs a 64bit version gets at best the vesa driver in most cases. -- Hardy - Samsung X11 won't boot with 3GB ram https://bugs.launchpad.net/bugs/206522 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 381155] [NEW] Unwanted workspace switching at screens edge
Public bug reported: I'm using Xubuntu 9.04, fully updated. The workspace will change anytime the mouse pointer reaches the edge of the screen. The "Wrap workspaces depending on the actual desktop layout" option is not selected in the Window Manager Tweaks options. I expected the mouse pointer to stop at the edge of the screen, but it will select the next workspace. ** Affects: xfce4 (Ubuntu) Importance: Undecided Status: New -- Unwanted workspace switching at screens edge https://bugs.launchpad.net/bugs/381155 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 381155] Re: Unwanted workspace switching at screens edge
** Description changed: I'm using Xubuntu 9.04, fully updated. The workspace will change anytime the mouse pointer reaches the edge of the screen. The "Wrap workspaces depending on the actual desktop layout" option is not selected in the Window Manager Tweaks options. I expected the mouse pointer to stop at the edge of the screen, but it will select the next workspace. + + Using fusion-icon, I can switch to KWIN, Compiz, or Metacity, and not + have the problem, but changing back to Xfwm4, the problem will reoccur. -- Unwanted workspace switching at screens edge https://bugs.launchpad.net/bugs/381155 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 381155] Re: Unwanted workspace switching at screens edge
It does happen when just moving the mouse, no window in tow. I followed the "Applications -> Settings -> window Manager; Advanced tab and uncheck "Wrap workspaces when pointer reaches the screen edge". The box was unchecked. I checked the box, and restarted X, the problem still occurred, I unchecked the box, and restarted X again. Upon login, the problem is still occurring - in short the box makes no difference, though unchecking "Wrap workspaces when dragging a window off the screen" will prevent a workspace changing if I'm dragging a window. -- Unwanted workspace switching at screens edge https://bugs.launchpad.net/bugs/381155 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 206522] Re: Hardy - Samsung X11 won't boot with 3GB ram
Apparently the problem needs kernel changes where the system remaps memory to, the following link explains it and links to the fix: http://www.nvnews.net/vbulletin/showthread.php?t=96613 The exact fix is attached also. ** Attachment added: "asus-patch-new.txt" http://launchpadlibrarian.net/14979237/asus-patch-new.txt -- Hardy - Samsung X11 won't boot with 3GB ram https://bugs.launchpad.net/bugs/206522 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 249612] Re: A unresolvable problem occurred while calculating the upgrade.
** Attachment added: "main.log" http://launchpadlibrarian.net/16143162/main.log -- A unresolvable problem occurred while calculating the upgrade. https://bugs.launchpad.net/bugs/249612 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 249612] [NEW] A unresolvable problem occurred while calculating the upgrade.
Public bug reported: I ran this command (found it from a previous post) [EMAIL PROTECTED]:~$ sudo do-release-upgrade --mode=desktop It ran for about a minute and the the following: Could not calculate the upgrade A unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bugreport. Restoring original system state Aborting Reading package lists: Donefeisty-security/multiverse Packages: 96 tricted Packages: 12 Reading state information: Done Reading state information: Done Reading state information: Done [EMAIL PROTECTED]:~$ ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New -- A unresolvable problem occurred while calculating the upgrade. https://bugs.launchpad.net/bugs/249612 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 206522] Re: Hardy - Samsung X11 won't boot with 3GB ram
There is people commenting about this bug on the nvidia forum as well: http://www.nvnews.net/vbulletin/showthread.php?t=113682 -- Hardy - Samsung X11 won't boot with 3GB ram https://bugs.launchpad.net/bugs/206522 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 342926] Re: No PCI IOMEM space available below 4GB
Bryce, this has already been reported against the other bugs, and on the nvidia forum, the only fix at present is to patch the kernel. http://www.nvnews.net/vbulletin/showthread.php?t=113682 -- No PCI IOMEM space available below 4GB https://bugs.launchpad.net/bugs/342926 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 342926] Re: No PCI IOMEM space available below 4GB
I'm currently running Jaunty, the details on the nvidia site are for Hardy (give or take) so the current version as of a few days ago is 2.6.28-11-generic, replace that version with whatever version kernel you are running in the details below: uname -r If you want to patch your current kernel the steps to take are as follows: sudo su - cd /usr/src apt-get build-dep linux-image-2.6.28-11-generic apt-get source linux-image-2.6.28-11-generic patch -p0 < NVRM_512M_fix.txt cd linux-2.6.28 cp /boot/config-2.6.28-11-generic debian/config/amd64/config.generic CONCURRENCY_LEVEL=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic cd .. dpkg -i linux-image-2.6.28-11-generic_2.6.28-11.36_amd64.deb I'm not claiming the above is the best way to do this, merely that it works for me, up until recently I was running 3G however I swapped out a 1G module for a 2G and now how 4G memory total and when I boot up I see the nvidia logo and dmesg confirms the kernel module is being loaded on bootup etc etc etc. -- No PCI IOMEM space available below 4GB https://bugs.launchpad.net/bugs/342926 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 342926] Re: No PCI IOMEM space available below 4GB
I forgot to mention, I editted the 512M patch by hand to change the directory/path from 2.6.24 to 2.6.28 and I changed it from starting at line 122 to line 126, the line change is optional since it appears to patch fine, but with a line offset warning. -- No PCI IOMEM space available below 4GB https://bugs.launchpad.net/bugs/342926 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 342926] Re: No PCI IOMEM space available below 4GB
I have no idea what kernel version you are using but the patch has worked fine for me on all versions I tried it against, you do need a little technical knowledge about your hardware, do you have 256M or 512 or 1G or ? I only have 1 system to test against with 512M of video ram. Also when building against 2.6.24 kernels I was able to use custom- binary-generic rather than binary-generic, this one change has forced me to keep installing my own kernel build if I apt-get -u dist-upgrade because the system will pull in and install the copy from repositories etc. -- No PCI IOMEM space available below 4GB https://bugs.launchpad.net/bugs/342926 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 356732] [NEW] password enters in very large caps and is not accepted
Public bug reported: Clicking on desktop after password refusal brings up very large letters with options to suspend, shut down etc/ This was a new CD download of Ubunto 8/10 ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: firefox-3.0 3.0.3+nobinonly-0ubuntu2 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: firefox-3.0 Uname: Linux 2.6.27-7-generic i686 ** Affects: ubuntu Importance: Undecided Status: New ** Tags: apport-bug -- password enters in very large caps and is not accepted https://bugs.launchpad.net/bugs/356732 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 356732] Re: password enters in very large caps and is not accepted
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24916916/Dependencies.txt ** Attachment added: "ExtensionSummary.txt" http://launchpadlibrarian.net/24916918/ExtensionSummary.txt ** Attachment added: "profiles.ini.txt" http://launchpadlibrarian.net/24916919/profiles.ini.txt -- password enters in very large caps and is not accepted https://bugs.launchpad.net/bugs/356732 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 342926] Re: No PCI IOMEM space available below 4GB
The reason it's failing for you is because you need a 64bit processor + 64bit operating system, 32bit OS/CPU can't address that amount of ram. -- No PCI IOMEM space available below 4GB https://bugs.launchpad.net/bugs/342926 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 71587] cdromupgrade script error
Public bug reported: The cdromupgrade script on the desktop cd expects to find "edgy.tar.gz" on the cdrom under dists/stable/main/dist-upgrader/binary-all/ the actual path is dists/edgy/main/dist-upgrader/binary-all/ ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- cdromupgrade script error https://launchpad.net/bugs/71587 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
Ummm maybe my eyesight is going on me, but the bug report says "xen guest hangs *after* mounting filesystem", no idea why it's hanging for you before the file system is mounted but the hwclock stuff was deff hanging my DomU gutsy guests. -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
I'm not sure how safe it is to mount the file system like that twice. I've had systems in a mess because of doing similar things and they hard lockup on me as a result. Dom0 has to be able to mount the file systems of any DomU at any time, otherwise the DomU's wouldn't see their data. I don't think there is any code in Xen or the linux kernel, or mount utils to prevent mounting the same file system multiple, and linux has a history of letting the user hang themselves in such ways because of corner cases where doing what looks to be a silly thing is actually a desirable thing. Flexability is a wonderful thing in the hands of someone capable of dealing with any problems that arise as a result. As for your issue did you shutdown the DomU, and then remove all the hwclock stuff I pointed out including the file in the /etc/udev/rules.d directory, I think this is the main culperate, every time I forget to remove it the DomU hangs. If you don't believe me about hwclock causing hangs then you could look through some of the xen-tool scripts, including one called 15-disable- hwclock. # dpkg -L xen-tools|grep hwclock /usr/lib/xen-tools/debian.d/15-disable-hwclock /usr/lib/xen-tools/edgy.d/15-disable-hwclock /usr/lib/xen-tools/dapper.d/15-disable-hwclock However this script only deals with hwclock scripts in init.d, not in udev, this seems to be a new for Gutsy thing. As for still not believing me, go into google, type in "xen hwclock hang" and there is almost 1000 results, some dating back to at least 2003, so yes hwclock can hang a DomU, however the introduction of a udev rule when /dev/rtc appears causes hwclock to run and the whole thing to hang. -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
"I think this should be default in xen-tools." You just need to add one line to a tmpl file: echo "extra = ' TERM=xterm xencons=tty console=tty1'" >> /etc/xen- tools/xm.tmpl -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
"printf "Disabling threads: " mv /tmp/${xendomu}/lib/tls /tmp/${xendomu}/lib/tls.disabled printf "done.\n"" I don't think this needs to be done if you are installing libc6-xen "Can anyone confirm progress made on this bug?" The hwclock.sh scripts hold the whole thing up afaik, before launching a new DomU, I get into the filesystem and update-rc.d -f hwclock.sh remove update-rc.d -f hwclockfirst.sh remove Also for some reason the DomU's seem to hang if the IP in the config differs from the IP it was setup with. -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
Forgot to mention, in /etc/xen-tools/xen-tools.conf Down the bottom of the file it has: # If you're using a newer version of the Xen guest kernel you will # need to make sure that you use 'xvc0' for the guest serial device, # and 'xvdX' instead of 'sdX' for serial devices. # # serial_device = tty1 #default # serial_device = xvc0 # # disk_device = sda #default # disk_device = xvda -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
Actually I've been digging more into this, as part of xen-create-image hwclock should be disabled by: /usr/lib/xen-tools/gutsy.d/15-disable-hwclock However the gutsy.d directory is really a symlink to edgy.d and this doesn't seem to work for gutsy for some reason. /usr/lib/xen-tools/gutsy.d/30-disable-gettys is supposed to disable getty on tty's 2 to 6, which is probably does, but it should probably have a line something like... cat ${prefix}/etc/event.d/tty1 | sed "s/tty1/xvc0/" > ${prefix}/etc/event.d/xvc0 Added beneath: rm ${prefix}/etc/event.d/tty[!1] Since Xen is shifting from tty's to xvc's etc... -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144631] Re: xen guest hangs after mounting filesystem
Seems a udev entry is blocking bootup, edit /usr/lib/xen-tool/gutsy.d/25 -disable-hwclock and add the following line: rm -f ${prefix}/etc/init.d/hwclock.sh ${prefix}/etc/init.d/hwclockfirst.sh ${prefix}/etc/udev/rules.d/85-hwclock.rules Below these lines: chroot ${prefix} /usr/sbin/update-rc.d -f hwclock.sh remove chroot ${prefix} /usr/sbin/update-rc.d -f hwclockfirst.sh remove -- xen guest hangs after mounting filesystem https://bugs.launchpad.net/bugs/144631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 119688] Re: Screen goes blank and computer becomes unresponsive.
Ok same thing has happened twice more and I was playing around in console to try and figure out how to "unlock" the screen so everything would work again and I suceeded finally! Here's all you need to do, switch to a console, login under the user logged in and type the following 3 commands: export DISPLAY=:0.0 xscreensaver-command -restart xscreensaver-command -lock Then I hit ctrl+f7, the screen was locked and I simply logged in and everything was working. While this is deff annoying at least it isn't a complete lockup and can be recovered from. -- Screen goes blank and computer becomes unresponsive. https://bugs.launchpad.net/bugs/119688 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 119688] Re: Screen goes blank and computer becomes unresponsive.
Not 100% sure if I'm having the same problem or not as it only started to occur after I upgraded to gutsy xubuntu, but I have the following problem and it sounds very similar. I have the screensaver app set to blank and lock the screen after 10 minutes, and most of the time I can press a key or move the mouse and the password box appears, I type in the password and off I go. However every so often, I'm not sure if it's only when I shut the lid on my laptop or after a certain amount of time has passed but the computer becomes unresponsive at least as far as accepting a password. I can hit ctrl+alt+f1 to switch to a console, and ctrl+alt+f7 to switch back to X, but it doesn't matter what I do I can't get back to "normal". After killing gnome-screensaver from the console I can see my system etc the way I left it, but the mouse and other things (alt+tab) are still disabled because of the screensaver. Although I'm usually able to move mouse so that might be something else. On the mouse thing still, I was trying to salvage my existing session and loaded a second X and when I switched back to the first instance where the mouse was on the second it also appears the mouse moved to the same location on the first. -- Screen goes blank and computer becomes unresponsive. https://bugs.launchpad.net/bugs/119688 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.
I went to try it on Ubuntu then, and what a waste of time, why build the userspace tools and no kernel module... -- ipset is not useful in ubuntu, because kernel and iptables do not support it. https://bugs.launchpad.net/bugs/79182 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.
Forgot to mention, thankfully iptables-restore is reasonably quick on a large > 6000 IP blacklist -- ipset is not useful in ubuntu, because kernel and iptables do not support it. https://bugs.launchpad.net/bugs/79182 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 205604] [NEW] package language-pack-en 1:8.04+20080308 failed to install/upgrade: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package
*** This bug is a duplicate of bug 205440 *** https://bugs.launchpad.net/bugs/205440 Public bug reported: Binary package hint: language-pack-en Description:Ubuntu hardy (development branch) Release:8.04 Unsure what the circumstances were surrounding this failure. The system just notified me of a crash. ProblemType: Package Architecture: i386 Date: Sun Mar 23 09:23:52 2008 DistroRelease: Ubuntu 8.04 ErrorMessage: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package language-pack-gnome-en NonfreeKernelModules: nvidia Package: language-pack-en 1:8.04+20080308 PackageArchitecture: all SourcePackage: language-pack-en Title: package language-pack-en 1:8.04+20080308 failed to install/upgrade: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package language-pack-gnome-en Uname: Linux 2.6.24-12-generic i686 ** Affects: language-pack-en (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package -- package language-pack-en 1:8.04+20080308 failed to install/upgrade: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package language-pack-gnome-en https://bugs.launchpad.net/bugs/205604 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 205604] Re: package language-pack-en 1:8.04+20080308 failed to install/upgrade: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package la
*** This bug is a duplicate of bug 205440 *** https://bugs.launchpad.net/bugs/205440 ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12826835/Dependencies.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/12826836/DpkgTerminalLog.txt -- package language-pack-en 1:8.04+20080308 failed to install/upgrade: trying to overwrite `/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo', which is also in package language-pack-gnome-en https://bugs.launchpad.net/bugs/205604 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 199145] Re: kbuildsycoca4 aborts after upgrade KDE 4.0.1 -> 4.0.2
Using the "sudo update-desktop-database -v 2>&1 | grep invalid" I found that I had to remove /usr/share/applications/timevault.desktop; I had a bad install of Timevault about a year ago, and thought I had removed everything since then - I guess I was wrong. -- kbuildsycoca4 aborts after upgrade KDE 4.0.1 -> 4.0.2 https://bugs.launchpad.net/bugs/199145 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 199145] Re: kbuildsycoca4 aborts after upgrade KDE 4.0.1 -> 4.0.2
Me four. -- kbuildsycoca4 aborts after upgrade KDE 4.0.1 -> 4.0.2 https://bugs.launchpad.net/bugs/199145 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 79289] Re: drag&drop moving of message does not work
I don't think this is a problem with thunderbird specifically, but a change made to some libs for gnome I was using thunderbird 2 beta 1 and did an ubuntu upgrade and am now suffering the same problem, I tried the installed 1.5 version, same problem. -- drag&drop moving of message does not work https://launchpad.net/bugs/79289 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79289] Re: drag&drop moving of message does not work
I can confirm that dragging multiple items works, single items doesn't. -- drag&drop moving of message does not work https://launchpad.net/bugs/79289 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79289] Re: drag&drop moving of message does not work
It's been over a week now since this has been mentioned in 2 bugs is there a good reason why this hasn't been fixed if a fixed was posted upstream? -- drag&drop moving of message does not work https://launchpad.net/bugs/79289 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79289] Re: drag&drop moving of message does not work
Well there doesn't seem to be any support on this issue at all, so I doubt anyone can be any worst off, most of us have been hoping there would be an upgrade/fix put out, but this is been going on for over 2 weeks, and there is an upstream patch. What support? -- drag&drop moving of message does not work https://launchpad.net/bugs/79289 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79289] Re: drag&drop moving of message does not work
I appreciate it's a volunteer effort, however at the same time it's a 2 line fix, (ie remove 2 lines), it should take all of 2 seconds, and then I'm guessing they have automated build tools to package everything up (or should have for a project this extensive to reduce manual labour). -- drag&drop moving of message does not work https://launchpad.net/bugs/79289 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 455480] Re: pccardctl eject during hibernate hangs
I had quit using the laptop for a while because of the problem (plus, Sony won't update the bios to support more than 256MB RAM). Update manager set for NORMAL updates on Jaunty. Standby seems to work now and so does Hibernate. This issue is RESOLVED. -- pccardctl eject during hibernate hangs https://bugs.launchpad.net/bugs/455480 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 455480] [NEW] pccardctl eject during hibernate hangs
Public bug reported: Running Karmic Kaola and NDIS driver for Netgear WNT511 card (Pre-N wireless). During hibernate, the NDIS driver causes a hang. I added "pccardctl eject" and a resume line in the hibernate script and it worked fine. After upgrading to Karmic, the scripts appear to work differently. I put "/sbin/pccardctl eject" in the /etc/hibernate.d/hibernate.conf file per the only online doc I could find dealing with hibernate.conf. The file seems to be ignored or (more likely), I am not putting the command in the right place. If I am not doing it properly, then perhaps an improved doc would be in order. Currently, I just have to shutdown everytime. FWIW: I am using a really old Sony VAIO PCG-690 (P3-800, 256MB RAM) and a Belkin Pre-N Wirelesss card. It runs OK as long as you don't open more than one program at once. Memory is the biggest factor. Jaunty Jackalop ran perfectly once I figured out the NDIS wrapper and Karmic Kaola runs perfect as well (except for the NDIS issue). ProblemType: KernelOops Annotation: This occured during a previous hibernate and prevented it from resuming properly. Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dschaub1505 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'YMF744'/'Yamaha DS-1S (YMF744) at 0xfedf, irq 9' Mixer name : 'Asahi Kasei AK4543' Components : 'AC97a:414b4d02' Controls : 85 Simple ctrls : 34 CurrentDmesg: [ 44.110516] ndiswrapper (iw_set_auth:1602): invalid cmd 12 [ 44.162564] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 44.630359] wlan0: IPv6 duplicate address detected! Date: Fri Oct 16 18:57:01 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/share/apport/apportcheckresume Failure: hibernate/resume HibernationDevice: RESUME=UUID=9b7eee41-f24e-4eef-9e36-7d3d4d2ce002 InterpreterPath: /usr/bin/python2.6 Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Sony Corporation PCG-F690(UC) Package: linux-image-2.6.31-14-generic 2.6.31-14.48 PccardctlIdent: Socket 0: no product info available Socket 1: no product info available PccardctlStatus: Socket 0: 3.3V 32-bit PC Card Socket 1: no card ProcCmdLine: root=UUID=9c271c92-8fa2-491f-8be2-5a2c82cb2bb5 ro quiet splash ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume ProcEnviron: PATH=(custom, no user) ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RelatedPackageVersions: linux-backports-modules-2.6.31-14-generic N/A linux-firmware 1.23 RfKill: SourcePackage: linux Tags: resume hibernate Title: [Sony Corporation PCG-F690(UC)] hibernate/resume failure Uname: Linux 2.6.31-14-generic i686 UserGroups: WpaSupplicantLog: dmi.bios.date: 08/28/00 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: R0204K2 dmi.board.name: PCG-F690(UC) dmi.board.vendor: Sony Corporation dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrR0204K2:bd08/28/00:svnSonyCorporation:pnPCG-F690(UC):pvr:rvnSonyCorporation:rnPCG-F690(UC):rvr:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: PCG-F690(UC) dmi.sys.vendor: Sony Corporation ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-kerneloops hibernate i386 resume -- pccardctl eject during hibernate hangs https://bugs.launchpad.net/bugs/455480 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 455480] Re: pccardctl eject during hibernate hangs
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/33954636/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/33954637/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/33954638/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/33954639/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/33954640/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt" http://launchpadlibrarian.net/33954642/Card0.Codecs.codec97.0.ac97.0.0.txt ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt" http://launchpadlibrarian.net/33954643/Card0.Codecs.codec97.0.ac97.0.0.regs.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33954644/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/33954645/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/33954646/Lspci.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/33954647/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/33954648/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/33954649/ProcInterrupts.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/33954650/ProcMaps.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/33954651/ProcModules.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/33954652/ProcStatus.txt ** Attachment added: "SleepLog.txt" http://launchpadlibrarian.net/33954653/SleepLog.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/33954654/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/33954655/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/33954658/WifiSyslog.txt -- pccardctl eject during hibernate hangs https://bugs.launchpad.net/bugs/455480 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 973096] Re: Nvidia driver causes xorg crash
This is sooo nasty! When 12.04 LTS came out I thought that was supposed to mean stability, so I've been trying Ubuntu again for my main development machine. I like everything about it but THIS! I guess it isn't Ubuntu's fault, but sure doesn't make me feel good about it. uname -a Linux marty-dev 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux I don't need a fancy graphics card, so maybe I should go buy an ati and solve the problem like the one above if this doesn't get straightened out very soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973096 Title: Nvidia driver causes xorg crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/973096/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 604977] Re: Search all does not work
** Bug watch added: Red Hat Bugzilla #694477 https://bugzilla.redhat.com/show_bug.cgi?id=694477 ** Also affects: basket (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=694477 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/604977 Title: Search all does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/basket/+bug/604977/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 946965] Re: [Oneiric] alt+tab makes unity crashed (with gdb logs)
I solved this task doing this: i oppened compizconfig, oppened ubuntu unity plugin, on switcher changed the key to start switcher from ALT TAb to ALT D. That solved for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946965 Title: [Oneiric] alt+tab makes unity crashed (with gdb logs) To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/946965/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 917560] Re: Alt-tab causes Unity to crash
*** This bug is a duplicate of bug 916879 *** https://bugs.launchpad.net/bugs/916879 I wrote what i did to solve that on https://bugs.launchpad.net/ubuntu/+source/unity/+bug/946965?comments=all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917560 Title: Alt-tab causes Unity to crash To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/917560/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 924268] Re: Alt+tab windows switcher crash after the recent Ubuntu update.
*** This bug is a duplicate of bug 916879 *** https://bugs.launchpad.net/bugs/916879 I wrote what i did to solve that on https://bugs.launchpad.net/ubuntu/+source/unity/+bug/946965?comments=all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924268 Title: Alt+tab windows switcher crash after the recent Ubuntu update. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/924268/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 288868] Re: terminal server client disables mouse on desktop
I downloaded the tsclient from sourceforge http://sourceforge.net/projects/tsclient and got it configured (had to remove gnome-desktop-2.0 files, and install some others)... make and make install worked and I'm now using it. No lockups so far. -- terminal server client disables mouse on desktop https://bugs.launchpad.net/bugs/288868 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 394116] [NEW] CUPS update fails with poppler-utils dependance, but the correct poppler is installed.
Public bug reported: Binary package hint: synaptic Update manager fails with "could not apply changes, fix broken packages first". When Cups is deselected, then it starts the update, but quits quickly and returns to the "update" screen with all the updates still listed. Synaptic doesn't show all the update manager updates, but cups is prevented from installing because of poppler-utils dependency. The dependency is for the version currently installed. apt-get update apt-get upgrade DO WORK! Possibly something only particular to Update manager or synaptic? This machine was upgraded from Hardy to Jaunty, and the upgrade broke. It took some time for me to get the system back to updating at all. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/sbin/synaptic Package: synaptic 0.62.5ubuntu3 ProcAttrCurrent: unconfined ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: synaptic Uname: Linux 2.6.28-13-generic i686 ** Affects: synaptic (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- CUPS update fails with poppler-utils dependance, but the correct poppler is installed. https://bugs.launchpad.net/bugs/394116 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 394116] Re: CUPS update fails with poppler-utils dependance, but the correct poppler is installed.
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28580326/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/28580327/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/28580328/ProcStatus.txt -- CUPS update fails with poppler-utils dependance, but the correct poppler is installed. https://bugs.launchpad.net/bugs/394116 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 243410] Re: Inkblot Doesn't work for Ubuntu 8.04
The problem is with permissions to use the printer. if you sudo chmod 777 /dev/usb/lp0 ("/dev/usb/lp0" or where the device is) then inkblot does work. I don't know if this permission will survive printer disconnection or reboot. -- Inkblot Doesn't work for Ubuntu 8.04 https://bugs.launchpad.net/bugs/243410 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 222944] Re: mailto links in Firefox 3.0b5 do not open up Thunderbird compose windows
Thank you very much Oliver!!! I was setting it up as always in Firefox. It darned on me something must have changed for Firefox 3. I came across your posting. I always copy forward my profile for new releases so mine was set the previous way from Firefox 2. Mine now works perfectly!!! Thanks!!! Duane -- mailto links in Firefox 3.0b5 do not open up Thunderbird compose windows https://bugs.launchpad.net/bugs/222944 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 70685] Re: DMA doesn't work in hardy on T43p dvd drive
I have the same problem with 8.04 and my T42... I don't think the HD or the CD/DVD are working correctly. /dev/sda: IO_support= 0 (default) 16-bit) HDIO_GET_UNMASKINTR failed: Inappropriate ioctl for device HDIO_GET_DMA failed: Inappropriate ioctl for device HDIO_GET_KEEPSETTINGS failed: Inappropriate ioctl for device readonly = 0 (off) readahead = 256 (on) geometry = 4864/255/63, sectors = 78140160, start = 0 /dev/sdb: HDIO_GET_32BIT failed: Invalid argument HDIO_GET_UNMASKINTR failed: Invalid argument HDIO_GET_DMA failed: Invalid argument HDIO_GET_KEEPSETTINGS failed: Invalid argument readonly = 0 (off) readahead = 256 (on) geometry = 1024/0/62, sectors = 0, start = 0 -- DMA doesn't work in hardy on T43p dvd drive https://bugs.launchpad.net/bugs/70685 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 70685] Re: DMA doesn't work in hardy on T43p dvd drive
I might be wrong... dmesg shows ... [1.112011] ata1.00: configured for UDMA/100 [1.383809] ata2.00: configured for UDMA/33 ... so they might be correct, I was just checking hdparm and noticed all the "failed:" messages. -- DMA doesn't work in hardy on T43p dvd drive https://bugs.launchpad.net/bugs/70685 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 338023] [NEW] Could not get lock /var/lib/dpkg/lock - open
Public bug reported: Binary package hint: synaptic E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? E: _cache->open() failed, please report. Do not know for sure which package generated this error. May have been network-manager-gnome as this is the last thing I remember seeing before the error window popped up. (1) Release of Ubuntu Description:Ubuntu 8.04.2 Release:8.04 (2) version of the package: Synaptic? 0.61ubuntu9 If it is n-m-g: 0.6.6-0ubuntu3.1 (3) Expected to happen? No error. ;-) (4) Happened instead? Error (see above). ProblemType: Bug Architecture: i386 Date: Wed Mar 4 18:45:26 2009 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/sbin/synaptic NonfreeKernelModules: ath_hal Package: synaptic 0.61ubuntu9 PackageArchitecture: i386 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: synaptic Uname: Linux 2.6.24-23-generic i686 ** Affects: synaptic (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Could not get lock /var/lib/dpkg/lock - open https://bugs.launchpad.net/bugs/338023 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 338023] Re: Could not get lock /var/lib/dpkg/lock - open
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/23449487/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/23449488/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/23449489/ProcStatus.txt -- Could not get lock /var/lib/dpkg/lock - open https://bugs.launchpad.net/bugs/338023 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 410783] [NEW] gnome freezes hard on web site visit
Public bug reported: When traveling to the link "http://www.carepages.com/carepages/connorlandis/updates/2287026?client_code=choa&ipc=mur";, in either Firefox or Epiphany gnome freezes to the point that keystrokes and mouse clicks are not recognized as input. The whole gui is frozen with the exception of the mouse pointer where the icon does not change (spinning wheel freezes) but it does change position (x,y) with movement of the trackball. Only alternative at this point is to power down using the power switch (held down for 7 seconds). ProblemType: Bug Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 MediaBuild: Debian GNU/Linux 5.0.0 "Lenny" - Official i386 LIVE Binary 20090214-19:20 Package: gnome None [modified: /var/lib/dpkg/info/gnome.list] PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: meta-gnome2 Uname: Linux 2.6.28-14-generic i686 UnreportableReason: This is not a genuine Ubuntu package ** Affects: ubuntu Importance: Undecided Status: New ** Tags: apport-bug i386 -- gnome freezes hard on web site visit https://bugs.launchpad.net/bugs/410783 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 364414] Re: crashkernel memory reservation ignored
I've seen the same thing on my x86 Jaunty - updating the grub menu.lst to where the argument for crashkernel is just "crashkernel=128M" seems to fix the reservation problem. -- crashkernel memory reservation ignored https://bugs.launchpad.net/bugs/364414 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 48679] Re: Birthdays before 1969 shows as birthdays in the future 2000+
Now that the but is fixed. How do I update my version of evolution? I currently show that I have version 2.12.1 and the information above says that the bug is fixed in 2.21.5. I have tried to use the Update manager to see if the new version is available, and it has not said that it is? What Now? Thanks! -- Birthdays before 1969 shows as birthdays in the future 2000+ https://bugs.launchpad.net/bugs/48679 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 130270] Re: crash when clicking sensors
Same problem here with Ubuntu 7.10 final. HardInfo 0.4.2.1.svn30042007. Program closes abruptly when I select different sensor categories. -- crash when clicking sensors https://bugs.launchpad.net/bugs/130270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 173373] Re: Sound-juicer extractor closed unexpectedly
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/10688897/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/10688898/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/10688899/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/10688900/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/10688901/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/10688902/Registers.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/10688903/ThreadStacktrace.txt -- Sound-juicer extractor closed unexpectedly https://bugs.launchpad.net/bugs/173373 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 173373] Sound-juicer extractor closed unexpectedly
Public bug reported: Binary package hint: sound-juicer Running Ubuntu 7.04 from CD. loaded Audio CD in 2nd drive, opened sound- juicer and when I clicked on play sound-juicer 2.16.3 closed. System is new build using Asus M2N-E SLI motherboard, onboard sound, 4GB memory. ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Sun Dec 2 10:28:11 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/sound-juicer Package: sound-juicer 2.16.3-0ubuntu2 PackageArchitecture: i386 ProcCmdline: sound-juicer -d /dev/hdb ProcCwd: /home/ubuntu ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: sound-juicer Stacktrace: #0 0xb2564cbf in ?? () from /usr/lib/libgstbase-0.10.so.0 #1 0x in ?? () StacktraceTop: ?? () from /usr/lib/libgstbase-0.10.so.0 ?? () Uname: Linux ubuntu 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev scanner video ** Affects: sound-juicer (Ubuntu) Importance: Undecided Status: New -- Sound-juicer extractor closed unexpectedly https://bugs.launchpad.net/bugs/173373 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78744] Re: Birthday in Contacts is wrongly auto-adjusted +100 years
*** This bug is a duplicate of bug 48679 *** https://bugs.launchpad.net/bugs/48679 I also have this problem. -- Birthday in Contacts is wrongly auto-adjusted +100 years https://bugs.launchpad.net/bugs/78744 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120928] Re: [apport] bonobo-activation-server crashed with SIGSEGV
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/8110788/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8110789/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/8110790/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8110791/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/8110792/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/8110793/Registers.txt ** Attachment added: "Stacktrace.txt" http://launchpadlibrarian.net/8110794/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/8110795/ThreadStacktrace.txt -- [apport] bonobo-activation-server crashed with SIGSEGV https://bugs.launchpad.net/bugs/120928 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120928] [apport] bonobo-activation-server crashed with SIGSEGV
Public bug reported: switching users from dumb-user account to admin-user account. ProblemType: Crash Architecture: i386 Date: Sun Jun 17 21:47:00 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/lib/bonobo-activation/bonobo-activation-server Package: libbonobo2-common 2.18.0-0ubuntu1 PackageArchitecture: i386 ProcCmdline: /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate --ior-output-fd=16 ProcCwd: / ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: libbonobo StacktraceTop: ?? () ?? () ?? () ?? () ?? () from /usr/lib/libgthread-2.0.so.0 Uname: Linux duane-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev scanner video ** Affects: libbonobo (Ubuntu) Importance: Undecided Status: Unconfirmed -- [apport] bonobo-activation-server crashed with SIGSEGV https://bugs.launchpad.net/bugs/120928 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123335] spreadsheet crashes when deleting rows
Public bug reported: Binary package hint: openoffice.org OOo 2.2.0 "calc" Working with strings numbers, formulas with autofilter. Attempted to delete several rows, some not contiguous except when autofiltered. Would've gone well until app crashed. Repeatable. Work-around was to delete only the truly contiguous rows. Autorecovery worked well. Lost very little changes -- more time than anything. Crash report is quite long, but available upon request. crash report filename: /var/crash/_usr_lib_openoffice_program_soffice.bin.1000,crash ** Affects: openoffice.org (Ubuntu) Importance: Undecided Status: New -- spreadsheet crashes when deleting rows https://bugs.launchpad.net/bugs/123335 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 567625] [NEW] New Message won't send
Public bug reported: Binary package hint: evolution Using Ubuntu 9.04 and Evolution 2.26.1 I click on "New" then compose message and hit "Send". I get: "Could Not Create Message " "Because failed to execute gpg: broken pipe, you may need to select different mail options". Then if I move the message to Drafts, then move it back to Outbox, it then sends ok. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/evolution NonfreeKernelModules: nvidia Package: evolution 2.26.1-0ubuntu2 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux 2.6.28-18-generic i686 ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- New Message won't send https://bugs.launchpad.net/bugs/567625 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 567625] Re: New Message won't send
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/44932276/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/44932277/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/44932278/ProcStatus.txt -- New Message won't send https://bugs.launchpad.net/bugs/567625 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 551754] Re: [Lucid]NoScript crashes Firefox, crashes X-session
A bit more testing. This seems independent of Desktop Environment (affects Xubuntu as well as Kubuntu) and graphics card (both ATI and nVidia tested positive). Furthermore have an issue without NoScript even installed where using the search bar can crash Xorg. Bottom line, while there may be faulty code in Mozilla Firefox causing the application to crash, IMO there still exists a burden on the part of Xorg to not crash when the application crashes. Just an opinion -- I'm not a developer just a user. My system is not mission critical but this issue is severe enough to give one pause prior to installing this operating system in a mission critical environment if it is not resolved prior to release. ** Description changed: Binary package hint: firefox On Ubuntu 10.04 Beta 1 steps to repeat: 1. Install the NoScript extension 2. Restart Firefox 3. When the Ubuntu start-up page comes up, if you click on the NoScript icon in the lower right corner of the window it will cause a crash all the way back to GDM. I've logged in and done this enough many times to know it repeats with absolute certainty. What other factors affect this issue, I can only speculate. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: firefox 3.6+nobinonly-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-18-generic i686 Architecture: i386 Date: Tue Mar 30 17:33:12 2010 FirefoxPackages: - firefox 3.6+nobinonly-0ubuntu6 - firefox-gnome-support 3.6+nobinonly-0ubuntu6 - firefox-branding 3.6+nobinonly-0ubuntu6 - abroswer N/A - abrowser-branding N/A + firefox 3.6+nobinonly-0ubuntu6 + firefox-gnome-support 3.6+nobinonly-0ubuntu6 + firefox-branding 3.6+nobinonly-0ubuntu6 + abroswer N/A + abrowser-branding N/A InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1) ProcEnviron: - LANG=fi_FI.utf8 - SHELL=/bin/bash + LANG=fi_FI.utf8 + SHELL=/bin/bash SourcePackage: firefox -- [Lucid]NoScript crashes Firefox, crashes X-session https://bugs.launchpad.net/bugs/551754 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 574211] [NEW] package groff-base 1.20.1-5 failed to install/upgrade:
Public bug reported: Binary package hint: dpkg While installing Lucid 10.04 I had a power failure. After finishing "Update Manager" upgrade to Lucid, (it reported installed with errors), several updates failed to install. An example of a failure and the resulting error message is: Update Manager - bsdmainutils Error: E:/var/cache/apt/archives/bsdutils_1%3a2.17.2-0ubuntu1_i386.deb --control returned error exit status 2 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: groff-base 1.20.1-5 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun May 2 21:01:12 2010 ErrorMessage: ErrorMessage: package groff-base is already installed and configured SourcePackage: dpkg Title: package groff-base 1.20.1-5 failed to install/upgrade: ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid -- package groff-base 1.20.1-5 failed to install/upgrade: https://bugs.launchpad.net/bugs/574211 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 574211] Re: package groff-base 1.20.1-5 failed to install/upgrade:
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47465464/Dependencies.txt ** Attachment added: "VarLogDistupgradeAptlog.gz" http://launchpadlibrarian.net/47465466/VarLogDistupgradeAptlog.gz ** Attachment added: "VarLogDistupgradeApttermlog.gz" http://launchpadlibrarian.net/47465468/VarLogDistupgradeApttermlog.gz ** Attachment added: "VarLogDistupgradeLspcitxt.gz" http://launchpadlibrarian.net/47465470/VarLogDistupgradeLspcitxt.gz ** Attachment added: "VarLogDistupgradeMainlog.gz" http://launchpadlibrarian.net/47465472/VarLogDistupgradeMainlog.gz ** Attachment added: "VarLogDistupgradeSystemstatetargz.gz" http://launchpadlibrarian.net/47465474/VarLogDistupgradeSystemstatetargz.gz ** Attachment added: "VarLogDistupgradeTermlog.gz" http://launchpadlibrarian.net/47465479/VarLogDistupgradeTermlog.gz -- package groff-base 1.20.1-5 failed to install/upgrade: https://bugs.launchpad.net/bugs/574211 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 574211] Re: package groff-base 1.20.1-5 failed to install/upgrade:
It WORKED. Merci! I'll try to find the bug status change as you request. Duane ---Original Message--- From: Jean-Baptiste Lallement Date: 05/03/10 03:16:25 To: bu...@loftusweb.com Subject: [Bug 574211] Re: package groff-base 1.20.1-5 failed toinstall/upgrade: Thank you for taking the time to report this bug and helping to make Ubuntu better. The relevant error is --- dpkg-deb: `/var/cache/apt/archives/gnome-doc-utils_0.20.0-0ubuntu2_all.deb' is not a debian format archive dpkg: error processing /var/cache/apt/archives/gnome-doc-utils_0.20 0-0ubuntu2_all.deb (--unpack): subprocess dpkg-deb --control returned error exit status 2 this error is caused by a corrupted archive. Please execute the following commands, as it will clear your package cache, in a terminal ( Applications -> Accessories -> Terminal ) : sudo apt-get clean sudo apt-get update Then try performing the update again. This will likely resolve your issue. If so please set the bug's status to Invalid. Thanks in advance! ** Changed in: dpkg (Ubuntu) Status: New => Incomplete -- package groff-base 1.20.1-5 failed to install/upgrade: https://bugs.launchpad.net/bugs/574211 You received this bug notification because you are a direct subscriber of the bug. Status in dpkg package in Ubuntu: Incomplete Bug description: Binary package hint: dpkg While installing Lucid 10.04 I had a power failure. After finishing "Update Manager" upgrade to Lucid, (it reported installed with errors), several updates failed to install. An example of a failure and the resulting error message is: Update Manager - bsdmainutils Error: E:/var/cache/apt/archives/bsdutils_1%3a2.17.2-0ubuntu1_i386.deb --control returned error exit status 2 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: groff-base 1.20.1-5 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun May 2 21:01:12 2010 ErrorMessage: ErrorMessage: package groff-base is already installed and configured SourcePackage: dpkg Title: package groff-base 1.20.1-5 failed to install/upgrade: To unsubscribe from this bug, go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/574211/+subscribe ** Changed in: dpkg (Ubuntu) Status: Incomplete => Invalid ** Attachment added: "unnamed" http://launchpadlibrarian.net/47635009/unnamed ** Attachment added: "unnamed" http://launchpadlibrarian.net/47635010/unnamed ** Attachment added: "unnamed" http://launchpadlibrarian.net/47635012/unnamed -- package groff-base 1.20.1-5 failed to install/upgrade: https://bugs.launchpad.net/bugs/574211 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 574211] Re: package groff-base 1.20.1-5 failed to install/upgrade:
using the terminal, Jean -Baptiste Lallement suggested I use: sudo apt-get clean sudo apt-get update The retry the update. It worked. Thank you. -- package groff-base 1.20.1-5 failed to install/upgrade: https://bugs.launchpad.net/bugs/574211 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 575772] [NEW] package linux-image-2.6.32-22-generic 2.6.32-22.33 failed to install/upgrade:
Public bug reported: ubuntu-bug -p linux This command reports that I do not have a genuine Ubuntu package. I ran the updater for 10.04 and I got here. I am not familiar enough with this process to contribute more at this point. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-22-generic 2.6.32-22.33 Regression: Yes Reproducible: No ProcVersionSignature: Ubuntu 2.6.31-21.59-generic Uname: Linux 2.6.31-21-generic i686 NonfreeKernelModules: nvidia AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.20. Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dm 1582 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with ALC650E at irq 17' Mixer name : 'Realtek ALC650E' Components : 'AC97a:414c4722' Controls : 50 Simple ctrls : 33 Date: Wed May 5 08:28:00 2010 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1 Frequency: This has only happened once. HibernationDevice: RESUME=UUID=4e4abe6b-6e34-4661-b61e-8b730ea2871b InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) IwConfig: lono wireless extensions. eth1 no wireless extensions. eth0 no wireless extensions. Lsusb: Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-21-generic root=UUID=f46c61f1-8310-4e98-ae71-b43ed30af036 ro quiet splash RelatedPackageVersions: linux-firmware 1.34 RfKill: SourcePackage: linux Title: package linux-image-2.6.32-22-generic 2.6.32-22.33 failed to install/upgrade: dmi.bios.date: 12/16/2002 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 6.00 PG dmi.board.name: FB50 dmi.board.vendor: Shuttle Inc dmi.chassis.type: 3 dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd12/16/2002:svn:pn:pvr:rvnShuttleInc:rnFB50:rvr:cvn:ct3:cvr: ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid needs-upstream-testing regression-potential -- package linux-image-2.6.32-22-generic 2.6.32-22.33 failed to install/upgrade: https://bugs.launchpad.net/bugs/575772 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 575772] Re: package linux-image-2.6.32-22-generic 2.6.32-22.33 failed to install/upgrade:
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/47869737/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/47869738/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/47869739/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/47869740/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/47869741/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt" http://launchpadlibrarian.net/47869742/Card0.Codecs.codec97.0.ac97.0.0.txt ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt" http://launchpadlibrarian.net/47869743/Card0.Codecs.codec97.0.ac97.0.0.regs.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/47869744/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47869745/Dependencies.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/47869746/Lspci.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/47869747/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/47869748/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/47869749/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/47869750/ProcModules.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/47869751/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/47869752/UdevLog.txt ** Attachment added: "VarLogDistupgradeAptlog.gz" http://launchpadlibrarian.net/47869753/VarLogDistupgradeAptlog.gz ** Attachment added: "VarLogDistupgradeApttermlog.gz" http://launchpadlibrarian.net/47869754/VarLogDistupgradeApttermlog.gz ** Attachment added: "VarLogDistupgradeLspcitxt.gz" http://launchpadlibrarian.net/47869755/VarLogDistupgradeLspcitxt.gz ** Attachment added: "VarLogDistupgradeMainlog.gz" http://launchpadlibrarian.net/47869756/VarLogDistupgradeMainlog.gz ** Attachment added: "VarLogDistupgradeSystemstatetargz.gz" http://launchpadlibrarian.net/47869757/VarLogDistupgradeSystemstatetargz.gz ** Attachment added: "VarLogDistupgradeTermlog.gz" http://launchpadlibrarian.net/47869758/VarLogDistupgradeTermlog.gz ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/47869759/WifiSyslog.txt -- package linux-image-2.6.32-22-generic 2.6.32-22.33 failed to install/upgrade: https://bugs.launchpad.net/bugs/575772 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 525561] [NEW] Alien does not always get permissions right in RPM to DEB
Public bug reported: Binary package hint: alien I am using alien version 8.73 on Ubuntu Jaunty. A particular RPM I was trying to convert had some non-root suid/sgid binaries - these permissions were not being preserved in the alien-produced .deb package. The alien postinst script was setting the ownership correctly, but not the permissions. I think I found an operator precedence bug in /usr/share/perl5/Alien/Package/Rpm.pm, line 258: if (defined($owninfo{$file}) && ($mode & 07000 > 0)) { This line should read as: if (defined($owninfo{$file}) && (($mode & 07000) > 0)) { The precedence of ">" above "&" appears to have the effect of the owninfo hash only being updated on files with world-execute set. Patch is attached ** Affects: alien (Ubuntu) Importance: Undecided Status: New -- Alien does not always get permissions right in RPM to DEB https://bugs.launchpad.net/bugs/525561 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 525561] Re: Alien does not always get permissions right in RPM to DEB
** Patch added: "Rpm.pm.patch" http://launchpadlibrarian.net/39494888/Rpm.pm.patch -- Alien does not always get permissions right in RPM to DEB https://bugs.launchpad.net/bugs/525561 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
Re: [Bug 427209] Re: printer will not work
Hello, Yes the printer is set up and working fine with windows Vista.It also works fine with Internet Explorer and with Firefox. It refuses to work in Ubunto 9.04. I have a Lexmark x1240 All In One multifunction printer.The problem seems to start right in the beginning . When I want to print, the software cannot locate the right printer and further cannot locate the drivers. After I try to print, I get this error message: Cups server error. There was an error during the cups operation: Client-error-document-format- not supported. I have completely uninstalled the ubuntu 9.04 software and reinstalled it again with no difference. I can say this, the software is installed using the "intall inside windows" method. Don't know if that would make any difference but thought I'd mention it. Hope you can help. I do like using Ubuntu on my computers. Thank you for your help. Duane Menart On Fri, Sep 11, 2009 at 2:35 AM, Micah Gersten < launch...@micahscomputing.com> wrote: > Thank you for reporting this to Ubuntu. Is this problem Firefox > specific or is it a problem with all applications? Did you set up the > printer yet? Do you just need help configuring the printer? > > ** Changed in: firefox-3.0 (Ubuntu) > Status: New => Incomplete > > -- > printer will not work > https://bugs.launchpad.net/bugs/427209 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “firefox-3.0” package in Ubuntu: Incomplete > > Bug description: > Binary package hint: firefox-3.0 > > have lexmark 1240 All In One printer. Is not recognized when called on to > print. > > ProblemType: Bug > Architecture: i386 > DistroRelease: Ubuntu 9.04 > Package: firefox-3.0 3.0.13+nobinonly-0ubuntu0.9.04.1 > ProcEnviron: > LANG=en_US.UTF-8 > SHELL=/bin/bash > SourcePackage: firefox-3.0 > Uname: Linux 2.6.28-15-generic i686 > -- printer will not work https://bugs.launchpad.net/bugs/427209 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 551754] Re: [Lucid]NoScript crashes Firefox, crashes X-session
Using Kubuntu LucidLynx Beta1 had exact problem as John Dawson with absolute repeatability of the noscript-induced crash and periodic crashing using the search window. As the beta progressed the search window crashes occurred less frequently. With the release of Beta2 no search window crashes have occurred yet. Noscript crashes occur often but not every time. Furthermore, running "/usr/share/apport/apport-kde --crash- file=/var/crash/_usr_lib_firefox-3.6.3_firefox-bin.1000.crash" in a terminal produces an out of memory error message in a popup: "Sorry, the program "firefox-bin" closed unexpectedly Your computer does not have enough free memory to automatically analyze the problem and send a report to the developers." There is information that may be useful from the .xsession-errors file. I copied the file before and after and saved the differences in a new file (see attached "dbg.firefox.xession-errors.post-crash-differences"). ** Attachment added: "dbg.firefox.xession-errors.post-crash-differences" http://launchpadlibrarian.net/43745995/dbg.firefox.xession-errors.post-crash-differences -- [Lucid]NoScript crashes Firefox, crashes X-session https://bugs.launchpad.net/bugs/551754 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 565913] [NEW] warning about a crash that didn't seem to happen
Public bug reported: Newly installed 10.04. Appears to be running fine. Look up and see the warning. ProblemType: KernelOops DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-21-generic 2.6.32-21.32 Regression: No Reproducible: No ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Annotation: Your system might become unstable now and might need to be restarted. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: VT1708S Analog [VT1708S Analog] Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: buck 1283 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xfbcb8000 irq 20' Mixer name : 'VIA VT1708S' Components : 'HDA:11060397,104383aa,0010' Controls : 22 Simple ctrls : 13 Date: Sun Apr 18 13:17:00 2010 Failure: oops Frequency: I don't know. HibernationDevice: RESUME=UUID=5562ee40-8e1a-4f46-a087-a0d67b4cc179 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1) MachineType: ASUSTeK Computer INC. B202 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=d7661935-be0c-47d1-ad21-14035df43206 ro quiet splash RelatedPackageVersions: linux-firmware 1.34 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() dmi.bios.date: 09/03/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1114 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: P5LD2EB-DHS dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1114:bd09/03/2009:svnASUSTeKComputerINC.:pnB202:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5LD2EB-DHS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: B202 dmi.product.version: System Version dmi.sys.vendor: ASUSTeK Computer INC. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-kerneloops i386 kernel-oops lucid needs-upstream-testing -- warning about a crash that didn't seem to happen https://bugs.launchpad.net/bugs/565913 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 565913] Re: warning about a crash that didn't seem to happen
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/44685524/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/44685525/AplayDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/44685526/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/44685527/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/44685528/Card0.Codecs.codec.0.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/44685529/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/44685530/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/44685531/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/44685532/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/44685533/Lsusb.txt ** Attachment added: "OopsText.txt" http://launchpadlibrarian.net/44685534/OopsText.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/44685535/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/44685536/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/44685537/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/44685538/ProcModules.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/44685539/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/44685541/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/44685543/WifiSyslog.txt -- warning about a crash that didn't seem to happen https://bugs.launchpad.net/bugs/565913 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
Re: [Bug 561125] Re: WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k]
Upon reading this message, I went to the system and switched the Wi-fi connection off then on. The warning occurred immediately. However, after that I couldn't get it to occur again, until I rebooted. Then, the warning came on once. I've been unable to reproduce. One thing I've noticed in all the posts I've read, this problem is appears to be related to Asus hardware. My machine, in particular, is an Asus EeeBox. On 18/04/2010 20:15, leon wrote: > I noticed with the sound issues being reported. My audio output gets > routed to the headphones jack right after I get the defect. I can not > confirm this is a part of this defect or another one, because this does > not consistently happen. > > I can consistently reproduce this bug. When I manually disconnect from > a wireless access point and then connect to the the same access point I > get the bug, the first time after a fresh boot. If I disconnect from > one access point and connect to another I do not get the crash. > > -- WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k] https://bugs.launchpad.net/bugs/561125 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
Re: [Bug 567625] Re: New Message won't send
Thank you for the response. I found GPG at: -rwsr-xr-x 1 root root 45436 2009-04-03 22:49 gpasswd -rwxr-xr-x 1 root root 857572 2008-07-30 01:15 gpg -rwxr-xr-x 1 root root 1512 2008-07-30 01:15 gpg-convert-from-106 -rwxr-xr-x 1 root root 34440 2008-07-30 01:15 gpgsplit -rwxr-xr-x 1 root root 243740 2008-07-30 01:16 gpgv -rwxr-xr-x 1 root root 3302 2008-07-30 01:15 gpg-zip but I don't know how to tell if it is installed correctly or not. I'm in the process of trying to get to Ubuntu (Lucid). But I'm currently at a release or two earlier and my "Updater" won't allow an update yet. HOWEVER. I solved the problem and it was not a bug, it was operator error. Apparently I have not reached the level of "Linux for Dummies". The error was in my set up of Evolution (Preferences/Security) wherein I apparently had checked the PGP/GPG box that required me to "always sign outgoing messages". When I unchecked this (and updated to the next version) the problem went away. The next version also solved my audio problem using a Nvidia card. I'm really looking forward to getting to Lucid. ---Original Message--- From: Pedro Villavicencio Date: 4/21/2010 6:25:50 AM To: bu...@loftusweb.com Subject: [Bug 567625] Re: New Message won't send that works fine here, please test the same on Lucid and comment back. Also please check that you have gpg installed. ** Changed in: evolution (Ubuntu) Importance: Undecided => Low ** Changed in: evolution (Ubuntu) Status: New => Incomplete -- New Message won't send https://bugs.launchpad.net/bugs/567625 You received this bug notification because you are a direct subscriber of the bug. Status in evolution package in Ubuntu: Incomplete Bug description: Binary package hint: evolution Using Ubuntu 9.04 and Evolution 2.26.1 I click on "New" then compose message and hit "Send". I get: "Could Not Create Message " "Because failed to execute gpg: broken pipe, you may need to select different mail options". Then if I move the message to Drafts, then move it back to Outbox, it then sends ok. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/evolution NonfreeKernelModules: nvidia Package: evolution 2.26.1-0ubuntu2 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux 2.6.28-18-generic i686 To unsubscribe from this bug, go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/567625/+subscribe ** Attachment added: "unnamed" http://launchpadlibrarian.net/45001950/unnamed ** Attachment added: "unnamed" http://launchpadlibrarian.net/45001953/unnamed ** Attachment added: "unnamed" http://launchpadlibrarian.net/45001955/unnamed -- New Message won't send https://bugs.launchpad.net/bugs/567625 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 551754] Re: [Lucid]NoScript crashes Firefox, crashes X-session
More information: I believe this to be an issue with Firefox Add-Ons in general as I have repeated issues using NoScript and just recently with Cookie Monster (with NoScript disabled). -- [Lucid]NoScript crashes Firefox, crashes X-session https://bugs.launchpad.net/bugs/551754 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
Re: [Bug 539772] Re: Lucid 2.6.32-16 crashed to login screen - miCopyRegion
On Wed, May 12, 2010 at 3:56 AM, apinunt wrote: > > Still trying to learn if this bug will only be fixed by an upgrade to > 10.10 or by applying manually. I'd prefer to not make modifications to > the repository list if it can be avoided. If the fix will not be made > available through the update process, does that mean it may have other > problems? Fixes that *are* made through the update process can still have other problems. ;-) At first glance I can see no modification of my sources.list, rather a file was created in the sources.list.d: /etc/apt/sources.list.d/bryceharrington-purple-lucid.list 'sudo mv /etc/apt/sources.list.d/bryceharrington-purple-lucid.list /etc/apt/sources.list.d/bryceharrington-purple-lucid.list.txt' The above should make the ppa archive temporarily invisible to apt / aptitude / Synaptic Package Manager / ... -- [MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion https://bugs.launchpad.net/bugs/539772 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
Re: [Bug 539772] Re: [MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion
On Thu, May 13, 2010 at 6:13 AM, apinunt wrote: > Looking further, at System-Admin-Update Manager, I see "Other updates > (LP-PPA-bryceharrington-purple)" are available. > Two updates were shown, xserver-common (Size 80 KB) and xserver-xorg-core > (Size 2.0 MB) so I applied them and rebooted, and so far it appears to have > eliminated the problem of crashing to the login screen. The other anomalies > are minor and cosmetic so I'll live with them. Sounds like you're patched! :-) I just installed the final release of Kubuntu 10.04 LTS, experienced the problem, applied the patch, and it does just fine. While this is definitely an issue that is cross-platform (hardware: gpu: ati radeon and nVidia nouveau; software: gnome, xfce, kde), and it happens on install and on liveCD, my newer laptop (2008 vintage) does not appear to have this problem (ati/kde/live). -- [MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion https://bugs.launchpad.net/bugs/539772 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 525561] Re: Alien does not always get permissions right in RPM to DEB
Hi Dmitrijs - The only example I have is a piece of commercial software, IBM WebSphere MQ 7.0.1. The RPM I was trying to work on was MQSeriesServer-7.0.1-0.i386.rpm. It is far from a simple testcase however. I think you can download a copy from http://www14.software.ibm.com/webapp/download/preconfig.jsp?id=2009-08-28+03:34:46.648052R&S_TACT=104CBW71&S_CMP=%20wmqtrk I can understand if you don't want to fool with this particular RPM. If necessary, I will make up a simplified testcase based on the WebSphere RPM. Please advise. -- Alien does not always get permissions right in RPM to DEB https://bugs.launchpad.net/bugs/525561 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 427209] Re: printer will not work
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31580093/Dependencies.txt ** Attachment added: "ExtensionSummary.txt" http://launchpadlibrarian.net/31580094/ExtensionSummary.txt ** Attachment added: "profiles.ini.txt" http://launchpadlibrarian.net/31580095/profiles.ini.txt -- printer will not work https://bugs.launchpad.net/bugs/427209 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 427209] [NEW] printer will not work
Public bug reported: Binary package hint: firefox-3.0 have lexmark 1240 All In One printer. Is not recognized when called on to print. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: firefox-3.0 3.0.13+nobinonly-0ubuntu0.9.04.1 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: firefox-3.0 Uname: Linux 2.6.28-15-generic i686 ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- printer will not work https://bugs.launchpad.net/bugs/427209 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 364414] Re: crashkernel memory reservation ignored
Andy's suggestion of "crashkernel=384M-2G:64M,2G-:128M" gets me a proper reservation on 2.6.28-15-generic. Sep 17 16:21:03 localhost kernel: [0.00] Reserving 128MB of memory at 32MB for crashkernel (System RAM: 3062MB) -- crashkernel memory reservation ignored https://bugs.launchpad.net/bugs/364414 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 457877] Re: nm asks for elevated password, refuses correct password and then crashes
*** This bug is a duplicate of bug 445951 *** https://bugs.launchpad.net/bugs/445951 Is there a reason that I don't have permission to view the bug that this is a duplicate of? -- nm asks for elevated password, refuses correct password and then crashes https://bugs.launchpad.net/bugs/457877 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 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.
for an Explanation of the problem, and a work around see: https://github.com/GitTools/GitVersion/issues/1508 the problem started with libcurl3 having an incorrect symlink named: 'libcurl.so.4' ** Bug watch added: github.com/GitTools/GitVersion/issues #1508 https://github.com/GitTools/GitVersion/issues/1508 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754294 Title: After last updated libcurl3 on libcurl4, some apps are removed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1723198] Re: package ca-certificates 20170717~16.04.1 failed to install/upgrade: triggers looping, abandoned
I'm new to ubuntu and just getting started. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1723198 Title: package ca-certificates 20170717~16.04.1 failed to install/upgrade: triggers looping, abandoned To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1723198/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1731459] Re: Black band in scanned images
Workaround is to install sane-backends-1.0.25 from the sane Project Site. This version seems to work properly with LiDE 200. I did not realise any side effects at the moment using 1.0.25. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731459 Title: Black band in scanned images To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1731459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1912898] Re: [i915] With kernel 5.8, video crashes, system freezes. But 5.4 works.
The live-CD issue makes sense... thanks. I reinstalled 5.4 per your suggestion. I can now boot into 5.4 again in my daily-use partition through the Advanced grub menu. Thank you! Will I be notified when a fix is released in 5.8? I've disabled automatic updates for now. ... Duane On 2/3/21 4:17 AM, Kleber Sacilotto de Souza wrote: > Hi Duane, > > Regarding your comments: > > 5) Ubuntu 20.04 runs fine when running directly from USB flashdrive. This is > really wierd. > 6) Occurs immediately after a fresh installation of 20.04 in any partition. > Verified sha256sums. > > I believe the installer will update some packages, including the kernel, > when you do the installation on the system. This would explain the > difference between running the live-cd and the installed system. > > If after the automatic update to 5.8 your 5.4 kernels are not available > anymore for booting, you can try installing the meta package "linux- > generic" which would install the latest 5.4 kernel. > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912898 Title: [i915] With kernel 5.8, video crashes, system freezes. But 5.4 works. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.8/+bug/1912898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1912898] [NEW] Last few kernel updates, video crashes, system freezes
Public bug reported: 1) Chromebox 2955U trying to run Ubuntu 20.04 with updates. Has been running Ubuntu for many years. 2) Video seems to crash when ANY program, menu item or terminal is started after reboot. Flashing screen fields, boxes, menus. Cursor freezes or stutters. 3) 18.02 ran and runs fine in other partitions. 4) Latest Debian runs fine in other partiton. 5) Ubuntu 20.04 runs fine when running directly from USB flashdrive. This is really wierd. 6) Occurs immediately after a fresh installation of 20.04 in any partition. Verified sha256sums. 7) Can make system usable with nomodeset in grub linux line but runs very slow. 8) Tried "sudo apt-get install xserver-xorg-video-intel". ... Already running latest. 9) Memtest86 ran 2 full iterations, no errors. 10) Seems like I verified an older kernel worked fine, but an "autoremove" removed it/them. 11) I've been fighting this for a few months now. Thank you for any support you can give... ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.8.0-36.40~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-36-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.14 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: skip CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Sat Jan 23 08:41:43 2021 DistUpgraded: Fresh install DistroCodename: focal DistroVariant: ubuntu ExtraDebuggingInterest: Yes GraphicsCard: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a06] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Google, Inc. Haswell-ULT Integrated Graphics Controller [1ae0:c000] InstallationDate: Installed on 2020-10-03 (111 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 13d3:3393 IMC Networks Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Google Panther ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-36-generic root=UUID=3124be5d-3014-4ee1-ac5b-8c48babfde15 ro quiet splash nomodeset SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/10/2014 dmi.bios.release: 4.0 dmi.bios.vendor: coreboot dmi.bios.version: 4.0-7565-gc6e3a3a-dirty dmi.board.name: Panther dmi.board.vendor: Google dmi.board.version: 1.0 dmi.chassis.type: 3 dmi.chassis.vendor: Google dmi.ec.firmware.release: 0.0 dmi.modalias: dmi:bvncoreboot:bvr4.0-7565-gc6e3a3a-dirty:bd12/10/2014:br4.0:efr0.0:svnGoogle:pnPanther:pvr1.0:rvnGoogle:rnPanther:rvr1.0:cvnGoogle:ct3:cvr: dmi.product.name: Panther dmi.product.version: 1.0 dmi.sys.vendor: Google version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200226-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912898 Title: Last few kernel updates, video crashes, system freezes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1912898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1912898] Re: Last few kernel updates, video crashes, system freezes
Thanks Daniel, 1) I uninstalled xserver-xorg-video-intel. No change. 2) I noticed that. 18.04 and Debian works fine on same machine. Using a recent installation of 20.04 desktop with updates but little to no changes from stock: 5.4.0-42-generic WORKS FINE on /dev/sda1: 5.8.0-38-generic on /dev/sda1 boots to desktop, cursor OK, but 1st or 2nd user action immediately renders system unusable. Freezes, various screen flashing, reboots or reverts to user login. Verified the above multiple times. What else can I do to help? Thanks! ... Duane Shults On 1/25/21 12:17 AM, Daniel van Vugt wrote: > Thanks for the bug report. A few thoughts: > > 1. xserver-xorg-video-intel is old and not supported. Please uninstall > it to make sure you're using the newer default driver ('modesetting'). > > 2. Your kernel log shows constant hardware errors from the 'Intel > Corporation 8 Series PCI Express Root Port 3': > > [ 69.485800] pcieport :00:1c.0: AER: Corrected error received: > :00:1c.0 > [ 69.485812] pcieport :00:1c.0: AER: PCIe Bus Error: > severity=Corrected, type=Data Link Layer, (Transmitter ID) > [ 69.485817] pcieport :00:1c.0: AER: device [8086:9c14] error > status/mask=1000/2000 > [ 69.485821] pcieport :00:1c.0: AER:[12] Timeout > > I don't know if that's a real hardware problem or a kernel bug. So > please try some older kernels like: https://kernel.ubuntu.com/~kernel- > ppa/mainline/v5.4.92/ > > 3. Please check the system for non-kernel crashes using these > instructions: > https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment > > > ** Summary changed: > > - Last few kernel updates, video crashes, system freezes > + [i915] Last few kernel updates, video crashes, system freezes > > ** Package changed: xorg (Ubuntu) => linux (Ubuntu) > > ** Changed in: linux (Ubuntu) > Status: New => Incomplete > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912898 Title: [i915] Last few kernel updates, video crashes, system freezes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1912898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1789133] [NEW] LCDd does not support ConnectionType ftdi with driver hd44780
Public bug reported: With upgrade to lcdproc v0.5.9 hd44780 does not support "ConnectionType=ftdi" Action: update from Ubuntu LTS 16.04.5 to 18.04.1 Observed behaviour: /var/log/syslog kernel: usb 1-1.1: Manufacturer: FTDI kernel: usbcore: registered new interface driver ftdi_sio kernel: usbserial: USB Serial support registered for FTDI USB Serial Device kernel: ftdi_sio 1-1.1:1.0: FTDI USB Serial Device converter detected kernel: usb 1-1.1: FTDI USB Serial Device converter now attached to ttyUSB0 kernel: usb 1-1.1: Manufacturer: FTDI kernel: usbcore: registered new interface driver ftdi_sio kernel: usbserial: USB Serial support registered for FTDI USB Serial Device kernel: ftdi_sio 1-1.1:1.0: FTDI USB Serial Device converter detected kernel: usb 1-1.1: FTDI USB Serial Device converter now attached to ttyUSB0 LCDd: driver_load(name="hd44780", filename="/usr/lib/x86_64-linux-gnu/lcdproc/hd44780.so") LCDd: hd44780: unknown ConnectionType: ftdi LCDd: Driver [hd44780] init failed, return code -1 LCDd: Module /usr/lib/x86_64-linux-gnu/lcdproc/hd4478 could not be loaded LCDd: Could not load driver hd44780 LCDd: There is no output driver LCDd: Critical error while initializing, abort. Expected behaviour: hd44780 driver is loaded with ftdi support, HD44780 connected to FTDI controller is working properly Configuration: LCDd.conf as per 0.5.5 description (partial) ... ## Hitachi HD44780 driver ## [hd44780] # Select what type of connection. See documentation for available types. ConnectionType=ftdi ftdi_mode=4 ftdi_line_EN=0x10 ftdi_line_RS=0x20 ftdi_line_RW=0x40 ... SW / Libraries: lcdproc 0.5.9-2 lcdproc-extra-drivers 0.5.9-2 libftdi1:amd64 0.20-4build3 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: lcdproc 0.5.9-2 ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18 Uname: Linux 4.15.0-33-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture: amd64 Date: Sun Aug 26 22:32:33 2018 InstallationDate: Installed on 2017-02-24 (548 days ago) InstallationMedia: Mythbuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: lcdproc UpgradeStatus: Upgraded to bionic on 2018-08-26 (0 days ago) ** Affects: lcdproc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789133 Title: LCDd does not support ConnectionType ftdi with driver hd44780 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lcdproc/+bug/1789133/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730796] [NEW] Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers
Public bug reported: Seen on both SuperMicro and Dell AMD Epyc based servers (that's right, I installed the desktop version of 17.10 on a server): Dell: $ lspci | grep VGA 83:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. Device 0536 (rev 04) $ lspci -s 83:00 -n 83:00.0 0300: 102b:0536 (rev 04) SuperMicro: $ lspci | grep VGA 02:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41) $ lspci -s 02:00 -n 02:00.0 0300: 1a03:2000 (rev 41) The Xwayland default is not a good one here, editing /etc/gdm3/custom.conf and removing the comment in front of WaylandEnable=false has fixed every system that has failed. ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730796 Title: Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730796/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730796] Re: Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers
Sure. I've attached two photos, *115057.jpg is with Xwayland enabled, *115744.jpg disabled. Note that this "tearing" may be different from other reports - nothing is moving on the display (ie. it is possible wayland simply read the horizontal frame buffer dimensions wrong). ** Attachment added: "with Xwayland enabled" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730796/+attachment/5025763/+files/IMG_20171221_115057.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730796 Title: Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730796/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730796] Re: Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers
** Attachment added: "Xwayland disabled" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730796/+attachment/5025764/+files/IMG_20171221_115744.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730796 Title: Ubuntu 17.10 graphical login and desktop unreadable (no hsync, tearing) on AMD Epyc servers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730796/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1152593] Re: ldconfig follows symbolic links, causing unintended links in /lib
While I agree that McAfee's coding practice is very bad, the ldconfig man page states that it should not follow symbolic links - the question then, is should ldconfig follow symbolic links in /lib ? if it should, the man page needs to be changed. If not, then it's still a bug even though it shows up due to McAfee's poor coding. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1152593 Title: ldconfig follows symbolic links, causing unintended links in /lib To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1152593/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1629612] [NEW] Install to SSD fails
Public bug reported: fail to install from livecd ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.2 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CasperVersion: 1.376 Date: Sun Oct 2 01:35:31 2016 InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629612 Title: Install to SSD fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1629612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs