User Tools

Site Tools


server_setup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
server_setup [2026/03/22 22:10] – Update Drives joshserver_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. 
- 
-<code> 
-/pegasus/pub/music 192.168.0.0/16(ro,async,no_subtree_check,fsid=2) 
-</code> 
  
 ==== 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 /etc/exports entries do not work properly. I created an ''/etc/rc.local'' script with these contents to rectify this: 
- 
-<code> 
-#!/bin/sh 
- 
-exportfs -a 
-sleep 2 
-exportfs -a 
-sleep 3 
-exportfs -a 
-sleep 5 
-exportfs -a 
-sleep 10 
-exportfs -a 
-</code> 
- 
-To delay VM startup so the VM has a chance to mount NFS, add the following to ''/lib/systemd/system/libvirt-guests.service'': 
- 
-<code> 
-ExecStartPre=/bin/sleep 20 
-</code> 
server_setup.1774231821.txt.gz · Last modified: by josh