[Bug 1516771] [NEW] Sync guilt 0.36-1 from Debian

2015-11-16 Thread Per Cederqvist
Public bug reported: Version 0.36 of guilt has been released a while ago, and Debian have now released 0.36-0.1: https://packages.debian.org/sid/guilt Please include this version in Ubuntu. ** Affects: guilt (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1247757] Re: expect uses memcpy instead of memmove to copy overlapping memory

2013-11-04 Thread Per Cederqvist
** Attachment added: The trigger2.expect file as an attachment https://bugs.launchpad.net/ubuntu/+source/expect/+bug/1247757/+attachment/3899625/+files/trigger2.expect -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247757] [NEW] expect uses memcpy instead of memmove to copy overlapping memory

2013-11-04 Thread Per Cederqvist
Public bug reported: The ecases_remove_by_expi() function in expect.c uses memcpy() to shift elements down. The areas can be overlapping. When they are, the construct is non-portable and can lead to memory corruption. Please replace the memcpy call with a memmove call. That fixes the issue. I

[Bug 1247757] Re: expect uses memcpy instead of memmove to copy overlapping memory

2013-11-04 Thread Per Cederqvist
** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247757 Title: expect uses memcpy instead of memmove to copy overlapping memory To manage notifications about

[Bug 947432] Re: compiz crashed with SIGSEGV during login, with XBMC autostarting

2012-03-05 Thread Per Cederqvist
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947432 Title: compiz crashed with SIGSEGV during login, with XBMC autostarting To manage notifications about this bug

[Bug 822910] Re: 6.06 upgrade fails due to bad repo?

2011-08-09 Thread Per Cederqvist
Robb, you did not describe exactly what happened when you attempted to upgrade. I'm having trouble upgrading a 8.10 server, and the root cause of both our problems may be that the UpgradeTool of http://changelogs.ubuntu.com/meta-release points to non-existing URLs for both 8.10 and 6.06. When I

[Bug 545398] Re: lucid's motd text not updated

2011-04-26 Thread Per Cederqvist
I think this is a duplicate of https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/659738. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/545398 Title: lucid's motd text not updated --

[Bug 612523] Re: Severe performance regression due to glob gate

2011-04-20 Thread Per Cederqvist
I see that a fixed version is available in Ubuntu 11.04. Great! It would be even greater if the fix was backported to all the supported Ubuntu versions, at least the LTS versions. This issue blocks the testsuite of lyskomd (http://www.lysator.liu.se/lyskom/lyskom-server/). -- You received this

[Bug 725226] [NEW] package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-25 Thread Per Cederqvist
Public bug reported: Binary package hint: squid I got the error while doing a normal upgrade using the Upgrade Manager. Running sudo service squid stop sudo service squid start seems to work, so this seems to bi intermittent. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: squid

[Bug 725226] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-25 Thread Per Cederqvist
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. https://bugs.launchpad.net/bugs/725226 Title: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned

[Bug 725226] [NEW] package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-25 Thread Per Cederqvist
Public bug reported: Binary package hint: squid I got the error while doing a normal upgrade using the Upgrade Manager. Running sudo service squid stop sudo service squid start seems to work, so this seems to bi intermittent. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: squid

[Bug 725226] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-25 Thread Per Cederqvist
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/725226 Title: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit

[Bug 612523] Re: Severe performance regression due to glob gate

2010-09-06 Thread Per Cederqvist
According to http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=591695#15, this is fixed in Debian source-version 5.44.1.15-3. ** Bug watch added: Debian Bug tracker #591695 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591695 -- Severe performance regression due to glob gate

[Bug 612523] Re: Severe performance regression due to glob gate

2010-09-02 Thread Per Cederqvist
The issue has now been fixed in the expect CVS repository, using one of my patches, slightly edited. This commit of retoglob.c fixes it: revision 5.6 date: 2010/08/27 22:24:33; author: hobbs; state: Exp; lines: +38 -0 * retoglob.c: Fail if the generated glob contains more than

[Bug 612523] [NEW] Severe performance regression due to glob gate

2010-08-02 Thread Per Cederqvist
Public bug reported: Binary package hint: expect The gate keeper glob pattern matching added to expect on 2007-07-11 was intended to run a fast glob matching before invoking the slow regular expression. However, it turns out that for many regular expressions the generated glob pattern is

[Bug 612523] Re: Severe performance regression due to glob gate

2010-08-02 Thread Per Cederqvist
** Attachment added: Script that reproduces the problem. http://launchpadlibrarian.net/52877057/slow.exp -- Severe performance regression due to glob gate https://bugs.launchpad.net/bugs/612523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 550474] Re: Bad handling of zero-length writes

2010-03-29 Thread Per Cederqvist
I see now that this was fixed upstream in september 2005: http://expect.cvs.sourceforge.net/viewvc/expect/expect/exp_chan.c?r1=5.12r2=5.13 The fix is included in the Debian package 5.44.1.15-1 (and maybe earlier; I have not checked). I'd like this fix to be backported to the supported versions

[Bug 550474] [NEW] Bad handling of zero-length writes

2010-03-28 Thread Per Cederqvist
Public bug reported: Binary package hint: expect expect writes this in the debug log: write() failed to write anything - will sleep(1) and retry... The cause is that ExpOutputProc() can be called with toWrite == 0. I will attach a patch that fixes the problem. The problem isn't easy to

[Bug 550474] Re: Bad handling of zero-length writes

2010-03-28 Thread Per Cederqvist
** Patch added: Patch that fixes the problem. http://launchpadlibrarian.net/42310637/14-zero-len-write.dpatch -- Bad handling of zero-length writes https://bugs.launchpad.net/bugs/550474 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to