I am giving the following command.
sudo apt-get install drbd8-utils drbd8-module-source \ build-essential module-assistant
and when I do, the response I get is
Note, selecting drbd8-source instead of drbd8-module-source
drbd8-source is already the newest version
Then when I go to install drbd using this command
module-assistant auto-install drbd8
A GUI pops up and says that I am missing "something" (which I am assuming is the module since everything else installs correctly)
I'm following the guide from drbd.org, so I'm fairly certain that I have all of the pre-requisites installed. But I am relatively unfamiliar with linux so if I am missing something, I'd be happy to know what it is.