[Bug 1454897] Re: libuuid user is created without a shell

2015-05-15 Thread Joshua Timberman
The Debian bug was closed because it's no longer relevant for Debian because 8.0 is now released. - https://sources.debian.net/src/util-linux/2.25.2-6/debian/uuid-runtime.postinst/ - https://sources.debian.net/src/util-linux/2.25.2-6/debian/libuuid1.postinst/ I think that Ubuntu 14.04 should inc

[Bug 1454897] Re: libuuid user is created without a shell

2015-05-13 Thread Joshua Timberman
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785270 ** Also affects: util-linux (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785270 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1454897] [NEW] libuuid user is created without a shell

2015-05-13 Thread Joshua Timberman
Public bug reported: I'm reporting this bug against util-linux, which seems to be the source package for the affected packages related to the libuuid user: * libuuid1 * uuid-runtime Both of these packages manage the "libuuid" user. However, neither one of the sets a shell for the user. From the

[Bug 1454897] Re: libuuid user is created without a shell

2015-05-13 Thread Joshua Timberman
I submitted this to Debian's bug tracker as well. I'll update this when I get a link. ** Bug watch added: Debian Bug tracker #785270 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785270 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1311810] Re: /etc/init.d/rsyslog is an init script not a link to /lib/init/upstart-job

2014-05-05 Thread Joshua Timberman
I see the wiki page mentions Saucy (13.10). Is that the reference point where this change is in effect? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311810 Title: /etc/init.d/rsyslog is an init sc

[Bug 1311810] Re: /etc/init.d/rsyslog is an init script not a link to /lib/init/upstart-job

2014-05-05 Thread Joshua Timberman
Are all services shipped in Ubuntu packages for 14.04 using these scripts, rather than the link to upstart-job? Which version of Ubuntu was that change made? Is this something users can rely upon being consistent? There's lots of automation code out there that use the old scripts. -- You received

[Bug 1311810] Re: /etc/init.d/rsyslog is an init script not a link to /lib/init/upstart-job

2014-04-29 Thread Joshua Timberman
I've added a "affects openssh-server" because I'm seeing that /etc/init.d/ssh is an init script as well, instead of a link to /lib/init/upstart-job. # file /etc/init.d/ssh /etc/init.d/ssh: POSIX shell script, ASCII text executable Contains: check_for_upstart() { if init_is_upstart; then

[Bug 1310292] Re: installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-28 Thread Joshua Timberman
I understand quite well how package management works in Ubuntu and Debian. Over the past 5 years I've packed a number of Ruby projects (such as Chef and its dependencies) for Debian and Ubuntu. I guess that's why this problem irritates me so much: I thought we were finally having progress to get sa

[Bug 1310292] Re: installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-23 Thread Joshua Timberman
To clarify: it should make the default `ruby` point at Ruby 2.0. If this is a bug in update-alternatives, then so be it. It is absurd to me that this was closed invalid when it doesn't do the thing that a user would expect. -- You received this bug notification because you are a member of Ubuntu

[Bug 1310292] Re: installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-23 Thread Joshua Timberman
Furthermore, this is fixed in the Debian package! Ubuntu 14.04 was past "import freeze" when the package was fixed. It should be implemented. Seriously. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13

[Bug 1310292] Re: installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-23 Thread Joshua Timberman
Are you kidding me? In what possible scenario would you NOT expect "apt-get install ruby2.0" to give you ANYTHING but ruby version 2.0(dot whatever) as the default Ruby interpreter? This is broken. ** Changed in: ruby2.0 (Ubuntu) Status: Invalid => Confirmed -- You received this bug not

[Bug 1311810] [NEW] /etc/init.d/rsyslog is an init script not a link to /lib/init/upstart-job

2014-04-23 Thread Joshua Timberman
Public bug reported: Using Canonical-provided AMI of Ubuntu 14.04, or the LXC Ubuntu 14.04 template, /etc/init.d/rsyslog is an init script. In Ubuntu 10.04 or 12.04, /etc/init.d/rsyslog was a symbolic link to /lib/init/upstart-job. The problem here is that the init script does this: . /lib/lsb/i

[Bug 1310292] Re: installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-20 Thread Joshua Timberman
It appears upstream (Debian) Ruby package changed this during the Trusty freeze: ruby-defaults (1:2.0.0.1~exp3) experimental; urgency=medium * ruby-all-dev: migrate from Ruby 1.9.1 and 2.0 to Ruby 2.0 and 2.1 * ruby: remove Breaks/Conflicts/Replaces against old interpreter packages as thi

[Bug 1310292] [NEW] installing `ruby2.0` results in ruby 1.9.3-p484 as default version

