You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, fai's stdout and stderr is dumped to the same logger as containers use.
Unfortunately, @kdienes ran into a situation where a dns error caused fai to be unable to contact its package server. So fai dropped all packages from the list of packages to install.
You couldn't tell this from the stdout/stderr, but only from software.log in FAI's log directory.
Preserve the entire log directory and dump its location to the logger callback.
The text was updated successfully, but these errors were encountered:
Currently, fai's stdout and stderr is dumped to the same logger as containers use.
Unfortunately, @kdienes ran into a situation where a dns error caused fai to be unable to contact its package server. So fai dropped all packages from the list of packages to install.
You couldn't tell this from the stdout/stderr, but only from software.log in FAI's log directory.
Preserve the entire log directory and dump its location to the logger callback.
The text was updated successfully, but these errors were encountered: