<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
 I noticed today, after I loaded uname_hack later, that the chroots I'm managing with jchroot still reported x86_64, while my desktop reported i586.  I restarted the jchjroot process, ssh in, and uname then properly reported i586.
<div><br>
</div>
<div>I'm googling but can't really figure out how I can modify the UTS of a program in a namespace.   If I can do that, I may not need to run uname_hack.  I can simply tell the UTS of those namespaces to report i586.</div>
<div><br>
</div>
<div>I'm also trying to figure out how to setup the veth points for each chroot from outside the chroot when I tell jchroot to setup a new network namespace.   It does that simply with CLONE_NEWNET in clone().   I can see the net ns under the pid, but instructions
 I have found tell me to use 'ip' to add a new net ns first.</div>
<span>jchroot creates a namespace and I just need to reference it somehow. </span>
<br>
</div>
</body>
</html>