Show Posts
|
|
Pages: [1]
|
|
2
|
Assistance / Pardus for beginners / Re: Pisi missing
|
on: April 23, 2010, 00:29:05 AM
|
Try sudo pisi it --reinstall pisi in order to try to repair pisi. Tried that, heres the message I got: blake@vaio-pardus ~ $ sudo pisi it --reinstall pisi Password: System Error. Program Terminated. (2, 'No such file or directory') Please use 'pisi help' for general help. Use --debug to see a traceback.
|
|
|
|
|
3
|
Assistance / Pardus for beginners / Re: Pisi missing
|
on: April 22, 2010, 23:27:40 PM
|
|
The output of those commands is:
blake@vaio-pardus ~ $ sudo pisi up -y Updating repositories * Updating repository: pardus-2009.1 pisi-index.xml.bz2.sha1sum (40.0 B)100% 591.48 KB/s [00:00:00] [complete] pardus-2009.1 repository information is up-to-date. * Updating repository: contrib-2009 pisi-index.xml.bz2.sha1sum (40.0 B)100% 709.26 KB/s [00:00:00] [complete] contrib-2009 repository information is up-to-date. System Error. Program Terminated. (2, 'No such file or directory') Please use 'pisi help' for general help. Use --debug to see a traceback. blake@vaio-pardus ~ $ pisi info nasm System Error. Program Terminated. (2, 'No such file or directory') Please use 'pisi help' for general help. Use --debug to see a traceback. blake@vaio-pardus ~ $ pisi info package-manager System Error. Program Terminated. (2, 'No such file or directory') Please use 'pisi help' for general help. Use --debug to see a traceback. With the debug for pisi info nasm:
blake@vaio-pardus ~ $ pisi --debug info nasm System Error. Program Terminated. <type 'exceptions.OSError'>: (2, 'No such file or directory') Please use 'pisi help' for general help. Traceback: File "/usr/bin/pisi", line 80, in <module> cli.run_command() File "/usr/lib/pardus/pisi/cli/pisicli.py", line 141, in run_command self.command.run() File "/usr/lib/pardus/pisi/cli/info.py", line 93, in run self.info_package(arg) File "/usr/lib/pardus/pisi/cli/info.py", line 109, in info_package self.installdb_info(arg) File "/usr/lib/pardus/pisi/cli/info.py", line 152, in installdb_info if self.installdb.has_package(package): File "/usr/lib/pardus/pisi/db/installdb.py", line 105, in has_package return self.installed_db.has_key(package) File "/usr/lib/pardus/pisi/db/lazydb.py", line 96, in __getattr__ self.__init() File "/usr/lib/pardus/pisi/db/lazydb.py", line 91, in __init self.init() File "/usr/lib/pardus/pisi/db/installdb.py", line 72, in init self.rev_deps_db = self.__generate_revdeps() File "/usr/lib/pardus/pisi/db/installdb.py", line 98, in __generate_revdeps self.__add_to_revdeps(package, revdeps) File "/usr/lib/pardus/pisi/db/installdb.py", line 85, in __add_to_revdeps meta_doc = piksemel.parse(metadata_xml)
|
|
|
|
|
5
|
Assistance / Pardus for beginners / Re: Pisi missing
|
on: April 22, 2010, 14:50:38 PM
|
I re-added the 2009 contrib like you said. Still no package-manager and I'm still getting the "No Such file or Directory" when using the pisi CLI. 
|
|
|
|
|
7
|
Assistance / Pardus for beginners / Pisi missing [Solved]
|
on: April 21, 2010, 17:22:02 PM
|
|
Greetings,
I recently installed Pardus on my laptop. I was using pisi quite frequently (comming from Ubuntu and Debian I found it easy to use) the problem I ran into though is when I added the 2008-contrib repository pisi stopped working. The package-manager also stopped working completely. Whenever I try and run something on pisi (ex. sudo pisi it nasm) i get an error saying "Error Program Terminated, File not found". I find that strange because I can still run other pisi commands (rr, ur, rdb, etc.). I removed the contrib-2008 repository and rebuilt the database (rdb) and updated the repository. But whenever I attempt to install/view installed packages I get that File not found error. I'm not sure if there is a way to re-install pisi as I am having trouble finding the code for it. Can somebody tell me whats going on?
|
|
|
|
|
|