Search results

  1. J

    Apple Secretly Maintaining X86 Port Of OS X

    This should be obvious.... Keep the X86 rumours alive and some people will continue to buy the hardware and use Windows or Linux as "interim" OS software until the "real thing" shows up. Apple has plenty of experience developing for the x86 cpu. Quicktime for windows contains a large...
  2. J

    Has anyone installed OpenSSH 3.3p1?

    you should go to http://www.openssl.org/ get the distribution from there. the problem here is the configure process is a bit strange on the surface... openssl 0.9.6d move the /usr/lib/libssl* and /usr/lib/libcrypto* files and symbolic links out of the way. then ./config shared...
  3. J

    Where are my web log files?

    HeHeHeHeHe some turkeys actually use windows, you know... On top of that they are ppp users and they have IIS personal webserver enabled by default ...and... the have been infected by either code red, nimda or <FLAVOR OF THE WEEK> web worm/virus for windows then their pathethic...
  4. J

    Installing PHP

    :rolleyes: wow already up to 10.1.5 and have no devtool installed? go join ADC and get the free devtools for Mac OSX ----------------------------------- there is no substitution allowed on this part of the menu. ----------------------------------- better enable root while you are at...
  5. J

    my first OSX crash

    Remove the AltivecCore Plugin until further notice see the relevant Adobe forums....
  6. J

    Wtf Is This!?

    a layout artist who can't match shadows shouldn't be <b>photoshopping</B> in public Happy New year!!!! ;)
  7. J

    Small Tip & a Small Question

    sure you can........ but why???? most of the items in startUpitems are controlled in the hostconfig file. /etc/hostconfig using mv would be safer.... not knowing how to use the terminal to mv; cp; rm; mkdir; is the surest sign that you don't need to do it......
  8. J

    Terminal Problems

    size is zero it lost the date the uid/gid is whacked and the permissions are the only thing remotely OK. you need to get a new copy of tcsh while you are at it you boot into single user mode and run fsck please leave your shell assignment to something which works.
  9. J

    Mission Statement

    My mission is to grow up...... and not work:D
  10. J

    I found an EXTREME secret in OS X!!!

    if you have any international menu added you will get a little flag in the menu bar. this means if you go to prefs and click on Japanese, then the extra language menu will appear. when you then select the next item down from that menu you can type japanese. the input method is called...
  11. J

    What do the apache persissions need to be???

    everyone should get familiar with all the files in the /private/etc directory specific to your problem /private/etc/httpd/httpd.conf controls the apache server. make sure this line is in the file and not commented outwith a # <b> Include /private/etc/httpd/users </b> then that...
  12. J

    Seeking a true OSX.1 user who has network experience, THANKSSSS!

    in edit this file to be who you want sudo [type your password] pico /private/var/slp.regfile remove any unwanted entries. ctrl-x exits and prompts you to save. this occurs with bronze powerbook getting registered on the network by DHCP we had several entries and only one was the...
  13. J

    I found an EXTREME secret in OS X!!!

    brings up te moji pallette you describe. shows all the codes for all the characters supported and also shows various special sub-groups and unicode equivalents. only a secret to the western world. also if you drag japanese to the top of the list in preferences, your whole system will be...
  14. J

    httpd from system prefs (fink installs)

    you almost have it... when the system starts it calls apachectl which must be in the path /usr/bin /bin /usr/sbin see /System/Library/StartUpItems/Apache and /private/etc/hostconfig as far as what the system is doing to stop the server. I have seen this info somewhere, but...
  15. J

    Apple Developer Tools  -  10.1(5H16)

    remove the receipt in /Library/Receipts for DevDocumentation.pkg DevExamples.pkg DevSDK.pkg DevTools.pkg that should allow you to install again. I still insist... whatever the next release number.... the newest Dev Tools won't work until that is installed. Script Builder is in...
  16. J

    Terminal Problems

    or if you log in as another user does the sam thing happen? have you made any changes to the tcsh rc files depending on whether you are using .cshrc ~/Library/init/tcsh/environment.mine.... etc. .tcshrc /etc/cshrc /usr/share/init/tcsh/README otherwise there have been some...
  17. J

    Apple Developer Tools  -  10.1(5H16)

    the new developer tools have not gone into distribution for a reason. they are intended only for the seeded developers who are working with 10.2 prerelease. Seeded developers pay between $500 and $3500 each year to get the developer mailings and access to the seeds in advance of the...
  18. J

    using open in ssh

    the open command launches to the default GUI application in the default window manager in terminal.app the default parent GUI is your home machine's quartz display manager. from remote, you have no parent GUI...unless you are in a xsession through vnc or the likes. you are calling open...
  19. J

    Compile OpenSSL okay, OpenSSH breaks

    and libssl needs to be built as a dylib. otherwise, I doubt that ssh301 is finding what it expects. can you get results from openssl when you invoke it from the command line? a successful compile maens all the symbols became happy with each other. I wonder what the system thinks...
  20. J

    Compile OpenSSL okay, OpenSSH breaks

    I am looking for my notes on this and there is a parallel thread on this here which some of the openssh301 answers lie, compiling open ssl correctly is more complicated than you suggest and therefore you have problems. I seem to recall that threads specifically will not work, but that...
Back
Top