This wiki is a community-maintained resource about everything there is to know about IPFire. Join us and help us improving it!
Use the search and find answers to everything about IPFire. If you cannot find what you are looking for, join our community and talk to fellow IPFire users, developers and everybody else involved in the project.
Open a CLI and start the setup-wizard.
setup
First you have to remove the obsolete NICs before you are able to assign the new ones.
If you change you mainboard the sensor-chips will usually change too. So it is necessary to rescan for sensor-chips and remove obsolete rrd-files.
/usr/sbin/sensors-detect
Follow the dialogue to generate a new configfile (locate at /etc/sysconfig/lm_sensors
).
To remove the obsolete sensors from the list of selectable sensors on the webif you have to remove the obsolete folders (sensors-*) from /var/log/rrd/collectd/localhost
.
Important! You must stop collectd
before you change the rrd data, see below.
Stop collectd:
/etc/init.d/collectd stop
You have to remove the "old" rrd-files within the folders /var/log/rrd
and subfolders.
Now you have to start the collectd
.
/etc/init.d/collectd start
Finally a reboot is recommend.
Older Revisions • August 13 at 2:36 am • Jon