Re: [gentoo-user] NAS suggestions for home user

2021-09-30 Thread Rich Freeman
On Thu, Sep 30, 2021 at 5:50 PM Mark Knecht wrote: > > I've been looking at a few software solutions based on another thread here > but so far nothing has excited me so recommendations for what makes sense for > high reliability home backup is of great interest, especially if it helps me > some

[gentoo-user] Re: Chrome - no system title bar or boarders

2021-09-30 Thread Grant Edwards
On 2021-09-30, Mark Knecht wrote: > >> Kubuntu got a chrome-stable update today but it didn't fix this problem. New >> revision is 94.0.4606.71. Can anyone who saw this problem fixed respond with >> the revision? > > Actually, it is fixed but for anyone who might run into this there > was a recomm

[gentoo-user] Re: setcap fails: (Operation not supported)

2021-09-30 Thread Grant Edwards
On 2021-09-30, Andrew Udvare wrote: > On 30/09/2021 13:58, Grant Edwards wrote: >> Still can't figure out how to get setcap to work > Not sure if this is it, but do you have CONFIG_EXT4_FS_SECURITY enabled? No, I don't. Google has found me information that indicates that SELinux and MAC (Manda

[gentoo-user] NAS suggestions for home user

2021-09-30 Thread Mark Knecht
I'm in the study phase on some sort of NAS backup system for my home. I'll be building (or buying) a new desktop/server machine in the next few months - my i980 machine doesn't have the right instruction set for running Tensorflow anymore - so I want to figure out backups before I put together the

Re: [gentoo-user] Re: Chrome - no system title bar or boarders

2021-09-30 Thread Mark Knecht
> Kubuntu got a chrome-stable update today but it didn't fix this problem. New > revision is 94.0.4606.71. Can anyone who saw this problem fixed respond with > the revision? > > Thank in advance, > Mark > Actually, it is fixed but for anyone who might run into this there was a recommendation some

Re: [gentoo-user] Re: Chrome - no system title bar or boarders

2021-09-30 Thread Mark Knecht
On Mon, Sep 27, 2021 at 7:35 AM Grant Edwards wrote: > > On 2021-09-25, Spackman, Chris wrote: > > > > I use Fluxbox and had the same issue. Found this today: > > > > https://piunikaweb.com/2021/09/23/google-chrome-94-use-system-title-bar-and-borders-checkbox-broken/ > > > > To fix the problem: >

Re: [gentoo-user] Re: setcap fails: (Operation not supported)

2021-09-30 Thread Andrew Udvare
On 30/09/2021 13:58, Grant Edwards wrote: On 2021-09-30, Grant Edwards wrote: On 2021-09-30, Grant Edwards wrote: I'm trying to add NET_ADMIN capability to an executable that needs to create a tun inteface. AFACIT, this is the command to do that: $ sudo setcap cap_net_admin+ep example_a

[gentoo-user] Re: setcap fails: (Operation not supported)

2021-09-30 Thread Grant Edwards
On 2021-09-30, Grant Edwards wrote: > On 2021-09-30, Grant Edwards wrote: > >> I'm trying to add NET_ADMIN capability to an executable that needs to >> create a tun inteface. AFACIT, this is the command to do that: >> >>$ sudo setcap cap_net_admin+ep example_app >>Failed to set capabiliti

[gentoo-user] Re: setcap fails: (Operation not supported)

2021-09-30 Thread Grant Edwards
On 2021-09-30, Grant Edwards wrote: > I'm trying to add NET_ADMIN capability to an executable that needs to > create a tun inteface. AFACIT, this is the command to do that: > >$ sudo setcap cap_net_admin+ep example_app >Failed to set capabilities on file `example_app' (Operation not suppo

[gentoo-user] setcap fails: (Operation not supported)

2021-09-30 Thread Grant Edwards
I'm trying to add NET_ADMIN capability to an executable that needs to create a tun inteface. AFACIT, this is the command to do that: $ sudo setcap cap_net_admin+ep example_app Failed to set capabilities on file `example_app' (Operation not supported) The only possible cause for that message

Re: [gentoo-user] How to compress lots of tarballs

2021-09-30 Thread antlists
On 30/09/2021 00:17, Rich Freeman wrote: On Wed, Sep 29, 2021 at 5:48 PM Wols Lists wrote: An LVM snapshot creates a "copy on write" image. I'm just beginning to dig into it myself, but I agree it's a bit confusing. So, snapshots in general are a solution for making backups atomic. That is,