[Bug 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-27 Thread Mark Henderson
I have resolved this for this install; this box had an actual user
account called `haproxy`. I renamed this account to something else and
attempted the update again. It was successful that time.

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+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 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
# this config needs haproxy-1.1.28 or haproxy-1.2.1

global
log 127.0.0.1   local0
log 127.0.0.1   local1 notice
#log loghostlocal0 info
maxconn 4096
#chroot /usr/share/haproxy
user haproxy
group haproxy
daemon
#debug
#quiet
stats socket /etc/haproxy/haproxysock level admin


defaults
log global
modehttp
option  httplog
option  dontlognull
retries 3
option redispatch
maxconn 2000
contimeout  5000
clitimeout  5
srvtimeout  5

listen stats :1936
mode http
stats enable
stats hide-version
stats realm Haproxy\ Statistics
stats uri /
stats auth redacted:redacted

frontend myFlo-HTTP
bind 192.0.2.55:80
default_backend myFlo-Servers-RR
acl scheduler   url_sub -i schedule #ACL for scheduler requests

use_backend myFlo-Servers-SRC if scheduler

frontend myFloLite-HTTP
bind 192.168.100.8:80
default_backend myFloLite-Servers

backend myFloLite-Servers
mode http
balance roundrobin
option httpchk HEAD /
server liteweb1:80 192.168.100.9 check port 80 inter 2000
server liteweb2:80 192.168.100.10 check port 80 inter 2000

backend myFlo-Servers-RR
mode http
balance roundrobin
option httpchk HEAD /health_check.html HTTP/1.1\r\nHost:\ haproxy.test
server myfloweb1:80 192.168.100.5 check port 80 inter 2000
server myfloweb2:80 192.168.100.14 check port 80 inter 2000

backend myFlo-Servers-SRC
mode http
balance source
option httpchk HEAD /health_check.html HTTP/1.1\r\nHost:\ haproxy.test
server myfloweb1:80 192.168.100.5 check port 80 inter 2000
server myfloweb2:80 192.168.100.14 check port 80 inter 2000

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+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 1334958] [NEW] package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
Public bug reported:

Doing release upgrade from 12.04 to 14.04.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: haproxy 1.4.24-2
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Fri Jun 27 15:36:08 2014
DuplicateSignature: package:haproxy:1.4.24-2:ErrorMessage: subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2012-10-02 (633 days ago)
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
SourcePackage: haproxy
Title: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-06-27 (0 days ago)
modified.conffile..etc.default.haproxy:
 # Set ENABLED to 1 if you want the init script to start haproxy.
 ENABLED=1
 # Add extra flags here.
 #EXTRAOPTS=-de -m 16
mtime.conffile..etc.default.haproxy: 2012-10-02T12:34:46.10
mtime.conffile..etc.haproxy.haproxy.cfg: 2014-06-27T14:46:05.313880

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


** Tags: amd64 apport-package need-duplicate-check trusty

** Attachment removed: modified.conffile..etc.haproxy.haproxy.cfg.txt
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+attachment/4140329/+files/modified.conffile..etc.haproxy.haproxy.cfg.txt

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+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 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
** Attachment added: modified.conffile..etc.haproxy.haproxy.cfg.txt
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+attachment/4140330/+files/modified.conffile..etc.haproxy.haproxy.cfg.txt

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+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