[BlueOnyx:22855] Re: No News

2019-04-28 Thread Michael Stauber
Hi Colin,

> I have one VPS that cannot load BlueOnyx News:
> 
> “This page would usually display the newsfeed about updates and other
> important anouncements from the www.blueonyx.it website.” etc.
> 
> Everything else appears to be okay – can dig www.blueonyx.it
>  from CLI.
> 
> Anybody able to shed any light?

The function that does that part has a timeout built in. It tries to
poll the RSS feed from www.blueonyx.it (if no cached version is found).
I don't recall if it's five or eight seconds that it waits at the most
for a response. If it doesn't get one by then it just continues.

The cronjob will eventually pull the RSS feed and will cache it for next
time around.

-- 
With best regards

Michael Stauber
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22854] No News

2019-04-28 Thread Colin Jack
I have one VPS that cannot load BlueOnyx News:

“This page would usually display the newsfeed about updates and other important 
anouncements from the www.blueonyx.it website.” etc.

Everything else appears to be okay – can dig 
www.blueonyx.it from CLI.
Anybody able to shed any light?

Colin

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22853] Re: Disk quota exceeded

2019-04-28 Thread Colin Jack
Hi Michael,

On 28/04/2019, 22:21, "Blueonyx on behalf of Michael Stauber" 
 wrote:

Hi Colin,

> vzctl stop 
> vzquota drop 
> vzctl start 

Inside the VPS check with "df -i" if you have enough free inodes. If you
run out of inodes, then you're also out of space. In that case bump the
inode parameter for that VPS via the GUI.

That was it ... thanks.
I should have worked this out - I am sure this happened to me about 5 years 
ago! __

Kind regards

Colin
 


___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22852] Re: Disk quota exceeded

2019-04-28 Thread Michael Stauber
Hi Colin,

> vzctl stop 
> vzquota drop 
> vzctl start 

Inside the VPS check with "df -i" if you have enough free inodes. If you
run out of inodes, then you're also out of space. In that case bump the
inode parameter for that VPS via the GUI.

-- 
With best regards

Michael Stauber
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22851] Re: Disk quota exceeded

2019-04-28 Thread Colin Jack
Yup …

From: Blueonyx  on behalf of Richard Barker 

Organization: ProBass Networks Inc.
Reply-To: "ad...@probass.com" , BlueOnyx General Mailing 
List 
Date: Sunday, 28 April 2019 at 20:30
To: "blueonyx@mail.blueonyx.it" 
Subject: [BlueOnyx:22850] Re: Disk quota exceeded


Did you do this on the master

vzctl stop 
vzquota drop 
vzctl start 

RC
--

Richard C. Barker Sr.
CEO & President
1-813-873-8942
ProBass Networks Inc.
www.probassnetworks.net
www.probass.net
***
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22850] Re: Disk quota exceeded

2019-04-28 Thread Richard Barker

Did you do this on the master

vzctl stop 
vzquota drop 
vzctl start 

RC

--

/*Richard C. Barker Sr.
CEO & President
1-813-873-8942
ProBass Networks Inc. */
www.probassnetworks.net 
www.probass.net 
***
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22849] Disk quota exceeded

2019-04-28 Thread Colin Jack
I have a strange one … one of my VPS won’t allow me to do anything as root.
Says quota exceeded.
Tried restorequotas. No better.

It is an Aventurine VPS so stopped it and dropped the quota.
Restarted and took ages to initialise quota.
Entered VPS from Aventurine CLI and still get the same problem.

Any ideas?

Thanks

Colin
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22848] Re: Cleanup

2019-04-28 Thread Colin Jack
Hi Michael,

On 28/04/2019, 18:14, "Blueonyx on behalf of Michael Stauber" 
 wrote:

Hi Colin,

> I need to remove all vsites and mariadb databases (that is easy enough).
> 
> I seem to remember Michael had a tool for doing this but can’t see
> anything suitable in /usr/sausalito/sbin

Yeah, you perhaps mean this:

https://pastebin.com/xj4qFfN1

That's the one! __

Presume it will work on 5209R?

Kind regards

Colin



___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22847] Re: Cleanup

2019-04-28 Thread Michael Stauber
Hi Colin,

> I need to remove all vsites and mariadb databases (that is easy enough).
> 
> I seem to remember Michael had a tool for doing this but can’t see
> anything suitable in /usr/sausalito/sbin

Yeah, you perhaps mean this:

https://pastebin.com/xj4qFfN1

-- 
With best regards

Michael Stauber
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:22846] Cleanup

2019-04-28 Thread Colin Jack
I have a failed CMU and can’t remember how to fully clean up the recipient VPS 
prior to having another go.
I need to remove all vsites and mariadb databases (that is easy enough).
I seem to remember Michael had a tool for doing this but can’t see anything 
suitable in /usr/sausalito/sbin

Can anybody remind me?

Thanks

Colin

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx