02:45:46 Hi, everyone! Recently, I use pset_create() on SunOS 5.11 and there is an error "Not owner", how can I solve this? Thanks in advance! 05:18:02 japin: Is the user privileged? 05:18:31 If you look at the manual page, it states that EPERM usualy happens when PRIV_SYS_RES_CONFIG is not there. 05:18:36 You can probably validate that with truss. 05:21:32 rmustacc: I use "ppriv -l | grep sys_res_config" command, and can find it. 05:22:55 japin: ppriv -l just lists all privileges that exist. 05:22:59 So of course it'll be there. 05:27:39 Oh, sorry, I miss understand this. How can I check whether the user has this privilege? 05:28:27 I usually just do something like ppriv $$ on my shell that I'm running the program on or I would use truss to confirm that that is the missing privilege. 05:32:09 Yeah, I cannot find sys_res_config using ppriv $$. 05:32:23 Are you inside of a zone or the global zone? 05:32:45 I'm in a zone. 05:38:50 Thank you rmustacc. And how can I add PRIV_SYS_RES_CONFIG for a user? 05:39:54 I try to use "usermod -K defaultpriv=basic,sys_res_config username", but it doesn't work. 08:37:08 hm - how do I boot a CN with the "noimport=true" parameter? "reboot noimport=true" brings up the CN with the zones pool imported - no matter what... 08:40:41 reboot -B nomport=true ? 08:46:13 ok - then probably "reboot -- -B noimport=true" 14:37:12 Hi, when trying to run "imgadm update" I get the following error: imgadm update: error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY 14:37:27 anyone has and idea on how to fix this? 14:38:56 jhertz : on what PI? 14:39:27 Sorry, I don't know what you mean by PI? 14:43:27 platform image 14:43:35 in other words: platform version 14:43:53 i'd say you need to install mozilla-rootcerts and/or mozilla-rootcerts-openssl 14:45:37 jhertz - what's the output of "uname -a"? 14:46:56 SunOS X 5.11 joyent_20200311T225627Z i86pc i386 i86pc 14:48:02 otis: any link with info on how to do that? 14:55:49 jhertz: the platform image is too old, there's a non-https imgapi server I'll need to dig for the address of, but generally you want to keep the running PI updated 14:56:42 images-nossl.smartos.org 14:57:40 jperkin: So update the USB image basically? 14:59:39 yes 15:00:26 cool, thanks for the help everyone! 19:10:26 jhertz: Yeah, unfortunately the situation with keeping a valid cert on there for older platform images is beyond our control. Pretty much no more CAs exist that will issue a cert that's valid with the version of OpenSSL used in older platform images. 19:11:30 There may be one, but I don't know of any. And unfortunately the only way to figure it out is to buy one and see if it works, and if not, hope you can get your money back. 19:12:36 It would end up being extremely expensive and time intensive, and I wouldn't be surprised if it raised a red flag somewhere with CAs that someone keeps buying the same name from every CA in existence.