Page 6 of 15

Porteus v5.0rc1 problems

Posted: 22 Jul 2019, 18:51
by pblack476
I tried installing Porteus v5 rc1 from a multiboot USB and it did not install to my HDD. The installer crashed in the last step and nothing else happened. It booted fine and I could run it live no problem. But I could only install it on my HDD by using a dedicated USB stick made with the "dd" method.

Porteus v5.0rc1 problems

Posted: 23 Jul 2019, 04:33
by Ed_P
Interesting. A little more information on the crash would help. What msgs did you see? What format was the HDD? Were you installing from Linux or Windows?

Porteus v5.0rc1 problems

Posted: 23 Jul 2019, 11:52
by pblack476
Ed_P wrote:
23 Jul 2019, 04:33
Interesting. A little more information on the crash would help. What msgs did you see? What format was the HDD? Were you installing from Linux or Windows?
Hi. The installer simply crashed with no message after I clicked "next" on the last step (the one where you select "install bootloader"). It tried to start the process but the window pops up for a microsecond and vanishes along with the installer GUI.

I was installing from Linux running the installer from a live multibootUSB of porteus 5 rc1 and installing to a clean HDD formatted to ext4.

If it matters, the live USB I was installing from was partitioned with a gpt table and the multiboot partition was flagged boot, esp, legacy_boot on ext4 format. The second partition on the same USB stick was NTFS flagged for data.

Porteus v5.0rc1 problems

Posted: 23 Jul 2019, 13:49
by Ed_P
Porteus supports booting on EFI machines so maybe it's looking for a partition that is EFI compatible, though not finding one should issue an error msg rather than go blank.

Porteus v5.0rc1 problems

Posted: 23 Jul 2019, 16:33
by joe nar quo
Hi,
I try to resize my jpg images with right click >> Resize Image, there is a dialog menu to resize image, I choose scale to 50% and append .resized on filename and click Resize; but there is nothing happened or I didn't know where the resized file located. Please help, this will very helpful to my work. Thanks.

Porteus v5.0rc1 problems

Posted: 23 Jul 2019, 17:01
by jssouza
joe nar quo wrote:
23 Jul 2019, 16:33
Hi,
I try to resize my jpg images with right click >> Resize Image, there is a dialog menu to resize image, I choose scale to 50% and append .resized on filename and click Resize; but there is nothing happened or I didn't know where the resized file located. Please help, this will very helpful to my work. Thanks.
Hi joe nar quo, checked in caja-extensions image converter source code that it calls internally the command "convert -resize".
The binary convert is part of ImageMagick. So you need imagemagick to make this work.

As root run the command

Code: Select all

getpkg imagemagick
Once imagemagick has been installed/activated the resize dialog will work.

Porteus v5.0rc1 problems

Posted: 24 Jul 2019, 17:06
by kultex
I tested first time today 5.0rc1 and it does not scale the CPUs like it should - like in 4.0 - tests are here

CPU_frequency_scaling

I wanted to go deeper, if it has real W results, but I dont find my ammeter and my time now is very limited.

I think, this is a general Slackware problem, because the original Slackware Live CD behaves the same.

Defintly it is not as it should be, may somebody has any idea.

Porteus v5.0rc1 problems

Posted: 25 Jul 2019, 06:50
by cchuang
While installing ImageMagick, the error occurs:

/usr/bin/grep: /usr/lib64/../lib64/libstdc++.la: No such file or directory

05-devel.xzm had been activated. Where can I find the file?

Thanks

Porteus v5.0rc1 problems