2014-04-20 Thread Joshua Timberman
Public bug reported: I expected that installing the "ruby2.0" package explicitly, I would get ruby 2.0 as my default version. However, due to the dependency tree of the ruby2.0 package, version 1.9.3-p484 is the default version instead. ubuntu@ruby20:~$ apt-cache depends ruby2.0 ruby2.0 ... D

[Bug 1098357] Re: update libextlib-ruby/ruby-extlib packages for CVE-2013-0156

2013-01-12 Thread Joshua Timberman
Debdiff in Debian ticket: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=16;filename=ruby- extlib_0.9.15-2.1.debdiff;att=1;bug=697895 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098357 Title:

[Bug 1098357] Re: update libextlib-ruby/ruby-extlib packages for CVE-2013-0156

2013-01-10 Thread Joshua Timberman
0.9.15 and below. The maintainer released 0.9.16 with the fixes (in those commits). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098357 Title: update libextlib-ruby/ruby-extlib packages for CVE-20

[Bug 1098357] Re: update libextlib-ruby/ruby-extlib packages for CVE-2013-0156

2013-01-10 Thread Joshua Timberman
** Package changed: merb (Ubuntu) => libextlib-ruby (Ubuntu) ** Bug watch added: Debian Bug tracker #697895 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697895 ** Also affects: libextlib-ruby (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697895 Importance: Unknown

[Bug 491324] Re: smartmontools init scripts fails on 'status' action

2011-09-11 Thread Joshua Timberman
The smartmontools (5.38-3ubuntu4) package is not available in Lucid, and the startup script there still has this problem. % cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.3 LTS" % sudo apt-get update ... % echo $? 0 % apt-

[Bug 537769] Re: [needs-packaging] libmixlib-authentication-ruby 1.1.0, required for Chef 0.8.x

2010-06-09 Thread Joshua Timberman
This should be synced from Debian: http://packages.debian.org/squeeze/libmixlib-authentication-ruby http://packages.debian.org/squeeze/libmixlib-authentication-ruby1.8 For Maverick. -- [needs-packaging] libmixlib-authentication-ruby 1.1.0, required for Chef 0.8.x https://bugs.launchpad.net/bugs

[Bug 537155] Re: Package new upstream Chef release version 0.8.6

2010-06-01 Thread Joshua Timberman
This version of Chef isn't in Debian testing yet, but 0.8.16-4 should be synced from Debian unstable to Maverick. -- Package new upstream Chef release version 0.8.6 https://bugs.launchpad.net/bugs/537155 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 537754] Re: Sync libmixlib-cli-ruby 1.1.0 from Debian unstable main

2010-05-27 Thread Joshua Timberman
At the time I opened the ticket, it wasn't synced. Thanks :) -- Sync libmixlib-cli-ruby 1.1.0 from Debian unstable main https://bugs.launchpad.net/bugs/537754 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 424131] Re: libchef-ruby1.8 should suggest, not recommend rubygems

2010-04-01 Thread Joshua Timberman
"The Recommends field should list packages that would be found together with this one in all but unusual installations." - Most installations where Chef is used would have RubyGems installed to make maintaining installed gems easier. ** Changed in: chef (Ubuntu) Assignee: Joshua

[Bug 421422] Re: xulrunner dependency is overkill - only spidermonkey is needed

2010-03-21 Thread Joshua Timberman
I agree with Louis here. Why does couchdb in ubuntu continue to use xulrunner, when debian's couchdb (v0.10.1-2 in sid) uses libmozjs2d? What prevents Ubuntu from using libmozjs2d instead of xulrunner in lucid? -- xulrunner dependency is overkill - only spidermonkey is needed https://bugs.launch

[Bug 537774] [NEW] Sync ohai 0.5.0 from Debian unstable main

2010-03-11 Thread Joshua Timberman
. -- Joshua Timberman Thu, 04 Mar 2010 12:48:35 -0700 ohai (0.4.0-1) unstable; urgency=low * New upstream release (0.4.0). * [OHAI-119] - don't 'require rubygems' explicitly * [OHAI-139] - ohai no longer requires json in gemspec, fails to run if user doesn&#

[Bug 537769] [NEW] Package libmixlib-authentication-ruby 1.1.0, required for Chef 0.8.x

2010-03-11 Thread Joshua Timberman
from git tag version. -- Joshua Timberman Sun, 28 Feb 2010 19:13:43 -0700 libmixlib-authentication-ruby (1.0.0-2) unstable; urgency=low * Corrected ruby-hmac package name, libhmac-ruby1.8 in control file. -- Joshua Timberman Mon, 8 Feb 2010 06:44:37 -0700 libmixlib-authentication-

