[Bug 1990272] Re: PCIe Bus Error: Uncorrected, Transaction Layer, device [8086:51b0], AER UnsupReq

2024-05-23 Thread Bernie Lademann
I have also experienced a similar issue with my new Thinkpad P1 Gen6. Since I am dependent on the new Thunderbolt ports for my videography work, the laptop is essentially useless now. Lenovo replaced the motherboard yesterday and there was no change in the behaviour. On doing some research, I

[Bug 1012858]

2021-04-28 Thread Bernie Innocenti
I have experienced this bug for several years on multiple Linux machines. It just happened to me today on Thunderbird 89.0b1 (beta): sending a message over SMTP hung for several minutes while the progressbar keeps on scanning left and right, eating ~60% CPU on a fast machine. -- You received

[Bug 1012858]

2021-04-28 Thread Bernie Innocenti
Created attachment 9218295 Screenshot of Thunderbird being hung while connecting to SMTP server -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012858 Title: "Sending of message failed" dialog needs

[Bug 1923077] Re: Ansible module with mysql_user fails to create new user, if option encrypted is set

2021-04-08 Thread Bernie Hoeneisen
Looks like this has been fixed for later versions of Ansible, however version 2.9.X ships with Ubuntu focal and groovy. (The LTS release focal will still be around for some time.) Adding a patch to mirror the following code (along with the function impl.supports_identified_by_password() ) if

[Bug 1923077] Re: Ansible module with mysql_user fails to create new user, if option encrypted is set

2021-04-08 Thread Bernie Hoeneisen
** Description changed: With MySQL version 8.0, the ansible mysql module runs into an error while creating a new MySQL user with the option "encrypted: yes" (if the MySQL user does not exist yet). The Bug appears to be in the 'user_add' function in file '/usr/lib/python3/dist-

[Bug 1923077] [NEW] Ansible module with mysql_user fails to create new user, if option encrypted is set

2021-04-08 Thread Bernie Hoeneisen
Public bug reported: With MySQL version 8.0, the ansible mysql module runs into an error while creating a new MySQL user with the option "encrypted: yes" (if the MySQL user does not exist yet). The Bug appears to be in the 'user_add' function in file '/usr/lib/python3/dist-

[Bug 1919379] Re: debconf module: does not execute postinst

2021-03-17 Thread Bernie Hoeneisen
Actually swapping the two tasks as follows serves as fair workaround the problem I faced. Thanks a lot for the hint! - name: BASE - Allow users in group 'wireshark' to capture packets ansible.builtin.debconf: name: wireshark-common question: wireshark-common/install-setuid value:

[Bug 1919379] Re: debconf module: does not execute postinst

2021-03-17 Thread Bernie Hoeneisen
If I install manually as follows: sudo apt-get install wireshark wireshark-common No group wireshark is created, as I do not choose to set wireshark- common/install-setuid in the dialog. Afterwards, after I execute the following: sudo dpkg-reconfigure wireshark-common and choose to set

[Bug 1919383] Re: module group: different gid compared to command line execution

2021-03-16 Thread Bernie Hoeneisen
Looks like ansible is using the command groupadd (and not addgroup). Those two commands behave differently on commandline wrt resulting (numeric) gid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1919383] [NEW] module group: different gid compared to command line execution

2021-03-16 Thread Bernie Hoeneisen
Public bug reported: Using the following ansible configuration to create a system group --- BEGIN --- - name: ADDUSER Ensure system group "wireshark" exists ansible.builtin.group: name: wireshark system: yes state: present --- END --- leads to a (numeric) group is of 998 $

[Bug 1919379] [NEW] debconf module: does not execute postinst

2021-03-16 Thread Bernie Hoeneisen
Public bug reported: The following ansible configuration --- BEGIN --- - name: Allow users in group 'wireshark' to capture packets ansible.builtin.debconf: name: wireshark-common question: wireshark-common/install-setuid value: 'true' vtype: boolean --- END --- sets the

[Bug 1857385] Re: xHCI host controller not responding, assume dead via USB-C docking station

2020-08-24 Thread Bernie Bernstein
I have the same issue with my Cable Matters USB-C dual 4k DisplayPort docking station and HP Elitebook laptop. In my experience, it does not occur on every disconnect, however each time it does occur, it appears to be preceded by a kernel oops: [114032.828215] usb 2-1: USB disconnect, device

[Bug 1819924] Re: System hangs when hot-plugging dual monitor dock

