Josef Reidinger changed bug 1049097
What Removed Added
Status CONFIRMED RESOLVED
CC   jreidinger@suse.com
Resolution --- FIXED

Comment # 12 on bug 1049097 from
Hi,
thanks for logs. It is clear from there that it calls:

2017-09-25 03:23:19 <0> install(3297) [scr]
ScriptingAgent.cc(executeSubagentCommand):589
ScriptingAgent::executeSubagentCommand: Execute
2017-09-25 03:23:19 <0> install(3297) [scr]
ScriptingAgent.cc(executeSubagentCommand):590 path: .target.bash
2017-09-25 03:23:19 <0> install(3297) [scr]
ScriptingAgent.cc(executeSubagentCommand):591 arg: "chkconfig network on"
2017-09-25 03:23:19 <0> install(3297) [scr]
ScriptingAgent.cc(executeSubagentCommand):592 opt: null
2017-09-25 03:23:19 <0> install(3297) [agent-system]
../../libscr/src/include/scr/Y2AgentComponent.h(evaluate):95 evaluate (`Execute
(.bash, "chkconfig network on"))
2017-09-25 03:23:19 <0> install(3297) [agent-system]
../../libscr/src/include/scr/Y2AgentComponent.h(evaluate):100 Going to evaluate
`Execute (.bash, "chkconfig network on")
2017-09-25 03:23:19 <0> install(3297) [agent-system]
../../libscr/src/include/scr/Y2AgentComponent.h(evaluate):121 After code
evaluation: `Execute (.bash, "chkconfig network on")
2017-09-25 03:23:19 <0> install(3297) [agent-system]
../../libscr/src/include/scr/Y2AgentComponent.h(evaluate):142 Execute, arg size
is 2
2017-09-25 03:23:19 <0> install(3297) [agent-system]
SystemAgent.cc(Execute):918 Execute (.bash)
2017-09-25 03:23:19 <0> install(3297) [bash] ShellCommand.cc(shellcommand):31
shellcommand start
2017-09-25 03:23:19 <3> install(3297) [bash] ShellCommand.cc(shellcommand):78
Failed to enable unit, refusing to operate on linked unit file network.service
2017-09-25 03:23:19 <0> install(3297) [bash] ShellCommand.cc(shellcommand):199
shellcommand end

so it failed to enable unit.

I check current code after big changes we did there and this script is no
longer called. I also try to reproduce issue with current TW and it works
without issues.

So closing as fixed. If you can still reproduce it, please reopen with fresh
logs.

Thanks for report.


You are receiving this mail because: