[OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
Hi Folks, I'm not sure how to do this under ZFS, but here goes... I have a ZFS share/pool which is accessed via SMB and also SFTP. A number of different users can put (and move) files between directories and even create directories in some cases. I would like any file which is uploaded or moved

Re: [OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
for. http://www.computerhope.com/unix/usetfacl.htm On Aug 20, 2014, at 12:14 PM, Michelle Knight miche...@msknight.com wrote: Hi Folks, I'm not sure how to do this under ZFS, but here goes... I have a ZFS share/pool which is accessed via SMB and also SFTP. A number

Re: [OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
://www.computerhope.com/unix/usetfacl.htm On Aug 20, 2014, at 12:14 PM, Michelle Knight miche...@msknight.com wrote: Hi Folks, I'm not sure how to do this under ZFS, but here goes... I have a ZFS share/pool which is accessed via SMB and also SFTP. A number of different users can

Re: [OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
-trivial ones aren't propagated. I'll get there! Michelle On Wed, 20 Aug 2014 14:51:43 -0400 John D Groenveld jdg...@elvis.arl.psu.edu wrote: In message 20140820194500.285b91cf@fitpc3, Michelle Knight writes: It has it, but I get... File system doesn't support aclent_t style ACL's. ..so

Re: [OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
OK... I execute ... chmod A0=owner@:list_directory/read_data/add_file/write_data/add_subdirectory/append_data/read_xattr/write_xattr/execute/read_attributes/write_attributes/read_acl/write_acl/write_owner/synchronize:file_inherit:allow guest chmod

Re: [OpenIndiana-discuss] Persistent permissions

2014-08-20 Thread Michelle Knight
you mounted pool01/fs01 on /pool01/fs01 and that your AD group to unix group mapping is set up correctly (idmap) if you don't use AD to resolve groups. W On August 20, 2014 at 3:02 PM Michelle Knight miche...@msknight.com wrote: Hi John, Thanks. I'm looking through

Re: [OpenIndiana-discuss] Static IP problem

2014-07-10 Thread Michelle Knight
: http://wiki.system-admin.info/doku.php?id=openindiana_tips_and_tricks#network Hope this may help Carsten -Original message- From: Michelle Knight miche...@msknight.com Sent: Thu 10-07-2014 07:55 Subject: Re: [OpenIndiana-discuss] Static IP problem To: openindiana-discuss

Re: [OpenIndiana-discuss] Static IP problem

2014-07-10 Thread Michelle Knight
ifconfig. It's outdated. In my experience it nowadays is a never ending cause of trouble. That's what I found out as known to work: http://wiki.system-admin.info/doku.php?id=openindiana_tips_and_tricks#network Hope this may help Carsten -Original message- From: Michelle Knight

Re: [OpenIndiana-discuss] Static IP problem

2014-07-09 Thread Michelle Knight
OK, this is what I'm doing now ... svcadm disable svc:/network/physical:nwam cp /etc/nsswitch.dns /etc/nsswitch.conf ifconfig bge0 plumb ifconfig bge0 192.168.0.25 netmask 255.255.255.0 up route -p add default 192.168.0.1 ...but it doesn't survive a reboot and I can't see anyone using a

Re: [OpenIndiana-discuss] Static IP problem

2014-07-09 Thread Michelle Knight
Thanks! On Thu, 10 Jul 2014 07:43:56 +0200 Udo Grabowski (IMK) udo.grabow...@kit.edu wrote: On 10/07/2014 07:34, Michelle Knight wrote: OK, this is what I'm doing now ... svcadm disable svc:/network/physical:nwam cp /etc/nsswitch.dns /etc/nsswitch.conf ifconfig bge0 plumb ifconfig

Re: [OpenIndiana-discuss] Static IP problem

2014-07-09 Thread Michelle Knight
: On 10/07/2014 07:34, Michelle Knight wrote: OK, this is what I'm doing now ... svcadm disable svc:/network/physical:nwam cp /etc/nsswitch.dns /etc/nsswitch.conf ifconfig bge0 plumb ifconfig bge0 192.168.0.25 netmask 255.255.255.0 up route -p add default 192.168.0.1

Re: [OpenIndiana-discuss] Static IP problem

2014-07-09 Thread Michelle Knight
Incidentally, in case you're wondering, I'm rebuilding the box between tests ... to ensure that what I'm doing, works right. On Thu, 10 Jul 2014 07:43:56 +0200 Udo Grabowski (IMK) udo.grabow...@kit.edu wrote: On 10/07/2014 07:34, Michelle Knight wrote: OK, this is what I'm doing now

Re: [OpenIndiana-discuss] Static IP problem

2014-07-07 Thread Michelle Knight
On Mon, 07 Jul 2014 09:35:30 -0400 John D Groenveld jdg...@elvis.arl.psu.edu wrote: # ipadm show-if bge0 bge0 disabled --- -46 # ipadm enable-addr -t bge0/v4 ipadm: could not enable address: Object not found ___ openindiana-discuss mailing

Re: [OpenIndiana-discuss] Static IP problem

2014-07-07 Thread Michelle Knight
On Mon, 7 Jul 2014 12:20:56 +0100 Jonathan Adams t12nsloo...@gmail.com wrote: svcadm disable svc:/network/physical:nwam svcadm enable svc:/network/physical:default ipadm delete-addr bge0/v4 ifconfig bge0 plumb ifconfig: cannot plumb bge0: Interface already exists ifconfig bge0

Re: [OpenIndiana-discuss] Static IP problem

2014-07-07 Thread Michelle Knight
On Mon, 07 Jul 2014 15:47:26 -0400 James Carlson carls...@workingcode.com wrote: That probably should have been: route -p add default 192.168.0.1 Yup, that took and putting the interface back in again .. it has now survived two reboots. Any idea where I originally went wrong please?

[OpenIndiana-discuss] Flashing green background on 151a Desktop USB

2014-07-06 Thread Michelle Knight
Hi Folks, I tidied up my e-mail history a short while ago so this might have been asked before. I have 151a8 desktop USB on a stick and I've tried loading it on a Lenovo Thinkpad X61 and also an HP N54L but when it comes up, even with teh VESA drivers, the background is green and flashes between

Re: [OpenIndiana-discuss] Flashing green background on 151a Desktop USB

2014-07-06 Thread Michelle Knight
: Hi Michelle, I had a similar issue and used the text installer to install OpenIndiana. It worked installing it on Virtualbox but not on bare hardware (Samsung NC10). Cheers, Will On Sun, Jul 6, 2014 at 4:45 PM, Michelle Knight miche...@msknight.com wrote: Hi Folks, I tidied up my

[OpenIndiana-discuss] Static IP problem

2014-07-06 Thread Michelle Knight
Hi Folks, I've installed 151a8 text server but I'm having problems with my notes to change to static IP and my searches of the web are turning up nothing different ... but I'm obviously missing something. svcadm disable svc:/network/physical:nwam svcadm enable svc:/network/physical:default cp

Re: [OpenIndiana-discuss] Static IP problem

2014-07-06 Thread Michelle Knight
On Sun, 06 Jul 2014 17:37:46 -0400 John D Groenveld jdg...@elvis.arl.psu.edu wrote: What state do these command report? # dladm show-phys bge0 Up 1000 full # ipadm show-addr bge0/v4 static disabled 192.168.0.25/24 To also answer Jonathan, yes, it was plugged in and active to a home

[OpenIndiana-discuss] H40L to H52L swap out

2014-06-25 Thread Michelle Knight
I'm upgrading my N40L to an H52L and I was wondering if there are any problems/issues that anyone might know of with OI and this MB. I do know that the N40L needed a bios flash to get the e-sata port working, and decent speed on the extra sata port (or was it the other way around) Also, I

Re: [OpenIndiana-discuss] H40L to H52L swap out

2014-06-25 Thread Michelle Knight
Sorry, that should have been H54L On Thu, 26 Jun 2014 03:34:15 +0100 Michelle Knight miche...@msknight.com wrote: I'm upgrading my N40L to an H52L and I was wondering if there are any problems/issues that anyone might know of with OI and this MB. I do know that the N40L needed a bios flash

Re: [OpenIndiana-discuss] N40L to N54L swap out

2014-06-25 Thread Michelle Knight
Um ... sorry - N40L to N54L - it is gone 4am here, I've just come off two months of 7 days weeks for roll outs, and I'm scheduled to work until 1am tomorrow morning ... so my brain is wiped! ___ openindiana-discuss mailing list

[OpenIndiana-discuss] Persistant ZFS set ID

2014-06-18 Thread Michelle Knight
Hi Folks, I changed a drive set and was using an old one as a backup, so I put the 1.5tb drive in and created a single ZFS drive called backup. It wouldn't import, even after reboot, update, etc... mich@jaguar:~# zpool import backup Assertion failed: rn-rn_nozpool == B_FALSE, file

Re: [OpenIndiana-discuss] Persistant ZFS set ID

2014-06-18 Thread Michelle Knight
I might have a lead on this. The drive was on the ESATA connection. It appears that while a drive is now located on the esata line, then any import commands are dodgy, or else there is still something on that drive which is causing me issues. ...because I had problems importing my main tank

Re: [OpenIndiana-discuss] Persistant ZFS set ID

2014-06-18 Thread Michelle Knight
format description. https://maczfs.googlecode.com/files/ZFSOnDiskFormat.pdf In my case I had been trying various slice alignments to resolve messages about the pool alignment with a 4k sector disk. Reg On Wed, 6/18/14, Michelle

[OpenIndiana-discuss] Live drive configuration

2014-06-14 Thread Michelle Knight
With the update to 151 I seem to have lost the ability to use cfgadm to configure a drive while the system is running. To explain, I use an external caddy which is hooked up to the system via e-sata. I put drives in here, mount them, back up to them and remove them. I'd use cfgadm -lav to work

[OpenIndiana-discuss] ZFS replacement problem

2014-06-03 Thread Michelle Knight
H Folks, I've got the following... mich@jaguar:~# cfgadm -al Ap_Id Type Receptacle Occupant Condition sata0/0::dsk/c3t0d0disk connected configured ok sata0/1sata-port emptyunconfigured ok sata0/2::dsk/c3t2d0

Re: [OpenIndiana-discuss] ZFS replacement problem

2014-06-03 Thread Michelle Knight
+0200 Andreas Wacknitz a.wackn...@gmx.de wrote: Michelle, Am 03.06.2014 um 20:39 schrieb Michelle Knight miche...@msknight.com: H Folks, I've got the following... mich@jaguar:~# cfgadm -al Ap_Id Type Receptacle Occupant Condition sata0/0

Re: [OpenIndiana-discuss] ZFS replacement problem

2014-06-03 Thread Michelle Knight
Hi Tim, I don't recall creating them with slices; like you say, only the root pool needs that, which was done because originally it had two SSD units for root in another machine. There was a bit of kerfaffery with other versions, but I do beleive I copied everything off, then destroyed the set

[OpenIndiana-discuss] Problem attaching live drive

2013-09-15 Thread Michelle Knight
I am running 151a8 on an N40L. Attached via the e-sata is an external drive bay. Normally, I enter - cfgadm -f -c configure sata0/4 ... then I can import the ZFS drive on 151a5. Now, however, I get - cfgadm: Hardware specific failure: Failed to config device at ap_id:

Re: [OpenIndiana-discuss] Some questions

2013-09-14 Thread Michelle Knight
/extensions/mediatomb_en.html Gea Am 11.09.2013 um 21:58 schrieb Michelle Knight: Hi Folks, I'd be grateful for some guidance. Also, as I'm not a system programmer, I wasn't sure how to compile DLNA so that I could publish my small video collection to the home network

Re: [OpenIndiana-discuss] Some questions

2013-09-14 Thread Michelle Knight
again with OI. Once I get everything re-scripted, I'll give dlna another try. Michelle. On Sat, 14 Sep 2013 12:03:31 +0100 Michelle Knight miche...@msknight.com wrote: Hi Gea, I'll take a look at that. Many thanks. I did try serviio as Gary suggested, some time ago, but the server

[OpenIndiana-discuss] Some questions

2013-09-11 Thread Michelle Knight
Hi Folks, I had to move away from OI a while back because of issued mounting CIFS on Linux after Ubuntu went up to version 13.04. I am sat here, on the side lines, looking to come back to OI, and was wondering if that issue has been resolved ... indeed I wasn't actually sure where the problem

Re: [OpenIndiana-discuss] Destroying unavailable ZFS dataset

2013-06-01 Thread Michelle Knight
Good point. Ok ... here we go. The system contained two SSD drives for the OI OS, mirrored. The data was kept on a zfs pool called data - (yeh, original, I know) - which consisted of three WD green drives. These were previously 2TB's and were later upgraded to 3TBs In about October last

[OpenIndiana-discuss] Ubuntu 13.04 cifs error

2013-05-14 Thread Michelle Knight
Hi Folks, I updated my Ubuntu client to 13.04 and trying to map a CiFS share from my OI server, I get an IO error, no matter what I do. I asked on the Ubuntu forum and got this back... --- It's unfortunate that the error is reported as an I/O error. It's not really. it's a mount error. See the

Re: [OpenIndiana-discuss] DLNA server

2013-03-09 Thread Michelle Knight
, or refreshing publisher information: serviio On Fri, 8 Mar 2013 12:39:59 + Edward Ned Harvey (openindiana) openindi...@nedharvey.com wrote: From: Michelle Knight [mailto:miche...@msknight.com] It looks like I'm going to have to install something on the server to publish

Re: [OpenIndiana-discuss] DLNA server

2013-03-08 Thread Michelle Knight
Thanks all, I'll give these a shot tonight. I also took the chickens way out and emailed Humax asking them to include an SMB option :-) ... they're considering it. Michelle. On Fri, 08 Mar 2013 10:13:24 +0100 Hans J. Albertsson hans.j.alberts...@branneriet.se wrote: Indeed, this works well.

[OpenIndiana-discuss] DLNA server

2013-03-07 Thread Michelle Knight
potentially risk damaging my file server, I thought I'd seek knowledgeable help first. I'd be grateful for any guidance. Many thanks in advance for any help. Michelle Knight ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http

Re: [OpenIndiana-discuss] DLNA server

2013-03-07 Thread Michelle Knight
a while. The biggest drawback for the DLNA servers I tried was that I was only able to play, pause, and stop. Rewind and Fast-forward wasn't possible from the PVR on the DLNA stream. Good luck, Gary On 03/07/2013 02:19 PM, Michelle Knight wrote: Hi Folks, I'm not turning up much

[OpenIndiana-discuss] Anti-Virus strategy

2012-12-26 Thread Michelle Knight
Hi Folks, Up until now, I've been using Clam on a linux client to remotely scan my ZFS volumes overnight every few days; primarily as I don't know anything about running anti-viru direclty on the OI box. However, the number of (especially small ) files has been increasing so I'm facing

Re: [OpenIndiana-discuss] Anti-Virus strategy

2012-12-26 Thread Michelle Knight
Thank you both for your advice. I neglected to tell you exactly what role OI is being used for, which could help you target your advice. The OI machine is a simple text server installation; no frills. It has two admin users on board, namely root and the irregular user name that I use when

Re: [OpenIndiana-discuss] N40L rear e-sata

2012-11-12 Thread Michelle Knight
On Sun, 11 Nov 2012 18:30:23 +0100 v...@bb-c.de (Volker A. Brandt) wrote: I made a new installation of OI a couple of weeks ago, on a HP N40L system. At the back is an e-sata port that I want to hook up to an external drive, but when I hook up a drive through it and issue cfgadm -lav I

[OpenIndiana-discuss] N40L rear e-sata

2012-11-11 Thread Michelle Knight
Hi Folks, I made a new installation of OI a couple of weeks ago, on a HP N40L system. At the back is an e-sata port that I want to hook up to an external drive, but when I hook up a drive through it and issue cfgadm -lav I can't see it on any channel. Does anyone have any experience/advice

Re: [OpenIndiana-discuss] Migration to HP N40L

2012-10-27 Thread Michelle Knight
Well, I've had success doing this with Ubuntu, moving between intel and amd architectures. I did guess I was pushing my luck with OI, however. Running with -v and console to text didn't work. The result was the emoty bar, then it went to a full white bar, and then instantly rebooted. I saw no

[OpenIndiana-discuss] Migration to HP N40L

2012-10-26 Thread Michelle Knight
Hi Folks, After much good advice given on my previous queries, I have decided to purchase an N40L server and migrate to it. I have a few questions, but first, the set up. *) The BIOS has been flashed to allow AHCI on the fifth SATA channel. It is currently running on a Pico 120w power supply.

Re: [OpenIndiana-discuss] Migration to HP N40L

2012-10-26 Thread Michelle Knight
Thanks for the suggestions so far. I'll try them tomorrow; I'm about to hit bed. Magnus, might I ask whether your USB legacy setting is on or off please? Many thanks, Michelle. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-14 Thread Michelle Knight
Hi Folks, Just to give closure, it seems to have been the PSU. The system has been up for about 36 hours, done three core data backups to external drives, so I'm happy that it was a power supply issue. As a result of this (I'd been thinking of this anyway) I'd like to move the OI installation

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-14 Thread Michelle Knight
On Sun, 14 Oct 2012 11:18:52 +0200 Roel_D openindi...@out-side.nl wrote: HP N40L Runs every OI version out of the box. Although it has a ventilator Kind regards, The out-side Hi, On the tech sheet it is one data port short and max internal storage is 4 x 2tb drives. I already

[OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
please because I'm at a loss with this one. Many thanks, Michelle Knight. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
Not sure whether this information helps, it is everything from the messages grepped for failed and seems to roughly link up to the reboots ... but I do mean roughly... Oct 5 21:56:41 jaguar nwamd[76]: [ID 605049 daemon.error] 1: nwamd_set_unset_link_properties: dladm_set_linkprop failed:

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
Services running are... ...and the processor seems to be 99.9% idle. And I think that the 0.01% is top mich@jaguar:~# svcs STATE STIMEFMRI legacy_run 21:10:58 lrc:/etc/rc2_d/S20sysetup legacy_run 21:10:58 lrc:/etc/rc2_d/S47pppd legacy_run 21:10:58

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
A bit more on the ZFS version issue which I can't figure out... mich@jaguar:~# zpool upgrade -V 15 data This system supports ZFS pool feature flags. Pool 'data' is already formatted using more current version '28'. mich@jaguar:~# zfs get version data NAME PROPERTY VALUESOURCE data

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
On Thu, 11 Oct 2012 22:50:00 +0200 Roel_D openindi...@out-side.nl wrote: Looking at the plumb unplumb messages my first thought was that there is an other pc with the same ip-address in the network. Maybe a pc with a fixed address that your dhcp server tries to assign to your OI server?

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-11 Thread Michelle Knight
On Fri, 12 Oct 2012 01:15:00 +0400 Jim Klimov jimkli...@cos.ru wrote: 2012-10-12 0:48, Michelle Knight пишет: A bit more on the ZFS version issue which I can't figure out... mich@jaguar:~# zpool upgrade -V 15 data This system supports ZFS pool feature flags. Pool 'data' is already

[OpenIndiana-discuss] SMB transfer failure

2011-11-10 Thread Michelle Knight
Hi Folks, Server - 151a Sept 2011. Client - Xubuntu 32 bit. SMB share from the server, (ZFS published) is mounted to the client. Any attempt to copy a file to the server, greater than around 100,000 bytes results in the client reporting an I/O error. A file of 91,738 bytes will transfer. A

Re: [OpenIndiana-discuss] smb failed to start

2011-10-08 Thread Michelle Knight
A reboot, apparently, sorted it. However, I have another problem for which I'll lodge another post. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

[OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
in a set of disks that I took off site. Anyone have any ideas please? Many thanks, Michelle Knight ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
Hi Bernd, Correct. It hangs the box. I do have physical access and rebooted it. I have re-started the copy as after the reboot, the pool was mounted and not reporting any errors. Please can you guide me to the core dumps as I'm not sure about these, and the avenues on more expanded

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
Hi Bernd, /var/crash didn't exist. /var/cores was empty I have a copy of the message and log files. The messages only contains that one notice of the drive not responding, and that was it. The messages after that were when I had to restart the system, so there was nothing useful in there.

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
Apologies for the delay. Had a plumbing emergency! --- -- - TIMEEVENT-ID MSG-ID SEVERITY --- -- - Oct 07

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
[ Sep 13 21:46:19 Executing start method (/usr/lib/smbsrv/smbd start). ] smbd: NetBIOS services started smbd: service initialized [ Sep 13 21:46:19 Method start exited with status 0. ] smbd_refresh_monitor: online smbd_localtime_monitor: online smbd_spool_monitor: online [ Oct 7 19:55:33 Enabled.

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
It looks like there was some process or change with the smb service that wasn't happy until it had received another reboot. It crosses my mind that if smb wasn't happy ... might this have caused an upset with zfs because one of the pools is shared via smb? Incidentally, it looks like backup

Re: [OpenIndiana-discuss] ZFS problem hangs machine

2011-10-08 Thread Michelle Knight
Thanks Gordon, Thanks Bernd, I think that is it. The extra reboot was probably what was needed for it to work. If it gives further trouble, then I'll enable coreadm but for now it seems fine and is still copying files. Does anyone know if the R620 card is on the cards to be supported at some

[OpenIndiana-discuss] smb failed to start

2011-10-07 Thread Michelle Knight
Hi Folks, Just updated the server from 148 to 151a x86 # svcs -xv svc:/network/smb/server:default svc:/network/smb/server:default (smbd daemon) State: maintenance since 7 October 2011 19:56:40 BST Reason: Start method exited with $SMF_EXIT_ERR_FATAL. See: http://sun.com/msg/SMF-8000-KS

Re: [OpenIndiana-discuss] smb failed to start

2011-10-07 Thread Michelle Knight
A bit more info... # svcs -d smb/server STATE STIMEFMRI online 19:55:37 svc:/system/filesystem/local:default online 19:55:38 svc:/system/idmap:default online 19:55:39 svc:/network/smb/client:default online 19:57:40 svc:/milestone/network:default #

Re: [OpenIndiana-discuss] Announcing OpenIndiana Build 151a

2011-09-14 Thread Michelle Knight
Great stuff!!! I'll update tonight. Quick question, is the Rocket SATA card supported yet please? I didn't spot it in the drivers list. Oh, and sysver doesn't work. What is the OI equivalent please? I tried a traditional internet search but didn't get anywhere. I was probably using the wrong

Re: [OpenIndiana-discuss] Are there any issues re ZFS on 2TB disks (from WD??) with large blocksizes?

2011-02-07 Thread Michelle Knight
I've got three 2tb disks, one Seagate and two Western Digital in a RaidZ - all are functioning fine on SATA. On Monday 07 February 2011 09:26:53 Hans J. Albertsson wrote: I'm planning to upgrade my two mirrored 500 GB SATAII rpool disks to 2x2TB disks. A friend with some Sun experience

Re: [OpenIndiana-discuss] Are there any issues re ZFS on 2TB disks (from WD??) with large blocksizes?

2011-02-07 Thread Michelle Knight
Duh! I forgot to add something which you very likely already know anyway ... if you have a 32 bit version installed, you can't address a drive more than 1tb. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

[OpenIndiana-discuss] An odd permissions issue...

2011-02-07 Thread Michelle Knight
OK - this is going to be a difficult one to explain. Then again, I'm always known for coming across the strange stuff. Local box... Ubuntu 10.10 User name michelle UID 1101 group name michelle UID 1101 Remote box... OI 148 User name michelle uid 1101 group name michelle UID 1101 control group

Re: [OpenIndiana-discuss] An odd permissions issue...

2011-02-07 Thread Michelle Knight
Hi, I think you need to grab an piece of paper and pencil and trace step by step the way you have setup and see if a directory or file,etc is not correctly configured, like, trace a program by hand to find a logical error. I have ... and that's what has driven me to looking like

Re: [OpenIndiana-discuss] An odd permissions issue...

2011-02-07 Thread Michelle Knight
On Monday 07 February 2011 23:06:14 Edward Martinez wrote: On 02/07/11 11:41, Michelle Knight wrote: through the smba mount. Hi, I think the problem relies in samba may be of some help: I think you're correct. There would be no other explanation why I could delete a file that I own

Re: [OpenIndiana-discuss] Monitor or writing drivers

2011-02-06 Thread Michelle Knight
Thanks very much folks; much appreciated. I think that it was high time that I became conversant with C; although from what I've been reading, I don't think there is any chance of me becoming to the level required to write drivers I need this side of 2012. Someone e-mailed me directly and

Re: [OpenIndiana-discuss] Monitor or writing drivers

2011-02-06 Thread Michelle Knight
There was a time where I understood the 8086 architecture quite well. I had Peter Norton's books and even wrote in Pascal and 8086 assembler taking over the graphics subsystems - http://msknight.com/index.php?page=221 - don't ask me what that code does now, though. I haven't got a clue. A

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
Hi, sorry, I'm still learning about computers and solaris myself, these mailing lists have been a hugh help:-) the only thing i can think about is if it's possible to have the card exchange for another one that is compatible the ahci driver, like a jmicron, vt8251 or an intel

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
Hi, I was reading the man page for the ahci driver in nexenta core, I's sure it is same in OI, and at the very end it says: To bind the ahci driver to your controller, choose the [AHCI] BIOS option. wondering if you have already tried doing this? Hi, No, I

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
I've found the man page for ahci on OI. It isn't that clear to me, unforunately. I need to find out where to bing the ahci driver to that card in ide mode, if I read it correctly. It doesn't give an example of how. ___ OpenIndiana-discuss mailing

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
Hi, The BIOS is software built into the PC. Ah, the BIOS for the motherboard. I'd have thought it possible to bind AHCI on a controller by controller basis. The cards have their own BIOS, and one of the other cards which was sent back, allowed me to get in to its own BIOS and

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
Ah well, I thought as much. Changing the AHCI to IDE on the motherboard resulted in a failure to boot from the system drives. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
On Friday 04 February 2011 21:13:39 Alex Smith (K4RNT) wrote: The motherboard BIOS setting only controls the integrated SATA controller - it won't do *anything* for discrete SATA controllers on separate cards. I thought that was the case; but hey, I don't know everything so I was more than

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
it's cool i also learned something new myself, we are always learning.:-) just for test, have you tried solaris 11 express? No, the SE11 licence doesn't make any allowance for non-commercial perpetual working, so I stayed away from it. After looking at the various options, I decided that

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Michelle Knight
Hi Deano, Good suggestions, well worth making, but this card doesn't have any RAID on board; that is one reason it appealed to me, a lack of frills that I didn't need. Unfortunately, I think that the lack of frills is also behind why there isn't any changeable BIOS option. There is no key

[OpenIndiana-discuss] E-sata PCIe card problems

2011-02-03 Thread Michelle Knight
Hi Folks, Me again. This time I got a Rocket 600 series controller (622 - PCIe 1x with 2 eSATA 3 ports) on the Marvel 88SE9128 chipset. The card does, on boot, recognise any hard drives inserted. However, all is not rosy. cfgadm -v sata2/0disconnected unconfigured

Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-03 Thread Michelle Knight
I remembered the command - scanpci -v I think this is it... pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x1b4b device 0x9123 Device unknown CardVendor 0x1b4b card 0x9123 (Card unknown) STATUS0x0010 COMMAND 0x0047 CLASS 0x01 0x06 0x01 REVISION 0x11 BIST 0x00 HEADER

Re: [OpenIndiana-discuss] crontab error

2011-01-26 Thread Michelle Knight
Best thing is to pull up the man page on the box you're working on. Not all installations are the same. Indeed, looking up the crontab on my OI box, 7 doesn't exist. It is 0-6 with 0=Sunday) Other things that are worth checking is the location of some options. On some boxes some options like

Re: [OpenIndiana-discuss] problem with login password

2011-01-23 Thread Michelle Knight
I don't think the live cd would have changed your password unless you re- installed OI. Try typing the password in the user name screen to make sure the keyboard is working properly and that the letters you type, are coming out right. Also watch for your Caps Lock being on or off whenever you

[OpenIndiana-discuss] My apologies to the list

2011-01-23 Thread Michelle Knight
Hi Folks, My apologies are due to people. I believed that the forum kept track of threads by the subject line, therefore replying to a mail and changing the subject to a completely new subject, would result in a new thread. Apparently, I've been informed that isn't the case and I've been

[OpenIndiana-discuss] ZFS CKSUM degrade threshold

2011-01-23 Thread Michelle Knight
I've tried to look on the Internet, and I've examined the variables of zfs and zpool fo the backup set, but I can't find the threshold limit for cksum errors before it sets the pool to degraded. The external sets seem to be suffering time out issues which are causing the cksum errors even

Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-22 Thread Michelle Knight
Thanks to everyone so far with the chipset recommendations. I've done a lot of reading and the best value I can find so far is this... http://www.scan.co.uk/products/highpoint-rocketraid-640-%28rr640%29-4-channel- internal-pci-e-20-x4-to-sata-6gb-s-raid-controller-card#ProductFeatures - for

Re: [OpenIndiana-discuss] General ZFS questions (Michelle Knight)

2011-01-22 Thread Michelle Knight
wages. Michelle. On Saturday 22 January 2011 14:53:09 Calum Mackay wrote: On 13/01/11 14:03, Michelle Knight wrote: At the moment, I'm having more problems. In beginning the copy to the backup section, even with one device on the motherboard e-sata and the other on a USB port

[OpenIndiana-discuss] ZFS single drive CKSUM errors

2011-01-22 Thread Michelle Knight
Hi Folks, Something I don't understand. A single drive with a ZFS partition on it. No mirror, no raid, no nothing. I copied a load of files to it and did a scrub. It encountered six checksum errors and was able to recover from them ... without having any mirror or other redundant reference

Re: [OpenIndiana-discuss] ZFS single drive CKSUM errors

2011-01-22 Thread Michelle Knight
Thanks folks, The drives are desktop drives, 1.5tb seagate baracuda LP units. They seemed to be perfectly happy when inside the machine attached to motherboard sata channels. In this case, they are on the single e-sata channel of the motherboard, with no raid going on either in hardware or

Re: [OpenIndiana-discuss] Zpool upgrade didn't seem to upgrade

2011-01-20 Thread Michelle Knight
SSD and HD can not be mixed. Regards Edward Apologies, the three drives at the bottom of the list are the 2tb ones. There's no way I could afford a 2tb SSD on my local government salary!!! ___ OpenIndiana-discuss mailing list

Re: [OpenIndiana-discuss] Zpool upgrade didn't seem to upgrade

2011-01-20 Thread Michelle Knight
Morning! Personally i assume the peaks were triggerd by resilvering the pool. Its not uncommon that you have a high load, if your pool is resilvering. Yes, the peaks were triggered by the resiver. Best Practice in this case would have been creating a new Zpool, e.g raidz.. zfs send

[OpenIndiana-discuss] PCIe card problem

2011-01-20 Thread Michelle Knight
Hi Folks, In my effort to save money, I bought a PCIe card that gave me two reasonably fast e-sata ports. I've got a feeling that OI can't see the card and therefore won't use it. Am I right? Is there anything I can do about this? The chipset is Marvell 9128

Re: [OpenIndiana-discuss] Zpool upgrade didn't seem to upgrade

2011-01-20 Thread Michelle Knight
Thanks Bernd, I know ... it isn't a backup solution. This is why I have the e-sata problems, to back up to external hard drives. - and I'm having problems with that as well :-) But the problem here is that the export and import should enable ZFS to make use of the extra space ... but for some

Re: [OpenIndiana-discuss] Antwort: Re: Zpool upgrade didn't seem to upgrade

2011-01-20 Thread Michelle Knight
Hi Thorsten, No snapshots on the data pool ... mich@jaguar:~# zfs list -tall NAME USED AVAIL REFER MOUNTPOINT data2.28T 393G 2.28T /mirror rpool 7.69G 28.7G45K /rpool rpool/ROOT

Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-20 Thread Michelle Knight
Thanks Greg, I had written off the previous suggestions of using e-sata interfaces, because the motherboard sata ports are already fully used. I hadn't thought of using such interfaces on a PCI-E card. That's actually a great idea. Michelle. I've managed to get a couple of these...

Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-20 Thread Michelle Knight
On Thursday 20 January 2011 21:14:58 Alex Smith (K4RNT) wrote: If you have a 4x PCI-Express slot available, I highly recommend the 3ware 9650. Ouch. That's a lot of money. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-20 Thread Michelle Knight
Hi Willard, Thank you for those links. I've had a look through and it is interesting that the cheaper cards are Marvell, though based on . The card I've got problems with is based on the Marvell 9128 chipset. Do you think I could run in to trouble? Michelle. On Thursday 20 January 2011

Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-20 Thread Michelle Knight
I've dug up this one. http://www.scan.co.uk/products/highpoint-rocketraid-640-%28rr640%29-4-channel- internal-pci-e-20-x4-to-sata-6gb-s-raid-controller-card#ProductFeatures Seems to be on the same Marvell 88SE9128 chipset from what I can see. Anyone any opinions on it please? More tech info

  1   2   >