Re: Word "save to server" bug solved



On 2006-06-25 11:24:36 +0100, "Dave Provine" <dave@xxxxxxxxxxxxxx> said:

Many people, but not all, have run into the Save to Server bug with OS
10.4 and servers. The solution has been identified and is somewhat
easily implemented.

The problem is explained here-

http://docs.info.apple.com/article.html?artnum=302979

The local UID on the user's computer needs to be changed away from the
default 501 or 502.

If you open Terminal on their computer while they're logged in, and
type "id" without quotes, it should return something like this-

uid=1025(provine) gid=20(staff) groups=20(staff)

If the uid is 501 or 502, that's bad. Change it to something much
higher like 5263214. It can be a large number. It just has to be
Globally Unique.

(Excellent information BTW)

The maximum uid value is 2^32 on Darwin, ie 4294967296.

I wonder why MS didn't use the guid that is associated with an OS X account instead?

Cheers,

Chris

.



Relevant Pages

  • Re: VM issue causing high CPU loads
    ... uid, gid and groups. ... My servers are imap servers. ... so 16 hash buckets are likely to be filled with ~10^6 entries each. ... does it have to be before you start to get acceptable performance? ...
    (Linux-Kernel)
  • UID Issue with NIS+ Table lookup
    ... The acct has been around and used for years and working just fine. ... the acct jsmith can no longer query the nisplus tables: ... The same thing happens with UID 328. ... At one point in the game, all other NIS+ client and/or replica servers worked ok for the user jsmith. ...
    (SunManagers)
  • Re: Multiple server monitoring with HPs iLO ... ?
    ... G1 servers are accepting telnet, ... Used to show values of a property or contents of a collection target. ... The UID light is currently: ...
    (freebsd-questions)
  • Re: [PATCH] cifs: handle termination of cifs oplockd kernel thread
    ... OK - why don't we just add this (ie the ioctl removal) to the patch ... with the existing meaning of the mount option "uid" ie as the default ... mounting to servers which can not return inode owners as uids). ... NFSv4 uses an upcall for this (although they are mapping ...
    (Linux-Kernel)

Loading