Re: EFISYS shortcuts on Xfce desktops

2020-08-07 Thread Kyle Evans
On Fri, Aug 7, 2020 at 8:57 PM Dmitrii Postolov  wrote:
>
> Hi!
>
> Recently (I find it difficult to give an exact date), on my computer with 
> FreeBSD there is a situation when there are 2 EFISYS shortcuts on the desktop 
> with Xfce 4.14 (without plugged sticks). In other Unix-like operating systems 
> under Xfce there is no such problem. Is it possible to solve the problem?
>
> dmitrii@nuc7:~ % uname -a
> FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64
>
> Intel NUC7PJYH MiniPC.
>
> Screenshot: https://yadi.sk/i/4fQZyK_o-yhUdQ
>

Applications -> Settings- > Desktop -> Icons tab -> Default Icons ->
Removable Devices, Unselect "Other Devices"

i'm not sure if there's a more granular way to do this. Alternatively,
you could create a /boot/efi or /boot/msdos or similar and mount it at
boot so that xfce doesn't even try it. EFISYS = EFI System Partition
("ESP"). Unsure why it's identified in the "Removable Device"
category.

Thanks,

Kyle Evans
___
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"


EFISYS shortcuts on Xfce desktops

2020-08-07 Thread Dmitrii Postolov
Hi!

Recently (I find it difficult to give an exact date), on my computer with 
FreeBSD there is a situation when there are 2 EFISYS shortcuts on the desktop 
with Xfce 4.14 (without plugged sticks). In other Unix-like operating systems 
under Xfce there is no such problem. Is it possible to solve the problem?

dmitrii@nuc7:~ % uname -a
FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64

Intel NUC7PJYH MiniPC.

Screenshot: https://yadi.sk/i/4fQZyK_o-yhUdQ

--- 

best regards,
Dmitrii Postolov
dposto...@yandex.ru

___
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: drm-kmod i915kms.ko no result from pkg

2020-08-07 Thread Kevin Oberman
Ack! This is make(1), not sh(1).  "PORTS_MODULES = /path/to/port/directory"
for the first and '+=' for subsequent ports.

Sorry for the braino.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


On Fri, Aug 7, 2020 at 4:37 PM Kevin Oberman  wrote:

> On Fri, Aug 7, 2020 at 4:02 PM Pete Wright  wrote:
>
>>
>>
>> On 8/7/20 7:39 AM, Dmitrii Postolov wrote:
>> > Hi to all! Sorry for my bad English...
>> >
>> > dmitrii@nuc7:~ % uname -a
>> > FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64
>> >
>> > Intel NUC7PJYH2 Intel HD Graphics.
>> >
>> > drm-kmod i915kms.ko no result if install from pkg. User in video group.
>> > in /etc/rc.conf: kld_list="/boot/modules/i915kms.ko"
>> >
>> > The workaround: build drm-kmod from ports after that all OK.
>> >
>> > This is regression for 12.1-STABLE, for 12.1-RELEASE all OK.
>> I believe that is somewhat expected because there may be changes to the
>> KPI in STABLE that have not been merged to a RELEASE branch yet.  So
>> since the packages are built against RELEASE branches you will run into
>> issues where you need to build the DRM drivers locally for systems
>> running both STABLE and CURRENT.
>>
>> Cheers,
>> -pete
>>
>> --
>> Pete Wright
>> p...@nomadlogic.org
>> @nomadlogicLA
>>
> More simply, if you run *-STABLE or CURRENT, you really need to rebuild
> kmod ports every time you rebuild the kernel. If you are using snapshots
> and not rebuilding, you need to at least keep the kernel sources
> (/usr/src/sys) on a system and then rebuild any kmod ports when you update
> the system. Also, lsof requires current kernel sources, so I suggest
> "PORTS_MODULES?=/apth/to/port directory" for any of them in your
> /etc/src.conf.
> --
> 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"


Re: drm-kmod i915kms.ko no result from pkg

2020-08-07 Thread Kevin Oberman
On Fri, Aug 7, 2020 at 4:02 PM Pete Wright  wrote:

>
>
> On 8/7/20 7:39 AM, Dmitrii Postolov wrote:
> > Hi to all! Sorry for my bad English...
> >
> > dmitrii@nuc7:~ % uname -a
> > FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64
> >
> > Intel NUC7PJYH2 Intel HD Graphics.
> >
> > drm-kmod i915kms.ko no result if install from pkg. User in video group.
> > in /etc/rc.conf: kld_list="/boot/modules/i915kms.ko"
> >
> > The workaround: build drm-kmod from ports after that all OK.
> >
> > This is regression for 12.1-STABLE, for 12.1-RELEASE all OK.
> I believe that is somewhat expected because there may be changes to the
> KPI in STABLE that have not been merged to a RELEASE branch yet.  So
> since the packages are built against RELEASE branches you will run into
> issues where you need to build the DRM drivers locally for systems
> running both STABLE and CURRENT.
>
> Cheers,
> -pete
>
> --
> Pete Wright
> p...@nomadlogic.org
> @nomadlogicLA
>
More simply, if you run *-STABLE or CURRENT, you really need to rebuild
kmod ports every time you rebuild the kernel. If you are using snapshots
and not rebuilding, you need to at least keep the kernel sources
(/usr/src/sys) on a system and then rebuild any kmod ports when you update
the system. Also, lsof requires current kernel sources, so I suggest
"PORTS_MODULES?=/apth/to/port directory" for any of them in your
/etc/src.conf.
--
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"


Re: drm-kmod i915kms.ko no result from pkg

2020-08-07 Thread Pete Wright



On 8/7/20 7:39 AM, Dmitrii Postolov wrote:

Hi to all! Sorry for my bad English...

dmitrii@nuc7:~ % uname -a
FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64

Intel NUC7PJYH2 Intel HD Graphics.

drm-kmod i915kms.ko no result if install from pkg. User in video group.
in /etc/rc.conf: kld_list="/boot/modules/i915kms.ko"

The workaround: build drm-kmod from ports after that all OK.

This is regression for 12.1-STABLE, for 12.1-RELEASE all OK.
I believe that is somewhat expected because there may be changes to the 
KPI in STABLE that have not been merged to a RELEASE branch yet.  So 
since the packages are built against RELEASE branches you will run into 
issues where you need to build the DRM drivers locally for systems 
running both STABLE and CURRENT.


Cheers,
-pete

--
Pete Wright
p...@nomadlogic.org
@nomadlogicLA

___
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: Start of "Container Orchestration" wiki page

2020-08-07 Thread Walter von Entferndt
You missed sysutils/cbsd for jail & VM management.  While you mentioned 
ClonOS, which is built on that, IIRC.
-- 
=|o)"Stell' Dir vor es geht und keiner kriegt's hin." (Wolfgang Neuss)


___
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: Commit 364003 causes immediate restart

2020-08-07 Thread Konstantin Belousov
On Fri, Aug 07, 2020 at 03:09:00PM +0200, peter.b...@bsd4all.org wrote:
> Hi,
> 
> After commit 364003 STABLE-12 reboots almost immediately. No error message, 
> not dump. Just a reboot.
> 
> Last working commit 364002.
> 
> Please let me know what is needed - acpidump or something like that.
Why did not you added the committer to Cc: ?
___
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: Commit 364003 causes immediate restart

2020-08-07 Thread Peter Blok
Hi David,

I was at r346011 when I encountered the problem the first time, so 346007 was 
included. Went back to 346002 => ok. Added 346003 and it failed again.

Peter



> On 7 Aug 2020, at 16:23, David Wolfskill  wrote:
> 
> On Fri, Aug 07, 2020 at 03:09:00PM +0200, peter.b...@bsd4all.org wrote:
>> Hi,
>> 
>> After commit 364003 STABLE-12 reboots almost immediately. No error message, 
>> not dump. Just a reboot.
>> 
>> Last working commit 364002.
>> 
>> Please let me know what is needed - acpidump or something like that.
>> 
> 
> I'm not sure what's needed to diagnose that, but I built:
> 
> FreeBSD g1-55.catwhisker.org 12.1-STABLE FreeBSD 12.1-STABLE #776 
> r364007M/364009: Fri Aug  7 03:36:03 PDT 2020 
> r...@g1-55.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/CANARY  
> amd64 1201522 1201522
> 
> on my laptop this morning, and am running it now without issue.
> 
> So it's possible that updating to r364007 would help.
> 
> (My previous snapshot was:
> 
> FreeBSD g1-55.catwhisker.org 12.1-STABLE FreeBSD 12.1-STABLE #775 
> r363947M/363947: Thu Aug  6 03:34:53 PDT 2020 
> r...@g1-48.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/CANARY  
> amd64 1201522 1201522
> 
> in case that is of use.)
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> "Knowingly failing to do his job is a hallmark of this presidency and
> we're all less safe because of it." -- Samantha Vinograd
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.

___
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"


drm-kmod i915kms.ko no result from pkg

2020-08-07 Thread Dmitrii Postolov
Hi to all! Sorry for my bad English...

dmitrii@nuc7:~ % uname -a
FreeBSD nuc7 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC  amd64

Intel NUC7PJYH2 Intel HD Graphics.

drm-kmod i915kms.ko no result if install from pkg. User in video group.
in /etc/rc.conf: kld_list="/boot/modules/i915kms.ko"

The workaround: build drm-kmod from ports after that all OK.

This is regression for 12.1-STABLE, for 12.1-RELEASE all OK.

--- 

best regards,
Dmitrii Postolov
dposto...@yandex.ru

___
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: Commit 364003 causes immediate restart

2020-08-07 Thread David Wolfskill
On Fri, Aug 07, 2020 at 03:09:00PM +0200, peter.b...@bsd4all.org wrote:
> Hi,
> 
> After commit 364003 STABLE-12 reboots almost immediately. No error message, 
> not dump. Just a reboot.
> 
> Last working commit 364002.
> 
> Please let me know what is needed - acpidump or something like that.
> 

I'm not sure what's needed to diagnose that, but I built:

FreeBSD g1-55.catwhisker.org 12.1-STABLE FreeBSD 12.1-STABLE #776 
r364007M/364009: Fri Aug  7 03:36:03 PDT 2020 
r...@g1-55.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/CANARY  amd64 
1201522 1201522

on my laptop this morning, and am running it now without issue.

So it's possible that updating to r364007 would help.

(My previous snapshot was:

FreeBSD g1-55.catwhisker.org 12.1-STABLE FreeBSD 12.1-STABLE #775 
r363947M/363947: Thu Aug  6 03:34:53 PDT 2020 
r...@g1-48.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/CANARY  amd64 
1201522 1201522

in case that is of use.)

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
"Knowingly failing to do his job is a hallmark of this presidency and
we're all less safe because of it." -- Samantha Vinograd

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Commit 364003 causes immediate restart

2020-08-07 Thread peter . blok
Hi,

After commit 364003 STABLE-12 reboots almost immediately. No error message, not 
dump. Just a reboot.

Last working commit 364002.

Please let me know what is needed - acpidump or something like that.

Peter

___
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"