New console output at boot?

2024-09-22 Thread Kevin Oberman
art of the boot. I'm guessing it is a warning to update one or more of the files. I'm running main-n272093-705583b76f3f on an amd64 system with UEFI boot of a UFS2 file system. So far, I've seen nothing in UPDATING that references it. -- Kevin Oberman, Part time kid herder and retire

Re: Panic on GENERIC @ 6481b4

2024-08-16 Thread Kevin Oberman
> > Every time you update the kernel, you must rebuild drm-kmod. If you don't > all bets are off. > > I have a different panic with the kernel from 20 minutes ago. Joy. > > Warner > > Best, >> Alex >> > I have long had PORTS_MODULES+= graphics/drm-61-kmod

Re: Multi cons support has disappeared (on Alder Lake) was: Alt+Fn isn't functional. Has this been removed?

2024-04-02 Thread Kevin Oberman
On Tue, Apr 2, 2024 at 11:53 AM Tomoaki AOKI wrote: > On Tue, 02 Apr 2024 08:53:15 -0700 > Chris wrote: > > > On 2024-04-02 04:32, Tomoaki AOKI wrote: > > > On Tue, 02 Apr 2024 00:42:23 -0700 > > > Chris wrote: > > > > > >> On 2024-04-01 22

Re: Multi cons support has disappeared (on Alder Lake) was: Alt+Fn isn't functional. Has this been removed?

2024-04-01 Thread Kevin Oberman
fff830ee000 40a8 hidmap.ko > 241 0x830f3000 3355 hmt.ko > 251 0x830f7000 22cc hconf.ko > 26 1 0x830fa000 2260 pflog.ko > 271 0x830fd00056540 pf.ko > 281 0x83154000 3560 fdescfs.ko > > > Thanks! > > --Chri I have a T16 and ran into that issue. It may be that BIOS changes have broken things, but I found that, by default, the F keys control volume, screen brightness, and many other things. I can use Fn+F[1-12] to perform traditional function key functions. I found that bios has an option to make the traditional functions the default which is how I am running today and have since shortly after I purchased the computer. One I set that BIOS option, everything worked "properly". I now use Fn+F[1-12] to adjust volume and screen brightness. I hope to get mute to work, but I need to figure out which event is set when Fn+F1 is pressed to write trivial devd support for it. BTW, if you have not found it, Fn+K is screen lock. Most everything on my T16 now works with FreeBSD CURRENT. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Removing fdisk and bsdlabel (legacy partition tools)

2024-01-24 Thread Kevin Oberman
t; I could never encounter when I set out to fix them... Most likely due to > a > > mismatch in the CHS data and the LBA data being recorded in the MBR. > > The in-kernel gpart copes so much better. > > > > I wouldn't object to making these ports, but both these programs use > 'sekret' > > bits from the kernel that might not remain exposed as we clean things up. > > Though the IOCTLs they do (or used to do) may no longer be relevant. It's > > been so long that I've forgotten > > > > Warner > > > > -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread Kevin Oberman
ge repo with out-of-date packages online >> indefinitely then you can. You can run Poudriere and even cross-compile >> from a fairly beefy cloud machine quite easily. >> >> It’s been a while since I did a full package build, but I would guess >> that you could d

freebsd-update 12.3 to 14.0RC1 takes 12-24 hours (block cloning regression)

2023-10-17 Thread Kevin Bowling
yscall+0x10c fast_syscall_common+0xf8 I spoke with mjg about this and because my pools do not have block cloning enabled, copy_file_range turns into a massive pessimization in 'install'. He suggested a workaround of 'sysctl vfs.zfs.dmu_offset_next_sync=0' but we should probably sort this out for 14.0-RELEASE. Regards, Kevin

Re: Potential show-stopper in em driver?

2023-08-14 Thread Kevin Bowling
On Mon, Aug 14, 2023 at 4:45 PM Greg 'groggy' Lehey wrote: > > [moving to current as requested by bz@] > > On Monday, 14 August 2023 at 10:09:22 -0700, Kevin Bowling wrote: > > > > I'm able to replicate this on my I217 using iperf3. It happens > > qu

Re: Potential show-stopper in em driver?

2023-08-13 Thread Kevin Bowling
On Sun, Aug 13, 2023 at 6:55 PM Greg 'groggy' Lehey wrote: > > I've spent the last couple of days chasing random hangs on my -CURRENT > box. It seems to be related to the Ethernet driver (em). I've been > trying without much success to chase it down, and I'd be grateful. > The box is headless, a

freebsd-current@freebsd.org

