[Bug 1839447] [NEW] Memory leak in SDL_IBus_Init

2019-08-08 Thread Alex G
Public bug reported: When the IBUS initialization fails a string is leaked: ibus_addr_file = SDL_strdup(addr_file); // Allocate memory addr = IBus_ReadAddressFromFile(addr_file); if (!addr) { SDL_free(addr_file); return SDL_FALSE; // This

[Bug 1838245] Re: dkms script is missing function find_module

2019-07-30 Thread Alex G
I tested this patch locally and it (seems to) work: - read -a kernels_module < <(find_module "$lib_tree" "${4}") + read -a kernels_module < <(find $lib_tree -name ${4}$module_suffix) - [ -z $kernels_module ] || return 0 + [ -z $kernels_module ] && return 0 -- You received this bug notification

[Bug 1838245] Re: dkms script is missing function find_module

2019-07-29 Thread Alex G
But there is another bug: The following line reads `[ -z $kernels_module ] || return 0` Previously the related section was: if [ -z $kernels_module ]; then # Magic split into array syntax saves trivial awk and cut calls. local -a obs=(${3//-/ }) local -a my=(${1//-/

[Bug 1838245] Re: dkms script is missing function find_module

2019-07-29 Thread Alex G
Bug was introduced in by 2.3-3ubuntu9.4 the following commit: https://git.launchpad.net/ubuntu/+source/dkms/commit/?id=4cfc905dc605628eb6d3ceddb21fb12cac9543d5: Relevant diff: -read -a kernels_module < <(find $lib_tree -name ${4}$module_suffix) +read -a kernels_module < <(find_module

[Bug 1838245] [NEW] dkms script is missing function find_module

2019-07-29 Thread Alex G
Public bug reported: Building a kernel module using dkms in Linux Mint 19.1 shows the following error: Running module version sanity check. /usr/sbin/dkms: Zeile 784: find_module: Befehl nicht gefunden modinfo: ERROR: missing module or filename. Checking the file the function is indeed missing

[Bug 1752082] Re: importing posix in Lua 5.2 on bionic fails to load posix.ctype

