[Bug 1182624] Re: Uncached instance builds fail with non-zero root disk sizes

2013-06-04 Thread Jay Pipes
We are experiencing this exact same issue, and it is a blocker. Folsom
point release packages for us.

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

Title:
  Uncached instance builds fail with non-zero root disk sizes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1182624/+subscriptions

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


[Bug 1089194] Re: Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-12 Thread Jay Pipes
Guys, so sorry on this. The cause was an ordering issue in our Chef
roles, where the Keystone API recipe was not including our openstack-
base role in its run_list and therefore not setting the UCA PPA before
installing.

All my fault. Sorry for the noise :(

** Changed in: python-keystoneclient
   Status: New => Invalid

** Changed in: glance (Ubuntu)
   Status: New => Invalid

** Changed in: python-keystoneclient (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+subscriptions

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


[Bug 1089194] Re: Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-12 Thread Jay Pipes
Not sure if this helps, but after I did:

sudo apt-get upgrade python-keystoneclient

I ran locate keystoneclient, and got this:

http://paste.openstack.org/show/27935/

Notice the two packages in /var/cache/apt/archives...

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+subscriptions

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


[Bug 1089194] Re: Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-12 Thread Jay Pipes
The test for this is not "do my packages install", but "after my
packages install, can I run the glance CLI tool properly".

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+subscriptions

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


[Bug 1089194] Re: Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-12 Thread Jay Pipes
Complete Chef log, reproduced this morning from an entirely new
netbooted image:

http://paste.openstack.org/show/27930/

Basically, this is what is happening:

When the glance::api recipe (https://github.com/att-cloud/cookbook-
glance/blob/master/recipes/api.rb) is converging, it installs the Glance
Python packages, per the attributes (https://github.com/att-cloud
/cookbook-glance/blob/master/attributes/default.rb#L87). At the end of
the recipe, images are loaded into Glance using the glance CLI tool:

https://github.com/att-cloud/cookbook-
glance/blob/master/recipes/api.rb#L287

When this executes, the following occurs:

STDERR: Traceback (most recent call last):
  File "/usr/bin/glance", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2711, in 

parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: python-keystoneclient>=0.1.2,<0.2

As you can see, the system thinks that "/usr/bin/glance" is the CLI
tool, and attempts to load_entry_point(), which parses the requirements
file and attempts to install python-keystoneclient>=0.1.2,<0.2 and fails
to find such a package.

***However***, if immediately after the above chef-client fails, I run:

apt-get upgrade python-keystoneclient -y

the latest version of python-keystoneclient is downloaded from the UCA
PPA precise-updates/folsom and installs. I can then re-run chef-client
again and everything will be fine.

Somewhere the packaging for Glance is either mistakenly trying to
install python-keystoneclient (Folsom doesn't need it, AFAICT) or there
is some dependency weirdness happening.

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+subscriptions

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


[Bug 1089194] [NEW] Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-11 Thread Jay Pipes
Public bug reported:

We're having some issues using the Ubuntu Cloud Archive precise-
updates/folsom (and precise-proposed/folsom) PPA that are resulting in
our Chef recipes attempting to start /usr/bin/glance but running into
odd DistributionNotFound errors from load_entry_point:

http://paste.openstack.org/show/27868/

The Chef packages being installed are here:

https://github.com/att-cloud/cookbook-
glance/blob/master/attributes/default.rb#L84

I think perhaps there is something going on with perhaps some old
version of python-glance or python-glanceclient being installed or
dependent for one of the packages and that conflicting with the new
Glance client/CLI in python-glanceclient?

Really stumped.

** Affects: python-keystoneclient
 Importance: Undecided
 Status: New

** Affects: python-keystoneclient (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: python-keystoneclient (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+subscriptions

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


[Bug 1033493] Re: iscsiadm: No portal found. in the newest code after 2012.8.6

2012-09-11 Thread Jay Pipes
I also am seeing this issue -- kernel 3.2.0-30

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

Title:
  iscsiadm: No portal found. in the newest code after 2012.8.6

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

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



[Bug 1031396] Re: xattr and pysendfile dependencies broke Hyper-V integration

2012-07-31 Thread Jay Pipes
** Tags added: windows

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

Title:
  xattr and pysendfile dependencies broke Hyper-V integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1031396/+subscriptions

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


[Bug 1031396] Re: xattr and pysendfile dependencies broke Hyper-V integration

2012-07-31 Thread Jay Pipes
** Changed in: glance
 Assignee: (unassigned) => Jay Pipes (jaypipes)

** Changed in: glance
   Importance: Undecided => Medium

** Changed in: glance
   Status: New => Confirmed

** Description changed:

  xattr and pysendfile dependencies broke Hyper-V integration.
  
- Jay Pipes state that these packages are not mandatory, Monty Taylore
+ Jay Pipes state that these packages are not mandatory, Monty Taylor
  recommends that it should moved to test-requires.

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
   Status: New => Confirmed

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

Title:
  xattr and pysendfile dependencies broke Hyper-V integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1031396/+subscriptions

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


[Bug 1027719] Re: glance-client package has incorrect description

2012-07-23 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance
   Status: New => Invalid

** No longer affects: glance

** Changed in: glance (Ubuntu)
   Status: New => Confirmed

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

Title:
  glance-client package has incorrect description

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

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


[Bug 945027] Re: ubi-partman failed with exit code 141

2012-06-11 Thread Jay Pipes
Same problem, Xubuntu 12.04 install disk :(

Jun 12 01:15:29 xubuntu ubiquity[13667]: Device /dev/sda2 not found in 
os-prober output
Jun 12 01:15:29 xubuntu ubiquity[13667]: Traceback (most recent call last):
Jun 12 01:15:29 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/misc.py", line 203, in boot_device
Jun 12 01:15:29 xubuntu ubiquity[13667]: for part in p.partitions():
Jun 12 01:15:29 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/parted_server.py", line 206, in partitions
Jun 12 01:15:29 xubuntu ubiquity[13667]: self.open_dialog('PARTITIONS')
Jun 12 01:15:29 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/parted_server.py", line 135, in open_dialog
Jun 12 01:15:29 xubuntu ubiquity[13667]: self.outf = open(outfifo, 'r')
Jun 12 01:15:29 xubuntu ubiquity[13667]: IOError: [Errno 2] No such file or 
directory: '/var/lib/partman/outfifo'
Jun 12 01:15:29 xubuntu ubiquity[13667]: 
Jun 12 01:15:30 xubuntu ubiquity[13667]: Traceback (most recent call last):
Jun 12 01:15:30 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/misc.py", line 203, in boot_device
Jun 12 01:15:30 xubuntu ubiquity[13667]: for part in p.partitions():
Jun 12 01:15:30 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/parted_server.py", line 206, in partitions
Jun 12 01:15:30 xubuntu ubiquity[13667]: self.open_dialog('PARTITIONS')
Jun 12 01:15:30 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/parted_server.py", line 137, in open_dialog
Jun 12 01:15:30 xubuntu ubiquity[13667]: self.error_handler()
Jun 12 01:15:30 xubuntu ubiquity[13667]:   File 
"/usr/lib/ubiquity/ubiquity/parted_server.py", line 126, in error_handler
Jun 12 01:15:30 xubuntu ubiquity[13667]: raise 
PartedServerError(exception_type, message, options)
Jun 12 01:15:30 xubuntu ubiquity[13667]: PartedServerError: ('', '', [])

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

Title:
  ubi-partman failed with exit code 141

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

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


[Bug 998137] Re: Keystone user tenant membership not always removed

2012-05-22 Thread Jay Pipes
Rohit, bring this bug to the attention of the stable/essex branch
maintainers for Keystone (I believe they are Adam Gandelman -- who
reported this bug -- and Mark McLoughlin)

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

Title:
  Keystone user tenant membership not always removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/998137/+subscriptions

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


[Bug 965921] Re: gnome-shell most keyboard shortcuts not working

2012-05-16 Thread Jay Pipes
How can something as basic and simple as this fall through the QA
cracks? :(

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

Title:
  gnome-shell most keyboard shortcuts not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/965921/+subscriptions

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


[Bug 974613] Re: Glance database issues after upgrade : 1054, "Unknown column 'images.protected' in 'field list'"

2012-04-05 Thread Jay Pipes
If you run glance-manage db_sync, what happens?

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

Title:
  Glance database issues after upgrade :  1054, "Unknown column
  'images.protected' in 'field list'"

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/974613/+subscriptions

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


[Bug 932466] Re: glance db migrations deadlock against precise mysql server

2012-02-15 Thread Jay Pipes
** Changed in: glance
Milestone: None => essex-4

** Changed in: glance
   Importance: Undecided => Low

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

Title:
  glance db migrations deadlock against precise mysql server

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/932466/+subscriptions

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


[Bug 928383] Re: python-glance package contains stuff about API and registry

2012-02-07 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: glance

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

Title:
  python-glance package contains stuff about API and registry

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

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


[Bug 922417] Re: 5x files into /etc/glance missed from PPA install

2012-02-02 Thread Jay Pipes
** No longer affects: glance

** No longer affects: glance (Ubuntu)

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

Title:
  5x files into /etc/glance missed from PPA install

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ppa/+bug/922417/+subscriptions

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


[Bug 922417] Re: 5x files into /etc/glance missed from PPA install

2012-01-27 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  5x files into /etc/glance missed from PPA install

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/922417/+subscriptions

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


[Bug 779311] Re: Glance update for Ubuntu failing

2012-01-18 Thread Jay Pipes
** No longer affects: glance

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

Title:
  Glance update for Ubuntu failing

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

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


[Bug 906163] Re: Glance-common installation failing in Ubuntu with the new release

2012-01-18 Thread Jay Pipes
** No longer affects: glance

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

Title:
  Glance-common installation failing in Ubuntu with the new release

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

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


[Bug 901804] Re: split glance package into glance-api/glance-registry

2012-01-03 Thread Jay Pipes
** Changed in: glance
   Status: In Progress => Fix Released

** Changed in: glance
Milestone: None => essex-3

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

Title:
  split glance package into glance-api/glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/901804/+subscriptions

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


[Bug 901804] Re: split glance package into glance-api/glance-registry

2012-01-01 Thread Jay Pipes
Hi! What's the status of this?

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

Title:
  split glance package into glance-api/glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/901804/+subscriptions

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


[Bug 909941] Re: keystone package does not install correctly

2011-12-30 Thread Jay Pipes
** Project changed: openstack-ci => keystone

** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- keystone package does not install correctly
+ keystone package needs sqlalchemy-migrate dependency

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

Title:
  keystone package needs sqlalchemy-migrate dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/909941/+subscriptions

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


[Bug 906163] Re: Glance-common installation failing in Ubuntu with the new release

2011-12-27 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Glance-common installation failing in Ubuntu with the new release

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/906163/+subscriptions

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


[Bug 906937] Re: Error installing python-glance 2012.1~e2-0ubuntu2

2011-12-27 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Error installing python-glance 2012.1~e2-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/906937/+subscriptions

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


[Bug 861650] Re: Glance client packaging uses non-required dependencies

2011-12-15 Thread Jay Pipes
** Changed in: glance (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: glance
   Status: In Progress => Fix Committed

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

Title:
  Glance client packaging uses non-required dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/861650/+subscriptions

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


[Bug 901804] Re: split glance package into glance-api/glance-registry

2011-12-08 Thread Jay Pipes
++ thx for looking into this, Dan!

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  split glance package into glance-api/glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/901804/+subscriptions

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


[Bug 861650] Re: Glance client packaging uses non-required dependencies

2011-11-15 Thread Jay Pipes
https://review.openstack.org/1619

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
   Status: New => In Progress

** Changed in: glance (Ubuntu)
 Assignee: (unassigned) => Jay Pipes (jaypipes)

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

Title:
  Glance client packaging uses non-required dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/861650/+subscriptions

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


[Bug 887225] Re: python-crypto now dependency after 5e6fb33b22c

2011-11-08 Thread Jay Pipes
** Changed in: glance
 Assignee: (unassigned) => Thierry Carrez (ttx)

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

Title:
  python-crypto now dependency after 5e6fb33b22c

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/887225/+subscriptions

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


[Bug 884805] Re: httplib2 > 0.6.0 needed in packaging

2011-11-08 Thread Jay Pipes
** Changed in: glance (Ubuntu)
 Assignee: Jay Pipes (jaypipes) => (unassigned)

** Changed in: glance
 Assignee: Jay Pipes (jaypipes) => Thierry Carrez (ttx)

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

Title:
  httplib2 > 0.6.0 needed in packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/884805/+subscriptions

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


[Bug 857956] Re: apt pkg for glance in openstack-release 2011.3 has dependency problem

2011-11-07 Thread Jay Pipes
AFAICT, this has already been addressed in the debian control file...

** Changed in: glance
   Status: Confirmed => Fix Committed

** Changed in: glance (Ubuntu)
   Status: New => Fix Committed

** Changed in: glance
Milestone: essex-2 => essex-1

** Summary changed:

- apt pkg for glance in openstack-release 2011.3 has dependency problem
+ Control file needs python-httplib2 dependency

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

Title:
  Control file needs python-httplib2 dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/857956/+subscriptions

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


[Bug 884805] Re: httplib2 > 0.6.0 needed in packaging

2011-11-07 Thread Jay Pipes
** Changed in: glance
   Status: Triaged => In Progress

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

Title:
  httplib2 > 0.6.0 needed in packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/884805/+subscriptions

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


[Bug 887225] Re: python-crypto now dependency after 5e6fb33b22c

2011-11-07 Thread Jay Pipes
** Changed in: glance
   Status: Triaged => In Progress

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

Title:
  python-crypto now dependency after 5e6fb33b22c

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/887225/+subscriptions

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


[Bug 884805] Re: httplib2 > 0.6.0 needed in packaging

2011-11-07 Thread Jay Pipes
** Changed in: glance
 Assignee: Chuck Short (zulcss) => Jay Pipes (jaypipes)

** Changed in: glance (Ubuntu)
 Assignee: (unassigned) => Jay Pipes (jaypipes)

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

Title:
  httplib2 > 0.6.0 needed in packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/884805/+subscriptions

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


[Bug 887225] [NEW] python-crypto now dependency after 5e6fb33b22c

2011-11-07 Thread Jay Pipes
Public bug reported:

Python-crypto library now a dependency, needs added to deb control.

** Affects: glance
 Importance: Low
 Status: Triaged

** Affects: glance (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: packaging

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
   Status: New => Confirmed

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

Title:
  python-crypto now dependency after 5e6fb33b22c

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/887225/+subscriptions

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


[Bug 857956] Re: apt pkg for glance in openstack-release 2011.3 has dependency problem

2011-11-02 Thread Jay Pipes
** Changed in: glance
Milestone: essex-1 => essex-2

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

Title:
  apt pkg for glance in openstack-release 2011.3 has dependency problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/857956/+subscriptions

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


[Bug 884805] [NEW] httplib2 > 0.6.0 needed in packaging

2011-11-01 Thread Jay Pipes
Public bug reported:

Subject says it all.

** Affects: glance
 Importance: Low
 Assignee: Chuck Short (zulcss)
 Status: Triaged

** Affects: glance (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: packaging

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
   Status: New => Confirmed

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

Title:
  httplib2 > 0.6.0 needed in packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/884805/+subscriptions

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


[Bug 857631] Re: postinstall script for Oneiric has syntax error

2011-10-15 Thread Jay Pipes
Hey Chuck, not sure if you already addressed this, but if you could take
a look at it, that would be appreciated.

Thanks!
-jay

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance
   Status: New => Confirmed

** Changed in: glance
   Importance: Undecided => Low

** Changed in: glance
 Assignee: (unassigned) => Chuck Short (zulcss)

** Changed in: glance
Milestone: None => essex-1

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

Title:
  postinstall script for Oneiric has syntax error

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/857631/+subscriptions

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


[Bug 857956] Re: apt pkg for glance in openstack-release 2011.3 has dependency problem

2011-10-15 Thread Jay Pipes
Hey Chuck, would you mind looking into this one? Looks like the
packaging in Ubuntu for Glance needs to make sure httplib2 is
installed

Thanks!
-jay

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance
   Status: New => Confirmed

** Changed in: glance
   Importance: Undecided => Low

** Changed in: glance
 Assignee: (unassigned) => Chuck Short (zulcss)

** Changed in: glance
Milestone: None => essex-1

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

Title:
  apt pkg for glance in openstack-release 2011.3 has dependency problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/857956/+subscriptions

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


[Bug 849669] Re: api.log has incorrect permissions

2011-10-14 Thread Jay Pipes
** Changed in: glance
   Status: Triaged => Fix Released

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

Title:
  api.log has incorrect permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/849669/+subscriptions

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


[Bug 849669] Re: api.log has incorrect permissions

2011-10-13 Thread Jay Pipes
** Changed in: glance
   Status: New => Triaged

** Changed in: glance
   Importance: Undecided => Low

** Changed in: glance
Milestone: None => essex-1

** Changed in: glance
 Assignee: (unassigned) => Chuck Short (zulcss)

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

Title:
  api.log has incorrect permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/849669/+subscriptions

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


[Bug 845788] Re: update_image in glance.client doesn't add content-length so the swift backend can't chunk

2011-09-27 Thread Jay Pipes
Yep, Thierry noticed this this morning. Sorry about that :(

-jay

** Changed in: glance
   Status: Fix Released => Fix Committed

** Changed in: glance
Milestone: 2011.3 => essex-1

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

Title:
  update_image in glance.client doesn't add content-length so the swift
  backend can't chunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/845788/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-09-22 Thread Jay Pipes
Adam Gandelman, can you confirm if this bug is still a bug?

Thanks!
-jay

** Changed in: glance
   Status: Confirmed => Incomplete

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 779311] Re: Glance update for Ubuntu failing

2011-09-19 Thread Jay Pipes
** Changed in: glance
Milestone: 2011.3 => None

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

Title:
  Glance update for Ubuntu failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/779311/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-09-19 Thread Jay Pipes
** Changed in: glance
Milestone: 2011.3 => None

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


Re: [Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-09-15 Thread Jay Pipes
On Thu, Sep 15, 2011 at 6:30 PM, Kevin L. Mitchell
<814...@bugs.launchpad.net> wrote:
> I believe he was thinking that we should have a less opaque error
> message reported in the case of configuration format changes like this.

Yes, I agree. I was just suggesting we handle that in the fix that
separates paste from other config stuff...

-jay

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-09-15 Thread Jay Pipes
I don't either... I think we can probably close this one up and target
https://bugs.launchpad.net/glance/+bug/815208 for Essex 1 and discuss
the separation of paste deploy stuff from the other config stuff at the
design summit.

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-09-15 Thread Jay Pipes
** Changed in: glance
 Assignee: Jay Pipes (jaypipes) => (unassigned)

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 828719] Re: glance/common/config.py find_config_file() loads config files from "."

2011-09-02 Thread Jay Pipes
** Changed in: glance
Milestone: None => diablo-rbp

** Changed in: glance
   Importance: Undecided => Low

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

Title:
  glance/common/config.py find_config_file() loads config files from "."

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/828719/+subscriptions

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


[Bug 779311] Re: Glance update for Ubuntu failing

2011-08-25 Thread Jay Pipes
** Changed in: glance
Milestone: diablo-4 => diablo-rbp

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

Title:
  Glance update for Ubuntu failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/779311/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-08-25 Thread Jay Pipes
** Changed in: glance
Milestone: diablo-4 => diablo-rbp

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 829880] Re: object store doesn't like key with '/'

2011-08-25 Thread Jay Pipes
Gustavo: No, I don't think that is a priority. Swift has an S3-ish
wrapper for its own interface:

http://swift.openstack.org/misc.html#module-
swift.common.middleware.swift3

In addition, Glance supports S3 backends.

But I don't think it is on the roadmap to have an S3 replacement that
uses the S3 API.

Cheers,
jay

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

Title:
  object store doesn't like key with '/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ensemble/+bug/829880/+subscriptions

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


[Bug 829064] Re: glance/common/utils.py creates dangerous "execute" function that uses the shell to run commands without filtering meta characters

2011-08-24 Thread Jay Pipes
** Changed in: glance
   Status: In Progress => Fix Committed

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

Title:
  glance/common/utils.py creates dangerous "execute" function that uses
  the shell to run commands without filtering meta characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/829064/+subscriptions

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


[Bug 829064] Re: glance/common/utils.py creates dangerous "execute" function that uses the shell to run commands without filtering meta characters

2011-08-24 Thread Jay Pipes
** Changed in: glance
   Status: Triaged => In Progress

** Changed in: glance
Milestone: None => diablo-4

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

Title:
  glance/common/utils.py creates dangerous "execute" function that uses
  the shell to run commands without filtering meta characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/829064/+subscriptions

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


[Bug 801299] Re: [MIR]glance

2011-08-21 Thread Jay Pipes
re: "is the POSTed image data actually used? I can't find many
references to "image_data""

Not sure what you mean here. Glance passes storage of virtual disk
images off to one of several backends. It doesn't execute/boot the
virtual disk image; it merely stores it.

re: "should use SSL by default"

Not sure I agree with this... this is entirely dependent on the
deployment environment. If you turn on SSL by default, environments that
use Glance, say, behind a firewall, will unnecessarily turn on SSL.
Turning on SSL has implications for caching (neither Squid nor Varnish
can cache anything if HTTPS is used IIRC.

-jay

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

Title:
  [MIR]glance

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

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


[Bug 801299] Re: [MIR]glance

2011-08-21 Thread Jay Pipes
Hi Kees,

"glance/common/utils.py creates dangerous "execute""

That function isn't used anywhere in the Glance source code. It can be
removed; it was copies from early Nova source...

-jay

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

Title:
  [MIR]glance

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

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


[Bug 829064] Re: glance/common/utils.py creates dangerous "execute" function that uses the shell to run commands without filtering meta characters

2011-08-21 Thread Jay Pipes
glance.common.utils.execute is not used anywhere in the Glance code
base:

jpipes@serialcoder:~/repos/glance/glance$ ack-grep --ignore-dir=tests execute
registry/db/migrate_repo/versions/003_add_disk_format.py
99:image_records = conn.execute(sel).fetchall()
102:conn.execute(property_insert,
136:type_property_records = conn.execute(sel).fetchall()
140:conn.execute(upd)
143:conn.execute(dlt)

common/utils.py
99:execute("curl --fail %s -o %s" % (url, target))
102:def execute(cmd, process_input=None, addl_env=None, check_exit_code=True):

common/wsgi.py
98:executed. If it returns a response then that response will be 
returned


It can be removed.

-jay

** Changed in: glance
   Status: New => Triaged

** Changed in: glance
   Importance: Undecided => Low

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

Title:
  glance/common/utils.py creates dangerous "execute" function that uses
  the shell to run commands without filtering meta characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/829064/+subscriptions

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


[Bug 820047] Re: Installs top-level tests module

2011-08-02 Thread Jay Pipes
** Changed in: glance
   Status: New => In Progress

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

Title:
  Installs top-level tests module

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/820047/+subscriptions

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


[Bug 820047] Re: Installs top-level tests module

2011-08-02 Thread Jay Pipes
** Changed in: glance
   Importance: Undecided => High

** Changed in: glance
 Assignee: (unassigned) => Soren Hansen (soren)

** Changed in: glance
Milestone: None => diablo-4

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

Title:
  Installs top-level tests module

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/820047/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-07-28 Thread Jay Pipes
** Changed in: glance
Milestone: diablo-3 => diablo-4

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-07-26 Thread Jay Pipes
Some thoughts on solutions to this bug:

 jaypipes: I ran into that error as well, work around was of course 
adding the new context middleware
* dolphm has quit (Remote host closed the connection)
 clayg: yup... actually, dprince had suggested separating config 
files from paste.deploy to make things like this easier to upgrade properly... 
not sure I completely agree with that, though.
 but I wonder why not just if not hasattr(req, 'context'): req.context = 
DefaultAdminContext
 clayg: I added a blueprint to the openstack-ci project for this 
general problem... 
https://blueprints.launchpad.net/openstack-ci/+spec/glance-upgrade
 i don't know splitting your paste config from the app config, paste 
deploy .ini configs are pretty standard these days
 i don't really see it as an upgrade problem as much as a "required 
middleware" problem
 why should the app assume that something upstream added a non-standard 
attribute to the request?
 clayg: I gather you are suggesting the best way would to have not 
created required middleware :)
 I just mean the app could make a default decision if context attribute 
isn't there
 clayg: ya, I hear you.
 ok
 clayg: or even add it to wsgi.environ['context'] instead, making it 
environ.get('context')'able...
 clayg: which I think may have been how nova implemented it... 
anyways, point taken :)
 idk, namespacing problems apply either way, when you add an attribute 
to a request webob's just putting it in environ['addhoc-attrs']['attr_name']
 wsgi.environ['glance.context']
 :)
 is typical for that type of stuff
 creiht: ah, yes, thx
 I presonally always liked adding a attribute with the name of the app - 
which itself is a dict i.e. req.glance.get('context', default_context)

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-07-26 Thread Jay Pipes
** Changed in: glance
Milestone: None => diablo-3

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 771849] Re: Port not parsed correctly in Swift URI

2011-07-26 Thread Jay Pipes
** Changed in: glance (Ubuntu)
   Status: New => Invalid

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

Title:
  Port not parsed correctly in Swift URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/771849/+subscriptions

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


[Bug 814981] Re: glance-api fails on image delivery: AttributeError: context

2011-07-25 Thread Jay Pipes
Related: https://blueprints.launchpad.net/openstack-ci/+spec/glance-
upgrade

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

Title:
  glance-api fails on image delivery: AttributeError: context

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/814981/+subscriptions

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


[Bug 806527] Re: virtualenv 1.4.9 installed in 11.04 broken

2011-07-11 Thread Jay Pipes
Thanks for the info, Julian. I wasn't aware that easy_install installed
into /usr/local even when you sudo easy_install. Good to know!

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

Title:
  virtualenv 1.4.9 installed in 11.04 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/806527/+subscriptions

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


[Bug 806527] Re: virtualenv 1.4.9 installed in 11.04 broken

2011-07-11 Thread Jay Pipes
Hmm, ok. Can I ask *how* I might have installed something locally? I
don't remember doing anything other than sudo apt-get install... Other
than easy_install and apt-get, I don't install any other ways.

Thanks in advance,
jay

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

Title:
  virtualenv 1.4.9 installed in 11.04 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/806527/+subscriptions

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


[Bug 806527] Re: virtualenv 1.4.9 installed in 11.04 broken

2011-07-11 Thread Jay Pipes
Hi Julian,

As I noted above, I've done nothing out-of-the-ordinary. I installed
virtualenv using sudo apt-get install python-virtualenv. When I upgrade
to 11.04, things were broken. Uninstalling and re-installing via apt-get
failed to correct the issue. However, sudo easy_install virtualenv
worked just fine. I think that's a problem, don't you agree?

Best,
jay

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

Title:
  virtualenv 1.4.9 installed in 11.04 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/806527/+subscriptions

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


[Bug 774521] Re: xchat disappears when minisied to tray with unity running

2011-07-08 Thread Jay Pipes
The problem is that the system tray icon flashed a blue thing in it when
you were direct messaged or someone pinged your nick on a channel. Now
that notification is annoyingly gone...

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

Title:
  xchat disappears when minisied to tray with unity running

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

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


[Bug 806527] [NEW] virtualenv 1.4.9 installed in 11.04 broken

2011-07-06 Thread Jay Pipes
Public bug reported:

Hi!

Upgraded my Ubuntu from 10.10 to 11.04 last night, so also went from
Python 2.6 to Python 2.7. Afterwards, I can't use virtualenv at all.
Even doing virtualenv --version is broken:

jpipes@serialcoder:~/repos/glance/bug713154$ virtualenv --version
Traceback (most recent call last):
File "/usr/local/bin/virtualenv", line 5, in
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2675, in
parse_requirements(requires), Environment()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 552, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: virtualenv==1.4.8

Filed a bug over at virtualenv's GitHub Issues:
https://github.com/pypa/virtualenv/issues/148

Tried uninstalling and then reinstalling, but no luck:

jpipes@serialcoder:~/repos/glance/bug713154$ cat /usr/local/bin/virtualenv
#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'virtualenv==1.4.8','console_scripts','virtualenv'
__requires__ = 'virtualenv==1.4.8'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
sys.exit(
load_entry_point('virtualenv==1.4.8', 'console_scripts', 'virtualenv')()
)
jpipes@serialcoder:~/repos/glance/bug713154$ sudo apt-get remove 
python-virtualenv
[sudo] password for jpipes: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  python-pip
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  python-virtualenv
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 1,737 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 240617 files and directories currently installed.)
Removing python-virtualenv ...
Processing triggers for python-support ...
Processing triggers for man-db ...
jpipes@serialcoder:~/repos/glance/bug713154$ sudo apt-get install 
python-virtualenv
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  python-virtualenv
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,504 kB of archives.
After this operation, 1,737 kB of additional disk space will be used.
Selecting previously deselected package python-virtualenv.
(Reading database ... 240595 files and directories currently installed.)
Unpacking python-virtualenv (from .../python-virtualenv_1.4.9-3ubuntu1_all.deb) 
...
Processing triggers for man-db ...
Setting up python-virtualenv (1.4.9-3ubuntu1) ...
Processing triggers for python-support ...
jpipes@serialcoder:~/repos/glance/bug713154$ virtualenv --version
Traceback (most recent call last):
  File "/usr/local/bin/virtualenv", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2675, in 

parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 552, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: virtualenv==1.4.8

However, uninstalling the apt-get installed version (1.4.9) and
installing 1.6.1 via easy_install DOES work:

jpipes@serialcoder:~/repos/glance/bug713154$ sudo easy_install virtualenv
Searching for virtualenv
Reading http://pypi.python.org/simple/virtualenv/
Reading http://www.virtualenv.org
Reading http://virtualenv.openplans.org
Best match: virtualenv 1.6.1
Downloading 
http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.6.1.tar.gz#md5=1a475df2219457b6b4febb9fe595d915
Processing virtualenv-1.6.1.tar.gz
Running virtualenv-1.6.1/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-jiS4Nv/virtualenv-1.6.1/egg-dist-tmp-NISPdu
warning: no previously-included files matching '.' found under directory 
'docs/_templates'
Adding virtualenv 1.6.1 to easy-install.pth file
Installing virtualenv script to /usr/local/bin

Installed /usr/local/lib/python2.7/dist-packages/virtualenv-1.6.1-py2.7.egg
Processing dependencies for virtualenv
Finished processing dependencies for virtualenv
jpipes@serialcoder:~/repos/glance/bug713154$ virtualenv --version
1.6.1

** Affects: python-virtualenv (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  virtualenv 1.4.9 installed in 11.04 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/806527/+subscriptions

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


[Bug 799008] Re: glance creates zero-length images in local file store on Ubuntu oneiric

2011-06-26 Thread Jay Pipes
** Changed in: glance
   Status: Confirmed => Fix Committed

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

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

Title:
  glance creates zero-length images in local file store on Ubuntu
  oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/799008/+subscriptions

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


[Bug 799008] Re: glance creates zero-length images in local file store on Ubuntu oneiric

2011-06-20 Thread Jay Pipes
Hi Sergey!

This was really all my fault :( I mistakenly thought that 1.0.7 had the
fix for this in it, and I asked our packaging guys to make sure 1.0.7
was in our PPA. Doh! Anyway, I'll work with Soren to get 1.0.8 into our
PPA and hopefully that fixes things.

Thanks!
jay

** Changed in: python-webob (Ubuntu)
   Status: New => Confirmed

** Changed in: glance
 Assignee: (unassigned) => Soren Hansen (soren)

** Changed in: glance
Milestone: None => diablo-2

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

Title:
  glance creates zero-length images in local file store on Ubuntu
  oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/799008/+subscriptions

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


[Bug 799008] Re: glance creates zero-length images in local file store on Ubuntu oneiric

2011-06-20 Thread Jay Pipes
This is related to a bug in webob 1.0.7 that was recently added to our
PPA.

See https://bitbucket.org/ianb/webob/issue/12/fix-for-issue-6-broke-
chunked-transfer for more information. The fix is to downgrade to webob
0.9.8. We should be issuing a fixed webob version in our PPA shortly.

Thanks,
jay

** Changed in: glance
   Status: New => Confirmed

** Changed in: glance
   Importance: Undecided => High

** Changed in: glance (Ubuntu)
   Status: New => Confirmed

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

Title:
  glance creates zero-length images in local file store on Ubuntu
  oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/799008/+subscriptions

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


[Bug 705073] Re: Ubuntu packaging should create DB automatically

2011-01-20 Thread Jay Pipes
Soren, that sounds like a reasonable solution to me.

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

Title:
  Ubuntu packaging should create DB automatically

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


Re: [Bug 705073] Re: Ubuntu packaging should create DB automatically

2011-01-20 Thread Jay Pipes
I would assume that it would work the same way as any other package
that can be installed on multiple nodes:

* Install the database on the node as if the installation is only on this node
* Admin goes and edits the configuration file to point, say, the
database to a central location
* Admin restarts services

-jay

On Thu, Jan 20, 2011 at 2:56 PM, Todd Willey  wrote:
> I'm confused about how this would work for a multi-node setup.  Which
> package would create the database, and how would you be sure it wasn't
> installed on every node?  Would there be a debconf flag that would tell
> it to not install the database for some nodes?
>
> --
> You received this bug notification because you are a member of Nova Bug
> Team, which is subscribed to OpenStack Compute (nova).
> https://bugs.launchpad.net/bugs/705073
>
> Title:
>  Ubuntu packaging should create DB automatically
>

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

Title:
  Ubuntu packaging should create DB automatically

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

Re: [Bug 705073] [NEW] Ubuntu packaging should create DB automatically

2011-01-20 Thread Jay Pipes
On Thu, Jan 20, 2011 at 5:32 AM, Soren Hansen  wrote:
> 2011/1/19 Vish Ishaya :
>> I'm not sure if this is the right solution.  We currently require users
>> to create admin users manually and get images manually.  It isn't a huge
>> burden to have them initialize the database as well,
>
> Comments about slippery slopes aside, the difference here is that the
> daemons will fail to start and  respawn at a very high rate until the
> DB is created. I don't really see the danger in creating the database
> in the packaging on the initial install. Packages should generally
> come with a usable, safe default config and be enabled by default. The
> default config doesn't interfere with existing system services or the
> surrounding network.

As discussed with Vish yesterday on IRC, I share Soren's opinion on this
one.

-jay

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

Title:
  Ubuntu packaging should create DB automatically

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

[Bug 538541] Re: murrine_style_draw_box: assertion `height >= -1' failed

2010-03-16 Thread Jay Pipes
Hi again!

Unfortunately, I was having significant issues with my build tools
environment for Drizzle and had to back down to Karmic. :(  There was
nothing particularly unusual about my Lucid setup, though.  I was using
the same GVim that was in the Lucid repos.  Sorry I can't be more help!

-jay

-- 
murrine_style_draw_box: assertion `height >= -1' failed
https://bugs.launchpad.net/bugs/538541
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 538541] Re: murrine_style_draw_box: assertion `height >= -1' failed

2010-03-15 Thread Jay Pipes
Exactly the same, yes.

I was looking forward to getting rid of those warning messages with my
upgrade last night.  :( Unfortunately, those gravity messages were
replaced with the murrine_style_draw_box message.

-jay

** Changed in: vim (Ubuntu)
   Status: New => Confirmed

** Changed in: emacs23 (Ubuntu)
   Status: New => Confirmed

-- 
murrine_style_draw_box: assertion `height >= -1' failed
https://bugs.launchpad.net/bugs/538541
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 538541] Re: murrine_style_draw_box: assertion `height >= -1' failed

2010-03-15 Thread Jay Pipes
Also occurs with GVim.

Latest update seems to have fixed the "gravity" warnings, but now this
warning pops up... Grrr.

-jay

-- 
murrine_style_draw_box: assertion `height >= -1' failed
https://bugs.launchpad.net/bugs/538541
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


Re: [Bug 264124] Re: Trailing comma after enum definition list fails with pedantic warning

2008-09-23 Thread Jay Pipes
The failing test case is fixed by applying the patch and then running
the following utility from the GPB source code root directory:

bash generate_descriptor_proto.sh

Cheers!
Jay

Elliot Murphy wrote:
> This has a failing test in the PPA, so I need to update the patch.
> Doesn't look like I can unsubscribe ubuntu-universe-sponsors, so I'll
> just try to get an updated debdiff attached quickly.
>

-- 
Trailing comma after enum definition list fails with pedantic warning
https://bugs.launchpad.net/bugs/264124
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 264124] Re: Trailing comma after enum definition list fails with pedantic warning

2008-09-02 Thread Jay Pipes

** Attachment added: "cpp_enum.cc.patch"
   http://launchpadlibrarian.net/17248271/cpp_enum.cc.patch

** Also affects: drizzle
   Importance: Undecided
   Status: New

-- 
Trailing comma after enum definition list fails with pedantic warning
https://bugs.launchpad.net/bugs/264124
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 264124] [NEW] Trailing comma after enum definition list fails with pedantic warning

2008-09-02 Thread Jay Pipes
Public bug reported:

This is a known upstream issue (see
http://groups.google.com/group/protobuf/browse_thread/thread/2e7fffac6fa5c6c9/099acdd9ced1b004?hl=en).
protoc generates enum definitions that fail pedantic warnings for gcc.

Attached patch fixes issue.  Patch will be included in 2.0.1beta
version, to be released shortly.

Apply patch and then run:

bash ./generate_descriptor_proto.sh

in order to generate an updated descriptor.pb.h file so that make check
will pass all tests.

Cheers,

Jay

** Affects: drizzle
 Importance: Undecided
 Status: New

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

-- 
Trailing comma after enum definition list fails with pedantic warning
https://bugs.launchpad.net/bugs/264124
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 130181] Re: mcrypt hanging during encryption process

2008-04-03 Thread Jay Pipes
FYI, I've found that using PEAR's Crypt_Blowfish class is a viable
workaround.  Haven't investigated what the differences are between that
class and calling mcrypt_ directly, but it fixes the issues...

-- 
mcrypt hanging during encryption process 
https://bugs.launchpad.net/bugs/130181
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 130181] Re: mcrypt hanging during encryption process

2008-03-10 Thread Jay Pipes
Hi!  We use mcrypt and php on Ubuntu 7.10 server for our MySQL Forge
(forge1.mysql.com is a staging domain).  We've noticed this same bug as
well, and it cripples the website when it strikes.  I notice that about
1 out of every ten invocations of the mcrypt library will hang and the
Apache process gets zombied.  Here is a test page I've been using.  On
my localhost, everything works well.  On the production server, about
one in every 10 page requests seems to hang:

http://forge1.mysql.com/tests/test_crypto.php

The code is almost identical as the original poster's code, but wrapped
in a class...  if someone could advise on specific tests or output I
could provide, I would be happy to do so, but I'm currently drawing a
blank as to how to track down the source of this issue...

Thanks much!

Jay

-- 
mcrypt hanging during encryption process 
https://bugs.launchpad.net/bugs/130181
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 163236] Re: intel wireless ipw3945 randomly disconnects

2007-12-11 Thread Jay Pipes
I get the same errors, intermittently, which can cause a complete or
partial system freeze.  At this point, things are pretty frustrating as
I have no idea how to reproduce consistently the behaviour.  It happens
about once an hour or so.

Here is the message that pops up in syslog:

[10475.112000] ipw3945: Error sending DAEMON: Already sending a
synchronous daemon command

Once I get the message, there is nothing I can do except reboot. :(

-- 
intel wireless ipw3945 randomly disconnects
https://bugs.launchpad.net/bugs/163236
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 54779] Re: Keyring password

2006-09-24 Thread Jay Pipes
Hi!

Having similar issues.  Edgy, Knot 3.  Evolution asks for keyring
password when initially opening up.  Also having same issues that every
time I send/receive mail (POP3 _or_ IMAP) I get a dialog asking to enter
my password, even though I check save my password.

Really frustrating.  Would be cool if someone could post an easy
workaround, or update on the status of the fix.

Cheers, and other than this, Edgy rocks!

Jay

-- 
Keyring password
https://launchpad.net/bugs/54779

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