Activity
From 2012-05-30 to 2012-06-28
2012-06-28
-
10:11 PM Bug #2946 (New): USB sometimes stops working completely
- Sometimes, when I unplug all USB devices, the USB subsystem completely stops working. Nothing happens at all when I ...
-
10:02 PM Bug #2942: CTF tools need to handle files which legitimately lack data
- The fix I have for this employs a simple heuristic "any file which contains executable text must also contain actual ...
-
06:40 AM Bug #2942 (Resolved): CTF tools need to handle files which legitimately lack data
- There are, within our source trees, files which compile to nothing (who can imagine why).
The CTF tools need to ha... -
09:33 PM Bug #2945 (Resolved): mdb needs to export _mdb_ks_pageoffset
- Modules are supposed to use mdb_param.h instead of sys/param.h. However, anyone who does so and then references a ma...
-
08:06 PM Bug #2944: cscope-fast/invlib.[ch] use reserved word as identifier
- UPD. C99 is not enabled.
But @bool@ is bad name for a variable. -
08:04 PM Bug #2944 (New): cscope-fast/invlib.[ch] use reserved word as identifier
- @usr/src/tools/cscope-fast/invlib.h@ uses @bool@ as a variable name.
@bool@ is a typename in C99 and cscope-fast i... -
06:35 PM Bug #2943 (New): Strip option should not be used with directories
- ...
-
03:08 PM Bug #2940 (In Progress): elfdump should return non-null on invalid file type
-
12:42 PM Bug #2911: blkdev-related panic on DEBUG kernels
- Got it. kmem_cache_alloc only expects the constructor to always succeed when KM_NOSLEEP is not set. Let me fix blkdev.
-
12:02 PM Bug #2911: blkdev-related panic on DEBUG kernels
- No. KM_NOSLEEP allocations won't be in that code path. Or rather, the rc will be -1, indicating a KM_NOSLEEP failed...
-
11:25 AM Bug #2911: blkdev-related panic on DEBUG kernels
- The first call is still made with KM_NOSLEEP, so the ctor would still fail on the first call, and cause the assert in...
-
11:23 AM Bug #2911: blkdev-related panic on DEBUG kernels
- No, you misunderstand. KM_NOSLEEP should still be fine. And it is. The problem is that we used KM_PUSHPAGE instead...
-
10:28 AM Bug #2911: blkdev-related panic on DEBUG kernels
- The ctor would fail from the first allocation that is using KM_NOSLEEP:...
-
09:19 AM Bug #2911: blkdev-related panic on DEBUG kernels
- I think the problem is that bd_xfer_ctor() needs to consider KM_PUSHPAGE as well as KM_SLEEP. (KM_PUSHPAGE has simil...
-
06:46 AM Bug #2885: Rapid incremental zfs sends can leave hidden clones
- Could you attach your reproducer script, please?
Maybe you should ask on the developer mailing list for some advice. -
06:07 AM Bug #2941 (Resolved): need to protect __RESTRICT_KYWD from foolish compilers
- Certain foolhardy compilers have begun to assert that their C++ compiler complies with C99. It can't, that's a contr...
2012-06-27
-
08:45 PM Bug #2940: elfdump should return non-null on invalid file type
- http://188.120.236.176/webrev/2940/
-
08:24 PM Bug #2940: elfdump should return non-null on invalid file type
- ...
-
06:32 PM Bug #2940 (In Progress): elfdump should return non-null on invalid file type
- ...
-
06:52 PM Bug #1961: investigate stopping uniquifying CTF information
- A simulation was included in the RTI:...
-
05:32 PM Bug #1961: investigate stopping uniquifying CTF information
- Rich, could you please add some lines here about possible increazing of miniroot/bootarchive size (from your tests).
-
04:21 PM Bug #2939 (New): dladm show-linkprop -p cpus fails on ncpus > 32
- I can't tell if this is merely cosmetic, but:...
-
12:46 AM Support #2935: ksocket_sendmsg EINTR error
- This looks like a question and not bug report and should probably be asked on networking@ and/or developer@ mailing l...
2012-06-26
-
04:00 PM Bug #2927: illumos build should support alternate adjuncts
- Igor Kozhukhov wrote:
> I have a comment:
> I thought about it and had idea: configure env with additional userla... -
12:26 PM Bug #2936 (New): FIONBIO cause ksocket_recvmsg speed down?
- i have one kernel module run in two units. one unit act client and one act server. client send the message to server ...
-
06:02 AM Support #2935: ksocket_sendmsg EINTR error
- ksocket_sendmsg return EINTR, if it always return EINTR, the send speed will be very low.
-
05:23 AM Support #2935 (Closed): ksocket_sendmsg EINTR error
- i have one program to act client and server, when the client send msg to server, it's normally at start, but after ma...
-
04:59 AM Bug #2741 (Pending RTI): format shouldn't allow write SMI label to disk with EFI partition
-
03:25 AM Bug #2724 (Resolved): snoop contains few problems with accessing uninitialized data
- ...
2012-06-25
-
06:57 PM Bug #2933 (Resolved): compiler warning gags need better granularity
- At present, for several reasons, we have gagged some high-value (and some low-value) compiler warnings globally. Thi...
-
04:21 PM Feature #2932 (Resolved): support crash dumps to raidz, etc. pools
- Most systems are configured with a dedicated system pool: a pool which contains the installed OS, swap device, dump d...
-
03:13 PM Bug #2930: beadm should sort by creation date
- I think sort by name is correct.
but we can implement additional flag for additional sort types.
-
03:06 PM Bug #2930 (Closed): beadm should sort by creation date
- This is something I've found annoying for some time....
2012-06-24
-
09:08 PM Bug #2928 (New): attributes(5) still references Sun and not Illumos
- The attributes(5) man page refers to Sun instead of Ilumos. Example:...
-
07:14 PM Bug #2927: illumos build should support alternate adjuncts
- I have a comment:
I thought about it and had idea: configure env with additional userland soft for illumos-gate and ... -
06:16 PM Bug #2927 (Closed): illumos build should support alternate adjuncts
- Currently, illumos is not self-contained; its build encoded runtime dependencies based on a number of objects found o...
-
05:58 PM Bug #2926 (Resolved): lex ignores -Y
- lex's undocumented -Y option would be useful if it did anything. Yacc honors a very similar option to allow finding ...
-
07:54 AM Feature #2923 (New): Illumos needs LRO support
- We've already got "LSO":http://en.wikipedia.org/wiki/Large_segment_offload support, but no "LRO":http://en.wikipedia....
-
07:31 AM Feature #2922: dev_err() needs manpage
- The description probably should be added to the cmn_err man page, but I'd leave it to a native speaker.
-
03:03 AM Feature #2922 (Closed): dev_err() needs manpage
- Recently added dev_err() should have a manpage describing it.
-
03:00 AM Bug #2921 (Rejected): Many manpages asking for tbl do not need it
- Many manpages are asking for tbl preprocessing (via @'\" t@), but don't actually contain any tables.
2012-06-23
-
10:17 PM Bug #2920 (Rejected): None of the manpages in the gate need eqn
- None of the manpages in the gate need eqn (except for the eqn(1), of course), but almost all of them ask for eqn prep...
-
06:22 PM Feature #2919 (In Progress): add hal-set-property --direct
- HAL 0.5.13 added --direct to hal-set-property which is usefull for vmware guest
-
12:53 PM Bug #2911: blkdev-related panic on DEBUG kernels
- So, how should we handle this? Is it possible that a KM_SLEEP allocation would cause some pages to be swapped out, th...
2012-06-22
-
06:38 PM Bug #2901 (Resolved): ZFS receive fails for exabyte sparse files
-
05:47 PM Bug #2911: blkdev-related panic on DEBUG kernels
- Hmm, I don't think you are right.
bd_xfer_alloc() is called from bd_strategy():... -
02:25 PM Bug #2911: blkdev-related panic on DEBUG kernels
- Reading the code, it appears that it is ill equipped to deal with constructor failure here. That's a problem. We ca...
-
08:56 AM Bug #2911 (Resolved): blkdev-related panic on DEBUG kernels
- When trying to do an illumos build on a DEBUG kernel, I'm getting this a few hours into the build: ...
-
05:22 PM Bug #2910 (Resolved): svc.startd core dump
- Resolved in r13739 commit:f6a4c9dc9b80
-
08:09 AM Bug #2910: svc.startd core dump
- I am seeing this nearly every system shutdown.
-
05:22 PM Bug #2801 (Resolved): svc.startd leaks significant amount of memory
- Resolved in r13738 commit:e10d315d1821
-
05:22 PM Bug #2891 (Resolved): After integration of OS-1168 svc.startd has no umem debugging in debug build
- Resolved in r13738 commit:e10d315d1821
-
05:22 PM Feature #2881 (Resolved): usbftdi needs support for the SheevaPlug JTAG adapter
- Resolved in r13737 commit:1189735fe286
-
02:23 PM Bug #2917 (Resolved): DTrace in a zone should have limited provider access
- Users in zones cannot have the *dtrace_kernel* privilege, and thus cannot presently utilise various stable probe prov...
-
02:00 PM Bug #2916: DTrace in a zone should be able to access fds[]
- webrev: http://cr.illumos.org/~webrev/jclulow/2916/
-
01:45 PM Bug #2916 (Resolved): DTrace in a zone should be able to access fds[]
- Users in zones cannot have the *dtrace_kernel* privilege, and thus cannot presently gain access to the contents of DT...
-
01:17 PM Bug #2915: DTrace in a zone should see "cpu", "curpsinfo", et al
- webrev: http://cr.illumos.org/~webrev/jclulow/2915/
-
01:09 PM Bug #2915 (Resolved): DTrace in a zone should see "cpu", "curpsinfo", et al
- Users in zones cannot have the *dtrace_kernel* privilege, and thus cannot presently gain access to potentially intere...
2012-06-21
-
11:25 PM Bug #2910 (Resolved): svc.startd core dump
- Tracked down that this was due to svc.startd dumping core and restarting.
> $C
f5af9da8 libc_hwcap1.so.1`_lwp_kil... -
07:25 PM Bug #2909: zfs: assert at ../../common/fs/zfs/bptree.c: line 195
- for OpenIndiana 151a3 (before async destroy changes) assert is:
debugging crash dump vmcore.5 (64-bit) from oi... -
06:25 PM Bug #2909: zfs: assert at ../../common/fs/zfs/bptree.c: line 195
- for OpenIndiana 151a4 assert is differ:
::status
debugging crash dump vmcore.2 (64-bit) from oi151
operating s... -
06:16 PM Bug #2909 (New): zfs: assert at ../../common/fs/zfs/bptree.c: line 195
- headcommit: 13716:3db0c1979163
image uuid: 407e5701-35ce-661a-f1ee-d3820a8b5da5
panic message: assertion failed: ... -
02:36 PM Bug #2907 (New): ::findleaks problem.
- Hi.
I'm getting this kind if result when trying to run ::findleaks.
[1]> ::findleaks
*** Debugger Fault (CPU 1... -
12:40 PM Bug #2905 (New): zfs: deadlock of dp_config_rwlock due to nested READ lock
- dsl_pool->dp_config_rwlock is krwlock_t. Writer has priority over readers and is barrier for readers.
So nested R... -
05:19 AM Bug #2420: "dumb" terminal should not have a bell
- I've checked other OSes, and only FreeBSD doesn't have bel defined for the 'dumb' terminal type, Solaris 11 and Debia...
-
04:04 AM Bug #2408: CJK character width handled incorrectly in terminal emulators
- While looking at this issue, I noticed the following (not directly related to the issue itself) - __ct_rune_t is type...
-
03:25 AM Bug #2904 (Resolved): hxge forgets C isn't math
- In a couple of places, hxge does:
ASSERT(0 <= rhp->index < HXGE_MAX_TDCS);
That's always true, and not useful... -
02:03 AM Support #2896: "/usr/lib/dtrace/iscsit.d", line 36: ss_family is not a member of struct
- after pkg install gcc-3 or pkg install //openindiana.org/system/kernel, the dtrace -s vicm.d show the follow error me...
2012-06-20
-
09:07 PM Bug #1756: iwp missing some Centrino 6205 IDs
- Why isn't this fix in illumos-gate? (Or at the very least OI's child of it?)
Need review cycles? More tests? Mor... -
09:04 PM Bug #2602 (Resolved): mdb ::sockparams SEGV
- Resolved in r13735 commit:1c48a05ba37d
-
07:43 PM Bug #2901: ZFS receive fails for exabyte sparse files
- The size of the file is < 2^63, so it is not actually too large for a uint64_t.
from zstreamdump:
WRITE object ... -
06:27 AM Bug #2901 (Resolved): ZFS receive fails for exabyte sparse files
- Our *zettabyte* file system has a problem with *exabyte* sparse files......
-
07:34 PM Bug #2891 (Pending RTI): After integration of OS-1168 svc.startd has no umem debugging in debug build
-
07:34 PM Bug #2801 (Pending RTI): svc.startd leaks significant amount of memory
-
07:33 PM Bug #2801: svc.startd leaks significant amount of memory
- After integration of #2831 only the last leak is resolved here.
-
06:49 PM Bug #2869: duplicate packets with vnics over aggrs
- For reference, here is a proposed fix: http://cr.illumos.org/~webrev/postwait/2869/
This fix is not optimal as the... -
05:20 PM Bug #2903 (Resolved): zfs destroy -d does not work
- It fails if the snapshot has clones (it is supposed to mark the snapshot for deferred destroy). A test for this case ...
-
05:04 PM Bug #1633 (Resolved): implement posix_spawn_pipe_np()
- pushed:
commit 462453d2d0c563559a4caf186db76954e563bd1a
Author: Matthew Ahrens <matt@delphix.com>
Date: Tue Oc... -
01:33 PM Bug #2702: ZFS sharenfs strangeness with anon=
- Yuri Pankov wrote:
> Could you please do the same for the failing anon=-1?... -
01:22 PM Bug #2702: ZFS sharenfs strangeness with anon=
- Could you please do the same for the failing anon=-1?
-
01:20 PM Bug #2702: ZFS sharenfs strangeness with anon=
- Yuri Pankov wrote:
> Try `snoop rpc nfs` to check what happens.
in nautilus I did a refresh to /net/smicro/export... -
12:43 PM Bug #2702: ZFS sharenfs strangeness with anon=
- Try `snoop rpc nfs` to check what happens.
-
12:38 PM Bug #2702: ZFS sharenfs strangeness with anon=
- Yuri Pankov wrote:
> Using which uid are you trying to access the mount in all cases? Which security mode is used?
... -
12:13 PM Bug #2702 (Feedback): ZFS sharenfs strangeness with anon=
- Using which uid are you trying to access the mount in all cases? Which security mode is used?
-
12:31 PM Bug #2902 (Closed): iscsit should fold the case of scsi names that we get from initiators
- During creation of the target with EUI iSCSI name, itadm folds the name uppercase, while MS iSCSI initiator sends the...
-
12:54 AM Support #2896 (Feedback): "/usr/lib/dtrace/iscsit.d", line 36: ss_family is not a member of struct
- Rich,
thanks for your reply.
on dtrace fail system:
root@vs1:~# pkg info system/kernel network/iscsi/target
...
2012-06-19
-
10:32 PM Feature #2900 (Resolved): "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
- The "zfs snapshot" command can create a single snapshot, or with the -r flag, a snapshot for every filesystem under a...
-
07:09 PM Bug #2894 (Resolved): ls(1) -1U can go much faster
- Resolved in r13734 commit:41fe4dd8e23d
-
05:20 PM Support #2896: "/usr/lib/dtrace/iscsit.d", line 36: ss_family is not a member of struct
- Generally, that's because of CTF mismatches between closed-bins and the rest of the system. I can't imagine how suc...
-
06:57 AM Support #2896 (Feedback): "/usr/lib/dtrace/iscsit.d", line 36: ss_family is not a member of struct
- when i install openindiana, dtrace -s vicm.d can work normally. but after i install comstar. it appear 2 boot item. ...
-
03:59 PM Bug #2807: zfs: deadlock with ds_rwlock
- Here is another deadlock after introduced getzfsvfs_ds()
This deadlock is due to race between ds->ds_rwlock and vf... -
11:20 AM Bug #2897 (Closed): "zpool split" documentation missing from manpage
- Found this option in some Oracle documentation and wanted to check out the zpool manpage on it in OI. Unfortunately i...
2012-06-18
-
08:09 PM Bug #2894 (Resolved): ls(1) -1U can go much faster
- By default, ls(1) reads the entire contents of a directory into memory, sorts the entires, and calculates how to opti...
-
05:58 PM Bug #2893 (Resolved): build_osnet should go away
- usr/src/tools/scripts/build_osnet.sh is the script which used to be delivered to solaris source customers to allow th...
-
05:41 PM Feature #212: Atheros AR8132 / L1c Gigabit Ethernet Adapter
- Attached is a version of the driver after addressing the recommendations from Garrett D'Amore. This one might be the...
-
02:23 PM Bug #2892 (New): flows use datalink IDs in persistent configuration
- The /etc/dladm/flowadm.conf configuration for flows stores the datalink over which flows are configured using a datal...
-
02:07 PM Bug #2890 (Closed): SYSRET 64-bit operating system privilege escalation vulnerability on Intel CPU hardware
-
11:01 AM Bug #1487: some binaries fail to work in a chroot environment.
- Looks like you were right. /devices/psuedo was not mounted so /dev/zero was just a dangling symlink.
-
06:43 AM Bug #2891 (Resolved): After integration of OS-1168 svc.startd has no umem debugging in debug build
- svc.startd was stripped by https://www.illumos.org/issues/2831 from umem debugging for non-debug (release) build but ...
2012-06-17
-
12:59 PM Bug #2850: Russian locale does not need am/pm
- Yuri Pankov wrote:
> Ok. Now I see why you want this change, guess it's related to #2849 so that we could test <code... -
12:45 PM Bug #2890 (Closed): SYSRET 64-bit operating system privilege escalation vulnerability on Intel CPU hardware
- Some 64-bit operating systems and virtualization software running on Intel CPU hardware are vulnerable to a local pri...
-
07:55 AM Bug #2127: 'zpool create' core dumps
- pargs core_zpool
core 'core_zpool' of 2624: zpool create -f data raidz1 c2t5000C50016AFEC4Fd0 c2t5000C50016B276D3d0... -
12:55 AM Bug #2888: beadm should create new ZBE-x for zones on activate state
- boot environments should be created under 'beadm create' not 'beadm activate'.
I don't understand how the failure ...
2012-06-16
-
07:40 PM Bug #2850: Russian locale does not need am/pm
- Ok. Now I see why you want this change, guess it's related to #2849 so that we could test ...
-
08:07 AM Bug #2850: Russian locale does not need am/pm
- Yuri Pankov wrote:
> Better question is why this change is needed at all.
???
Cause ru_RU *does* use 24-hours ... -
04:05 AM Bug #2850: Russian locale does not need am/pm
- Better question is why this change is needed at all.
-
06:31 PM Bug #2127: 'zpool create' core dumps
- https://www.dropbox.com/s/kg89zkapjzeu74o/core_zpool.bz2
-
12:16 PM Bug #2888 (New): beadm should create new ZBE-x for zones on activate state
- we have use case:
1. beadm create <newBE>
2. beadm destroy <newBE>
new zbe-x for zones have been created in (1) ...
2012-06-15
-
10:37 PM Bug #2850: Russian locale does not need am/pm
- As the locale data for this was taken directly from CLDR, at the Unicode organization, we should work to fix that ups...
-
10:33 PM Bug #2886: remove patch machinery from the uts build
- Note that I pruned a lot of this out of SVR4 packaging at one time. Not sure if I *pushed* those changes though.
-
07:00 PM Bug #2886 (Rejected): remove patch machinery from the uts build
- While looking further at #1961, I've noticed that we're still carrying all the Solaris patch release machinery in the...
-
06:03 PM Bug #1450 (Resolved): Illumos should be buildable with GCC4
- Resolved in r13726 commit:056b82d21d71
-
04:05 PM Bug #2885 (New): Rapid incremental zfs sends can leave hidden clones
- A couple of my guys discovered that rapid succession "zfs send/recv" can result in some hidden clones being left arou...
-
07:46 AM Bug #2883 (Resolved): changing "canmount" property to "on" should not always remount dataset
- If a dataset has the "canmount" property set to "noauto" it may be mounted.
Changing this property to "on" on a moun...
2012-06-14
-
08:46 PM Bug #2778: zpool replace fails - 2TB advanced format drives
- Just a final follow up on this issue. Apparently there are at least 3 firmware revisions out in the world. CC3C and C...
-
08:23 PM Feature #2881: usbftdi needs support for the SheevaPlug JTAG adapter
- Webrev can be found here: http://grumpf.hope-2000.org/illumos-2881-webrev/
I took the liberty to add a few ASSERTs... -
08:07 PM Feature #2881 (Resolved): usbftdi needs support for the SheevaPlug JTAG adapter
- Usbftdi currently supports single-port USB-to-serial adapters based on the FTDI232R chip. Some of these chips support...
-
08:18 PM Feature #2882 (Resolved): implement libzfs_core
- We should implement libzfs_core, under the principles proposed here:
http://blog.delphix.com/matt/2012/01/17/the-fut... -
03:01 PM Bug #2804 (Resolved): psrinfo should not depend on perl
- Fixed in:
garrett@neon{291}> hg head
changeset: 13725:9a3ca91fb74e
tag: tip
user: Garrett D'... -
04:01 AM Bug #2873 (Resolved): sysretq doesn't properly handle non-canonical addresses
- Resolved in r13724 commit:7740792727e0
-
03:14 AM Bug #2873 (Resolved): sysretq doesn't properly handle non-canonical addresses
- The syscall and sysret instruction expect to be given a canonical x86 address when called. On Intel processors it is ...
2012-06-13
-
11:00 PM Feature #2019 (Closed): ZFS Injection of "checkpoints" (ex-"snapshots") to facilitate incremental zfs send in smaller chunks
- Closed . dup.
-
09:36 PM Feature #2019: ZFS Injection of "checkpoints" (ex-"snapshots") to facilitate incremental zfs send in smaller chunks
- This bug should be closed as a duplicate of 2605, but I can't see how to do that through this interface.
-
10:59 PM Bug #2400 (Closed): ZFS: Current "zfs" command (as of mid-Feb 2012) does not destroy snapshots
- Dup of 2067.
-
10:59 PM Bug #2066 (Rejected): out of bounds write in dnode.c
- Rejecting this as more investigation needed.
-
10:37 PM Bug #2574 (Resolved): mdb needs ::printf
- Resolved in r13723 commit:3297c26a553a
-
09:30 PM Bug #1796: "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only pool
- The above diff is incorrect: it checks if the filesystem's readonly property is 'on'. You need to check if the pool ...
-
08:44 PM Bug #2872 (New): zfs_mountroot should display more useful error messages
- When the system is booting zfs_mountroot() is called to mount the root file system, but if the kernel being booted do...
-
06:27 PM Bug #2871 (Resolved): support for __ZFS_POOL_RESTRICT used by ZFS test suite
- The ZFS test suite uses an undocumented __ZFS_POOL_RESTRICT environment variable to allow it to test things like 'zpo...
-
02:30 PM Bug #2869: duplicate packets with vnics over aggrs
- The issue appears to fall along the lines of hardware support.
If the underlying ethernet devices support hardware... -
04:10 AM Bug #2614 (Resolved): nfs logging works incorrectly
- ...
2012-06-12
-
03:08 AM Bug #2869 (Closed): duplicate packets with vnics over aggrs
- On a current system with two e1000g NICs in an LACP aggregate, on which vnics are placed, we see duplicate packets. (...
2012-06-11
-
08:35 PM Feature #2761: ZFS checksum/compression algorithm number indirection
- Would it make sense to add a better-compressing opensourced algorithm, like bzip2, p7zip or xz? For example, WORM dat...
-
08:00 PM Bug #2618 (Resolved): arc.c mistypes in the comments
- Resolved in r13721 commit:5b51a16a186f
-
02:28 PM Bug #2867 (Closed): iscsit remote vulnerability
- Certain well-formed commands can cause the iscsit module to kernel panic.
We have a well-tested solution. Because... -
07:22 AM Bug #2740: zfs_rmnode() fails to clean up znodes
- [spam]
-
07:20 AM Bug #2748: ztest has unnecessary dependencies on its directory
- [spam]
-
04:07 AM Feature #2704: ld could translate --as-needed to -z ignore
- It should be mentioned that while we can do this part, it doesn't actually help for the specific case in which it is ...
-
12:56 AM Bug #2860 (New): tools elfsign uses erroneous mix of headers
- When elfsign is built for the host rather than target machine, in usr/src/tools, it uses -I.../uts/common/sys but doe...
2012-06-10
-
12:42 AM Feature #2831 (Resolved): bring Joyent/SmartOS OS-1186 and OS-1187 to Illumos
- Fixed in:
garrett@velocity{25}> hg head
changeset: 13719:da056fdd2d14
tag: tip
user: Bryan Can...
2012-06-08
-
09:47 PM Bug #2855 (New): vmu_calculate_proc() impeding page faults for thousands of seconds
- From Joyent OS-987:
the w command is hanging because it's trying to get the pr_p_lock
on the prnode_t associated ... -
08:45 PM Bug #2853 (New): assertion failed in zpool_vdev
- Tried to add a pair of cache devices to a zpool, got back:
# zpool add nosuch3_a0_1 cache c2t1d0 c2t2d0
Assertion f... -
08:06 PM Bug #2852 (New): mdb -o nostop -p <pid> hangs forked children forever
- shell 1:
$ echo $$
196398
shell 2:
$ mdb -o nostop -p 196398
>
shell 1:
$ sleep 1
<hangs forever>
shell 2:
... -
01:07 AM Bug #2851 (New): Update manpage for zonename(1)
- By reading some SMF scripts I discovered that "/sbin/zonename" takes some parameters, at least "-t" to return the ip-...
2012-06-07
-
05:24 PM Bug #2807: zfs: deadlock with ds_rwlock
- I believe that the deadlock mentioned in update #2 is caused by the zfs_ioc_recv() thread recursively holding the dat...
-
03:47 PM Bug #2850 (Closed): Russian locale does not need am/pm
- ...
-
03:44 PM Bug #2849 (Resolved): uptime should use locale settings for current time
- Currently @uptime@ printf 12-hour time no matter what locale is set:...
-
04:25 AM Bug #2757 (Feedback): 32bit sparc direct system calls should not rely on compiler mannerisms
- Because of some implementation quirks, we're going to be doing this in the compilers for 4.4.4, at the least.
2012-06-06
-
09:30 PM Bug #2562 (Resolved): FCoE iniator mistreats its ints
- Resolved in r13716 commit:3db0c1979163
-
05:03 PM Bug #2803 (Resolved): zfs get guid pretty-prints the output
- Resolved in:
changeset: 13715:351036203e4b
tag: tip
user: Garrett D'Amore <garrett@damore.org>
... -
03:33 PM Bug #2807: zfs: deadlock with ds_rwlock
- Reproducer test for case 1:
mkfile 100m diskfile
zpool create testpool $PWD/diskfile
zfs create testpool/... -
01:31 PM Feature #2837 (Rejected): remove print/lp* from gate and use CUPS from userland
- remove print/lp* from gate and use CUPS from userland
we have dependencies on print/lp ipp to apache-1.3
apache-1... -
08:25 AM Bug #2614 (New): nfs logging works incorrectly
- Change backed out due to missing packaging:
changeset: 13714:e2f6dabb84ef
tag: tip
user: Garret... -
01:37 AM Feature #2834 (New): Add NAA naming support to iSCSI
- stmfadm, itadm and iscsiadm (probably there are other places which need updating) should support T11 Network Address ...
2012-06-05
-
11:17 PM Bug #2812 (Resolved): FMA generic topology support for AMD family 0x10 model 10
- Resolved in r13713 commit:a5b409d8d6a8
-
07:49 PM Bug #2802 (Resolved): ipsecalgs needs a dependency upon filesystem
- Fixed in:
changeset: 13712:236e80401f3d
tag: tip
user: Garrett D'Amore <garrett@damore.org>
da... -
05:22 PM Bug #2614 (Resolved): nfs logging works incorrectly
- Resolved in:
changeset: 13711:0765d0ec4e2a
tag: tip
user: Vitaliy Gusev <gusev.vitaliy@nexen... -
05:13 PM Bug #2730 (Resolved): tar misbehaves if compress utility missing
- Resolved in:
changeset: 13710:3cee4ba952f0
tag: tip
user: Milan Jurik <milan.jurik@xylab.cz>
... -
05:13 PM Feature #2731 (Resolved): add -a --auto feature to tar for gtar comptability
- Resolved in:
changeset: 13710:3cee4ba952f0
tag: tip
user: Milan Jurik <milan.jurik@xylab.cz>
... -
04:42 PM Bug #2724 (Pending RTI): snoop contains few problems with accessing uninitialized data
-
09:43 AM Feature #212: Atheros AR8132 / L1c Gigabit Ethernet Adapter
- I can confirm both version of the driver (atge-18.5 and atge-01.6) work on 151a and 151a4 for me (Acer Aspire One 722...
2012-06-04
-
11:37 PM Feature #2832: libsocket should go the way of libpthread
- Apparently libsocket is already there, so this applies to libnsl only.
-
11:34 PM Feature #2832 (In Progress): libsocket should go the way of libpthread
- Like libw, libpthread, and others before it, libsocket and libnsl should move into libc and enter retirement as filte...
-
05:47 PM Feature #2831 (Resolved): bring Joyent/SmartOS OS-1186 and OS-1187 to Illumos
- OS-1186 svc.startd allocates excessive memory for instance names
OS-1187 svc.startd should reduce footprint by se...
2012-06-03
-
09:10 PM Bug #2814 (New): "zfs list" hangs and can not be killed
- In some situations (see bug #2807) ds_rwlock on READ can not be obtained immediately and caller goes to uninterruptib...
-
08:48 PM Feature #212 (Feedback): Atheros AR8132 / L1c Gigabit Ethernet Adapter
- Work fine for me with pciex1969,2062 Atheros AR8152 v2.0 Fast Ethernet on oi151a4 even after coldboot.
Can't wait un... -
04:01 PM Feature #212: Atheros AR8132 / L1c Gigabit Ethernet Adapter
- I've attached a more polished version of the driver, in case people want to do some more testing. This might be the ...
-
06:41 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
- Here's some information from a couple of other Unix live CDs. Freebsd 9.0 only detects two serial ports on the Tyan ...
-
06:33 PM Bug #2801: svc.startd leaks significant amount of memory
- The last leak is in libscf_extract_runlevel(), val returned from safe_scf_value_create() - libscf_object_create() is ...
-
03:28 PM Bug #2812: FMA generic topology support for AMD family 0x10 model 10
- webrev: http://grumpf.hope-2000.org/illumos-2812-webrev/
-
03:14 PM Bug #2812 (Resolved): FMA generic topology support for AMD family 0x10 model 10
- The generic topology support for AMD CPUs isn't enabled for family 0x10 model 10. The kernel support is there and wor...
-
04:22 AM Bug #2252: gettext should search in several directories
- ...
-
04:12 AM Bug #2252 (In Progress): gettext should search in several directories
-
01:33 AM Bug #2811: missing implementation: zfs send -r
- Verified in xref: /illumos-gate/usr/src/cmd/zfs/zfs_main.c
It appears that the usage flags include:
252 case...
2012-06-02
-
06:55 PM Bug #2810 (Resolved): pmconfig linked against libcmd
- Resolved in r13704 commit:1f68af63b8d9
-
04:51 PM Bug #2810 (Pending RTI): pmconfig linked against libcmd
-
01:51 PM Bug #2810 (Resolved): pmconfig linked against libcmd
- The original libcmd which implemented defread() and defopen() was removed in build 51 of opensolaris.
But pmconfig... -
03:13 PM Bug #2811: missing implementation: zfs send -r
- Relevant discussion from #openindiana IRC channel:
2012-06-02 08:50 < lattera> http://pastebin.com/9MPt5uk1 <- wha... -
03:11 PM Bug #2811 (Resolved): missing implementation: zfs send -r
- The documentation shows that zfs send should have the -r flag implemented. The usage output for zfs send shows the sa...
2012-06-01
-
02:52 PM Bug #2807: zfs: deadlock with ds_rwlock
- For prev message (correction):
zfs list {pool}/{dataset}
zfs destroy {pool}/{dataset} -
02:52 PM Bug #2807: zfs: deadlock with ds_rwlock
- So "1" case can occur if just do:
zfs list {pool}/{snapshot}
zfs destroy {pool}/{dataset}
stack of thi...
2012-05-31
-
05:51 PM Feature #2809 (Closed): EOF init.d/ldap.client and init.d/nscd
- Both init.d scripts are obsolete from Solaris 10 and with limited use. SMF must be used directly.
-
05:07 PM Feature #2731 (In Progress): add -a --auto feature to tar for gtar comptability
-
05:03 PM Bug #2730 (Pending RTI): tar misbehaves if compress utility missing
- Basics implemented. More precise detection of return values and handling of temporary tarfiles during update need som...
-
01:00 PM Bug #2807: zfs: deadlock with ds_rwlock
- 2. Second problem is:...
-
12:51 PM Bug #2807: zfs: deadlock with ds_rwlock
- Also another stack that shows real deadlock:...
-
12:45 PM Bug #2807: zfs: deadlock with ds_rwlock
- It can be:
1.
Because ds_rwlock is taken on READ in recursive (twice or more).
If another thread N2 tri... -
12:31 PM Bug #2807 (In Progress): zfs: deadlock with ds_rwlock
- System can hang due to obtaining dsl_dataset_t->ds_rwlock.
2012-05-30
-
07:35 PM Bug #2742 (Resolved): minor memory allocation issue in svccfg:upgrade_manifestfiles()
-
07:35 PM Bug #2742 (Pending RTI): minor memory allocation issue in svccfg:upgrade_manifestfiles()
- changeset: 13705:70355eedf57a
user: Milan Jurik <milan.jurik@xylab.cz>
date: Sun May 27 16:49:00 20... -
06:59 PM Bug #2801 (In Progress): svc.startd leaks significant amount of memory
- From investigation I think it is the same issue as SmartOS 1188. I am not sure about the last leak yet.
-
05:16 PM Bug #2801: svc.startd leaks significant amount of memory
- The upcoming push of SmartOS will be syncing out changes to startd and configd that clean up memory leaks and excessi...
-
05:20 PM Feature #2058 (Resolved): libumem should allow you to specify an allocator
- Resolved in 13708:6d0517b1a52b.
-
06:53 AM Bug #2804 (Resolved): psrinfo should not depend on perl
- For some distros, requiring the use (or installation!) of perl is onerous, but we still want to use certain system ut...
-
06:47 AM Bug #2803: zfs get guid pretty-prints the output
- Here's the proposed trivial fix for it:...
-
06:42 AM Bug #2803 (Resolved): zfs get guid pretty-prints the output
- ZFS tools treat the GUID for an object as a numeric and try pretty printing, which leads to garbage.
# zfs get gui... -
06:28 AM Bug #2802: ipsecalgs needs a dependency upon filesystem
- Note that its not just filesystem/local, but also the devices, which need to be explicitly represented in the depende...
-
06:27 AM Bug #2802: ipsecalgs needs a dependency upon filesystem
- After discussion with Dan McDonald, I have developed the following solution:...
-
06:25 AM Bug #2802 (Resolved): ipsecalgs needs a dependency upon filesystem
- The ipsecalgs service tries to start very asynchronously, which is ambitious. It doesn't operate properly if /usr/ ha...
-
02:31 AM Bug #1925 (Resolved): stack overflow from mac code
-
01:12 AM Bug #2049 (Resolved): env(1) should print program it attempts to exec on error, not argv[0]
- Resolved in 13707:3f41b24ce657.
Also available in: Atom