[Bug 2098503] Re: snap broken even after purging and reinstalling

2025-02-18 Thread Forrest Flesher
after running LD_DEBUG=all snap list in the previous comment: grepping for X11, I see that it is used by something called "AppProtection", which is apparently related to Citrix workspace WFH software (some sort of anti-screenshot program). I uninstall Citrix Workspace, and this problem with snap

[Bug 2098503] Re: snap broken even after purging and reinstalling

2025-02-18 Thread Forrest Flesher
LD_DEBUG=all snap list ** Attachment added: "ld_debug_text" https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2098503/+attachment/5858714/+files/ld_debug_text -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2098503] Re: snap broken even after purging and reinstalling

2025-02-17 Thread Forrest Flesher
env | grep LD_ LD_GOLD=/home/user/anaconda3/bin/x86_64-conda-linux-gnu-ld.gold CONDA_BUILD_SYSROOT=/home/user/anaconda3/x86_64-conda-linux-gnu/sysroot SNAPD_debug=1 snap list 2025/02/17 17:32:28.492121 logger.go:99: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap" snap: error while load

[Bug 2098503] Re: snap broken even after purging and reinstalling

2025-02-15 Thread Forrest Flesher
An update: I tried snap install hello-world with a previous version of snap, and it works fine: sudo apt purge snapd sudo apt install snapd=2.63+24.04ubuntu0.1 snap install hello-world # Works fine. However, the following still fails: sudo apt purge snapd sudo apt install snapd=2.66.1+24.04 snap

[Bug 2098503] [NEW] snap broken even after purging and reinstalling

2025-02-14 Thread Forrest Flesher
Public bug reported: I'm getting the following when using snap (any command, including just snap): snap: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory I get this only after trying to install a package (hello-world) with snap; immedia

[Bug 1833752] Re: Help Browser in the SuperCollider IDE seems broken

2019-10-08 Thread forrest curo
One workaround, for now, is to use the online help files: "This is the end of this introduction to SuperCollider. A few extra learning resources are listed below. Enjoy! • An excellent series of YouTube tutorials by Eli Fieldsteel: http://www.youtube.com/ playlist?list=PLPYzvS8A_rTaNDweXe6PX4CXSG

[Bug 1833752] Re: Help Browser in the SuperCollider IDE seems broken

2019-10-08 Thread forrest curo
If you find the help files on your disk and load them into firefox, the example code fails to display there either. You can tell that the example code is present: select & copy an area containing example code; paste into gedit; and there it is! This condition does not respond to changing font opt

[Bug 1833752] Re: Help Browser in the SuperCollider IDE seems broken

2019-10-08 Thread forrest curo
Definitely applies to my new 19.04 installation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833752 Title: Help Browser in the SuperCollider IDE seems broken To manage notifications about this bu

[Bug 1760086] Re: simple-scan crashed with SIGSEGV in make_cache_block()

2019-02-16 Thread Forrest Voight
*** This bug is a duplicate of bug 1769126 *** https://bugs.launchpad.net/bugs/1769126 (Reposted here because some people aren't subscribed to #1769126. Sorry if you get a duplicate notification.) I looked into this issue at length and posted a write-up here: http://forre.st/brother_printer

[Bug 1769126] Re: SIMPLE-SCAN crashes when set to photo scanning

2019-02-16 Thread Forrest Voight
I looked into this issue at length and posted a write-up here: http://forre.st/brother_printer The gist of it is that setting up a Brother printer with an invalid model name (e.g. "MFCL5900DW" instead of "MFC-L5900DW") can cause crashes in some cases (namely simple-scan in photo mode). Fix: * (o

[Bug 1792827] [NEW] libgtest-dev failed to install when upgrading server to 18.04.1

