Start problem rhel6

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Start problem rhel6
# 1  
Old 12-25-2012
Start problem rhel6

what can i do now???
please help me....
Start problem rhel6-startup-problemjpg
# 2  
Old 12-26-2012
Hi,

Seems like a permission issue. gdm usually runs as "gdm" user. So check if gdm:gdm has at least 755 permission on /var/lib/gdm. If not, run the following:
Code:
chown -R gdm:gdm /var/lib/gdm
chmod 755 /var/lib/gdm

# 3  
Old 12-27-2012
you show the way that after logged in my system. but this message still there... it can not login......
what can i do now????
# 4  
Old 12-27-2012
Log in on a virtual console as root and remove the file. it will be recreated with correct owner and permissions upon GDM login.
# 5  
Old 12-27-2012
i have done all these process, but still show this message. can not open in graphical mode(init 5)...
# 6  
Old 12-27-2012
If you really have done it (accessing through virtual terminal CTRL+ALT+F1/2 etc or through ssh), then there's only way it can be solved: remove and reinstall GDM.

But, I'm sure it can be resolved by checking the permission of the directroy. Also, you need to make sure that the SELinux security context is as it should be. For that you can run the following:

Code:
restorecon -vR /var/lib/gdm

# 7  
Old 12-27-2012
i use the following command
Code:
restorecon -vR /var/lib/gdm
#reboot

show the message that i attached.

Last edited by Scrutinizer; 12-27-2012 at 04:22 PM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Stop/start script problem on Solaris-10

I have Big brother script, which start/stop Big Brother processes. Something got change on server and now I am not able to start/stop it. There is no change in script, as I compared it from other server. This service is being managed by bb user (group is also bb). root@tsazdq04:/#... (6 Replies)
Discussion started by: solaris_1977
6 Replies

2. Linux

Problem in displaying message on RHEL6 on EFI during PXE boot

Hi, I am doing PXE boot for RHEL6.4 on EFI and want to display custom messsage before loading vmlinuz and initrd.img, which is not working. boot server side (In case of BIOS client): In /var/lib/tftpboot/default file I am putting the message in below format: SAY hello world boot... (0 Replies)
Discussion started by: indus123
0 Replies

3. Red Hat

Mount problem in RHEL6

Hi Folks, I am trying to mount an AIX server in Linux 6, I am able to mount the path under the mount point of /mnt and also can view on df -h. But, under the /mnt there is no content ... its empty. (6 Replies)
Discussion started by: gsiva
6 Replies

4. UNIX for Dummies Questions & Answers

problem using execl to start a tftp process

Hi, I'm very new to Linux but have been muddling my way through quite happily until recently. I'm trying to write a program in C++ which starts a new process using the execl command. I am trying to run the tftp process as follows: char ip_addr = "..."; if (execl("usr/bin/tftp", "tftp",... (2 Replies)
Discussion started by: JoC
2 Replies

5. AIX

AIX machine start-up problem

We have a AIX machine which was having problems while checking for additional ports. When restarted, it is showing the message "STDIN, STDOUT initializing.... Starting AIX...." on the console and then abruptly goes down. An error-code 0549 is appearing on the CPU display. I'm new to to AIX... (2 Replies)
Discussion started by: revanth84
2 Replies

6. Ubuntu

Start Menu Problem

I posted this at another forum 25 minutes ago and it has only been looked at once. I have much more faith in this forum, as I've had some good help in the shell scripting forum. So I'll just repost this here. I don't know if this is an (K)Ubuntu specific problem, but that is what I use. Problem... (0 Replies)
Discussion started by: notsomeone
0 Replies

7. Shell Programming and Scripting

Problem with Unix script to start remote Tomcat

I have Tomcat installed on a Unix box and I need to start it remotely from another Unix box. Tomcat is started using a script. When this script is run locally everything is fine. When I run the same script from remote box, tomcat starts but the command running the script does not terminate.:( ... (2 Replies)
Discussion started by: shrgh
2 Replies

8. Solaris

Apache start problem

Hi, I have installed apache webserver on my solaris 10(x86). When I tried to start the server it gives following error, ld.so.1: /usr/local/apache2/bin/httpd: fatal: libssl.so.0.9.8: open failed: No such file or directory Killedld.so.1:: Too many arguments Can somebody please guide me how... (1 Reply)
Discussion started by: maheshsri
1 Replies

9. UNIX for Advanced & Expert Users

root partition full and problem start

We have SunOS 5.7 m/c. Following is the situation and problem what we are facing - - The root partition was full. - No login was possible on server (not from console also) - M/c was power swithced off - After this only console login is possible. FTP is possible. No telnet is possible. I... (1 Reply)
Discussion started by: rahul72
1 Replies

10. Filesystems, Disks and Memory

root partition was full and problem start

We have SunOS 5.7 m/c. Following is the situation and problem what we are facing - - The root partition was full. - No login was possible on server (not from console also) - M/c was power swithced off - After this only console login is possible. FTP is possible. No telnet is possible. I... (3 Replies)
Discussion started by: rahul72
3 Replies
Login or Register to Ask a Question