Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 17-07-2007, 09:58 PM   #1 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default HELP! HELP! HELP! I can't login!!!!!!


My HDD pwr connector was loose. So due to this, FS got a lot of errors. I fixed 'em using fsck. Now only root can login. My personal user account can't operate. The error message says:

Quote:
GDM can't write to your home directory. This means you are either out of disk space............blah blah blah
What do i do?
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-07-2007, 10:01 PM   #2 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Post Re: HELP! HELP! HELP! I can't login!!!!!!

create a new user account and see whether u can loggin or not, though its sounds vague.
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 17-07-2007, 10:06 PM   #3 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Quote:
Originally Posted by vish786
create a new user account and see whether u can loggin or not, though its sounds vague.
No doesn't work.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 17-07-2007, 10:16 PM   #4 (permalink)
Security freak
 
rocket357's Avatar
 
Join Date: Jul 2007
Location: 01100001 01110100 00100000 01101000 01101111 01101101 01100101 00100001
Posts: 227
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Is your /home on a seperate partition, or is it located on the root partition?

If it's on a seperate partition, then what is the output of:

"df -h | grep /home"
"ls -lh /home"
"grep /home /etc/fstab"

If it's located on the root partition, then what is the output of the first two commands listed above?
__________________
Linux Admin by profession. OpenBSD user by choice.
rocket357 is offline  
Old 17-07-2007, 10:24 PM   #5 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

I don't know it is on which partition coz Linux has united both my HDDs using s/w RAID.

The output of those commands is nothing except the 2nd one which shows the home directory.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 17-07-2007, 10:28 PM   #6 (permalink)
Security freak
 
rocket357's Avatar
 
Join Date: Jul 2007
Location: 01100001 01110100 00100000 01101000 01101111 01101101 01100101 00100001
Posts: 227
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Ok...that means you don't have a seperate /home partition.

What is the output of:

"df -h"
"ls -lh /home"

Post the output, if you can. Thanks.

Edit: The first command's output will look like this:
Code:
user@Linux ~ $ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda5             966M  609M  308M  67% /
udev                  312M   23M  289M   8% /dev
/dev/hda6             244M  130M  101M  57% /var
/dev/hda7             3.8G  687M  3.0G  19% /var/tmp
/dev/hda8             3.8G  322M  3.3G   9% /tmp
/dev/hda9              19G  7.8G   11G  44% /usr
/dev/hda10             27G  1.3G   24G   5% /home
shm                   312M     0  312M   0% /dev/shm
/dev/hda1              38M  5.0M   32M  14% /boot
And the second will look something like this:
Code:
user@Linux ~ $ ls -lh /home
total 24K
drwxr-xr-x 56 user     users    4.0K Jul 17 11:47 user
drwx------  2 root     root      16K Dec 15  2006 lost+found
__________________
Linux Admin by profession. OpenBSD user by choice.

Last edited by rocket357; 17-07-2007 at 10:34 PM.
rocket357 is offline  
Old 18-07-2007, 07:42 AM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: HELP! HELP! HELP! I can't login!!!!!!

default remedy if the issue is not with disk space is to delete ~/.gconf/ entries.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 18-07-2007, 02:13 PM   #8 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

I have around 39 GB of total 45 GB free on my system.

@rocket:

Code:
[root@localhost ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       45G  4.0G   39G  10% /
/dev/hda1              99M   17M   78M  18% /boot
tmpfs                 188M     0  188M   0% /dev/shm
The 2nd cmd returns nothing coz i deleted all user accounts and now i have only root.

@praka:

Deleted those.

UPDATE:

@praka if i create a user, i get the same err.... GDM one.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e

Last edited by The Unknown; 18-07-2007 at 02:20 PM.
The Unknown is offline  
Old 18-07-2007, 02:21 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: HELP! HELP! HELP! I can't login!!!!!!

@Unknown:try to get the error message exactly.are u able to get upto gdm screen where u can enter ur username and passwd?also does gdm throws error like "ur gdm session existed less than 10seconds etc".provide the error messages what u see on the screen as possible.u can login to ur username with a failsafe session from gdm try options menu in gdm.
post/check ur /var/log/messages and /var/log/gdm/ directory for error messages.for this login as root.also u got a separate /boot dir?
U have given 45GB for / partn ??
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 18-07-2007, 02:40 PM   #10 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Error MSG:

GDM could not open the home directory for writing. This means either u are out of disk space or.........

And partition was not setup by me. I made FC setup do it automatically. I hv 2 HDDs united using lvm2 and s/w RAID.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 18-07-2007, 04:34 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: HELP! HELP! HELP! I can't login!!!!!!

login as root.browse to gnome menu for user admin-"system-config-users"(remember i dont have fedora).there verify that username exists and /home/nil@@ exists.also verify groups username also exists.if this solves.else u can use usermod command to set groups.and home dir.lets check with gui tool(system-config-users)
also make sure in gdm menu>options>GNOME is set.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 18-07-2007, 04:41 PM   #12 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: HELP! HELP! HELP! I can't login!!!!!!

it means your linux drive is full fire up this command through termina
fir in login manager window press (F1) it will open terminal now login and than fire up this command
cd var/cache/apt/archives/
now sudo rm -r *.deb

if problem is not related to low disk space than you may have changed your file access permission of any system file on your home directory.
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com

Last edited by Desi-Tek.com; 18-07-2007 at 04:46 PM.
Desi-Tek.com is offline  
Old 18-07-2007, 04:49 PM   #13 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

no! problem not solved. still the same error.

@Desi-Tek,

i think u did not read my old posts. i have 39 GB free space!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 18-07-2007, 04:51 PM   #14 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: HELP! HELP! HELP! I can't login!!!!!!

@The Unknown are you able to login as root?
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 18-07-2007, 04:52 PM   #15 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Question Re: HELP! HELP! HELP! I can't login!!!!!!

@desitek:he got a rpm system fedora @unknown did u tried my suggestions?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 18-07-2007, 04:54 PM   #16 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

@Desi-Tek, i am now logged in as root.

@praka, i tried ur suggestions, i hv the same error msg.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 18-07-2007, 05:01 PM   #17 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: HELP! HELP! HELP! I can't login!!!!!!

well than create new user group and and new user in it than transfer your file to new user home directory than drop the previous user and remove its home directory
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 18-07-2007, 05:03 PM   #18 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: HELP! HELP! HELP! I can't login!!!!!!

usermod is the command needs to be used.as i cannot see ur system setup,usernames etc,i cant give the exact command.even i dont know ur primary and secondary groups.
but as a guideline,u can look for below syntax(i uses debian so...)
u can refer "man usermod" to see options.
Code:
~#usermod -g urname -d /home/urhomedir
Code:
~#usermod -G dialout,cdrom,floppy,audio,dip,video,plugdev
^ just verify ur groups.
I think u need to read this before:
http://www.g-loaded.eu/2005/11/06/ma...-command-line/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 18-07-2007, 05:28 PM   #19 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: HELP! HELP! HELP! I can't login!!!!!!

try this http://search.chacha.com/search/quer...d=&rid=&mode=#
look at left side
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 18-07-2007, 06:48 PM   #20 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: HELP! HELP! HELP! I can't login!!!!!!

@unknown:make sure u can login using ur local user account in CLI .for that press CTRL+ALT+F1 to get a virtual terminal.try login with ur account(not root!).
check for .dmrc file exists in ur /home/user .
if that works,then ur problem will be a gui matter only.post reply.dont start formatting and reinstalling!
and did u played with permissions of folders inside "/" and may be /home/user as root
then we need to set default permission 755 and may be,edit /etc/gdm/gdm.conf.
also did u checked the messages on /var/log/syslog -referring to gdm
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 18-07-2007 at 06:59 PM.
praka123 is offline  
Old 18-07-2007, 09:37 PM   #21 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Re-installed Fedora. STOP discussion on this topic!
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 18-07-2007, 10:08 PM   #22 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: HELP! HELP! HELP! I can't login!!!!!!

Quote:
Originally Posted by praka123
Kashtam hmm
Kashtam?????? ???? What do u want to say?
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Login Problem fenil_4400 Software Q&A 2 21-09-2006 04:17 PM
root login nishant_nms Open Source 7 13-11-2005 01:40 PM
php login script bukaida QnA (read only) 1 09-11-2005 12:33 AM
Login Shortcut saROMan QnA (read only) 2 24-04-2005 08:54 PM
Cannot login to rediff Aseem Nasnodkar QnA (read only) 7 23-09-2004 01:17 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:48 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2