64bit template create errors [message #31531] |
Thu, 03 July 2008 07:59 |
imknight
Messages: 15 Registered: January 2008
|
Junior Member |
|
|
Not sure if this is a bug or an issue with something else.
I used the setx64 guide/script to do the installation and have gone through manually to confirm that all changes were made.
However on the use of "vzpkgcache -f XXX" i get the following errors when it gets to the install stage:
Running Transaction
Installing: libgcc ####################### [ 1/71]
could not open ts_done file: [Errno 2] No such file or directory: '/vz/root/100001/var/lib/yum/transaction-done.2008-07-03.09: 54.47'
Installing: setup ####################### [ 2/71]
could not open ts_done file: [Errno 2] No such file or directory: '/vz/root/100001/var/lib/yum/transaction-done.2008-07-03.09: 54.47'
Installing: filesystem ####################### [ 3/71]
could not open ts_done file: [Errno 2] No such file or directory: '/vz/root/100001/var/lib/yum/transaction-done.2008-07-03.09: 54.47'
etc etc etc
I found that adding:
mkdir -p $VE_ROOT/var/lib/yum/ || abort "Cant create /var/lib/yum"
after line 153 seemed to do ths trick to fix this.
Dont know if this is normal or not - didnt happen on other 64bit machines that i have set this up on - so maybe a recent change in something else? (or i broke something somewhere else!)
|
|
|