Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JamesAdams

Members
  • Joined

  • Last visited

Everything posted by JamesAdams

  1. Same error with a custom network : <network> <name>virbr1-lab</name> <uuid>03ca9ae6-8dbc-43b7-8e63-366b46926b20</uuid> <forward mode='nat'/> <bandwidth> <inbound average='625' peak='625' burst='625'/> <outbound average='625' peak='625' burst='625'/> </bandwidth> <bridge name='virbr1-lab' stp='on' delay='0'/> <mac address='52:54:00:c5:18:43'/> <ip address='192.168.50.1' netmask='255.255.255.248'> <dhcp> <range start='192.168.50.2' end='192.168.50.6'/> </dhcp> </ip> </network> root@JamesServer:/tmp# virsh net-start virbr1-lab error: Failed to start network virbr1-lab error: internal error: Child process (/usr/sbin/tc qdisc add dev virbr1-lab root handle 1: htb default 2) unexpected exit status 2: Error: Specified qdisc not found.
  2. Hi, i try to add the bandwidth limit in the vm like that : <interface type='bridge'> <mac address='52:54:00:24:d9:97'/> <source bridge='br0'/> <bandwidth> <inbound average='625' peak='625' burst='625'/> <outbound average='625' peak='625' burst='625'/> </bandwidth> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> But if i try to start the vm i have this error : Thanks for your help
  3. Hello, I would like from my wireguard vpn to access a custom virsh network, someone knows how to do it please ? Network wg1 (network of wireguard vpn ) : 192.168.51.0/27 Network virbr0-lab : 192.168.50.0/27 I would like them to communicate together to access in RDP a vm present in the virbr0-lab network from a pc connected in VPN to the wg1 network Cordially.
  4. I don't really know 😅 I'll watch tomorrow I'll go to bed there. just a quick question, is it possible to have sound in the chromium container ?
  5. No discord is a electron app see all electron software as a browser on which a web page is displayed
  6. so you know Discord and visual studio code are electron software for example
  7. Yes you run the application itself
  8. and there are loads of really cool apps! so if it works we could have fun https://www.electronjs.org/apps
  9. ok, I didn't know the sandbox mode and the electron apps are just chromium browsers on which you load a classic web page, it allows you to create software for pc without using C but only HTML, css and javascript
  10. Hi, I just thought of something for the chromium container seen that eletron apps are based on chromium we could make docker containers for electron apps no ? 😀
  11. Hi, Why is not possible to add a column count in "Icon Basic" & "Icon Label", is just possible to "No Icon" privew mod. Thanks.
  12. Hi, i founs a bug in Docker, to reproduce it you must have created a virtual network with virsh. like that : And you have to create a network in docker. Like that : for the moment everything works without problem but if you restart the unraid server or you restart docker When you want to restart your container it will tell you that the network docker-lab0 with the ip "8c ..." cannot be found even though it does exist and its id has not changed... Cordially.
  13. Hi, i have a server on Unraid and i use a gpu (GTX 1060) in a windows 10 VM but i would link turn off the gpu when is not used by my vm because the gpu consume 30W in idle... for now i found this : it's turn off the card but i don't have the possibility to turn on the card... Thanks for your help.
  14. Hi, I found a bug with docker on unraid, when I restart my server my containers no longer see the docker network that I created (but the network exists with the right id) Unraid: 6.8.3 Docker: 19.03.5 my virsh virtual network : <network ipv6='yes'> <name>lab-network-3</name> <uuid>7529bb5c-676d-47c4-93b7-f0fe772187ca</uuid> <bridge name='virbr3-lab' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:5b'/> <ip address='192.168.3.1' netmask='255.255.255.0'> </ip> <route address='192.168.3.0' prefix='24' gateway='192.168.3.10'/> </network> My docker network: docker network create \ -o parent=virbr3-lab \ --driver macvlan \ --subnet 192.168.3.0/24 \ --gateway 192.168.3.10 \ test thank you in advance for your help 😄
  15. hi, i have a virtual nic in unraid and i wish to add a vlan in this virtual network but i don't found the solution... my virtual nic: <network ipv6='yes'> <name>lab-network</name> <uuid>9076910b-63df-470f-862a-606414dd750a</uuid> <bridge name='virbr1-lab' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:4b'/> <ip address='192.168.0.1' netmask='255.255.255.0'> </ip> <route address='192.168.0.0' prefix='24' gateway='192.168.0.10'/> </network> Anyone have a solution ?
  16. no is not blank ^^ windows detect the network but i don't have the driver for vmxnet3
  17. i found the solution i edit my network for that <network ipv6='yes'> <name>lab-network</name> <uuid>9076910b-63df-470f-862a-606414dd750a</uuid> <bridge name='virbr1' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:4b'/> <ip address='192.168.0.0' netmask='255.255.255.0'> <dhcp> <range start='192.168.0.11' end='192.168.0.20'/> </dhcp> </ip> <route address='192.168.0.0' prefix='24' gateway='192.168.0.10'/> </network>
  18. ok thanks i will test. You know if for the virtual network that i have created with your method we can define an ip and a mask by default and gateway ? because on this network I create a virtual router which works when I but the ip manually in my vm w10 but the dhcp does not work my vm takes an ip in 169.254.88.156 by default while my network is in 192.168.0.0 . Thanks for your help.
  19. Thanks it's work for the vm but my docker don't see the new interface.
  20. I just tried and it doesn't work either 😕
  21. I follow the tutorial and it's not worked for my 1050Ti...
  22. Hello, I would like to know if anyone else still has the problem with the gtx 1050 or we do not see the energy consumption. for the power draw i have "N/A/75W" Is there a solution to fix this? Thanks.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.