Activity
From 2011-12-21 to 2012-01-19
2012-01-19
-
11:19 PM Bug #1992: sharemgr show -P [nfs|smb] doesn't work for shared datasets
- Summarizing an IRC conversation:
With regular shares there's a two-level hierarchy, a group containing shares, wit... -
09:32 PM Bug #968: fct driver sets incorrect fc-ct revision
- A Nexenta engineer who needs to be placed on here will fix this. The only concern I ever had about this were any bus...
-
09:09 PM Bug #2003 (Resolved): md_trans_ioctl() has incorrect declaration
- int
md_trans_ioctl(dev_t dev, int cmd, caddr_t data, int mode, IOLOCK *lockp)
It implements md_ioctl which shoul... -
09:09 PM Bug #1981: ZFS Dedup vs. mismatching checksums
- WORKAROUND:
As was suggested in zfs-discuss list, setting dedup attribute to "verify" instead of "on" did somewhat h... -
01:40 PM Bug #2000 (Closed): Wrong timestamp on files written over cifs
- We have a ZFS volume shared over CIFS, accessed by clients on windows computers.
When a user unrar a .rar file wit... -
09:45 AM Bug #393: Invalid nd_hostservlist contents crash mountd
- Another crash:
libc_hwcap1.so.1`_lwp_kill+0x15
libc_hwcap1.so.1`raise+0x22
libc_hwcap1.so.1`abort+0xf2
... -
03:44 AM Bug #1848 (Resolved): sshd always tries to resolve client's IP to hostname
- Resolved in r13566 commit:b2b4f797c428
2012-01-18
-
10:53 PM Bug #1911: panic in smb_tree_connect
- Gordon,
I have had at least one panic very similar to this, and 4 or 5 more before I had dumps working due to mul... -
07:32 PM Feature #1990: nsswitch support for NT password hashes
- I am only thinking loudly here, both ways (smbd and nsswitch) will need some additional configuration. If it will go ...
-
03:00 AM Feature #1990: nsswitch support for NT password hashes
- I would propose to implement this "ntpasswd" DB type for two "back ends": files, ldap.
The ldap backend might need ... -
07:31 PM Bug #1996: panic trying to import a pool due to null spa_dsl_pool
- This issue can be closed. The code in question doesn't exist in illumos.
-
07:06 PM Bug #1996 (In Progress): panic trying to import a pool due to null spa_dsl_pool
-
06:47 PM Bug #1996 (Rejected): panic trying to import a pool due to null spa_dsl_pool
- During a recent run of zfstest, we panicked dereferencing a null pointer
in the reservation tests. [Note: this is fr...
2012-01-17
-
11:45 PM Bug #1978 (Resolved): iPsGetSetStmfProp is missing some brackets
- Resolved in r13565 commit:fed8865d992e
-
11:45 PM Bug #1946 (Resolved): incorrect formatting when listing output of multiple pools with zpool iostat -v
- Resolved in r13564 commit:cf89c0c60496
-
08:39 PM Feature #1994 (New): ext2fs support
- On opensolaris.org there is on-going ext3 project. Currently it contains usable kernel ext2fs driver. It would be nic...
-
08:23 PM Bug #1993 (Resolved): typo bug in stmfadm.c:createHostGroupFunc()
- In http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/stmfadm/stmfadm.c#createHostGroupFunc
771 cas... -
08:17 PM Feature #1990: nsswitch support for NT password hashes
- Which backends do you plan to support except "files"? If you will add support for LDAP, do you plan to do some change...
-
01:48 AM Feature #1990: nsswitch support for NT password hashes
- getent support would be useful, if sufficiently privileged (that said, support for shadow isn't there).
-
01:38 AM Feature #1990: nsswitch support for NT password hashes
- I did some investigations of what might be required to implement this. Basically, one needs to add a new "DB" lookup...
-
01:33 AM Feature #1990 (New): nsswitch support for NT password hashes
- Currently, the native CIFS service (smbsrv, smbd) "goes around" the name service switch mechanism (nsswitch) to get N...
-
08:12 PM Bug #1439: Panic when booting on IBM SystemX
- I can apply patch https://www.illumos.org/issues/1439#note-3 to both an IBM SystemX (above) and a non-IBM system (e.g...
-
08:10 PM Bug #1992 (Resolved): sharemgr show -P [nfs|smb] doesn't work for shared datasets
- sharemgr show -P <nfs|smb> does not output shared ZFS datasets that were shared by zfs set sharenfs|sharesmb.
It wor... -
06:50 PM Bug #417: Stale OpenOwner entries are not reaped for active clients
rfs4_state_expiry() does needed lease time delay.-
06:19 PM Bug #417: Stale OpenOwner entries are not reaped for active clients
- rfs4_openowner_expiry() doesn't return TRUE if client is active (sends RENEW on time). Due to this number of openowne...
-
02:51 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Dan McDonald wrote:
> Martin Ilavsky wrote:
> >
> >Crash occurred nearly immediately, unfortunately script didn't... -
02:21 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Martin Ilavsky wrote:
>
>Crash occurred nearly immediately, unfortunately script didn't catch anything (only outpu... -
08:59 AM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- np; sure I'm still in game.
All servers were rebooted prior to the test. I used your last dtrace script above. Sa... -
10:49 AM Bug #1991 (Resolved): svccfg describe -t Segmentation Fault
- svccfg core dumps if 'describe -t' option is used:...
-
01:23 AM Bug #1988 (Resolved): sa_to_str can pass junk to mdb_nhconvert
- Resolved in r13563:fdbd5ad458de
-
01:23 AM Bug #1977 (Resolved): zfs allow arguments not parsed correctly after pyzfs removal
- Resolved in r13562:7bae99960928
2012-01-16
-
09:55 PM Bug #393: Invalid nd_hostservlist contents crash mountd
- > _get_hostserv_inetnetdir_byname() can wrongly return success but
> without any result because nss_search() d... -
09:45 PM Bug #393: Invalid nd_hostservlist contents crash mountd
- Problem is in:
_get_hostserv_inetnetdir_byname() can wrongly return success but
without any result because ... -
09:53 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Sorry for the delay.
The script was surprisingly unhelpful. The crash is clearly caused by the login timeout hand... -
06:46 PM Bug #1989 (New): signbit macro doesn't compile under gcc -Werror=strict-aliasing -O2
- The definition of the signbit macro from math_c99.h uses a type-punned pointer, which breaks strict-aliasing rules an...
-
05:43 PM Bug #1984: libses uses threshold diag page wrong way
- type of "data" local variable, which ses2_threshold_ctl_fill returns and uses as paramter to ses2_element_setdef, sh...
-
04:50 PM Bug #1978: iPsGetSetStmfProp is missing some brackets
- Testing code and suggested fix attached.
-
04:06 AM Bug #1988: sa_to_str can pass junk to mdb_nhconvert
- The second argument to mdb_nhconvert is trash (obviously not a pointer), because we're passing &sin->sin_port, rather...
-
03:55 AM Bug #1988: sa_to_str can pass junk to mdb_nhconvert
- Sorry, I tried to attach the core but it was way too big.
[[http://31bits.net/illumos/cores/mdb-core.bz2]] -
03:48 AM Bug #1988 (Resolved): sa_to_str can pass junk to mdb_nhconvert
- I was poking at a crashdump, and then all of the sudden, mdb died....
2012-01-15
-
09:48 PM Bug #1945: Import GRUB 0.9.7 patches from Gentoo
- I was informed in IRC that there was an issue with one of my patches. It seems that I accidentally uploaded an old ve...
-
06:40 AM Bug #1986: libima misuses gethostname
- Actually, we're also passing the address of dwStrLength, so not "whatever was on the stack" but "the address of the s...
-
05:45 AM Bug #1986 (Resolved): libima misuses gethostname
- libima uses gethostname() as if it returns a length, rather than accepts one, in its second argument. We don't get w...
2012-01-14
-
11:18 PM Bug #1985 (New): OI 151a - WARNING: bnx0: Failed to initialize default MSIX isr handle block
- When installing Openindiana 151a on a HP/Compaq DL385G2 server the bnx network interfaces are unusable.
dmesg: "WA... -
01:42 PM Bug #1984 (Resolved): libses uses threshold diag page wrong way
2012-01-13
-
10:32 PM Bug #1971 (Resolved): i86 kernel should be more careful when casting pointers
- Resolved in r13561 commit:7ec47d2d30bc
-
02:55 PM Bug #1983 (Closed): sshd problems
- Greetings , hopefully someone can help me as i am at a total loss and feeling highly frustrated for not being able to...
-
02:01 PM Bug #1982 (Resolved): Make rpcbind_getaddr() work with all versions of rpcbind protocol
- For now rpcbind_getaddr() works with RPCBIND version 3 protocol only.
If server doesn't support version 3 and especi... -
01:51 PM Bug #1844: xen: "disk_link: invalid disk device number"
- Fix patches: http://comments.gmane.org/gmane.os.illumos.devel/4823
-
12:09 AM Bug #1981 (New): ZFS Dedup vs. mismatching checksums
- My 6-disk raidz2 data pool has experienced some "unrecoverable errors", found during a scrub from oi_148a LiveUSB. Fr...
2012-01-12
-
08:52 PM Bug #1980 (New): Disks are not visible on Asus F1A75-V EVO
- For yet unknown reasons I do not see SSD nor HDD attached to AHCI SATA on Asus F1A75-V EVO (AMD A75 chipset for AMD F...
-
08:49 PM Feature #1979 (Closed): USB 3.0 support
- I booted OpenIndiana 151a on Asus F1A75-V EVO and USB 3.0 ports are not visible. Illumos should support USB 3.0 chips.
-
08:48 PM Bug #1978 (In Progress): iPsGetSetStmfProp is missing some brackets
-
08:16 PM Bug #1978 (Resolved): iPsGetSetStmfProp is missing some brackets
- In iPsGetSetStmfProp() (http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libstmf/common/store.c#iPsGetSetS...
-
07:44 AM Bug #1917 (Resolved): ::umem_verify seg faults on a dump with rampant corruption
- Resolved in r13557 commit:36d116935c7e
-
07:44 AM Bug #1920 (Resolved): ::ugrep and ::kgrep don't work for sizes less than 4
- Resolved in r13558 commit:4fab5e00a936
-
07:44 AM Bug #1922 (Resolved): t_pcb of panic thread should be preserved on a panic
- Resolved in r13559 commit:8413443ef603
-
07:44 AM Bug #1923 (Resolved): kernel panic in ire_round_robin due to divide by zero
- Resolved in r13560 commit:61e2c882ccf8
2012-01-11
-
06:24 PM Bug #1977 (Resolved): zfs allow arguments not parsed correctly after pyzfs removal
- After the pyzfs removal, zfs unallow won't cause an error if the user
and ability are omitted.
delphix@bird:~$ zf... -
04:56 PM Bug #1697 (Feedback): suspend/resume not working on T520
- Could you verify you have the latest BIOS and retest with the latest snapshot of Illumos? It can be ACPI issue.
2012-01-10
-
10:04 PM Bug #1918 (Resolved): stack overflow from mac_promisc_dispatch()
- Resolved in r13556 commit:6d80fb09c7b8
-
07:32 AM Bug #1974 (Resolved): pages_pp_maximum/lotsfree discrepancy leads to mlock() failure
- The number of pages that cannot be locked down (that is, the amount of
availrmem that the kernel keeps for itself) i... -
04:58 AM Feature #1972: ctfconvert should support conversion of multiple compilation units
- in the case of __thread variables, this doesn't just simplify it, but make it actually possible.
If you want test ca... -
04:11 AM Feature #1972 (Closed): ctfconvert should support conversion of multiple compilation units
- ctfconvert currently does not support converting an object with DWARF data from multiple compilation units (CUs). Th...
-
04:20 AM Bug #1973 (Resolved): ctfconvert VLA support is broken (again) for DWARF objects
- For objects containing variable length arrays, at least some versions of GCC generate DWARF data that ctfconvert cann...
-
01:13 AM Bug #1971 (Resolved): i86 kernel should be more careful when casting pointers
- As with the changes to cpr made in #1865, there are other portions of the i86 kernel which cast pointers in a manner ...
2012-01-09
-
06:54 PM Bug #1957 (Closed): Printing to a Generic Postscript Network printer.
-
10:40 AM Bug #1957: Printing to a Generic Postscript Network printer.
- please close this ticket ... someone in IT who should know better changed the printer settings from A4 to Letter on t...
-
03:33 AM Bug #1961: investigate stopping uniquifying CTF information
- With stabs /system/object increases from 3.9M to 11M, average .SUNW_ctf increase of 73KB.
-
01:41 AM Bug #1961: investigate stopping uniquifying CTF information
- For DWARF-based CTF this increases the total size from 3.5M to 6.3M (that's the size of the sections presented by /sy...
2012-01-08
-
11:33 PM Bug #1945: Import GRUB 0.9.7 patches from Gentoo
- The mismatch patch wasn't uploaded for some reason. I am trying again.
-
11:30 PM Bug #1945: Import GRUB 0.9.7 patches from Gentoo
- I discovered three issues in Illumos GRUB 0.97 when I tried porting it to Gentoo Linux. Patches are attached.
One ... -
10:27 PM Bug #1970 (Closed): Boot fails from an rpool on Hitachi 4k sector drives
- The drives are two Hitachi Desktar 7K1000 D drives in a mirrored pool. They are novel in that they have a single plat...
-
07:10 PM Bug #1946: incorrect formatting when listing output of multiple pools with zpool iostat -v
- I did publish the webrev on the mailing list already and got already a LGTM but for the sake of completeness here's t...
2012-01-07
-
05:50 PM Bug #453: ZPOOL_CONFIG_ASHIFT not set correctly for drives with large sector size
- confusion: i did not touch any bug report properties. not sure why my previous post shows that i changed *Tags* and *...
-
05:45 PM Bug #453: ZPOOL_CONFIG_ASHIFT not set correctly for drives with large sector size
- where did the following lead to?
http://lists.illumos.org/pipermail/developer/2011-January/001218.html
quoting ... -
09:10 AM Bug #1961 (New): investigate stopping uniquifying CTF information
- We uniquify the CTF information in the kernel against genunix (and ip) to save space. This was probably really impor...
-
12:50 AM Bug #1960: developer tools should support git
- There is a perfectly usable one available in the OI SFE repository, though, which is the one I'm using. To get it:
...
2012-01-06
-
09:39 PM Bug #1960 (Resolved): developer tools should support git
- (I could have sworn this was already filed, but can't find it)
Several of us (Me, Joshua, Joyent, Delphix, others.... -
08:46 PM Bug #1959 (Resolved): Assertion failed: p->key == key, file ../port/locale/collate.c, line 199, function substsearch in el_{CY,GR}.UTF-8 locales
- Collation data for el_{CY,GR}.UTF-8 seems to be broken, triggering the following assertion (simple testcase):...
-
10:01 AM Bug #1956: /usr/bin/uname '-o' should return 'illumos'
- GNU uname capitalises 'Solaris' so I think it's correct to do the same to Illumos. It also returns 'FreeBSD' and 'Li...
-
12:18 AM Bug #1956: /usr/bin/uname '-o' should return 'illumos'
- i think the correct name is "illumos" not "Illumos"
2012-01-05
-
05:29 PM Bug #1957: Printing to a Generic Postscript Network printer.
- I have tried removing the printer from CUPS and re-adding, closing all applications between to allow settings updates...
-
05:27 PM Bug #1957 (Closed): Printing to a Generic Postscript Network printer.
- Printing anything to a Lexmark C543dn printer the formatting is now off (prints too high up the page)
This printer... -
03:52 PM Bug #1956: /usr/bin/uname '-o' should return 'illumos'
- Add new uname '-o' option to usage.
-
03:46 PM Bug #1956 (Closed): /usr/bin/uname '-o' should return 'illumos'
- The Illumos provided uname should support the '-o' argument and return 'Illumos' so that Illumos can be detected with...
-
03:11 PM Bug #1955 (Resolved): sderr kstat should expand when a LUN is expanded
- PSARC 2006/373 Dynamic Lun Expansion introduced the ability for LUNs to dynamically expand, however, the sderr kstat ...
-
03:03 PM Bug #1954 (Resolved): leak in ZFS from metaslab_group_create and zfs_ereport_checksum
- Running findleaks on a zfs crash show leaks in metaslab_group_create and zfs_ereport_checksum:
> ::findleaks -d
C... -
03:01 PM Bug #1953 (Resolved): allow and unallow missing from zpool history since removal of pyzfs
- The new C code for zfs allow calls zfs_get_fsacl() followed by a call to
zfs_set_fsacl(). The former uses zfs_ioctl(... -
03:00 PM Bug #1952 (Resolved): memory leak when adding a file-based l2arc device
- While investigating '1951 leaking a vdev when removing an l2cache device' we
uncovered another leak:
> ::findleak... -
02:58 PM Bug #1951 (Resolved): leaking a vdev when removing an l2cache device
- When removing a cache device, we reload the cache device list, dropping
the now unused devices. From spa_load_l2cac... -
02:56 PM Feature #1950 (Resolved): ztest backwards compatibility testing option
- Adding -B option to ztest which takes the name of a directory which should be
an alternate root directory containing... -
02:54 PM Bug #1949 (Resolved): crash during reguid causes stale config
- If the machine crashes during a spa reguid operation after the new guid has been synced to all labels, but before the...
-
02:51 PM Feature #1948 (Resolved): zpool list should show more detailed pool information
- Historically the only way to see the usage of individual top-level devices within a pool was to run 'zpool iostat -v'...
-
03:25 AM Bug #1786 (Resolved): Sendmail should be built with SASL methods
- Resolved in r13555 commit:69e1739e786e
-
01:27 AM Bug #1439: Panic when booting on IBM SystemX
- As discussed the oi_151a live CD installs and runs on my IBM x3550 M3 with UEFI (BIOS) rev 1.13 in the default oi_151...
2012-01-04
-
07:56 PM Bug #1926: libresolv evades compiler warnings
- That doesn't remove the desire to have it stop making the kind of foolish mistakes that even simple compiler warnings...
-
07:45 PM Bug #1926: libresolv evades compiler warnings
- libresolv is years-old, years-obsolete library, replaced by libresolv2. It stays only for applications built 10+ year...
-
07:13 PM Bug #1946 (Resolved): incorrect formatting when listing output of multiple pools with zpool iostat -v
- first zpool iostat -v mpool (for the expected output)...
-
06:52 PM Bug #1917: ::umem_verify seg faults on a dump with rampant corruption
- No, this is a copy of a Joyent bug, in order to integrate a changeset that already exists
From e9af913034578289b... -
06:41 PM Bug #1917 (Feedback): ::umem_verify seg faults on a dump with rampant corruption
- Any chance to have reproducible testcase - the problematic corefile?
-
06:39 PM Bug #1921: pstop fails if process is being truss-ed
- pstop should do the same thing as other p-commands, something like:
pstop: cannot examine PID: process is traced
-
01:24 PM Bug #1778: Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func
- Ok, another update... After trying to import it half a dozen times, the import succeeded. (Same thing happened last ...
-
01:21 PM Bug #1778: Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func
- I hit this assertion again (with a different disk)......
-
08:55 AM Bug #1945 (New): Import GRUB 0.9.7 patches from Gentoo
- I wanted to merge ZFS support into Gentoo's GRUB, so I took the sources from the Illumos-Gate repository and then pro...
-
02:21 AM Bug #1439: Panic when booting on IBM SystemX
- Looking at the file ./usr/src/uts/intel/os/fmsmb.c it occurred to me that x86gentopo_legacy can be set in /etc/system...
-
01:47 AM Bug #1439: Panic when booting on IBM SystemX
- Hit the same issue on a brand new IBM x3550 M3 but on a newer BIOS, e.g. UEFI 1.13 (build date 9/23/2011) when doing ...
2012-01-01
-
03:09 PM Bug #1942 (New): scsi/mpt: Disconnected command timeout for Target X
- i have 3 sun servers running OSOL svn_111b. all of them have a LSI 1068E controller with each one j4200 disk enclosur...
-
07:06 AM Bug #1941 (Resolved): timer intervals incorrectly rounded to clock resolution
- If one currently attempts to create (say) a 1,000 usec POSIX interval timer
on x86, the actual cyclic created will n...
2011-12-30
-
09:04 PM Bug #1938 (Resolved): various letters out of seqeunce
- Resolved in r13553:3bed7426c561
-
09:04 PM Bug #1898 (Resolved): Kernel assertion in zfs_putpage() raised by rfs_write()
- Resolved in r13554:fae070bfb73a
2011-12-29
-
10:56 AM Bug #1938 (Resolved): various letters out of seqeunce
- There are three instances in the gate of "sequence" being misspelt.
2011-12-28
-
06:32 PM Bug #1927: nfs4 stale clientid loop (OI server, Linux client)
- Just for information, we applied several fixes from Trond to resolve the problem on client side, even if it does not ...
-
05:50 PM Feature #644: Add Toshiba AL10/12/* devices to mpxio sym list
- See attached latest, greatest scsi_vhci.conf.
I've also added some comments to help the poor souls who might need ... -
04:36 PM Bug #1777: byteswap.h and endian.h could be provided
- Updated patch which uses sys/isa_info.h to determine endianness.
-
09:58 AM Feature #1936: add support for "-t <datatype>" argument to zfs get
- Here is my initial patch.
-
09:52 AM Feature #1936 (Resolved): add support for "-t <datatype>" argument to zfs get
- "zfs get all" would be more useful if it supported the -t argument to limit its output only to a certain datatype.
2011-12-27
-
10:04 PM Bug #1909 (In Progress): disk sync write perf regression when slog is used post oi_148
- The issue is that ZIL blocks should always be contiguous blocks and thus the "fast gang" logic should not apply to th...
-
02:50 PM Bug #417: Stale OpenOwner entries are not reaped for active clients
- Juho Juopperi wrote:
> Will the fix mentioned in http://lists.illumos.org/pipermail/developer/2010-December/001162.h... -
02:29 PM Bug #852 (In Progress): Update data files for localedef UTF-8 locales from CLDR v2.0.1
-
07:59 AM Bug #1931 (Resolved): smb_convert_wildcards incorrectly expands < at the end of the pattern
- smb_convert_wildcards incorrectly converts '<' at the end of the pattern to '*', making the results from @dir *.@ on ...
-
07:52 AM Bug #1930 (Resolved): smb_match functions incorrectly handle multibyte characters
- smb_match{,_ci}_private functions incorrectly think that size of character == size of byte when handling wildcards:
...
2011-12-26
-
01:17 AM Bug #1925: stack overflow from mac code
- Resolved in r13552:375fcb299d27
2011-12-25
-
03:33 PM Bug #1442: apic_timer_reprogram request is too far in future (on vmware workstation)
- Hi Dan and Stepan,
Perhaps this is the same issue (or related) as Bug #1333 [https://www.illumos.org/issues/1333]
...
2011-12-24
-
08:18 AM Bug #1926: libresolv evades compiler warnings
- The same is true of the DTrace tests (baddof, at least)
2011-12-23
-
11:33 PM Bug #1774: keyboard does not work in kmdb at times when cold boot with "-v -m verbose -dk" appended to GRUB
- Spotted the same on x201
-
09:57 PM Bug #1928 (New): zfs send/receive kills COMSTAR
- We're running COMSTAR on oi_151a with the iSCSI LUNs backed by ZFS volumes. Whenever we try to back up the server, do...
-
02:50 PM Bug #1927 (Resolved): nfs4 stale clientid loop (OI server, Linux client)
- A filesystem mounted over nfs4 from an OI 151a server on a Linux client becomes unresponsive after running a filebenc...
-
11:46 AM Bug #1442: apic_timer_reprogram request is too far in future (on vmware workstation)
- I have the same issue on vbox 4.1.8.
-
07:32 AM Bug #1926: libresolv evades compiler warnings
- It's not evading them, it's just not specifying adding $(CCVERBOSE) to cflags when it, apparently, should. I'd thoug...
-
07:26 AM Bug #1926 (Closed): libresolv evades compiler warnings
- Via a mechanism I haven't investigated, libresolv is built without cc -v, and thus with compiler warnings disabled. ...
2011-12-22
-
08:00 PM Bug #1863 (Resolved): gcc compiled libsmb coredumps in trim_whitespace
- Resolved in r13550 commit:84f53d070f62
-
08:00 PM Bug #1866 (Resolved): libsmbns is passing constant string to mktemp(3C)
- Resolved in r13550 commit:84f53d070f62
-
08:00 PM Bug #1867 (Resolved): mktemp(3) gives bad advice in EXAMPLES section
- Resolved in r13550 commit:84f53d070f62
-
07:59 PM Bug #1673 (Resolved): Panic in conn_ip_output()
- Resolved in r13551 commit:022a137cd76d
-
07:08 PM Bug #1925 (Resolved): stack overflow from mac code
- Joyent observed a panic with the following stack trace:...
-
06:06 PM Bug #1923: kernel panic in ire_round_robin due to divide by zero
- Here's some additional analysis from Dave Pacheco:
It's not clear that the state is invalid when we crashed. Regar... -
12:52 AM Bug #1923 (Resolved): kernel panic in ire_round_robin due to divide by zero
-
04:08 PM Bug #1918: stack overflow from mac_promisc_dispatch()
- Also, can someone with permission move this out of "site" and into "illumos kernel" or whereever this bug really belo...
-
04:07 PM Bug #1918: stack overflow from mac_promisc_dispatch()
- Simply moving the mac_perim_enter_by_mh() doesn't help. The aforementioned DTrace script still makes the machine sta...
-
07:20 AM Bug #1918: stack overflow from mac_promisc_dispatch()
- FWIW, here are the diffs for the dls_accept_promisc() solution:...
-
07:00 AM Bug #1918: stack overflow from mac_promisc_dispatch()
- I think I've been able to reproduce the bug.
Here's the scenario:
1.) Enable ip_forwarding.
2.) Consider thi... -
06:53 AM Bug #1918: stack overflow from mac_promisc_dispatch()
- Dan made the key breakthrough: ds_promisc is 0, but it's still on the mi_promisc_list. Looking at the code paths wher...
-
03:59 AM Bug #1918: stack overflow from mac_promisc_dispatch()
- Okay, I know what's wrong, but I'm not sure how to get into this state:
- ipnet snooping is *supposed* to never s... -
11:57 AM Bug #1924 (New): sharefs should be zone-aware
- sharefs is used to provide the list of active CIFS and NFS shares to user-space programms like sharemgr. Currently, s...
-
12:43 AM Bug #1922 (Resolved): t_pcb of panic thread should be preserved on a panic
- Currently, the t_pcb of the panicking thread is plowed by the setjmp() in panicsys that saves the registers at the ti...
2011-12-21
-
11:46 PM Bug #1921 (New): pstop fails if process is being truss-ed
- ...
-
11:28 PM Bug #1920 (Resolved): ::ugrep and ::kgrep don't work for sizes less than 4
- Running ::kgrep/::ugrep for sizes less than 4 (i.e., 1 or 2) doesn't properly work: it returns many too many hits.
-
11:27 PM Bug #1919 (New): need ::scalehrtime dcmd
- Increasingly in the system, timestamps are being recorded as TSCs (e.g., t_hrtime) – but this leaves them unscaled. S...
-
11:18 PM Bug #1918 (Resolved): stack overflow from mac_promisc_dispatch()
- We saw a double fault with the following stack trace:...
-
11:12 PM Bug #1917 (Resolved): ::umem_verify seg faults on a dump with rampant corruption
- Running ::umem_verify on a dump with corruption was seen to induce a core dump from mdb:
{code}
libumem.so`umem... -
11:10 PM Bug #1916 (Closed): some mdb bug fixes
-
11:08 PM Bug #1916: some mdb bug fixes
- Man, no. Separate bugs for unrelated things.
-
11:03 PM Bug #1916 (Closed): some mdb bug fixes
- Corresponding with Joyent bugs:...
-
08:20 PM Bug #1915: IPsec kstats shouldn't be persistent
- ...
-
08:10 PM Bug #1915 (Closed): IPsec kstats shouldn't be persistent
- Currently ipsec creates persistent kstats which are based upon the netstack id.
Having persistent kstats here does... -
06:51 PM Bug #1911 (Resolved): panic in smb_tree_connect
- ...
-
06:46 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Dan McDonald wrote:
> Change both %x's in that line to %p.
Done; Here's:
Crash dump: http://ilavsky.name/oi/vm... -
05:51 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Change both %x's in that line to %p.
-
04:39 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Now the "iscsit_sess" script worked. I had to crash it from kmdb, system was hung.
Crash: http://ilavsky.name/oi/... -
03:58 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Dan McDonald wrote:
> I'm a little disappointed about the second one not catching anything. I may rewhack it to dep... -
03:45 PM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- My bad on the modification. It's supposed to be iscsi*t*_conn_t:...
-
11:48 AM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- Modified dtrace script is not workig, I got an error:...
-
01:29 AM Bug #1873: comstar iscsi target; kernel panic idm; mutex_enter: bad mutex
- The ways to obtain a dump from a hung system are numerous, but fragile. The most reliable is...
-
02:33 PM Bug #1914 (Resolved): libses cannot set more than one properties at once
- If more than one properties are specified only the last one is set, other ones are discarded.
-
02:04 PM Bug #393: Invalid nd_hostservlist contents crash mountd
- Fixed patch: http://cr.illumos.org/view/bm9forx6
-
07:59 AM Feature #1910: Implement a generic dev_err
- Thank you for the comments.
Rich: I'm not sure how you'd implement a buffer-less version with vcmn_err. Could you ... -
12:37 AM Feature #1910: Implement a generic dev_err
- I asked for the macro to avoid the bogus static buffer. I'd be just as fine with use of a vprintf, vcmn_err, or what...
-
12:34 AM Feature #1910: Implement a generic dev_err
- I would prefer to avoid the macro version altogether. There are lots of reasons to deplore macros, and apart from si...
-
01:16 AM Bug #763 (In Progress): FMD msg URLs should refer to something visible
- FYI:
richlowe and I have cleaned up the web application powering the /msg URLs and it's on github here: https://g... -
12:34 AM Bug #1906: pkcs11_tpm will hang indefinitely if localhost:30003 is reachable
- Wyllys Ingersoll wrote:
> Im almost certain it is NOT fixed in the latest trousers package, I doubt that they are ev...
Also available in: Atom