Re: installing RPMs on NFS filesystems

2016-12-08 Thread Dennis Gilmore
On lunes, 5 de diciembre de 2016 11:44:14 AM CST Dave Love wrote: > den...@ausil.us writes: > > Without filesystem capabilities, many things will not work. Ping as a > > user for instance. Lots of setuid binaries switched to using > > filesystem capabilities rather than setuid and require it to wor

Re: installing RPMs on NFS filesystems

2016-12-05 Thread Dave Love
den...@ausil.us writes: > Without filesystem capabilities, many things will not work. Ping as a > user for instance. Lots of setuid binaries switched to using > filesystem capabilities rather than setuid and require it to work. RPM > failing is the right thing to do. I haven't actually noticed pr

Re: installing RPMs on NFS filesystems

2016-11-29 Thread dennis
Without filesystem capabilities, many things will not work. Ping as a user for instance. Lots of setuid binaries switched to using filesystem capabilities rather than setuid and require it to work. RPM failing is the right thing to do. Dennis On 29 November 2016 8:04:07 am AEST, "J. Bruce Field

Re: installing RPMs on NFS filesystems

2016-11-28 Thread J. Bruce Fields
On Mon, Nov 28, 2016 at 05:04:07PM -0500, J. Bruce Fields wrote: > On Wed, Nov 23, 2016 at 08:28:12PM -0500, Stephen John Smoogen wrote: > > On 23 November 2016 at 19:36, Samuel Sieb wrote: > > > On 11/23/2016 07:39 AM, Chuck Anderson wrote: > > >> > > >> Is it supposed to be supported to install

Re: installing RPMs on NFS filesystems

2016-11-28 Thread J. Bruce Fields
On Wed, Nov 23, 2016 at 08:28:12PM -0500, Stephen John Smoogen wrote: > On 23 November 2016 at 19:36, Samuel Sieb wrote: > > On 11/23/2016 07:39 AM, Chuck Anderson wrote: > >> > >> Is it supposed to be supported to install RPMs onto NFS filesystems? > >> Apparently NFSv3 doesn't support capabiliti

Re: installing RPMs on NFS filesystems

2016-11-23 Thread Stephen John Smoogen
On 23 November 2016 at 20:31, Samuel Sieb wrote: > On 11/23/2016 04:56 PM, Subhendu Ghosh wrote: >> >> Not really. A number of environments I know deploy nfsroot and stateless >> systems. >> > Ok, but even in that case, you are unlikely to be installing rpms from the > client instead of the server

Re: installing RPMs on NFS filesystems

2016-11-23 Thread Samuel Sieb
On 11/23/2016 04:56 PM, Subhendu Ghosh wrote: Not really. A number of environments I know deploy nfsroot and stateless systems. Ok, but even in that case, you are unlikely to be installing rpms from the client instead of the server side. ___ devel ma

Re: installing RPMs on NFS filesystems

2016-11-23 Thread Stephen John Smoogen
On 23 November 2016 at 19:36, Samuel Sieb wrote: > On 11/23/2016 07:39 AM, Chuck Anderson wrote: >> >> Is it supposed to be supported to install RPMs onto NFS filesystems? >> Apparently NFSv3 doesn't support capabilities, so I'm not sure what to >> do with this bug which happens because cap_net_ra

Re: installing RPMs on NFS filesystems

2016-11-23 Thread Subhendu Ghosh
Not really. A number of environments I know deploy nfsroot and stateless systems. On Nov 23, 2016 19:37, "Samuel Sieb" wrote: > On 11/23/2016 07:39 AM, Chuck Anderson wrote: > >> Is it supposed to be supported to install RPMs onto NFS filesystems? >> Apparently NFSv3 doesn't support capabilities

Re: installing RPMs on NFS filesystems

2016-11-23 Thread Samuel Sieb
On 11/23/2016 07:39 AM, Chuck Anderson wrote: Is it supposed to be supported to install RPMs onto NFS filesystems? Apparently NFSv3 doesn't support capabilities, so I'm not sure what to do with this bug which happens because cap_net_raw is used for the fping binaries: I would expect that isn't s

installing RPMs on NFS filesystems

2016-11-23 Thread Chuck Anderson
Is it supposed to be supported to install RPMs onto NFS filesystems? Apparently NFSv3 doesn't support capabilities, so I'm not sure what to do with this bug which happens because cap_net_raw is used for the fping binaries: https://bugzilla.redhat.com/show_bug.cgi?id=1350476 Thanks. __