server_setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| server_setup [2026/03/22 22:10] – Update Drives josh | server_setup [2026/03/22 22:11] (current) – Update VM list josh | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| ===== Virtual Machines ===== | ===== Virtual Machines ===== | ||
| - | |||
| - | ==== baal ==== | ||
| - | |||
| - | * MAC: 12:34:07 | ||
| - | * OS: Ubuntu Server 18.04 | ||
| - | * RAM: 1GB | ||
| - | * Services | ||
| - | * openvpn server | ||
| - | * squid | ||
| - | |||
| - | Exporting an NFS mount via NFS. | ||
| - | |||
| - | < | ||
| - | / | ||
| - | </ | ||
| ==== carter ==== | ==== carter ==== | ||
| Line 65: | Line 50: | ||
| ==== hathor ==== | ==== hathor ==== | ||
| - | * MAC: 12:34:06 | ||
| * OS: Ubuntu 22.04 Server | * OS: Ubuntu 22.04 Server | ||
| * RAM: 15GB | * RAM: 15GB | ||
| Line 88: | Line 72: | ||
| * docker | * docker | ||
| * tt-rss | * tt-rss | ||
| - | |||
| - | ==== ra ==== | ||
| - | |||
| - | * MAC: 12:34:05 | ||
| - | * OS: Mythbuntu 16.04 (mythtv updates repository enabled for 0.29) | ||
| - | * RAM: 4GB | ||
| - | * CPUs: 2 | ||
| - | * Services | ||
| - | * MythTV Backend | ||
| ==== jadin ==== | ==== jadin ==== | ||
| - | * MAC: bd:d2:8d | ||
| * OS: Ubuntu Server 24.04 | * OS: Ubuntu Server 24.04 | ||
| * RAM: 4GB | * RAM: 4GB | ||
| Line 106: | Line 80: | ||
| * Services | * Services | ||
| * Jellyfin | * Jellyfin | ||
| - | |||
| - | ===== Special Setup ===== | ||
| - | |||
| - | ==== NFS exports ==== | ||
| - | |||
| - | On startup it seems that the NFS exports are getting applied before DNS is available, so the / | ||
| - | |||
| - | < | ||
| - | #!/bin/sh | ||
| - | |||
| - | exportfs -a | ||
| - | sleep 2 | ||
| - | exportfs -a | ||
| - | sleep 3 | ||
| - | exportfs -a | ||
| - | sleep 5 | ||
| - | exportfs -a | ||
| - | sleep 10 | ||
| - | exportfs -a | ||
| - | </ | ||
| - | |||
| - | To delay VM startup so the VM has a chance to mount NFS, add the following to ''/ | ||
| - | |||
| - | < | ||
| - | ExecStartPre=/ | ||
| - | </ | ||
server_setup.txt · Last modified: by josh
