User Tools

Site Tools


cluster:216

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 Both sides next revision
cluster:216 [2022/05/12 13:14]
hmeij07
cluster:216 [2022/05/12 14:56]
hmeij07 [golden image]
Line 292: Line 292:
 I also see there are EFI and EFI + NVME filesystem examples in ''/etc/warewulf/filesystem/examples'' I also see there are EFI and EFI + NVME filesystem examples in ''/etc/warewulf/filesystem/examples''
  
 +==== logger ====
  
 +For some reason, after vnfs has compiled and deployed ''/dev/log'' is a socket file generating permission denied errors. Manual fix to apply, maybe put in ''/etc/rc.local'' in future
 +
 +<code>
 +
 +cd /dev
 +mv log log-orig
 +ln -s /run/systemd/journal/dev-log log
 +[root@n59 dev]# ls -l log
 +logger test
 +journalctl --since=-1m
 +-- Logs begin at Thu 2022-05-12 10:46:49 EDT, end at Thu 2022-05-12 10:52:17 EDT. --
 +May 12 10:52:17 n59 root[3748]: test
 +
 +</code>
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
  
cluster/216.txt ยท Last modified: 2022/06/07 20:07 by hmeij07