00:17:53 [illumos-gate] 16645 Core DDI function device/DMA attributes could be const -- Robert Mustacchi 04:36:54 hi 04:37:38 does illumos implement 802.11ac protocol? 08:20:27 Hello. Can someone quickly guide me through expanding my root "/" ZFS filesystem on OI to the/my new maximum disk size? The system is a KVM VM, I expanded the disk image from 80GB to 160GB. I already had a look at the "format" utility from illumos. I don't know how grow/extend the partition size inside the 'format' utility. I searched with Google, but all results I found are incomplete. Thank you in 08:20:33 advance. 08:23:12 As I found out, root@openindiana ~ # diskinfo alread sees the new disk size: - c6t0d0 Virtio Block Device 160.00 GiB 08:26:29 Inside the partition> print mode, I have two partitions, root and backup. I don't know what to do here, if I am allowed to simply alter their size (both? as they are both the same size?). How can I get/receive the maximum size of the disk, while altering the selected partition? There is also a boot partition. I assume I leave this partition the way it is? Thanks. 08:28:32 show zpool list from the system 08:29:35 NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT 08:29:38 rpool 79,5G 61,5G 18,0G - - 31% 77% 1.00x ONLINE - 08:31:41 try zpool online -e rpool c6t0d0 08:33:04 cannot expand c6t0d0: no such device in pool 08:33:15 zpool status rpool 08:33:34 and specify the device 08:33:38 root and backup you say? it means you first need to expand the Solaris2 partition with fdisk (format -> select the disk -> enter fdisk), then, go to partition menu in format and set new size for zfs slice by entering slice number, then use the same starting point and for size use $ 08:33:41 NAME STATE READ WRITE CKSUM 08:33:41 rpool ONLINE 0 0 0 08:33:41 c6t0d0s0 ONLINE 0 0 0 08:34:10 huh, s0, how did you install the system? 08:34:14 then enter partition command to store new partition table on disk and after that you can expand your pool 08:34:46 denk: I installed the system with the GUI installation ISO. 08:35:23 denk: It is legacy BIOS installation. 08:35:52 Aedil: https://paste.dilos.org/?3aeff9f1bab93c50#7cvvoL2YkHUSpMH8BWlUGYHCRGxvlJdHNQaQuVENbxA= 08:35:52 denk: Shall I use zpool online -e rpool c6t0d0s0? 08:36:35 [illumos-gate] 16666 loader: reading from large dosfs fails -- Toomas Soome 08:36:35 Aedil: do what tsoome said 08:36:48 denk: Ok. 08:38:22 I can not remember from top of my head if we did implement zpool online -e support with GPT partition table (it may be done), but MBR+Solaris2 partitioning is manual work to fix the partition tables first. 08:39:18 and in general, I'd suggest to use GPT (whole disk setup) if possible. 08:40:16 tsoome: Do I need to "delete" and then "create" the whole partition with format> fdisk ? There is now grow/expand menu item here. 08:40:55 um, i think it was the only way, yes 08:41:25 100% space as you probably do not need to support other OS'es there:) 08:42:16 add a new device to the vm, create a pool, then zfs send+zfs recv, install a boot loader, try to boot from a new disk 08:43:08 tsoome: Thanks, I did the fdisk part. Now it says 100%. I will continue with your second suggestion. 08:44:06 Solaris2 partition is your fdisk partition, inside that you have VTOC partition scheme, so you need to fix that one too. 08:45:36 and since there may be custom fdisk partitioning + custom vtoc slices, automatic partition update from zpool is rather annoying thing to implement with such setup. 08:55:27 I made the changes, but it won't boot afterwards. I am now in the rescue disk. How can I re-apply the boot loader? Thanks. 08:56:35 I booted into the OI GUI ISO. 08:57:57 zpool import -N rpool, then bootadm install-bootloader 08:59:05 bootadm install-bootloader -P rpool 08:59:23 always double check the check the manual first;) 09:00:07 tsoome: Thank you! 09:00:13 tsoome: I will try now! 09:06:55 May it be that it now does the zpool expand, before showing the bootloader? I have 100% usage of one core, but it still displays nothing. I will wait. 09:08:51 zpool list, compare the SIZE column 09:09:41 30 minutes ago you had it 79,5G 09:35:11 It was 89GB when I re-installed the bootloader. There is still load on one CPU core. 09:36:18 30 minutes passed by so far. 09:37:07 How long is the ZFS autoexpand from 80GB to 160GB to take (in time)? 09:37:54 It should be essentially instantaneous 09:43:42 I was able to ZFS import rpool from the OI ISO disquette. So the file system most probably is not lost. 09:45:27 One core is loaded and it says Booting from Hard Disk, no further error message. 09:52:06 45 minutes passed by, I am not very firm into ZFS. 10:11:13 What does the system do right now? It says Booting from Hard Disk… no further message. It must be ZFS related. 10:11:23 One core is loaded. 10:11:30 A good hour passed by. 10:20:55 When I do zpool import rpool from the rescue disk, the /rootfs mount is empty, only /boot in there. 10:21:16 The /home mount is still with all data. 10:21:23 It still says 89GB size. 10:21:33 How can I recover from this? 10:24:59 zpool list now says 160 GB :-) 10:25:30 ALLOC 61.5 GB and Free 98.0 GB. 10:27:21 I can still see my beadm mountpoints. 11:39:43 Hi, I'm currently messing with a Windows Domain Controller. I'm trying to get rid of the outdated NTLM authentication. But I've noticed, that the OmniOS test file server which is joined to the domain uses NTLMv2 to authenticate. Can illumos/OmniOS use Kerberos instead? 11:46:58 Can someone help me? My OpenIndiana VM does not boot anymore. It booots into a black screen, one core 100% loaded, no bootloader appearing, after modifying the Solaris2 partition table. Thanks. 11:48:42 The also had set zpool set autoexpand=on. 11:48:48 system 12:25:57 tsoome_: denk: I was able to fix it! Thank you, guys for your help. I had to run # bootadm install-bootloader -f -M -P rpool from the installation disquette! Thank you so much. Only after adding the "-M" switch to install into the BIOS MBR, it worked again! I am so lucky now. :-)= 12:26:26 The filesystem also was expanded to 160G size. Everything is excellent now! I hope I can remember the steps I learned today. 12:28:02 The manpage of bootadm and https://docs.oracle.com/cd/E36784_01/html/E36801/glzhs.html helped me to fix the issue. 12:57:46 Aedil: you need to break (and to recover) the system 10 (or more) times to understand every step 12:58:11 also we can help to break it too :) 13:15:32 unixery yes, we can use kerberos 13:15:47 Aedil you are welcome. 14:19:49 tsoome_: How can I do it? I've joined the domain via "smbadm join -y -u myadmin mydomain.local" 14:20:06 I've found nothing about kerberos in smbadm man page 15:04:56 Is the current OI illumos branched as SunOS 5.11.6? I have seen once something like SunOS 5.11.6 for illumos. The original Oracle Solaris stays at SunOS 5.11.4, whis is why I ask. Most probably, in the future, newer release numbers will or must be used. Thanks for any insights. 15:18:41 root@openindiana ~ # pkg update -v – Error encountered while retrieving data from: [Errno 5] I/O error 15:38:59 Is the IPS pkg manager download from the OI illumos mirror broken right now? 16:08:02 Solaris uname -rs stays at "SunOS 5.11" - no .4 there, the .4 is only in uname -v output which is 11.4.... without the "5." 16:08:38 I've never seen anyone list a 5.11.x output in any uname for Solaris or illumos 16:13:11 alanc: Ok, thank you. 16:14:29 Today I have read on heise.de that NVIDIA wants to focus on open-source drivers. 16:14:55 https://www.heise.de/news/Nvidia-bevorzugt-quelloffenen-Linux-Kernel-Treiber-von-nun-an-9804976.html 21:39:54 wants or is getting pressured because of anti-trust concerns surrounding AI in the EU? 21:41:39 but at least they're going to be dual GPL and MIT licensed 22:10:24 Indeed! 22:10:38 It will be interesting to see how useful it is without closed source userland binaries etc 22:11:45 for which? 22:11:47 Not terribly as there's a bunch of firmware. 22:12:09 That needs to get uploaded to the GPU, IIRC, which took on more management parts of it with the move to their custom risc-v core. 22:12:38 if enough of it to please katago can port, that'd please at least me 22:12:46 Also, this is something they've been doing for a few years now, so not anything new. 22:12:47 I'd imagine, like, libGL is a whole other kettle of fish 22:13:59 alanc: I don't think anyone user-facing changes the 5.11, since it would confuse autoconf, etc, to such a large degree. 22:14:10 I think appliance type stuff changes the whole thing 22:43:32 I was never able to convince people we should have gone to 6.0 for S11 since it was a major release you can't upgrade to from S10 - I was going to try again for S13 since it was going to drop 32-bit compatibility, but that plan died when they made me roll back 5.12 to 5.11 22:48:31 but yeah, I expect everything in actual use is 5.11 now 23:47:21 5.11 4eva knuckle tats