2023-08-12 Thread Kevin Oberman
r my ancient monitor. I had not tried the tuneable, but largely resolved the issue by installing a 250 MB hard drive and putting the system there. In the couple of months since I did this I have had two crashes, both when doing a full backup with rsync. This leads me to think that there is some sort of race triggering this that is minimized by the slow disc speed of spinning rust. I am considering moving the system back to the SSD with vm.pmap.pcid_enabled=0. If so, the failure should be very quick as I never could keep the system up long enough to get the system into production. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: problem with poudriere && port ftp/curl

2023-08-11 Thread Kevin Oberman
want ports using openssl31 unless you are sure that they or any port which they depend on are also using openssl31. If you get shareable libraries with conflicts, it is a pain to clean them up. Maybe a message to all committers that they need to be sure that OPENSSLBASE is not us

Re: ZFS deadlock in 14

2023-08-10 Thread Kevin Bowling
chubert > FreeBSD UNIX: Web: https://FreeBSD.org > NTP: Web: https://nwtime.org > > e^(i*pi)+1=0 > > > In message > om> > , Kevin Bowling writes: > > The two MFVs on head have improved/fixed stability with poudriere for &

Re: ZFS deadlock in 14

2023-08-10 Thread Kevin Bowling
The two MFVs on head have improved/fixed stability with poudriere for me 48 core bare metal. On Thu, Aug 10, 2023 at 6:37 AM Cy Schubert wrote: > > In message om> > , Kevin Bowling writes: > > Possibly https://github.com/openzfs/zfs/commit/2cb992a99ccadb78d97049b40bd4

Re: ZFS deadlock in 14

2023-08-09 Thread Kevin Bowling
Possibly https://github.com/openzfs/zfs/commit/2cb992a99ccadb78d97049b40bd442eb4fdc549d On Tue, Aug 8, 2023 at 10:08 AM Dag-Erling Smørgrav wrote: > > At some point between 42d088299c (4 May) and f0c9703301 (26 June), a > deadlock was introduced in ZFS. It is still present as of 9c2823bae9 (4 >

Re: Has the update procedure changed?

2023-08-08 Thread Kevin Oberman
On Mon, Aug 7, 2023 at 9:12 AM Matthias Apitz wrote: > El día lunes, agosto 07, 2023 a las 08:51:55a. m. -0700, Kevin Oberman > escribió: > > > On Sun, Aug 6, 2023 at 9:51 AM Tim Kellers wrote: > > > > > > > > > > > On Aug 6, 2023, at 11:05 AM, Ke

Re: 14.0 boot failure

2023-08-08 Thread Kevin Oberman
itz > E-mail: g...@unixarea.de > WWW: http://www.unixarea.de/ > phone: +49-170-4527211 > > Am 08.08.2023 19:39, schrieb Graham Perrin: > > On 05/08/2023 00:45, Kevin Oberman wrote: > >> A new kernel built from sources pulled today (4-Aug) at 5:26 UTC fails > >&

Re: Has the update procedure changed?

2023-08-07 Thread Kevin Oberman
On Sun, Aug 6, 2023 at 9:51 AM Tim Kellers wrote: > > > On Aug 6, 2023, at 11:05 AM, Kevin Oberman wrote: > >  > On Sat, Aug 5, 2023 at 10:51 PM Matthias Apitz wrote: > >> In the past I was used to use the following procedure to install a new >> kernel a

Re: Has the update procedure changed?

2023-08-06 Thread Kevin Oberman
Everyone who knows better, please explain why. I didn't mention "fsck -p" but I'm really paranoid and it really, really should not be needed unless something goes wrong in the shutdown after installing the new kernel. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Fwd: Unreliability with DHCP

2023-08-05 Thread Kevin Oberman
; cat /etc/resolv.conf ; ping -c > >> 2 -4 freshports.org > >> > > > > > > As dirty workaround I have in my /etc/rc.resume > > > > service netif restart > > service routing restart > > > Thanks, I'll try when I'm next on

14.0 boot failure

2023-08-04 Thread Kevin Oberman
A new kernel built from sources pulled today (4-Aug) at 5:26 UTC fails to boot. This is the output of the boot attempt: VT-x: PAT,HLT, MTF, PAUSE, EPT, UG, VPID, VID, Post Intr TSC: P-state invariant, performance statistics real memory = 25769883776 (24576 MB) panic: vm_phys_enq_range: page 0xff

Re: Kernel panic after updating 14-CURRENT amd64 to main-n264268-ff4633d9f89

