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