Mac OS X Leper Server

I am at the point of calling it Mac OS X 10.5 Leper. I am on my fifth time trying to install the server on a test PowerMac Dual-1.25GHz G4 with 2GB of RAM and tons of free disk space.
When the server gets to the last part of "Your server is being configured." it hangs. It hangs for about 30 minutes and then crashes.
I have erased the disk and zeroed the hard drive just in case. I've booted into another hard drive after the DVD installs to repair the directories and permissions. And I made a .dmg of the hard drive just after the DVD installation to reimage the darn thing instead of going through another installation for the sixth time.
I've had problems getting DNS running. I've had problems getting iCal working (and not related to DNS), and I cannot get Open Directory to work properly.
I have a 10.4.11 server that I've beaten on in the past. It's rock solid compared to Leper. However, I cannot upgrade from the 10.4.11 server to Leper because that also ends up in a disaster because all of the Web pages display improperly and you can't get web-enabled calendars to work properly.
The short of it is this: I have several clients in the greater NYC area that have been asking me my opinion of 10.5 server. By no means will I recommend or install this beast on any production machine until at least 10.5.4 or better. This operating system is terrible in its current incantation and should not have been released. I'm having flashbacks to Mac OS 7.
If you are interested in Mac OS X Server 10.5 and are considering purchasing, don't.

I finally got my server to where I want it to be and it was at the expense of sanity and sleep. But, I'm all the wiser now and want to share with everyone on this board some of the things I learned in my upgrade from 10.4.11 to 10.5.1.
To start, the service I was most compelled to use is iCal Server. For small businesses and home server users it really opens up a huge world of convenience to be able to share and update a single calendar.
*DISCLAIMER: My setup works for the environment I needed it for and as such some of the services can be implemented differently. Also, there are numerous bugs in 10.5.1, and I've been hit by a few good ones.*
My initial approach was to take the 10.4.11 server I currently use (running on a 500MHz dual-G4) and migrate it over to a new machine (1.25GHz dual-G4). I had to do this for obvious reasons, and it complicated my migration, but at the same time it provided me with a safety net. I took the old 40GB HD boot drive out of the old machine, put it in an external FW enclosure and "restored" the image onto the new machine. This way I was working with an exact copy of the server install and had a perfect backup on hand. I STRONGLY recommend backing everything up before you open your 10.5 Server DVD.
I spent several day prior to the migration installing 10.5 server onto the new machine to understand how the virgin installation process worked and what the new server UI tools looked like. It's the same basic suit of tools but they've all been modified and things are in different places. Some good, some not so good.
Once I understood how the new services interacted I decided to take the plunge and upgrade from 10.4.11 to 10.5.1. And initially it was disastrous (see initial post in this thread). Everything broke in new and different ways, and I screwed things up even more. So I punted and started all over again. And again. And again. Each time learning that 10.5 server has many more services that need to be set up in harmony than previous version of the OS. Getting it all right is not too difficult once you understand how and in what order. I'm going to try to list the sequence here.
Oh, one word of advice: I had the luxury of use two monitors to set my server up. I consistently had the Console on the second monitor to observe everything that was going on in the server. I selected All Messages to be displayed and it helped out tremendously. When things got weird, I could see the sequence of events.
During the upgrade installation you'll notice a few things that happen, one of which is an Open Directory LDAP upgrade. This should work without a hitch, but there's work that needs to be done to get it right.
Once you start up the server for the first time and go to Server Admin, you'll want to turn off all of the running services except for DNS and Open Directory. If your installation goes like mine, Kerberos will be spitting out errors and they need to be fixed. Start by going into DNS and checking your zones. When you initially go into DNS after an upgrade it will ask you to upgrade you current DNS to the new version on the server. This is pretty painless. Make sure you have a Primary Zone and a machine listed under that primary zone. DNS is where I encountered my first bug. Your Primary Zone record should be Fully Qualified by default. The machine that's listed as your server (in my case the Primary Domain is '100greenwood.net' and the Machine is 'ns') should NOT have the Fully Qualified checkbox selected. If this box is selected, the name will not resolve. Bug #1. You need to go to the '1.0.10.in-addr.arpa.' listing, expand it and select 'ns.100greenwood.net' as the reverse mapping for the address. My IP range is 10.0.1.x and my server IP is 10.0.1.240. So I selected 'ns.100greenwood.net' under the reverse mapping pulldown. THAT fully qualifies the domain name (FQDN) and reverse lookup for the server. Once you've done that part you can move on to Open Directory.
In Open Directory my 10.4.11 server was the Open Directory Master and I had kerberoized the server in 10.4.11. However, Kerberos was spitting out errors and I needed to fix that in order for the other services to work properly. Under Open Directory->Archive, archive your Open Directory database. Then, go to Settings and change the server role from OD Master to Standalone. This will wipe out the current Kerberos database. Then, change the role back to OD Master. When you do this, verify that the Kerberos settings (domain) match the DNS entry for your server exactly. If your DNS and server are set up properly, this should be automatically entered into the settings for you. If not, you have a problem with your server setup and DNS. I didn't so I don't have any advice if this isn't set up properly. Once you switch back to OD Master, go back and restore your OD database. This will fix most Kerberos issues as long as your DNS is set up properly.
With DNS set up properly and Open Directory/Kerberos set up fresh, I could now start enabling services. I started with the old faithful AFP. Pretty straightforward except that I had to recreate all of my SharePoints and that's no longer done in Workgroup Manager. Oh a word of advice about Workgroup Manager: It seems that it can lock the LDAP database when it's open. Trying to work with Open Directory in Server Admin while Workgroup Manager is open will cause unpredictable results. I learned to keep WGM closed unless it was absolutely necessary to work it in. But I digress...working with Share in Server Admin lacks the ability to grab users and groups to modify permissions. It's annoying but the two monitors made it easier since I could quickly look up short names in WGM. Now, since my SharePoints were new and I copied them over from the old server, I wanted to propagate permissions down through the points. When I did this I notices in the Console that the assistant program that actually does this work had a memory allocation error and crashed. It did this consistently on the local server and when the same process was initiated from a remote Server Admin instance. It causes Server Admin to stall on the status bar indicating that it's propagating permissions. Bug #2. I had to Force Quit Server Admin and go into command line and belt out a few 'chmod' and 'chown' to get the permissions where I wanted them.
Also, there seems to be a bug with AFP that causes it to reject clients' login information. It is sporadic and has happened in many different installations. It happened to me for a few hours, but it hasn't reeled it's ugly head yet. I am crossing my fingers that it's fixed. It seems to be related to the authentication between Kerberos and AFP. Getting Kerberos right is key to getting everything else on the server to work. And getting DNS to work right is key to getting Kerberos to work right.
My SMB settings are pretty straightforward. I have a PDC and the domain is GWD. This server is also the WINS server. Those setting seamlessly came over with the upgrade. The strange thing, however, is that SMB was no enabled from the start although it was enabled on the original 10.4.11 server. I enabled it and it worked flawlessly. I have no issue with this (surprisingly enough).
The Web services were another story. If you enable Web services and think everything is okay, you're kidding yourself. Apache 1.3 is enabled by default after an upgrade. The server home page won't render properly in Safari because of this. That, in turn, breaks most of the other web-enabled features in 10.5. You need to shut the service off and upgrade to 2.2. Make sure you test your web sites in 2.2 BEFORE you do this because you can't go back to 1.3. This is where a fresh copy of my 10.4.11 installation came into handy. I got good at 10.5 installs after a while. Once this was done I went into Web->Sites->Web Services and enabled Blog for Users and Wiki and Blog/Web Calendar in Services for Groups. Again, I wanted to get iCal working and these were the steps to get there (sans AFP and SMB).
Now, with DNS, Open Directory/Kerberos and Web Services all running properly, I started up the iCal Server. There is really very little to do here other than making sure your host name is the DNS name of your server, the one that was selected for reverse mapping.
At this point I was pretty much done with Server Admin and made my way over to Workgroup Manager to do some more calendar tweaks.
I went into a few users and under the Advanced tab Enabled Calendaring. I then went to a group these users were in and 'Enabled the following services for this group on: ns.100greenwood.net' and clicked wiki and blog/Web calendar. With that done, it was finally time to go to the client machines.
Since I had an Open Directory Master, I used the Directory Utility to add the OD Master to the client machine. Each time it couldn't automatically find the server, so I manually added it. I didn't use SSL in anything (yet) to keep things simple.
The great thing about getting OD set up properly is that the clients can seamlessly leverage all of the services on the server via auto-discovery. You can bet that Apple will be using this just as aggressively as Microsoft uses Active Directory to integrate everything. Hey, it's a directory service and it's coming along well so far.
Then I went into iCal to configure the clients. I went to Preferences->Accounts and added an account. I put a user name in, their password, used Kerberos for authentication and the client auto-discovered the correct calendar for the user. Very simple (after a full week of cursing and sleepless nights) with DNS set up correctly and OD/Kerberos working. Now, adding a group calendar required me to type in 'http://ns.100greenwood.net:8008/principals/groups/home/' into the Account URL window. Group calendars aren't auto-discovered.
That was it. It took me over a week to figure all that out. I had errors with every single service and most things went completely wrong for me. Expect things to go wrong with your installations. They will. The logs and the Console are your friends. Google and these boards are also very close friends too.
Some other notes: If clients suddenly cannot log into services, shut the service down at the server and restart it. This usually gives good results. Don't shut down Open Directory with all of the other services running. Open Directory and DNS should be the last two things to shut down in that order. If you are restarting all services, DNS should be first and OD second. Then everything else can work. Actually, there isn't a way to shut down OD, but this still applies if you are recreating your OD Master as I described above. There seems to be an issue with the way some services interact with Kerberos. Some security information can get cached and a restart of the service is one of the better ways to fix it (works in fixing the AFP-client authentication/disconnection issue described on these boards).
So I'm happy to say that I've finally got my server in a position where I understand the beast and am more confident in supporting it because of my trial by fire.
Now I'm going to bed.
Good luck with your installations!