2018-09-16 Thread Forrest Hopkins
Public bug reported: Tried to upgrade from 16.04 to 18.04.1 using do-release-upgrade ProblemType: Package DistroRelease: Ubuntu 18.04 Package: libgtest-dev (not installed) ProcVersionSignature: Ubuntu 4.4.0-135.161-generic 4.4.140 Uname: Linux 4.4.0-135-generic x86_64 ApportVersion: 2.20.9-0ubunt

[Bug 1792215] [NEW] watchdog: BUG: soft lockup - CPU#2 stuck for 23s! [kworker/2:2:271]

2018-09-12 Thread chris forrest
Public bug reported: System will not load desktop graphical display after entering login details at the login screen. Only way to launch GUI is to drop to a terminal at the login screen and then run startx at which point the GUI does load up ProblemType: KernelOops DistroRelease: Ubuntu 18.10 Pac

[Bug 1291359] Re: multiscreen spanning wallpaper does not span on lock screen

2017-11-11 Thread Forrest Voight
Ah, after running those commands just run "unity" to replace the running unity with the patched one. No reboot or log out/in necessary. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291359 Title: m

[Bug 1291359] Re: multiscreen spanning wallpaper does not span on lock screen

2017-11-11 Thread Forrest Voight
** Patch added: "first.diff" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1291359/+attachment/5007544/+files/first.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291359 Title: multi

[Bug 1291359] Re: multiscreen spanning wallpaper does not span on lock screen

2017-11-11 Thread Forrest Voight
I've fixed this bug in the attached patches. The first solves the problem with minimal changes, but is inefficient as it computes the entire (multi-monitor) wallpaper once per monitor rather than computing it just once, resulting in an added delay of a second or two with a large multimonitor setup.

[Bug 1291359] Re: multiscreen spanning wallpaper does not span on lock screen

2017-11-11 Thread Forrest Voight
** Patch added: "second.diff" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1291359/+attachment/5007545/+files/second.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291359 Title: mul

[Bug 1631514] Re: snap doesnt work. error: cannot communicate with server

2017-06-14 Thread Forrest Hopkins
Running in a chroot, so I don't have systemctl available. Fixed this by manually running /usr/lib/snapd/snapd. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1631514 Title: snap doesnt work. error: c

