Activity
From 2012-11-19 to 2012-12-18
2012-12-18
-
11:03 PM Bug #3315: svccfg export -a drops values in PG "general"
- According to smf_security(5), svccfg(1M), and the PSARC/2007/177 case materials, the correct behaviour is that proper...
-
08:37 PM Feature #3364 (Resolved): dboot should check boot archive integrity
- Resolved in e65d07e
2012-12-17
-
10:35 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- With some grep and cut in /var/adm/messages I can find at least two errors with ieee80211:
ieee80211_recv_mgmt: ig... -
03:17 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- Anonyme wrote:
> The BSD patch attached seems to modify the lines after the 308 one of our rum source code:
> http:... -
12:27 AM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- *Comparaison with BSD*
*BSD*
Actual if_rum.c source file:
http://svnweb.freebsd.org/base/release/9.1.0/sys/dev/usb/w... -
03:53 PM Bug #1097: glob(3c) needs to support non-POSIX options
- I've made a few more changes to improve the international character handling. I've also fixed a few incorrect return...
-
11:35 AM Bug #3420 (New): datalinks remain in zone after shutdown
- Non global zone is unusable if there were unresolved IP duplications before a reboot.
Later on zone is marked as 'do...
2012-12-16
-
01:11 AM Feature #3419: usbftdi needs to support the BeagleBone
- I also tested this with the SheevaPlug JTAG adapter, the only other FTDI device I got. Works like a charm when dumpin...
-
01:06 AM Feature #3419: usbftdi needs to support the BeagleBone
- webrev: http://cr.illumos.org/~webrev/hans/illumos-3419-webrev/
While at it I also eliminated a TODO about the buf... -
12:56 AM Feature #3419 (Resolved): usbftdi needs to support the BeagleBone
- The "BeagleBone":http://beagleboard.org/bone is a small ARM evaluation board with an on-board FTDI2232C chip that pro...
2012-12-14
-
02:00 AM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- The BSD patch attached seems to modify the lines after the 308 one of our rum source code:
http://src.illumos.org/so... -
01:46 AM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- *BSD guys have provided in 2011 a patch for the rum driver.* May be that correction is needed for us too and would by...
2012-12-13
-
10:12 PM Feature #3400: ZFS: recursive mounts (via "zfs mount")
- I think Delphix has this already, I'll look in to it.
-
09:08 PM Bug #3418 (New): DTrace may leave spurious breakpoints in user processes
- A SmartOS user debugging a separate problem with that system discovered that his devfsadmd had dumped core at some po...
-
08:16 PM Bug #995: boot message: No randomness provider enabled for /dev/random
- After discussing with danmcd, following the pattern established in kcpc, the use of an atomic prevents any possibilit...
-
06:35 AM Bug #995: boot message: No randomness provider enabled for /dev/random
- Per Gordon's request:
The problem is that there are two entry points here that cause the check, and timing can deter... -
07:32 PM Bug #3417 (Resolved): mdb disassembler confuses rdtscp for invlpg
- When disassembling the rdtscp instruction mdb shows it as invlpg....
-
06:33 PM Feature #3416 (Resolved): Need disassembler support for rdrand and f16c
- As a part of the new Ivy Bridge architecture extensions we need to add support to the disassembler for the f16c and r...
-
06:31 PM Feature #3415 (Resolved): Add isainfo support for f16c and rdrand
- Intel Ivy Bridge adds support for two new architecture extensions. The first is the F16C series of half precision flo...
-
06:29 PM Feature #3414 (Resolved): Need a new word of AT_SUN_HWCAP bits
- We have filled up the first word of AT_SUN_HWCAP bits on x86. This means that we need to plumb up the second word. Th...
-
06:27 PM Bug #3413 (Resolved): isainfo -v overflows 80 columns
- Under certain circumstances, "isainfo -v" can overflow 80 columns. e.g.:...
-
05:56 PM Bug #1723: apix module mistakingly sets TPR
- The task priority register (TPR) register on x86 is a part of the local apic and x2apic where by you can set a value ...
-
03:30 AM Bug #3099: AMD hudson D3 AHCI support
- http://openindiana.org/pipermail/oi-dev/2012-August/001593.html has a error, AMD AHCI vendor id is 0x1022, 0x1002 is ...
2012-12-12
-
05:06 PM Bug #3412 (Resolved): The ascii art in nfs4.h needs update
- The ascii art in the nfs4.h needs to be updated. For example the rfs4_client_t does not contain a list of rfs4_deleg_...
-
01:47 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- Julien Gueytat wrote:
> Ok I began to play with DTrace. I think I can handle some debug myself but I need to underst... -
01:41 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- Ok I began to play with DTrace. I think I can handle some debug myself but I need to understand the driver sources to...
-
09:10 AM Bug #995: boot message: No randomness provider enabled for /dev/random
- I have a fix.
http://cr.illumos.org/~gdamore/random-fix/
Please review. -
04:32 AM Bug #3410: ld(1) should possibly not allow -F and non-mapfile input files
- We actually use this to build libsys, so that would have to change too
2012-12-11
-
10:46 PM Bug #3411 (In Progress): We can save 4 bytes in the rfs4_dbe struct
- The rfs4_dbe structure is defined as follows:...
-
05:51 PM Bug #3410 (New): ld(1) should possibly not allow -F and non-mapfile input files
- ld currently allows one to do...
2012-12-10
-
10:16 PM Bug #3396 (Resolved): new psrinfo does not print socket type
- Resolved in 48ac0ed
-
02:54 PM Bug #1097: glob(3c) needs to support non-POSIX options
- The BSD-derived glob() had no support for international character sets. It stored 8-bit characters and flag bits wit...
-
01:31 PM Feature #3409 (In Progress): mdb: Open source implementation of nfs module
- We need open source replacement of the nfs module for mdb.
-
12:28 AM Feature #3408: detect socket type of newer AMD CPUs
- webrev: http://cr.illumos.org/~webrev/hans/illumos-3408-webrev/
-
12:19 AM Feature #3408 (Resolved): detect socket type of newer AMD CPUs
- Jens Elkner provided a patch earlier this year to improve socket type detection on AMD CPUs, extending the support fo...
2012-12-09
-
03:12 PM Bug #3407 (Closed): stmfadm(1M): extra dash for single char option '-s'
- From: Keyser Soze:
/illumos-gate/usr/src/man/man1m/stmfadm.1m
The following two entries contain an error.
crea... -
01:33 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- *It is may be important:* I have two wireless access point with the same SSID. I should connect to the closest one.
-
01:22 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- Done! :)
Enrico Papi wrote:
> paste or attach /var/adm/messages file log here
-
01:21 PM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- *Gemtek WUBR-177G [Ralink RT2571W]*
node name: device
Vendor: ... -
08:38 AM Bug #3406: Ralink RT2571W - RT2501USB - rum wifi driver
- paste or attach /var/adm/messages file log here
-
02:20 AM Bug #3406 (New): Ralink RT2571W - RT2501USB - rum wifi driver
- Hi,
I have the following device:
15A9:0004 Gemtek WUBR-177G - Ralink RT2571W
This device is supposed to work w...
2012-12-08
-
05:25 AM Bug #3405 (New): __nis_debug_* are probably a missed part of the NIS+ EOF
- I'm only guessing they're a missed part of the EOF. The name 'nis' is a clue though, YP tended to call itself YP (ev...
-
02:07 AM Feature #3311 (Resolved): Want a test framework for arbitrary OS unit tests
- Resolved in d583b39
-
02:07 AM Feature #3312 (Resolved): Add a testrunner package for OS unit tests
- Resolved in d583b39
-
02:07 AM Feature #3313 (Resolved): Add a testrunner package to convert ZFS tests from STF
- Resolved in d583b39
-
12:36 AM Bug #3404 (New): git-pbck exception lists only work in $CODEMGR_WS
- For reasons I've not looked into, but presumably related to a silly mistake on my part.
$CODEMGR_WS/exception_lists/... -
12:23 AM Feature #2665: sd.conf should be able to override physical-block-size
- For future reference, this command can be used to retrieve the vendor and product ID strings for all sd devices:
<pre... -
12:12 AM Bug #3099: AMD hudson D3 AHCI support
- http://openindiana.org/pipermail/oi-dev/2012-August/001593.html has some additional discussion, as the proposed chang...
2012-12-07
-
05:40 AM Bug #3403: spa history version logging spams console on pool create/import/etc.
- How in the world is having left over debug gunk logged a _good_ thing?
-
05:37 AM Bug #3403: spa history version logging spams console on pool create/import/etc.
- It won't spam the console because of the "!" (The message goes only to the system log), and having the messages in sy...
-
05:33 AM Bug #3403 (Resolved): spa history version logging spams console on pool create/import/etc.
- http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/zfs/spa_history.c#541
Will spam the console....
2012-12-06
-
05:50 PM Bug #3381 (Resolved): webrev: The latest version may be obtained here.
- Fixed in:
commit 7646c8f36bab39004fcffc7287250ea06924088e
Author: Marcel Telka <marcel@telka.sk>
Date: Thu De... -
05:25 AM Bug #3359 (Resolved): hostid generation should be more "predictable"
- Fixed in:
commit 9e3e4df2a0f62bab8e8eb305949e7d35c55e9864
Author: Garrett D'Amore <garrett@dey-sys.com>
Date: ... -
02:09 AM Bug #3402 (New): Appears to be a bug in string handling in dladm show-phys
- Ran dladm show-phys -P, got back:...
2012-12-05
-
07:55 PM Feature #3399: Provide Xen 4.2/4.3 kernel support
- it is not easy.
I have investigate it: xen-4.x have more changes and need update illumos with it, but after these up... -
02:10 PM Feature #3399 (Closed): Provide Xen 4.2/4.3 kernel support
- Add kernel support needed to properly compile/test/support Xen 4.2 (hypervisor and tools) official source distributio...
-
05:32 PM Support #3066: ahci: [ID 517647 kern.warning] WARNING: ahci0: watchdog port 1 satapkt 0xffffff02ea521988 timed out
- I'm getting the same problem on an Oracle X2270 system with 2 1TB hard disks which are only at 1% utilization (the sy...
-
02:20 PM Feature #3283: ZFS: correctly remember device node ownership and ACLs for ZVOLs
- Since this discussion started in connection to VirtualBox (and problems for non-root users running VMs and "owning" z...
-
02:15 PM Feature #3400 (New): ZFS: recursive mounts (via "zfs mount")
- It is sometimes beneficial, i.e. during systems recovery, to not mount the whole pool upon import. We can use "zpool ...
-
01:35 AM Bug #3385 (Resolved): The cdrw manpage should mention ISO, not High Sierra
- Resolved in d8d3d082
-
01:34 AM Bug #3378 (Resolved): cdrw is unable to write some ISO images
- Resolved in eab441e2
2012-12-04
-
08:53 PM Bug #3397 (Resolved): zdb <pool> <objnum> output is too verbose
- Resolved in e690fb2
-
04:05 AM Bug #3397 (Resolved): zdb <pool> <objnum> output is too verbose
- ...
-
08:53 PM Bug #3398 (Resolved): zdb can't dump feature flags zap objects
- Resolved in e690fb2
-
04:06 AM Bug #3398 (Resolved): zdb can't dump feature flags zap objects
- ...
2012-12-03
-
07:48 PM Bug #3337 (Resolved): x64 link-editor is painfully literal-minded about TLS
- Resolved in 49f9b36
-
03:48 PM Bug #3354 (In Progress): kernel crash in rpcsec_gss after using gsscred
-
12:56 PM Bug #3396: new psrinfo does not print socket type
- webrev: http://cr.illumos.org/~webrev/hans/illumos-3396-webrev/
2012-12-02
-
10:51 PM Bug #3396 (Resolved): new psrinfo does not print socket type
- The original psrinfo would print the socket type on CPUs where that information was available:...
-
05:09 PM Bug #3354 (Feedback): kernel crash in rpcsec_gss after using gsscred
- Please try to reproduce the issue with kmem_flags=0xf. Please read http://illumos.org/books/mdb/kmem-1.html for more ...
2012-12-01
-
05:29 PM Bug #3354: kernel crash in rpcsec_gss after using gsscred
- ...
-
05:04 PM Bug #3380 (In Progress): zfs man page: documentation for zfs allow is confusing
-
05:03 PM Bug #3371 (In Progress): dumpadm -z is not documented in manpage
-
03:52 PM Bug #3381 (In Progress): webrev: The latest version may be obtained here.
- The correct url is http://src.illumos.org/source/xref/illumos-gate/usr/src/tools/scripts/webrev.sh
2012-11-30
-
10:37 PM Bug #3385 (In Progress): The cdrw manpage should mention ISO, not High Sierra
- Since the ISO 9660 replaced the High Sierra Format long time ago (see http://en.wikipedia.org/wiki/ISO_9660) it is de...
-
09:42 PM Bug #3378 (In Progress): cdrw is unable to write some ISO images
- ...
-
09:32 PM Bug #3378: cdrw is unable to write some ISO images
- Steps to reproduce the issue:...
-
03:30 PM Feature #3394 (Resolved): combine /usr/bin/df and /usr/xpg4/bin/df
- commit 90a1a13596fed05f78bee9f85d396628cc310803
Author: Paul B. Henson <henson@acm.org>
Date: Fri Nov 30 06:41:32... -
03:30 PM Feature #3327 (Resolved): Add -m flag to df
- commit 790c646ca492120e08144b01daf49e7e5a27d60d
Author: Paul B. Henson <henson@acm.org>
Date: Fri Nov 30 06:26:32...
2012-11-28
-
04:30 PM Feature #1532: Long-term kernel-resident processes need a way to play fair
- Almost certainly, yes.
-
04:44 AM Feature #1532: Long-term kernel-resident processes need a way to play fair
Any update on this? Is Joyent's kpreemptpri setting stable enough to use here?-
10:12 AM Bug #1087: Unable to connect to the CIFS server using \\servername.fqdn
- This issue still appears in OpenIndianna 151A7 (unless I'm missing anything) - does anyone know if Nexenta have yet c...
-
08:49 AM Bug #1983: sshd problems
- Hi,
i was also very unhappy with slow response. Also spent hours looking for solution.
I have 2 OI_151a7 instal... -
12:23 AM Bug #3391: ZFS: kernel panic running "zfs diff" on oi_151a5
- I tested the same workload which crashed oi151a5 within the first run on oi151a3: it works there. I run the workload ...
-
12:06 AM Feature #3395 (New): add /etc/profile.d and /etc/.login.d
- Many unix-based distributions include a mechanism where the /etc/profile and /etc/.login initialization scripts sourc...
-
12:01 AM Feature #3394 (Resolved): combine /usr/bin/df and /usr/xpg4/bin/df
- Per Garrett D'Amore:
Looking at the code, it appears that the only differences for XPG4 in the command are:
a) ...
2012-11-27
-
04:26 PM Feature #3372: ZFS tunable: Induce delays between access to same locations in component disks of a Top-Level VDEV
- I think this won't work. The zpool - in case of an "external event" won't be in a stable condition anyway as those wr...
-
12:18 PM Bug #3391: ZFS: kernel panic running "zfs diff" on oi_151a5
- I have a coredump and can create any number of new ones (with whatever dump infos needed), but I need a place to uplo...
-
12:12 PM Bug #3391 (New): ZFS: kernel panic running "zfs diff" on oi_151a5
- OI 151a5 crashes reproducible during zfs diff while 151a did not.
it is not crashing on the first zfs diff call - ...
2012-11-26
-
05:58 PM Feature #3236: zio nop-write
- Martin Matuška wrote:
> Why does this functionality require enabled dataset compression? Thanks.
If compression i... -
09:40 AM Feature #3236: zio nop-write
- Why does this functionality require enabled dataset compression? Thanks.
-
01:43 PM Bug #3390 (New): /usr/demo/dtrace/tcprst.d is outdated
- dtrace: failed to compile script /usr/demo/dtrace/tcprst.d: line 98: tcpu_ports is not a member of union
-
10:44 AM Bug #3389: nfsv3: UDP server sends packets with wrong Source IP in header
- kernel stack when sends data to a client:...
-
10:42 AM Bug #3389: nfsv3: UDP server sends packets with wrong Source IP in header
- client1: 1.1.1.1/8
client2: 2.2.2.1/8
server: ip-1: 1.1.1.2/8
ip-2: 2.2.2.2/8
Snoop... -
10:40 AM Bug #3389 (New): nfsv3: UDP server sends packets with wrong Source IP in header
- If two nfs clients are from different subnetworks and connects to a server via UDP,
one of client (Linux) gets state... -
02:34 AM Bug #3245 (Resolved): in.ndp daemon should not be session leader
- Resolved in 176dc72
2012-11-25
-
10:37 PM Feature #3355 (Closed): xargs should support -0
-
10:36 PM Feature #672 (In Progress): xargs doesn't support -0
-
10:36 PM Feature #672: xargs doesn't support -0
- I've made some substantial fixes to xargs.. The existing code was unreadable. I believe my changes are a bit improve...
-
03:23 PM Bug #3387 (New): Nvidia MCP67 driver detection and MAC address reversal
- I ran into pretty much the exact same issue as detailed on this web page: [[http://fluxsmith.blogspot.com/2010/04/op...
-
02:59 AM Bug #3386 (Closed): ld(1) should document -z symbol-cap
- Yet another feature that fell into the manual page gap.
2012-11-24
-
07:15 PM Feature #2338: ND RDNSS IPv6 support
- Milan Jurik wrote:
> Why is something like nscfg needed here?
/lib/svc/manifest/network/routing/ndp.xml will be e... -
01:14 PM Bug #3385 (Resolved): The cdrw manpage should mention ISO, not High Sierra
- ...
-
11:45 AM Bug #3384 (New): lookup_raw_kstat_fn terminates module names ending with digits too early
- lookup_raw_kstat_fn("test123", "test123") should return "test:test" the current version returns "test". This needs to...
2012-11-23
-
09:24 PM Bug #3373: gcc >= 4.5 concerns about offsetof()
- Those patches look correct to me (presuming include order is correct, some things are fussy about sysmacros.h).
I ... -
08:11 PM Bug #3382 (New): Assembler wrapper (aw) should pass all -D and -U options to preprocessor
- Assembler wrapper (aw) begins dispatching -D and -U options only after encountering the -P option:...
-
07:39 PM Bug #3381 (Resolved): webrev: The latest version may be obtained here.
- "The latest version may be obtained here." points to non-existing URL http://src.illumos.org/source/xref/illumos-open...
-
11:40 AM Bug #3380 (Resolved): zfs man page: documentation for zfs allow is confusing
- ...
-
11:24 AM Bug #3379 (Resolved): Duplicate assignment in uts/common/cpr/cpr_stat.c
- https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/cpr/cpr_stat.c#L74
https://github.com/illumos...
2012-11-22
-
10:53 AM Bug #3296: Assertion failed in function zpool_in_use
- Unfortunately I'm unable to reproduce this issue.
Zpool data1 was recreated since then, but I have a history for th...
2012-11-21
-
10:48 PM Bug #3378 (Resolved): cdrw is unable to write some ISO images
- I tried to burn a (Windows) recovery DVD for my T520, but the cdrw failed. cdrecord worked correctly....
2012-11-20
-
05:22 AM Bug #3374: usage of 'dladm' does not match to its man page
- ...
-
12:14 AM Feature #3254 (Resolved): add support in zfs for aclmode=restricted
- Resolved in 71dbfc2
2012-11-19
-
10:34 PM Bug #3375: /usr/lib/sysevent/syseventd dumps core
- Cannot attach core file, server will not accept 2.6M file.
-
10:33 PM Bug #3375 (Closed): /usr/lib/sysevent/syseventd dumps core
- I have one system for which syseventd is dumping core.
It is running oi_151a4
I have attached said core file.
I... -
08:45 PM Bug #3374 (New): usage of 'dladm' does not match to its man page
- ...
-
02:58 PM Bug #3062: illumos should build/work with GCC 4.6 or newer
- For what it's worth, I pushed a branch for the work-in-progress update to our GCC, which you should not use for any o...
-
02:53 PM Bug #3373: gcc >= 4.5 concerns about offsetof()
- GCC does not use it's own stddef.h while building illumos.
Also, as I said, a whole lot of things we compile don't... -
11:03 AM Bug #3373: gcc >= 4.5 concerns about offsetof()
- Igor Kozhukhov wrote:
> have to update file too:
> usr/src/head/iso/stddef_iso.h
GCC uses its own stddef.h -
09:31 AM Bug #3373: gcc >= 4.5 concerns about offsetof()
- have to update file too:
usr/src/head/iso/stddef_iso.h
-
09:02 AM Bug #3373: gcc >= 4.5 concerns about offsetof()
- Maybe test for GCC version as well:...
-
04:14 AM Bug #3373: gcc >= 4.5 concerns about offsetof()
- The hard part about fixing it properly, is dealing with the fact we have way way too many offsetof definitions.
Th... -
03:21 AM Bug #3373: gcc >= 4.5 concerns about offsetof()
- This doesn't look like a "bug", more likely a "feature". Please provide patches to fix it.
Also available in: Atom