FreeBSD 12 PowerPC CD/DVD images, no boot.

2018-09-09 Thread Alex McKeever
I have a problem with trying to boot FreeBSD 12 on my eMac G4, 1.25 (Retail). 
It will not boot (inverts colors in the boot menu)


Sent from Yahoo Mail for iPhone
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #17 from rkober...@gmail.com ---
(In reply to Dennis Clarke from comment #15)
just tried this and I need to slightly modify the instructions:
$ svnlite update -r 469570 /usr/ports/emulators/virtualbox-ose-kmod
$ svn update -r 469570 /usr/ports/emulators/virtualbox-ose
$ make -C /usr/ports/emulators/virtualbox-ose-kmod package
$ pkg add /usr/ports/packages/All/virtualbox-ose-kmod-5.2.12.txz

That file may be copied to other system and installed with "pkg add". Be sure
to delete any installed version of virtualbox-ose-kmod already installed with:
# pkg delete -f virtualbox-ose-kmod
before adding the newly built package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #16 from rkober...@gmail.com ---
(In reply to Dennis Clarke from comment #15)
Now I am completely baffled. I just checked the archive and there was never a
5.2.12_1. I see no way that the package virtualbox-ose-5.2.12_1 could exist.

That said, you need to get the kmod port for 5.2.12. To do that:
$ svn update -r 469570 /usr/ports/emulators/virtualbox-ose-kmod

That will downgrade the port to a version that matches the package for
virtualbox-ose. (PORTREVISION should not matter.) Then you can build the port.
If you need it on multiple system, do a "make package" so that you will have a
package you can just copy to other systems and install with "pkg add
/usr/ports/packages/All/virtualbox-ose-kmod-5.2.12.txz". This assumes that you
have not set any environmental variable that overrides the default location.

This is a fairly ugly mess that should never have happened. When it did, I
think the proper action would have been to build a package of 5.2.12 on an 11.2
system an put it somewhere on the ftp server. (The same applies to the nVidia
driver which has a similar issue.) This would have been documented in the
errata.

But I have no say in this and what you see is what ports-manager chose to do.

I can make a package you need available, but, if I was you, I would not trust a
driver from an unknown source. Let me know if you want it, though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Problem reports for sta...@freebsd.org that need special attention

2018-09-09 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |230620 | "install -d" issue
Open|227213 | FreeBSD 10.4 kernel deadlocks on sysctlmemlock

2 problems total for which you should take action.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #15 from Dennis Clarke  ---
(In reply to rkoberman from comment #12)

virtualbox-ose has been a real pain to deal with for the last few weeks
here.  At least for me and my team of sysadmins who are doing experiments
with FreeBSD RELEASE 11.2. I can report that I have seen the panic-on-boot
loop "feature" and it is fun. 

Well the package for virtualbox-ose is broken on the RELEASE version 
of 11.2 and so yes it is a problem and will remain a problem until some
future date. Near future we hope.  One may perform the experiment, as I
have, repeatedly, and see a kernel panic repeatedly.

One must build the virtualbox-ose-kmod bits from ports and then overwrite 
the existing pkg which was installed via dependencies for virtualbox-ose.

The entirely repeatable process :

1) install RELEASE 11.2 

2) at first boot you may su - and as root do very very few things :

# /usr/sbin/pkg query -e '%a = 0' '%o'
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly,
please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Installing pkg-1.10.5_1...
Extracting pkg-1.10.5_1: 100%
ports-mgmt/pkg
# 

Get on with the process of an update to the ports data

# /usr/sbin/portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found.
Fetching snapshot tag from your-org.portsnap.freebsd.org... done.
.
.
.

Then do the portsnap extract.

3) Full stop right here and we have a fresh RELEASE 11.2 system with not much
on it : 

# /usr/sbin/pkg query -e '%a = 0' '%o'
ports-mgmt/pkg
# 

4)  install virtualbox-ose BEFORE attempting to build virtualbox-ose-kmod

# pkg install virtualbox-ose 
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 125 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
virtualbox-ose: 5.2.12_1
qt5-x11extras: 5.10.1
qt5-gui: 5.10.1
.
.
.  a lot of stuff gets dragged in and that includes broken virtualbox-ose-kmod:
5.2.12

