Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Carl Brewer
On 16/11/2023 12:47 pm, Goetz T. Fischer wrote: much thanks to all of you for everything so far but that's much more than i need. all i want is 1 zone that runs stuff which is available through the "real" nic's ip. and right now i'm facing much more trivial problems like: what's the root passw

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread John D Groenveld
In message <20231116024740885756.1c14e...@r-a-c.de>, "Goetz T. Fischer" writes: >and right now i'm facing much more trivial problems like: what's the root >password of a newly installed >zone? the one i use for the host os doesn't work. https://docs.openindiana.org/handbook/systems-administratio

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread John D Groenveld
In message <20231116024740885756.1c14e...@r-a-c.de>, "Goetz T. Fischer" writes: >and right now i'm facing much more trivial problems like: what's the root pass >word of a newly installed >zone? the one i use for the host os doesn't work. There's no password out of the box for OI's ipkg brand zone

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
On Thu, 16 Nov 2023 07:18:44 -0500, John D Groenveld wrote: > https://docs.openindiana.org/handbook/systems-administration/#zones> > # zoneadm -z app install > # zoneadm -z app boot > # zlogin -C app yep, that's what i did and what does not work. and btw a zone name without a digit at the end did

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
indeed, if it was just about one single program i'd have definitely given chroot a try. On Thu, 16 Nov 2023 19:58:18 +1100, Carl Brewer wrote: > Is chroot still an option? It's old .. not very sexy .. But for simple > things. ___ openindiana-discuss ma

[OpenIndiana-discuss] zone pkg broken

2023-11-16 Thread Goetz T. Fischer
hi again, more fun with zones. the zone's pkg seems broken: root@zone1:~# pkg publisher Traceback (most recent call last): File "/usr/bin/pkg", line 74, in import six ModuleNotFoundError: No module named 'six' root@zone1:~# pkg search six Traceback (most recent call last): File "/usr/bin

Re: [OpenIndiana-discuss] zone pkg broken

2023-11-16 Thread Marcel Telka
On Thu, Nov 16, 2023 at 09:18:39PM +0100, Goetz T. Fischer wrote: > more fun with zones. the zone's pkg seems broken: > > root@zone1:~# pkg publisher > Traceback (most recent call last): > File "/usr/bin/pkg", line 74, in > import six > ModuleNotFoundError: No module named 'six' > root@zone

Re: [OpenIndiana-discuss] zone pkg broken

2023-11-16 Thread Goetz T. Fischer
that does help indeed. thanks! On Thu, 16 Nov 2023 21:46:53 +0100, Marcel Telka wrote: > This is known problem. An attempt to solve the problem was made here: > https://github.com/OpenIndiana/oi-userland/pull/14688 ___ openindiana-discuss mailing list

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
the zone seems fine now but nat is not working at all. i tried a bunch of examples from whatever docs i could find but no luck. i did the following on the host (global zone): dladm create-etherstub etherstub0 dladm create-vnic -l etherstub0 gvnic1 ipadm create-ip gvnic1 ipadm create-addr -T stat

[OpenIndiana-discuss] CoWorking Session Announcement

2023-11-16 Thread Till Wegmueller
This weeks CoWorking Sessions are on this Sunday 17:00 CET at https://meet.chaostreffbern.ch/OpenIndianaCoWorkingSessions Join us to collaborate on working on #OpenIndiana and bring your questions and tasks you get stick on! A note for the American people attending, this weeks session will NO

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Peter Tribble
On Thu, Nov 16, 2023 at 10:45 PM Goetz T. Fischer wrote: > the zone seems fine now but nat is not working at all. i tried a bunch of > examples from whatever docs i > could find but no luck. Have you enabled ipv4 forwarding in the global zone? Something like routeadm -e ipv4-forwarding (It tu

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
i did but no luck. but just to be on the safe side i rebooted now and what can i say, voila, it worked like a charm! apparently just setting the forwarding is not enough and some other things have to be restarted afterwards. so the reboot took care of that. much thanks to everyone for the swif

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread John D Groenveld
In message <20231117003029468881.25898...@r-a-c.de>, "Goetz T. Fischer" writes: >apparently just setting the forwarding is not enough and some other things hav >e to be restarted >afterwards. so the reboot took care of that. # routeadm -u https://illumos.org/man/8/routeadm> John groenv...@acm.or

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
and one more thanks. as mentioned, outstanding support! On Thu, 16 Nov 2023 18:37:19 -0500, John D Groenveld wrote: > In message <20231117003029468881.25898...@r-a-c.de>, "Goetz T. Fischer" > writes: >> apparently just setting the forwarding is not enough and some other things >> hav >> e to be

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread John D Groenveld
In message <20231117004047146209.33ef1...@r-a-c.de>, "Goetz T. Fischer" writes: >and one more thanks. as mentioned, outstanding support! Excellent. One way to pay it forward is with PRs: https://docs.openindiana.org/handbook/systems-administration/#zones> John groenv...@acm.org _

Re: [OpenIndiana-discuss] container with same ip

2023-11-16 Thread Goetz T. Fischer
well the only actual problem was the missing python module but that has been reported already. unless of course you meant something else by "PR". On Thu, 16 Nov 2023 18:47:39 -0500, John D Groenveld wrote: > In message <20231117004047146209.33ef1...@r-a-c.de>, "Goetz T. Fischer" > writes: >> an