[Bug 1242376] Re: reload php5-fpm crashes

2014-06-20 Thread Tom Fotherby
We ran into this bug while upgrading our servers from 12.04 LTS to 14.04
LTS. It is serious for us.  When we deploy our app, we need to do
`service php5-fpm reload` so that the php opcode cache is flushed,
otherwise old files will still be served.  Doing a `php5-fpm restart`
isn't a option as it does not handle existing connections gracefully.

We would really really appreciate for this bug to be fixed in the Ubuntu
repos. It is really not a good bug to have in a LTS release for folks
who run PHP. It will catch many people out.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1242376

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1242376] Re: reload php5-fpm crashes

2014-06-20 Thread Tom Fotherby
We ran into this bug while upgrading our servers from 12.04 LTS to 14.04
LTS. It is serious for us.  When we deploy our app, we need to do
`service php5-fpm reload` so that the php opcode cache is flushed,
otherwise old files will still be served.  Doing a `php5-fpm restart`
isn't a option as it does not handle existing connections gracefully.

We would really really appreciate for this bug to be fixed in the Ubuntu
repos. It is really not a good bug to have in a LTS release for folks
who run PHP. It will catch many people out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242376

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 958120] Re: MySQL does not start with utf8 options

2012-05-01 Thread Tom Fotherby
I ran into this issue and asked a question on askubuntu.com:
http://askubuntu.com/questions/127264/installed-12-04-cant-start-mysql-
mysql-respawning-too-fast-stopped/129143#129143

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/958120

Title:
  MySQL does not start with utf8 options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/958120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-27 Thread Tom Fotherby
Yes, thank you for the info - much appreciated.

So the workaround is:

1) Install fromdos. E.g. in Ubuntu 10.04, sudo aptitude install tofrodos
2) Convert the files: fromdos file1.txt  fromdos file2.txt
3) Re-do the meld: meld file1.txt file2.txt

 Step one would be discovering whether this is a Meld or Python difflib
issue.

I would guess the issue is with Python difflib because I tried
installing a few older versions of meld (which used to work before I
upgraded to Ubuntu 10.04) and the problem still occurred.

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-21 Thread Tom Fotherby
Thanks for mentioning diffuse. I have started using it until this bug
with meld is fixed. I agree the bug seems to occur with larger files
more often than smaller files.

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-18 Thread Tom Fotherby
I'm attaching 3 files. To reproduce the bug, do meld file1.txt
file2.txt and you should get the same (incorrect) result as in my
attached screenshot (meldDiffScreenshot.png). The result is incorrect
because the wrong line is highlighted as different, it should have
highlighted the line below. The means the file gets in a mess when you
click the - or - buttons to try to merge the file. This is only a
small trivial example to show as a demonstration - I have seem far
bigger problematic errors in meld.


** Attachment added: file1.txt
   http://launchpadlibrarian.net/48648894/file1.txt

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-18 Thread Tom Fotherby

** Attachment added: file2.txt
   http://launchpadlibrarian.net/48648909/file2.txt

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-18 Thread Tom Fotherby

** Attachment added: meldDiffScreenshot.png
   http://launchpadlibrarian.net/48648910/meldDiffScreenshot.png

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] [NEW] meld regression - now inaccurately highlights file differences

2010-05-10 Thread Tom Fotherby
Public bug reported:

Binary package hint: meld

Since upgrading from 9.10 (Karmic) to 10.04 (Lucid Lynx) meld has been
inaccurate when highlighting the differences between two files. See
attached screenshot for an example.

If I run meld file1 file2, it highlights roughly the right line but is
often one wrong and so when you try to merge the files, it all gets in a
mess. Basically, for me at least, Meld is broken in Lucid.

Versions:
 * Karmic Meld version: 1.3.0-2
 * Lucid Meld version: 1.3.0-2ubuntu1

I downloaded some previous releases of Meld and found the same problem
occurs. So perhaps the problem is not with Meld but with some library
that Meld uses?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: meld 1.3.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon May 10 08:14:04 2010
PackageArchitecture: all
ProcEnviron:
 PATH=(cusUser Name, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: meld

** Affects: meld (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid meld

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-10 Thread Tom Fotherby

** Attachment added: Example of the problem with Meld highlighting
   http://launchpadlibrarian.net/48194302/Screenshot_Example_Meld_Error.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48193284/Dependencies.txt

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
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/mailman/listinfo/ubuntu-bugs