On 08/14/2015 08:53 AM, Patrick M. Hausen wrote:> HI! > >> Am 14.08.2015 um 15:15 schrieb Tim Daneliuk <tundra at tundraware.com>: >> >> I just built a 10.2 machine on a cloud-based VPS (Digital Ocean) that has >> 512M of memory and 1G of swap partition. I am seeing a ton of errors like >> this: >> >> [...] >> So, I added this to fstab (after creating /usr/swap0): > > Did you create it with dd or just with touch? You need to create a > file that actually occupies the disk blocks with dd. > > HTH > Patrick >The file was actually created, and space reserved. -- ---------------------------------------------------------------------------- Tim Daneliuk tundra at tundraware.com PGP Key: http://www.tundraware.com/PGP/
Tim Daneliuk <tundra at tundraware.com> writes:> On 08/14/2015 08:53 AM, Patrick M. Hausen wrote: >> HI! >> >>> Am 14.08.2015 um 15:15 schrieb Tim Daneliuk <tundra at tundraware.com>: >>> >>> I just built a 10.2 machine on a cloud-based VPS (Digital Ocean) that has >>> 512M of memory and 1G of swap partition. I am seeing a ton of errors like >>> this: >>> >>> [...] >>> So, I added this to fstab (after creating /usr/swap0): >> >> Did you create it with dd or just with touch? You need to create a >> file that actually occupies the disk blocks with dd. >> >> HTH >> Patrick >> > > The file was actually created, and space reserved.Try removing the md99 device with mdconfig and then run the swapon again. -- Carl Johnson carlj at peak.org