[Bug 537754] Re: Sync libmixlib-cli-ruby 1.1.0 from Debian unstable main

2010-03-11 Thread Joshua Timberman
** Tags added: lucid -- Sync libmixlib-cli-ruby 1.1.0 from Debian unstable main https://bugs.launchpad.net/bugs/537754 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://list

[Bug 537760] [NEW] Sync libmixlib-config-ruby 1.1.0 from Debian unstable main

2010-03-11 Thread Joshua Timberman
Public bug reported: Binary package hint: libmixlib-config-ruby debian/changelog: libmixlib-config-ruby (1.1.0-1) unstable; urgency=low * New upstream release. * Drop 'v' in git tag version. -- Joshua Timberman Sun, 28 Feb 2010 20:24:13 -0700 libmixlib-config-ruby

[Bug 537761] [NEW] Sync libmixlib-log-ruby 1.1.0 from Debian unstable main

2010-03-11 Thread Joshua Timberman
uthors and copyright. -- Joshua Timberman Sun, 28 Feb 2010 19:30:45 -0700 libmixlib-log-ruby (1.0.3-3) unstable; urgency=low [ Joshua Timberman ] * New maintainer. * Add DRE team to uploaders. [ Paul van Tilburg ] * debian/control: - Added myself to the uploaders.

[Bug 537754] [NEW] Sync libmixlib-cli-ruby 1.1.0 from Debian unstable main

2010-03-11 Thread Joshua Timberman
Public bug reported: Binary package hint: libmixlib-cli-ruby debian/changelog: libmixlib-cli-ruby (1.1.0-1) unstable; urgency=low * New upstream version bump for consistency with upcoming Chef release. * Drop 'v' from git tag version. -- Joshua Timberman Sun, 28 Feb 201

[Bug 537155] [NEW] Package new upstream Chef release version 0.8.6

2010-03-10 Thread Joshua Timberman
Public bug reported: Binary package hint: chef The latest version of Chef as released upstream is 0.8.6. I have packages that build cleanly on Lucid in my PPA: https://launchpad.net/~jtimberman/+archive/opschef/+build/1556221 This does introduce a new dependency on solr 1.4.0, which is availabl

[Bug 499629] Re: backup file permissions and world writable fixes in Chef

2010-01-04 Thread Joshua Timberman
0.7.10 is considered an older version of Chef at this point, the current upstream release version is 0.7.16 and we (opscode) are actively developing for a version 0.8.0 release to be available for Lucid as well. -- backup file permissions and world writable fixes in Chef https://bugs.launchpad.ne

[Bug 286906] Re: provide and support a top-level library package for libmozjs (Was: Unable to use libmozjs.so in an application, because of library path problem.)

2009-12-31 Thread Joshua Timberman
Bug #418762 was marked as a duplicate of this bug. What can be done to remove the X11 requirements of xulrunner-1.9, particularly in regard to CouchDB's dependency? CouchDB is desirable on server installations (such as systems running chef-server, which uses CouchDB as a storage engine), and X11 i

