Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bnothos

  1. bnothos

    .Run on path with brackets ()

    Excellent thanks! Strangely if I moved the executable 1 directory up so I had no brackets in the path it worked so I assumed it was the brackets... This works though!
  2. bnothos

    .Run on path with brackets ()

    I'm trying to get a .Run to work but my path has brackets in it ie: "C:\Program Files\foo\foo (FOO)\foo.exe" It chokes on the brackets. How do I escape them or do something so they will be correctly interpreted as part of the path? Thanks
  3. bnothos

    pam_devel and math libs

    The answer here was to download the HP ANSI C compiler and use it instead of gcc. Not sure why using gcc is so difficult on an HPUX machine.
  4. bnothos

    sed command, how to insert a newline

    try cat ${STATUSFILE} | sed -e s/"XX-${UNIQUEID}-XX"/"Pending\n"/ > ${RUNDIR}/status.new or cat ${STATUSFILE} | sed -e s/"XX-${UNIQUEID}-XX"/"Pending^M"/ > ${RUNDIR}/status.new to get the control M try control V then control M
  5. bnothos

    pam_devel and math libs

    Hello, I've been trying to compile on an HPUX 11.11 (9000) box with little success. On solaris or linux boxes there is a package you can install called pam_devel. Does anyone know what the HP equivalent is (which depot file) I'm using the gcc and bison from the hp web site. Also I seem to...
  6. bnothos

    jobs stay in ready status

    Mthales, I bet this isn't the answer for you, but I simply cancelled the stuck jobs. There was no special trick.
  7. bnothos

    Generic code to support "skins"

    Hello, I have an application that looks a bit aged with the old grey forms and standard objects. Rather than re-design it to be cosmetically modern I was wondering if someone has come across something I could use to enable a "skin" like functionality like you would have for Winamp or Windows...
  8. bnothos

    how to create a proxy pass to an internal server?

    I've been trying unsucessfully to run a web application off a server inside my network. I have a gateway/firewall/webserver that has an external interface that I can reach no problem. I'm trying to use a proxy pass for one of the virtual network interfaces to proxy all traffic to an internal...
  9. bnothos

    OS/2 remote agent

    I'm running 9.1. I wonder if it would still work. I can't seem to find anything on their web-site in the downloads section. Is this only available by request or something?
  10. bnothos

    OS/2 remote agent

    Is there such a thing as an OS/2 remote agent?
  11. bnothos

    LiveUpdate only for virus defs?

    Thanks for the help, I was able to get the virus defs updating on a regular schedule. I still haven't figured out how to schedule the client and engine updates. I am able to do it manually from the server for now, so that will keep me going in the meantime.
  12. bnothos

    LiveUpdate only for virus defs?

    I've recently assumed responsibility for the SAV for my company. It seems to be in a strange state of affairs. I have 3 machine with newer scan engines and sav clients than the rest. One of these is the sav "server" I've been trying to use the liveupdate tool to get the rest of the clients...
  13. bnothos

    non-existant unix agent still shows in resource order

    Well the title pretty much says it all. I have a machine that no longer exists for backup and it is not available under the Unix Agents->Selections tree but for some reason it still appears in the resource order and also still has information in the resource credentials. I still get errors on...
  14. bnothos

    Using the Borland dictionary component

    If I understand this correctly, you're talking about built in system messages provided by Borland? I am referring to custom label, menu items, title bars, prompts etc...
  15. bnothos

    jobs stay in ready status

    Here's the problem and solution after much time investigating... My company's tape robot had recently failed and they purchased a new unit. The previous administrator did not remove the old device from backupexec. The scheduled jobs were set to run on "All Devices" available on our...

Part and Inventory Search

Back
Top