Αποτυχία εγκατάστασης VB 6.0  Το θέμα επιλύθηκε

...εφαρμογές για οτιδήποτε άλλο

Συντονιστής: konnn

Αποτυχία εγκατάστασης VB 6.0

Δημοσίευσηαπό bobptz » 20 Μαρ 2019, 05:47

Προσπαθώ να βαλω το VirtualBox 6.0, έχοντας προηγουμένως βγάλει εντελώς προηγούμενες εκδόσεις του VB (δες εδώ viewtopic.php?f=41&t=33531 ).

Ακολουθώ αυτόν τον οδηγό:
https://websiteforstudents.com/virtualb ... -04-18-10/

Η εγκατάσταση ΔΕ δούλεψε:

Κώδικας: Επιλογή όλων
$ sudo apt-get install virtualbox-6.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  virtualbox-6.0
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/136 MB of archives.
After this operation, 286 MB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package virtualbox-6.0.
(Reading database ... 238715 files and directories currently installed.)
Preparing to unpack .../virtualbox-6.0_6.0.4-128413~Ubuntu~xenial_amd64.deb ...
Unpacking virtualbox-6.0 (6.0.4-128413~Ubuntu~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu11) ...
Processing triggers for systemd (229-4ubuntu21.17) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up virtualbox-6.0 (6.0.4-128413~Ubuntu~xenial) ...
Adding group `vboxusers' (GID 129) ...
Done.
vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong.

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.
Processing triggers for libc-bin (2.23-0ubuntu11) ...



Αυτά είναι από το τέλος του /var/log/vbox-setup.log :

Κώδικας: Επιλογή όλων
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:101:0,
                 from /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:31:
include/linux/mm.h:1222:6: note: expected ‘struct page **’ but argument is of type ‘int’
long get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
      ^
/tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:1125:33: warning: passing argument 7 of ‘get_user_pages’ from incompatible pointer type [-Wincompatible-pointer-types]
                                 &pMemLnx->apPages[0],   /* Page array. */
                                 ^
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:101:0,
                 from /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:31:
include/linux/mm.h:1222:6: note: expected ‘struct vm_area_struct **’ but argument is of type ‘struct page **’
long get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
      ^
/tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:1113:18: error: too many arguments to function ‘get_user_pages’
             rc = get_user_pages(pTask,                  /* Task for fault accounting. */
                  ^
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:101:0,
                 from /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:31:
include/linux/mm.h:1222:6: note: declared here
long get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
      ^
scripts/Makefile.build:285: recipe for target '/tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.o' failed
make[2]: *** [/tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.o] Error 1
make[2]: *** Waiting for unfinished jobs....
  if [ "-pg" = "-pg" ]; then if [ /tmp/vbox.0/r0drv/linux/alloc-r0drv-linux.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount  "/tmp/vbox.0/r0drv/linux/alloc-r0drv-linux.o"; fi; fi;
  if [ "-pg" = "-pg" ]; then if [ /tmp/vbox.0/r0drv/linux/memuserkernel-r0drv-linux.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount  "/tmp/vbox.0/r0drv/linux/memuserkernel-r0drv-linux.o"; fi; fi;
  if [ "-pg" = "-pg" ]; then if [ /tmp/vbox.0/r0drv/linux/mp-r0drv-linux.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount  "/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.o"; fi; fi;
Makefile:1454: recipe for target '_module_/tmp/vbox.0' failed
make[1]: *** [_module_/tmp/vbox.0] Error 2
/tmp/vbox.0/Makefile.include.footer:106: recipe for target 'vboxdrv' failed
make: *** [vboxdrv] Error 2
Γνώσεις Linux: Μαθαίνω ┃ Προγραμματισμού: Πολύ καλό ┃ Αγγλικών: Πολύ καλό


bobptz
seniorTUX
seniorTUX
 
Δημοσιεύσεις: 659
Εγγραφή: 28 Δεκ 2012, 02:39
Εκτύπωση

Re: Αποτυχία εγκατάστασης VB 6.0  Το θέμα επιλύθηκε

Δημοσίευσηαπό bobptz » 20 Μαρ 2019, 20:07

Μάλον είναι πρόβλημα με το τελευταίο kernel ( 4.4.0-143-generic ).

Κι εδώ το ίδιο πρόβλημα αναφέρουν:
https://askubuntu.com/questions/1126591 ... are-update

Είναι bug:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1818049
Γνώσεις Linux: Μαθαίνω ┃ Προγραμματισμού: Πολύ καλό ┃ Αγγλικών: Πολύ καλό


bobptz
seniorTUX
seniorTUX
 
Δημοσιεύσεις: 659
Εγγραφή: 28 Δεκ 2012, 02:39
Εκτύπωση

Re: Αποτυχία εγκατάστασης VB 6.0

Δημοσίευσηαπό bobptz » 23 Μαρ 2019, 16:09

Πράγματι, όταν έβγαλα τον 143 kernel Και πήγα στον 142, το VirtualBox 6.0 εγκαταστάθηκε και δούλεψε χωρίς πρόβλημα.
Γνώσεις Linux: Μαθαίνω ┃ Προγραμματισμού: Πολύ καλό ┃ Αγγλικών: Πολύ καλό


bobptz
seniorTUX
seniorTUX
 
Δημοσιεύσεις: 659
Εγγραφή: 28 Δεκ 2012, 02:39
Εκτύπωση


Επιστροφή στο Εφαρμογές Άλλες-Διάφορες