[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- packa

[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- packages/ansible/modul

[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: 't

[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 wir

[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. https://bugs.launchpad.net/bugs/191

[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 $ gre

[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 value

[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 Bugs,

[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 Po

[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 self.d

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

2019-10-11 Thread Bernie Hoeneisen
This issue has been fixed upstream (basically re-add CVS support to meld). Thus, the following patch should be easy to apply, even to older versions of meld (at least it is very unlikely to render the situation worse): - https://gitlab.gnome.org/GNOME/meld/commit/d06e19957d352e3afa29cd30c518992762

[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: xen

[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 outs

[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: https://bugs.launchpad.n

[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 i

[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 -- You

[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 157

[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 in

[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 U

[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 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 o

[Bug 896916] Re: /dev/.initramfs triggers warnings in rkhunter

2011-12-08 Thread Bernie Hoeneisen
*** This bug is a duplicate of bug 883324 *** https://bugs.launchpad.net/bugs/883324 ** This bug has been marked a duplicate of bug 883324 False positive: Hidden file (symbolic link to directory) cannot be white-listed -- You received this bug notification because you are a member of Ubu

[Bug 604232] Re: RTSP keeplive & video/audio freezing (incl. patch to fix this)

2011-11-17 Thread Bernie Hoeneisen
Please close this bug as the problem has been fixed upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/604232 Title: RTSP keeplive & video/audio freezing (incl. patch to fix this) To manage no

[Bug 883324] Re: False positive: Hidden file (symbolic link to directory) cannot be white-listed

2011-11-14 Thread Bernie Hoeneisen
** Tags added: oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883324 Title: False positive: Hidden file (symbolic link to directory) cannot be white-listed To manage notifications about th

[Bug 883324] [NEW] False positive: Hidden file (symbolic link to directory) cannot be white-listed

2011-10-28 Thread Bernie Hoeneisen
Public bug reported: After upgrading to Oneiric rkhunter started reporting the following (false positive): Warning: Hidden file found: /dev/.initramfs: symbolic link to `/run/initramfs' which cannot be white-listed in the current rkhunter version in Oneiric. As it looks like Upstream has alre

[Bug 875117] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-15 Thread Bernie Hoeneisen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875117 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot con

[Bug 875117] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-15 Thread Bernie Hoeneisen
Public bug reported: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade (upgrade from natty to oneiric) Could not install '/var/cache/apt/archives/samba_2%3a3.5.11~dfsg-1ubuntu2_i386.deb' ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVe

[Bug 635831] Re: geneweb: Search and navigaition fails, debian bug #557553

2011-04-30 Thread Bernie Hoeneisen
I installed the packages (geneweb, gwsetup, gwtp) 5.02~cvs20091031-8 from pool/universe over a lucid installation and it works again. May I ask the package maintainers to update lucid/universe repositories accordingly. Tnx! -- You received this bug notification because you are a member of Ubunt

[Bug 604232] Re: RTSP keeplive & video/audio freezing (incl. patch to fix this)

2010-10-31 Thread Bernie Hoeneisen
I am glad to see that in the meantime this problem has been addressed upstream and is resolved in Maverick. To get rid of the described freezing-effect, set the parameter "WMServer RTSP dialect" as follows: - Goto Tools - Preferences [or Ctrl-P] - Set "Show settings" to "All" (in the lower left c

[Bug 604232] Re: RTSP keeplive & video/audio freezing (incl. patch to fix this)

2010-07-11 Thread Bernie Hoeneisen
** Patch added: "adds a configuration option to enforce sending GET_PARAMETER for keep-alive, if the user explicitly wants this" http://launchpadlibrarian.net/51720105/fix_get_parameter.patch ** Also affects: vlc (Debian) Importance: Undecided Status: New -- RTSP keeplive & video/

[Bug 604232] [NEW] RTSP keeplive & video/audio freezing (incl. patch to fix this)

2010-07-11 Thread Bernie Hoeneisen
t;vlcrc" config file (on Ubuntu this config file is: ~/.config/vlc/vlcrc ). # Always send GET_PARAMETER for keep-alive (boolean) rtsp-force-get-param=1 cheers, Bernie Hoeneisen -- http://ucom.ch/ Tech Consulting for Internet Standardization ** Affects: vlc (Ubuntu) Import

[Bug 569371] Re: Please sync xml2rfc 1.35 from debian

2010-04-25 Thread Bernie Hoeneisen
** Changed in: xml2rfc (Ubuntu) Assignee: dkg (dkg0) => (unassigned) -- Please sync xml2rfc 1.35 from debian https://bugs.launchpad.net/bugs/569371 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 569371] [NEW] New version 1.35 available

2010-04-24 Thread Bernie Hoeneisen
Public bug reported: Binary package hint: xml2rfc On http://xml.resource.org/authoring/xml2rfc.tgz a new version 1.35 is available. ** Affects: xml2rfc (Ubuntu) Importance: Undecided Assignee: dkg (dkg0) Status: New ** Changed in: xml2rfc (Ubuntu) Assignee: (unassigned)

[Bug 496276] Re: New version 1.34 available

2010-01-05 Thread Bernie Hoeneisen
FYI: In Debian unstable 1.34 has been released (and Debian bug 506652 has been closed). What is the schedule to mirror this fix to Ubuntu? This has some relevance as the currently active version in the most recent Ubuntu distributions (1.33.dfsg-1) is entirely unusable (due to boilerplate changes

[Bug 496276] Re: New version 1.34 available

2009-12-16 Thread Bernie Hoeneisen
See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506652 ** Bug watch added: Debian Bug tracker #506652 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506652 -- New version 1.34 available https://bugs.launchpad.net/bugs/496276 You received this bug notification because you are a m

[Bug 329750] Re: old boilerplate from RFC 3979 no longer valid

2009-12-13 Thread Bernie Hoeneisen
*** This bug is a duplicate of bug 496276 *** https://bugs.launchpad.net/bugs/496276 ** This bug has been marked a duplicate of bug 496276 New version 1.34 available -- old boilerplate from RFC 3979 no longer valid https://bugs.launchpad.net/bugs/329750 You received this bug notification

[Bug 496276] [NEW] New version 1.34 available

2009-12-13 Thread Bernie Hoeneisen
Public bug reported: Binary package hint: xml2rfc Dear maintainers of xml2rfc, I'd like to inform you that since Oct 30th the new version 1.34 is available at : Date: Fri, 30 Oct 2009 16:14:06 +0100 From: Julian Reschke To: xml2...@xml.resou

[Bug 329750] [NEW] old boilerplate from RFC 3979 no longer valid

2009-02-15 Thread Bernie Hoeneisen
Public bug reported: Binary package hint: xml2rfc While submitting an Internet-Draft I get the following warning: ** It looks like you're using RFC 3978 boilerplate. You should update this to the boilerplate described in the IETF Trust License Policy document (see http://trustee.ie

[Bug 289751] Re: about dkms

2008-12-26 Thread Bernie Hoeneisen
I had the same problem. I could solve it as follows: - Install the kernel-headers: sudo apt-get install linux-headers-[...] - If the fglrx has still not been created, make sure that the restricted kernel modules are installed: sudo apt-get install linux-restricted-modules-[...] - If still n