[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-31 Thread Joshua Timberman
*** This bug is a duplicate of bug 286906 *** https://bugs.launchpad.net/bugs/286906 Okay, I added my commentary on that ticket then. -- CouchDB in Karmic should not have dependencies on X stuff https://bugs.launchpad.net/bugs/418762 You received this bug notification because you are a membe

[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-31 Thread Joshua Timberman
*** This bug is a duplicate of bug 286906 *** https://bugs.launchpad.net/bugs/286906 This is *not* a duplicate of the other bug. The bug here is that CouchDB depends on xulrunner, which has dependencies on X11 libraries, which can be very undesirable on server installations, especially by peo

[Bug 499629] [NEW] backup file permissions and world writable fixes in Chef

2009-12-22 Thread Joshua Timberman
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: chef Upstream released Chef 0.7.16 which contains two security bug fixes: * [CHEF-686] - chef-{server,client,indexer} creating world writable files and directories * [CHEF-812] - file backup

[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-08 Thread Joshua Timberman
Seamonkey is a metapackage that depends on seamonkey-browser and seamonkey-mailnews, which end up pulling in the X11 dependencies. What part of Ubuntu using CouchDB actually uses xulrunner? Why can't *that* require xulrunner, and CouchDB require libmozjs0d? -- CouchDB in Karmic should not have d

[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-08 Thread Joshua Timberman
I guess I'm confused why xulrunner is required if the actual dependency is on spidermonkey (libmozjs0d?). CouchDB doesn't require xulrunner itself, just spidermonkey. I see the libmozjs0d package's source is xulrunner, but why make the extra dependency? The reason for my concern here is for Lucid,

[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-07 Thread Joshua Timberman
The main culprit is 'xulrunner', which isn't actually needed by CouchDB itself. Whatever is using CouchDB that wants to make use of xulrunner should depend on xulrunner directly. -- CouchDB in Karmic should not have dependencies on X stuff https://bugs.launchpad.net/bugs/418762 You received this

[Bug 430220] Re: [karmic] Upstart fixups

2009-10-07 Thread Joshua Timberman
When my karmic system boots, I get this message on the console: "Rather than invoking init scritps through /etc/init.d, use the service(8) utility, e.g. service S20rsyslog start Since the script you are attemping to invoke has been converted to an Upstart job, you may also use the start(8) utili

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread Joshua Timberman
GitHub reported that the downloads are working again. I tested using the githubredir watch line: http://githubredir.debian.net/github/opscode/chef /([0..9].*).tar.gz Results: => Newer version available from http://githubredir.debian.net/github/opscode/chef/0.7.10.tar.gz -- Downloading updat

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread Joshua Timberman
Looks like github's download is having problems. I posted a tarball for the 0.7.10 release on our apt repo server. The following watch file line should work: http://apt.opscode.com/tarballs/chef-(.*).tar.gz For example: -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-29 Thread Joshua Timberman
Fabrice, GitHub's tags were broken after their datacenter migration this past weekend, and the Chef project was still cached w/ the broken page. Please try again. (karmic)r...@sbuild1test:/home/jtimberman/packages/chef-0.7.10# uscan --report --verbose -- Scanning for watchfiles in . -- Found watc

[Bug 420674] Re: Update libmixlib-config-ruby to new upstream version 1.0.12

2009-09-28 Thread Joshua Timberman
Version 1.0.12 is in Debian testing as well http://packages.qa.debian.org/libm/libmixlib-config- ruby/news/20090926T163925Z.html -- Update libmixlib-config-ruby to new upstream version 1.0.12 https://bugs.launchpad.net/bugs/420674 You received this bug notification because you are a member of Ub

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-24 Thread Joshua Timberman
** Attachment added: "chef_0.7.10-0ubuntu1.diff.gz" http://launchpadlibrarian.net/32398062/chef_0.7.10-0ubuntu1.diff.gz -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 420674] Re: Update libmixlib-config-ruby to new upstream version 1.0.12

2009-09-15 Thread Joshua Timberman
The new version 1.0.12 is in Debian now. Please sync from Debian unstable main. http://packages.qa.debian.org/libm/libmixlib-config- ruby/news/20090915T161725Z.html -- Update libmixlib-config-ruby to new upstream version 1.0.12 https://bugs.launchpad.net/bugs/420674 You received this bug notific

[Bug 420674] Re: Update libmixlib-config-ruby to new upstream version 1.0.12

2009-09-15 Thread Joshua Timberman
** Attachment added: "libmixlib-config-ruby_1.0.12-1-i386-20090902-2324" http://launchpadlibrarian.net/31844716/libmixlib-config-ruby_1.0.12-1-i386-20090902-2324 -- Update libmixlib-config-ruby to new upstream version 1.0.12 https://bugs.launchpad.net/bugs/420674 You received this bug notifi

[Bug 420674] Re: Update libmixlib-config-ruby to new upstream version 1.0.12

2009-09-15 Thread Joshua Timberman
** Attachment added: "libmixlib-config.debdiff" http://launchpadlibrarian.net/31844714/libmixlib-config.debdiff -- Update libmixlib-config-ruby to new upstream version 1.0.12 https://bugs.launchpad.net/bugs/420674 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
Switching back to 'new' per FFE process. ** Changed in: chef (Ubuntu) Status: Confirmed => New -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
** Attachment added: "sbuild log" http://launchpadlibrarian.net/31844524/chef_0.7.10-0ubuntu1-i386-20090904-1209 -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
** Attachment added: "full changelog diff" http://launchpadlibrarian.net/31844533/chef-changelog.diff -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
The following bugs are also fixed in this release: CHEF-492 FIXED Attributes aren't quite hash enough to fool variables() method in templates CHEF-494 FIXED Multiple roles' default_attributes are not merged correctly on the node CHEF-500 FIXED

[Bug 420674] Re: Update libmixlib-config-ruby to new upstream version 1.0.12

2009-09-15 Thread Joshua Timberman
Important bugfix in the new release: CHEF-492 FIXED Attributes aren't quite hash enough to fool variables() method in templates This is required for chef ver 0.7.10. -- Update libmixlib-config-ruby to new upstream version 1.0.12 https://bugs.launchpad.net/bugs/420674 You rece

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-14 Thread Joshua Timberman
** Changed in: chef (Ubuntu) Status: New => Confirmed -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 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

[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-04 Thread Joshua Timberman
** Attachment added: "chef-0.7.10.debdiff" http://launchpadlibrarian.net/31324559/chef-0.7.10.debdiff -- Chef new upstream version 0.7.10 https://bugs.launchpad.net/bugs/424576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 424576] [NEW] Chef new upstream version 0.7.10

2009-09-04 Thread Joshua Timberman
Public bug reported: Binary package hint: chef * Upstream patch for couchdb 0.10.0 (CHEF-515, quilt patch removed) * Fix client logging to file (CHEF-287) * Fix config log_location settings (CHEF-500) * Requires libmixlib-config-ruby (>= 1.0.12) * Suggest, not recommend, rubygems (LP: #

[Bug 424131] Re: libchef-ruby1.8 should suggest, not recommend rubygems

2009-09-04 Thread Joshua Timberman
** Changed in: chef (Ubuntu) Status: New => In Progress ** Changed in: chef (Ubuntu) Assignee: (unassigned) => Joshua Timberman (jtimberman) -- libchef-ruby1.8 should suggest, not recommend rubygems https://bugs.launchpad.net/bugs/424131 You received this bug notification b

[Bug 424133] [NEW] ohai 'requires' rubygems but package does not Depend on it

2009-09-03 Thread Joshua Timberman
Public bug reported: Binary package hint: ohai The require rubygems in /usr/bin/ohai and /usr/lib/ruby/1.8/ohai/system.rb should be patched out, per upstream ticket: http://tickets.opscode.com/browse/OHAI-119 ** Affects: ohai (Ubuntu) Importance: Undecided Status: New -- ohai 'r

[Bug 424131] [NEW] libchef-ruby1.8 should suggest, not recommend rubygems

2009-09-03 Thread Joshua Timberman
Public bug reported: Binary package hint: chef When installing via aptitude, rubygems gets installed because libchef- ruby1.8 Recommends it. The rationale was because a user might wish to manage gems with the 'gem_package' resource/provider. If apt-get is used to install, it mentions rubygems as

[Bug 420792] [NEW] Update ohai to new upstream version 0.3.2

2009-08-28 Thread Joshua Timberman
Public bug reported: Binary package hint: ohai libsystemu-ruby was added as a requirement for this version, so we should update. ** Affects: ohai (Ubuntu) Importance: Undecided Status: New -- Update ohai to new upstream version 0.3.2 https://bugs.launchpad.net/bugs/420792 You rec

[Bug 420674] [NEW] Update libmixlib-config-ruby to new upstream version 1.0.12

2009-08-28 Thread Joshua Timberman
Public bug reported: Binary package hint: libmixlib-config-ruby Related upstream ticket: http://tickets.opscode.com/browse/CHEF-362 Should be resolved per comment in the source commit 535d7c04b71f59826e719e5a9b37a9425fe9ba76 but ticket is showing unresolved upstream. ** Affects: libmixlib-conf

[Bug 404396] Re: [needs-packaging] libsyntax-ruby

2009-08-28 Thread Joshua Timberman
No longer a requirement for Chef, use libcoderay-ruby instead as libsyntax-ruby is no longer maintained upstream. ** Changed in: ubuntu Status: New => Invalid -- [needs-packaging] libsyntax-ruby https://bugs.launchpad.net/bugs/404396 You received this bug notification because you are a me

[Bug 420014] [NEW] Please backport couchdb to Hardy

2009-08-27 Thread Joshua Timberman
Public bug reported: Binary package hint: couchdb CouchDB is a requirement of Chef, which is requested for backport to Hardy (LP bug #419603). CouchDB version 0.8.0 (intrepid and jaunty) is probably okay, but version 0.9.1 is more stable with better API features, and may be more desirable for so

[Bug 413229] Re: [needs-packaging] stompserver

2009-08-27 Thread Joshua Timberman
stompserver (0.9.9-0ubuntu1) karmic; urgency=low * Initial release (LP: #413229) -- Joshua Timberman Thu, 13 Aug 2009 12:25:59 -0600 ** Changed in: ubuntu Status: New => Fix Released -- [needs-packaging] stompserver https://bugs.launchpad.net/bugs/413229 You received this

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-27 Thread Joshua Timberman
merb (1.0.12+dfsg-0ubuntu1) karmic; urgency=low * Initial release (LP: #404399) * Repack upstream tarball: + Replaced upstream empty LICENSE file with MIT license + Removed object files which are part of the webrat spec testing. -- Joshua Timberman Mon, 27 Jul 2009 23:38:37

[Bug 411036] Re: [needs-packaging] libcoderay-ruby

2009-08-27 Thread Joshua Timberman
coderay (0.8.3-0ubuntu1) karmic; urgency=low * Initial release (LP: #411036) -- Joshua Timberman Sun, 09 Aug 2009 08:07:54 -0600 ** Changed in: ubuntu Status: New => Fix Released -- [needs-packaging] libcoderay-ruby https://bugs.launchpad.net/bugs/411036 You received this

[Bug 404396] Re: [needs-packaging] libsyntax-ruby

2009-08-27 Thread Joshua Timberman
libsyntax-ruby is no longer required by Chef, we switched to libcoderay- ruby. -- [needs-packaging] libsyntax-ruby https://bugs.launchpad.net/bugs/404396 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 419112] Re: chef-server needs to be updated to support couchdb 0.10.0 API changes

2009-08-26 Thread Joshua Timberman
Thank you for updating the package, Alessio! -- chef-server needs to be updated to support couchdb 0.10.0 API changes https://bugs.launchpad.net/bugs/419112 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 419082] Re: couchdb fails to start with xulrunner-1.9, needs xulrunner-1.9.1

2009-08-26 Thread Joshua Timberman
No worries, I talked to SteveA on #couchdb and he said this was known and pending an update. Thanks James! -- couchdb fails to start with xulrunner-1.9, needs xulrunner-1.9.1 https://bugs.launchpad.net/bugs/419082 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 419112] [NEW] chef-server needs to be updated to support couchdb 0.10.0 API changes

2009-08-26 Thread Joshua Timberman
be updated with a quilt patch for the change once it is available. ** Affects: chef (Ubuntu) Importance: Undecided Assignee: Joshua Timberman (jtimberman) Status: In Progress ** Changed in: chef (Ubuntu) Assignee: (unassigned) => Joshua Timberman (jtimberman) ** Changed

[Bug 404403] Re: [needs-packaging] chef, chef-server, chef-server-slice

2009-08-26 Thread Joshua Timberman
http://packages.ubuntu.com/karmic/ruby/chef ** Changed in: ubuntu Status: New => Fix Released -- [needs-packaging] chef, chef-server, chef-server-slice https://bugs.launchpad.net/bugs/404403 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 419091] Re: couchdb init script doesn't properly control processes

2009-08-26 Thread Joshua Timberman
** Attachment added: "couchdb_processes.out" http://launchpadlibrarian.net/30846025/couchdb_processes.out -- couchdb init script doesn't properly control processes https://bugs.launchpad.net/bugs/419091 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 419091] [NEW] couchdb init script doesn't properly control processes

2009-08-26 Thread Joshua Timberman
Public bug reported: Binary package hint: couchdb I installed CouchDB fresh from Karmic. First it complained that xulrunner-1.9.1 wasn't available when executing the init script (see bug 419082). I installed xulrunner-1.9.1 and restarted via the init script. Now I get all kinds of runaway proce

[Bug 419082] Re: couchdb fails to start with xulrunner-1.9, needs xulrunner-1.9.1

2009-08-26 Thread Joshua Timberman
Affects installation of Chef Server, which depends on CouchDB. Once the xulrunner-1.9.1 package is installed, it finishes configuring everything fine, though. -- couchdb fails to start with xulrunner-1.9, needs xulrunner-1.9.1 https://bugs.launchpad.net/bugs/419082 You received this bug notificat

[Bug 419082] [NEW] couchdb fails to start with xulrunner-1.9, needs xulrunner-1.9.1

2009-08-26 Thread Joshua Timberman
Public bug reported: Binary package hint: couchdb For CouchDB, you need to install xulrunner-1.9.1. When installing just CouchDB via apt: Setting up couchdb (0.10.0~svn806985-0ubuntu1) ... * Starting database server couchdb /usr/bin/couchdb: 38: xulrunner-1.9.1: not found

[Bug 409705] Re: no /usr/bin/xulrunner in xulrunner-1.9

2009-08-26 Thread Joshua Timberman
For CouchDB, you need to install xulrunner-1.9.1. When installing just CouchDB via apt: Setting up couchdb (0.10.0~svn806985-0ubuntu1) ... * Starting database server couchdb /usr/bin/couchdb: 38: xulrunner-1.9.1: not found [fail] invoke-rc.d: initscript couchdb, action "sta

[Bug 418762] [NEW] CouchDB in Karmic should depend on erlang-nox

2009-08-25 Thread Joshua Timberman
Public bug reported: The CouchDB package in Karmic depends on: Depends: libc6 (>= 2.3.6-6~), libcurl3 (>= 7.16.2-1), libicu40 (>= 4.0-1), erlang-base (>= 1:13.b.1-dfsg) | erlang-base-hipe (>= 1:13.b.1-dfsg), erlang-crypto (>= 1:13.b.1-dfsg), erlang-inets (>= 1:13.b.1-dfsg), erlang-xmerl (>= 1:13.

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-22 Thread Joshua Timberman
The sync request from Debian should be marked as duplicate of this. Merb is a requirement of Chef, which I'm trying to get into Karmic before Feature Freeze. Merb is on REVU, was advocated but the AA rejected it. I fixed the issues that caused the rejection. ** This bug is no longer a duplicate of

[Bug 411536] Re: [Sync Request] Request sync of merb_1.0.12-1 from Debian NEW (main) for (universe)

2009-08-22 Thread Joshua Timberman
*** This bug is a duplicate of bug 404399 *** https://bugs.launchpad.net/bugs/404399 ** This bug has been marked a duplicate of bug 404399 [needs-packaging] merb ruby-based mvc framework -- [Sync Request] Request sync of merb_1.0.12-1 from Debian NEW (main) for (universe) https://bugs.la

[Bug 413280] Re: [needs-packaging] libsystemu-ruby

2009-08-13 Thread Joshua Timberman
Uploaded to REVU http://revu.ubuntuwire.com/p/libsystemu-ruby -- [needs-packaging] libsystemu-ruby https://bugs.launchpad.net/bugs/413280 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.ubun

[Bug 413280] [NEW] [needs-packaging] libsystemu-ruby

2009-08-13 Thread Joshua Timberman
Public bug reported: univeral child process handling library URL: http://codeforpeople.com/lib/ruby/systemu/ License: Ruby License (see http://codeforpeople.com/lib/license.txt) Notes: This package is in Debian NEW, and is a requirement for a newer version of Ohai (0.3.2; Ubuntu has 0.3.0). **

[Bug 413229] [NEW] [needs-packaging] stompserver

2009-08-13 Thread Joshua Timberman
Public bug reported: Stomp messaging server with file/dbm/memory/activerecord based FIFO queues, queue monitoring, and basic authentication. URL: http://stompserver.rubyforge.org/ License: The MIT License Notes: Requires EventMachine (available in Ubuntu already) ** Affects: ubuntu Importan

[Bug 413201] [NEW] [Sync Request] libmixlib-config-ruby

2009-08-13 Thread Joshua Timberman
Public bug reported: Source Package: libmixlib-config-ruby Source Package Version: 1.0.9-1 Sync From: Debian sid main No Ubuntu-specific changes required ** Affects: ubuntu Importance: Undecided Status: New ** Description changed: - Binary package hint: nut - Source Package: l

[Bug 413203] [NEW] [Sync Request] libmixlib-log-ruby

2009-08-13 Thread Joshua Timberman
Public bug reported: Source Package: libmixlib-log-ruby Source Package Version: 1.0.3-2 Sync From: Debian sid main No Ubuntu-specific changes required ** Affects: ubuntu Importance: Undecided Status: New -- [Sync Request] libmixlib-log-ruby https://bugs.launchpad.net/bugs/413203

[Bug 413199] Re: [Sync Request] libmixlib-cli-ruby

2009-08-13 Thread Joshua Timberman
** Summary changed: - [needs-packaging] libmixlib-cli-ruby + [Sync Request] libmixlib-cli-ruby ** Description changed: - libmixlib-cli-ruby is a small library used by Chef that provides a - class-based command line option parsing object. + Source Package: libmixlib-cli-ruby + Source Package Vers

[Bug 413199] [NEW] [Sync Request] libmixlib-cli-ruby

2009-08-13 Thread Joshua Timberman
Public bug reported: Source Package: libmixlib-cli-ruby Source Package Version: 1.0.4-2 Sync From: Debian sid main No Ubuntu-specific changes required ** Affects: ubuntu Importance: Undecided Status: New -- [Sync Request] libmixlib-cli-ruby https://bugs.launchpad.net/bugs/413199

[Bug 404403] Re: [needs-packaging] chef, chef-server, chef-server-slice

2009-08-12 Thread Joshua Timberman
Chef 0.7.8 uploaded to REVU. -- [needs-packaging] chef, chef-server, chef-server-slice https://bugs.launchpad.net/bugs/404403 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

[Bug 404403] Re: [needs-packaging] chef, chef-server, chef-server-slice

2009-08-12 Thread Joshua Timberman
Chef, as of version 0.7.8 no longer requires libsyntax-ruby, the dependency has been changed to libcoderay-ruby (coderay). Bug for tacking package of coderay: https://bugs.launchpad.net/ubuntu/+bug/411036 -- [needs-packaging] chef, chef-server, chef-server-slice https://bugs.launchpad.net/bugs/

[Bug 406621] Re: package runit 2.0.0-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-08-11 Thread Joshua Timberman
It looks like the problem is that the runit package is using the old upstart directory, /etc/event.d/ for runsvdir. I copied the file to /etc/init and runit was able to start. $ sudo initctl start runsvdir initctl: Unknown job: runsvdir $ sudo initctl list | grep runsvdir $ sudo cp /etc/event.d/ru

[Bug 412217] [NEW] libextlib-ruby requires rubygems but doesn't depend on it

2009-08-11 Thread Joshua Timberman
Public bug reported: Binary package hint: libextlib-ruby1.8 extlib 'requires' rubygems in /usr/lib/ruby/1.8/extlib.rb, but the package itself doesn't have a dependency on rubygems. /usr/lib/ruby/1.8/extlib.rb:2:in `require': no such file to load -- rubygems (LoadError) $ head -2 /usr/lib/ruby/1

[Bug 411036] Re: [needs-packaging] libcoderay-ruby

2009-08-10 Thread Joshua Timberman
Uploaded to REVU: http://revu.ubuntuwire.com/p/coderay -- [needs-packaging] libcoderay-ruby https://bugs.launchpad.net/bugs/411036 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

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-10 Thread Joshua Timberman
Uploaded to REVU: http://revu.ubuntuwire.com/p/merb -- [needs-packaging] merb ruby-based mvc framework https://bugs.launchpad.net/bugs/404399 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.

[Bug 411536] [NEW] [Sync Request] Request sync of merb_1.0.12-1 from Debian NEW (main) for (universe)

2009-08-10 Thread Joshua Timberman
Public bug reported: Source package name: merb Source package version: 1.0.12-1 Sync from: Debian sid main No Ubuntu-specific changes. This package was also uploaded to ubuntu revu, http://revu.ubuntuwire.com/p/merb ** Affects: ubuntu Importance: Undecided Status: New -- [Sync Req

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-09 Thread Joshua Timberman
The merb packages were uploaded to Debian NEW earlier today: merb_1.0.12-1_amd64.changes uploaded successfully to localhost along with the files: merb_1.0.12-1.dsc merb_1.0.12.orig.tar.gz merb_1.0.12-1.diff.gz merb-core_1.0.12-1_all.deb merb-slices_1.0.12-1_all.deb libmerb-core-ruby_1.0.12-1

[Bug 411036] [NEW] [needs-packaging] libcoderay-ruby

2009-08-09 Thread Joshua Timberman
Public bug reported: libcoderay-ruby (gem name 'coderay') is a Ruby library for performing syntax highlighting. It will soo be used in Chef, which I am also packaging. URL: http://coderay.rubychan.de/ License: GNU LGPL v2.1 Notes: We haven't switched Chef to use coderay yet, it's still using lib

[Bug 404403] Re: [needs-packaging] chef, chef-server, chef-server-slice

2009-08-08 Thread Joshua Timberman
Chef will require that Merb and Syntax (libsyntax-ruby) are packaged as well: https://bugs.launchpad.net/ubuntu/+bug/404399 https://bugs.launchpad.net/ubuntu/+bug/404396 Both uploaded to REVU. -- [needs-packaging] chef, chef-server, chef-server-slice https://bugs.launchpad.net/bugs/404403 You r

[Bug 404396] Re: [needs-packaging] libsyntax-ruby

2009-08-08 Thread Joshua Timberman
The package was uploaded to Debian NEW earlier today, and I uploaded to REVU earlier, since it won't be in Debian APT repository until it is approved. -- [needs-packaging] libsyntax-ruby https://bugs.launchpad.net/bugs/404396 You received this bug notification because you are a member of Ubuntu B

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-08 Thread Joshua Timberman
Thanks Nick. Mathias Gug had provided those links to me. I just uploaded the package to REVU. -- [needs-packaging] merb ruby-based mvc framework https://bugs.launchpad.net/bugs/404399 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 404403] Re: [needs-packaging] chef, chef-server, chef-server-slice

2009-08-08 Thread Joshua Timberman
Thanks Nick. Mathias Gug had provided those links to me. I just uploaded the package to REVU. -- [needs-packaging] chef, chef-server, chef-server-slice https://bugs.launchpad.net/bugs/404403 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 404399] Re: [needs-packaging] merb ruby-based mvc framework

2009-08-04 Thread Joshua Timberman
Debian ITP: 538928 -- [needs-packaging] merb ruby-based mvc framework https://bugs.launchpad.net/bugs/404399 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.c

[Bug 404396] Re: [needs-packaging] libsyntax-ruby

2009-08-04 Thread Joshua Timberman
Debian ITP: 538353 -- [needs-packaging] libsyntax-ruby https://bugs.launchpad.net/bugs/404396 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/list

  1   2   >