Activity
From 2022-03-21 to 2022-04-19
2022-04-19
-
10:11 PM Bug #14650 (Closed): remove smatch gag from viona
- The kernel portion of viona has been building with @SMOFF += all_func_returns@.
It would be nice to fix up all of th... -
09:52 PM Bug #14649 (Closed): remove blanket smatch gag from bhyve kernel
- The bhyve (kernel vmm) Makefile has gagged some smatch checks across the entire module:...
-
03:50 PM Feature #14607 (Closed): Add CONS_GETDEV so we can see which port is /dev/console
- "git commit c542a624b7efda0b8123026500f05f430ff6c770":https://github.com/illumos/illumos-gate/commit/c542a624b7efda0b...
-
02:05 PM Feature #14495: bhyve VNC server should support alternate pixel formats
- This change has been in OmniOS bloody for two months now, being exercised with a variety of VMs and VNC clients. I ha...
-
04:34 AM Bug #14418: mman.h symbol visibility is a mess
- In addition to the final versions of the symbol tests, with the help of Andy, Jonathan, and Rich I was able to verify...
2022-04-18
-
10:59 PM Bug #14613 (Closed): format: cstyle cleanup
- "git commit b12aaafbf56c5a06b6cfd21655531a33e38a8ed9":https://github.com/illumos/illumos-gate/commit/b12aaafbf56c5a06...
-
09:29 PM Feature #11874 (In Progress): NFS file access audit logging
-
06:35 PM Bug #14647 (Closed): SMB: Kerberos and NTLM auth should do the same post-work
- smbd_user_auth_logon() handles NTLM authentication for the SMB server. However, it also handles adding the autohome s...
-
05:01 PM Bug #14646 (Closed): vnode_valid_pn() always fails for symlinks
- vnode_valid_pn() unconditionally passes the FOLLOW flag to lookuppnvp. The only effect the FOLLOW flag has on lookupp...
-
04:58 PM Bug #14612 (Closed): idmap_cache_add_sid2pid() doesn't initialize winname_ttl, which can cause segfaults
- "git commit c74f1323689f1dfea444e7fe0627eafc8c3b9076":https://github.com/illumos/illumos-gate/commit/c74f1323689f1dfe...
2022-04-16
-
08:26 AM Bug #14641: Split ndpd from routing package
- Same thing for in.ripngd - network routing daemon for ipv6
-
08:24 AM Feature #14644: Rename network/routing to dynamic-routing
- The routing package could perhaps be removed from:
oi-userland/components/meta-packages/install-types/includes/min... -
08:22 AM Feature #14644 (New): Rename network/routing to dynamic-routing
This is more of a feature request than a bug.
Would it be possible please to use a better name for
pkg:/syst...-
02:24 AM Bug #14643: ::dtrace dcmd can truncate output
- As a test of the fix, the following dtrace script was used:...
-
02:22 AM Bug #14643: ::dtrace dcmd can truncate output
- The fix for this is relatively simple:
We can read the value of @panic_hrtime@ from the crash dump, and add the va... -
02:19 AM Bug #14643 (Closed): ::dtrace dcmd can truncate output
- Attempting to retrieve dtrace data from a crash dump, the @::dtrace@ dcmd would return no output.
Baffled, I attempt...
2022-04-15
-
10:56 PM Bug #14006 (New): ipv4-routing should not be enabled by default
-
10:47 PM Bug #14006 (Duplicate): ipv4-routing should not be enabled by default
- This is indeed effectively a duplicate of #14006.
-
04:16 PM Bug #14006: ipv4-routing should not be enabled by default
- for example at the SMF level
<instance name='default' enabled='false' >
could be changed to
<instance n... -
04:14 PM Bug #14006: ipv4-routing should not be enabled by default
- if network/routing would be removed from the server minimal group,
then you could actually request the opposite : ... -
10:47 PM Feature #8587 (Duplicate): svc:/network/routing/route:default usually is not needed nowadays
- This is indeed effectively a duplicate of #14006.
-
03:36 PM Feature #8587: svc:/network/routing/route:default usually is not needed nowadays
- I've also tested that if you do:...
-
03:20 PM Feature #8587: svc:/network/routing/route:default usually is not needed nowadays
- The routing package could perhaps be removed from:...
-
07:03 PM Bug #14642 (New): open O_NOFOLLOW docs could be clearer
- Recently, I was in a conversation where I was trying to determine whether or not use of @O_NOFOLLOW@ in open would st...
-
03:25 PM Bug #14641 (New): Split ndpd from routing package
- Perhaps in.ndpd could be moved into its own IPS package.
in.ndpd - daemon for IPv6 autoconfiguration
Cur... -
02:20 PM Bug #14640 (Closed): bhyve VNC authentication fails with openssl3
- See https://github.com/omniosorg/illumos-omnios/pull/1157 and https://github.com/omniosorg/illumos-omnios/commit/95a2...
-
07:32 AM Feature #14639 (New): Add pkg-config support for libuuid - provide uuid.pc files
- Provide pkg-config support for libuuid, needed to support latest version of Pacemaker-2.1.2 on illumos.
Without that... -
12:36 AM Bug #14636 (Closed): discard mutex shim for bhyve
- "git commit fb29dee06f421b37b3394b542f15f91d4dbc7046":https://github.com/illumos/illumos-gate/commit/fb29dee06f421b37...
2022-04-14
-
11:54 PM Bug #14637: various Makefiles should have more faith in Makefile.master
- testing:
wsdiff, no difference at all in resulting binaries -
11:52 PM Bug #14637 (Closed): various Makefiles should have more faith in Makefile.master
- Several Makefiles, but most noticeably Makefile.cmd re-define things from Makefile.master, and make them worse.
They... -
11:54 PM Bug #14638: Makefile.master can forget about /usr/ccs
- testing:
wsdiff, no difference at all in resulting binaries -
11:53 PM Bug #14638 (Closed): Makefile.master can forget about /usr/ccs
- Paths in Makefile.master should be canonical, rather than going through the old /usr/ccs symlinks
-
11:10 PM Bug #14636: discard mutex shim for bhyve
- With the proposed fix applied, all of the bundled unit tests still pass:...
-
02:26 AM Bug #14636 (Closed): discard mutex shim for bhyve
- When bhyve was ported to illumos, an interface shim was put in place so all of the code related to mutexes could be u...
-
09:45 AM Bug #14633: lib9p: unlinkat() does not work on 9p share
- See also https://github.com/conclusiveeng/lib9p/pull/18
-
02:20 AM Bug #14635 (Closed): bhyve should expose additional vcpu state
- Just as #14261 strives to expose the state of devices emulated in-kernel (vlapic, pit, etc), so too should architectu...
-
12:43 AM Bug #14634 (New): useradd forgets to destroy created FS if it fails to chmod it
- Looks like we close the handle too early and forget to destroy the created FS if we fail to chmod it:
http://src.i...
2022-04-13
-
09:49 PM Bug #14633: lib9p: unlinkat() does not work on 9p share
- In addition to this, @Tunlinkat@ is part of @9P2000.L@ and is expected to return error numbers consistent with a Linu...
-
09:37 PM Bug #14633: lib9p: unlinkat() does not work on 9p share
- When using @unlinkat()@ with a directory opened with Linux's @O_PATH@, it succeeds, otherwise it fails:...
-
09:25 PM Bug #14633 (Closed): lib9p: unlinkat() does not work on 9p share
- A user reported that trying to do a recursive `rm -rf` on a directory tree on a 9p mount in a Linux guest is failing....
-
08:17 PM Bug #14632 (New): bhyve instruction emulation should heed single-stepping
- When the guest has enabled single-stepping (via rflags.tf), the instruction emulation in bhyve needs to inject @#DB@ ...
-
07:49 PM Feature #14631 (New): Return ENOTEMPTY to its rightful places
- Apparently, System V didn't have ENOTEMPTY, so when Solaris-2/SunOS-5 happened, it disappeared.
Linux, BSDs, and e... -
01:23 PM Bug #14630 (Closed): ipf return-rst does not work without IP forwarding
- For a long time I have had ipf rules on mail servers to immediately reject inbound TCP connections on port 113, rathe...
-
04:05 AM Bug #14629 (New): bhyve ioapic id needs masking
- The ID register in the vioapic allows writes to bits 31:24. The i82093aa specification declares only bits 27:24 to b...
-
04:01 AM Bug #14592 (Closed): pwait(1) should never wait on its own PID
- "git commit b1bc843f030b066c3da149508c52f7306b25b8ff":https://github.com/illumos/illumos-gate/commit/b1bc843f030b066c...
2022-04-12
-
08:19 PM Bug #14628 (Closed): ancient devicedb should be removed
- Long ago, (prior to 'newboot' in S11 and S10u1) we booted via a real-mode bootloader that required its own special dr...
-
07:03 PM Bug #14618 (Closed): PCI class strings need an update
- "git commit 9675e051a26ceeb832dfe8df37f88667f42253e0":https://github.com/illumos/illumos-gate/commit/9675e051a26ceeb8...
-
10:49 AM Bug #14621: Missing dependency in cores tests build
- I've tested this with a full build, which is clean, and by changing into each of the directories under @usr/src/test/...
2022-04-11
-
09:52 PM Bug #14618: PCI class strings need an update
- testing:
Tested on a NUC that has an sd card controller with DMA. The rest compared to the PCI SIG class assignments -
09:21 PM Bug #14599 (Closed): simplify bhyve MSR handling
- "git commit d2f938fdf23aca7cabde8395625fdfaa2118133d":https://github.com/illumos/illumos-gate/commit/d2f938fdf23aca7c...
-
08:06 PM Bug #14599: simplify bhyve MSR handling
- This was addressed and tested with #14598.
-
09:21 PM Bug #14598 (Closed): bhyve vlapic should handle APICBASE changes
- "git commit d2f938fdf23aca7cabde8395625fdfaa2118133d":https://github.com/illumos/illumos-gate/commit/d2f938fdf23aca7c...
-
08:05 PM Bug #14598: bhyve vlapic should handle APICBASE changes
- With the proposed patch applied to a system, all of the bhyve tests (old and new) pass:...
-
05:07 PM Feature #14622 (Closed): want __maybe_unused
- "git commit 6de0af11ed5afd6a7c0ff23e31c1954813e3bf88":https://github.com/illumos/illumos-gate/commit/6de0af11ed5afd6a...
2022-04-08
-
03:55 PM Bug #124: uts/common/zmod/THIRDPARTYLICENSE is out-of-date
- *Testing*
Since this change affects packaging only I tested this by running nightly. -
03:17 PM Bug #124: uts/common/zmod/THIRDPARTYLICENSE is out-of-date
- Toomas Soome wrote in #note-5:
> I did add the license update to my zlib patch.
Ah, sorry, I didn't notice this c...
2022-04-07
-
04:29 PM Bug #124: uts/common/zmod/THIRDPARTYLICENSE is out-of-date
- Stefano Allrath wrote:
> it contains "version 1.1.3, July 9th, 1998",
> actual zmod/zlib.h contains "version 1.2.3,... -
02:49 PM Bug #124 (In Progress): uts/common/zmod/THIRDPARTYLICENSE is out-of-date
-
11:58 AM Bug #14626 (Closed): zlib: update to zlib-1.2.12
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
Our copy of zlib is maintained in https://github.com...
2022-04-06
-
09:11 PM Bug #14619 (Closed): Race between udp_activate() and conn_get_socket_info()
- "git commit 041297c2d66302c15134da1d1bdd91cf787a945a":https://github.com/illumos/illumos-gate/commit/041297c2d66302c1...
-
04:03 PM Bug #14619: Race between udp_activate() and conn_get_socket_info()
- Testing from the bug reporter(s) indicates that the fix does not induce the panic (though the race is really tight).
-
05:51 PM Bug #14625 (Closed): Bhyve e82545 device emulation out-of-bounds write
- "git commit 7271f09891bb39b64f2a58632c92c1456ed9cf31":https://github.com/illumos/illumos-gate/commit/7271f09891bb39b6...
-
04:54 PM Bug #14625: Bhyve e82545 device emulation out-of-bounds write
- I've booted a virtual machine which uses an emulated e1000g interface under bhyve with this patch. It works and I was...
-
03:39 PM Bug #14625 (Closed): Bhyve e82545 device emulation out-of-bounds write
FreeBSD have published a security advisory relating to the emulated e1000 network adapter provided by bhyve
http...-
05:09 PM Bug #13847: bhyve should handle all APICv exits
- We should probably just fall back to the regular instruction emulation for cases like this.
-
02:44 PM Bug #13230: i40e has duplicate traffic when used with bhyve/snoop running
- A quick update.
1.) Apparently the Linux driver enables promiscuous mode using SET_DEFAULT_VSI and disabling via U... -
12:42 PM Feature #14624 (In Progress): grep: add option -m
- Compatibility with GNU/BSD grep.
OpenZFS zfs-tests are using grep -m X quite a lot.
Testing done: used with com... -
12:37 PM Bug #14623 (In Progress): bhyve/xhci: Connecting device on port 1 failed
-
10:43 AM Bug #14623: bhyve/xhci: Connecting device on port 1 failed
- Fundamentally, the problem seems to be that the port is powered off by the driver, and bhyve does not allow it to be ...
-
10:02 AM Bug #14623: bhyve/xhci: Connecting device on port 1 failed
- Putting bhyve's xhci emulation into debug mode produces lots of output, here is some edited content including showing...
-
09:14 AM Bug #14623 (Closed): bhyve/xhci: Connecting device on port 1 failed
- When booting an illumos distribution under bhyve, and bhyve presents an emulated USB3 tablet device to the guest, the...
2022-04-05
-
07:33 PM Bug #14617 (Closed): svc:/network/ipmp maintenance in shared IP zone
- "git commit 57cf819efa50a6a3b3a478c25a098c29722eb358":https://github.com/illumos/illumos-gate/commit/57cf819efa50a6a3...
-
12:23 PM Bug #14617: svc:/network/ipmp maintenance in shared IP zone
- After applying the associated patch, the service comes online in a shared-ip zone, without any processes in the contr...
-
06:55 PM Bug #14619: Race between udp_activate() and conn_get_socket_info()
- Andy Fiddaman wrote:
SNIP!
> It's likely this pair of assignments should be wrapped in a lock on connp->conn_lo... -
12:12 PM Bug #14619 (Closed): Race between udp_activate() and conn_get_socket_info()
- An OmniOS user experienced the following kernel panic while testing the upcoming r151042 release....
-
02:27 PM Feature #14622 (Closed): want __maybe_unused
- The OpenZFS project is using __maybe_unused to mark variables which may be unused in some context - like variables us...
-
12:48 PM Bug #14621 (Closed): Missing dependency in cores tests build
I hit this error while running a full gate build:...-
12:45 PM Bug #14620 (New): uscsi_mode_sense() seems to allocate too little of memory
- Found those two cases:
http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libdiskmgt/common/drive.c?r=bd4... -
10:43 AM Bug #14595 (Closed): sd DLE events should cover the first two partitions
- "git commit f7457249d2a760edca827e174adb0db578a87784":https://github.com/illumos/illumos-gate/commit/f7457249d2a760ed...
-
10:42 AM Bug #14595: sd DLE events should cover the first two partitions
- Further notes:
When the SCSI LUN changes size, a DLE event was generated, always for :a - there was
a comment in ...
2022-04-04
-
11:29 PM Bug #14592: pwait(1) should never wait on its own PID
- Attached is the c program I wrote to induce this bug and test its fix.
Uses getpid() and execv() to call pwait wit... -
07:14 PM Bug #14618 (Closed): PCI class strings need an update
- The strings we use to describe the PCI class of devices haven't been updated since 2013, and were missing some bits e...
-
03:26 PM Bug #14584 (Closed): unix: console property should only have one value
- "git commit 2af7a84a44750559d578033163c65829ae91c171":https://github.com/illumos/illumos-gate/commit/2af7a84a44750559...
-
01:43 PM Bug #14617 (Closed): svc:/network/ipmp maintenance in shared IP zone
- In a shared IP zone, the @network/ipmp@ services goes into maintenance, and it should not....
-
12:21 PM Bug #14616: dos2unix(1) breaks BOM text files, pkgsrc version is fine
- Christoph Binner wrote:
> Sample file attached.
> @
> $ /usr/bin/dos2unix sample.txt
> ���
> %
> $ cat sampl... -
08:34 AM Bug #14616 (New): dos2unix(1) breaks BOM text files, pkgsrc version is fine
- Sample file attached.
@
$ /usr/bin/dos2unix sample.txt
���
%
$ cat sample.txt | /opt/local/bin/dos2unix
αβγδ...
2022-04-03
-
07:15 PM Bug #14541: nvme_quiesce() can hang preventing reboot
- I've dug into this and have an explanation for what's happening. I'll give the summary, then outline how I arrived he...
-
12:17 PM Bug #14614 (Closed): format: should recognize new nvme disk
- Before patch:...
-
12:07 PM Bug #14613 (Closed): format: cstyle cleanup
- Clean it up. No functional changes intended.
Testing done: used format command to partition the disk and browse th... -
05:54 AM Bug #14612 (Closed): idmap_cache_add_sid2pid() doesn't initialize winname_ttl, which can cause segfaults
- In libidmap, the idmap cache '{gid/uid}2sid_winname' contains entries that can have either a SID or winname (or both)...
2022-04-02
-
09:04 PM Bug #14604 (Closed): bios enumerated serial should use 1275 compatible names
- "git commit 07a53f3dc8bc5e4d64bde9b92063de65f06dcf19":https://github.com/illumos/illumos-gate/commit/07a53f3dc8bc5e4d...
2022-04-01
-
08:28 PM Bug #14611 (New): service management facility, not framework
- At least one manual page incorrectly identifies SMF as the Service Management _Framework_, when it is indeed a _Facil...
-
07:43 PM Bug #14610 (New): scsi_hba_attach_setup(9f) should mention SCSI_HBA_TRAN_PHCI
- The flag is very useful for HBA drivers to offload all of the mpxio interaction to the framework.
-
11:28 AM Bug #14609 (Closed): loader: os console in options menu should use first name from list
- The current os_console setup in options menu is assuming single value set in console variable. Since all usable devic...
-
11:24 AM Feature #14608 (Closed): ttymon should use tty-mode property
- Update ttymon to identify serial device behind /dev/console and use ttyX-mode property value to set up the line.
T... -
11:22 AM Feature #14607 (Closed): Add CONS_GETDEV so we can see which port is /dev/console
- Patch developed by Joshua M. Clulow.
Add function to get back end device id for /dev/console, so we can identify i... -
12:57 AM Bug #14604: bios enumerated serial should use 1275 compatible names
- testing:
Booting on the affected system, and checking the compatible property on the serial was correctly formed
2022-03-31
-
09:05 PM Bug #14597: i40e debug code prints MAC addresses oddly
- Electric Monk wrote in #note-4:
> "git commit 6158afa44672def05b584840435f36f75f5a291f":https://github.com/illumos/i...
2022-03-30
-
05:47 PM Bug #14605 (Closed): More incorrect cross-references in the manual
- Following the integration of IPD4, I ran a check for incorrect cross references in the manual.
This picked out man... -
05:21 PM Bug #14604 (Closed): bios enumerated serial should use 1275 compatible names
- at present, serial enumerated by the BIOS as part of a workaround uses incorrectly formatted compatible properties.
... -
03:56 PM Bug #14486 (Closed): bhyve needs instruction emul tests
- "git commit 5103e761e384621c5728a6d1f4b0bfdc1be233a4":https://github.com/illumos/illumos-gate/commit/5103e761e384621c...
-
03:13 AM Bug #14486: bhyve needs instruction emul tests
- While this was originally desired for testing instruction emulation, the first use case ended up being testing kernel...
-
03:56 PM Bug #14569 (Closed): bhyve should consolidate on hrtime
- "git commit 5103e761e384621c5728a6d1f4b0bfdc1be233a4":https://github.com/illumos/illumos-gate/commit/5103e761e384621c...
-
02:49 AM Bug #14569: bhyve should consolidate on hrtime
- To test, I booted and ran the normal battery of guests on both Intel and AMD hardware. After the update, CentOS gues...
-
03:51 PM Bug #13912 (Closed): viona should track held pages
- "git commit db9aa506ce275f82ee72f31fc2e6e3c53d1212b7":https://github.com/illumos/illumos-gate/commit/db9aa506ce275f82...
-
12:04 AM Bug #13912: viona should track held pages
- Initial testing consisted of booting and running the typical battery of guests, checking to see that their network co...
2022-03-29
-
10:42 PM Bug #14595: sd DLE events should cover the first two partitions
- I tested this on OmniOS in a Gen.2 Hyper-V VM using a hv_storvsc disk, which uses an sd backend.
With this change in... -
05:46 PM Bug #12315 (Closed): errors in section 4i of the manual
- "git commit 899b7fc7762875c5244567fbc6bb4ccace75d6f7":https://github.com/illumos/illumos-gate/commit/899b7fc7762875c5...
-
03:18 PM Bug #12315: errors in section 4i of the manual
- Testing: Viewed the modified pages with the man utility.
-
05:33 PM Bug #14583 (Closed): developer/opensolaris/osnet requirements cleanup
- "git commit a677d6730e287aadab3cc68d0c46fb01b25d72eb":https://github.com/illumos/illumos-gate/commit/a677d6730e287aad...
-
03:04 PM Bug #14603 (Closed): bhyve passthrough mishandles combined CMD/STATUS reads
- An OmniOS user reported that booting a bhyve guest with an XHCI controller passed-through to it failed to boot with t...
-
02:18 PM Bug #14597 (Closed): i40e debug code prints MAC addresses oddly
- "git commit 6158afa44672def05b584840435f36f75f5a291f":https://github.com/illumos/illumos-gate/commit/6158afa44672def0...
-
12:55 AM Bug #14597: i40e debug code prints MAC addresses oddly
- I also wrote a toy C program to compare %2x vs. %02x. I have this actual i40e fix running (along with WIP 13230) on ...
-
11:33 AM Bug #14602 (Closed): ttymon: cleanup
- Remove warning suppressions, enable smatch.
Fix prototypes and ansify.
clean up extern and globals.
cstyle cleanup... -
01:06 AM Feature #14601: want 3-argument string comparison assertions
- > What would you expect here? What would you want?
I had no idea what to expect here, but your implementation deta... -
12:38 AM Feature #14601: want 3-argument string comparison assertions
- Dan McDonald wrote in #note-1:
> What if some grinning weirdo expects, for example:
>
> [...]
>
> to work? Ma... -
12:12 AM Feature #14601: want 3-argument string comparison assertions
- What if some grinning weirdo expects, for example:...
-
12:00 AM Feature #14601 (New): want 3-argument string comparison assertions
- @ASSERT3x()@ and @VERIFY3x()@ are valuable debugging tools, but they are not useful replacements for @ASSERT(strcmp(x...
2022-03-28
-
11:46 PM Bug #14593 (Closed): zpool online -e hangs forever after 14022
- "git commit 7d6cab3f0d6a4cea17d062d3a93e223b15de705c":https://github.com/illumos/illumos-gate/commit/7d6cab3f0d6a4cea...
-
03:13 AM Bug #14593: zpool online -e hangs forever after 14022
- h1. Testing Notes
I did an expansion in a QEMU guest, with a disk I had recently expanded by 200MB, with a @vioblk@ ... -
11:27 PM Feature #14600 (New): dkio(4I) needs an ioctl to re-read the disk label
- As discovered in #14022 there are occasions where we would like to explicitly reload and revalidate a disk label that...
-
04:03 PM Bug #14570 (Closed): t4nex uses the wrong DDI register attributes
- "git commit fe07c600e1e51d75e87d45aef001e9d6131ecdb8":https://github.com/illumos/illumos-gate/commit/fe07c600e1e51d75...
-
03:32 PM Bug #14599 (Closed): simplify bhyve MSR handling
- The emulation for rdmsr/wrmsr actions in bhyve is a bit hodge-podge at the moment. Emulation which handles guest act...
-
03:30 PM Bug #14598 (Closed): bhyve vlapic should handle APICBASE changes
- The existing LAPIC emulation in bhyve does not allow the GUEST to make changes to the APICBASE. While we do not, at ...
-
03:17 PM Bug #14597: i40e debug code prints MAC addresses oddly
- I haven't formally tested a fixed i40e yet because inducing filter-errors is annoying. I do know ixgbe(4D) and cxgbe(...
-
03:07 PM Bug #14597 (Closed): i40e debug code prints MAC addresses oddly
- I saw an error of this form in my messages:...
-
02:04 PM Bug #14596 (In Progress): cstyle should allow empty increment with for loop
- Current cstyle can not handle constructs like 'for (expr; cond;)', even adding space before ')' does not help. Add ex...
-
09:56 AM Bug #14595 (Closed): sd DLE events should cover the first two partitions
- When @sd@ raises a dynamic LUN expansion (DLE) event, it does so for only the first partition on the disk, in contras...
-
05:16 AM Bug #14594: psrinfo(1M) may fail to emit socket type
- ...
-
02:36 AM Bug #14594 (Closed): psrinfo(1M) may fail to emit socket type
- With SMT-enabled processors, psrinfo -pv does not emit the CPU's socket type even if it is known to the kernel:
<p...
2022-03-27
-
11:06 PM Bug #14593: zpool online -e hangs forever after 14022
- I've decided to do something more surgical that shouldn't require extensive testing first, to stop the immediate brea...
-
05:01 AM Bug #14593: zpool online -e hangs forever after 14022
- Hunting around a bit more, it seems like it would be more appropriate to introduce a new ioctl here, e.g., @DKIOCHECK...
-
04:26 AM Bug #14593 (Closed): zpool online -e hangs forever after 14022
- #14022 added a @DKIOSTATE@ ioctl to the @zpool online -e@ path, which appears now to reliably hang at least on AWS sy...
-
06:30 PM Feature #14090: ld(1) could use a normal allocator
- This was backed out as it introduced #14127, since fixed.
The same testing as then applies now, in addition jperkin ... -
05:25 PM Bug #14590 (Closed): loader: replace boolean_t with bool in non-zfs code
- "git commit ffd79eb680a8bd21d176389b06735eb297f89679":https://github.com/illumos/illumos-gate/commit/ffd79eb680a8bd21...
2022-03-25
-
01:41 AM Bug #14592 (Closed): pwait(1) should never wait on its own PID
- Related to #11828 , this issue tracks the bad behavior that inspired 11828.
The pid of pwait(1) itself should NEVE... -
01:37 AM Feature #11828: pwait(1) should have feature to avoid its own ptree
- I am splitting this bug into two. This bug will remain as-is, and the new bug will focus on the more-of-a-bugfix not...
-
12:45 AM Bug #14591: list_create(9f): provide example of safely deleting specific entries in the loop
- I definitely find Andy's example easier to read -- though I may be biased as I probably wrote that code in smrt.
-
12:32 AM Bug #14591: list_create(9f): provide example of safely deleting specific entries in the loop
- There's an example in smrt which is a bit easier to read (same approach though, just moving the next assignment into ...
2022-03-24
-
11:36 PM Feature #14579: expose virtio 9P transport device
- For background reading on 9P, there are a number of places one could look. Probably the most important thing to know...
-
01:26 AM Feature #14579: expose virtio 9P transport device
- I have attached a C program that demonstrates basic usage of 9P. I shared a directory using 9P into a QEMU guest on ...
-
01:21 AM Feature #14579: expose virtio 9P transport device
- Manual page:...
-
09:51 PM Bug #14583 (Pending RTI): developer/opensolaris/osnet requirements cleanup
-
06:36 PM Bug #14591 (New): list_create(9f): provide example of safely deleting specific entries in the loop
- This puzzled me a bit, so I have taken the following logic from @STAILQ_FOREACH_SAFE@ to safely remove specific entri...
-
01:45 PM Bug #14590 (Closed): loader: replace boolean_t with bool in non-zfs code
- Mostly because of tem, we have some places the boolean_t is used, replace it with bool.
No functional changes.
... -
10:39 AM Bug #14589 (In Progress): make(1) should document $^
- The make(1) manual page does not document the $^ dynamic macro.
-
09:54 AM Bug #14588 (New): list_create(9f): using list_t as variable name is confusing
- ...
-
04:20 AM Bug #14587 (Closed): bhyve and viona belong in uts/intel
- The kernel component of bhyve and viona are not strictly specific to i86pc. They should be moved to uts/intel so tha...
2022-03-23
-
11:24 PM Bug #14586 (New): snoop is crashing with help from stack protector
- While snooping SMB traffic, snoop is crashing:...
-
10:15 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Will B wrote in #note-25:
> Toomas Soome wrote in #note-24:
> > nono, I did not mean any fees, just that without an... -
09:15 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Toomas Soome wrote in #note-24:
> nono, I did not mean any fees, just that without an access to hw, I can only try t... -
08:49 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Rasaki Temidire wrote in #note-23:
> Toomas Soome wrote in #note-22:
> > Rasaki Temidire wrote in #note-21:
> > > ... -
06:06 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Toomas Soome wrote in #note-22:
> Rasaki Temidire wrote in #note-21:
> > Will B wrote in #note-20:
> > > Rasaki Te... -
02:55 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Rasaki Temidire wrote in #note-21:
> Will B wrote in #note-20:
> > Rasaki Temidire wrote in #note-19:
> > > Will a... -
01:50 PM Bug #14585 (Closed): loader: should preserve order of console device list
- The loader console setup code is validating the console devices and removing unusable devices from console variable v...
-
01:42 PM Bug #14584 (Closed): unix: console property should only have one value
- When we start kernel with console property having multiple values, kernel will happily pick up not the first device n...
2022-03-22
-
10:34 PM Bug #14576 (Closed): absent framebuffer prevents console-login on all serial ports
- "git commit d3477c6d12fcb86e8bb78faf6993ae16c81cbe12":https://github.com/illumos/illumos-gate/commit/d3477c6d12fcb86e...
-
10:30 PM Bug #14562: apparently bad merge in l2arc_write_buffers
- It looks like the OpenZFS change was after the original code as committed, so just hadn't been ported over yet.
-
10:18 PM Bug #14562 (Closed): apparently bad merge in l2arc_write_buffers
- "git commit f43aa5faf71b05bec443dbb0af363ddeaff8ec17":https://github.com/illumos/illumos-gate/commit/f43aa5faf71b05be...
-
10:16 PM Bug #14562: apparently bad merge in l2arc_write_buffers
- Igor Kozhukhov wrote in #note-4:
> it is not a bad merge, you missed OpenZFS update:
> https://github.com/openzfs/z... -
09:57 PM Bug #14562: apparently bad merge in l2arc_write_buffers
- it is not a bad merge, you missed OpenZFS update:
https://github.com/openzfs/zfs/commit/a8f27ec6c5f89f721f0492ed7b07... -
08:53 PM Bug #14583: developer/opensolaris/osnet requirements cleanup
- Or maybe we could look at it the other way: distro says what is their "main" package to get the build environment rea...
-
08:48 PM Bug #14583: developer/opensolaris/osnet requirements cleanup
- Joshua M. Clulow wrote in #note-3:
> > The best approach for distributions to make sure the illumos-gate is properly... -
08:26 PM Bug #14583: developer/opensolaris/osnet requirements cleanup
- > The best approach for distributions to make sure the illumos-gate is properly buildable is to provide their own way...
-
08:14 PM Bug #14583 (Closed): developer/opensolaris/osnet requirements cleanup
- The @developer/opensolaris/osnet@ meta-package requires several packages provided by distribution, not by the illumos...
-
08:03 PM Bug #14582: lstat in Ubuntu 20.04 LX zones reporting incorrect values
- https://smartos.org/bugview/OS-8368
-
08:02 PM Bug #14582 (Closed): lstat in Ubuntu 20.04 LX zones reporting incorrect values
- I will file this in SmartOS, as LX is not in illumos-gate, only in two downstreams (SmartOS and OmniOS).
Also see ... -
07:51 PM Bug #14582 (Closed): lstat in Ubuntu 20.04 LX zones reporting incorrect values
- I noticed that my build zones that use ccache were filling up despite there being a configured limit to the cache siz...
-
07:58 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Will B wrote in #note-20:
> Rasaki Temidire wrote in #note-19:
> > Will and Toomas, Thanks for this discussion. I ... -
07:44 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Rasaki Temidire wrote in #note-19:
> Will and Toomas, Thanks for this discussion. I was able to get the latest Smar... -
07:38 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
- Will B wrote in #note-18:
> Toomas Soome wrote:
> > Also, if you do not mind to try the very latest omnios or smart... -
07:47 PM Bug #14573 (Closed): need ncurses check_rtime exceptions for python 3.9 on openindiana
- "git commit 2cd877f8d788934c1ed085b214de3d345d52400b":https://github.com/illumos/illumos-gate/commit/2cd877f8d788934c...
-
05:12 PM Feature #14580: loader.efi: detect console from ConOut/ConOutDev
- Gary Mills wrote in #note-3:
> I have this setting in /boot/loader.conf on my supermicro system:
>
> [...]
>
>... -
02:50 PM Feature #14580: loader.efi: detect console from ConOut/ConOutDev
- I have this setting in /boot/loader.conf on my supermicro system:...
-
02:36 PM Bug #14581 (Closed): ipadm could not create address after delete-addr for addrconf
- Issue 13316 probably has the same underlying cause as this issue, but they look different enough to the user that I t...
-
12:11 PM Bug #6574 (Closed): Package print/lp/ipp/ipp-listener disappears when ENABLE_IPP_PRINTING is undefined
- With #7445 integrated this is no longer applicable.
-
11:34 AM Bug #7441 (Closed): apr and apr-util paths are hardcoded
-
10:35 AM Bug #10011 (Resolved): stop building and shipping lint libraries
-
10:35 AM Bug #10011 (Pending RTI): stop building and shipping lint libraries
-
10:34 AM Bug #10011: stop building and shipping lint libraries
- This is complete now. There are no more lint libraries shipped from illumos-gate.
-
10:32 AM Feature #14505 (In Progress): libumem's umem_update thread could be named
-
10:32 AM Bug #14506 (In Progress): libidspace does not expose id_allocff()
2022-03-21
-
11:20 PM Bug #14538 (Closed): varpd is noisy on console
- Resolved in https://github.com/illumos/illumos-gate/commit/faa2068d5f60927511f588cf120b905d985371d0
-
10:34 PM Feature #14580 (In Progress): loader.efi: detect console from ConOut/ConOutDev
-
10:29 PM Feature #14580 (Closed): loader.efi: detect console from ConOut/ConOutDev
- Walk devices listed in ConOut (ConOutDev) variable(s) and set up console accordingly.
We need to check both variab... -
10:09 PM Bug #14552 (Closed): We should provide 64-bit pam_smb_passwd.so.1
- "git commit c4140c56306ad2a74081dd949618b4f3162dd06b":https://github.com/illumos/illumos-gate/commit/c4140c56306ad2a7...
-
09:20 PM Feature #14579 (Closed): expose virtio 9P transport device
- Some hypervisors (e.g., QEMU and bhyve) provide support for file sharing via the "9P":https://en.wikipedia.org/wiki/9...
-
09:12 PM Bug #13436: EPOLLET should wake up for each pipe write, even without reads
- It appears the mio crate actually has a work around for illumos
https://github.com/tokio-rs/mio/blob/e077a23a4d7fd548... -
09:02 PM Bug #13436: EPOLLET should wake up for each pipe write, even without reads
- bahamas10 noticed that this behavior causes a rustup install to fail on lx (omnios/smartos). He distilled it down to...
-
02:57 PM Feature #14434 (Closed): overlays should persist across reboots
- "git commit faa2068d5f60927511f588cf120b905d985371d0":https://github.com/illumos/illumos-gate/commit/faa2068d5f609275...
-
09:41 AM Bug #14493: Three small memory leaks in bhyve
- Two of these are now fixed in upstream bhyve and will be incorporated in #14578
The third, in the UART code, is ill... -
09:31 AM Feature #14578 (Closed): bhyve upstream sync 2022 March
- Sync upstream activity in FreeBSD's bhyve into illumos.
The following list shows the commits brought over as part ... -
08:53 AM Bug #6380 (Closed): Possible memory leak in devfsadm
- After move of this code to gfx-drm repo, #7639, and "this commit in the gfx-drm":https://github.com/illumos/gfx-drm/c...
Also available in: Atom