Re: linking to git revisions in bugzilla

2021-05-07 Thread Oleksandr Tymoshenko
Yuri Pankov (yur...@freebsd.org) wrote: > Oleksandr Tymoshenko wrote: > > Kubilay Kocak (ko...@freebsd.org) wrote: > >> On 12/04/2021 9:02 am, Yuri Pankov wrote: > >>> While filing a bug, I noticed that the help only mentions svn revision > >>> numbers, and "Preview" tab had no output when I tried

Re: Loading zfs module results in hangup on i386

2021-05-07 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Loading zfs module results in hangup on i386 (Re: Install of 13.0-RELEASE i386 with ZFS root hangs up) Date: Sat, 08 May 2021 07:31:47 +0900 (JST) > Now I think I know what is the source of problem. After all, on > 13.0-RELEASE i386 system simply loading zfs module

Loading zfs module results in hangup on i386 (Re: Install of 13.0-RELEASE i386 with ZFS root hangs up)

2021-05-07 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Install of 13.0-RELEASE i386 with ZFS root hangs up Date: Fri, 07 May 2021 21:47:59 +0900 (JST) > Hello, > > Does anyone succeed to install 13.0-RELEASE i386 with ZFS root? > > I tried this with VirtualBox and VMware Player on Windows with > following VM condition

Re: Patch for patch, but not foreach :-)

2021-05-07 Thread Chris
On 2021-05-07 14:10, Michael Gmelin wrote: What about using "."? Or "/" (which would match the muscle memory of "search" in less/more/vi/some browsers)? +1 I really like that idea. --Chris -m On 7. May 2021, at 23:05, Maxim Sobolev wrote: Replace '*' with ^T perhaps and catch SIGINFO? 🤔

Re: Patch for patch, but not foreach :-)

2021-05-07 Thread Michael Gmelin
What about using "."? Or "/" (which would match the muscle memory of "search" in less/more/vi/some browsers)? -m > On 7. May 2021, at 23:05, Maxim Sobolev wrote: > > Replace '*' with ^T perhaps and catch SIGINFO? 🤔 > > -Max > >> On Fri., May 7, 2021, 10:11 a.m. Shawn Webb, >> wrote: >> >>

Re: Patch for patch, but not foreach :-)

2021-05-07 Thread Maxim Sobolev
Replace '*' with ^T perhaps and catch SIGINFO? 🤔 -Max On Fri., May 7, 2021, 10:11 a.m. Shawn Webb, wrote: > On Fri, May 07, 2021 at 03:49:00PM +0200, Hans Petter Selasky wrote: > > Time has come that I make a patch for the most central patching tool in > > FreeBSD, patch :-) > > > > https://rev

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Henri Hennebert via freebsd-current
On 5/7/21 2:01 PM, Lev Serebryakov wrote: On 07.05.2021 14:36, Lev Serebryakov wrote:    Looks like there is problem with rtsx driver!   Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem!   And console on these crashes is totally dead, and disks are not detected yet, so I

Re: WSLg update on 1-5-2021 - BSD / WSL

2021-05-07 Thread Oleksandr Tymoshenko
David Chisnall (thera...@freebsd.org) wrote: > On 03/05/2021 22:37, Pete Wright via freebsd-current wrote: > > On 5/1/21 12:42 PM, Chargen wrote: > >> Dear all > >> > >> please note that I hope this message will be discussed to get this on the > >> roadmap for FreeBSD. Perhaps there is already talk

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 19:34, Tomoaki AOKI wrote: Have you try dev.rtsx.0.inversion=1 in /boot/loader.conf with the device enabled on BIOS? Not yet :-) I'll try. If not yet, it would be worth trying. In rtsx(4) manpage, 〓 RTS522A on Lenovo P50s and Lenovo T470p, card detection and read-only

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 19:09, Jesper Schmitz Mouridsen wrote: On 07.05.2021 13.33, Lev Serebryakov wrote: Several versions of 14-CURRENT (including FreeBSD-14.0-CURRENT-amd64-20210506-49c894ddced-246502-memstick.img) can not boot on Lenovo T540p 19 times out of 20. It crashes on device detection, aft

Re: WSLg update on 1-5-2021 - BSD / WSL

2021-05-07 Thread Rozhuk Ivan
On Fri, 7 May 2021 14:31:39 +0100 David Chisnall wrote: > >> Whether Microsoft or the FreeBSD project should do the work really > >> comes down to who has more to gain. Windows 10 is installed on > >> around a 1.3 billion devices and any of these users can run Ubuntu > >> with a single click in

Re: Patch for patch, but not foreach :-)

2021-05-07 Thread Shawn Webb
On Fri, May 07, 2021 at 03:49:00PM +0200, Hans Petter Selasky wrote: > Time has come that I make a patch for the most central patching tool in > FreeBSD, patch :-) > > https://reviews.freebsd.org/D30160 As stupid as it sounds, '*' is a valid filename. -- Shawn Webb Cofounder / Security Engineer

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame

