Activity
From 2013-04-30 to 2013-05-29
2013-05-29
-
09:08 PM Bug #3796 (Closed): listsnapshots not documented in zpool man page
- The listsnapshots property is not documented in the zpool man page.
-
08:37 PM Bug #3787: gcc4.7 __cplusplus change incompatibility
- You're doing what I think is probably best, but I'm not certain.
What I understand from the discussion on the GCC ... -
08:31 PM Bug #3787: gcc4.7 __cplusplus change incompatibility
- Igor, it seems that your patch is not enough. At least, it doesn't help to build aspell. I've attached modified patch...
2013-05-28
-
10:03 PM Feature #3795 (Closed): find does not support -path or -ipath
- The find command provided by illumos does not provide -path or -ipath. A patch which implements these options can be...
-
08:33 PM Bug #3794 (New): Sequential IO on ZFS exhibits factor >13 slowdown when not aligned to record boundaries.
- It seems that using dd to write a large sequential file with bs=131072 is quick while bs=65536 exhibits a factor of >...
-
05:17 PM Bug #3702 (Resolved): nfs4_clnt.h: Typo pathhconf
- Resolved in 3731b53
-
03:07 AM Bug #3751 (Resolved): ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0
- ...
-
02:29 AM Bug #3793 (New): pr_getsockname doesn't pass enough args to _so_getsockopt
- _so_getsockopt grew an argument in the very distant past, it takes 6, the last one being a version.
usr/src/lib/li...
2013-05-27
-
08:54 PM Bug #3792 (Feedback): hald.c:371: error: 'g_type_init' is deprecated
- attached patch for this issue.
-
08:50 PM Bug #3792 (Closed): hald.c:371: error: 'g_type_init' is deprecated
- after upgrade glib to 2.36.1 we have error:
hald.c:371: error: 'g_type_init' is deprecated (declared at /usr/include... -
06:46 PM Bug #3791: /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
- Thanks, and sorry for the noise.
Stefano -
06:30 PM Bug #3791: /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
- The issue was fixed by AT&T in ast-ksh.20120214, together with a series of related fixes to pass the latest VSC test ...
-
06:16 PM Bug #3791: /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
- * Future versions of the POSIX standard will mandate that "rm -f" without
further arguments work correctly, that ... -
06:08 PM Bug #3791 (Closed): /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
- * How to reproduce:
Check that rm is actually a built-in:
$ /bin/sh 'type rm'
rm is a shell built... -
03:53 PM Bug #3790 (In Progress): Some Makefiles have LINT.c without LDLIBS
- When I was doing a complete build after changing some symbols in libc (and the lint library), I got this error:
@/ho...
2013-05-26
-
07:03 PM Bug #3789 (Resolved): iscsid disables warnings
- There is every appearance of cmd/iscsid/Makefile disabling warnings:...
-
06:58 PM Feature #3734: egrep does not support -q
- If you want a quick fix you can find one here: https://github.com/stormos-next/overlay/blob/master/sys-kernel/illumos...
-
05:07 PM Bug #3787: gcc4.7 __cplusplus change incompatibility
- I suspect that the condition should probably be "if it is Studio" rather than "If it is not GCC", I would assume that...
-
02:58 PM Bug #3787: gcc4.7 __cplusplus change incompatibility
- i have tested uploaded patch on dilos-illumos-gate, but i have integrated LIBM.
illumos build fine, some c++ userlan... -
03:50 PM Feature #3701 (Resolved): Chelsio Terminator 4 NIC driver for illumos
- Resolved in 56b2bdd
-
03:49 PM Bug #3739 (Resolved): cannot set zfs quota or reservation on pool version < 22
- Resolved in 013023d
-
03:49 PM Bug #3699 (Resolved): zfs hold or release of a non-existent snapshot does not output error
- Resolved in 013023d
2013-05-25
-
11:10 PM Bug #3770 (Resolved): ipmi drivers hangs due to attach/detach/attach cycle
- Resolved in e1c99a7
-
06:47 PM Bug #3788 (Resolved): /etc/bootrc is defunct and should be removed
- The /etc/bootrc file is not used or sourced anymore... its a legacy file dating back to the days when there was a rea...
-
06:15 PM Bug #3787 (Resolved): gcc4.7 __cplusplus change incompatibility
- In g++ 4.7 __cplusplus macros was changed so it is no longer 1 ( http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773 ) ....
-
01:53 PM Bug #3786: mmap doesn't respect address hints.
- Created a test case.
-
04:38 AM Bug #3786 (New): mmap doesn't respect address hints.
- The mmap() man page says that if addr is non-zero and MAP_FIXED is not specified that it will make an effort to alloc...
-
01:53 PM Bug #3785: Implement MAP_32BIT flag to mmap()
- Created a test case.
-
04:37 AM Bug #3785 (Resolved): Implement MAP_32BIT flag to mmap()
- The kernel internals already support the idea of mmap restricting itself to below the 4GB boundary. It is a private ...
2013-05-24
-
03:50 PM Bug #1860: CIFS: dir -> long delay or Error in dskattr: NT_STATUS_IO_TIMEOUT
- Any chance of debug data on this?
2013-05-23
-
10:19 PM Bug #3784: Paragraph in pmadm(1M) ends prematurely
- This looks like a result of conversion from sgml, most likely stripping the hyperlinks. There are similar errors in o...
-
10:00 PM Bug #3784 (New): Paragraph in pmadm(1M) ends prematurely
- The best way to illustrate this is by quoting the relevant section:
"In order to uniquely identify an instance of ... -
04:51 PM Bug #3621 (Closed): ZFS LU stuck in the offlining state
- ...
-
03:09 PM Bug #3783 (Closed): Flow control is needed in rpcmod when the NFS server is unable to keep up with the network
- Some NFS clients (like Oracle dNFS) are known for very high retransmit rate with very short delay between RPC request...
2013-05-22
-
11:46 PM Bug #3781: ksh93's builtin ln inconsistent
- One possible point, these ln -sf may point to a target that is missing, or may cross a filesystem boundary, if either...
-
11:44 PM Bug #3781: ksh93's builtin ln inconsistent
- I know how to isolate this. Individual small tests seem to pass just fine, this is in the context of a much larger s...
-
10:45 PM Bug #3781: ksh93's builtin ln inconsistent
- Glenn Fowler asked:
can you make a small test case (like the previous /tmp/x => /tmp/g) that
shows the problem
I... -
10:05 PM Bug #3781: ksh93's builtin ln inconsistent
- Bug passed to upstream. May take a week or two to get feedback because the AST and UWIN projects are currently under ...
-
09:38 PM Bug #3781 (Closed): ksh93's builtin ln inconsistent
- I found cases where -f is not honored properly with ksh. I can't figure out why.
Processing ksh-overrides: ./src/... -
11:43 PM Bug #3779: ksh93's builtin chown handling is busted
- version chgrp (AT&T Research) 2009-07-02
This is from illumos (current). It is known that illumos ksh93 i... -
10:41 PM Bug #3779: ksh93's builtin chown handling is busted
- Glenn Fowler asked:
my first attempt to reproduce (albeit not as root) worked
maybe its an older version
what does... -
10:06 PM Bug #3779: ksh93's builtin chown handling is busted
- Bug passed to upstream. May take a week or two to get feedback because the AST and UWIN projects are currently under ...
-
08:57 PM Bug #3779 (Resolved): ksh93's builtin chown handling is busted
- I discovered some surprising things lately.
builtin chown in ksh fails when chown -h if the link target is missing... -
10:09 PM Bug #3754: ksh93 interposes builtins over real commands which aren't ksh93-based
- If you read PSARC/2006/550 you notice the discussion about builtins. Builtins are allowed to interpose as long as the...
-
10:05 PM Bug #3782: ksh93's builtin chown fails with numeric ids
- Bug passed to upstream. May take a week or two to get feedback because the AST and UWIN projects are currently under ...
-
09:47 PM Bug #3782 (Closed): ksh93's builtin chown fails with numeric ids
- When I want to chown a file using numeric ids, which don't exist in the passwd file, the builtin chown falls down bad...
-
09:03 PM Bug #3780 (New): Merge xpg4 m4 and bin/m4
- It seems that the *sole* difference between the xpg4 version of m4, and the default version, is that the xpg4 version...
-
08:37 AM Feature #3778 (Resolved): 1000BASE-LX support in ixgbe
- At the moment ixgbe doesn't support 1GbE over single-mode fiber. This patch adds support for 1000BASE-LX (up to 5km r...
2013-05-21
-
11:49 PM Bug #3630: NFS server should not allocate oversized buffers
- ...
-
11:48 PM Bug #3630 (Closed): NFS server should not allocate oversized buffers
-
05:25 PM Feature #3777 (New): RFE: Hard drives shutdown
- When shutting down the system, with
_shutdown -y -i5_
the hard drives are not spun down before the power is cut.
... -
12:18 AM Bug #3776 (New): gcc can cause segfaults on ctfmerge
- The issue was found initially in NetBSD:
https://github.com/jsonn/src/commit/924b243eee68869ee5ed48f2b2fab9815c4f4e8...
2013-05-20
-
09:27 PM Feature #3775 (Feedback): Upstreaming of ALUA use-after-free fixes from Nexenta
- Webrev at: http://cr.illumos.org/~webrev/skiselkov/3775/
Awaiting go-ahead from developer mailing list for RTI. -
05:32 PM Feature #3775 (Resolved): Upstreaming of ALUA use-after-free fixes from Nexenta
- Upstreaming of ALUA use-after-free fixes from Nexenta pertaining to incorrect use of pppt_task_free in pppt COMSTAR p...
-
02:35 PM Feature #3774 (New): add cmd/which -a --all
- Add option flag: 'which [-a|--all]'
"Print all matching executables in PATH, not just the first," (~gnu manpage).
...
2013-05-19
-
09:13 PM Bug #3736 (In Progress): cp -r shouldn't allow infinite loops
- Going to publish webrev shortly for initial review. Will need a strategy/tool for thorough testing.
Took a differ... -
11:58 AM Bug #3702 (Feedback): nfs4_clnt.h: Typo pathhconf
- Fixed:
http://cr.illumos.org/~webrev/bcoddens/illumos-3702/
RTI in process -
10:59 AM Bug #3664: pkg/Makefile openssl logic should be removed
- Webrev is here:
http://cr.illumos.org/~webrev/bcoddens/illumos-3664/
-
07:49 AM Bug #3773: Dell BMC on R520 stops responding after bge driver loads
- If you pull and build "this webrev":http://kebe.com/~danmcd/webrevs/per-bge/, it will likely work nicely for you.
It...
2013-05-18
-
07:54 PM Bug #3773 (New): Dell BMC on R520 stops responding after bge driver loads
- The BMC works until the kernel boots (SmartOS May release), but then the IP goes unresponsive and there's not even an...
-
01:49 PM Bug #3621 (In Progress): ZFS LU stuck in the offlining state
- Confirmed and found a fix for this:
http://cr.illumos.org/~webrev/skiselkov/3621/
Webrev submitted to the mailing l... -
12:14 AM Bug #3772: consider raising default descriptor soft limit
- Experimentally, on Mac OS X 10.8, I can set the soft limit as high as 10240 (0x2800) as a regular user or 12288 (0x30...
2013-05-17
-
11:30 PM Bug #3772: consider raising default descriptor soft limit
- SmartOS patches the limit (via the default /etc/system) such that soft == hard by default, at 65536
-
10:42 PM Bug #3772 (Closed): consider raising default descriptor soft limit
- We by default have the rlimit file descriptor soft limit set to 256 (or at least, that's what it is on my systems). ...
-
06:21 PM Feature #3113: ztest should use watchpoints to protect frozen arc bufs
- Ok, that's good to know. After adapting the debug patch for Linux to use mprotect(2) I'm still able to fairly easily...
-
01:10 PM Feature #3113: ztest should use watchpoints to protect frozen arc bufs
- The buffer modified while frozen issue still exists. I have been trying to isolate this but have not had much time re...
-
03:48 PM Bug #3664: pkg/Makefile openssl logic should be removed
- Done,
Webrev coming up
2013-05-16
-
10:25 PM Feature #3113: ztest should use watchpoints to protect frozen arc bufs
- Was the root cause of the 'buffer modified while frozen!' error ever identified? I see that the arc watchpoint patch...
-
09:56 PM Bug #3771: kmdb hangs when reading an invalid address
- Just quickly glancing through the code it looks like kmdb_kvm.c does eventually include setjmp.h which does define se...
-
09:43 PM Bug #3771: kmdb hangs when reading an invalid address
- Wonderful analysis, thanks for that.
The compiler should be issueing a warning in this case (perhaps another that ... -
09:19 PM Bug #3771 (Resolved): kmdb hangs when reading an invalid address
- Jeremy Jones did some heroic investigation of this. His write-up of the problem is:...
2013-05-15
-
01:36 PM Bug #3368: NFSv4 and slow OS X Mountain Lion (10.8.2) Client
- Marcel Telka wrote:
> Okay. I'm closing this. Once you have some info showing what can we do from the OI/illumos sid...
2013-05-14
-
11:20 PM Bug #3769 (Resolved): Implement SOCK_NONBLOCK flag to socket()
- Resolved in a63a4ea
-
11:20 PM Bug #3717 (Resolved): a README should explain libc's use of 'protected', the potential existence of synonym symbols, etc.
- Resolved in 3197aa6
2013-05-13
-
11:40 PM Bug #3769: Implement SOCK_NONBLOCK flag to socket()
- A more complete test suite that finds existing problems including the related socketpair issues may be found at https...
-
06:08 PM Bug #3769 (Resolved): Implement SOCK_NONBLOCK flag to socket()
- With the integration of 3666, the socket() implementation treats SOCK_NONBLOCK as a noop. This causes applications to...
-
09:57 PM Bug #3770 (Resolved): ipmi drivers hangs due to attach/detach/attach cycle
- 36657:May 11 11:06:02 myhost ipmi: [ID 550463 kern.warning] WARNING: Timed out waiting for GET_DEVICE_ID
Noticed t... -
04:29 PM Bug #3736: cp -r shouldn't allow infinite loops
- Possible fix is attached
2013-05-11
-
07:56 PM Bug #3768 (Closed): fnmatch(5) is worded poorly
- Specifically, "The following patterns matching a single character match a single character". This seems like a tautol...
-
03:59 PM Feature #3731 (Feedback): Update nawk to version 20121220
- Yuri Pankov wrote:
> At least, webrev(1) breaks with newer nawk versions... Please make sure you don't break anythin...
2013-05-10
-
08:54 PM Feature #2987 (Resolved): Add destination address to hash computation in mac fanout
- Resolved in dea290b
-
05:49 PM Bug #3762 (In Progress): nawk 'continue illegal outside of loops'
- http://cr.illumos.org/~webrev/0xffea/nawk-continue-01/
-
07:23 AM Bug #3767 (New): nwamcfg dns-nameservice-service not dual stack
- When setting up a DNS server for dual stack IPv6/IPv4 network connectivity I noticed that nwamcfg's dns-nameservice-s...
2013-05-09
-
08:01 PM Bug #3766 (Closed): audit documentation needs updating, badly!
- The auditd(1M) and similar documentation that ships with illumos refers one to files in /etc/security (specifically /...
-
11:24 AM Bug #3326: VMWare: mutex panic during shutdown
- No, I'm not using open-vm-tools, but the solaris tools provided by ESXi. This only seems to be an issue shutting dow...
-
05:30 AM Bug #3326: VMWare: mutex panic during shutdown
- Ah, it's part of the vmware tools.
Nothing stands out as overly broken looking in the open-vm-tools code I can fin... -
05:03 AM Bug #3326: VMWare: mutex panic during shutdown
- In those dumps we have:...
-
04:16 AM Bug #3326: VMWare: mutex panic during shutdown
- vmcore.0.gz and unix.0.gz
-
02:28 AM Bug #3758 (Feedback): RFE: Would like "hostname -s"
- Sent review request.
2013-05-08
-
08:17 PM Bug #3326: VMWare: mutex panic during shutdown
- Will do. Hopefully tonight...
-
08:12 PM Bug #3326: VMWare: mutex panic during shutdown
- If this is easily repeatable, could you please boot with -kd, and when you stop at the kmdb prompt on the console, ut...
-
07:45 PM Bug #3326 (In Progress): VMWare: mutex panic during shutdown
- I added the panic stack from vmcore.5 to the Description field and reopened the bug.
-
01:05 PM Bug #3751: ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0
- The bug and the fix come from Paul Griffiths-Todd. I also included a small manpage fix from Paul.
Webrev: http://c... -
12:12 AM Bug #3765 (New): fast reboot fails when kernel parameters get too long
- a fast reboot initiated via
@/usr/sbin/reboot -f -- dataset -B kernel,parameters@
will fail if the part after "...
2013-05-07
-
06:57 PM Feature #3525: Persistent L2ARC
- On a modern CPU fletcher-4 achieves in excess of 4GB/s/core in hashing performance, whereas SHA-256 (in hand-written ...
-
06:47 PM Feature #3525: Persistent L2ARC
- Perhaps use SHA256 rather than Fletcher, or offer it as an option when an L2ARC device is created? SHA256 has instruc...
2013-05-06
-
06:28 PM Bug #3764 (New): Semantic of nawk's print statement changed
- Old nawk:...
-
03:27 PM Bug #3763: Implement qsort_r(3C)
- s/recursive/reentrant/ of course. I blame Monday morning.
-
03:21 PM Bug #3763 (Closed): Implement qsort_r(3C)
- This reentrant variant of qsort(3C) is used in modern software such as libgit2. Both BSD and GNU have implementations.
-
11:23 AM Bug #3762 (In Progress): nawk 'continue illegal outside of loops'
- Newer nawk versions don't permit code like this:...
-
09:10 AM Feature #3761 (New): Datagram Congestion Control Protocol (DCCP) support for snoop
- The Datagram Congestion Control Protocol (DCCP) is a transport protocol that provides bidirectional unicast connectio...
2013-05-05
-
03:31 PM Bug #3758: RFE: Would like "hostname -s"
- I'd recommend combining the two changes into one. You can certainly have one webrev that references two bug reports.
-
02:56 AM Bug #3758 (In Progress): RFE: Would like "hostname -s"
- Got the code done, needs review. Waiting on 3430 (this bug modifies the same lines in the files, so a conflict is ine...
2013-05-04
-
11:44 PM Feature #2987 (Feedback): Add destination address to hash computation in mac fanout
- Awaiting review feedback for webrev at: http://cr.illumos.org/~webrev/skiselkov/2987/
2013-05-03
-
11:58 PM Bug #3736: cp -r shouldn't allow infinite loops
- I've started taking a look at this. Don't have permissions to assign bug to myself, but will update with progress.
... -
11:36 PM Bug #3719 (Resolved): so_socketpair syscall should preserve FD_CLOEXEC flag
- garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@... -
11:36 PM Feature #3716 (Resolved): Implement mkostemp() and mkostemps()
- garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@... -
11:35 PM Feature #3715 (Resolved): Implement dup3()
- garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@... -
11:35 PM Feature #3714 (Resolved): Implement pipe2()
- garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@... -
11:35 PM Feature #3713 (Resolved): Implement accept4()
- garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@... -
09:36 PM Feature #3760 (New): svcadm restart should accept -s (synchronous) option
- svcadm enable and disable accept -s to work synchronously and return non-zero status in case of failure. Without the ...
-
09:26 PM Bug #3722 (Resolved): link-editor is over restrictive of R_AMD64_32 addends
- Resolved in 6136c58
-
06:52 PM Bug #3759 (Resolved): egrep(1) and fgrep(1) -s flag does not hide -c output
- The legacy option -s in egrep(1) and fgrep(1) (which documented to behave the same as POSIX option -q instead of the ...
-
04:28 PM Bug #2702 (In Progress): ZFS sharenfs strangeness with anon=
-
03:20 PM Bug #2702: ZFS sharenfs strangeness with anon=
- It looks like this issue has not been touched in for ever. It is most definitely still an issue. I ran into it today,...
2013-05-02
-
10:52 PM Feature #3430 (Feedback): Support "hostname --fqdn"
-
12:05 AM Feature #3430: Support "hostname --fqdn"
- I've got a webrev for this up at http://labs.omniti.com/people/cnehren/webrevs/issue3430/. It implements -f rather th...
-
08:52 PM Bug #3391: ZFS: kernel panic running "zfs diff" on oi_151a5
- The bug also exists in oi_151a3 and is 100% reproducible too.
-
08:51 PM Feature #3737 (In Progress): grep does not support -H option
- Currently waiting for reviews.
-
07:07 PM Bug #3758 (Closed): RFE: Would like "hostname -s"
- The -s flag (only print the hostname, not the fqdn) is available in other Unixes and would be nice to have here.
2013-05-01
-
05:46 PM Bug #3391: ZFS: kernel panic running "zfs diff" on oi_151a5
- This crash dump is from oi151a7 after a "zfs diff"
In case the vmcore.0 or vmdump.0 are needed - let me know where I... -
09:05 AM Feature #3756 (Closed): want lz4 support for metadata compression
- Metadata on ZFS is compressed using the *lzjb* algorithm by default.
The advantages of lz4 compression may be used ... -
04:01 AM Bug #3597: dtrace probe lookup ignores provider, asserts on conflict
- What's going on is when we ask the kernel for probes in dt_probe_lookup, the provider isn't part of the pattern we ha...
-
01:12 AM Bug #3597: dtrace probe lookup ignores provider, asserts on conflict
- We're crashing when parsing the script actually. And actually, provider name is immaterial, dtrace_xstr2desc isn't f...
-
02:51 AM Feature #3430: Support "hostname --fqdn"
- Most of the work actually done; just need to run a lint build and submit for review.
2013-04-30
-
10:02 PM Bug #3755: dladm show-aggr documentation
- In man dladm, "OBYTES Number of bytes received on this link." should be "OBYTES Number of bytes sent on this link."
-
10:00 PM Bug #3755 (Rejected): dladm show-aggr documentation
- "OBYTES Number of bytes received on this link." should be "OBYTES Number of bytes sent on this link."
-
07:21 PM Bug #3754: ksh93 interposes builtins over real commands which aren't ksh93-based
- which(1) does lie to you, but that's because it's intended for csh, not ksh. For ksh, you should use whence(1) inste...
-
06:48 PM Bug #3754 (New): ksh93 interposes builtins over real commands which aren't ksh93-based
- When ksh93 integrated, it was _supposed_ to only interpose over real commands based on $PATH if the real command was ...
Also available in: Atom