Activity
From 2010-12-24 to 2011-01-22
2011-01-22
-
09:48 AM Bug #166 (In Progress): CR6901979 error in xdr_float.c not fixed
- Updated webrev http://cr.illumos.org/view/ltia0hr8/ removed the vax bits
2011-01-21
-
08:47 PM Bug #656 (Closed): need man pages for mbstowcs(3C) and mbstowcs_l(3C)
- Man page isn't present.
-
11:46 AM Feature #450 (Resolved): RFE: Do a small illumos.sh cleanup
- Patch checked-in...
450 RFE: Do a small illumos.sh cleanup
Reviewed by: matt@greenviolet.net
Reviewed by: alan.c... -
11:06 AM Bug #416: iscsit responses truncated to 1 PDU
- Fixed in:
changeset: 13273:44d974917227
tag: tip
user: Alexander Stetsenko <ams@nexenta.com>
d... -
11:02 AM Bug #416 (Resolved): iscsit responses truncated to 1 PDU
2011-01-20
-
08:47 PM Bug #535 (Resolved): tail -f uses up 100% of CPU core
- Fixed in:
changeset: 13271:5aca6ad7a5d9
tag: tip
user: Chris Love <cjlove@san.rr.com>
date: ... -
08:11 PM Bug #89 (Resolved): uu_list_find() leaves error unset when successfully returning NULL
- Resolved with commit:1826d6245009
-
04:34 PM Bug #89: uu_list_find() leaves error unset when successfully returning NULL
- Managed to create a test case
-
11:50 AM Bug #652 (Resolved): libc uninitialized variable
- This is fixed in:
changeset: 13270:52325acbd90e
tag: tip
parent: 13268:b749961aba64
user: ... -
07:58 AM Bug #652 (Resolved): libc uninitialized variable
- Crash while using apt-get update on NCP4 prealfa:
> ::status
debugging core file of http (32-bit) from ncp4
file... -
09:56 AM Feature #650: grep support for -q would be useful
- I have that feature already queued as part of a "grep" update... together with "-r" (recursive search) and "-P" (perl...
-
06:24 AM Feature #650: grep support for -q would be useful
- -q doesn't seem to be a GNUism (i.e. it conforms to SUSv3) and is implemented in /usr/xpg4/bin/grep.
-
03:08 AM Feature #650 (Resolved): grep support for -q would be useful
- Request for another GNUism used by a few debian configure scripts.
-
09:28 AM Bug #648: metaslab_min_alloc_size may be too big
- This is believed to have been introduced in snv_138, 6917066 may be related. Thanks Rich!
-
09:07 AM Bug #653 (Resolved): incorrect handling in iscsit of duplicate PDUs with cmdsn > expsn
- Upon code inspection (as part of a review of code introduced in builds post-134), we find that there is an ASSERT() i...
2011-01-19
-
06:23 PM Bug #640: number_to_scaled_string is duplicated in several commands
- Also, all the implementations (du/swap, df, ls) all use slightly different rounding algorithms, which can produce dif...
-
06:20 PM Bug #89 (In Progress): uu_list_find() leaves error unset when successfully returning NULL
- Webrev available at: http://cr.illumos.org/view/83aaaxjr/
There probably isn't a good way to force a test, but I t... -
06:06 PM Bug #166: CR6901979 error in xdr_float.c not fixed
- Regardless, the function could be cleaned up.
http://cr.illumos.org/view/krrvaz21/ has a proposed cleanup. -
03:58 PM Bug #166: CR6901979 error in xdr_float.c not fixed
- This seems to be working in current versions of illumos, can someone confirm?
Did perhaps the SS12 update redefine o... -
03:56 PM Bug #416 (In Progress): iscsit responses truncated to 1 PDU
-
12:01 PM Bug #648 (New): metaslab_min_alloc_size may be too big
- This is a mirror of _6962304 metaslab_min_alloc_size may be too big_ (http://bugs.opensolaris.org/bugdatabase/view_bu...
-
09:00 AM Bug #536 (Resolved): hat_getkpfnum needs to be removed
- Fixed in:
changeset: 13267:c0c901825468
user: Garrett D'Amore <garrett@nexenta.com>
date: Wed ... -
08:59 AM Bug #612 (Resolved): apparent reversal of dvma vs. dma in rootnex
- Fixed in:
changeset: 13268:b749961aba64
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
... -
06:42 AM Bug #323: Need fix for glob() resource exhaustion
- We need to make sure that we are testing an illumos machine, not NCP (unless testing NCP4 prealpha).
Specifically,...
2011-01-18
-
11:50 PM Bug #323: Need fix for glob() resource exhaustion
- After spending some time on this issue I can see that the issue of resource exhaustion using ftp did not occur.
I ... -
11:36 PM Feature #644 (New): Add Toshiba AL10/12/* devices to mpxio sym list
- I've been contacted by Toshiba asking what it would take to get their drives added to the symmetric mpxio whitelist.
... -
11:07 PM Feature #643 (Resolved): date -R support would be helpful
- This is a request for a GNUism. It is used by certain debian scripts like dch:
-R, --rfc-2822 output...
2011-01-17
-
09:18 PM Bug #419 (Resolved): zpool/zfs incosistencies inside a non-global zone
- Pushed this fix today:
changeset: 13266:e573198ae730
tag: tip
user: Garrett D'Amore <garrett@... -
05:37 PM Bug #419: zpool/zfs incosistencies inside a non-global zone
- Tested patch on:
zoneadm -z <zone> reboot and 'reboot' command inside zone. Both show datasets as expected.
zone... -
04:24 PM Bug #419: zpool/zfs incosistencies inside a non-global zone
- I think the problem is corruption in zoneadm. It appears that the pool_name temporary value is allocated using MAXNA...
-
03:23 PM Bug #419: zpool/zfs incosistencies inside a non-global zone
- Yes, these are ip-type exclusive. I don't have immediate access to a server I can do the ip-type shared test - if thi...
-
02:53 PM Bug #419: zpool/zfs incosistencies inside a non-global zone
- Additional info:
This issue breaks reboot of zones in the following manner:
the line /usr/sbin/zfs list -H -t... -
09:15 PM Bug #641: libast fmtnum uses 'unsigned long' and only goes up to giga
- If it could support powers of 1000 as well as 1024, that would be _really_ nice too :)
-
09:14 PM Bug #641 (New): libast fmtnum uses 'unsigned long' and only goes up to giga
- Subject says it all, should probably use uint64_t so it can always deal with large quantities (since it would likely ...
-
07:52 PM Bug #586: sed -i should take an "optional" argument
- Gordon Ross wrote:
> One could also just not use getopt for this program.
> Parsing argv options by hand is not tha... -
06:53 PM Bug #586: sed -i should take an "optional" argument
- One could also just not use getopt for this program.
Parsing argv options by hand is not that hard.
-
07:20 PM Bug #640 (In Progress): number_to_scaled_string is duplicated in several commands
- du(1), df(1m), ls(1), and swap(1m) all include a copy (it appears literally copied) of the 'number_to_scaled_string' ...
-
07:18 PM Bug #30: Need iconv
- Here is some code to get someone started.
Still quite a bit todo though.
The hard part will be handling charmap f... -
03:04 PM Bug #614: catman should execute nawk
- Well, xpg4/bin/awk is not delivered as part of the base set, so I'm a bit more cautious about making catman depend on...
-
02:41 PM Bug #614: catman should execute nawk
- Erm... technically I'm interested to use /usr/xpg4/bin/awk in "catman"&co. ... and maybe just using the re-write I ha...
-
02:28 PM Bug #637: nawk coredumps on -d
- Taking bug...
... webrev will follow... -
03:48 AM Bug #637: nawk coredumps on -d
- Thanks for filing the bug.
I'll look at this later today... -
08:35 AM Bug #612: apparent reversal of dvma vs. dma in rootnex
- Taking.
2011-01-16
-
02:42 PM Bug #637 (Resolved): nawk coredumps on -d
- ...
-
01:53 PM Bug #614: catman should execute nawk
- Yuri Pankov wrote:
> May be it's time to update nawk as well, instead of fixing:
> [...]
> and similar issues?
... -
09:16 AM Bug #614: catman should execute nawk
- May be it's time to update nawk as well, instead of fixing:...
-
06:34 AM Bug #419: zpool/zfs incosistencies inside a non-global zone
- Anil, are you using "ip-type: exclusive"? If so - do you mind testing what happens with "ip-type: shared"?
I ma ex...
2011-01-15
-
10:48 PM Feature #356 (Feedback): tar command needs to add the "J" switch and XZ compression support
- The GNU version of tar included with illumos, has the above features. In order to enable them you need to download an...
-
09:54 PM Bug #63 (Resolved): pfiles should list peer processes for local IPC connections
- I just noticed this is still open, but the changes were submitted a *long* time ago:
changeset: 13199:aa885ab54e... -
09:53 PM Bug #279: Bug in the new ACL (post-PSARC/2010/029) semantics
- Gordon, please have a look at this.
-
09:51 PM Bug #535: tail -f uses up 100% of CPU core
- Looks good... please submit an RTI for this. If you can't get to this, let me know and I'll have someone else integr...
-
09:44 PM Bug #635 (Resolved): sed manual page needs significant updates
- We have -i, and support new semantics inherited from FreeBSD. We need to update our man page, probably borrowing tex...
-
09:42 PM Bug #633 (Rejected): case-folding collision in illumos-gate
- There are files in our repository which are different and have names that differ *only* in case. Working on illumos...
-
06:07 AM Bug #633 (Resolved): case-folding collision in illumos-gate
- abort: case-folding collision between usr/src/cmd/lp/filter/postscript/font/devpost/Hb and usr/src/cmd/lp/filter/post...
-
09:38 PM Feature #519: RFE audiocmihd
- Check out the webrev, http://mexico.purplecow.org/gdamore/webrev/audiocmihd
This code was donated by 4Front, and h...
2011-01-13
-
09:40 PM Bug #611: Panic after reconnecting USB keyboard
- Ugh... I can't tell how much I hate that USB is based on STREAMs.
I can't tell from your panic, but my first guess... -
09:13 PM Bug #628 (Resolved): minor perf enhancement for UTF-8
- Fixed in:
garrett@thinkpad{6}> hg outgoing
comparing with ssh://anonhg@hg.illumos.org/illumos-gate
searching fo... -
08:14 AM Bug #628 (Resolved): minor perf enhancement for UTF-8
- During code review, I happened to notice that we have some duplicate tests in the UTF-8 code, which can be somewhat c...
-
09:12 PM Bug #615 (Resolved): remove support legacy 7-bit ASCII
- Fixed in
comparing with ssh://anonhg@hg.illumos.org/illumos-gate
searching for changes
changeset: 13265:ff6d4... -
08:46 AM Bug #629 (New): disconcerting message from SCSI vHCI
- We have a customer who is seeing WARNING: vhci_scsi_reset 0x1 messages.
Looking, we see this fragment:... -
08:05 AM Bug #616 (Resolved): euc code in libc not aligned with localedef
- This is now integrated into
changeset: 13264:1a29e6379e8a
tag: tip
user: Garrett D'Amore <garr... -
06:28 AM Bug #627 (New): ZFS file ACLs missing the SYNC bit.
- The default ACLs that derive from "trivial" ACLs are generally missing the SYNCHRONIZE bit (the "s" at the end of the...
2011-01-12
-
11:50 PM Bug #593: cmlb causes panic in xdf
- Actually, I think the problem is in xdf.
cmlb initializes some structures by calling the "tg" operations, and I th... -
02:19 PM Bug #626 (New): mptsas warning should be removed
- The following warning can be disconcerting when it shows up:
mptsas_log(mpt, CE_NOTE, "ddi_intr_ge... -
05:07 AM Feature #577: RFE: Direct Rendering Infrastructure (DRI)
- "The scariest part here, to me, is GEM. I'm totally unsure what changes
will be necessary to Illumos' virtual memory ...
2011-01-11
-
03:55 PM Feature #624 (New): ZFS needs more robust mechanism to avoid false ereports for device removal
- Device removal notification is asychronous with respect to the ZFS I/O path, so a "faulty" diagnosis may occur when I...
-
01:33 PM Feature #623 (New): Inspect S11X 201011 GPL code drop
- Oracle has released collections of miscellaneous GPL (or possibly other copyleft) code used in Solaris 11 Express: ht...
-
12:46 PM Bug #434 (In Progress): kernel crash dump on comstar iscsit
2011-01-09
-
10:49 AM Bug #612: apparent reversal of dvma vs. dma in rootnex
- So, I may have misstated some things... also after talking with Chris George at DDRdrive, I don't think DDRdrive will...
2011-01-08
-
11:16 PM Bug #616: euc code in libc not aligned with localedef
- Webrev here:
http://mexico.purplecow.org/gdamore/webrev/euc/
It compiles and lints cleanly at least. I don't h... -
09:03 PM Bug #616 (Resolved): euc code in libc not aligned with localedef
- The support in libc for euc encodings has special code for EUC, whereby each of the variations is handled via a "vari...
-
09:00 PM Bug #615 (Resolved): remove support legacy 7-bit ASCII
- libc has support for a 7-bit ASCII mode, which we added from FreeBSD, but which Solaris has never had. We simply do ...
-
08:38 PM Feature #576: RFE: Allow multiple concurrently running nfsd instances
- I think this may have useful implications for use within non-global zones as well.
-
08:22 PM Bug #614 (Closed): catman should execute nawk
- catman currently uses ancient "awk", which has some rather unfortunate line limitations. (One could argue that it is...
-
08:19 PM Bug #613 (Resolved): sed usage missing newline
- This was pointed out separately to me:
garrett@thinkpad{1}> sed -h
sed: illegal option -- h
usage: sed script [-... -
08:14 PM Bug #562: FMA support for SMF can't load libfmevent
- I suspect upstream bug 6980491 may be related, certainly the synopsis suggests it.
Updating the Makefile for start... -
08:10 PM Bug #612 (Resolved): apparent reversal of dvma vs. dma in rootnex
- In the i86pc rootnex, rootnex_coredma_win() appears to have a mixed up dma vs. dvma in this statement:
dmao = dma... -
04:13 PM Bug #611 (New): Panic after reconnecting USB keyboard
- An oi_148 reports a panic after reconnecting a USB keyboard that had been disconnected for some time.
@::msgbuf@ and... -
09:37 AM Bug #509: need an open source sed(1) replacement
- Small issue here - usage() is missing \n at the end:...
-
07:33 AM Bug #610 (New): failed idmap uid-to-sid lookups need (negative) caching
- There are situations such where the CIFS server may repeatedly ask idmap for the SID for some Unix UID or GID, where ...
2011-01-06
-
07:01 PM Feature #608 (New): Support multiple console font sizes
- ...
-
09:29 AM Bug #607: bge MII problems with onboard BCM5721 on IBM xSeries
- prtconf for the device in question:
Device Minor Nodes:
dev=(61,511)
dev_path=... -
09:28 AM Bug #607 (New): bge MII problems with onboard BCM5721 on IBM xSeries
- The onboard BCM5721 controller (with an IBM subsystem ID) on an eServer xSeries system does not receive or send traff...
-
08:21 AM Bug #606 (New): xdf should not panic on zero-size I/O
- The cmlb problem in #593 exposes a bug in xdf.
-
05:10 AM Feature #604 (In Progress): CIFS server should traverse child mount points
-
03:49 AM Feature #604 (Resolved): CIFS server should traverse child mount points
- Ability to traverse an exported file system that is mounted within a CIFS share.
2011-01-05
-
10:20 AM Bug #603 (Resolved): perl license files should still exist
- runtime-perl-510-module-sun-solaris.mf (pkg:/runtime/perl-510/module/sun-solaris) references usr/src/cmd/perl/THIRDPA...
2011-01-04
-
06:09 PM Bug #602 (New): di_devlink_init(3DEVINFO) pollutes caller's contract with devfsadmd
- This is a mirror of _6904955 di_devlink_init(3DEVINFO) pollutes caller's contract with devfsadmd_: http://bugs.openso...
-
05:13 PM Bug #601 (New): bridging over an aggregation trips VERIFY on MAC_CAPAB_AGGR check
- This is a mirror of _6951628 bridging over an aggregation trips VERIFY on MAC_CAPAB_AGGR check_: http://bugs.opensola...
-
07:44 AM Bug #30: Need iconv
- Taking bug myself...
... first I do /usr/bin/iconv ... but we need a 2nd bug to cover the individual iconv conversio... -
04:10 AM Bug #588: file(1) should be able to look inside compressed files
- Question:
What do we want - do we want to enhance the existing /usr/bin/file+/usr/xpg4/bin/file or replace it with a...
2011-01-03
-
06:17 AM Bug #599 (Resolved): SIOCSLIFNAME Err#22 EINVAL
- It seems ifconfig (SIOCSLIFNAME) does not like VNIC names like 'il01', 'vnic02'...
-
06:17 AM Bug #593: cmlb causes panic in xdf
- cmlb itself clearly has a problem - it's not ensuring initialisation of certain structures before handling ioctls (an...
2011-01-02
-
10:44 PM Bug #593: cmlb causes panic in xdf
- This looks like a problem in the xdf driver, not in cmlb.
-
07:16 PM Bug #587 (Resolved): update bzip2 vers 1.0.5 to 1.0.6
- changeset: 13263:cac385f011a3
tag: tip
user: Gordon Ross <Gordon.Ross@nexenta.com>
date: S... -
04:50 AM Bug #588: file(1) should be able to look inside compressed files
- Not exactly gnu. It is available in Linux, *BSD, ..
http://www.darwinsys.com/file/ is homepage for file. -
04:02 AM Bug #588: file(1) should be able to look inside compressed files
- I'm not sure why you are referring to *file* from ftp://ftp.astron.com/pub/file/ as "gnu version", it seems to have 2...
-
01:21 AM Bug #487: Unable to load configuration '/var/ldap/ldap_client_file' ('')
- Jean-Yves Avenard wrote:
> This issue occurs with OpenIndiana 148 too.
>
> And unfortunately, it is not harmless....
2011-01-01
-
11:56 AM Bug #412 (Feedback): Cannot delete file(s) on root zfs filesystem if disk is full
- The trouble is if you have snapshot-ed the entire filesystem there is no non-snapshot-ed file to delete.
And you can... -
10:39 AM Bug #487: Unable to load configuration '/var/ldap/ldap_client_file' ('')
- This issue occurs with OpenIndiana 148 too.
And unfortunately, it is not harmless.
At the time /var/ldap/ldap_c... -
04:15 AM Bug #593: cmlb causes panic in xdf
- http://src.illumos.org/source/xref/illumos-opengrok/usr/src/uts/common/xen/io/xdf.c#1695 shows that @xdf_lb_rdwr@ sup...
-
01:20 AM Bug #593: cmlb causes panic in xdf
- ...
2010-12-31
-
02:07 AM Bug #593: cmlb causes panic in xdf
- More progress. @ddi_dma_addr_bind_handle@ is returning successfully with zero cookies, somehow....
2010-12-30
-
09:27 PM Bug #587: update bzip2 vers 1.0.5 to 1.0.6
- Fix available for review here:
http://cr.illumos.org/view/qnjtmejz/
-
03:55 PM Bug #535: tail -f uses up 100% of CPU core
- Done. Updated webrev: http://cr.opensolaris.org/~cjlove/il_535_tail_2/
-
12:09 PM Bug #593 (New): cmlb causes panic in xdf
- After replacing the second PV disk (xvdb) or adding additional disks to system running as a Xen domU, the system pani...
-
10:49 AM Bug #417: Stale OpenOwner entries are not reaped for active clients
- http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=7005717 is a closely related bug for LockStateID, this wil...
-
09:35 AM Bug #592 (New): Need tools to build cmd/smbsrv/smbd/eventlog.dll
- Need tools to build cmd/smbsrv/smbd/eventlog.dll
The fix for 6861058 (MMC: Error message printed on log entries) h... -
08:07 AM Bug #588: file(1) should be able to look inside compressed files
- from gnu version:
"gzip", "-cdq" /* compressed */
"uncompress", "-c" /* compressed */
... -
07:20 AM Bug #588: file(1) should be able to look inside compressed files
- Which compression formats does "-z" recognize ?
-
02:44 AM Bug #588 (New): file(1) should be able to look inside compressed files
- Need implement "-z , -uncompress" keys for file(1).
-
07:43 AM Bug #591 (New): format/cfgadm not reporting correctly
- Lots of strange characters reported through format....
2010-12-29
-
05:45 PM Bug #587 (Resolved): update bzip2 vers 1.0.5 to 1.0.6
- Should update code in usr/src/common/bzip2 from:
http://bzip.org/downloads.html
-
02:52 PM Bug #535: tail -f uses up 100% of CPU core
- The variable "action", and the switch statement at 363 are superfluous, as the action is always USE_SLEEP.
Please ... -
11:47 AM Bug #585 (Resolved): sed -i doesn't work on FAT filesystems
- Pushed in:
changeset: 13261:12b93a567f6f
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
... -
10:32 AM Bug #585: sed -i doesn't work on FAT filesystems
- Here are my diffs:...
-
10:31 AM Bug #585 (Resolved): sed -i doesn't work on FAT filesystems
- Because some filesystems (FAT) don't support hard links, sed won't work with it as it stands today.
At the same ti... -
10:36 AM Bug #586 (Resolved): sed -i should take an "optional" argument
- As much as I hate this....
GNU sed allows -i to take an argument, but does not require it. We should observe the ... -
08:35 AM Bug #583 (New): dsl_dataset_clone_swap's recursive locking prevention is a hack
- @dsl_dataset_clone_swap@ tries to prevent recursive locking attempts but use the assumption (fortunately correct) tha...
2010-12-28
-
05:55 AM Bug #573: stmfadm doesn't display target and initiator aliases for iscsit
- Any comments at the code/issue?
2010-12-27
-
04:30 PM Feature #577 (New): RFE: Direct Rendering Infrastructure (DRI)
- What is DRI? See: http://dri.freedesktop.org/wiki
This is a relatively large project. It really needs someone to... -
12:09 PM Feature #418 (Resolved): replace beadm by tbeadm with gettext support
-
09:18 AM Feature #576: RFE: Allow multiple concurrently running nfsd instances
- Implementation notes:
- Need to hunt-down all global and function-static variables and put them into a per-nfsd inst... -
09:15 AM Feature #576 (New): RFE: Allow multiple concurrently running nfsd instances
- ...
-
09:03 AM Bug #574 (Resolved): Minor issues in usr/src/cmd/format/startup.c
- ...
-
08:08 AM Bug #561: Strange characters when executing "format"
- ...
-
04:08 AM Bug #561: Strange characters when executing "format"
- Hernán: Erm... can you run "format" under dbx/bcheck control and see if it reports anything, please ?
For example tr... -
05:30 AM Bug #573 (Resolved): stmfadm doesn't display target and initiator aliases for iscsit
- target aliases:...
2010-12-24
-
02:52 AM Bug #569: GRUB splashimage should not break text console
- if possible, perhaps take into consideration that the graphics console hoses the bmc in, at least, my case as reporte...
Also available in: Atom