Activity
From 2013-12-31 to 2014-01-29
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
...
2014-01-09
-
03:52 PM Bug #4449 (Closed): Offlined vdevs are online after reboot
- Offlined vdevs do not stay offline after reboot, even when not using '-t' option to 'zpool offline'.
-
05:45 AM Bug #4448 (Closed): zfs diff misprints unicode characters
- Sorry if my explanation is confusing--character sets have never been by strong suit...
It seems that unicode chara...
2014-01-08
-
08:57 PM Bug #4051: Don't free mdi_pathinfo_t in mptsas when device(s) are retired.
- I can confirm this is a problem when using Supermicro JBODs, in particular the 847E26-RJBOD1.
The problem does... -
04:04 PM Feature #4152: Support Qualcomm Atheros AR8162 Fast Ethernet
- There is an update from Qualcomm Atheros...
-
03:10 PM Bug #3141 (In Progress): strptime() doesn't support %t
- I've been investigating this one, and expect to be able to fix it.
-
01:41 PM Bug #4447 (Closed): rpc_control(3nsl): info should be italic, not bold
- Here in the rpc_control(3nsl) man page "info" should be italic, but it is bold instead:...
-
01:42 AM Bug #4445 (Resolved): wsdiff results file timestamp format is strange
- Current:...
-
01:24 AM Bug #4444 (Resolved): remove unused cpuid-related globals
- enable486 and pentiumpro_bug4064495 are very much unused. Remove them.
2014-01-07
-
10:53 PM Bug #4378 (In Progress): Clean up %C in *time() functions
-
10:06 PM Bug #4443 (Resolved): apic_intrmap_init comment could use an update
- The comment is outdated. Quote the appropriate section of Intel's SDM.
-
06:45 PM Bug #348 (Pending RTI): ZFS should handle DKIOCGMEDIAINFOEXT failure
-
06:45 PM Bug #348 (In Progress): ZFS should handle DKIOCGMEDIAINFOEXT failure
-
06:44 PM Bug #348 (Pending RTI): ZFS should handle DKIOCGMEDIAINFOEXT failure
-
06:32 PM Bug #4442 (New): t_bind() does not return negotiated qlen for /dev/tcp
- According to the t_bind(3nsl) man page t_bind() should return negotiated qlen (maximum number of outstanding connecti...
-
05:04 PM Bug #4441 (In Progress): nfsd(1m) man page needs updates
- First, the "listen_backlog" needs to be added after -l here in nfsd(1m):...
-
04:22 PM Feature #4304: fmdump shall emit JSON
- Hey Garrett, it was already out for review. It just needs a minor lint issue fixed up and then it'll be RTI'd.
-
04:02 PM Feature #4304: fmdump shall emit JSON
- Joshua/Robert: I've read the Joyent code for this, and it would be most excellent to get this integrated into illumos...
-
02:29 PM Bug #4440 (New): Man page for lockd(1m) is needed
- We need a man page for lockd(1m).
-
06:52 AM Bug #3563 (Pending RTI): pgrep(1) -x description could be clearer
-
03:38 AM Bug #4265 (Resolved): remove INTERNAL_RELEASE_BUILD
- Resolved in 34ae5cdf42c9fd8bc75aedb3a91cc2fba8d5182c.
-
03:38 AM Bug #4266 (Resolved): remove Makefile*.shared nonsense in uts
- Resolved in 2063d9c01c4a721994a3cb528444d7f328135869.
2014-01-06
-
08:37 AM Feature #4434: fm/smtp-notify service fails to start if using postfix instead of sendmail on /hipster
- UPDATE:
on latest /hipster i got 2 mails (due to 'pkg update' and reboot action and probably fact that my box has ... -
02:45 AM Bug #3563 (Feedback): pgrep(1) -x description could be clearer
2014-01-05
-
10:56 PM Bug #4385 (Resolved): Missing hosts_ctl() prototype in tcpd.h
- Resolved in 9b5f588
-
10:56 PM Bug #2926 (Resolved): lex ignores -Y
- Resolved in 7ab03f8
-
03:27 PM Bug #2926 (In Progress): lex ignores -Y
-
10:56 PM Bug #4436 (Resolved): ::dis -b fails to separate address columns
- Resolved in 4cf7329
2014-01-03
2014-01-02
-
02:27 PM Bug #1777: byteswap.h and endian.h could be provided
- Is there any hope for this issue being resolved?
2013-12-31
-
08:40 PM Bug #4378 (Feedback): Clean up %C in *time() functions
-
12:01 PM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- Igor Pashev wrote:
> msg_accrights is anachronism.
Maybe it is, but that doesn't mean removing it is the right th... -
11:51 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- msg_accrights is anachronism. A lot of apps fail to build on illumos because msg_control & friends are not exposed by...
-
11:25 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- I think removing the accrights members entirely might break something (but I'm not sure that just adding __EXTENSIONS...
-
11:05 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- I know.
-
10:30 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- Interestingly struct cmsghdr is *not* wrapped in defined(_XPG4_2) as the comment would suggest: it's always visible.
... -
02:50 AM Bug #3320: ZFS: kernel panic running "zfs diff" on oi_151a7
- Modify function zap_get_leaf_byblk(zap_t *zap, uint64_t blkid, dmu_tx_t *tx, krw_t lt, zap_leaf_t **lp) of zap.c
...
Also available in: Atom