2020-06-09 Thread Bernie Bernstein
It had actually been working fine in 20.04 until a recent kernel update to 5.4.0-33.37. Since the update, it always fails with this stack trace: [140594.217061] [ cut here ] [140594.217062] sysfs group 'power' not found for kobject 'i2c-11' [140594.217079] WARNING: CPU: 5

[Bug 1878585] Re: Desktop freezes (no keyboard input, mouse still works but can't click on anything)

2020-06-06 Thread Bernie Hoeneisen
As a work-around I installed xscreensaver and removed xfce4-screensaver $ sudo apt-get install xscreensaver $ sudo apt-get remove xfce4-screensaver After logout and login, I have not experienced these issues anymore. -- You received this bug notification because you are a member of Ubuntu

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2020-06-06 Thread Bernie Hoeneisen
** This bug is no longer a duplicate of bug 1303736 [SRU] Black screen after wakeup from suspending by closing the laptop lid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259339 Title: Xfce4

[Bug 1881358] [NEW] mailman3 database in table mailinglist column info is too small

2020-05-29 Thread Bernie Hoeneisen
Public bug reported: While importing mailing lists from Mailman 2.1 (sudo mailman import21), the following error occurred: result = self._query(query) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1245, in _execute_context

[Bug 1647354] Re: Meld no longer compares with CVS Repository

2019-10-11 Thread Bernie Hoeneisen
/d06e19957d352e3afa29cd30c51899276253734f Please add it to the active Ubuntu Releases! Thanks in advance. cheers Bernie -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647354 Title: Meld no longer compares with CVS Repository

[Bug 1647354] Re: Meld no longer compares with CVS Repository

2019-10-09 Thread Bernie Hoeneisen
Also affects version 3.18.0-6 (bionic) ** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647354 Title: Meld no longer compares with CVS Repository To manage notifications about

[Bug 1835611] [NEW] forwarding email does no longer include subject

2019-07-06 Thread Bernie Hoeneisen
Public bug reported: At forwarding an email, the subject of the email remains empty (and needs to manually be filled). This bug was introduced just recently. --- alpine: Installed: 2.20+dfsg1-2 Distributor ID: Ubuntu Description:Ubuntu 16.04.6 LTS Release:16.04 Codename:

[Bug 1819924] Re: System hangs when hot-plugging dual monitor dock

2019-04-08 Thread Bernie Bernstein
Issue still remains with the mainline kernel. The contents of the kernel Oops message differs slightly, but still very similar: [ 27.532858] BUG: unable to handle kernel NULL pointer dereference at 03e8 [ 27.532862] #PF error: [WRITE] [ 27.532865] PGD 0 P4D 0 [ 27.532869]

[Bug 1819924] Re: System hangs when hot-plugging dual monitor dock

2019-04-05 Thread Bernie Bernstein
I don't think this issue is related to LP #1820811. In #1820811, the hang always occurs when hot-plugging. With this issue, if the device is cold plugged (plugged in at boot), it can be disconencted and re-connected without issue. -- You received this bug notification because you are a member

[Bug 1820811] Re: Thunderbolt3 dock freezes X on hotplug when used with external displays

2019-04-05 Thread Bernie Bernstein
Sorry for the delayed followup, but if your machine is booted with it plugged in, are you then able to unplug and re-plug the device without issue? Or does the hang re-occur regardless of whether the device was plugged in at boot or not? -- You received this bug notification because you are a

[Bug 1820811] Re: Thunderbolt3 dock freezes X on hotplug when used with external displays

2019-03-21 Thread Bernie Bernstein
We are trying to determine if this bug is related to bug #1819924. With the affected kernel versions, does the hang still occur if the dock is connected before booting? That is, with your computer shut off, plug in the dock and then boot up. Does the computer hang after booting? If not, are you

[Bug 1819924] Re: System hangs when hot-plugging dual monitor dock

2019-03-21 Thread Bernie Bernstein
It's possible, though it's hard to confirm as I cannot find a kernel OOPS message in that ticket. If they can avoid hanging if the dock is plugged in when first booting, then I think they are very likely related. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1819924] Re: System hangs when hot-plugging dual monitor dock

2019-03-19 Thread Bernie Bernstein
I have verified this issue still exists in kernel version 4.18.0-10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819924 Title: System hangs when hot-plugging dual monitor dock To manage

[Bug 1819924] [NEW] System hangs when hot-plugging dual monitor dock

