Charles Hedrick
Charles Hedrick
I just looked at systemd spawner. I haven’t tried it, but it uses systemd-run in a way that I believe will start a service under system.slice. Because it doesn’t put...
I think I have a solution. Use sudospawner. Then configure the sudo pam file to call pam_systemd just for jobs started by jupyterhub. I’m doing the already for Zeppelin, so...
I'm going to show how I did it for Zeppelin. It is going to require some adjustment for Jupyterhub. The grep line at the end checks whether this is the...
In my opinion this is not something we want sysadmins to have to do. I believe it would be better for Jupyterhub to do this itself. But that's moderately tricky.
debian and centos appear t have differences in how the slices are set up. I’d prefer a system-independent solution, but you’re probably best with a simpler one that will work...
I would think a simpler solution would be for zfs receive to have an option -x encryptkey that prevented it from honoring requests to change the key. That sounds really...
I'd much rather see zpool create pool log,special mirror dev1 dev1 data mirror dev3,dev4 Special should then become an alias for metadata,smallfiles, and data a default. That is, allow the...
I see why this happens, but I think it might be useful to be able to do an unencypted backup. Our backup system is pretty secure. An extra option to...
I agree. What I did was write a script that finds the oldest snapshot present on all file systems in the hierarchy. Then another script that sends that snapshot for...
You can send individual filesystems. It will send all snapshots. * You need a script rather than a single command * It doesn't preserve a few lesser-used features other than...