Web hosting providers (OT)

2020-06-10 Thread אורי
Hi, I'm thinking about the option to deploy a new server for testing speed at https://www.speedtest.net/ . Do you know which hosting providers you recommend with inexpensive but strong servers? I'm using Digital Ocean, and in the past I used CloudSigma, Amazon EC2 and Rackspace. What's important t

Ubuntu

2020-06-10 Thread אורי
Hi, I'm sorry for posting twice in the same day to the same mailing list. But I have a question: I'm using Ubuntu 18.04.3 LTS for a few production servers (one of them I upgraded a few months ago from 14.04). How important it is to upgrade the OS version, or can I keep it like this? I'm afraid tha

Re: Ubuntu

2020-06-10 Thread Geoffrey Mendelson
I am running ubuntu lts 10.something on a server I am afraid will break. Geoff. -- Geoffrey S. Mendelson, N3OWJ/4X1GM/KBUH7245/KBUW5379 Jerusalem, Israel On Jun 10, 2020, 5:30 PM +0300, אורי , wrote: > Hi, > > I'm sorry for posting twice in the same day to the same mailing list. But I > have a q

Re: Ubuntu

2020-06-10 Thread אורי
Hi, Actually I had a website running on Ubuntu 10.04 LTS from 2012 to 2019 and it didn't break, and I didn't upgrade. אורי u...@speedy.net On Wed, Jun 10, 2020 at 5:34 PM Geoffrey Mendelson < geoffreymendel...@gmail.com> wrote: > I am running ubuntu lts 10.something on a server I am afraid wil

Re: Ubuntu

2020-06-10 Thread Shlomi Fish
Hi Uri! ‪On Wed, Jun 10, 2020 at 5:30 PM ‫אורי‬‎ wrote:‬ > Hi, > > I'm sorry for posting twice in the same day to the same mailing list. But > I have a question: I'm using Ubuntu 18.04.3 LTS for a few production > servers (one of them I upgraded a few months ago from 14.04). How important > it i

Re: Ubuntu

2020-06-10 Thread אורי
Thank you, Shlomi. I like the difference between theory and practice. אורי u...@speedy.net On Wed, Jun 10, 2020 at 6:19 PM Shlomi Fish wrote: > Hi Uri! > > ‪On Wed, Jun 10, 2020 at 5:30 PM ‫אורי‬‎ wrote:‬ > >> Hi, >> >> I'm sorry for posting twice in the same day to the same mailing list. But

Re: Ubuntu

2020-06-10 Thread אורי
Hi, Actually I have a staging server which I can upgrade first to 18.04.4 to see if it works, or if something breaks. But I didn't find it on Google - how do I upgrade an OS to Ubuntu 18.04.4 (from 18.04.*) without upgrading it to 20.04? אורי u...@speedy.net On Wed, Jun 10, 2020 at 6:19 PM Shlo

Re: Ubuntu

2020-06-10 Thread Micha Bailey
Regarding the upgrade to Focal (20.04): There’s no reason to rush. Bionic (18.04) is supported, if I’m not mistaken, until 2023. In fact, Bionic (LTS) users aren’t even offered the upgrade (i.e. you need to go out of your way to get it) until 20.04.1 is out in a few months. Regarding the upgrade t

Re: Ubuntu

2020-06-10 Thread אורי
Hi, Thanks for your suggestion, I decided to upgrade to 18.04.4 and I ran a few times the following commands (from root): sudo apt autoremove sudo apt-get update sudo apt-get upgrade sudo apt update sudo apt upgrade I have 4 servers and I upgraded all of them and 3 of them are working properly,

Ubuntu - apache is not working

2020-06-10 Thread אורי
Hi, Running the command "sudo apachectl configtest" returns "Syntax OK". Running "sudo systemctl restart apache2" doesn't respond. But a few minutes ago it worked and the website worked. I rebooted again and now again it's not working. The problem is that apache doesn't restart after rebooting.

Re: Ubuntu - apache is not working

2020-06-10 Thread Eli Marmor
Please run: apachectl start from the command line, and copy the response to this list. If there is no error, please copy the relevant lines from the error.log of apache2. On Thu, Jun 11, 2020, 7:12 AM אורי wrote: > Hi, > > Running the command "sudo apachectl configtest" returns "Syntax OK". > >

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
# apachectl start Invoking 'systemctl start apache2'. Use 'systemctl status apache2' for more info. אורי u...@speedy.net On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor wrote: > Please run: > apachectl start > from the command line, and copy the response to this list. > If there is no error, please

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
Website is working now. But if I reboot the server again, I expect it to stop working. אורי u...@speedy.net On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor wrote: > Please run: > apachectl start > from the command line, and copy the response to this list. > If there is no error, please copy the rele

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
Hi, I estimate it's about 15 to 20 minutes after reboot that I can start apache successfully. Otherwise, I can't start apache. אורי u...@speedy.net On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor wrote: > Please run: > apachectl start > from the command line, and copy the response to this list. >

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
I ran the commands again and found out there are errors: root@www:~# sudo apt autoremove Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@www:~# sudo apt-get update Hit:1 http://ppa.launchpa

