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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kjetiljensen

    How to disable ICMP redirects?

    You can patch the kernel. I can't really remember if that flag is in the 4.0D, but I have used it on 4.0F alot. If the first dbx line fails, 4.0D does not have a rejectcodemask. In the second dbx you enable the filter and in the third you modify the kernel so that it should be there after a...
  2. kjetiljensen

    How to 'reconstruct' /dev/printer

    # /sbin/init.d/lpd stop # ps -ef | grep lpd (and kill any lpd that is still running) # rm /dev/printer # /sbin/init.d/lpd start
  3. kjetiljensen

    TRU64 allows programs to consume all cpu

    Unfortnatly I don't know what the daemon process is and can not tell you why there is a race condition. From the little information you have given it seems like the daemon process could be io-bound and that the race condition is a race for some io resource. (system load should not be higher than...
  4. kjetiljensen

    Linux on Alpha AXP server

    It works like a charm, documentation is good (and worthwhile reading). I've never had the opertunity to try it on the ES45 (which I think would make a nice home server *smile*), only ES40. These are good web-links: (they might wrap)...
  5. kjetiljensen

    Sudo Configuring Problem

    Is there a directory called instctl in the tar file? If it exist then you should use the Tru64 package installer. Change into the directory containing the instctrl directory and run "setld -l ." The installer is menu based and will guide you through selecting subsets of the software...
  6. kjetiljensen

    EVM

    Check out man-page for evmlogger and evmlogger.conf. You will probably find the email-address under section forward.
  7. kjetiljensen

    need to install TureType font on Tru64 5.1

    There is a good manpage for this. Try "man TrueType" Kjetil
  8. kjetiljensen

    how to let your own application write to the log file

    Or use logger if you use shell scripting! Try "man logger" Kjetil
  9. kjetiljensen

    Executing commands remotely.

    You should still consider SSH. SSH have several methods of authentication that can be combined. Default is just password. You can add both certificate and hostbased certification without password. In just some other words. Install SSH on the client. Copy the client certificate to the server and...
  10. kjetiljensen

    Can't open osf_boot

    Check your console variable boot_osflags = A If in unix: # consvar -l # consvar -s boot_osflags A If in console: >>> show boot* >>> set boot_osflags A Kjetil
  11. kjetiljensen

    max_proc_per_user (=64) exceeded for uid

    One probably cause for this is that this user is forking off a lot of processes in a short period of time and then goes back to rest. I cannot really tell how your user is working, but you as an administrator should be able to say if this is a probably case or not. If the user (no user that is)...
  12. kjetiljensen

    rsh command

    Ports for rsh is 513 and 514 (login and shell) For the previous question: Telnet to the box and run "who am i" to check that the address resolved for your client is the same as the one you put in .rhosts Also check that the file is not writable for group or world, it will be...
  13. kjetiljensen

    Can't open osf_boot

    First you should have put the bootblock onto the before actually restoring the data, but it seems to work. I can't really understand what you are doing when issuing : # disklabel -t dsk6a -r -F dsk6a /tmp/label RZ29B It seems dangerous to me and the correct command would be to issue this line...
  14. kjetiljensen

    Reset KVM password

    There is no way of resetting the switch by using the dip-switches. You must place a call to your local Compaq/HP service centre and they will help you reset the switch. Of obvious reasons I cannot write that procedure in a public forum! Then there would be no security at all :-( Kjetil
  15. kjetiljensen

    Can't open osf_boot

    First read chapter 5.7.6 in the Administration Guide : http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/ARH9FCTE/TITLE.HTM Then to your other question about mounting disk from cdrom boot : # hwmgr -show scsi find the name of the disk! # mkdir /etc/fdmns/testroot # mkdir...
  16. kjetiljensen

    Most Stable RedHat Release (no flames!)

    If you really want a stable production environment I would go for either RedHat Advanced Server 2.1 (RHAS) or SuSE Enterprise Server 7 (SLES7), depending on what application to use. For SAP/R3 i would go for SLES7 and for other uses I would go for RHAS. I know that you have to pay, but advantage...
  17. kjetiljensen

    Can't open osf_boot

    Did you remember to put a boot block onto the disk? From diskconfig : choose Boot Block=AdvFS or from disklabel : -t advfs
  18. kjetiljensen

    CPU monitoring.

    Try to run collect -sc -i5
  19. kjetiljensen

    Tru64 Unix on Digital Server 5000

    As I remember there is no server called the Digital Server 5000, but there is a Digital Server 5300 which is alpha-based but the CPU's are restricted for use on Windows only. Tru64 will panic with "unsupported system" when it load kernel. There is ways to get around this, but I can't...

Part and Inventory Search

Back
Top