Comment # 3 on bug 1205401 from
2022-11-14 02:51:03 <0> install(3331) [scr] 
  ScriptingAgent.cc(executeSubagentCommand):591
  arg: "/sbin/netconfig update -m ntp"

2022-11-14 02:51:03 <3> install(3331) [bash]
  ShellCommand.cc(shellcommand):78
  sh: line 1: /sbin/netconfig:
  No such file or directory

2022-11-14 02:51:03 <3> install(3331) [Ruby] 
  modules/NtpClient.rb(write_and_update_policy):831
  Cannot update the dynamic configuration policy.


My first though was: This looks to me like yet another case of the usr-merge
killing compatibility. We had that before, and I guess we'll get dozens of
those in the future.

But it's TW, so there SHOULD be a symlink /sbin -> /usr/sbin, and it's there
alright on my up-to-date TW VM. /sbin/netconfig is now /usr/sbin/netconfig,
though.

[sh @ balrog-tw-dev] ~ 8 %
  rpm -ql sysconfig-netconfig | grep 'sbin/netconfig' 
/usr/sbin/netconfig

[sh @ balrog-tw-dev] ~ 9 % ls -ld /sbin
lrwxrwxrwx 1 root root 8 Okt  8 01:48 /sbin -> usr/sbin

[sh @ balrog-tw-dev] ~ 10 % rpm -q sysconfig-netconfig
sysconfig-netconfig-0.90.0-1.2.x86_64


You are receiving this mail because: