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 Chriss Miller 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. InigoMontoya

    host masquerading in postifx?

    Hello All, I tried asking this in the postfix forum but I'm just not getting any answer. I'm hoping I have better luck here :) ... I have a linux workstation that when I send mail from it it shows the hostname.domain.com in the From line. I want it to behave as other workstations...
  2. InigoMontoya

    how to do host masquerading in postfix?

    Hello All, I have a linux workstation that when I send mail from it it shows the hostname.domain.com in the From line. I want it to behave as other workstations (sendmail) where the 'hostname' portion is masqueraded with the 'mailserver'. The From: line then has mailserver.domain.com...
  3. InigoMontoya

    define font size in dtterm

    How do I change the default font size in dtterm permanently? I have to set it to the size I like every time I open a new dtterm window. I'd like to set it in my login profile if possible. If possible change in font type, background color would be nice too. This are no big deal but would be...
  4. InigoMontoya

    non-root logins kicked back out by xdm

    When I log in with a non root user (init 5) in xdm, after entering my password and hitting enter, my monitor temporarily turns off as if switching resolution settings. Then it comes back to life at the graphical login window once again this time with the user/password fields empty. I'd have to...
  5. InigoMontoya

    Linux NIS client to Solaris server issue

    I'm about ready to pull my hair out! I have a SUsE 9.2 on an AMD Opteron w2100z. It's the first machine in its subnet that will be a NIS Client to a Sun NIS master on another subnet. I am able to bind to the domain. ypwhich returns the right server but when i do any ypcat command i receive no...
  6. InigoMontoya

    how to do pattern matching with expect?

    I need to verify a file has been uploaded (ftp) to a server. I am using expect to automate the the upload procedure. So far logging on and uploading the file is fine but I'm trying to put some error checking. I want to log in and do a listing of the files on the remote server and dump the...
  7. InigoMontoya

    procps on solaris

    Has anyone succefully compiled the procps utilities for linux...which i believe originally came from BSD onto Solaris??
  8. InigoMontoya

    automating password change with expect...

    Sorry I don't mean to dump a whole block of code here but I've been trying to get this thing to work for a while now and It just keeps failing. I've narrowed it down to one last error but I can't quite figure it out. I'm hoping someone here can help. What this section of the script is...
  9. InigoMontoya

    Is this a valid expect statement?

    while {expect "mget *.txt?"} { send -h "y\r" } I'm trying to get all the *.txt files in remote system using the mget function of fdx file transfer utility. fdx prompts me to enter y for each file. I want to put this in a loop where whenever the server(fdx)...
  10. InigoMontoya

    basic load average question...

    The current load average on our sunfire v880 is as follows: 0.45, 0.30, 0.24, Im not sure if this means it's running ok or if it's being over burdened. I'm not familiar on how to read these numbers. I got these figures from the 'top' utility. Can someone shed some light on this for me...
  11. InigoMontoya

    How to set the default boot device?

    we are running a sunfire v880. When rebooting the server I've noticed that it double reboots. The first time it reboots looks like it's trying to find out what device to boot with then once it's determined that it wants to boot to "disk" it reboots again this time using the...
  12. InigoMontoya

    How to configure Ora Apps when changing IP address and host name?

    We have to change the hostname and ip address of the unix box that hosts both the Oracle database(9 r1) and Oracle Apps(11.5.7). Our company's network restructure requires this to be done. Has anyone gone through this or a similar situation before? I have no idea where to start. I know I can...
  13. InigoMontoya

    How to time stamp a log file?

    I have a script that runs in the rc directory. I would like its output standard error and standard out to be redirected to a logfile but also have it time stamped. I have the redirection down ok but the I can't figure out how to time stamp the entries? Can anyone help me? Thanks. this is...
  14. InigoMontoya

    how to synchronize NIS servers

    I recently setup a new NIS slave server. I'm not sure how to find out if all our NIS clients and master server actually knows that the slave server exists. How do I find this out? and how do I update them to include the slave server? TIA
  15. InigoMontoya

    NTP issue

    I receive a "Last Update Failed - No Reply From Servers" I'm pretty sure our NTP server is working fine. Anyone experience this before? We are running a Symmetra UPS from APC.
  16. InigoMontoya

    comparing 2 files...

    I have a really newbie question... I need to compare 2 files and output to screen what file1 has that file2 does not. I think the right way to do this is to place them in 2 separate arrays and do a for loop that compares file1[x] with file2[x] if file2[x] doesn't equal file1[x] then print...
  17. InigoMontoya

    is there an account manager for NIS?

    I can add users to the NIS environment quite easily. But when it's time remove users I have to go through a lengthy process of removing entries in different NIS map files. Is there a tool similar to the admintool...or even a text based menu driven tool that manages user accounts on NIS for...
  18. InigoMontoya

    korn shell script in rc*.d

    I placed a korn shell script in the rc3.d directory. I restarted the workstation and noticed that the script did not run. It looks like it didn't like a set statement i had in the script. This suggests to me that the script was not run under ksh. Are rc scripts limited to bourne shell or am i...
  19. InigoMontoya

    korn shell script in rc*.d directory

    i have a korn shell script in rc3.d that doesn't seem to execute or fails to. Does anyone know if rc scripts have to be bourne shell scripts?
  20. InigoMontoya

    how to check if apps is running?

    Currently i use "ps -ef | grep FNDLIBR" to check and see if Apps is running. But just today i started Oracle Apps (test instance). I logged in to the forms (sysadmin) and pulled up some user data. I then went back to the shell prompt and did a grep for FNDLIBR and there were no...

Part and Inventory Search

Back
Top