Similar Messages

  • I transferred files from a NAS server to the Mac Mini Snow Leopard Server and now some of the files have Custom Access and can't  be opened by some users.  How do I fix this?

    We're setting up our Mac Mini Snow Leopard Server, and in the process transferred files that had been stored and accessed from our Blackarmor NAS server over to the Mac.  These files were all created on PC's and are Office Excel files, WordPerfect files or PDF's.  When you look at the files on the Mac from the Mac and bring up Get Info for the affected file, it says that the file has Custom Access.  The files that work properly don't have that configuration.  I can access and open the files on some computers, but some users can't open the files from their computer even though they can see it.  We're all using PC's and they get the Error:  Access Denied-Contact your administrator--or something similar.  I've seen on the web similar issues and it may have something to do with ACL permissions.  I don't know enough about Mac OS to understand this, but what is baffling is that they can be opened from some PC's but not others, and all of the Users have the same accessibility to the files.  Thanks for a solution!!

    Oh, on the losing Internet, try this...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    PS. Your English is quite good & completely understandable.

  • How do I set up my Time Machine and Mac Mini with Lion Server so i have one wifi loop in the house?

    HELP!
    So I have had a Time Machine wifi loop at the house for approx. 6 years. I run two Macbooks, 2 iPhones, 2 iTouch and a Samsung Smart Blueray on the loop.
    I just bought a Mac Mini with Lion Server. When setting it up I'm not sure what or how I managed to do, but I now have 2 wifi loops, one doesn't lock and niether will support the Samsung BlueRay. Also, each time I want to go online with one of the other Mac devices i have to relog into the wifi loop.
    Can someone please walk me through the fix. The mac Mini is plugged straight into the Time Machine to recevie its internet connection.
    Thanks!
    John

    You often see this limit of 10 clients in wireless hotspots but I have yet to see it in an adsl modem.. most strange way to pay for a service that is really irrelevant how many clients you use.
    Have a go .. I recently setup a TC to help a guy run his Roku.. and this setup worked well.. I have no idea if it can work in your case.
    Lets say the IP you get is 192.168.2.1-10 .. doesn't matter what it really is. And the adsl modem is 192.168.2.254
    (Assuming they are private addresses.. if they are public IP you can just use the DHCP and NAT. )
    But go to the airport utility.. I think you need to run v5 at least to change DNS.. but you can do the same thing in v6 using static but no dns changes.
    Now you set the IP of the TC manually.. This address might need to be in the dhcp range of the modem to work. You can set the DNS to same IP as the router address.. ie home address of the modem. Or you can use another DNS.. whatever you like.
    Then set DHCP for clients that will join.. this can then expand the scope of addresses..
    It worked without a NAT error.. although I am not sure exactly how.. on paper it should not be able to work but did.. have a go.. otherwise there is perhaps another way.. but it is complicated.
    Give us an example from a computer plugged into the modem of what IP .. subnet mask .. Gateway and DNS you get. Then I can fine tune the values for it.

  • Can I use Mac Pro for a server?

    I hope this is the right place to ask this....
    I have an older Mac Pro G5 (10.5.8) Desktop.  I cannot update it past Leopard. So now I have a newer MacBook Pro.  I was wondering if I could utilize my old Mac Pro as some sort of "server"?
    It has the origninal smaller drive but I added an additional 1TB SATA drive that is just sitting there doing nothing.
    I rip a lot of movies to my MacBook Pro so I am already out of storage on it.   I keep moving movie files to my Time Capsule (1TB) in which I have partitioined off 300MB to use for media storage.
    I have an Apple TV that I connect to my MacBook Pro but when I'm gone, the family can't use the ATV.
    So, all that being said, can I somehow set up my older Mac Pro to use as a "server" and move all my media/photos/videos/songs to?  Or should I just copy everything to the 1TB drive on the Mac Pro and just access it through ATV like I do my MBP?
    Any suggestions would be appreciated.
    Thanks,
    Ehren

    You absolutely could use your old Mac Pro as a server, however you still won't be able to update it passed 10.5.8.
    That said, you should be able to store your media on it, and share it to your AppleTV through iTunes, barring any incompatibilites with the older software. I haven't looked into the system requirements for home sharing in a while. You might want to take a quick check and make sure everything is good to go.

  • OS 10.4 clients cannot access Shared Mac folder on W2k Server - URGENT

    We have a network of about 25 computers, 10 or so of them are Mac OS 10.4, the rest are Win XP Pro PCs. We have a server dedicated to file sharing. We basically have one main shared folder called "FILES". This is shared for PCs and Macs. Recently after a restart of the server (for regular maintenance), the Macs could not see the shared Mac volume (FILES), PCs could access the share without a problem. After a few minutes (15 or so) the Macs could all of a sudden see the share and
    everything was fine.
    However, we just restarted the server again and we're having the same issue again. The difference is, this time, after waiting for a few hours, the Macs still cannot see the Mac Share. The macs connect to the server via TCP/IP, the users use their usernames and passwords and can connect to the server, however, the only volume they see is the Micrsoft UAM volume.
    When we created a different folder and shared it (through MMC), the Macs could see and access that one.
    We get an Event ID 12061 in the System Event Log as the user tries to connect to the share. I found a Microsoft KB article, but no solution to the problem was given. http://support.microsoft.com/kb/q136300/
    Here are some things I have tried to remedy the issue, please keep in mind we cannot change the name of the share (FILES) becuase of the thousands of file mappings in quark, etc.:
    Again Restarted Server
    Stopped Sharing the folder, then reshared it
    Stopped sharing the folder
    Uninstalled / Reinstalled Appletalk Protocol from network adapter
    Uninstalled / Reinstalled File Services for Macintosh [Restarted]
    Uninstalled / Reinstalled Appletalk Protocol from network adapter again [Restarted]
    Reshared the folder
    Created a new mac share called TEST (Macs could see and access)
    Moved data from Files to TEST, now Macs could not see TEST
    Moved data back to FILES
    Created a folder called FILES2, moved data from FILES to FILES2
    Stopped sharing FILES (PC and Mac), renamed FILES to FILES1
    Renamed FILES2 to FILES (Macs could not see volume)
    It seems as though the problem is with an individual file or two, which sort of corresponds the what Microsoft has written regarding the error.
    Has anyone had any experience with this issue? Any insight or solution to this issue is greatly appreciated.
    Thank you!

    It's very important to be as specific as possible when discussion network service access. In your question, it sounds like you want the macs to attach to FILES using SMB/CIFS, but you also call it a Mac share, so it's not obvious if you mean an AFP share or just a share for Macs to use.
    You should know that the Macs can connect to either AFP or SMB volumes, and they can browse for SMB over TCP/IP and AFP over both TCP/IP and Appletalk (Appletalk must be turned on and browsing active in Directory Access).
    Connecting via SMB to a volume hosted on Windows2K or higher server will fail with the default settings, which require secure connections not supported by Mac OS X (because Samba doesn't support it). To overcome that problem, see this article:
    http://www.macosxhints.com/article.php?story=20030922153448490&query=-5000
    (scroll down to one of the top-level replies, which explains in detail how to deactivate secure connections)
    You might also be able to improve reliability by editing the SMB settings in Directory Access and setting a WINS server, but it depends on your network.

  • How do I get Mac Pro with Lion Server to restart at a set time when users are connected?

    I have recently configured a Mac Pro with Lion Server, and have set it to restart automatically every morning at 3am. When I arrive in the morning, I notice that it has not rebooted, usually because it states there are users connected. Is there a way to automatically disconnect users so that the machine will reboot.  No one is ACTIVELY connected at this time of the morning, but may still be logged in somewhere. I did see where I can log out users after a set period of time when using Workgroup Manager to manage a computer or computer group, but I don't use the server to manage all of the computers that have users log in.
    Thanks!

    Well, it doesn't necessarily have to be each and every night, but it was for the sole purpose of preventing sluggishness. We had it set up before, as Snow Leopard Server and it would restart every night. It would occasionally be slow and need rebooting, however a manual reboot was not possible by most people in the store as they did not have credentials to screen share and restart it - which would result in holding down the power button to shut it down.
    The server is used for the sole purpose of logging in about 50 users just so they can customize their experience, as well as saving items to their own home folders.  The store is closed during the night, and there is no reason anyone would be accessing it during the night.

  • Remote access to a single application on a mac os 10.4 server (vmware)

    Hello all,
    I need to give multiple users (all on mac's) access to a shared windows accounting application.
    We have absolutely no windows servers in the organisation and i was wondering if it would be possible to load the accounting app as a vmware fusion (or parallels) session on one of our Xserve's and only give remote users (using remote desktop or vnc) access to that single application ..
    I'm basically trying to "emulate some of the functionality of Citrix/Windows Remote Desktop on a MAC OS 10.4 server ?
    Have anyone ever done anything similar ? Or have any hints in relation to solving this issue ?
    Thanks in advance,

    To give you a direction to go in, you might want to look at the possibility of having one dedicated PC that runs the application, and use Microsoft's Remote Desktop Connection to connect to it from the Macs. I think all you need is XP Pro to receive RDC connections. You might be able to use an emulator to set that up, but I don't know well how emulators handle RDC if at all. The problem is that you can only have one user connected to it at a time, but emulating it wouldn't do anything to help that.
    Hope this helps.

  • I want to use a mac mini as a server supporting storage. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I want to use a mac mini as a server supporting storage. I have other devices such as an iMac and iPad that will access information from the server. I do not want to purchase a monitor and keyboard as the unit will sit in a cupboard out of sight. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I have a 2010 Mac Mini running Yosemite and Server which I use
    as a headless home server.
    I have is set up to allow screen sharing and can connect to it and
    control it with my iMac, Macbook Pro, iPhone, and a 2011 Mini Server
    that I use as an HTPC.
    You can check this out for all the Yosemite Server capabilities:
    https://help.apple.com/advancedserveradmin/mac/4.0/
    I have iTunes Home Sharing set up on it and have my entire iTunes
    library on it.  I can then use any of my Macs to play Movies or Songs
    from it and only keep locally a select subset of that on my individual
    devices.
    Rather than and update server, I utilize Server's Caching Service.  The caching
    server will duplicate any update download (system or MacApp Store purchases)
    any time a device that is connected to my network down loads one.  The update will
    then be stored locally and all other devices will download the update from it which
    can be faster than from Apple directly.  This has the advantage of only having to download
    once with limited bandwidth internet connections.  There is also an Update Server service
    available, but it is some what more involved in setting up.  However, it will download
    and store all available updates.
    There is another thing as well if you do not care for syncing things like Contacts, Calendar, etc.
    to iCloud, you can set Server up to sync these items across devices locally.

  • Using Mac Mini running OSX Server (10.8) to host web sites on LAN

    I would like to know how to use a Mac Mini running OSX Server (10.8 ML) to host web sites on my home network (LAN).
    I am developing web sites and previously (before ML) I used my Mac Pro to 'host' the sites I was developing to test them out before publishing them to my hosting package.  That was when I was using 10.7 Lion and theer was an option in the System Preferences to turn web sharing on.
    I have since upgraded my Mac client to 10.8 ML and have configured it to do the same - even though there is no System Preferences option for web sharing any more.
    I also have a Mac Mini running on my LAN and its been upgraded to OSX Server 10.8.
    Im now trying to configure it to host the web sites I am developing but with no success.
    I thought it was just a matter of adding them as sites in the Server's Websites panel (see screen shot)
    but so far Ive had no success.
    On my Mac client I can simply add a folder in the Sites directory and then open the web site by putting http://myhost/~myuser/name-of-folder and it will load the default file in the folder e.g. index.html
    How do I achieve the 'same thing' on OSX Server?

    Hi Johnfromglenver,
    There are no Mac drivers for the HP Officejet K60 printer. Therefore it is not compatible with the Mac operating systems. Please call our technical support at 800-474-6836. If you live outside the US/Canada Region please click the link below to get the support number for your region. http://www.hp.com/cgi-bin/hpsupport/index.pl. There may be other solutions that could work for you.
    I hope this information helps.
    Advance 23
    I work on behalf of HP

  • Mac os 10.6  server and MS Small business serveur 2008, dual boot

    It is possible to install Microsoft Small Business server with Mac os 10.6 server
    on macmini ? I want a server for testing mac and windows solutions for the small companies.
    thank you.

    Boot Camp does not support the installation of Windows server. You'll need to run it within Parallels or VMWare Fusion

  • Mac OS X Lion Server Roaming Profiles

    I have Mac OS X Lion Server on my iMac and want to setup "Roaming Profiles" to be able to go into any one of my macs, laptops and desktops, and log in to the same profile. Any one know if this is possible and if so, how to do this???

    You should be able to do this in the Workgroup Manager like http://www.dummies.com/how-to/content/how-to-configure-mobility-settings-on-lion -server-.html or in the Profile Manager. Depends on your setup.

  • Mac OS X Lion Server screen freezes frequently

    I have recently purchased the Mac Mini Server with 8GB RAM Upgrade and have been experiencing screen freezes frequently. The Mac Mini is connected to a ViewSonic LED Monitor via an HDMI cable and is running Mac OS X Lion Server.
    It all started a month ago and I suspected it was due to an external hard disk I had. When I removed it the problem didn't crop up for a few weeks. So I thought the issue was resolved.
    Over the past week the problem re-surfaced again and nearly everyday I am experiencing screen freezing about five times a day and the only option is to power down my Mac Mini Server from the power button. This is becoming increasingly frustrating. When screen freezing occurs, everything freezes and I get some small rectangular boxes on screen moving.
    The only things that have changed over the past week was that I installed the latest Safari fix and connected the Harman Kardon Sounsticks II to the Mac Mini.
    Can't understand what is happening. From various threads I read, many mac users are experiencing screen freezes. If anyone has any resolutions please let me know.

    Lion has a screen refresh bug it is just the screen going to sleep and the the screen updating only where the curser moves.

  • If I install the Mail server on a Mac Mini as a server, can my users utilize Outlook as their mail client and how will it be different for them?

    If I install the Mail server on a Mac Mini as a server, can my users utilize Outlook as their mail client and how will it be different for them?

    Your users can utilize Outlook no matter where your email is hosted at.
    how will it be different for them
    different from what?

  • On a Mac mini OS X server 10.8.5 TimeMchine cannot copy 2.5 TB to a 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly

    On a Mac mini OS X server 10.8.5 TimeMachine cannot copy 2.5 TB (from a Lacie 2big Thunderbolt data disk) to another 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly: claiming just 2.5 TB after the copy. Thunderbolt disk is
    LaCie 2big Thunderbolt Series 6 TB

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to an abnormal backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showning, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the text field.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • Mac os x wiki server can't authenticate user password from active directory recently after we upgraded to windows 2008 server.

    after upgraded to windows 2008 server, our  mac os x wiki server can't authenticate user password anymore. How can I re-bind the wiki server to the AD again? thanks in advance.

    Solved it by deleting the user and creating a new one with the same userID.
    Maybe it occured because I marked the "user has to change password after first login" box when resetting the password but didn't yet allow him to do so in the webpages menu?!?

Maybe you are looking for

  • Importing FROM external hard drive to new internal hard drive

    How can I move my backed up Itunes library from my external hard drive to my new internal hard drive? I went through the steps listed on the support page, and imported the .xml playlist that I moved to the desktop. Now all my playlists (names only) a

  • .AI Files in InDesign

    I am new at all of this so please bear with my novice question. I have a need to create graphic files that are in ".AI" format.  Can I do this in InDesign?  I just started using a trial version of InDesign and when I do "save as" I do not get an opti

  • Controlling flash in html.

    Here is my problem hopefully someone can help me. I need my swf to load a new level on a specific webpage url. There are a few ways I can think of doing this. (I am not a coder at all so bare with me) (a) inside flash a code that says this. If on www

  • Transfer from one computer to another

    I am trying to transfer my photos (about 3900) from my iMac with iPhoto 4 (4.0.3) to my new iMac with iPhoto 08 v7.1.4. I have used a memory stick to move the photos and now find that the dates are all muddled and many dates are now incorrect. I have

  • Portal is not picking any data & also not updating the source system

    We are upgrading from 4.6c to ECC 6.0 We are facing lot's of issues. We have some par files running fine in the portal connected with 4.6 and portal ver is 6.0. The same par files are failing to get data from ECC 6.0. This is also 6.0 portal. Can any