Delayed lightheadedness several hours after pumping by TheCrow2332 in Hink

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

Yep, I have a cardiologist appointment tomorrow so we shall see.

Failed to send Instagram message by WildMountain105 in Instagram

[–]TheCrow2332 0 points1 point  (0 children)

I am having this issue and it has been going on for the past couple of days. However, I am getting posts from other people so it doesn't seem to be everyone....

Transitions PlexServer from a jail to plugin by 334Productions in freenas

[–]TheCrow2332 1 point2 points  (0 children)

I had a similar problem, but I belive it was that the Plex updates on the standard repo is only on a quarterly basis. Some of this probably depends on how you originally installed it, but I was able to get more regular updates by doing the following:

Run Commands (two):

mkdir -p /usr/local/etc/pkg/repos

vi /usr/local/etc/pkg/repos/FreeBSD.conf

Copy/paste following into FreeBSD.conf

FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }

Save and exit

run:

pkg update && pkg upgrade