Activity
From 2014-01-10 to 2014-02-08
2014-02-08
-
11:43 PM Bug #4123 (In Progress): Locks should not be held across the call to ddi_periodic_delete(9f)
-
10:45 PM Bug #3773: Dell BMC on R520 stops responding after bge driver loads
- See: https://www.illumos.org/issues/3446
Ref: http://kebe.com/~danmcd/webrevs/5719_5720_only/
-
10:04 PM Feature #3446: Update bge to support missing 57xx/577xx devices
- 64-bit bge driver for testing. Openindiana oi_151a9/hipster reviewed.
-
09:05 PM Feature #3446: Update bge to support missing 57xx/577xx devices
- Updates to bge man page. Resolves bug #3812.
-
05:56 PM Feature #3446: Update bge to support missing 57xx/577xx devices
- Review and added patches here. Revised for Y2014. Patches should resolve tickets #4025, 3056, 390. Need more review o...
-
03:03 PM Feature #3446: Update bge to support missing 57xx/577xx devices
- Reviewed work by Robert Mustacchi (Joyent). His changes are not in the official illumos-gate (03d1795fa6) as of 2/8/2...
-
09:10 PM Bug #3812 (In Progress): bge manpage needs updating
- Fixed. See: https://www.illumos.org/issues/3446
-
08:54 PM Bug #4484 (Pending RTI): lockd: SMF property reading and cli options are incorrect
-
08:29 AM Bug #4555: macro side-effects with /usr/include/libelf.h
- After reviewing the manner other illumos components avoided the above side-effects,
the attached patch seems appropr...
2014-02-07
-
11:54 PM Bug #4123: Locks should not be held across the call to ddi_periodic_delete(9f)
- The similar deadlock is in iprb(7d) driver between iprb_m_stop() and iprb_periodic() functions.
-
11:41 PM Bug #4123: Locks should not be held across the call to ddi_periodic_delete(9f)
- This deadlock was introduced by #3975.
-
09:41 PM Bug #4584 (Resolved): assertion failed: hostp->nh_refs == 0, file: ../../common/klm/nlm_impl.c, line: 1135
- ...
-
05:54 PM Bug #4581: SMF reports non-obvious error when switching to user with nonexistent home directory
- Oh, sorry, in my test machine I did not actually have that commit yet... I will test whether this happens on newer bi...
-
02:23 AM Bug #4581: SMF reports non-obvious error when switching to user with nonexistent home directory
- There was an earlier bug report, #3989, that showed an error message that appeared when the home directory was missin...
-
05:41 PM Bug #4507 (In Progress): ndd manpage does not document -get option
- I will take this one,
Bart -
04:29 PM Bug #4583 (New): idmap set-namemap sometimes core dumps
- On OI 151a4, in cases which I have not yet isolated, attempting to run ...
-
05:05 AM Bug #4574 (Resolved): get_clones_stat does not call zap_count in non-debug kernel
-
05:04 AM Bug #4574 (Pending RTI): get_clones_stat does not call zap_count in non-debug kernel
-
12:11 AM Bug #4574: get_clones_stat does not call zap_count in non-debug kernel
- "git commit 03d1795fa6f720eafbee821ad37f4343c391cfe4":https://github.com/illumos/illumos-gate/commit/03d1795fa6f720ea...
2014-02-06
-
11:20 PM Bug #4308 (Resolved): svc_userfds reallocation in svc_add_input() is fragile
-
11:15 PM Bug #4308: svc_userfds reallocation in svc_add_input() is fragile
- "git commit 29d91154fb99ee8e353a5f89cd59be53f2ed8e64":https://github.com/illumos/illumos-gate/commit/29d91154fb99ee8e...
-
11:20 PM Bug #4289 (Resolved): libnsl: do_accept() shouldn't be recursive
-
11:15 PM Bug #4289: libnsl: do_accept() shouldn't be recursive
- "git commit 13147901205fae79e369e6335820f99498ecea2b":https://github.com/illumos/illumos-gate/commit/13147901205fae79...
-
09:44 PM Bug #4581: SMF reports non-obvious error when switching to user with nonexistent home directory
- Gary Mills wrote:
> Is there not an error logged in /var/adm/messages when this happens?
Sure, it's just equally ... -
03:30 PM Bug #4581: SMF reports non-obvious error when switching to user with nonexistent home directory
- Is there not an error logged in /var/adm/messages when this happens?
-
11:52 AM Bug #4581 (New): SMF reports non-obvious error when switching to user with nonexistent home directory
- If a service is configured to run as a specific user and that user's home
directory does not exist, the start method... -
07:59 PM Bug #4517: Locking the same file over NFS from a Linux client by multiple processes could cause 30 seconds delay accumulatively if the NFS server machine has more than one IPv4 interface.
- related linux bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=500653
-
06:54 PM Feature #3446 (Feedback): Update bge to support missing 57xx/577xx devices
-
09:58 AM Bug #4142: truss should expand connect() arguments
- Issue seems to be invalid. Arguments are resolved in verbose mode. (developer list)
-
09:50 AM Bug #4574 (In Progress): get_clones_stat does not call zap_count in non-debug kernel
- zap_count(...) is never called in non-DEBUG kernel.
As result "count" variable is always 0, and "goto fail" is alway... -
09:46 AM Feature #3887: Enlarge data buffer in digest/mac to boost performance
- Can be closed. Resolved in commit:0e2895337aab
-
09:17 AM Bug #4580 (Closed): /usr/bin/grep can't handle multibyte characters
- Grep doesn't work correctly with non-english text.
For example, I can't grep for cyrillic "а" character....
2014-02-05
-
04:54 PM Bug #4578 (New): validate_pkg probably has no reason to care about file permissions
- When checking the proto area against packaging, there's really no good reason we still check the file permissions. T...
-
04:25 PM Bug #4577 (Closed): pfexec's error reporting is (at least sometimes) awful
- A SmartOS user was confused about how precisely to invoke pfexec(1M), and did this...
-
03:38 PM Bug #4576 (Resolved): mountd(1m) needs to be able to set listen backlog
- We need to be able to set listen backlog for mountd(1m). All other NFS daemons (like lockd and nfsd) have such featur...
-
01:49 PM Bug #4289 (Pending RTI): libnsl: do_accept() shouldn't be recursive
-
01:48 PM Bug #4308 (Pending RTI): svc_userfds reallocation in svc_add_input() is fragile
-
01:31 PM Bug #4575 (Resolved): Single threaded rpcbind is not scalable
- In a case there are many (thousands) clients trying to talk with rpcbind in the same time, the single threaded rpcbin...
-
12:24 PM Bug #4574 (Resolved): get_clones_stat does not call zap_count in non-debug kernel
- zap_count is enclosed in ASSERT0() macro, which is empty for non-debug kernel.
VERIFY0() macro should be used instead.
2014-02-04
-
11:07 PM Bug #4571 (In Progress): Add documentation for -T and interval to "zpool list"
-
09:39 PM Bug #4571 (Resolved): Add documentation for -T and interval to "zpool list"
- Bug reported on ZoL issue tracker: https://github.com/zfsonlinux/zfs/commit/6e1b9d03342309358e58e99ac41e2e8e599d31ba
-
10:07 PM Bug #4540 (In Progress): zpool(1M) man page doesn't describe "readonly" property
-
09:21 PM Bug #4540: zpool(1M) man page doesn't describe "readonly" property
- Will be handed for review in few hours.
-
10:07 PM Bug #3948 (In Progress): zfs sync=default is not accepted
- Will be handed out for review with other fixes.
-
09:50 PM Bug #4573 (Resolved): ZFS snapshot alias
- ZoL and Solaris 11 zfs can use "snap" instead of "snapshot". We could have this, too.
https://github.com/zfsonlinu... -
09:47 PM Bug #4415: zpool(1M) man page missing "import -m" description
- I will import relevant changes from ZFSOnLinux manpage.
URL: https://github.com/zfsonlinux/zfs/commit/7f9d9946f88a... -
09:46 PM Bug #2897 (In Progress): "zpool split" documentation missing from manpage
- Already fixed in ZFSOnLinux.
URL: https://github.com/zfsonlinux/zfs/commit/fb827006163574fddb7fa837109d228dacd2ebf6 -
09:43 PM Bug #4572 (Resolved): Dedup-related documentation additions for zpool and zdb.
- - Missing "-D" and "-T" for zpool status
- Document the effect of additional "-D" options for zdb.
URL: https://g... -
09:33 PM Bug #4570 (Resolved): Document dedupditto pool property
- ZFS pool have "dedupditto" attribute, but it is not documentd in our zpool manpage. This was done already done in ZFS...
-
09:26 PM Bug #693: Opensource replacement of sunwlibm
- Review - Phase 1
http://www.listbox.com/member/archive/182179/2012/10/sort/time_rev/page/12/entry/16:325/20121003211... -
08:33 PM Bug #4568: Sync illumos zfs/zpool manpages with ZoL/FreeBSD
- Illumos bugs:
Bug #4540: zpool(1M) man page doesn't describe "readonly" property
Bug #4415: zpool(1M) man page mi... -
08:06 PM Bug #4568 (Closed): Sync illumos zfs/zpool manpages with ZoL/FreeBSD
- There are some bugs open on illumos issue tracker. Most of those things were already fixed in ZoL or FreeBSD versions...
-
08:07 PM Bug #4569 (New): Sync zfs/zpool help messages with manpages
-
07:50 PM Bug #3947 (In Progress): zpool(1M) references nonexistent zfs-features(5)
- Fixed. Will be combined with other zpool(1M) fixes.
-
07:27 PM Bug #4567 (Closed): Long RPC messages could confuse kernel and cause panic
- During testing we encountered this panic:...
-
07:18 PM Bug #4566 (New): Problem: deadlock in gnome-control-center when activating desktop effects
- I have seen the intermittent hanging of the GNOME Appearance Manager in OpenIndiana, Hipster (and Solaris 11 Express,...
-
06:10 PM Bug #3796: listsnapshots not documented in zpool man page
- Hi,
listsnaphosts is documented, but you can it find only by the abbreviation, listsnaps. Maybe that should be add... -
12:10 PM Bug #3858: Can't build nightly over NFSv4
- Is it only the perl modules that are using pax?
2014-02-03
-
09:50 PM Bug #4308 (In Progress): svc_userfds reallocation in svc_add_input() is fragile
-
07:35 PM Feature #4511: Update timezone info db to 2013i
- "git commit 2af88515229ddbf3a029426040c385a053f2bfb3":https://github.com/illumos/illumos-gate/commit/2af88515229ddbf3...
-
07:16 PM Bug #4551 (Resolved): mountd: Busy do_logging_queue() eats memory
- ...
-
07:15 PM Bug #4552 (Resolved): mountd(1m): Remove limit of FDs in RPC server
- ...
-
07:39 AM Bug #4546: mpt_sas needs enhancing to support LSI MPI2.5
- Rich Ercolani wrote:
> Oh, here's a question - did you test the changes against any existing MPT2-era cards to make s...
2014-02-02
-
11:19 PM Bug #4554 (In Progress): memory leak in ndmpd_config_get_fs_info_v3
-
11:18 PM Bug #4553 (In Progress): ndmp_config_get_ext_list failed
-
07:31 PM Bug #4546: mpt_sas needs enhancing to support LSI MPI2.5
- Oh, here's a question - did you test the changes against any existing MPT2-era cards to make sure this doesn't blow t...
-
07:23 PM Bug #4546: mpt_sas needs enhancing to support LSI MPI2.5
- I happen to have one of these cards; I'll see if I can't find a minute to toss it in a machine running Illumos with t...
2014-02-01
-
03:12 PM Bug #4552 (Pending RTI): mountd(1m): Remove limit of FDs in RPC server
-
03:12 PM Bug #4551 (Pending RTI): mountd: Busy do_logging_queue() eats memory
-
01:21 PM Bug #4546 (In Progress): mpt_sas needs enhancing to support LSI MPI2.5
- The following commit references a clone of illumos-gate with a branch called MPTSAS3 that contains new code to suppor...
-
12:53 PM Bug #4555 (Resolved): macro side-effects with /usr/include/libelf.h
- libelf.h contains the following snippet:...
2014-01-31
-
06:09 PM Bug #4554 (Resolved): memory leak in ndmpd_config_get_fs_info_v3
- There is a memory leak in error code path in ndmpd_config_get_fs_info_v3 (around line 626 fsip->fs_logical_device and...
-
06:05 PM Bug #4553 (Resolved): ndmp_config_get_ext_list failed
- When NBU (netbackup) restore is run, restore fails and in log is:...
-
05:11 PM Bug #4360: Fix SMF methods and other scripts which rely on the system shell to use /sbin/sh
- Comment from Garrett:
Limit it to just those things that are needed before usr is mounted.
This let me creat...
2014-01-30
-
06:39 PM Bug #4552 (Resolved): mountd(1m): Remove limit of FDs in RPC server
- mountd(1m) is affected by this (cite from rpc_control(3nsl) man page):...
-
05:53 PM Bug #3015 (Resolved): lofiadm should use libz.so.1, not libz.so
- ...
-
04:22 PM Bug #4551 (Resolved): mountd: Busy do_logging_queue() eats memory
- The do_logging_queue() function iterates over the logging_data queue and process it. Once an entry is processed it is...
-
02:00 AM Bug #4547 (Resolved): e1000g common code doesn't account for LockMAC
-
01:59 AM Bug #4547: e1000g common code doesn't account for LockMAC
- "git commit 6055fc7a0767fd5991c8054028ffc6d2673ecbf6":https://github.com/illumos/illumos-gate/commit/6055fc7a0767fd59...
-
02:00 AM Feature #4548 (Resolved): update prototypes to 2014
-
01:59 AM Feature #4548: update prototypes to 2014
- "git commit 8e268185036f404515ce8bc575423ac390136e3f":https://github.com/illumos/illumos-gate/commit/8e268185036f4045...
2014-01-29
-
11:23 PM Feature #4511 (Resolved): Update timezone info db to 2013i
-
11:23 PM Feature #4511: Update timezone info db to 2013i
- "git commit a43ba7366ce6d85c95e198401ce96efc992c6aeb":https://github.com/illumos/illumos-gate/commit/a43ba7366ce6d85c...
-
10:40 PM Feature #4548 (Resolved): update prototypes to 2014
- What it says on the label.
-
10:39 PM Bug #4547 (Resolved): e1000g common code doesn't account for LockMAC
- The e1000g mac type pch_lpt, used by the I217 and I218 family of devices, have a setting in the firmware semaphore re...
-
08:00 PM Bug #4546: mpt_sas needs enhancing to support LSI MPI2.5
- Rich Ercolani wrote:
> Is there a reason this should be an extension of the same driver versus a new driver? As far ... -
07:42 PM Bug #4546: mpt_sas needs enhancing to support LSI MPI2.5
- Is there a reason this should be an extension of the same driver versus a new driver? As far as I know, all the other...
-
07:39 PM Bug #4546 (Closed): mpt_sas needs enhancing to support LSI MPI2.5
- In order to work with newer LSI HBA cards (eg, SAS3008) and support SAS3 devices mpt_sas needs enhancing to work with...
-
06:25 PM Bug #4545 (Closed): _t_create(): Use after free in error code paths
- There is this code in the _t_create() function:...
-
02:40 PM Bug #4517: Locking the same file over NFS from a Linux client by multiple processes could cause 30 seconds delay accumulatively if the NFS server machine has more than one IPv4 interface.
- Could someone take a look at this issue? if I can be given some pointers w.r.t. which source code files to look at, t...
-
01:14 PM Bug #2266: in.mpathd limited to 255 file descriptors
- ulimit -n should be greater that 256 anyway. On my box it's 1024. And as Rich said in.mpathd wouldn't be able to us...
-
10:10 AM Bug #4376: system crash if run as a guest in KVM with passthrough
- Hello,
I have the same problem... Now running Dilos 1.3.5 as PVHVM under Debian Jessie with Xen 4.3 64bit hypervisor... -
09:22 AM Bug #4544 (Closed): sock2path(4) man page needs to be updated for configuration fragments
- The socket configuration was previously stored in the /etc/sock2path file. In August 2010 this was changed and the so...
2014-01-28
-
11:32 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- I can report pretty much exactly the same error on SmartOS (joyent_20140124T065835Z):...
-
09:33 PM Bug #4505 (Resolved): check_rtime should always check search paths
- Resolved in 13bb140
-
09:33 PM Bug #4506 (Resolved): GCC should be the primary compiler
- Resolved in 4f4d460
-
02:59 PM Bug #4541: Creation or Removal of iscsi target portal groups results with return code that is invalid
- While this issue occurs, the following is logged, suggesting a problem with SMF. I should note that in fact TPG does ...
-
02:28 PM Bug #4541 (New): Creation or Removal of iscsi target portal groups results with return code that is invalid
- In my attempts to learn what could go wrong with iSCSI target and TPG creation I observed that when there is an issue...
-
12:16 AM Bug #4540 (Resolved): zpool(1M) man page doesn't describe "readonly" property
2014-01-27
-
07:32 PM Bug #4533 (Resolved): mountd(1m) leaks nd_hostservlist in do_logging_queue()
- Resolved in d383eb7abfbfe9663f0ee57d8e3ad74ed725a7ad.
-
02:00 PM Bug #4533 (Pending RTI): mountd(1m) leaks nd_hostservlist in do_logging_queue()
-
07:32 PM Bug #4459 (Resolved): Typo in itadm(1m) usage message: delete-inititator
- Resolved in 9b6c3dc02c8682cbff6680ba283839a0df30c2d0
-
07:32 PM Bug #4464 (Resolved): Duplicate alias entry in driver-network-igb.mf
- Resolved in 4a2282b9d394ffb5ee8d28f1f5bba12d0e89287e.
-
06:52 PM Bug #4539 (Closed): _t_checkfd() should not call find_tilink() if force_sync is set
- As a minor optimization, we shouldn't call find_tilink() here in _t_checkfd() in a case the force_sync is set:
<pr... -
06:32 PM Bug #4504 (Closed): traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT
- ...
-
06:29 PM Bug #4538 (Closed): flowadm man page does not list lport and rport as output fields for show-flow
- The flowadm man page does not mention 'lport' and 'rport' in the list of output fields for show-flow sub-command, ins...
-
06:00 PM Bug #4537 (New): flowadm show-flowprop shows possible values of properties incorrectly
- The output of 'flowadm show-flowprop' command shows '?' as the possible value of property, if value for the property ...
-
05:02 PM Bug #4536: fma output messages should not refer to Sun or Oracle
- So the message catalogs we have were apparently generated originally automatically from an Event Registery, that was ...
-
04:51 PM Bug #4536 (New): fma output messages should not refer to Sun or Oracle
- As neither Sun nor Oracle are providing support for systems running illumos software, the messages that refer to eith...
-
06:37 AM Bug #4535 (New): t_optmgmt(3nsl): Formatting issue
- In the t_optmgmt(3nsl) man page the following text (four paragraphs in total) shouldn't be indented:...
2014-01-26
-
04:51 PM Bug #4533: mountd(1m) leaks nd_hostservlist in do_logging_queue()
- Reproducible using this command:...
-
12:33 PM Bug #4533: mountd(1m) leaks nd_hostservlist in do_logging_queue()
- ...
-
12:03 PM Bug #4533 (Resolved): mountd(1m) leaks nd_hostservlist in do_logging_queue()
- In a case the getclientsnames_lazy() is successfully called in do_logging_queue(), the clnames will leak:...
-
01:03 PM Support #3810 (In Progress): remove support for teamware from webrev
- Hi all,
I changed the webrev.sh command and the manpage:
http://cr.illumos.org/~webrev/bcoddens/illumos-3610/
...
2014-01-25
-
09:24 PM Bug #4360: Fix SMF methods and other scripts which rely on the system shell to use /sbin/sh
- I did a
fgrep -R '!/bin/sh' . | grep svc > /tmp/output to find all the files that are affected by this bug:
Th... -
12:46 PM Bug #4360 (In Progress): Fix SMF methods and other scripts which rely on the system shell to use /sbin/sh
- I'm working on this
-
03:54 PM Bug #2549 (Closed): iscsi: idm unexpectedly closes socket connection due to pagefault in uiomove/kcopy_nta
- Duplicates #2536.
-
12:15 PM Bug #4531 (New): CIFS share (read-only) unable to mount under linux (debian)
- Hello,
I'm unable to mount a CIFS share (actual Omnios CIFS server, no samba). Following my configuration and the ... -
11:47 AM Bug #4464: Duplicate alias entry in driver-network-igb.mf
- Webrev can be found here:
http://cr.illumos.org/~webrev/bcoddens/4464/
-
11:33 AM Bug #4459: Typo in itadm(1m) usage message: delete-inititator
- Easy Fix,
I will take this one -
04:57 AM Bug #3091 (Resolved): add -n to zlogin so its more compatible with rsh command line
- Resolved in 279721b
-
04:02 AM Bug #4515 (Resolved): NDMP hangs when restore/backup spans multiple volumes and produces huge ndmplog file
- ...
-
12:51 AM Bug #4530 (New): Kerberos implementation should be updated
- The kerberos implementation in illumos is based on MIT Kerberos 1.6.3, with some enhancements and modifications. The ...
-
12:29 AM Bug #4529 (New): range_tree_{add,remove} panic messages are misleading
- The panic messages in these two range tree functions are accurate if and only if the range tree passed to them is tra...
2014-01-24
-
07:56 PM Bug #4528 (New): space_map.h entry layout comment is wrong
- The space_map.h entry diagram comment shows 16 bits of run followed by 1 bit of type. In fact the run is 15 bits, ty...
-
07:49 PM Bug #4527 (New): Duplication of code between sbdadm.c and stmfadm.c
- It seems that stmfadm and sbdadm have a lot of the same code, for example blocks of code following these two lines ar...
-
07:15 PM Bug #4526 (Resolved): nightly contains a great deal of effectively dead code
- There is a pretty large amount of dead code in nightly(1), relating to:
- the old IHV gate
- the old realmode... -
07:12 PM Bug #4525 (Resolved): remove last vestiges of tonic
- There are still some minor parts of the old, and now useless, tonic work which remain. They should be deleted.
-
05:25 PM Bug #4403: mpt_sas panic when pulling a drive
- This is a customer machine, and this is their response:
> Yes, it happened every time I pulled out a drive. It als... -
10:41 AM Bug #4403: mpt_sas panic when pulling a drive
- Analysis of the code shows that this is an inevitable outcome if the call to ddi_dma_mem_alloc() within mptsas_dma_ad...
-
05:00 PM Bug #3015 (Feedback): lofiadm should use libz.so.1, not libz.so
- I can fix this one.
-
02:35 PM Bug #4523 (New): zfs manpage has somewhat ambiguous language
- While perusing the zfs man page today, I looked at these entries under the permission delegation and thought that the...
-
06:58 AM Bug #4520: zfstest: zfs_acl_chmod_inherit_003_pos failed
- There is a typo at line 360 in the zfs_acl_chmod_inherit_003_pos (inheri -> inherit):...
-
02:33 AM Bug #4522 (Resolved): the build doesn't fail nearly often enough
- It'd be fantastic if the nightly build failed considerably more often.
-
12:01 AM Bug #4521 (Closed): zfstest is trying to execute evil "zfs unmount -a"
- zfstest is trying to execute evil "zfs unmount -a", which fails (fortunately, as it would otherwise leave me with my ...
2014-01-23
-
11:46 PM Bug #4520 (Closed): zfstest: zfs_acl_chmod_inherit_003_pos failed
- ...
-
07:52 PM Bug #4519 (Resolved): ABI checking needs to adapt to modern times, run by default
- We should run the ABI checks by default, after fixing them to understand how we do things.
-
07:18 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- Marcel Telka wrote:
> Are you able to reproduce this issue?
i have the same issue.
easy to reproduce by create s... -
07:12 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- Are you able to reproduce this issue?
-
06:20 PM Bug #4518 (Closed): lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- This error was observed when the server machine was rebooted. nlockmgr failed to start but then it succeeded when tri...
-
05:16 PM Bug #4517 (New): Locking the same file over NFS from a Linux client by multiple processes could cause 30 seconds delay accumulatively if the NFS server machine has more than one IPv4 interface.
- This issue happens between a Linux client and Solaris/SmartOS/OmniOS server, even when Sun's proprietary lockd is use...
-
06:57 AM Bug #3141 (Resolved): strptime() doesn't support %t
- Resolved in a11c1571b6942161b0186d0588609448066892c2.
-
06:57 AM Bug #4509 (Resolved): libsysevent(3lib) man page references wrong header file
- Resolved in 307b60a6235150b7f87b2f1a16a2724f08c5cab3.
-
03:30 AM Bug #4516 (New): findunref should run in the normal build
- findunref used to depend on the gate workspace (or, rather, on it being used consistently in a master workspace). Ra...
2014-01-22
-
09:00 PM Bug #4515 (In Progress): NDMP hangs when restore/backup spans multiple volumes and produces huge ndmplog file
- Description of the fix:
* useless variables were eliminated. Synchronization is done by means of condition variab... -
08:40 PM Bug #4515 (Resolved): NDMP hangs when restore/backup spans multiple volumes and produces huge ndmplog file
- The symptoms of this problem are:
* ndmpd's log file can grow by a couple of gigabytes during a couple of tens of... -
07:22 PM Bug #4500 (Resolved): mptsas_hash_traverse() is unsafe, leads to missing devices
- Resolved in da5ab83fc888325fc812733d8a54bc5eab65c65c.
-
07:22 PM Feature #4499 (Resolved): ::mptsas should show slot/enclosure for targets
- Resolved in bff72fc1d55a70035a29392a37e79c9338d9a8e7.
-
06:00 PM Bug #4496 (Resolved): ndmpd handles wrongly EOM and EOF conditions
-
06:00 PM Bug #4496: ndmpd handles wrongly EOM and EOF conditions
- Resolved in 9ee94b97c8654689d6a034daec08757fda75d21a.
-
05:39 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- I have isolated my issue. It turns out a recent change has made a difference in the NLM communication. This has tri...
-
01:56 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- I tested the script with NFSv3 and it worked as expected (IIRC). Maybe you see some other bug. In any case, your issu...
-
01:49 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- I found this bug report because I am experiencing the same problem on OmniOS r151008j.
The 'Max threads' was no... -
03:27 PM Bug #4514 (Closed): k5srvutil(1m): The default keytab file is /etc/krb5/krb5.keytab
- In the k5srvutil(1m) man page it is stated that the default keytab file is /etc/krb5.keytab:...
-
03:42 AM Bug #4512 (Resolved): kclient(1m) should not depend on /usr/xpg4/bin/grep
- Resolved in f7dbdfc7b241e42b135dc9118e41b127cb935483.
-
12:02 AM Bug #4512 (Pending RTI): kclient(1m) should not depend on /usr/xpg4/bin/grep
-
03:42 AM Feature #4493 (Resolved): want siginfo
- Resolved in 19d32b9ab53d17ac6605971e14c45a5281f8d9bb.
-
03:41 AM Feature #4494 (Resolved): Make dd show progress when you send INFO/USR1 signals
- Resolved in 19d32b9ab53d17ac6605971e14c45a5281f8d9bb.
-
03:41 AM Feature #4495 (Resolved): dd could support O_SYNC and O_DSYNC
- Resolved in 19d32b9ab53d17ac6605971e14c45a5281f8d9bb.
-
03:40 AM Bug #4510 (Resolved): Lose SIOC*IPSECONFIG ioctl definitions
- Resolved in 843ea7097d26ad78b15935c6a5e1bbafc8f9af90.
-
02:23 AM Feature #4490 (Resolved): libumem should support up to 128k slabs
- Resolved in 38849194df07385a46363bb46861688fde59a98a.
-
02:23 AM Bug #4491 (Resolved): libumem should not use instant fit allocator by default
- Resolved in 38849194df07385a46363bb46861688fde59a98a.
-
02:23 AM Feature #4489 (Resolved): need ptcumem
- Resolved in 4f364e7c95ee7fd9d5bbeddc1940e92405bb0e72.
2014-01-21
-
11:32 PM Bug #4513 (New): NFS client does not notice kerberos ticket change
- When there is a credential change, the NFS client should notice such change and use the new credentials in the future...
-
08:02 PM Bug #4464 (In Progress): Duplicate alias entry in driver-network-igb.mf
- Easy Fix,
I will take this
Best Regards,
Bart Coddens -
07:54 PM Bug #4509: libsysevent(3lib) man page references wrong header file
- Webrev can be found here:
http://cr.illumos.org/~webrev/bcoddens/illumos-4509/
-
07:40 PM Bug #4509: libsysevent(3lib) man page references wrong header file
- Done,
Manual shows this now:
SYNOPSIS
cc [ flag... ] file... -lsysevent [ library... ]
#include <li... -
07:14 PM Bug #4509 (In Progress): libsysevent(3lib) man page references wrong header file
- Easy fix, I will take this
-
06:27 PM Bug #4512 (In Progress): kclient(1m) should not depend on /usr/xpg4/bin/grep
-
06:18 PM Bug #4512 (Resolved): kclient(1m) should not depend on /usr/xpg4/bin/grep
- The kclient(1m) script from the system/security/kerberos-5 package contains this:...
2014-01-20
-
07:41 PM Bug #4496 (Pending RTI): ndmpd handles wrongly EOM and EOF conditions
-
07:40 PM Bug #4496 (In Progress): ndmpd handles wrongly EOM and EOF conditions
-
05:22 PM Feature #4511 (Resolved): Update timezone info db to 2013i
- Update to the latest version and a README to explain how to do it for the future.
-
04:55 PM Bug #3563 (Resolved): pgrep(1) -x description could be clearer
- commit c1ca8c1d77967585bfbe78133a7257e36ebfec85
Author: Sachidananda Urs <sacchi@gmail.com>
Date: Wed Jan 15 22:2...
2014-01-19
-
04:25 PM Bug #4510 (Resolved): Lose SIOC*IPSECONFIG ioctl definitions
- While searching around for something else, I encountered these crufty artifacts from pre-Solaris-9.
Let's get rid ... -
05:31 AM Bug #4509 (Resolved): libsysevent(3lib) man page references wrong header file
- The libsysevent(3lib) man page includes the following under the synopsis section:...
2014-01-18
-
06:33 PM Bug #4508 (Closed): flowadm not working as documented, or documentation incorrect
- From the SYNOPSIS of flowadm man page -
flowadm show-flow [-pP] [-S] [-s [-i interval]] [-l link] [-o field[,...]... -
05:25 PM Bug #4507 (Closed): ndd manpage does not document -get option
- In the SYNOPSIS section:
ndd -set is mentioned but not -get (ndd has a `-get' keyword and should be documented). S... -
12:23 AM Bug #4506 (Resolved): GCC should be the primary compiler
- Having soaked for enough time, and being used by the majority of people, we should do the obviously right thing and s...
-
12:21 AM Bug #4505 (Resolved): check_rtime should always check search paths
- Because of some misguided changes to GCC 3, check_rtime does not check for unused search paths when GCC is the primar...
2014-01-17
-
11:01 PM Bug #4504 (Closed): traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT
- ...
-
08:38 PM Feature #1023 (Resolved): nv_sata support for NVIDIA MCP61
- Resolved in 57454abe5526a6c53b58824f5aed89aa6ed1141b.
-
08:38 PM Feature #4497 (Resolved): update pci.ids - 201401
- Resolved in 7c311026e2c6f40a899047f58fbd2a9fc19e129e.
-
12:07 AM Feature #4497 (Resolved): update pci.ids - 201401
- It's that time of year again.
-
08:38 PM Bug #4488 (Resolved): memchr(9F) refers to wrong header
- Resolved in 1f19ebc4d9dafb7d1f0fa8f94c23d126d0561902.
-
08:38 PM Bug #4487 (Resolved): snoop can only work with 2GB files
- Resolved in 0eeefb0105737a5ff5a42dbfe69feb0c5ebd1814.
-
08:38 PM Feature #4486 (Resolved): remove old aw compat hack
- Resolved in 2670d4adb6e0b54f7207b1e822c631cb5576855c.
-
06:38 PM Bug #3105 (Resolved): Kernel inet_pton() implementation returns result in host byte order
- Resolved in:
commit 59927d313a821b7f3822314ed16fc0a44c128431
Author: Yuri Pankov <yuri.pankov@nexenta.com>
Date:... -
06:15 PM Bug #3995 (Resolved): Memory leak of compressed buffers in l2arc_write_done
- Integrated in:
commit 71cb1b742ca23532b844b6538d8f0997a900c62e
Author: Saso Kiselkov <skiselkov.ml@gmail.com>
D... -
03:40 PM Feature #4503 (New): snoop(1m): Support for Kerberos is needed
- snoop(1m) is not able to decode and display Kerberos v5 packets (RFC 4120). It would be great to have such support in...
-
03:34 PM Feature #4502 (New): snoop(1m): Support for iSCSI is needed
- snoop(1m) is not able to decode and display iSCSI packets (RFC 3720). It would be great to have such support in snoop...
-
09:12 AM Feature #4150: update to acpica-20130823
- update to acpica-unix2-20140114 with *comprehensive* webrev including all previous acpica update at http://cr.illumos...
-
05:32 AM Bug #4500 (Resolved): mptsas_hash_traverse() is unsafe, leads to missing devices
- The observed behaviour is seen on a Dell C8220X, though there's nothing really specific to this system that causes it...
-
05:31 AM Feature #4499 (Resolved): ::mptsas should show slot/enclosure for targets
- The mptsas_target_t structure has two fields (m_enclosure and m_slot_num) which can potentially be used to expose the...
-
05:14 AM Feature #4297 (Resolved): ::help tab completion
- Resolved in 2f045fd6af922f819146b314d143b660b58b20b7.
-
05:14 AM Feature #4298 (Resolved): ::printf tab completion
- Resolved in 2f045fd6af922f819146b314d143b660b58b20b7.
-
01:38 AM Feature #4498 (Closed): update to ACPI version 6.x
- The next step for the illumos ACPICA world is to update to v5.0. We've been using this for a while now at Joyent and ...
2014-01-16
-
10:43 PM Bug #4496 (Resolved): ndmpd handles wrongly EOM and EOF conditions
- Solaris NDMP implementation doesn't conform to NDMP spec in following areas:
* Upon encountering EOF on tape the ... -
10:33 PM Bug #4178 (Resolved): lofiadm usage message for the -a option is bogus
- Resolved in 795f5a90106de513be157280283fe8dd0c976787.
-
10:33 PM Bug #4458 (Resolved): iscsit discovery reply should be more strict WRT TPGs
- Resolved in 483b029ba8436049005eb485fcc9b26f2484f7ea.
-
08:19 PM Bug #4052: Dell R720 doesn't shutdown or reboot to prom
- I have a similar issue here with OpenIndiana (oi_151a8) on a Supermicro X7SPA-HF board. Interestingly reboots work fi...
-
04:27 PM Feature #4495 (Resolved): dd could support O_SYNC and O_DSYNC
- A common request in #smartos is that dd should be able to do synchronous writes ala GNU dd. This work will implement ...
-
04:27 PM Feature #4494 (Resolved): Make dd show progress when you send INFO/USR1 signals
- This came about as a common feature request from our customer base. Basically: With gdd you get progress when you sen...
-
04:27 PM Feature #4493 (Resolved): want siginfo
- SIGINFO is a popular signal in the BSD family of operating systems. Programs supporting siginfo will often report sta...
-
03:23 PM Bug #3091: add -n to zlogin so its more compatible with rsh command line
- Here's the second example again:
@
/# zlogin tzone read foo &
[1] 20811
/#
[1] + Stopped (SIGTTIN) zlogin... -
03:19 PM Bug #3091 (Feedback): add -n to zlogin so its more compatible with rsh command line
- The reason for the `-n' option of `rsh' that's cited in the man page has to do with job control and any command on th...
-
01:50 PM Bug #3900: illumos will not build against gcc compiled perl
- Lets have another go at changing the title.
-
03:12 AM Bug #4243 (Resolved): sdev_access() race leads to panic
-
03:09 AM Bug #4492 (Closed): zone hung in down state, stuck in ilb_stack_fini
- Jerry root caused a hung zone that was stuck in ilb. The final issue was: From the trace I had running, I can see wha...
-
02:43 AM Bug #4491 (Resolved): libumem should not use instant fit allocator by default
- As part of our investigations with various customers, we have found that the instant fit allocator is severely broken...
-
02:42 AM Feature #4490 (Resolved): libumem should support up to 128k slabs
- As part of investigations with various customers, we noticed that a large number of their allocations would fit into ...
-
02:39 AM Feature #4489 (Resolved): need ptcumem
- libumem does a good job at providing a scalable malloc implementation for heavily threaded applications. However, in ...
-
02:37 AM Bug #4161 (Resolved): deadlock between zfs_read() and zfs_putpage()
-
12:03 AM Bug #4488 (Resolved): memchr(9F) refers to wrong header
- memchr(9F) refers to the header sys/ddi.h where as it's actually in sys/sunddi.h and the text even says it's in the S...
-
12:02 AM Bug #4487 (Resolved): snoop can only work with 2GB files
- snoop isn't largefile aware, no reason it shouldn't be.
-
12:01 AM Feature #4486 (Resolved): remove old aw compat hack
- aw has some code that's looking for rather old versions of binutils. Those versions of binutils have never been suppo...
2014-01-15
-
10:12 PM Bug #3900 (In Progress): illumos will not build against gcc compiled perl
- I've updated the title to reflect what I think the real problem is. I will update the webrev with feedback from Igor...
-
02:48 PM Bug #3900: illumos will not build against gcc compiled perl
- Suggested fix: http://cr.illumos.org/~webrev/andy_js/3900/
-
10:05 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- It works. Thanks.
-
09:23 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- Please try this as a workaround:...
-
09:03 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- Yes, I saw max threads = 20 though lockd_servers is set to 640. Thanks....
-
08:56 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- The problem is that lockd ignores the lockd_servers setting:...
-
08:25 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- Yes, I confirmed through 'pgrep -fl lockd'. Thanks.
-
08:19 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- Are you sure the lockd process has been restarted after you increased lockd_servers ?
-
08:16 PM Bug #4484: lockd: SMF property reading and cli options are incorrect
- I did 'sharectl set -p lockd_servers=80 nfs', issue is still reproducible. I even tried 640, no luck.
-
08:07 PM Bug #4484 (In Progress): lockd: SMF property reading and cli options are incorrect
- Please try to run this at the NFS server:...
-
07:53 PM Bug #4484 (Resolved): lockd: SMF property reading and cli options are incorrect
- This appears to be an issue with the open source NLM (nfs/lockd+klm). Issue is not reproducible when Sun's proprietar...
-
07:15 PM Bug #4428 (Resolved): logadm ignoring -p flag
- Resolved in 34969e746608c8170ab540c876836f625f25d8eb.
-
05:20 PM Bug #4483 (Resolved): rpcbind: Reply for remote calls comes from incorrect UDP port
- Consider the rmtcall test as it could be found in #4456. This test initiates remote call (type BCAST) for rpcbind at ...
-
04:24 PM Bug #4481 (Resolved): snoop(1m) does not decode time in GETTIME rpcbind operation
- ...
-
07:47 AM Bug #4481 (Pending RTI): snoop(1m) does not decode time in GETTIME rpcbind operation
-
04:23 PM Bug #4456 (Resolved): snoop(1m) should display remote RPC calls in summary mode
- ...
-
07:47 AM Bug #4456 (Pending RTI): snoop(1m) should display remote RPC calls in summary mode
-
04:22 PM Bug #4195 (Resolved): snoop(1m) should print NFS_ACL mask in hex
- ...
-
07:46 AM Bug #4195 (Pending RTI): snoop(1m) should print NFS_ACL mask in hex
-
08:46 AM Bug #4467: kadmind: segfault in acquire_accept_cred+0x140()
- At the beginning of acquire_accept_cred() the krb5_kt_resolve() was called because krb5_gss_keytab is already initial...
-
07:18 AM Feature #4430 (Resolved): libuuid could cache /dev/random
- Resolved in 84615402a46a91be66843bd64e4fb72642b06e9d.
-
06:27 AM Bug #4383: libelf can't write extended sections when ELF_F_LAYOUT
- The version of ld is derived from the contents of SUNWonld-README via usr/src/cmd/sgs/packages/common/readme_revision...
-
06:16 AM Bug #4383: libelf can't write extended sections when ELF_F_LAYOUT
- Rich Lowe wrote:
> Resolved in deec6be (which will have bumped the version of ld(1))
Rich, maybe I miss something... -
05:04 AM Feature #4304 (Resolved): fmdump shall emit JSON
- Resolved in 2db6d663182655cb393dc2c15668bc9293364594.
-
02:37 AM Bug #4060: Encryption framework's bignum (and consumers) need to increase from 4096-bits.
- This is also SmartOS issue: https://github.com/joyent/smartos-live/issues/291
-
01:27 AM Bug #4060: Encryption framework's bignum (and consumers) need to increase from 4096-bits.
- I found a constant in usr/src/common/bignum/bignum.h called BIGTMPSIZE, which is set to 65. bignum uses either 32 or...
-
12:30 AM Bug #4060: Encryption framework's bignum (and consumers) need to increase from 4096-bits.
- This is a limit in the encryption framework, it refuses larger RSA keys larger than 4096 bits for reasons that aren't...
-
01:22 AM Bug #4295 (Resolved): libshare sa_get_proto_status sometimes returns unallocated strings
- Resolved in 652601fb657e961ff66dadcd87ddfc146c5db0ca.
2014-01-14
-
10:13 PM Bug #4481 (Resolved): snoop(1m) does not decode time in GETTIME rpcbind operation
- The returned time in the rpcbind GETTIME operation should be decoded. The current code uses getxdr_date() to "decode"...
-
09:16 PM Bug #3205: ctfconvert does not handle zero-size structures
- Rich Lowe wrote:
> It's not failing because of the 0-length flexible-array analogue (a GNU extension), but because it... -
08:20 PM Bug #4480 (Resolved): dof emulation is missing checks
- DTrace dof emulation is missing certain checks.
-
08:18 PM Feature #4479 (Resolved): pid provider types
- From the report at Joyent:
With the support for userland ctf and the userland keyword, the pid provider should be ... -
07:20 PM Bug #4463 (Resolved): NLM fails wrongly on clnt_control().
- commit fc2b8335a96b36a076f9614647182dd090cb6ee0
Author: Dan McDonald <danmcd@omniti.com>
Date: Mon Jan 13 02:38:2... -
07:18 PM Bug #4478 (Resolved): dtrace_dof_maxsize is far too small
- There are several practical uses of DOF, including as I recall the node helper that require more DOF than we, by defa...
-
07:16 PM Feature #4477: DTrace should speak JSON
- This may sound a little silly, but avoiding confusion regarding the D version number makes such low-risk things worth...
-
07:16 PM Feature #4477 (Resolved): DTrace should speak JSON
- From the Joyent bug report:
Now that we're emitting debug log messages from bunyan, et al, as JSON strings it woul... -
07:13 PM Bug #4476 (Resolved): DTrace tests should be better citizens
- This is the Joyent bugs:
OS-2581 dtest should specify -fPIC when building shared objects
OS-2583 dtest tests ... -
07:10 PM Feature #4475 (Resolved): DTrace userland Keyword
- From the report at Joyent:
The userland keyword should indicate that a given type belongs to a userland program. T... -
07:10 PM Feature #4474 (Resolved): DTrace Userland CTF Support
- From the report at Joyent:
DTrace should be able to consume CTF in userland binaries. Specifically we should be ab... -
07:08 PM Feature #4473 (Resolved): DTrace frequency trails
- From the report at Joyent:...
-
07:06 PM Feature #4472 (Resolved): DTrace full width distribution histograms
- From the report at Joyent:
Problem:... -
07:04 PM Feature #4471 (Resolved): DTrace count() with histogram
- From the report at Joyent:
I'd like to print a count() aggregation with a histogram representation of the value. H... -
07:01 PM Bug #4470 (Resolved): overly aggressive D integer narrowing breaks 32-bit ustack helpers
- From Bryan's bug report at Joyent:
Building 32-bit ustack helpers on bits that include the fix to illumos#3024 res... -
06:59 PM Feature #4469 (Resolved): DTrace helper tracing should be dynamic
- From Bryan's bug report at Joyent:...
-
06:35 PM Bug #4336 (Resolved): Cannot raise the file descriptor limit over 64K for a project under SMF
- Resolved in 96ab4d5390a62b7e1743ec1fad5c0eef9682b961.
-
04:48 PM Bug #4427 (Resolved): pid provider rejects probes with valid UTF-8 names
- Resolved in 1444d846b126463eb1059a572ff114d51f7562e5.
-
04:31 PM Bug #4467 (In Progress): kadmind: segfault in acquire_accept_cred+0x140()
- I configured KDC using kdcmgr. At the end of the kdcmgr script the kadmin smf service is enabled. Once the service ha...
-
11:06 AM Bug #3858: Can't build nightly over NFSv4
- For those who can reproduce the pax failure everytime they run the build I would suggest to test NFSv4 configuration....
-
02:28 AM Bug #3858: Can't build nightly over NFSv4
- So, the last update with a uid/gid problem is highly indicative of a problem with credentials. NFSv4 uses a differen...
-
06:45 AM Bug #4425 (Resolved): port_fop_femuninstall is too loose with its locks
- Resolved in e1054916dcccb673a033fb9878063866d615ae62.
-
04:27 AM Bug #4465: zpool(1M) is able to offline cache vdevs despite what man page says
- That's odd. schrock fixed the code with:
6687753 cache devices should support offline/online
But that predates... -
04:20 AM Bug #4465 (Closed): zpool(1M) is able to offline cache vdevs despite what man page says
- zpool(1M) is able to offline cache vdevs despite man page saying that it isn't:...
2014-01-13
-
11:56 PM Bug #4464 (Resolved): Duplicate alias entry in driver-network-igb.mf
- "pciex8086,1526" is included twice in usr/src/pkg/manifests/driver-network-igb.mf.
-
11:37 PM Bug #4424 (Resolved): devfsadmd and zoneadmds tied in knots
- Resolved in de442498e34e37fe9b61cfe5beaacdecd06c6a1c.
-
11:22 PM Bug #4445 (Resolved): wsdiff results file timestamp format is strange
- Resolved in d9b2b2b4e3e818a5d1e1121040f092636f583957.
-
11:22 PM Bug #4444 (Resolved): remove unused cpuid-related globals
- Resolved in 3db378d394669d0a162b2e26839124b0ce9dd437.
-
11:22 PM Bug #4443 (Resolved): apic_intrmap_init comment could use an update
- Resolved in bfbcf1ece25f3184e29f19eecb9c772900e9a063.
-
10:07 PM Bug #4463 (Resolved): NLM fails wrongly on clnt_control().
- The new open-sourced lock manager has a place where it fails based on clnt_control() returning true:
142 /*
14... -
09:10 PM Bug #4008: libdladm should not have a curses UI inside
- Secondarily, I'd expect libcurses being lazy-loaded to save you from all this pain, but yet it isn't, because a refer...
-
08:58 PM Bug #4462: clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of FALSE
- Both clnt_vc_control() and clnt_dg_control() are internal implementation of clnt_control(3nsl). The clnt_control(3nsl...
-
08:51 PM Bug #4462 (Resolved): clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of FALSE
- Both clnt_vc_control() and clnt_dg_control() could return RPC_FAILED instead of FALSE here:...
-
08:42 PM Bug #4383 (Resolved): libelf can't write extended sections when ELF_F_LAYOUT
- Resolved in deec6be (which will have bumped the version of ld(1))
-
06:25 PM Bug #4461 (New): certain objects are irregularly wsdiff false positives
- In testing another issue, I have happened upon the tendency for:
usr/lib/amd64/libdtrace.so
usr/bin/amd64/ppgsz... -
05:31 PM Bug #4051 (Feedback): Don't free mdi_pathinfo_t in mptsas when device(s) are retired.
- Sorry for not updating sooner. We actually resolved our issue with multipathing in OpenIndiana. We were having a p...
-
03:17 PM Bug #1082 (Closed): remnants of old perl license still exist in the build system
-
12:59 PM Bug #4455: Kernel panic on kernel panic of remote Illumos provided storage FC LUN
- As described in #4454:
On the disk pool consisting of disks connected by dual-path SAS there are ZVOLs, exported a... -
12:56 PM Bug #4454: ldi notifications trigger vdev_disk_free() without spa_config_lock()
- On the disk pool consisting of disks connected by dual-path SAS there are ZVOLs, exported as COMSTAR LUNs via fibre c...
2014-01-12
-
07:37 PM Bug #4456: snoop(1m) should display remote RPC calls in summary mode
- In addition, I found a minor bug in the GETTIME time decoding. Previously, getxdr_date() was used to "decode" the tim...
-
07:35 PM Bug #4456: snoop(1m) should display remote RPC calls in summary mode
- There are three modes of verbosity in snoop:
# summary mode (the default mode, flags: F_SUM)
# verbose summary mo... -
07:31 PM Bug #4460 (New): iscsiadm(1m): Option -a not documented for iscsiadm modify target-param
- The "iscsiadm modify target-param" supports the -a option to set authentication type. This option is not documented i...
-
06:24 PM Bug #3900 (Feedback): illumos will not build against gcc compiled perl
- This isn't the way to fix perl, especially since we already have perlgcc (see http://search.cpan.org/~aburlison/Solar...
-
03:55 PM Bug #4459 (Resolved): Typo in itadm(1m) usage message: delete-inititator
- There is a typo in the itadm(1m) usage message:...
2014-01-11
-
11:58 AM Bug #4458 (Resolved): iscsit discovery reply should be more strict WRT TPGs
- iscsit should report target only if:
- it is bound to default tpg
- one of the addresses of TPGs the target is boun... -
12:46 AM Bug #4456 (In Progress): snoop(1m) should display remote RPC calls in summary mode
-
12:45 AM Bug #4195 (In Progress): snoop(1m) should print NFS_ACL mask in hex
2014-01-10
-
11:46 PM Bug #4449: Offlined vdevs are online after reboot
- It's actually syseventd(1M) onlining vdevs not even trying to check the offline flag in zfs_mod's zfs_process_add().
-
10:21 PM Bug #4457 (Closed): we apparently change .comment of almost every userland object
- In investigating another issue, I'me stumbled into a case where it appears that we use mcs to adjust the .comment of ...
-
10:16 PM Bug #4456 (Resolved): snoop(1m) should display remote RPC calls in summary mode
- In a case there is a remote RPC call (CALLIT, BCAST, or INDIRECT) snoop(1m) in summary mode displays the encapsulated...
-
04:21 PM Bug #4455: Kernel panic on kernel panic of remote Illumos provided storage FC LUN
- Are you locally importing the volume, or only over the sd driver?
Can you provide the contents of "zpool list -v" ... -
12:58 PM Bug #4455 (New): Kernel panic on kernel panic of remote Illumos provided storage FC LUN
- h2. System Description
Two systems as described in https://www.illumos.org/issues/4454 are using vice versa FC exp... -
04:19 PM Bug #4454: ldi notifications trigger vdev_disk_free() without spa_config_lock()
- The backtrace is not for stock illumos.
However, my first guess is that this is coming about as a result of strate... -
12:04 PM Bug #4454 (Closed): ldi notifications trigger vdev_disk_free() without spa_config_lock()
- h2. System Description
I am running a custom-compiled Smartos derivate (based on illumos-joyent 122a8174b71285518b... -
02:24 PM Bug #4378 (Resolved): Clean up %C in *time() functions
- commit ee169c7e77bc5d28a401dde8533cbd38afd24ae1
Author: Gary Mills <gary_mills@fastmail.fm>
Date: Fri Jan 3 12:54... -
02:23 PM Bug #4378 (Pending RTI): Clean up %C in *time() functions
-
02:23 PM Bug #438 (Resolved): need documentation for strftime %s flag
- commit ee169c7e77bc5d28a401dde8533cbd38afd24ae1
Author: Gary Mills <gary_mills@fastmail.fm>
Date: Fri Jan 3 12:54... -
02:06 PM Bug #4308: svc_userfds reallocation in svc_add_input() is fragile
- In addition to the issue in Description, there is another possible memory corruption in svc_add_input():
Every ent... -
10:24 AM Bug #4453 (Rejected): driver/storage/sdcard package missing driver for sdcard
- Hi,
i have sdcard (multi card reader) on my Dell Vostro 400, but it is NOT recognized by /hipster:... -
06:50 AM Bug #4451 (New): libfmevent man pages wanted
- Oracle has documented libfmevent, here:
http://docs.oracle.com/cd/E26502_01/html/E29036/fmev-shdl-init-3fm.html#R... -
06:43 AM Bug #4450 (Closed): pointless condfree in libfmnotify
- In libfmnotify.c:
595static void
596condfree(void *buf)
597{
598 if (buf != NULL)
599 free(buf);
600}
601
...
Also available in: Atom