-
szilard
Is there anything I can do to get my PRs merged here?
github.com/omniosorg/omnios-extra/pulls/extrowerk
-
szilard
Also can somebody confirm, my messages gets sent to this channel?
-
szilard
I am asking for review since long, but got no answer.
-
tux0r
yes, i can read your messages :o)
-
tux0r
it's just that most of this channel isn't hyper-active, i'm afraid
-
szilard
Oh, thanks for the reply, now I know at least my messages are clear and loud.
-
GrayGhost
I am trying to update from 52 to 54 ... seems to have worked but wheh I reboot it is still 52
-
GrayGhost
-
szilard
GrayGhost: what does beadm says?
-
szilard
On my side it says:
-
szilard
omnios-r151056d-1 NR / 17,00G static 2025-11-27 18:41
-
GrayGhost
bootBK - - 119K static 2025-12-02 12:29
-
GrayGhost
r151054 NR / 1.78G static 2025-12-02 12:39
-
szilard
so you are in 54 and the next boot will be also the same.
-
GrayGhost
when I ssh in it say 151052
-
szilard
I assume you have attempted to run "pkg update -r -v" already. -r means recursive, so think about it before you run it.
-
szilard
weird
-
GrayGhost
no I have not
-
szilard
-r updates all the linked zones, as far as I understand
-
szilard
but before that
-
szilard
please do the following:
-
szilard
# pkg publisher
-
szilard
and check the output. you can paste it here
-
GrayGhost
-
GrayGhost
PUBLISHER TYPE STATUS P LOCATION
-
GrayGhost
-
GrayGhost
-
GrayGhost
extra.omnios origin online F
pkg.omnios.org/r151054/extra
-
GrayGhost
-
szilard
oh, you have mirrors defined, for 52
-
szilard
you should delete them first.
-
GrayGhost
how do I delete them ?
-
szilard
-
szilard
but maybe it is pkg unset-publisher omnios and then pkg unset-publisher omnios.extra
-
szilard
you can simply unset all of them, later on it is easy to recreate them. You can find the correct publishers in the release notes.
-
szilard
Let me find a link.
-
szilard
Just try to unset all of them.
-
szilard
MAybe for the mirrors you need to pass -m aswell, i don't recall.
-
szilard
# pkg set-publisher -r -O
pkg.omnios.org/r151056/core omnios
-
szilard
# pkg set-publisher -r -O
pkg.omnios.org/r151056/extra extra.omnios
-
szilard
whith this commands you can set the correct publishers, so use any means to remove the old 54 and 53 ones.
-
szilard
In case you are in europe, I use the listed ones, they are really quick nowadays, no need for the us mirror.
-
GrayGhost
now I have
-
GrayGhost
PUBLISHER TYPE STATUS P LOCATION
-
GrayGhost
-
GrayGhost
-
GrayGhost
extra.omnios origin online F
pkg.omnios.org/r151056/extra
-
GrayGhost
-
szilard
you need to remove the old mirrors
-
szilard
let me check the manpage
-
GrayGhost
can I go from 52 to 56 ...?
-
szilard
I went from 52 to 54, and from 54 to 56.
-
szilard
you can do the same, applying the correct publishers.
-
GrayGhost
that is what I thought
-
szilard
but first let's find out how to remove the us mirrors
-
GrayGhost
I am in the us
-
GrayGhost
it that matters
-
nomad
the 056 announcement said you have to go via 054 if updating from 052.
-
szilard
then do that, but first remove all publishers.
-
szilard
like : pkg unset-publisher omnios
-
szilard
pkg unset-publisher extra.omnios
-
szilard
check if they are gone with : pkg publisher
-
GrayGhost
they are all gone now ... had to also do without the estra a second time
-
szilard
if all is gone you should add the 54 publishers.
-
szilard
let me get the links
-
szilard
pkg set-publisher -r -O
pkg.omnios.org/r151054/core omnios
-
szilard
and
-
szilard
pkg set-publisher -r -O
pkg.omnios.org/r151054/extra extra.omnios
-
szilard
check the outut of the : pkg publisher
-
szilard
if you don't have time pressure the european server should be fine.
-
szilard
later on you can add the mirrors, if necessary.
-
GrayGhost
PUBLISHER TYPE STATUS P LOCATION
-
GrayGhost
-
GrayGhost
extra.omnios origin online F
pkg.omnios.org/r151054/extra
-
szilard
looks good.
-
szilard
do you have any ipkg branded zones?
-
GrayGhost
I don't think so
-
GrayGhost
sudo pkg update -f -r --be-name=r151054
-
szilard
check with "zoneadm list -v"
-
GrayGhost
is that correct ?
-
szilard
check first the ipkg zones.
-
GrayGhost
hc@omnios:~$ zoneadm list -v
-
GrayGhost
ID NAME STATUS PATH BRAND IP
-
GrayGhost
0 global running / ipkg shared
-
szilard
zoneadm list -v shows the zone brand. you can ignore the global zone.
-
GrayGhost
ok
-
szilard
the command you have posted earlier "sudo pkg update -f -r --be-name=r151054" is ok.
-
szilard
you can run it now
-
szilard
Good luck!
-
GrayGhost
pkg update: The boot environment 'r151054' already exists.
-
GrayGhost
do I have to delete it ?
-
szilard
then just "pkg update"
-
szilard
you have probably already created the snapshot
-
GrayGhost
seem to be working :)
-
GrayGhost
when it is finished .... init 6 ?
-
szilard
I always name my BEs like "r151054-last" to clearly identify this is the last one in that revision.
-
szilard
init 6 or simply reboot
-
GrayGhost
somewhere I read that after an install you must init 6 and not reboot ... but what do I know ... not much
-
szilard
do you have physical contact with the server? is it near to you?
-
GrayGhost
yes
-
szilard
then it is not important.
-
szilard
the guide says do *NOT* use "reboot now", because it will instruct the bootloader to load the kernel called "now" at the next boot.
-
szilard
reboot is safe.
-
szilard
init 6 aswell.
-
GrayGhost
then I do it again with 56 ...or since 54 is long term I can stay with it ???
-
szilard
you can stay with it, if you want, or oyu can go to update to 56.
-
szilard
Is the publisher fast enough?
-
szilard
I have already updated to 56 on my NAS. works well.
-
nomad
We're running 054. No problems to report.
-
szilard
I haven't had any issue with 54.
-
szilard
Updated just for the keks and for fun.
-
GrayGhost
thank you for the help ... or should I wait with that till it reboots :)
-
szilard
keks like "biscuit"
-
szilard
better to stay till it is successfully booted into the new env.
-
GrayGhost
allmost done
-
szilard
so oyu have attempted to update your server earlier, as the snaőshot was already there. Did the update failed somewhere? Or maybe the mis-versioned mirror publisher somehow rejected your update attempts?
-
GrayGhost
rebooting now
-
szilard
I already had a mis-versioned mirror before, unsetting them solved my issue. Hope this will fix yours aswell.
-
szilard
Ich drücke die Daumen!
-
szilard
I'll press my thumbs for you!
-
szilard
after your server comes up check the BE with beadm.
-
GrayGhost
BE Active Mountpoint Space Policy Created
-
GrayGhost
omnios-r151052 - - 68.65M static 2025-02-04 13:59
-
GrayGhost
omnios-r151052l - - 3.80M static 2025-02-05 07:43
-
GrayGhost
omnios-r151052av - - 3.14M static 2025-10-28 10:00
-
GrayGhost
bootBK - - 119K static 2025-12-02 12:29
-
GrayGhost
r151054 - - 4.64M static 2025-12-02 12:39
-
GrayGhost
omnios-r151054ad NR / 2.72G static 2025-12-02 14:02
-
GrayGhost
it came up with 54 :)
-
szilard
WOAH!
-
szilard
YOU JUST DID IT!
-
szilard
CONRATS! I wa shere fingers crossed all the time.
-
GrayGhost
should I delete the 52's
-
szilard
Now it is your decision if you stays with the LTS or to update to 56.
-
GrayGhost
I will think about it
-
szilard
you can, but you don't have to. Wait a bit, if you have enough space.
-
szilard
You can delete them the next monday or so.
-
szilard
chek first if everything is OK
-
GrayGhost
I have lots of space two 4 tb drives and just me expermenting with a server
-
szilard
In case you have any pkgsrc zones, you should update them in the zones, as there was a new pkgsrc release in the meantime
-
szilard
but from your previous paste it seems you don't have any zones, right?
-
szilard
except the GlobalZone.
-
GrayGhost
It appears to be working properly
-
GrayGhost
Thank You for the help
-
szilard
Immer wieder gerne! Glad I was able to help you.
-
GrayGhost
If I want to delete the 52's where will I find them ?
-
szilard
you can list, find and delete the BEs with beadm
-
szilard
beadm destroy <BEname>
-
szilard
beadm will simply list all the BEs
-
GrayGhost
yes it does
-
szilard
it seems you are a newcomer in Illumos / Solarish world. If this is so, the OmniOS user guide yócould be useful for you. Consider to dive in
-
GrayGhost
you are correct ... I will look at the user guide
-
GrayGhost
not real new to linux ... but not very good at command line ... but learning
-
szilard
linux and solarish systems like OmniOS have lot in common, but also many differences.
-
GrayGhost
one I noticed is the Ctrl R does not start a reverse search
-
GrayGhost
in this terminal
-
GrayGhost
ctrl shift R works :)
-
szilard
I personally like simple unixy systems better if I have to decide. However there is no simple systems nowadays. So If I need to decide I pick Solarish descendant Illumos, so like OmniOS.
-
szilard
possibly it dependy on your local and / or on your shell. check the used shell like "echo $SHELL"
-
GrayGhost
I am unsing Linux mint lmde
-
GrayGhost
with xfce
-
szilard
if your system uses some oldschool shell, you can fix it easily.
-
szilard
Welcome here then!
-
tux0r
enjoy the upgrade to mature unix, GrayGhost! :D
-
szilard
We definetely need some omniOS stickers.
-
GrayGhost
For your auto bumper ?
-
szilard
yeah, sure!
-
tux0r
and random outside lanterns
-
tux0r
and pub toilets
-
szilard
sure!
-
GrayGhost
omniOS is using ksh shell ... ???
-
szilard
if "echo $SHELL" returns that, then yes.
-
szilard
You can change it. AFAIK bash is available in the base install. Check it with "which bash" first.
-
szilard
or you can switch to zsh aswell.
-
szilard
zsh is also a command line environment.
-
GrayGhost
at my level it does not make much differance ... they are all close to the same
-
tux0r
zsh is a bad choice IMO
-
tux0r
it can emulate most other shells - badly
-
tux0r
GrayGhost: just wait until you try the csh ;o)
-
jayjwa
Zsh is one of the best shells. I used to use tcsh on Linux, before Fish.
-
tux0r
how so? i mean, it does a lot of stuff that does not really belong in a shell, similar to powershell.
-
jayjwa
It's highly configurable and at one point probably had more features than Bash.
-
jayjwa
It's got fancy prompts and a right-side prompt, too.
-
tux0r
how many features does a command prompt need?
-
tux0r
there are quite a few security implications in feature bloat, and performance *is* relevant.
-
tux0r
that said, i will NOT try to convince you :)
-
GrayGhost
I am attemting to change to bash .. with the chsh command ... not found
-
tux0r
try usermod.
-
tux0r
(e.g. usermod -s /path/to/your/bash GrayGhost)
-
GrayGhost
tux0r I get invalid syntax with sudo usermod -s /usr/bin/bash
-
tux0r
of course. because you did not add the user name.
-
GrayGhost
thank now it worked :)
-
jayjwa
If you're having fun with chsh, wait until roles and profiles come up.
-
tux0r
:D
-
GrayGhost
learning VERY slowly
-
GrayGhost
Kinda tough on this old brain
-
tux0r
it's never too late for better software