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 - lucasvo

Pages: [1]
1
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 16, 2007, 09:06:25 pm »
zagnoni, could you please give me a quick how2?

2
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 16, 2007, 07:44:21 pm »
Ok, I'll try to change the dependencies of the packages. I just have to figure out how to do it. thanks

3
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 15, 2007, 05:22:13 pm »
Yes, changing without backup is not a very good thing to do.

Did anyone succeed in installing it on feisty?

4
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 15, 2007, 03:40:12 pm »
Well, the problem is, that the linux mce packages require specific versions of the packages from ubuntu main. So it only works with edgy. too bad. I don't really want to downgrade.

 I wonder when it will be fixed.

5
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 15, 2007, 01:18:50 pm »
I've resolved creating liboobs-1.so.2 -> liboobs-1.so.3 softlink.
Code: [Select]
cd /usr/lib
ln -s liboobs-1.so.3 liboobs-1.so.2


I did the same, however, the installation still failed because of dependency  problems:

Code: [Select]

The following packages have unmet dependencies:
  pluto-dcerouter: Depends: pluto-confirm-dependencies (>= 1.0) but it is not going to be installed
                   Depends: pluto-confirm-dependencies (< 1.1) but it is not going to be installed
                   Depends: pluto-createdevice (>= 1.0) but it is not going to be installed
                   Depends: pluto-createdevice (< 1.1) but it is not going to be installed
                   Depends: pluto-install-scripts (>= 1.0) but it is not going to be installed
                   Depends: pluto-install-scripts (< 1.1) but it is not going to be installed
                   Depends: pluto-local-database (>= 1.0) but it is not going to be installed
                   Depends: pluto-local-database (< 1.1) but it is not going to be installed
                   Depends: pluto-orbitergen (>= 1.0) but it is not going to be installed
                   Depends: pluto-orbitergen (< 1.1) but it is not going to be installed
                   Depends: pluto-std-plugins (>= 1.0) but it is not going to be installed
                   Depends: pluto-std-plugins (< 1.1) but it is not going to be installed
                   Depends: pluto-system-database (>= 1.0) but it is not going to be installed
                   Depends: pluto-system-database (< 1.1) but it is not going to be installed
                   Depends: pluto-website-admin (>= 1.0) but it is not going to be installed
                   Depends: pluto-website-admin (< 1.1) but it is not going to be installed
                   Depends: pluto-boot-scripts (>= 1.0) but it is not going to be installed
                   Depends: pluto-boot-scripts (< 1.1) but it is not going to be installed
                   Depends: mce-diskless-tools (>= 1.0) but it is not going to be installed
                   Depends: mce-diskless-tools (< 1.1) but it is not going to be installed
                   PreDepends: ssh
                   PreDepends: vim but it is not going to be installed
                   PreDepends: samba but it is not going to be installed
                   PreDepends: bind9 but it is not going to be installed
EDIT: I tried to install samba:
Code: [Select]
lucasvo@lama:~$ sudo apt-get install samba
Password:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  samba: Depends: samba-common (= 3.0.22-1ubuntu4.1) but 3.0.24-2ubuntu1 is to be installed
E: Broken packages



6
Installation issues / Re: Installscript broken? Gzip error
« on: April 15, 2007, 12:54:18 pm »
Thanks! It worked. I'm currently running the installer.

7
Installation issues / Re: Installscript broken? Gzip error
« on: April 15, 2007, 11:49:01 am »
feisty fawn. But I don't thin that this error only occurs on feisty fawn.

8
Installation issues / Installscript broken? Gzip error
« on: April 15, 2007, 12:06:41 am »
Hi,

I have followed the procedures described in the wiki. (dowloaded the mce cd, installed the installer package) but when I tried to run the installer no window appeared, it ended immediatly.

I looked at the installer script and modified it so that it gives me more output. The result was the following:
Code: [Select]
root@lama:/root/# /usr/share/mce-installer/mce-installer.sh

Linux MCE Installer Starting ... please wait


gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./mce-installer: error while loading shared libraries: liboobs-1.so.2: cannot open shared object file: No such file or directory

Here are my modifications:

Code: [Select]
$ cat /usr/share/mce-installer/mce-installer.sh
#!/bin/bash

#exec &>/dev/null </dev/null
export DISPLAY=:0
echo ""
echo "Linux MCE Installer Starting ... please wait"
echo ""
...

Thanks for your help!

Pages: [1]