#ports

  1. G

    uname -U differs from uname -K in jail (11.1-RELEASE)

    Recently I've upgraded my system from 11.0-RELEASE to 11.1-RELEASE. Everything is fine with the host: [root@host ~]# uname -U && uname -K 1101001 1101001 But in jails (I'm using ezjail for that) it does differ: root@munin:~ # uname -U && uname -K 1100122 1101001 I did upgrade by the book...
Back
Top