Activity
From 2010-09-08 to 2010-10-07
2010-10-07
-
11:44 PM Bug #320 (Resolved): remove /usr/has/bin/patch
- The closed version of "patch" is ancient, apparently so horribly busted that nobody can usefully use it. Its also cl...
-
11:39 PM Bug #306: Don't require external ast msgcc
- I like it too, with the update. Please show a nightly build log with this and start the process to integrate. :-)
-
11:37 PM Bug #319 (Resolved): hi ho hi ho ksh88 has got to go
- We don't have sources for ksh88, and never will. ksh93 does everything ksh88 does and more. We should nuke the pack...
-
10:58 PM Feature #318 (Closed): cpu powermanagement support with new and old state methood
- Hi
It seems that new cpu powermanagement implementation changed how handle cpu pm features.
see openindiana bug h... -
10:53 PM Bug #289: invalid padding when using java pkcs11 provider
- Err slight typo in diff, updating :)
-
10:19 PM Bug #289: invalid padding when using java pkcs11 provider
- After doing a lot of testing, it appears that the code confuses the size of x and y a lot, causing soft_dh_genkey_pai...
-
10:10 PM Bug #289: invalid padding when using java pkcs11 provider
- Punting to Jason, who has the solution, and a fix with a related buffer sizing bug.
-
09:37 PM Bug #317 (Resolved): strptime needs %Z support
- strptime lacks %Z. Doing this right, also needs timegm(). It turns out that %Z is needed, because strptime *also* f...
-
03:51 PM Bug #301: Backspace key prints ^H to console instead of deleting a character
- The fix is to change the following line in /kernel/drv/options.conf:
ttymodes="2502:1805:bd:8a3b:3:1c:7f:15:4:0:0:... -
08:04 AM Bug #315 (Feedback): fmadm telemetry faults
- I had installed OpenIndiana on a generic x86 box, and I was seeing this error reported by fmadm:
root@vps3:~# fmad... -
08:01 AM Bug #311: acpica components are using export restricted license
- Sevan Janiyan wrote:
> whilst acpisrc will take care of inserting the correct license into the source code from the ... -
03:34 AM Bug #311: acpica components are using export restricted license
- Albert Lee wrote:
> I think this is technically equivalent to the problem of a missing licence header, because:
I... -
02:50 AM Bug #311: acpica components are using export restricted license
- whilst acpisrc will take care of inserting the correct license into the source code from the stock acpica source from...
-
02:45 AM Bug #311: acpica components are using export restricted license
- This needs to be brought to attention of the Illumos developers. I think this is technically equivalent to the proble...
-
01:02 AM Bug #311 (Resolved): acpica components are using export restricted license
- acpica files need to be run through the acpisrc tool to include dual BSD/GNU license instead of intels export restric...
-
07:46 AM Bug #249: cpu powermanagement does not work
- Albert Lee wrote:
> Yeah, the system thinks your CPU only has one frequency state. Did you previously have the "powe... -
05:15 AM Feature #313 (New): Add a cross mount feature to NFSv3
- Currently NFSv3 on ON/Net does not support cross mounts. If this feature were available it would remove administrativ...
-
02:18 AM Bug #310: svc:/system/keymap ignores eeprom layout
- I think this is the correct solution:...
2010-10-06
-
11:31 PM Bug #310 (New): svc:/system/keymap ignores eeprom layout
- usr/src/cmd/kbd/keymap:...
-
10:24 PM Feature #309 (Resolved): populate initial locales for illumos
- We need to provide the initial locales for illumos.
I've got a list of some 67 languages across 116 territories, a... -
08:19 PM Bug #306: Don't require external ast msgcc
- Updated as per your suggestion:
http://pkgdev.openindiana.org/hg/mq_onnv-gate/file/ef5865cafe35/oi-issue-306-ast_msgcc -
05:47 PM Bug #306: Don't require external ast msgcc
- Would it be a good idea to have $(ROOT)/usr/ast/bin _and_ /usr/ast/bin? Otherwise, I like it. (consider that code r...
-
12:51 PM Bug #306 (In Progress): Don't require external ast msgcc
- External /usr/ast is required for the/usr/ast/bin/msgcc script and related executables msgcpp and msgen, which are ru...
-
07:22 PM Bug #308: ld may misalign sections only preceded by empty sections
- Doing a little digging, one of the issues is that the .bss segment's sh_size value is too small. Using elfedit shdr:...
-
07:19 PM Bug #308: ld may misalign sections only preceded by empty sections
- A workaround is to not use the /usr/lib/ld/map.bssalign and /usr/lib/ld/map.noexbss mapfiles.
-
07:18 PM Bug #308 (Resolved): ld may misalign sections only preceded by empty sections
- Copy of Opensolaris bug "6988300":http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6988300
When objects... -
05:51 PM Bug #303: mdb's tigen should use terminfo database from proto
- Not so keen on that. Why not have cmd/mdb depend on cmd/terminfo, and set TERMINFO to $(ROOT)/../terminfo?
-
12:57 PM Bug #303: mdb's tigen should use terminfo database from proto
- http://pkgdev.openindiana.org/hg/mq_onnv-gate/file/974542eddc7b/oi-issue-303-kmdb_terminfo
-
10:26 AM Bug #303: mdb's tigen should use terminfo database from proto
- As terminfo is built directly in proto, it looks like a better solution (if we want a default target separate from in...
-
11:44 AM Bug #249: cpu powermanagement does not work
- Yeah, the system thinks your CPU only has one frequency state. Did you previously have the "powernow" driver installe...
-
07:58 AM Bug #76: broken 'smbadm add-member'
- What does this command show you?
svccfg -s idmap listprop config/unresolvable_sid_mapping
If it shows no outpu...
2010-10-05
-
08:58 PM Bug #301: Backspace key prints ^H to console instead of deleting a character
- I think this is more of a distribution issue.
Any distro can ship a modified /kernel/drv/options.conf that defines... -
06:33 AM Bug #301: Backspace key prints ^H to console instead of deleting a character
- Gary Mills wrote:
> The settings for interrupt and backspace actions are a personal
> preference. As far as I kn... -
06:19 AM Bug #301: Backspace key prints ^H to console instead of deleting a character
- This tty setting seems to be the Solaris default:
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <un... -
03:15 AM Bug #301 (Closed): Backspace key prints ^H to console instead of deleting a character
- Pressing the backspace key on a standard keyboard on Solaris (and therefore Illumos) does not produce the expected be...
-
08:27 PM Bug #300: svr4pkg dependency on wsreg.h from closed admin consolidation
- pkg:/developer/opensolaris/osnet should cover all the dependencies you need. If it does not, please file additional ...
-
01:14 AM Bug #300 (Resolved): svr4pkg dependency on wsreg.h from closed admin consolidation
- Doing a build on a newly installed zone to determine the correct dependencies for the [[How To Build illumos]] page, ...
-
08:15 PM Bug #303 (Resolved): mdb's tigen should use terminfo database from proto
- As part of the ON build, @usr/src/cmd/mdb/tools/scripts/tigen@ is run to generate kmdb_terminfo.c for each arch. This...
-
02:48 PM Support #299: (Error code: ssl_error_handshake_failure_alert)
- Workaround: I resolved this problem, I have installed the Firefox 3.6.10 y ThunderBird 3.1.4 and now https://localhos...
-
11:21 AM Bug #289: invalid padding when using java pkcs11 provider
- Gordon Ross wrote:
> Interesting. So, it's probably this change set:
>
> changeset: 12573:fb4ef506980f
It i...
2010-10-04
-
11:57 PM Support #299: (Error code: ssl_error_handshake_failure_alert)
- with Lynx get this error :
# lynx https://localhost:6789
Looking up localhost:6789
Making HTTPS connection t... -
10:06 PM Support #299 (Closed): (Error code: ssl_error_handshake_failure_alert)
- Hi,
I use sun webconsole an in firefox when I put https://localhost:6789 , I get this error: " (Error code: ssl_e... -
08:38 PM Bug #173 (In Progress): duplicate free in spnego_gss_accept_sec_context
-
08:37 PM Bug #172 (In Progress): duplicate free in gss_accept_sec_context
-
08:25 PM Bug #298 (Resolved): SPARC build fails in smt_pause.o
- A nightly SPARC build fails with:
/usr/ccs/bin/as: error: cannot open output file "pics/smt_pause.o"
This is t... -
08:16 PM Bug #171 (In Progress): adt_get_mask_from_user frees memory before it's used
-
01:34 PM Bug #297 (Closed): SPARC build fails possibly due to 'Need open kcfd' changes
- SPARC build on onnv147 fails with the error below:
/export/home/jack/illumos-gate/usr/src/tools/proto/root_sparc-n... -
04:11 AM Bug #290: Logitech G9 mouse is not working
- Here is requested debug messages.
2010-10-03
-
11:37 PM Bug #290: Logitech G9 mouse is not working
- Please attach the debug messages as requested on IRC, the instructions are on #272.
-
10:13 PM Bug #244 (Resolved): Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tail
- Resolved by changeset http://www.illumos.org/projects/illumos-gate/repository/revisions/13197
-
06:44 PM Bug #294: ONNV terminal definitions are old and crufty
- Here's one that replaces the standard xterm terminfo to
provide colour support in gnome-terminal. I've been using
... -
04:32 PM Bug #294 (Resolved): ONNV terminal definitions are old and crufty
- With a default install of snv_134 or oi_147, running something like vim inside screen produces very broken colours an...
-
06:24 PM Feature #252: Update Fuse to 2.8.4
- BTW, if someone _does_ want a FUSE in illumos,
I wrote a prototype that works pretty well.
Let me know if you want... -
06:20 PM Bug #289: invalid padding when using java pkcs11 provider
- Interesting. So, it's probably this change set:
changeset: 12573:fb4ef506980f
user: Dina K Nimeh <Dina.... -
05:30 PM Support #285: smbadm join fails if Domain Functional Level later than 2000
- OK, so yes, the bug has a work-around:
sharectl set -p lmauth_level=2 smb
(thanks for reminding us about that).
...
2010-10-02
-
10:00 PM Support #285: smbadm join fails if Domain Functional Level later than 2000
- I'm not convinced this a bug per se.
Gordon Ross wrote:
> When setting up a Windows AD server
Which version o... -
09:42 PM Bug #217: zdb lists old pool version after pool upgrade
- The main concern I have right now is this behavior on a systems rpool. One cannot just export/import the rpool on a ...
-
05:17 PM Bug #217: zdb lists old pool version after pool upgrade
- I easily reproduced this issue by creating a zpool as version 22 and then upgrading it to 28. zdb still reported ver...
-
06:47 AM Bug #290 (New): Logitech G9 mouse is not working
- There is old bug in onnv, when G9 mouse stopped working since ~132 onnv. Any hope that it gets fixed ?
Another use... -
02:00 AM Bug #289 (Resolved): invalid padding when using java pkcs11 provider
- The detail for this bug are recorded in #255, filed against OpenIndiana (which I can't appear to copy as an illumos b...
2010-10-01
-
10:41 AM Feature #196: Illumos svr4pkg should understand additional meta-data and should not use preinstall/postinstall scripts
- An initial implementation has been written, need complete test against all driver packages
-
04:17 AM Bug #269: Modload functions use unsafe operations with configuration files
- Webrev is available at http://cr.illumos.org/view/7gt0oztx/
Dependent cmds were tested, adding and deleting records ...
2010-09-30
-
09:09 PM Bug #19 (In Progress): Provide an opensource version of pcn(7D)
- I have a port of the fbsd pcn driver that works under virtual box, once I'm able to procure the use of a working nicd...
-
06:58 PM Bug #270: des should stop talking about sun_hardware
- Doing a very cursory glance, for the 2nd part any reason for the first two that libpkcs11 couldn't be used instead?
-
01:17 PM Bug #248: mdnsd fails to run inside zone due to broken code
- Patch supplied. We'll be applying this patch against onnv in oi_148.
-
09:12 AM Support #285 (Closed): smbadm join fails if Domain Functional Level later than 2000
- When setting up a Windows AD server, the default "Domain Functional Level" (DFL) is "Windows 2000". If one accepts ...
2010-09-29
-
09:44 AM Feature #281 (Closed): Make man(1) suck slightly less
- While investigating #261 I found enhancements suggested at http://markmail.org/message/jf7ra6f5lg4hgncv
In a nutshel... -
05:01 AM Bug #279: Bug in the new ACL (post-PSARC/2010/029) semantics
- Fixed up the formatting a bit
-
04:53 AM Bug #279 (Resolved): Bug in the new ACL (post-PSARC/2010/029) semantics
- The ACL generated for mode 0077 looks like this:...
-
05:00 AM Feature #196 (In Progress): Illumos svr4pkg should understand additional meta-data and should not use preinstall/postinstall scripts
2010-09-28
-
02:54 PM Feature #278 (In Progress): get rid zfs of python and pyzfs dependencies
-
02:53 PM Feature #278 (Resolved): get rid zfs of python and pyzfs dependencies
- one need to use only C code in zfs cmd
2010-09-27
-
11:20 PM Bug #270 (New): des should stop talking about sun_hardware
- des (all 3 implementations, we seem to have...) do really scary things, like source:usr/src/uts/common/des/des_crypt....
-
04:11 PM Bug #269 (Resolved): Modload functions use unsafe operations with configuration files
- For example, in case of some error while deleting entry from minor_perm we can leave our system unbootable.
This may... -
03:33 PM Bug #63 (In Progress): pfiles should list peer processes for local IPC connections
-
01:12 PM Bug #267 (New): grub should not fail due to missing splashimage
- Rather than all the crufty hacks to deal with the splashimage, grub should just be changed to not view something so t...
2010-09-26
-
05:55 PM Feature #252: Update Fuse to 2.8.4
- Delete Feature #252 request.
-
11:17 AM Feature #252: Update Fuse to 2.8.4
- An upgrade from what? FUSE isn't in ON, or Illumos, and never has been. Mis-file?
-
12:15 AM Bug #111 (Resolved): clean up legacy postscript filters
- fix pushed to illumos-gate
2010-09-25
-
11:33 AM Bug #260 (Resolved): some drivers erroneously discount a major of 0
- Solaris bug "6975280 t_kopen() fails if transport major device = 0":http://bugs.opensolaris.org/bugdatabase/printable...
-
11:11 AM Bug #259 (Resolved): SCM tools should work with wider range of Mercurial versions
- Historically, the tools which interact with mercurial supported a limited, fixed, number of revisions (those shipped ...
2010-09-24
-
07:07 PM Bug #231: Openindiana won't boot unless I add -B disable-ehci=true on Acer Extensa 4630Z
- I have the same problem with the latest openindiana ISO on
my Acer AS3810T. It's worse on this one because this lap... -
06:35 PM Bug #248: mdnsd fails to run inside zone due to broken code
- as nordmark mentioned on networking-discuss (after I'd spent hours coming to the same conclusion, the slow way, dammi...
-
01:25 PM Bug #248 (In Progress): mdnsd fails to run inside zone due to broken code
-
01:09 PM Feature #243: system manual pages should live with the software
- A project gate is available at:
http://bitbucket.org/richlowe/illumos-man
and
http://github.com/richlowe/ill... -
12:45 PM Bug #249: cpu powermanagement does not work
- Albert Lee wrote:
> With the default event-driven governor with @cpupm enable@, @kstat cpu_info@ and PowerTOP show f...
2010-09-23
-
06:28 PM Feature #252 (Rejected): Update Fuse to 2.8.4
- Fuse requires an update to handle newer NTFS-3G driver features and large R/W data transfers.
Ref: http://sourcef... -
06:26 PM Bug #249: cpu powermanagement does not work
- With the default event-driven governor with @cpupm enable@, @kstat cpu_info@ and PowerTOP show frequency transitions ...
-
12:30 AM Bug #249 (New): cpu powermanagement does not work
- on_b134 power.conf has settings
autopm default
cpupm enable poll-mode
cpu-threshold 10s
And with this setting A... -
03:57 PM Bug #251 (Resolved): Hardcoded website address....
- In usr/src/cmd/zpool/zpool_main.c:1477:
printf(gettext(" se http://www.sun.com/msg/%s", msgid));
We cannot poi...
2010-09-22
-
06:33 PM Bug #111: clean up legacy postscript filters
- webrev: http://cr.illumos.org/view/acea0eiq/
build log: see attached. -
05:53 PM Bug #113 (Resolved): nightly should not call "pkg info"
- Resolved in r13193 commit:c50e16fa675f
-
05:53 PM Bug #214 (Resolved): various packages list invalid classification scheme
- Resolved in r13194 commit:29348a3b0b76
-
05:53 PM Bug #221 (Resolved): SVR4 package vendor should be "Illumos"
- Resolved in r13195 commit:e0fd90c39276
-
05:06 PM Bug #248 (Resolved): mdnsd fails to run inside zone due to broken code
- The bug (and fix) is contained here:
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6852739
This sh...
2010-09-21
-
10:04 PM Bug #244 (Resolved): Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tail
- Port FreeBSD tail to Illumos as a drop-in replacement for the legacy
Solaris tail.
Two webrevs are provided:
htt... -
07:26 PM Feature #243 (Resolved): system manual pages should live with the software
- Historically, the system manual pages have lived in a separate, 'man' consolidation. This is general recognized as a...
2010-09-20
-
11:43 AM Bug #143 (Resolved): rge driver stalls during network receive load on Toshiba A300
- Fixed in changeset:13192:517dd7bce70e
-
11:42 AM Bug #160 (Resolved): netservices contains a call for non-existent services
- Fixed in changeset:13191:0b65a6e42434
2010-09-19
-
09:49 PM Bug #111 (In Progress): clean up legacy postscript filters
- (1)webrev:
http://cr.illumos.org/view/cc2gphm2/
(2)hg outgoing -v
http://pastebin.com/8LyEQr3V
(3)build log
... -
04:34 AM Bug #143: rge driver stalls during network receive load on Toshiba A300
- Tested successfully on Toshiba A300,
http://cr.illumos.org/view/4gut2g53/ -
04:29 AM Bug #160: netservices contains a call for non-existent services
- Retested on fresh gate, fixed scripts filemode,
webrev http://cr.illumos.org/view/3i07cxb4/ -
12:10 AM Bug #231 (New): Openindiana won't boot unless I add -B disable-ehci=true on Acer Extensa 4630Z
- This is referred from: [Bug 641186] [NEW] Openindiana won't boot unless I add -B disable-ehci=true on Acer Extensa 46...
2010-09-17
-
07:03 PM Bug #225 (Resolved): libc locale binary files should be in native byte order
- We deliver binary files for CTYPE and COLLATE. We do this in a processor specific location. Therefore, we should no...
-
07:00 PM Bug #8: libc locale work needs updated license files
- So, it turns out that there are a lot of files, and we can do a smarter job of generating the THIRDPARTYLICENSE file ...
-
03:37 PM Bug #224 (Resolved): findunref build shouldn't fail if SCM can't be determined
- usr/src/tools/findunref/Makefile deals with the possibility SCM_TYPE is "none", but not the possibility that it's "un...
-
02:42 PM Bug #223 (In Progress): libc needs multibyte locale support for collation
- So I've done quite a bit of work to implement this... I worked from code which Apple released to do much of this at o...
-
02:37 PM Bug #223 (Resolved): libc needs multibyte locale support for collation
- So multibyte locales (like UTF-8) require additional support for collating that is missing from libc.
-
08:50 AM Bug #221 (Resolved): SVR4 package vendor should be "Illumos"
- IPS delivers SVR4 package metadata sufficient to allow IPS packages to function as dependencies for SVR4 packages. T...
-
06:23 AM Feature #212: Atheros AR8132 / L1c Gigabit Ethernet Adapter
- Masayuki Murayama's atge driver (http://homepage2.nifty.com/mrym3/taiyodo/eng/ ) might support the L1c (it appears to...
-
01:45 AM Bug #160: netservices contains a call for non-existent services
- Final webrev: http://cr.illumos.org/view/uj0rz746/
mail_msg and hg output attached.
2010-09-16
-
11:17 PM Bug #217 (New): zdb lists old pool version after pool upgrade
- After upgrading a pool from version 22 to 28, zdb still lists the pool as being version 22. It appears the issues is ...
-
03:04 PM Bug #127 (Closed): prstat leaks memory
- After talking with the submitter, and checking the bug history and the source code, this was fixed back in May. Its ...
-
02:21 PM Bug #127 (Feedback): prstat leaks memory
- Apparently this problem is not reproducible. Submitter, please verify that this still is a problem with current illu...
-
12:49 PM Bug #214 (Resolved): various packages list invalid classification scheme
- The year in the 'info.classification' package attribute is used to version the classification scheme, it is not "The ...
-
12:38 PM Bug #113 (In Progress): nightly should not call "pkg info"
-
05:06 AM Feature #212: Atheros AR8132 / L1c Gigabit Ethernet Adapter
- update : output from Device Driver Utility
-
05:03 AM Feature #212 (Resolved): Atheros AR8132 / L1c Gigabit Ethernet Adapter
- Is there a change that driver for this network card will be in openindiana ?
output from device detection tool:
...
2010-09-15
-
10:47 PM Bug #111: clean up legacy postscript filters
- Garrett,
Here is the webrev, please review.
http://cr.illumos.org/view/hyas37ye/
I did a incremental nightl... -
06:04 AM Bug #111: clean up legacy postscript filters
- Hi, Garrett
I would like to take care of this issue. -
06:53 PM Bug #126 (Resolved): check_rtime whines about Gnome libavahi libraries that it should ignore
- Fixed in r13190 commit:4c137ceda4dc
-
12:14 AM Bug #198: raidz2 reading is slow
- Garrett D'Amore wrote:
> Have you verified this with current illumos?
>
> Be advised that the synchronous nature ...
2010-09-14
-
10:40 AM Bug #198: raidz2 reading is slow
- Have you verified this with current illumos?
Be advised that the synchronous nature of NFS combined with raidz mea... -
10:38 AM Bug #185: PV boot panics due to unresolved iommulib symbol
- Alasdair, do you want to own this bug? (I know you're kind of busy at the moment. :-)
-
09:56 AM Bug #187 (Resolved): locale -a dumps core
- I just integrated this change.
-
07:55 AM Bug #75 (Resolved): Please remove cmd/des
- Placing this in resolved state. It can't be closed without a binary build and corresponding verification.
-
04:36 AM Bug #75 (Closed): Please remove cmd/des
- changeset: 13188:d3448309c82d closes this bug
-
03:59 AM Bug #160: netservices contains a call for non-existent services
- Sorry, forgot remove entry from SUNWcs.mf.
Updated webrev's here:
http://cr.illumos.org/view/hae6vk42 -
02:57 AM Bug #160: netservices contains a call for non-existent services
- Please review fix for this,
webrev is here: http://cr.illumos.org/view/4076vod0/
2010-09-13
-
10:09 PM Bug #198 (Closed): raidz2 reading is slow
- http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6937725
-
09:39 PM Bug #187 (In Progress): locale -a dumps core
- This was kind of tricky to debug. But I did find it.
It was bug in the libc code for setrunelocale() and the "non... -
03:48 PM Bug #193 (Resolved): kcfd removal causes check_rtime noise
- Integrated this today.
-
08:29 AM Bug #193: kcfd removal causes check_rtime noise
- Taking this one.
-
03:47 PM Bug #188 (Resolved): should keep unused closed-bins out of the proto area
- Integrated this today.
-
03:46 PM Bug #116 (Resolved): README mentioned non existing usr/illumos
- Integrated this one today.
-
03:48 AM Bug #197 (Resolved): svc.startd may not pick up locale correctly
- While investigating on #168, we came across svc.startd code which also has potential issues with setting the locale.
... -
12:44 AM Feature #196 (In Progress): Illumos svr4pkg should understand additional meta-data and should not use preinstall/postinstall scripts
- We should introduce additional meta-data (for drivers, fmri operations and others) for svr4pkg utils
and thus get r...
2010-09-12
-
10:20 PM Bug #187: locale -a dumps core
- Crash is happening on call to setlocale(LC_ALL,"en_NZ.UTF-8"), after 10 previous calls to setlocale() succeeded.
Lin... -
07:03 AM Bug #187 (Resolved): locale -a dumps core
- ...
-
07:52 PM Bug #183 (Closed): tr -dc in the netbeans stat script fails
- This is a duplicate of 132.. which was integrated already.
-
07:47 PM Bug #102: ldap/client does not work on 147
- This will break lots of people. Raising priority. Hopefully Gordon can take a look.
-
07:44 PM Bug #193: kcfd removal causes check_rtime noise
- Rich, I didn't realize that you had this bug. I'm fixing this along with the other build noise. Do you mind if I ju...
-
05:00 PM Bug #193 (In Progress): kcfd removal causes check_rtime noise
-
03:48 PM Bug #193 (Resolved): kcfd removal causes check_rtime noise
- #6 left libpkcs11 linked to libscf, though it no longer needs to be, as the code in libpkcs11/common/pkcs11Conf.c to ...
-
06:24 PM Bug #195 (Closed): Need replacement for nfs/lockd+klm
- Otherwise know as the NFS Lock Manager.
-
05:36 PM Bug #174: libpthread uberdata stale after 6735446
- Fixed in change set 13184:528fbffc4164
-
01:11 AM Bug #174 (Resolved): libpthread uberdata stale after 6735446
- Gordon, please update the bug in the future after you integrate.
-
01:11 PM Bug #6 (Resolved): Need open kcfd
- This is now integrated. Enjoy.
-
11:27 AM Bug #188: should keep unused closed-bins out of the proto area
- Note that the file list above is incomplete also, libc_i18n.a (all of them) should be masked out, and removed from th...
-
10:24 AM Bug #188 (Resolved): should keep unused closed-bins out of the proto area
- Rather than trying to except unused closed-bins from packaging, we should never let them enter the proto area in the ...
-
11:18 AM Bug #132 (Resolved): tr breaks scripts
- Should be fixed in r13186 commit:c777be6727c6
-
01:14 AM Bug #128: Splash image /boot/solaris.xpm file not found error stops the boot process
- In retrospect, it seems like the *right* answer here is to use beadm from the *new* boot environment, or from the pro...
2010-09-11
-
10:22 AM Bug #185 (Resolved): PV boot panics due to unresolved iommulib symbol
- When running stock onnv-tip (from the closed gate), the kernel panics when booting in paravirtualised mode (i86xpv), ...
-
08:16 AM Bug #184 (Resolved): zfs_putpage() optimization
- This has been logged as CR 6979725 but not yet fixed by Oracle.
http://bugs.opensolaris.org/bugdatabase/view_bug.do?...
2010-09-10
-
11:36 PM Bug #183 (Closed): tr -dc in the netbeans stat script fails
- The netbeans start script uses the following line
_mem=`/usr/sbin/prtconf | grep Memory | /usr/bin/tr -dc '[0-9]'... -
10:03 PM Feature #182 (New): Support broadcom 802.11n devices
- With the surprising release by Broadcom of source for their 802.11n chips http://git.kernel.org/?p=linux/kernel/git/g...
-
09:07 PM Bug #162: zfs: scrub fails to complete, no disk activity
- on ...
-
12:15 AM Bug #162: zfs: scrub fails to complete, no disk activity
- The replacement SATA controller arrived today. I pulled the suspect controller, a Silicon Image 3124, and hooked up t...
-
02:44 PM Bug #75: Please remove cmd/des
- The webrev looks good. The logs look good.
Asias, do you wish to integrate this yourself? If so please contact m... -
06:30 AM Bug #75: Please remove cmd/des
- Hi, Piotr
I have built the illumos gate with my changes.
Attached is the mail_msg of the nightly.
Is it ok for y... -
02:34 PM Bug #168 (Resolved): svcs should function even if locale is missing
- Vineeth integrated this change earlier today.
-
04:48 AM Bug #168: svcs should function even if locale is missing
- The issue here is that variable locale is NULL and libscf expects it not to be NULL. This is due to the following cod...
-
12:21 PM Bug #19: Provide an opensource version of pcn(7D)
- A webrev for a port of the freebsd driver is available at http://cr.opensolaris.org/~jbk/pcn (didn't have any other p...
-
08:02 AM Bug #131 (Resolved): Lun Size 0MB with Emulex LP9002L FC Target and snv_134
- Should be fixed by r13180 commit:b23a4dab3d50 brought in by the merge with the end of time (r13181 commit:88e527ca878f)
-
07:55 AM Bug #169 (Resolved): Lack of "rune" wctype breaks tr -C
- The fix for this is now integrated.
2010-09-09
-
02:30 PM Bug #163: small bugs How_To_Build_illumos
- Richard PALO wrote:
> Then could you have mini-cbe-install fixed?
Feel free to submit a bug (maybe with patch?) i... -
11:56 AM Bug #163: small bugs How_To_Build_illumos
- Jeppe Toustrup wrote:
> Richard PALO wrote:
> > shouldn't the sunstudio12u1 files be unpacked in /opt instead of un... -
09:43 AM Feature #178 (New): Support Jumbo Frames on e1000g with 82573L chip
- According to the intel manuals the 82573*L* supports jumbo frames, but illumos currently does not enable this.
htt... -
04:23 AM Bug #174: libpthread uberdata stale after 6735446
- I'd like to see it at least get comments stating that the 32 variants need to stay in sync
(if it was as obvious as ... -
03:28 AM Bug #177 (New): Illumos should clear CMOS Warm Reset Code after each CPU start
- I have had a problem with a machine (Dell R210) that wouldn't boot/POST automatically after pulling the power, and af...
-
12:43 AM Bug #160: netservices contains a call for non-existent services
- The netservices command is marked Obsolete. In my opinion, it would be simpler & better to just remove it. Please r...
-
12:13 AM Bug #6: Need open kcfd
- So as part of this, we're yanking FIPS 140 support.
A webrev is here: http://mexico.purplecow.org/gdamore/webrev/... -
12:06 AM Bug #176 (Resolved): assertion failed: kept_info, file: ../../common/os/sunpm.c, line: 5219
- This is from 6956016, and I just hit it on my Thinkpad with illumos. Notably, I don't see this problem under b145. ...
2010-09-08
-
05:55 PM Bug #162: zfs: scrub fails to complete, no disk activity
- Oh. The machine stopped responding to SSH and local X logins shortly after I started poking at this bug. The computer...
-
12:52 AM Bug #162: zfs: scrub fails to complete, no disk activity
- Rebooted back into illumos-nightly, and started a scrub. This time it ran for 12 hours, before hitting the stuck beha...
-
02:17 PM Bug #175 (Resolved): zfs vdev cache consumes excessive memory
- See OpenSolaris CR 6684116
but note that the work-around suggested there is less than ideal.
Better to set zfs_vd... -
11:55 AM Bug #174: libpthread uberdata stale after 6735446
- Trivial fix. This was missed during work on 6735446.
-
11:53 AM Bug #174 (Resolved): libpthread uberdata stale after 6735446
- After integration of 6735446 (Want a __progname symbol...)
dbx can't load libpthread.so.1 on a 64-bit kernel.
See O... -
11:43 AM Bug #173: duplicate free in spnego_gss_accept_sec_context
- This is basically a typo. The gss_release_name on line 1251
should be the same as on line 1254.
-
11:38 AM Bug #173 (Resolved): duplicate free in spnego_gss_accept_sec_context
- See OpenSolaris CR 6959251
Reproduced with smbtorture
Call stack like this:
libgss.so.1`gss_release_name+0x36... -
11:23 AM Bug #172 (Resolved): duplicate free in gss_accept_sec_context
- See OpenSolaris CR 6959865
http://bugs.opensolaris.org/view_bug.do?bug_id=6959865
__gss_convert_name_to_union_n... -
09:49 AM Bug #169: Lack of "rune" wctype breaks tr -C
- Rich, almost, but not quite correct.
We need to look against "0xffffffffU" ... i.e. if any bit is set for the char... -
06:11 AM Bug #169 (Resolved): Lack of "rune" wctype breaks tr -C
- Our wctype() lacks the "rune" type, which tr -C relies upon to generate (I think) a complete current character set.
... -
09:38 AM Bug #171: adt_get_mask_from_user frees memory before it's used
- Simple fix as described in the CR.
-
09:32 AM Bug #171 (Resolved): adt_get_mask_from_user frees memory before it's used
- Causes smbd core dump. See:
http://bugs.opensolaris.org/view_bug.do?bug_id=6977897
-
03:08 AM Bug #132: tr breaks scripts
- No, the 'g' test fails in FreeBSD also.
-
02:29 AM Bug #132 (In Progress): tr breaks scripts
- Apparently I'm taking this...
-
12:39 AM Bug #132: tr breaks scripts
- case 'g' in trtests @echo "[[[[[[[]]]]]]" | tr -d '[=]=]'@ is a separate bug, in bracket().
When it calls strchr t...
Also available in: Atom