Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Bastian Triller
the install script cannot setup the loop block device. What is the output of # sudo modprobe loop # grep loop /proc/devices # ls -l /dev/loop* On Mon, 2014-05-12 at 11:22 +0200, Thomas Grass (01SoftwareSolutions) wrote: > Hi to all, > > as i wrote last week in a mail to this mailing list i did a

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Fabian, you are right. On my working test virtual machine i get this result: thomas@ubuntu:~$ modprobe -l '*loop*' kernel/drivers/block/cryptoloop.ko kernel/drivers/media/rc/rc-loopback.ko kernel/drivers/target/loopback/tcm_loop.ko kernel/sound/drivers/snd-aloop.ko and on the machine we are ta

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Fabian Peters
Sorry, that should have been "modprobe -l '*loop*'". Am 12.05.2014 um 12:11 schrieb Thomas Grass (01SoftwareSolutions) : > Hi Fabian, > thank you for your reply. > > The check "modprobe -l loop" delivers no result. Is there any way to install > this without the loop device? Is there a second

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Fabian, thank you for your reply. The check "modprobe -l loop" delivers no result. Is there any way to install this without the loop device? Is there a second and easy way to do this installation? This was the first install-guide which works fine for me :-( Thomas Am 12.05.2014 um 11:56

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Pascal, this is the Output of ifconfig: root@virtualserverXY:~# ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:84

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Fabian Peters
Hi Thomas, It looks like you're missing the loop device. You can check whether the kernel module is available via "modprobe -l loop". If you're trying to install inside of a vserver (openvz or such), it may not be available. Fabian Am 12.05.2014 um 11:22 schrieb Thomas Grass (01SoftwareSolutio

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Pascal Robert
Does the loopback interface (lo0) is available on the VM ? Check by running « ifconfig » > Hi to all, > > as i wrote last week in a mail to this mailing list i did a full > webobjects-installation on a fresh Test-VirtualMachine Ubuntu-Server 12.04 > with this Install-Guide: > > http://wiki.woc

Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi to all, as i wrote last week in a mail to this mailing list i did a full webobjects-installation on a fresh Test-VirtualMachine Ubuntu-Server 12.04 with this Install-Guide: http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu Everything w