[Freeipa-devel] [freeipa PR#738][comment] restore: restart gssproxy after restore

2017-04-28 Thread pvoborni
  URL: https://github.com/freeipa/freeipa/pull/738
Title: #738: restore: restart gssproxy after restore

pvoborni commented:
"""
PR #748 obsoletes this one - this PR was created badly and so I cannot force 
update it. New one uses reload-or-restart
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/738#issuecomment-297962651
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#738][comment] restore: restart gssproxy after restore

2017-04-26 Thread frozencemetery
  URL: https://github.com/freeipa/freeipa/pull/738
Title: #738: restore: restart gssproxy after restore

frozencemetery commented:
"""
The systemd-portable way to do this is as I understand it is `systemctl 
try-reload-or-restart gssproxy` (unless you want to start it if it's not 
running, at which point you'd do `systemctl reload-or-restart gssproxy`).  Then 
you're not dependent on how the distro maintainer decides to handle it (which 
varies between distros here due to reasons).

That is something of an orthogonal consideration though - digging further into 
the code, it doesn't look like there's a `reload`-style verb of any kind in the 
services abstraction layer?  (I see `is_running()` and `restart()`, but no 
`reload()` in services.py.)  I don't know how you want to address this; whether 
it makes sense to extend the abstraction, or whether since no one else uses it 
gssproxy can just be `restart`ed.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/738#issuecomment-297580677
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#738][comment] restore: restart gssproxy after restore

2017-04-26 Thread simo5
  URL: https://github.com/freeipa/freeipa/pull/738
Title: #738: restore: restart gssproxy after restore

simo5 commented:
"""
will a "systemctl reload gssproxy" do the right thing @frozencemetery ?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/738#issuecomment-297543414
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#738][comment] restore: restart gssproxy after restore

2017-04-26 Thread simo5
  URL: https://github.com/freeipa/freeipa/pull/738
Title: #738: restore: restart gssproxy after restore

simo5 commented:
"""
The name of the project is GSS-Proxy, the package name is gssproxy.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/738#issuecomment-297484796
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code