VirtualBox - Issue: Shared Folder is empty on guest - Help is appreciated

Technical issues/questions of an intermediate or advanced nature.
joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - Issue: Shared Folder is empty on guest - Help is appreciated

Post#1 by joejac » 12 Jan 2020, 02:41

Hello, hope everybody enjoyed the holidays and I wish to all a happy and prosperous 2020.

I installed Porteus 5 in VirtualBox, then I was trying to install Guest Additions using Porteus vbox builder, but at the end, I got the error cripped_sources.xzm: This is not a valid module
I searched the forum for cripped sources but nothing was found.

What should I do to have GuestAdditions working in Porteus?, I need to have the full screen as well as shared folders.
Thanks in advance for any help.
Regards
joejac
Last edited by joejac on 05 Feb 2020, 18:15, edited 1 time in total.

jssouza
Legendary
Legendary
Posts: 1165
Joined: 09 Jul 2015, 14:17
Distribution: Porteus x86 arm

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#2 by jssouza » 12 Jan 2020, 14:53

Download and activate crippled sources from here:
http://dl.porteus.org/x86_64/Porteus-v5.0/kernel/

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#3 by AcnapyxoB » 12 Jan 2020, 16:14

No need to make Guest Additions, add VirtualBox Extension Pack from VirtualBox site.
Or use module:https://yadi.sk/d/lJpmdHcCEEofNA

more info:https://forums.virtualbox.org/viewtopic.php?t=79665
Porteus v5.01 KDE x86_64

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#4 by joejac » 12 Jan 2020, 20:40

Thanks a lot, jssouza and Acnapyxob
I am a little confused, sorry, which would be the ideal solution from the 2 solutions proposed?
Thanks and regards
joejac

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#5 by ncmprhnsbl » 13 Jan 2020, 01:35

i would try the module offered by Acnapyxob first and see how that goes.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#6 by joejac » 13 Jan 2020, 04:46

Thanks ncmprhnsbl, but I was not able to succeed with Acnapyxob module. But I did what jssouza recommended and it worked. Screen resized beautifully, clipboard works bidirectionally, I can see the shared folder in media/sf_FolderName but it has a padlock and when I enter into the shared folder, I get a red message: "Could not enter folder media/sf_FolderName" it shows blank page, empty, and in the host is not empty. I assigned vbox groups to guest and root:
guest : guest : users lp floppy audio video cdrom plugdev power netdev scanner vboxsf vboxusers sambashare
root : root bin daemon sys adm disk wheel vboxsf vboxusers
But neither user can see inside the shared folder, I do not know if there is an issue with permissions. Any hint is appreciated.
By the way I try to use KDE User Manager directly from root and it does not work. It does not create any new user, it does not give the list of the existing users, simply does not work at all. I am using the console.
Regards
joejac

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#7 by joejac » 14 Jan 2020, 02:48

Hello I changed the shared folder owner and group to:
owner: guest
group: vboxsf
so, no padlock now, but I try to enter either into the shared folder with root or guest and same problem: I get nothing inside the shared folder from Porteus guest VM.
Does somebody knows how to deal with this issue?.
Thanks
joejac

donald
Full of knowledge
Full of knowledge
Posts: 2063
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#8 by donald » 14 Jan 2020, 14:08

Hi joejac
Create a folder e.g. shared_files in home guest on the host PC

Run v-box > run the porteus VM
[You must have the guest addons installed correctly in the guest VM]

in the porteus VM (guest system) open shared folder settings and select
the shared_files folder which is on the host.
select automount/permanent > REBOOT THE VM !!

The folder is now mounted but not accessible [Error message blabla]

open a terminal in the guest system VM and run:

Code: Select all

root@porteus:/home/guest# usermod -a -G vboxsf guest
root@porteus:/home/guest# chown -R guest:users /media/
REBOOT THE VM > done...

Tested with port_4_64-XFCE as host - Vbox 6.1 - port_4_64-XFCE as guest VM.

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#9 by joejac » 05 Feb 2020, 17:40

Hello Donald,
I know Guestadditions is working because now I have full screen and bidirectional clipboard, all these are working fine, except shared folders. I did all solutions proposed here but with no luck. This is the only thing I was not able to configure, the shared folder, everything else is working fine in Porteus KDE 5.0rc1, even a Windows program, I am not using Porteus 4. Even with the root user the shared folder is there inside /media/ but when I enter the folder it is all blank, does not have the access to the host files and sub-folders of the shared folder. I do not know what else to do. Any other Idea is welcomed.
Thanks and regards
joejac

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - vbox builder - Error: "cripped_sources.xzm: This is not a valid module" - Help is appreciated

Post#10 by joejac » 05 Feb 2020, 18:11

Hello,
I normally go with Dolphin to look for the shared folder inside:
/media/sf_PB/

But I opened a root terminal and I saw this path, instead:
root@porteus:/mnt/live/memory/changes/media/sf_PB#

Can this type of path redirection cause the problem of not having access the the host shared folder? What I am sharing in host is: /home/user/Public
Hope somebody can explain this please, and if this is causing some incompatibility with VirtualBox shared folders, thanks.
Regards
joejac

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

VirtualBox - Issue: Shared Folder is empty on guest - Help is appreciated

Post#11 by Ed_P » 05 Feb 2020, 20:35

Is there a similar path in guest mode?

The /mnt/live/memory/changes directory is tied to the Porteus SaveData function.
Ed

joejac
Black ninja
Black ninja
Posts: 69
Joined: 16 May 2015, 23:55
Distribution: Porteus 3.1
Location: ve

VirtualBox - Issue: Shared Folder is empty on guest - Help is appreciated

Post#12 by joejac » 06 Feb 2020, 01:23

Hello and thanks Ed_P
In guest user y get this path:
root@porteus:/media/sf_PB#
I had to enter the directory using Action > Open Root Dolphin
What does this means, am I doing something wrong?:
The /mnt/live/memory/changes directory is tied to the Porteus SaveData function.
Regards
joejac

Post Reply