Activity
From 2020-09-16 to 2020-10-15
2020-10-15
-
04:59 PM Feature #13220 (Closed): Add support for the IA32_FEATURE_CONTROL MSR in bhyve
- "git commit c9b7e76beb4142d3c99edad5ef93094464805881":https://github.com/illumos/illumos-gate/commit/c9b7e76beb4142d3...
-
02:14 PM Feature #13220: Add support for the IA32_FEATURE_CONTROL MSR in bhyve
- For testing, @dtrace -n 'vmx_rdmsr:entry /arg2 == 0x3a/ {}'@ was run while booting a win10 VM. The probe fired and th...
-
07:35 AM Feature #13220: Add support for the IA32_FEATURE_CONTROL MSR in bhyve
- After applying this fix I was able to get my Windows 10 clients to the latest update 2004.
Without this fix the clie... -
04:54 PM Bug #13224 (Closed): loader: edd_device_path_v3 is too small
- The EDD v3[1], see table 13, page 33, does define device path as double
qword, that is, 16 bytes, we have only qword... -
04:28 PM Bug #13223 (Closed): gptzfsboot: we also depend on LIBI386
- Build rule is missing dependency.
Testing done: manual build to verify re-link on libi386 change. -
01:45 PM Feature #13217 (Closed): Allow building with python 3.9
- "git commit 8a647f8fd0cebaabbf80f82d3710a26ef8d7229c":https://github.com/illumos/illumos-gate/commit/8a647f8fd0cebaab...
-
07:53 AM Bug #13222: Increase maximum number of fanout CPUs from 128 to 256
- Using NCPU won't work - header is included in user land.
We have never hit the limit of 128 fanout CPUs yet anyway... -
07:27 AM Bug #13222 (Closed): Increase maximum number of fanout CPUs from 128 to 256
- There is a define which limits the maximum number of fanout CPUs, it is:...
2020-10-14
-
09:20 PM Bug #13221: mapfile name for unix should be less generic
- This change has been in SmartOS for over a year (and thus has been subjected to many builds).
Additionally, after ... -
07:21 PM Bug #13221 (Closed): mapfile name for unix should be less generic
- Upstream of Joyent "OS-7838":https://smartos.org/bugview/OS-7838:
While addressing "OS-7835":https://smartos.org/b... -
04:04 PM Feature #13220: Add support for the IA32_FEATURE_CONTROL MSR in bhyve
- The existence of the @IA32_FEATURE_CONTROL@ MSR seems to be gated by CPU model (and in some older CPUs, further gated...
2020-10-13
-
09:30 PM Feature #13220 (Closed): Add support for the IA32_FEATURE_CONTROL MSR in bhyve
- Certain guests (so far it's been observed with recent releases of Windows 10) attempt to read the @IA32_FEATURE_CONTR...
-
09:07 PM Bug #13219 (Closed): Fix typo in udp_ioctl()
- Debug output uses "tcp_ioctl" instead of "udp_ioctl".
-
08:32 PM Bug #13215 (Closed): qsort_r(3C) manual synopsis was botched
- "git commit 35abe3277cc67d1a650f8fd7ce718b89fbece04d":https://github.com/illumos/illumos-gate/commit/35abe3277cc67d1a...
-
07:30 PM Bug #13215: qsort_r(3C) manual synopsis was botched
- I verified this by looking at the updated manual page with man(1).
-
07:25 PM Bug #13211: mdb ::prtusb truncates some addresses
- To test this I ran through the @::prtusb -vt@ output on a system of mine and went through it to make sure that all of...
-
07:22 PM Bug #13184 (Closed): Stop translating ld(1) options through cw(1)
- "git commit 85f4cb87104c72587029a6e0f1663332c85ba118":https://github.com/illumos/illumos-gate/commit/85f4cb87104c7258...
-
05:12 PM Bug #12265: upstream Nexenta multi-path fixes
- Can this be upstreamed? I thought the code review for this was completed a while ago without issue.
-
03:06 PM Bug #13210 (Closed): Removing multiple links from aggr leaves last link dangling
- "git commit 0a36db39c3cd88f4799ecd9db875f43d834d0a81":https://github.com/illumos/illumos-gate/commit/0a36db39c3cd88f4...
-
12:13 PM Bug #13169: CVE-2020-1472 (ZeroLogon) and SMB authentication
- Is a date scheduled for this compatibility with MS AD?
In my company, I don't manage domain controllers. My servers ... -
11:36 AM Bug #13218 (Closed): "Stack smashing detected" panic when creating vnic over aggr with 4 mlxcx links
- Created an aggr, similar to:...
2020-10-12
-
03:57 PM Feature #13195 (Closed): would like roleauth user_attr
- "git commit 9e678d632bda8e6911719d88b7c2d44a886aba5b":https://github.com/illumos/illumos-gate/commit/9e678d632bda8e69...
-
03:39 PM Feature #13195: would like roleauth user_attr
- In addition to the testing with explicit output above, I also tested using @su@ to switch to various users and roles,...
-
03:26 PM Feature #13217: Allow building with python 3.9
- Check that @python3.9 /usr/lib/zfs/pyzfs.py@ operates,
also @import libbe_py@ under python3.9, and I have also teste... -
03:17 PM Feature #13217: Allow building with python 3.9
Tested running each of:
* mapfilechk
* wsdiff
* cddlchk
* git-pbchk
* hdrchk
* wscheck
* crightchk.py
* v...-
12:32 PM Feature #13217 (Closed): Allow building with python 3.9
Building with python 3.9 currently fails the rtime check as the exception list only covers up to version 3.8
-
11:53 AM Bug #13208: Create aggr fails when underlying links have more than 128 Tx rings
- The test cases show:
# Creating an aggr with 1 link
# Add another to it
# Adding a 3rd link which has too many Tx ... -
11:46 AM Bug #13208: Create aggr fails when underlying links have more than 128 Tx rings
- I have revised how I intend to address this. Rather than reducing the default on the individual driver (mlxcx) where ...
2020-10-11
-
03:30 PM Feature #13216 (Closed): Want virtio driver manual pages
- It'd be nice if we had a manual page in 7D to cover most drivers that we ship. This does this for the virtio ones, be...
-
02:54 PM Bug #13215 (Closed): qsort_r(3C) manual synopsis was botched
- As part of adding qsort_r in #3763, the qsort_r synopsis was botched. It was pointed out that @qsort@ was used instea...
2020-10-10
-
06:08 PM Bug #13206 (Closed): Fix open(2) man page
- "git commit aefb332f5664b51526fd3e7d0b3cb6bdda1e1758":https://github.com/illumos/illumos-gate/commit/aefb332f5664b515...
-
04:45 AM Bug #13206: Fix open(2) man page
- I will remove EBADF language from the "The open() and openat() functions will fail if" section because EBADF only sho...
2020-10-09
-
09:56 PM Bug #13214 (New): multi-bay USB mass storage devices report incorrect serial number
- This is filed as OS-7795 for SmartOS.
Multi-bay usb enclosures will, at least sometimes, report the enclosure's se... -
09:50 PM Feature #13213 (Closed): Want development driver for accessing AMD DF
- In the spirit of the usmn driver being added in #13146 it'd be useful to have a counterpart for the AMD data fabric. ...
-
09:48 PM Feature #13212 (Closed): Add Renoir to amdzen(7D)
- We should add the relevant PCI IDs to amdzen(7D) for AMD Renoir based products to function.
-
09:22 PM Feature #13200 (Closed): fmtopo could display CPU socket
- "git commit d0caeb890c33e30d7a9addcbccdda2343401d3e7":https://github.com/illumos/illumos-gate/commit/d0caeb890c33e30d...
-
09:22 PM Feature #13199 (Closed): AMD Socket info shouldn't require revision
- "git commit a41862fc9ba4a637c7ae5da1e5edd176416f7990":https://github.com/illumos/illumos-gate/commit/a41862fc9ba4a637...
-
08:59 PM Feature #13199: AMD Socket info shouldn't require revision
- Dan McDonald was able to test this on a Zen 2 Ryzen (3700X) and with that we were able to confirm that the socket was...
-
05:14 PM Feature #13199: AMD Socket info shouldn't require revision
- Unfortunately, I don't have access to these systems, though I was able to verify that things still worked for SP3 on ...
-
09:22 PM Feature #13198 (Closed): Add AMD Dali, Renoir, and Banded Kestrel socket info
- "git commit a41862fc9ba4a637c7ae5da1e5edd176416f7990":https://github.com/illumos/illumos-gate/commit/a41862fc9ba4a637...
-
05:14 PM Feature #13198: Add AMD Dali, Renoir, and Banded Kestrel socket info
- Unfortunately, I don't have access to these systems, though I was able to verify that things still worked for SP3.
-
08:09 PM Feature #13153 (Closed): loader: before falling back to default, also use EDID standard timings
- "git commit d06ea0b9fb5d1989b39a245c5e79324b2c8db398":https://github.com/illumos/illumos-gate/commit/d06ea0b9fb5d1989...
-
07:24 PM Bug #13169 (In Progress): CVE-2020-1472 (ZeroLogon) and SMB authentication
- Note that while the native SMB service is not vulnerable to CVE-2020-1472, the new restrictions implemented by MS on ...
-
05:48 PM Bug #13211: mdb ::prtusb truncates some addresses
- Some examples:...
-
05:40 PM Bug #13211 (Closed): mdb ::prtusb truncates some addresses
- Several addresses are printed as %x when they should be %lx.
-
03:49 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- I have now determined that Tribblix m20.6 (from March 2019) is the version where the BTX problem first appears. Hope ...
-
02:14 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- I'll be keeping an eye out for the test setup disk, but in the meantime I think I'll go ahead and install Tribblix m2...
-
09:01 AM Bug #13210 (Closed): Removing multiple links from aggr leaves last link dangling
- If you create an aggr...
-
12:57 AM Feature #3525: Persistent L2ARC
- To test, I ran the zfs test suite (including the new persistent L2ARC tests introduced with this change). All the exp...
2020-10-08
-
08:49 PM Bug #13209 (Closed): 11682 lost spa_bootsize from expandsize calculation
- Merge error. After this fix the zpool list does report correct (0) expandsz again.
-
02:30 PM Bug #13169: CVE-2020-1472 (ZeroLogon) and SMB authentication
- Is an SMB / CIFS client update already scheduled? If so, what date of availability is envisaged?
-
12:00 PM Bug #8151: USB3 port not working
- Hi
I find out that the Sandisk works fine with several other motherboard, so the incompatibility is only with superm... -
03:33 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- OpenIndiana Hipster 2018.10 is now back up and running on this box, and the email has been sent. :)
2020-10-07
-
09:53 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> Generally, there has been no issue running live images, either on DVD or usb. Also, there hasn... -
09:12 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- Generally, there has been no issue running live images, either on DVD or usb. Also, there hasn't been any issue with ...
-
06:37 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> Whenever I have installed OpenIndiana (or Tribblix), I have always selected "whole disk", rath... -
03:16 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- Whenever I have installed OpenIndiana (or Tribblix), I have always selected "whole disk", rather than playing around ...
-
08:13 PM Feature #13152 (Closed): loader: add flat panel info query
- "git commit 4d503977b10eb9d89d0aa5114bb17fd9861d2177":https://github.com/illumos/illumos-gate/commit/4d503977b10eb9d8...
-
06:29 PM Bug #13155 (Closed): loader: cstyle cleanup of pager.c
- "git commit f3ba4128242a174c2a55b4beaa72d03e0c3b4ccc":https://github.com/illumos/illumos-gate/commit/f3ba4128242a174c...
-
12:53 PM Bug #13208: Create aggr fails when underlying links have more than 128 Tx rings
- Setting this default lower seems fine to me. The default of 64 was mainly picked while thinking of large machines (64...
-
11:11 AM Bug #13208 (Closed): Create aggr fails when underlying links have more than 128 Tx rings
- Using:...
-
11:20 AM Bug #13207: Creating an aggr with more than 128 Tx or Rx rings panics
- I tested by creating an aggr with too many mlxcx links and (before fixing #13208), dladm now fails:...
-
10:49 AM Bug #13207: Creating an aggr with more than 128 Tx or Rx rings panics
- The error is caused by @EIO@ returned by @aggr_add_pseudo_tx_ring()@. @EIO@ is returned when the @MAX_RINGS_PER_GROUP...
-
10:30 AM Bug #13207 (Closed): Creating an aggr with more than 128 Tx or Rx rings panics
- The easiest way to trigger this is to create an aggr with more than 2 links, and at least 2 of those links are mlxcx....
2020-10-06
-
08:42 AM Bug #13206: Fix open(2) man page
- The correct description should be:
> EBADF should only be error of openat(2), not open(2). -
07:13 AM Bug #13206 (Closed): Fix open(2) man page
- EBADF should only be error of open(2), not openat(2).
2020-10-05
-
10:05 PM Bug #12387: X11 fails for certain Ryzen CPUs
- I now have something between the two. I upgraded the CPU in my Ryzen system from:...
-
04:18 PM Feature #13193 (Closed): pchtemp could support Intel 400 series chipset
- "git commit 60de61ff53a6483ad00524b59031b99fcc10d46d":https://github.com/illumos/illumos-gate/commit/60de61ff53a6483a...
-
03:26 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- Unfortunately, switching HPET off in BIOS makes no difference on the DL20 - no usb memory stick (internal usb port). ...
-
12:03 PM Bug #13205 (Closed): tem: we can use colors 0-255 with 8-bit depth
- Allow use of colors 0-255 in all supported depths.
Testing done: using ESC [ 38 ; 5 ; X m, with X = [0-255] to ver... -
11:59 AM Bug #13204 (Closed): loader: 8-bit depth can draw 256 colors
- The 8-bit depth is using indexed colors (index pointing to vga palette array entry), and we can have palette array wi...
-
10:42 AM Bug #13203 (New): dlstat show-phys -r fails with a SIGSEGV
- If you run @dlstat show-phys -r@ with or without the optional final argument it generates a core dump.
Stack trace i... -
12:41 AM Bug #13202 (New): reconcile const-ness in port_get and port_getn
- The man page for port_get and port_getn specifies that the timeout parameter is const:...
2020-10-04
-
08:29 PM Bug #12769 (Resolved): VirtualBox fails to start k
-
01:14 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- I reported a similar bug in 2017. It's still open. The bug report is here:...
-
07:35 AM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
> The error appears to be when X2APIC is enabled in BIOS; the error: No SOF interrupts have been received this usb ...-
06:33 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> Sorry for the delayed response--too much life stuff getting in the way the past week.
>
> I... -
03:52 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- Sorry for the delayed response--too much life stuff getting in the way the past week.
In any case, I'm not aware o...
2020-10-03
-
04:43 PM Bug #13201 (Closed): IPS image re-hydration fails
- It is not currently possible to rehydrate an IPS image in the global zone as the operation calls @zonecfg_default_bra...
-
04:41 PM Bug #13197 (Closed): Fix typo in statvfs(2) man page
- "git commit cc4b93ac26b58ac98f7c7259388ebdc4ab709db9":https://github.com/illumos/illumos-gate/commit/cc4b93ac26b58ac9...
-
03:05 AM Bug #13197 (Closed): Fix typo in statvfs(2) man page
- In ERRORS section page:
> The length of a path component exceeds NAME_MAX characters, or the length of path The ex... -
03:22 PM Feature #13193: pchtemp could support Intel 400 series chipset
- I tested this by doing a quick sanity test by passing through an instance of this to a VM on my laptop and verifying ...
-
03:03 PM Feature #13200 (Closed): fmtopo could display CPU socket
- It would be nice if fmtopo could display the CPU socket that a given proccesor supports in information about the "chi...
-
02:55 PM Feature #13199 (Closed): AMD Socket info shouldn't require revision
- Traditionally, the way that syntheizing AMD socket information worked is that it required having a table of family, m...
-
02:49 PM Feature #13198 (Closed): Add AMD Dali, Renoir, and Banded Kestrel socket info
- Currently we're missing AMD 17h models 20-2f and 60-6f socket information. It'd be nice to have that.
-
02:51 AM Bug #13196 (Closed): C_DeriveKey() doesn't always set object handle value
- We had a customer report some problems with a Java app:...
2020-10-02
-
10:08 PM Bug #13190 (Closed): rootnex_get_sgl() has a cookie problem
- "git commit 23a869ddcd5330bdcbefc98e81d9de23b83f3182":https://github.com/illumos/illumos-gate/commit/23a869ddcd5330bd...
-
03:51 PM Bug #13190: rootnex_get_sgl() has a cookie problem
- To test I ran the same custom igb allocation as mentioned above, but verified that none of the allocations failed, as...
-
12:35 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- It turned out that several tuning parameters seem to be bad fit, now I get reasonable transfer times for my samples
...
2020-10-01
-
09:29 PM Bug #13182 (Closed): CMSG_ macros should have man pages
- "git commit 221e47fb90c5fcfe7add9a33f6c915ee5253ece9":https://github.com/illumos/illumos-gate/commit/221e47fb90c5fcfe...
-
09:29 PM Feature #13175 (Closed): Add support for IP_RECVTOS
- "git commit 221e47fb90c5fcfe7add9a33f6c915ee5253ece9":https://github.com/illumos/illumos-gate/commit/221e47fb90c5fcfe...
-
06:27 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- Today I found, that using the 40G variant, snoop and such, does not make the problem go away, so I was able to captur...
-
05:22 PM Bug #12746: x86_emulate_cpuid() should clear upper 32 bits
- Integrated upstream as "ff41c89":https://github.com/freebsd/freebsd/commit/ff41c89819ff1f1c3106510b0e83f49c34b4c676
-
02:21 PM Feature #13195: would like roleauth user_attr
- Also test single user boot since this uses `su` to authenticate the console user. In this case, any user with the @so...
-
02:16 PM Feature #13195: would like roleauth user_attr
- Testing notes:
On this system, @af@ is a standard user with no exceptional profiles or auths, but does have the @r... -
01:23 PM Feature #13195 (Closed): would like roleauth user_attr
- When using RBAC, it would be useful to have an option to allow users to assume a role by authenticating with their ow...
-
03:45 AM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- An example of one of the machines with permanent data corruption after hitting this:...
-
03:42 AM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- Some further observations:
* This seems to occur most readily on machines which are doing lots of metadata operat... -
03:40 AM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- ...
-
03:39 AM Bug #13194 (Closed): null/dangling pointer deref somewhere under dmu_objset_upgrade
- After the integration of #11479 zfs project support, we've had machines hit panics shortly after upgrade (and re-hit ...
-
02:26 AM Bug #13190: rootnex_get_sgl() has a cookie problem
- To replicate this issue (on something other than my in-development driver) I modified the igb driver to run the follo...
2020-09-30
-
05:22 PM Feature #13193 (Closed): pchtemp could support Intel 400 series chipset
- While looking around at docs, I found Intel has documented the 400 series chipset and they support the pch thermal se...
-
05:22 PM Bug #13191 (Closed): Improve net-tests zone vnic add/delete
- "git commit c3e16711de8a1209bb0e4ad2a003d0b443426f17":https://github.com/illumos/illumos-gate/commit/c3e16711de8a1209...
-
01:33 PM Bug #13191: Improve net-tests zone vnic add/delete
- Change (see associated Gerrit) tested on omnios via onu to illumos-gate with these modifications:...
-
01:26 PM Bug #13191 (Closed): Improve net-tests zone vnic add/delete
- The current @net_common@ framework for running the IP forwarding tests from the network test suite adds a VNIC to a z...
-
03:42 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- As it was asked for, here a sketch of our Network, aggregated ports use LACP as shown.
ESXi Connect 2 times to 40G f... -
11:04 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I enhanced my dtrace rtt measurement, to also measure the gap time between the smb2 requests, this time I used snoop....
-
10:41 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- Hi, quick update, I found that running "snoop" as well as "snoop -P" "fixes" this problem also.
-
09:33 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I modified the smb2-trace.d to measure service rtt internally alike what wireshark offered on client side
-
03:09 PM Bug #13192 (New): snoop -P is a lie
- Copied from my original bug report in "OS-7886":https://smartos.org/bugview/OS-7886.
The snoop man page says the f... -
02:28 PM Bug #13189 (Closed): Update rename(2) man page
- "git commit 6310a43a82652c7bf86384a7ab264bd3bfe2b23c":https://github.com/illumos/illumos-gate/commit/6310a43a82652c7b...
-
05:19 AM Bug #13190 (Closed): rootnex_get_sgl() has a cookie problem
- Under some very specific conditions, the rootnex SGL logic increases cookie count before making full use of the curre...
-
12:41 AM Feature #12967: default to apix over pcplusmp
- So after most of the day with no system lockups I re enabled apix so that I could get a crash dump. The system locked...
2020-09-29
-
04:59 PM Feature #12967: default to apix over pcplusmp
- After making the configuration change in /etc/system "set apix_enable=0" I am not getting any more system lock ups. I...
-
02:53 PM Feature #12967: default to apix over pcplusmp
- Sorry to hear about the trouble it's causing on that system. You should be able to disable this by setting @apix_enab...
-
02:19 PM Feature #12967: default to apix over pcplusmp
- This commit is causing my system to lock up. Sometimes it locks up in a couple of minutes and sometimes it takes a co...
-
10:01 AM Bug #13189 (Closed): Update rename(2) man page
- (1) In ERRORS section:
> The rename() function will fail if:
It should be:
> The rename() and renameat() fun...
2020-09-28
-
10:36 PM Bug #13071 (Closed): igb(7D) needs to mention it's GLDv3, not STREAMS
- "git commit 7bb0fe31b7400cab73629832ea525813b9eeec17":https://github.com/illumos/illumos-gate/commit/7bb0fe31b7400cab...
-
08:07 PM Bug #13149 (Closed): elide squeue wake-ups when prudent
- "git commit 196b393bb2aa03afc0d141411913d7894e11ba0b":https://github.com/illumos/illumos-gate/commit/196b393bb2aa03af...
-
04:38 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I analysed the traffic I collected, here are some, as far as I think, interesting things
-
10:39 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I collected the traffic on clientside with wireshark for analysis
SMB2 servicetimes
* without tcpdump running on ... -
09:46 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- Also I have created a small powershell script, which can be sourced in a powershell, to time the copy and remove oper...
-
09:43 AM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- ok, I created a set of zero filled files, with artificial names, which mimic the original data.
* normal TotalSecond... -
03:55 PM Feature #13166 (Closed): Support en_fec_cap and adv_fec_cap link properties in i40e
- "git commit 11a004840daff945cd5e382eeb137e0682eabe1f":https://github.com/illumos/illumos-gate/commit/11a004840daff945...
-
03:55 PM Bug #13165 (Closed): FEC enabled port connected to i40e may not come online
- "git commit 11a004840daff945cd5e382eeb137e0682eabe1f":https://github.com/illumos/illumos-gate/commit/11a004840daff945...
-
01:35 AM Bug #12387: X11 fails for certain Ryzen CPUs
- I found a workaround that is better than disabling the fault manager. Simply, put:...
2020-09-26
-
07:08 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- Hi Robert,
I've attached the output via iDrac, not much it's a start at-least. But this is all I could pry out gat... -
05:44 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> Two scenarios:
>
> 1) As for my attempt at upgrading to the latest from a successful 2018.... -
05:41 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> The other pic, as referenced above.
The USB image is using GPT (maybe not the best choice),...
2020-09-25
-
10:49 PM Bug #13149: elide squeue wake-ups when prudent
- I re-checked the testing conditions as originally described in the ticket. With @ab(1)@, I saw a similar 20-30% jump...
-
05:36 PM Feature #13173 (Closed): loader: add strtoul, strtoull, memmem and abort
- "git commit 28de4f3c3209c81f9a96e2019d44a0b9adcb74cb":https://github.com/illumos/illumos-gate/commit/28de4f3c3209c81f...
-
03:38 PM Bug #13031 (Closed): bhyve kernel should use proper struct types
- "git commit 3e1c5f3a80260eb14c78730bcaca9e6c74f528a0":https://github.com/illumos/illumos-gate/commit/3e1c5f3a80260eb1...
-
03:38 PM Bug #13030 (Closed): remove 'retu' pattern from bhyve
- "git commit 3e1c5f3a80260eb14c78730bcaca9e6c74f528a0":https://github.com/illumos/illumos-gate/commit/3e1c5f3a80260eb1...
-
02:46 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I have to add two facts:
1. tcpdump also "fixes" the issue, so can't be used directly to check on server side
2. NF... -
07:33 AM Feature #7059: disable kmem/physmem access from a zone
- As I discovered while investigating #13120, there is a better way to do this: using the device policy mechanism to re...
-
05:42 AM Feature #7059: disable kmem/physmem access from a zone
- h2. Testing Notes
First, confirming that MDB still works in the GZ:... -
07:28 AM Bug #13120 (Rejected): harden random pool for zones
-
07:28 AM Bug #13120: harden random pool for zones
- While investigating this further, I discovered that it is already not possible to even open the @/dev/*random@ device...
2020-09-24
-
09:44 PM Feature #13175: Add support for IP_RECVTOS
- Testing notes:
Running the new test programs (32 and 64-bit) results in passes:... -
06:40 PM Bug #13071: igb(7D) needs to mention it's GLDv3, not STREAMS
- Tested by using man(1) on the new page.
-
11:57 AM Bug #12363 (Closed): add O_DIRECT support
- "git commit edd580643f2cf1434e252cd7779e83182ea84945":https://github.com/illumos/illumos-gate/commit/edd580643f2cf143...
-
12:04 AM Bug #13184: Stop translating ld(1) options through cw(1)
- this makes no change to produced binaries, as checked by wsdiff
2020-09-23
-
10:49 PM Feature #1532 (Closed): Long-term kernel-resident processes need a way to play fair
- "git commit 6d40a71ead689b14c68d91a5d92845e5f3daa020":https://github.com/illumos/illumos-gate/commit/6d40a71ead689b14...
-
10:49 PM Bug #13096 (Closed): xnf asleep at wheel while freemem smashes into the ground
- "git commit cfd17c15945080ff766acfba4bfbc0ac4d2d31cd":https://github.com/illumos/illumos-gate/commit/cfd17c15945080ff...
-
10:49 PM Bug #13094 (Closed): systems have more kmem caches than they used to
- "git commit baf00aa88d7d535ed115175b04253f5db99a7d0b":https://github.com/illumos/illumos-gate/commit/baf00aa88d7d535e...
-
10:49 PM Feature #13082 (Closed): pageout needs a deadman
- "git commit 727737b40e05e03cb1b298a96f67258b116ba990":https://github.com/illumos/illumos-gate/commit/727737b40e05e03c...
-
07:31 PM Bug #13180: printmgr doesn't work with any current java
- With a little work, I was able to build and run printmgr.
It didn't immediately appear to offer useful functionali... -
07:01 PM Bug #11098 (Duplicate): ctfmerge: failed to open debug64/mont_mulf_kernel_v9.o: File does not contain CTF data
-
05:32 PM Bug #3763 (Closed): Implement qsort_r(3C)
- "git commit 44431c82ebd7ee1d7c240683235e728d70d96cf2":https://github.com/illumos/illumos-gate/commit/44431c82ebd7ee1d...
-
03:51 PM Bug #13183 (Closed): Some man pages add a space next to an underscore
- "git commit 6e3b881e3444c3c501e8fe27050bc8439c0f4904":https://github.com/illumos/illumos-gate/commit/6e3b881e3444c3c5...
-
03:09 PM Bug #13183: Some man pages add a space next to an underscore
- Peter Tribble wrote:
> Volker A. Brandt wrote:
> > > I think this is a complete list:
> >
> > This seems to be m... -
02:43 PM Bug #13183: Some man pages add a space next to an underscore
- Tested by quickly eyeballing the changes using the man utility.
-
07:36 AM Bug #13183: Some man pages add a space next to an underscore
- Volker A. Brandt wrote:
> > I think this is a complete list:
>
> This seems to be missing:
>
> usr/src/man/man... -
03:33 PM Bug #13148 (Closed): do not sq_wait unnecessarily
- "git commit 233fee3f31fd346be76e19861bfbff832c1768f1":https://github.com/illumos/illumos-gate/commit/233fee3f31fd346b...
-
03:13 PM Bug #13185 (Resolved): -zassert-deflib does not work for 64-bit objects
- I have a library linking against libcrypto, not added to NATIVE_LIBS, and while 32bit build correctly fails, 64bit on...
-
02:54 PM Bug #6782: head can't handle embedded nul characters
- "git commit d996a5676844ee9f31d0caa59de3cfaf48e07e77":https://github.com/illumos/illumos-gate/commit/d996a5676844ee9f...
-
05:20 AM Bug #6782 (Closed): head can't handle embedded nul characters
- "git commit a9e414682948591ec63d5ab2cd11ba55603b59fa":https://github.com/illumos/illumos-gate/commit/a9e414682948591e...
-
12:25 PM Bug #12363: add O_DIRECT support
- For testing, I ran the 2 new test cases that have been added to the OS test suite for this change. I also manually ve...
-
05:20 AM Bug #13150 (Closed): head -v doesn't work with a single file
- "git commit a9e414682948591ec63d5ab2cd11ba55603b59fa":https://github.com/illumos/illumos-gate/commit/a9e414682948591e...
-
03:29 AM Bug #13031: bhyve kernel should use proper struct types
- This was tested with #13030, since they were addressed together in the same wad.
-
03:20 AM Bug #6395 (In Progress): cannot tune segkpsize up
2020-09-22
-
11:57 PM Bug #3763: Implement qsort_r(3C)
- I also tested this by running the util-tests as an extra sanity test and did a wsdiff between the workspce with this ...
-
09:36 PM Bug #13148: do not sq_wait unnecessarily
- Rather than using PTS as the means of driving httpd/ab, I simply installed apache-24 from the ooce repo on my test sy...
-
09:22 PM Bug #13183: Some man pages add a space next to an underscore
- > I think this is a complete list:
This seems to be missing:
usr/src/man/man4/mnttab.4 'MNTIOC_ ioctl'
-
07:26 PM Bug #13183 (Closed): Some man pages add a space next to an underscore
- Some man pages have an errant space next to an underscore, where the underscore is in the middle of a function name o...
-
08:47 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- Output of netstat -s -P tcp 300, the second output.
without iftop... -
08:24 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- I reduced the test data, to 3944 files with together 26,3MB.
* without iftop: 178,443s
* with iftop: 32,712s -
08:40 PM Bug #13184 (Closed): Stop translating ld(1) options through cw(1)
- As part of the continuing effort to make cw(1) do less things, and to pass normal GCC compiler options through our Ma...
-
07:49 PM Bug #13030: remove 'retu' pattern from bhyve
- Following a conflict-resolution-requiring rebase, I made another lap through those tests, observing the same result.
-
04:36 PM Bug #13127 (Closed): libc: for statement not indented
- "git commit 37337afa1f0c469ab4b7343cf92da8c884b39b8b":https://github.com/illumos/illumos-gate/commit/37337afa1f0c469a...
-
03:32 PM Bug #6782: head can't handle embedded nul characters
- To test this I wrote a new test suite that covered a bunch of different things we've seen with head(1) over the years...
-
03:28 PM Bug #13150: head -v doesn't work with a single file
- This was tested along with #6782 and dedicated tests were added to the head(1) test suite for this.
-
03:28 PM Bug #13181 (Closed): Cleanup cat(1) man page
- "git commit ae41a23c315570b85d6bf190d7cc51e1bcb161c8":https://github.com/illumos/illumos-gate/commit/ae41a23c315570b8...
-
02:11 PM Bug #13131 (Closed): libc: _fgetwc_unlocked_l() warn: was '== &fp->_state' instead of '='
- "git commit 89abd63ca1d1795943e51095a12ea5ce6e035e88":https://github.com/illumos/illumos-gate/commit/89abd63ca1d17959...
-
02:02 PM Bug #13182 (Closed): CMSG_ macros should have man pages
- @socket.h.3head@ documents the following macros. It would be nice if these were linked pages to make finding this eas...
-
12:08 PM Bug #13141 (Closed): Man page formatting runs words together
- "git commit c64c5389d6d65f1a8915fd0ff67288100f518172":https://github.com/illumos/illumos-gate/commit/c64c5389d6d65f1a...
-
12:04 PM Bug #13141: Man page formatting runs words together
- Tested by quickly eyeballing the changes using the man utility.
-
12:06 PM Bug #13140 (Closed): Typos in the manual
- "git commit a7f55c951e21deb266649b41baa71501d3382f4d":https://github.com/illumos/illumos-gate/commit/a7f55c951e21deb2...
-
12:03 PM Bug #13140: Typos in the manual
- Tested by quickly eyeballing the changes using the man utility.
-
04:43 AM Bug #13096: xnf asleep at wheel while freemem smashes into the ground
- To fix this, I changed allocations for buffers in the data path from sleeping (@KM_SLEEP@) to non-sleeping (@KM_NOSLE...
-
04:33 AM Bug #13096: xnf asleep at wheel while freemem smashes into the ground
- h1. Testing Notes
I built an AMI build from OpenIndiana plus the RTI build bits. I ran @iperf@ between the test g... -
03:50 AM Bug #8391: mr_sas controller lockup on Dell H330
- We bit the bullet and replaced our controllers with HBA330s. No issues since.
Our symptoms were as you describe.
...
2020-09-21
-
11:07 PM Feature #13178: ::msgbuf could see more than 8KB of logs
- Might be worth confirming that roughly the expected number of bytes come out, as well as just that it still works; e....
-
08:33 PM Feature #13178: ::msgbuf could see more than 8KB of logs
- Tested by using ::msgbuf dcmd in MDB. Generated and read crash dumps, before and after the change.
-
08:04 PM Bug #13125 (Closed): libc: unchecked function return 'nvfree'
- "git commit ce87906fe0d027df0327d283b3423eaf1d3cdda5":https://github.com/illumos/illumos-gate/commit/ce87906fe0d027df...
-
05:50 PM Feature #13160 (Closed): loader: Remove NAND and NANDFS support
- "git commit 64f188a3e276245cf34a8f6ef0189e1cc568b840":https://github.com/illumos/illumos-gate/commit/64f188a3e276245c...
-
05:46 PM Bug #13159 (Closed): loader: remove common/ufsread.c
- "git commit 08a72deac9aaea53335ce22bdbc25eb85de27652":https://github.com/illumos/illumos-gate/commit/08a72deac9aaea53...
-
05:40 PM Bug #13176 (Closed): gptzfsboot: rework stage3 loading
- "git commit 7e63fc6f405ee1e58ef05d46f92cb5e1c441e8d7":https://github.com/illumos/illumos-gate/commit/7e63fc6f405ee1e5...
-
05:33 PM Bug #13126 (Closed): libc: variable dereferenced before check 'found'
- "git commit d83a2486bd7b53e4a9741736a076e098071b5cbd":https://github.com/illumos/illumos-gate/commit/d83a2486bd7b53e4...
-
03:19 PM Bug #13138: Very bad SMB small file/request performance on i40e, made faster by iftop
- What about recreating this with smbclient inside a zone, may allow switching between scenarios with and without i40e?
2020-09-20
-
11:38 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- The other pic, as referenced above.
-
11:35 PM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- Two scenarios:
1) As for my attempt at upgrading to the latest from a successful 2018.10 installation, I did "# p... -
02:02 PM Bug #8391: mr_sas controller lockup on Dell H330
- I am also affected by this issue.
I have a Dell R630 with PERC H730 Mini (which is just a rebranded LSI 3108). I h... -
12:20 PM Feature #12756: Support for CH340 USB Serial device
- Latest version of what I have, I'm struggling with the initialization.
-
12:17 PM Feature #12756: Support for CH340 USB Serial device
- It's a really horrible chip, I've given up on it after poking it on and off for 3+ months.
Mostly succeeded in getti... -
02:28 AM Bug #13181: Cleanup cat(1) man page
- The changes are as following:
(1) Remove unnecessary macros: e.g., .LP after .SS;
(2) Revamp Example 3:
a)
<pre...
2020-09-19
-
07:51 AM Bug #13180: printmgr doesn't work with any current java
- Joshua M. Clulow wrote:
> Forgive my ignorance here, but is printmgr a Swing GUI for managing the legacy print stuff... -
07:43 AM Bug #13179: "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
- James Deagle wrote:
> I can't get OpenIndiana (nor Tribblix) to boot from most recent images, either from direct ins... -
05:54 AM Feature #1532: Long-term kernel-resident processes need a way to play fair
- h2. Testing Notes
First, this change has been in SmartOS for a very long time (since 2012). It has thus run for a... -
02:53 AM Bug #13181 (Closed): Cleanup cat(1) man page
2020-09-18
-
08:38 PM Bug #13180: printmgr doesn't work with any current java
- Forgive my ignorance here, but is printmgr a Swing GUI for managing the legacy print stuff on a workstation? I used ...
-
08:35 PM Bug #13180: printmgr doesn't work with any current java
- Joshua M. Clulow wrote:
> My vote would be for removing this stuff, to be honest, given it hasn't been working for a... -
08:26 PM Bug #13180: printmgr doesn't work with any current java
- My vote would be for removing this stuff, to be honest, given it hasn't been working for ages and nobody has noticed....
-
06:51 PM Bug #13180 (New): printmgr doesn't work with any current java
- If you try and run printmgr, it appears to have been broken for a while. You get:
$ printmgr
Exception in thread ... -
08:04 PM Feature #13175 (In Progress): Add support for IP_RECVTOS
-
06:35 PM Feature #13083 (Closed): Enable gate builds with OpenJDK 11
- "git commit 51396a8ee7fb52fe0ab33bfe7b4f495ad431904a":https://github.com/illumos/illumos-gate/commit/51396a8ee7fb52fe...
-
03:43 PM Bug #13168 (Closed): reality should reflect the mac_prop_id_t comment
- "git commit fd147c98dbdbc9e5ac99fa51cb608e8eeb1f16f1":https://github.com/illumos/illumos-gate/commit/fd147c98dbdbc9e5...
-
02:50 PM Bug #13167 (Closed): Update hwdata to 2020.9.15
- "git commit 3626423cd8fd36c60b866e625aff599f055c7dc3":https://github.com/illumos/illumos-gate/commit/3626423cd8fd36c6...
-
02:38 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- OK, that's good to hear. I'd recommend that you try and do this over the Dell Serial over lan console if possible, as...
-
01:06 PM Bug #13179 (New): "BTX Halted" error at boot for current snapshot, but not for 2018 snapshot
I can't get OpenIndiana (nor Tribblix) to boot from most recent images, either from direct installation or upgrad...-
11:42 AM Bug #13075 (Closed): No console messages after early boot on non-VGA graphics
- "git commit 24571f7b017865fbad5f588fb0694b558c94e14d":https://github.com/illumos/illumos-gate/commit/24571f7b017865fb...
-
05:13 AM Bug #6340 (Closed): virtio lies about falling back to INTx interrupts
- This appears to have been fixed as a part of the #11329 rework of Virtio support.
-
05:11 AM Bug #2955 (Closed): CTF utils should use intptr_t isntead of int to be 64-bit aware
- I believe the code that this used to refer no longer exists, it was removed with #11657.
-
05:11 AM Bug #6341 (Rejected): virtio doesn't try hard enough to get MSI interrupts
- I reworked the interrupt allocation behaviour in #11329, so I don't think this applies any longer. Note that althoug...
-
05:04 AM Bug #5600 (Closed): type inconsistent with format introduced in ctf.c
- As of #11657 the file this refers to which used to be @usr/src/tools/ctf/cvt/ctf.c@ was removed from the source tree.
-
04:42 AM Bug #13094: systems have more kmem caches than they used to
- h2. Testing Notes (Additional)
Confirming that reaping is in fact not broken using this DTrace script:...
2020-09-17
-
11:01 PM Bug #11064 (Closed): md_clear is misspelt
- "git commit 3d21c6bf2078598ab053d382b8a9af3b70b8e995":https://github.com/illumos/illumos-gate/commit/3d21c6bf2078598a...
-
03:16 PM Bug #11064: md_clear is misspelt
- To test this I ran a wsdiff against the system. Notably there were two entries that weren't due to the normal DOF/tim...
-
10:46 PM Bug #6162 (Closed): utimes(2) man page is stale
- This issue is resolved. The @futimesns@ etc. documentation was added to the man page in 5460 and the man page has bee...
-
09:32 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- Hi Robert,
I discovered I can launch a NMI via the iDRAC interface on the server. I will try this weekend and see ... -
09:10 PM Feature #13080 (Closed): Add support for cxgbe temp/volt sensor
- "git commit 73439c833efecf3010718112f4fce6bb183a6803":https://github.com/illumos/illumos-gate/commit/73439c833efecf30...
-
01:42 AM Feature #13080: Add support for cxgbe temp/volt sensor
- Ryan Zezeski helped me test this. He had two parts and we were able to see them show up with advertisements in topo:
... -
06:21 PM Feature #13111 (Closed): Want futimes(), lutimes() and timespec/timeval conversion macros
- "git commit b7a7784945b3504d0b69ea02a08e1cddb5578907":https://github.com/illumos/illumos-gate/commit/b7a7784945b3504d...
-
10:52 AM Feature #13111: Want futimes(), lutimes() and timespec/timeval conversion macros
- I wrote a test program to convert from timespec to timeval and back again using the new macros, and to print the valu...
-
06:10 PM Feature #13178 (Closed): ::msgbuf could see more than 8KB of logs
- The @::msgbuf@ dcmd in MDB can be very useful for debugging the state of a machine leading up to a crash dump. The m...
-
05:35 PM Bug #13177 (New): dma memory allocation failures in mpt driver cause vdevs to be erroneously faulted by fmd
I am not sure if this is a kernel or driver problem, but I had to pick a category. it seems to me if the kernel can...-
03:52 PM Bug #8151: USB3 port not working
- Hi
Is there any other news on this Bug , It happens to me now with cruzer ultra fit 32 GB On some supermicro server... -
12:50 PM Bug #13176 (Closed): gptzfsboot: rework stage3 loading
- Use a bit cleaner code to load stage3.
Based on FreeBSD commit: https://svnweb.freebsd.org/base?view=revision&revi... -
09:38 AM Bug #13108 (Closed): mlxcx fails to attach on system using pcplusmp after 12988
- "git commit 260b78324e5b8479cc94f897a36e996f026c3fef":https://github.com/illumos/illumos-gate/commit/260b78324e5b8479...
-
08:12 AM Bug #13136 (Closed): libc: memset_s() error: unchecked function return
- "git commit 8c5b3a5a518f93629928bd6ed373422602ce74a9":https://github.com/illumos/illumos-gate/commit/8c5b3a5a518f9362...
-
12:16 AM Feature #13175: Add support for IP_RECVTOS
- Changing summary: IPV6_RECVTCLASS is already in illumos.
-
12:05 AM Feature #13175 (Closed): Add support for IP_RECVTOS
- A SmartOS LX user discovered our lack of support using an LX zone. See https://github.com/joyent/illumos-joyent/issu...
2020-09-16
-
11:15 PM Feature #13174 (Closed): mac_prop_info_set_default_fec should be added to mac_prop_info(9F)
- When @mac_prop_info_set_default_fec@ was added, we didn't update mac_prop_info(9F). We should add it to that.
-
08:24 PM Feature #13173 (Closed): loader: add strtoul, strtoull, memmem and abort
- New feature implementations are needing functions listed in subject.
Testing done: tested as build/install/boot of... -
03:59 PM Bug #13170: fix SVM instruction intercepts in bhyve
- Source of that test module I used to exercise those instructions:
amdvuln.c... -
03:57 PM Bug #13170: fix SVM instruction intercepts in bhyve
- To test this fix, I drew up a small kernel module so I could issue the instructions from ring 0 in an OmniOSCE guest....
-
03:28 PM Feature #13172 (Closed): Port OpenZFS: zfs label bootenv should store data as nvlist
- nvlist does allow us to support different data types and systems.
To encapsulate user data to/from nvlist, the... -
02:00 PM Bug #13154 (In Progress): SMB should use single shot scatter/gather encryption/decryption
-
01:28 PM Bug #13167: Update hwdata to 2020.9.15
- I've tested that hald still starts with the new pci.ids and usb.ids files,
that prtconf is showing device names corr... -
08:39 AM Feature #13166: Support en_fec_cap and adv_fec_cap link properties in i40e
- h1. Testing
h2. 1. Properties on non-FEC capable device
All properties are read-only... -
08:05 AM Bug #13165: FEC enabled port connected to i40e may not come online
- The test scenario is fairly binary. As in the initial description, before the change creating an address on the link ...
-
06:55 AM Bug #13136: libc: memset_s() error: unchecked function return
- h2. Testing Notes (from Toomas)
build/install/boot cycle. and wsdiff is clean. -
02:56 AM Bug #13171 (New): cxgbe has odd m_margin
- ...
-
01:03 AM Bug #13094: systems have more kmem caches than they used to
- h2. Testing Notes
I've been using this change as part of the pageout improvement series I've been working on, but ...
Also available in: Atom