Posted: 25 Jul 2019, 06:57
by jssouza
How did you install imagemagick? You dont need 05-devel module. Just use getpkg to download the package as I mentioned here - Porteus v5.0rc1 problems (Post by jssouza #73095) and run innstallpkg on the downloaded .txz file.

Porteus v5.0rc1 problems

Posted: 25 Jul 2019, 14:18
by joe nar quo
jssouza wrote:
23 Jul 2019, 17:01
joe nar quo wrote:
23 Jul 2019, 16:33
Hi,
I try to resize my jpg images with right click >> Resize Image, there is a dialog menu to resize image, I choose scale to 50% and append .resized on filename and click Resize; but there is nothing happened or I didn't know where the resized file located. Please help, this will very helpful to my work. Thanks.
Hi joe nar quo, checked in caja-extensions image converter source code that it calls internally the command "convert -resize".
The binary convert is part of ImageMagick. So you need imagemagick to make this work.

As root run the command

Code: Select all

getpkg imagemagick
Once imagemagick has been installed/activated the resize dialog will work.
Yes Its work, Thanks jssouza

Porteus v5.0rc1 problems

Posted: 08 Aug 2019, 17:12
by maia
Crond ???

Greetings everyone
Recently using version 5 I noticed that crond was not starting automatically as in version 4.0.
While inspecting the rc.services file, I noticed that the command to fire the crond seemed inconsistent.

it looked like this: crond -l notice &

I changed it to: /etc/rc.d/rc.crond start -l notice &

The service started again at boot.

Porteus v5.0rc1 problems

Posted: 08 Aug 2019, 17:27
by Blaze
Hi maia.
Nice catch. Thanks

/etc/rc.d/rc.services

Code: Select all

# Start crond (Dillon's crond):
# If you want cron to actually log activity to /var/log/cron, then change
# -l notice to -l info to increase the logging level.
[ -x /etc/rc.d/rc.crond ] && sh /etc/rc.d/rc.crond start -l notice &

Porteus v5.0rc1 problems

Posted: 08 Aug 2019, 23:51
by Ed_P
Anyone hear anything about an rc2 date?

Porteus v5.0rc1 problems

Posted: 26 Aug 2019, 10:52
by raja
FFMPEGTHUMBNAILER:
P.S.: when using this updated xorg module you'll notice that video thumbnails will not appear anymore, so I recommend updating ffmpegthumbnailer here.
Surprised that this little things needs so many libs.

Code: Select all

guest@porteus:/usr/bin$ ldd ffmpegthumbnailer
./ffmpegthumbnailer: /usr/lib64/libavformat.so.58: version `LIBAVFORMAT_58' not found (required by /usr/lib64/libffmpegthumbnailer.so.4)
./ffmpegthumbnailer: /usr/lib64/libavformat.so.58: version `LIBAVFORMAT_58' not found (required by /usr/lib64/libavfilter.so.7)
	linux-vdso.so.1 (0x00007ffc2b9e4000)
	libffmpegthumbnailer.so.4 => /usr/lib64/libffmpegthumbnailer.so.4 (0x00007f2139d6f000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f2139d6a000)
	libavformat.so.58 => /usr/lib64/libavformat.so.58 (0x00007f2139933000)
	libavcodec.so.58 => /usr/lib64/libavcodec.so.58 (0x00007f2138489000)
	libavutil.so.56 => /usr/lib64/libavutil.so.56 (0x00007f213840b000)
	libavfilter.so.7 => /usr/lib64/libavfilter.so.7 (0x00007f21380f9000)
	libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00007f2138062000)
	libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007f213802d000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f2137e16000)
	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f2137c36000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f2137aeb000)
	libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00007f2137ad1000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f21378ea000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f2139da4000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f21378d6000)
	libssl.so.1 => /usr/lib64/libssl.so.1 (0x00007f2137841000)
	libcrypto.so.1 => /usr/lib64/libcrypto.so.1 (0x00007f2137561000)
	libusb-0.1.so.4 => /usr/lib64/libusb-0.1.so.4 (0x00007f213735b000)
	libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x00007f2137349000)
	libavcodec.so.57 => not found
	libavutil.so.55 => not found
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2137326000)
	libssh.so.4 => /usr/lib64/libssh.so.4 (0x00007f21372a8000)
	libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f2137098000)
	libgnutls.so.30 => /usr/lib64/libgnutls.so.30 (0x00007f2136ee4000)
	libsmbclient.so.0 => /usr/lib64/libsmbclient.so.0 (0x00007f2136eb6000)
	libswresample.so.3 => /usr/lib64/libswresample.so.3 (0x00007f2136e97000)
	libvpx.so.6 => /usr/lib64/libvpx.so.6 (0x00007f2136b46000)
	libwebpmux.so.3 => /usr/lib64/libwebpmux.so.3 (0x00007f2136b3a000)
	libwebp.so.7 => /usr/lib64/libwebp.so.7 (0x00007f2136acb000)
	liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f21368a5000)
	libmp3lame.so.0 => /usr/lib64/libmp3lame.so.0 (0x00007f213662b000)
	libopenjp2.so.7 => /usr/lib64/libopenjp2.so.7 (0x00007f21365cf000)
	libopus.so.0 => /usr/lib64/libopus.so.0 (0x00007f2136571000)
	libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007f2136358000)
	libtheoraenc.so.1 => /usr/lib64/libtheoraenc.so.1 (0x00007f213611a000)
	libtheoradec.so.1 => /usr/lib64/libtheoradec.so.1 (0x00007f2135f00000)
	libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007f2135cd2000)
	libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2 (0x00007f2135a29000)
	libwavpack.so.1 => /usr/lib64/libwavpack.so.1 (0x00007f21357ff000)
	libva.so.2 => /usr/lib64/libva.so.2 (0x00007f21357da000)
	libva-drm.so.2 => /usr/lib64/libva-drm.so.2 (0x00007f21357d5000)
	libva-x11.so.2 => /usr/lib64/libva-x11.so.2 (0x00007f21357cd000)
	libvdpau.so.1 => /usr/lib64/libvdpau.so.1 (0x00007f21357c6000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f2135688000)
	libOpenCL.so.1 => /usr/lib64/libOpenCL.so.1 (0x00007f213547d000)
	libswscale.so.5 => /usr/lib64/libswscale.so.5 (0x00007f21353f1000)
	libpostproc.so.55 => /usr/lib64/libpostproc.so.55 (0x00007f21353d1000)
	libavresample.so.4 => /usr/lib64/libavresample.so.4 (0x00007f21353b0000)
	libfribidi.so.0 => /usr/lib64/libfribidi.so.0 (0x00007f2135390000)
	libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007f213534a000)
	libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007f213528e000)
	libusb-1.0.so.0 => /usr/lib64/libusb-1.0.so.0 (0x00007f2135075000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f213506b000)
	libgcrypt.so.20 => /lib64/libgcrypt.so.20 (0x00007f2134f4c000)
	libp11-kit.so.0 => /usr/lib64/libp11-kit.so.0 (0x00007f2134e1e000)
	libidn2.so.0 => /usr/lib64/libidn2.so.0 (0x00007f2134dff000)
	libunistring.so.2 => /usr/lib64/libunistring.so.2 (0x00007f2134a7d000)
	libnettle.so.6 => /usr/lib64/libnettle.so.6 (0x00007f2134a45000)
	libhogweed.so.4 => /usr/lib64/libhogweed.so.4 (0x00007f2134a0c000)
	libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007f2134794000)
	libndr.so.0 => /usr/lib64/libndr.so.0 (0x00007f2134779000)
	libcli-ldap-common-samba4.so => /usr/lib64/libcli-ldap-common-samba4.so (0x00007f213476f000)
	liblibsmb-samba4.so => /usr/lib64/liblibsmb-samba4.so (0x00007f21346f9000)
	libasn1util-samba4.so => /usr/lib64/libasn1util-samba4.so (0x00007f21346f0000)
	libkrb5-samba4.so.26 => /usr/lib64/libkrb5-samba4.so.26 (0x00007f2134679000)
	liblibcli-lsa3-samba4.so => /usr/lib64/liblibcli-lsa3-samba4.so (0x00007f2134671000)
	libsys-rw-samba4.so => /usr/lib64/libsys-rw-samba4.so (0x00007f213466c000)
	libsamba-security-samba4.so => /usr/lib64/libsamba-security-samba4.so (0x00007f2134649000)
	libkrb5samba-samba4.so => /usr/lib64/libkrb5samba-samba4.so (0x00007f213463a000)
	libiov-buf-samba4.so => /usr/lib64/libiov-buf-samba4.so (0x00007f2134635000)
	libaddns-samba4.so => /usr/lib64/libaddns-samba4.so (0x00007f2134625000)
	libmsrpc3-samba4.so => /usr/lib64/libmsrpc3-samba4.so (0x00007f2134600000)
	libsmbconf.so.0 => /usr/lib64/libsmbconf.so.0 (0x00007f2134571000)
	libsamba-sockets-samba4.so => /usr/lib64/libsamba-sockets-samba4.so (0x00007f2134555000)
	libCHARSET3-samba4.so => /usr/lib64/libCHARSET3-samba4.so (0x00007f2134550000)
	libsamba-util.so.0 => /usr/lib64/libsamba-util.so.0 (0x00007f21344d5000)
	libgssapi-samba4.so.2 => /usr/lib64/libgssapi-samba4.so.2 (0x00007f213449c000)
	libreplace-samba4.so => /usr/lib64/libreplace-samba4.so (0x00007f2134497000)
	libcli-cldap-samba4.so => /usr/lib64/libcli-cldap-samba4.so (0x00007f213448c000)
	libutil-tdb-samba4.so => /usr/lib64/libutil-tdb-samba4.so (0x00007f2134486000)
	libsamba-errors.so.1 => /usr/lib64/libsamba-errors.so.1 (0x00007f213433a000)
	libldb.so.1 => /usr/lib64/libldb.so.1 (0x00007f2134304000)
	libutil-cmdline-samba4.so => /usr/lib64/libutil-cmdline-samba4.so (0x00007f21342fa000)
	libgse-samba4.so => /usr/lib64/libgse-samba4.so (0x00007f21342ce000)
	libcli-smb-common-samba4.so => /usr/lib64/libcli-smb-common-samba4.so (0x00007f213429b000)
	libgensec-samba4.so => /usr/lib64/libgensec-samba4.so (0x00007f213426a000)
	libcliauth-samba4.so => /usr/lib64/libcliauth-samba4.so (0x00007f2134252000)
	libroken-samba4.so.19 => /usr/lib64/libroken-samba4.so.19 (0x00007f2134242000)
	libhx509-samba4.so.5 => /usr/lib64/libhx509-samba4.so.5 (0x00007f21341f5000)
	libasn1-samba4.so.8 => /usr/lib64/libasn1-samba4.so.8 (0x00007f213416c000)
	libheimbase-samba4.so.1 => /usr/lib64/libheimbase-samba4.so.1 (0x00007f2134165000)
	libcom_err-samba4.so.0 => /usr/lib64/libcom_err-samba4.so.0 (0x00007f2134160000)
	libwind-samba4.so.0 => /usr/lib64/libwind-samba4.so.0 (0x00007f2134136000)
	libhcrypto-samba4.so.5 => /usr/lib64/libhcrypto-samba4.so.5 (0x00007f21340ff000)
	libdcerpc-samba-samba4.so => /usr/lib64/libdcerpc-samba-samba4.so (0x00007f2133f66000)
	libclidns-samba4.so => /usr/lib64/libclidns-samba4.so (0x00007f2133f5e000)
	libdcerpc-binding.so.0 => /usr/lib64/libdcerpc-binding.so.0 (0x00007f2133f3a000)
	libndr-nbt.so.0 => /usr/lib64/libndr-nbt.so.0 (0x00007f2133f22000)
	libdbwrap-samba4.so => /usr/lib64/libdbwrap-samba4.so (0x00007f2133f14000)
	libsamba-credentials.so.0 => /usr/lib64/libsamba-credentials.so.0 (0x00007f2133efe000)
	libndr-samba-samba4.so => /usr/lib64/libndr-samba-samba4.so (0x00007f2133dc3000)
	libsamba-hostconfig.so.0 => /usr/lib64/libsamba-hostconfig.so.0 (0x00007f2133d94000)
	libndr-standard.so.0 => /usr/lib64/libndr-standard.so.0 (0x00007f2133a77000)
	libwbclient.so.0 => /usr/lib64/libwbclient.so.0 (0x00007f2133a65000)
	libtevent-util.so.0 => /usr/lib64/libtevent-util.so.0 (0x00007f2133a5e000)
	libndr-samba4.so => /usr/lib64/libndr-samba4.so (0x00007f21338e3000)
	libutil-reg-samba4.so => /usr/lib64/libutil-reg-samba4.so (0x00007f21338dc000)
	libtalloc-report-samba4.so => /usr/lib64/libtalloc-report-samba4.so (0x00007f21338d7000)
	libmessages-util-samba4.so => /usr/lib64/libmessages-util-samba4.so (0x00007f21338d2000)
	libsamba3-util-samba4.so => /usr/lib64/libsamba3-util-samba4.so (0x00007f21338c4000)
	libserver-id-db-samba4.so => /usr/lib64/libserver-id-db-samba4.so (0x00007f21338be000)
	libsocket-blocking-samba4.so => /usr/lib64/libsocket-blocking-samba4.so (0x00007f21338b9000)
	libmessages-dgm-samba4.so => /usr/lib64/libmessages-dgm-samba4.so (0x00007f21338a9000)
	libinterfaces-samba4.so => /usr/lib64/libinterfaces-samba4.so (0x00007f21338a4000)
	libsmbd-shim-samba4.so => /usr/lib64/libsmbd-shim-samba4.so (0x00007f213389f000)
	libsamba-cluster-support-samba4.so => /usr/lib64/libsamba-cluster-support-samba4.so (0x00007f213389a000)
	libevents-samba4.so => /usr/lib64/libevents-samba4.so (0x00007f2133895000)
	libgenrand-samba4.so => /usr/lib64/libgenrand-samba4.so (0x00007f2133890000)
	libutil-setid-samba4.so => /usr/lib64/libutil-setid-samba4.so (0x00007f2133889000)
	libsamba-debug-samba4.so => /usr/lib64/libsamba-debug-samba4.so (0x00007f213387f000)
	libtime-basic-samba4.so => /usr/lib64/libtime-basic-samba4.so (0x00007f213387a000)
	libcli-ldap-samba4.so => /usr/lib64/libcli-ldap-samba4.so (0x00007f2133864000)
	libsecrets3-samba4.so => /usr/lib64/libsecrets3-samba4.so (0x00007f2133848000)
	libsmb-transport-samba4.so => /usr/lib64/libsmb-transport-samba4.so (0x00007f2133840000)
	libauthkrb5-samba4.so => /usr/lib64/libauthkrb5-samba4.so (0x00007f2133820000)
	libsamba-modules-samba4.so => /usr/lib64/libsamba-modules-samba4.so (0x00007f213381b000)
	libsamdb.so.0 => /usr/lib64/libsamdb.so.0 (0x00007f21337ff000)
	libtdb-wrap-samba4.so => /usr/lib64/libtdb-wrap-samba4.so (0x00007f21337fa000)
	libldbsamba-samba4.so => /usr/lib64/libldbsamba-samba4.so (0x00007f21337c9000)
	libsamdb-common-samba4.so => /usr/lib64/libsamdb-common-samba4.so (0x00007f2133797000)
	libndr-krb5pac.so.0 => /usr/lib64/libndr-krb5pac.so.0 (0x00007f2133784000)
	libserver-role-samba4.so => /usr/lib64/libserver-role-samba4.so (0x00007f213377f000)
	libwinbind-client-samba4.so => /usr/lib64/libwinbind-client-samba4.so (0x00007f2133779000)
	libmsghdr-samba4.so => /usr/lib64/libmsghdr-samba4.so (0x00007f2133774000)
	libnetif-samba4.so => /usr/lib64/libnetif-samba4.so (0x00007f213376d000)
	libcli-nbt-samba4.so => /usr/lib64/libcli-nbt-samba4.so (0x00007f2133760000)
	libcommon-auth-samba4.so => /usr/lib64/libcommon-auth-samba4.so (0x00007f213374f000)
	libflag-mapping-samba4.so => /usr/lib64/libflag-mapping-samba4.so (0x00007f213374a000)
	libMESSAGING-SEND-samba4.so => /usr/lib64/libMESSAGING-SEND-samba4.so (0x00007f2133745000)
	libcluster-samba4.so => /usr/lib64/libcluster-samba4.so (0x00007f2133740000)
	libutil.so.1 => /lib64/libutil.so.1 (0x00007f213373b000)
	libjansson.so.4 => /usr/lib64/libjansson.so.4 (0x00007f213372c000)
	libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x00007f21336de000)
	libcups.so.2 => /usr/lib64/libcups.so.2 (0x00007f2133650000)
	liblber-2.4.so.2 => /usr/lib64/liblber-2.4.so.2 (0x00007f213363f000)
	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f2133605000)
	libtevent.so.0 => /usr/lib64/libtevent.so.0 (0x00007f21335f0000)
	libtalloc.so.2 => /usr/lib64/libtalloc.so.2 (0x00007f21335d9000)
	libcap.so.2 => /lib64/libcap.so.2 (0x00007f21335d0000)
	libtdb.so.1 => /usr/lib64/libtdb.so.1 (0x00007f21335b7000)
	libnsl.so.1 => /lib64/libnsl.so.1 (0x00007f213359c000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f2133581000)
	libspeexdsp.so.1 => /usr/lib64/libspeexdsp.so.1 (0x00007f213336c000)
	libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007f2133165000)
	libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f2132f5f000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f2132f36000)
	libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f2132efa000)
	libuuid.so.1 => /lib64/libuuid.so.1 (0x00007f2132eef000)
	libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0 (0x00007f2132e04000)
	libudev.so.1 => /lib64/libudev.so.1 (0x00007f2132dde000)
	libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00007f2132dbb000)
	libffi.so.6 => /usr/lib64/libffi.so.6 (0x00007f2132bb3000)
	libsasl2.so.3 => /usr/lib64/libsasl2.so.3 (0x00007f213298b000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f2132986000)
	libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007f213297e000)
	libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f213285d000)
	libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3 (0x00007f2132836000)
	libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007f21327c1000)
Those two "not found" libs are there. still program not working.

fulalas..any solution please.

Porteus v5.0rc1 problems

Posted: 26 Aug 2019, 15:08
by Payoon
Hi Folks,

thank You for the porteus 5.0 rc1 release. Everything works fine. The only problem I have is with VirtualBox. I have made a module with the VirtualBox-builder. When I want to create a new VM I get the following message ( which seems quite common also with other distros):
Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing

'/sbin/vboxconfig'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
After doing vboxconfig from the cli and waiting loooong time I get no reply at all.

This is not my first VM so I am confident, that I did aeverything right. I tried with a debian package, but got the same result.

Payoon