Activity
From 2022-12-11 to 2023-01-09
2023-01-09
-
11:09 PM Bug #15294 (Closed): Successful read/write calls should not set errno
- "git commit 06ca4e396ecc93ed45a333664a51558b7e84e8f5":https://github.com/illumos/illumos-gate/commit/06ca4e396ecc93ed...
-
11:09 PM Support #15297 (Closed): read does not reset errno anymore
- "git commit 06ca4e396ecc93ed45a333664a51558b7e84e8f5":https://github.com/illumos/illumos-gate/commit/06ca4e396ecc93ed...
-
10:33 PM Bug #15311 (New): ipd_detach() should be more careful about non-empty ipd_nsl
- I received a kernel panic from a customer. It died here:...
-
09:41 PM Bug #15310 (New): dtrace fbt argument mapping incorrect when argument size larger than register size
- The following dtrace output shows data that should result in a kernel crash....
-
03:57 PM Bug #15309 (Closed): zfs_acl_chmod_aclmode_001_pos is failing
- The cal_bits function is mixed up. With updated code, the tests from this script are successful.
Testing done: run... -
02:43 PM Feature #15271: Want tunable to force viona to always copy tx buffers
- Should you close this issue @sjorge ?
-
10:45 AM Bug #15270: Boot from USB 3.0 HD stops in usb_pipe_xopen with notice "driver scsa2usb attempting to open non-default of a USB 3.0 ..."
- I did some further investigation. At boot usb_pipe_xopen is passes twice in total.
The first time ep_xdescr = NULL, s... -
09:11 AM Bug #15281 (Pending RTI): common: remove pragma ident
-
07:53 AM Bug #8254: ZFS allows datasets named .. or .
- Fixed in OpenZFS (zfs-2.0.0-rc1): https://github.com/openzfs/zfs/pull/8842 (2019-06-13).
Related to allowance of @... -
07:34 AM Bug #15282 (Pending RTI): grub: remove pragma ident
2023-01-08
-
08:44 PM Bug #15307 (Closed): zpool status -v list wrong devicename after 15232
- "git commit 587f87a428ddaa788439aa952a1832a3538e092d":https://github.com/illumos/illumos-gate/commit/587f87a428ddaa78...
-
07:24 PM Bug #15307: zpool status -v list wrong devicename after 15232
- I've re-tested the updated fix from Gerrit and confirmed that it still works.
-
10:06 AM Bug #15307: zpool status -v list wrong devicename after 15232
- I built and tested this change to verify that the regression from #15232 is resolved....
2023-01-07
-
07:55 PM Bug #15307 (In Progress): zpool status -v list wrong devicename after 15232
-
07:55 PM Feature #15308 (In Progress): Stop using readdir_r in usr/src/cmd
-
02:14 PM Bug #15256 (Closed): viona doesn't setup datapath for non-VNIC devices
- "git commit 1165c30927ddd6622eb8e71a57510eaea0bfb947":https://github.com/illumos/illumos-gate/commit/1165c30927ddd662...
-
01:44 PM Bug #12022 (Closed): zfs test zfs_acl_chmod_inherit_003_pos fails
- "git commit b4f6c3d20fd867bdfbe071b4269308946de60118":https://github.com/illumos/illumos-gate/commit/b4f6c3d20fd867bd...
2023-01-06
-
10:36 PM Bug #15256: viona doesn't setup datapath for non-VNIC devices
- Patrick also tested w/ vnics atop ixgbe links and was able to get roughly line-rate in a c-bhyve guest.
-
10:00 PM Bug #12022 (Pending RTI): zfs test zfs_acl_chmod_inherit_003_pos fails
-
07:04 PM Feature #15308 (Closed): Stop using readdir_r in usr/src/cmd
- We should probably stop using the readdir_r function in the last 3 places we still use it under src/cmd
From the m... -
06:08 PM Bug #15307 (Closed): zpool status -v list wrong devicename after 15232
- After the integration of the fix for 15232 zpool status -v now shows the wrong device names when they start with /dev...
-
05:11 PM Bug #15306 (New): zap_cursor_retrieve: illegal access to a user address
- I just faced the following panic on illumos as of 2022-11-14:...
-
02:52 PM Feature #15301: Want 64bit libfmd_snmp as net-snmp 4 is now 64bit only
- We created PR 10436 as response to this issue and the Conversations in IRC. That works as Workaround for us.
Howev... -
01:41 AM Bug #15305 (Closed): mac_drop_chain calls freemsg with non-singleton chain
- @mac_drop_chain@:...
2023-01-05
-
11:12 PM Bug #15015: Wrong result from cpow in libc
- Another example of broken @cpow()@:...
-
10:35 PM Bug #12022 (In Progress): zfs test zfs_acl_chmod_inherit_003_pos fails
-
10:33 PM Bug #12180 (Duplicate): zfs-test zfs_acl_chmod_inherit_003_pos can fail
-
03:57 PM Support #15297: read does not reset errno anymore
- This is a regression that I recently introduced with #15220 and we believe is covered with the fix in progress in wi...
-
02:12 PM Feature #15301: Want 64bit libfmd_snmp as net-snmp 4 is now 64bit only
- Isn't this problem already fixed (or worked around) by https://github.com/OpenIndiana/oi-userland/pull/10436?
-
12:10 PM Feature #15304 (Closed): assert() could provide hints to compilers
TL;TR: @assert()@ - or more specifically the functions called on failure, @__assert_c99()@ and @__assert()@ could b...-
03:35 AM Bug #15254: %ymm registers not restored after signal handler
- So there's an interesting nuance here that occurs and also explains partly why this hasn't been as bad an issue or hi...
-
03:00 AM Bug #15254: %ymm registers not restored after signal handler
- The test program above is not quite valid because it calls functions (like printf) in between writing %ymm0 and readi...
2023-01-04
-
09:45 PM Bug #15303 (New): kmdb should absorb bracketed paste control sequences
- Pasting potentially untrusted or unexpectedly multi-line text into a terminal has (and, really, continues to be) a so...
-
08:40 PM Bug #15302 (New): broadcom 3108 kernel driver update
- Greetings,
I have a new shiny fileserver that's running OmniOS 151038 LTS (also tested against 151044, same proble... -
07:46 PM Feature #15301 (New): Want 64bit libfmd_snmp as net-snmp 4 is now 64bit only
- While updating net-snmp to version 4 in OpenIndiana we noticed we could not build illumos-gate anymore.
As it turn... -
07:37 PM Bug #15299 (Closed): it's apparently 2023 somehow
- "git commit 076ad4c710ebdb269f6341db447a83b5781f0b05":https://github.com/illumos/illumos-gate/commit/076ad4c710ebdb26...
-
07:37 PM Bug #15288 (Closed): mdb amd64 ::step out seems like it's busted
- "git commit 405e3c92bc49aa93cbbccd57dc60e04369d03f9d":https://github.com/illumos/illumos-gate/commit/405e3c92bc49aa93...
-
05:29 PM Feature #15300 (New): Add multi-ring support to vmxnet3
- Based on examination of the vmxnet3 driver in FreeBSD, there are a number of features of the vmxnet3 driver that the ...
-
02:44 PM Bug #15291: zfs-tests errno flaws exposed by 15220
- It's possible that if #15294 gets fixed this may be rendered extraneous. For now, however, this fix will be in -gate.
-
02:42 PM Bug #15291 (Closed): zfs-tests errno flaws exposed by 15220
- "git commit b533ad075c7539225e3c982a46b1cd11554788d9":https://github.com/illumos/illumos-gate/commit/b533ad075c753922...
-
10:21 AM Bug #15232 (Closed): zpool list truncates device names
- "git commit 33f4e805c7798966e326c3ef914b69332556d1bd":https://github.com/illumos/illumos-gate/commit/33f4e805c7798966...
-
05:31 AM Bug #1128 (Closed): WARNING: kb8042: inconsistent getinfo(9E) implementation
- "git commit db335908e0bf7069476de0103b658d6962a6c751":https://github.com/illumos/illumos-gate/commit/db335908e0bf7069...
-
04:04 AM Bug #15236 (Closed): viona ring page holds should heed pause/resume
- "git commit f2357d972e19ef505ad57ff2f0ee340fa2214015":https://github.com/illumos/illumos-gate/commit/f2357d972e19ef50...
2023-01-03
-
09:03 PM Bug #1128 (Pending RTI): WARNING: kb8042: inconsistent getinfo(9E) implementation
-
09:02 PM Bug #4813 (Duplicate): WARNING: kb8042: inconsistent getinfo(9E) implementation
-
08:55 PM Bug #4813 (Pending RTI): WARNING: kb8042: inconsistent getinfo(9E) implementation
-
08:43 PM Bug #15299: it's apparently 2023 somehow
- tested by -- just about -- knowing what day it is
-
08:40 PM Bug #15299 (Closed): it's apparently 2023 somehow
- ... and we should bump the prototype copyrights
-
08:23 PM Bug #15236: viona ring page holds should heed pause/resume
- In addition, I also ran the typical suite of guests as a smoke test, and they all operated normally.
-
06:33 PM Bug #15280 (Closed): uts: remove pragma ident
- "git commit 2d6eb4a5e0a47d30189497241345dc5466bb68ab":https://github.com/illumos/illumos-gate/commit/2d6eb4a5e0a47d30...
-
05:51 PM Bug #15280: uts: remove pragma ident
- I ran the OS and libc tests myself and saw that everything did actually pass:...
-
05:42 PM Support #15297: read does not reset errno anymore
- This appears to be another symptom of what was found in #15294 (which probably needs a better title). There is a fix ...
-
11:28 AM Feature #15271: Want tunable to force viona to always copy tx buffers
- As commented by @andyf on gerrit, we do not need this change to make it work!...
-
06:11 AM Bug #15278 (Closed): libsmb: unused parameter
- "git commit a56510328f750698b33a4c5fc2756158d23fc887":https://github.com/illumos/illumos-gate/commit/a56510328f750698...
2023-01-02
-
10:04 PM Bug #15298 (New): ::sigbp should accept signal names in lower case
- Right now mdb's ::sigbp insists that you type the signal name in all uppercase, this is super annoying. It should ei...
-
03:25 PM Bug #1857: "No SOF interrupts have been received..USB UHCI is unusable" under KVM
- This looks like UHCI variant of #14287.
-
08:27 AM Bug #4813 (In Progress): WARNING: kb8042: inconsistent getinfo(9E) implementation
-
08:26 AM Bug #1128 (In Progress): WARNING: kb8042: inconsistent getinfo(9E) implementation
2022-12-31
-
11:29 AM Support #15297 (Closed): read does not reset errno anymore
- Hi.
I found a strange problem with metaflac which cannot read (and write) tags anymore.
Just try metaflac --list ...
2022-12-30
-
10:37 PM Bug #15295 (Closed): SMB services should check IPC caller privileges
- "git commit b6b7639a9bb27d5b6a4e0ce4ddba01eaefa1b8b1":https://github.com/illumos/illumos-gate/commit/b6b7639a9bb27d5b...
-
06:34 PM Bug #15295: SMB services should check IPC caller privileges
- Fix can be found here (already provided to distros)
https://github.com/gwr/illumos-gate/commits/fixdoors
-
06:19 PM Bug #15295 (In Progress): SMB services should check IPC caller privileges
-
06:06 PM Bug #15295 (Closed): SMB services should check IPC caller privileges
- An issue was recently discovered regarding Inter-Process Communication (IPC) services implemented in smbd. In summary...
-
08:56 PM Bug #15296 (In Progress): libsmb: array subscript is of type 'char'
- Build errors with clang:...
-
07:30 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- you can remove /etc/zfs/zpool.cache and reboot.
it will fix warning on console with next reboot. -
04:55 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- If I reboot into the old 2020.04 OpenIndiana Illumos kernel, as could be expected the messages vdev_disk_open: appea...
-
05:49 PM Bug #15132 (Closed): libsmb SMF initialization problem messages incorrect
- "git commit c79c9de504e21fedffb8a7b378c5fdd42739a9bd":https://github.com/illumos/illumos-gate/commit/c79c9de504e21fed...
-
04:17 PM Bug #15294: Successful read/write calls should not set errno
- Prior to this change, the newly introduced test fails:...
-
11:07 AM Bug #15294 (Closed): Successful read/write calls should not set errno
- With the changes to @isatty()@ in #15220, a successful call to the @printf(3C)@ functions will now set errno to 25 (E...
-
09:59 AM Feature #15293 (Closed): process CSI ? 25 h and l for early kmdb
- Booting with '-kd' flag will trigger kmdb started, and "25h" appears on screen. This is part of the 'cursor show' ter...
-
12:17 AM Bug #15291: zfs-tests errno flaws exposed by 15220
- This fix (or at the very least an early version of it) has made all of the aforementioned tests revert back to PASS, ...
2022-12-29
-
11:54 PM Bug #15256: viona doesn't setup datapath for non-VNIC devices
Testing notes:
Both c-bhyve & propolis work as before using viona w/ a vnic device (via @dladm create-vnic@)
...-
09:26 PM Bug #15292 (Closed): sgs: set but not used variable
- res is only read in debug build, mark it __maybe_unused.
Testing done: wsdiff is only reporting:... -
05:23 PM Bug #15291 (Closed): zfs-tests errno flaws exposed by 15220
- While testing SmartOS 20221229, I found several regressions in the ZFS test suite....
2022-12-28
-
10:53 PM Bug #15232: zpool list truncates device names
- I've tested the change in the associated Gerrit review through manual tests on the specific situation that replicated...
-
10:46 PM Bug #15132: libsmb SMF initialization problem messages incorrect
- I've tested the change in the associated gerrit review by replicating the situation that triggered the original bad s...
-
06:47 PM Bug #15290 (Closed): lib: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
2022-12-27
-
10:13 PM Bug #15280 (Pending RTI): uts: remove pragma ident
-
09:44 PM Bug #15289 (Closed): cmd: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
09:33 PM Bug #15288: mdb amd64 ::step out seems like it's busted
- I've tested this by doing mdb of the 64bit ls with a breakpoint in printf, and stepping out of it:
before:... -
09:27 PM Bug #15288 (In Progress): mdb amd64 ::step out seems like it's busted
-
09:05 PM Bug #15288 (Closed): mdb amd64 ::step out seems like it's busted
- pt_step_out on amd64 passes registers as if they're x86 and quite possibly behaves randomly. ...
-
01:05 PM Bug #15278 (Pending RTI): libsmb: unused parameter
2022-12-26
-
05:22 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- I added an additional SATA disk to my system (Dell Precision). The first disk was a 500GB Western Digital Blue, the ...
2022-12-25
-
10:43 PM Bug #15287 (Closed): dtrace: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
2022-12-24
-
10:43 PM Bug #15286 (Closed): do_composition() needs sign awareness
- "git commit f137b22e734e85642da3e56e8b94da3f5f027c73":https://github.com/illumos/illumos-gate/commit/f137b22e734e8564...
-
10:30 PM Bug #15286 (Closed): do_composition() needs sign awareness
- There's a unacknowledged conversion-sign-extension in the aforementioned UTF-8 internal support function that needs a...
-
09:15 PM Bug #15285 (Closed): ucb: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
08:41 PM Bug #15284 (Closed): tools: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
12:53 PM Bug #15283 (Closed): head: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
12:46 PM Bug #15282 (Closed): grub: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
12:39 PM Bug #15281 (Closed): common: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
12:09 PM Bug #15279 (Pending RTI): lex: clang build error
-
09:25 AM Bug #15195 (Pending RTI): libdladm: unused parameter
2022-12-23
-
08:50 PM Bug #15280 (Closed): uts: remove pragma ident
- #pragma ident is useless in our environment and is making it troublesome to track unknown pragmas. Therefore, it is t...
-
05:09 PM Bug #5242: zpool won't allow attachment of larger sector drive to mirror
- Both the WDC western digital 500GB and Seagate disk report in prvtoc and format what seem to be sector size of 512 by...
-
04:27 PM Bug #5242: zpool won't allow attachment of larger sector drive to mirror
- I am not sure this is a relevant remark but I had Western Digital disk in my system 500 GB, and I added a Seagate Bar...
2022-12-22
-
10:44 PM Bug #15279 (Pending RTI): lex: clang build error
- Build error with clang. Since there may be unused labels, switch off the warning for clang.
Testing done: build. -
10:23 PM Bug #15278 (Closed): libsmb: unused parameter
- Build errors with clang:...
-
10:15 PM Bug #15277 (New): update demangle(1) man page to indicate both the legacy and v0 rust mangling formats are supported
- Support for demangling v0 rust symbols was added to libdemangle in https://code.illumos.org/c/illumos-gate/+/1467 but...
-
09:59 PM Bug #15255 (Closed): loader: replace nbsp in forth scripts by space
- "git commit 287031453fb1523d06a63010531ff7654f1658f6":https://github.com/illumos/illumos-gate/commit/287031453fb1523d...
-
09:51 PM Bug #15227 (Closed): libsmb: variable is used uninitialized
- "git commit 83163ba875032520cea73887634348698b0edf7d":https://github.com/illumos/illumos-gate/commit/83163ba875032520...
-
09:29 PM Bug #15222 (Closed): pcieadm pcie.slotctl.pwrflt description is misleading
- "git commit 33505d19d2c91ff5a2a8a926dfb162d195652a22":https://github.com/illumos/illumos-gate/commit/33505d19d2c91ff5...
-
05:18 PM Bug #15176: Periodic I/O hangs cause kernel panic
- Thanks for the suggestion, Robert - I will give that a try!
-
04:58 PM Bug #15176: Periodic I/O hangs cause kernel panic
- I had a similar problem on my system and fixed it with this.
Edit "/etc/system".
set apix_enable=0
2022-12-21
-
04:54 AM Bug #15272: tmpfile() can return ENOENT
- FreeBSD:
tmpfile(3):... -
03:41 AM Bug #15276 (New): pstack prints wrong frame pointers
- I have a core file where pstack prints these frame pointers:...
-
12:16 AM Bug #15275: nanosleep(3c) lies about syscall behaviour when the clock is changed
- To observe this, I ran the following two threads (in a VM; I'm not a heathen):...
-
12:13 AM Bug #15275 (New): nanosleep(3c) lies about syscall behaviour when the clock is changed
- @nanosleep(3c)@ is documented to use @CLOCK_REALTIME@, which is neither guaranteed monotonic nor linear. Its impleme...
2022-12-20
-
09:58 PM Bug #15274 (New): vhci should use ddi_get_time()
- @vhci_mpapi_init()@ directly calls @tod_get()@, which is not DDI-compliant. There is a perfectly good function that ...
-
09:21 PM Bug #15236: viona ring page holds should heed pause/resume
- To test the specifics of this, I traced the functions used for both pausing ring state, and for marking involved page...
-
06:34 PM Bug #15273 (New): mdb amd64 process $r claims it fails, after it's worked.
- According to the code at least, the last thing @pt_regs@ does for the amd64 proc target in proc_amd64dep.c is return ...
-
06:03 PM Bug #15272 (New): tmpfile() can return ENOENT
- If you somehow remove @/var/tmp@ (don't ask), the @tmpfile()@ function returns ENOENT.
The man page does not cite ... -
04:35 PM Bug #15194 (Closed): libdladm: tautological-pointer-compare
- "git commit 50e95a063bf92e51ea253d844c7bba9c39365091":https://github.com/illumos/illumos-gate/commit/50e95a063bf92e51...
-
04:16 PM Feature #15271: Want tunable to force viona to always copy tx buffers
- Gonna keep running on this patched viona for a bit to see how it holds up.
But so far I have done the following te... -
04:10 PM Feature #15271 (New): Want tunable to force viona to always copy tx buffers
- As mentioned in 13463 it would be nice to have a way to force viona to not loan out tx buffers.
I currently have t... -
03:03 PM Bug #15270 (New): Boot from USB 3.0 HD stops in usb_pipe_xopen with notice "driver scsa2usb attempting to open non-default of a USB 3.0 ..."
I attempt to install Omnios r151044 on a USB 3.0 connected Harddisk. The installation went fine but booting from US...-
05:03 AM Bug #15269 (Closed): pcieadm misrepresents PCIE_AER_CTL as PCIE_AER_RE_CMD
- While looking at data from an unrelated bug, I noticed that pcieadm reports very weird values for @aer.rootcmd@ aka @...
2022-12-19
-
10:53 PM Bug #15198 (Closed): libdladm: variable is used uninitialized
- "git commit f7952617ae4edae117f7b20ca042ec40f857f62f":https://github.com/illumos/illumos-gate/commit/f7952617ae4edae1...
-
10:53 PM Bug #15254: %ymm registers not restored after signal handler
- In case it's useful, a more detailed analysis of how I got to this issue is in https://github.com/oxidecomputer/omicr...
-
08:35 PM Bug #15268 (New): i_dladm_flow_proplist_extract_one() likely leaks memory
- While RTI-reviewing #15198 the aforementioned function showed me what appears to be memory leaks in cases of failure ...
-
08:17 AM Bug #13463: bhyve locks up when viona ring buffers on loan to a local zone are not returned by sockfs
- I'm still hitting this every so often and this issue got brought up again in #illumos yesterday, so summarizing here....
-
12:38 AM Bug #15220 (Closed): isatty should return reasonable errnos
- "git commit cfa8d083c8ec33d822bb586312a3249ec04a1893":https://github.com/illumos/illumos-gate/commit/cfa8d083c8ec33d8...
2022-12-18
2022-12-17
-
12:12 AM Feature #14663: Add per-dataset kstats
- For testing, I ran the zfs test suite. There were several failures, but they match the same failures as when run on a...
2022-12-16
-
11:24 PM Bug #15198 (Pending RTI): libdladm: variable is used uninitialized
-
10:51 PM Bug #15266: sed test is sensitive to COLUMNS in the environment
- FreeBSD has been made aware of this (as our scripts originated from theirs) and is tracking via https://bugs.freebsd....
-
06:35 PM Bug #15266: sed test is sensitive to COLUMNS in the environment
- Testing done: try fixed test with COLUMNS set:...
-
06:27 PM Bug #15266 (New): sed test is sensitive to COLUMNS in the environment
- If COLUMNS is set to a value in the environment, the sed multi_test fails in one of its 130 tests:
Pardon my csh/t... -
08:19 PM Bug #15194 (Pending RTI): libdladm: tautological-pointer-compare
-
06:12 PM Bug #15253 (Closed): 14993 broke test-runner -l option
- "git commit f4d2cf74960df993f48d42d323f16867fc6b9bdf":https://github.com/illumos/illumos-gate/commit/f4d2cf74960df993...
-
02:17 PM Bug #15253 (Pending RTI): 14993 broke test-runner -l option
-
05:57 PM Bug #15258 (Closed): libsmb: tautological-pointer-compare
- "git commit fb2301db8e408458b542c1f5fa07b5b8a3a95395":https://github.com/illumos/illumos-gate/commit/fb2301db8e408458...
-
12:51 PM Bug #15258 (Pending RTI): libsmb: tautological-pointer-compare
-
05:44 PM Bug #15211 (Closed): smbtorture failures in smb2.delete-on-close-perms.READONLY
- "git commit abd30308264aa9ca2b1c71565b841fc94256d07b":https://github.com/illumos/illumos-gate/commit/abd30308264aa9ca...
-
05:35 PM Feature #15265 (Closed): loader: add mechanism to set os console based on last input device
- In case of multihead setup and when os_console variable is not set, set os_console from last input device used.
... -
08:55 AM Bug #15200 (Closed): libdladm: error: '&&' within '||'
- "git commit 0663b557d8c7575927b005cab08d9f19c8b98c25":https://github.com/illumos/illumos-gate/commit/0663b557d8c75759...
-
08:38 AM Bug #15199 (Closed): libdladm: unused label
- "git commit bf7adeeaefd6f9806398f446e4b87af240a6770e":https://github.com/illumos/illumos-gate/commit/bf7adeeaefd6f980...
2022-12-15
-
11:50 PM Bug #15207 (Closed): libfmd_agent: memory leak in fmd_agent_nvl_ioctl
- "git commit 92f549282aaface1e6f92329085e28edcf24054f":https://github.com/illumos/illumos-gate/commit/92f549282aaface1...
-
09:19 PM Bug #15207 (Pending RTI): libfmd_agent: memory leak in fmd_agent_nvl_ioctl
-
10:37 PM Bug #15263: dos2unix(1)/unix2dos(1): end of file or end of line?
- Yuri Pankov wrote in #note-1:
> Well, it looks like there is a DOS EOF character, it's even in there in the source:
... -
10:20 PM Bug #15263: dos2unix(1)/unix2dos(1): end of file or end of line?
- Well, it looks like there is a DOS EOF character, it's even in there in the source:...
-
10:13 PM Bug #15263 (New): dos2unix(1)/unix2dos(1): end of file or end of line?
- The @dos2unix(1)@ man page contains following wording:...
-
09:58 PM Bug #15262 (New): Files are optional for dos2unix/unix2dos
- Both @dos2unix(1)@ and @unix2dos(1)@ are able to work without @originalfile@ and/or @convertedfile@ arguments. In su...
-
09:56 PM Bug #15260 (In Progress): ld crashes if group members are stripped by -s
-
08:47 PM Bug #15260: ld crashes if group members are stripped by -s
- The problem here is similar but not the same as #14722.
What is happening is that the build config for these (rust... -
07:58 PM Bug #15260: ld crashes if group members are stripped by -s
- Jonathan Perkin wrote:
> I'm seeing this from a few different packages, not just net/yaydl, and can generate some ob... -
04:55 PM Bug #15260 (Closed): ld crashes if group members are stripped by -s
- I'm seeing ld core dumps on ...
-
09:44 PM Bug #15200 (Pending RTI): libdladm: error: '&&' within '||'
-
09:26 PM Bug #15199 (Pending RTI): libdladm: unused label
-
08:58 PM Bug #15261 (In Progress): "ExpDataSN mismatch in SCSI Response" error on FreeBSD 13.1 initiators
- FreeBSD 13.1 introduced the ExpDataSN check and now attempts to do anything with attached iscsi disk from illumos tar...
-
02:26 PM Bug #15259: py-gdstk causes ctfconvert to dump core
- Jonathan Perkin wrote:
> I'll upload a copy of the offending .so after the bug has been created.
Now available fr... -
02:24 PM Bug #15259 (New): py-gdstk causes ctfconvert to dump core
- I'll upload a copy of the offending .so after the bug has been created....
-
01:27 PM Bug #15258 (Closed): libsmb: tautological-pointer-compare
- Build errors with clang:...
-
01:45 AM Bug #15254: %ymm registers not restored after signal handler
- This is fundamentally a problem in the kernel's process of saving and restoring the floating point state in the kerne...
-
12:23 AM Bug #15257 (New): bad longjmp in logadm leads to infinite loop
- logadm uses some bespoke error logging code, which includes using setjmp/longjmp to provide a form of try/catch error...
2022-12-14
-
09:40 PM Feature #15252: /usr/bin/ld: want support for -z nocopyreloc
- https://github.com/illumos/illumos-gate/compare/master...richlowe:illumos-gate:ld/nocopyreloc-bad-prototype
Contai... -
09:34 PM Bug #15253 (In Progress): 14993 broke test-runner -l option
-
07:34 PM Bug #15256 (Closed): viona doesn't setup datapath for non-VNIC devices
- A viona instance is usually used with a VNIC but should work atop any MAC provider. But today it relies on private be...
-
04:51 PM Bug #15135 (Closed): stdalign.h is very C11-y, but perhaps disrespectful of C++
- "git commit 7b5987898994d86cd20e00dbf8c305dfbfbb8bea":https://github.com/illumos/illumos-gate/commit/7b5987898994d86c...
-
03:57 PM Bug #15255 (Pending RTI): loader: replace nbsp in forth scripts by space
-
10:23 AM Bug #15255 (Closed): loader: replace nbsp in forth scripts by space
- Somehow the non-breaking spaces have slipped in, replace by normal space.
Testing done: no functional changes, spa... -
01:15 PM Bug #15214 (Pending RTI): SMB should allow 256 bit ciphers
-
01:06 PM Bug #15213 (Pending RTI): SMB should expose encrypt_ciphers to sharectl
-
12:59 PM Bug #15212 (Pending RTI): WPTS SMB 3.1.1 tests fail when encryption enabled
-
11:49 AM Bug #15211 (Pending RTI): smbtorture failures in smb2.delete-on-close-perms.READONLY
-
05:28 AM Bug #15254 (New): %ymm registers not restored after signal handler
- *update*: some of the instances previously attributed to this bug are likely caused by https://www.illumos.org/issues...
2022-12-13
-
11:00 PM Bug #15253 (Closed): 14993 broke test-runner -l option
- While #14993 added the support of using a common run file, unfortunately it also appears to have broken the support f...
-
10:26 PM Feature #15252: /usr/bin/ld: want support for -z nocopyreloc
- If you look at the ld source @FLG_SY_MVTOCOMM@ is what indicates a symbol has been copied to the executable.
You'd w... -
10:13 PM Feature #15252: /usr/bin/ld: want support for -z nocopyreloc
- Few links here...
The change that introduced the -z nocopyreloc to golangs link:
https://github.com/golang/go/com... -
10:03 PM Feature #15252 (New): /usr/bin/ld: want support for -z nocopyreloc
- While building https://github.com/openshift/oc.git, tag openshift-clients-4.12.0-202208031327, I got this:...
-
10:04 PM Bug #15210 (Closed): smbtorture lease and oplock failures
- "git commit 7f6a299e282ed51917878b84744774a6634e5dc6":https://github.com/illumos/illumos-gate/commit/7f6a299e282ed519...
-
09:43 PM Bug #15210 (Pending RTI): smbtorture lease and oplock failures
-
10:04 PM Bug #15188 (Closed): smb oplock blocking access to folders
- "git commit 72b35b0568511bf35ca88532dff910dc0f16847f":https://github.com/illumos/illumos-gate/commit/72b35b0568511bf3...
-
06:30 PM Bug #15220: isatty should return reasonable errnos
- In addition to the regression testing, I've done the following:
* Performed a full OS build on these bits
* Used uti...
2022-12-12
-
11:59 PM Bug #15231 (Closed): gcpu does not actually depend on acpica
- "git commit 479710a24812632178acfabf12b47287101b7575":https://github.com/illumos/illumos-gate/commit/479710a248126321...
-
07:28 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
Sounds logical and then I guess this bug report is not really a bug and it can be closed ...
I have not experien...-
07:09 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- It's likely due to this change:
commit 8118bef4ce6388ad51cc4ab94dbedc03621ee1e3
Author: Garrett D'Amore <garrett@... -
06:58 PM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- Based on reading some other bug information, I tried setting the following parameter in /etc/system.d
In /etc/system... -
01:38 PM Bug #15247 (Closed): zfs_acl_chmod_aclmode_001_pos: tar extracts files in wrong directory
- "git commit 1a6cb65e56b7b748d076735cbdfa3d4dddec8ea9":https://github.com/illumos/illumos-gate/commit/1a6cb65e56b7b748...
-
10:56 AM Bug #15225 (Closed): Want bigger virtio 9P buffers
- "git commit d67e8fd81d2058a6f9e67cc94c55a7dd9ceb6780":https://github.com/illumos/illumos-gate/commit/d67e8fd81d2058a6...
-
05:15 AM Bug #15251: panic in vlapic_get_ccr after live migration
- I've dug into this a bit more and have some guesses as to what happened here, though I want more data to be sure. Fir...
-
04:20 AM Bug #15251 (Closed): panic in vlapic_get_ccr after live migration
- I've been testing inter-machine live migrations of bhyve VMs with a propolis userspace. After migrating a VM to a des...
2022-12-11
-
09:38 PM Bug #15247 (Pending RTI): zfs_acl_chmod_aclmode_001_pos: tar extracts files in wrong directory
-
08:46 PM Bug #15234: strxfrm() segfaults for Vietnamese locale (vi_VN.UTF-8) and character 168 (\xA8 / \250)
- I have tried to put together a fix that takes the case of (1); however, it clearly suggests that there are more funda...
-
08:27 PM Bug #15250 (Duplicate): Module Ahci NULL pointer dereference when booting from SATA CDROM in Libvirt
-
07:34 PM Bug #15250 (Duplicate): Module Ahci NULL pointer dereference when booting from SATA CDROM in Libvirt
- When booting OpenIndiana from a SATA CDROM in libvirt I get this page fault...
-
08:12 PM Bug #15224: mdb's ::typedef unexpectedly interprets integers in mdb's base
- I tested this by adding a test case to the mdb test suite in the spirit of the above issue that Dave described. On an...
-
09:01 AM Bug #15249: kern.notice vdev_disk_open: update devid from .. to ...
- diskinfo is not installed by default
I did a pkg install diskinfo in the OI 2022 boot envirronment.
I cannot install...
Also available in: Atom