2019-03-13 Thread Bernie Bernstein
USERPID ACCESS COMMAND /dev/snd/controlC2: bernie 2029 F pulseaudio /dev/snd/controlC1: bernie 2029 F pulseaudio /dev/snd/controlC0: bernie 2029 F pulseaudio CurrentDesktop: KDE Date: Wed Mar 13 10:21:30 2019 InstallationDate: Installed on 2019-03-10 (3 da

[Bug 1647354] Re: Meld no longer compares with CVS Repository

2017-12-05 Thread Bernie Hoeneisen
The bug looks similar like this: https://github.com/rabbitvcs/rabbitvcs/pull/175 / https://github.com/rabbitvcs/rabbitvcs/pull/175 (Unsure whether those are connected as I have not enough knowledge of the underlying code. If there is a connection between the two bugs, the root cause is likely

[Bug 1647354] Re: Meld no longer compares with CVS Repository

2017-12-05 Thread Bernie Hoeneisen
** Tags added: artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647354 Title: Meld no longer compares with CVS Repository To manage notifications about this bug go to:

[Bug 1647354] [NEW] Meld no longer compares with CVS Repository

2016-12-05 Thread Bernie Hoeneisen
Public bug reported: Earlier versions of meld were comparing with the CVS repository, when using meld with files in a CVS. In Version 3.16.3-1 (yakkety/universe) this is no longer the case, i.e. the comparison reports 'Files are identical' using the file in the local folder comparing it with

[Bug 1632940] [NEW] sddm-greeter crashes on monitor disconnect

2016-10-12 Thread Bernie Bernstein
Public bug reported: When sddm is currently active (no users logged in on the desktop) and a monitor is disconnected, the screen of the remaining monitors suddenly go blank and the display manager is unusable until it is restarted. The only way to rectify this issue is to switch to a text

[Bug 1576559] Re: Refused to switch profile to headset_head_unit: Not connected

2016-09-20 Thread Bernie Bernstein
I'm getting the same issue with my logitech H800 headset. Here's a more verbose pulseaudio log of the device connecting and attempting to switch profiles: I: [pulseaudio] module-card-restore.c: Restored profile 'a2dp_sink' for card bluez_card.88_C6_26_31_DF_F0. I: [pulseaudio]

[Bug 1549163] Re: Bluetooth headset HSP/HFP mode not working in Xenial

2016-09-15 Thread Bernie Bernstein
I'm seeing this same issue with Xenial and my logitech H800 headset. The profile A2DP is automatically selected and I am unable to specify HSP/HFP. As a result, I am unable to get the microphone through bluetooth. I have bluez 5.37-0ubuntu5 currently installed. -- You received this bug

[Bug 1578193] Re: cannot load legacy-only plugin

2016-06-24 Thread Bernie Hoeneisen
*** This bug is a duplicate of bug 1570352 *** https://bugs.launchpad.net/bugs/1570352 As the two issues reported have different symptoms, I presume the duplicate status is wrong. See also: https://bugs.launchpad.net/ubuntu/+source/network-manager- strongswan/+bug/1570352/comments/15 --

[Bug 1570352] Re: strongswan vpn cannot be established via the network-manager

2016-06-24 Thread Bernie Hoeneisen
It looks like the duplicate merge combined two different issues, i.e. 1) Network-manager does not show a choice for Strongswan in the configuration (as commented by jonas-koeritz) and reported in bug 1578193 2) "connection fails without error message" as described in the beginning of this bug

[Bug 1495075] [NEW] package libqwt-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqwt_designer_plugin.so', which is also in packa

2015-09-12 Thread Bernie Innocenti
Public bug reported: Found while upgrading from vivid to wiky with apt-get. ProblemType: Package DistroRelease: Ubuntu 15.10 Package: libqwt-dev (not installed) ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0 Uname: Linux 4.2.0-7-generic x86_64 ApportVersion: 2.18.1-0ubuntu1 Architecture:

[Bug 1495077] [NEW] package software-center 13.10-0ubuntu9 failed to install/upgrade: triggers looping, abandoned

2015-09-12 Thread Bernie Innocenti
Public bug reported: Found while upgrading from vivid to wiky with apt-get. ProblemType: Package DistroRelease: Ubuntu 15.10 Package: software-center 13.10-0ubuntu9 ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0 Uname: Linux 4.2.0-7-generic x86_64 ApportVersion: 2.18.1-0ubuntu1

[Bug 1495073] [NEW] package gtk2-engines-qtcurve 1.8.18+git20150711-a3fff13-5 failed to install/upgrade: trying to overwrite '/usr/share/themes/QtCurve/mozilla/preferences-rev.xml', which is also in p

