Activity
From 2012-07-09 to 2012-08-07
2012-08-07
-
05:44 PM Bug #3059 (Pending RTI): cmd/tcpd/* files should have correct functions prototypes
-
05:44 PM Bug #3059 (In Progress): cmd/tcpd/* files should have correct functions prototypes
- I can't change state "to RTI"
-
05:43 PM Bug #3063 (Resolved): many instances of unlike enum comparison
- Throughout the tree, there are quite a few places where we compare an enum foo to an enum bar, almost always accident...
-
03:56 PM Bug #3062 (Resolved): illumos should build/work with GCC 4.6 or newer
- Given the long lead time necessary to get everything fixed and tested, I've begun trying to get things happy with 4.6...
-
02:08 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> And what about other signals? Do they reset the offset?
Don't know, SIGALRM is the only sig... -
01:58 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- And what about other signals? Do they reset the offset?
-
07:28 AM Bug #1884: Empty "used" field for zfs *space commands
- Igor Pashev wrote:
> Yuri Pankov wrote:
> > there's a column named *USED* in the output, and it should report corre...
2012-08-06
-
11:00 PM Bug #3061 (Resolved): zfs {user,group}space -o doesn't use specified fields order
- zfs {user,group}space -o doesn't use specified fields order (output is still in the default order)....
-
10:58 PM Bug #3060 (Resolved): zfs {user,group}space -H output isn't tab-delimited
-
10:10 PM Bug #3040: performance: remove rrw_lock
- For original kernel, dtrace-1000, stack:
unix`default_lock_delay+0x8c
unix`mutex_vec... -
04:10 PM Bug #3053 (Feedback): usr/src/tools/protocmp/* should use __x86 for intel platform
- can I send it to RTI ?
-
04:09 PM Bug #3054 (Feedback): tools/protolist/protolist.c should use __x86 for intel planforms
- can I send it to RTI ?
-
03:47 PM Bug #3059 (Resolved): cmd/tcpd/* files should have correct functions prototypes
- They are files have no correct prototypes of functions:
cmd/tcpd/fakelog.c
have:
openlog(name, logopt, facility)
...
2012-08-05
-
02:46 PM Feature #1789: "zpool labelclear" should remove ZFS label on desired devices
- Anything stopping this from going forward (as provided workaround doesn't really work)?
-
08:57 AM Feature #3057 (Resolved): Remove sgml util from cmd/man
- Just remove usr/src/cmd/man/src/util. It should be strictly NOOP as current man(1) detects the presence of sgml2roff ...
2012-08-04
-
04:49 PM Feature #3056 (New): Support for Broadcom 5720
-
03:09 PM Bug #3054: tools/protolist/protolist.c should use __x86 for intel planforms
- the same problem with #3053
I have tested builds of tools by 64bit compiler.
I have made wrapper for it with tr... -
12:20 PM Bug #3054 (Feedback): tools/protolist/protolist.c should use __x86 for intel planforms
- tools/protolist/protolist.c should use __x86 for intel platforms because have problems with builds by 64bit compiler.
-
03:08 PM Bug #3053: usr/src/tools/protocmp/* should use __x86 for intel platform
- I have tested builds of tools by 64bit compiler.
I have made wrapper for it with translate build line:
/usr/gcc/4... -
11:27 AM Bug #3053 (Feedback): usr/src/tools/protocmp/* should use __x86 for intel platform
- files at usr/src/tools/protocmp/* should use __x86 for intel platform.
we have problems with __i386 and i386 defines... -
01:25 PM Bug #3055 (Closed): sendfile sets *off to 0 when interrupted by SIGALRM
- After spending several hours investigating a strange problem in Netatalk running on Openindiana I was finally able to...
-
02:35 AM Bug #1154 (In Progress): cpio needs a quiet option
- Here's what the fixed cpio does:...
2012-08-03
-
06:38 PM Bug #3052 (Resolved): uname compatibility should be implemented with redefine_extname
- At present, utsname.h contains two static function implementations of uname() and _uname() used to deal with binary c...
-
01:56 PM Feature #3047 (In Progress): grep support for -r would be useful
-
04:20 AM Bug #2560 (Resolved): ACPI parser fails to identify COM3 on Tyan motherboard
- ...
2012-08-02
-
05:32 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- It should be (is) already fixed in https://www.xvoid.org/illumos/webrev/zfs-ugspace/.
-
05:27 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- I suppose you could append a fake property that's never duplicated, and then omit it on the display. That should fix...
-
02:10 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- The cause of the bug is using of avl tree in zfs(1M) to sort records. There are two ways to fix it:
1) update avl tr... -
12:37 PM Bug #3048 (Resolved): zfs {user,group}space [-s|-S] is broken
- zfs {user,group}space [-s|-S] is broken (misses the entries with the same quota)....
-
12:38 PM Bug #3049 (Resolved): zfs {user,group}space -t doesn't really filter the results
- ...
-
09:32 AM Feature #3047 (Resolved): grep support for -r would be useful
- The /usr/bin/grep still does not support recursive string searches.
2012-08-01
-
09:06 PM Bug #3046 (Resolved): crash on boot in zfs_rmnode
- Resolved in r13765 commit:9410cf539b11
-
08:48 PM Bug #3046 (In Progress): crash on boot in zfs_rmnode
- This was caused by #3006, which I'll have backed out within an hour or so....
-
08:33 PM Bug #3046: crash on boot in zfs_rmnode
- The 'xzp->z_id' here should be 'zp->z_id', the xattr node may not exist, and has already been dealt with regardless:
... -
07:49 PM Bug #3046: crash on boot in zfs_rmnode
- I'm seeing this too, and will take a look.
-
07:25 PM Bug #3046 (Resolved): crash on boot in zfs_rmnode
- My system dumps core during boot with this changeset:
38b4aca480b3 tip
I took three pictures of my screen when ... -
09:06 PM Feature #3006 (New): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
- Backed out in 13765:9410cf539b11
2012-07-31
-
05:58 PM Bug #3040: performance: remove rrw_lock
- Matthew Ahrens wrote:
> I saw ~ 1 million syscl/sec/CPU with 4 threads and 4 CPUs. Performance degraded with 8 thre... -
05:41 PM Bug #3040: performance: remove rrw_lock
- I saw ~ 1 million syscl/sec/CPU with 4 threads and 4 CPUs. Performance degraded with 8 threads and 8 CPUs, to ~400K ...
-
04:48 PM Bug #3040: performance: remove rrw_lock
- Sorry test it should be run in background
for i in `seq 1 16`; do
./test_stat file-$i &
done
-
04:42 PM Bug #3040: performance: remove rrw_lock
- Matthew Ahrens wrote:
> I don't understand how you are pegging 16 CPUs with only 1 thread.
Matthew, I described i... -
04:30 PM Bug #3040 (Feedback): performance: remove rrw_lock
- I don't understand how you are pegging 16 CPUs with only 1 thread.
I get 1.6 Million syscl/sec using your test (1 ... -
04:12 PM Bug #3040: performance: remove rrw_lock
- b) rrwlock was introduced by commit:
changeset: 5326:6752aa2bd5bc
user: ek110237
date: ... -
12:32 PM Bug #3040 (In Progress): performance: remove rrw_lock
- a) Accordingly to lockstat and dtrace outputs, a lot of time is spending at rrw_enter_read or rrw_exit, whereas
... -
03:25 PM Bug #3043: zfs diff does not report removed files
- I have tested it with OI 151a5. Also, I have looked through the latest illumos-gate sources and it seems to show dele...
-
03:24 PM Bug #3043: zfs diff does not report removed files
- Upgraded to 151a5 and the problem is fixed.
Sorry for reporting an already fixed bug. -
02:49 PM Bug #3043: zfs diff does not report removed files
- I'm working on OpenIndiana 151a4 and no deleted files or directories are showing up in zfs diff.
I will upgrade... -
02:08 PM Bug #3043: zfs diff does not report removed files
- root@Exile:# zfs diff rpool/test@m1
M /rpool/test/mk
- /rpool/test/mk/testf
It seems to work as y... -
01:48 PM Feature #3006 (Resolved): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
- changeset: 13764:38b4aca480b3
tag: tip
user: Madhav Suresh <madhav.suresh@delphix.com>
date: ... -
01:11 PM Bug #2998: AHCI reports many "Illegal Request" with Intel C602 chipset
- Another status update to observed behavior since behavior has changed again. As of sometime yesterday, the illegal r...
2012-07-30
-
08:34 PM Bug #3043 (Feedback): zfs diff does not report removed files
- Assuming we should expect the same functionality as on Solaris files that are removed between snapshots should be lis...
-
07:41 PM Bug #2757: 32bit sparc direct system calls should not rely on compiler mannerisms
- The implementation quirk referenced above, but not described is this:
Given types such as intptr_t, most important... -
04:55 PM Bug #3041 (In Progress): zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- Thanks for reporting this deadlock. I am working on restructuring the way the dp_config_rwlock is used; I'll make su...
-
02:18 PM Bug #3041: zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- Reproducer: "zfs recv & zfs list"
-
11:20 AM Bug #3041 (Closed): zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- panic[cpu0]/thread=ffffff00d2bc17e0:
Deadlock: cycle in blocking chain
ffffff00024e5a00 genunix:turnstile_blo... -
04:50 PM Bug #3040 (Feedback): performance: remove rrw_lock
- Please update this report with:
(b) how much performance could improve if we removed the lock entirely, or changed... -
10:46 AM Bug #3040: performance: remove rrw_lock
- Solution: replace rrw_lock with OS rw_lock.
If it brings deadlock, introduce property for rw_lock that "enables" n... -
10:35 AM Bug #3040 (Feedback): performance: remove rrw_lock
- ZFS uses it's own rrw_lock.
rrw_lock is not real rw_lock because in internals it is mutex.
Therefore this bring... -
12:24 PM Bug #3042 (New): webrev -D should ask for passphrase
- Currently, one can't delete an uploaded webrev if rsa key is passphrased. It happen because "sftp -b <file>", that is...
2012-07-29
-
09:10 PM Feature #3039 (Feedback): use new version of xgettext within illumos
- Just cause the build of whatever software to run the GNU version of the command instead? I don't think there's any p...
-
09:09 PM Feature #3039 (Rejected): use new version of xgettext within illumos
- While trying to build GRAMPS ( http://sourceforge.net/projects/gramps/files/ ) the compilation is failing because the...
-
01:55 AM Bug #1870 (Closed): ctfconvert should accept DWARF objects with no type data
2012-07-28
-
11:55 PM Feature #3037 (New): vmstat memory output is hard to read on modern systems
- The swap and free columns are presented in kilobytes by vmstat today. On modern systems with gigabytes of memory this...
2012-07-26
-
10:02 PM Bug #2445: savecore fails with dump archive but return EXIT_OK
- Resolved in r13760 commit:527f645bd884
-
03:27 PM Feature #3035: LZ4 compression support in ZFS and GRUB
- Webrev at http://cr.illumos.org/~webrev/skiselkov/3035/
Source can be pulled from hg staging repo at http://62.65.18... -
01:14 PM Feature #3035 (Closed): LZ4 compression support in ZFS and GRUB
- LZ4 is a new high-speed BSD-licensed compression algorithm written by Yann Collet that delivers very high compression...
-
03:24 PM Bug #3036 (Feedback): Update hwdata to current upstream data
- Patches to hwdata DB info for Illumos kernel.
-
02:58 PM Bug #3036 (Resolved): Update hwdata to current upstream data
- Update hardware data device id data files to recent versions.
Ref: https://hg.openindiana.org/upstream/illumos/illum... -
11:54 AM Feature #3034 (Feedback): Add . to sprintf format strings in the kernel
- The kernel sprintf format string does not currently allow the use of periods.
This increases the difficulty of using... -
02:25 AM Bug #2998: AHCI reports many "Illegal Request" with Intel C602 chipset
- The system is still up and zfs pool is still working ok. No soft/hard/transport errors have been reported. The beha...
-
01:54 AM Bug #1702: D compiler chokes on some bitfields
- This occurs because libdtrace's pseudo-C compiler uses libctf for storing type information, and libctf does not handl...
-
12:38 AM Feature #3021 (Resolved): option for time-ordered output from dtrace(1M)
- Resolved in r13758 commit:23432da34147
-
12:38 AM Bug #3022 (Resolved): DTrace: keys should not affect the sort order when sorting by value
- Resolved in r13758 commit:23432da34147
-
12:38 AM Bug #3023 (Resolved): it should be possible to dereference dynamic variables
- Resolved in r13758 commit:23432da34147
-
12:38 AM Bug #3024 (Resolved): D integer narrowing needs some work
- Resolved in r13758 commit:23432da34147
-
12:38 AM Bug #3025 (Resolved): register leak in D code generation
- Resolved in r13758 commit:23432da34147
-
12:38 AM Bug #3026 (Resolved): libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider
- Resolved in r13758 commit:23432da34147
2012-07-25
-
10:24 PM Bug #2599 (Resolved): git-pbchk suffers classic pipe deadlock
- Resolved in r13757 commit:2e70a48f5fe2
-
03:26 PM Bug #417 (Resolved): Stale OpenOwner entries are not reaped for active clients
- ...
-
03:26 PM Bug #1927 (Resolved): nfs4 stale clientid loop (OI server, Linux client)
- ...
-
07:19 AM Bug #2930: beadm should sort by creation date
- Working on it...
-
01:59 AM Bug #3031 (New): DTrace block comment references nonexistent type
- The DTrace Meta Provider API block comment in <sys/dtrace.h> shows the second argument of dtms_provide_pid and dtms_r...
-
01:13 AM Bug #2447 (Resolved): beadm should be more descriptive about some errors
- Resolved in r13755 commit:80fe82480d1e
2012-07-24
-
07:36 PM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
- Oh don't get me wrong it should be handled in the driver as well, however ZFS shouldn't trust anything and should alw...
-
12:54 PM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
- I think this needs to be dealt with at the driver really, and integrated with FMA, after all other like issues are co...
-
05:13 PM Feature #3029 (Closed): GM Tech 2
- spam
-
07:13 AM Feature #3029: GM Tech 2
- The Kiwi Bluetooth unit connects to your car via a 6-foot cable with so<a href="http://www.obd4u.fr">obd2</a> bring y...
-
07:12 AM Feature #3029 (Closed): GM Tech 2
- Bring your own zip-ties or double-sided tape, attach[url=http://www.obd4u.fr]obd2[/url] the Kiwi Bluetooth.Jump to [u...
-
02:58 PM Bug #2995 (Feedback): pcan and pcwl wifi device drivers EOL
- Pending RTI
-
01:12 PM Bug #2445 (Pending RTI): savecore fails with dump archive but return EXIT_OK
-
01:11 PM Bug #2447 (Pending RTI): beadm should be more descriptive about some errors
-
03:56 AM Bug #2599 (In Progress): git-pbchk suffers classic pipe deadlock
2012-07-23
-
10:21 PM Bug #3028: zfs {group,user}space -n prints (null) instead of numeric GID/UID
- Overshoot.
[2] https://bitbucket.org/illumos/illumos-gate/src/7231b684c18b/usr/src/cmd/zfs/zfs_main.c#cl-2483 -
10:16 PM Bug #3028: zfs {group,user}space -n prints (null) instead of numeric GID/UID
- I think it is @usr/src/cmd/zfs/zfs_main.c@
It uses @nvlist_add_uint32()@ to set id [1], but test for @DATA_TYPE_UI... -
01:46 PM Bug #3028 (In Progress): zfs {group,user}space -n prints (null) instead of numeric GID/UID
-
12:58 PM Bug #3028 (Resolved): zfs {group,user}space -n prints (null) instead of numeric GID/UID
- ...
-
09:00 PM Bug #1884: Empty "used" field for zfs *space commands
- Yuri Pankov wrote:
> there's a column named *USED* in the output, and it should report correct data.
Do you mean ... -
12:51 PM Bug #1884: Empty "used" field for zfs *space commands
- sham pavman wrote:
> After looking at the concerned code and a few snips from the manpage.. I believe this is the ex... -
05:53 PM Bug #3027: installgrub can segfault when encountering bogus data on disk
- New webrev: http://grumpf.hope-2000.org/illumos-3027-webrev-2/
Changes:
* calculate maximum size of extra data an... -
12:52 AM Bug #3027: installgrub can segfault when encountering bogus data on disk
- Webrev: http://grumpf.hope-2000.org/illumos-3027-webrev/
-
12:49 AM Bug #3027 (Resolved): installgrub can segfault when encountering bogus data on disk
- Installgrub tries to read possibly existing grub stages from the disk before installing the new stages.
For some p... -
10:36 AM Bug #815: Need ipadm(1M) manual page
- Jerry Jelinek (from Joyent) has integrated a likely suitable page into their gate:
https://github.com/joyent/illum... -
08:18 AM Bug #3015: lofiadm should use libz.so.1, not libz.so
- have no dependencies on libz.so on my system with gcc44 build:
root@oi-vm:~# ldd /usr/sbin/lofiadm
libdev... -
12:30 AM Bug #3026 (Resolved): libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider
-
12:23 AM Bug #3025 (Resolved): register leak in D code generation
- dt_cg_ptrsize() can leak a register:
185 dt_cg_ptrsize(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp,
... -
12:18 AM Bug #3024 (Resolved): D integer narrowing needs some work
- casting between types in DTrace can lead to unexpected results; C should be used as the model for how DTrace should b...
-
12:16 AM Bug #3023 (Resolved): it should be possible to dereference dynamic variables
- Currently you can examine members of dynamic variables:
args[1]->fi_name;
but you cannot copy the whole structure... -
12:13 AM Bug #3022 (Resolved): DTrace: keys should not affect the sort order when sorting by value
- # dtrace -n 'BEGIN{ @[(int)1, (int)1] = sum(1); @[(short)2, (short)2] = sum(2); exit(0); }'
dtrace: description 'BEG... -
12:09 AM Feature #3021 (Resolved): option for time-ordered output from dtrace(1M)
- DTrace should support a mode where output is ordered by time.
2012-07-22
-
02:59 PM Bug #3019 (Resolved): localedef(1) manpage is pretty out of date
- Current localedef(1) manpage describes the closed source version.
-
11:52 AM Feature #3018 (New): Test suite for IPFilter 5.1.2
- For future testing of further changes to IPFilter 5.1.2, the IPFilter test suite should be used.
It can be found h... -
11:16 AM Feature #3017 (New): Upgrade IPFilter to 5.1.2
- Import IP Filter 5.1.2 to replace "4.1.9"
New features:
- separate ipf6.conf is no longer required, ipf.conf can ... -
08:00 AM Bug #3013: ifconfig with no args should list all interfaces
- The default on linux is to display all "up" interfaces. The "-a" will show all interfaces even if they are currently...
2012-07-21
-
08:40 PM Bug #1879: TLS causes unprocessable relocations in DWARF sections
- Yes, that's precisely the issue (newer libdwarf bails out, that's why we're not using a newer libdwarf...). My under...
-
08:27 PM Bug #1879: TLS causes unprocessable relocations in DWARF sections
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681748
-
02:42 PM Bug #3015: lofiadm should use libz.so.1, not libz.so
- See #2698
-
02:42 PM Bug #3015 (Resolved): lofiadm should use libz.so.1, not libz.so
2012-07-20
-
08:39 PM Feature #3014 (Resolved): Intel X540 Support
- The ixgbe driver can and should be enhanced with support for the new Intel X540 card, which should bring 10GigE to th...
-
05:29 PM Bug #3013: ifconfig with no args should list all interfaces
- There's no distinction between plumbed and unplumbed here, you just make 'ifconfig' act equivalently to 'ifconfig -a'...
-
05:14 PM Bug #3013: ifconfig with no args should list all interfaces
- Does OBSD or OS 10.x deal with the difference between plumbed vs. unplumbed interfaces (I already know linux does not...
-
10:52 AM Bug #3013 (Resolved): ifconfig with no args should list all interfaces
- It's 2012 and high time for *ifconfig* without arguments to default to the same behaviour that every other modern UNI...
-
05:06 PM Bug #3011: OPENSSL10_ONLY is evaluated over and over
- I would love to, as that would also allow people to customize their trust as they see fit (adding a local CA, removin...
-
10:56 AM Bug #3011: OPENSSL10_ONLY is evaluated over and over
- What if we were to, say, generate the OpenSSL hash symlinks on boot rather than deliver them in the package?
-
04:19 PM Feature #3000 (Resolved): umem should support posix_memalign()
- While libumem does not have an explicit posix_memalign entry point, posix_memalign in libc is very simple. It does ex...
-
03:52 AM Feature #2762 (Resolved): zpool command should have better support for feature flags
2012-07-19
-
06:52 PM Bug #3012 (New): svc.startd leaks in libscf_get_method
- Found on the latest debug builds:
CACHE LEAKED BUFCTL CALLER
080cc290 2 08623330 expand_method_tokens... -
05:26 PM Bug #2978 (Resolved): ctfconvert still needs to ignore legitimately dataless files on SPARC
- Resolved in r13754 commit:7231b684c18b
-
08:40 AM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
- Side note: putting it in ZFS would also have the added benefit of ensuring you storage up-time even when there are bu...
-
08:35 AM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
- Personally I don't think this should only be done at the os level, all other major storage venders have this issue so...
-
04:05 AM Bug #3011 (Closed): OPENSSL10_ONLY is evaluated over and over
- The nature of usr/src/pkg/Makefile means that the command underneath OPENSSL10_ONLY is evaluated once per manifest, o...
-
12:33 AM Bug #3010 (New): README.pkg should reflect current EOF practice
- The README for IPS packaging (*usr/src/pkg/README.pkg*) has a section _EOFs and Removals_. This section does not ref...
2012-07-18
-
08:21 PM Feature #3009 (In Progress): remove tnf userspace
- As the first step of tnf EOF the userspace tnf support must be removed. It is:
1) tnf commands - prex, tnfdump and... -
08:18 PM Feature #3008 (In Progress): Trace Normal Form EOF
- Trace Normal Form (tnf) is old tracing system in Illumos. It is not used, its functionality was replaced by dtrace.
... -
02:38 PM Bug #2998: AHCI reports many "Illegal Request" with Intel C602 chipset
- I am now seeing errors reported by scsi.d and one of the drives is incrementing the illegal request counter with a ra...
-
02:00 AM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
- Ok, so I went a step further and connected the drive via a SATA to IDE converter, into on of the motherboard SATA por...
2012-07-17
-
09:54 PM Feature #3006 (Resolved): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
- VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero. In addition, libzpool has duplicated as...
-
08:34 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
- And to illustrate further, one of these drives reconnected via USB comes up perfectly. I simply unplugged the IDE ca...
-
08:06 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
- Bill Kearney wrote:
These are 250GB drives, WD2500 3.5" PATA, listing 488397168 sectors
-
08:02 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
- I can confirm the same thing appears to be happening with two IDE connected drives on a Suprmicro X7DBE motherboard. ...
-
06:44 AM Bug #2408 (In Progress): CJK character width handled incorrectly in terminal emulators
2012-07-16
-
07:32 PM Bug #2978 (In Progress): ctfconvert still needs to ignore legitimately dataless files on SPARC
-
05:57 PM Bug #2408: CJK character width handled incorrectly in terminal emulators
- Hi Yuri,
Could you please let me know how long roughly it could take to fix the issue?
Thank you. -
04:04 AM Bug #2945 (Resolved): mdb needs to export _mdb_ks_pageoffset
- Resolved in r13752 commit:9f5f6c52ba19
2012-07-15
-
09:41 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
- I have tested it with my change set : https://bitbucket.org/dilos/dilos-illumos-gate/changeset/47dd5d1c0f0e
I have t... -
09:21 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
- illumos-gate has too many dependencies to build on anything I have ready access to, so testing this to a level suffic...
-
07:19 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
- Consider me having reviewed this via the equivalent change in illumos-joyent and file your RTI so I can push it? plea...
-
07:41 PM Bug #1983: sshd problems
- Hello, sorry not being able to reply sooner as i got caught up in moving and having the server offline for a while du...
-
03:49 PM Feature #3000 (Resolved): umem should support posix_memalign()
- Libumem is described as being a replacement for the standard malloc functions. Illumos supports posix_memalign() in ...
-
02:49 AM Feature #2991 (Resolved): Allow building without SMB printing support
- ...
2012-07-14
-
07:09 PM Bug #2998 (Feedback): AHCI reports many "Illegal Request" with Intel C602 chipset
- Observed with both OpenIndiana oi_151a4 and oi_151a5:
With two SATA disks from different vendors attached to 6 GB/...
2012-07-13
-
09:32 PM Bug #2988: nfssrv: need ability to go to submounts for v3 and v2 protocols
- Each resource must be shared.
Example:
zfs set -o sharenfs pool/dataset
zfs set -o sharenfs=nohide... -
04:42 PM Feature #2996: merge storage-ima-header-ima.mf to storage-ima.mf
- http://www.dilos.org/cr/il-2996-webrev/
After integration these change on IPS based system we have to enable facet... -
03:13 PM Feature #2996 (New): merge storage-ima-header-ima.mf to storage-ima.mf
- need to merge storage-ima-header-ima.mf to storage-ima.mf and add facet.devel for development files
-
02:12 PM Bug #2995 (Resolved): pcan and pcwl wifi device drivers EOL
- The removal of these two drivers allows us to start cleaning up PCMCIA legacy code.
Moreover they don't support wpa ... -
01:36 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
- This change does not modify upstream source, assuming that you mean the Intel ACPICA code. The acpi_enum.c file is t...
-
03:17 AM Bug #2974 (Resolved): hate having heap of hsfs headers
- Resolved in r13750 commit:6c5d0718e821
-
03:17 AM Bug #2977 (Resolved): ISO_DESC_TYPE should return iso_voldesc_type as everyone expects
- Resolved in r13750 commit:6c5d0718e821
2012-07-12
-
11:50 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
- "Fixing" the upstream source doesn't seem the best way to proceed here, you can report the issue upstream and use upd...
-
09:52 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
- I've attached 32 and 64-bit x86 versions of the acpica driver. These should be installed into /kernel/misc and /kern...
-
11:23 PM Feature #2762 (In Progress): zpool command should have better support for feature flags
-
08:39 PM Bug #2993 (New): Possible memory leaks during boot.
- This does not seem to be a serious problem, as only 256 bytes are lost, and this only seems to happen at boot time.
... -
01:07 PM Bug #2907: ::findleaks problem.
- The problem occurs when running ::findleaks on a live, but frozen (kmdb on the console) system.
It's obviously point... -
12:40 PM Bug #2957 (Resolved): zfs destroy -R/r sometimes fails when removing defer-destroyed snapshot
- changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ... -
12:40 PM Bug #2903 (Resolved): zfs destroy -d does not work
- changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ... -
12:39 PM Bug #2871 (Resolved): support for __ZFS_POOL_RESTRICT used by ZFS test suite
- changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ... -
12:39 PM Bug #1796 (Resolved): "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only pool
- changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ... -
04:26 AM Feature #2949: format(1m) should make megabyte-aligned partitions
- Replaced proposed -a option with a -c option having the opposite sense.
-
04:17 AM Feature #2991: Allow building without SMB printing support
- The proposed changes work as follows:
In your environment (i.e. illumos.sh or whatever) you do:... -
03:47 AM Feature #2991 (Resolved): Allow building without SMB printing support
- Some distributions would like to build with SMB printing entirely removed, rather than simply "turned off". Add some...
-
03:41 AM Feature #2837 (Rejected): remove print/lp* from gate and use CUPS from userland
- This is a duplicate of #1229
-
03:34 AM Bug #2676 (Resolved): 'mdb -f vmdump.0' ignores the -f
- Resolved in r13748 commit:f6cfe4fa2687
-
12:38 AM Bug #2990: file(1) should have a -s flag to process special files
- IT IS NOT GNU's file and, IMO, the best way of handling this is just import the utility in question (check related #5...
-
12:33 AM Bug #2990 (New): file(1) should have a -s flag to process special files
- GNU's file(1) has a -s flag to read block and char devices to identify their contents.
2012-07-11
-
04:31 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
- After several months of ACPI debugging with Illumos, I have determined the root cause of this problem: The ACPI DSDT ...
-
03:04 PM Bug #2989 (Resolved): LOGNAME_MAX should be increased to 32
- The current username length limit of 8 is extremely restrictive and will hopefully change in the future. To ease a fu...
-
01:53 AM Feature #2950 (Resolved): sync hald-runner with upstream
- Resolved in r13747 commit:66edd2f65616
2012-07-10
-
09:37 PM Feature #1023: nv_sata support for NVIDIA MCP61
- Thanks Gary, the TMPDIR change did the trick (solving my system freeze during my nightly build).
I was able to mak... -
01:08 PM Feature #1023: nv_sata support for NVIDIA MCP61
- For the second issue, is your system running out of memory or swap space? Try this change:...
-
01:24 AM Feature #1023: nv_sata support for NVIDIA MCP61
- Albert,
+*First*+
I was working on a tiny fix to your il_1023.patch e.g. an issue with patching the man page n... -
09:13 PM Bug #2988: nfssrv: need ability to go to submounts for v3 and v2 protocols
- So admin should do:
share -F nfs -o nohide {SHARE}
-
08:01 PM Bug #2988 (Closed): nfssrv: need ability to go to submounts for v3 and v2 protocols
- RFCs of NFSv3,v2 protocols don't have mentions for submounts, but for NFSv4 does.
illumos nfs server doesn't go to... -
03:04 PM Bug #412: Cannot delete file(s) on root zfs filesystem if disk is full
- In the old UFS file system root was able to access some of the space that normal users were not when I file system ap...
-
02:34 PM Feature #2987 (Resolved): Add destination address to hash computation in mac fanout
- Under normal operation, mac worker fanout computes a hash which is then used to select the IP worker to which a given...
-
02:24 PM Bug #2986 (Resolved): nfs: exi refcounter leak at rfs3_lookup
- rfs3_lookup can exit without call exi_rele() for public exi:...
2012-07-09
-
09:23 PM Bug #2982: nfs3: cleanup debug code at nfs3_srv.c
- Non-debug kernel doesn't have those variables, so they can be removed.
-
09:19 PM Bug #2982 (Resolved): nfs3: cleanup debug code at nfs3_srv.c
- nfs3_srv.c has some vain code that makes difficult to do
modifying or improving. ... -
04:31 PM Feature #1036: any thought into absorbing portions of nfo driver into nge (nVidia ethernet)
- I am pretty sure my chipset, (proposal to Garret and Richard) s a MCP61, I would be willing to "test" any code for th...
-
04:25 AM Bug #2978 (Resolved): ctfconvert still needs to ignore legitimately dataless files on SPARC
- on SPARC, #2942 was insufficient, because .symtab is allocatable, and thus is an allocatable section with a size > 0,...
Also available in: Atom