[OpenIndiana-discuss] Setting static IP after OpenIndiana boot

2020-03-25 Thread Nicholas Papadonis
I installed OpenIndiana and am trying to configure a static IP. I try to delete the address to follow the procedure for a static ip, however this action does not work. Any guidance appreciated. Thanks $ ipadm show-addr ADDROBJ TYPE STATEADDR lo0/v4static ok

Re: [OpenIndiana-discuss] Setting static IP after OpenIndiana boot

2020-03-25 Thread Till Wegmüller
Hi you defined dhcp in the Installation wizzard I guess? In that case the application network automagic is managing the ip addresses not ipadm commands. You will have to disable the nwam service first. use svcadm disable svc:/network/physical:nwam All entries will then disapear aswell. Than you

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread Richard L. Hamilton
This works for me (the locate command doesn't show the package, but it does show where it is). This assumes the file is installed. root@openindiana:~# locate libXm.so.3 # if updatedb has been run /usr/dt/lib/libXm.so.3 /usr/lib/libXm.so.3 root@openindiana:~# pkg contents -o pkg.name,path -a

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread Nicholas Papadonis
I also just realized the libXm.so is Motif and may have not made it open sourced as part of openindiana. Is this the case? Thanks On Wed, Mar 25, 2020 at 1:49 AM Nicholas Papadonis < nick.papadonis...@gmail.com> wrote: > Also, I'm running OI-hipster-text-20161030.iso because I have an app that

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread Nicholas Papadonis
$ pkg contents -o pkg.name,path -a path='*/lib/libXm.so.3' pkg: contents: no matching actions found in the listed packages $ uname -a SunOS openindiana 5.11 illumos-2816291 i86pc i386 i86pc Solaris I’m running an older 2016 OpenIndiana because I need 32-bit support. > On Mar 25, 2020, at 2:26

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread Nicholas Papadonis
Looks like there is some dependency issues $ pkg publisher PUBLISHER TYPE STATUS P LOCATION openindiana.org origin online F http://pkg.openindiana.org/hipster/ Search pkg.openindiana.org

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread Jean-Pierre André
Nicholas Papadonis wrote: I also just realized the libXm.so is Motif and may have not made it open sourced as part of openindiana. Is this the case? Thanks AFAIR there are conditions for packaging Motif. I have had to compile it from source, its dependencies are available in Hipster, but

Re: [OpenIndiana-discuss] Finding package that includes file

2020-03-25 Thread aurelien . larcher
Do you mean 32bit kernel or 32bit support for binaries? 32bit libraries are still shipped. Also pkg search -r to search remote repositories, the default is local. Le Mercredi 25 mars 2020, Nicholas Papadonis a écrit : > Looks like there is some dependency issues > > $ pkg publisher > PUBLISHER