<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: profile problems... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701606#M947710</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;care for both, the asterisk AND the uppercase!&lt;BR /&gt;The "loginShell: true" forces the terminal emulator programs to start the shell as a login shell (that way executing "/etc/profile" and "$HOME/.profile) and the asterisk means "don't care for the widget hierarchy inside the program"...&lt;BR /&gt;&lt;BR /&gt;In your "$HOME/.Xdefaults" you should have:&lt;BR /&gt;*loginShell:       true&lt;BR /&gt;&lt;BR /&gt;or, using multiple lines:&lt;BR /&gt;&lt;BR /&gt;xterm*loginShell:  true&lt;BR /&gt;hpterm*loginShell: true&lt;BR /&gt;dtterm*loginShell: true&lt;BR /&gt;&lt;BR /&gt;And the first few characters of the codefilenames could even be in uppercase, to use so-called "class-names" (read the man pages of xterm/hpterm/dtterm for this).&lt;BR /&gt;&lt;BR /&gt;BEWARE: "loginshell" will never work, only "loginShell" does!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
    <pubDate>Thu, 11 Apr 2002 15:19:54 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-04-11T15:19:54Z</dc:date>
    <item>
      <title>profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701598#M947702</link>
      <description>Hi guys!!!&lt;BR /&gt;&lt;BR /&gt;I've a big little problem... This problem, only one of my user have it... When this user logon to the system, his profile don't seem to be loaded at all, cause he have not access to all of the application here (seems the PATH and apps environement variables are not set well)... When I login as root and I do a "su - user" I can run all his apps with out a problem...  This is very weird cause when I switch-user, I use the same profile has him... &lt;BR /&gt;&lt;BR /&gt;Does somebody have seen something like this!! Please help!!!&lt;BR /&gt;&lt;BR /&gt;Jonathan</description>
      <pubDate>Thu, 11 Apr 2002 14:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701598#M947702</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-04-11T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701599#M947703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do pwck (-s for trusted system) /etc/passwd&lt;BR /&gt;maybe you'll find some fault in the passwd file.&lt;BR /&gt;Check uid's and grp id's for this user and all the files in his home dir. also permissions on this dir.&lt;BR /&gt;&lt;BR /&gt;Good luck, E</description>
      <pubDate>Thu, 11 Apr 2002 14:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701599#M947703</guid>
      <dc:creator>Emiel van Grinsven</dc:creator>
      <dc:date>2002-04-11T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701600#M947704</link>
      <description>What happens if you have the user re-source the .profile?&lt;BR /&gt;&lt;BR /&gt;Have him do the following:&lt;BR /&gt;&lt;BR /&gt;. $HOME/.profile  &lt;CR&gt;&lt;BR /&gt;&lt;BR /&gt;Then see if he still has problems. He may be changing shells or doing something else he's unaware of.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;/CR&gt;</description>
      <pubDate>Thu, 11 Apr 2002 14:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701600#M947704</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-11T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701601#M947705</link>
      <description>.profile is executed if the user is running a POSIX shell (like ksh or /usr/bin/sh or even bash). If the user is running csh then the equivalent .profile features need to be edited into .cshrc (or have the user change to a more standard shell like the POSIX shell for application access).&lt;BR /&gt;&lt;BR /&gt;Now if you are talking about workstations, the story is very different. The usual terminal window on 10.20 and 11.xx is CDE+dtterm and the defaults are to *NOT* run /etc/profile and .profile at all.  While you can edit .dtprofile to turn on .profile, that still misses /etec/profile and both are needed for 'normal' Unix style support.&lt;BR /&gt;&lt;BR /&gt;To fix this, have each user do this:&lt;BR /&gt;&lt;BR /&gt;echo *loginShell: true" &amp;gt;&amp;gt; $HOME/.Xdefaults&lt;BR /&gt;&lt;BR /&gt;Now, every terminal window (dtterm, xterm, hpterm) will truly login and run /etc/profile and then .profile).</description>
      <pubDate>Thu, 11 Apr 2002 14:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701601#M947705</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-04-11T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701602#M947706</link>
      <description>Bill's answer utilizing the .Xdefaults file will solve your problem.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 11 Apr 2002 14:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701602#M947706</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-04-11T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701603#M947707</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt; Is that syntax correct on the echo command?&lt;BR /&gt;Should that be "loginShell: true"   ?&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 11 Apr 2002 14:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701603#M947707</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-11T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701604#M947708</link>
      <description>OK I'll try this, but Bill, like Jeff ask, is that echo "loginshell..." or echo "*loginshell..."&lt;BR /&gt;&lt;BR /&gt;thanks...</description>
      <pubDate>Thu, 11 Apr 2002 14:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701604#M947708</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-04-11T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701605#M947709</link>
      <description>it was a typo .... just vi .Xdefaults and add the resource !&lt;BR /&gt;&lt;BR /&gt;NB logout of CDE or use xrdb -merge for the changes to take effect.</description>
      <pubDate>Thu, 11 Apr 2002 15:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701605#M947709</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-04-11T15:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701606#M947710</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;care for both, the asterisk AND the uppercase!&lt;BR /&gt;The "loginShell: true" forces the terminal emulator programs to start the shell as a login shell (that way executing "/etc/profile" and "$HOME/.profile) and the asterisk means "don't care for the widget hierarchy inside the program"...&lt;BR /&gt;&lt;BR /&gt;In your "$HOME/.Xdefaults" you should have:&lt;BR /&gt;*loginShell:       true&lt;BR /&gt;&lt;BR /&gt;or, using multiple lines:&lt;BR /&gt;&lt;BR /&gt;xterm*loginShell:  true&lt;BR /&gt;hpterm*loginShell: true&lt;BR /&gt;dtterm*loginShell: true&lt;BR /&gt;&lt;BR /&gt;And the first few characters of the codefilenames could even be in uppercase, to use so-called "class-names" (read the man pages of xterm/hpterm/dtterm for this).&lt;BR /&gt;&lt;BR /&gt;BEWARE: "loginshell" will never work, only "loginShell" does!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 11 Apr 2002 15:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701606#M947710</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-11T15:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701607#M947711</link>
      <description>And if I don't have the .Xdefault file, should I have one??? What I mean is do I need anything else in that file (Xdefault)???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 16:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701607#M947711</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-04-11T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701608#M947712</link>
      <description>Sorry for the typo:&lt;BR /&gt;&lt;BR /&gt;echo "*loginShell: true" &amp;gt;&amp;gt; .Xdefaults&lt;BR /&gt;&lt;BR /&gt;I specifically used &amp;gt;&amp;gt; to append to your current .Xdefaults file (but likely there isn't one).  This file is sort of like .profile only for Xwindows.  What it does is to set certain Xwindow default values. For example, the contents might look like this:&lt;BR /&gt;&lt;BR /&gt;*loginShell:            true&lt;BR /&gt;HPterm*scrollBar:       true&lt;BR /&gt;HPterm*saveLines:       10s&lt;BR /&gt;HPterm*background:      navy&lt;BR /&gt;HPterm*foreground:      white&lt;BR /&gt;Xterm*background:       darkslateblue&lt;BR /&gt;Xterm*foreground:       white&lt;BR /&gt;Xterm*saveLines:        10s&lt;BR /&gt;Xterm*scrollBar:        true&lt;BR /&gt;Dtterm*saveLines:       10s&lt;BR /&gt;Dtterm*scrollBar:       true&lt;BR /&gt;&lt;BR /&gt;and after adding these lines to .Xdefaults, all hpterm, xterm and dtterm  windows will have a scroll bar plus 10 screens (800 lines) of history. hpterm will have a dark blue with white letter color scheme while xterm will have a more gray-blue background with white letters. dtterm will match the overall CDE color scheme.&lt;BR /&gt;&lt;BR /&gt;.Xdefaults is one of the many ways to set window decorations or resources. Look at the man page for hpterm and you'll see the dozens of options and resources that can be set. They can be set generically for every window or they can be set for a window that has a specific title.  man X is a start but a good book on Xwindows will also be worthwhile.&lt;BR /&gt;&lt;BR /&gt;Does this help?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 16:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701608#M947712</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-04-11T16:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701609#M947713</link>
      <description>Hi guys... &lt;BR /&gt;&lt;BR /&gt;sorry for the delay, but none of these answer working.. :( I still stuck with the problem!!!</description>
      <pubDate>Mon, 29 Apr 2002 12:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701609#M947713</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-04-29T12:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701610#M947714</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;how is the user logging in.&lt;BR /&gt;&lt;BR /&gt;Telnet&lt;BR /&gt;X&lt;BR /&gt;X-emulator.&lt;BR /&gt;&lt;BR /&gt;When you login can you do set &amp;gt; file&lt;BR /&gt;Su as user set &amp;gt; file2&lt;BR /&gt;diff file file2&lt;BR /&gt;&lt;BR /&gt;Then you will see.&lt;BR /&gt;&lt;BR /&gt;Maybe he has a fault.&lt;BR /&gt;&lt;BR /&gt;If CDE look at $HOME/.dt/startlog $HOME/.dt/errorlog.&lt;BR /&gt;&lt;BR /&gt;Otherwise put set -x in users .profile&lt;BR /&gt;login and you will see the steps taken by the profile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Mon, 29 Apr 2002 12:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701610#M947714</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-29T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: profile problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701611#M947715</link>
      <description>Hum.. sorry for the delay guys.. &lt;BR /&gt;&lt;BR /&gt;I solved my problem, it was with the application (I-deas 8) someone from SDRC came to resolved it!!&lt;BR /&gt;&lt;BR /&gt;Thanks anyway!! &lt;BR /&gt;ciao!&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 16:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile-problems/m-p/2701611#M947715</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-05-06T16:19:55Z</dc:date>
    </item>
  </channel>
</rss>

