Oracle Linux is a Linux distribution derived from Red Hat Enterprise Linux

learn more… | top users | synonyms

4
votes
2answers
3k views

crontab's @reboot only works for root?

man 5 crontab is pretty clear on how to use crontab to run a script on boot: These special time specification "nicknames" are supported, which replace the 5 initial time and date fields, and ...
3
votes
2answers
3k views

How to start graphical interface before login?

I've installed Oracle Linux 6.4 (x86_64) on a server as a database server, the packages installed by default didn't include the graphical interface. Following this article, I installed the referred ...
2
votes
1answer
82 views

Mkfs error undefined symbol: ext2fs_numeric_progress_ops

I'm running a Oracle Linux 6.4 under Hyper-V. I have to add a disk. So I add it in Hyper-V, Linux sees it when I run fdisk -l and I can see it. So I did a fdisk /dev/sdb then I created an extended ...
2
votes
1answer
204 views

Cannot install BIND dns with yum on Oracle Enterprise Linux 6.1

I am currently using Oracle Enterprise Linux 6.1 to use for Oracle RAC. However I am stuck at installing BIND (DNS Server) at the VM I've set up. I've used the following command: yum install ...
2
votes
1answer
290 views

Oracle Linux 6.5: Unable to install VLC 2.0.10 from rpmfusion-free-updates

I want to install VLC in my linux box. When I execute yum install vlc, it displays following message:- Loaded plugins: refresh-packagekit, security Setting up Install Process Resolving Dependencies ...
2
votes
0answers
319 views

Resize / remount /dev/shm not working

I've got a linux box dedicated to playing host to an Oracle server installation. It's got 4Gb RAM and by default, 50% (2Gb) has been allocated to /dev/shm. I want to change this to 3Gb, but I am ...
1
vote
1answer
1k views

How to fix xclock command not found error on Oracle Linxu 6.4?

I want to do GUI based installation but xclock command is not found. I have checked, I don't have xclock at all by finding it. # xclock -bash: xclock: command not found If I search x11 I found ...
1
vote
0answers
171 views

VSFTPD Configuration with Shared folder in Oracle Linux 6.5

I'm trying to configure VSFTPD, for each user to have a PublicFTP directory, since all users are chrooted, but they still need a central FTP dir. I've created this directory in each of the local ...
0
votes
2answers
51 views

MySQL 5.1.73 - community edition : Where is MySQL configuration file?

I have installed MySQL 5.1.73-community edition in my Oracle LINUX 5 server. I am able to start / stop and execute MySQL commands. But, I am unable to locate the MySQL installation directory as well ...
0
votes
2answers
47 views

How to install most recent version of Eclipse via the Terminal

I'm new to Linux and have just been given a VM of Oracle Linux to work with. I need to install Eclipse on it and, after a bit of research, discovered that this could most easily be done with the ...
0
votes
0answers
39 views

Missing CD-ROM from /dev Redhat (Oracle Linux) 6.2

We have installed the minimal install for Redhat 6.2 (OL 6.2) on a HP Proliant 380 G8 and there is no CDROM, SDB or DVD listed in /dev. If I do dmesg | more, I cannot find any reference to it ...
0
votes
0answers
85 views

MySQL 5.1.73 in Oracle LINUX : Which is the correct mysql configuration file?

I have installed MySQL 5.1.73 manually by RPM on Oracle LINUX 5. When I searched configuration file - my.cnf I run below command and get list of multiple configuration files. $ locate *.cnf ...
0
votes
1answer
72 views

Installing multiple versions of MySQL on Oracle Linux

I have a Oracle Linux 5 server. I have to install MySQL 5.1 as well as MySQL 5.6. Is it possible to install both version of MySQL on the same machine? If yes, how can I achieve this?
0
votes
0answers
92 views

Oracle Linux R6 Install Error

My Oracle Linux R6 x64 won't install. After normal install it's just blank screen. After basic video driver options install stuck on "Waiting for hardware to initialize...". Tried with different ...
0
votes
0answers
191 views

Add GUI to Oracle Linux 6.4

I've installed Oracle Linux 6.4 on VirtualBox VM. As I understand, because of the fact that this is the server version, no GUI is installed by default. Can you guide me how to install/enable it? I ...
0
votes
1answer
212 views

Oracle Linux 6 download files?

I want to download Oracle Linux 6 for basic use to install on my laptop to use oracle 11g r2 database since this is one of only few Linux distros which is supported. When I go to the downloads section ...
-2
votes
1answer
187 views

Need to run su command If I am a user with sudo access

I am a user in Oracle Linux server with sudo access. If I run su command, system prompts for password. When I input my account password, system gives message Incorrect password while I login ...
-2
votes
0answers
31 views

Installing packages in Oracle Linux Server 6.5

This is the first time working on a non-Ubuntu distribution, I need to get the following packages, which in Ubuntu I just used this commands: sudo apt-get install libreadline6-dev sudo apt-get ...