macos
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| macos [2021/11/07 00:46] – varnholt | macos [2024/10/10 12:16] (aktuell) – varnholt | ||
|---|---|---|---|
| Zeile 32: | Zeile 32: | ||
| < | < | ||
| - | brew update certbot; sudo certbot run; sudo certbot renew | + | brew update; brew install |
| sudo / | sudo / | ||
| </ | </ | ||
| Zeile 40: | Zeile 40: | ||
| $conf[' | $conf[' | ||
| </ | </ | ||
| - | Nach weiteren Versuchen habe ich es wieder ausgebaut und gehe selber 'ganz brav' über [[http://homeautomation.ddnss.de/index.html|http://homeautomation.ddnss.de/index.html]] rein. Dann geht es von außen wie auch von innen. | + | Nach weiteren Versuchen habe ich es wieder ausgebaut und gehe selber 'ganz brav' über [[http://homeautomation2020.ddnss.de/ |
| + | |||
| + | Man muss auch https richtig konfigurieren in den entsprechenden Dateien https.conf und extra/ssl. Das wird in der [[https:// | ||
| Ach und bei den launchDaemons habe ich mal kurz wieder auf root umgestellt, sonst ging das auch nicht. | Ach und bei den launchDaemons habe ich mal kurz wieder auf root umgestellt, sonst ging das auch nicht. | ||
| - | Stand November | + | UPDATE April 2022: |
| + | Und wieder ein Update und wieder ging es nicht gleich. | ||
| + | sudo brew services start httpd | ||
| + | |||
| + | UPDATE September 2022 (12.6): | ||
| + | brew update; brauchte neue command line developer tools (40 min download) | ||
| + | erst mit | ||
| + | sudo rm -rf / | ||
| + | sudo xcode-select --install | ||
| + | ging es dann | ||
| + | brew upgrade; | ||
| + | |||
| + | |||
| + | < | ||
| + | brew doctor | ||
| + | |||
| + | Warning: Some installed kegs have no formulae! | ||
| + | This means they were either deleted or installed manually. | ||
| + | You should find replacements for the following formulae: | ||
| + | python@2 | ||
| + | szip | ||
| + | |||
| + | Warning: Some installed formulae are deprecated or disabled. | ||
| + | You should find replacements for the following formulae: | ||
| + | gcc@6 | ||
| + | numpy@1.16 | ||
| + | |||
| + | Warning: Unbrewed header files were found in / | ||
| + | If you didn't put them there on purpose they could cause problems when | ||
| + | building Homebrew formulae, and may need to be deleted. | ||
| + | |||
| + | Unexpected header files: | ||
| + | / | ||
| + | |||
| + | Warning: You have unlinked kegs in your Cellar. | ||
| + | Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on | ||
| + | those kegs to fail to run properly once built. Run `brew link` on these: | ||
| + | python@2 | ||
| + | numpy | ||
| + | six | ||
| + | numpy@1.16 | ||
| + | </ | ||
| + | |||
| + | UPDATE | ||
| + | brew update; | ||
| + | brew upgrade; | ||
| + | |||
| + | UPDATE November 2023 (14.1.1): | ||
| + | brew update; | ||
| + | brew upgrade; | ||
| + | |||
| + | Siehe auch bei den [[launchdaemons|macOS LaunchDaemons]] | ||
| + | |||
| + | UPDATE Oktober 2024: | ||
| + | https:// | ||
| + | apache macht Probleme. erst startet es nicht, dann wird nicht weitergeleitet auf den Pfad im user directory | ||
| + | which -a httpd | ||
| + | / | ||
| + | / | ||
| + | whereis httpd | ||
| + | httpd: / | ||
| + | # launchctl unload -w / | ||
| + | # launchctl load -w / | ||
| + | |||
| + | |||
| + | |||
| + | Stand Oktober 2024 | ||
macos.1636242362.txt.gz · Zuletzt geändert: 2021/11/07 00:46 von varnholt