2023-07-22 Thread Kevin Bowling
On Sat, Jul 22, 2023 at 1:21 AM Yasuhiro Kimura wrote: > > From: Kevin Bowling > Subject: Re: Kernel panic after updating 14-CURRENT amd64 to > main-n264268-ff4633d9f89 > Date: Fri, 21 Jul 2023 21:44:13 -0700 > > > Thanks, I have reverted for now. Can you tell me whic

Re: Kernel panic after updating 14-CURRENT amd64 to main-n264268-ff4633d9f89

2023-07-21 Thread Kevin Bowling
0230721.panic.png > > According to the result of bisect, kernel panic starts with following > commit. > > -- > commit 95f7b36e8fac45092b9a4eea5e32732e979989f0 > Author: Kevin Bowling > Date: Thu Jul 20 20:3

Re: rsync use with -tmsdosfs mounted file system? file has vanished: . . .

2023-07-16 Thread Kevin Oberman
acking up the system disk using rsync. No corruption and doing another rsync after reboot worked fine, but it was a much smaller run as the first attempt was nearly complete when the system crashed. Maybe unrelated. I do have the core file from the crash. Stil, something weird has been going on. Same issue on two identical systems, so not likely hardware. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Where did the nvd devices go?

2023-06-21 Thread Kevin Oberman
. I'll try finding the code in gkrellm and see if I can figure out whether the breakage is a roble in the port or a system issue, but no promises. On Wed, Jun 21, 2023 at 8:43 PM Warner Losh wrote: > > > On Wed, Jun 21, 2023 at 8:47 PM Kevin Oberman wrote: > >> >> C

Re: Where did the nvd devices go?

2023-06-21 Thread Kevin Oberman
On Wed, Jun 21, 2023 at 5:52 PM Warner Losh wrote: > > > On Wed, Jun 21, 2023, 6:22 PM Kevin Oberman wrote: > >> Well, they are still around, but not functional. They are symlinks to nda >> devices, but the symlinks don't work well. >> > > They work fo

Where did the nvd devices go?

2023-06-21 Thread Kevin Oberman
was this change made? If not, could it be fixed? Since I usually use geli with the /dev/gpt devices, I didn't notice it right away, but it could certainly surprise many users. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Status of Alder and Raptor lake on FreeBSD Current

2023-04-12 Thread Kevin Oberman
e, but surprisingly fast with all 12 threads on my ThinkPad T16 running. a 1180p video runs at about 13% of the total CPU capacity. glxgears get a rather paltry 900 FPS. But everything seems to work. Mike > -- Kevin Oberman, Part time kid herder and re

Re: i915: RCS timing out when being idled

2022-12-31 Thread Kevin Oberman
thub.com/freebsd/drm-kmod/>. I think having this outside of the standard FreeBSD support structure has bothered me since it was moved from the Bugziila a few years ago. If you want a mailing list, x...@freebsd.org would be most appropriate, though you need to subscribe first. -- Kevin Oberman,

Re: DESPARATE: How to stop FreeBSD form sleeping / disable ACPI? (on FreeBSD14 CURRENT)

2022-11-13 Thread Kevin Oberman
eation of Linux Mint and to Mate. Mate does not have this stupidness and I suspect that Cinnamon does not, either. Gnome has simply gone off the rails. Another option is to NOT use gdm, but start Gnome with startx, which I have always done. You will need to create a suitable .xinitrc to set

Re: Status of Alder Lake support

2022-09-04 Thread Kevin Oberman
On Sat, Aug 20, 2022 at 11:45 AM Amar Takhar wrote: > On 2022-08-20 11:36 -0700, Kevin Oberman wrote: > > > Wow! That's a little more disturbing. > > Especially since it's a i9-12900KF so I have a whole 8 cores disabled! > > > > As to the audio issue, I

Re: Status of Alder Lake support

2022-08-20 Thread Kevin Oberman
On Sat, Aug 20, 2022, 11:14 Amar Takhar wrote: > I've run into this in my situation some BIOs updates cause constant > reboots > especially when playing video. I also have serious audio issues with > continous > popping that I've been unable to solve there is a ticket for that as well: > > htt

Re: Status of Alder Lake support

2022-08-19 Thread Kevin Oberman
Thanks for the info, Alexander. I really appreciate it. I'll find out for myself next week when my SSD gets here, though I might try booting from a thumb drive and see what happens. On Fri, Aug 19, 2022, 18:43 Alexander Motin wrote: > Hi Kevin, > > On 19.08.2022 20:50, Kevin

Status of Alder Lake support

