|
 |
Thu Jun 12, 2008 21:47 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: VMTools? |
|
|
Hi Grobsch,
Is it possible for you to build VMTools and put into your slapt-get repo?
I mean the OpenVMTools.
I badly need it, and I guess so are all users who run GoblinX under vmware.
thanks
|
|
| |
|
|
 |
Thu Jun 12, 2008 22:10 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
Ok, I'll try compile it.
|
|
| |
|
|
 |
Thu Jun 12, 2008 23:07 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
thanks a lot. I have one from Slax, but since GoblinX Kernel (2.6.24.3) is different from current Slax's (2.6.24.5), I can't use it.
That's another reason that I asked "What is Goblinx based on", because I want to know GoblinX 2.7 corresponds to which version of slax, so that I can pick module/applications.
thanks
|
|
| |
|
|
 |
Fri Jun 13, 2008 10:59 am |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
You can use the current modules from Slax, you can even use Slik to run modules directly from the Slax modules page. I try make GoblinX near to Slackware current and with latest Linux live.
I do not use Slax's kernel mostly because it does not have bootsplash.
|
|
| |
|
|
 |
Fri Jun 13, 2008 12:46 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
| Grobsch wrote: | | You can use the current modules from Slax |
Yeah, I believe generally speaking, it is true. But are you sure about VMTools? All vmware tools seem to be very pick on Kernel version to me...
|
|
| |
|
|
 |
Fri Jun 13, 2008 13:52 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
Let me explain myself.. You can use any modules of Slax, but I don't know they will work because of dependencies and how they were compiled... Open Vm Tools has some deps I need to build first... There are some upgrades to include in our repository, I'll try build as soon as possible.
|
|
| |
|
|
 |
Sat Jun 14, 2008 13:20 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
Added to our repository.
|
|
| |
|
|
 |
Sat Jun 14, 2008 19:58 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
Thanks a lot, Grobsch.
but I seem to have bumped into trouble when installing it:
| Code: | Executing install script for open-vm-tools-2008.06.03.96374-i486-G1...
install/doinst.sh: line 1: syntax error near unexpected token `('
install/doinst.sh: line 1: `depmod -aq( cd usr/lib ; rm -rf libguestlib.so.0 )'
|
|
|
| |
|
|
 |
Sat Jun 14, 2008 21:29 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
Thanks for the reply.. corrected already. Test for me the application.. there is some dependencies for it.
|
|
| |
|
|
 |
Sat Jun 14, 2008 23:15 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
yes, previous problem gone.
I packed icu, libdnet & open-vm-tools into a single lzm and load it on booting GoblinX in vmware. but, it is not working -- copy and paste between vm-client and host does not work, and the command hgfsmounter that enable the access to vm host share is not found.
This is as far as I can go, since I'm still new to slackware/GoblinX. Could you build a working open-vm-tools lzm module please?
thanks a lot!
|
|
| |
|
|
 |
Sat Jun 14, 2008 23:17 pm |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
I really need a working open-vm-tools lzm module to go any further with GoblinX.
thanks
|
|
| |
|
|
 |
Sat Jun 14, 2008 23:31 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
The commands are different for the version I compiled, here you find some help (http://open-vm-tools.wiki.sourceforge.net/Packaging). I never used and I don't know howto use, I only compiled and build the package. The only stuff I can do yes try compare Slax module to the package. If you find the script to build just like the one build for Slax will help.
|
|
| |
|
|
 |
Sat Jun 14, 2008 23:48 pm |
 |
Author |
Message |
Grobsch King of Goblins

Joined: 14 Mar 2005 Posts: 1884 Location: Rio de Janeiro/Brazil
|
| Post subject: |
|
|
The names of the binaries are different.
checkvm, toolbox, xferlogs, hgfsclient and guestd have vmware-* in front, for example vmware-guestd. And hgfsmounter it seems to be mount.vmhgfs.
The Slax module load the kernel modules.
| Quote: | #!/bin/sh
# Load vmtools kernel modules necessary
/sbin/modprobe vmhgfs
/sbin/modprobe vmxnet
/sbin/modprobe vmmemctl
/sbin/modprobe vmblock
/sbin/modprobe vmsync
|
|
|
| |
|
|
 |
Sun Jun 15, 2008 2:27 am |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
Sorry for respond late -- I meant to find the related post on slax forum but was distracted. Anyway, here is the url.
http://www.slax.org/forum.php?action=view&parentID=11661
which explains how to access to vm host share.
but actually you don't need to go this far to prove if it works or not -- launch GoblinX within vmware, if copy and paste between vm-client and host works, then it won't be too far.
I'll try your suggested init script and report back...
|
|
| |
|
|
 |
Sun Jun 15, 2008 2:47 am |
 |
Author |
Message |
xpt Troll

Joined: 11 Jun 2008 Posts: 61
|
| Post subject: |
|
|
| xpt wrote: | . . .
I'll try your suggested init script and report back... |
Unfortunately it didn't work either. I've successfully loaded all the vmtools kernel modules as you posted. Comparing the result of lsmod beforehand and afterward, I see all modules were loaded fine. However copy and paste between vm-client and host still does not work.
Oh, mount.vmhgfs works. So only copy and paste does not work. but that's what I used most. any comments?
PS. as you can see from the above url, I get the slax version at:
http://backtrack.serveftp.com/backtrack/S6Mirror/Modules/
don't know if it contains build script though, and I don't know how to check.
|
|
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Page 1 of 2 Goto page 1, 2 Next |
|
|
|