mirror of
				https://github.com/QubesOS/qubes-doc.git
				synced 2025-10-31 03:19:04 -04:00 
			
		
		
		
	Add VM Troubleshooting
This commit is contained in:
		
							parent
							
								
									7f5332538c
								
							
						
					
					
						commit
						c892844b7c
					
				
					 3 changed files with 72 additions and 17 deletions
				
			
		|  | @ -103,17 +103,7 @@ The lesson is that you should carefully look at what is being installed to your | |||
| 
 | ||||
| ### Package installation errors in Qubes 4.0 | ||||
| 
 | ||||
| By default, templates in 4.0 only have a loopback interface. | ||||
| 
 | ||||
| Some packages will throw an error on installation in this situation. | ||||
| For example, Samba expects to be configured using a network interface post installation. | ||||
| 
 | ||||
| One solution is to add a dummy interface to allow the package to install correctly: | ||||
| 
 | ||||
|     ip link add d0 type dummy | ||||
|     ip addr add 192.168.0.1/24 dev d0 | ||||
|     ip link set d0 up | ||||
| 
 | ||||
| If some packages throw installation errors, see [this guide.](/doc/vm-troubleshooting/#fixing-package-installation-errors) | ||||
| 
 | ||||
| [TemplateVM]: /doc/templates/ | ||||
| [Minimal TemplateVMs]: /doc/templates/minimal/ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 PROTechThor
						PROTechThor