[Bug 539477] Re: Video out hot key sends super + p + return on many upcoming Dell HP systems

2010-05-04 Thread jfding
HP Mini210 netbook has the same issue. 
acpi_osi=!Windows 2009 works for me.

-- 
Video out hot key sends super + p + return on many upcoming Dell  HP systems
https://bugs.launchpad.net/bugs/539477
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 375852] Re: sqllite doesn't support tables with names such as release or savepoint

2009-05-26 Thread jfding
Good news, now I can use and yum and mic2 of moblin now.
I have tried several versions of libsqlite3, and found the followings can work:
 older version 3.5.9-3 from Intrepid
 latest version from sqlite.org 3.6.14-1
but the proposed one in current Jaunty repo, 3.6.10-1 still cannot work in my 
box.
It's strange, I hope in next upgrade of sqlite3, this problem can be skipped.

-- 
sqllite doesn't support tables with names such as release or savepoint
https://bugs.launchpad.net/bugs/375852
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 375852] Re: sqllite doesn't support tables with names such as release or savepoint

2009-05-21 Thread jfding
Minier, but my origin bug is yum cannot work. And with the updating of 
sqlite3 things, yum still cannot work.
The error message I pasted here is just the output of yum, to show the 
appearance of yum failures.
Now this bug has been changed to sqlite3 category with fixing, but the origin 
problem I want to resolve is still there:)
If I need to file a new bug, it will be the same as my first one.

-- 
sqllite doesn't support tables with names such as release or savepoint
https://bugs.launchpad.net/bugs/375852
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 375852] Re: sqllite doesn't support tables with names such as release or savepoint

2009-05-20 Thread jfding
Great work and sorry for my absence (too busy recently).

I noticed this bug has been transfered to sqlite3, but I am very doubt the fix 
can resolve the problem of yum.
I have tried yum with all latest updates, it still cannot work.

An interesting thing I noticed: in Ubuntu (including Intrepid and Jaunty), yum 
depends on the two pkgs:
 1 python-sqlite  
 2 python-sqlitecache
 1 is for sqlite2, and 2 for sqlite3 !
The root cause of the compatibility?

-- 
sqllite doesn't support tables with names such as release or savepoint
https://bugs.launchpad.net/bugs/375852
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 375852] [NEW] Cannot work with actual yum repo

2009-05-13 Thread jfding
Public bug reported:

Binary package hint: yum

yum(3.2.21, the latest) can be installed and can even run. But after I add 
actual repos to its config, and run yum to cache them, it will encounter some 
fatal error and quit.
e.g.:
Traceback (most recent call last):
  File /usr/bin/yum, line 29, in module
yummain.user_main(sys.argv[1:], exit_code=True)
  File /usr/share/yum-cli/yummain.py, line 229, in user_main
errcode = main(args)
  File /usr/share/yum-cli/yummain.py, line 104, in main
result, resultmsgs = base.doCommands()
  File /usr/share/yum-cli/cli.py, line 343, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, 
self.extcmds)
  File /usr/share/yum-cli/yumcommands.py, line 758, in doCommand
base.repos.populateSack()
  File /var/lib/python-support/python2.6/yum/repos.py, line 251, in 
populateSack
sack.populate(repo, mdtype, callback, cacheonly)
  File /var/lib/python-support/python2.6/yum/yumRepo.py, line 184, in populate
dobj = repo_cache_function(xml, csum)
  File /var/lib/python-support/python2.6/sqlitecachec.py, line 42, in 
getPrimary
self.repoid))
TypeError: Can not create packages table: near release: syntax error

or with other repos, 'yum makecache' can work, but when run other yum commands, 
it will show:
Error: malformed database schema (removals) - no such table: main.packages

I have traced this problem myself, and found it's compatibility problem
of yum, python's sqlite module, sqlite, etc.

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

-- 
Cannot work with actual yum repo
https://bugs.launchpad.net/bugs/375852
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