Activity
From 2016-02-24 to 2016-03-24
2016-03-24
-
10:41 PM Feature #6684 (Closed): Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection
- "git commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200":https://github.com/illumos/illumos-gate/commit/797f979d1fe26bfb...
-
08:24 PM Bug #1777: byteswap.h and endian.h could be provided
- Note, I filed 6790 to cover the fuller set of endian interfaces, but have not addressed the issue of a byteorder.h he...
-
08:22 PM Feature #6790 (Closed): want suite of endian(3C) functions
- Quite a lot of software leverages endian.h and a series of related functions for endian conversations beyond the trad...
-
07:19 PM Bug #6788: no manual for zone_list(2) syscall
- It's time to create a public API to manipulate zones programmatically, don't you think so?
like jail(2) in FreeBSD
... -
05:12 PM Bug #6788: no manual for zone_list(2) syscall
- That's because those system calls are not public interfaces and are a private implementation detail of the system.
-
02:32 PM Bug #6788 (New): no manual for zone_list(2) syscall
- a quote from zoneadm.c:601
/*
* fetch_zents() calls zone_list(2) to find out how many zones are running
* (which... -
05:14 PM Feature #6789 (Closed): Want SMAP support
- Add support for the x86 supervisor mode access protection (SMAP) feature in newer x86 chips.
-
03:25 PM Bug #1906: pkcs11_tpm will hang indefinitely if localhost:30003 is reachable
- This is the first mention of a "quota process". I'm not sure what you're talking about.
-
03:55 AM Bug #1906: pkcs11_tpm will hang indefinitely if localhost:30003 is reachable
- Dan McDonald wrote:
> A summary:
>
> The reason Illumos 1906 is a problem is because an illumos-gate library (pkc... -
03:09 PM Bug #6785: nfs4_attr_cache deadlock
- Resultant problem: The nfs4_ephemeral_harvester thread is sticking as well due to the deadlock. After a while, we hav...
-
02:44 PM Bug #6785: nfs4_attr_cache deadlock
- The same bug happened on another machine:...
-
08:51 AM Bug #6785: nfs4_attr_cache deadlock
- Marcel Telka wrote:
> Would you mind sharing the crash dump file? Thanks.
Sorry, I can't share the whole crashdu... -
02:25 PM Bug #6725: PCI(-X) Express Fatal Error (0x40)
- Ok, guys, it was a pure hardware error in the storage system
when lsi controller lost all disks, this controller is ... -
02:39 AM Feature #6686 (Closed): import missing ipf manual pages
- "git commit 23db4d6f668fd45f22b6b1fb668988cdf671a67b":https://github.com/illumos/illumos-gate/commit/23db4d6f668fd45f...
2016-03-23
-
11:36 PM Bug #4242 (Closed): file rename event fires before the rename happens
- "git commit 54207fd2e1e7ed01d0416da8cf296dbef920fbfc":https://github.com/illumos/illumos-gate/commit/54207fd2e1e7ed01...
-
09:15 PM Bug #4242: file rename event fires before the rename happens
- The VE_PRE_RENAME_* events fire before the rename operation and are primarily used for specialized applications, such...
-
07:15 PM Bug #6787 (New): hsfs asserts instead of handling getpage beyond EOF
- lofi likes to ask the underlaying fs for data in 8kB chunks (@MAXBSIZE@). If a file is 12kB long, lofi will try to r...
-
06:37 PM Bug #6786 (New): `zpool create` never calls sa_fini()
- @zpool create@ has a minor memory leak. If invoked with @sharenfs@ (and like @sharesmb@) option, it will end up call...
-
06:35 PM Bug #6680 (Closed): SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addresses
- "git commit 257b568661af68ce9df60ea121105e7709216a53":https://github.com/illumos/illumos-gate/commit/257b568661af68ce...
-
05:03 PM Bug #6785: nfs4_attr_cache deadlock
- Would you mind sharing the crash dump file? Thanks.
-
04:30 PM Bug #6785 (Closed): nfs4_attr_cache deadlock
- It looks like we've encountered a deadlock between nfs4_inactive_thread and setattr....
-
03:37 PM Bug #6769 (Closed): bop_printf internal buffer is too small
- "git commit 28614c54e31c80fa6afc3ca7035a9eaa79fbaa63":https://github.com/illumos/illumos-gate/commit/28614c54e31c80fa...
-
03:13 PM Bug #6783 (Closed): ddi_fm_service_impact has wrong synopsis
- The synopsis in the manual page for ddi_fm_service_impact is incorrect. It doesn't take an int pointer, but an int.
-
02:11 PM Bug #6685 (Closed): avl_destroy_nodes(3AVL) shows period before parens in function name
- "git commit beafa768453a3d6612999e6600813da2f0cb7d64":https://github.com/illumos/illumos-gate/commit/beafa768453a3d66...
-
02:11 PM Bug #6687 (Closed): icmp(7P) and icmp6(7P) should mention that you need PRIV_NET_ICMPACCESS
- "git commit 7be29260103110981d73ce525891934e1cdf4374":https://github.com/illumos/illumos-gate/commit/7be2926010311098...
-
02:11 PM Bug #6688 (Closed): Exorcise the man pages of "deamons"
- "git commit 0d1065f422065c77549b9c5a2b5bbdee46bb19d7":https://github.com/illumos/illumos-gate/commit/0d1065f422065c77...
2016-03-22
-
05:48 PM Feature #4057 (In Progress): Add sfxge support
- I've got a new version of this driver that includes support for the latest version of their chips based on the SFC 90...
-
05:25 PM Bug #6782 (Closed): head can't handle embedded nul characters
- as indicated on illumos@
'head -c 1 /dev/zero |wc -c' just hangs while 'sh -c 'head -c 1 /dev/zero|wc -c' correctly ... -
04:41 PM Bug #6756: sh (and ksh) have issues with ${1+"$@"}
- I can confirm that a more ast-ksh, the following being in pkgsrc,
> version sh (AT&T Research) 93u+ 2012-0... -
09:26 AM Bug #6781 (Closed): zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices
- cache
A device used to cache storage pool data. A cache device cannot
be cannot be configured as a mirror or raidz ... -
09:25 AM Feature #6780 (New): zfs(8) temporary mount point properties should include mountpoint
- From "the manual page for zfs(8) in FreeBSD 10.2":https://www.freebsd.org/cgi/man.cgi?query=zfs&sektion=8&manpath=Fre...
2016-03-21
-
06:42 PM Bug #4156 (Closed): prtconf - illumos or more generic branding to replace "Oracle Corporation"
- "git commit e41d648bc8b227d5ffb1101707472d2a2eb66c2b":https://github.com/illumos/illumos-gate/commit/e41d648bc8b227d5...
-
06:42 PM Bug #6768 (Closed): dboot_elfload64 add debug message about BSS
- "git commit d43bd0bebdba92e6469a190f259d5cc8daf4f0ea":https://github.com/illumos/illumos-gate/commit/d43bd0bebdba92e6...
-
06:31 PM Bug #6779 (Closed): kernel panic in zfs_readdir shortly after mount
- I've got two similar crashes from two different systems. I looked at #5833 and #6510 but it appears to different from...
-
06:17 PM Bug #5833: kernel crash on zfs import (mount)
- This occured for me, and after some diggint, it appears that the zap_phys_t (which I'm guessing is read off-disk?) is...
-
05:21 PM Bug #6747 (Closed): xdr_READDIR4res() bypass the XDR mblk API
- "git commit 5dde82e7956bd330e7bee953344937998249feb2":https://github.com/illumos/illumos-gate/commit/5dde82e7956bd330...
-
05:03 PM Bug #6747: xdr_READDIR4res() bypass the XDR mblk API
- *The Fix*
The fix introduces new xdrmblk_putmblk_raw() function as part of the (undocumented and private) xdrmblk ... -
01:45 PM Bug #6771: end-of-loop code not reached in common/dnssd_clientstub.c
- Adding a line to Makefile.com proved be the simplest change. I'll also test this change on x86, just to ensure that ...
-
08:19 AM Bug #6778 (New): elfedit on a gnu-ld linked library causes wrong rpath
- While building Thundebird and Lightning, I had to elfedit two internal libs with a correct final rpath.
The build sy...
2016-03-20
-
04:58 PM Bug #6770: nfsauth_retrieve() flood caused by NFS clients with personal identity problems
- Thanks to Sebastien Roy for the initial report and problem analysis.
The problem was initially introduced by #5296. -
01:44 PM Bug #6770 (Closed): nfsauth_retrieve() flood caused by NFS clients with personal identity problems
- Some NFS clients have problems with their personal identity over AUTH_SYS. We encountered cases when VMware ESXi sen...
-
04:47 PM Bug #6771: end-of-loop code not reached in common/dnssd_clientstub.c
- Gary Mills wrote:
> This build was done on SPARC, but that shouldn't have made any difference in this case. I suspe... -
03:56 PM Bug #6771: end-of-loop code not reached in common/dnssd_clientstub.c
- This build was done on SPARC, but that shouldn't have made any difference in this case. I suspect the compiler. It ...
-
02:48 PM Bug #6771: end-of-loop code not reached in common/dnssd_clientstub.c
- Gary Mills wrote:
> A build with Studio as the shadow compiler produced this error:
>
> [...]
>
> Here's the c... -
01:52 PM Bug #6771 (Closed): end-of-loop code not reached in common/dnssd_clientstub.c
- A build with Studio as the shadow compiler produced this error:...
-
11:05 AM Bug #6769 (Closed): bop_printf internal buffer is too small
- uts/i86pc/os/fakebop.c is using internal buffer to support bop_printf():
#define BUFFERSIZE 256
stati... -
10:58 AM Bug #6768 (Closed): dboot_elfload64 add debug message about BSS
- uts/i86pc/dboot/dboot_elfload.c does report about code and data section relocation but is silent about zeroing BSS
-
10:05 AM Bug #6747 (Pending RTI): xdr_READDIR4res() bypass the XDR mblk API
2016-03-19
-
08:42 PM Bug #6765 (Closed): zfs_zaccess_delete() comments do not accurately reflect delete permissions for ACLs
- (by Kevin)
Per this chart from usr/src/uts/common/fs/zfs/zfs_acl.c... -
08:40 PM Bug #6764 (Closed): zfs issues with inheritance flags during chmod(2) with aclmode=passthrough
- (by Marcel Telka)
The zfs(1m) man page says this about aclmode=passthrough:... -
08:37 PM Bug #6763 (Closed): aclinherit=restricted masks inherited permissions by group perms (groupmask)
- (by Albert)
According to zfs(1M) description of the aclinherit property: "The property value restricted (the defau... -
08:32 PM Bug #6762 (Closed): POSIX write should imply DELETE_CHILD on directories - and some additional considerations
- - POSIX write should imply DELETE_CHILD on directories
- ACE_DELETE_CHILD should also allow for delete providing ACE... -
04:40 PM Bug #4520: zfstest: zfs_acl_chmod_inherit_003_pos failed
- Thanks, Marcel. But we don't even get that far to test 'passthrough'. Current result shows a real problem with 'noall...
-
03:55 PM Bug #6761 (Closed): fcinfo hba-port doesn't get correct supported speeds and connection speed for 16Gb target ports
- In target mode, 16G speeds are not show correctly:
... -
01:25 PM Feature #6760 (Closed): cpqary3: add support for more hp gen9 smart array controllers
- Apparently we're missing a few PCI IDs in the cpqary3 driver that can be easily supported according to the Linux and ...
-
12:52 PM Bug #6623 (In Progress): iostat -exrn has missing comma (field separator) in header
-
10:52 AM Bug #6758 (Closed): minor fixes in net80211
- I found a bunch of minor issues in net80211 that need fixing:
* misplaced ARGSUSED in ieee80211_classify()
* format... -
10:27 AM Feature #6757 (Closed): want AMRR support in net80211
- Some of our wifi drivers currently use duplicated private interfaces for AMRR (adaptive multi-rate retry). For iwn I ...
-
08:47 AM Bug #6756 (Closed): sh (and ksh) have issues with ${1+"$@"}
- as noticed during libtool gnulib testing, sh and ksh have issues with a particular construct as
discussed in proble... -
08:21 AM Bug #6755 (New): join -v 2 - <file> has seek errors on pipe input
- as noticed in libtool bootstrap, native join has issues with providing unpairable lines on piped input.
gnu join d... -
12:38 AM Bug #6580 (In Progress): zfs-tests use undefined variable WRAPPER
2016-03-18
-
08:37 PM Bug #6754 (Closed): zfs-tests: get_substr() function is redundant
- ACL test cases should simply use ${string:start:len}.
2016-03-17
-
03:34 PM Bug #4935 (Closed): sharectl(1m): Missing documentation for delsect subcommand
- "git commit aa83d55962a262cb794a1c25165fc467d78f6914":https://github.com/illumos/illumos-gate/commit/aa83d55962a262cb...
-
03:34 PM Bug #6692 (Closed): incorrect error message when trying to delete a section using sharectl(1M)
- "git commit f4525cdb366a3fb21a12f42bedd55ecca098e7c4":https://github.com/illumos/illumos-gate/commit/f4525cdb366a3fb2...
-
09:03 AM Bug #6753 (Closed): remove acpi_fw.h
- The usr/src/uts/i86pc/os/acpi_fw.h is dedicated header file for fakebop.c and lgrpplat.c defining instances of acpi t...
2016-03-16
-
07:00 PM Bug #3721 (Closed): sys/ctype.h should pragma inline isxdigit
-
07:00 PM Bug #3721: sys/ctype.h should pragma inline isxdigit
- Fixed here:
commit 6b1aed11aada50610fd9f5a9e033c24ca7ee5f0c
Author: Richard PALO <richard@NetBSD.org>
Date: Sa... -
06:12 PM Bug #3721: sys/ctype.h should pragma inline isxdigit
- The typographical error seems to have been corrected.
This bug can be closed.
-
05:00 PM Bug #6716 (Closed): eliminate remaining unused filesystems from GRUB
- "git commit 621be8d08fd45483b5ca1cb8e2e88239f1502b4d":https://github.com/illumos/illumos-gate/commit/621be8d08fd45483...
-
05:00 PM Bug #6593 (Closed): want LBA48 support in grub
- "git commit 9890706ed36aa6bfca8ad283fbe4dac12ecd692b":https://github.com/illumos/illumos-gate/commit/9890706ed36aa6bf...
-
02:11 PM Bug #6752 (Closed): E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build
- In a build on SPARC hardware, I got these four lint warnings in mail_msg:...
2016-03-15
-
01:41 PM Bug #4467 (In Progress): kadmind: segfault in acquire_accept_cred+0x140()
- Review: https://reviews.csiden.org/r/192/
-
11:29 AM Bug #6751 (Rejected): std::isalpha(foo, std::locale::classic()) depends on current locale
-
10:43 AM Bug #6751: std::isalpha(foo, std::locale::classic()) depends on current locale
- Apparently the same as https://www.illumos.org/issues/4173 (I failed to find that with search somehow)
-
08:56 AM Bug #6751 (Rejected): std::isalpha(foo, std::locale::classic()) depends on current locale
- std::locale::classic() is apparently supposed to always use the "C" locale, but it appears not to be the case:
<pr... -
03:44 AM Bug #1357 (Rejected): `hg pbchk' shouldn't whine about trailing whitespaces
- Actually, it should, redmine issue synopsis should be "fixed" instead.
-
02:19 AM Bug #5227 (Closed): space should be automatically included in 'print' class by localedef
- "git commit 5a4ef21a18dfdc65328821a265582d03e85a97c9":https://github.com/illumos/illumos-gate/commit/5a4ef21a18dfdc65...
2016-03-14
-
07:11 PM Bug #6436 (Closed): 156 lint errors in common/crypto/edonr/edonr.c
- "git commit 8b2aab4fb2ee21a9076eb25068178246a12470b7":https://github.com/illumos/illumos-gate/commit/8b2aab4fb2ee21a9...
-
07:11 PM Bug #6745 (Closed): Swapped bytes in rpc_cots_connections port kstat
- "git commit c16316e19fd89a1ebd17d6934bc47af7a11ff924":https://github.com/illumos/illumos-gate/commit/c16316e19fd89a1e...
-
07:06 PM Feature #6749 (New): need an smbfs(4) man page
- smbfs properties are already described in nsmbrc(4), need an smbfs(4) man page (probably linking to nsmbrc(4)) and de...
-
06:40 PM Bug #6692 (In Progress): incorrect error message when trying to delete a section using sharectl(1M)
-
06:39 PM Bug #4935 (In Progress): sharectl(1m): Missing documentation for delsect subcommand
-
03:18 PM Bug #1657: CIFS server: frequent <sharename> share not found
- Someone should submit a change to make that cmn_err call at level DEBUG instead.
That way, one would only see these ... -
12:18 PM Bug #1657: CIFS server: frequent <sharename> share not found
- Gordon Ross wrote:
> This is a Windows bug. The message is harmless.
>
> We could entertain an issue to quiet th... -
01:13 PM Bug #6748 (New): mount_nfs(1M): part of the description seems to be missing the context
- The following part of the DESCRIPTION section seems to be missing the context of *WHAT* it does describe:...
2016-03-13
-
09:15 PM Bug #6747: xdr_READDIR4res() bypass the XDR mblk API
- With the fix:...
-
09:13 PM Bug #6747 (Closed): xdr_READDIR4res() bypass the XDR mblk API
- The xdrmblk_putmblk_rd() called from xdr_READDIR4res() is not a part of the XDR mblk API, but it still touches the in...
-
07:17 PM Bug #2902 (Pending RTI): iscsit should fold the case of scsi names that we get from initiators
-
07:16 PM Bug #6745 (Pending RTI): Swapped bytes in rpc_cots_connections port kstat
- With the fix:...
-
06:34 PM Feature #5857 (Closed): lofiadm should ask passphrase once if the crypto is already set up
- "git commit a1b1a2a0aac3d3c0533efa646a9d7a7dca91fc7c":https://github.com/illumos/illumos-gate/commit/a1b1a2a0aac3d3c0...
-
05:40 PM Bug #6735 (Closed): pfp should allocate appropriate space for sockaddr
- "git commit 3b4315d3f6ce29d16d3f8e2c62b2f9c24192c3a8":https://github.com/illumos/illumos-gate/commit/3b4315d3f6ce29d1...
-
04:21 PM Bug #6734 (Closed): dtrace_canstore_statvar() fails for some valid static variables
- "git commit d65f2bb4e50559c6c375a2aa9f728cbc34379015":https://github.com/illumos/illumos-gate/commit/d65f2bb4e50559c6...
-
03:52 PM Bug #4156 (In Progress): prtconf - illumos or more generic branding to replace "Oracle Corporation"
- changed fall back text in prtconf, implemented interface to extract vendor from smbios.
2016-03-12
-
09:38 AM Bug #6746 (In Progress): startup_bios_disk() should not be built for xpv
-
09:30 AM Bug #6746 (Closed): startup_bios_disk() should not be built for xpv
- uts/i86pc/os/biosdisk.c implements startup_bios_disk() function which is only used if platform is not xpv:
see htt... -
08:56 AM Bug #6745 (Closed): Swapped bytes in rpc_cots_connections port kstat
- ...
2016-03-11
-
11:48 PM Bug #6732 (Closed): epoll fails to wake when fd added
- "git commit bf75909a55b2efbe96ab2fe820866fc77fab58c9":https://github.com/illumos/illumos-gate/commit/bf75909a55b2efbe...
-
09:29 PM Bug #6681 (Closed): zfs list burning lots of time in dodefault() via dsl_prop_*
- "git commit d09e4475f635b6f66ee68d8c17a32bba7be17c96":https://github.com/illumos/illumos-gate/commit/d09e4475f635b6f6...
-
11:30 AM Bug #6743 (Rejected): sshd log is noisy after 6440
- Doesn't affect anything, but shouldn't be logged, probably need to redirect the ssh-keygen where it belongs (eg, /dev...
2016-03-10
-
09:41 PM Bug #6682 (Closed): stop elfdump from weaving a web of SI_DTRACE lies
- "git commit 6a37fc30652374065d6e4ab52366c499e5a34b66":https://github.com/illumos/illumos-gate/commit/6a37fc3065237406...
-
08:05 PM Bug #2169 (Closed): arpa/nameser_compat.h: wrong macros
- "git commit 5566946ddee5d74cd7ce592465b954f7d90f62f7":https://github.com/illumos/illumos-gate/commit/5566946ddee5d74c...
-
04:41 PM Bug #6742 (Closed): Freed and reused idm_conn_t buffer leads to system panic.
- Upstreamed from illumos-nexenta, the subject pretty much summarizes the problem. One part of the #6740 fix actually ...
-
04:21 PM Feature #5857: lofiadm should ask passphrase once if the crypto is already set up
-
03:59 PM Bug #6683 (Closed): Filtering on 'rarp' with snoop(1M) is broken
- "git commit 573f02443902adab48a475194c301e0266998115":https://github.com/illumos/illumos-gate/commit/573f02443902adab...
-
03:11 PM Bug #6741 (New): CIFS ignores TCP buffers settings after a few hours
- I am using adapters that require my TCP send and receive buffers to be set to a value different from the defaults. T...
-
02:30 PM Bug #2902 (In Progress): iscsit should fold the case of scsi names that we get from initiators
-
01:50 AM Bug #6740: ISCSI_OP_SCSI_RSP needs support
- illumos-nexenta already fixes this. Here's URL for the fix: https://github.com/Nexenta/illumos-nexenta/commit/f0140...
-
01:49 AM Bug #6740 (Closed): ISCSI_OP_SCSI_RSP needs support
- An OmniOS customer sent me a kernel panic in IDM. What follows is my stream-of-consciousness debugging session.
<... -
12:51 AM Bug #6739 (Closed): userland version of cv_timedwait_hires() always assumes absolute time
- While running ztest I noticed a deadlock when calling cv_timedwait_hires().
The call was being performed in a while... -
12:40 AM Bug #6738 (Closed): zfs send stream padding needs documentation
- Add a comment explaining why we add padding to ensure 8-byte alignment of certain things in the send stream.
-
12:31 AM Bug #6737 (Closed): pbchk checks unmodified files
- pbchk attempts to detect which files have changed so that it can tell us which files to update copyright for. This en...
-
12:19 AM Bug #6736 (Closed): ZFS per-vdev ZAPs
- vdevs currently have a packed nvlist for config stored in their on-disk labels. Instead of adding to this every time ...
2016-03-09
-
11:29 PM Bug #5273: Incremental zfs send unmounts underlying snapshots, causing application which opens files from the snapshots to return I/O error.
- In this use case, the unmounting is not really necessary. The issue here is:
* "zfs send -I" (and "zfs send -R") ... -
09:11 PM Bug #6370 (Closed): ZFS send fails to transmit some holes
- "git commit 286ef71398fb54b1d5007d6f45aa4320a9e0ede2":https://github.com/illumos/illumos-gate/commit/286ef71398fb54b1...
-
09:07 PM Feature #6581 (Closed): cmd/format should be able label virtio BLKDEV drives
- "git commit 2f15e7adf5d6f13b15dfa8f3900a07804cadd86c":https://github.com/illumos/illumos-gate/commit/2f15e7adf5d6f13b...
-
09:07 PM Bug #6691 (Closed): V490 and V890 symlinks missing on SPARC build
- "git commit e2e882f7e139a951a52c7f4b5af447c3e6e68398":https://github.com/illumos/illumos-gate/commit/e2e882f7e139a951...
-
09:07 PM Bug #6727 (Closed): lofiadm: remove "o:" from getopt argument
- "git commit 4549a1bd3fb75b70dd34ba46715014effe21dc07":https://github.com/illumos/illumos-gate/commit/4549a1bd3fb75b70...
-
06:56 PM Bug #6735 (Closed): pfp should allocate appropriate space for sockaddr
- The pf packet socket module needs to be a bit more explicit in the sockaddr that it's storing. Currently it's using a...
-
06:44 PM Bug #6734 (Closed): dtrace_canstore_statvar() fails for some valid static variables
- After the integration of 6604, there were some static variables that now failed dtrace_canstore_statvar().
-
06:10 PM Bug #6733 (Closed): mh_contents rwlock is not initialised
- "git commit debed2c9e88134586f1a03761f87d8a1d599b854":https://github.com/illumos/illumos-gate/commit/debed2c9e8813458...
-
04:25 PM Bug #6733 (Pending RTI): mh_contents rwlock is not initialised
-
09:46 AM Bug #6733 (In Progress): mh_contents rwlock is not initialised
-
09:14 AM Bug #6733 (Closed): mh_contents rwlock is not initialised
- "Reported":https://www.listbox.com/member/archive/182179/2016/03/sort/time_rev/page/1/entry/0:98/20160309000322:3D620...
2016-03-08
-
06:52 PM Bug #6732 (Closed): epoll fails to wake when fd added
- A regression was introduced by "illumos-gate#6291":https://www.illumos.org/issues/6291 with respect to poll/epoll wai...
-
12:44 PM Bug #6731 (New): nfs4: umount deadlock
- We've a hanging umount process. It looks like there is a deadlock between this process and the nfs4 ephemeral harvest...
2016-03-07
-
02:21 PM Bug #6730: visibility issues in public header definitions: difference between -fvisibility=hidden and #pragma GCC visibility push(hidden) overriding the default
- oups, namely the ultimate definitions of *__BEGIN_DECLS* and *__END_DECLS*
-
02:17 PM Bug #6730 (New): visibility issues in public header definitions: difference between -fvisibility=hidden and #pragma GCC visibility push(hidden) overriding the default
- The is an apparently long known issue with the the public headers which
pokes its head out when linking...
It is... -
10:50 AM Bug #6729 (Closed): incremental replication stream of a fs tree with lots of snapshots trips assert in zfs recv
- The assertion in question is:
Assertion failed: ilen <= SPA_MAXBLOCKSIZE, file ../common/libzfs_sendrecv.c, li... -
10:01 AM Bug #6712: beadm(1M): beadm mount should list mountpoint argument as optional
- Yuri's comment on illumos devel:
_We could be more verbose on how mountpoint name is generated:
If mountpoint i... -
07:04 AM Bug #6727 (Closed): lofiadm: remove "o:" from getopt argument
2016-03-06
-
10:40 PM Bug #6726 (Closed): ctype(3C): missing description for isxdigit_l
- While doing `man isxdigit_l` works, opening ctype(3C) man page, NAME, SYNOPSIS and DESCRIPTION are silent about isxdi...
-
02:14 PM Bug #6472: Panic in rfs4_compound_kstat_res()
- *Root Cause*
The rfs4_compound_kstat_res() is called from rfs4_dispatch() to update the kstats once the reply is s...
2016-03-05
-
06:59 PM Bug #3373 (Closed): gcc >= 4.5 concerns about offsetof()
- "git commit 876de206688d9fe008ad80c116a23a56701579d1":https://github.com/illumos/illumos-gate/commit/876de206688d9fe0...
-
06:59 PM Bug #2976 (Closed): remove useless offsetof() macros
- "git commit 5c5f137104b2d56181283389fa902220f2023809":https://github.com/illumos/illumos-gate/commit/5c5f137104b2d561...
-
05:26 PM Bug #6725 (Closed): PCI(-X) Express Fatal Error (0x40)
- Last week I got this error many times. Unfortunately I can't save any dump from this panic.
but I did a photo of the... -
03:29 PM Bug #6724 (Closed): stmfadm(1M): document missing options to delete-lu and remove-view
- stmfadm(1M) man page is missing description for 'k' option to delete-lu and 'a' option to remove-view subcommands.
-
09:18 AM Bug #6723 (Closed): etc/skel needs cleanup
- Current /etc/skel is distributing the obsolete local.* files, as useradd can copy .files. System defaults should be s...
2016-03-04
-
08:28 PM Bug #6696: Per-client NFS server IOPS, bandwidth, and latency kstats
- h1. Detailed NFS server stats
h2. Implementation
The detailed NFS server stats are implemented for all supporte... -
04:07 PM Bug #6712 (In Progress): beadm(1M): beadm mount should list mountpoint argument as optional
- Webrev: http://wojslaw.pl/damian/illumos-webrev-6712/
-
01:19 PM Bug #6716: eliminate remaining unused filesystems from GRUB
- You can use chainloading to boot Windows and Linux from the OpenIndiana grub menu. For Windows I use this in menu.lst...
-
07:23 AM Bug #6716: eliminate remaining unused filesystems from GRUB
- Please do not remove ext2fs until grub2 is able to boot both Linux and OpenIndiana. This is the only way I know to bo...
-
06:48 AM Bug #6721 (Closed): tran_setup_pkt(9E) returns int, not a pointer
- In the synopsis of the manual page *tran_setup_pkt(9E)*, we suggest that @tran_setup_pkt()@ should return a pointer t...
-
05:55 AM Bug #6719 (New): tran_setup_pkt(9E) ought mention scsi_hba_attach_setup(9F) flags explicitly
- The _tran_setup_pkt(9E)_ manual page has a relatively cryptic reference to allocation choices the HBA driver author m...
-
03:02 AM Bug #6718 (Closed): tran_tgt_init(9E) returns int, not void
- In the manual page @tran_tgt_init(9E)@, it seems that the return type in the *SYNOPSIS* is incorrect:...
2016-03-03
-
10:46 PM Bug #5584: Option argument to stmfadm list-view is not optional
- Oops, misread the description.
-
10:21 PM Bug #5584 (In Progress): Option argument to stmfadm list-view is not optional
-
10:38 PM Bug #6717 (Closed): stmfadm(1M): synopsis duplicates {offline,online}_lu subcommands for targets
- ...
-
10:26 PM Bug #4527: Duplication of code between sbdadm.c and stmfadm.c
- sbdadm(1M) man page lists it as "Obsolete Commited", stmfadm(1M) does everything sbdadm(1M) can and a lot more, so th...
-
10:19 PM Bug #3407 (In Progress): stmfadm(1M): extra dash for single char option '-s'
-
08:50 PM Bug #6716 (Closed): eliminate remaining unused filesystems from GRUB
- Our grub is quite outdated and it is questionable whether it can still be used for directly booting Linux or BSD. Cha...
-
07:43 PM Bug #6715 (Closed): Remove MD2 from libkmf
- "git commit 38379e9254628617dd4995589f23b06c84ffe16e":https://github.com/illumos/illumos-gate/commit/38379e9254628617...
-
05:35 PM Bug #6715 (Closed): Remove MD2 from libkmf
- Subject says it all.
-
05:35 PM Bug #6714: libkmf should be more flexible in the face of {Open,Libre}SSL
- I'm keeping this bug open as a general placeholder. I'm going to create a new bug for MD2 removal specifically.
-
04:00 PM Bug #6714 (New): libkmf should be more flexible in the face of {Open,Libre}SSL
- I eliminated MD2 from the OmniOS build of openssl, and suddenly illumos stopped building because of libkmf's dependen...
-
04:22 PM Bug #322 (Closed): Remove EXPORT_SRC targets and comments
- Covered by the two related issues.
-
03:03 PM Bug #6713 (Rejected): zpool(1M): missing description for property 'leaked'
- Need to document the following property:...
-
01:33 AM Bug #6712 (In Progress): beadm(1M): beadm mount should list mountpoint argument as optional
- ...
-
12:02 AM Feature #6673 (Closed): want a macro to convert seconds to nanoseconds and vice-versa
- "git commit a8f6344fa0921599e1f4511e41b5f9a25c38c0f9":https://github.com/illumos/illumos-gate/commit/a8f6344fa0921599...
-
12:02 AM Feature #6672 (Closed): arc_reclaim_thread() should use gethrtime() instead of ddi_get_lbolt()
- "git commit a8f6344fa0921599e1f4511e41b5f9a25c38c0f9":https://github.com/illumos/illumos-gate/commit/a8f6344fa0921599...
2016-03-02
-
10:25 AM Bug #5659: in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
- Thanks!
Meanwhile, in the world of ZFS on Linux, _zpool_ (not the zpool command), _ZPool_ (not the zpool command)... -
12:32 AM Bug #6696: Per-client NFS server IOPS, bandwidth, and latency kstats
- h1. Generic per-share and per-client stats
h2. Implementation
For every shared path there is generic per-share ...
2016-03-01
-
10:29 PM Feature #6709: manual pages need to be updated for loader (loader project)
- the webrev for manuals is: http://cr.illumos.org/~webrev/tsoome/6709/
and eeprom manual is bundled with eeprom updat... -
02:50 PM Feature #6709: manual pages need to be updated for loader (loader project)
- I have done the content changes, but most certainly any help is needed, as english is not my first language. I'll pro...
-
02:03 PM Feature #6709: manual pages need to be updated for loader (loader project)
- Let me help with this one. Which man pages you are going to update?
-
01:16 PM Feature #6709 (Closed): manual pages need to be updated for loader (loader project)
- complete transition from grub to loader.
-
09:26 PM Bug #6711 (New): TCP options need documentation
- Specifically:
TCP_CONN_ABORT_THRESHOLD
TCP_CONN_NOTIFY_THRESHOLD
TCP_ABORT_THRESHOLD
TCP_NOTIFY_THRESHOLD
TCP_... -
05:10 PM Bug #5659 (Closed): in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
- "git commit c8323d4323a565676ba44883bfeb289d9ed8813e":https://github.com/illumos/illumos-gate/commit/c8323d4323a56567...
-
05:10 PM Bug #4465 (Closed): zpool(1M) is able to offline cache vdevs despite what man page says
- "git commit c8323d4323a565676ba44883bfeb289d9ed8813e":https://github.com/illumos/illumos-gate/commit/c8323d4323a56567...
-
05:10 PM Bug #2897 (Closed): "zpool split" documentation missing from manpage
- "git commit 879bece34ee134b2be670393fe9ffe33ce268aa0":https://github.com/illumos/illumos-gate/commit/879bece34ee134b2...
-
05:10 PM Bug #6649 (Closed): autofs(4) should describe options set via sharectl(1M)
- "git commit d002581c15e562273045b1e5547179228d2db680":https://github.com/illumos/illumos-gate/commit/d002581c15e56227...
-
05:10 PM Bug #6710 (Closed): disable shadow compilation by default
- "git commit dac4b50e6ed9ca04ff7cefa049918f5ce0d147a8":https://github.com/illumos/illumos-gate/commit/dac4b50e6ed9ca04...
-
02:47 PM Bug #6710 (Closed): disable shadow compilation by default
- Given that the traditional shadow compiler isn't even available and of limited utility these days so it makes sense t...
-
01:05 PM Feature #6708 (Closed): update eeprom for loader (loader project)
- transition from grub to loader.
-
01:02 PM Feature #6707 (Closed): disable grub menu management in libbe (loader project)
- switch libbe from grub menu management to loader.
-
12:56 PM Feature #6706 (Closed): disable grub menu management in bootadm (loader project)
- switch bootadm from grub menu management to loader.
-
12:50 PM Feature #6705 (Closed): halt: replace grub_get_boot_args with be_get_boot_args (loader project)
- transition from grub specific interface to loader.
-
11:05 AM Feature #6704 (Closed): svc.startd: replace grub_get_boot_args with be_get_boot_args (loader project)
- transition from grub specific interface to loader.
-
10:58 AM Feature #6703 (Closed): update bootadm to support loader configuration (loader project)
- bootadm command needs to support loader configuration management.
-
10:45 AM Feature #6702 (Closed): libbe should support x86 installboot command (loader project)
- as libbe does implement interface to support boot program updates, it needs to be updated to include support for x86 ...
-
10:41 AM Feature #6701 (Closed): add installboot to i386 platform (loader project)
- loader needs installboot tool to manage boot loader boot program files.
-
10:34 AM Bug #6700 (Closed): remove installboot script from i386 platform (loader project)
- from integration of grub, the installboot command for x86 platform was replaced by script, instructing user to use in...
-
10:21 AM Feature #6699 (Closed): be_get_boot_args interface implementation in libbe (loader project)
- To support fast boot feature, some components are currently using grub_get_boot_args() interface from libgrubmgt libr...
-
09:56 AM Feature #6698 (Closed): freebsd btxld port for illumos (loader project)
- btxld is internal build tool used to integrate boot loader images with BTX V86 interface. As this tool is only needed...
-
12:41 AM Bug #6697: Aggregated IOPS, bandwidth, and latency kstats for NFS server
- h1. Aggregated NFS server stats
h2. Implementation
There are four types of aggregated kstats implemented:
|_... -
12:33 AM Bug #6697 (Rejected): Aggregated IOPS, bandwidth, and latency kstats for NFS server
- As an enhancement to the detailed NFS server kstats (#6090 and #6696) we would like to have the aggregated NFS server...
2016-02-29
-
10:31 PM Bug #6696 (Rejected): Per-client NFS server IOPS, bandwidth, and latency kstats
- As an enhancement to #6090 we would like to have the per-client and per-client/per-share IOPS, bandwidth, and latency...
-
03:08 PM Bug #6510: Kernel panic while trying to automount filesystem
- This looks an awful lot like #5833. Perhaps this is a duplicate?
-
02:25 PM Feature #6695 (New): audiohd device driver
- The audiohd driver does not support a codec from a nvidia video card.
The card:... -
12:35 PM Bug #6657: Page fault occurred in module "ixgbe" due to a NULL pointer dereference
- Core dump download link:
https://storage101.iad3.clouddrive.com/v1/MossoCloudFS_7fd23ebe-2c5e-41d2-b1f3-8fe567ee324... -
09:16 AM Bug #6693 (Closed): mdoc(5): typos in MT-LEVEL names
- "Exections", should be "Exceptions"?...
-
08:05 AM Bug #6692 (Closed): incorrect error message when trying to delete a section using sharectl(1M)
- ...
-
07:19 AM Bug #6691: V490 and V890 symlinks missing on SPARC build
- my info form mail_msg:...
-
02:31 AM Bug #6691: V490 and V890 symlinks missing on SPARC build
- I wonder if the version of dmake we are using is different. I'm running nightly with this one:...
2016-02-28
-
10:47 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- i have : T5220 with 32GB RAM, 8cores (64threads)
i do jenkins builds with full workspace cleanup (by: git clean -fdx... -
10:45 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- Nevertheless, I get these errors consistently on my T2000 with eight CPUs and 32 gigs of memory. I've seen load aver...
-
02:34 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- interest.
i'm using 32 threads with my builds on sun4v sparc T5220 and i have no this issue.
also i have tested bui... -
02:21 PM Bug #6691 (Closed): V490 and V890 symlinks missing on SPARC build
- In a SPARC build, these error messages appeared in mail_msg:...
2016-02-27
-
10:46 PM Bug #6690 (Closed): set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
- set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs, it shouldn't - autof...
-
09:04 PM Bug #6657: Page fault occurred in module "ixgbe" due to a NULL pointer dereference
- Getting a dump here might be helpful so we can inspect which state we mishandled.
-
06:11 PM Bug #6689 (Closed): mbtowc(3C) fails to set errno for incomplete characters
- If an incomplete character is passed to mbtowc(3), it fails to set errno to EILSEQ, even though that is unambiguously...
-
05:29 PM Bug #6688 (Closed): Exorcise the man pages of "deamons"
- Some of the man pages contain "deamons" and should be fixed.
-
05:26 PM Bug #6687 (Closed): icmp(7P) and icmp6(7P) should mention that you need PRIV_NET_ICMPACCESS
- These manual pages don't mention the required privilege, potentially leading to users mistakenly thinking they could ...
-
05:25 PM Feature #6686 (Closed): import missing ipf manual pages
- Various tools refer to various ipf related manual pages which are missing. We should import and ship them.
-
05:23 PM Bug #6685 (Closed): avl_destroy_nodes(3AVL) shows period before parens in function name
- When the page is rendered, it shows "avl_destroy_nodes.()" instead of "avl_destroy_nodes().".
-
05:21 PM Feature #6684 (Closed): Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection
- Upon receiving a Router Advertisement that indicates that the client should use SLAAC, the address that would be used...
-
05:07 PM Bug #6683 (Closed): Filtering on 'rarp' with snoop(1M) is broken
- snoop(1M) tries to look up 'rarp' in the tables that it uses to map to ethertypes, but the table contains Reverse ARP...
-
05:06 PM Bug #6682 (Closed): stop elfdump from weaving a web of SI_DTRACE lies
- The message for no information claims it's DTrace when it is not.
-
05:00 PM Bug #6681 (Closed): zfs list burning lots of time in dodefault() via dsl_prop_*
- Flamegraphing "zfs list" commands suggests that there is unnecessary time being burnt in dodefault() – see https://us...
-
04:55 PM Bug #6680 (Closed): SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addresses
- When getting an address on an IPv6 interface with SIOCGLIFADDR, only the sin6_family and sin6_addr fields are set. If...
-
04:55 PM Bug #6674 (Closed): sys/isa_defs.h shouldn't unconditionally define _ILP32
- "git commit d643a855cbd8c4fb4fe966406fa05dff70673597":https://github.com/illumos/illumos-gate/commit/d643a855cbd8c4fb...
-
04:55 PM Bug #6659 (Closed): nvlist_free(NULL) is a no-op
- "git commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d":https://github.com/illumos/illumos-gate/commit/aab83bb83be7342f...
-
10:15 AM Bug #6269 (Rejected): mismatch between manpage /etc/timezone and actual file (symlink) /etc/TIMEZONE
- Not a bug.
2016-02-26
-
11:29 PM Bug #6596 (Closed): Macro redefined in strtolctype.h
- "git commit bcf23f43dc1b73080eeded927585ee86feab40a7":https://github.com/illumos/illumos-gate/commit/bcf23f43dc1b7308...
-
09:40 PM Bug #6679 (Closed): Useless assert in acpidev_cpu_query_MAT()
- Broadwell-DE (Xeon D-1520) Supermicro box panics in acpidev with an assert when the "X2APIC" option is enabled in the...
-
01:15 PM Feature #6479 (Feedback): ZFS Diff Prints Carriage Returns
-
01:02 PM Bug #991 (Closed): towlower(3c) manpage is missing
- Resolved in #2964.
-
01:45 AM Bug #6676 (Closed): Race between unique_insert() and unique_remove() causes ZFS fsid change
- The fsid of zfs filesystems might change after reboot or remount. The problem seems to be caused by a race between u...
2016-02-25
-
09:39 PM Bug #3661 (Closed): Sync mDNS with upstream
- "git commit 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a":https://github.com/illumos/illumos-gate/commit/5ffb0c9b03b5149f...
-
08:06 PM Feature #6416 (Closed): ptime -p could support multiple processes
- "git commit 8551f527eff6d736e8191795ffafe40abbdb71e6":https://github.com/illumos/illumos-gate/commit/8551f527eff6d736...
-
08:16 AM Feature #6479: ZFS Diff Prints Carriage Returns
- Wonder if Joshua already fixed this in #4448:...
-
07:14 AM Feature #6479: ZFS Diff Prints Carriage Returns
- Do you mean ^M here (ie, a name like "a\rb")?
-
07:20 AM Bug #6674 (Pending RTI): sys/isa_defs.h shouldn't unconditionally define _ILP32
-
05:59 AM Bug #6468 (Closed): remove iscsi-related cruft from zfs-tests
- "git commit ee0ab62f26fb5723153c0c1b3cb1c5590bd7fb3c":https://github.com/illumos/illumos-gate/commit/ee0ab62f26fb5723...
-
05:59 AM Bug #6577 (Closed): zfs_copies_004_neg fails trying to expand wildcard characters
- "git commit 964a6bd0f9365bb057bceb3cf813be3dbb8de2bf":https://github.com/illumos/illumos-gate/commit/964a6bd0f9365bb0...
-
05:59 AM Bug #6578 (Closed): cifs_attr_002_pos fails to cleanup after itself
- "git commit 327848f9b50960449ae0e73e0767b617af721690":https://github.com/illumos/illumos-gate/commit/327848f9b5096044...
-
05:59 AM Bug #6575 (Closed): grow_replicas_001_pos fails intermittently
- "git commit 633aa8079184298dfc2ae6966d0d9cc897712b57":https://github.com/illumos/illumos-gate/commit/633aa8079184298d...
-
05:43 AM Bug #6643 (Closed): zfstest should enforce the required privileges before running.
- "git commit 412db4e993a383395d7ff1add4bb97f97ca3d433":https://github.com/illumos/illumos-gate/commit/412db4e993a38339...
-
05:43 AM Bug #6642 (Closed): testrunner output can be displayed in the wrong order
- "git commit 412db4e993a383395d7ff1add4bb97f97ca3d433":https://github.com/illumos/illumos-gate/commit/412db4e993a38339...
-
05:42 AM Bug #6663 (Closed): Driver timerfd not built on SPARC
- "git commit a6c5c5ca2069d841106ecb240d54632487830200":https://github.com/illumos/illumos-gate/commit/a6c5c5ca2069d841...
2016-02-24
-
07:05 PM Bug #6662 (Closed): uts should only build the variant requested
- "git commit 5db531e3faa94427746eae754b11770fd8416b6d":https://github.com/illumos/illumos-gate/commit/5db531e3faa94427...
-
07:05 PM Bug #6671 (Closed): man(1): document MANWIDTH variable
- "git commit 4185ca1d7f22b7d0d04eac3b580dd338274cb432":https://github.com/illumos/illumos-gate/commit/4185ca1d7f22b7d0...
-
03:50 PM Bug #6674 (Closed): sys/isa_defs.h shouldn't unconditionally define _ILP32
- Been playing with clang which defines _ILP32, so the stuff is failing with:...
-
03:20 PM Bug #6592 (Closed): AI_ADDRCONFIG fails all resolutions when only loopback is present
- "git commit 96088c8326643135b996338d1fe5a68aac181f31":https://github.com/illumos/illumos-gate/commit/96088c8326643135...
-
02:54 PM Feature #6673 (Closed): want a macro to convert seconds to nanoseconds and vice-versa
- Illumos currently has macros to convert milliseconds to nanoseconds and nanoseconds to milliseconds defined in time.h...
-
05:06 AM Feature #6672 (Closed): arc_reclaim_thread() should use gethrtime() instead of ddi_get_lbolt()
- Instead of using ddi_get_lbolt(), ZFS should use gethrtime() for timekeeping to provides better time resolution. This...
Also available in: Atom