Moving the Software Update Server data store off the startup disk
Has anyone succeeded in moving the Software Update Server data store off the startup disk?
The default data store is /var/db/swupd/ on the startup disk. Whenever I change the setting (in Server Admin) to a location that is not on the startup disk, the sync to Apple's server fails, and the Software Update Server error log says:
Syntax error on line 287 of /etc/swupd/swupd.conf:
DocumentRoot must be a directory
Line 287 of /etc/swupd/swupd.conf contains the URL of the data store.
I have tried all kinds of locations and made sure that the privs are correct. No luck.
Any ideas?
Mac OS X
Last Comment
nxnw
8/22/2022 - Mon
Irwin W.
Try creating a symlink to a different location.
Parrish Chamberlain
Are you attempting this through the cosole or another utility?
It is important to rember whenever you make a change to a path you use SUdo command or if another utility has the run as option you type root.
Sudo runs as root administrator.
I use apple Remote Desktop to assit in automation of such tasks, there are also a number of scripts also you can find that run in automater (Part of the OSX) that willl assist http://support.apple.com/kb/ht2488
Also keep in mind the default apple update store is in /Library/Packages
nxnw
ASKER
Sorry for not being clear. I am talking about the data store for Software Update Server. This is a server issue, not a client issue.
I have used Server Admin to change it. See attached image (showing the default data store).
If the data store is moved from the startup disk, it fails to download updates from Apple.
I had not tried using a symlink because I read elsewhere about someone trying that without success as well. Maybe because /var/db/swupd/ is also symlink? Screen-shot-2010-11-12-at-9.00.4.jpg
I also have the same issue under 10.5 server. One thing I haven't tried is checking permissions on the original swupd folder - the owner may be _www if so create your folder with the same permissions perhaps?
nxnw
ASKER
The privileges are identical to the original. First thing I checked.
Technocity, port 8088 is correct and, I reiterate, the question is not about clients getting updates.
it seems that the actual location of software updates is /usr/share/swupd. Try symlinking to this folder with the location you desire to store them in.
nxnw
ASKER
The location used to be "/usr/share/swupd/". Under 10.6 the default location really is /var/db/swupd/. I am going to try symlinking that.
nxnw
ASKER
A bit different using the symlink, but still failing.
The (spurious) "Syntax error on line 287 of /etc/swupd/swupd.conf" error seems to be gone, but software update server is still failing with the same error in the software update service log as before:
<Error>: Unable to retrieve catalog(s) from the Apple server
I have reported this to Apple as a bug. I will post Apple's response, if it is in any way enlightening, and leave this item open in the interim.
Of course, if anyone has managed to make this work, that would be really interesting to know.
Well, I tried exactly what you did (except that the volume I used was not called "Data4RaidSet") and it failed again. I even used the same name as you, "SWUpdates" instead of swupd, as I had previously and put the SWUpdates folder in the root directory of the volume (whereas it had previously been deeper).
Would you mind providing an ls -aleF of the SWUpdates and html directories? My posix permissions are exactly like yours, but maybe you have some acls.
Also, the volume I tried using contains a sharepoint. Does yours?
Lastly, should I be inferring from the backslashes in "\Volumes\Data4RaidSet\SWUpdates\" that the volume is not hfs+?
Other then the above, I cannot think of what might be different between our respective configurations.
Thanks.
nxnw
ASKER
gmbaxter: Could you please check one more thing? Does disk utility show your "Data4RaidSet" as "Owners Enabled: Yes"?
I have never noticed "Owners Enabled" before, but the startup volume is the only volume on my server that shows "Owners Enabled: Yes" in disk utility. On the other hand, the terminal command "diskutil info device" shows every volume as "Owners: Enabled". Perhaps that's another bug.
Except for ownership of the root directory (admin:staff on mine), everything is the same. I am afraid that this is going to be one of those things where it works or fails depending on the order of upgrade installations, or some similarly arbitrary factor, that resulted in some defect in my OS. I know this has happened to others, because there are (unresolved) posts in the apple forums.
Thanks very much for your efforts and quick response.