osrf / cloudsim-legacy

Apache License 2.0
1 stars 1 forks source link

Explicit load of ixgbe module needs to escape call to `uname` #135

Closed osrf-migration closed 11 years ago

osrf-migration commented 11 years ago

Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


When we add the call to insmod in /etc/rc.local, we need to escape the backquote characters, so that they appear literally in /etc/rc.local. Otherwise, substitution happens when that file is created, resulting in a kernel version-specific path. Then the module won't load properly if booted into a different kernel.

osrf-migration commented 11 years ago

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Fixed in pull request 135