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
As part of the migration of the ubuntu package and a sync from debian yesterday we found that we can see the hostname in the file /sys/kernel/debug/sched/debug.
In this particular scenario, the hostname was autopkgtest, and a potential process was running with the name autopkgtest-run
the migrattion to ubunu dev went through, but we ought to resolve this, and we either catch it with update on the obfuscation or this should be ignored.
Excerpt from the logs
######### DONE WITH --mask #########
224s !!! TEST FAILED: hostname not obfuscated in all places !!!
224s /tmp/sosreport_test/sys/kernel/debug/sched/debug: Sautopkgtest-run 2121 6977.293077 E 6978.476987 1.500000 2.501360 6 120 0.000000 2.501360 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-4.scope
Note: we are still using simple.sh for tests here, due to the fact avocado is still not packaged in Debian and Ubuntu, we are actively working to address. Once that is done, we can get rid of this simple.sh for validation
The text was updated successfully, but these errors were encountered:
As part of the migration of the ubuntu package and a sync from debian yesterday we found that we can see the hostname in the file
/sys/kernel/debug/sched/debug
.In this particular scenario, the hostname was
autopkgtest
, and a potential process was running with the nameautopkgtest-run
the migrattion to ubunu dev went through, but we ought to resolve this, and we either catch it with update on the obfuscation or this should be ignored.
Excerpt from the logs
Reference: https://autopkgtest.ubuntu.com/results/autopkgtest-oracular/oracular/amd64/s/sosreport/20240926_175243_bb0ba@/log.gz
Note: we are still using simple.sh for tests here, due to the fact avocado is still not packaged in Debian and Ubuntu, we are actively working to address. Once that is done, we can get rid of this simple.sh for validation
The text was updated successfully, but these errors were encountered: