January 23, 201214 yr Anything I configure via the cli reverts to default setting after a system reboot. I'm configuring two NICs with ifenslave. The example in ifenslave -h instructions works with my switch so that's what I would like to keep as a permanent change to ,y network settings. How do I make these changes permanent and not revert during reboot? Thanks
January 23, 201214 yr Anything you change in the Linux filesystem is being done in RAM, which is lost on a reboot. You have to save the files you modify to the flash drive and copy them to the filesystem each reboot. The go file allows you to do this. Peter
January 23, 201214 yr Author Gracias! I'll try ASAP. Is this in the manual? If so kindly please point me to the page. Again thank you.
January 24, 201214 yr Read here http://lime-technology.com/wiki/index.php?title=FAQ#What_about_addons_for_unRAID.3F For the most part unRaid is configured via the GUI. The mod you are planning would be a user customization or addon. Lots of examples to check out but they are all by the community. In the beta notes I read Tom is building the gui control for ifenslave.
February 4, 201214 yr Author What needs to be saved in flash? A script with a set of commands to form a bond0?
February 4, 201214 yr What needs to be saved in flash? A script with a set of commands to form a bond0? Exactly. The commands to be executed every time you reboot would need to be added to the existing commands in the config/go script. It is that script that is run every time you reboot. Joe L.
Archived
This topic is now archived and is closed to further replies.