<?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: MRTG / GCC / SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514069#M870641</link>
    <description>Oaks, my mistake, the mrtg installation guide said&lt;BR /&gt;&lt;BR /&gt;"at least version 5.005 is required for mrtg to work well."&lt;BR /&gt;&lt;BR /&gt;not 5.00404 as I said in my last message.&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
    <pubDate>Fri, 06 Apr 2001 09:39:25 GMT</pubDate>
    <dc:creator>Philip Chan_1</dc:creator>
    <dc:date>2001-04-06T09:39:25Z</dc:date>
    <item>
      <title>MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514061#M870633</link>
      <description>I am currently in the process of transfering our MRTG monitoring tool from an NT Server to an HP-UX9000/785 running 10.20 and perl v4.0(!). &lt;BR /&gt;&lt;BR /&gt;As I understand it, in order to install MRTG you need Perl, GCC / binutils, gd, libpng and zlib. Most of these libraries are available pre-compiled as .depots, but they will not install correctly. &lt;BR /&gt;&lt;BR /&gt;I was recommended to download a quality pack (700QPK 10-20)to get the system up to some kind of patch level, but all this appears to have done is stopped SAM running correctly from the GUI as it now gives an internal error and exits whenever you try to run it.&lt;BR /&gt;&lt;BR /&gt;Before SAM stopped running, it would not recognise .depots from the GUI, and swinstall had to be used from the command line. gd installed with no problems like this using &lt;BR /&gt;&lt;BR /&gt;swinstall -s &lt;PATH&gt;/&lt;NAME&gt;.depot /&lt;DESTINATION&gt;.depot &lt;BR /&gt;&lt;BR /&gt;but several of the other depots are reporting IO errors or that the host cannot be contacted etc.&lt;BR /&gt;&lt;BR /&gt;What can I do to get SAM working again and to install depots?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also I have tried downloading source files for the above and compiling them, but this has been very patchy, with some software correctly installed and some not working at all. How do I uninstall / remove bad software which was installed using ./configure, make etc...?&lt;BR /&gt;&lt;BR /&gt;Is anyone aware of a depot for MRTG containing pre-compiled libraries for all for all of the dependencies?&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/NAME&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 05 Apr 2001 15:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514061#M870633</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-05T15:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514062#M870634</link>
      <description>This is now guessing only, but I had this several times.. &lt;BR /&gt;It might be possible that the depots that fail with I/O errors are invalid SD depots, meaning that they have a different format. &lt;BR /&gt;&lt;BR /&gt;If you have a depot file you can easily test, whether it is valid by runnning "&lt;BR /&gt;&lt;BR /&gt;# tar tvf my.depot &lt;BR /&gt;&lt;BR /&gt;on it. SD depots are really tar archives! &lt;BR /&gt;&lt;BR /&gt;What I think what could have happened is that the depots you have, have been gzip'ed or compressed for file transfer. In this case you can try the following: &lt;BR /&gt;&lt;BR /&gt;# mv my.depot my.depot.gz&lt;BR /&gt;# gunzip my.depot.gz&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# mv my.depot my.depot.Z&lt;BR /&gt;# uncompress my.depot.Z&lt;BR /&gt;&lt;BR /&gt;And then use swinstall to install them.&lt;BR /&gt;&lt;BR /&gt;It's a guess only, but I also wasted my time on those problems before.. &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Thu, 05 Apr 2001 17:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514062#M870634</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-04-05T17:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514063#M870635</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I agree with Carsten...&lt;BR /&gt;&lt;BR /&gt;Did you ftp the depots from one box to the other?&lt;BR /&gt;&lt;BR /&gt;I have seen I/O errors on depots when the depots were ftp'd.&lt;BR /&gt;&lt;BR /&gt;Check if Carsten's suggestion of tar xvf depotfile gives you an error. Then you know for sure, that the depot is corrupt.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Thu, 05 Apr 2001 17:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514063#M870635</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-05T17:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514064#M870636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just installed mrtg today in both ways, depots and source compiling.&lt;BR /&gt;&lt;BR /&gt;Depots, you can find mrtg depot file and all its dependency at&lt;BR /&gt;&lt;BR /&gt;mrtg -&amp;gt; &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/mrtg-2.8.12/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/mrtg-2.8.12/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dependency depots are&lt;BR /&gt;&lt;BR /&gt;jpeg-6b/&lt;BR /&gt;zlib&lt;BR /&gt;xpm&lt;BR /&gt;libpng&lt;BR /&gt;jpeg -&amp;gt; &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/gd" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/gd&lt;/A&gt;&lt;BR /&gt;freetype&lt;BR /&gt;&lt;BR /&gt;Be careful that the jpeg depot is not listed as a dependency but in fact it is.&lt;BR /&gt;&lt;BR /&gt;Just download all these depots then do swinstall on them one by one in the above orders.&lt;BR /&gt;&lt;BR /&gt;I also tried downloading the source for compiling.  Just read the installation guide below carefully then you should be okay,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/unix-guide.html" target="_blank"&gt;http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/unix-guide.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The only thing that missing is the mentioning of jpeg-6 library, which gd depends on it.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Fri, 06 Apr 2001 07:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514064#M870636</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T07:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514065#M870637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Normally when sam is not working latested sam patch always help.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2001 07:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514065#M870637</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-04-06T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514066#M870638</link>
      <description>One thing may be worth checking and that is the current state of the filesets on the system.&lt;BR /&gt;If you do the following:&lt;BR /&gt;swlist -l fileset -a state | grep -e install -e transient -e corrupt&lt;BR /&gt;&lt;BR /&gt;Do you get any filesets reported back with one of these states?&lt;BR /&gt;&lt;BR /&gt;If there are some in installed state, do:&lt;BR /&gt;swconfig \*&lt;BR /&gt;&lt;BR /&gt;and then retry the SAM job&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 06 Apr 2001 08:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514066#M870638</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-04-06T08:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514067#M870639</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the tar xvf check, it turns out that several of the depot files were damaged. Would that explain why SAMs software manager couldn't see them?&lt;BR /&gt;&lt;BR /&gt;Is there anything I can do to check why SAM is not working correctly?&lt;BR /&gt;&lt;BR /&gt;Phillip,&lt;BR /&gt;&lt;BR /&gt;thanks for the tips. I had downloaded the source code version of MRTG but would prefer to go with a pre-built depot for consistency. I am supprised that the Jpeg support is necessary as MRTG should us PNGs. Is it necessary to download GCC or will the libraries mentioned work with the HP Compiler? I mention this as the Unix readme mentions problems with the HP-UX compiler and recommends GCC.&lt;BR /&gt;&lt;BR /&gt;Also do you know whether an updated version of perl needs to be used as this box is running V4 with the last patch from 1993!&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Tim Haynes</description>
      <pubDate>Fri, 06 Apr 2001 09:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514067#M870639</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-06T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514068#M870640</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I would suggest to use gcc for the compilation.  In my case mrtg source compiled smoothly on with it.  You can download Perl 5.6, gcc and all its dependent depots from the same place as stated in my previous message.&lt;BR /&gt;&lt;BR /&gt;The mrtg installiation guide saids that 5.00404 or later version is required.&lt;BR /&gt;&lt;BR /&gt;Give it a try and good luck.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Fri, 06 Apr 2001 09:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514068#M870640</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514069#M870641</link>
      <description>Oaks, my mistake, the mrtg installation guide said&lt;BR /&gt;&lt;BR /&gt;"at least version 5.005 is required for mrtg to work well."&lt;BR /&gt;&lt;BR /&gt;not 5.00404 as I said in my last message.&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
      <pubDate>Fri, 06 Apr 2001 09:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514069#M870641</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T09:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514070#M870642</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;thanks for the help. &lt;BR /&gt;&lt;BR /&gt;swconfigure /* got SAM running again. &lt;BR /&gt;&lt;BR /&gt;However, the .depot files indicated in Phillips email are not installing with swinstall. I get the error indicated below:&lt;BR /&gt;&lt;BR /&gt;************************************************************************************&lt;BR /&gt;# swinstall -s /opt/mrtg-prep/jpeg-6b-sd-10.20.depot /opt/jpeg-6&lt;BR /&gt;&lt;BR /&gt;=======  04/06/01 12:08:15 BST  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@gbr11nnm".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "gbr11nnm:/".&lt;BR /&gt;ERROR:   "gbr11nnm:/opt/mrtg-prep/jpeg-6b-sd-10.20.depot":  An I/O&lt;BR /&gt;         error occurred while performing this task.&lt;BR /&gt;       * Source connection failed for&lt;BR /&gt;         "gbr11nnm:/opt/mrtg-prep/jpeg-6b-sd-10.20.depot".&lt;BR /&gt;WARNING: More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is&lt;BR /&gt;         gbr11nnm:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;         &lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;=======  04/06/01 12:08:16 BST  END swinstall SESSION (non-interactive)&lt;BR /&gt;&lt;BR /&gt;************************************************************************************&lt;BR /&gt;I get the feeling that i'm doind something fairly fundamental wrong. How can I remedy this problem?&lt;BR /&gt;&lt;BR /&gt;BTW the concatenation of options for swinstall as listed previously won't work as listed.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim Haynes</description>
      <pubDate>Fri, 06 Apr 2001 10:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514070#M870642</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-06T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514071#M870643</link>
      <description>Hello Tim,&lt;BR /&gt;&lt;BR /&gt;i/o error seems to be still an ftp problem.&lt;BR /&gt;Before you install a depot you can always run the following command to see if the depot is ok:&lt;BR /&gt;&lt;BR /&gt;tar tvf &lt;FILENAME&gt; That doesn't unpack the tarball, but will list the files.&lt;BR /&gt;&lt;BR /&gt;How do you use ftp? You need to make sure that you ftp in binary mode if it is a zipped file.&lt;BR /&gt;&lt;BR /&gt;Then for the swinstall itself... try to go through the gui then you see a bit more what is going on.&lt;BR /&gt;&lt;BR /&gt;You might want to set a mark in the following files so that you know where the install logging started and then you can search easier:&lt;BR /&gt;&lt;BR /&gt;/var/adm/sw/swinstall.log&lt;BR /&gt;/var/adm/sw/swagentd.log&lt;BR /&gt;/var/adm/sw/swagent.log&lt;BR /&gt;&lt;BR /&gt;Then start swinstall .... point in the sourcefile to the depot location (after you check that the depot is ok :-)).&lt;BR /&gt;Be careful it is case sensitive. (If you get a message about there is not a depot software in the source doublecheck the spelling)&lt;BR /&gt;Then go through the action scroll down -&amp;gt; mark the software and then -&amp;gt; install analysis.&lt;BR /&gt;&lt;BR /&gt;If the depot file is ok and install still fails cut and paste the info from the logfiles here so that we can have a look.&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 06 Apr 2001 11:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514071#M870643</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-06T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514072#M870644</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;When you download these depots, are they in gzip'ed formats? that is, they should all be ended with ????.depot.gz.  What happens when you ran the gunzip command on them?&lt;BR /&gt;&lt;BR /&gt;Make sure these files are being downloaded or transmitted as binary files.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Fri, 06 Apr 2001 13:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514072#M870644</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T13:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514073#M870645</link>
      <description>All of the files have either come from the HP site or from the HP-UX porting and archiving centre.  So far i've tried both HTTP and FTP transfers via netscape. &lt;BR /&gt;&lt;BR /&gt;I tried running swinstall with no parameters to bring up the gui version. When you try to change the source to the directory containing the good depots the following error is returned:&lt;BR /&gt;&lt;BR /&gt;"Cannot establish a lock on this target because of an external error (for example, the lock file could not be created).&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2001 13:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514073#M870645</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-06T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514074#M870646</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;run the following command:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sw &lt;BR /&gt;&lt;BR /&gt;and see if there is another swinstall process running.&lt;BR /&gt;Make sure that there isn't anything else running but usually swapper (which has nothing to do with swinstall just shows up when grepping for sw) and swagentd.&lt;BR /&gt;&lt;BR /&gt;To be on the safe side kill -9 swagentd and restart it by typing &lt;BR /&gt;#/usr/sbin/swagentd&lt;BR /&gt;&lt;BR /&gt;Then try the swinstall again&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Fri, 06 Apr 2001 14:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514074#M870646</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-06T14:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514075#M870647</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Restart swagentd then try the swinstall command again,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;That should clear the lock file, if not then you'll have to remove the lock file manually using the rm command.&lt;BR /&gt;&lt;BR /&gt;When running the swinstall command, no need to mention the destination directory, all these depot files were defaulted to /opt.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Fri, 06 Apr 2001 14:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514075#M870647</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T14:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514076#M870648</link>
      <description>Steffi / Phillip&lt;BR /&gt;&lt;BR /&gt;Tried what you suggested, except with one important safety aspect... my sysadmin at unversity once left off the - on a kill -9 and killed the 9 the process on the stack. I digress, the results of killing the process and stopping and starting swagent are below. Do you know why this number of files couldn't be deleted?&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep swa&lt;BR /&gt;    root     0     0  0  Apr  5  ?         0:02 swapper&lt;BR /&gt;    root 15898 15864  1 17:51:06 pts/2     0:00 grep swa&lt;BR /&gt;    root  4952     1  0  Apr  5  ?         0:00 /usr/sbin/swagentd -r&lt;BR /&gt;# kill -kill 4952&lt;BR /&gt;# ps -ef | grep sw&lt;BR /&gt;    root     0     0  0  Apr  5  ?         0:02 swapper&lt;BR /&gt;    root 15900 15864  1 17:51:26 pts/2     0:00 grep sw&lt;BR /&gt;# /sbin/init.d/swagentd stop&lt;BR /&gt;The swagentd daemon is stopped.&lt;BR /&gt;# /sbin/init.d/swagentd start&lt;BR /&gt;       * Removing /sbin/reboot.prev&lt;BR /&gt;       * The following files, which could not be closed by swinstall&lt;BR /&gt;         when they were updated, are being removed now:&lt;BR /&gt;       /usr/lib/#libfmtbtlan3.sl could not be removed&lt;BR /&gt;       /usr/lbin/#swagent&lt;BR /&gt;       /usr/sbin/#swagentd&lt;BR /&gt;       /usr/sbin/#swverify&lt;BR /&gt;       /usr/sbin/#syslogd could not be removed&lt;BR /&gt;       /usr/obam/lib/#libobam.1&lt;BR /&gt;       /usr/sbin/#automountd could not be removed&lt;BR /&gt;       /usr/sbin/#nfsd could not be removed&lt;BR /&gt;       /usr/sbin/#rpc.lockd could not be removed&lt;BR /&gt;       /usr/sbin/#rpc.mountd could not be removed&lt;BR /&gt;       /usr/sbin/#rpc.statd could not be removed&lt;BR /&gt;       /opt/dce/sbin/#dced could not be removed&lt;BR /&gt;       /usr/lib/#libcma.1 could not be removed&lt;BR /&gt;       /usr/lib/#libdce.1 could not be removed&lt;BR /&gt;       /usr/lib/#libdcedpvt.1 could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtexec could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtfile could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtlogin could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtsession could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtterm could not be removed&lt;BR /&gt;       /usr/dt/bin/#dtwm could not be removed&lt;BR /&gt;       /usr/dt/bin/#rpc.ttdbserver could not be removed&lt;BR /&gt;       /usr/dt/bin/#ttsession could not be removed&lt;BR /&gt;       /usr/dt/lib/#libDtHelp.1 could not be removed&lt;BR /&gt;       /usr/dt/lib/#libDtSvc.1 could not be removed&lt;BR /&gt;       /usr/dt/lib/#libDtTerm.1 could not be removed&lt;BR /&gt;       /usr/dt/lib/#libDtWidget.1 could not be removed&lt;BR /&gt;       /usr/dt/lib/#libtt.1 could not be removed&lt;BR /&gt;       /usr/lib/security/#libpam_unix.1 could not be removed&lt;BR /&gt;       /usr/lib/Motif1.2_R6/#libXm.2 could not be removed&lt;BR /&gt;       /usr/lib/X11R5/#libX11.1 could not be removed&lt;BR /&gt;       /usr/lib/X11R6/#libICE.1 could not be removed&lt;BR /&gt;       /usr/lib/X11R6/#libX11.2 could not be removed&lt;BR /&gt;       /usr/lib/X11R6/#libXext.2 could not be removed&lt;BR /&gt;       /usr/lib/X11R6/#libXhp11.2 could not be removed&lt;BR /&gt;       /usr/lib/X11R6/#libXt.2 could not be removed&lt;BR /&gt;&lt;BR /&gt;# &lt;BR /&gt;Have a good weekend,&lt;BR /&gt;&lt;BR /&gt;Tim Haynes</description>
      <pubDate>Fri, 06 Apr 2001 15:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514076#M870648</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-06T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514077#M870649</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Restart the server will remove all these unremovable lock files for you, then you can start over again.&lt;BR /&gt;&lt;BR /&gt;I checked and found that process id 9 is the "strmem" command.  Not sure what this process does but for sure that is a system related one.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Sat, 07 Apr 2001 00:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514077#M870649</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-07T00:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514078#M870650</link>
      <description>I have made loads of progress with this having shutdown and rebooted the machine.  All of the pre-requisites for MRTG have installed from .depots and are listed by swlist as shown below...&lt;BR /&gt;******************************************************************************&lt;BR /&gt;# Product(s) not contained in a Bundle:&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;  PHSS_17566                    B.10.00.00.AA  CDE Runtime Feb 99 Patch &lt;BR /&gt;  SOP-BASIS                     7.05           iVISION V7 - BASIS &lt;BR /&gt;  SOP-CONNECT                   7.05           iVISION V7 - CONNECT &lt;BR /&gt;  binutils                      2.10.1         binutils       &lt;BR /&gt;  freetype                      1.3.1          freetype       &lt;BR /&gt;  gcc                           2.95.2         gcc            &lt;BR /&gt;  jpeg                          6b             jpeg           &lt;BR /&gt;  libpng                        1.0.6c         libpng         &lt;BR /&gt;  perl                          5.6.0          perl           &lt;BR /&gt;  samba                         2.0.7          SMB-based file/print server &lt;BR /&gt;  xanim                         2.7.3          xanim          &lt;BR /&gt;  xpm                           3.4k           xpm            &lt;BR /&gt;  zlib                          1.1.3          zlib           &lt;BR /&gt;# &lt;BR /&gt;******************************************************************************&lt;BR /&gt;&lt;BR /&gt;When I try and swinstall the MRTG depot, the logfile shows that some of the dependencies are apparently missing:&lt;BR /&gt;******************************************************************************&lt;BR /&gt;=======  04/09/01 10:03:25 BST  BEGIN swinstall SESSION (interactive)&lt;BR /&gt;&lt;BR /&gt;NOTE:    The interactive UI was invoked, since no software was&lt;BR /&gt;         specified.&lt;BR /&gt;         &lt;BR /&gt;       * Session started for user "root@gbr11nnm".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;NOTE:    The software "mrtg,r=2.8.12,a=HP-UX_B.10.20_700/800,v=HP-PD"&lt;BR /&gt;         was successfully marked, but it depends on the following&lt;BR /&gt;         software items which could not be found in the source.&lt;BR /&gt;         However, these items may already be in the target. This will&lt;BR /&gt;         be checked during the Analysis Phase: gd.gd-RUN&lt;BR /&gt;         libpng.libpng-RUN zlib.zlib-RUN&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;       * Source:                 gbr11nnm:/var/spool/sw&lt;BR /&gt;       * Targets:                gbr11nnm:/&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             mrtg.mrtg-RUN,r=2.8.12,a=HP-UX_B.10.20_700/800,v=HP-PD&lt;BR /&gt;       * Beginning Analysis&lt;BR /&gt;       * The target "gbr11nnm:/" failed Analysis, so the task cannot be&lt;BR /&gt;         executed.  For more information on this failure, press the&lt;BR /&gt;         "Logfile ..." button.&lt;BR /&gt;       * "gbr11nnm:/":  The software dependencies for 1 products or&lt;BR /&gt;         filesets cannot be resolved.&lt;BR /&gt;       * Ending Analysis&lt;BR /&gt;******************************************************************************&lt;BR /&gt;&lt;BR /&gt;Are the libraries installed properly? In the Unix instructions for MRTG it refers to makefiles for each of the libraries. Is it possible necessary to run these even though the software has been installed as a dynamically linked binary from a depot and should hence be pretty much configured? I have tried to check this against zlib by doing ./configure which returns a "not found" error, and also trying to make zlib which also does not work.&lt;BR /&gt;&lt;BR /&gt;All efforts to help much appreciated.&lt;BR /&gt;&lt;BR /&gt;Tim Haynes&lt;/SNIP&gt;</description>
      <pubDate>Mon, 09 Apr 2001 08:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514078#M870650</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-09T08:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514079#M870651</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Seem like the gd library was missing from your installation list,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/gd-1.8.4/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/gd-1.8.4/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Install the above library then try the mrtg depot again.&lt;BR /&gt;&lt;BR /&gt;You should still be able to compile these source code but I would suggest to remove those depot library first to avoid confusions.&lt;BR /&gt;&lt;BR /&gt;Don't give up, you'll get there.  :-)&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Mon, 09 Apr 2001 08:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514079#M870651</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-09T08:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: MRTG / GCC / SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514080#M870652</link>
      <description>Still not working. Checked swlist, all the libraries are present. When swinstall unpacks a depot and installs it, does it do the equivalent of running a makefile and compiling the contents of depot? I ask as swinstall for the MRTG depot is reporting several dependancies as not found and hence aborting the installation.&lt;BR /&gt;&lt;BR /&gt;Do I have to use ./configure for each library?&lt;BR /&gt;If so what do i have to configure so that this will work as ./configure as described in the docs for each of the libraries doesn't work, eg&lt;BR /&gt;&lt;BR /&gt;==================================================&lt;BR /&gt;&lt;BR /&gt;# cd /opt/libpng&lt;BR /&gt;# ./configure&lt;BR /&gt;/sbin/sh: ./configure:  not found.&lt;BR /&gt;# &lt;BR /&gt;# cd /opt/libpng&lt;BR /&gt;# ./configure&lt;BR /&gt;/sbin/sh: ./configure:  not found.&lt;BR /&gt;# &lt;BR /&gt;# cd /opt/libpng&lt;BR /&gt;# ./configure&lt;BR /&gt;/sbin/sh: ./configure:  not found.&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;==================================================&lt;BR /&gt;At least this is progress....&lt;BR /&gt;&lt;BR /&gt;At what stage is it safe to delete .depot files? Will an installation ever require material from a .depot file once fully installed and configured?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim Haynes</description>
      <pubDate>Mon, 09 Apr 2001 09:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mrtg-gcc-sam/m-p/2514080#M870652</guid>
      <dc:creator>ISG</dc:creator>
      <dc:date>2001-04-09T09:10:33Z</dc:date>
    </item>
  </channel>
</rss>

