-
jayjwa
How can I get a stateless ipv6 address? The interface only has link-local.
-
sommerfeld
jayjwa: how did you enable ipv6 on the interface? something like "ipadm create-addr -T addrconf -p stateful=no foo0/v6" ?
-
jayjwa
I didn't mention the stateful part at first. ipadm create-addr -T addrconf rge0/v6
-
jayjwa
Afterwards it said something about "already in use". Anyway, the system hung on a package update and now won't come up again.
-
jayjwa
Might be a bad disk, as the hardware's not been used in awhile. I switched the disks out and all was well for about 5 hours but now I guess not.
-
jayjwa
"New" disk. That command seems to have worked now.
-
jayjwa
Does OmniOS have an inet-utils? I'm looking for finger, etc.
-
jayjwa
-
oninoshiko
jayjwa: basename link usr/ucb/finger pkg:/compatibility/ucb⊙0
-
oninoshiko
now the stuff in that package is probably pretty archaic and may not have modern flags. It's actually for compatability with SunOS 4
-
oninoshiko
(obviously, my system is r50, not r30)
-
oninoshiko
if you're looking for anything else in particular, the command "pkg search finger" is how I found that
-
oninoshiko
actually, two packages report having finger... the other may be better: pkg:/service/network/network-servers⊙0
-
jayjwa
Thanks. Still getting used to those package links.
-
jayjwa
No wonder the disk died: it was from 2009.
-
jayjwa
Are users supposed to home in /home or /export/home? During setup, it used /home but
eerielinux.wordpress.com/2018/09/28/exploring-omnios-in-a-vm-1-2 suggests /export/home but that's blank.
-
ptribble
Historically, /home was where home directories were expected to be found, but the automount(8) managed /home and mounted user directories there on demand
-
ptribble
For that to work, the actual home directories had to be created somewhere else, such as /export/home
-
ptribble
If the automounter isn't in use (the autofs service is disabled) then it doesn't matter where they are
-
sjorge
andyf does bloody have then newer bhyve firmware that does swtpm emulation too ?
-
jayjwa
So I should move the contents of /home up to /export/home manually?
-
ptribble
What does `svcs autofs` say? I presume it has to be disabled in order for anything to have been placed in /home in the first place.
-
jayjwa
Yes, disabled. Solaris 9 seemed to use /export/home out of the box. Sorry for the beginner questions, but this fmri/smf stuff is all new to me.
-
ptribble
If it's disabled, you're fine (but if it does get enabled later, then life could get "interesting")
-
jayjwa
After, I'd like to NFS the homes once get rpcbind allowing connections from outside.
-
ptribble
Using the automounter made a lot of sense with home directories shared between machines using nfs, it's not really useful for standalone systems
-
jayjwa
I read briefly about bhyve. Does Omni OS have SIMH and/or Qemu? I'd like to take some of the load off my Linux system wrt virtual machines.
-
ptribble
There's both qemu and kvm in OmniOS. But generally, use bhyve if you can.
-
ptribble
I don't think simh is packaged, but it's easy enough to build from source