Activity
From 2011-08-04 to 2011-09-02
2011-09-02
-
05:31 PM Bug #1442: apic_timer_reprogram request is too far in future (on vmware workstation)
- > Would this also explain the system clock randomly returning epoch while under VMware?
Unfortunately I have no id... -
02:19 PM Bug #1442: apic_timer_reprogram request is too far in future (on vmware workstation)
- Would this also explain the system clock randomly returning epoch while under VMware? I mention because caiman (whic...
-
05:11 AM Bug #1442: apic_timer_reprogram request is too far in future (on vmware workstation)
- The same behavior was observed on VirtualBox: http://mail.opensolaris.org/pipermail/on-discuss/2010-June/001935.html
-
03:47 AM Bug #1442 (New): apic_timer_reprogram request is too far in future (on vmware workstation)
- There's a problem that appears from time to time on vmware workstation: there're a lot messages in syslog like the fo...
-
12:07 PM Feature #1443 (New): link aggregation network interfaces need non-LACP failover mode of operation
- At the moment it is not possible to create redundant network backends for vnics when the machine's physical interface...
-
08:34 AM Bug #1333: High kernel cpu usage & dtrace hang on idle system
- In my case the kernel usage after 7 days uptime has reached almost 20% while idle, so I expect it to die any time now...
-
07:09 AM Bug #1439: Panic when booting on IBM SystemX
- Some more findings:
The problem only occurs with recent UEFI versions, 1.11 and 1.12 for my x3650M3. After a downg...
2011-09-01
-
08:12 PM Bug #1434: TCP_INIT_CWND setsockopt doesn't work on passive connections.
- The proposed fix slightly alters the semantics of TCP_INIT_CWND:
IF (and only if) the socket in question is both ... -
07:02 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
- Doing some more testing ....
The CPU utilization on this box at idle was 99.3% at initial boot time, after about 4... -
04:12 PM Bug #1440 (New): dtrace -c doesn't parse the command string properly
- dtrace -c tokenizes purely by whitespace -- it should use the same tokenizing semantics as a shell.
-
09:04 AM Bug #1439 (Resolved): Panic when booting on IBM SystemX
- Right after loading the kernel, there is a panic "vmem_hash_delete: bad free" called from fm_smb_fmacompat, see attac...
-
04:37 AM Bug #1427: import libssl
- > our libcrypto depends on it
libcrypto is part of OpenSSL. Our libcrypto _is_ it.
-
01:55 AM Bug #1427: import libssl
- See my general notes re. dependencies in https://www.illumos.org/issues/1428.
Now openssl in particular has some ... -
02:30 AM Bug #1438 (Closed): ftw(3C) should mention `quit' member of struct FTW and possible values
- There's currently no mention of `quit' member of the struct FTW, as well as possible values, which are:...
-
01:16 AM Bug #1428: import libxml2
- I'm in general agreement with Rich Lowe on this.
I'd like fewer external dependencies in illumos (with an eventual...
2011-08-31
-
10:57 PM Feature #1437: COMSTAR only supports 255 targets
- Someone pointed out:
http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libiscsit/common/libiscsit.h#40
... -
10:36 PM Feature #1437 (New): COMSTAR only supports 255 targets
- 255 targets ought to be enough for anybody, right? Well, perhaps not :-)
In cloud environments with a lot of guest... -
07:30 PM Bug #1429 (Closed): setsockopt TCP_INIT_CWND requires unnecessary privileges
- Confirmed with the submitter, this is not a bug.
-
06:41 PM Bug #1429: setsockopt TCP_INIT_CWND requires unnecessary privileges
- I cannot reproduce this bug on an OpenIndiana installation.
I ran a trivial TCP_INIT_CWND program (attached) in a ... -
07:25 PM Bug #1436 (New): tcp(7P) shouldn't pretend you need PRIV_SYS_NET_CONFIG for anything.
- Since IP Instances integrated, these only require priv_sys_ip_config, not net_config.
-
05:40 PM Bug #54 (Closed): metaslab_min_alloc_size may be too big
- Turns out this tunable is made irrelevant as a result of a change to use the metaslab_df_ops allocator. We don't nee...
-
03:27 PM Bug #348: ZFS should handle DKIOCGMEDIAINFOEXT failure
- I'm facing the same issue on an HP DL360 G4p. However, the latest dev-il build of oi_151a (illumos changeset 170f0c3...
-
02:48 PM Bug #1434: TCP_INIT_CWND setsockopt doesn't work on passive connections.
- After having a conversation with the poster, here's the problem statement:
Consider a server having a policy of dy... -
01:43 PM Bug #1434 (Resolved): TCP_INIT_CWND setsockopt doesn't work on passive connections.
- The current implementation of the IPPROTO_TCP/TCP_INIT_CWND only affects a socket before accept() and connect(). Thi...
2011-08-30
-
10:20 PM Bug #1149 (Resolved): tic issues useless warnings about filenames longer than 16 chars
- Resolved (we don't use s5fs any more :-)
garrett@thinkpad{12}> hg head
changeset: 13444:c1ed50709bff
tag: ... -
10:19 PM Bug #423: speedstep cpupm called continuously on Dell Poweredge 2900
- Sorry I mispoke, either of the below settings in /etc/power.conf *do NOT solve the issue*++
@cpupm disable
cpupm ... -
10:19 PM Bug #294 (Resolved): ONNV terminal definitions are old and crufty
- changeset: 13444:c1ed50709bff
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
date: T... -
10:17 PM Bug #1426 (Resolved): 1361 missed two codepaths
-
04:27 PM Bug #1426: 1361 missed two codepaths
- Resolved in:
changeset: 13443:76ab5b799560
tag: tip
user: Dan McDonald <danmcd@nexenta.com>
da... -
03:12 PM Bug #1426: 1361 missed two codepaths
- Attached is a test program (acceptor.c) that'll open a server-side socket. Once you telnet to that port (default == ...
-
09:38 PM Bug #1333: High kernel cpu usage & dtrace hang on idle system
- I have the exact same experience and system basically a Supermicro X9SCA-F ( Intel® C204 PCH Chipset) with 16GB RAM, ...
-
09:14 PM Bug #1430 (Resolved): blkdev crashes on synchronous flushes
- common/io/blkdev/blkdev.c:bd_ioctl should check for dkc->dkc_callback in the DKIOCFLUSHWRITECACHE case.
Otherwise, w... -
08:52 PM Bug #1429 (Closed): setsockopt TCP_INIT_CWND requires unnecessary privileges
- setsockopt(fd, IPPROTO_TCP, TCP_INIT_CWND, ....)
requires sys_net_config privileges to set to between 4 and the in... -
05:57 PM Bug #1428: import libxml2
- While I'd like illumos to get closer and closer to self hosting (or, perhaps, self-hosting on top of a minimal base, ...
-
07:46 AM Bug #1428 (New): import libxml2
- need import libxml2 to illumos tree and provide it by package because some illumo-gate tools have dependency to this ...
-
05:52 PM Bug #1427: import libssl
- OpenSSL is not in illumos for a couple of reasons. The first is that adapting things correctly to the illumos build ...
-
07:19 AM Bug #1427 (Closed): import libssl
- need import libssl to illumos tree and provide it by package because SSH(server/client) from illumos-gate have depend...
-
06:41 AM Bug #1419: nwam defaults multiple interfaces?
- Strange, yet a new interface......
-
06:12 AM Bug #861 (New): sharectl needs to work when only NFS client is installed
-
06:03 AM Bug #980: svc.configd should be less trusting of cross-zone callers
- I'm not working at this at present, but it should be pretty easy. The configd sources contain a @ucred_is_privileged...
2011-08-29
-
10:47 PM Feature #1096 (Resolved): i386 disassembler should understand complex nops
- Resolved in r13442 commit:4adbe6de60c8
With a combination of changes from Bryan Cantrill at Joyent, and my GCC bra... -
07:51 PM Feature #1146: find should support -iname
- what news about implementation '-maxdepth' to 'find' ?
it is feature very often is using in scripts.
-
03:04 PM Bug #1426 (Resolved): 1361 missed two codepaths
- The changes for bug 1361 missed two codepaths (and this code reviewer takes full responsibility for missing them duri...
2011-08-28
-
07:42 PM Bug #1402: fix for #534 causes dire performance regression
- FYI: I have a very limited sample size, (2 working reboots with this fix, a half dozen broken reboots without it)
I... -
12:59 AM Bug #1402 (Resolved): fix for #534 causes dire performance regression
- Resolved in r13441 commit:99f81276ef96
-
12:59 AM Bug #534 (Rejected): DMA KVA cache attributes incorrect
- Backed out by #1402 and, for the moment, decided invalid.
2011-08-27
-
04:47 PM Bug #1419: nwam defaults multiple interfaces?
- thought I'd reboot with a clean messages file to add.
I noticed in the meantime that ipadm thinks differently:
<pre... -
04:37 PM Bug #1419 (New): nwam defaults multiple interfaces?
- Hi, not sure this is a bug or a <<feature>>... Finally able to install first 148 text to an AMILO Pa1510 using defaul...
2011-08-26
-
10:51 PM Bug #1242 (Resolved): libwrap has undefined symbols
- Resolved in r13440 commit:49d0a9c4f724
-
02:37 PM Bug #1414 (Resolved): libdiskmgmt does not clean up invalid paths
- The installer coredumps when it probes the disks on the hpux box. Here's what the corefile reveals:
> $c
libc.so.... -
05:27 AM Bug #1406: build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- For the sake of the bug, an evaluation.
To keep the amount of CTF data in memory for the kernel small, we remove fro... -
04:19 AM Bug #1406: build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- Preliminary webrev to fix this for all closed bins is here: http://dev1.illumos.org/~jbk/ctfstrip
2011-08-25
-
08:40 PM Bug #1369: disable multi-threaded dump
- I also disable fast reboot on panic since there were times system just stuck on boot after panic.
-
07:27 PM Bug #1369: disable multi-threaded dump
- I think multithreading dump (especially since this is usually done at panic time) is a bad idea. When bad stuff happ...
-
07:21 PM Bug #1369: disable multi-threaded dump
- Honestly, I'm much more inclined to actually remove multi-threaded dump (and likely bzip2 compression, since to be pr...
-
05:48 PM Bug #1402: fix for #534 causes dire performance regression
- While #1361 does need a tiny fix, it was not the cause of the regression.
#534, a fix to ddi_dma_mem_alloc(), caus... -
02:51 AM Bug #1402: fix for #534 causes dire performance regression
- If the Joyent IP module fixes the problem, I believe this is a regression/bug introduced by #1361. Stay tuned to see...
-
01:54 AM Bug #1402: fix for #534 causes dire performance regression
- ip module from SmartOS distribution fixes issue, suggest upgrade in illumos.
2011-08-24
-
06:12 PM Bug #1409 (Resolved): dis is overly restrictive when looking for it's next symbol
- When an invalid opcode is encountered, dis dumps the instruction stream as hex until it can find the next symbol in t...
-
06:07 PM Bug #1393: dis does not handle sections with unassigned virtual addresses well
- The simplest solution appears to be to maintain a table of (virtual address, size) tuples for each section, then assi...
-
04:31 PM Bug #1406: build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- Wow. I'd have expected stripping them from _all_ modules to have broken more stuff. You only needed to do the ones ...
-
04:11 PM Bug #1406: build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- Richard, thank you very much for your help!
I have fixed my problem now.
My steps:
1. run command on /kernel:
f... -
02:50 PM Bug #1380: Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- #1404 is a duplicate of this.
-
02:26 PM Bug #1377: mpt_sas reliably panics when firmware updating
- It appears to only do this if there are any disks or enclosures actually attached, as it reliably fails to panic when...
-
01:49 PM Bug #1408 (New): suid program creates file with owner gid=0 instead of "nobody"
- here is the setup
server:... -
11:42 AM Bug #1407: kdcmgr use GNU gettext instead Sun gettext
- It uses whichever gettext comes first in PATH, so using hardcoded /usr/bin/gettext looks like a solution to me.
-
10:14 AM Bug #1407 (New): kdcmgr use GNU gettext instead Sun gettext
- Package system/security/kerberos-5...
2011-08-23
-
06:34 PM Bug #1406: build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- This is almost always a mishap caused by the (necessarily) out-of-date CTF information in closed kernel modules.
A... -
01:14 PM Bug #1406 (New): build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25
- build failed after update to OI-151a and illumos-gate changeset:13438:084a34091b25...
-
12:55 AM Feature #1403 (New): Support deferring TCP accept()s
- This is a performance request. Many TCP based services use protocols in which the client speaks first. This causes ...
-
12:48 AM Bug #1402 (Resolved): fix for #534 causes dire performance regression
- After doing a clean install to OpenIndiana 151 I noticed that iperf was only showing about 5% utilization of the ixbg...
2011-08-22
-
11:59 PM Bug #1380: Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- This issue is related to #534 and was introduced by http://hg.openindiana.org/upstream/illumos/illumos-gate/rev/0ad58...
-
06:08 PM Bug #1343: mpt_sas sometimes stalls forever
- Hey, neat.
I discovered this mostly happens when I use drives with 4K sector sizes that are lying/in 512-byte "emu... -
03:39 PM Bug #1353 (Resolved): beadm rollback undocumented in man page
- Fixed in:
changeset: 13439:da58f9d4ef03
tag: tip
user: Alexander Eremin <a.eremin@nexenta.com>
d... -
03:39 PM Bug #1355 (Resolved): beadm produce a core dump while listing snapshots with -H option
- Fixed in:
changeset: 13439:da58f9d4ef03
tag: tip
user: Alexander Eremin <a.eremin@nexenta.com>
d...
2011-08-21
-
09:12 PM Bug #1397 (Resolved): cosmetic nit: missing newline in "instance has UUID" message.
- During a verbose boot, the message "This Solaris instance has UUID ...." isn't followed by a newline, which results i...
-
03:25 PM Bug #1396: dtrace iscsit.d missing int promotion for dlength
- This should fix it.
As an aside, this file exists on the installed system at /usr/lib/dtrace/iscsit.d but making ... -
03:14 PM Bug #1396 (New): dtrace iscsit.d missing int promotion for dlength
- The line
ii_datalen = P->dlength[0] << 16 | P->dlength[1] << 8 | P->dlength[2];
is missing casts to uint32_... -
11:21 AM Bug #1383 (Feedback): xcurses should use $(AWK)
- maybe someone can cherry pick and test it? i have no machine.
https://github.com/0xffea/illumos-gate/commits/xcurses...
2011-08-20
-
05:14 AM Bug #1393: dis does not handle sections with unassigned virtual addresses well
- Doing a bit more digging, it appears that this is only an issue when the sh_addr field of the ELF section header is 0...
2011-08-19
-
10:59 PM Bug #1393 (Resolved): dis does not handle sections with unassigned virtual addresses well
- When disassembling an ELF object, dis attempts to map the instruction to a 'symbol+offset' value. It does this by lo...
-
01:54 PM Bug #348: ZFS should handle DKIOCGMEDIAINFOEXT failure
- RFE: Patch requires Illumos dev review and approval with current CPQary3 2.3 driver approved by HP engineering.
-
02:36 AM Bug #763: FMD msg URLs should refer to something visible
- http://dlc.sun.com/osol/event_registry/downloads/current/
-
02:15 AM Bug #1301 (Resolved): ld crashes with '-z ignore' due to a null data descriptor
- Resolved in r13438 commit:084a34091b25
2011-08-18
-
07:33 PM Bug #1385 (Resolved): iscsi target drops due to taskq
- Resolved in:
garrett@thinkpad{36}> hg outgoing -v
running ssh anonhg@hg.illumos.org "hg -R illumos-gate serve -... -
06:17 PM Bug #1390 (Resolved): ixgbe update from FreeBSD via Joyent
- The folks at Joyent have updated ixgbe in their sources. One big fallout is that cstyle is now broken there, but it ...
-
01:04 PM Bug #1356: zfs dataset prefetch code not working
- We have finally used just this patch in FreeBSD to fix this whole issue:...
-
01:03 PM Bug #1346: zfs incremental receive may leave behind temporary clones
- We have finally used this patch in FreeBSD:...
-
07:29 AM Bug #1380: Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- > * pkg image-update
> * Reboot (to illumos a4e1558c0599, July 2011)
Illumos 1fde68f76cc6 (/dev-il as of 2011-08-...
2011-08-17
-
11:49 PM Bug #1385 (Resolved): iscsi target drops due to taskq
- Nexenta has noticed that sometimes the iSCSI target will occasionally drop connections to some clients. Protocol ana...
-
11:32 PM Feature #1361 (Resolved): Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
- changeset: 13435:3185061eadee
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
date: W... -
11:22 PM Bug #1384 (Resolved): Host access checks don't work for clients not resolvable via NIS/DNS/LDAP
- Originally posted as http://www.nexentastor.org/issues/121.
The problem here is that we are bailing out after chec... -
10:18 PM Bug #1379 (Resolved): ls crashes printing (some) ACLs
- Resolved in r13434 commit:af0bf36c290c
-
08:11 PM Bug #1375 (Closed): krb5-config only handles krb5 lib argument
-
08:07 PM Bug #1375 (Feedback): krb5-config only handles krb5 lib argument
- This duplicates bug 1295.
-
07:16 PM Bug #1383 (Resolved): xcurses should use $(AWK)
- the xcurses build uses 'awk', and is path sensitive. This makes it pretty easy for a /usr/local/bin or /usr/gnu/bin ...
-
05:45 PM Bug #1382 (New): Some unused closed-bins aren't excepted
- It appears that snmpd.conf, lc_*.h, and localedef.h are still pulled from closed-bins, rather than being excepted.
...
2011-08-16
-
03:52 PM Bug #1379 (In Progress): ls crashes printing (some) ACLs
- Thanks Yuri. I'll try to RTI this later today.
-
01:40 PM Bug #1379: ls crashes printing (some) ACLs
- Reproducible on my system as well:...
-
09:10 AM Bug #1380 (Closed): Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- Environment:
* XenServer 5.6.100 SP2 (Xen 3.4.2)
* PyGrub & libfsimage from Xen 4.1 (ZFS_VERSION bumped to 28)
* H... -
01:43 AM Bug #1102 (Resolved): Resource exhaustion in sftp client
- Resolved in r13433 commit:1fde68f76cc6
2011-08-15
-
06:35 PM Bug #1379: ls crashes printing (some) ACLs
- Turns out this isn't as easy to reproduce as I'd hope, though it's consistent on my machine. It seems to be very fus...
-
06:10 PM Bug #1379: ls crashes printing (some) ACLs
- Looks like aclp is not initialized in gstat, so when we hit a symlink (and disable ACL processing, as symlinks can't ...
-
05:18 PM Bug #1379 (Resolved): ls crashes printing (some) ACLs
- ...
-
12:03 PM Feature #1378 (New): beadm should recognize non-bootable datasets
- If just create:
~> zfs create -p rpool/ROOT/nosuchbe
beadm starts to show it as BE:
~> beadm list nosuchbe
BE Ac... -
11:35 AM Bug #1376: savecore: bad magic number, savecore -L hangs
- Indeed, you are right. This is a duplicate
-
11:07 AM Bug #1376: savecore: bad magic number, savecore -L hangs
- bug 1369 likely has the workaround that will make your life nicer
-
09:55 AM Bug #1376 (Closed): savecore: bad magic number, savecore -L hangs
- Hi,
I'm running OI 151 on amd64 (http://pkg.openindiana.org/dev-il/) and while I tried to savecore a kernel dump, ... -
11:19 AM Bug #1377: mpt_sas reliably panics when firmware updating
- http://skysrv.pha.jhu.edu/~rercola/mpt_sas_flash.vmcore.gz
-
11:17 AM Bug #1377 (New): mpt_sas reliably panics when firmware updating
- I have a large number of LSI SAS2008-based HBA cards - 9201-16e, 9200-8e, 9202-16e, 9211-8i.
All of them reliably ...
2011-08-14
-
04:39 PM Bug #1375 (Closed): krb5-config only handles krb5 lib argument
- If you open up /usr/bin/krb5-config you'll see that it has code to handle many different libs but when parsing the ar...
-
03:51 AM Feature #1146: find should support -iname
- No problem in adding these primaries if those caring about strictly conforming to POSIX are ok with them :-)
2011-08-13
-
10:09 PM Feature #1337 (Resolved): `zpool status -D' should tell if there are no DDT entries
- Fixed in:
changeset: 13432:d1ad8d106d64
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
da... -
03:39 PM Feature #1146: find should support -iname
- If we're enhancing find, can we have -maxdepth and -delete?
-
09:11 AM Bug #1372 (Closed): kvmstat needs a man page
- with the integration of kvmstat
1362 add kvmstat for monitoring of KVM statistics
we did not put in a man page.... -
09:09 AM Bug #1365 (Resolved): mdb needs 16-bit disassembler support
- changeset: 13431:e7ec489c7cf5
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Sat A... -
09:09 AM Bug #1364 (Resolved): need disassembler support for VMX instructions
- changeset: 13431:e7ec489c7cf5
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Sat A... -
09:08 AM Feature #1363 (Resolved): add vmregs[] variable to DTrace
- changeset: 13431:e7ec489c7cf5
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Sat A... -
09:08 AM Feature #1362 (Resolved): add kvmstat for monitoring of KVM statistics
- changeset: 13431:e7ec489c7cf5
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Sat A... -
04:24 AM Bug #1368 (Resolved): enablings on defunct providers prevent providers from unregistering
- Resolved in r13430 commit:8e6add739e38
-
01:26 AM Bug #1350 (Resolved): whois(1) should use correct whois server for lookups
- Fixed in:
changeset: 13429:b2fbfacb9f9c
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
dat...
2011-08-12
-
10:43 PM Bug #1371: Add -D option description to zpool(1M) manpage
- This talks about `zpool status -D', of course.
-
10:42 PM Bug #1371 (Resolved): Add -D option description to zpool(1M) manpage
- Add -D to usage output as well.
-
08:11 PM Bug #1155 (Resolved): in.ftpd sometimes starts with SIGALRM blocked
- Fixed in:
changeset: 13428:a9dfa4813bcd
tag: tip
user: Gary Mills <mills@cc.umanitoba.ca>
date: ... -
02:14 AM Bug #1369 (New): disable multi-threaded dump
- Joyent, EC, and several others have reported hangs while taking crash dumps on multi-core machines.
Experimentally, ... -
02:00 AM Bug #1368 (Resolved): enablings on defunct providers prevent providers from unregistering
- Bryan writes, on dtrace-discuss and developers@...
-
12:25 AM Bug #1357: `hg pbchk' shouldn't whine about trailing whitespaces
- Mercurial strips trailing whitespace, sadly apparently redmine doesn't.
If you need a quick workaround, I can fix th... -
12:18 AM Bug #1367 (New): libwrap is not threadsafe
- libwrap is not thread safe (at initial glance, a couple of global variables, plus the use of strtok), which can cause...
2011-08-11
-
07:12 PM Bug #633 (New): case-folding collision in illumos-gate
- opened this back up at bmc's request.
-
07:09 PM Bug #1365 (Resolved): mdb needs 16-bit disassembler support
- Not a joke -- with the presence of KVM, running 16-bit code is actually a possibility (albeit as a guest). Trust me ...
-
07:07 PM Bug #1364 (Resolved): need disassembler support for VMX instructions
- We don't have disassembler support for VMX instructions; this is annoying for anything that uses them, as it breaks D...
-
07:05 PM Feature #1363 (Resolved): add vmregs[] variable to DTrace
- When using DTrace to understand KVM performance, it's very useful to be able to pull out VM registers from the curren...
-
06:57 PM Feature #1362 (Resolved): add kvmstat for monitoring of KVM statistics
- With the introduction of an illumos-based KVM looming, it would be nice to prepare for it by pulling in Joyent's impl...
-
05:54 PM Feature #1361: Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
- Vineeth Pillai wrote:
> Also, while at this, as per Garrett's suggestion we can have variants of these three with mi... -
04:22 PM Feature #1361 (Resolved): Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
- Linux and couple of other Unix Flavors support 3 IPPROTO_TCP options which are not in solaris. Some opensource progra...
-
05:33 PM Bug #81 (Resolved): remove 'is_z_a_power_of_x_le_y' from pcfs utils
- Resolved in:
garrett@thinkpad{15}> hg head
changeset: 13426:f92414e708c0
tag: tip
user: Gary M... -
03:35 PM Bug #1350: whois(1) should use correct whois server for lookups
- Yuri Pankov wrote:
> One more question though, should it still live in usr/src/cmd/cmd-inet/usr.bin or would making ... -
02:50 PM Bug #1350: whois(1) should use correct whois server for lookups
- One more question though, should it still live in usr/src/cmd/cmd-inet/usr.bin or would making it usr/src/cmd/whois b...
-
01:58 PM Bug #1350: whois(1) should use correct whois server for lookups
- Sure, it's a trivial program which *nobody* is sentimentally attached to.
-
12:52 PM Bug #1350: whois(1) should use correct whois server for lookups
- May I suggest using FreeBSD's whois(1) having all requested features? I'll do the import if it's ok.
-
03:26 PM Bug #1359 (Closed): dbus may need work to run in a non-global zone
- This is importing a comment on the OpenIndiana wiki.
> Upgraded from build 111 to 134 and then to oi_147. This wo... -
01:44 PM Bug #1357 (Rejected): `hg pbchk' shouldn't whine about trailing whitespaces
- ...
-
12:17 PM Bug #1356: zfs dataset prefetch code not working
- I am attaching a complete version of the patch.
-
05:58 AM Bug #1356: zfs dataset prefetch code not working
- The question also raises if it makes sense to prefetch internal datasets.
The only internal dataset that prefetches ... -
09:55 AM Bug #1348 (Resolved): isainfo -v potentially overflows 80 columns
- changeset: 13425:8640246a3548
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Thu A... -
09:54 AM Bug #1347 (Resolved): isainfo should indicate presence of vmx/svm support
- changeset: 13425:8640246a3548
tag: tip
user: Bryan Cantrill <bryan@joyent.com>
date: Thu A... -
05:50 AM Bug #1192 (Resolved): fd manpage should be in section 7
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>... -
05:50 AM Bug #1191 (Resolved): Remove source-network-pppdump and SUNWpppgS packages
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>... -
05:50 AM Bug #1190 (Resolved): Remove source-security-tcp-wrapper and SUNWtcpdS packages
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>... -
05:49 AM Feature #1189 (Resolved): add stdin/stdout/stderr(3C) manpage symlinks
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>... -
05:48 AM Bug #1188 (Resolved): Move pppdump and tcpd manpages to usr/src/man
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
... -
05:48 AM Bug #635 (Resolved): sed manual page needs significant updates
- Resolved in:
changeset: 13424:f2dd4a8a49cd
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
... -
05:45 AM Feature #1281: Expose all TSS definitions
- Resolved in:
changeset: 13423:5959d9183ac3
user: Robert Mustacchi <rm@joyent.com>
date: Wed Aug...
2011-08-10
-
10:01 PM Feature #1281 (Resolved): Expose all TSS definitions
-
07:02 PM Bug #1181 (Resolved): Remove plot(1B), plot(4B), tplot(1)
- ...
-
06:32 PM Bug #1346: zfs incremental receive may leave behind temporary clones
- I have submitted a better solution for this problem in #1356. Please close.
-
06:31 PM Bug #1356 (Resolved): zfs dataset prefetch code not working
- The prefetch code in zfs_ioctl.c is not working correctly.
dmu_objset_prefetch() takes absolute and not relative nam... -
11:45 AM Bug #1353 (In Progress): beadm rollback undocumented in man page
-
11:45 AM Bug #1355 (In Progress): beadm produce a core dump while listing snapshots with -H option
2011-08-09
-
04:51 PM Bug #1355 (Resolved): beadm produce a core dump while listing snapshots with -H option
- ...
-
02:42 PM Bug #1353 (Resolved): beadm rollback undocumented in man page
- "beadm rollback" function should be documented in "man beadm"
2011-08-08
-
10:13 PM Bug #1303 (Resolved): Grub should support large sector disks
- Thanks Hans. I've integrated your change.
garrett@thinkpad{9}> hg head
changeset: 13421:a4721c685d96
tag: ... -
09:51 PM Bug #1351 (New): FMD eft can crash when dealing with error reports with no fm_event_t
- eft's _fme_ structure has a _observations_ list of _fm_event_t_s that can contain NULL entries. These seem to be va...
-
01:51 AM Bug #1279 (Resolved): err(3C) should be marked __NORETURN
- resolved in r13420 commit:b33ae82cafa3
-
12:03 AM Bug #1350 (Resolved): whois(1) should use correct whois server for lookups
- whois(1) has the InterNIC whois server (_whois.internic.net_) hardcoded, which only returns results for COM, NET and ...
2011-08-07
-
10:33 PM Bug #1348 (Resolved): isainfo -v potentially overflows 80 columns
- Annoyingly, "isainfo -v" can overflow 80 columns -- making God very, very upset and tempting him (or her) to smite th...
-
10:29 PM Bug #1347 (Resolved): isainfo should indicate presence of vmx/svm support
- Currently, isainfo does not indicate the presence of vmx (Intel virtualization) or svm (AMD virtualization) support. ...
-
11:37 AM Bug #1346 (Resolved): zfs incremental receive may leave behind temporary clones
- When doing incremental zfs receive, zfs may leave behind temporary clones.
The attempt to destroy the temporary clon...
2011-08-06
-
01:43 AM Bug #1344 (Resolved): mpt_sas sometimes triggers kernel panic while in mptsas_restart_hba
- Hard powered off (because it didn't soft power off) the server, SAS switches, and disk enclosures involved in the sys...
2011-08-05
-
10:26 PM Bug #1343: mpt_sas sometimes stalls forever
- ...
-
10:06 PM Bug #1343 (New): mpt_sas sometimes stalls forever
- Opening a new bug for this to keep it separate from bug #1069, which refers to mpt.
Sometimes under load, the mpt_... -
09:19 PM Bug #1069: IO hang with bad disk on mpt and mpt_sas
- I suppose http://skysrv.pha.jhu.edu/~rercola/mptsas_dmesg.log could also be useful.
-
09:16 PM Bug #1069: IO hang with bad disk on mpt and mpt_sas
- Why hello again bug....
-
09:06 PM Bug #1303: Grub should support large sector disks
- updated webrev: http://cr.illumos.org/view/8grml9d1/illumos-1303-webrev-4/
Changes since last webrev, requested by... -
03:07 PM Bug #1303: Grub should support large sector disks
- updated webrev: http://cr.illumos.org/view/3vs1alrf/illumos-1303-webrev-3/
Changes since last webrev:
* removed V... -
07:00 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- And as I said, with ru_RU.UTF-8, ssh accepts only localized 'да' or 'нет', doesn't look good... which are returned by...
-
06:50 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- Try the following:...
-
03:15 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- MIYAZAKI-san said,
Attached patch is workaround for this problem.
He think, Yuri's patches is good, too.
But, YESE... -
02:31 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- Anyway, patching LC_MESSAGES doesn't look correct to me, we should use the regexes provided by LC_MESSAGES instead (m...
-
02:28 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- Could you please translate that? I can't read japanese.
-
02:44 AM Bug #1314: localedef/ctype.sh requires sed -E for no reason
- Thanks to Albert for looking at this and sorry for breaking build for such a long time...
-
12:39 AM Bug #1314 (Resolved): localedef/ctype.sh requires sed -E for no reason
- Fixed in:
changeset: 13419:71db23f03404
tag: tip
user: Yuri Pankov <yuri.pankov@nexenta.com>
... -
02:34 AM Feature #1337: `zpool status -D' should tell if there are no DDT entries
- Does this look correct at all so I could submit a webrev or are there any showstoppers from the start?
-
02:18 AM Bug #1043: Recursive destroy of zfs snapshot fails on non-existing target snapshot
- Patch looks reasonable to me.
-
12:30 AM Bug #1313: Integer overflow in txg_delay()
- Martin, do you want to integrate this, or should I?
- Garrett -
12:29 AM Bug #1176 (Resolved): NWAM handling of multiple DHCP-assigned DNS domains broken
- Resolved in:
garrett@thinkpad{22}> hg head
changeset: 13418:ddddd898d92e
tag: tip
user: Han...
2011-08-04
-
09:45 PM Bug #311: acpica components are using export restricted license
- Yay, all we have to do is cherry-pick https://github.com/joyent/illumos-joyent/commit/31d33eaed41a460100b3656c83e7545...
-
08:28 PM Bug #1342 (Resolved): Bogus assert in bd_xfer_alloc
- common/io/blkdev/blkdev.c
559
560 ASSERT(bp);
561 ASSERT(bp->b_bcount);
562
The second... -
08:25 PM Bug #1332: ssh should use YESEXPR/NOEXPR
- この問題のWorkaroundとして、添付するpatch をあてていました。
Yuriさんのpatchでこの問題は解決しそうですね。
ただ、ssh以外の他のコマンドでも、YESEXPR/NOEXPRの代わりにYESSTR/NOST... -
11:00 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- And ru_RU.UTF-8 locale on Solaris 11 accepts only localized responses, so it's broken there as well..
-
10:47 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- usr/src/cmd/ssh/ssh doesn't use YESEXPR and NOEXPR, it uses only YESSTR and NOSTR, which works fine on Solaris 11 as ...
-
05:04 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- LCL_DATA contains...
-
03:53 AM Bug #1332: ssh should use YESEXPR/NOEXPR
- Satoru MIYAZAKI said,
On ja_JP.UTF-8 locale, when using ssh, ssh response 'yes/no' by Japanese "はい/いいえ" .
If user... -
03:25 PM Feature #1337 (Resolved): `zpool status -D' should tell if there are no DDT entries
- As above. While here, add `-D' to the usage output and format 'scan' line similar to others..
Output:... -
03:03 PM Bug #1305: `zfs diff` freezes entire system, forces reboot
- @Michael Keller:
Unfortunately, zdiffs panic on the three most recent snapshot pairs on my system, for a particular ... -
11:32 AM Bug #1305: `zfs diff` freezes entire system, forces reboot
- Maybe it is related to the fact that the zdiff was done on the latest snapshot, while doing zdiffs on a snapshot whic...
-
11:05 AM Bug #1305: `zfs diff` freezes entire system, forces reboot
- Same issue here on OI 148 while doing a zdiff on zpool (rpool) version 28:
/var/adm/messages reads:... -
07:54 AM Bug #1333 (Resolved): High kernel cpu usage & dtrace hang on idle system
- We have a Supermicro X9SCA-F ( Intel® C204 PCH Chipset) with 16GB RAM, and E3-1240 Xeon CPU (quad core).
Clean ins... -
02:45 AM Bug #1181: Remove plot(1B), plot(4B), tplot(1)
- I'm trying to take care of this bug... plot(1B) and tplot(1) are straight forward to take care of. plot(4B) on the o...
Also available in: Atom