Re: [OpenIndiana-discuss] installing oracle 11g

2012-06-03 Thread Dave Koelmeyer
On 05/24/12 10:20 AM, Alan Coopersmith wrote: The simplest workaround is to grant the Oracle user permission before you su to it: xhost +si:localuser:oracle Hi Alan/all, Out of interest, assuming I am granting a local user permission to use X in this manner, how do I make this persi

Re: [OpenIndiana-discuss] problems with permissions on smb share

2012-06-03 Thread Robbie Crash
I see two problems, The first is that you've got your ACL's set to not propagate to files/directories: This: user:oi:rwxpdDaARWcCos:---:allow Means that the owner has full access to that file, but not to child directories, or to child files according to the ZFS ACL. In order to get things to

Re: [OpenIndiana-discuss] problems with permissions on smb share

2012-06-03 Thread Jan Owoc
On Sun, Jun 3, 2012 at 4:32 PM, Robbie Crash wrote: > What's the aclmode on the pool? > > Zfs get aclmode tankz2 root@openindiana:~# zfs get aclmode tankz2 tankz2/scratch NAMEPROPERTY VALUESOURCE tankz2 aclmode discard default tankz2/scratch aclmode discard

Re: [OpenIndiana-discuss] problems with permissions on smb share

2012-06-03 Thread Robbie Crash
What's the aclmode on the pool? Zfs get aclmode tankz2 On Jun 3, 2012 6:21 PM, "Jan Owoc" wrote: > Hi, > > I've been using OpenIndiana151 for a home file server for several > months now with good success, but am running into a curious problem. > When I copy a file from Windows to the smb share,

[OpenIndiana-discuss] problems with permissions on smb share

2012-06-03 Thread Jan Owoc
Hi, I've been using OpenIndiana151 for a home file server for several months now with good success, but am running into a curious problem. When I copy a file from Windows to the smb share, I can do whatever I want with it (rename, delete, etc.). However, if I move the file (using Windows) from one

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Richard Sharpe
On Sun, Jun 3, 2012 at 12:03 PM, Milan Jurik wrote: > Hi Richard, > > Richard Sharpe píše v ne 03. 06. 2012 v 06:55 -0700: >> Hi folks, >> >> I have figured out part of my problem with the OpenIndiana machine on >> the Samba build farm. >> >> It seems that the system goes not have GNU make install

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Milan Jurik
Hi Richard, Richard Sharpe píše v ne 03. 06. 2012 v 06:55 -0700: > Hi folks, > > I have figured out part of my problem with the OpenIndiana machine on > the Samba build farm. > > It seems that the system goes not have GNU make installed or the > OpenIndiana version of make is first on the path.

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Richard Sharpe
On Sun, Jun 3, 2012 at 11:25 AM, James Carlson wrote: > On 6/3/2012 11:17 AM, Richard Sharpe wrote: >> Hmmm, that does not _seem_ to be the case. Regardless of whether I have >> >>.SUFFIXES: .o .so >> >> or >> >>.SUFFIXES: .so .o >> >> I still get the same message indicating that it does n

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread James Carlson
On 6/3/2012 11:17 AM, Richard Sharpe wrote: > Hmmm, that does not _seem_ to be the case. Regardless of whether I have > >.SUFFIXES: .o .so > > or > >.SUFFIXES: .so .o > > I still get the same message indicating that it does not know how to > build a .so from a .o > > (The indent above

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Richard Sharpe
On Sun, Jun 3, 2012 at 7:34 AM, Joshua M. Clulow wrote: > On 3 June 2012 23:55, Richard Sharpe wrote: >> We have the following in the Makefile: >> .SUFFIXES: .so >> >> .o.so: >>@echo "Linking $<" >>@$(CC) $(LDSHFLAGS) $(LDFLAGS) $*.o -o $*.so >> >> and make is objecting with: Don'

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Richard Sharpe
On Sun, Jun 3, 2012 at 7:34 AM, Joshua M. Clulow wrote: > On 3 June 2012 23:55, Richard Sharpe wrote: >> We have the following in the Makefile: >> .SUFFIXES: .so >> >> .o.so: >>@echo "Linking $<" >>@$(CC) $(LDSHFLAGS) $(LDFLAGS) $*.o -o $*.so >> >> and make is objecting with: Don'

Re: [OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Joshua M. Clulow
On 3 June 2012 23:55, Richard Sharpe wrote: > We have the following in the Makefile: > .SUFFIXES: .so > > .o.so: >        @echo "Linking $<" >        @$(CC) $(LDSHFLAGS) $(LDFLAGS) $*.o -o $*.so > > and make is objecting with: Don't know how to make blah.so. > > Is there any way to work around thi

[OpenIndiana-discuss] How do I get OpenIndana's make (not gmake) to accept the following

2012-06-03 Thread Richard Sharpe
Hi folks, I have figured out part of my problem with the OpenIndiana machine on the Samba build farm. It seems that the system goes not have GNU make installed or the OpenIndiana version of make is first on the path. We have the following in the Makefile: .SUFFIXES: .so .o.so: @echo "L

Re: [OpenIndiana-discuss] zfs question - when can _rewriting_ a block of a file fail on out-of-space?

2012-06-03 Thread Richard Elling
On Jun 1, 2012, at 10:45 PM, Richard L. Hamilton wrote: > In a non-COW filesystem, one would expect that rewriting an already allocated > block would never fail for out-of-space (ENOSPC). This seems like a rather broad assumption. It may hold for FAT or UFS, but might not hold for some of the m

Re: [OpenIndiana-discuss] ZFS restore from snapshot

2012-06-03 Thread Mike La Spina
I would suggest you run a zpool scrub. -Original Message- From: Jay Heyl [mailto:j...@frelled.us] Sent: Saturday, June 02, 2012 11:15 PM To: Discussion list for OpenIndiana Subject: [OpenIndiana-discuss] ZFS restore from snapshot I have a file that shows as corrupted in the live file sys