Activity
From 2015-10-27 to 2015-11-25
2015-11-25
-
11:51 AM Bug #4986: receiving replication stream fails if any snapshot exceeds refquota
- I went through that entire trace-it-in-the-kernel bit already, and tried several zfs_ioc_recv() mods. That's not the ...
-
11:42 AM Bug #4986: receiving replication stream fails if any snapshot exceeds refquota
- Here is a backtrace of the failure from Linux:...
-
01:59 AM Bug #4986: receiving replication stream fails if any snapshot exceeds refquota
- Here's an analysis.
A replicated stream dump has a header, containing among other things, and nvlist of properties... -
08:59 AM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- Dan, please send your webrev/patch to the developer mailing list. It's easier to discuss your fix there.
Dan Field... -
12:27 AM Bug #6448 (Closed): Typo in byteorder man page
- "git commit 8c6ffd5964f28b15919c0a4ad3d120f84cedbc3d":https://github.com/illumos/illumos-gate/commit/8c6ffd5964f28b15...
-
12:21 AM Bug #6478: Additional-devices error message omitted when import -f is needed
- First log has duplicates. Edited-and-dups-removed attached.
2015-11-24
-
11:55 PM Bug #6478 (New): Additional-devices error message omitted when import -f is needed
- The useful error message, "Additional devices are known to be part of this pool, though their exact configuration can...
-
11:31 PM Bug #6477 (New): cache vdev in-use checks are insufficient at import
- Even if the device is part of another pool (or non-zfs file system), zpool import will reclaim the cache vdev without...
-
08:00 PM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- Simon/Arne,
After more thought, I realize the queue size of 1 is a different issue and isn't a factor in this part... -
12:28 PM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- I would be glad to see the (modified) patch upstream soon :)
Dan Fields wrote:
> Arne,
>
> Proposed fix (see b... -
04:31 PM Bug #6476 (Closed): Taking exported_lock RW_READER lock in common_dispatch() can cause deadlock in nfssrv
- ...
-
04:20 AM Bug #6459 (Closed): cstyle doesn't detect opening braces on the same line as function header
- "git commit c4567a616165806d1420a481659f5e10a97a1395":https://github.com/illumos/illumos-gate/commit/c4567a616165806d...
2015-11-23
-
11:12 PM Bug #6474 (Closed): getupeercred causes spurious event port wakeups on FIFOs
- It turns out that event ports are slightly broken for FIFOs.
Specifically, it is possible for @port_getn@ to retur... -
04:17 AM Feature #6473 (Closed): Support xhci ubs 3.0 driver
- New server maybe have not support usb 2.0 port, all usb port will be 3.0!
2015-11-22
-
10:08 PM Bug #6472 (Closed): Panic in rfs4_compound_kstat_res()
- Reported by somebody on IRC:...
-
01:24 AM Bug #6471 (Closed): avl_remove(9F) man page is needed
- The avl_remove(9F) man page is needed. The avl_remove should be just added to the avl(9F) man page and a symlink nee...
2015-11-20
-
03:09 PM Bug #6470 (Closed): mac_unregister() needs to mod_hash_remove() BEFORE holding the perimeter.
- Digging through old workspaces, I found this one, that was reported to me by Circonus originally.
Essentially, the... -
01:49 PM Feature #6441 (Closed): multiple battery support could be improved
- "git commit 28b6fd27d5ff75fe6fdeb119a21575b0652a7e70":https://github.com/illumos/illumos-gate/commit/28b6fd27d5ff75fe...
-
12:43 PM Bug #6469 (New): sendmail shouldn't use major/minor
- During the review for #6136 it became apparent that sendmail is doing the wrong thing and print major/minor pairs to ...
-
12:39 PM Feature #6203: fmtopo should be documented
- Well it seems it does atleast have a '-h' :) And I agree, the commands looks interesting at first glance but would be...
-
09:50 AM Bug #4521 (In Progress): zfstest is trying to execute evil "zfs unmount -a"
-
08:20 AM Bug #6468 (Closed): remove iscsi-related cruft from zfs-tests
- There are some iscsi-related leftovers in zfs-tests/include/libtest.shlib, which aren't used in the suite, and can be...
2015-11-19
-
10:52 PM Bug #6466 (Closed): off-by-one in nvme_get_logpage()
- "git commit 9898bbdb3aee66342820dd5570925a6ad4783d08":https://github.com/illumos/illumos-gate/commit/9898bbdb3aee6634...
-
05:11 PM Bug #6466 (Closed): off-by-one in nvme_get_logpage()
- The buffer size field in the GET LOGPAGE command is 0-based, so the driver needs to substract 1 from the calculated b...
-
10:52 PM Bug #6467 (Closed): nvme version number check is broken
- "git commit 2797e2b9652d58879341d37f99d68c4db73672fd":https://github.com/illumos/illumos-gate/commit/2797e2b9652d5887...
-
05:14 PM Bug #6467 (Closed): nvme version number check is broken
- The version check in nvme_init() is broken, making it completely ineffective. This was found on a Samsung SSD conform...
-
08:45 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- Gordon Ross wrote:
> If you can find a way to make the kmem_alloc call where no locks are held, that would be nice.
... -
08:29 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- If you can find a way to make the kmem_alloc call where no locks are held, that would be nice.
One method often used... -
03:34 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- *Possible deadlock scenario*
Since I do not have access to the crash dump file, nor the stack list, I cannot be su... -
03:09 PM Bug #6458 (In Progress): nfsauth_cache_get() deadlock with kmem reap thread
-
03:08 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- I'm not surprised it happened before #5509, since the problem was introduced by #5296.
-
02:01 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- Keep in mind that this deadlock was detected prior to the changes made by Marcel's change:
commit 71da0c32412fe836... -
01:56 PM Feature #6342: want signalfd support
- This is probably the most common erroneous use of NULL that I've seen. The last parameter of ddi_create_minor_node i...
-
04:16 AM Feature #6342: want signalfd support
- Electric Monk wrote:
> "git commit 3d729aecc03ea6ebb9bd5d56b8dccd24f57daa41":https://github.com/illumos/illumos-gate... -
12:45 PM Bug #6465 (Closed): zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos is broken
- zpool_upgrade_007_pos reports itself as PASS, though there are errors in the log telling that the test case is broke...
-
08:33 AM Bug #6464 (Closed): libbe shouldn't mangle zfs mountpoints
- Currently, fs-minimal has the following code:...
-
02:20 AM Feature #6440 (Closed): ssh packages should be replaceable
- "git commit 75614fd9696d97522ed7ed8009a66eb3544d61ad":https://github.com/illumos/illumos-gate/commit/75614fd9696d9752...
2015-11-18
-
08:00 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- Matthew Ahrens wrote:
> Marcel: it's both of the latter ones. See the code here: https://github.com/openzfs/openzfs... -
06:15 PM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- Marcel: it's both of the latter ones. See the code here: https://github.com/openzfs/openzfs/pull/38/files
-
08:03 AM Bug #6458: nfsauth_cache_get() deadlock with kmem reap thread
- I assume this caused a deadlock with one thread in exi_cache_trim(), the other one blocked here:
http://src.illumo... -
06:09 PM Bug #6462: mdb tab completion leaves cursor in the wrong place
- Same here with putty (TERM=xterm).
-
06:06 PM Bug #6462 (New): mdb tab completion leaves cursor in the wrong place
- Tab completion in some terminals (urxvt), causes the cursor to go to near the end of the previous line. See attached...
-
05:28 PM Bug #6461 (Closed): mdb incorrectly prints byte-sized things at a bit-offset
- While debugging a nvme-related core dump I saw this in mdb:...
-
01:54 PM Feature #6460 (New): want better acpi nexus
- The current ACPI nexus driver seems to be quite limited. While working on 6441 I wasn't able to figure out how to get...
-
03:43 AM Bug #6459 (Closed): cstyle doesn't detect opening braces on the same line as function header
- Our style guidelines require that the opening brace of a function
definition be on the line after the header...
2015-11-17
-
11:54 PM Bug #6447 (Closed): handful of nvpair cleanups
- "git commit 759e89be359f2af635e4122d147df56bce948773":https://github.com/illumos/illumos-gate/commit/759e89be359f2af6...
2015-11-16
-
10:47 PM Bug #6458 (Closed): nfsauth_cache_get() deadlock with kmem reap thread
- When the system runs low on memory it will invoke kmem_reap() to reap all the kmem caches. The reaping processes each...
-
10:37 PM Bug #6457 (Closed): ucopystr can't find its way home
- The amd64 version of the ucopystr routine can end up causing an 8-byte stack entry to be lost and result in a rather ...
-
10:20 PM Bug #6393 (Closed): zfs receive a full send as a clone
- "git commit 68ecb2ec930c4b0f00acaf8e0abb2b19c4b8b76f":https://github.com/illumos/illumos-gate/commit/68ecb2ec930c4b0f...
-
05:46 PM Bug #6393: zfs receive a full send as a clone
- This allows to do a full (non-incremental send) and receive it as a clone of an existing dataset. It can leverage no...
-
10:12 PM Feature #6342 (Closed): want signalfd support
- "git commit 3d729aecc03ea6ebb9bd5d56b8dccd24f57daa41":https://github.com/illumos/illumos-gate/commit/3d729aecc03ea6eb...
-
05:45 PM Bug #6451 (Closed): ztest fails due to checksum errors
- "git commit f9eb9fdf196b6ed476e4ffc69cecd8b0da3cb7e7":https://github.com/illumos/illumos-gate/commit/f9eb9fdf196b6ed4...
2015-11-15
-
10:59 PM Bug #6455 (Closed): dmake should cool its close(2) jets
- "git commit da2c0e64794ff584dca660fcc94a444dcc0d6c0b":https://github.com/illumos/illumos-gate/commit/da2c0e64794ff584...
-
06:01 PM Bug #5699: Missing tcp/udp checksum with hardware offloading and tagged vlan
- I no longer have the exact setup from back then but I spun up a custom smartos image with https://smartos.org/bugview...
2015-11-14
-
12:40 AM Bug #2271: CIFS clients fail to authenticate when idmap is using IDMU
- Was this patch ever pushed to illumos-gate? If not, is there any plans to?
-
12:37 AM Feature #1527: SMB server in non-global zones
- Is there anything else required to make this function?
https://github.com/joyent/smartos-live/issues/443 is an att...
2015-11-13
-
07:44 PM Bug #6456 (Rejected): Kstats for 100G autoneg properties missing
-
07:44 PM Bug #6456: Kstats for 100G autoneg properties missing
- Garrett D'Amore wrote:
> More detail.
>
> The *kernel* side is fine.
>
> But libdladm (linkprop.c) is what is ... -
07:42 PM Bug #6456: Kstats for 100G autoneg properties missing
- More detail.
The *kernel* side is fine.
But libdladm (linkprop.c) is what is missing this. -
07:31 PM Bug #6456 (Rejected): Kstats for 100G autoneg properties missing
- The fix 6329 added properties for 100G, but not the autoneg kstats. We should fix that.
I noticed this while addi... -
07:22 PM Bug #6444: 10G autoneg values not reported in dladm show-ether -x
- Note that 40G NICs from SolarFlare have 40G cap and peer properties as well. So we should fix this not just for 10G,...
-
03:12 PM Bug #6453 (Rejected): get_tz_countries needs to cope with UTF-8 country.tab files
- Not a bug. Turns out this is an issue in specific installers, and not in illumos-gate. There's a larger question of...
-
01:26 PM Bug #6402: Update zoneinfo to 2015g
- "git commit 7c0fa7e5c69bad99deb669aa7703bfa15bb58d5e":https://github.com/illumos/illumos-gate/commit/7c0fa7e5c69bad99...
-
12:23 AM Bug #6455 (Closed): dmake should cool its close(2) jets
- I was doing some dtracing while waiting for a build to finish and discovered that dmake makes an excessive number of ...
2015-11-12
-
11:00 PM Feature #6454: Globally disable E_STATIC_UNUSED lint check for usr/src/uts
- Gordon Ross wrote:
> This is a poor solution to a problem that was introduced by #6201
This isn't solution to any... -
10:40 PM Feature #6454: Globally disable E_STATIC_UNUSED lint check for usr/src/uts
- This is a poor solution to a problem that was introduced by #6201
A better solution to #6201 might have used "extern... -
02:37 AM Feature #6454 (Closed): Globally disable E_STATIC_UNUSED lint check for usr/src/uts
- GCC being the primary compiler does a better job at detecting this, and as there are false positives reported by lint...
-
09:54 PM Bug #5778 (Closed): nvpair_type_is_array() does not recognize DATA_TYPE_INT8_ARRAY
- "git commit bf4d553b8a4685dc5ba4549cc9ba6d94e9306a81":https://github.com/illumos/illumos-gate/commit/bf4d553b8a4685dc...
-
09:43 PM Bug #6452 (Closed): ilbd leaks lmalloc() memory due to posix_spawn() sloppiness
-
01:49 AM Bug #6452 (Rejected): ilbd leaks lmalloc() memory due to posix_spawn() sloppiness
- Duplicate of 4749.
-
08:07 PM Bug #4749 (Closed): ilbd_run_probe() has several problems with resource releasing
- "git commit 808b84d02d9e58543ac8cde2701dec91a8c237f0":https://github.com/illumos/illumos-gate/commit/808b84d02d9e5854...
-
07:04 PM Bug #6374 (Closed): mount(1M) dumps core in check_fields()
- "git commit 96ca3711e9e66e902935bf99eacbc420596e8f22":https://github.com/illumos/illumos-gate/commit/96ca3711e9e66e90...
-
06:22 AM Bug #6330 (Closed): Delete ETHER_STAT_ISMII macro
- "git commit 3bc4925d580ab95c16f1ddd5eb387655cbd16e65":https://github.com/illumos/illumos-gate/commit/3bc4925d580ab95c...
-
06:22 AM Bug #6329 (Closed): Need support for new link speeds in mac_ether
- "git commit 3bc4925d580ab95c16f1ddd5eb387655cbd16e65":https://github.com/illumos/illumos-gate/commit/3bc4925d580ab95c...
2015-11-11
-
01:54 PM Bug #5379: modifying a mmap()-ed file does not update its timestamps
- A simple demonstration program is attached....
-
12:41 AM Feature #6051 (Closed): lzc_receive: allow the caller to read the begin record
- "git commit 620f322510b2d6433f7f6af60fa52380c07756ad":https://github.com/illumos/illumos-gate/commit/620f322510b2d643...
2015-11-10
-
10:38 PM Bug #6453: get_tz_countries needs to cope with UTF-8 country.tab files
- Yuri Pankov wrote:
> While here, do we need the libzoneinfo at all? Getting rid of it would allow us to ship zone.ta... -
10:37 PM Bug #6453: get_tz_countries needs to cope with UTF-8 country.tab files
- While here, do we need the libzoneinfo at all? Getting rid of it would allow us to ship zone.tab unmodified.
-
10:29 PM Bug #6453 (Rejected): get_tz_countries needs to cope with UTF-8 country.tab files
- Starting somewhere between 2015a and 2015g, the country.tab file became UTF-8 happy.
This needs to be changed in l... -
05:28 PM Bug #6452: ilbd leaks lmalloc() memory due to posix_spawn() sloppiness
- A better fix follows:...
-
03:56 PM Bug #6452 (Closed): ilbd leaks lmalloc() memory due to posix_spawn() sloppiness
- An OmniOS community member discovered ilbd quickly moves to eat all available memory in its 32-bit address space. He...
2015-11-09
-
10:51 PM Bug #6451 (Closed): ztest fails due to checksum errors
- Sometimes ztest fails because zdb detects checksum errors. e.g.:
Traversing all blocks to verify checksums and ver... -
10:10 PM Bug #6450 (Closed): scrub/resilver unnecessarily traverses snapshots created after the scrub started
- If snapshots are being periodically created, scrub/resilver may never complete (or may take a long time to complete)....
-
10:09 PM Bug #6079 (Closed): libdisasm doesn't enable C99MODE properly
- "git commit 929eec204241285ce101c3110056cddca0dbb7c7":https://github.com/illumos/illumos-gate/commit/929eec204241285c...
-
10:09 PM Bug #6067 (Closed): libdisasm: use C99 designated initializers for arch ops
- "git commit b3457a09536430a8f34a14f96141858e00a88883":https://github.com/illumos/illumos-gate/commit/b3457a09536430a8...
-
10:09 PM Bug #6068 (Closed): libdisasm: previnstr arch op should have a sane default
- "git commit 038db8fb497789ea9b367f771544442507cede18":https://github.com/illumos/illumos-gate/commit/038db8fb497789ea...
-
10:09 PM Bug #6069 (Closed): libdisasm: instrlen arch op should have a sane default
- "git commit cfc41e72a4f85ff48430f435531264fca458f55d":https://github.com/illumos/illumos-gate/commit/cfc41e72a4f85ff4...
-
10:09 PM Bug #6070 (Closed): libdisasm: attach/detach arch ops should be optional
- "git commit 0c923cf7b6cda6dcbc5df1a5974bed6386c49807":https://github.com/illumos/illumos-gate/commit/0c923cf7b6cda6dc...
-
10:09 PM Bug #6066 (Closed): dis: support for System/370, System/390, and z/Architecture ELF bins
- "git commit 0472e113e9ad4a95dbf46a1d97075472136a1e7c":https://github.com/illumos/illumos-gate/commit/0472e113e9ad4a95...
-
03:23 PM Bug #6448 (Closed): Typo in byteorder man page
- byteorder(3SOCKET) lists a prototype for "ntonll" which should be "ntohll".
-
01:25 PM Bug #6204 (Feedback): Fix for #5935 breaks build
-
01:19 PM Bug #6204: Fix for #5935 breaks build
- take a look : elfdump -d <lib>
you can try take a look RPATH
by original RPATH - we are using crle for searching sh... -
04:02 AM Bug #6447 (Closed): handful of nvpair cleanups
- I got a patch from someone who uses nvpair code outside of illumos. It fixes a couple of gcc warnings/bugs for him.
...
2015-11-08
-
09:46 AM Bug #6413: bge: No network connection beginning from fourth VNIC
- This is neither a illumos nor a SmartOS issue. It's a problem wit the network device connected to my HP Microserver r...
2015-11-07
-
10:00 PM Feature #5886 (Closed): want ability to provide additional objects at boot
- "git commit 0181461b79a0991f2269dad3ef978086e6c70257":https://github.com/illumos/illumos-gate/commit/0181461b79a0991f...
-
10:00 PM Feature #5887 (Closed): want bootfs
- "git commit 76ca3cb000306bc4052fe820a7e4a6998dbcf932":https://github.com/illumos/illumos-gate/commit/76ca3cb000306bc4...
-
01:30 AM Feature #6442: DC Locator compatibility with older AD servers
- Might also consider using the smb_msgbuf code to parse the NETLOGON_SAM_LOGON_RESPONSE or NETLOGON_SAM_LOGON_RESPONSE...
-
01:25 AM Bug #6444 (Closed): 10G autoneg values not reported in dladm show-ether -x
- The 10Gbps property support in dladm (and libdladm) was developed before 10GBase-T became available.
Now it exists...
2015-11-06
-
11:47 PM Bug #6422 (Closed): Renamed manifests refer to obsolete packages
- "git commit 99141ac7e1fddf3c8d7a32b9d945448af73e0039":https://github.com/illumos/illumos-gate/commit/99141ac7e1fddf3c...
-
11:28 PM Feature #6443 (New): replace xpg4/more & bin/more with POSIXified less
- I've created a POSIXified and cleaned up version of less, which conforms strictly POSIX requirements for more.1.
T... -
10:32 PM Bug #5833: kernel crash on zfs import (mount)
- Had the same issue occur in production.
After analyzing the crash dump, it seems to be related to xattr directorie... -
07:28 PM Feature #6442 (Closed): DC Locator compatibility with older AD servers
- The DC Locator code uses a connection-less LDAP (CLDAP) request to get information from a candidate AD server, as spe...
-
05:27 PM Bug #6398 (Closed): SMB should support path names longer than 1024
- "git commit b24e356b384ccc80805e7150979de2373d44347c":https://github.com/illumos/illumos-gate/commit/b24e356b384ccc80...
-
05:27 PM Feature #6399 (Closed): SMB2 support
- "git commit a90cf9f29973990687fa61de9f1f6ea22e924e40":https://github.com/illumos/illumos-gate/commit/a90cf9f299739906...
-
04:54 PM Feature #6440: ssh packages should be replaceable
- OI /dev. I suppose there are still people compiling fresh illumos-gate on OI /dev. Nuking ssh will make it even less ...
-
01:06 PM Feature #6440: ssh packages should be replaceable
- Alternatively, we could just nuke SunSSH.
Aside from mediating being the more conservative option, is there any ot... -
06:11 AM Feature #6440 (Closed): ssh packages should be replaceable
- Currently illumos-gate provides Sun SSH, which is based on old OpenSSH version. It would be good if it could coexist ...
-
04:32 PM Bug #6437 (Closed): blkdev bd_detach_handle() always returns DDI_SUCCESS
- "git commit aad3a4472fe05e2634744298e937a4070b663517":https://github.com/illumos/illumos-gate/commit/aad3a4472fe05e26...
-
04:32 PM Bug #6438 (Closed): libdiskmgt uses wrong vendor ID property for USB
- "git commit e4adc82d6b02a6aa5d1b1d9772653c82c16e28ad":https://github.com/illumos/illumos-gate/commit/e4adc82d6b02a6aa...
-
04:32 PM Bug #6408 (Closed): libbe shouldn't run installgrub on offline/unavail/faulted vdevs
- "git commit 08e9b2df0318952b8677b4feb62b4ec784f28101":https://github.com/illumos/illumos-gate/commit/08e9b2df0318952b...
-
04:27 PM Feature #6441 (Closed): multiple battery support could be improved
- Our acpi_drv currently doesn't handle multiple batteries very well. If you have two batteries connected to your lapto...
-
07:34 AM Bug #6374 (Pending RTI): mount(1M) dumps core in check_fields()
2015-11-05
-
10:53 PM Bug #6427 (Closed): cscope-fast clobber misses scanner.c
- "git commit 53de82f8192091fc067cfa8315c2debac58adc0a":https://github.com/illumos/illumos-gate/commit/53de82f8192091fc...
-
10:52 PM Feature #6439 (Closed): #ss handler could look more like #np
- "git commit 3c2dd56dbfb8c4849500001eaf67af2c999a92cf":https://github.com/illumos/illumos-gate/commit/3c2dd56dbfb8c484...
-
10:16 PM Feature #6439 (Closed): #ss handler could look more like #np
- The #ss handler on x86 is almost identical to the ones for #np and #gp, but isn't quite. We should just make them the...
-
08:05 PM Bug #5056: ZFS deadlock on db_mtx and dn_holds
- I don't think that Stack #1 is waiting for Stack #2 in the example above. The dnode that stack #2 is going to releas...
-
05:36 PM Bug #6438 (Closed): libdiskmgt uses wrong vendor ID property for USB
- There is a typo in libdiskmgt findisk.c that causes it to use the wrong property for the vendor ID in some cases. The...
-
05:13 PM Bug #6437 (Closed): blkdev bd_detach_handle() always returns DDI_SUCCESS
- There is a typo in bd_detach_handle() that causes it to always return success:...
-
05:01 PM Feature #6300 (Closed): blkdev and blkdev drivers should provide inquiry properties
- "git commit 510a68476ba6e33759b7603130d76db4cec783d1":https://github.com/illumos/illumos-gate/commit/510a68476ba6e337...
-
05:01 PM Bug #6302 (Closed): kstat module needs cleanup
- "git commit 3c8ab7ef4c92d599fef219e45c08fe01e0fbe880":https://github.com/illumos/illumos-gate/commit/3c8ab7ef4c92d599...
-
05:01 PM Bug #6299 (Closed): SATA inquiry property generation doesn't work as advertised
- "git commit 0c6eaab480b44a0c790ad94e7cb6084792411de9":https://github.com/illumos/illumos-gate/commit/0c6eaab480b44a0c...
-
05:01 PM Feature #6301 (Closed): format(1M) should be able to use device inquiry properties
- "git commit f1bf06561684fdb7e38b282b7a4508d35a50985b":https://github.com/illumos/illumos-gate/commit/f1bf06561684fdb7...
-
05:01 PM Feature #6303 (Closed): support KSTAT_DATA_STRING in non-virtual named kstats
- "git commit c0e96d867a045da50bf7e014cab94cb44528a0f5":https://github.com/illumos/illumos-gate/commit/c0e96d867a045da5...
-
05:01 PM Feature #6304 (Closed): iostat(1M) should be able to handle KSTAT_DATA_STRING
- "git commit 374f65e730bef62a7c83fb2cb0250f74d2a6a1e8":https://github.com/illumos/illumos-gate/commit/374f65e730bef62a...
-
05:01 PM Feature #6305 (Closed): blkdev should provide the device_error kstat for iostat -E
- "git commit bef9e21af8ac4992b7dfef56530c7b0ed9184096":https://github.com/illumos/illumos-gate/commit/bef9e21af8ac4992...
-
04:52 PM Bug #6436 (Closed): 156 lint errors in common/crypto/edonr/edonr.c
- When I did a build with lint, I got 156 lint errors in mail_msg, all from edonr.c . They look like this:...
-
02:19 AM Bug #5719 (Closed): Add support for LSI Fury adapters
- "git commit a1ed883a3c2acc53bbb9a171ef07aeb8eaf78736":https://github.com/illumos/illumos-gate/commit/a1ed883a3c2acc53...
-
01:57 AM Bug #6435 (New): zfs recursive send fails when descendant dataset deleted during send
- We use 'zfs send -R' to replicate a large tree of datasets. This tree sometimes has descendant datasets deleted, whi...
-
01:38 AM Bug #4986: receiving replication stream fails if any snapshot exceeds refquota
- The most succinct way to see this bug is as follows, where the rpool/foo refquota is 150M:...
-
01:17 AM Bug #6434 (Closed): sa_find_sizes() may compute wrong SA header size
- "git commit 3502ed6e7cb3f3d2e781960ab8fe465fdc884834":https://github.com/illumos/illumos-gate/commit/3502ed6e7cb3f3d2...
-
12:27 AM Bug #6434 (Closed): sa_find_sizes() may compute wrong SA header size
- Under the right conditions sa_find_sizes() will compute an incorrect
size of the system attribute (SA) header. This ... -
12:46 AM Feature #6419 (Closed): list_create(9F) manpage deserves an introduction section
- "git commit 3bc3cac557dd137eed9013e966a789bd19dd1d0b":https://github.com/illumos/illumos-gate/commit/3bc3cac557dd137e...
-
12:46 AM Feature #6417 (Closed): Want a privilege for accessing information about physical memory
- "git commit 37294019745c29c42448424cc3bce79eb1c6a785":https://github.com/illumos/illumos-gate/commit/37294019745c29c4...
2015-11-04
-
05:55 PM Bug #3746: ZRLs are racy
- We've encountered this issue again in the FreeBSD/arm64 port:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204037 -
04:49 PM Feature #6399: SMB2 support
- Out for review: http://ma.nexenta.com/gwr/smb2/
-
02:39 AM Bug #6432 (Closed): TLI sockets aren't detected correctly by pfiles in a NGZ
- "git commit 6357b94b54238e954e002562d0e89a2fefd982e1":https://github.com/illumos/illumos-gate/commit/6357b94b54238e95...
-
02:39 AM Bug #6415 (Closed): sockets created via t_open/t_bind not shown by pfiles
- "git commit 6357b94b54238e954e002562d0e89a2fefd982e1":https://github.com/illumos/illumos-gate/commit/6357b94b54238e95...
2015-11-03
-
09:35 PM Bug #6377 (Closed): Fix man page issues found by mandoc 1.13.3
- "git commit 3a005aada8ac0e291c13cbc488ba9ae1473f0a96":https://github.com/illumos/illumos-gate/commit/3a005aada8ac0e29...
-
09:35 PM Bug #6346 (Closed): zfs(1M) has spurious comma
- "git commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d":https://github.com/illumos/illumos-gate/commit/1058dba45ec5d687...
-
09:35 PM Feature #6356 (Closed): Update mdocml to 1.13.3
- "git commit 260e9a87725c090ba5835b1f9f0b62fa2f96036f":https://github.com/illumos/illumos-gate/commit/260e9a87725c090b...
-
07:16 PM Bug #6433 (New): Small race in iptun_input() vs. iptun_create()
- iptun_create() establishes the IP-in-IP conn_t BEFORE it calls mac_register(), which sets the iptun_mh (mac handle) f...
-
06:16 PM Bug #6432 (Closed): TLI sockets aren't detected correctly by pfiles in a NGZ
- This is the second part 6415. From 6415:
We're not done yet, though. In the GZ, these paths are links to the /devi... -
05:07 PM Feature #6431 (Closed): document FreeBSD regex extensions
- REG_STARTEND in particular is incredibly useful, and should be documented. Probably REG_PEND, REG_NOSPEC should also...
-
03:28 PM Bug #6430 (New): allow access to extended attributes of unlinked but still open file
- If a process has an unlinked file open and can access its data, then there is no reason why the process shouldn't be ...
-
03:21 PM Bug #6429: SMB domain join doesn't work with libreSSL
- Fix on review board https://www.illumos.org/rb/r/112/
-
03:19 PM Bug #6429 (Closed): SMB domain join doesn't work with libreSSL
- smbd segfaults in kerberos when attempting join a domain with libreSSL as the SSL implementation:...
-
03:18 PM Bug #6321 (Closed): mountd: The IP to name translation is usually not needed in nfsauth_access()
- "git commit a9685eaab1313767d1d4dac672c3a468519aa899":https://github.com/illumos/illumos-gate/commit/a9685eaab1313767...
-
03:18 PM Bug #6397 (Closed): libiscsit: several leaks due to left "errlist"
- "git commit fd76205d7372b305e64b7cfcd27939a39c743cb4":https://github.com/illumos/illumos-gate/commit/fd76205d7372b305...
-
02:41 PM Bug #6428 (Closed): set canmount=off on unmounted filesystem tries to unmount children
- Scenario:...
-
01:56 AM Bug #6409 (Closed): glob(3C) missed the memo on LF64
- "git commit 33e8313d921ed710d7c5957cea98e220a663a1d5":https://github.com/illumos/illumos-gate/commit/33e8313d921ed710...
2015-11-02
-
10:55 PM Bug #6414 (Closed): vdev_config_sync could be simpler
- "git commit eb5bb58421f46cee79155a55688e6c675e7dd361":https://github.com/illumos/illumos-gate/commit/eb5bb58421f46cee...
-
09:43 PM Bug #6383 (Closed): update AWK to use /usr/bin/nawk and update $(AWK) where it's possible
- "git commit 7b07063d906859b2be1e88791f801b3c96e432f6":https://github.com/illumos/illumos-gate/commit/7b07063d906859b2...
-
07:55 PM Bug #6427 (Closed): cscope-fast clobber misses scanner.c
- scanner.c is generated from a lex file in scanner.c. However, if one utters dmake clobber, it is missed as it is not ...
-
06:32 PM Bug #6321 (Pending RTI): mountd: The IP to name translation is usually not needed in nfsauth_access()
-
06:02 PM Bug #6426 (New): nfs_enable_share() ignores the fill_security_from_secopts() failures
- The nfs_enable_share() ignores the fill_security_from_secopts() failures here:...
-
05:57 PM Bug #6391 (Closed): Override default SPA config location via environment
- "git commit ae24175b2b25e9fb4bfd9ac0648b57e0735b6651":https://github.com/illumos/illumos-gate/commit/ae24175b2b25e9fb...
-
05:55 PM Bug #6421 (Closed): Add missing multilist_destroy calls to arc_fini
- "git commit 57deb2328260c447bf1db25fe74e0eece102733e":https://github.com/illumos/illumos-gate/commit/57deb2328260c447...
-
05:53 PM Bug #6425 (New): The "root" share option is not compatible with sec=none
- The _root_ share_nfs(1m) option makes no sense with sec=none and it should
be rejected (probably by libshare). Now,... -
05:52 PM Bug #6371 (Closed): The `arc_fini` function is missing calls to `multilist_destroy` for the `arc_l2c_only` list
- duplicate of 6421
-
05:37 PM Bug #6424 (New): NLM: nh_flags is protected inconsistently
- Gordon Ross spotted that nh_flags is protected inconsistently: Sometimes it is protected by nh_lock (for example in ...
-
04:07 PM Bug #6423 (New): ZFS txg thread signalling could be simplified
- The signalling mechanism used for the quiesce and sync threads seems needlessly complex.
It could be changed to ha... -
02:23 PM Bug #6422 (Closed): Renamed manifests refer to obsolete packages
- After building illumos on an oi_151a8 system, T2000 SPARC sun4v, I found that `onu' was only upgrading a small number...
2015-11-01
-
05:39 AM Bug #6388 (Closed): Failure of userland copy should return EFAULT
- "git commit c71c00bbe8a9cdc7e3f4048b751f48e80441d506":https://github.com/illumos/illumos-gate/commit/c71c00bbe8a9cdc7...
-
05:38 AM Bug #6368 (Closed): Remove superfluous statement
- "git commit 7c5a457e2a179dbaf12f243b90fdb520254e0c18":https://github.com/illumos/illumos-gate/commit/7c5a457e2a179dba...
2015-10-31
-
08:26 PM Bug #6421 (Closed): Add missing multilist_destroy calls to arc_fini
- Add missing multilist_destroy calls to arc_fini
-
08:25 PM Bug #6401 (Closed): run.py should reopen files if they encounter transient I/O errors
- "git commit 00688ee4ba3ea60a806b06503957b12281135587":https://github.com/illumos/illumos-gate/commit/00688ee4ba3ea60a...
-
04:46 PM Bug #5752 (Closed): dump_nvlist() is not aware of boolean array
- "git commit ee3c499ad1e4fc884a11b2bc6490787b788bf84a":https://github.com/illumos/illumos-gate/commit/ee3c499ad1e4fc88...
-
01:37 PM Bug #6420 (New): rd_percent_physmem is a tunable and should not be static
- rd_percent_physmem is static, and thus very likely to be optimized out. It's intended as a tunable and thus _by defi...
-
11:42 AM Feature #3525: Persistent L2ARC
- Finalized code review at: https://reviews.csiden.org/r/267/
-
11:41 AM Bug #6363: Add UNMAP/TRIM functionality to ZFS and Illumos
- Code review at: https://reviews.csiden.org/r/263/
-
11:40 AM Feature #6419: list_create(9F) manpage deserves an introduction section
- Code review at: https://reviews.csiden.org/r/268/
-
11:20 AM Feature #6419 (Closed): list_create(9F) manpage deserves an introduction section
- Manipulating lists can be quirky at times and require special treatment, especially when copying structures containin...
-
05:15 AM Feature #6418 (Closed): zpool should have a label clearing command
- An easy, direct means of sanitizing pool vdevs can be helpful for management purposes.
FreeBSD has had a 'zpool la... -
01:00 AM Feature #6417 (Closed): Want a privilege for accessing information about physical memory
- We'd like a privilege that covers the ability to get access to physical memory information such that this can optiona...
-
12:12 AM Bug #6389 (Closed): Use (void) memcpy(), not (void *) memcpy()
- "git commit 286eb3ed9ae6749df0c20c801277beae2229a179":https://github.com/illumos/illumos-gate/commit/286eb3ed9ae6749d...
-
12:10 AM Bug #6386 (Closed): Fix function call with uninitialized value in vdev_inuse
- "git commit 5bdd995ddb777f538bfbcc5e2d5ff1bed07ae56e":https://github.com/illumos/illumos-gate/commit/5bdd995ddb777f53...
2015-10-30
-
09:34 PM Feature #6416 (Closed): ptime -p could support multiple processes
- Currently ptime -p only supports one process. Furthermore, the implementation and documentation do not match its usag...
-
09:20 PM Bug #6415 (Closed): sockets created via t_open/t_bind not shown by pfiles
- We encountered an instance where rpcbind wasn't properly reporting an open file via pfiles. After a bit of digging to...
-
07:55 PM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- ...
-
06:36 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- Resurrecting interest in this. As a point of reference, PHP fails to compile out of the box due to this exact issue.
-
07:21 PM Bug #6407 (Closed): kerberos Java GUI should go away
- "git commit dd3293375033eaa6f009722670ffa191b992ffd9":https://github.com/illumos/illumos-gate/commit/dd3293375033eaa6...
-
03:58 PM Bug #6414 (Closed): vdev_config_sync could be simpler
- All the callers simply re-call it with 'tryhard' set to B_TRUE if it fails, so it would be better to just internalize...
-
03:25 PM Bug #6413 (New): bge: No network connection beginning from fourth VNIC
- *Distri*...
-
01:39 PM Bug #6334 (Closed): Cannot unlink files when over quota
- "git commit 6575bca01367958c7237253d88e5fa9ef0b1650a":https://github.com/illumos/illumos-gate/commit/6575bca01367958c...
-
12:48 PM Bug #6412 (Closed): zfs receive: -u can be ignored sometimes
- It seems that zfs @receive -F -u@ would mount a received filesystem after receiving a full stream if a destination fi...
-
11:21 AM Bug #6374: mount(1M) dumps core in check_fields()
- The other way how to reproduce the problem is to setup a filesystem in vfstab without specifying the FS type field, f...
-
10:58 AM Bug #6411 (New): zfs test suite needs more tests for system attributes
- At the moment the test suite does not detect bugs like the following:
* https://github.com/openzfs/openzfs/pull/14
... -
02:36 AM Feature #6410 (Closed): teach zdb to perform object lookups by path
- This is primarily intended to ease debugging & testing ZFS when one is only interested in things like the on-disk loc...
-
12:38 AM Bug #6402 (Closed): Update zoneinfo to 2015g
- "git commit 56b82ca86b4cef01d1cd3a61ead0ec2cca5a1047":https://github.com/illumos/illumos-gate/commit/56b82ca86b4cef01...
2015-10-29
-
11:05 PM Bug #5963 (Closed): rmis should be removed from arcstat manpage
- "git commit f34d737f84313e6f54728b1be0483c6234404577":https://github.com/illumos/illumos-gate/commit/f34d737f84313e6f...
-
10:58 PM Bug #6390 (Closed): Free props in ztest_init()
- "git commit 1df447eb94a6e63a6b25973d3ff13999b5e1c126":https://github.com/illumos/illumos-gate/commit/1df447eb94a6e63a...
-
10:41 PM Bug #6409 (Closed): glob(3C) missed the memo on LF64
- With the introduction of various glob extensions, glob(3C) grew functionality that uses the stat and dirent structure...
-
10:22 PM Bug #6385 (Closed): Fix unlocking order in zfs_zget
- "git commit eaef6a96de3f6afbbccc69bd7a0aed4463689d0a":https://github.com/illumos/illumos-gate/commit/eaef6a96de3f6afb...
-
03:03 PM Bug #6408 (Closed): libbe shouldn't run installgrub on offline/unavail/faulted vdevs
- When activating a new boot environment requires the boot loader to be updated, libbe will by default try to install t...
-
07:32 AM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- If you're 100% sure this is invariant, you should use @VERIFY()@ rather than @ASSERT()@.
-
07:30 AM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- Dan,
I see how this fixes the deadlock. Can you please also ASSERT that the taskq really only has one thread and a...
2015-10-28
-
11:00 PM Bug #6376 (Closed): segmentation fault when sharing with 'sec=none,root=*' options
- "git commit 07b64d17ebeb1cc3f2777494d108511275630d14":https://github.com/illumos/illumos-gate/commit/07b64d17ebeb1cc3...
-
09:52 PM Bug #6407 (Closed): kerberos Java GUI should go away
- gkadmin (which is a mismash based on Gtk and Java GUI code) should go away. There appear to be no active users of it,...
-
09:06 PM Feature #6400: ZFS smart compression
- Nikola M. wrote:
> I would like to know some info on how to enable or disable this option form admin perspective in ... -
12:30 PM Feature #6400: ZFS smart compression
- I would like to know some info on how to enable or disable this option form admin perspective in zfs dataset operatio...
-
07:57 PM Feature #6406 (New): make-zfs quick tool could have an onu-like option
- When working on zfs, the make-zfs is very helpful to reduce build time.
Having an 'onuzfs' option would be great for... -
05:31 PM Bug #6405 (Closed): zvol test setup is non deterministic
- The volsize of $TESTPOOL/$TESTVOL for zvol_misc_002_pos must be less than half the pool size, otherwise the test will...
-
05:23 PM Bug #6369 (Closed): remove SVM tests from ZFS test suite
- "git commit 4eab410fb63816fe2c0ad0fd18b4c948613f6616":https://github.com/illumos/illumos-gate/commit/4eab410fb63816fe...
-
03:12 PM Bug #6314: buffer overflow in dsl_dataset_name
- I am working on a fix for this.
-
07:59 AM Bug #6374 (In Progress): mount(1M) dumps core in check_fields()
- The segfault happened because the fstype was NULL when check_fields() was called here:...
-
06:57 AM Bug #6374: mount(1M) dumps core in check_fields()
- From the core file:...
-
03:48 AM Bug #6374: mount(1M) dumps core in check_fields()
- lets try uploading again.
-
12:29 AM Bug #6404 (Closed): zvol_swap_006_pos can occasionally fail due to swaplen being < 16
- These tests fail because the minimum swap size is 8K.
2015-10-27
-
08:23 PM Bug #6403 (New): ZFS txg threads should have more useful names
- TXG threads, via txg_thread_enter(), currently just pass FTAG as their name to CALLB_CPR_INIT(), when they could be m...
-
05:09 PM Bug #6344 (Closed): mdb choked on core file from newer platform
- "git commit cd8037ee05b2c5598728fdcd498596fc17bfdfa3":https://github.com/illumos/illumos-gate/commit/cd8037ee05b2c559...
-
04:55 PM Bug #6334: Cannot unlink files when over quota
- Chip Schweiss wrote:
> I've also encountered this when using refquota. With a refquota, files should always be del... -
04:23 PM Bug #6374 (Feedback): mount(1M) dumps core in check_fields()
- To work on this we need the core file, or at least the crash stack.
-
01:01 PM Bug #6402 (Closed): Update zoneinfo to 2015g
- Subject says it all.
-
11:46 AM Feature #6333: ZFS should let the user specify or modify the fsid_guid of a dataset
- Here is the patch to allow the modification of fsid_guid.
https://github.com/illumos/illumos-gate/compare/master...o... -
07:26 AM Bug #494 (Closed): ssh depends on missing UTF-8 iconv data
-
12:59 AM Bug #494: ssh depends on missing UTF-8 iconv data
- Is this still an issue after the updated locale code?
-
07:14 AM Bug #3084: System slow when accssing many file using CIFS.
- Hi Gordon,
I no longer have the hardware I had theses issues on.
It went away after I switched to a SuperMicro bo... -
01:54 AM Bug #3084: System slow when accssing many file using CIFS.
- Is this problem still reproducible? If not, let's just close this.
-
03:31 AM Bug #6401 (Closed): run.py should reopen files if they encounter transient I/O errors
- In the ZFS test suite, the test usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh attempts to for...
-
02:29 AM Feature #6400 (New): ZFS smart compression
- ZFS smart compression is a feature developed at Nexenta that automatically tracks per-file compression ratios and dis...
-
02:13 AM Bug #6398: SMB should support path names longer than 1024
- Out for review
https://www.illumos.org/rb/r/109/
-
02:08 AM Bug #6398 (Closed): SMB should support path names longer than 1024
- The SMB protocols send whole path names over the wire, in Unicode format.
These can legitimately be longer than 1024... -
02:09 AM Feature #6399 (Closed): SMB2 support
- Want SMB 2 support (actually protocol version 2.1)
-
01:58 AM Bug #1868 (Closed): CIFS shares log errors when getting properties(right click) in Windows
- This is a Windows bug causing (harmless) syslog noise.
See #3142 about making that log less. -
01:45 AM Bug #3269 (Closed): idmapd hangs?
- The problem described is what it looks like when your AD server becomes unresponsive.
After #6352 we recover much be... -
01:43 AM Bug #3282 (Closed): idmap hangs
- The problem described is what it looks like when your AD server becomes unresponsive.
After #6352 we recover much be... -
01:40 AM Bug #3577 (Closed): Problem handling groups with Winbind
- Fixed by #3691
-
01:39 AM Bug #3691 (Closed): setgroups() needs a sorted GID list for more than 16 groups
-
01:03 AM Bug #6081: "git pbchk" needs to acknowledge co-authors
- Isn't this fixed? Or did we decide to use:
Portions contributed by: ...?
In which case, let's just close this.
-
01:01 AM Support #285 (Closed): smbadm join fails if Domain Functional Level later than 2000
- Fixed by #1122
-
12:54 AM Bug #757 (Closed): Sparc: Unable to join domain when packet signing is required by domain controller
- I'm going to just assume this is no longer an issue.
Re-open if we get new data.
-
12:48 AM Bug #1657 (Closed): CIFS server: frequent <sharename> share not found
- This is a Windows bug. The message is harmless.
We could entertain an issue to quiet that message.
-
12:46 AM Bug #1766 (Closed): smb/server stop working
- Fixed by #6352
-
12:43 AM Bug #1860 (Rejected): CIFS: dir -> long delay or Error in dskattr: NT_STATUS_IO_TIMEOUT
- No network capture provided. Just close.
-
12:40 AM Bug #6108: zone stuck in shutting_down mode / CIFS
- We fixed this in NexentaStor. Need to upstream the fix...
-
12:00 AM Bug #6338 (Closed): cannot use umem tools on mdb itself
- "git commit 422418808a6580456c11a891d69016d29dae1440":https://github.com/illumos/illumos-gate/commit/422418808a658045...
Also available in: Atom