Re: RTL8125: wont stay up

2024-08-19 Thread Greg 'groggy' Lehey
I do about it? So far nothing much. But my overall impression is that realtek-re-kmod is flaky. I haven't entered a PR yet because I can't be sure where the problem is located. Greg -- Sent from my desktop computer. See complete headers for address and phone numbers. This message is

Re: grep(1) bug - duplicate output lines

2023-09-27 Thread Greg 'groggy' Lehey
ep, GNU compatible) 2.6.0-FreeBSD >> >> E.G.: >> >> $ grep --color=always . /etc/fstab > > I think this is what we want: > > https://people.freebsd.org/~kevans/grep-color.diff That looks surprisingly complicated. FWIW, this issue didn't occur with older versions o

Re: Potential show-stopper in em driver?

2023-08-15 Thread Greg 'groggy' Lehey
On Monday, 14 August 2023 at 17:34:12 -0700, Kevin Bowling wrote: > On Mon, Aug 14, 2023 at 4:45 PM Greg 'groggy' Lehey wrote: >> Thanks. Let me know when you have something and I'll test it. > > I went ahead and reverted: 797e480cba8834e584062092c098e60956d281

Re: Potential show-stopper in em driver?

2023-08-14 Thread Greg 'groggy' Lehey
l disabled. I am looking into the scope > of the issue and will commit a fix or enable chicken bits for affected > parts soon. Thanks. Let me know when you have something and I'll test it. I'll reply to the other message later, but things look better without TCO. Greg -- S

Potential show-stopper in em driver?

2023-08-13 Thread Greg 'groggy' Lehey
ea to get to the bottom of it. The box is an ThinkCentre M93p. I'm attaching a verbose boot log, though I don't expect anybody to find something of use there. I'm also currently building a new world in case something has happened since Saturday. Greg -- Sent from my desktop computer. S

Re: FreeBSD wont boot on AMD Ryzen 9 7950X

2023-05-20 Thread Greg 'groggy' Lehey
isabled=1 >> set hint.uart.1.disabled=1 >> boot > > That did the job! Good to hear. But it's a workaround, of course. I hope you have entered a PR so that somebody can fix the problem. Greg -- Sent from my desktop computer. See complete headers for address and phone num

Re: Posting Netiquette [ref: Threads "look definitely like" unreadable mess. Handbook project.]

2022-06-23 Thread Greg 'groggy' Lehey
On Thursday, 23 June 2022 at 6:03:20 +0200, Polytropon wrote: > On Thu, 23 Jun 2022 13:01:18 +1000, Greg 'groggy' Lehey wrote: >> [...] I personally find that prepending >> ">" to the original message works best. Leaving white space after >> the

Re: Posting Netiquette [ref: Threads "look definitely like" unreadable mess. Handbook project.]

2022-06-22 Thread Greg 'groggy' Lehey
es, I agree entirely with your concerns, though without my core hat. Greg -- Sent from my desktop computer. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports problems, please read http://lemis.com/broken-MUA.php signature.asc Description: PGP signature

Re: Considering stepping down from all of my FreeBSD responsibilities

2022-04-01 Thread Greg 'groggy' Lehey
On Friday, 1 April 2022 at 9:38:07 -0700, Cy Schubert wrote: > In message <20220401064816.gs60...@eureka.lemis.com>, Greg 'groggy' Lehey > write > s: >> >> --TSQPSNmi3T91JED+ >> Content-Type: text/plain; charset=us-ascii >> Content-Disposition:

Re: Considering stepping down from all of my FreeBSD responsibilities

2022-03-31 Thread Greg 'groggy' Lehey
out what my future looks like going forward. >>> >>> Happy April 1st. I'm not going anywhere. :-) >> >> We are waiting for the announce of FreeBSD 2.2.10-RELEASE. :-) >> >> Cf. >> https://lists.freebsd.org/pipermail/freebsd-announce/2006-April/00105

Re: current now panics when starting VBox VM

