Strona 1 z 1

Virtualbox Drag n Drop, Shared Clipboard

: 10 stycznia 2016, 20:26
autor: fafal
Mam zainstalowanego Debiana Jessie na wirtualnej maszynie.
Włączyłem Shared Clipboard oraz Drag n Drop na Bidirectional i nie działa. Przy próbie ustawienia współdzielonego katalogu też go nie widzi.
VBox Guest Additions mam zainstalowane.

System którego używam normalnie to Debian Stretch

: 10 stycznia 2016, 21:05
autor: dedito
A co wyrzuca lsmod na gościu?

: 10 stycznia 2016, 21:27
autor: fafal

Kod: Zaznacz cały

$ lsmod
Module                  Size  Used by
cfg80211              405538  0 
rfkill                 18867  1 cfg80211
nfsd                  263032  2 
auth_rpcgss            51211  1 nfsd
oid_registry           12419  1 auth_rpcgss
nfs_acl                12511  1 nfsd
nfs                   188136  0 
lockd                  83389  2 nfs,nfsd
fscache                45542  1 nfs
sunrpc                237402  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
joydev                 17063  0 
crc32_pclmul           12915  0 
snd_intel8x0           34948  3 
snd_ac97_codec        118711  1 snd_intel8x0
snd_pcm                88662  2 snd_ac97_codec,snd_intel8x0
snd_timer              26614  1 snd_pcm
snd                    65244  10 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm
soundcore              13026  1 snd
aesni_intel           151423  0 
aes_x86_64             16719  1 aesni_intel
lrw                    12757  1 aesni_intel
gf128mul               12970  1 lrw
glue_helper            12695  1 aesni_intel
ablk_helper            12572  1 aesni_intel
cryptd                 14516  2 aesni_intel,ablk_helper
psmouse                99249  0 
evdev                  17445  14 
pcspkr                 12595  0 
ac97_bus               12510  1 snd_ac97_codec
serio_raw              12849  0 
ac                     12715  0 
i2c_piix4              20864  0 
i2c_core               46012  1 i2c_piix4
battery                13356  0 
video                  18096  0 
button                 12944  0 
processor              28221  0 
thermal_sys            27642  2 video,processor
fuse                   83350  1 
parport_pc             26300  0 
ppdev                  16782  0 
lp                     17074  0 
parport                35749  3 lp,ppdev,parport_pc
autofs4                35529  2 
ext4                  473802  1 
crc16                  12343  1 ext4
mbcache                17171  1 ext4
jbd2                   82522  1 ext4
hid_generic            12393  0 
usbhid                 44460  0 
hid                   102264  2 hid_generic,usbhid
sd_mod                 44356  3 
crc_t10dif             12431  1 sd_mod
sg                     29973  0 
sr_mod                 21903  0 
cdrom                  47424  1 sr_mod
crct10dif_generic      12581  0 
ata_generic            12490  0 
crct10dif_pclmul       13387  1 
crct10dif_common       12356  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel           21809  0 
ata_piix               33592  0 
ahci                   33334  2 
libahci                27158  1 ahci
ohci_pci               12808  0 
ehci_pci               12512  0 
ohci_hcd               42982  1 ohci_pci
ehci_hcd               69837  1 ehci_pci
usbcore               195427  5 ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
usb_common             12440  1 usbcore
e1000                 122545  0 
libata                177508  4 ahci,libahci,ata_generic,ata_piix
scsi_mod              191405  4 sg,libata,sd_mod,sr_mod

: 10 stycznia 2016, 21:29
autor: dedito
W modułach w ogóle nie widać guest-additions.
Gdzie i jak instalowałeś dodatek?

: 10 stycznia 2016, 21:31
autor: fafal
Na maszynie wirtualnej, zamontowałem "płytę" z opcji maszyny i potem z terminala ./VboxLinuxAdditions.run

: 10 stycznia 2016, 21:32
autor: dedito
I coś wyrzucił terminal?
Uruchom jeszcze raz i daj wynik z konsoli.

: 10 stycznia 2016, 21:48
autor: fafal

Kod: Zaznacz cały

# ./VBoxLinuxAdditions.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.0.12 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 5.0.12 of VirtualBox Guest Additions...
Removing existing VirtualBox non-DKMS kernel modules ...done.
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The make utility was not found. If the following module compilation fails then
this could be the reason and you should try installing it.

The gcc utility was not found. If the following module compilation fails then
this could be the reason and you should try installing it.

The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.

Building the main Guest Additions module ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Doing non-kernel setup of the Guest Additions ...done.
Installing the Window System drivers
Installing X.Org Server 1.16 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
You may need to restart the the Window System (or just restart the guest system)
to enable the Guest Additions.

Installing graphics libraries and desktop services components ...done.


: 10 stycznia 2016, 21:52
autor: dedito
Logi jasno mówią, że moduły nie zostały zbudowane bo pewnie nie masz linux-heders i programów do budowy modułów (o czym też logi mówią).
Zajrzyj do pomocy programu (F1 w głównym oknie) i zajrzyj do pkt 4, a konkretnie '4.2.2.1 Installing the Linux Guest Additions'
Ja robiłem trochę inną metodą znalezioną w google.
Installing Guest Additions on Debian

Follow these steps to install the Guest Additions on your Debian virtual machine:
  1. Login as root;
  2. Update your APT database with apt-get update;
  3. Install the latest security updates with apt-get upgrade;
  4. Install required packages with apt-get install build-essential module-assistant;
  5. Configure your system for building kernel modules by running m-a prepare;
  6. Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom.
  7. Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen.
Jest też WIKI Debiana na temat VirtualBox https://wiki.debian.org/VirtualBox