Project

General

Profile

Activity

From 2011-10-27 to 2011-11-25

2011-11-25

10:44 PM Bug #1815: sed -i "" no longer works
So, we can "preprocess" argv before handing it to getopt_long. It's not great, but it's pragmatic. Should give us t... Joshua M. Clulow
07:30 PM Bug #1815: sed -i "" no longer works
The problem here is in how getopt_long handles optional arguments. Optional argument should follow the option without... Yuri Pankov
07:12 PM Bug #1815: sed -i "" no longer works
The error we get from sed in this case is from all the way down in mf_gets at http://src.illumos.org/source/xref/illu... Rich Lowe
07:05 PM Bug #1815: sed -i "" no longer works
That misses the point entirely. Things should not break, especially without as much as a flag day.
Digging through...
John Sonnenschein
07:03 PM Bug #1815: sed -i "" no longer works
You could change sed invocations to have just '-i'... Yuri Pankov
07:01 PM Bug #1815: sed -i "" no longer works
Then I'll just back the cset out of our tree. Having our current scripts not break is more important to me than havin... John Sonnenschein
06:58 PM Bug #1815: sed -i "" no longer works
I'm not sure what I can do about it - getopt_long's "optional argument" won't accept '-i ""' (I described it all in #... Yuri Pankov
04:42 AM Bug #1815 (New): sed -i "" no longer works
For a while, sed only accept -i with an argument. The workaround for this, which worked for a while, was 'sed -i "" ... Rich Lowe
09:22 PM Bug #1812 (Resolved): libbc should avoid implicitly multi-line strings
Resolved in r13532 commit:365e6faae95f Rich Lowe
09:22 PM Bug #1811 (Resolved): hal uses non-pointer NULL as g_strconcat sentinel
Resolved in r13531 commit:95e596551b5c Rich Lowe
09:22 PM Bug #1803 (Resolved): appcert's symbol hash insert is needlessly baroque
Resolved in r13530 commit:4762b52cedff Rich Lowe
06:58 PM Bug #1817: USB ports dead after resume
This sounds similar to #506, which we'd thought we fixed (see, especially, the first comment in that bug). Rich Lowe
10:00 AM Bug #1817 (New): USB ports dead after resume
Hi,
I'm running oi_151a with the latest built kernel from git on Thinkpad X201.
I have to use @pci_enable_wakeu...
Vladimir Kirillov
05:30 AM Bug #1816 (Resolved): hgsetup should use anonymous ssh clone, not http
The only supported public clone URL is: ssh://anonhg@hg.illumos.org/illumos-gate
This change has been made in illum...
Joshua M. Clulow
01:18 AM Bug #1785 (Resolved): Sundry Misspellings
Resolved in r13529 commit:36f298df0acc by Bart Coddens Rich Lowe

2011-11-24

07:23 PM Bug #1813: onbld should be provided from proto/opt/onbld
To do this, you'll need to remove any special treatment of TOOLS_PROTO, PARENT_TOOLS_PROTO, etc, in nightly, and make... Rich Lowe
04:30 PM Bug #1813 (Closed): onbld should be provided from proto/opt/onbld
onbld should be provided from proto/opt/onbld
at this moment onbld located at: usr/src/tools/proto
need move it t...
Igor Kozhukhov

2011-11-23

11:36 PM Bug #1812 (Resolved): libbc should avoid implicitly multi-line strings
libbc does ... Rich Lowe
11:33 PM Bug #1811 (Resolved): hal uses non-pointer NULL as g_strconcat sentinel
g_strconcat is a vararg function from glib, which takes a sentinel NULL. This should be pointer sized.
Unfortunat...
Rich Lowe
08:27 PM Bug #1785: Sundry Misspellings
New webrev has been uploaded:
http://cr.illumos.org/view/qgsjtguu/
Bart Coddens
07:22 PM Bug #1810 (Feedback): System call bursts in 'umount2' on an idle system up to 4 million/minute
When looking at some odd CPU use issues in 'fflush' and 'zpool-rool' I found that occasinally I have large bursts of ... Jon Strabala
06:21 AM Feature #1808 (New): hardware crypto acceleration feature using aes
A placeholder request...
The latest openssl from you know who added aes_ni to support the on chip crypto acceleratio...
Richard PALO

2011-11-21

10:36 PM Bug #1804 (Resolved): hat_sfmmu should verify that shared context identifiers are in-bounds
GCC4 notices that we don't check the bounds of the region cookie when unlocking a shared region on SPARC. It is very... Rich Lowe
10:32 PM Bug #1803 (Resolved): appcert's symbol hash insert is needlessly baroque
While attempting to determine why GCC4 believed that appcert may go out of bounds on an array of has buckets, we dete... Rich Lowe
10:30 PM Bug #1802 (Resolved): qlge may wildly overrun a debug buffer
in ql_get_serdes_regs, we write the contents of our registers into a struct ql_mpi_coredump. Unfortunately in two ca... Rich Lowe
09:10 PM Bug #1751 (Resolved): usr/src/pkg/Makefile should define PKGFMT_OUTPUT=v1 when checking manifests
Resolved in r13528 commit:d5dc5fc5db60 Rich Lowe
09:09 PM Bug #1752 (Resolved): Add PKGFMT_OUTPUT=v1 to usr/src/tools/env/illumos.sh to prevent footshooting
Resolved in r13528 commit:d5dc5fc5db60 Rich Lowe
09:09 PM Bug #1699 (Resolved): beadm destroy complains "device busy" if hampered by snapshots
Resolved in r13527 commit:4b5bd4534d91 Rich Lowe
09:09 PM Bug #1794 (Resolved): libxnet is missing a filter on __xnet_getaddrinfo
Resolved in r13526 commit:5a529e25e724 Rich Lowe
08:29 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
if the fsflush stuff is separate, please open a separate bug. Rich Lowe
07:34 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
After about 69 ours it seems like the system is running fine WRT issue #1333 with Garrett's revised patch (above), sp... Jon Strabala
08:09 PM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
So in other words we have to rewrite the text parts with our own wording? The functional parts are already in zfs sou... Martin Matuška
04:45 PM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
Oracle indicated that the presence of the CDDL _headers_ in the 11/11 files was not intended to suggest the files wer... Rich Lowe
12:53 PM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
Fixed some spaces at end of lines and zfs send:
http://cr.illumos.org/view/m1u57xze/zfs_manpages_v3
Martin Matuška
11:07 AM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
Here are some diffs to ease the review. Martin Matuška
10:54 AM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
The manpages in OpenSolaris dev build 134 already contain the majority of the text, too.
Here is an updated, revis...
Martin Matuška
09:04 AM Feature #1801: update zfs and zpool manpages from CDDL-licensed files
Webrev: http://cr.illumos.org/view/bmxstsna/zfs_manpages Martin Matuška
08:59 AM Feature #1801 (Closed): update zfs and zpool manpages from CDDL-licensed files
The zfs.1m and zpool.1m manpages released in Solaris 11 11/11 do not contain the CDDL header anymore.
But this is n...
Martin Matuška
08:03 AM Feature #1797: Update Boomer device drivers from OSS tree.
Checked latest available OSS in Solaris 11 - works flawlessly, no hangs on booting.
russiane39@tank:/$ uname -a
Sun...
Michael Kosarev

