- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem in login
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:14 PM
12-17-2001 01:14 PM
Could not chdir to home directory /home/CampanaJ: Permission denied
/usr/bin/sh: Permission denied
Connection to bck1 closed.
$
whit root no have problems
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:18 PM
12-17-2001 01:18 PM
Re: problem in login
If you have root access check if the user home directory is owned by some one else and also look if directory has different group where in user is not belongs to that group
To access the hoem directory user should be the owner of that directory.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:18 PM
12-17-2001 01:18 PM
Re: problem in login
Check the owner and directory permission for the home directory of the user you are trying to login as. also check the permission for /usr/bin/sh. The world should have execute permission.
-r-xr-xr-x bin/bin /usr/bin/sh
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:24 PM
12-17-2001 01:24 PM
Re: problem in login
When the login process starts, it look to see if you have the appropriate permissions to the home directory that is designated in the /etc/passwd file. If the permissions and owner are incorrect during the login process, you may get logged out. For example if you are not the owner of the directory.
drwxr-x--- 14 username users 1024 Dec 13 15:04 /home/username
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:24 PM
12-17-2001 01:24 PM
Re: problem in login
Check the permissions of the home driectory. Check owner and group permissions.
Is this happens to only one user?
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:25 PM
12-17-2001 01:25 PM
Re: problem in login
found the following message when reboot:
start CDE login server
ouput from "/sbin/rc3.d/S990dtlogin.rc start":
-----------------------------------------------
crt0: ERRO couldn't open /usr/lib/dld.sl errno:000000013
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:40 PM
12-17-2001 01:40 PM
Re: problem in login
su - users( example:)
su - root
ok
#su - david
su:no shell
Memory fault
# ll -d home
drwxr-xr-x 17 root users 1024 Dec 17 18:22 home
cd /home
#ll /home
drwx------ 2 BasilioH users 96 Sep 20 14:38 BasilioH
drwx------ 2 BriascoI users 96 Sep 20 10:37 BriascoI
drwx------ 2 CampanaJ users 96 Dec 17 16:00 CampanaJ
drwx------ 2 CaraS users 96 Sep 20 16:38 CaraS
drwx------ 2 ChavezP users 96 Sep 20 13:54 ChavezP
drwx------ 2 FrancoG users 96 Sep 20 13:59 FrancoG
drwx------ 3 HurtadoJ users 1024 Nov 13 15:16 HurtadoJ
/etc/profile
Leave defaults in user environment.
umask 077
trap 1 2 3
TMOUT=120
export TMOUT
readonly TMOUT
mesg -n
# ll /usr/bin/sh
-r-xr-xr-x 2 bin bin 221184 Jan 20 2000 /usr/bin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:44 PM
12-17-2001 01:44 PM
SolutionTry this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ae2a774914f68fa173/screen=ckiDisplayDocument?docId=200000024598791
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:46 PM
12-17-2001 01:46 PM
Re: problem in login
check entry for david in /etc/passwd. #Make sure the shell is correct.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:46 PM
12-17-2001 01:46 PM
Re: problem in login
Looks like filesystem / directory permission problem with "/" check that the directory permission for / is 755.
cd /
ll -d .
chmod 755 /
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 01:50 PM
12-17-2001 01:50 PM