Re: [VBox-users] Debugging Linux Guest Additions

2016-09-17 Thread Sérgio Basto
On Sáb, 2016-09-17 at 10:18 +0200, Michael Thayer wrote:
> Hello Sérgio,
> 
> On 16.09.2016 21:24, Sérgio Basto wrote:
> > 
> > On Sex, 2016-09-16 at 15:36 +0200, Michael Thayer wrote:
> > > 
> > > On 16.09.2016 14:53, jdd wrote:
> > > > 
> > > > 
> > > > Le 16/09/2016 à 13:07, Michael Thayer a écrit :
> > > > > 
> > > > > 
> > > > > Hello All,
> > > > > 
> > > > > I wrote up a basic wiki text<1> about debugging Linux Guest
> > > > > Additions
> > > > > problems (just the drivers for now, maybe more to
> > > > > come).  Comments
> > > > > welcome about whether it is understandable and/or helpful.
> > > > > 
> > > > > Regards,
> > > > > 
> > > > > Michael
> > > > > 
> > > > > <1> https://www.virtualbox.org/wiki/LinuxAdditionsDebug
> > > > > 
> > > > thanks
> > > > 
> > > > notice openSUSE provide pre-compiled guest (and host) drivers
> > > Right. That is the reason for the "zypper remove virtualbox*" in
> > > the
> > > SUSE instructions, but it might be worth expanding on that.
> > downstreamers like Debian and OpenSUSE still ship
> > 
> > %{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
> > 
> > which is strange if that works ...
> I'm terribly sorry, I don't quite understand what you are trying to
> say 
> there.

By downstream, I mean VirtualBox packages done by distributions:
Debian, OpenSUSE, Mageia, RPMFusion (I had follow these ones) all rpms
except Debian, this 4 distros have src.rpm and is specs available [1],
I also got official rpms from Oracle (which also I follow), but these
all 4 distros do packages with guest-additions for his own system, and
have ways to build kmods or with dkms or with akmods (RPMFusion) or
even running oracle scripts, my concern now is about new rules in video
drive in guest-additions, each none of the distros except RPMFusion had
follow , the new rules are: 

1- New guest additions dropped vboxvideo_dri.so
#install -d %{buildroot}%{_libdir}/dri
#ln -sf ../VBoxOGL.so %{buildroot}%{_libdir}/dri/vboxvideo_dri.so

2- New guest additions don't install vboxvideo_drv.so 
#install -m 0755 -D obj/bin/additions/vboxvideo_drv_system.so \
#%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so

is the behaviour of running VBoxLinuxAdditions.run the oracle script ,
but this VBoxLinuxAdditions.run is to run in so many distributions and
so many versions that I can't fully understand it.

Many one question ? in RHEL 7 VBoxLinuxAdditions.run install
vboxvideo_drv.so and or vboxvideo_dri.so ?

[1] 
https://tracker.debian.org/pkg/virtualbox
https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox
https://pkgs.rpmfusion.org/cgit/free/VirtualBox.git/
http://svnweb.mageia.org/packages/cauldron/virtualbox/current/SPECS/

Thanks and best regards,
-- 
Sérgio M. B.



--
___
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
___
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [VBox-users] Debugging Linux Guest Additions

2016-09-17 Thread Michael Thayer
Hello Sérgio,

On 16.09.2016 21:24, Sérgio Basto wrote:
> On Sex, 2016-09-16 at 15:36 +0200, Michael Thayer wrote:
>> On 16.09.2016 14:53, jdd wrote:
>>>
>>> Le 16/09/2016 à 13:07, Michael Thayer a écrit :

 Hello All,

 I wrote up a basic wiki text<1> about debugging Linux Guest
 Additions
 problems (just the drivers for now, maybe more to
 come).  Comments
 welcome about whether it is understandable and/or helpful.

 Regards,

 Michael

 <1> https://www.virtualbox.org/wiki/LinuxAdditionsDebug

>>> thanks
>>>
>>> notice openSUSE provide pre-compiled guest (and host) drivers
>> Right. That is the reason for the "zypper remove virtualbox*" in the
>> SUSE instructions, but it might be worth expanding on that.
>
> downstreamers like Debian and OpenSUSE still ship
>
> %{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
>
> which is strange if that works ...

I'm terribly sorry, I don't quite understand what you are trying to say 
there.

Regards,

Michael
-- 
Michael Thayer | VirtualBox engineer
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister 
der Handelskammer Midden-Nederland, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher

--
___
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
___
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [VBox-users] Debugging Linux Guest Additions

2016-09-16 Thread Sérgio Basto
On Sex, 2016-09-16 at 15:36 +0200, Michael Thayer wrote:
> On 16.09.2016 14:53, jdd wrote:
> > 
> > Le 16/09/2016 à 13:07, Michael Thayer a écrit :
> > > 
> > > Hello All,
> > > 
> > > I wrote up a basic wiki text<1> about debugging Linux Guest
> > > Additions
> > > problems (just the drivers for now, maybe more to
> > > come).  Comments
> > > welcome about whether it is understandable and/or helpful.
> > > 
> > > Regards,
> > > 
> > > Michael
> > > 
> > > <1> https://www.virtualbox.org/wiki/LinuxAdditionsDebug
> > > 
> > thanks
> > 
> > notice openSUSE provide pre-compiled guest (and host) drivers
> Right. That is the reason for the "zypper remove virtualbox*" in the
> SUSE instructions, but it might be worth expanding on that.

downstreamers like Debian and OpenSUSE still ship 

%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so

which is strange if that works ... 


-- 
Sérgio M. B.



--
___
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
___
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [VBox-users] Debugging Linux Guest Additions

2016-09-16 Thread Michael Thayer
On 16.09.2016 14:53, jdd wrote:
> Le 16/09/2016 à 13:07, Michael Thayer a écrit :
>> Hello All,
>>
>> I wrote up a basic wiki text<1> about debugging Linux Guest Additions
>> problems (just the drivers for now, maybe more to come).  Comments
>> welcome about whether it is understandable and/or helpful.
>>
>> Regards,
>>
>> Michael
>>
>> <1> https://www.virtualbox.org/wiki/LinuxAdditionsDebug
>>
> thanks
>
> notice openSUSE provide pre-compiled guest (and host) drivers

Right. That is the reason for the "zypper remove virtualbox*" in the
SUSE instructions, but it might be worth expanding on that.

Thanks,

Michael

> jdd

-- 
Michael Thayer | VirtualBox engineer
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister 
der Handelskammer Midden-Nederland, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher

--
___
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
___
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [VBox-users] Debugging Linux Guest Additions

2016-09-16 Thread jdd
Le 16/09/2016 à 13:07, Michael Thayer a écrit :
> Hello All,
>
> I wrote up a basic wiki text<1> about debugging Linux Guest Additions
> problems (just the drivers for now, maybe more to come).  Comments
> welcome about whether it is understandable and/or helpful.
>
> Regards,
>
> Michael
>
> <1> https://www.virtualbox.org/wiki/LinuxAdditionsDebug
>
thanks

notice openSUSE provide pre-compiled guest (and host) drivers

jdd

--
___
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
___
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe