Forum Replies Created
-
AuthorPosts
-
simen
ParticipantNo. This should be set in the script no matter where it is run from. Except if you run it from the Terminal while you are logged into an account.
simen
ParticipantWhat is the way to update clients with own packages nowadays? Is this script still the way? Or is it anything else that you use? You use ARD? Or something else?
simen
ParticipantYou should probably add this to the top of the script:
[code]export COMMAND_LINE_INSTALL=1
export USER=foo[/code]
User foo is any account that can login.This will resolve problems with iTunes upgrades.
simen
ParticipantIt takes 40 seconds here to login here. Is that normal? And I fixed the “bdb_equality_candidates: (apple-computers) index_param failed” error… See last post here:
http://discussions.apple.com/thread.jspa?messageID=7481015
I still have this error
“Jul 21 23:50:47 server slapd[3512]: SASL [conn=12] Failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)”
What is that?
Here is my DNS settings:
[code] $TTL 10800
private. IN SOA server.private. x.server.private. (
2008071010 ;Serial
86400 ;Refresh
3600 ;Retry
604800 ;Expire
345600 ;Negative caching TTL
)private. IN NS server.private.
server IN A 10.0.0.2k031 IN A 10.0.0.31
k032 IN A 10.0.0.32
[/code]
And reverse:
[code] $TTL 10800
0.0.10.in-addr.arpa. IN SOA server.private. x.private. (
2008071009 ;Serial
86400 ;Refresh
3600 ;Retry
604800 ;Expire
345600 ;Negative caching TTL
)0.0.10.in-addr.arpa. IN NS server.private.
2.0.0.10.in-addr.arpa. IN PTR server.private.
31.0.0.10.in-addr.arpa. IN PTR k031.private.
32.0.0.10.in-addr.arpa. IN PTR k032.private.[/code]Yes. It is .private, I didn’t anonymize it.
I thought the reason we bought “Mac OS X Server” was so we didn’t have to fiddle with these kinda things…
-
AuthorPosts
Recent Comments