Forum Replies Created

Viewing 15 posts - 121 through 135 (of 157 total)
  • Author
    Posts
  • in reply to: Help with Dynamic DNS on Xserve and OSX clients #371407
    khiltd
    Participant

    So judging by your reaction I’m going to guess that you did not actually try following the instructions before asserting that it wasn’t possible.

    in reply to: running sips via Perl/PHP system function #371405
    khiltd
    Participant

    Further information regarding the manner in which “it fails” would be necessary to make any attempt at a diagnosis. Your PHP configuration may simply be forbidding the use of the system function.

    Either way, using GD for whatever you’re trying to accomplish would probably be advisable, as nothing which relies on sips is going to be terribly portable.

    in reply to: question about domain name #371379
    khiltd
    Participant

    If you’re not running your own DNS then I’m not sure what it is you think you need to put a domain name into. What are you talking about and does it actually have anything to do with OS X Server?

    in reply to: !!! 10.5.1 Server ate my DHCP static maps #371369
    khiltd
    Participant

    If you don’t have a current backup then there’s probably not much you can do about a clobbered file at this point.

    in reply to: question about domain name #371368
    khiltd
    Participant

    Domain names cost money if that’s your question. If not then you’re going to have to be more specific.

    in reply to: Help with Dynamic DNS on Xserve and OSX clients #371328
    khiltd
    Participant

    I probably wouldn’t invest in an XServe just to run BIND, either, but all signs point to the fact that [b]you[/b] were the one that “couldn’t do it” and are now publicly rationalizing a personal agenda through scapegoating. Did you actually try anything in the article on this subject that was initially recommended? If there were problems with the instructions I’m sure the author would like to know about it so that they can be corrected or amended as needed.

    in reply to: Cross platform compressed archive format suggestions? #371326
    khiltd
    Participant

    .7z is gaining popularity, but support isn’t built in to any OS that I’m aware of at the moment.

    in reply to: Help with Dynamic DNS on Xserve and OSX clients #371321
    khiltd
    Participant

    I’m not sure the XServe can be appropriately blamed for one’s lack of familiarity with it.

    in reply to: Play audio file hidden from user via command line #371320
    khiltd
    Participant

    You can make the machine talk via the “say” command, but if you want to play an arbitrary sound file on command you’ll more than likely have to grab the AppleScript extension that adds this functionality to the language and invoke it via osascript.

    Either way I wouldn’t advise relying upon a computer’s speaker for fire alarms.

    in reply to: LoginHooks/MCX Login Scripts not working in Leopard? #371319
    khiltd
    Participant

    [QUOTE][u]Quote by: doxym[/u][p]how would one go about writing a launchd script to create folders etc *when* any user logs in[/p][/QUOTE]

    In /Library/LaunchAgents/:

    [code]

    Label
    com.khiltd.whoami
    ProgramArguments

    id

    RunAtLoad
    [/code]

    Output during fast user switching:

    Jan 30 09:35:32 Panopticon com.khiltd.whoami[30242]: uid=502(nate) gid=20(staff) groups=20(staff),98(_lpadmin),80(admin)
    Jan 30 09:44:52 Panopticon com.khiltd.whoami[30368]: uid=503(khiltd) gid=20(staff) groups=20(staff),98(_lpadmin)

    Doesn’t catch SSH logins if that’s what you’re after, but it does run when loginwindow does.

    in reply to: LoginHooks/MCX Login Scripts not working in Leopard? #371310
    khiltd
    Participant

    Will launchd not suffice?

    in reply to: Some Basic launchd questions/Apache log rotation #371296
    khiltd
    Participant

    Ah, missed that. You should have seen some launchd errors in the logs if the syntax was incorrect.

    khiltd
    Participant

    Well Automator is just a front end for AppleScript, and you’ve got osascript available from the shell…

    in reply to: Some Basic launchd questions/Apache log rotation #371291
    khiltd
    Participant

    I’d guess that you either copied and pasted an example configuration file out of a web page or a PDF file or used TextEdit.app and introduced non-ASCII data to the plist. Open it with a good text editor and tell it to “show invisibles” or “zap gremlins” or something and you’ll more than likely see the cause.

    in reply to: Some Basic launchd questions/Apache log rotation #371282
    khiltd
    Participant

    The script I pasted above works, and Lingon can build a working plist for you with a short series of clicks. What you have there looks alright to me, but it’s possible you might have some garbage characters in the file or something depending on what you created it with.

Viewing 15 posts - 121 through 135 (of 157 total)