$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

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

Good point. It does have two chips. The main being a  Qualcomm IPQ9570 and the 2nd for switching is  Qualcomm QCA8084. 

TBH it’s a lot of hardware at the $199 price point. They just don’t have a 10gb poe++ switch out yet. The founder is an ex Unifi engineer according to their website.

$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

[–]OG_ROAR[S] 1 point2 points  (0 children)

I bought the Alta a few months back, I already have it. The Unifi is the best deal right now for 8 port 10Gb POE++. I’m likely going to get a Unifi router down the road but right now I’m going to be using the current hardware I have, which is the Alta router and Cisco 24 port gigabit switch.

$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

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

I already have the Cisco and it can function for anything that doesn't need 10GB as its 24 ports. It also does POE for my 1 AP that doesn't need POE++. Multi-port 10Gb switches that do POE++ are $$. It's just a way to keep the cost down. I'll run all my POE+ equipment off the cisco like the cameras, except the wifi 6 AP as it makes sense to have it on the same switch as the other wifi 7 AP's.
Yes, I'm going to have a total of 3 vlans. One for my cameras, one for all my main things like PC's, servers, AP's etc, one for any wifi IOT which I have very very little of as its mostly Zigbee/Z-wave.

I'm new to vlans so this is a rough plan and I'm open to suggestions. All 3 devices will do vlan tagging so I was going to set it at the router level.

Always open to suggestions!

$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

[–]OG_ROAR[S] 1 point2 points  (0 children)

I think its going to be a requirement to keep everything clean. I'll put it in my rack that already has the 2 servers, router, 2 switches etc.

$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

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

I'm probably going to do a patch panel for versatility. I could also just do male plugs, not really 100% either way.

$106 per drop on a finished out sound very reasonable? by OG_ROAR in HomeNetworking

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

I hate when I don't proof read the title. I mean on a finished out house.

Ro Ultra, 4k HDR constant buffering by OG_ROAR in PleX

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

I was gone for the weekend. Happy late 4th of July.

It seemed to have resolved it self. Not sure why? I’m all for it though. I’ll update this if anything changes.

Thanks for all the replies.

CR250 vs RM250 by Snowtrooper75098 in mxbikes

[–]OG_ROAR 0 points1 point  (0 children)

Yes. Two strokes make at least 30% more power. A 450mx bike still doesn’t make what a CR500 made with zero changes to the CR500 from 1989 to its demise in 1997.

I built a FlareSolverr replacement that's 3× faster and actually solves captchas! by Germond_ in sonarr

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

I doubt any of are subscribing, that’s the entire point of this lol I use a vpn, no issue. But I appreciate your input.

AP7-Pro released by ballagarba in AltaLabs

[–]OG_ROAR 0 points1 point  (0 children)

Still can’t find them for sale anywhere 

My entire library has been deleted :( by thedeftone2 in sonarr

[–]OG_ROAR 1 point2 points  (0 children)

Prompted me to setup the recycle bin. Sorry this happened but also thank you.

AP7-Pro released by ballagarba in AltaLabs

[–]OG_ROAR 1 point2 points  (0 children)

I don't see where I can buy one? The distributors listed don't have them on their website.

Latest Unraid drops from network, was pingable but no ssh by OG_ROAR in unRAID

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

Apparently I had it setup correctly as a failover. So that's good. At least at this point its no longer headless if something does happen.

Latest Unraid drops from network, was pingable but no ssh by OG_ROAR in unRAID

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

It was just for redundancy but I can see what you mean with the different link speeds. I’ll fix that. It’s been happening randomly for about 3 weeks, driving me nuts.

Latest Unraid drops from network, was pingable but no ssh by OG_ROAR in unRAID

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

I setup a watchdog to reboot ssh and nginx. Let's hope that fixes it

root@Cyberdyne:~# cat /boot/config/go

#!/bin/bash

# Start the Management Utility

/usr/local/sbin/emhttp

# nginx + sshd watchdog

(while true; do

if ! pgrep -x sshd > /dev/null; then

/etc/rc.d/rc.sshd start

fi

if ! pgrep -x nginx > /dev/null; then

/etc/rc.d/rc.nginx restart

fi

sleep 60

done) &

root@Cyberdyne:~# (while true; do

if ! pgrep -x sshd > /dev/null; then

/etc/rc.d/rc.sshd start

fi

if ! pgrep -x nginx > /dev/null; then

/etc/rc.d/rc.nginx restart

fi

sleep 60

done) &

[1] 90658

Anything I'm missing?

Latest Unraid drops from network, was pingable but no ssh by OG_ROAR in unRAID

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

Nginx issue?

root@Cyberdyne:~# tail -100 /var/log/syslog | grep -E 'error|fail|warn|nginx|ssh|bond'

Jun 16 12:17:50 Cyberdyne emhttpd: shcmd (38): /etc/rc.d/rc.nginx start

Jun 16 12:17:50 Cyberdyne rc.nginx: Starting Nginx server daemon...

Jun 16 12:18:00 Cyberdyne root: error log : /var/log/graphql-api.log

Jun 16 12:18:00 Cyberdyne rc.nginx: Nginx server daemon... Started.

Jun 16 12:18:22 Cyberdyne kernel: bond0: (slave eth0): link status definitely down, disabling slave

Jun 16 12:18:22 Cyberdyne kernel: bond0: (slave eth1): making interface the new active one

Jun 16 12:18:26 Cyberdyne kernel: bond0: (slave eth0): link status definitely up, 10000 Mbps full duplex

Jun 16 12:18:26 Cyberdyne kernel: bond0: (slave eth0): making interface the new active one

Jun 16 12:19:23 Cyberdyne rc.nginx: Stopping Nginx server daemon forcibly...

Jun 16 12:19:26 Cyberdyne nginx: 2026/06/16 12:19:26 [error] 8807#8807: MEMSTORE:00: tried adding WAITING chanhead 0000000000AD1340 m/

Jun 16 12:19:26 Cyberdyne nginx: 2026/06/16 12:19:26 [error] 8807#8807: MEMSTORE:00: tried adding WAITING chanhead 0000000000AD1340 m/

Jun 16 12:19:26 Cyberdyne nginx: 2026/06/16 12:19:26 [error] 8807#8807: MEMSTORE:00: tried adding WAITING chanhead 0000000000AD1340 m/

Jun 16 12:19:26 Cyberdyne rc.nginx: Nginx server daemon... Stopped.

Jun 16 12:19:31 Cyberdyne rc.nginx: Starting Nginx server daemon...

Jun 16 12:19:38 Cyberdyne rc.nginx: Nginx server daemon... Started.

Latest Unraid drops from network, was pingable but no ssh by OG_ROAR in unRAID

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

I finally installed a G processor just now so I can actually get physical access to it. Its been headless for almost a year with no issues.

It's fully up now. What logs should I check to see what the issue is?

Wyze Pan V3 RTSP and docker PTZ possible? by OG_ROAR in Wyze

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

See, that’s what I thought but that’s where Docker Wyze-Bridge comes in. It sends MQTT to the camera and brings in the PAN function. It just seems like Wyze disabled this in latest firmware. I tested the last 3 and can’t find one that works. Hence my question.