Re: xidle(1) and autosuspend

2022-07-05 Thread Tor Houghton
On Wed, Jun 29, 2022 at 11:24:58AM -, Stuart Henderson wrote: > > [snip] > > > > So after 5 minutes xidle starts xlock and 5 minutes after that my laptop > > autosuspends. If I unlock the laptop before 5 minutes expire the sleep > > gets killed and the laptop doesn't suspend. > > > this is ne

Re: xidle(1) and autosuspend

2022-07-05 Thread Stuart Henderson
On 2022/07/05 11:35, Tor Houghton wrote: > On Wed, Jun 29, 2022 at 11:24:58AM -, Stuart Henderson wrote: > > > [snip] > > > > > > So after 5 minutes xidle starts xlock and 5 minutes after that my laptop > > > autosuspends. If I unlock the laptop before 5 minutes expire the sleep > > > gets kill

Re: port builds with inline source

2022-07-05 Thread Marc Espie
On Wed, Jun 29, 2022 at 04:51:49PM -0700, Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: > We have a number of in-house utilities that we push out as packages. > Right now these are built using the standard make framework, with > a bunch of hand-crafted glue to build and sign the packages before > pushin

dhcpleased and ifstated

2022-07-05 Thread Christer Solskogen
Now that dhclient is soon to be gone, I wanted to switch to dhcpleased. But I do have a hard time understanding how I can get that to work together with CARP and ifstated. With dhclient, as soon as the master boots, the backup takes over and get an ip address in an instant from my ISP, but dhcpleas

Re: port builds with inline source

2022-07-05 Thread Lyndon Nerenberg (VE7TFX/VE6BBM)
Marc Espie writes: > have DISTFILES be empty, put your sources under FILESDIR > and a bit of glue to ln/mv them into WRKDIR since you got to have a WRKDIR > for ports. That was hinted at by a few people, and it's working like a champ! --lyndon