<?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: strange error after upgrading to 11i from 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882148#M400736</link>
    <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Here's an off-the-wall suggestion - move the /var/adm/ps_data file and run 'ps -ef' to generate a new one. &lt;BR /&gt;&lt;BR /&gt;The ps_data file is used by 'ps' to reference TTYs and associated users.  I'm thinking that there might be something strange in that file that's affecting the application...&lt;BR /&gt;&lt;BR /&gt;Good luck...&lt;BR /&gt;&lt;BR /&gt;Steve Hamilton&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jan 2005 14:08:47 GMT</pubDate>
    <dc:creator>Steve Hamilton_2</dc:creator>
    <dc:date>2005-01-28T14:08:47Z</dc:date>
    <item>
      <title>strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882125#M400713</link>
      <description>Hey all:&lt;BR /&gt;&lt;BR /&gt;I am not sure if anyone will be able to help me with this problem, as the only issues we have are with home-grown software, but here goes.&lt;BR /&gt;&lt;BR /&gt;One of our systems we reciently moved to a faster machine and at the same time upgraded from 11.00 to 11.i.  We moved from our old V-class server to a rp7420.  Anyways, we have some old programs written in C which we no longer have the source code for.  Ever since the upgrade, some wierd things have been happening when users try to run these programs.  if you log in about 10 times to the machine, 6 out of those 10 times works just fine, however, the other times the program errors out...it doesnt look like a problem with the ports themselves because if it doesnt work on a certain port one time, if you log out and come back in on the same port it works..so I am not sure what is causing the problem...the reason I think that someone here may be able to help is because I get this error message when it fails:&lt;BR /&gt;&lt;BR /&gt;getreq: unable to determine TASO user ID: Error 0&lt;BR /&gt;&lt;BR /&gt;now, taso is the group that the user needs to be in to run the script, so it looks as if under some unknown circumstance, the program is unable to determine the groups the user is in or something like that...the groups command works, and as far as I can tell everything is the same between the environments from when it works and when it doesnt..I guess I am hoping that someone knows of a possible bug with 11i and the "getreq" process?&lt;BR /&gt;&lt;BR /&gt;Any thoughts on what may be causing this will be appreciated!&lt;BR /&gt;&lt;BR /&gt;Ken</description>
      <pubDate>Tue, 25 Jan 2005 15:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882125#M400713</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882126#M400714</link>
      <description>Hi Ken,&lt;BR /&gt;&lt;BR /&gt;Well one possibility could be the primary group the user belongs to IF they reside in multiple groups.&lt;BR /&gt;Check the user's /etc/passwd entry to see if they belong to the TASO group as primary &amp;amp; if not then check the TASO /etc/group entry &amp;amp; make sure the user is listed on that line.&lt;BR /&gt;Then you can solve this by linking /etc/logingroup to /etc/group&lt;BR /&gt;ln /etc/logingroup /etc/group&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882126#M400714</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-25T15:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882127#M400715</link>
      <description>Looks like your passwd or group file has been changed in a way your application does not like.&lt;BR /&gt;&lt;BR /&gt;pwck&lt;BR /&gt;&lt;BR /&gt;grpck&lt;BR /&gt;&lt;BR /&gt;This will let you know where the problem is. You will then either have to manually edit the file in question or use useradd or groupadd to get the group you need put back.&lt;BR /&gt;&lt;BR /&gt;Further, your application may have used numeric user id and group and may not function properly until the numeric user id and groups match the way the system was prior to upgrade.&lt;BR /&gt;&lt;BR /&gt;Note that after an upgrade like this many applications require relinking or recompile.&lt;BR /&gt;&lt;BR /&gt;Congrats on the new hardware.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Jan 2005 15:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882127#M400715</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-25T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882128#M400716</link>
      <description>no joy, /etc/logingroup IS linked to /etc/group...as for what you said about checking their primary group, the tasos group is no ones primary group, I made that my primary but still have the same problem...</description>
      <pubDate>Tue, 25 Jan 2005 15:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882128#M400716</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882129#M400717</link>
      <description>Steven:&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, grpck and pwck -s come back both clean (we actually run that every day to make sure nothing gets hosed up)&lt;BR /&gt;&lt;BR /&gt;as for group id's or user id's changing, I dont see that happening either...when we upgraded, all data is stored on an EMC, all we did is link the data up to the new system. (for the custom stuff in vg00, we tarred up everything and moved it, stuff like /tcb/auth and /etc/passwd etc..)</description>
      <pubDate>Tue, 25 Jan 2005 15:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882129#M400717</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882130#M400718</link>
      <description>One possible answer is stale/invalid pwgrd (passwd and group caching daemon) entries. I would kill the pwgrd process (your system will run just fine without it) and see if the behavior improves.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882130#M400718</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-25T15:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882131#M400719</link>
      <description>wow, I got all excited with that one....I tried about 6 times and it worked every time....7th time bombed out...&lt;BR /&gt;&lt;BR /&gt;as for what was said before about recompiling..I have been putting some thought processes to it and that should not be the case either....&lt;BR /&gt;&lt;BR /&gt;the reason we dont have the source code is because we have been using this program since 94 or so and had no reason to change it, that was before my time so I dont know if it was orignally on a 9.X box, but I do know it survived upgrading from 10.20 to 11.0 with no problems.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882131#M400719</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T15:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882132#M400720</link>
      <description>I dont know if this will help or not, but the only thing that is consistant with this problem is if a user logs on and it works, it will ALWAYS work from that login session...if they log in and it doesn't work, it will ALWAYS fail from that session...that lead me to believe that it was a port problem possibly, but ruled that out cause if it fails on say, /dev/pts/0 and I log out and log back in, it could work the next time on /dev/pts/0&lt;BR /&gt;so it isnt "completely" random.</description>
      <pubDate>Tue, 25 Jan 2005 16:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882132#M400720</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882133#M400721</link>
      <description>Unfortunately getreq() is not a standard function and generally error 0 (errno ?) indicates no error. Because you say the behavior seems to be tied to a pty/tty session, I would compare stty -a outputs between good and bad sessions. That may point you in the right direction.&lt;BR /&gt;&lt;BR /&gt;I am actually leaning towards some sort of timing loop in your code that almost works perfectly with the faster hardware.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 16:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882133#M400721</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-25T16:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882134#M400722</link>
      <description>nope, stty -a shows the same for both good and bad sessions...so no clues there....I don't know C, so I was hoping getreq was some function that could be looked at...It could be that the new hardware is too fast for the program running on it, so it acts flaky, but there is something not clicking in my mind because of the fact that it always works for certain logins....I am stumped...&lt;BR /&gt;&lt;BR /&gt;Well, the way I look at it, shame on them for nuking the source code.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for your thoughts...if you think of anything else to try, feel free to chime in! ;)</description>
      <pubDate>Tue, 25 Jan 2005 16:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882134#M400722</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-25T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882135#M400723</link>
      <description>Hi (again) Ken,&lt;BR /&gt;&lt;BR /&gt;Well IF it *always* works for certain logins then you have to concentrate on account specific features like .profile or .login files. Check the actual environments themselves for these users including any &amp;amp; all sourced files. Go so far as to backup the "offending" user's home dirs &amp;amp; copy in a "good" user's home dir in it's place. &lt;BR /&gt;Also I would verify that it's not workstation-specific - i.e login with a working ID on a station that's problematic.&lt;BR /&gt;I bet it'll boil down to an ID or station specific anomaly. Maybe even something as simple as what term type the station reports.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 25 Jan 2005 19:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882135#M400723</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-25T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882136#M400724</link>
      <description>By any chance are your user's home directories automounted? It's possible that the system is unable to mount the home directories. Are you running NIS+? LDAP? Trusted or Vanilla passwds? It's also possible that you have a corrupt utmp or wtmp file.</description>
      <pubDate>Tue, 25 Jan 2005 21:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882136#M400724</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-25T21:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882137#M400725</link>
      <description>when I said it ALWAYS works for a login I did not mean it always works for certain users, when I log in as myself, if it works the first time, it will always work with that login session, if I log in as myself, and it doesnt work the first time, it will never work for that specific login session, so it isnt something to do with profiles etc...&lt;BR /&gt;&lt;BR /&gt;As for the other suggestion, no, we do not use auto-mount nor NIS or LDAP.  it is, however a trusted system, utilizing /tcb/auth directories.&lt;BR /&gt;wtmp is cleared every night...I cant find where anything is done with utmp, but it looks like that is cleared as well.</description>
      <pubDate>Wed, 26 Jan 2005 09:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882137#M400725</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-26T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882138#M400726</link>
      <description>Just to recap (as a latecomer to the party)&lt;BR /&gt;&lt;BR /&gt;1. The program you are running is a C executable for which you don't have the source code.&lt;BR /&gt;&lt;BR /&gt;2. The program is not actually involved in the login process itself.&lt;BR /&gt;&lt;BR /&gt;3. When a user is logged in, the program will either work, or not work. If it doesn't work it will never work for that login session. If it does work, it will always work for that login session.&lt;BR /&gt;&lt;BR /&gt;If the above summary is correct ...&lt;BR /&gt;&lt;BR /&gt;If a user is in a login session and the program doesn't run, does doing any of the following allow the program to run.&lt;BR /&gt;&lt;BR /&gt;a) su to another user and run the program&lt;BR /&gt;&lt;BR /&gt;b) . the users own .profile (or equivalent for the shell they are running) and run the program.&lt;BR /&gt;&lt;BR /&gt;c) su to another user and back to yourself and run the program.&lt;BR /&gt;&lt;BR /&gt;Also, has the executable been stripped?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 09:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882138#M400726</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T09:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882139#M400727</link>
      <description>Yes, your summary was correct, and I tried all your suggestions:&lt;BR /&gt;&lt;BR /&gt;a) su to another user and run the program&lt;BR /&gt;&lt;BR /&gt;if it doesnt work for me, it doesnt work when I become another user either.&lt;BR /&gt;&lt;BR /&gt;b) . the users own .profile (or equivalent for the shell they are running) and run the program.&lt;BR /&gt;&lt;BR /&gt;sourcing in the profile doesnt change anything, still doesnt work &lt;BR /&gt;&lt;BR /&gt;c) su to another user and back to yourself and run the program.&lt;BR /&gt;&lt;BR /&gt;going back to myself from the other user, no change, still doesnt work if it didnt work the first time&lt;BR /&gt;&lt;BR /&gt;Also, has the executable been stripped? &lt;BR /&gt;I am not familiar with that term, what do you mean by stripped?</description>
      <pubDate>Wed, 26 Jan 2005 09:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882139#M400727</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-26T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882140#M400728</link>
      <description>a new development to add to this problem...it isnt only this one program, it seems we have another program with the same symptoms, this one however does not generate any visable errors, when you run this program, it shows a menu of several items to select, if a user is in a certain group, it displays a certain option...about 75% of the time when they run it, they see all the options they need to, the other times it is missing menu options like they are not in the group they are supposed to be in.  logging out and back in resolves it just like with the first script...this too is a C binary of which we no longer have source code to.</description>
      <pubDate>Wed, 26 Jan 2005 10:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882140#M400728</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-26T10:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882141#M400729</link>
      <description>I mean stipped of all debugging information. If you do&lt;BR /&gt;&lt;BR /&gt;# file foo&lt;BR /&gt;&lt;BR /&gt;where foo is the name of your executable you will see "-not stripped" if the file hasn't been stripped. It would be interesting to see the output of the command regardless, also chatr output too.</description>
      <pubDate>Wed, 26 Jan 2005 10:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882141#M400729</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882142#M400730</link>
      <description>$ file /prod/appls/aura/aura&lt;BR /&gt;/prod/appls/aura/aura:  PA-RISC1.1 shared executable dynamically linked -not stripped</description>
      <pubDate>Wed, 26 Jan 2005 10:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882142#M400730</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2005-01-26T10:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882143#M400731</link>
      <description>Stripped means that the symbol table has been removed from the executable. You can test for this by running "nm myexe". Man nm for details. Nm can give you some idea of the functions being called. &lt;BR /&gt;&lt;BR /&gt;Given the additional data, there is still a fairly high probability that utmp is corrupt. You could use fwtmp to rebuild it. Man fwtmp for details. You may simply want to null the file and reboot.&lt;BR /&gt;&lt;BR /&gt;Now, do you have ANY logins /group names longer than 8 characters --- and, no it doesn't matter if these are the problem logins or not. The question is do you have ANY?  If this is legacy code, you must play by legacy rules. Have you made sure that all filesystems have at least some headroom?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 10:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882143#M400731</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-26T10:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: strange error after upgrading to 11i from 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882144#M400732</link>
      <description>As A Clay Stephenson says, you can nm the executable to see the functions within in. I guiess we are interested in any function name containing the strings 'grp', 'pwd', 'passwd' or 'group'&lt;BR /&gt;&lt;BR /&gt;Also what does chatr give you, I'm also interested in which libraries it's using.&lt;BR /&gt;&lt;BR /&gt;Also, a brief summary of WHAT the executable actually does would be nice!</description>
      <pubDate>Wed, 26 Jan 2005 10:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-after-upgrading-to-11i-from-11-00/m-p/4882144#M400732</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T10:29:47Z</dc:date>
    </item>
  </channel>
</rss>

