To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Linux
Discussion List
-
Yum Commands Hang on Oracle LinuxYum commands, including yum update, hang whenever anyone attempts to run them on an Oracle Linux server. If, apart from yum or rpm commands, no other commands are hangin…
-
How to Use FIREWALLD on Oracle Linux 8Oracle Linux 7 and higher comes with the package firewalld, which is used to configure and manage firewall rules. This video explains how to set up and use firewalld on …
-
How To Boot Into Single User Mode on Oracle Linux 6You may wish to boot into single user mode on Oracle Linux in order to perform system maintenance, or to attempt to recover or repair a server that is experiencing softw…
-
How to Configure SUDO To Allow Non-Root Users to Run Privileged CommandsThe "sudo" command is used to allow non-root users to run commands that require root privileges. You can configure sudo to allow a user to run all commands in the same w…
-
How to Add a Repository to an Ubuntu InstanceTo add a repository to a linux cloud instance running Ubuntu, add the details for the repository you wish to add to /etc/apt/sources.list or to the /etc/apt/sources.list…
-
How to Configure SSH Port Forwarding on LinuxLocal port forwarding over SSH (also known as SSH Tunneling) maps a local port on the client system to a remote port on the server system. This configuration enables you…
-
OCI : OSMS Error "<ProtocolError for http://127.0.0.1:9003/XMLRPC: 403 Client Error: Forbidden"Applies to: Oracle Cloud Infrastructure Linux x86-64 Symptoms OSMS failing with error below when trying to perform yum update or perform OS update from OCI console # yum…
-
OCI how to enable http connectionSummary: I'm trying to enable HTTP connection to my compute instance without success. Content (required): I have enabled port 80 in ufw and added Ingress Rule to securit…
-
Oracle Retail SIM support on OEL 7 or aboveSummary: IHAC whose currently running Oracle Retail SIM 13 version at on-premise and planning to migrate to OCI and would like to know the possible versions that can run…
-
Upgrade ubuntu imageSummary: upgrade ubuntu Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets that support your topic, if a…
-
Oracle Linux 8 grub error "kernel too small"Summary: OCI instance running OL8 with dnf-automatic configured to auto-upgrade the packages. Woke up one morning recently to find the instance not contactable. Cloud co…
-
VNCServer Session Is Not Started on Oracle Linux InstanceAttempting to start a VNCServer session on an instance running Oracle Linux 7 or higher fails with either 'Internal error: Could not resolve keysym' or 'XIO: fatal IO er…
-
PRESERVE_HOSTINFO=2 in /etc/oci-hostname.conf Does Not Stop /etc/resolv.conf From Being OverwrittenAn Oracle Linux instance has its /etc/resolv.conf files overwritten whenever it is rebooted or whenever its DHCP lease is renewed. In line with Oracle Cloud Infrastructu…
-
The Root Filesystem Turns Read-only With I/O errors On An OCI Instance Running Ubuntu 18.04An Oracle Cloud Infrastructure (OCI) Instance running Ubuntu 18.04 as its operating system experiences its root filesystem turning read-only with I/O errors. The root fi…
-
Unable to Repair XFS Filesystem Using XFS RepairTo fix this error, run these commands: 1) Attempt to mount the partition to replay the log. Back up any important data on the partition if the attempted mount is possibl…
-
SSH Session Disconnects After a Few Minutes of Inactivity When Using MobaXterm ClientUsers using the MobaXterm client can experience SSH connections automatically disconnecting due to inactivity. Enabling the SSH keepalive and Fix Connection issues in th…
-
SSH Fails with error "Authentication Refused: Bad Ownership Or Modes For Directory /home/****"SSH connections to a linux instance fail for a user with "authentication refused: bad ownership or modes for directory" errors. This is caused by incorrect permissions b…
-
SSH Login Stuck At : "debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP"SSH connections hang, and errors such as SSH2_MSG_KEX_DH_GEX_GROUP or SSH2_MSG_KEX_ECDH_REPLY are seen in verbose logging output or in /var/log/messages. When trying to …
-
SSH Permission denied (publickey,gssapi-keyex,gssapi-with-mic) when using PuTTYGEN key files.Using PuTTYgen ssh keys with the OpenSSH ssh command on a linux system fails with Permission denied errors because it uses a different format than OpenSSH keys. Attempti…
-
Logins to a Linux Instance Fail with "Fork: Retry: Resource Temporarily Unavailable" ErrorThe error Fork: Retry: Resource Temporarily Unavailable can occur if there is an error in /etc/security/limits.conf, or if a user account has exceeded any limits set for…
-
How to Enable X11 Forwarding Over SSH on Oracle Linux 6 and 7The following instructions demonstrate how to enable X11 forwarding over SSH on systems running Oracle Linux 6 and 7, to display an X11 window on a different server. To …
-
Does Oracle Linux Include Anti-Virus Software As Part Of Its Distribution?Some Operating Systems (OS) include their own anti-virus software as part of the OS distribution. However many Linux distributions, including Oracle Linux, do not includ…
-
Installing And Running Oracle Ksplice in Oracle CloudThe uptrack tools necessary to run Oracle Ksplice in Oracle Cloud are included in the base image of Oracle Linux instances. These tools have names that start with 'uptra…
-
How to Boot Oracle Linux 7 (OL7) Into Rescue And Emergency Modes Via 'systemd'In OL7, both rescue mode and emergency mode are systemd targets (that replace runlevels of previous OL versions). Note Rescue mode allows the system to be repaired in si…
-
How To Create Additional Users on Linux Cloud Instances Running on Oracle Cloud Infrastructure (OCI)Linux instances running on OCI can have additional users added to them, with ssh access enabled so the additional users can log in remotely to the instances. If addition…
-
How To Install Security Updates On Oracle Linux Using YUMIt is possible to use package management tools such as yum or dnf included in Oracle Linux to only install security updates, rather than applying all available updates t…
-
How to Use the YUM Versionlock Plugin to Exclude Specific RPM Packages From Being UpgradedThere are instances where specific versions of an application or driver RPM package may have dependencies on specific kernel versions. In situations like this, you can u…
-
How to Connect Through VNC Using the Public IP Address of an Oracle Linux 7 Instance on OCIThis article explains how to configure VNC to connect to an Oracle Linux 7 instance via the instance's public IP address on OCI. 1) Install graphical user interface (GUI…
-
How To Collect a Sos ReportA sos report can be collected on systems running Oracle Linux or Red Hat Linux in order to obtain system configuration information and logs. If the sos package, which pr…
-
How To Install The Sosreport PackageA sosreport collects diagnostic support data from Oracle Linux or RHEL. To install it, install the sos package. Check to see if the 'sos' package is installed, as it pro…