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 TouchToneTommy 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: seanken
  • Content: Threads
  • Order by date
  1. seanken

    SET for a local var

    Hi all, The 'SEARCH' functionality doesn't seem to be working on the site so if my question has already been asked, apologies! I have a table that has a number of date fields names 'EL1A', 'EL2A' and so on up to EL46A. I have fetched the row back via a cursor and am now attempting to perform...
  2. seanken

    Solaris 9 disk setup

    Hi, Recently I came into ownership of a solaris server with a pretty low spec. I am having trouble with the disk setup on it. There are 2 disks which I would like to 'rearrange' a bit. Firstly, a df -k produces: Filesystem kbytes used avail capacity Mounted on...
  3. seanken

    /dev/vg01 problems

    Hi, When I try to 'll' the contents of two directories mounted on /dev/vg01, the system hangs. I can do a simple 'ls' and see the contents. A bdf also hangs whereas a 'df -k' provides: /mnta1 (/dev/vg01/lvabin ) : 5991751 total allocated Kb 4495679 free...
  4. seanken

    Sizeof operator

    Hi, Can anyone tell me why the second printf returns the sizeof(record) as 4 whereas the first returns 10 as I would expect? Thanks #include <stdio.h> #include <string.h> void read_input(FILE *ifile, char *record); main(){ FILE *ifile; char record[10+1]...
  5. seanken

    Hints, Tips, etc

    Hi, Does anyone have any useful shortcuts/tips/etc for HP, etc? I have found the w! to save ro files when root pretty useful, especially when editing a ro file without realising it! I seem to recall a way to vi multiple files (something like vi s* to edit all files beginning s) but can't...
  6. seanken

    GDB question

    Hi All, Second question in 2 days...getting my money's worth. I (and more worringly, my team lead) think that its time I progressed from inserting printf's to debug code to using a proper debugging tool. From the dim & distant past, I remember using dbx but since I don't have that on my...
  7. seanken

    Bitwise shift question

    Hi All, I have this piece of C code. Any idea of why it uses a bitwise shift ('<<' at the bottom of this note)? The file contains hexidecimal records... The wvar seems to be 1 char/int returned to the calling routine. Is it some way to identify the bytes on the record to return? I'm...
  8. seanken

    Remote access via a modem

    Hi, We are trying to give a site remote access to our HP-UX 11 server. I found a standard Modular 56k external modem and hope to use this to allow access across an analogue line. The server has been removed from the company LAN. The tech support for the modem say that although they don't...
  9. seanken

    Orbix Web problems

    Hi All, Has anyone here had problems trying to get orbix 3.1 daemons up and running? I have a post in the IONA suite but with only 3 other posts there, I think I might be a while waiting for a response. If you have orbix experience, any chance you could take a look? Thanks, Sean
  10. seanken

    Change display on remote user's terminal

    Hi all, I am trying to work with another user to 'take control' of his screen and output to that screen what is displayed on mine. I have seen this work before but cannot figure out how to do it. I know that the 'wall' command can display file o/p to a remote terminal or user group but I need...

Part and Inventory Search

Back
Top