Questions tagged [cloud]
The cloud tag has no summary.
93 questions
0 votes
0 answers
62 views
How to implement a Linux Cloud Storage sync with placeholder files
On Windows, Microsoft offers their Cloud Filter API (parts of which are implemented in the Windows Kernel as the CldFlt Windows Cloud Files Mini Filter Driver), which provides for an interface for ...
0 votes
0 answers
215 views
Is it at all possible to use less than 50 GB for an instance boot volume?
I want to create an Oracle Cloud Compute Instance that uses less than 50 GB of space. I only need about 10 GB. Most information I'm finding on the Internet states that the boot volume on OCI can not ...
0 votes
1 answer
1k views
vgcreate: Cannot use /dev/vdb1: device has a signature
When I try to create a new Volume Group with my LVM partition vgcreate vgdata /dev/vdb1 I've got a message Cannot use /dev/vdb1: device has a signature What does it mean?
0 votes
1 answer
233 views
Cannot use SSH via internal IP address but can ping it easily
I have this setup in Oracle Cloud Infrastructure ... I have two networks .. Network 1: internal cidr: 192.168.1.0/24 public IP: 10.0.0.1 Network 2: internal cidr: 192.168.2.0/24 public IP: 10.0.0.2 ...
1 vote
2 answers
4k views
I am Unable to access to root user in oracle linux server
I was configuring Ansible on my server where I created an Ansible user on all servers and gave them sudo access so whenever I ssh to another server using an Ansible user it should not ask me for a ...
0 votes
1 answer
107 views
What is the free environment to deploy an application built with docker compose
Is there a free cloud service that allows to deploy a web application developed with JSf and Mysql. The application is built locally with docker compose using both the docker images of Wildfly and ...
1 vote
1 answer
126 views
ssh to instances on IBM-cloud using private IP
I am creating virtual server instances (by using my custom image) on IBM CLOUD. after the VMs are provisioned, they get a private IP (10.X.X.X), and can get a floating IP (public IP) that Internet can ...
0 votes
2 answers
1k views
Linux kernel on my centos 8 server is filling up /boot partition
I am having this issue in my instance where /boot partition is getting full . I would like to remove the old kernels that are in my instance to clean up the /boot partition. However, when I run this ...