Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xenoky

Pages: [1]
1
Installation issues / Re: Ubuntu + LinuxMCE on a virtual machine
« on: March 28, 2007, 07:51:59 pm »
in vmware graphic chip is software emulated so you can't get good video performance.

2
Installation issues / Re: Ubuntu + LinuxMCE on a virtual machine
« on: March 28, 2007, 01:41:39 pm »
  Are VMWare images shareable and crossplatform?
i am quite sure they are. The virtual hardware seen by the virtual machine is the one who vmware virtualize (which is the same for every platform)

Unfortunetly i thought the virtual machine fits on a dvd... But 13 Gb is too much for sharing

3
Installation issues / Ubuntu + LinuxMCE on a virtual machine
« on: March 27, 2007, 11:51:57 pm »
I see in this forum that someone have succesfully installed ubuntu + linux mce on a virtualized machine with vmware.
Sharing that virtual machine could be a good idea, for easily testing the product.
Hope someone make a torrent...

thank you
bye

4
Installation issues / Re: Fails to fetch Packages.gz
« on: March 27, 2007, 02:01:10 pm »
i tried with the older sources.list and nothing happens, i think the "hack installer" abort before getting the header...

Probably i have to wait the "deb http://linuxmce.com/ubuntu ./" source come back to work... :(

thanks for your help

5
Installation issues / Re: Fails to fetch Packages.gz
« on: March 27, 2007, 01:38:17 pm »
i've tried with this source.list:

Code: [Select]
# Pluto sources - start
deb file:/usr/pluto/deb-cache/ ./
deb http://archive.ubuntu.com/ubuntu edgy main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu edgy-security main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted multiverse universe
#deb http://linuxmce.com/ubuntu ./
#deb http://10.0.0.82/ ./
# Pluto sources - end

cause my original source.list was erased by the installer the first time, now i try to restore the "before trying to install linuxmce source.list" with the line "deb file:/usr/pluto/deb-cache/ ./" added to the end.

with the commented line in the the installer mce-installer-core.sh the sources.list remains unaltered

6
Installation issues / Re: Fails to fetch Packages.gz
« on: March 27, 2007, 12:36:26 pm »
thank you for helping, but i can't perform the installation yet:

1) i typed:
Code: [Select]
sudo pico /usr/share/mce-installer/mce-installer.shand i have commented line #25
2) i run the installer on the desktop but nothing happen.
typing
Code: [Select]
sudo gksu /usr/share/mce-installer/mce-installer.sh
and nothing happen, the /tmp dir doesn't contain any /tmp/selfextract.XXXX

to get the archive i've tried to execute the command in the script in the shell so i typed
Code: [Select]
SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' /usr/share/mce-installer/mce-installer.sh`
tail -n +$SKIP /usr/share/mce-installer/mce-installer.sh | tar xz -C /tmp/mce-installer/
and i get the sh installer script in /tmp/mce-installer

after doing the point 4,5,6,7 i run the ./mce-installer
i select my option from the windows but after step five there is an error:
Code: [Select]
casatta@casatta-desktop:/tmp/mce-installer$ ./mce-installer
Step1D
Read: 1 --
Read: eth0|eth0:0 --
Read: 192.168.1.51|255.255.255.0|192.168.1.1|195.130.224.18|195.130.224.18|0|1 --
Step2A
Step0A
Step3
Step4
Step5
Segmentation fault (core dumped)

where am i wrong?

7
Installation issues / Re: Fails to fetch Packages.gz
« on: March 27, 2007, 02:32:57 am »
i have the same error.
Could you please explain how can you
"ack the installer so it didn't overwrite /etc/apt/sources.list"
ant how to "add the deb-cache directory"

Pages: [1]