[Bug 288496] Re: winbind postinst returned error exit status 1 (daemon failed to start)

2014-01-25 Thread Rafael
** Changed in: samba (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  winbind postinst returned error exit status 1 (daemon failed to start)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/288496/+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 1261101] Re: It can not with the last Ubuntu-Trusty, probléme with dépendance.

2014-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1~b2-0ubuntu1

---
ceilometer (2014.1~b2-0ubuntu1) trusty; urgency=medium

  [ James Page ]
  * d/control: Add python-jsonpath-rw to BD's.
  * d/p/fix-setup-requirements.patch: Bump WebOb to support  1.4.
   (LP: #1261101)

  [ Chuck Short ]
  * New upstream version.
  * debian/control, debian/ceilometer-common.install: Split out
ceilometer-alarm-evaluator and ceilometer-alarm-notifier into their
own packages. (LP: #1250002)
  * debian/ceilometer-agent-central.logrotate,
debian/ceilometer-agent-compute.logrotate,
debian/ceilometer-api.logrotate,
debian/ceilometer-collector.logrotate: Add logrotate files,
thanks to Ahmed Rahal. (LP: #1224223)
  * Fix typos in upstart files.
 -- Chuck Short zul...@ubuntu.com   Thu, 23 Jan 2014 15:08:11 -0500

** Changed in: ceilometer (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  It can not with the last Ubuntu-Trusty, probléme with dépendance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1261101/+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 1224223] Re: Missing logrotate configuration files

2014-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1~b2-0ubuntu1

---
ceilometer (2014.1~b2-0ubuntu1) trusty; urgency=medium

  [ James Page ]
  * d/control: Add python-jsonpath-rw to BD's.
  * d/p/fix-setup-requirements.patch: Bump WebOb to support  1.4.
   (LP: #1261101)

  [ Chuck Short ]
  * New upstream version.
  * debian/control, debian/ceilometer-common.install: Split out
ceilometer-alarm-evaluator and ceilometer-alarm-notifier into their
own packages. (LP: #1250002)
  * debian/ceilometer-agent-central.logrotate,
debian/ceilometer-agent-compute.logrotate,
debian/ceilometer-api.logrotate,
debian/ceilometer-collector.logrotate: Add logrotate files,
thanks to Ahmed Rahal. (LP: #1224223)
  * Fix typos in upstart files.
 -- Chuck Short zul...@ubuntu.com   Thu, 23 Jan 2014 15:08:11 -0500

** Changed in: ceilometer (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Missing logrotate configuration files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1224223/+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 1250002] Re: No ceilometer-alarm-* packages

2014-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1~b2-0ubuntu1

---
ceilometer (2014.1~b2-0ubuntu1) trusty; urgency=medium

  [ James Page ]
  * d/control: Add python-jsonpath-rw to BD's.
  * d/p/fix-setup-requirements.patch: Bump WebOb to support  1.4.
   (LP: #1261101)

  [ Chuck Short ]
  * New upstream version.
  * debian/control, debian/ceilometer-common.install: Split out
ceilometer-alarm-evaluator and ceilometer-alarm-notifier into their
own packages. (LP: #1250002)
  * debian/ceilometer-agent-central.logrotate,
debian/ceilometer-agent-compute.logrotate,
debian/ceilometer-api.logrotate,
debian/ceilometer-collector.logrotate: Add logrotate files,
thanks to Ahmed Rahal. (LP: #1224223)
  * Fix typos in upstart files.
 -- Chuck Short zul...@ubuntu.com   Thu, 23 Jan 2014 15:08:11 -0500

** Changed in: ceilometer (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  No ceilometer-alarm-* packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1250002/+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 525552] Re: Byobu overwrites shell prompt setting

2014-01-25 Thread Trenton Bullard
+1 for @readan2

I've been trying to make byobu+screen automatically start a login shell
for months (i know that sounds pathetic), and this workaround adequately
solves this for me. In order to utilize my ruby on rails environment I
must be logged into a login shell which required me to do bash -l,
/bin/bash --login, etc. every time I opened my ssh connection. To
clarify this workaround however,

With my distro, in /usr/local/bin/byobu-shell there is a line that looks like 
this:
[ -n $SHELL -a -x $SHELL ]  exec $SHELL || exec /bin/bash

I changed it to look like this:
[ -n $SHELL -a -x $SHELL ]  exec $SHELL --login || exec /bin/bash 
--login

just in case anyone wasn't sure how to implement @readan2's
instructions, doing this worked for me.

I also inserted this just before the 3 present commands in 
/usr/share/byobu/profiles/screenrc (assuming it would work the same as with 
tmux). I also didn't test after the first modification so this may or may not 
be necessary, but after doing these two things I no longer need to run 
/bin/bash --login.:
set -g default-command $SHELL --login

thanks @readan2 for the working solution. WHY COULDN'T I FIND YOU WEEKS
AGO??

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

Title:
  Byobu overwrites shell prompt setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/525552/+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 1052924] Re: winbind init script not LSB compliant

2014-01-25 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: New = Fix Released

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

Title:
  winbind init script not LSB compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1052924/+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 1272775] [NEW] package slapd 2.4.31-1+nmu2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-01-25 Thread DanV
Public bug reported:

No idea what's happened.  Was trying to get LADP running on my ubuntu
machine and things have gone haywire.  SLADP is crashing on startup and
I can't seem to be able to remove it either.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: slapd 2.4.31-1+nmu2ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
AptOrdering:
 slapd: Install
 ldap-utils: Install
 slapd: Configure
 ldap-utils: Configure
Architecture: amd64
Date: Sat Jan 25 14:29:08 2014
DuplicateSignature: package:slapd:2.4.31-1+nmu2ubuntu3:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-12-10 (46 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: openldap
Title: package slapd 2.4.31-1+nmu2ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package saucy

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

Title:
  package slapd 2.4.31-1+nmu2ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

2014-01-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package slapd 2.4.31-1+nmu2ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1272775/+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 1272788] [NEW] php-fpm service won't start: unknown job

2014-01-25 Thread David Planella
Public bug reported:

After upgrading a server from 12.04 to trusty, I noticed the php-fpm
service would not start.

Running sudo service php-fpm, the following message was shown:

“Unknown job: php5-fpm”

Following the workaround here [1] and commenting out the reload signal
USR2 line in /etc/init/php5-fpm.conf fixed the issue.

[1]: https://github.com/gplessis/dotdeb-php5/issues/45

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: php5-fpm (not installed)
ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
Uname: Linux 3.13.0-5-generic x86_64
ApportVersion: 2.13.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jan 26 00:58:53 2014
InstallationDate: Installed on 2013-09-21 (126 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130921)
SourcePackage: php5
UpgradeStatus: Upgraded to trusty on 2013-12-18 (38 days ago)

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


** Tags: amd64 apport-bug trusty

** Description changed:

  After upgrading a server from 12.04 to trusty, I noticed the php-fpm
  service would not start.
  
  Running sudo service php-fpm, the following message was shown:
  
  “Unknown job: php5-fpm”
  
  Following the workaround here [1] and commenting out the reload signal
  USR2 line in /etc/init/php5-fpm.conf fixed the issue.
  
- https://github.com/gplessis/dotdeb-php5/issues/45
+ [1]: https://github.com/gplessis/dotdeb-php5/issues/45
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: php5-fpm (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
  Uname: Linux 3.13.0-5-generic x86_64
  ApportVersion: 2.13.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jan 26 00:58:53 2014
  InstallationDate: Installed on 2013-09-21 (126 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130921)
  SourcePackage: php5
  UpgradeStatus: Upgraded to trusty on 2013-12-18 (38 days ago)

-- 
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/1272788

Title:
  php-fpm service won't start: unknown job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788/+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 1261873] Re: 'net usershare' returned error 255

2014-01-25 Thread Sandy Nicko Mac Corzeta
By using the patched smb.conf from Unmodified 13.10 saucy system, its
now fixed. Now we'll just wait to make the fix becoming released on next
update.

** Changed in: samba (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  'net usershare' returned error 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1261873/+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 1272788] Re: php-fpm service won't start: unknown job

2014-01-25 Thread Dimitri John Ledkov
Was the machine rebooted after the upgrade, to actually pick up the new
upstart?

-- 
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/1272788

Title:
  php-fpm service won't start: unknown job

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