Jump to content

lusitopp

Members
  • Posts

    87
  • Joined

  • Last visited

Everything posted by lusitopp

  1. Hi, Im waiting for the Stable version but from what i have read it got patched and started to work in a previous beta
  2. im new to linux systems, but im eager to learn, this is the output i get root@0d9237f2d370:/config/www/wordpress/wp-content# ls -la total 8 drwxr-xr-x 1 root root 67 Jul 2 07:59 . drwxr-xr-x 1 root root 4096 Jul 2 07:50 .. -rw-r--r-- 1 root root 28 Jul 1 17:36 index.php drwxr-xr-x 1 root root 80 Jul 2 18:00 plugins drwxr-xr-x 1 root root 108 Jul 2 18:00 themes drwxr-xr-x 1 abc abc 54 Jul 1 18:03 uploads
  3. As soon as I copy/pasted my docker run I did see what I did wrong, 'only subdomains' was in true. After changing to false i now get certificate for https://mysite.io. But another question that someone might be able to help me with. With wordpress there is often updates to plugins, themes and wordpress itself. Trying do update from admin page will prompt me for ftp username and password, I dont have a ftp. I understand that this is because the user that runs the page don't have access to the folders in wordpress, anyone knows how to set that up?
  4. Hi, I currently use this docker for nextcloud and bitwarden dockers, that works great. Now im trying to setup a Wordress inside the www folder in the letsencrypt docker and i want to redirect www.mysite.io to mysite.io. But if i use www, in the subdomain field the certificate will be for www.mysite.io, and then visitors get redirected to mysite.io and a cert warning will show. If i dont enter www, in the subdomain field i get this error No subdomains defined E-mail address entered: [email protected] http validation is selected Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created Saving debug log to /var/log/letsencrypt/letsencrypt.log No match found for cert-path /config/etc/letsencrypt/live/www.mysite.io/fullchain.pem! Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for mysite.io Waiting for verification... Cleaning up challenges IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/mysite.io/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/mysiste.io/privkey.pem Your cert will expire on 2020-09-29. To obtain a new or tweaked version of this certificate in the future, simply run certbot again. To non-interactively renew *all* of your certificates, run "certbot renew" - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. - If you like Certbot, please consider supporting our work by: Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container # redirect www to https://[domain.com] server { listen 80; listen 443 ssl http2; server_name www.mysite.io; return 301 https://mysite.io$request_uri; } # redirect http to https://[domain.com] server { listen 80; server_name mysite.io; return 301 https://mysite.io$request_uri; } # server config server { listen 443 ssl http2; server_name mysite.io; anyone know what i have done wrong?
  5. Same for me, using x570 auros master and it is a pity i cant use the onboard sound as passthrough and im really not comfortable with running a custom kernel. i was hoping for unraid 6.9 to be the version that could unleash the power of my new ryzen system, without the need for custom kernels
  6. So no one know how to do this?
  7. Hi, I was tired of not being able to access some dockers from other dockers and from VMs on the same interface. I read that I had to have the dockers in bridge mode or on a VLAN. So yesterday I setup 4 vlans. To verify that it worked I created a VM on vlan br0.2 and it worked, I got dhcp for that network (from the router) and could access unraid etc. So now I tried to install pihole and I put it on the interface br0.2, but no matter what I try I can't access the pihole web interface. I also installed a wordpress docker and put it on br0.2, but I couldn't access that either. Can someone please help me with the right configuration regarding vlans and the pihole docker to be able get it to work? I use Custom network: br0.2 Fixed IP: 192.168.2.2 Then we have key 5 and 6. i have tried leaving them as they are, deleting them, and put the same config as the custom network and fixed ip
  8. Hi, In my unraid setup i have 4 NICs, no bonding. I have one docker on host network (plex). Then i have one VM on br0 (eth0). Then i have the rest of the dockers/VMs and also my workstation vm on br1 (eth1). I then have a pfsense that uses br2 (eth2) and br3 (eth3). My problems started with me trying to install wordpress and mariadb, i gave each a fixed ip on the br1 network. I then learned that docker1 can't talk with docker2 without custom network. i then created a custom network, but i couldn't create it on br1/eth1. Dont know if it is possible or not. Now the problem was that my workstation, still on br1, could not access the wordpress website that is sitting on a custom network on br0. Why can't my vm on br1 talk with a docker on a custom network without the need to be on the same interface? i have my docker for adblock on br1, and to my knowledge all my devices have been able to use that as DNS. regardless if its on br0,1,2. So, I'm confused about the routing and the rules internally in Unraid, how should it be done so a VM on br1 can talk to a docker on br0 etc?
  9. Exactly. This is not a docker problem, just a wierd problem. Maybe because the 2 VMs are on different NICs
  10. Thx, doing the 'next,next,finish' strategy worked. When the fields are there, like the user and password, i thought i should enter that ๐Ÿ˜ƒ i have on another wierd issue now. I can't access 192.168.1.100:8080 from my pc (that is a vm on unraid). i can access that site from another vm on unraid, from my phone and laptop.๐Ÿค”
  11. Hi and thanks for your reply! I understand this, but i think i have enough traffic on eth0, there fore i want to use eth1 (br1) for several dockers. I did not understand that i couldn't just point to another dockers IP on the same br1 interface without advanced configuration. I would have to look into that or use a VM This is not happening. Im trying bridge mode for now, i have changed the port to 8081 since unraid uses 8080, i have also changed to "http://[IP]:[PORT:8081]/" in the advanced settings, but when i click the icon the page is opening on 8080. this must be a bug? So i installed MariaDB with default port, i did not change the password, im using bridged mode. port mapping is 172.17.0.2:3306 <-> 192.168.1.100:3306. I installed wordpress in bridged mode, database ip is set to 192.168.1.100:3306. for user and password i used 'wordpress'. Portmapping for wordpress is 172.17.0.3:80 <-> 192.168.1.100:8081 When i browse to 192.168.1.100:8081 land at a page telling me: Error establishing a database connection
  12. Tried this docker tonight but dont know if im stupid, if there is something wrong in the container or my unraid. I setup MariaDB with the ip and port ...11:3309 (tried both host network and br1) During Wordpress docker installation i choose network br1 with the ip of ...12 Also during the setup i have tried several different container ports, both 8080 and 443. The funny thing is, even if a choose 8080 or 443, the "webui" link on the docker image always open the site with :8080. The other funny thing is, even if i choose 8080 or 443, the port mapping is always 80. And then the other problem, when i open the site with port 80, i get this error: Error establishing a database connection So, how is this docker supposed to be installed?
  13. can't help you, but im searching for the same. unfortunately im new to the linux world but I started to read about virtio-vsock, not sure is this is just communication between host and guest or if it can be used instead of 9p
  14. Hi, I tried to setup wireguard for the first time yesterday, I went for a 'next, next, finish' setup, did only change 'type of access' to 'Remote Tunneled Access' as mentioned in the blogpost about WireGuard. I did a portforward in my Ubiquiti USG. Both my phone and win10 client could connect, but ONLY to the serer itself, I could not access Internet or any other things on my LAN. I deleted my peers, created new ones with the type of access: Remote access to LAN Now I could ONLY access things on my LAN, not the Unraid server itself or Internet. I figured that something had to be wrong, so I uninstalled the plugin and then installed it again. Created the tunnel, the peers, but this time NONE of my peers can connect to Unraid. It doesn't matter what connection type I use, when activating the client, Unraid says that no clients are connected. Checking my router I get a lot of hits on the portforward rule. I have a 'basic' network setup, i do have 4 nics to spread out some load of VMs and dockers, but I don't use VLAN. Eth0 is in bridge mode. USG dhcp is set on 192.168.1.0/24 and unraid wireguard is on default, I believe 10.253.0.0. So I need some help to set this up. When a peer connects home, I want to be able to connect to everything on the LAN, use my Adguard (like a pihole but nicer gui) as DNS and be able to connect to internet. What should I do?
  15. Hello! When you create a Linux VM you have the option to mount and tag an Unraid Share in the template and then you are able to direct access that share via 9p. Microsoft just announced that linux support is coming to windows file explorer, to direct access linux files on distros that is installed in that windows client via WSL. Do you believe that we in the future could get a direct mounting point in windows template for a windows machine? Since many of us doesn't have the VM on the same network interface as Unraid mgmt port, we would save some network traffic. And also, it would just totally be awesome ๐Ÿ˜ƒ https://www.theverge.com/2020/4/8/21213783/microsoft-windows-10-linux-file-explorer-integration-features
  16. Now im a noob here. But since unraid is complaining about eth0, try to shut down array, go to network settings and make sure to switch nic, so the nic you want to use is not eth0
  17. Dude, you are awesome ๐Ÿ˜ƒ Keep up the good work!
  18. Hi, I recently created my first gaming vm, 6c/12t from my 3900x and then a gtx 1070. installed on a virtual disk on nvme ssd. i experience some stutter some times and started to search for best practices. and.. well.. there is a lot of information out there, and a lot of different configurations. for example there is a lot to change here: <cpumode> and <cputune> the we have q35 vs i440fx. We have the advanced gpu settings, like make usre we have the gpu and audio on the same bus. so, is there a best practice? and where do we find all settings? I don't mind reading and learning stuff, but since i didn't even know about all different feature policys its hard to know where to start
  19. Thanks for the reply, yeah I found it later in Skitals thread that it worked in linux kernel 5 that was used for 6.8-rc. Since I don't want to downgrade I guess I will wait for 6.9-rc1
  20. Hi, I recently build my new unraid server, and today i'm trying to get a virtual win 10 gaming machine to work. After following Skitals thread i successfully managed to passthrough one usb controller and the 'Non-Essential Instrumentation', in my case: 08:00.0, 08:00.1, 08:00.3. Via Spaceinvaders advanced gpu videos i also managed to passthrough my gtx1070 with nvida soundcard. Problem 1: The sound from gpu (hdmi to monitor with builtin speakers) rarely works. i got the standard windows "ping" sound when doing stuff. But if i try to watch youtube in best case the sounds and voices sounds robotic. standard sound is a high pitch sound, or scraping. Like test pages on old TV broadcasts. Problem 2: If i try to passthrough my builtin soundcard unraid completly freezes. The VM fails to start and is in a paused state, a few seconds later my 3900x load is at 100%, and i have to force a shutdown of the Unraid. I have tried both BIOS (SeaBIOS and OVMF) and with each bios i have tried both i440-fx-4.2 and q35-4.2. Exactly the same issue, as soon as I start the VM everything crashes. I have tried to forward the soundcard without excluding it from unraid. I have also tried to exclude it via 'VFIO-PCI CFG' plugin and also via 'append vfio-pci.ids=1022:1487 initrd=/bzroot' IOMMU group 37:[1022:1487] 0e:00.4 Audio device: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller What ever i tries, unraid crashes when i try to add it. Any suggestions?
  21. yeah i understand the basics of backup. nothing on my unraid will be that critical. but i will look into the backup so i can free one nvme device up, didnt event thought about looking for backup in the apps ๐Ÿ˜ƒ haven't had the time to look for the app yet, but is it possible for the app to backup online (onedrive or azure (have msdn subscription, so free space =)). or do i have to get the backup online with rclone or similar?
  22. yes i know that, but it is good enough for me. the vm backup plugin would not be a great backup either because it will (probably) store the backup on the array, and if my server goes boom boom my backup goes boom boom ๐Ÿ˜ƒ but yeah, i will check that out, if i can save the money or use that second ssd to something else it could be good, thx
  23. Not sure i will pass through, will probably use them both in raid1 so i have backup on my VMs. Which SSD would you recommend?
  24. Late response but i think i have decided now, and thanks for all the help. Gigabyte x570 Aourus Master (i believe ๐Ÿ˜ƒ who knows, maybe choose the ultra or pro) Ryzen 3900x 2x Kingston A2000 NVMe 1tb (for cache and VMs) 4x16GB Corsair Vengeance LPX Black / 3200MHz / CL16 continue to use my GTX 1070 until there is a valid amd card out there. GeForce GT 710 for my unraid needs I will primary use this hardware to build my new unraid machine and move some VMs and my other NAS to it. I will then try to get a gaming VM up and running. if i succeed, YAY. If i dont, no worries ๐Ÿ˜ƒ
ร—
ร—
  • Create New...