qwertymodo
Contributor
- Joined
- Apr 7, 2014
- Messages
- 144
I am attempting to rename a few jails created by plugins that, by default, create really lousy jail names, like customplugin_1. Trying to keep track of which jail corresponds to which plugin when they're named like that is a real pain. Unfortunately, the FreeNAS devs have officially declared this feature request a wontfix, so I'm trying to manually rename them. I've gotten most of the way based on the steps outlined here, but there are a few nagging issues. For one, once I made these changes, I started getting the following message over and over in my syslog:
Also, after making these changes, the web UI becoming very sluggish, and some UI menus not loading at all, instead displaying "An error occurred". This also corresponded to my NAS being reassigned a new IP address every time I reboot, whereas until this point, it had kept the same IP address since I first installed it, and now it's changed IP addresses 4 times in the last 24 hours (I've rebooted that many times while working on this). Yes, I'm eventually going to switch to a static IP address, and yes, this doesn't really matter, but it's still a symptom of these changes.
Another issue is that now, the plugins aren't showing up in the left-hand panel like they used to. Normally, the "Plugins" entry in the left-hand panel has a '+' and expands to list the plugins, but now it doesn't.
When I go to View Volumes, one of the renamed jails doesn't show up as a child of my jail root, it shows up as its own separate entry.
Any ideas? Before anyone replies to tell me it's not supported, fine, I get it. I'd be all for a real solution in the GUI, but we're not going to get one. And I'm not at all interested in dealing with a bunch of plugin jails named customplugin_n, so "just live with it" really isn't helpful either, despite the fact that it's basically been the answer everywhere I've looked. If renaming jails after the fact isn't going to happen, there should at least be some way of selecting the name at install time, but if that's not an option, I just want to figure out how to fix this mess now that it's been created. Mainly, the winbindd issue, as that actually seems to be causing performance issues, but the others would be nice to fix as well.
Code:
May 19 20:11:35 freenas winbindd[7621]: [2014/05/19 20:11:35.387949, 0] ../source3/winbindd/winbindd_cache.c:3196(initialize_winbindd_cache) May 19 20:11:35 freenas winbindd[7621]: initialize_winbindd_cache: clearing cache and re-creating with version number 2
Also, after making these changes, the web UI becoming very sluggish, and some UI menus not loading at all, instead displaying "An error occurred". This also corresponded to my NAS being reassigned a new IP address every time I reboot, whereas until this point, it had kept the same IP address since I first installed it, and now it's changed IP addresses 4 times in the last 24 hours (I've rebooted that many times while working on this). Yes, I'm eventually going to switch to a static IP address, and yes, this doesn't really matter, but it's still a symptom of these changes.
Another issue is that now, the plugins aren't showing up in the left-hand panel like they used to. Normally, the "Plugins" entry in the left-hand panel has a '+' and expands to list the plugins, but now it doesn't.

When I go to View Volumes, one of the renamed jails doesn't show up as a child of my jail root, it shows up as its own separate entry.

Any ideas? Before anyone replies to tell me it's not supported, fine, I get it. I'd be all for a real solution in the GUI, but we're not going to get one. And I'm not at all interested in dealing with a bunch of plugin jails named customplugin_n, so "just live with it" really isn't helpful either, despite the fact that it's basically been the answer everywhere I've looked. If renaming jails after the fact isn't going to happen, there should at least be some way of selecting the name at install time, but if that's not an option, I just want to figure out how to fix this mess now that it's been created. Mainly, the winbindd issue, as that actually seems to be causing performance issues, but the others would be nice to fix as well.