User Tools

Site Tools


steam:servicesonbos:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
steam:servicesonbos:start [2021/08/10 11:22]
brinkhaus
steam:servicesonbos:start [2021/08/10 11:34] (current)
brinkhaus
Line 1: Line 1:
 BOS edges have a read-only root partition. That causes many services to fail in starting. BOS edges have a read-only root partition. That causes many services to fail in starting.
  
-Das kann meist wie folgt repariert werden ​(hier am Beispiel des timesyncd):+This can usually be fixed as follows ​(here using timesyncd ​as an example):
  
-Lesen des Logs bei Neustart oder Start des betreffenden Dienstes ​(journald) +Reading the log on restart or start of the service in question ​(journald) 
-Auffinden von Problemen im Logvor Allemvon Verzeichnissen die temporär beschrieben werden müssen +find problems in the logespeciallyof directories that need to be written to temporarily 
-Anlegen der entsprechenden Verzeichnisse+then either
-  - hier: <​code>​sudo mkdir /​var/​lib/​systemd/​timesync</​code>​ +  - Creating the appropriate directories:​ 
-Bereitstellen der Verzeichnisinhalte als temporäre Ramdisk +    - here: <​code>​sudo mkdir /​var/​lib/​systemd/​timesync</​code>​ 
-  hier: <​code>​echo "​tmpfs ​       /​var/​lib/​systemd/​timesync ​   tmpfs   ​defaults ​             ​0" >> /​etc/​fstab</​code>​ +  Provide the directory contents as a temporary ramdisk. 
-Alternativ+    here: <​code>​echo "tmpfs /​var/​lib/​systemd/​timesync tmpfs defaults 0 0" >> /​etc/​fstab</​code>​ 
-  Anlegen der Verzeichnisse unter <​code>/​var/​bos/​settings/​tmp</​code>​ +  or
-  Verlinken mit <​code>​ln -s TARGET LINK_NAME</​code>​ +    Creating the directories under <​code>/​var/​bos/​settings/​tmp</​code>​. 
-Neustart des Serviceggf. vorher parametrieren ​(sudo nano /​etc/​systemd/​timesyncd.conf,​ systemctl restart systemd-timesyncd.service)+    Link with <​code>​ln -s TARGET LINK_NAME</​code>​ 
 +Restart the serviceif necessary parameterize before ​(sudo nano /​etc/​systemd/​timesyncd.conf,​ systemctl restart systemd-timesyncd.service)
  
  
steam/servicesonbos/start.1628594578.txt.gz · Last modified: 2021/08/10 11:22 by brinkhaus