[Bug 516032] Re: add-apt-repository doesn't work behind a proxy

2010-11-29 Thread Girish L C
Yes, It worked for me, After the second from the above step still I was getting 
an error.
But as per Korny suggestion; it worked for me Thank you Korny. 

  $ sudo bash
  # export https_proxy=http://www.example.com:8000/
  # add-apt-repository ppa:whatever

-- 
add-apt-repository doesn't  work behind a proxy
https://bugs.launchpad.net/bugs/516032
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 666314] [NEW] sqlalchemy.exc.IntegrityError: (IntegrityError)

2010-10-25 Thread Girish L C
Public bug reported:

While running below command got this error.

$ sudo nova-manage project create girish girish
/usr/lib/pymodules/python2.6/nova/db/sqlalchemy/api.py:42: DeprecationWarning: 
Use of empty request context is deprecated
  DeprecationWarning)
Traceback (most recent call last):
  File /usr/bin/nova-manage, line 457, in module
main()
  File /usr/bin/nova-manage, line 449, in main
fn(*argv)
  File /usr/bin/nova-manage, line 297, in create
self.manager.create_project(name, project_manager, description)
  File /usr/lib/pymodules/python2.6/nova/auth/manager.py, line 484, in 
create_project
member_users)
  File /usr/lib/pymodules/python2.6/nova/auth/dbdriver.py, line 129, in 
create_project
project = db.project_create({}, values)
  File /usr/lib/pymodules/python2.6/nova/db/api.py, line 645, in 
project_create
return IMPL.project_create(context, values)
  File /usr/lib/pymodules/python2.6/nova/db/sqlalchemy/api.py, line 1351, in 
project_create
project_ref.save()
  File /usr/lib/pymodules/python2.6/nova/db/sqlalchemy/models.py, line 66, in 
save
session.flush()
  File /usr/lib/python2.6/dist-packages/sqlalchemy/orm/session.py, line 1346, 
in flush
self._flush(objects)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/orm/session.py, line 1427, 
in _flush
flush_context.execute()
  File /usr/lib/python2.6/dist-packages/sqlalchemy/orm/unitofwork.py, line 
299, in execute
rec.execute(self)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/orm/unitofwork.py, line 
443, in execute
uow
  File /usr/lib/python2.6/dist-packages/sqlalchemy/orm/mapper.py, line 1833, 
in _save_obj
execute(statement, params)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/base.py, line 1157, 
in execute
params)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/base.py, line 1237, 
in _execute_clauseelement
return self.__execute_context(context)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/base.py, line 1268, 
in __execute_context
context.parameters[0], context=context)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/base.py, line 1367, 
in _cursor_execute
context)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/base.py, line 1360, 
in _cursor_execute
context)
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/default.py, line 
288, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.IntegrityError: (IntegrityError) column id is not unique 
u'INSERT INTO projects (created_at, updated_at, deleted_at, deleted, id, name, 
description, project_manager) VALUES (?, ?, ?, ?, ?, ?, ?, ?)' ('2010-10-25 
23:56:30.549002', None, None, False, 'soren', 'soren', 'soren', u'soren')

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

-- 
sqlalchemy.exc.IntegrityError: (IntegrityError)
https://bugs.launchpad.net/bugs/666314
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 666314] Re: sqlalchemy.exc.IntegrityError: (IntegrityError)

2010-10-25 Thread Girish L C
 sudo /etc/init.d/nova-api start
 sudo /etc/init.d/nova-objectstore start

After installation need to start above two appln, then restart and I
changed the user admin name then it worked fine :)

-Thanks
Girish.L.C

-- 
sqlalchemy.exc.IntegrityError: (IntegrityError)
https://bugs.launchpad.net/bugs/666314
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