All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Bug#852395: unblock: gssproxy/0.5.1-2
       [not found]       ` <5df78805-b791-0a5e-3dcb-99792d78c3bd@thykier.net>
@ 2017-03-05 19:09         ` Daniel Pocock
  2017-03-20  5:07           ` NeilBrown
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Pocock @ 2017-03-05 19:09 UTC (permalink / raw)
  To: Niels Thykier, linux-nfs, 852395, Robbie Harwood; +Cc: Debian kernel team



On 05/03/17 19:42, Niels Thykier wrote:
> On Sat, 04 Feb 2017 09:58:00 +0000 Niels Thykier <niels@thykier.net> wrote:
>> Daniel Pocock:
>>> [...]
>>>
>>> Upstream is not really supporting rpc.svcgssd any more, they actually
>>> disabled it in the build so people can still have it as a transitional
>>> measure in stretch.
>>>
>>> People shouldn't be using it in any new installations.  Offering them
>>> gssproxy is a very sensible thing to do.
>>>
>>> Regards,
>>>
>>> Daniel
>>>
>> Debian kernel team <debian-kernel@lists.debian.org>
>> Ok, follow up questions:
>>
>>  * Do you have an upstream reference to the state of rpc.svcgssd?


http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=24b5d60d7f0a514310df810e3eb27b72f665febf

"svcgssd: Disable support for the rpcsec_gss server by default

At this point the gssproxy is better option than the
svcgssd so the support is off by default.

Use --enable-svcgss to re-enable the support"

but it looks like it may not be completely abandoned, there have been
other commits that mention gssd recently.


>>
>>  * Can we provide both rpc.svcgssd and gssproxy in Debian (with the
>>    admin choosing) or is it an "xor"?
>>

I think there are two questions:

a) can they both exist in different packages that conflict with each
other?  I'm guessing that will probably be yes.

b) can they both be installed simultaneously?  Possibly not (can anybody
on the linux-nfs list answer?)


>>  * If this package is unblocked, are there any changes needed in
>>    nfs-common needed to support gssproxy?  (source upload, binNMU or
>>    "just works with no further changes")
>>

I don't have time to investigate that right now, if anybody else has
time to look more closely that would be great.

Regards,

Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug#852395: unblock: gssproxy/0.5.1-2
  2017-03-05 19:09         ` Bug#852395: unblock: gssproxy/0.5.1-2 Daniel Pocock
@ 2017-03-20  5:07           ` NeilBrown
  2017-04-05 10:37             ` Niels Thykier
  0 siblings, 1 reply; 3+ messages in thread
From: NeilBrown @ 2017-03-20  5:07 UTC (permalink / raw)
  To: Daniel Pocock, Niels Thykier, linux-nfs, 852395, Robbie Harwood
  Cc: Debian kernel team

[-- Attachment #1: Type: text/plain, Size: 2313 bytes --]

On Sun, Mar 05 2017, Daniel Pocock wrote:

> On 05/03/17 19:42, Niels Thykier wrote:
>> On Sat, 04 Feb 2017 09:58:00 +0000 Niels Thykier <niels@thykier.net> wrote:
>>> Daniel Pocock:
>>>> [...]
>>>>
>>>> Upstream is not really supporting rpc.svcgssd any more, they actually
>>>> disabled it in the build so people can still have it as a transitional
>>>> measure in stretch.
>>>>
>>>> People shouldn't be using it in any new installations.  Offering them
>>>> gssproxy is a very sensible thing to do.
>>>>
>>>> Regards,
>>>>
>>>> Daniel
>>>>
>>> Debian kernel team <debian-kernel@lists.debian.org>
>>> Ok, follow up questions:
>>>
>>>  * Do you have an upstream reference to the state of rpc.svcgssd?
>
>
> http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=24b5d60d7f0a514310df810e3eb27b72f665febf
>
> "svcgssd: Disable support for the rpcsec_gss server by default
>
> At this point the gssproxy is better option than the
> svcgssd so the support is off by default.
>
> Use --enable-svcgss to re-enable the support"
>
> but it looks like it may not be completely abandoned, there have been
> other commits that mention gssd recently.
>
>
>>>
>>>  * Can we provide both rpc.svcgssd and gssproxy in Debian (with the
>>>    admin choosing) or is it an "xor"?
>>>
>
> I think there are two questions:
>
> a) can they both exist in different packages that conflict with each
> other?  I'm guessing that will probably be yes.
>
> b) can they both be installed simultaneously?  Possibly not (can anybody
> on the linux-nfs list answer?)

Yes, they can.
The systemd unit files are designed so that svcgssd will only be started
if gssproxy didn't start - and gssproxy is tried first.

If you use something other than systemd, similar logic would be needed.

NeilBrown


>
>
>>>  * If this package is unblocked, are there any changes needed in
>>>    nfs-common needed to support gssproxy?  (source upload, binNMU or
>>>    "just works with no further changes")
>>>
>
> I don't have time to investigate that right now, if anybody else has
> time to look more closely that would be great.
>
> Regards,
>
> Daniel
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug#852395: unblock: gssproxy/0.5.1-2
  2017-03-20  5:07           ` NeilBrown
@ 2017-04-05 10:37             ` Niels Thykier
  0 siblings, 0 replies; 3+ messages in thread
From: Niels Thykier @ 2017-04-05 10:37 UTC (permalink / raw)
  To: 852395, Daniel Pocock, Robbie Harwood; +Cc: Debian kernel team, daf

NeilBrown:
> On Sun, Mar 05 2017, Daniel Pocock wrote:
> 
>> [...]
> 
> Yes, they can.
> The systemd unit files are designed so that svcgssd will only be started
> if gssproxy didn't start - and gssproxy is tried first.
> 
> If you use something other than systemd, similar logic would be needed.
> 
> NeilBrown
> 
> 
> [...]

Hi,

@Neil: Thanks for the clarification. :)  I am taking you and linux-nfs
off again (BCC'ed) as I assumed the rest follows from here are less like
to be relevant for you.

@Robbie: Can you clarify what happens for people who have chosen to use
sysvinit as init system?  Will they end up with gssproxy or svcgssd or a
broken NFS?

Thanks,
~Niels



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-05 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <148524180980.26332.422684345851896222.reportbug@kirtar>
     [not found] ` <8ed20c71-d7e2-72e1-a8ce-c913f8e0fffd@thykier.net>
     [not found]   ` <17e5fbd0-9bb1-d7fa-6056-8adbda8a1f4d@pocock.pro>
     [not found]     ` <e157cdda-35b6-8643-7d9f-da79faec56f7@thykier.net>
     [not found]       ` <5df78805-b791-0a5e-3dcb-99792d78c3bd@thykier.net>
2017-03-05 19:09         ` Bug#852395: unblock: gssproxy/0.5.1-2 Daniel Pocock
2017-03-20  5:07           ` NeilBrown
2017-04-05 10:37             ` Niels Thykier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.