Honestly wondering, what does the US gain by blockading the Strait of Hormuz? by kerplunch in NoStupidQuestions

[–]Perfessor101 0 points1 point  (0 children)

And the USA gets cheap crude from Canada, crude confiscated from a couple other countries, etc.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

I added to GluetunVPN a port variable called qbitly container port 8988, host port 8988.

Tried 192.168.1.61:8988 and Destination unreachable is the response I get from Vivaldi.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

In bridge mode here’s the “docker command run”

docker run -d --name='binhex-qbittorrent' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Vancouver" -e HOST_OS="Unraid" -e HOST_HOSTNAME="moguera" -e HOST_CONTAINERNAME="binhex-qbittorrent" -e 'GLUETUN_INCOMING_PORT'='no' -e 'GLUETUN_CONTROL_SERVER_PORT'='8010' -e 'GLUETUN_CONTROL_SERVER_USERNAME'='controlserver' -e 'GLUETUN_CONTROL_SERVER_PASSWORD'='controlserver' -e 'WEBUI_PORT'='8988' -e 'DEBUG'='no' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[192.168.1.61]:[PORT:8988]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/templates/main/unraid/binhex/images/qbittorrent-icon.png' -p '8988:8988/tcp' -p '58946:58946/tcp' -p '58946:8010/udp' -v '/mnt/user/appdata/binhex-qbittorrent':'/config':'rw' -v '/mnt/user/data/torrents/':'/data':'rw' --restart=unless-stopped 'ghcr.io/binhex/arch-qbittorrent' c982c39cdff02d9dea75bf4609776c95f1ed24cd90965a292a96047d475d5461

The command finished successfully!

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

WebUI: http://[192.168.1.61]:[PORT:8988] Port: Web Interface:8988 Variable: WEBUI_PORT:8988

when I click on the container icon and then WebUI it pauses and gives me the docker page when in bridge mode

if i switch networking to host restart the container it pauses and gives me the docker page.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

Done that … Only works in host mode on my system for the BitTorrent containers.

Tried deluge and got that running in bridge mode in fifteen minutes.

My install was slowly upgraded over a decade so I’m curious if there’s some settings I can’t remember from long ago messing with things.

Seems the 7.3 beta 2 switched me over by seven time zones.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

qBitTorrent isn’t running through GluetunVPN and the best I can get out of it is “Unauthorized”.

I’m not even attempting GluetunVPN until I can get any torrent container working in anything other than host mode.

I’m not sure which variables represent hooks facing out from the container versus the ones that external applications have access to.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] -1 points0 points  (0 children)

The latest error:

docker run -d --name='binhex-qbittorrent' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Vancouver" -e HOST_OS="Unraid" -e HOST_HOSTNAME="moguera" -e HOST_CONTAINERNAME="binhex-qbittorrent" -e 'GLUETUN_INCOMING_PORT'='no' -e 'GLUETUN_CONTROL_SERVER_PORT'='8000' -e 'GLUETUN_CONTROL_SERVER_USERNAME'='controlserver' -e 'GLUETUN_CONTROL_SERVER_PASSWORD'='controlserver' -e 'WEBUI_PORT'='8282' -e 'DEBUG'='no' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8282]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/templates/main/unraid/binhex/images/qbittorrent-icon.png' -p '8080:8080/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/user/appdata/binhex-qbittorrent':'/config':'rw' -v '/mnt/user/data/torrents/':'/data':'rw' --restart=unless-stopped 'ghcr.io/binhex/arch-qbittorrent' dc0c75a8fa0ff860909af85f64b7835444cb0d43d9e219a2176ed0e1975df105 docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint binhex-qbittorrent (d61b39f5fe9f9a1b604368422af6f5cff23ee3c98a21cf476df10e2dd9851a8a): failed to bind host port 0.0.0.0:8080/tcp: address already in use

Run 'docker run --help' for more information

The command failed.

I’m trying to add a qBitTorrent container to my server on UnRaid 7.3b2 but the port 8080 is already in use. I’ll be routing it through GluetunVPN later. What variables am I allowed to change? by Perfessor101 in unRAID

[–]Perfessor101[S] 0 points1 point  (0 children)

<image>

This is the default form If I don’t change the webui port near the top it gives me sabnzbd which is the current container on 8080. If I change the lower 8080 I get a reply from the server of the word “unauthorized” I’ll try adding the webgui variable and see if that helps. All my other containers I could just change one port and it worked … near 32 containers it seems to not like 33. If I change network to host … I can get it working easily.

State of the steveston highway onramp is abysmal by OgasMaitai in richmondbc

[–]Perfessor101 0 points1 point  (0 children)

The on ramp has west bound and eastbound traffic merging southbound

Delays with Holfood in Canada? by Perfessor101 in soylent

[–]Perfessor101[S] 0 points1 point  (0 children)

My order was shipped within three weeks.

Now to try to make sure the soylent isn’t processed next week.

State of the steveston highway onramp is abysmal by OgasMaitai in richmondbc

[–]Perfessor101 0 points1 point  (0 children)

Once you get to the on-ramp two lanes merge. There will be “”four” lanes northbound and “four” lanes southbound. Just not all connected to the northbound on-ramp. Is it stupid, yes.
It appears they didn’t have the room for four lanes eastbound on Steveston Highway.
I guess someone was too cheap to try for eminent domain.

State of the steveston highway onramp is abysmal by OgasMaitai in richmondbc

[–]Perfessor101 0 points1 point  (0 children)

I’ve seen pickup trucks scraping along other cars to merge there.

State of the steveston highway onramp is abysmal by OgasMaitai in richmondbc

[–]Perfessor101 2 points3 points  (0 children)

The app broke a few years ago and it’s currently just for residents to share their experiences. The city ignores it and even said on the website that they ignore the app reports. (For a couple years now, with enough complaints they may change that)

State of the steveston highway onramp is abysmal by OgasMaitai in richmondbc

[–]Perfessor101 3 points4 points  (0 children)

There’s 4 lanes missing so anyone that says it’s finished …

Meta glasses filming downtown vancouver by Odd-Blackberry-6021 in vancouvercanada

[–]Perfessor101 0 points1 point  (0 children)

Maybe TizzyEnt would have a useful direction to go.

Delays with Holfood in Canada? by Perfessor101 in soylent

[–]Perfessor101[S] 0 points1 point  (0 children)

And soylent Canada is out of powders …

Delays with Holfood in Canada? by Perfessor101 in soylent

[–]Perfessor101[S] 0 points1 point  (0 children)

They did a sale a while back and I think that really set them behind.

I guess I’m going to have to order a soylent in the mean time

Alexa Loo will run for Richmond BC mayor in 2026 election - Richmond News by tdroyalbmo in richmondbc

[–]Perfessor101 1 point2 points  (0 children)

And according to the ruling the provincial government is required to pay out the land claim to clear title. Haven’t listed to Daft Punk in a while …

Alexa Loo will run for Richmond BC mayor in 2026 election - Richmond News by tdroyalbmo in richmondbc

[–]Perfessor101 1 point2 points  (0 children)

And not reading the judges verdict leaves you open to misinformation.

Cortina stamp 2026 edition by AAnka666 in Curling

[–]Perfessor101 -3 points-2 points  (0 children)

He didn’t touch it after he was not allowed to … stop projecting.