2022-08-19 Thread Kevin Oberman
What is the current state of support for Alder Lake CPUs with a mix of "performance" and "Efficiency" cores. I just received my first system with such a processor and will be installing FreeBSD as soon as my SSD arrives. I have no idea what issues I might run into. (Will it e

Re: network address not restored on resume

2022-03-22 Thread Kevin Oberman
a:a9:cd:1c > media: Ethernet autoselect (1000baseT ) > status: active > nd6 options=29 > root@stargate:~ # > Not enough information to guess. What is the content of /etc/rc.conf in regard to configuration of this interface? What shows up in the log file wh

Re: EFI boot partition overwritten

2021-07-17 Thread Kevin Oberman
My deep apologies for the top post. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: EFI boot partition overwritten

2021-07-17 Thread Kevin Oberman
* Windows Boot Manager Boot0019* USB CD Boot001A* USB FDD Boot001B* NVMe0 Boot001C* NVMe1 Boot001D* ATA HDD0 Boot001E* ATA HDD1 Boot001F* USB HDD Boot0020* PXE BOOT Boot0021* LENOVO CLOUD Boot0022 Other CD Boot0023 Other HDD Kevin Oberman, Part time kid herder and retired Network

Re: etcupdate: Failed to build new tree

2021-07-03 Thread Kevin Oberman
when starting from scratch. There are clearly reasons to use the modes for various reasons. but I don't think it should be used in most cases. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Kevin Oberman
port location, if it is a port. For those who did RTFM, it is wrong. It claims that it reports on the location of the source, but that is not the case as far as I know. I have never seen it return anything from /usr/src. > whereis cc cc: /usr/bin/cc /usr/share/man/man1/cc.1.gz > whereis postfix postfix: /usr/local/sbin/postfix /usr/local/man/man1/postfix.1.gz /usr/ports/mail/postfix -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Re: Alternate Screen

2021-05-15 Thread Kevin Oberman
at terminal based editors were the perfect use. In any case, please make it STOP! -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Sat, May 15, 2021 at 10:46 AM Gleb Popov wrote: > On

Re: Trying to build Current

2021-04-15 Thread Kevin Oberman
gt; >> make -j16 buildworld > >> > >> But I'll give it a shot anyways. > > Anything in /etc/make.conf and /etc/src.conf? > I had the same idea, but only after I asked the question > There was quite a lot of old cruft there

Re: FreeBSD mini-Git Primer

2021-04-09 Thread Kevin Oberman
h and repo site, but it's pretty obvious. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Thu, Apr 8, 2021 at 1:14 AM Graham Perrin wrote: > On 02/03/2021 06:33, Graham Perrin

Re: 13.0 RC4 might be delayed

2021-03-28 Thread Kevin Oberman
18 as the host > > > >>>> > > > >>>> * no such trouble with 12.0-RELEASE-p5 as a guest. > > > >>>> > > > >>>> I hope to refine the bug report this weekend. > > > >>>> > >

Re: 13.0 RC4 might be delayed

2021-03-28 Thread Kevin Oberman
t; >> > > >> > I hope to refine the bug report this weekend. > >> > > >> > >> Had nothing but frequent guest lockups on 6.1.18 with my Win7 system. > >> That > >> was right after 6.1.18 was put into ports. Fell back t

Re: VirtualBox 6.1.18⋯, Windows (was: 13.0 RC4 might be delayed)

2021-03-27 Thread Kevin Oberman
this discussion as it appears that I don't have an issue with it. After some more work on it, I'll open a ticket with emulators@. Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Fri, Mar 2

Re: 13.0 RC4 might be delayed

2021-03-26 Thread Kevin Oberman
5) and will try again shortly to see if it's any better. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ freebsd-current@freebsd.org mailin

Re: On 14-CURRENT: no ports options anymore?

2021-03-13 Thread Kevin Oberman
st to stable@ and current@ would have been nice. Or, did I miss them? This would also be made VERY clear in the 13.0 Release Notes. I suspect installing misc/compat12x would have worked. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.co

Re: Panic with wifi + usb in latest FreeBSD-current

2020-09-14 Thread Kevin Oberman
system. Sorry for the bogus information. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Mon, Sep 14, 2020 at 9:52 AM Kevin Oberman wrote: > On Sun, Sep 13, 2020 at 11:31 PM Adr

Re: Panic with wifi + usb in latest FreeBSD-current

2020-09-14 Thread Kevin Oberman
y in this newer world order. > > > > Thanks, > > > -adrian > While I have not seen panics, performance of my rtwn has simply cratered. Trying to move files to my new laptop, which has an rtwn, it crawls at about 1.5 Mbps. Before I built an updated kernel, I was seeing 60M. Of

