dtwm: Invalid keyword -- /TITLE


 
Thread Tools Search this Thread
Operating Systems Solaris dtwm: Invalid keyword -- /TITLE
# 1  
Old 02-09-2007
dtwm: Invalid keyword -- /TITLE

Unable to log into solaris 8 CDE as a particular user. The errors are:

dtsession: Unable to start message server - exiting.
dtwm: Invalid keyword -- /TITLE

root can log in successfully.

I'm guessing that it's trying to run dtwm with an invalid option. Howcan I correct this?
# 2  
Old 02-09-2007
Never mind. Found it.

Permissions on /export/home/dncs were dr-xr-xr-x

Executed the following: chmod 755 /export/home/dncs

That fixed it.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extract title

need a bit of help please i have a htmlfile in the file there is a long list of txt each line has a different title i want to extract all the titles with egrep, sed, awk, and save them to a txt.file example extract the bits in red from this <h3... (8 Replies)
Discussion started by: bob123
8 Replies

2. Shell Programming and Scripting

Search for a Keyword in file and replace another keyword or add at the end of line

Hi I want to implement something like this: if( keyword1 exists) then check if(keyword2 exists in the same line) then replace keyword 2 with New_Keyword else Add New_Keyword at the end of line end if eg: Check for Keyword JUNGLE and add/replace... (7 Replies)
Discussion started by: dashing201
7 Replies

3. Shell Programming and Scripting

Perl title help

my codeothers (1 Reply)
Discussion started by: sauravrout
1 Replies

4. Shell Programming and Scripting

Remove keyword found in title

Hello All, I have a bunch of files that have the following format, where the title is INPUT.txt and contains the following text: INPUT-FILLER1 204 INPUT-FILLER2 FILLER6-INPUT 5 FILLER-INPUT I want to go through the directory and remove the keyword INPUT. For example, my output would be... (5 Replies)
Discussion started by: jl487
5 Replies

5. UNIX for Advanced & Expert Users

PuTTY TITLE

Is it possible to set the PuTTY title to show the current hostname of the terminal opened? I meant to say I would be rlogin between servers, that should be updated in PuTTTY title ? :confused: (4 Replies)
Discussion started by: ./hari.sh
4 Replies

6. SCO

Title changing

I am using SCO Open Server 5.0.6 in different machines in same building. In order to avaoid confusion I would like to give different login messages instead of 'SCO OpenServer(TM) Release 5' prior to machine name. Pl. help. Praseeda (2 Replies)
Discussion started by: praseeda
2 Replies

7. UNIX for Dummies Questions & Answers

window title..?

how to echo some text onto the window title bar...in exceed client...so that we can know where we are in..in multiple hostnames kinda..thing.. any advice.. (1 Reply)
Discussion started by: tintedwindow
1 Replies
Login or Register to Ask a Question