-
antranigv
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
-
antranigv
mounting DOS/FAT32/PCFS took me like 10 minutes
-
antranigv
turns out the p5i files were just text...
-
Guest97
hi all
-
antranigv
hi Guest97
-
Guest97
try to get open-vm-tools running, says that NTP is a dependency and NTP is currently offline
-
Guest97
so I was trying to get NTP to report as online first
-
Guest97
kinda stuck
-
Guest97
I've done 'svcadm disable ntp' and 'svcadm enable ntp'
-
Guest97
running v11 r151048i
-
antranigv
Guest97 try running `svcadm enable chrony` . looks like that's the NTP daemon
-
Guest97
'chrony' doesn't match any instances
-
antranigv
Guest97 weird. I have chrony and not ntp.
-
antranigv
Guest97 well, regardless. what does `svcs -xv ntp` say?
-
Guest97
svc:/network/ntp:default (Network Time Protocol (NTP) Version 4)
-
Guest97
State: offline since Sun Jan 28 18:33:56 2024
-
Guest97
Reason: Unknown.
-
Guest97
-
Guest97
See: man -M /usr/share/man -s 8 ntpd
-
Guest97
See: man -M /usr/share/man -s 5 ntp.conf
-
Guest97
See: man -M /usr/share/man -s 8 ntpq
-
Guest97
Impact: This service is not running.
-
antranigv
Guest97 weird. btw you can try a Gist next time, in case the output is longer.
-
Guest97
sure
-
Guest97
are you running open-vm-tools?
-
Guest97
antranigv
-
antranigv
Guest97 nope :/
-
antranigv
That's the ESXi thing, right?
-
Guest97
yup
-
antranigv
Guest97 does it even work for illumos based systems?
-
Guest97
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
-
Guest97
svc:/system/virtualization/open-vm-tools:default (Open Virtual Machine Tools)
-
Guest97
State: offline since Sun Jan 28 17:38:46 2024
-
antranigv
and it relies on NTP?
-
Guest97
when I do a 'svcs -l open-vm-tools'
-
Guest97
'''# svcs -l open-vm-tools
-
Guest97
fmri svc:/system/virtualization/open-vm-tools:default
-
Guest97
name Open Virtual Machine Tools
-
Guest97
enabled true
-
Guest97
state offline
-
Guest97
next_state none
-
Guest97
state_time Sun Jan 28 17:38:46 2024
-
Guest97
restarter svc:/system/svc/restarter:default
-
Guest97
dependency require_all/none svc:/milestone/multi-user (online)
-
Guest97
dependency exclude_all/none svc:/network/ntp:default (offline)
-
Guest97
dependency exclude_all/none svc:/network/chrony:default (absent)'''
-
Guest97
sorry - that wasn't formatted right
-
Guest97
does that 'exclude_all' mean it doesn't need it then?
-
antranigv
Guest97 I've been using OmniOS for 2 weeks so I wanna say "not sure" :D
-
antranigv
let's see if someone else knows.
-
antranigv
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 ? :)
-
antranigv
Okay, figured that out too!
-
andyf
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.
-
antranigv
andyf bizarre indeed
-
antranigv
andyf on the bright side, look what I have now!
pkg.omnios0.hackerspace.am/en/index.shtml
-
andyf
Oh, nice!
-
antranigv
it was not as hard as I thought. But there's more to learn
-
antranigv
speed went from 1M/s to 10M/s yeeeey
-
antranigv
I'll modify my mirror a bit so I can host extras as well
-
antranigv
I wonder how big are the extras
-
antranigv
and to set it to a version number as well
-
antranigv
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
-
antranigv
I wonder if I can mirror pkgsrc of Joyent as well.
-
antranigv
pkgrecv got stuck at ooce/application/texlive; for the third time already
-
antranigv
how does IPS choose which origin/mirror to use?
-
antranigv
does it do like a ping test or something?
-
antranigv
I was just reading the logs and looks like I ramble a lot :)
-
wacki
Sometimes it's good to hear such ramblings from someone outside the bubble ;-)
-
antranigv
wacki awww, thank you
-
antranigv
but looks like I'm joining the bubble more and more each day
-
antranigv
after a LONG wait it continued
-
ptribble
What I remember about texlive in general is that it's enormous, which could have an impact
-
antranigv
I wonder if there's a better way to mirror. Altho spending a day once every 6 months is not a bad idea.
-
andyf
texlive has so many small files that it really stresses IPS. It should get there though!
-
andyf
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.
-
andyf
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
-
antranigv
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
-
antranigv
the URL sucks, I should do /r151048/core and /r151048/extra like the main IPS server, otherwise I will get confused
-
antranigv
(serving on / was a bad idea)
-
antranigv
Now I've set hackerspace.am to origin and ETH to mirror. I hope that's normal for IPS.
-
antranigv
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.
-
andyf
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.
-
andyf
mirrors (that is, pkg/server instances configured as mirrors) can't act as origins
-
antranigv
andyf I learned that by reading the docs, so I did a full copy.
-
antranigv
and I'll setup a cronjob to pkgrecv every 24 hours.
-
andyf
antranigv - speedtest - yes, sounds like a good idea. The only criterion for packages in omnios-extra is that they have somebody that uses them!
-
antranigv
looks like I'll be changing the domain to pkg.omnios.illumos.am :)))))
-
antranigv
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.
-
andyf
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.
-
antranigv
is there periodic on illumos?
-
antranigv
FreeBSD's periodic is similar to cron (actually, it gets run from a cron) but runs only once when running
-
antranigv
say I have a pkgrecv every 1 hour, but the first one hasn't finished yet... the second one might kick of
-
antranigv
but with periodic, only once will kick off
-
andyf
No, I don't see that available.
-
antranigv
what do the numbers mean? r151048, r151049, etc. do they change weekly or monthly?
-
andyf
Take a look at
omnios.org/schedule as a start
-
antranigv
so each number is a quarter
-
danmcd
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).
-
antranigv
danmcd ahh I see!
-
antranigv
I was able to setup extra.omnios repo as well
-
antranigv
-
antranigv
but here's what's bothering me. I have to use a proto://domain in proxy_base
-
antranigv
I think it might be better to setup only a path i.e. /rVersion/core
-
antranigv
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
-
antranigv
I assume the code for depotd is out there. I have to check
-
andyf
-
papertigers
antranigv: do you have notes from setting up a local mirror by any chance?
-
antranigv
papertigers yes, all of it. I'm planning on blogging it in a bit.
-
papertigers
It's something I haven been meaning to do for awhile but never got around to
-
papertigers
nice, looking forward to it!
-
antranigv
First illumos post on my blog. fingers crossed.