2015-09-12 Thread Bernie Innocenti
Public bug reported: Issue during upgrade from vivid to wiky. I resolved by uninstalling kde- style-qtcurve4 manually. ProblemType: Package DistroRelease: Ubuntu 15.10 Package: gtk2-engines-qtcurve 1.8.18+git20150711-a3fff13-5 ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0 Uname: Linux

[Bug 397466]

2015-07-26 Thread Bernie Innocenti
(In reply to Leon Maurer from comment #185) This thread is dead. Checkout the new bugreport for KDE 5 (Bug 349003). It looks like the feature may be added back soon; there's already a patch. Great news, but then why is this bug still open? Can we just close it as WONTFIX / OBSOLETE? -- You

[Bug 1425531] Re: package linux-image-extra-3.16.0-31-generic 3.16.0-31.41 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-28 Thread Bernie Hoeneisen
** Changed in: linux (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425531 Title: package linux-image-extra-3.16.0-31-generic 3.16.0-31.41 failed to

[Bug 1425531] Re: package linux-image-extra-3.16.0-31-generic 3.16.0-31.41 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-27 Thread Bernie Hoeneisen
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425531 Title: package linux-image-extra-3.16.0-31-generic 3.16.0-31.41 failed to

[Bug 1425531] Re: package linux-image-extra-3.16.0-31-generic 3.16.0-31.41 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-27 Thread Bernie Hoeneisen
In my case 'sudo apt-get install -f' revealed 'No space left on device'. 'df -k' confirmed that the /boot partition was full. Removing some old kernel-image packages resolved the issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1425692] [NEW] unable to adjust kde panel after screen rotate

2015-02-25 Thread Bernie Bernstein
Public bug reported: After rotating a screen from the Display configuration control module, any KDE panels present on the rotated screen can no longer be adjusted or moved. After the screen is rotated, any attempts to open up the panel tool box fails. The panel tool box appears to flicker for

[Bug 950802] Re: linux-boot-prober does not probe Fedora 16 correctly

2014-09-27 Thread Bernie Innocenti
Can't reproduce with Ubuntu 14.10 and Fedora 21. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950802 Title: linux-boot-prober does not probe Fedora 16 correctly To manage notifications about this

[Bug 1374886] [NEW] os-prober can't parse grub.cfg menu entries using linux16=

2014-09-27 Thread Bernie Innocenti
Public bug reported: The Fedora tool 'grubby' creates grub.cfg menu entries using 'linux16' and 'initrd16' instead of the more common 'linux' and 'initrd'. This causes /usr/lib/linux-boot-probes/mounted/40grub2 to ignore those entries. Detection falls back to 90fallback, which can't detect the

[Bug 1294669] Re: bash crashed with SIGABRT in programming_error()

2014-07-11 Thread Bernie Innocenti
I'm still seeing this exact same crash with bash_4.3-7ubuntu1. In fact, I also see it with a bash binary built from the upstream git (bash 4.3 patch 18). This is the stack trace I'm getting: codewiz@xyzzy:~$ malloc: unknown:0: assertion botched free: called with unallocated block argument

[Bug 1294669] Re: bash crashed with SIGABRT in programming_error()

2014-07-11 Thread Bernie Innocenti
Confirming that the bash binary from the trace *does* include patches 9 through 11. Now trying to get a better trace from a binary compiled with -g Please reopen this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1321262] [NEW] Botanical Slimming Soft Gel Produces More quickly Results

2014-05-20 Thread techaisi Bernie
Public bug reported: What are functions regarding lotus leaves and also jobstears? These are the real prizewinning naturally occurring crops that are effective for the land over unit. In actuality the embody includes so more vitamins and minerals and chemical compounds that are rattling

[Bug 1315029] Re: shib2.load prevents webdav from reading .htpasswd file

2014-05-12 Thread Bernie
When implementing the correct syntax for WebDav the issue no longer exists. Please use the following URL when implementing WebDav in 2.4. http://httpd.apache.org/docs/2.4/howto/auth.html Regards Bernie PS This bug can be closed. -- You received this bug notification because you

[Bug 1315029] Re: shib2.load prevents webdav from reading .htpasswd file

2014-05-12 Thread Bernie
When implementing the correct syntax for WebDav the issue no longer exists. Please use the following URL when implementing WebDav in 2.4. http://httpd.apache.org/docs/2.4/howto/auth.html Regards Bernie PS This bug can be closed. -- You received this bug notification because you