2011-11-20

08:07 PM Bug #1785 (Feedback): Sundry Misspellings
I fixed the misspellings, webrev is here:
http://cr.illumos.org/view/a3i1uee9
Bart Coddens
08:55 AM Bug #1648: JMicron JMB363: switch from RAID to AHCI mode
I purchased one of those cards recently and stumbled into this.
I have a somewhat crude hack which works for me (a...
Bill Sommerfeld

2011-11-19

09:05 PM Bug #1799 (Resolved): ipadm create-addr arg validation crash
@ipadm create-addr -p stateless <interface>@ crashes in process_addrconf_addrargs. The parser expects @-p stateless=y... Albert Lee
07:57 PM Bug #1772: OI cannot import a data zpool created by S11X
Is the protocol here to _copy_ this bug into illumos, so ZFS folks see it, or to move it?
Either way, I'd suggest ...
Rich Lowe
06:48 AM Feature #1797 (New): Update Boomer device drivers from OSS tree.
Unfortunately, but latest OSS builds (even mercurial ones) just hangs on ossdetect phase. I think it's time to get so... Michael Kosarev
03:52 AM Bug #1794: libxnet is missing a filter on __xnet_getaddrinfo
While the bug as-filed requires a very recent GCC and C++ to test, the actual change involved appears to be that the ... Rich Lowe
12:02 AM Bug #1794 (In Progress): libxnet is missing a filter on __xnet_getaddrinfo
Rich Lowe
01:50 AM Bug #1796 (Resolved): "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only pool
I'm in the process of repairing a corrupted unmirrored rpool - my machine crashes when trying to import the rpool in ... Jim Klimov

2011-11-18

10:30 PM Bug #1794: libxnet is missing a filter on __xnet_getaddrinfo
This is a missing filter in libxnet on libsocket (which in retrospect, should have been obvious). Rich Lowe
10:21 PM Bug #1794: libxnet is missing a filter on __xnet_getaddrinfo
Workaround, of course, is to explicitly link to libsocket.
Fix might be to link libxnet to libsocket explicitly
Rich Lowe
10:16 PM Bug #1794 (Resolved): libxnet is missing a filter on __xnet_getaddrinfo
Our headers do magic with getaddrinfo() as compared to __xnet_getaddrinfo() for standards reasons.
With GCC 4.6 (b...
Rich Lowe
08:20 PM Feature #1789: "zpool labelclear" should remove ZFS label on desired devices
New webrev, included changes suggested from Eric Schrock and command renamed to "wipe":
http://cr.illumos.org/view/z...
Martin Matuška
04:41 PM Feature #1789 (Feedback): "zpool labelclear" should remove ZFS label on desired devices
Workaround:
# zpool create -f tank $disk && zpool destroy tank
Mark Musante
09:11 AM Feature #1789: "zpool labelclear" should remove ZFS label on desired devices
Updated webrev with correct issue number: http://cr.illumos.org/view/6np4i71b/labelclear/ Martin Matuška
09:04 AM Feature #1789 (Closed): "zpool labelclear" should remove ZFS label on desired devices
Add the "zpool labelclear" command. This command can be used to wipe the label data from a device that is not active... Martin Matuška
06:34 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
FYI I was sort of "brain dead" I had to apply the patch with the '-l' option (for white space) as I had to cut-n-past... Jon Strabala
05:07 PM Bug #76: broken 'smbadm add-member'
We have not been able to reproduce this.
It may have been fixed with #1526 so if the reported could try this again...
Gordon Ross
10:50 AM Bug #1786 (Feedback): Sendmail should be built with SASL methods
should this stay in ON or move to the userland gate ? Bart Coddens
08:58 AM Bug #1788 (Resolved): "WARNING: Cannot lookup root device: /devices" is useless when rootfs is zfs
"WARNING: Cannot lookup root device: /devices" (coming from http://src.illumos.org/source/xref/illumos-gate/usr/src/u... Yuri Pankov

2011-11-17

10:29 PM Bug #1787 (Resolved): SATL fails to handle returned SMART sense data
It appears that a SCSI error we are seeing is not an error but the Solaris/Illumos SCSI subsystem not handling the SC... Jason Williams
10:22 PM Feature #1693 (Resolved): persistent 'comment' field for a zpool
Resolved in r13525 commit:7059b67f1bc2 Rich Lowe
06:23 PM Feature #1644 (Resolved): add ZFS "clones" property
changeset: 13524:f0e12b33f77c
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Thu N...
Eric Schrock
06:23 PM Feature #1645 (Resolved): add ZFS "written" and "written@..." properties
changeset: 13524:f0e12b33f77c
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Thu N...
Eric Schrock
06:23 PM Feature #1646 (Resolved): "zfs send" should estimate size of stream
changeset: 13524:f0e12b33f77c
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Thu N...
Eric Schrock
06:22 PM Feature #1647 (Resolved): "zfs destroy" should determine space reclaimed by destroying multiple snapshots
changeset: 13524:f0e12b33f77c
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Thu N...
Eric Schrock
06:22 PM Bug #1708 (Resolved): adjust size of zpool history data
changeset: 13524:f0e12b33f77c
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Thu N...
Eric Schrock
05:21 PM Bug #1731 (Resolved): DTrace NFS translators should be split into client/server pieces
Resolved in r13523 commit:6763769941d2 Rich Lowe
04:20 PM Bug #396: format crashes
Bill Sommerfeld wrote:
> looks like a divide-by-zero. from disassembly of the oi_147 version of usr/bin/format, the...
Aurélien ROUGEMONT
04:09 PM Bug #1786 (Resolved): Sendmail should be built with SASL methods
The current sendmail package is built without the `SASL'
define. This means that sendmail can't be used for
authen...
Gary Mills
09:48 AM Feature #1783: ACPI CA should be less verbose in release builds
Ok, let's leave ACPI_DEBUG_OUTPUT + ACPI_DISASSEMBLER for debug builds, but remove them for release ones.
Rich, I ...
Yuri Pankov
07:24 AM Feature #1783: ACPI CA should be less verbose in release builds
Sure, but logging it _twice every 30 seconds_ is overkill.
What I'd want is to see it logged once, and then not agai...
Rich Lowe
05:14 AM Feature #1783: ACPI CA should be less verbose in release builds
Verboseness doesn't kill. Lack of verboseness kills.
I'd much rather see the root cause corrected than a weak atte...
Richard Elling
04:22 AM Bug #1785 (Resolved): Sundry Misspellings
There are some most excellent misspellings in the gate.
See: http://src.illumos.org/source/search?q=Mpbs&project=...
Joshua M. Clulow

2011-11-16

10:11 PM Bug #1784: zone configuration passes zonecfg but not zoneadm for limitpriv property
Forgot to mention: this is on an OI 151 system. Eric Sproul
10:09 PM Bug #1784 (Closed): zone configuration passes zonecfg but not zoneadm for limitpriv property
I committed a configuration for a zone that passed 'verify' within zonecfg but on boot, failed to verify with zoneadm... Eric Sproul
08:51 PM Feature #1644: add ZFS "clones" property
That's exactly why it was backed out.. Yuri Pankov
08:32 PM Feature #1644: add ZFS "clones" property
Just stumbled upon the bug cause by these changes:... Stepan Zastupov
12:11 PM Feature #1783 (Closed): ACPI CA should be less verbose in release builds
Now we are printing the following on every access to failing method (even on non-debug builds!) - for me it's 2x the ... Yuri Pankov
07:02 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> so 0xffffffff I figured would be big enough (anything over about 100 msec *ought* to be big...
Aubrey Li
06:28 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
so 0xffffffff I figured would be big enough (anything over about 100 msec *ought* to be big enough), but I can just w... Garrett D'Amore
02:21 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> Ok, I think I finally understood what was meant about "serialized" -- the problem is issue ...
Aubrey Li
03:05 AM Bug #1237: port Intel WifiLink 4965/100/1000/2000/5000/6000 driver
As far as I know, there has been no progress on this. Josef Sipek

2011-11-15

10:01 PM Feature #1780 (New): ztest addition for comment (and other strings?)
The advocates suggested I file this RFE as a followup to #1693. Ztest doesn't have explicit use of the comment pool ... Dan McDonald
09:11 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Ok, I think I finally understood what was meant about "serialized" -- the problem is issue order != execution order. ... Garrett D'Amore
08:48 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Aubrey Li wrote:
> Garrett D'Amore wrote:
> > Ok, re-reading my code, and the spec, I've got another try. I'm sorr...
Garrett D'Amore
06:03 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Using my X9SCA-F running oi_151a, I applied Garrett's the patch as in [https://www.illumos.org/issues/1333#note-56] t... Jon Strabala
01:47 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> Ok, re-reading my code, and the spec, I've got another try. I'm sorry I don't have h/w atm...
Aubrey Li
05:05 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Ok, re-reading my code, and the spec, I've got another try. I'm sorry I don't have h/w atm I can test this on:
<p...
Garrett D'Amore
02:46 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> cyclic_reprogram disable kernel preemption and runs with the PIL set high. I think we're o...
Aubrey Li
08:24 PM Bug #1779: panic: assertion failed: rc == DDI_SUCCESS, file: ../../common/os/devcfg.c, line: 4185
The failure is an assert after the nVidia driver's quiesce entry point returns DDI_FAILURE. This particular assert i... Gordon Ross
08:21 PM Bug #1779 (Resolved): panic: assertion failed: rc == DDI_SUCCESS, file: ../../common/os/devcfg.c, line: 4185
During a reboot (full, to BIOS, not "fast" reboot) on a debug kernel, on a system with nVidia graphics, I got a panic... Gordon Ross
05:55 PM Bug #1775 (Resolved): 1631's fix missed the case of data on the handshake's ACK
... Gordon Ross
05:54 PM Bug #1720 (Resolved): join domain fails with INVALID_PARAMETER
... Gordon Ross
09:00 AM Bug #1773: LSI 9200 SAS MPT driver forces synchronous writes to device
This has turned out to be an MPIO problem, and was worked around by changing /kernel/drv/scsi_vhci.conf:... Ketil Froyn
12:10 AM Bug #1778 (Closed): Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func
Debug build from ~Nov 9th.
# zpool export lacie
halt & unplug the external USB drive; then boot
# zpool import l...
Josef Sipek

2011-11-14

11:44 PM Bug #1777 (New): byteswap.h and endian.h could be provided
Illumos could provide byteswap.h and endian.h headers for better source compatibility with Linux. The attached patch... Andrew Stormont
10:58 PM Feature #1776 (Closed): ipadm should be able to manage IPMP groups
I think it's a reasonable step to learn ipadm how to deal with IPMP group configuration.
In the easiest way those...
Piotr Jasiukajtis
09:55 PM Bug #1760 (Resolved): constant condition in elfsign annoys GCC
Resolved in r13517 commit:86bdede5c41c Rich Lowe
09:55 PM Bug #1757 (Resolved): bignumimpl's use of contractions annoys GCC
Resolved in r13518 commit:067b10c4642b Rich Lowe
09:55 PM Bug #1754 (Resolved): scsiclass compatible properties with revision info may be erroneously created
Resolved in r13519 commit:cbb99929897f Rich Lowe
09:55 PM Bug #1767 (Resolved): sd returns incorrect Q sub-channel data
Resolved in r13520 commit:fd89fd56f8d7 Rich Lowe
08:29 PM Bug #1775 (Resolved): 1631's fix missed the case of data on the handshake's ACK
Consider this exchange:... Dan McDonald
05:59 PM Bug #1237: port Intel WifiLink 4965/100/1000/2000/5000/6000 driver
Were there any advancements so far? Vladimir Kirillov
11:48 AM Bug #1773: LSI 9200 SAS MPT driver forces synchronous writes to device
I forgot to include:... Ketil Froyn
11:42 AM Bug #1773 (Resolved): LSI 9200 SAS MPT driver forces synchronous writes to device
I have a NexentaStor 3.x system, but was advised in the #illumos IRC group to report this bug here.
I have a serve...
Ketil Froyn
11:47 AM Bug #1774 (New): keyboard does not work in kmdb at times when cold boot with "-v -m verbose -dk" appended to GRUB
This is sporadic. From time to time keyboard becomes unresponsive in kmdb(1) after cold boot. This was seen after war... Yakov Zaytsev

2011-11-13

07:39 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
cyclic_reprogram disable kernel preemption and runs with the PIL set high. I think we're ok here. Reading the code,... Garrett D'Amore
01:58 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> Thanks Aubrey. I also noticed by reading the manual that negative values are handled prope...
Aubrey Li
04:34 PM Bug #1772 (New): OI cannot import a data zpool created by S11X
I am trying to import in OI b151 a single-drive data zpool that was created in S11X, explicitly at version 28.
Howev...
Laurent Blume
04:03 PM Bug #1769: dladm show-link truncates OVER field
While looking for the solution, I found out that the same limit applies to printing the BRIDGE field. Dan Vatca
12:23 PM Bug #1771 (Closed): Need to update timezone information.
good, then i close this ticket. Roman Strashkin
11:49 AM Bug #1771: Need to update timezone information.
It's already done, check #1705. Yuri Pankov
11:33 AM Bug #1771 (Closed): Need to update timezone information.
Now Russia always uses daylight savings time, so need to update timezone information. Roman Strashkin
07:40 AM Bug #1736: ld segfaults on sparc during python26 build
The logic that since a segment was asked for, it should remain, is incorrect.
Partially following on from that, it t...
Rich Lowe
02:36 AM Bug #1770 (Resolved): 3libucb and 3ucb manpages are 6 years behind reality
The 3libucb man pages are seriously out of date, and might be removed entirely.
In particular, man libcurses.3libu...
Johann Oskarsson

2011-11-12

11:47 PM Bug #1769 (Closed): dladm show-link truncates OVER field
When creating an aggregate with 5 e1000g interfaces, the aggregate gets created, but a dladm show-link will only show... Dan Vatca
09:30 PM Bug #1761 (Resolved): Codenomicon findings in smbsrv
... Gordon Ross
09:29 PM Bug #1676 (Resolved): Connections to CIFS service via DNS alias kills other sessions
... Gordon Ross
05:30 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Thanks Aubrey. I also noticed by reading the manual that negative values are handled properly, so we don't need that... Garrett D'Amore
10:04 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Garrett D'Amore wrote:
> Good catch. Here's the revised version:
>
> [...]
Two comments of this patch:
1. ...
Aubrey Li
05:36 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
I rebooted with -ks, hoping that I could F1-A the system when it locked up. Of course, no matter what I did the syst... Josef Sipek
04:30 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
I tried patch (with unscalehrtime) but the moment I tried to run dtrace the whole system locked up hard. Josef Sipek
03:55 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Good catch. Here's the revised version:... Garrett D'Amore
12:02 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
That's not the patch in the state it was when I reviewed it, you need to be unscaling the time delta. (That might be... Rich Lowe
06:47 AM Feature #1748: desire support for reguid in zfs
True, but in order to load the pool, you need to have non-conflicting GUIDs, which would lead to a chicken-and-egg pr... Garrett D'Amore
01:38 AM Feature #1748: desire support for reguid in zfs
Excellent, thanks for the detailed explanation Garrett. Glad it works in online mode. I think it can work for the imp... Mark Musante

2011-11-11

11:15 PM Feature #1621: update acpica code to newer version (Joyent OS-441)
I looked into this a little, and found some interesting resources:
http://www.acpica.org/download/acpica-reference.d...
Gordon Ross
11:06 PM Feature #1621: update acpica code to newer version (Joyent OS-441)
I have a laptop (Dell Precision M6300) on which oi151 works great,
suspend/resume and everything, so I tried this co...
Gordon Ross
10:24 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
Here is my attempt at fixing this, based on conversation with Rich Lowe and my own analysis of the code. I need help... Garrett D'Amore
10:09 PM Feature #1748 (Resolved): desire support for reguid in zfs
Fixed in:
changeset: 13514:417c34452f03
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
...
Garrett D'Amore
08:04 PM Bug #1730 (Feedback): DTrace should ignore type information from modules with cth_parlabel mismatches
I have a simple prototype of this on github, as a child of the GCC4 work and intertwined with a copy of #1731 (for ea... Rich Lowe
08:02 PM Bug #1759 (In Progress): sun4u floating-point scrubber should be removed
I've made these changes on the GCC4 branch, but haven't merged them back yet. Rich Lowe
08:01 PM Bug #1731 (In Progress): DTrace NFS translators should be split into client/server pieces
Rich Lowe
07:20 PM Bug #1736 (In Progress): ld segfaults on sparc during python26 build
This is, likely, not an actually SPARC specific problem in general, but SPARC specific in that the SPARC compiler is ... Rich Lowe
05:41 PM Bug #1767 (Resolved): sd returns incorrect Q sub-channel data
Underneath the CDROMSUBCHNL ioctl, in sr_read_subchannel, sd(7D) does... Rich Lowe
12:08 PM Bug #1766 (Closed): smb/server stop working
I have several servers working on oi_151a.
They are cifs servers in AD mode.
Have 2 domain controllers always onlin...
Anton Anikin
10:19 AM Bug #1765 (Resolved): assert triggered in libzfs_import.c trying to import pool name beginning with a number
To reproduce this bug you just need to enter the "import" command with pool name satisfying the regexp [0-9][a-z]. No... Alexei Guliaev
07:12 AM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
could you use the failfast stuff svm introduced (http://www.filibeto.org/~aduritz/truetrue/solaris10/svm/svm_failfast... David Gwynne
03:21 AM Bug #1764 (Closed): smbsrv keep_alive timer is dead code
The smbsrv code maintains a session->keep_alive member (with timers decrementing it and everything:) but then does no... Gordon Ross
02:37 AM Bug #1762: Syslogd man page: missing reference.
I understood this was originally an sgml source. Is this a bug in the sgml -> nroff converter or is Illumos not usin... Johann Oskarsson
01:41 AM Bug #1762: Syslogd man page: missing reference.
This is a result of @See <olink targetptr="syslogd-1m-exam"></olink>.@. The nroff equivalent should be @See EXAMPLES.@. Albert Lee
12:19 AM Bug #1762 (Resolved): Syslogd man page: missing reference.
The following is a paragraph in the syslogd.1M man page. There should be something before the .... Johann Oskarsson

2011-11-10

10:04 PM Bug #1720: join domain fails with INVALID_PARAMETER
After further investigation here:
http://msdn.microsoft.com/en-us/library/cc236650%28v=PROT.13%29.aspx
and observat...
Gordon Ross
09:26 PM Bug #1676: Connections to CIFS service via DNS alias kills other sessions
BTW, closing existing connections when VC number is zero is also a big fat DOS opportunity. This is a bad idea in a ... Gordon Ross
08:36 PM Bug #1761: Codenomicon findings in smbsrv
Three fixes, in each of three files:
* usr/src/uts/common/fs/smbsrv/smb_mbuf_marshaling.c
Panic in mbc_marshal_...
Gordon Ross
08:08 PM Bug #1761 (Resolved): Codenomicon findings in smbsrv
Some misc. bugs found and fixed at a recent plug fest, thanks to the excellent test tools from the folks at codenomic... Gordon Ross
06:56 PM Bug #1760 (Resolved): constant condition in elfsign annoys GCC
When requesting the DN when creating an elfsign certificate request, elfsign checks that the first argument of fgets(... Rich Lowe
06:18 PM Bug #1759 (Resolved): sun4u floating-point scrubber should be removed
The floating point scrubber (fpsd, and associated FMA integration) is used on sun4u systems (only) to periodically ru... Rich Lowe
03:29 PM Bug #1756: iwp missing some Centrino 6205 IDs
Attached is a potential workaround for Centrino 62xx devices which are currently unrecognised. Run:... Albert Lee
02:40 PM Bug #1756: iwp missing some Centrino 6205 IDs
Namely: 0x82, 0x85 (6205), 0x86, 0x88 (6050), 0x87, 0x89 (6250), 0x8f (unidentified 6000 series), 0x90, 0x91 (6230).... Albert Lee
03:20 AM Bug #1756 (Rejected): iwp missing some Centrino 6205 IDs
The IDs are also hardcoded in the driver for antenna configuration info. See http://pci-ids.ucw.cz/read/PC/8086 Albert Lee
07:30 AM Bug #1757 (Resolved): bignumimpl's use of contractions annoys GCC
This is pretty laughable:... Rich Lowe

2011-11-09

11:52 PM Bug #1718 (Resolved): MacOS X Lion (10.7) Finder access denied
... Gordon Ross
11:07 PM Bug #1754 (Resolved): scsiclass compatible properties with revision info may be erroneously created
scsi_hba.c has a constant condition when creating the 'scsiclass' compatible property such that the value including t... Rich Lowe
07:51 PM Bug #1751: usr/src/pkg/Makefile should define PKGFMT_OUTPUT=v1 when checking manifests
As Yuri says, touching the makefile is the whole point. The env file change is to make it easier on people to get th... Rich Lowe
09:37 AM Bug #1751: usr/src/pkg/Makefile should define PKGFMT_OUTPUT=v1 when checking manifests
This issue is about *checking* for situations when someone forgot to do the thing you mentioned and *must* go into th... Yuri Pankov
09:28 AM Bug #1751: usr/src/pkg/Makefile should define PKGFMT_OUTPUT=v1 when checking manifests
please do not touch Makefile - you can add: "export PKGFMT_OUTPUT=v1" to your illumos.sh
Igor Kozhukhov
09:24 AM Bug #1751 (Resolved): usr/src/pkg/Makefile should define PKGFMT_OUTPUT=v1 when checking manifests
This is required to properly identify situations where someone is using newer pkg:/package/pkg versions (and forgetti... Yuri Pankov
01:04 PM Bug #1484: upgrading to oi_151a blocking on hard drive
Jonathan Adams wrote:
> just for completeness sake, I tried tried upgrading to kernel f342d051b376 ... still having ...
Jonathan Adams
01:03 PM Bug #1484: upgrading to oi_151a blocking on hard drive
just for completeness sake, I tried tried upgrading to kernel f342d051b376 ... still having serious blocking issues. Jonathan Adams
10:16 AM Bug #1752 (Resolved): Add PKGFMT_OUTPUT=v1 to usr/src/tools/env/illumos.sh to prevent footshooting
Yuri Pankov
05:13 AM Bug #1627: nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), cmt.c line:451
So, on the one hand I still think the state of cpu_acpi_cached indicates that we don't think we have _CSD information... Rich Lowe
02:00 AM Bug #1627: nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), cmt.c line:451
While conceptually CMT and PAD have different goals, they're implemented in the same hierarchy, and if one set of dat... Rich Lowe
01:51 AM Bug #1627: nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), cmt.c line:451
It strikes me as odd that PAD would attempt to operate when cmt_sched_disabled, regardless. I'd consider them sides ... Rich Lowe
01:27 AM Bug #1627: nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), cmt.c line:451
... Rich Lowe

2011-11-08

11:30 PM Feature #1644 (In Progress): add ZFS "clones" property
Backed out by r13511 commit:4bd28e91c699
Broke snapshots, BEs, possibly other things.
Rich Lowe
11:30 PM Bug #1708 (In Progress): adjust size of zpool history data
Backed out by r13511 commit:4bd28e91c699
Broke snapshots, BEs, possibly other things.
Rich Lowe
11:30 PM Feature #1647 (In Progress): "zfs destroy" should determine space reclaimed by destroying multiple snapshots
Backed out by r13511 commit:4bd28e91c699
Broke snapshots, BEs, possibly other things.
Rich Lowe
11:30 PM Feature #1646 (In Progress): "zfs send" should estimate size of stream
Backed out by r13511 commit:4bd28e91c699
Broke snapshots, BEs, possibly other things.
Rich Lowe
11:30 PM Feature #1645 (In Progress): add ZFS "written" and "written@..." properties
Backed out by r13511 commit:4bd28e91c699
Broke snapshots, BEs, possibly other things.
Rich Lowe
09:25 PM Bug #1526 (Resolved): should allow domain groups as member of local groups
... Gordon Ross
09:17 PM Bug #1746: 13509: add ZFS "clones" property causes FTBFS
An incremental (nightly -i) should have worked. It actually sounds like you somehow don't have ENVCPPFLAGS* set (or ... Rich Lowe
03:30 PM Bug #1746: 13509: add ZFS "clones" property causes FTBFS
I guess it's my fault then for doing an incremental build after pulling. Still... aren't these changes reasonable? Andrew Stormont
02:09 AM Bug #1746 (Feedback): 13509: add ZFS "clones" property causes FTBFS
Something is wrong with your build environment. We specify paths via -I such that include finds workspace headers fi... Rich Lowe
01:09 AM Bug #1746 (Feedback): 13509: add ZFS "clones" property causes FTBFS
Changeset 13509 added some new prototypes to libzfs.h but libzfs uses "#include <libzfs.h>" so the installed header i... Andrew Stormont
03:59 PM Bug #1659 (Resolved): Move warnings about nrnode calculation to system log
... Gordon Ross
03:44 PM Feature #1748: desire support for reguid in zfs
Finally, wrt FMA... while we don't know what Oracle's code does, the current FMA code appears to be unaffected by the... Garrett D'Amore
03:39 PM Feature #1748: desire support for reguid in zfs
Oh, wrt aux devices and guid use, George and I analyzed those code paths -- and it appears that they make use of func... Garrett D'Amore
03:36 PM Feature #1748: desire support for reguid in zfs
We are well aware of the use of GUID in the ARC. To fix this, George and I came up with a new ephemeral GUID that o... Garrett D'Amore
11:54 AM Feature #1748: desire support for reguid in zfs
The arc caches data based on the spa guid, and "aux" devices (spare & l2arc) use the guid to determine pool membershi... Mark Musante
02:01 AM Feature #1748 (Resolved): desire support for reguid in zfs
There are times when it would be nice to change the GUID of a pool in ZFS. This happens when we want to use underlyi... Garrett D'Amore
02:55 PM Bug #1728: utmp_update: wrong number of args or invalid user
So, I've poked around urxvt and read the pututxline code in illumos. According to the standard [1], urxvt doesn't ac... Josef Sipek
09:43 AM Bug #1699: beadm destroy complains "device busy" if hampered by snapshots
Rich Lowe wrote:
> [...]
>
> It'd be nice to have at least a better message (indicating there are snapshots), it'...
Alexander Eremin
02:02 AM Feature #1747: include workspace hash in package metadata and VERSION
I use ... Rich Lowe
01:39 AM Feature #1747: include workspace hash in package metadata and VERSION
Given that people are building with both mercurial and git, there should be an SCM identifier (e.g. an "h" or "g" pre... Bayard Bell
01:37 AM Feature #1747 (New): include workspace hash in package metadata and VERSION
Rather than using workspace names, it would be far easier to handle bug reports and other clearly identify non-tagged... Bayard Bell
12:04 AM Bug #1745 (New): ::nm fails after ::context switch to process
::nm is expected to resolve symbol table entries of the process after ::context
Instead the following happens (see...
Yakov Zaytsev

2011-11-07

06:53 PM Bug #1699: beadm destroy complains "device busy" if hampered by snapshots
... Rich Lowe
11:56 AM Bug #1699: beadm destroy complains "device busy" if hampered by snapshots
I have:
~# beadm list -s
BE/Snapshot Space Policy Created
lxnew
lxnew@2011-05-17-12:55...
Alexander Eremin
07:51 AM Bug #763: FMD msg URLs should refer to something visible
Wrote a node.js webapp to do this. It's now running.
e.g. https://www.illumos.org/msg/ZFS-8000-8A
I split out th...
Joshua M. Clulow

2011-11-06

05:53 PM Bug #1737 (Closed): kernel panic in tcp_input_data
This is definitely a duplicate of #1631. It's a tcp_t/conn_t with the upper-layer sonode detached from it.
From t...
Dan McDonald
08:05 AM Bug #1737: kernel panic in tcp_input_data
Hey Dan. I asked that this be filed as a (probable?) dup, to get the extra data about cause on file, since conversat... Rich Lowe
08:03 AM Bug #1737 (Closed): kernel panic in tcp_input_data
SunOS openindyraid 5.11 oi_151a i86pc i386 i86pc Solaris
AMD Athlon(tm) II X2 240e Processor CPU 1 (Dual-core)
Memo...
Jeffrey Baitis
06:27 AM Bug #1736: ld segfaults on sparc during python26 build
Yuri discovered that this problem is triggered by the use of the noexbss mapfile, more specifically it's another bug ... Rich Lowe
01:30 AM Bug #1736 (In Progress): ld segfaults on sparc during python26 build
... Yuri Pankov
12:42 AM Bug #1708 (Resolved): adjust size of zpool history data
changeset: 13509:04570f5cbeca
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Sat N...
Eric Schrock
12:41 AM Feature #1647 (Resolved): "zfs destroy" should determine space reclaimed by destroying multiple snapshots
changeset: 13509:04570f5cbeca
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Sat N...
Eric Schrock
12:41 AM Feature #1646 (Resolved): "zfs send" should estimate size of stream
changeset: 13509:04570f5cbeca
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Sat N...
Eric Schrock
12:41 AM Feature #1645 (Resolved): add ZFS "written" and "written@..." properties
changeset: 13509:04570f5cbeca
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Sat N...
Eric Schrock
12:41 AM Feature #1644 (Resolved): add ZFS "clones" property
changeset: 13509:04570f5cbeca
tag: tip
user: Matthew Ahrens <matt@delphix.com>
date: Sat N...
Eric Schrock
12:14 AM Bug #1548 (Resolved): dis crashes disassembling anything kernel-ish
... Gordon Ross

2011-11-05

11:46 PM Bug #586 (Resolved): sed -i should take an "optional" argument
... Gordon Ross
10:05 PM Bug #1526: should allow domain groups as member of local groups
Test method for fix verification:
+ On the AD server, make some new user that's a member of the domain\administrator...
Gordon Ross
05:53 AM Bug #995: boot message: No randomness provider enabled for /dev/random
Albert Lee wrote:
> This race seems to be preexisting? We could use @kcf_rnd_get_pseudo_bytes@ in KCF as long as thi...
Rich Lowe
05:49 AM Bug #1715 (Resolved): dpost should use ANSI stringification
Resolved in r13506 commit:e75aae650e7f Rich Lowe
05:49 AM Bug #1716 (Resolved): libparted workaround for PGC compiler bug annoys new gcc
Resolved in r13505 commit:d06112a5a8d9 Rich Lowe
05:49 AM Bug #1690 (Resolved): getfstype() should not be modstubbed
Resolved in r13504 commit:33ca39863c11 Rich Lowe
05:49 AM Bug #1711 (Resolved): sun_fc is missing includes when compiler has more strict namespacing
Resolved in r13503 commit:32ce03c4d7ea Rich Lowe
05:49 AM Bug #1712 (Resolved): remove uses of CPP assertions in conditionals
Resolved in r13502 commit:34f6da175f72 Rich Lowe
05:08 AM Bug #1730: DTrace should ignore type information from modules with cth_parlabel mismatches
Since the CTF LABEL is derived from $VERSION, one thing which will break here is incremental builds across changes to... Rich Lowe
04:52 AM Bug #1728: utmp_update: wrong number of args or invalid user
It appears likely that rxvt-unicode is doing something wrong here, though this bug should stay open to record the fac... Rich Lowe
03:17 AM Bug #1728: utmp_update: wrong number of args or invalid user
Rich suggested using DTrace to get more information about what's going on. I ran the following in one terminal, whil... Josef Sipek
03:27 AM Feature #1732 (New): need implement vfs_fsync_range
Some filesystems like NFS give functionality to client - "partial file data sync". But for all client's "partial
sy...
Vitaliy Gusev
02:43 AM Bug #1731 (Resolved): DTrace NFS translators should be split into client/server pieces
When the system is built using DWARF as the debug format (prior to CTF conversion) unused types are pruned by the com... Rich Lowe

2011-11-04

10:14 PM Bug #1730 (In Progress): DTrace should ignore type information from modules with cth_parlabel mismatches
The CTF header contains both the name and label against which it has been made unique ("genunix" and "illumos_150" fo... Rich Lowe
08:05 PM Feature #1647: "zfs destroy" should determine space reclaimed by destroying multiple snapshots
The colon (:) character is actually allowed in dataset names, so we can't use it to delimit a range of snapshots. In... Matthew Ahrens
05:22 AM Bug #449: getopt_long_only(3c) return wrong value
Same is true for getopt_long - if specified long-style option matches the same length part of defined long-style opti... Yuri Pankov
04:12 AM Bug #1728: utmp_update: wrong number of args or invalid user
It's likely going to be hard to track this down without catching it in the act.
The stand-out reason for this, is ...
Rich Lowe
03:40 AM Bug #1728 (New): utmp_update: wrong number of args or invalid user
Every so often, I find these in dmesg output...... Josef Sipek
04:07 AM Feature #252 (Rejected): Update Fuse to 2.8.4
Rich Lowe
01:44 AM Feature #1694 (Resolved): Add type-aware print() action
changeset: 13501:c3a7090dbc16
tag: tip
user: Eric Schrock <Eric.Schrock@delphix.com>
date: ...
Eric Schrock

2011-11-03

09:03 PM Bug #1726 (Resolved): Removal of pyzfs broke delegation for volumes
Illumos issue 278 removed the use of pyzfs from zfs_main.c. The C
implementation of zfs_do_allow that replaced it ca...
John Kennedy
08:32 PM Bug #1592 (Resolved): NFS access checks shouldn't fail if client address can't be resolved
Resolved in r13500 commit:f077aa5fa57c Rich Lowe
08:32 PM Bug #877 (Resolved): share_nfs cannot share to IPv6 subnets
Resolved in r13500 commit:f077aa5fa57c Rich Lowe
08:32 PM Bug #1554 (Resolved): SMB has no concept of IPv6 host access lists
Resolved in r13500 commit:f077aa5fa57c Rich Lowe
08:20 PM Bug #1714: No resource: inherit-pkg-dir in zone configutarion;
OK, thanks for the informations.
But the man page a not updated !
You can close, if you want.
Rgds,
Michaël.
Michaël Chlon
06:57 PM Bug #1714: No resource: inherit-pkg-dir in zone configutarion;
It's from IPS, which doesn't support sparse root zones, only whole root zones. So this was removed (6939693 zones no... Alexander Eremin
07:53 PM Bug #1174: fails to boot on Thinkpad T520
FWIW, I tried danmcd's acpica changes and it still dies with speedstep and works without it. Josef Sipek
02:13 PM Bug #1723 (Resolved): apix module mistakingly sets TPR
(Paraphrasing Robert's email) When spl is raised within a spinlock during a cross-call, on systems with x2apics (most... Jason King
02:19 AM Bug #1720: join domain fails with INVALID_PARAMETER
Unfortunately, when we tried to reproduce this "back home", we could not.
So for now, I'm attaching the patch we test...
Gordon Ross
02:14 AM Bug #1720 (Resolved): join domain fails with INVALID_PARAMETER
While testing at the SNIA SDC, we observed that an attempt to join the plug-fest provided Windows domain fails in the... Gordon Ross
02:07 AM Bug #1719 (New): ahci needs to actually issue software port reset for misbehaving multiplier
My eSATA enclosure's Silicon Image 3726 port multiplier went into a persistent bad state after a power outage and ahc... Albert Lee
01:49 AM Bug #1718: MacOS X Lion (10.7) Finder access denied
one-line fix! Gordon Ross
01:45 AM Bug #1718: MacOS X Lion (10.7) Finder access denied
Comparing snoop traces from MacOS 10.6 and 10.7:
The only differences between 10.6 and 10.7 is the requested acces...
Gordon Ross
01:40 AM Bug #1718 (Resolved): MacOS X Lion (10.7) Finder access denied
Finder in MacOS 10.7 connecting to illumos native SMB service gets access denied.
(Nexenta issue 6809)
Gordon Ross
12:41 AM Bug #1717: 64bit ld fails to resolve symlinks
A test case would be useful. Rich Lowe
12:38 AM Bug #1002: Integrate zlib
Sorry, I meant illumos-USERLAND Andrew Stormont
12:30 AM Bug #1002: Integrate zlib
I'm concerned about adding anything new to Illumos as it's already pretty bloated. Perhaps this would be better off ... Andrew Stormont

2011-11-02

11:59 PM Bug #1717 (New): 64bit ld fails to resolve symlinks
When attempting to 64bit link against a library which a symlink to a symlink ld fails with file not found. This prob... Andrew Stormont
10:06 PM Bug #1716 (Resolved): libparted workaround for PGC compiler bug annoys new gcc
libparted contains a workaround for a bug in the PGC compiler, the method of detection of which annoys GCC4 (for simi... Rich Lowe
07:55 PM Bug #1715 (Resolved): dpost should use ANSI stringification
dpost currently has support for nasty pre-ANSI preprocessor stringification. It hasn't been useful in years, and sho... Rich Lowe
07:33 PM Bug #1714: No resource: inherit-pkg-dir in zone configutarion;
inherit-pkg-dir was specific to SVR4 packages, and (surprisingly, I didn't know this) got removed.
If you're not u...
Rich Lowe
03:10 PM Bug #1714 (New): No resource: inherit-pkg-dir in zone configutarion;
Hello,
I can't find the resource:
inherit-pkg-dir
in the zone configuration !
Have I miss an information about ...
Michaël Chlon
04:22 PM Bug #1587: Projects that invoke -D_FILE_OFFSET_BITS=64 fail due to libelf.h
See these helpful notes in the ruby bug tracker:
http://redmine.ruby-lang.org/issues/5384#note-8
http://redmine...
Gordon Ross
08:09 AM Bug #1587: Projects that invoke -D_FILE_OFFSET_BITS=64 fail due to libelf.h
http://wesunsolve.net/bugid/id/6997934 Yuri Pankov
10:37 AM Bug #1681: support for BUILD64=# no longer works
Here is a better patch which doesn't break 64bit builds. Andrew Stormont
06:55 AM Bug #586: sed -i should take an "optional" argument
Much to my surprise, we have getopt_long() having all required functionality.. will post webrev shortly. Yuri Pankov
04:04 AM Bug #586: sed -i should take an "optional" argument
Unfortunately, we have to support the GNU syntax. Ick. But that's what is needed for compatibility. Garrett D'Amore
06:47 AM Bug #1101: NFS service fails to start after hostname change
Hi,
After having done my bit of investigation into this issue I have a few realizations to share..
The issue aris...
sham pavman

2011-11-01

10:49 PM Feature #1143 (Resolved): split Olson DB (usr/share/lib/zoneinfo) out from SUNWcs
Resolved in r13499 commit:cb9d7a417470 Rich Lowe
10:48 PM Feature #1705 (Resolved): Update zoneinfo data to 2011m
Resolved in r13499 commit:cb9d7a417470 Rich Lowe
08:49 PM Bug #389 (Rejected): Build failure in usr/src/cmd/perl/5.10.0
I think this is not reproducible. Albert Lee
08:46 PM Bug #1129 (Rejected): Try to install OI 151 on HP 360
Duplicate of #348. Albert Lee
05:00 AM Bug #1712 (Resolved): remove uses of CPP assertions in conditionals
CPP support "assertions" in conditions, these are statements of the form #foo(bar) where foo is a noun, and bar an ad... Rich Lowe

2011-10-31

08:53 PM Bug #1687 (Resolved): Race in determine_platform / get_hwenv causes multi-CPU VM hang at boot
Resolved in r13498 commit:e702644ca141 Rich Lowe
08:29 PM Bug #1711 (Resolved): sun_fc is missing includes when compiler has more strict namespacing
In GCC4.3, the C++ headers were cleaned up to themselves include as few headers as possible, to avoid polluting the n... Rich Lowe
07:01 PM Bug #1662: rename 'runtime/perl-510/module/sun-solaris' to 'library/perl-5/sun-solaris'
added updated patch and build log.
updates:
1. added workaround for perl-5.10.0 and defined perl version "major.min...
Igor Kozhukhov
05:21 PM Bug #1708 (Resolved): adjust size of zpool history data
The amount of space used to store the data for "zpool history" is currently capped to MIN(1% of pool size, 32MB). Fo... Matthew Ahrens

2011-10-30

08:54 PM Bug #1678 (Resolved): libc lint library is missing definition for glob/globfree
Resolved in r13497 commit:205481e35e49 Rich Lowe
09:05 AM Feature #1705 (Resolved): Update zoneinfo data to 2011m
Yuri Pankov
08:51 AM Feature #1143: split Olson DB (usr/share/lib/zoneinfo) out from SUNWcs
Reassigning to myself, as I have already done this as well as update to 2011m (and my localtime is incorrect due to .... Yuri Pankov

2011-10-29

03:43 AM Bug #1702 (New): D compiler chokes on some bitfields
Using the new print() action, we can see that the D compiler generates incorrect CTF data for some bitfields:
# dt...
Eric Schrock
02:03 AM Bug #1695 (Resolved): tcp_icmp_input sends packets with a closed connection
Resolved in r13496 commit:732144cfe2ef Rich Lowe

2011-10-28

07:45 PM Feature #1701 (Closed): ZFS to support UNMAP/TRIM for SSD
zfs shoud support SCSI UNMAP / SATA TRIM commands for SSD Alexander Stetsenko
07:43 PM Feature #1700 (Closed): Add SCSI UNMAP support
SCSI target driver should support DKIOCFREE ioctl.
Alexander Stetsenko
07:26 PM Bug #1627: nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), cmt.c line:451
So, it seems that HyperThreading is being reported to us in a way that is either incorrect, or unexpected. That's go... Rich Lowe
06:33 PM Bug #1699 (Resolved): beadm destroy complains "device busy" if hampered by snapshots
Trying to destroy some of my BEs, it complained "device busy". This appears to be because the BE I was trying to des... Rich Lowe
04:29 PM Bug #1673: Panic in conn_ip_output()
We have seen this panic now twice in the field, both times from a machine known to be under heavy networking load.
...
Bryan Cantrill
11:37 AM Bug #1697 (Feedback): suspend/resume not working on T520
A Thinkpad T520 with OI 151a, NVIDIA drivers 285.05.09 will not suspend fully.
Screen turns black, backlight seems...
Marko Schütz-Schmuck
11:20 AM Bug #371: pkg:/network/ftp should not contain /usr/sbin/ping
+1 for creating network/ping package Igor Kozhukhov
11:17 AM Bug #371: pkg:/network/ftp should not contain /usr/sbin/ping
+1 for creating network/ping package Alexander Eremin
10:53 AM Bug #995: boot message: No randomness provider enabled for /dev/random
I see this message also when oi_151a is running in a virtualbox on a oi_151a host. There was one instance this messag... Rene Nieuwenhuizen
12:08 AM Bug #1695 (Resolved): tcp_icmp_input sends packets with a closed connection
Joyent saw a panic in the field. Here is our analysis:... Robert Mustacchi

2011-10-27

10:53 PM Bug #1087: Unable to connect to the CIFS server using \\servername.fqdn
Found it, Nexenta support case 2268
Kevin
Kevin Halgren
10:39 PM Bug #1087: Unable to connect to the CIFS server using \\servername.fqdn
I mentioned Samba because I was ignorant at the time about Solaris' CIFS/SMB server and assumed it was based on Samba... Kevin Halgren
09:46 PM Feature #1694 (Resolved): Add type-aware print() action
As described in this blog post:
http://dtrace.org/blogs/eschrock/2011/10/26/your-mdb-fell-into-my-dtrace/
It wo...
Eric Schrock
04:55 PM Feature #1693 (Resolved): persistent 'comment' field for a zpool
This was an idea floated at the Illumos hackathon, and is now implemented as a zpool property. Unlike other zpool pr... Dan McDonald
01:21 PM Bug #1691 (New): zfs diff hardlinks problem
problem: creating hardlinks on newly created files (after snapshot) "confuses" zdiff. either the new file OR the hard... Michael Keller
04:25 AM Bug #1690 (Resolved): getfstype() should not be modstubbed
on SPARC, a modstub for getfstype() is declared, despite getfstype() being static and thus only called from swapgener... Rich Lowe
 

Also available in: Atom