2021-11-02 Thread Greg V via freebsd-current
On November 2, 2021 5:16:35 PM GMT+03:00, Michael Butler via freebsd-current wrote: >On current as of this morning (I haven't tried to bisect yet) .. > > .. with either graphics/drm-devel-kmod or graphics/drm-current-kmod, >trying to start a VirtualBox VM triggers this panic .. > >#16 0xfff

Re: PAM module for loading ZFS keys on login

2021-09-05 Thread Greg via freebsd-current
On September 5, 2021 4:54:26 PM GMT+03:00, Eric McCorkle wrote: >All, > >This patch creates a new PAM module that will load a ZFS key upon a >successful login: https://reviews.freebsd.org/D31844. It will use the >user's auth token as the key argument to loading a ZFS encryption key on >a user

Re: FYI for aarch64 main [14] running a mid March version: I ended up with [usb{usbus2}] stuck at (near) 100% cpu

2021-05-14 Thread Greg V
On May 14, 2021 5:59:48 AM UTC, Mark Millard via freebsd-current wrote: >The [usb{usbus2}] process eventually got stuck-busy, no >more I/O: > > >The system was a MACCHIATObin Double Shot. I've noticed USB issues on the mcbin too. In my experience uaudio was the most likely thing to freeze: so

Re: Problems with realtek NIC

2021-05-01 Thread Greg Rivers via freebsd-current
On Saturday, 1 May 2021 16:45:03 CDT Stefan Esser wrote: > Am 01.05.21 um 21:48 schrieb Greg Rivers via freebsd-current: > > On Saturday, 1 May 2021 14:09:46 CDT Nilton Jose Rizzo wrote: > >> I using a FreeBSD 14-Current and get random error with my NIC. The > >> wa

Re: Problems with realtek NIC

2021-05-01 Thread Greg Rivers via freebsd-current
n ports: net/realtek-re-kmod -- Greg ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: 13.0 RC4 might be delayed

2021-03-28 Thread Greg Rivers via freebsd-current
ily ported. > > > > > > > I found the relevant commit. Please give me some time for testing and > > I'll put this patch back in the tree. > >If you're going to put that patch back in, then AIO should probably be > made an option in the po

Re: HEADS-UP: PIE enabled by default on main

2021-02-25 Thread Greg 'groggy' Lehey
't create dynamic relocation R_X86_64_32 against local symbol > in readonly segment; recompile object files with -fPIC or pass > '-Wl,-z,notext' to allow text relocations in the output Ah, thanks. That makes more sense. Greg -- Sent from my desktop computer. See complete he

Re: HEADS-UP: PIE enabled by default on main

2021-02-25 Thread Greg 'groggy' Lehey
are PIE executables with non-PIE executables? Can I run PIE executables on older systems? Can I run older executables on a PIE system? Greg -- Sent from my desktop computer. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports proble

Re: panic in drm or vt or deadlock on mutex or ...

2021-02-08 Thread Greg V
On Mon, Feb 8, 2021 at 04:53, Alastair Hogge wrote: On 2021-02-04 17:50, Emmanuel Vadot wrote: [...] Only happens with drm when you do what ? Boot to multi-user; login (getty): $ doas kldload /boot/modules/amdgpu.ko $ sysctl [panic] ..is a guaranteed way to panic my system. https:/

Re: Name of touchpad changed in latest rev

2021-01-19 Thread Greg V
On Mon, Jan 18, 2021 at 08:01, Malcolm Matalka wrote: I just installed the below revision, and looks like the name the mouse shows up as has changed. Not sure if this is intended or not. What was "SynPS/2 Synaptics TouchPad" and now it is "DELL07E6:00 06CB:76AF TouchPad". Congratulatio

Re: Current kernel build broken with linuxkpi?

2021-01-14 Thread Greg V
On Thu, Jan 14, 2021 at 08:36, Robert Huff wrote: Hello: > I am trying to upgrade a system running: > > FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020 amd64 > > Per this discussion, I cannot compile the kernel because > drm-current-kmod is

Re: Current kernel build broken with linuxkpi?

2021-01-14 Thread Greg V
On Thu, Jan 14, 2021 at 08:05, Robert Huff wrote: "Houston ... we have a problem." Scenario: Chicken, meet egg? I am trying to upgrade a system running: FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020 amd64 Per this discussion, I cannot compile

Plans for git (was: Please check the current beta git conversions)

2020-09-01 Thread Greg 'groggy' Lehey
mehow I've missed this development. Reading between the lines, it seems that we're planning to move from svn to git, but I can't recall seeing any announcement on the subject. Can you give some background? It would also be nice to find a HOWTO both for the migration and for life wi

Re: New Xorg - different key-codes

2020-03-10 Thread Greg 'groggy' Lehey
00 (NoSymbol) 0x1008ff65 (XF86MenuKB) Some of these may reflect other remappings that I have done. > I hope this email saves somebody else from the frustrating > morning I had... Sorry. I should have thought of reporting it. For me, with a number of other issues, it was a frus

Re: Pkg repository is broken...

2020-03-07 Thread Greg 'groggy' Lehey
urrent version, according to svn blame. Arguably this should be the default anyway. Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports

Re: Pkg repository is broken...

2020-03-06 Thread Greg 'groggy' Lehey
On Friday, 6 March 2020 at 12:29:44 +0100, Lars Engels wrote: > On Wed, Mar 04, 2020 at 03:16:14PM +1100, Greg 'groggy' Lehey wrote: >> >> Any workarounds in the meantime? This must affect a lot of people, >> including those who use 12-: >> >>

Re: Pkg repository is broken...

2020-03-03 Thread Greg 'groggy' Lehey
. > Just learned on #freebsd that the repos are temporarily borked and > people are working hard to fix it. Any workarounds in the meantime? This must affect a lot of people, including those who use 12-: pkg: wrong architecture: FreeBSD:12.0:amd64 instead of FreeBSD:12:amd64 pkg: reposito

Re: WifI support missing: Qualcomm Atheros QCA986x/988x 802.11ac Wireless Network Adapter

2019-11-30 Thread greg
November 28, 2019 3:43 PM, "O. Hartmann" wrote: > The ath-driver found in recent 12-STABLE/13-CURRENT do not support this chip > although it seems > very common and well supported by several Linux distributions including the > OpenWRT router > project (I think that is the ath10k driver suite as

Re: AMD Secure Encrypted Virtualization - FreeBSD Status?

2019-10-05 Thread Greg V
Hey everyone, On October 5, 2019 4:49:39 AM GMT+03:00, "Clay Daniels Jr." wrote: >Grarpamp,Tomasz, and all: > >https://wiki.freebsd.org/SecureBoot >A work in progress. please keep in mind that the wiki is, as usual, very outdated. You can see that the last edit on this page was in 2017. A lot

Re: Firefox – GtkFileChooserNative – file selection dialogues

2019-09-22 Thread greg
September 22, 2019 7:16 PM, "Graham Perrin" wrote: > On 20/09/2019 09:28, Greg V wrote: > >>> … (What am I missing?) >> >> The dbus portal implementation itself, most likely. > root@momh167-gjp4-8570p:~ # pkg query '%o %v %R' dbus > devel/db

Re: Firefox – GtkFileChooserNative – file selection dialogues

2019-09-20 Thread Greg V
On September 19, 2019 8:02:35 PM GMT+03:00, Graham Perrin wrote: >Firefox does not use xdg-desktop-portal for file selection dialogs > > > > This patch makes Firefox's GTK3 platform support use > > GtkFileChooserNative when available. GtkFileC

Re: "amdgpu and radeonkms are known to fail with EFI Boot"

2019-08-24 Thread Greg V
On August 24, 2019 10:15:22 AM GMT+03:00, "Clay Daniels Jr." wrote: >From the kmod ports, dated 20190814 > > >/usr/ports/graphics/drm-current-kmod/pkg-descr > >"amdgpu and radeonkms are known to fail with EFI Boot" > > >/usr/ports/graphics/drm-current-kmod/pkg-message > >"some positive reports if

Re: HELP: UEFI/ZFS Boot failure: Ignoring Boot000A: Only one DP found

2019-08-21 Thread greg
August 22, 2019 12:23 AM, "O. Hartmann" wrote: > Am Wed, 21 Aug 2019 15:58:24 -0500 > Karl Denninger schrieb: > >> I would see if you can get REFIND loaded and use that. I have a Lenovo >> X1 Carbon Gen 6 and that's the answer I used, as it allows multi-boot >> (e.g. Win10 and FreeBSD) easily.

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-20 Thread Greg V
On July 20, 2019 1:54:47 AM GMT+03:00, Evilham wrote: > it even suspends and resumes back to X Wow, that's great news! Desktop Ryzen+Vega doesn't (not that I need suspend very much on desktop haha) >- xbacklight doesn't work, neither does intel-backlight because > it's AMD Since it's a Thin

Re: Enabling synaptics and elantech touchpads by default

2019-06-03 Thread Greg V
On June 3, 2019 11:31:21 PM GMT+03:00, Niclas Zeising wrote: >Hi! >I've created a reveiew, https://reviews.freebsd.org/D20507, to enable >synaptics and elantech touchpads by default. > >Today, these tunables needs to be set on boot for users to get full use > >of their touchpads, even when using

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Greg Rivers
n unable to make a lagg interface work as a member of a bridge. Lacking the time to pursue it, I've resorted to NATing instead. Also, wlan interfaces tend to break if you change their MAC address. So in a lagg consisting of a wlan interface and a ethernet interface (without a bridge), I

Re: FreeBSD Core Team Response to Controversial Social Media Posts

2019-05-12 Thread Greg V
On Sun, May 12, 2019 at 03:16, Miroslav Lachman <000.f...@quip.cz> wrote: FreeBSD Core Team Secretary wrote on 2019/05/10 03:24: The FreeBSD Core Team is aware of recent controversial statements made on social media by a FreeBSD developer. We, along with the Code of Conduct review committe

Re: Danish FreeBSD Developer hates jews collectively

2019-05-09 Thread Greg V
On May 9, 2019 10:16:35 PM GMT+03:00, Enji Cooper wrote: > >> On May 9, 2019, at 11:03 AM, ossobser...@redchan.it wrote: > >This is the only reply I’m going to give to this thread that seems like >obvious troll bait. Oh yeah, if you see anything mentioning "GPL revocation", it's most likely the

Re: Switching fb backend back to default

2019-03-17 Thread Greg V
On Sun, Mar 17, 2019 at 3:07 PM, Johannes Lundberg wrote: Hi I'm working on making i915kms unload properly. I've come to what I think is the last issue. The drm driver unloads ok, the "efifb" backend is restored (according to logs) and vt_efifb_init() is being called but the screen (lap

Re: src committer please

2018-12-13 Thread Greg 'groggy' Lehey
nstall out of the box on commodity HP kit is not a good look. OK, I'll take a look. Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports problems,

Re: emac g4 1.25 GHz retail model won't boot FreeBSD 12 at all.

2018-11-13 Thread Greg V
On Mon, Nov 12, 2018 at 11:54 PM, Alex McKeever wrote: The CD or DVD show up fine in the device selection screen, but it won’t even boot the disc. What changed from 11.2 to 12.0 in regards to PowerPC Macs that are 32 bit? I've been able to boot various 12-CURRENT builds on my iBook G4 jus

Re: No amdtemp sysctls, acpi errors, AMD Ryzen 5 2400G

2018-11-13 Thread Greg V
On Tue, Nov 13, 2018 at 8:59 PM, Daniel Eischen wrote: Greetings, I'm trying to track down a couple of things. amdtemp doesn't report any temperature sensors, and acpi seems to have some errors. Not sure if they are related. These are the ACPI-related warnings and errors during boot.

Re: Graphics open-source-friendliness, AMD Ryzen vs. Intel

2018-11-11 Thread Greg V
On Sun, Nov 11, 2018 at 3:42 PM, Thomas Mueller wrote: I may need to buy parts for a new computer because of malfunctions on current motherboard and CPU (Intel Sandy Bridge dating to May 2011). Question is whether I am better off, regarding open-source-friendliness of graphics chips for r

Re: Current status of Ryzen (non-)support

2018-10-22 Thread Greg V
On Sun, Oct 21, 2018 at 7:09 PM, Hannes Hauswedell wrote: Hi everyone, I wanted to ask what the current status of Ryzen support is and/or whether any new changes are planned. My situation: * second generation Ryzen: 2600X * running -CURRENT * I have done the things described here: https://l

Re: Good motherboard for Ryzen (first-gen)

2018-10-12 Thread Greg V
On Thu, Oct 11, 2018 at 11:40 PM, Eric van Gyzen wrote: On 9/21/18 9:53 PM, Eric van Gyzen wrote: I would like to build a Ryzen desktop. Can anyone recommend a good motherboard? I'm planning on a first-gen, because the second-gen has similar stability problems as the first-gen had, an

Re: Problem compiling rust

2018-10-06 Thread Greg V
On Sat, Oct 6, 2018 at 3:26 PM, Filippo Moretti wrote: extracting cargo-0.29.0-x86_64-unknown-freebsd/cargo/share/doc/cargo/README.md extracting cargo-0.29.0-x86_64-unknown-freebsd/cargo/manifest.in extracting cargo-0.29.0-x86_64-unknown-freebsd/cargo/etc/bash_completion.d/cargo ext

Re: linux-c7 and opengl apps?

2018-10-06 Thread Greg V
On Fri, Oct 5, 2018 at 11:21 PM, Theron wrote: % /compat/linux/opt/VirtualGL/bin/glxinfo | grep OpenGL libGL error: MESA-LOADER: failed to retrieve device information Do you have linsysfs mounted? Try reading /compat/linux/sys/class/drm/card0/device/uevent. Mesa won't retrieve device infor

Re: linux-c7 and opengl apps?

2018-10-05 Thread Greg V
On Wed, Oct 3, 2018 at 12:36 PM, Johannes Lundberg wrote: Hi Have anyone successfully run opengl apps with linux-c7? Linux opengl apps works great with linux-c6 on gpu < kabylake but linux-c6-dri does not include support for kabylake gpus. Linux glxinfo in c7 show support for hardware rend

Re: best linux emulation for 12-current

2018-10-05 Thread Greg V
On Thu, Oct 4, 2018 at 7:31 PM, tech-lists wrote: Hi, Which is the better package for linux emulation on 12-alpha8 - c6 or c7? Or something else? Emulation is for boinc_client to take linux work c7 is newer, of course it's better, c6 is very old stuff. But you can also just extract any

Re: Good motherboard for Ryzen (first-gen)

2018-09-22 Thread Greg V
On Sat, Sep 22, 2018 at 5:53 AM, Eric van Gyzen wrote: I would like to build a Ryzen desktop. Can anyone recommend a good motherboard? I'm planning on a first-gen, because the second-gen has similar stability problems as the first-gen had, and AMD hasn't released errata for the second-ge

Re: FreeBSD EFI projects

2018-09-20 Thread Greg V
On Thu, Sep 20, 2018 at 12:24 AM, Rebecca Cran wrote: On 9/19/18 3:53 AM, Greg V wrote: Yes, of course it was 64-bit. I don't think I ever downloaded the 32-bit one... And are you sure it was booted via EFI and not the BIOS emulation CSM (Compatibility Support Module)? I

Re: FreeBSD EFI projects

2018-09-19 Thread Greg V
On Wed, Sep 19, 2018 at 6:31 PM, Rodney W. Grimes wrote: On Wed, Sep 19, 2018 at 6:06 PM, Rodney W. Grimes wrote: >> On Wed, Sep 19, 2018 at 5:34 PM, Rodney W. Grimes >> wrote: >> >> On 9/18/18 4:11 AM, Greg V wrote: >> >> >> >

Re: FreeBSD EFI projects

2018-09-19 Thread Greg V
On Wed, Sep 19, 2018 at 6:06 PM, Rodney W. Grimes wrote: On Wed, Sep 19, 2018 at 5:34 PM, Rodney W. Grimes wrote: >> On 9/18/18 4:11 AM, Greg V wrote: >> >> > >> > I can confirm that the kernel already worked fine when booted from >> > 32

Re: FreeBSD EFI projects

2018-09-19 Thread Greg V
On Wed, Sep 19, 2018 at 5:34 PM, Rodney W. Grimes wrote: On 9/18/18 4:11 AM, Greg V wrote: > > I can confirm that the kernel already worked fine when booted from > 32-bit EFI. > > I booted an old Mac into HardenedBSD using a 32-bit-EFI build of GRUB2 :) Was that a

Re: FreeBSD EFI projects

2018-09-19 Thread Greg V
On 09/18, Rebecca Cran wrote: On 9/18/18 4:11 AM, Greg V wrote: I can confirm that the kernel already worked fine when booted from 32-bit EFI. I booted an old Mac into HardenedBSD using a 32-bit-EFI build of GRUB2 :) Was that a 64-bit version of FreeBSD? My understanding is the 32-bit

Re: FreeBSD EFI projects

2018-09-18 Thread Greg V
On Mon, Sep 17, 2018 at 11:09 PM, Konstantin Belousov wrote: That said, making only the loader->kernel transition from EFI 32bit to 64bit kernel should be not too hard, and even significantly simpler than to make 32bit EFI load 32bit kernel. amd64 kernels already aware that there might be

Re: WiFi QCA986x/988x 802.11ac Wireless Network Adapter support?

2018-09-14 Thread Greg
On 09/14, Hartmann, O. wrote: For a while 802.11ac adapters are out and some of them made by Qualcomm/Atheros are considered useful for building accesspoints, like the QCA9882. Running revent 12-ALPHA6 on an APU from PCengines equipted with such an WiFi adaptor (I think this product is named Com

Re: priority of paths to kernel modules?

2018-08-25 Thread Greg
On 08/25, Niclas Zeising wrote: On 08/24/18 17:20, Warner Losh wrote: This would allow the graphics port to have a rc script that sets this up so when X11 goes to automatically load the module, the right one gets loaded. I just want to point out that X11 doesn't load the graphics kernel driv

Re: dmesg output I don't understand

2018-08-22 Thread Greg V
On Wed, Aug 22, 2018 at 7:20 PM, Per Gunnarsson wrote: Hello! What do these lines in my dmesg mean? I am on amd64. /usr/src Revision: 338177 /usr/ports Revision: 43 P.S I got Fatal trap 12 with this revision after installing several fusefs modules from ports. After removing fuse f

Re: CFT: TRIM Consolodation on UFS/FFS filesystems

2018-08-21 Thread Greg Rivers
p because swap is not UFS. > Can the feature be turned on using one of the conf files in /etc? > No, TRIM and other UFS features are controlled by parameters in the UFS superblock. See tunefs(8). -- Greg ___ freebsd-current@freebsd.org mai

Re: rust broken?

2018-06-07 Thread Greg
On 06/07, Matthew Macy wrote: On Thu, Jun 7, 2018 at 10:33 Michael Butler wrote: Ah - I'll re-enable that to see if it makes a difference .. It's not a question of enabling. It doesn't explicitly use the 11 symbols. Rust developers assume that every OS has a frozen ABI like Linux. The rust

Re: Elantech Touchpad Woes - Support for Elantech touchpads over i2c/SMBus still possibly missing

2018-06-02 Thread Greg V
On Sat, Jun 2, 2018 at 3:14 AM, Albert wrote: Hi all, I'd like to start out by saying that I'm a newcomer to FreeBSD, but I've been running Linux for years now and I'm still having a few issues transitioning. Despite that. I've been having a blast setting things up for myself, and I'm ho

Re: zfskern{txg_thread_enter} thread using 100% or more CPU

2018-04-24 Thread Greg V
On Wed, Apr 25, 2018 at 2:30 AM, Steve Wills wrote: Hi, Recently on multiple systems running CURRENT, I've been seeing the system become unresponsive. Leaving top(1) running has lead me to notice that when this happens, the system is still responding to ping and top over ssh is still worki

Re: Nvidia issue with CURRENT

2018-04-23 Thread Greg 'groggy' Lehey
On Monday, 23 April 2018 at 9:55:40 +0200, Mariusz Zaborski wrote: > On Mon, Apr 23, 2018 at 05:51:01PM +1000, Greg 'groggy' Lehey wrote: >> On Monday, 23 April 2018 at 9:00:33 +0200, O. Hartmann wrote: >>> On Sun, 22 Apr 2018 14:38:55 +0200 Mariusz Zaborski >

Re: Nvidia issue with CURRENT

2018-04-23 Thread Greg 'groggy' Lehey
t; can > compile yourself. Yes, but this has nothing to do with the bug. Clearly Marisuz and I have the configuration correct, but something has changed in the last few months. Marisuz, as I commented, your log wasn't appended to the message I received. What is your hardware? Greg -- Sent

Re: Nvidia issue with CURRENT

2018-04-22 Thread Greg 'groggy' Lehey
try that (see http://www.nvidia.com/object/unix.html). > I'm attaching also Xorg log. This seems to have got lost. Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If y

Re: webcamd based touchscreen problem on Pi3

2018-03-08 Thread Greg
On 03/08, Hans Petter Selasky wrote: On 03/08/18 17:16, Bernd Walter wrote: Hardware is a Raspberry Pi3 with current r330034. I'm trying to run a USB touchscreen. Tested wmt and uep, but neither wants to attach, although the Waveshare display I'm using is likely running an egalaxy firmware. Howe

Re: System76 Galago Pro with 8th gen CPU

2018-03-08 Thread Greg
On 03/07, Eric van Gyzen wrote: Has anyone tried -CURRENT on the latest System76 Galago Pro with an 8th gen Kaby Lake R?  All the reports I've heard, including the Laptops page on the wiki, concern systems with a 7th gen Kaby Lake. "8th gen Kaby Lake" WTF Intel, what are you doing with the nami

Re: Compilation failure of the kernel for drm-next

2018-02-27 Thread Greg V
On 2/27/2018 5:03 AM, Pete Wright wrote: On 02/26/2018 17:17, Mylan Connolly wrote: Hello all, I'm not sure if this is the best place to send this, but it looks like the issue tracker in Github is a bit dead. there may not be much traffic on it recently, but people are def still actively

Re: mlx4 weird error "Failed to map EQ context memory" after update

2018-02-17 Thread Greg V
On 01/20/2018 12:18, Hans Petter Selasky wrote: On 01/20/18 00:17, Greg V via freebsd-net wrote: On 01/19/2018 12:54, Hans Petter Selasky wrote: On 01/18/18 14:11, Greg V wrote: Hi. I've upgraded CURRENT from December 19 (https://github.com/freebsd/freebsd/c

Re: CURRENT and HD3000: i915 failing badly

2018-02-01 Thread Greg
On 02/01, O. Hartmann wrote: Hello out there, I got my hands on a Fujitsu Lifebook E751 manufactured 8/2011. The CPU is a Core i5-2520M, 4GB RAM and QM67 chipset, with an integrated HD3000 graphics. The display is on this model a Non-Glare HD+ display (1920x1080, I guess). Neither FreeBSD 11.1-

Re: Broadcom 802.11ac WDI SDIO Adapter (Version 1.605.1.0) not configured

2018-01-24 Thread Greg V
On 01/24/2018 02:03, KIRIYAMA Kazuhiko wrote: HI, Broadcom 802.11ac WDI SDIO Adapter works in Windows but does not recognaized in my machne[1]. Actually both ifconfig and pciconf show nothing wifi drives found: Hi. SDIO support is not there yet. Some development is going on: https://wiki.free

Re: mlx4 weird error "Failed to map EQ context memory" after update

2018-01-19 Thread Greg V
On 01/19/2018 12:54, Hans Petter Selasky wrote: On 01/18/18 14:11, Greg V wrote: Hi. I've upgraded CURRENT from December 19 (https://github.com/freebsd/freebsd/commit/fd53ccf393f4f8ac1948e97eca108) to today (https://github.com/freebsd/freebsd/commit/391a83c86bb91ae3840cf37b7de478f42cc

mlx4 weird error "Failed to map EQ context memory" after update

2018-01-18 Thread Greg V
Hi. I've upgraded CURRENT from December 19 (https://github.com/freebsd/freebsd/commit/fd53ccf393f4f8ac1948e97eca108) to today (https://github.com/freebsd/freebsd/commit/391a83c86bb91ae3840cf37b7de478f42cc97e2a) and my Mellanox ConnectX-2 network card stopped working: mlx4_core0: mem 0xfe1000

Re: swapfile query

2017-08-19 Thread Greg 'groggy' Lehey
e 1x 2x or some other multiple of RAM these days? It never needed to be. The only issue is that if you want processor dumps, you once needed a swap partition (and not a swap file) at least marginally larger than memory. With compressed dumps, that requirement is relaxed, but I suspect that a 4 G

Re: date(1) default format changed between 10.3 and 11.0-BETA3

2016-08-05 Thread Greg 'groggy' Lehey
locale. >> >> POSIX does say that the default format should be the same >> as with "+%a %b %e %H:%M:%S %Z %Y". >> It also says that %a and %b are locale's abbreviated names. > > It is true for _POSIX_ locale only, as I already say. en_US.* is not >

Re: Kernel panic - help

2016-05-16 Thread Greg Quinlan
%..22%..31%..42%..52%..61%..72%..81%..92% On Monday, 16 May 2016, 7:24, Greg Quinlan wrote: FreeBSD dns0 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r299817M: Sun May 15 18:55:50 AEST 2016    root@dns0:/usr/obj/usr/src/sys/GENERIC  amd64 ===8<=== May 16 03:03:48 dns0 syslogd: kernel boot file

Kernel panic - help

2016-05-15 Thread Greg Quinlan
:48 dns0 kernel: Uptime: 7h31m3s May 16 03:03:48 dns0 kernel: Dumping 953 out of 8113 MB:..2%..11%..21%..31%..41%..51%..61%..71%..81%..91%  Not sure if the above is useful, seems to happen early morning. Thanks Greg ___ freebsd-current@freebsd.org mail

Re: FreeBSD Quarterly Status Report - First Quarter 2016 (fwd)

2016-05-02 Thread Greg 'groggy' Lehey
ing credence to the concept >> of meliorism. [ ??? ] > > > I, for one, learned at least 4 new words in that announcement, 3 of > which were actually real. And the other is int? OK, I'll bite. Which one is unreal? Greg -- Sent from my desktop computer. Finger g...@freebs

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-14 Thread Greg Quinlan
Thanks. I am not going to use OSS anymore...  I am going to stick to stick with a custom kernel device sounddevice snd_hda From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Saturday, 13 February 2016, 18:55 Subject: Re: Open Sound System - OS

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Greg Quinlan
EL PANIC FreeBSD-11 Well done!! Fixed. Thanks! From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Thursday, 11 February 2016, 17:54 Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11 On 02/1

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Greg Quinlan
Well done!! Fixed. Thanks! From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Thursday, 11 February 2016, 17:54 Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11 On 02/11/16 03:02, Greg Qui

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Greg Quinlan
  wheel 11926368 Dec 20 07:40 nvidia.ko -rw-r--r--  1 root  wheel         1008 Dec 20 07:40 linker.hints Thanks GQ From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Wednesday, 10 February 2016, 21:07 Subject: Re: Open Sound System - OSS "s

Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Greg Quinlan
Hi, I haven't seen a Kernel Panic like this for a long time... i.e. repeatable and due to a single command. I have compiled the port /usr/ports/audio/oss and installed it on FreeBSD11. A ran /usr/local/sbin/ossdetect which created the file /usr/local/lib/oss/etc/installed_drivers. Conten

Re: [RFC] Removin the old make

2015-02-10 Thread Greg 'groggy' Lehey
by Feb 16th. How does this affect non-system Makefiles that depend on pmake? Is bmake completely upward compatible? Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If your Mic

geli TRIM support

2014-03-20 Thread Greg Rivers
A while back there was talk of adding TRIM support to geli(8) [1]. Does anyone know if progress has been made or if there are still plans for it? [1] http://lists.freebsd.org/pipermail/freebsd-fs/2013-March/016773.html -- Greg Rivers ___ freebsd

Re: PACKAGESITE spam

2013-12-21 Thread Greg Rivers
ut it? Having a record of changes to the system has always seemed like a feature to me... -- Greg ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf

2013-11-17 Thread Greg Rivers
figured jail so that we once again have everything working out of the box? Maybe the Capsicum framework will supersede both chroots and jails for added BIND security, but until then, shouldn't the chroot feature be retained? -- Greg Rivers __

Re: Simple check if current is broken

2012-11-13 Thread Greg 'groggy' Lehey
Lach wrote: > What about cases when something is broken, but not for everybody? Just say so. > If only GENERIC build, how does that differ from existing > tinderboxing? It's all in one place. The idea sounds good to me. All we need is somebody to implement it and somebody to maintai

Traditional cpp (was: /usr/bin/calendar broken on current)

2012-11-09 Thread Greg 'groggy' Lehey
On Friday, 9 November 2012 at 13:52:24 +0100, Dimitry Andric wrote: > On 2012-11-09 08:26, Greg 'groggy' Lehey wrote:> On Thursday, 8 November > 2012 at 22:58:37 -0800, Manfred Antar wrote: >>> Sometime in the last week calendar stopped working. >>> not s

Re: /usr/bin/calendar broken on current

2012-11-08 Thread Greg 'groggy' Lehey
--- pathnames.h (revision 242777) +++ pathnames.h (working copy) @@ -32,5 +32,5 @@ #include -#define_PATH_CPP "/usr/bin/cpp" +#define_PATH_CPP "/usr/bin/gcpp" #define_PATH_INCLUDE "/usr/share/calendar" Clearly that's

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Greg 'groggy' Lehey
*would* be a more kosher way of doing what lsof wants. > Remember also that lsof is portable between MANY flavors of *nix. Only because the author goes to a lot of effort to make it so. There's special-case code for most kernels. In the case of FreeBSD, it would make sense to use d

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Greg 'groggy' Lehey
On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: > On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: >> On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk >> wrote: >>> >>> Once again, attempting to use kernel internals

Re: Panic on boot after svn update

2012-07-28 Thread Greg 'groggy' Lehey
I was trying to reboot with the old kernel, dating back to FreeBSD swamp.lemis.com 10.0-CURRENT FreeBSD 10.0-CURRENT #3: Sun May 13 14:34:43 EST 2012 r...@swamp.lemis.com:/usr/obj/src/FreeBSD/svn/head/sys/GENERIC i386 Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP publi

Re: Java and NIO?

2012-07-04 Thread Greg Lewis
try though. I don't believe anyone is currently working on a fix for the openjdk6 port for this. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@free

Re: FreeBSD 9.0-RC1 Available...

2011-10-22 Thread Greg Miller
On 10/22/11, Ken Smith wrote: > > The first of the Release Candidate builds of the 9.0-RELEASE release > cycle is now available. Since this is the first release of a brand New in RC1, with GENERIC: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -std=c99 -g -Wall -Wredunda

Re: flash for 9-beta3

2011-10-08 Thread Greg Miller
On 10/8/11, Nenhum_de_Nos wrote: > as recently had issues in this regard, to install it can I just use > http://www.freebsd.org/doc/handbook/desktop-browsers.html or there is > another guide ? I've just noticed that I never actually added the symbolic link, but I've otherwise followed the 8.x ins

Re: Experiences with FreeBSD 9.0-BETA2

2011-10-08 Thread Greg Miller
On 10/7/11, Ed Schouten wrote: > Well, apart from small bugs here and there, it should be pretty > conformant already, especially when compared to various graphical > terminal emulators (e.g. GNOME terminal). For example, it passes quite a > large number of tests from vttest. I've never gotten ar

Re: make buildworld error on 9.0B2

2011-10-01 Thread Greg Miller
On 9/30/11, Conrad J. Sabatier wrote: > On Wed, 28 Sep 2011 19:57:55 -0500 > Greg Miller wrote: > >> On a fresh install of 9.0B2, I've updated my source to RELENG_9 with >> csup, and I get the following when I try to make buildworld: >> >> ***

Re: make buildworld error on 9.0B2

2011-09-29 Thread Greg Miller
On 9/29/11, Greg Miller wrote: > On 9/28/11, Adrian Chadd wrote: >> On 29 September 2011 08:57, Greg Miller wrote: >>> On a fresh install of 9.0B2, I've updated my source to RELENG_9 with >>> csup, and I get the following when I try to make buildworld: >>

  1   2   3   4   5   6   7   8   >