.
.
.

5) manually build virtualbox-ose-kmod in ports to replace the broken 5.2.12 pkg 

# cd /usr/ports/emulators/virtualbox-ose-kmod/
# make install clean  

  a few items to watch for : 

   Be sure to select libsigsegv for GNU m4 
   Disable DTRACE Build with DTrace probes
   gmp-6.1.2  enable CPU optimizations 


6) at some point in the reasonably near future you will have
   two virtualbox-ose version pkgs thus : 

virtualbox-ose-5.2.12_1General-purpose full virtualizer for x86
hardware
virtualbox-ose-kmod-5.2.18 VirtualBox kernel module for FreeBSD

Note the different versions. 

After a minor edit to /boot/loader.conf and /etc/rc.conf one may reboot and 
have a workable mixed version virtualbox-ose.  Sort of.  The kernel module
version
isn't really a perfect match but seems to work thus far.   I have attempted to
build all of virtualbox-ose from ports, repeatedly, over and over there are
little
bugs in the process that stop the build.  One gets fixed and another pops up.

I don't think your average user or sysadmin out there will be able to easily
get
around this mess.  So when is the next big release ?  Because I don't see how
this can be marked as "fixed".  At best there is a hack workaround.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 11.1-RELEASE-p13 fatal trap 12: page fault while in kernel mode

2018-09-09 Thread Rainer Duffner
After upgrading to 11.2-RELEASE-p2, the server constantly reboots instead of 
hanging at the crash-dump.


Still, I don’t get a crash dump in /var/crash


kern.corefile: %N.core
kern.coredump_devctl: 0
kern.nodump_coredump: 0
kern.coredump: 1
kern.capmode_coredump: 0
kern.sugid_coredump: 0
kern.coredump_pack_vmmapinfo: 1
kern.coredump_pack_fileinfo: 1
debug.ncores: 5
debug.elf32_legacy_coredump: 0
debug.elf64_legacy_coredump: 0
hw.ixl.core_debug_mask: 0


(server ) 0 # grep dump /etc/rc.conf
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev=„AUTO"

(server ) 0 # cat /etc/fstab 
# DeviceMountpoint  FStype  Options DumpPass#
/dev/mirror/swapnoneswapsw  0   0


The server is zfs-only, all the drives hang on said SemiMicro smartpqi 
controller.


I actually have two of these and both randomly reboot every couple of hours. Or 
more like every hour.





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


Re: FreeBSD 11.1-RELEASE-p13 fatal trap 12: page fault while in kernel mode

2018-09-09 Thread Kevin Oberman
On Sun, Sep 9, 2018 at 3:59 AM Rainer Duffner 
wrote:

>
>
> > Am 09.09.2018 um 11:08 schrieb Eugene Grosbein :
> >
> > This list strips attachments, so you should upload it somewhere and post
> a link.
>
>
>
> Well actually, the text you get when you post one says it’s awaiting
> moderator approval.
>
> But I found a way to upload it without signing up for some site:
>
> https://ibb.co/nHK9LU
>