Re: Livelock on recent current

2020-09-11 Thread Kevin Oberman
On Fri, Sep 11, 2020 at 1:01 AM wrote: > > > On 09.09.20 06:18, Kevin Oberman wrote: > > > > I am seeing a problem since I moved to current on my laptop this > week. > > > > It's odd as it is linked to the keyboard. As long as the keyboard is >

Re: Livelock on recent current

2020-09-09 Thread Kevin Oberman
FreeBSD 13.0-CURRENT #2 r365481M: Tue Sep 8 > 20:16:02 PDT 2020 > > root@ptavv:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG > amd64 > > Intel(R) Core(TM) i5-10210U CPU (Crystal Lake) > > > Kevin Oberman, Part time kid herder and retired Network Engineer > >

Livelock on recent current

2020-09-08 Thread Kevin Oberman
Sep 8 20:16:02 PDT 2020 root@ptavv:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 FreeBSD ptavv 13.0-CURRENT FreeBSD 13.0-CURRENT #2 r365481M: Tue Sep 8 20:16:02 PDT 2020 root@ptavv:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 Intel(R) Core(TM) i5-10210U CPU (Crystal Lake

Re: Is pkg site forbidden by brower?

2020-09-05 Thread Kevin Oberman
How can I find distributions like "latest", "release_X", etc? > > Hiro Does https://pkg-status.freebsd.org/builds?jailname=121amd64 have what you want? I can't believe that there is no way to see a log of failed builds, but I can only see the new failures and no infor

Re: Please check the current beta git conversions

2020-09-01 Thread Kevin Oberman
t could use git from NetBSD, where I also have svn. > > Tom > Not really much different from subversion. .svn in /usr/sys is also 2.5G, at least for 12.1. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1

Re: slow USB 3.0 on -current

2020-07-12 Thread Kevin Oberman
Voice: +1 415 225 5579 > This is just for clarification, but is 'MB' MBytes? In the networking world that is what it would mean, but the context leads me to think that you mean Mbits. It's also possible that some numbers are in bits and some in Bytes, causing real c

Re: Undeletable files after kyua test runs

2020-06-29 Thread Kevin Oberman
, even this wasn't possible. I have > looked for > any extend attributes, but I didn't find any. > > Has anyone an idea how this is possible and may how these files can be > deleted? > > --Gordon Have you done 'ls -o' to check for flags like schg

Re: Problem compiling Chromium

2020-06-07 Thread Kevin Oberman
) will be at the end. The instructions after the failure mention this, but not why. (Actually there are a couple of reasons.) Doing a make clean will result in a build from the beginning and will take a very, very long time in a single stream. -- Kevin Oberman, Part time kid herder and retired Networ

Re: sort.core error doing installworld on Current.

2020-04-16 Thread Kevin Oberman
On Thu, Apr 16, 2020 at 12:39 PM Kevin Oberman wrote: > So you some how had a sort core dump sitting in > /usr/obj/usr/src/amd64.amd64/share/zoneinfo/builddir. The questions, how > did get there? I'd take a look at the date on the file and, it it is older > than the buildworld,

Re: sort.core error doing installworld on Current.

2020-04-16 Thread Kevin Oberman
t it's not. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Thu, Apr 16, 2020 at 11:49 AM Johan Hendriks wrote: > I have a machine running FreeBSD head. > rev 13.0-CURRENT #11

Re: .debug files, skip?

2020-04-10 Thread Kevin Oberman
d use MK_FOO={yes,no} when it needs to override the > # user's desires or default behavior. > > -- > Andriy Gapon > Or see src.conf man page which states: The values of variables are ignored regardless of their setting; even if they would be set to “FALSE” or “NO”. The presence

Re: New Xorg - different key-codes

2020-03-11 Thread Kevin Oberman
control buttons that I've had since the last update to MATE. I have yet to try it as something else (no idea what) had magically fixed this after a couple of months of them not working. I can't figure out what "fixed" this, but it just started working a couple of weeks ago. Unt

Re: The support for AMD graphics and how freebsd hardware support

2019-09-24 Thread Kevin Oberman
d any such equivalence in freebsd > after googling. > Only Nvidia provides any significant support for its products on FreeBSD and, as a result, almost all other X code is identical or very nearly identical to the Linux code. -- Kevin Oberman, Part time kid herder and retired Network Engineer

Re: fusefs & ntfs-3g

