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 bkrike 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: *

  • Users: dcomit
  • Content: Threads
  • Order by date
  1. dcomit

    nfs

    Red Hat Enterprise Linux 5 I’ve used the following to mount nfs shares: mount -t nfs target:/temp/folder1 /opt/folder1 mount -o vers=3 win1:/archive /opt/archive Works fine but I need to get them to mount automatically after a reboot. I’m told I need to make entries in /etc/auto.master and...
  2. dcomit

    Windows 2000 Compatibility Mode

    We have a Windows 2000 application which is currently running on XP in compatibility mode. Is there a way we can run this application under Windows 7?
  3. dcomit

    Signal 10

    Solaris 10 on Sunfire V445. Had a process crash due to signal 10. Any ideas as to where I should start looking? Thanks, Dave
  4. dcomit

    Display NIC Settings

    HP-UX version B.11.31 I need to check the settings of my network adapters to see if they are set for fixed speed or auto negotiate. Thanks, Dave
  5. dcomit

    mount error

    Solaris 10 I'm trying to mount a NAS drive but am getting an error: # mount fphnas01:/NFS /export/smatArchive nfs mount: mount: /export/smatArchive: Stale NFS file handle The mount point exists, fphnas01 is in the hosts file and the share NFS exists. I have mounted and umounted this share...
  6. dcomit

    Printer Setups

    How can I check how a printer is set up - ip address, print server etc. In other versions of unix you can check the printcap file. Thanks, Dave
  7. dcomit

    Problem Running Script

    I’m on Solaris 10 I’ve put a perl script in a directory but when I try to run it from the directory I get an error message ‘Command not found.’ If I prefix the command with ./ it runs. How do I get it to run without the prefix? Thanks, Dave
  8. dcomit

    Windows Messages Closing tcl App

    I have a tcl program running in Dos. I’m using a piece of software called FireDaemon which allows you to run any dos/Windows app as a service. Problem is that even though I’m running the service as a different user, as soon as I log myself off, the tcl app closes. FireDaemon restarts it ok but...
  9. dcomit

    Blocking ip

    What's the best way to block access to an incoming ip address on Solaris 10? Thanks, Dave
  10. dcomit

    Converting mins to hours and mins

    Tcl 8.4 on Solaris 10 I’m trying to convert minutes to hours and minutes. set x [lindex $xlateInVals 0] set x [string trimleft $x 0] set x [expr $x * 60] set hhmm [clock format $x -format "%H%M"] puts "Time Out >$hhmm<" set xlateOutVals $hhmm If xlateInVals is 0141 the result I’m getting is...
  11. dcomit

    VB Buttons

    I’m prototyping a touch screen application which does database lookups. I need to create a number of buttons, dependent upon the number of items returned from the database, to allow the user to select accordingly. I’d also like a method of arranging the buttons appropriately spaced on the...
  12. dcomit

    Input Screen

    I want a screen which will just sit and wait until a user enters an alphanumeric string, terminated by the enter key. I then want to use the submitted string to do a lookup on a MySQL database. Any ideas welcome.
  13. dcomit

    MySQL Startup Problem

    I’ve installed mysql-5.0.45 on Solaris 8 using pkgadd: pkgadd –d /tmp/mysql-5.0.45-solaris8-sparc-64bit.pkg –R /export/home Because I installed to a non standard directory, I had to create directories in /export/home/usr for the symbolic links to be created, otherwise the installation failed...
  14. dcomit

    Auto Refresh

    When you click refresh in a browser, it refreshes the page and returns the screen view where you last had it. Is there a way to code this action so that I can auto refresh the page and return the viewer back to where they were in the page? Thanks, Dave
  15. dcomit

    Sessions Being Logged Out

    Windows 2000 Server SP4 Running an application as a service which opens a listening port for incoming messages. Connection drops after 15 – 40 minutes. Logged in on console and ran program from the command line but the session is logged out after 15 – 40 minutes. Is there any way of...
  16. dcomit

    NFS

    Using nfs server on tru64. How do I setup a username and password?
  17. dcomit

    File Manipulation

    I've written a tcl program to read a file, do some massaging and output to another file. What I need to do initially is to strip off the first and last records. Is there a simple way to achieve this? Thanks, Dave
  18. dcomit

    tar

    I have a tape which I think is a tar backup. What's the best way of reading the tape to check the data? Also how do I rewind the tape - it's on /dev/st0. Thanks, Dave
  19. dcomit

    Writing unix files on Windows

    I’ve written some tcl to run on Win2000 to parse a file line by line, do changes as required and write line by line to an output file. It works ok but I need the output file in unix rather than DOS format. In DOS format, lines are delimited by x0a x0d, whereas unix files use x0a only.
  20. dcomit

    Compatability Mode

    We are migrating about 2000 workstations from Windows 2000 to XP. We have a Win2k application which will not run under XP but runs perfectly if we use compatability mode. Problem is that if a different user logs in then the application won't run in compatability mode by default - you have to...

Part and Inventory Search

Back
Top