Lines Matching full:exception
75 except (KeyError, IndexError) as exception:
77 f"Failed to read RX/TX ringsize: {exception}. Not going to mess with them."
78 ) from exception
108 except IndexError as exception:
110 f"Failed to read queues numbers: {exception}. Not going to mess with them."
111 ) from exception
133 except CmdExitFailure as exception:
135 f"Failed to configure RX/TX queues: {exception}. Ethtool not available?"
136 ) from exception
156 except OSError as exception:
157 if exception.errno != errno.EEXIST:
159 f"Failed to create netconsole target directory: {exception}"
160 ) from exception
186 except Exception as exception:
188 f"Failed to configure netconsole target: {exception}"
189 ) from exception
219 except OSError as exception:
221 f"Failed to delete netconsole target: {exception}"
222 ) from exception
313 except OSError as exception:
322 f"Failed to write to kmsg: {exception}"
323 ) from exception