2021-05-07 Thread Daniel Dowse
On Fri, 7 May 2021 14:33:27 +0300 Lev Serebryakov wrote: > > Several versions of 14-CURRENT (including > FreeBSD-14.0-CURRENT-amd64-20210506-49c894ddced-246502-memstick.img) can not > boot on Lenovo T540p 19 times out of 20. > > It crashes on device detection, after detecting sound subsyste

Re: Building ZFS-based VM images

2021-05-07 Thread Allan Jude
On 5/6/2021 11:17 AM, Alan Somers wrote: > It's easy to build a UFS-based VM image just by setting WITH_VMIMAGES in > release.conf and running release.sh. But what about ZFS-based images? > What's the easiest way to build a ZFS-based VM image, using a pool layout > similar to what the interactive

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Tomoaki AOKI
On Fri, 7 May 2021 16:59:35 +0300 Lev Serebryakov wrote: > On 07.05.2021 16:22, Gary Jennejohn wrote: > > Looks like there is problem with rtsx driver! > >>> Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! > >>> > >>> And console on these crashes is totally dead, and

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame

2021-05-07 Thread Jesper Schmitz Mouridsen
On 07.05.2021 13.33, Lev Serebryakov wrote: Several versions of 14-CURRENT (including FreeBSD-14.0-CURRENT-amd64-20210506-49c894ddced-246502-memstick.img) can not boot on Lenovo T540p 19 times out of 20. It crashes on device detection, after detecting sound subsystem, with traps 9 and 12 (9

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Gleb Popov
Just to add to this thread: I'm running CURRENT with rtsx device and driver and it works fine for me. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-curren

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Gary Jennejohn
On Fri, 7 May 2021 16:59:35 +0300 Lev Serebryakov wrote: > On 07.05.2021 16:22, Gary Jennejohn wrote: > > Looks like there is problem with rtsx driver! > >>> Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! > >>> > >>> And console on these crashes is totally dead, a

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 16:22, Gary Jennejohn wrote: Looks like there is problem with rtsx driver! Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! And console on these crashes is totally dead, and disks are not detected yet, so I can not look at structures in memory and/or dump c

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 16:07, Rodney W. Grimes wrote: ?? Looks like there is problem with rtsx driver! ?Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! ?And console on these crashes is totally dead, and disks are not detected yet, so I can not look at structures in memory and

Patch for patch, but not foreach :-)

2021-05-07 Thread Hans Petter Selasky
Time has come that I make a patch for the most central patching tool in FreeBSD, patch :-) https://reviews.freebsd.org/D30160 --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Building ZFS-based VM images

2021-05-07 Thread David Chisnall
On 06/05/2021 16:17, Alan Somers wrote: It's easy to build a UFS-based VM image just by setting WITH_VMIMAGES in release.conf and running release.sh. But what about ZFS-based images? What's the easiest way to build a ZFS-based VM image, using a pool layout similar to what the interactive install

Re: WSLg update on 1-5-2021 - BSD / WSL

2021-05-07 Thread David Chisnall
On 07/05/2021 11:17, Rozhuk Ivan wrote: On Thu, 6 May 2021 10:57:16 +0100 David Chisnall wrote: Whether Microsoft or the FreeBSD project should do the work really comes down to who has more to gain. Windows 10 is installed on around a 1.3 billion devices and any of these users can run Ubuntu

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Gary Jennejohn
On Fri, 7 May 2021 15:01:13 +0300 Lev Serebryakov wrote: > On 07.05.2021 14:36, Lev Serebryakov wrote: > > >> Looks like there is problem with rtsx driver! > > Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! > > > > And console on these crashes is totally dead, and disk

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Rodney W. Grimes
> On 07.05.2021 14:36, Lev Serebryakov wrote: > > >> ?? Looks like there is problem with rtsx driver! > > ?Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! > > > > ?And console on these crashes is totally dead, and disks are not detected > > yet, so I can not look at struc

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 14:36, Lev Serebryakov wrote:    Looks like there is problem with rtsx driver!  Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem!  And console on these crashes is totally dead, and disks are not detected yet, so I can not look at structures in memory and/or

Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame

2021-05-07 Thread Lev Serebryakov
On 07.05.2021 14:33, Lev Serebryakov wrote:   Looks like there is problem with rtsx driver! Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! And console on these crashes is totally dead, and disks are not detected yet, so I can not look at structures in memory and/or d

CURRENT crashes at early boot on Lenovo T540p: rtsx to blame

2021-05-07 Thread Lev Serebryakov
Several versions of 14-CURRENT (including FreeBSD-14.0-CURRENT-amd64-20210506-49c894ddced-246502-memstick.img) can not boot on Lenovo T540p 19 times out of 20. It crashes on device detection, after detecting sound subsystem, with traps 9 and 12 (9 is more often) and mostly with this stackt

Re: WSLg update on 1-5-2021 - BSD / WSL

2021-05-07 Thread Rozhuk Ivan
On Thu, 6 May 2021 10:57:16 +0100 David Chisnall wrote: > Whether Microsoft or the FreeBSD project should do the work really > comes down to who has more to gain. Windows 10 is installed on > around a 1.3 billion devices and any of these users can run Ubuntu > with a single click in the Microso