WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problem : Debian xen package removal & installation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem : Debian xen package removal & installation
From: joonseong ahn <joonseongahn@xxxxxxxxx>
Date: Mon, 16 Oct 2006 07:33:03 -0700 (PDT)
Delivery-date: Mon, 16 Oct 2006 07:33:59 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gBbHVKCmNnKQ4mTghTKpGD3UgmOTxoA9IhPQ8vDDj0+XyKtiIwB91IvWJ/vWIvnf1vqwKGcmBKzz8OmDBLF6kgk3V16/tuO99t2G+uiD/5SUkWlUeYz6vAAw7yjQe4tr19Zj5vGwFx3LWWI9/ipaBraXA8A1uCHDaadiA02S1Jw= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

I'm working on Xen 3.0.2 installation upon Debian
4.1.1-13(kernel 2.6.17.13)

Although I spent 2 days to set up Xen 3.0.2, it is
failed to install Xen 3.0.2 with several installation
manuals which I got from google.

I think several trials of Xen installation made my
debian system dependancy broken, so when I tried to
remove xen-utils package from Debian, it made some
errors as described below. 

Could you guys give a solution for this situation ?

Furthermore I'd like to get a correct installation
manual(include initrd file) upon Debian etch
4.1.1-13(kernel 2.6.17.13)

If possible, it'll be very helpful to me.

Please let me know as soon as possible.

Thank you.

Joon

ja2319@cluster06:~$ sudo apt-get --purge remove
xen-utils*
Password:
Reading package lists... Done
Building dependency tree... Done
Note, selecting xen-utils for regex 'xen-utils*'
Note, selecting xen-utils-3.0 for regex 'xen-utils*'
Note, selecting xen-utils-3.0-unstable-1 for regex
'xen-utils*'
Note, selecting xen-utils-common for regex
'xen-utils*'
Note, selecting xen-utils-3.0.2-1 for regex
'xen-utils*'
The following packages will be REMOVED:
  xen-utils-3.0-unstable-1* xen-utils-3.0.2-1*
0 upgraded, 0 newly installed, 2 to remove and 0 not
upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 3011kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 114067 files and directories
currently installed.)
Removing xen-utils-3.0-unstable-1 ...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1325, in ?
    main()
  File "/usr/bin/pycentral", line 1319, in main
    rv = action.run(global_options)
  File "/usr/bin/pycentral", line 922, in run
    pkg.remove(runtimes, remove_script_files=True)
  File "/usr/bin/pycentral", line 682, in remove
   
default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute
'remove_byte_code'
dpkg: error processing xen-utils-3.0-unstable-1
(--purge):
 subprocess pre-removal script returned error exit
status 1
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1325, in ?
    main()
  File "/usr/bin/pycentral", line 1319, in main
    rv = action.run(global_options)
  File "/usr/bin/pycentral", line 865, in run
    self.options.exclude, byte_compile_default=True)
  File "/usr/bin/pycentral", line 657, in install
   
self.default_runtime.byte_compile(self.private_files,
AttributeError: 'NoneType' object has no attribute
'byte_compile'
dpkg: error while cleaning up:
 subprocess post-installation script returned error
exit status 1
Removing xen-utils-3.0.2-1 ...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1325, in ?
    main()
  File "/usr/bin/pycentral", line 1319, in main
    rv = action.run(global_options)
  File "/usr/bin/pycentral", line 922, in run
    pkg.remove(runtimes, remove_script_files=True)
  File "/usr/bin/pycentral", line 682, in remove
   
default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute
'remove_byte_code'
dpkg: error processing xen-utils-3.0.2-1 (--purge):
 subprocess pre-removal script returned error exit
status 1
Errors were encountered while processing:
 xen-utils-3.0-unstable-1
 xen-utils-3.0.2-1
E: Sub-process /usr/bin/dpkg returned an error code
(1)

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem : Debian xen package removal & installation, joonseong ahn <=