2019-09-08 Thread Kevin Oberman
oices: 1. Change the system setting, more or less as Michael suggests. I'm away from my only W10 system, so I can't check the exact details. 2. Force a full shutdown by starting a command window and entering "shutdown /s /f /t 0". This is a one-time full shutdown. -- Kevin Oberman,

Re: FUSE Call for Testing

2019-08-08 Thread Kevin Oberman
On Thu, Aug 8, 2019 at 10:25 PM Damjan Jovanovic wrote: > NTFS-3G (sysutils/fusefs-ntfs) is probably the most widely used FUSE > filesystem. > fusefs-exfat is also pretty commonly used. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmai

Re: kernel config question

2019-01-03 Thread Kevin Oberman
Thanks. > > > Respectfully, > > > Robert Huff > Some ports may require compat ports. E.g. plexmediaserver requires compat9x. Oddly, compat9x requires compat10x, so I need 9, 10, and 11. Now that 10 is EOL, I wish

Re: drm changes and updating to 12.0

2018-11-04 Thread Kevin Oberman
on products. In general, when in doubt, I'd try drm-stable-kmod for questionable devices and fall back to drm-legacy-kmod it it fails. If y0ou use ports, I'd build both paskages to make it easier to recover if drm-stable-kmod fails. Also, be sure to make the proper adju

Re: DRM: radeonkms … can not be unloaded (kernel panic)) …

2018-10-21 Thread Kevin Oberman
e) usually remains stable, it occasionally does and did between 11.1 and 11.2 which meant that two ports failed when installed from packages on 11.2 system until 11.1 went EOL this month. I really wish that the portsmgr team would come up with a policy to maintain an archive of port based kerne

Re: drm-kmod, drm-next-kmod, radeonkms.ko, suspend and resume

2018-10-06 Thread Kevin Oberman
at /usr/src/sys/amd64/amd64/exception.S:975 #10 0x in ?? () Current language: auto; currently minimal What other output can I provide? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39

Re: drm-kmod, drm-next-kmod, radeonkms.ko, Intel (Sandy Bridge), suspend and resume

2018-10-06 Thread Kevin Oberman
On Sat, Oct 6, 2018 at 9:58 AM Graham Perrin wrote: > On 06/10/2018 17:20, Kevin Oberman wrote: > > > Re: drm-kmod, drm-next-kmod, radeonkms.ko, suspend and resume > > >> … > > > > Likely unrelated, but not necessarily... > > > > Running 11.2-STA

Re: drm-kmod, drm-next-kmod, radeonkms.ko, suspend and resume

2018-10-06 Thread Kevin Oberman
this started propr to the last update to the drm-stable-kmod port. So this MAY not be current specific. Due to lack of space on /var, I am unable to get a dump. (I'll get that fixed soon, but shuffling partitions take more time than I have right now. -- Kevin Oberman, Part time kid

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-12 Thread Kevin Oberman
SM" and "SSE2" options enabled in port. > > What happens here? Why does FreeBSD's build of openssl use AES-NI so > inefficient? > > -- > Best regards, > Lev mailto:l...@freebsd.org This is probably not the issue, but aesni is not in the

amd64: enable options NUMA ing GENERIC and MINIMAL

2018-09-11 Thread Kevin Bowling
t your kernel config if copied from GENERIC and consider if you can instead use 'include GENERIC-NODEBUG' to only track local modifications. Regards, Kevin Bowling ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman

Re: ntpd as ntpd user question

2018-07-23 Thread Kevin Oberman
changes. > > It gets a LOT simpler if you use "mergemaster -iPUF" Only those files you have modified will show up. In most cases, it just zips right by. In most that it does not, the use of 'r' or 'l' in merge is all you need and always 'r' eccepton lines

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Kevin Oberman
On Wed, Jul 4, 2018 at 12:17 PM, Warner Losh wrote: > > > On Wed, Jul 4, 2018, 2:13 PM Kevin Oberman wrote: > >> On Wed, Jul 4, 2018 at 11:49 AM, Yuri wrote: >> >> > On 07/04/18 07:27, Rodney W. Grimes wrote: >> > >> >> Devd/devmatch is

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Kevin Oberman
this point, it remains stable. If I just let it bounce up and down, it usually will eventually come up, but it can take some time and, on occasion it simply fails to some up unless I intervene. wlans_iwn0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" -- Kevin Oberman, Pa

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Kevin Oberman
> if_run.ko isn't loaded after boot. But I think it is supposed to be loaded > by devd too. > > > Yuri > A quick perusal of /etc/devd.conf does not indicate that devd will load the driver. It is possible that I missed something, but "run" i only referenced as

Re: error building clang in HEAD

2018-06-26 Thread Kevin Oberman
liased to `pushd /usr/src;time make -s -j$NCPU buildworld;popd' > > > > NCPU is defined as 10. > > > > > What's in your src.conf and make.conf? > > > > > > > The only changes I made recently were to /etc/src.conf when I added: > > > >

Re: swapping is completely broken in -CURRENT r334649?

2018-06-15 Thread Kevin Lo
On Fri, Jun 15, 2018 at 04:40:22AM -0400, Mark Johnston wrote: > > On Fri, Jun 15, 2018 at 01:10:25PM +0800, Kevin Lo wrote: > > On Tue, Jun 05, 2018 at 05:48:08PM -0400, Mark Johnston wrote: > > > > > > On Wed, Jun 06, 2018 at 12:22:08AM +0300, Lev Serebryakov wrot

Re: swapping is completely broken in -CURRENT r334649?

2018-06-14 Thread Kevin Lo
getty), uid 0, was killed: out of swap space ... Setting vm.pageout_oom_seq to 1000 doesn't help. If you have a patch I'll be happy to test it, thanks. Kevin ___ 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: Can't seem to use 5GHz APs with Intel wireless

2018-06-01 Thread Kevin Oberman
t need (or want) the SSID. That is why it is in wpa_supplicant.conf. All global wpa_supplicant global definition is not needed except for eapol_version=2 as 1 is default. Normally teh default works, but some APs insist on V2. Still, it should not hurt to define everything. I do find the iwn driver

Re: Call for Testing: 12.0-CURRENT amd64 memstick installer boot-testing wanted

2018-06-01 Thread Kevin Lo
test, and report back (both successes and failures). Tested memstick.img in both UEFI and legacy mode on : Lenovo ThinkPad T430s MSI Cubi 3 Silent Both work for me. > Thanks, > > Glen Kevin ___ freebsd-current@freebsd.org mai

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-30 Thread Kevin Bowling
32b compat is quite different than i386 arch. It makes sense to maintain 32b compat for quite a while. On Wed, May 30, 2018 at 3:33 AM, Thomas Mueller wrote: >> Wow, this blew up quite a lot bigger than I anticipated. I'll try to >> summarize the discussion a bit below and then suggest a way fo

Re: Current panic on boot on H11DSI motherboard with epyc cpu (nexus_add_irq: failed)

2018-05-18 Thread Kevin Day
> On Apr 18, 2018, at 1:42 PM, John Baldwin wrote: >> >> Chenged made for it was >> >> Index: sys/x86/x86/nexus.c >> === >> --- sys/x86/x86/nexus.c (revision 332663) >> +++ sys/x86/x86/nexus.c (working copy) >> @@ -698,7 +698,7 @@

Re: SSP_CFLAGS for kernel

2018-05-05 Thread Kevin Oberman
lt kernel modules, but not any others, but that is not the case. >From bsd.port.mk: # We prefer to pass MK_*=no but it was only supported after a certain # revision. Passing WITHOUT_* may conflict with a make.conf or src.conf's # WITH_* value. Note that ports *do* pull in src.conf. -- Kevin

Re: Nvidia issue with CURRENT

2018-04-23 Thread Kevin Oberman
f the system, but the ports Mk files were modified to pull it in, to, much to my annoyance. I liked being able to modify compile options just for the system without them breaking ports builds. Simple rule... any definition used by make(1) only for system builds belongs in /etc/sec.conf. -- Kevin Oberma

Re: Nvidia issue with CURRENT

2018-04-22 Thread Kevin Oberman
t;text/plain". I believe all other MIME type are removed for security reasons. I also believe that text/SOME CHARACTER-SET will also be removed as they can be abused. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fing

Re: failing to install 11.1R on VMWare

2018-04-07 Thread Kevin Oberman
Mercy! He probably assumed memory in GB and thought 4GB was plenty. Dumb but understandable mistake. I've made similar ones, but try not to make a habit of it. (My wife probably disagrees.) Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.co

Re: Jan 18 04:05 vboxdrv.ko breaks r328637: Wed Jan 31 kernel. crashes

2018-02-05 Thread Kevin Oberman
On Mon, Feb 5, 2018 at 2:49 AM, Taavi wrote: > Hi > > Not really wanting to do that. Using pkg binary system for purpose > > That would lead to question why binary package driver crashes kernel? > > regards, > Taavi > This is a real problem with kmod packages. If hte kernel is modified in any wa

Re: Poll: should man(1)'s default pager change to "less -s"?

2017-12-12 Thread Kevin Oberman
On Tue, Dec 12, 2017 at 12:40 PM, Alan Somers wrote: > On Tue, Dec 12, 2017 at 1:39 PM, Chris H wrote: > >> On Tue, 12 Dec 2017 12:27:37 -0800 "Kevin Oberman" >> said >> >> On Tue, Dec 12, 2017 at 12:02 PM, Chris H wrote: >>> >>> >

Re: Poll: should man(1)'s default pager change to "less -s"?

2017-12-12 Thread Kevin Oberman
gt; and it worked. Guess you'll need, or create an account? :-) > > --Chris > > >> -- >> Steve >> > I have not used those ancient, very limited pagers for years, but I am sure that almost nobody has even heard of the much more powerful sysutils/most. While newer

Re: iwm not in GENERIC kernel

2017-10-29 Thread Kevin Oberman
91 USB wireless adapter. > > Yup. > But I thought that all modern wireless interfaces and many others load blobs. Is the source for the firmware blob for iwn (which is in GENERIC) available? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fi

Re: cve-2017-13077 - WPA2 security vulni

2017-10-17 Thread Kevin Oberman
er.org/~david/publickey.gpg for my public key. > Possibly silly question, but are any of the defaults for the port different from those on the base system? DEBUG_* seem most likely to differ, but I'd like to know if there are any others. -- Kevin Oberman, Part time kid herder and retire

Re: cve-2017-13077 - WPA2 security vulni

2017-10-16 Thread Kevin Oberman
o getting an update for your AP is not required. That is very fortunate as the industry has a rather poor record of getting out firmware updates for hardware more than a few months old. Also, it appears that Windows and iOS are not vulnerable due to flaws in their implementation of the WPA2

Re: How do GEOM_PART_* options configure geom_part_* modules??

2017-09-28 Thread Kevin Oberman
On Thu, Sep 28, 2017 at 6:09 PM, Rodney W. Grimes < freebsd-...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Thu, Sep 28, 2017 at 11:12 AM, Kevin Oberman > wrote: > > > > > On Thu, Sep 28, 2017 at 9:13 AM, Warner Losh wrote: > > > > > >> On Thu,

Re: How do GEOM_PART_* options configure geom_part_* modules??

2017-09-28 Thread Kevin Oberman
add -i to my greps... > > Warner This horrid POLA violation seems to have been in FreeBSD configuration since at least 3.0 and probably goes back to the creation of the configuration process. Any idea why such a horrible POLA was ever introduced? Seems like an obviously bad idea in an O

Re: [RFC] future of drm1 in base

2017-09-04 Thread Kevin Bowling
I wasn't subscribed to -x11 earlier but do want to add some commentary to this thread. The language describing these drivers in upstream is not at all ambiguous WRT to how bad these are and Linux distributions have dropped them: menuconfig DRM_LEGACY bool "Enable legacy drivers (DANGEROUS)" depe

Re: !EARLY_AP_STARTUP and -CURRENT

2017-08-31 Thread Kevin Bowling
panic: mutex sched lock 0 not owned at /d0/kev/freebsd/sys/kern/sched_ule.c:2379 On Thu, Aug 31, 2017 at 7:38 AM, John Baldwin wrote: > On Wednesday, August 30, 2017 04:54:07 PM Kevin Bowling wrote: >> I'm dealing with a shit sandwich right now where the mps(4) or cam_da >>

!EARLY_AP_STARTUP and -CURRENT

2017-08-30 Thread Kevin Bowling
: {SPIN, RECURSE} state: {OWNED} owner: 0xf80128cdb560 (tid 100028, pid 11, "idle: cpu25") Regards, Kevin ___ 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: [tzsetup] can't set up local timezone if CMOS is set to UTC

2017-08-07 Thread Kevin Oberman
FreeBSD) but 20 or more years ago. I have worked at two places with hundreds of systems, all running this way, including all of "my" systems. The practice of setting RTC on Unix-only platforms to local time really started with dual-boot system

Re: Ports still broken by ino64?

2017-06-23 Thread Kevin Oberman
w may > have > > needed a fix. It was that packages built after the change were not > > available and older binaries would not work. I believe that the issue > went > > away as soon as a new package build was completed. This took longer than > > usual as ALL packages

Re: Ports still broken by ino64?

2017-06-23 Thread Kevin Oberman
as completed. This took longer than usual as ALL packages had to be re-built, not just those which had been updated since the last build. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 __

  1   2   3   4   5   6   7   8   >