Indeed i did. I performed the following to undo the block.
nano /etc/modprobe.d/nicpcie.block.conf
update the file to undo the block by commenting the line i added.
nano /etc/modprobe.d/nicblacklist.conf
update-initramfs -u -k all
Performed a reboot and now the nic port is active.
I've...
Hi,
I used the following command from another.
dd if=/dev/volY/dopefish of=image.raw
The above code worked for VM100 but it seems like I'm out of space to do the same for the remaining vms. How do i locate image.raw and delete?
I intend on using the command you recommended above once i delete...
Hi,
My proxmox setup involves installation of the OS on 1 120gb ssd and the VM stored on a separate larger 256gb SSD.
The 120gb disk failed but the 256gb is still intact. I have installed proxmox on a new 120gb ssd however I am struggling to gain access to the VM on the 256gb SSD.
For clarity...
I've been able to resolve the issue. The problem was fixed when i changed the address from https to http.
I will complete the rest of the nextcloud so that I can enable letsencrypt so that access is via https.
I've attached a copy of the etc/hosts config above. What do i need to add for the dns server?
Note that whist setting up the containerI specified a dns server
Sorry I'm to the world of linux so please bear with me.
The only container I have is the ubuntu container on which I wish to install nextcloud.
I followed the nextcloud youtube guide and got to the part where you enter the container's ipaddress into a web browser to access the apache2 default...
I currently have an ubuntu LXC installed on my proxmox server in order to setup a nextcloud service.
In order to do this I am following this learnlinux youtube guide here.
At 5:09 the guide mentions changing the hostname and hosts to include my ddns or domain name.
I have done the same and I...