lesuser
lesuser
Comments
-
Yeah. Debian 11 is VirMach VPS. Oracle Linux is Arm Ampere for which I posted this issue.
-
Because apache is defined in Oracle Linux 8 in phpfpm config. I can try to change it to www-data but it may require some extra work fiddling with permission as I am a Linux noob.
-
Ok after much trial and error I managed to fix the issue. I compared www.conf of both VPS and noticed the following: Debian 11 on VirMach sudo nano /etc/php/8.1/fpm/pool.d/www.conf user = www-data group = www-data Oracle Linux 8 on Oracle Cloud sudo nano /etc/php-fpm.d/www.conf user = apache group = apache Aha so the user…
-
Used the following to open port 80 and it works now. I am able to see nginx default page. https://github.com/vladrunk/howTo/wiki/Open-80-443-port-on-OracleCloud
-
How do I open incoming port 80 on Arm instance? I have added this Ingress rule in Virtual Cloud Network but it doesn't seem to be working. The first three rules are added by Oracle while the last one is added by me. I have installed nginx and when I open browser and type my public IP then it doesn't show default nginx…
-
Command sudo /usr/libexec/oci-growfs did the trick and now I can see my drive. [opc@arm ~]$ df -HFilesystem Size Used Avail Use% Mounted ondevtmpfs 13G 0 13G 0% /devtmpfs 13G 0 13G 0% /dev/shmtmpfs 13G 35M 13G 1% /runtmpfs 13G 0 13G 0% /sys/fs/cgroup/dev/mapper/ocivolume-root 203G 15G 189G 8% //dev/mapper/ocivolume-oled…
-
I created Arm instance with 200GB volume. There are no other instances. But my VM is not showing that 200GB drive. Where is that drive? [opc@arm ~]$ df -HFilesystem Size Used Avail Use% Mounted ondevtmpfs 13G 0 13G 0% /devtmpfs 13G 0 13G 0% /dev/shmtmpfs 13G 35M 13G 1% /runtmpfs 13G 0 13G 0%…
-
Or use a prepaid card to sign up so you dont go over budget accidently.
-
VirMach BlackFriday2019 $24/year # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2022-06-11 ## https://github.com/masonr/yet-another-bench-script ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #Wed 10 Aug 2022 12:53:03 PM EDTBasic System…
-
@VirMach Ticket 701901
-
Chiknay which version of PHP is available in hosting?
-
My VPS ever since migrated to Ryzen is working fine and dandy. I think it was 12 days ago but I waited 3, 4 days before migrating my site and it has been running perfectly ever since. In fact its speed is noticeably fast than before thanks to new Ryzens. There is another VPS for which I am facing a small issue of not being…