2018-03-12 Thread Alex G
The reason for this happening is that lua-posix changed its main module name from posix_c to posix. The maintainers of the debian package missed that and still install a symlink from /usr/lib/x86_64-linux- gnu/lua/5.1/posix_c.so. This can be seen in the output above (no file

[Bug 1590981] [NEW] Ubuntu installer crashes while installing

2016-06-09 Thread Alex g
Public bug reported: Ubuntu 16.10 Developer Preveiw: After keyboard selection, I expected it to install but it crashed after a minite or so. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.1 ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10 Uname: Linux

[Bug 765163] Re: labels to do Important etc not syncing with other mail clients

2015-02-20 Thread Alex G
I have exactly the same issue on Xubuntu 14.10 and Evolution 3.12.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765163 Title: labels to do Important etc not syncing with other mail clients To

[Bug 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render() from brw

2012-09-13 Thread Alex G
Resolution: I had the problem on a Thinkpad x201. The underlying cause was actually a file corruption in the packages. I ran debsums -s One of the packages which was corrupted was gnome-screensaver Reinstalling gnome-screensaver (and several other packages) fixed the problem. -- You

[Bug 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2010-06-08 Thread Alex G
Can we get a fix backported to Hardy please? -- Ubuntu snmpd package doesn't include all net-snmpd modules https://bugs.launchpad.net/bugs/496922 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in ubuntu. -- Ubuntu-server-bugs

[Bug 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2010-06-08 Thread Alex G
Can we get a fix backported to Hardy please? -- Ubuntu snmpd package doesn't include all net-snmpd modules https://bugs.launchpad.net/bugs/496922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 471995] Re: sudo -v displays usage information instead of validating

2009-11-11 Thread Alex G
Bump -- sudo -v displays usage information instead of validating https://bugs.launchpad.net/bugs/471995 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

[Bug 471995] Re: sudo -v displays usage information instead of validating

2009-11-11 Thread Alex G
Was conflicting with the -H option aliased in elsewhere. ** Changed in: sudo (Ubuntu) Status: New = Invalid -- sudo -v displays usage information instead of validating https://bugs.launchpad.net/bugs/471995 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 471995] [NEW] sudo -v displays usage information instead of validating

2009-11-02 Thread Alex G
Public bug reported: Binary package hint: sudo Description:Ubuntu 9.10 Release:9.10 sudo: Installed: 1.7.0-1ubuntu2 Candidate: 1.7.0-1ubuntu2 Version table: *** 1.7.0-1ubuntu2 0 500 http://apt karmic/main Packages 100 /var/lib/dpkg/status What should happen:

[Bug 452396] Re: umount.cifs does not update /etc/mtab

2009-10-28 Thread Alex G
Thanks - done. -- umount.cifs does not update /etc/mtab https://bugs.launchpad.net/bugs/452396 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

[Bug 452396] Re: umount.cifs does not update /etc/mtab

2009-10-27 Thread Alex G
Ping? ** Changed in: samba (Ubuntu) Status: Fix Released = Confirmed -- umount.cifs does not update /etc/mtab https://bugs.launchpad.net/bugs/452396 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. --

[Bug 452396] Re: umount.cifs does not update /etc/mtab

2009-10-27 Thread Alex G
Ping? ** Changed in: samba (Ubuntu) Status: Fix Released = Confirmed -- umount.cifs does not update /etc/mtab https://bugs.launchpad.net/bugs/452396 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 452396] Re: umount.cifs does not update /etc/mtab

2009-10-16 Thread Alex G
Will it be fixed in 8.04 LTS? That's what my company has standardized on. Thanks! --Alex On Fri, Oct 16, 2009 at 11:56:04AM -, Chuck Short wrote: Hi, This is an actual kernel bug. That has been fixed in 2..6.30. Regards chuck ** Bug watch added: Linux Kernel Bug Tracker #13861

Re: [Bug 452396] Re: umount.cifs does not update /etc/mtab

2009-10-16 Thread Alex G
Will it be fixed in 8.04 LTS? That's what my company has standardized on. Thanks! --Alex On Fri, Oct 16, 2009 at 11:56:04AM -, Chuck Short wrote: Hi, This is an actual kernel bug. That has been fixed in 2..6.30. Regards chuck ** Bug watch added: Linux Kernel Bug Tracker #13861

[Bug 452396] [NEW] umount.cifs does not update /etc/mtab

2009-10-15 Thread Alex G
Public bug reported: Binary package hint: smbfs Description:Ubuntu 8.04.3 LTS Release:8.04 smbfs: Installed: 3.0.28a-1ubuntu4.9 Candidate: 3.0.28a-1ubuntu4.9 Version table: *** 3.0.28a-1ubuntu4.9 0 500 http://apt hardy-updates/main Packages 500 http://apt

[Bug 452396] [NEW] umount.cifs does not update /etc/mtab

2009-10-15 Thread Alex G
Public bug reported: Binary package hint: smbfs Description:Ubuntu 8.04.3 LTS Release:8.04 smbfs: Installed: 3.0.28a-1ubuntu4.9 Candidate: 3.0.28a-1ubuntu4.9 Version table: *** 3.0.28a-1ubuntu4.9 0 500 http://apt hardy-updates/main Packages 500 http://apt

[Bug 175527] Re: umount.cifs doesn't remove entry from /etc/mtab

2009-02-27 Thread Alex G
I can confirm this occurs when there is a symlink in the mountpoint path as well, in Hardy with the latest updates. a...@fuzzy:/home/SODAPOP$ ls -l total 104K lrwxrwxrwx 1 rootroot 23 2009-01-07 10:15 agottschalk - ../AUTOHOME/agottschalk/ a...@fuzzy:~/scripts$ mount.cifs

[Bug 175527] Re: umount.cifs doesn't remove entry from /etc/mtab

2009-02-27 Thread Alex G
I can confirm this occurs when there is a symlink in the mountpoint path as well, in Hardy with the latest updates. a...@fuzzy:/home/SODAPOP$ ls -l total 104K lrwxrwxrwx 1 rootroot 23 2009-01-07 10:15 agottschalk - ../AUTOHOME/agottschalk/ a...@fuzzy:~/scripts$ mount.cifs

[Bug 233994] Re: command_not_found_handle() causes mistyped command to be stopped

2009-02-17 Thread Alex G
Confirmed on fully up-to-date Intrepid and Hardy installations -- command_not_found_handle() causes mistyped command to be stopped https://bugs.launchpad.net/bugs/233994 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 281379] [NEW] Bugzilla Sendmail.pm Errors

2008-10-10 Thread Alex G
Public bug reported: Binary package hint: bugzilla Frequently, when users submit new bugs in our local bugzilla installation, they get the following errors: ugzilla has suffered an internal error. Please save this page and send it to [EMAIL PROTECTED] with details of what you were doing at the

[Bug 281379] Re: Bugzilla Sendmail.pm Errors

2008-10-10 Thread Alex G
** Description changed: Binary package hint: bugzilla Frequently, when users submit new bugs in our local bugzilla installation, they get the following errors: ugzilla has suffered an internal error. Please save this page and send - it to [EMAIL PROTECTED] with details of what you

[Bug 173795] No sound on 2nd Gen MacBook

2007-12-03 Thread Alex G
Public bug reported: Binary package hint: linux-source-2.6.20 All channels are turned up in the mixer, ubuntu gutys is patched to latest available, but no sound at all. I'll attach diagnostic info in just a minute. ** Affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided

[Bug 173795] Re: No sound on 2nd Gen MacBook

2007-12-03 Thread Alex G
** Attachment added: Alsa info http://launchpadlibrarian.net/10715641/alsa-info.txt -- No sound on 2nd Gen MacBook https://bugs.launchpad.net/bugs/173795 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 173795] Re: No sound on 2nd Gen MacBook

2007-12-03 Thread Alex G
** Attachment added: lspci output http://launchpadlibrarian.net/10715650/lspci-vvnn.log -- No sound on 2nd Gen MacBook https://bugs.launchpad.net/bugs/173795 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 173795] Re: No sound on 2nd Gen MacBook

2007-12-03 Thread Alex G
** Attachment added: uname http://launchpadlibrarian.net/10715657/uname-a.log -- No sound on 2nd Gen MacBook https://bugs.launchpad.net/bugs/173795 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 131133] Confirmed on Apple MacBook

2007-11-27 Thread Alex G
I've installed linux-backports-modules-2.6.22-14-generic, but still get no audio whatsoever. snd_hda_intel shows up in lsmod. Running gutsy with all recent updates. Verified that channels are turned up and unmuted in alsamixer. Even tried cat /dev/urandom /dev/dsp. I've attached some text