[Bug 1493843] [NEW] Please backport chemps2 1.6-1 (universe) from wily

2015-09-09 Thread Sebastian Wouters
Public bug reported:

Please backport chemps2 1.6-1 (universe) from wily to trusty.

Reason for the backport:

chemps2 1.6 was developed on ubuntu 14.04, library versions and API should 
hence be fine.
In expectance of the new LTS it would be good to have a packaged version.

Testing:

Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.

You can test-build the backport in your PPA with backportpackage:
$ backportpackage -u ppa:/ -s wily -d trusty chemps2

* trusty:
[ ] Package builds without modification
[ ] python-chemps2 installs cleanly and runs
[ ] chemps2 installs cleanly and runs
[ ] libchemps2-dev installs cleanly and runs
[ ] python-chemps2-dbgsym installs cleanly and runs
[ ] libchemps2-1-dbgsym installs cleanly and runs
[ ] libchemps2-1 installs cleanly and runs
[ ] chemps2-doc installs cleanly and runs
[ ] chemps2-dbgsym installs cleanly and runs

No reverse dependencies

** Affects: trusty-backports
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to trusty-backports.
Matching subscriptions: ubuntu-backporters
https://bugs.launchpad.net/bugs/1493843

Title:
  Please backport chemps2 1.6-1 (universe) from wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1493843/+subscriptions

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


[Bug 1493843] Re: Please backport chemps2 1.6-1 (universe) from wily

2015-09-09 Thread Graham Inggs
** Description changed:

  Please backport chemps2 1.6-1 (universe) from wily to trusty.
  
  Reason for the backport:
  
  chemps2 1.6 was developed on ubuntu 14.04, library versions and API should 
hence be fine.
  In expectance of the new LTS it would be good to have a packaged version.
  
  Testing:
  
  Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.
  
- You can test-build the backport in your PPA with backportpackage:
- $ backportpackage -u ppa:/ -s wily -d trusty chemps2
+ Backported package available here:
+ https://launchpad.net/~ginggs/+archive/ubuntu/backports
  
  * trusty:
- [ ] Package builds without modification
- [ ] python-chemps2 installs cleanly and runs
- [ ] chemps2 installs cleanly and runs
- [ ] libchemps2-dev installs cleanly and runs
- [ ] python-chemps2-dbgsym installs cleanly and runs
- [ ] libchemps2-1-dbgsym installs cleanly and runs
- [ ] libchemps2-1 installs cleanly and runs
- [ ] chemps2-doc installs cleanly and runs
- [ ] chemps2-dbgsym installs cleanly and runs
+ [X] Package builds without modification
+ [X] python-chemps2 installs cleanly and runs
+ [X] chemps2 installs cleanly and runs
+ [X] libchemps2-dev installs cleanly and runs
+ [X] python-chemps2-dbgsym installs cleanly and runs
+ [X] libchemps2-1-dbgsym installs cleanly and runs
+ [X] libchemps2-1 installs cleanly and runs
+ [X] chemps2-doc installs cleanly and runs
+ [X] chemps2-dbgsym installs cleanly and runs
  
  No reverse dependencies

** Changed in: trusty-backports
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to trusty-backports.
Matching subscriptions: ubuntu-backporters
https://bugs.launchpad.net/bugs/1493843

Title:
  Please backport chemps2 1.6-1 (universe) from wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1493843/+subscriptions

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


[Bug 1493995] [NEW] haproxy does not stop when using service/invoke-rc.d

2015-09-09 Thread dlgandalf
Public bug reported:

When trying to stop haproxy using

sudo service haproxy stop

  or

sudo invoke-rc.d haproxy stop

The tools exit with status 0, but haproxy is still running.

Example:

sudo invoke-rc.d haproxy start
 * Starting haproxy haproxy 
[ OK ]
be@fe2-lb1-test:~$ echo $?
0
be@fe2-lb1-test:~$ sudo invoke-rc.d haproxy stop
 * Stopping haproxy haproxy 
[ OK ]
be@fe2-lb1-test:~$ echo $?
0
be@fe2-lb1-test:~$ ps aux |grep haproxy
haproxy  31719  0.0  1.4  33500  7100 ?Ss   20:08   0:00 
/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
be   31782  0.0  0.4  11748  2232 pts/2S+   20:09   0:00 grep 
--color=auto haproxy

Haproxy version:
$ aptitude show haproxy
Package: haproxy
State: installed
Automatically installed: no
Version: 1.5.4-1ubuntu2.1~ubuntu14.04.1

** Affects: trusty-backports
 Importance: Undecided
 Status: New


** Tags: haproxy

** Description changed:

  When trying to stop haproxy using
  
  sudo service haproxy stop
-  
-   or
+ 
+   or
  
  sudo invoke-rc.d haproxy stop
  
  The tools exit with status 0, but haproxy is still running.
  
  Example:
- sudo invoke-rc.d haproxy start
-  * Starting haproxy haproxy   
  [ OK ]
+ 
+ sudo invoke-rc.d haproxy start
+  * Starting haproxy haproxy   
  [ OK ]
  be@fe2-lb1-test:~$ echo $?
  0
  be@fe2-lb1-test:~$ sudo invoke-rc.d haproxy stop
-  * Stopping haproxy haproxy   
  [ OK ]
+  * Stopping haproxy haproxy   
  [ OK ]
  be@fe2-lb1-test:~$ echo $?
  0
  be@fe2-lb1-test:~$ ps aux |grep haproxy
  haproxy  31719  0.0  1.4  33500  7100 ?Ss   20:08   0:00 
/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
  be   31782  0.0  0.4  11748  2232 pts/2S+   20:09   0:00 grep 
--color=auto haproxy
  
  Haproxy version:
  $ aptitude show haproxy
  Package: haproxy
  State: installed
  Automatically installed: no
  Version: 1.5.4-1ubuntu2.1~ubuntu14.04.1

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to trusty-backports.
Matching subscriptions: ubuntu-backporters
https://bugs.launchpad.net/bugs/1493995

Title:
  haproxy does not stop when using service/invoke-rc.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1493995/+subscriptions

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