00:18:34 rmustacc the Apple USB Ethernet. The Model is 4588CE according to dmesg. the driver is axf. Now I'm trying to figure out how to install an IPS package locally :D 00:18:47 mounting DOS/FAT32/PCFS took me like 10 minutes 00:34:24 turns out the p5i files were just text... 00:50:18 hi all 00:50:54 hi Guest97 00:50:57 try to get open-vm-tools running, says that NTP is a dependency and NTP is currently offline 00:51:13 so I was trying to get NTP to report as online first 00:51:19 kinda stuck 00:51:48 I've done 'svcadm disable ntp' and 'svcadm enable ntp' 00:52:25 running v11 r151048i 00:52:35 Guest97 try running `svcadm enable chrony` . looks like that's the NTP daemon 00:54:57 'chrony' doesn't match any instances 00:56:00 Guest97 weird. I have chrony and not ntp. 00:56:19 Guest97 well, regardless. what does `svcs -xv ntp` say? 00:57:11 svc:/network/ntp:default (Network Time Protocol (NTP) Version 4) 00:57:11  State: offline since Sun Jan 28 18:33:56 2024 00:57:12 Reason: Unknown. 00:57:12    See: http://illumos.org/msg/SMF-8000-AR 00:57:13    See: man -M /usr/share/man -s 8 ntpd 00:57:13    See: man -M /usr/share/man -s 5 ntp.conf 00:57:14    See: man -M /usr/share/man -s 8 ntpq 00:57:14 Impact: This service is not running. 00:57:53 Guest97 weird. btw you can try a Gist next time, in case the output is longer. 00:58:05 sure 01:08:21 are you running open-vm-tools? 01:08:38 antranigv 01:08:49 Guest97 nope :/ 01:08:59 That's the ESXi thing, right? 01:09:18 yup 01:09:41 Guest97 does it even work for illumos based systems? 01:10:28 yeah, there is a service, and it is installed.  I don't think that VMware makes tools for Solaris any longer... but they still develop open vm tools for it 01:11:01 svc:/system/virtualization/open-vm-tools:default (Open Virtual Machine Tools) 01:11:01  State: offline since Sun Jan 28 17:38:46 2024 01:11:14 and it relies on NTP? 01:12:15 when I do a 'svcs -l open-vm-tools' 01:12:51 '''# svcs -l open-vm-tools 01:12:51 fmri         svc:/system/virtualization/open-vm-tools:default 01:12:52 name         Open Virtual Machine Tools 01:12:52 enabled      true 01:12:53 state        offline 01:12:53 next_state   none 01:12:54 state_time   Sun Jan 28 17:38:46 2024 01:12:54 restarter    svc:/system/svc/restarter:default 01:12:55 dependency   require_all/none svc:/milestone/multi-user (online) 01:12:55 dependency   exclude_all/none svc:/network/ntp:default (offline) 01:12:56 dependency   exclude_all/none svc:/network/chrony:default (absent)''' 01:12:58 sorry - that wasn't formatted right 01:14:35 does that 'exclude_all' mean it doesn't need it then? 01:15:11 Guest97 I've been using OmniOS for 2 weeks so I wanna say "not sure" :D 01:15:20 let's see if someone else knows. 10:50:24 Say that now I've downloaded core and extras locally. how can I convert them to a cute website like pkg.omnios.org/...../index.shtml ? :) 11:44:12 Okay, figured that out too! 12:09:22 antranigv - I saw you asked about rust in omnios-build-tools. Yes, there are a couple of things in omnios-build that use rust. Off the top of my head there is the python orjson module, and actually more and more python modules have bits written in rust. It's a somewhat bizarre trend. 12:43:36 andyf bizarre indeed 12:44:00 andyf on the bright side, look what I have now! https://pkg.omnios0.hackerspace.am/en/index.shtml 12:44:16 Oh, nice! 12:50:13 it was not as hard as I thought. But there's more to learn 12:55:07 speed went from 1M/s to 10M/s yeeeey 13:00:43 I'll modify my mirror a bit so I can host extras as well 13:00:49 I wonder how big are the extras 13:00:57 and to set it to a version number as well 13:01:31 this is just a trial run in our hackerspace. I need to run on a production server that has a proper UPS, better INET, etc. but it's really easy to setup 13:01:40 I wonder if I can mirror pkgsrc of Joyent as well. 15:02:51 pkgrecv got stuck at ooce/application/texlive; for the third time already 15:32:34 how does IPS choose which origin/mirror to use? 15:32:40 does it do like a ping test or something? 16:01:21 I was just reading the logs and looks like I ramble a lot :) 16:04:54 Sometimes it's good to hear such ramblings from someone outside the bubble ;-) 16:05:29 wacki awww, thank you 16:05:50 but looks like I'm joining the bubble more and more each day 16:23:08 after a LONG wait it continued 16:45:27 What I remember about texlive in general is that it's enormous, which could have an impact 16:50:24 I wonder if there's a better way to mirror. Altho spending a day once every 6 months is not a bad idea. 16:55:08 texlive has so many small files that it really stresses IPS. It should get there though! 16:55:39 As far as I remember, IPS constantly monitors the response times from all of the origins and mirrors, and will dynamically allocate requests based on that. 16:56:05 I certainly don't see a slow down on my boxes in the UK which have the US mirrors configured, despite them being relatively slow for me compared to the main servers in Zurich 16:59:51 So having stable core + stable extra took about 30G. I also need to bring in bloody just in case someone wants to do a development 17:00:27 the URL sucks, I should do /r151048/core and /r151048/extra like the main IPS server, otherwise I will get confused 17:00:38 (serving on / was a bad idea) 17:01:09 Now I've set hackerspace.am to origin and ETH to mirror. I hope that's normal for IPS. 17:02:09 andyf this might sound dumb, but can I add speedtest-py or speedtest-go into packages? it would be fun to have it in extras, I'm sure many people would use it. 17:02:14 That must mean that hackerspace.am is a full copy, not a mirror. Usually you'd set the origin to point to ETH as it's the definitive source, and sometimes might have files that haven't replicated yet. 17:02:29 mirrors (that is, pkg/server instances configured as mirrors) can't act as origins 17:02:44 andyf I learned that by reading the docs, so I did a full copy. 17:03:05 and I'll setup a cronjob to pkgrecv every 24 hours. 17:03:35 antranigv - speedtest - yes, sounds like a good idea. The only criterion for packages in omnios-extra is that they have somebody that uses them! 17:03:51 looks like I'll be changing the domain to pkg.omnios.illumos.am :))))) 17:04:33 andyf I'll go over the porting process and do it this week. Personally I use it a lot, and the Go version seems tiny and fancy at the same time. 17:07:03 there is also the svc:/application/pkg/mirror:default service, which I do remember getting working at one point. It is probably easier to just have a cron job kicking off a pkg recv though - that's all the service does as far as I remember. 17:08:14 is there periodic on illumos? 17:08:37 FreeBSD's periodic is similar to cron (actually, it gets run from a cron) but runs only once when running 17:08:53 say I have a pkgrecv every 1 hour, but the first one hasn't finished yet... the second one might kick of 17:09:00 but with periodic, only once will kick off 17:15:00 No, I don't see that available. 17:24:21 what do the numbers mean? r151048, r151049, etc. do they change weekly or monthly? 17:41:44 Take a look at https://omnios.org/schedule as a start 18:32:57 so each number is a quarter 18:34:52 No. Each even number is 6mo stable. each odd number marks activity between each even number. The `bloody` pkg5 repo should always be (current-stable + 1). 18:42:06 danmcd ahh I see! 18:57:10 I was able to setup extra.omnios repo as well 18:57:13 https://pkg.omnios0.hackerspace.am/r151048/extra/en/index.shtml 18:57:44 but here's what's bothering me. I have to use a proto://domain in proxy_base 18:58:07 I think it might be better to setup only a path i.e. /rVersion/core 18:58:35 that way, in case the domain changes in the future (which will be in my case in couple of hours) I don't have to reconfigure a lot of things 18:58:52 I assume the code for depotd is out there. I have to check 19:10:27 It's part of https://github.com/omniosorg/pkg5 20:15:09 antranigv: do you have notes from setting up a local mirror by any chance? 20:15:26 papertigers yes, all of it. I'm planning on blogging it in a bit. 20:15:27 It's something I haven been meaning to do for awhile but never got around to 20:15:36 nice, looking forward to it! 20:15:49 First illumos post on my blog. fingers crossed.