Re: [OmniOS-discuss] Omios, hvm and AWS

2017-07-30 Thread Joshua M. Clulow
On 30 July 2017 at 12:15, Peter Tribble wrote: > illumos panics when trying to use the xen network. Do you have a crash dump, or at least a stack trace, for this? We should probably get a ticket filed. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.

Re: [OmniOS-discuss] Resilver zero progress

2017-05-10 Thread Joshua M. Clulow
lltimestamp - last > 100/ { printf("\n"); } zfs-dbgmsg { printf("%Y %s\n", walltimestamp, stringof(arg0)); last = walltimestamp; } ' Cheers. -- Joshua M. Clul

Re: [OmniOS-discuss] Ang: LX Zones question: Do you miss ipadm(1M)?

2017-03-30 Thread Joshua M. Clulow
y is that? There shouldn't be any difference between a native zone and an LX zone with respect to untrusted workloads. The containment model is the same in both cases. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___

Re: [OmniOS-discuss] OpenSSH logging control

2017-02-09 Thread Joshua M. Clulow
t up to a high number made my logs almost silent. Most of the cheap (and thus plentiful) scans are on port 22 only. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS-discuss mailing list OmniOS-discuss@lists.o

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
truss -t "open,ioctl" -f diskinfo Once it starts hanging, you should be able to see which open(2) and ioctl(2) calls happened just before the hang. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com http://lists.omniti.com/mailman/listinfo/omnios-discuss

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
I think you've grabbed the "sudo" process, rather than the child "diskinfo" process. If you use "ptree" on the pid first, you'll be able to see the full tree of processes. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
f0011b57f10 sys_syscall32+0x123() That might tell us where in the storage subsystem you're getting stuck. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti

Re: [OmniOS-discuss] OmniOS/Illumos and entropy

2016-11-02 Thread Joshua M. Clulow
ltiple_ potentially untrustworthy but independent sources, and using them only to occasionally _reseed_ a high quality PRNG rather than directly using the "random" output, we should be safe. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org __

Re: [OmniOS-discuss] Installation Failing (Reboots)

2016-09-26 Thread Joshua M. Clulow
set the BIOS to an "optimised performance" factory defaults set. Can you try various default BIOS settings that to see if that allows the system to boot? Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS

Re: [OmniOS-discuss] Installation Failing (Reboots)

2016-09-26 Thread Joshua M. Clulow
dd the appropriate console settings, e.g. -B console=ttyb,ttyb-mode="115200,8,n,1,-" (NB: that's for "ttyb", aka COM2. If your IPMI serial-over-LAN port is COM1 you'll want ttya instead.) -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org __

Re: [OmniOS-discuss] Direct SAS or Expander?

2016-08-18 Thread Joshua M. Clulow
n expander. An expander is just another active component with its own potentially buggy firmware. Less firmware is essentially a riff on "less moving parts" from a reliability standpoint. Also, if you ever need to upgrade the firmware in the expander, that will likely be extremely diffi

Re: [OmniOS-discuss] Moving from Postgres/Solaris/x86_64 to Postgres/OmniOS/x86_64 - gotchas?

2016-03-29 Thread Joshua M. Clulow
e to > know ahead of time We make heavy use of the PostgreSQL packages from pkgsrc[1] at Joyent, but running on SmartOS (another illumos distribution). I should expect it works just as well on OmniOS! [1]: https://pkgsrc.joyent.com/ -- Joshua M. Clulow UNIX Admin/

Re: [OmniOS-discuss] [developer] Introducing io-lx -- an attempt to port LX Zones to OmniOS

2016-03-07 Thread Joshua M. Clulow
tem calls and other Linux facilities, 64-bit support, etc. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com http://lists.omniti.com/mailman/listinfo/omnios-discuss

Re: [OmniOS-discuss] Panic, BAD TRAP, r151014, VMWare Fusion 8.1.0

2015-12-29 Thread Joshua M. Clulow
CPU is in it? We have experienced some issues with SmartOS running in VMware Fusion on some models of Intel CPU. I believe there is an erratum about spurious page faults when running a hypervisor that makes use of EPT. Cheers. -- Joshua M. Clulow UNIX Admin/Developer

Re: [OmniOS-discuss] qemu-system-x86_64 can not locked enough memory

2015-12-01 Thread Joshua M. Clulow
ad to memory exhaustion deadlocks, amongst other things. I don't know if it's expected to be tuneable without a reboot. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ___ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com http://lists.omniti.com/mailman/listinfo/omnios-discuss