| 75 | == Updaten via de shell == |
| 76 | |
| 77 | In bepaalde gevallen kan het wenselijk zijn om updates via de shell te installeren. Dit kan via het syn3-onlineupdate commando, zoals hier is weergegeven: |
| 78 | {{{ |
| 79 | [Syn-3] root@open.syn-3.nl ~# syn3-onlineupdate --auto-install |
| 80 | PROGRESS: _SearchingInstallationMedia(,,,) |
| 81 | DEBUG: EXEC: sh /usr/webint/htdocs/updates/mountinstaller.sh; exit 0 2>&1 |
| 82 | DEBUG: err: grep: /sys/block/*/removable: No such file or directory |
| 83 | DEBUG: exit: 0 |
| 84 | PROGRESS: De beschikbare updates worden opgevraagd. |
| 85 | DEBUG: EXEC: syn3-state 'updates' 'OK' "Uw systeem is up-to-date." 2>&1 |
| 86 | DEBUG: exit: 0 |
| 87 | INFO: Alle updates zijn geinstalleerd. |
| 88 | DEBUG: EXEC: syn3-state 'updates' 'OK' "Uw systeem is up-to-date." 2>&1 |
| 89 | DEBUG: exit: 0 |
| 90 | }}} |
| 91 | |
| 92 | |