Forum Replies Created

Viewing 15 posts - 31 through 45 (of 96 total)
  • Author
    Posts
  • in reply to: Hiding or disabling the Groups, Public and Users shares #364865
    maccanada
    Participant

    So just stop sharing the 3 you don’t want visible.
    If you still want those shares available, but not visible, then you can set up ACLs on the sharepoints to prevent users from reading those directories, then they won’t appear in the connect to server dialogue box.

    ~Ian

    maccanada
    Participant

    You’re welcome – happy to help.
    Good luck.
    ~Ian

    maccanada
    Participant

    It really shouldn’t matter as long as the port is free – your clients have to be told about it any which way. However, the default is 8088.
    Hope that helps,
    ~Ian

    in reply to: Software Update Server Won’t work #364838
    maccanada
    Participant

    Anything in the log files? (system.log for a start)
    What does:
    sudo serveradmin start swupdate
    come back with?

    ~Ian

    in reply to: Intel Macs can not connect to Win servers??? #364834
    maccanada
    Participant

    And yes, Classic is dead, no big surprise.

    ~Ian

    in reply to: WGM without a server #364822
    maccanada
    Participant

    It should connect just fine run on your local machine (Server…View Directories), but what particular features do you need access to, just out of interest?

    ~Ian

    in reply to: Core Duo 64-bit #364814
    maccanada
    Participant

    The current Core Duos in the new machines are 32-bit. Intel’s roadmap for 64-bit chips is currently at something lke 3rd Quarter/September this year. The chip is called the Merom, and it’s looking to come in around the 2.33GHz speed, as part the Napa64 platform. Following that, search around for Santa Rosa, the successor to Napa64.

    Also, bear in mind this is all speculation and rumour on unreleased hardware 🙂

    ~Ian

    in reply to: Invalid serial number after uninstalling xsan on a #364791
    maccanada
    Participant

    But if you don’t want to install Xsan 1.2, you just need to copy the serialnumberd files from a working server.
    The files you need are:
    /System/Library/StartupItems/SerialNumberSupport
    /usr/sbin/serialnumberd

    ~Ian

    in reply to: Disk Utility changes #364776
    maccanada
    Participant

    Right now for Netboot you will need 2 images. One for Intel and one for PowerPC. The same will hold true, I guess, for any boot drive.

    However, please feel free to test! 10.4.3 has the option of creating a GTP partition scheme – man diskutil and look for GPTFormat. Current Macs can create and mount drives created with a GTP scheme – I’ll test booting when I get chance, but I’m not holding my breath 🙂 Leopard will likely be the first Universal OS

    ~Ian

    in reply to: Software Update Server Won’t work #364771
    maccanada
    Participant

    Well, a quick fix is set it in the terminal:

    defaults write com.apple.softwareupdate CatalogURL "http://yourservername:8088"
    

    ~Ian

    in reply to: ExpressCard/34 and FC #364770
    maccanada
    Participant

    There is (I think) one FW 800 card already from Xterasys, BUT it’s of the /54 variety of ExpressCard, so not compatible with the MacBook Pro’s /34 slot. But at least it gives hope 🙂

    in reply to: AD & OD: Trying to manage clients #364761
    maccanada
    Participant

    Did you read our AD/OD White paper? It goes through it all in detail.

    ~Ian

    in reply to: Finding what a user has permissions to? #364739
    maccanada
    Participant

    Well, I really wouldn’t recommend ever using ACL’s on a per-user basis unless it’s absolutely essential – it’s a really BadThing©. It can get messy and complicated in a hurry. Using Groups would probably solve a lot of your problems…having said that;

    ls -le
    

    will list the ACLs out, so it should be possible to script something detailing what you need.

    in reply to: ExpressCard/34 and FC #364736
    maccanada
    Participant

    ExpressCard was created by PCMCIA, designed specifically to fix all the limitations of the old PC card technology. The cards come in 2 formats 34 and 54. The vast majority of products should be of the 34 format. The slot is not backwards compatible with old PC cards.

    While ExpressCard supports not only USB 2 but PCI Express with theoretical speeds of 2.5Gb/s/direction the closest to fibre channel that I’ve seen so far is a Gigabit Ethernet card.

    Here’s some reading for you.

    ~Ian

    in reply to: Software Update Server Won’t work #364733
    maccanada
    Participant

    Not trying to be funny, but are you sure the service is still running. I find if I have any kind of outage and it can’t connect to Apple, it stops the service.

    Double check the pref got written properly using defaults:

    defaults read com.apple.SoftwareUpdate CatalogURL
    

    Failing that, you can try adding index.sucatalog to the end of your url string – it’s not necessary, but it couldn’t hurt, either.

    ~Ian

Viewing 15 posts - 31 through 45 (of 96 total)