Actually, what gets stripped is attachments that are not text/plain.
"text/plain gets through just fine.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #14 from rkober...@gmail.com ---
(In reply to Kubilay Kocak from comment #13)
I will open a bug report on this. I will admit that I never read the Errata
item. I just made foolish assumptions. Sigh.

Looking forward to three weeks from now when 11.1 goes EOL and a functioning
virtualbox-ose-kmod package for 11.2 will be available. (Well, the first
package build after that date.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 11.1-RELEASE-p13 fatal trap 12: page fault while in kernel mode

2018-09-09 Thread Rainer Duffner


> Am 09.09.2018 um 11:08 schrieb Eugene Grosbein :
> 
> This list strips attachments, so you should upload it somewhere and post a 
> link.



Well actually, the text you get when you post one says it’s awaiting moderator 
approval.

But I found a way to upload it without signing up for some site:

https://ibb.co/nHK9LU








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


[Bug 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #13 from Kubilay Kocak  ---
(In reply to rkoberman from comment #12)

The text from comment 10 was copied verbatim from the published 11.2-RELEASE
Errata notes. If the instructions are incorrect (or incomplete), please re-open
this issue, describing the exact correction to be made

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 11.1-RELEASE-p13 fatal trap 12: page fault while in kernel mode

2018-09-09 Thread Eugene Grosbein
09.09.2018 5:35, Rainer Duffner wrote:

> Hi,
> 
> I got a kernel panic
> 
> This a a HP Gen10 system.
> It has this new Microsemi SAS HBA that only got the driver with 11.2.
> 
> It’s running a syslog-server (syslog-ng)
> 
> I have attached a screenshot of the panic, hopefully it comes through.
> 
> 
> dumpdev is set to „AUTO“, but I don’t find any crashdumps in /var/crash.
> 
> dmesg also says it can’t find any crashdumps.

This list strips attachments, so you should upload it somewhere and post a link.


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


Re: FreeBSD OpenCL/CUDA nVidia

2018-09-09 Thread CeDeROM
Just to conclude:

NVIDIA SUX - just as most of you stated no support from nVidia to
Open-Source and more interesting OpenCL applications of their GPU -
after almost 15 years of being loyal customer (purchased 5+ cards and
recommended to others) I say GOODBYE NVIDIA WILL NOT RECOMMEND YOU TO
ANYONE ANYMORE!

ATI/AMD RADEON ROX - I have just bought RADEON RX 580 and OpenCL seems
available here - HELLO AMD RADEON - you have just re-gained old
customer I missed your smooth edges and better colors :-)

# clinfo
Number of platforms   2
  Platform Name   Clover
  Platform Vendor Mesa
  Platform VersionOpenCL 1.1 Mesa 18.1.5
  Platform ProfileFULL_PROFILE
  Platform Extensions cl_khr_icd
  Platform Extensions function suffix MESA

  Platform Name   Portable Computing Language
  Platform Vendor The pocl project
  Platform VersionOpenCL 2.0 pocl
0.14, LLVM 4.0.1
  Platform ProfileFULL_PROFILE
  Platform Extensions cl_khr_icd
  Platform Extensions function suffix POCL

  Platform Name   Clover
Number of devices 1
  Device Name Radeon RX 580 Series
(POLARIS10, DRM 3.8.0, 11.2-RELEASE-p2, LLVM 6.0.1)
  Device Vendor   AMD
  Device Vendor ID0x1002
  Device Version  OpenCL 1.1 Mesa 18.1.5
  Driver Version  18.1.5
  Device OpenCL C Version OpenCL C 1.1
  Device Type GPU
  Device Profile  FULL_PROFILE
  Max compute units   36
  Max clock frequency 1366MHz
  Max work item dimensions3
  Max work item sizes 256x256x256
  Max work group size 256
  Preferred work group size multiple  64
  Preferred / native vector sizes
char16 / 16
short8 / 8
int  4 / 4
long 2 / 2
half 8 / 8
(cl_khr_fp16)
float4 / 4
double   2 / 2
(cl_khr_fp64)
  Half-precision Floating-point support   (cl_khr_fp16)
Denormals No
Infinity and NANs Yes
Round to nearest  Yes
Round to zero No
Round to infinity No
IEEE754-2008 fused multiply-add   No
Support is emulated in software   No
Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support (core)
Denormals No
Infinity and NANs Yes
Round to nearest  Yes
Round to zero No
Round to infinity No
IEEE754-2008 fused multiply-add   No
Support is emulated in software   No
Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support (cl_khr_fp64)
Denormals Yes
Infinity and NANs Yes
Round to nearest  Yes
Round to zero Yes
Round to infinity Yes
IEEE754-2008 fused multiply-add   Yes
Support is emulated in software   No
Correctly-rounded divide and sqrt operations  No
  Address bits64, Little-Endian
  Global memory size  8552468480 (7.965GiB)
  Error Correction supportNo
  Max memory allocation   7697221632 (7.169GiB)
  Unified memory for Host and Device  No
  Minimum alignment for any data type 128 bytes
  Alignment of base address   32768 bits (4096 bytes)
  Global Memory cache typeNone
  Image support   No
  Local memory type   Local
  Local memory size   32768 (32KiB)
  Max constant buffer