What Are You Doing Right Now
-
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@brianlittlejohn said in What Are You Doing Right Now:
Anybody looking, Vultr has storage instances available in their LA datacenter
Woohoo! I'm not ready to buy, but I wanted to see their pricing. Thanks for the heads up!
What makes the LA datacenter special?
What's special is that the storage instances were available to buy for a moment, which means I could see the pricing.
-
@wrx7m said in What Are You Doing Right Now:
@brianlittlejohn - I am not ready. can I just get the instance and pick the specifics like upload my own iso tomorrow?
Yea, you can purchase the instance and have them set it up with whatever OS until you decide to upload the iso and reload what you want on it.
-
@eddiejennings said in What Are You Doing Right Now:
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@brianlittlejohn said in What Are You Doing Right Now:
Anybody looking, Vultr has storage instances available in their LA datacenter
Woohoo! I'm not ready to buy, but I wanted to see their pricing. Thanks for the heads up!
What makes the LA datacenter special?
What's special is that the storage instances were available to buy for a moment, which means I could see the pricing.
Oh, so they hide the pricing everywhere else and don't find out until you read your credit card bill?
Lol, I'm lost!
-
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@brianlittlejohn said in What Are You Doing Right Now:
Anybody looking, Vultr has storage instances available in their LA datacenter
Woohoo! I'm not ready to buy, but I wanted to see their pricing. Thanks for the heads up!
What makes the LA datacenter special?
What's special is that the storage instances were available to buy for a moment, which means I could see the pricing.
Oh, so they hide the pricing everywhere else and don't find out until you read your credit card bill?
Lol, I'm lost!
You can see the pricing for their compute instances, dedicated instances, and block storage. However, to see the pricing of their storage instances (which use SATA rather than SSD), you have to be logged into your account, and select a server to deploy. For a while the storage instances have been "temporarily unavailable," so you can't click on them to see pricing. -
@hobbit666 said in What Are You Doing Right Now:
Well first step is re-locate the master socket back to the original spot and re-test. Then going from there re-cable using BT 2pair cable to make have an extension plate in the living room for the router and phone.
Then from there just use standard Cat6 patch leads from the Router into the AP on the wall 2m should do, then 1m to our "media" box
Well step one failed. Still no sync so wait till BT turn up.
-
Just ordered some phones from Baltic Networks. Inching closer to being done.
-
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@tim_g said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@brianlittlejohn said in What Are You Doing Right Now:
Anybody looking, Vultr has storage instances available in their LA datacenter
Woohoo! I'm not ready to buy, but I wanted to see their pricing. Thanks for the heads up!
What makes the LA datacenter special?
What's special is that the storage instances were available to buy for a moment, which means I could see the pricing.
Oh, so they hide the pricing everywhere else and don't find out until you read your credit card bill?
Lol, I'm lost!
They don't show pricing when they don't have the servers/plans available. The storage instances have been pretty much unicorns for the past several months.
I ended up getting 1 and selected upload my own iso and pointed it to a mirrors dl link. Now I can decide if I want to use it or go with Fedora 26.
-
@eddiejennings said in What Are You Doing Right Now:
Just ordered some phones from Baltic Networks. Inching closer to being done.
What models?
-
@dustinb3403 said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Just ordered some phones from Baltic Networks. Inching closer to being done.
What models?
Yealink T42S (25 of them) and one Yealink T46S.
-
Nice
-
@eddiejennings you might have even better results if you bought some HellYeaLink phones...
-
@rojoloco Ha!
-
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
-
@nerdydad said in What Are You Doing Right Now:
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
Apache wasn't installed at some point was it? That could be hogging port 80.
-
@nerdydad What Distribution and version? Also, any custom repos? That just should not happen on a standard install of anything, uck.
-
@eddiejennings said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
Apache wasn't installed at some point was it? That could be hogging port 80.
Not sure about apache. UCRM is installed at port 80.
@travisdh1 said in What Are You Doing Right Now:
@nerdydad What Distribution and version? Also, any custom repos? That just should not happen on a standard install of anything, uck.
Debian 9 with Ubiquiti's UCRM (ports 80 & 81) and UNMS (8080 & 8443) both installed by their install scripts.
-
@nerdydad said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
Apache wasn't installed at some point was it? That could be hogging port 80.
Not sure about apache. UCRM is installed at port 80.
@travisdh1 said in What Are You Doing Right Now:
@nerdydad What Distribution and version? Also, any custom repos? That just should not happen on a standard install of anything, uck.
Debian 9 with Ubiquiti's UCRM (ports 80 & 81) and UNMS (8080 & 8443) both installed by their install scripts.
Well... 2 services can't use the same port, and nginx will want to use port 80 by default. Look for the config file in /etc/nginx and comment out the port 80, and un-comment the port 443. You might have to do some more than just that......
Which begs the question, why do you want to run this on the same server? Having another server running an nginx proxy would be trivial resource wise.
-
@nerdydad said in What Are You Doing Right Now:
Debian 9 with Ubiquiti's UCRM (ports 80 & 81) and UNMS (8080 & 8443) both installed by their install scripts.
Well that will do it.
-
@travisdh1 said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
Apache wasn't installed at some point was it? That could be hogging port 80.
Not sure about apache. UCRM is installed at port 80.
@travisdh1 said in What Are You Doing Right Now:
@nerdydad What Distribution and version? Also, any custom repos? That just should not happen on a standard install of anything, uck.
Debian 9 with Ubiquiti's UCRM (ports 80 & 81) and UNMS (8080 & 8443) both installed by their install scripts.
Well... 2 services can't use the same port, and nginx will want to use port 80 by default. Look for the config file in /etc/nginx and comment out the port 80, and un-comment the port 443. You might have to do some more than just that......
Which begs the question, why do you want to run this on the same server? Having another server running an nginx proxy would be trivial resource wise.
Looking at purchasing a dedicated instance from Vultr and was considering combining both services to one server. Then Jared and Aaron mentioned Nginx and now I'm considering rebuilding this server again, but with nginx first, then the 2 services.
-
@nerdydad said in What Are You Doing Right Now:
@travisdh1 said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to install nginx but getting errors:
I have attempted installing with dependencies, but just not understanding this error. I'm being a total noob right now.
Apache wasn't installed at some point was it? That could be hogging port 80.
Not sure about apache. UCRM is installed at port 80.
@travisdh1 said in What Are You Doing Right Now:
@nerdydad What Distribution and version? Also, any custom repos? That just should not happen on a standard install of anything, uck.
Debian 9 with Ubiquiti's UCRM (ports 80 & 81) and UNMS (8080 & 8443) both installed by their install scripts.
Well... 2 services can't use the same port, and nginx will want to use port 80 by default. Look for the config file in /etc/nginx and comment out the port 80, and un-comment the port 443. You might have to do some more than just that......
Which begs the question, why do you want to run this on the same server? Having another server running an nginx proxy would be trivial resource wise.
Looking at purchasing a dedicated instance from Vultr and was considering combining both services to one server. Then Jared and Aaron mentioned Nginx and now I'm considering rebuilding this server again, but with nginx first, then the 2 services.
That won't really help. In both cases, you have to change the ports of the other services.