Activity
From 2013-02-23 to 2013-03-24
2013-03-24
-
11:59 PM Bug #3640 (Closed): want automatic devid updates
- ...
-
11:59 PM Bug #3639 (Closed): zpool.cache should skip over readonly pools
- ...
-
09:51 PM Bug #3489: panic in smbsrv:smb_mbc_vdecodef
- I looked at the earlier crash dump (where it panics in smb_vdecodef)...
-
09:32 PM Bug #3653 (Resolved): userland ::whatis always complains about "umem_internal_arena" symbol
- with a process target, ::whatis always complains:
mdb: unable to readvar "umem_internal_arena": unknown symbol name
... -
09:30 PM Bug #3652 (Resolved): convert ::spa and ::spa_vdevs to use mdb_ctf_vread()
- also, the zfs mdb module should specify the target object (zfs or libzpool.so) when reading global symbols
-
09:29 PM Bug #3651 (Resolved): mdb_readsym() and friends should find all symbols
- mdb_readsym(), mdb_writesym(), mdb_readvar(), and mdb_writevar() currently do not work with symbols that are in share...
-
09:25 PM Bug #3650 (Resolved): mdb global symbol tab completion should find all symbols
- Currently mdb global symbol tab completion only completes non-static symbols. It should instead complete all symbols.
-
09:22 PM Bug #3641 (Closed): want a histogram of compressed block sizes
- ...
-
02:09 PM Bug #3649 (New): Missing man pages: pkg(5), solaris10(5)
- We're missing man pages for these two zone brands:...
-
02:07 PM Feature #3648 (In Progress): add ipkg brand scripts
- The zone brand support is currently spread around in ways that we've found inconvenient.
The common stuff is in illu... -
09:28 AM Bug #1848: sshd always tries to resolve client's IP to hostname
- I notice that the manpage indicates:...
2013-03-23
-
07:54 PM Bug #3646: smbd core dump when missing negotiate challenge
- To make this robust against such clients, this change
sets up the challenge when we create a session, so it's
alway... -
03:09 PM Bug #3646 (Closed): smbd core dump when missing negotiate challenge
- Customer found that smbd is restarting and dumping core files.
Never did reproduce it, but proved from the core dump... -
07:30 PM Bug #3647: error: cannot share pool/folder - smb add share failed
- From Daniil Lunev
Problem is that there is the race condition between libshare and smf. Libshare starts smb servi... -
07:28 PM Bug #3647 (Closed): error: cannot share pool/folder - smb add share failed
- When the SMB service is starting up, one sometimes will see
error: cannot share pool/folder - smb add share failed
-
09:15 AM Bug #3645: dmu_send_impl: possibilty of pool hold leak
- Andriy Gapon wrote:
> This can happen if dump_bytes fails.
The first call to dump_bytes, to be specific:
https://git... -
09:12 AM Bug #3645 (Closed): dmu_send_impl: possibilty of pool hold leak
- This can happen if dump_bytes fails.
Additionally, dsl_dataset_long_rele would be called without matching
dsl_datas... -
07:40 AM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- Unfortunately, I can't say anything about the revision :(
I did "hg pull -u" many times, the source tree is shared v... -
03:54 AM Bug #3633: kernel panic due to debugging a user-land software
- ...
2013-03-22
-
10:26 PM Bug #3599: dtrace_dynvar tail calls can blow stack
- So, what's driving me crazy about this is that while I can see we're blowing the stack, and there's only one reason w...
-
07:05 PM Feature #3644 (Closed): Add virtio-net support into illumos
- This feature request is to have virtio-net driver integrated into the Illumos. The webrev with suggested
changes is ... -
01:17 PM Bug #3633: kernel panic due to debugging a user-land software
- Dan McDonald wrote:
> Sham --> an ASSERT() only trips on a DEBUG kernel. Build your own DEBUG kernel and onu to it.... -
01:15 PM Bug #3633: kernel panic due to debugging a user-land software
- Sham --> an ASSERT() only trips on a DEBUG kernel. Build your own DEBUG kernel and onu to it.
Denis --> I'm assum... -
09:58 AM Bug #3633: kernel panic due to debugging a user-land software
- I got the panic when the program was stopped in a debugger,
probably, it was overflow of a kernel queue.
Of course,...
2013-03-21
-
11:15 PM Bug #3643 (Closed): txg_delay should not hold the tc_lock
- From George Wilson's bug report at Delphix:...
-
11:14 PM Bug #3642 (Closed): dsl_scan_active() should not issue I/O to determine if async destroying is active
- From George Wilson's analysis of a ZFS hang we were seeing at Delphix:...
-
10:51 PM Bug #3641 (Closed): want a histogram of compressed block sizes
- From Matt Ahrens's original bug report at Delphix. It describes our main use case, but the functionality could be mor...
-
10:45 PM Bug #3618 (Closed): ::zio dcmd does not show timestamp data
- ...
-
10:43 PM Bug #3640 (Closed): want automatic devid updates
- When a VM is cloned the devids on the underlying disks is usually changed by the virtualization software (VMware in o...
-
08:29 PM Bug #3639 (Closed): zpool.cache should skip over readonly pools
- Normally we don't list pools that are imported read-only in the cache file, however you can accidentally get one into...
-
06:54 PM Bug #3638 (Resolved): ld confuses files with group sections and files that should lazy load
- in process_groups we set FLG_IS_GROUPS on the input file. That's an input section flag with the value 0x200, 0x200 i...
-
06:48 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- So, what's happening is this:
We have several group sections describing .debug_macro:... -
04:55 PM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- John McClure wrote:
> Hi,
> Trying out oi_151a7 on an SGI MIS server - hit a problem right away - has an LSI Megara... -
04:35 PM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- Hi,
Trying out oi_151a7 on an SGI MIS server - hit a problem right away - has an LSI Megaraid SAS 2208 controller. C... -
04:40 PM Bug #3320: ZFS: kernel panic running "zfs diff" on oi_151a7
- I just tried this on my a7 and everything seems to work fine....
-
04:21 PM Bug #3633: kernel panic due to debugging a user-land software
- I modified your test program to run for 20 mins and in that time i did not see any panics.
Is this issue your facing... -
01:57 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- Denis Kozadaev wrote:
> There is a kernel panic due to NFS i/o processing.
> vmdump is available (probably, with de...
2013-03-20
-
01:40 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- This is the vnode that caused the panic (please note v_filocks):...
2013-03-19
-
09:50 PM Bug #3637 (New): Formatting issues in the ::help mblk
- There are few minor issues in the ::help mblk:
# The _addr_ is optional, so there should be _[ addr ]_ in synopsis... -
07:35 PM Bug #3636: parsing bugs in smbadm.c
- Correction! I was completely wrong about this. My password contained dollar signs, that is why it was not parsing c...
2013-03-18
-
09:01 PM Bug #3636 (New): parsing bugs in smbadm.c
- module smbadm.c
function smbadm_join_domain()
When a username and password is entered in the "username+password" ... -
01:03 PM Bug #3635 (Closed): kstat_queue(9F) should not mention kstat_create()
- This is in the kstat_queue(9F) man page:...
2013-03-17
-
10:56 PM Bug #3545 (Resolved): save-args matcher should accept saves may be out-of-order
- Resolved in 702941c
-
10:56 PM Bug #3544 (Resolved): save-args matcher could be considerably more robust
- Resolved in 702941c
-
10:19 AM Bug #3634 (New): kernel panic, bad mutex, similar to Bug #1873
- I have no ideas and comments why it was, just some info from mdb:
> ::panicinfo
cpu 0
... -
10:12 AM Bug #3633 (New): kernel panic due to debugging a user-land software
- I wrote a small program to catch packets from a network interface.
http://silversoft.net/~denis/pkt_catcher.c (compi...
2013-03-16
-
08:20 PM Bug #3632 (New): The NFSv4 DRC max size should be dynamic
- The current max DRC size for NFSv4 server is 8192 entries:...
-
07:56 PM Bug #3631 (New): mdb: NFS filesystems monitored by FEM are ignored
- NFS filesystems monitored by FEM are ignored by several mdb walkers and dcmds. Here is an example of three NFS mounte...
-
07:14 AM Feature #1023: nv_sata support for NVIDIA MCP61
- I have an ASROCK N68C-GS FX with NVIDIA® GeForce 7025 / nForce 630a (MCP61)
I also needed to _# update_drv -a -i "pc... -
02:42 AM Bug #3407 (Feedback): stmfadm(1M): extra dash for single char option '-s'
-
01:08 AM Bug #3620 (Resolved): Corruption of the `xprt-ready' queue in svc_xprt_qdelete()
- Resolved in 8cc2da6
2013-03-15
-
07:09 PM Bug #3630 (Closed): NFS server should not allocate oversized buffers
- From Sebastien Roy's bug report at Delphix:...
-
03:38 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- yes, of course
http://silversoft.net/~denis/vmdump.9
-
02:31 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- Could you please make the crash dump file available? Thanks.
-
02:15 PM Bug #3629 (Closed): NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- There is a kernel panic due to NFS i/o processing.
vmdump is available (probably, with debug info, unfortunately I d... -
05:56 AM Bug #3567 (Closed): dtrace print() doesn't play well with ::dtrace
- ...
2013-03-14
-
11:43 PM Bug #3449 (Closed): System panics after zfs rollback
-
10:32 PM Bug #3449: System panics after zfs rollback
- The fix for #2986 that introduced this issue was backed out from the illumos gate:...
-
10:36 PM Bug #2986: nfs: exi refcounter leak at rfs3_lookup
- The original fix for this bug was backed out:...
-
10:19 PM Bug #3627: ipnet taskq can outlive ipnet_stack_t (or netstack in general) and panic
- I'll have to look, but does ipnet_dispatch need to take a netstack that's been reference-held? Or does that cause mo...
-
09:18 PM Bug #3627: ipnet taskq can outlive ipnet_stack_t (or netstack in general) and panic
- http://www.mail-archive.com/clearview-dev@mail.opensolaris.org/msg00084.html
-
09:11 PM Bug #3627 (New): ipnet taskq can outlive ipnet_stack_t (or netstack in general) and panic
- An OI user hit a crash which looks like:...
-
09:57 PM Bug #3628 (New): rpcmod: enable lint warnings when possible
- We need to review the extensive list of disabled lint warnings for the rpcmod module, and where possible remove them:...
-
08:44 PM Bug #3623 (Resolved): kstat must accept partial stat specification
- Resolved in 617413d
-
07:07 AM Bug #3620 (Pending RTI): Corruption of the `xprt-ready' queue in svc_xprt_qdelete()
-
01:48 AM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- Dan McDonald wrote:
> I'm running diskomizer and other stress tests, now that I have an H310 in my lab. I've found ...
2013-03-13
-
08:54 PM Bug #3624: ixgbe with X540-T2 has been flooding syslog with messages
- So, as danmcd pointed out, this is because I have built my kernel with DEBUG.
That said, am I mistaken to think th... -
12:27 PM Bug #3621: ZFS LU stuck in the offlining state
- I made upgrade the OmniOS to bloody version.
pkg://omnios/storage/stmf@0.5.11,5.11-0.151005:20130311T155835Z
The pr... -
12:10 PM Bug #3626 (New): NULL pointer dereference while using lofs on a zfs mount in a zone
- Let me preface this report by saying this is my first week using an Illumos based distribution, and my first kernel b...
-
06:24 AM Bug #3625 (New): we only need one thread_create_intr
- We define thread_create_intr twice, once in disp/thread.c, once in disp/thread_intr.c
They're identical, except for ... -
02:51 AM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- ... actually. While sloppy relocations _will allow the link to complete_ (and are why it was previously completing),...
-
01:29 AM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- The problem is that the SHT_GROUP sections aren't named in such a manner as to trigger sloppy relocation processing, ...
-
01:24 AM Bug #3616 (In Progress): SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- This broke because I fixed gnu_comdat_sym() to actually work.
It was never doing the right thing in the first plac...
2013-03-12
-
11:29 PM Bug #3624 (New): ixgbe with X540-T2 has been flooding syslog with messages
- So, I have flow-control set to its default [0] in /kernel/drv/ixgbe.conf.
I'm getting literally thousands of messa... -
11:28 PM Bug #3623: kstat must accept partial stat specification
- Usage should be updated as well to show that all fields are optional:...
-
11:24 PM Bug #3623: kstat must accept partial stat specification
- the new kstat does this explicitly, for some reason...
-
11:08 PM Bug #3623 (Resolved): kstat must accept partial stat specification
- it seems that with the new rewrite kstat requires a tailing colon (:) to it's statistic path which was not the case p...
-
10:55 PM Bug #3622 (Closed): nfslogd(1M): Note about svc:/network/nfs/log is needed
- The svc:/network/nfs/log service was implemented by #2614, but the nfslogd(1M) man page was not updated to mention th...
-
06:19 PM Bug #3375 (Closed): /usr/lib/sysevent/syseventd dumps core
-
05:46 PM Bug #3375: /usr/lib/sysevent/syseventd dumps core
- This is a duplicate of #3517:...
-
05:01 PM Bug #3375: /usr/lib/sysevent/syseventd dumps core
- The core file is available here: http://telka.sk/illumos/3375/core.bz2
-
04:25 PM Bug #3375: /usr/lib/sysevent/syseventd dumps core
- Full output of pstack:
core '/core' of 1290: /usr/lib/sysevent/syseventd
----------------- lwp# 1 / thread# 1... -
08:55 AM Bug #3621 (Feedback): ZFS LU stuck in the offlining state
- Hi,
Houston, we have a problem - ZFS Logical Unit stuck in the offlining state with COMSTAR.
Mandatory condi... -
12:28 AM Bug #3606 (Closed): zpool status -x shouldn't warn about old on-disk format
- ...
2013-03-11
-
09:35 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Rich Lowe wrote:
> Well, steps to reproduce that involve me _installing a different distribution_ are always going to... -
08:23 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Looks like it's yet more fun with COMDAT
-
07:58 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Well, steps to reproduce that involve me _installing a different distribution_ are always going to get pushed way dow...
-
03:40 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- I'm not sure about all the other points, but here is the _successful_ gld build:...
-
07:48 PM Bug #3602 (Closed): mdb should tab complete global symbols
- ...
-
07:48 PM Bug #3604: zdb should print bpobjs more verbosely
- ...
-
07:47 PM Bug #3598 (Closed): want to dtrace when errors are generated in zfs
- ...
-
06:40 PM Bug #3620: Corruption of the `xprt-ready' queue in svc_xprt_qdelete()
- *Root Cause 1* (less likely)
The svc_xprt_qdelete() works on the `xprt-ready' queue and tries to clean some entrie... -
06:29 PM Bug #3620 (Resolved): Corruption of the `xprt-ready' queue in svc_xprt_qdelete()
- The `xprt-ready' queue in rpcmod could get corrupted by svc_xprt_qdelete(). This could lead to a situation when a req...
-
01:07 PM Bug #3619 (Resolved): cp -p clobbers permissions/ownership following symbolic links
- When using cp(1) with preserve option recursively, it calls chmod/chown also for symlinks, which affects on symlinks ...
2013-03-10
-
04:33 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Richard PALO wrote:
>
> please remind me how to override /usr/bin/ld for the gnu binutils linker gld
LD_ALTEXEC=<pa... -
06:45 AM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Rich Lowe wrote:
> It almost always helps in these cases if you attach (or otherwise make available) the exact input... -
06:14 AM Bug #3618 (Closed): ::zio dcmd does not show timestamp data
- Include the time since a zio was started in the ::zio dcmd output.
2013-03-09
-
08:51 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- It almost always helps in these cases if you attach (or otherwise make available) the exact input objects being given...
-
04:27 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- BTW, I note in opengrok that I can find the DWARF files for '.debug_aranges' but not for '.debug_macro'... perhaps i...
-
03:56 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- here is verbose output with the default configuration here:...
-
03:45 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- Aakash Saini wrote:
> try linking with libgcov.a:
> gcc -ggdb3 -fprofile-arcs -ftest-coverage -Wl,-b -Wl,-m tmp.c -... -
02:51 PM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- try linking with libgcov.a:
gcc -ggdb3 -fprofile-arcs -ftest-coverage -Wl,-b -Wl,-m tmp.c -lgcov
-
09:43 AM Bug #3616: SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- linker error. something wrong in stack!
need to verify with mapfile: -M <map.filename>
(map file exists under: /usr/... -
05:33 AM Bug #3616 (Resolved): SHF_GROUP sections should not be discarded via other COMDAT mechanisms
- came across this with pkgsrc trying to build nettle-2.4, but am able to easily reproduce outside of pkgsrc (for examp...
-
07:41 PM Bug #3576 (Closed): installer/zpool and EFI labled devices on root pools
- Closing as not-a-bug.
-
04:11 PM Bug #3576: installer/zpool and EFI labled devices on root pools
- This bug should be closed. The problem was my oversite:
zpool attach -f rpool c4t5001517972EE63FBd0s0 c4t50015179... -
06:18 PM Bug #3617 (Closed): ipf.conf requires a comment on the first line to work
- As subject. This behaviour is counter-intuitive as people often nuke a file and spew rules into it. Hit it myself, an...
-
09:29 AM Bug #3613 (Feedback): Exception AE_NOT_FOUND during execution of method [\\_SB_.PCI0.RTC_._CRS]
- you BIOS ACPI/CA table entry is corrupt. (english: *bios is buggy*).
-
06:04 AM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- That's great news! I think that I'll wait until the final product is ready. Thank you for the update and for your har...
2013-03-07
-
01:57 AM Bug #3517 (Closed): importing pool with autoreplace=on and "hole" vdevs crashes syseventd
- ...
-
01:56 AM Bug #3604 (Closed): zdb should print bpobjs more verbosely
- ...
-
01:56 AM Bug #3603 (Closed): panic from bpobj_enqueue_subobj()
- ...
2013-03-06
-
09:36 PM Bug #3544: save-args matcher could be considerably more robust
- It turns out to be much more aesthetically pleasing to use libdisasm itself, rather than the common code underlying i...
-
03:43 PM Bug #3614: The 'offline' and 'sparse' extended system attributes should be documented in man pages
- Both 'offline' and 'sparse' should be added to the chmod(1) man page too.
-
03:13 PM Bug #3614 (Closed): The 'offline' and 'sparse' extended system attributes should be documented in man pages
- The 'offline' and 'sparse' extended system attributes should be documented in the ls(1) man page:...
-
03:33 PM Bug #3615 (Closed): chmod: Parser for extended system attributes does not accept '}'
- This works:...
-
03:29 PM Bug #3615 (Closed): chmod: Parser for extended system attributes does not accept '}'
- ...
-
09:27 AM Bug #3613 (Feedback): Exception AE_NOT_FOUND during execution of method [\\_SB_.PCI0.RTC_._CRS]
- I've noticed this before, but am taking the time to note it here given the recent work in this area...
after a fre... -
07:31 AM Bug #3571: aclinherit=passthrough and directory trees
- Had a chance to onu to a recent illumos gate, so I thought I'd try 'aclmode=restricted'.
Seems to have done the tric... -
07:12 AM Bug #3612 (Closed): futimens(2)/utimensat(2): Missing man pages
- We need man pages for futimens(2) and utimensat(2).
2013-03-05
-
04:16 PM Bug #443: auditset SMF not able to start in non-global zones
- Albert Lee wrote:
> This is a clone of #254 in case illumos goes with a different solution.
Really been a while sinc... -
12:01 PM Bug #3608 (New): No need to protect a write to p_qoverflow in svc_xprt_qput() using p_qend_lock
- Here:...
-
09:04 AM Bug #3607 (Closed): share_nfs(1M): tag in the log option is optional
- log=tag should be changed to log[=tag] here:...
-
06:54 AM Feature #3601: Request: New zpool property "protected=on|off"
- what about the datasets that are created within the pool ?
Is the intention here to prevent them from being acted up...
2013-03-04
-
09:51 PM Bug #3530 (Resolved): ::smbsess prints wrong IP addresses in verbose mode, has no idea about IPv6
- Resolved in 41610d1
2013-03-03
-
03:41 AM Bug #3551 (Resolved): hvm_sd module missing dependencies on scsi and cmlb
- ...
-
12:20 AM Bug #1857: "No SOF interrupts have been received..USB UHCI is unusable" under KVM
- Same problem on xen (no wonder as it uses qemu for the hvm stuff). I'll try what Rich proposed in [1].
2013-03-02
-
10:53 PM Bug #3361 (Closed): ipadm needs a man page
- Resolved in #815.
-
10:49 PM Bug #3534 (Resolved): Disable EEE support in igb for I350
- Resolved in:...
-
10:43 PM Bug #3563: pgrep(1) -x description could be clearer
- Remember that you need -f to match full command line, not just executable name, but it still looks like the documenta...
-
10:14 PM Bug #1380 (Closed): Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- Resolved by backing out #534.
-
07:18 PM Bug #1380: Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- Yes!
-
05:53 AM Bug #1380 (Feedback): Xen DomU crashes in vfs_mountroot after image-update to /dev-il
- #534 was backed out, should this issue be closed?
-
07:30 PM Bug #3606 (Closed): zpool status -x shouldn't warn about old on-disk format
- This was reported and fixed in ZoL:...
-
04:56 PM Bug #3605 (In Progress): Xen HVM hangs during boot if apix is enabled
- Xen HVM hangs during boot on Citrix XenServer 6.1 (probably older versions have the same problem) if apix is enabled....
-
06:00 AM Bug #614: catman should execute nawk
- Reginald Beardsley wrote:
> Why not just use "The One True Awk"?
>
> http://www.cs.princeton.edu/~bwk/btl.mirror... -
05:56 AM Bug #1022 (Closed): ipadm can't set broadcast property
-
12:10 AM Bug #3584 (Closed): DTrace sdt probes for ZFS txg states
- ...
-
12:10 AM Bug #3582 (Closed): zfs_delay() should support a variable resolution
- ...
2013-03-01
-
11:32 PM Bug #3604 (Closed): zdb should print bpobjs more verbosely
- Information about subobjs should be included.
-
11:29 PM Bug #3603 (Closed): panic from bpobj_enqueue_subobj()
- From Matt Ahrens's original bug report and analysis:...
-
11:21 PM Bug #3602 (Closed): mdb should tab complete global symbols
- What the title says.
-
10:38 PM Bug #3599: dtrace_dynvar tail calls can blow stack
- For access to the dump, you want 'trentster', in #smartos.
The script they were using when they hit this was a bit... -
10:18 PM Bug #3599: dtrace_dynvar tail calls can blow stack
- Ugh -- sorry about that. And yes, very very unlucky. I would like to take a look at the dump, if possible -- not be...
-
04:10 AM Bug #3599 (Closed): dtrace_dynvar tail calls can blow stack
- The implementation of dtrace_dynvar() assumes that the compiler will eliminate tail calls...
-
05:14 PM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- Gabe Marchan wrote:
> Is there any update on this by any chance?
I'm running diskomizer and other stress tests, n... -
04:51 PM Feature #3500: Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)
- Is there any update on this by any chance? I have an RS2CW080 running on a 1st Gen i7 ASUS board without issues on Op...
-
02:49 PM Feature #3601 (New): Request: New zpool property "protected=on|off"
- In the opensolaris mailing list I have discussed a new "feature" for zfs. Here now the feature request for a "pool pr...
-
12:30 PM Bug #3600 (In Progress): edit(1) is a bad .so reference
- I'll take it.
-
06:32 AM Bug #3600 (Resolved): edit(1) is a bad .so reference
- edit(1) tries to so man1has/edit.1 It should be edit.1has.
Even when it is, though, it doesn't work, because seem...
2013-02-28
-
09:43 PM Bug #3598 (Closed): want to dtrace when errors are generated in zfs
- From Matt Ahrens's original bug report at Delphix:...
-
09:04 PM Bug #815 (Closed): Need ipadm(1M) manual page
- ...
-
08:49 PM Bug #3464 (Closed): zfs synctask code needs restructuring
- ...
-
08:39 PM Bug #3572: Openindiana fails to boot
- Will update review this weekend.
-
07:38 PM Bug #3426 (Resolved): assertion failed: irq < 16 on VMware hardware version 9 (apix related)
- ...
-
04:08 PM Bug #3597 (New): dtrace probe lookup ignores provider, asserts on conflict
- Reproduce:
Download the example code. Compile using ./dtest.sh
In one window: ./dtest
In another: dtrace -64 ...
2013-02-27
-
11:38 AM Bug #3572: Openindiana fails to boot
- I agree with you that this is a BIOS problem.
On the other hand 64 bit versions of Ubuntu 12.10, FreeBSD 9.1 and W...
2013-02-26
-
07:57 PM Bug #3572: Openindiana fails to boot
- corrections: i just realized that multibus might confuse things; its multiple PCI bus what i mean.
this also relate... -
06:25 PM Bug #3572: Openindiana fails to boot
- > I confirm that when the line
> set pci_autoconfig:tbl_init = 0x1
>
> is added to /etc/system, OpenIndiana boots... -
05:44 AM Bug #3581 (Closed): spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is piping hot
- ...
-
05:43 AM Bug #3588 (Closed): provide zfs properties for logical (uncompressed) space used and referenced
- ...
-
03:34 AM Bug #3593: CIFS crash windows 8 client while editing security on a share
- Hello Rich,
Sorry I should have been more specific, I've put more time to test this one.
So basically what happ... -
01:59 AM Bug #3543 (Closed): Feature flags causes assertion in spa.c to miss certain cases
- ...
2013-02-25
-
03:24 PM Feature #3596: RFE: SMF "svcadm restart-or-clear-or-start" action
- Also, "svcadm" could be more informative in its "classic" actions; for example, an "svcadm restart" or "svcadm enable...
-
03:03 PM Feature #3596 (New): RFE: SMF "svcadm restart-or-clear-or-start" action
- http://openindiana.org/pipermail/openindiana-discuss/2013-February/011749.html
While setting up and maintaining sy... -
03:00 PM Bug #3595 (Closed): Mac OS X clients have problems copying files with Finder
- The server that I am having trouble with is running a stable OmniOS build:
uname -a
SunOS lfdisk 5.11 omnios-33fd... -
02:48 PM Bug #3572: Openindiana fails to boot
- I confirm that when the line
set pci_autoconfig:tbl_init = 0x1
is added to /etc/system, OpenIndiana boots norma... -
11:39 AM Bug #3593: CIFS crash windows 8 client while editing security on a share
- Can you please provide more details?
When you say "add a user on the server", do you mean with e.g. useradd, or ch... -
09:39 AM Bug #3449: System panics after zfs rollback
- Hi,
Is this patch included in a binary release ? or is there an plan to when it will be introduced ? -
06:36 AM Bug #3580: Want zvols to return volblocksize when queried for physical block size
- I'm not sure this is a good idea. If you need to adjust the blocksize reported, change the blocksize of your COMSTAR ...
2013-02-24
-
06:07 PM Bug #3572: Openindiana fails to boot
- (file:4) FACP-1 shows invalid checksum. You need to talk to fujitsu for ACPI bug.
The bug applies both 32bit/64bit o... -
02:39 PM Bug #3572: Openindiana fails to boot
- > There is some progress.
> [0]> ::bp pci_autoconfig`find_bus_res
> [0]> :c
> [0]> pci_autoconfig`tbl_init/X
>
> o: ... -
02:39 PM Bug #3489: panic in smbsrv:smb_mbc_vdecodef
- I had another crash. I figured my stuff out better and realized I uploaded two of the same crash files. Sorry. Cra...
-
02:15 PM Bug #30: Need iconv
- I wrote similar code the last 2 days :( :( :( Redmine dont even send me the new comments...
http://cr.illumos.org/... -
01:36 AM Bug #30: Need iconv
- There's some reasonably complete (and somewhat tested) code here:
http://yalms.org/cr/illumos-30/
Reviewers rec... -
01:57 AM Bug #3594 (New): Accessing a password protected CIFS share from an android device always fail
- There are many Android app that support SMB, however none on theses work with either OI or OmniOS.
They work fine ... -
01:55 AM Bug #3593 (New): CIFS crash windows 8 client while editing security on a share
- On both OI and OmniOS, when editing security on a CIFS share on Windows 8 as root, adding a new user local to the ser...
2013-02-23
-
11:00 PM Bug #3572: Openindiana fails to boot
- There is some progress.
[0]> ::bp pci_autoconfig`find_bus_res
[0]> :c
[0]> pci_autoconfig`tbl_init/X
o: pci_a... -
08:13 PM Bug #30: Need iconv
- I think that the code Gordon attached, above, may not be his most up-to-date code. He has some code that I'd actuall...
-
02:44 PM Bug #30: Need iconv
- Working on it.
Also available in: Atom