[Bug 1315029] Re: shib2.load prevents webdav from reading .htpasswd file

2014-05-06 Thread Bernie
note - once shib2.load within --/etc/apache2/mods- enabled/-- directory is removed webdav functions correctly Regards Bernie ** Description changed: When I configure webdav in apache2 it works fine. ie. login to the secure directory from a web browser When I install

[Bug 1315029] Re: shib2.load prevents webdav from reading .htpasswd file

2014-05-06 Thread Bernie
note - once shib2.load within --/etc/apache2/mods- enabled/-- directory is removed webdav functions correctly Regards Bernie ** Description changed: When I configure webdav in apache2 it works fine. ie. login to the secure directory from a web browser When I install

[Bug 1315477] [NEW] 36455

2014-05-02 Thread Bernie
Public bug reported: I'm trying to install ubuntu 13.04 ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: ubiquity 2.15.26 ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3 Uname: Linux 3.11.0-12-generic i686 NonfreeKernelModules: wl ApportVersion: 2.12.5-0ubuntu2 Architecture: i386

[Bug 1294669] Re: bash crashed with SIGABRT in programming_error()

2014-04-23 Thread Bernie Innocenti
The crash takes some time to reproduce on my laptop, so I attached gdb to an interactive bash process and got this stacktrace when it finally crashed: Program received signal SIGABRT, Aborted. 0x7761df79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56

[Bug 1212266] Re: [LENOVO 4291AK7] hibernate/resume failure

2013-08-16 Thread Bernie Innocenti
Yes, the original bug can be marked as fixed. What about the other issues I raised in comment #4? Should I file new bugs for them or can we recycle this one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1212266] Re: [LENOVO 4291AK7] hibernate/resume failure

2013-08-15 Thread Bernie Innocenti
failed. I was puzzled when I got a lightdm login screen instead of my old session. -- _ // Bernie Innocenti \X/ http://codewiz.org -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1212266 Title

[Bug 1212266] [NEW] [LENOVO 4291AK7] hibernate/resume failure

2013-08-14 Thread Bernie Innocenti
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: bernie 2377 F pulseaudio Date: Wed Aug 14 09:45:17 2013 ExecutablePath: /usr/share/apport/apportcheckresume Failure: hibernate/resume HibernationDevice: RESUME=UUID=128962f7-fa8f-448f-99ff-95bf45f8c7b2

[Bug 951000] Re: disable guest session screen lock using gsettings

2013-08-01 Thread Bernie Bernstein
This bug still affects me with Ubuntu 13.04 and lightdm version 1.6.0-0ubuntu3 with KDE as the desktop environment. Is this fix gnome specific? Is it possible to fix this issue for both desktop environments? -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 784055] Re: compiz CPU usage increases dramatically when running indicator-multiload

2013-06-15 Thread Bernie Innocenti
YES! Thanks for tracking this down, mc-return. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784055 Title: compiz CPU usage increases dramatically when running indicator- multiload To manage

[Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2013-05-11 Thread Bernie Asmus
I have been doing some testing. I installed Fedora 18 and it does the same thing. I broke down and installed Windows 7 and my speakers do the same thing. This is not a Linux bug in my case, there is something wrong with my Toshiba laptop. -- You received this bug notification because you are a

[Bug 1165194] [NEW] [sandybridge-m-gt2+] GPU lockup IPEHR: 0x23002000 IPEHR: 0x0b140001

2013-04-05 Thread Bernie Hoeneisen
Public bug reported: When using Firefox the system first hangs from time to time. Usually this happens while scrolling. After a while the system does not just hang, but the whole system freezes completely; so that a hard reboot is needed. May be related to Bug #1162073 Another side effect I

RE: [Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2013-01-15 Thread Bernie Asmus
ACCESS COMMAND    /dev/snd/controlC0:  bernie 1838 F pulseaudio   Card0.Amixer.info:    Card hw:0 'PCH'/'HDA Intel PCH at 0xc060 irq 44' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f15069,1179fc50,00100302 HDA:80862805,1179fc50,0010' Controls  : 24

[Bug 584183] Re: Evolution crashes almost randomly

2013-01-13 Thread Bernie Innocenti
I've upgraded to evolution_3.6.2-0ubuntu2 from raring and I still get the random crashes. My laptop has a second root partition with Fedora 18 and a shared /home. The evolution binary in Fedora evolution-3.6.2-3.fc18.x86_64 can access the same user profile without crashing. -- You received this

[Bug 584183] Re: Evolution crashes almost randomly

2013-01-13 Thread Bernie Innocenti
Not sure if this is the same bug. I get random crashes from evolution_3.6.0-0ubuntu3: Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fff41982700 (LWP 30165)] 0x73c5f425 in __GI_raise (sig=optimized out) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64

[Bug 584183] Re: Evolution crashes almost randomly

2013-01-13 Thread Bernie Innocenti
Another crash. Now I'm getting them very often, within 5-10 minutes from startup. This one looks like heap corruption: ***MEMORY-ERROR***: evolution[30408]: GSlice: assertion failed: sinfo-n_allocated 0 Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fffbd579700 (LWP 30605)]

[Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2013-01-06 Thread Bernie Asmus
Thanks Rich, That's a little faster than a restart, but still not ideal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038479 Title: [Satellite L755, Conexant CX20585, Speaker, Internal] fails

[Bug 999765] Re: Dash search won't return results when typing the exact name of an app containing a capital letter inside it

2012-11-16 Thread Bernie Zemke
wanted. The people on Ubuntu Forum helped me and asked if I would do a bug report. The thread is called move application to folder. Thank You, Bernie -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/999765

[Bug 1042989] Re: X server hung with black screen after long inactivity

2012-10-16 Thread Bernie Innocenti
Maybe this is a dupe of #982299 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042989 Title: X server hung with black screen after long inactivity To manage notifications about this bug go to:

[Bug 1052726] [NEW] Softwar Center reports failure after successfully installing purchased package

2012-09-18 Thread Bernie Innocenti
Public bug reported: This is software-center_5.2.6. After installing a purchased Humble Bundle game, the installer reports this error: Package operation failed The installation or removal of a software package failed. Details: installArchives() failed: (Reading database ... (Reading database

[Bug 1052730] [NEW] Can't install purchased Humble Bundle package shatter

2012-09-18 Thread Bernie Innocenti
Public bug reported: After purchasing Humble Bundle 6, I was directed to the software center site: https://software- center.ubuntu.com/coupons/hib6/?key=EDITEDdownload_app_id=457 I click on the link for the game Shatter, which links to apt://shatter The Software Center opens, and says:

[Bug 1052730] Re: Can't install purchased Humble Bundle package shatter

2012-09-18 Thread Bernie Innocenti
If I manually type shatter in the search box, then I can find the package. If I click the Buy button next to the result, I'm prompted to sign in. After that, I have to click Buy once more, and nothing seems to happen. After a while, installation starts in the background and the only hint is the

[Bug 858775] Re: gnome-keyring-daemon hogs CPU

2012-09-14 Thread Bernie Innocenti
Happened again, this time I had some debug info: #0 0x7673eb4a in times () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7672e47a in clock () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x76c8ec73 in do_fast_random_poll () at random-csprng.c:1244 #3 0x76c8facd in

[Bug 858775] Re: gnome-keyring-daemon hogs CPU

2012-09-14 Thread Bernie Innocenti
I can reproduce it at will by relaunching Chromium. Here's a better stack trace with all threads: ~$ sudo ./dstack gnome-keyring-daemon Process ID: 8460 Program name: gnome-keyring-d Program path: /usr/bin/gnome-keyring-daemon Thread count: 6 Dstack of gnome-keyring-d pid 8460

[Bug 1042980] Re: package gallery2 2.3-1ubuntu6 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-09-14 Thread Bernie Duggan
*** This bug is a duplicate of bug 1042221 *** https://bugs.launchpad.net/bugs/1042221 ** This bug has been marked a duplicate of bug 1042221 do-release-upgrade 10.04 lts to 12.04.1 broke gallery2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1030481] Re: package gallery2 (not installed) failed to install/upgrade: 子程序 installed post-installation script 傳回了錯誤退出狀態 1

2012-09-14 Thread Bernie Duggan
*** This bug is a duplicate of bug 1042221 *** https://bugs.launchpad.net/bugs/1042221 ** This bug has been marked a duplicate of bug 1042221 do-release-upgrade 10.04 lts to 12.04.1 broke gallery2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 858775] Re: gnome-keyring-daemon hogs CPU

2012-09-13 Thread Bernie Innocenti
I'm also seeing this bug on Precise with gnome-keyring_3.2.2-2ubuntu4 and libgcrypt11_1.5.0-3ubuntu0.1. I could get a stack trace, but unfortunately without debug symbols: #0 0x7673eb4a in times () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7672e47a in clock () from

[Bug 803943] Re: compiz consuming a lot of cpu

2012-09-10 Thread Bernie Innocenti
Seems this Bug is over a year old any idea when it might be fixed? I am running ATI Radeon 3300 on AMD64 4 core Phenom CPU. It used to to run alot faster on KDE. The bug was about compiz becoming gradually slower over time, probably due to resource leaks caused by Unity). This has not been

[Bug 803943] Re: compiz consuming a lot of cpu

2012-09-10 Thread Bernie Innocenti
I think we could close this bug as fixed and open new bugs for any other performance problems that may still exist. You are wrong, game performance is in the toilet with Unity. Run any game on Unity 3D that lets you check FPS then log out and log into Xfce and run the same game. You will see

[Bug 1042986] [NEW] Compiz errors in xsession log after client hung on drag drop

2012-08-28 Thread Bernie Innocenti
Public bug reported: I started a drag drop of a folder in Evolution, which reproducibly hangs after a few seconds, leaving the X server locked up with a grab. I went to the text console and killed -9 the evolution process. Afterwards, I found following errors were in my ~/.xsession-errors log:

[Bug 1042986] Re: Compiz errors in xsession log after client hung on drag drop

2012-08-28 Thread Bernie Innocenti
This is Ubuntu Precise running compiz_1:0.9.7.8-0ubuntu1.4 unity_5.14.0-0ubuntu1 xserver-xorg_1:7.6+12ubuntu1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042986 Title: Compiz errors in

[Bug 1042989] [NEW] X server hung with black screen after long inactivity

2012-08-28 Thread Bernie Innocenti
Public bug reported: This is hard to reproduce, but it happened 2 or 3 times. I locked my screen before leaving from work. When I returned to my desk the next day, the screen was dark, with just the mouse cursor visible. By the way the cursor shape changes when I move it around, I can tell that

[Bug 1042989] Re: X server hung with black screen after long inactivity

2012-08-28 Thread Bernie Innocenti
What graphics card/driver do you use? This is my work desktop. Sadly, it has an NVidia card with proprietary drivers (release 295.40-0ubuntu1.1). Also, if compiz is hung then a stack trace of the compiz process would be very helpful. To do this... Next time it happens, I'll do that. -- You

[Bug 1042989] Re: X server hung with black screen after long inactivity

2012-08-28 Thread Bernie Innocenti
Please disregard these log entries, they actually came from Chromium: [1136:1587:775203999881:ERROR:platform_thread_posix.cc(251)] Not implemented reached in static void base::PlatformThread::SetThreadPriority(base::PlatformThreadHandle, base::ThreadPriority)

[Bug 1038479] [NEW] [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2012-08-18 Thread Bernie Asmus
: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: bernie 1838 F pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xc060 irq 44' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f15069,1179fc50,00100302 HDA

[Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2012-08-18 Thread Bernie Asmus
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038479 Title: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while To manage notifications about this bug go to:

[Bug 1011005] Re: MMC/SD memory card reader stops working after hibernate and resume

2012-06-26 Thread Bernie Bernstein
Just tested with version 3.5-rc4 found in the kernel mainline ppa. Now the MMC card reader fails to work at all. The stack trace occurs when a memory card is inserted after a fresh boot into the kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 884336] Re: [Oneiric] HDMI output does not work immediately

2012-06-17 Thread Bernie Innocenti
I have a similar problem with snd_hda_codec_hdmi loosing the first 1 or 2 seconds of audio every time pulseaudio reopens the /dev/snd/* device. I worked it around by commenting out module-suspend-on-idle in /etc/pulse/default.pa, but i wish there were a way to make the audio output recover

[Bug 1011005] Re: MMC/SD memory card reader stops working after hibernate and resume

2012-06-16 Thread Bernie Bernstein
I tried installing that linux kernel and I came across some odd dependency issues. It appears that linux-headers-generic_3.4.0.5.6 depends on linux-headers-3.4.0-5-generic and linux-image- generic_3.4.0.5.6 depends on linux-image-3.4.0-5-generic. Is this expected? I never before installed

[Bug 1011005] Re: MMC/SD memory card reader stops working after hibernate and resume

2012-06-16 Thread Bernie Bernstein
This issue still occurs on version 3.4.0 found in the kernel ppa (3.4-precise). ** Tags added: apport-collected precise ** Description changed: On a fresh boot, the MMC/SD memory card reader on my laptop works fine. However, if I hibernate and resume my laptop and attempt to use the

[Bug 1008309] Re: Can't download purchased Humble Indie Bundle with Ubuntu Software Center

2012-06-13 Thread Bernie Innocenti
Why is this bug marked as incomplete? It's easily reproducible. The fixes I'd propose are: 1) Pass a URL parameter to the Software Center to make it know that the product has already been purchased and update the UI to reflect this. 2) Since the user agent is presumably already logged into the

[Bug 1008309] Re: Can't download purchased Humble Indie Bundle with Ubuntu Software Center

2012-06-13 Thread Bernie Innocenti
Just fyi, indeed the Ubuntu SSO auth is already stored in your keychain. You can check it by running Seahorse and filtering for Software Center. Everything you need to download your purchased apps is there for you. Ok, then we may have found another bug: the Software Center password is not

[Bug 1008309] Re: Can't download purchased Humble Indie Bundle with Ubuntu Software Center

2012-06-13 Thread Bernie Innocenti
I do not have an account specific to the Software Center. I'm using my existing Launchpad account to login and it seems to be accepted, but maybe this is part of the problem? Ok, I created a new account and now I see the password stored in the keychain. Shall I file a new bug about this or is

[Bug 1011005] [NEW] MMC/SD memory card reader stops working after hibernate and resume

2012-06-09 Thread Bernie Bernstein
Public bug reported: On a fresh boot, the MMC/SD memory card reader on my laptop works fine. However, if I hibernate and resume my laptop and attempt to use the MMC/SD memory again, the laptop fails to read the memory card and I receive a kernel trace from the driver. The kernel trace is as

[Bug 1011005] Re: MMC/SD memory card reader stops working after hibernate and resume

2012-06-09 Thread Bernie Bernstein
After attempting to collect info with apport-collect, I realized that I had upgraded the kernel to 3.3.4 to solve an unrelated issue. I have just tested the default kernel included with the 12.04 release (3.2.0-24) and this issue does not affect the kernel installed by default. As per the

[Bug 1008289] Re: Failed to download repository information for purchased application

2012-06-05 Thread Bernie Innocenti
** Attachment added: log of software-center trying to install purchased product https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1008289/+attachment/3175908/+files/software-center.log.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1008309] Re: Can't download purchased Humble Indie Bundle with Ubuntu Software Center

2012-06-04 Thread Bernie Innocenti
So just click Buy, no need to manually add the PPAs. Indeed, this also worked. However, I had to log in with my Launchpad account. What if the user who purchased the Humble Bundle does not happen to have an account? -- You received this bug notification because you are a member of Ubuntu

[Bug 1008289] [NEW] Failed to download repository information for purchased application

2012-06-03 Thread Bernie Innocenti
Public bug reported: Yesterday I purchased BIT.TRIP RUNNER and I ran into several UX problems and bugs: 1) Credit card payment did not work with a mysterious error such as 3DAUTH failed, so I had to pay with PayPal 2) Once the purchase was done, it wasn't at all obvious what the next step was

[Bug 1008309] [NEW] Can't download purchased Humble Indie Bundle with Ubuntu Software Center

2012-06-03 Thread Bernie Innocenti
Public bug reported: I found a simple workflow that leads to confusion and frustration for users purchasing software for Ubuntu: 1) purchase the humble indie bundle from http://www.humblebundle.com/ 2) Pay online with one of the supported methods 3) you get an email with a link which contains

[Bug 1004595] [NEW] evolution crashed with SIGSEGV in html_object_engine_translation()

2012-05-25 Thread Bernie Innocenti
Date: Fri May 25 03:02:49 2012 EcryptfsInUse: Yes ExecutablePath: /usr/bin/evolution ProcCmdline: evolution ProcCwd: /home/bernie ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LC_COLLATE=C LANG=en_US.UTF-8 LANGUAGE=en_US:us SegvAnalysis: Segfault happened at: 0x702455a6

[Bug 1004595] Re: evolution crashed with SIGSEGV in html_object_engine_translation()

2012-05-25 Thread Bernie Innocenti
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004595 Title: evolution crashed with SIGSEGV in html_object_engine_translation() To manage notifications about this bug go to:

[Bug 987965] Re: notifier 'Failure to download extra data' every kubuntu 12.04 restart

2012-05-11 Thread Bernie Bernstein
I tried the suggested fix above, installing libgtk2-perl and then reinstalling flashplugin-installer. However, I still receive this error message on occasion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   >