Actions
Bug #9182
closed
VP
JP
SWAP not working after clean install
Bug #9182:
SWAP not working after clean install
Start date:
12/07/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4_1
Affected Architecture:
amd64
Description
After 2.4.4_1 clean install, I realized swap is improperly configured (and not working of course). I used the automatic partitioning method during install.
If doing a ls /dev/label , swap partition is defined as swap0
[2.4.4-RELEASE][root@firewall]/root: ls /dev/label/
swap0
But if checking into /etc/fstab file, swap partition is defined as swap1
[2.4.4-RELEASE][root@firewall]/root: cat /etc/fstab
/dev/ufsid/5c0b0a83b67185f2 / ufs rw 1 1
/dev/label/swap1 none swap sw 0 0
Workaround is to manually edit fstab file and change swap1 to swap0.
Actions