[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2016-12-13 Thread Forrest Hopkins
Experiencing this problem developing PyQt5 applications, in regards to QTextEdit items. Currently the only fix is to use a non-native style. See here: http://stackoverflow.com/questions/35351024/pyqt5-gtk- critical-ia-gtk-widget-style-get-assertion-gtk-is-widget-widg Any ideas of how related these

[Bug 1602905] [NEW] non -working Elan Touchpad

2016-07-13 Thread Forrest Babb
Public bug reported: After a direct install by USB, my Toshiba Satellite Radius P55W-B laptop runs ok except for the Elan Touchpad witch dosn't work in any way. I have a bluetooth mous workiing OK. I have bin unable to find a driver online. Release: 16.04 Unable to locate package pkgname ** Aff

[Bug 1589634] [NEW] Main website forwards to invalid website

2016-06-06 Thread Bailey Forrest
Public bug reported: Hi, I'm not sure this is the appropriate place to report this. When you navigate to the project's main site (http://kernel.ubuntu.com/~cking/stress-ng/) and click anywhere on the page, it opens a popup to the suspcious looking site (http://quickdomainfwd.com/?dn=oswatershed.o

[Bug 1572122] Re: Samba upgrade to 3.6.25-0ubuntu0.12.04.2 break domain authentication

2016-04-28 Thread Matt Forrest
Downgrade as posted by Rob above works. Alternately, add this to your smb.conf file: client ipc signing = no -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572122 Title: Samba upgrade to 3.6.25-0u

[Bug 1221786] Re: Extract video range feature is broken in Gimp-GAP

2015-05-23 Thread Forrest Hopkins
I don't think this will ever get fixed. Does anyone know a way of manually rebuilding? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1221786 Title: Extract video range feature is broken in Gimp-GAP

[Bug 1260936] [NEW] update manager

2013-12-14 Thread Forrest Brandt
Public bug reported: E:Unable to parse package file /var/lib/apt/lists/th.archive.ubuntu .com_ubuntu_dists_quantal_main_i18n_Translation-en (1), E:The package lists or status file could not be parsed or opened. ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New -

[Bug 1000327] Re: mythtv: can't change the channel in EPG

2012-05-16 Thread Matt Forrest
** Patch added: "patch from upstream" https://bugs.launchpad.net/bugs/1000327/+attachment/3149380/+files/changeset_mythtv_libs_libmythtv_tv_play.cpp_3a51b833ea749e1d4fa3fa0a80cc7f20ee5c6d9e.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1000327] [NEW] mythtv: can't change the channel in EPG

2012-05-16 Thread Matt Forrest
Public bug reported: When you have only one tuner available, you can't change the channel in the EPG. You can use the up/down keys, or type the # directly though... This bug has already been fixed up-stream: http://code.mythtv.org/trac/changeset/3a51b833ea749e1d4fa3fa0a80cc7f20ee5c6d9e/mythtv I

[Bug 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2012-05-16 Thread Matt Forrest
This bug is still active in 12.04. I just upgraded from 10.04 and encountered this. I have not checked if the patches are applied to 0.25. A workaround that appears to be fine for me is to change the default sampling rate in pulsed. Add this line to /etc/pulse/daemon.conf: default-sample-rate =

[Bug 991465] Re: PCI/internal sound card not detected

2012-04-29 Thread Forrest Brandt
My other info can be found here: https://answers.launchpad.net/ubuntu/+source/alsa- driver/+question/195265 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991465 Title: PCI/internal sound card not d

[Bug 991465] Re: PCI/internal sound card not detected

2012-04-29 Thread Forrest Brandt
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991465 Title: PCI/internal sound card not detected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+

[Bug 991465] [NEW] PCI/internal sound card not detected

2012-04-29 Thread Forrest Brandt
Public bug reported: Sorry if this is a duplicate, but i am grasping at straws here. after running apport-collect 985145 it lead me to launch pad. What info is needed to help solve this problem? ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionS

[Bug 990989] Re: No sound at all after Ubuntu update 12.04

2012-04-29 Thread Forrest Brandt
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990989 Title: No sound at all after Ubuntu update 12.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-dri

[Bug 990989] [NEW] No sound at all after Ubuntu update 12.04

2012-04-29 Thread Forrest Brandt
Public bug reported: After fianly getting sound to work last week. I updated on the 27th, and now I have no sound at all. sudo aplay -l aplay: device_list:252: no soundcards found and there was no drive kernal for alsa either Any help out there? ProblemType: Bug DistroRelease: Ubuntu 12.04

[Bug 964269] Re: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-24 Thread Mark D. Forrest
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964269 Title: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned er

[Bug 964269] [NEW] package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-24 Thread Mark D. Forrest
Public bug reported: Has or is there a fix ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha17.dfsg2-1 ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9 Uname: Linux 3.2.0-18-generic i686 NonfreeKernelModules: wl ApportVersion: 1.95-0ubuntu1 Architecture: i386 Date

[Bug 953613] [NEW] package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-12 Thread Mark D. Forrest
Public bug reported: Maybe a duolicate ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha17.dfsg2-1 ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9 Uname: Linux 3.2.0-18-generic i686 NonfreeKernelModules: wl ApportVersion: 1.94.1-0ubuntu2 AptOrdering: libxfixes3:

[Bug 953613] Re: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-12 Thread Mark D. Forrest
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953613 Title: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit statu

[Bug 952294] Re: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-11 Thread Mark D. Forrest
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952294 Title: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned er

[Bug 952294] [NEW] package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-11 Thread Mark D. Forrest
Public bug reported: Beta update detected a bug ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha17.dfsg2-1 ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6 Uname: Linux 3.2.0-17-generic i686 NonfreeKernelModules: wl ApportVersion: 1.94.1-0ubuntu2 Architecture: i3

[Bug 904025] Re: lxc-start intermittently fails

2011-12-14 Thread Forrest L Norvell
Right now the issue is sporadic, but I anticipate that it may get more easily reproducible as the density of containers per server ramps up (which my team can force through creating a load-testing environment, which is on our roadmap but which I don't see us getting to for another month or two). Un

[Bug 904025] Re: lxc-start intermittently fails

2011-12-13 Thread Forrest L Norvell
@mdz: I consistently notice the fault after the fact, and can't tell you exactly what was going on in the cgroup mount at the time, alas. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025 Title:

[Bug 904025] UdevLog.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632216/+files/UdevLog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 904025] UdevDb.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632215/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025 Title: lxc-

[Bug 904025] ProcModules.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632214/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025 Ti

[Bug 904025] ProcInterrupts.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632213/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9040

[Bug 904025] ProcCpuinfo_.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "ProcCpuinfo_.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632212/+files/ProcCpuinfo_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025

[Bug 904025] ProcCpuinfo.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632211/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025 Ti

[Bug 904025] CurrentDmesg.txt

2011-12-13 Thread Forrest L Norvell
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/904025/+attachment/2632210/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025

[Bug 904025] Re: lxc-start intermittently fails

2011-12-13 Thread Forrest L Norvell
apport information ** Tags added: apport-collected ** Description changed: When there's a failure, this is what shows up in the lxc-start DEBUG- leve log output: lxc-start 1323586208.776 DEBUGlxc_console - using '/dev/tty' as console lxc-start 1323586208.776 DEBUG

[Bug 904025] Re: lxc-start intermittently fails

2011-12-13 Thread Forrest L Norvell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904025 Title: lxc-start intermittently fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/904025/+

[Bug 904025] [NEW] lxc-start intermittently fails

2011-12-13 Thread Forrest L Norvell
Public bug reported: When there's a failure, this is what shows up in the lxc-start DEBUG- leve log output: lxc-start 1323586208.776 DEBUGlxc_console - using '/dev/tty' as console lxc-start 1323586208.776 DEBUGlxc_start - sigchild handler set lxc-start 1323586208.776 IN

[Bug 876956] [NEW] starting interactive atop causes kernel alignment check

2011-10-17 Thread Forrest L Norvell
Public bug reported: Using the official Ubuntu 11.10 oneiric AMI for EC2 (in the us-east-1 region), attempting to start atop from the command line hangs. Checking /var/log/kern.log yields: Oct 17 22:18:44 puppetmaster kernel: [3.812786] alignment check: [#1] SMP Oct 17 22:18:44 puppet

[Bug 726350] Re: AMD Phenom II Turbo Core -bug

2011-08-31 Thread Forrest Sheng Bao
Ignacio, should we see a pstate at 3600 MHz if Turboboost is really on? On my motherboard, i can see 3600 MHz after turning off C'n'Q on my motherboard. But I have only one pstate, 3600 MHz, after that. So I guess we should see 5 pstates if TurboBoost is really on. -- You received this bug notifi

[Bug 748098] Re: AMD Turbo Core not working on Ubuntu server 10.10

2011-08-30 Thread Forrest Sheng Bao
Someone told me that the problem may be caused by the BIOS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/748098 Title: AMD Turbo Core not working on Ubuntu server 10.10 To manage notifications abo

[Bug 817051] Re: [Compaq 320, IDT 92HD88B3, Speaker, Internal] No sound at all

2011-07-27 Thread Forrest Brandt
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817051 Title: [Compaq 320, IDT 92HD88B3, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 817051] [NEW] [Compaq 320, IDT 92HD88B3, Speaker, Internal] No sound at all

2011-07-27 Thread Forrest Brandt
Driver Version 1.0.23. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: forrest

[Bug 554471] Re: I can't remove a bluetooth device with bluetooth-properties

2011-05-13 Thread Forrest Sheng Bao
I have the same problem with my WACOM tablet and iMac. My ubuntu version is 10.10. I cannot remove the Wacom tablet, neither can i reconnect it from my iMac. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 714300] Re: ath5k wireless fails to connect natty

2011-05-13 Thread Forrest Yu
Here's a workaround for me: downgrade the kernel to 2.6.37.6 and everything's OK now. my lspci output: 06:02.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 176648] Re: Impossible to change screen brightness on iMac

2011-04-24 Thread Forrest Sheng Bao
I wish this problem can be fixed soon. I hope to adjust screen brightness using my keyboard keys. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/176648 Title: Impossible to change screen brightness o

[Bug 726350] Re: AMD Phenom II Turbo Core -bug

2011-04-10 Thread Forrest Sheng Bao
Hi David, Then you will have to upgrade to 10.10. In my mind, 2.6.32 kernel hasn't fixed the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726350 Title: AMD Phenom II Turbo Core -bug --

[Bug 748098] [NEW] AMD Turbo Core not working on Ubuntu server 10.10

2011-04-02 Thread Forrest Sheng Bao
Public bug reported: Binary package hint: linux-image-2.6.35-28-server I have installed Ubuntu server 10.10 on my new computer which uses AMD Phenom II X6 1090T. I have upgraded my kernel to 2.6.35-28-server. But I have noticed that my CPU cores were not able to run at 3.6GHz at any time, even w

[Bug 726350] Re: AMD Phenom II Turbo Core -bug

2011-03-30 Thread Forrest Sheng Bao
I am using 10.10 server version, and I still have the problem. The kernel version for 10.10 server is 2.6.35-22, which is supposed to have solved the problem. But on my box, it didn't. I have reported this problem on UbuntuForums, http://ubuntuforums.org/showthread.php?t=1709264 -- You received

[Bug 726350] Re: AMD Phenom II Turbo Core -bug

2011-03-16 Thread Forrest Sheng Bao
Hi David, 1. what is your Ubuntu version or code name? 2. What's your Linux kernel number? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726350 Title: AMD Phenom II Turbo Core -bug -- ubuntu-bu

[Bug 601518] Re: Asus 1018p- No sound from headphones

2010-08-05 Thread Forrest Page
I also have this issue. I have an asus 1018pb. Sound works but no headphones. I have tried all of the settings. This is true of all the other ubuntu derivatives too. Peppermint OS Linux Mint Ubuntu Lucid Lynx 10.04 It should be noted that the headphone jack works fine with Ubuntu Karmic 9.10 Ho

[Bug 610802] Re: 'Mirror Screens' often seen on projectors during presentations.

2010-07-28 Thread Michael Forrest
** Also affects: hundredpapercuts Importance: Undecided Status: New -- 'Mirror Screens' often seen on projectors during presentations. https://bugs.launchpad.net/bugs/610802 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 610802] Re: 'Mirror Screens' often seen on projectors during presentations.

2010-07-28 Thread Michael Forrest
** Attachment added: "What I mean by the 'display label' - here it says 'Mirror Screens' but it might say anything." http://launchpadlibrarian.net/52630312/slideshow.png ** Bug watch added: GNOME Bug Tracker #625476 https://bugzilla.gnome.org/show_bug.cgi?id=625476 ** Also affects: gnome-

[Bug 610802] [NEW] 'Mirror Screens' often seen on projectors during presentations.

2010-07-28 Thread Michael Forrest
Public bug reported: Binary package hint: gnome-control-center Can I suggest that the display labels are hidden when the Monitors window is not focused? This would help business people when they give presentations, as they would have to remember to go back and close this window after they've got

[Bug 606589] Re: relative mouse movement in games - cursor/view jumps to same position approximately every second

2010-07-23 Thread Forrest
*** This bug is a duplicate of bug 61105 *** https://bugs.launchpad.net/bugs/61105 Oh, this is a duplicate of https://bugs.launchpad.net/ubuntu/+bug/61105 , but it's notable that an update caused unclutter to be installed. http://im.forre.st/pb/19520546.txt 'killall unclutter' fixes this. **

[Bug 606589] Re: relative mouse movement in games - cursor/view jumps to same position approximately every second

2010-07-17 Thread Forrest
SDL_MOUSE_RELATIVE=0 prevents the problem but changes the behaviour - the real cursor is never repositioned so it it runs into the edge of the screen you can't move. Since the problem isn't in libsdl1.2, something in xorg-server having to do with how client mouse repositioning is handled must have

[Bug 606589] Re: relative mouse movement in games - cursor/view jumps to same position approximately every second

2010-07-17 Thread Forrest
Steps to reproduce apt-get install tremulous tremulous # try to use main menu -- relative mouse movement in games - cursor/view jumps to same position approximately every second https://bugs.launchpad.net/bugs/606589 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 606589] [NEW] relative mouse movement in games - cursor/view jumps to same position approximately every second

2010-07-17 Thread Forrest
Public bug reported: Distributor ID: Ubuntu Description:Ubuntu maverick (development branch) Release:10.10 Codename: maverick After an update on 2010-07-14, relative mouse movement in two SDL-based games broke. Also, a clean install on a separate computer has the same problem.

[Bug 596794] Re: icons in the unity launcher are all fuzzy

2010-06-21 Thread Michael Forrest
Screenshot please! -- icons in the unity launcher are all fuzzy https://bugs.launchpad.net/bugs/596794 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/mai

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-06-13 Thread Forrest Yu
@Luke: I figured out the commands by reading the source code. I mean hda-analyzer, then hda-verb. -- No sound on Dell Optiplex 380 (ALC269Q, probably new chip) https://bugs.launchpad.net/bugs/582199 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-06-01 Thread Forrest Yu
ss it is a microphone-linein combination connector because there are two colors and two icons in the background rectangle. Could you tell me how to tell if a connector is a "mic" or a "line in"? Attachment is my alsa-info. ** Attachment added: "Forrest OPTIPLEX 380 alsa-inf

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
@David: I tried 4 cases: with and without fw patch, with and without running hda-verb. Recording works in all these cases. In "Sound Preferences > Input", I can see two items in the "Connector" drop-down list: "Microphone 1" and "Microphone 2". There's no "line in" option. After testing, I found

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
hi David, the fw patch's not working confuses me. It seems weird. I believe the fw file must have been loaded. Evidence 1: $ dmesg ... [9.210061] ALSA hda_intel.c:2650: Applying patch firmware 'optiplex-380-patch.snd-hda-intel.fw' [9.210123] HDA Intel :00:1b.0: firmwar

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
(sorry the post above looks bad, so I re-post it) hi David, your hda-analyzer solution works, but the ".fw" patch doesn't. I have a work-around: 1. goto ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/ download hda-verb-0.3.tar.gz and compile it 2. add two lines in /etc/rc.lo

[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
hi David, your hda-analyzer solution works, but the ".fw" patch doesn't. I have a work-around: 1. download hda-verb-0.3.tar.gz from ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/ and compile it 2. add two lines in /etc/rc.local /path/to/hda-verb

[Bug 558344] [NEW] Deleted user account remains in session menu until restart

2010-04-08 Thread Michael Forrest
Public bug reported: Binary package hint: indicator-session I deleted a user account but that user remained in the session menu. Clicking this item dropped me to the login screen. ** Affects: indicator-session (Ubuntu) Importance: Undecided Status: New ** Tags: gloam -- Deleted

[Bug 554943] Re: package nvidia-96 96.43.14-0ubuntu11 failed to install/upgrade:

2010-04-03 Thread forrest curo
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/43026938/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/43026939/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/43026940/Dependencies.txt ** A

[Bug 554943] [NEW] package nvidia-96 96.43.14-0ubuntu11 failed to install/upgrade:

2010-04-03 Thread forrest curo
Public bug reported: Fairly early on was told that the package "may not be in a working state." Later I was told it "failed to install." I don't know, at this point, if this will fnurgle my display on restart. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: nvidia-96 96.43.14-0ubuntu11

[Bug 551574] [NEW] No feedback when clicking 'Restart' after installation complete

2010-03-30 Thread Michael Forrest
Public bug reported: Binary package hint: ubiquity I was in the Live Session when this happened. Don't know if it's the same in the other route. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: gloam -- No feedback when clicking 'Restart' after installat

[Bug 546794] [NEW] Smarter lib* aware autocompletion?

2010-03-25 Thread Michael Forrest
Public bug reported: Binary package hint: apt Wouldn't it be nice if when typing apt-get install clu [press tab] showed libclutter-* etc... If the autocomplete was just capable of ignoring this common prefix, it would be easier to find a lot of things :) ** Affects: apt (Ubuntu) Importa

[Bug 536692] Re: logo and icons in the installer boot splash are distorted

2010-03-24 Thread Michael Forrest
Here is what I see on my reasonably shaped laptop screen. I understand that this is not a straightforward fix, but it is the VERY first thing new users see, and sets a low expectation about quality, therefore is extremely important. Thanks ** Attachment added: "IMG_0227.JPG" http://launchpadl

[Bug 461148] Re: glunarclock applet not loaded

2010-03-22 Thread Forrest Cahoon
I have the same error 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 i686 GNU/Linux I see these errors in my dmesg output: forr...@supercool:~$ dmesg | grep glunar [ 71.112303] glunarclock-app[2794]: segfault at 0 ip 0058aa0a sp bfeef14c error 4 in libc-2.10.1.so[518000+13e000]

[Bug 538411] Re: Freeze exception request: modify install window to match new theme

2010-03-22 Thread Michael Forrest
Feel free to make the window narrower - just pull the background image so that it stays in the same relative position to the right. (And make sure outer padding is preserved!) -- Freeze exception request: modify install window to match new theme https://bugs.launchpad.net/bugs/538411 You received

[Bug 537414] Re: Software item screen looks oddly narrow in wide window

2010-03-17 Thread Michael Forrest
This layout is by design. Perhaps we can get Dom to look at it some time and flow the image to the right instead of below if there is a wide window. Meanwhile, I would not categorise it as a bug. -- Software item screen looks oddly narrow in wide window https://bugs.launchpad.net/bugs/537414 You

[Bug 536692] [NEW] logo and icons in the installer boot splash are distorted

2010-03-10 Thread Michael Forrest
Public bug reported: Binary package hint: gfxboot-theme-ubuntu The screen resolution needs to be taken into account when displaying the Ubuntu logo and icons so that no distortion of the images occurs. ** Affects: gfxboot-theme-ubuntu (Ubuntu) Importance: Undecided Status: New **

[Bug 496596] Re: The format of the "styles" does not stay consistent.

2010-03-05 Thread Forrest Cahoon
This bug was happening to me earlier this week, which is why I attached my system data, but I'm trying to reproduce it now and it is working correctly. Perhaps some library got updated, or maybe it only happens under certain conditions which I'm not reproducing right now. -- The format of the "st

[Bug 496596] XsessionErrors.txt

2010-03-05 Thread Forrest Cahoon
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/40303610/XsessionErrors.txt ** Tags added: apport-collected -- The format of the "styles" does not stay consistent. https://bugs.launchpad.net/bugs/496596 You received this bug notification because you are a member of Ub

[Bug 496596] Dependencies.txt

2010-03-05 Thread Forrest Cahoon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/40303608/Dependencies.txt -- The format of the "styles" does not stay consistent. https://bugs.launchpad.net/bugs/496596 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 496596] apport-collect data

2010-03-05 Thread Forrest Cahoon
Architecture: i386 DistroRelease: Ubuntu 9.10 Package: openoffice.org 1:3.1.1-5ubuntu1.1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-20.57-generic Uname: Linux 2.6.31-20-generic i686 UserGroups: adm admin audio cdrom dialout dip flop

[Bug 368060] Re: Map of Kashmir when selecting the timezone is incorrect

2010-03-05 Thread Michael Forrest
** Changed in: ubiquity (Ubuntu Lucid) Assignee: Michael Forrest (michaelforrest) => Kenneth Wimer (kwwii) -- Map of Kashmir when selecting the timezone is incorrect https://bugs.launchpad.net/bugs/368060 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 532136] Re: UI freeze exception

2010-03-04 Thread Michael Forrest
Rationale for freeze exception: The new Ubuntu brand was made public yesterday. This design needed to be implemented after the brand roll-out, as the project is public. -- UI freeze exception https://bugs.launchpad.net/bugs/532136 You received this bug notification because you are a member of Ub

[Bug 336751] Re: "Starting up the partitioner" uses separate window misleadingly

2010-02-26 Thread Michael Forrest
Okay, as per Colin's suggestion, we will show the partitioner page, but put "Starting partitioner..." in its contents until it is ready. -- "Starting up the partitioner" uses separate window misleadingly https://bugs.launchpad.net/bugs/336751 You received this bug notification because you are a m

[Bug 336751] Re: "Starting up the partitioner" uses separate window misleadingly

2010-02-26 Thread Michael Forrest
I would like to solve this by changing the text of the "Forward" button, once clicked, to "Starting Partitioner..." and spinning the mouse cursor. -- "Starting up the partitioner" uses separate window misleadingly https://bugs.launchpad.net/bugs/336751 You received this bug notification because y

[Bug 368060] Re: Map of Kashmir when selecting the timezone is incorrect

2010-02-16 Thread Michael Forrest
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) => Michael Forrest (michaelforrest) -- Map of Kashmir when selecting the timezone is incorrect https://bugs.launchpad.net/bugs/368060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 348550] Re: Water effect not working

2010-01-28 Thread Forrest
Just to add another data point: Regular install (not upgrade) of Karmic, system up to date. The mouse-based "water" effect (usually launched by CTRL+SUPER) does not work, although the "rain" and "wiper" effects both do. [Thinkpad T400 laptop, Intel graphics] -- Water effect not working https

[Bug 502236] Re: csound and csound5gui won't run when libcsnd-java is installed

2010-01-01 Thread Forrest Cahoon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/37354737/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/37354739/XsessionErrors.txt -- csound and csound5gui won't run when libcsnd-java is installed https://bugs.launchpad.net/

[Bug 502236] [NEW] csound and csound5gui won't run when libcsnd-java is installed

2010-01-01 Thread Forrest Cahoon
Public bug reported: Binary package hint: csound When I install the libcsnd-java package, I get the following error when trying to run csound from the command line: csound: symbol lookup error: csound: undefined symbol: csoundGetEnv I get this error when trying to run csound5gui on the command

[Bug 481569] [NEW] StumbleUpon toolbar 3.18 is not compatable with Firefox 3.5.5 in Ubuntu 9.10

2009-11-12 Thread Forrest Samuels
Public bug reported: Binary package hint: mozilla-stumbleupon When installing the StubmleUpon toolbar from the Ubuntu package it installs version 3.18. This version is not configured to be compatible with Firefox 3.5.5 that is running on Ubuntu 9.10 and will not work. The StumbleUpon toolbar is c

[Bug 465226] Re: capabilities mismatch with server

2009-10-30 Thread Forrest Sheng Bao
I can confirm this problem on my 32 version Ubuntu 9.10. I have not been able to sync my files since few days ago. -- capabilities mismatch with server https://bugs.launchpad.net/bugs/465226 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   >