Re: Ubuntu

2020-06-10 Thread Tzafrir Cohen
On 11/06/2020 6:29, אורי wrote: > Hi, > > Thanks for your suggestion, I decided to upgrade to 18.04.4 and I ran a > few times the following commands (from root): > > sudo apt autoremove > sudo apt-get update > sudo apt-get upgrade > sudo apt update > sudo apt upgrade apt is basically a wrapper a

Re: Ubuntu

2020-06-10 Thread אורי
Hi, I ran autoremove both before and after the upgrade. אורי u...@speedy.net On Thu, Jun 11, 2020 at 8:43 AM Tzafrir Cohen wrote: > On 11/06/2020 6:29, אורי wrote: > > Hi, > > > > Thanks for your suggestion, I decided to upgrade to 18.04.4 and I ran a > > few times the following commands (from

Re: Ubuntu - apache is not working

2020-06-10 Thread Efraim Flashner
Not sure why apache is only starting some time after you reboot. What does the output of 'systemctl status apache2.service' look like? On Thu, Jun 11, 2020 at 07:31:31AM +0300, אורי wrote: > Hi, > > I estimate it's about 15 to 20 minutes after reboot that I can start apache > successfully. Otherw

Re: Ubuntu - apache is not working

2020-06-10 Thread Efraim Flashner
If you no longer need python-3.6 then you can remove that PPA from your list of sources. On Thu, Jun 11, 2020 at 08:05:10AM +0300, אורי wrote: > I ran the commands again and found out there are errors: > > root@www:~# sudo apt autoremove > Reading package lists... Done > Building dependency tree

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
How do I remove it? אורי u...@speedy.net On Thu, Jun 11, 2020 at 9:39 AM Efraim Flashner wrote: > If you no longer need python-3.6 then you can remove that PPA from your > list of sources. > > On Thu, Jun 11, 2020 at 08:05:10AM +0300, אורי wrote: > > I ran the commands again and found out there

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
I think I need Python. אורי u...@speedy.net On Thu, Jun 11, 2020 at 9:39 AM Efraim Flashner wrote: > If you no longer need python-3.6 then you can remove that PPA from your > list of sources. > > On Thu, Jun 11, 2020 at 08:05:10AM +0300, אורי wrote: > > I ran the commands again and found out th

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
# systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: active (running) since Thu 2020-06-11

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
Do you want me to run that again after reboot? אורי u...@speedy.net On Thu, Jun 11, 2020 at 9:38 AM Efraim Flashner wrote: > Not sure why apache is only starting some time after you reboot. What > does the output of 'systemctl status apache2.service' look like? > > On Thu, Jun 11, 2020 at 07:31

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
Here, after reboot (and apache is not working again): # systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
# systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: failed (Result: timeout) since Thu 202

Re: Ubuntu - apache is not working

2020-06-10 Thread Shay Gover
What do u have in apache logs? ‪On Thu, Jun 11, 2020 at 9:47 AM ‫אורי‬‎ wrote:‬ > # systemctl status apache2.service > ● apache2.service - The Apache HTTP Server >Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor > preset: enabled) > Drop-In: /lib/systemd/system/apache2.

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
# cat /var/log/apache2/error.log [Thu Jun 11 06:25:05.426924 2020] [mpm_prefork:notice] [pid 1154] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming normal operations [Thu Jun 11 06:25:05.427080 2020] [core:notice] [pid 1154] AH00094: Command line: '/usr/sbin/apache2' [Thu Jun 1

Re: Ubuntu - apache is not working

2020-06-10 Thread Shay Gover
Anything related in journalctl? ‪On Thu, Jun 11, 2020 at 9:52 AM ‫אורי‬‎ wrote:‬ > # cat /var/log/apache2/error.log > [Thu Jun 11 06:25:05.426924 2020] [mpm_prefork:notice] [pid 1154] AH00163: > Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming normal > operations > [Thu Jun 11 06:25:

Re: Ubuntu - apache is not working

2020-06-10 Thread אורי
How do I use journalctl? אורי u...@speedy.net On Thu, Jun 11, 2020 at 9:56 AM Shay Gover wrote: > Anything related in journalctl? > > ‪On Thu, Jun 11, 2020 at 9:52 AM ‫אורי‬‎ wrote:‬ > >> # cat /var/log/apache2/error.log >> [Thu Jun 11 06:25:05.426924 2020] [mpm_prefork:notice] [pid 1154] >> A