[Bugzilla] Commit Needs MFC

2014-08-04 Thread bugzilla-noreply
Hi,

You have a bug in the Needs MFC state which has not been touched in 7 or more 
days. This email serves as a reminder that you may want to MFC this bug or 
marked it as completed.

In the event you have a longer MFC timeout you may update this bug with a 
comment and I won't remind you again for 7 days.

This reminder is only sent on Mondays.  Please file a bug about concerns you 
may have.

  This search was scheduled by ead...@freebsd.org.


 (1 bugs)

Bug 144584:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=144584
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-emulation@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [linprocfs][patch] bogus values in linprocfs

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Friday, January 03, 2014 a las 04:15:30PM +0100, Bernhard Fröhlich 
escribió:

 VirtualBox 4.3.6 Ports:
 http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz
 
 ...


Hello,

Based on the call for testers file virtualbox-cft-4.3.0-20131020.tar.gz
I compiled ports/emulators/virtualbox-ose-additions;

the background of using this version from end of October is, that
it is the last one which fits in my ports tree and the 10-CURRENT
(r255948, ports: r328930, October 1st 2013) I have to run
in this VM which runs fine in vbox of Ubuntu 14.04;

after this 4.3.0 there was a fundamental change in the ports tree and it
would mean that I have to compile all my ports from scratch;

I had a few errors and removed

-fformat-extensions
-fno-format-extensions
-mno-align-long-strings

from work/VirtualBox-4.3.0/Config.kmk and after this it
compiled and installed fine with:

# make install USE_GCC=any

but the system can not load the module:

# /usr/local/etc/rc.d/vboxguest start
/usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
# ls -ltr /boot/modules/vb*
-r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
-r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
# kldload /boot/modules/vboxguest.ko
kldload: can't load /boot/modules/vboxguest.ko: No such file or directory

Why is this?

Thanks



Vy 73

 matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
On Mon, Aug 4, 2014 at 10:51 AM, Matthias Apitz g...@unixarea.de wrote:
 El día Friday, January 03, 2014 a las 04:15:30PM +0100, Bernhard Fröhlich 
 escribió:

 VirtualBox 4.3.6 Ports:
 http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz

 ...


 Hello,

 Based on the call for testers file virtualbox-cft-4.3.0-20131020.tar.gz
 I compiled ports/emulators/virtualbox-ose-additions;

 the background of using this version from end of October is, that
 it is the last one which fits in my ports tree and the 10-CURRENT
 (r255948, ports: r328930, October 1st 2013) I have to run
 in this VM which runs fine in vbox of Ubuntu 14.04;

 after this 4.3.0 there was a fundamental change in the ports tree and it
 would mean that I have to compile all my ports from scratch;

 I had a few errors and removed

 -fformat-extensions
 -fno-format-extensions
 -mno-align-long-strings

 from work/VirtualBox-4.3.0/Config.kmk and after this it
 compiled and installed fine with:

 # make install USE_GCC=any

 but the system can not load the module:

 # /usr/local/etc/rc.d/vboxguest start
 /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
 # ls -ltr /boot/modules/vb*
 -r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
 -r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
 # kldload /boot/modules/vboxguest.ko
 kldload: can't load /boot/modules/vboxguest.ko: No such file or directory

 Why is this?

Please have a look at /var/log/messages when loading the kernel module
because the real cause is posted there when loading fails.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 01:19:30PM +0200, Bernhard Fröhlich 
escribió:

  # make install USE_GCC=any
 
  but the system can not load the module:
 
  # /usr/local/etc/rc.d/vboxguest start
  /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
  # ls -ltr /boot/modules/vb*
  -r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
  -r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
  # kldload /boot/modules/vboxguest.ko
  kldload: can't load /boot/modules/vboxguest.ko: No such file or directory
 
  Why is this?
 
 Please have a look at /var/log/messages when loading the kernel module
 because the real cause is posted there when loading fails.

Thanks for your feedback; the message is:

Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't load 
vboxguest module.
Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined


matthias

-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz escribió:

  Please have a look at /var/log/messages when loading the kernel module
  because the real cause is posted there when loading fails.
 
 Thanks for your feedback; the message is:
 
 Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't 
 load vboxguest module.
 Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined


more Infos:


root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find work | 
fgrep RTMpGetCoreCount` 
   -rw-r--r--  1 root  wheel  2448 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
-rw-r--r--  1 root  wheel  5274 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o.dep
-rw-r--r--  1 root  wheel  2504 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
-rw-r--r--  1 root  wheel  5350 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o.dep
-rw-r--r--  1 root  wheel  1502 Oct 15  2013 
work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
 | fgrep RTMpGetCoreCount
 T RTMpGetCoreCount
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
 | fgrep RTMpGetCoreCount
 T RTMpGetCoreCount
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
/boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount 
U RTMpGetCoreCount


i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included
in the kernel module?

matthias

-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
Am 04.08.2014 14:40 schrieb Matthias Apitz g...@unixarea.de:

 El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz
escribió:

   Please have a look at /var/log/messages when loading the kernel module
   because the real cause is posted there when loading fails.
 
  Thanks for your feedback; the message is:
 
  Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING:
Can't load vboxguest module.
  Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount
undefined


 more Infos:


 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find
work | fgrep RTMpGetCoreCount`
   -rw-r--r--  1 root  wheel  2448 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
 -rw-r--r--  1 root  wheel  5274 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o.dep
 -rw-r--r--  1 root  wheel  2504 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
 -rw-r--r--  1 root  wheel  5350 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o.dep
 -rw-r--r--  1 root  wheel  1502 Oct 15  2013
work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
| fgrep RTMpGetCoreCount
  T RTMpGetCoreCount
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
| fgrep RTMpGetCoreCount
  T RTMpGetCoreCount
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
/boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount
U RTMpGetCoreCount


 i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included
 in the kernel module?

 matthias

Have a look at the patches in virtualbox-ose for that function. There
should be a patch to add it to the kmod. You are just replicating issues
that were fixed already.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 07:23:31PM +0200, Bernhard Fröhlich 
escribió:

 i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not
included
 in the kernel module?

 Â  Â  Â  Â  matthias
 
Have a look at the patches in virtualbox-ose for that function. There
should be a patch to add it to the kmod. You are just replicating
issues that were fixed already.

Thanks in any case for reading this and answering. I know that 4.3.0 is
outdated. But even if outdated, I do not fully understand this: it means
that the virtualbox-ose-application was never loaded into the kernel, or
am I wrong?

I will see how to fix this is the Makefile of its kmod.

Thx again

matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

virtualbox-ose-additions-4.2.18: video and mouse works, but no button events

2014-08-04 Thread Matthias Apitz

Hello,

I have a FreeBSD 10-CURRENT as guest in a virtual box running on Ubuntu
14.04.1.

The port virtualbox-ose-additions  (4.2.18) installed fine and with it
the following is working fine:

- Xorg uses 'vboxvideo' driver and resizing or fullscreen works fine
- Xorg uses 'vboxmouse' with the following section in xorg.conf:

  Section InputDevice
Identifier  Mouse0
Driver  vboxmouse
  EndSection

  the mouse moves fine and can cross the border of the VM to Ubuntu-land
  but no button click is seen; I've checked this with xev: the moves of
  the mouse pointer are fine, but no click is seen by the xev

  having in xorg.conf:

  Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
  EndSection

  the mouse in the VM works fine, but the mouse pointer can not leave
  the VM and no cutpaste is possible between the VM and Ubuntu.

Any ideas? Thanks

matthias

-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
Am 04.08.2014 21:03 schrieb Matthias Apitz g...@unixarea.de:

 El día Monday, August 04, 2014 a las 07:23:31PM +0200, Bernhard Fröhlich
escribió:

  i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not
 included
  in the kernel module?
 
  Â  Â  Â  Â  matthias
 
 Have a look at the patches in virtualbox-ose for that function. There
 should be a patch to add it to the kmod. You are just replicating
 issues that were fixed already.

 Thanks in any case for reading this and answering. I know that 4.3.0 is
 outdated. But even if outdated, I do not fully understand this: it means
 that the virtualbox-ose-application was never loaded into the kernel, or
 am I wrong?

 I will see how to fix this is the Makefile of its kmod.

No, this kind of issue exists because there is some kind of include list
for functions used by the kernel modules. The list is per OS and updated
manually and vbox developers tend to miss entries for FreeBSD. Adding the
filename to the list is simple and we usually create a simple patch for it
which we sure did in the following cft and it might still be in the
virtualbox-ose port if it wasn't yet included upstream.

After all this is wasting your time and now even mine so please try to use
packages or a newer portstree. This is a dead end.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org