17:36:14 hi 17:43:31 can anyone say me the login username and password for openindindiana actuell? jack doesnt work 17:45:08 If you are using the new GUI installer image then there is another problem. The X11 session crashes for an unknown reason. We are investigating this. 17:45:28 okay 17:45:36 i use the livecd 17:45:49 OI-hipster-gui-20250402.iso 17:47:09 which version works? http://ftp.gtlib.gatech.edu/pub/OpenIndiana/dlc/isos/hipster/ 18:04:51 This mirror is out of date. We had releases roughly every 6 months. 18:05:25 have you a link to the last working version? 18:05:51 The primary download server is https://dlc.openindiana.org/isos/hipster/ 18:06:07 https://dlc.openindiana.org/isos/hipster/20241026/ 18:06:11 should do. 18:06:42 thx 18:06:43 :-D 18:07:31 I do all my installations with the text versions and manually add all GUI related things. 18:08:02 under debian i do it too 18:08:07 I have ansible scripts for that (after some initial steps to make ssh logins possible). 18:08:12 but im a solaris newbie 18:08:41 I have different roles (bare, desktop, and build system). 18:09:11 Solaris is to become a router + webdav server 18:09:12 The welcome to illumos / OpenIndiana. 18:09:52 thx 18:09:54 Interesting, why do you intend to use OI for that? 18:10:26 because the filesystem zfs for webdav files 18:10:32 its the same machine 18:10:38 its a try 18:10:39 I guess if you want to use an illumos based distribution for that it's better to use OmniOS. 18:11:59 what is better at OmniOS? 18:12:02 OmniOS is like OI without the desktop part. Because it's dedicated for server use. And thus it has stable releases and optional paid support. 18:12:30 i want xserver login via lan 18:12:56 for the login i use a extra lanport to my office 18:13:26 OmniOS has an additional repository (omnios-extra) with several interesting packages, eg. x11. 18:14:06 It doesn't have libreoffice and such but base X11 is working if you want. 18:15:11 I'll do the first test with hipster 18:15:18 but thx for the information 18:18:24 good luck. 18:18:39 what is the root pw? 18:32:48 There is no root pw unless you set one. If you did not set one you will have to use pfexec to elevate privs 18:32:57 As you have a rootless install 18:50:09 okay 19:15:24 Even more, root is only a role. You have to change it into a user before you can login as root. 19:16:19 So, you'd need pfexec rolemod -K type=normal root 19:22:12 the roles can not login, you can only assume role via su, but only if your usename has this role assigned (see roles command). Therefore, even if you know the role password, you can not assume the role if it is not assigned to your account. This is all nice for security. And then you have sudo, which allows you to do whatever you like to. 19:55:53 sudo can also be limited in a lot of ways. It's just a matter of configuration.