Hello to myself: I've just solve the problem. This is what the problem solver is in Dutch (Nederlands) and Englisch:
Indien software updates voor osx niet werken via App-store:
Dit ligt aan de volgende toegangslokatie en de intern beschadigde folder of file op je mac:
/var/folders/zz/zyxvpxvq6csfxvn_*
zorg dat toegangsrechten op write/read staan voor _softwareupdates en zorg dat deze user er maar 1 x in staat in âtoon infoâ vervolgens kun je hem resetten door het volgende commando in terminal:
sudo chown -R _softwareupdate:_softwareupdate /var/folders/zz/zyxvpxvq6csfxvn_*
Bij mij werkte dit en de OSX-software updates werden weer doorgevoerd
Een x-tra item als voorgaande niet werkt:
Try this:
In terminal, either copy and paste the following, or type it in. (the last character is a lower case L.)
Code:
sudo softwareupdate -l
Enter your admin account password when prompted. This runs the command line Software Update app (which is what the App Store application is actually doing) and should provide a little more detail. The lower case L only lists the updates available. If you want to go ahead and install all the updates that it finds, you'd enter:
Code:
sudo softwareupdate -ia
again entering your password if prompted, and restarting the computer when prompted.
You may also want to enter this:
Code:
defaults read /Library/Preferences/com.apple.SoftwareUpdate
This error sounds as if your computer may not be looking at the default Software Update Server, and this last command will report which server it's set to use.
Bye to all!đ