dbTalk Databases Forums  

OSX permission

comp.databases.filemaker comp.databases.filemaker


Discuss OSX permission in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Lesher
 
Posts: n/a

Default OSX permission - 06-21-2007 , 07:29 PM









FMP 8 Server under OSX 10.3.9
FMP 8.5 clients under 10.3, 10.4 & XP


Where can I go to find a writeup on correct FMP file
ownership/permissions?

Currently, Server's installed by user "fmphost" but the database
folder is owned by "fmserver", in group "fmsadmin".

Ditto the database (.fp7) files under "database".

But then a copy of FMP 8.5 on the server can't directly access the
files (With Server down; of course..). I was trying to copy&compact
etc...

I tried to add fmphost to the fmsadmin group via Netinfo, but still no
joy...

Suggestions/examples?

--
A host is a host from coast to coast.................wb8foz (AT) nrk (DOT) com
& no one will talk to a host that's close........[v].(301) 56-LINUX
Unless the host (that isn't close).........................pob 1433
is busy, hung or dead....................................20915-1433

Reply With Quote
  #2  
Old   
lark
 
Posts: n/a

Default Re: OSX permission - 06-22-2007 , 01:15 PM






== Quote from David Lesher (wb8foz (AT) panix (DOT) com)'s article
Quote:
FMP 8 Server under OSX 10.3.9
FMP 8.5 clients under 10.3, 10.4 & XP
Where can I go to find a writeup on correct FMP file
ownership/permissions?
Currently, Server's installed by user "fmphost" but the database
folder is owned by "fmserver", in group "fmsadmin".
Ditto the database (.fp7) files under "database".
But then a copy of FMP 8.5 on the server can't directly access the
files (With Server down; of course..). I was trying to copy&compact
etc...
I tried to add fmphost to the fmsadmin group via Netinfo, but still no
joy...
Suggestions/examples?

mine works fine from osx clients and xp clients. file ownership in the osx is as
follows:
Data-> fmserver:fmsadmin 775
Databases-> fmserver:fmsadmin 775

then individual files have either my ownership or the server's ownership with
fmsadmin as their group owner.


--
POST BY: lark with PHP News Reader


Reply With Quote
  #3  
Old   
David Lesher
 
Posts: n/a

Default Re: OSX permission - 06-22-2007 , 07:46 PM



lark <hamzee (AT) sbcgobal (DOT) net> writes:

Quote:
== Quote from David Lesher (wb8foz (AT) panix (DOT) com)'s article
FMP 8 Server under OSX 10.3.9
FMP 8.5 clients under 10.3, 10.4 & XP
Where can I go to find a writeup on correct FMP file
ownership/permissions?
Currently, Server's installed by user "fmphost" but the database
folder is owned by "fmserver", in group "fmsadmin".
Ditto the database (.fp7) files under "database".
But then a copy of FMP 8.5 on the server can't directly access the
files (With Server down; of course..). I was trying to copy&compact
etc...
I tried to add fmphost to the fmsadmin group via Netinfo, but still no
joy...
Suggestions/examples?

Quote:
mine works fine from osx clients and xp clients. file ownership in the osx is as
follows:
Data-> fmserver:fmsadmin 775
Databases-> fmserver:fmsadmin 775
For whatever reason; the files in Database (aka *.fp7) were all
644... I'll see if that fixes things when I next visit...

--
A host is a host from coast to coast.................wb8foz (AT) nrk (DOT) com
& no one will talk to a host that's close........[v].(301) 56-LINUX
Unless the host (that isn't close).........................pob 1433
is busy, hung or dead....................................20915-1433


Reply With Quote
  #4  
Old   
Tom Stiller
 
Posts: n/a

Default Re: OSX permission - 06-22-2007 , 10:22 PM



In article <f5hqhj$n4k$1 (AT) reader2 (DOT) panix.com>,
David Lesher <wb8foz (AT) panix (DOT) com> wrote:

Quote:
lark <hamzee (AT) sbcgobal (DOT) net> writes:

== Quote from David Lesher (wb8foz (AT) panix (DOT) com)'s article
FMP 8 Server under OSX 10.3.9
FMP 8.5 clients under 10.3, 10.4 & XP
Where can I go to find a writeup on correct FMP file
ownership/permissions?
Currently, Server's installed by user "fmphost" but the database
folder is owned by "fmserver", in group "fmsadmin".
Ditto the database (.fp7) files under "database".
But then a copy of FMP 8.5 on the server can't directly access the
files (With Server down; of course..). I was trying to copy&compact
etc...
I tried to add fmphost to the fmsadmin group via Netinfo, but still no
joy...
Suggestions/examples?


mine works fine from osx clients and xp clients. file ownership in the osx
is as
follows:
Data-> fmserver:fmsadmin 775
Databases-> fmserver:fmsadmin 775

For whatever reason; the files in Database (aka *.fp7) were all
644... I'll see if that fixes things when I next visit...
Changing the permission from 755 to 644 will only affect directories and
_executable_ files, it will have no effect on database files.

--
Tom Stiller

PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3
7BDA 71ED 6496 99C0 C7CF


Reply With Quote
  #5  
Old   
David Lesher
 
Posts: n/a

Default Re: OSX permission - 06-23-2007 , 12:38 AM



Tom Stiller <tomstiller (AT) comcast (DOT) net> writes:

Quote:
mine works fine from osx clients and xp clients. file ownership in the osx
is as
follows:
Data-> fmserver:fmsadmin 775
Databases-> fmserver:fmsadmin 775

For whatever reason; the files in Database (aka *.fp7) were all
644... I'll see if that fixes things when I next visit...

Changing the permission from 755 to 644 will only affect directories and
_executable_ files, it will have no effect on database files.
They *were* 644; now...

But you are correct; what I should have typed is they are now 775.

And I don't grok why x would be set on the database files either; but
that's what he said.

[I have a hard enough time dealing with this NetInfo nonsense; Real Men
change group membership with vi & /etc/group after all..]

--
A host is a host from coast to coast.................wb8foz (AT) nrk (DOT) com
& no one will talk to a host that's close........[v].(301) 56-LINUX
Unless the host (that isn't close).........................pob 1433
is busy, hung or dead....................................20915-1433


Reply With Quote
  #6  
Old   
Tom Stiller
 
Posts: n/a

Default Re: OSX permission - 06-23-2007 , 07:29 AM



In article <f5ibku$nj$1 (AT) reader2 (DOT) panix.com>,
David Lesher <wb8foz (AT) panix (DOT) com> wrote:

Quote:
Tom Stiller <tomstiller (AT) comcast (DOT) net> writes:

mine works fine from osx clients and xp clients. file ownership in the
osx
is as
follows:
Data-> fmserver:fmsadmin 775
Databases-> fmserver:fmsadmin 775

For whatever reason; the files in Database (aka *.fp7) were all
644... I'll see if that fixes things when I next visit...

Changing the permission from 755 to 644 will only affect directories and
_executable_ files, it will have no effect on database files.

They *were* 644; now...

But you are correct; what I should have typed is they are now 775.

And I don't grok why x would be set on the database files either; but
that's what he said.

[I have a hard enough time dealing with this NetInfo nonsense; Real Men
change group membership with vi & /etc/group after all..]
Yeah, but if the OS doesn't read the flat files except for single-user
mode or when explicitly told to, it's not very satisfying.

--
Tom Stiller

PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3
7BDA 71ED 6496 99C0 C7CF


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.