2009/8/21 Sebastian Krzyszkowiak <[email protected]>: > On 8/21/09, Risto H. Kurppa <[email protected]> wrote: >> On Fri, Aug 21, 2009 at 7:01 PM, David Reyes Samblas >> Martinez<[email protected]> wrote: >>> 2009/8/21 Risto H. Kurppa <[email protected]>: >>>> I had a closer look at apt-portal at https://launchpad.net/apt-portal >>> <snip> >>> Tried to istall on Ubuntu 8.10 machine with this instructuions[1] but >>> fails on running the scripts >>> Seems to need Jaunty to work out of the box, I will try to install >>> Jaunt in some some partition and try again >>> >>> Risto, Yes seems a good start, I will also take a look at the >>> internals to see how dificult will be to adapt to bb files or opkg >>> repos >>> >>> [1]http://wiki.getdeb.net/apt-portal/Download >> >> >> David: wow nice. Action - I like it!! >> >> r > > I like it too. opkg repositiories format is similar to apt ones, so it > shouldn't be hard. And when someone will setup it, i'll look on > integrating it with SHR Installer :) > > -- > Sebastian Krzyszkowiak > dos Partial success, after installing Jaunty, the import proccess apt2db goes ok and I have the example repo in a sqlite but the web server doesn't boot up here is the error log mut...@iluvatar:~/apt-portal$ ./apt-portal.py playdeb /var/lib/python-support/python2.6/sqlalchemy/util.py:7: DeprecationWarning: the sets module is deprecated import inspect, itertools, new, operator, sets, sys, warnings, weakref Traceback (most recent call last): File "./apt-portal.py", line 274, in <module> cherrypy.quickstart(cherrypy.root, '/', config=conf) File "/var/lib/python-support/python2.6/cherrypy/__init__.py", line 248, in quickstart engine.start() File "/var/lib/python-support/python2.6/cherrypy/process/wspbus.py", line 184, in start self.publish('start') File "/var/lib/python-support/python2.6/cherrypy/process/wspbus.py", line 147, in publish output.append(listener(*args, **kwargs)) File "/var/lib/python-support/python2.6/cherrypy/_cpserver.py", line 90, in start ServerAdapter.start(self) File "/var/lib/python-support/python2.6/cherrypy/process/servers.py", line 60, in start self.wait() File "/var/lib/python-support/python2.6/cherrypy/process/servers.py", line 95, in wait raise self.interrupt thread.error: can't start new thread Exception in thread HTTPServer Thread-2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 477, in run self.__target(*self.__args, **self.__kwargs) File "/var/lib/python-support/python2.6/cherrypy/process/servers.py", line 73, in _start_http_thread self.httpserver.start() File "/var/lib/python-support/python2.6/cherrypy/wsgiserver/__init__.py", line 1603, in start self.requests.start() File "/var/lib/python-support/python2.6/cherrypy/wsgiserver/__init__.py", line 1300, in start worker.start() File "/usr/lib/python2.6/threading.py", line 471, in start _start_new_thread(self.__bootstrap, ()) error: can't start new thread
After some googling I don't find anything about this error, I will try to dedicate some more time to solve this and if not success maybe I will do my own php frontend based on the imported table. > > _______________________________________________ > Openmoko community mailing list > [email protected] > http://lists.openmoko.org/mailman/listinfo/community > -- David Reyes Samblas Martinez http://www.tuxbrain.com Open ultraportable & embedded solutions Openmoko, Openpandora, Arduino Hey, watch out!!! There's a linux in your pocket!!! _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

