[OpenIndiana-discuss] Firefox Crashes

2014-03-26 Thread Jonathan Adams
I'm interested if anyone else has an issue like mine ... I am running OI hipster on a majority Intel laptop (Intel network, Intel graphics, etc.) and there are sites that just crash and burn my browser if I try going to them. I assumed that it was something to do with the hardware acceleration

Re: [OpenIndiana-discuss] Firefox Crashes

2014-03-26 Thread Jonathan Adams
Gah! ... I knew it. It's been happening for months ( 6) and the second I send an email the problem disappears! Please ignore. On 26 March 2014 10:24, Jonathan Adams t12nsloo...@gmail.com wrote: I'm interested if anyone else has an issue like mine ... I am running OI hipster on a majority

Re: [OpenIndiana-discuss] Firefox Crashes

2014-03-26 Thread Alexander Pyhalov
On 03/26/2014 14:24, Jonathan Adams wrote: I'm interested if anyone else has an issue like mine ... I am running OI hipster on a majority Intel laptop (Intel network, Intel graphics, etc.) and there are sites that just crash and burn my browser if I try going to them. I assumed that it was

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread Reginald Beardsley
This was done a year ago and led to a lot of time looking at the code which parses sd.conf. I'll have another go at it and document as you asked. On Tue, 3/25/14, Andrew Gabriel illu...@cucumber.demon.co.uk wrote: Subject: Re: [OpenIndiana-discuss]

Re: [OpenIndiana-discuss] Firefox Crashes

2014-03-26 Thread Jonathan Adams
I logged out of my machine, and logged in as another user (user was in LDAP, not on local machine, gdm didn't start until user existed in files) and everything appeared to work for that user ... I untarred my .mozilla directory onto his, and it carried on working. I logged out and logged in as

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread Reginald Beardsley
Here's what happens w/ oi151a8. I was using a7 the last time. The physical size doesn't get set correctly w/ the result that ashift=9. # echo ::walk sd_state | ::grep '.!=0' | ::print struct sd_lun un_sd |::print struct scsi_device sd_inq | ::print struct scsi_inquiry inq_vid inq_pid | mdb

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread Reginald Beardsley
A bit more data. I concluded after my initial, rather lengthy attempt at getting this to work that there was some hardware specific issue that resulted in not being able to set un_phy_blocksize=0x1000 ashift=12. I'd be delighted if that were not the case, but happy to buy a known to work

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread Andrew Gabriel
Have you got any other disk which can format as ashift=12? (You could even use an iSCSI LUN from another system with blocksize set to 4k.) If so, start by creating a zpool on that. Then attach your USB drive as a mirror, and it will have ashift=12. Then detach the original disk from the

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread John D Groenveld
In message 1395855699.31700.yahoomailba...@web161501.mail.bf1.yahoo.com, Regi nald Beardsley writes: # cfgadm -v -c unconfigure usb9/3 Unconfigure the device: /devices/pci@0,0/pci10de,cb79@4,1:3 This operation will suspend activity on the USB device Continue (yes/no)? yes cfgadm: Hardware specific

Re: [OpenIndiana-discuss] Using large (3-4 TB) USB disks for backups

2014-03-26 Thread Reginald Beardsley
Tried that. # cfgadm -x usb_reset usb9/3 Reset the device: /devices/pci@0,0/pci10de,cb79@4,1:3 This operation will suspend activity on the USB device Continue (yes/no)? yes cfgadm: Hardware specific failure: Cannot issue devctl to ap_id: /devices/pci@0,0/pci10de,cb79@4,1:3 As it turns out, at