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 unixkid

  1. unixkid

    Problem sending an email

    You need to add some logging. Also try sending a test message with -v so you can watch what it's trying to do mailx -v -s"test" joebob@yahoo.com
  2. unixkid

    relay problem

    Have an issue with relay to internal and external addresses. When I use relay "DSsmtp1.efbailey.com" the internal addresses get routed i.e. joe@efbailey.com but external messages do get routed i.e. bob@yahoo.com When I change the relay to "DSpublic.efbailey.com" the outside...
  3. unixkid

    file system swap

    Cant get pass this error. No matter what text I give it. Just trying to add a 2gb swap file. # dd if=/dev/zero of=swapfile1 bs=1024 count=2147483648 6171601+0 records in 6171600+0 records out # mkswap swapfile1 mkswap: error: swap area needs to be at least 40kB Usage: mkswap [-c] [-v0|-v1]...
  4. unixkid

    promiscuous mode

    I have had serveral system freezes which have caused me to reboot the Linux server. I dont see anything strange except the following messages: Jul 21 23:59:45 aas01 kernel: device eth0 left promiscuous mode Jul 22 00:00:05 aas01 kernel: device eth0 entered promiscuous mode I see a lot of...
  5. unixkid

    serial port loses power

    We don;t see this when the server is powering down. When pysically disconnecting the port is sending a BREAK that can only be fixed by typing "go". I notice this on smaller hardware types sparc20-E450's... Anyone expericne this or have an explaination ?
  6. unixkid

    serial port loses power

    Is it a Sun quirk some Suns have, of dropping to the OK prompt if a device connected on a serial port loses power. Does anyone know which platforms of HW have these issues?
  7. unixkid

    DNS caching

    Anyone know much about dns caching. I have a forwarding/caching sever set up. It appears lookups are not getting cached
  8. unixkid

    no local mail

    Yes my issue was Sendmail not working but when I took sendmail out of the mix I should be able to send anything via mailx. I didn;t want to double post but the issue is all the same. If I can figure out why mail is defered status then I can get sendmail working again (see where I'm going...
  9. unixkid

    no local mail

    I have sendmail on the server and I should be able to send a message to myself with or without it running. I just want to email a local user on the standalone server. The issue is any user including root. mail says it's defered but goes nowhere... ##################### # mailx -v root...
  10. unixkid

    no local mail

    I'm not getting local mail
  11. unixkid

    Rejected Email

    I'm getting the following messages: ###################################### sendmail[18008]: f9SKx1B18008: Losing ./qff9SKx1B18008: savemail panic SYSERR(smadmin): savemail: cannot save rejected email anywhere ############################################ The permissions on the /var/spool/mqueue &...
  12. unixkid

    Sendmail help needed

    Having problems with entries in sendmail logs. Of just under 16,000 entries in the log regarding connections from that host I enclosed below. Can any help me as to why this is happening or how I should resolve it. Oct 14 03:22:19 my.sendmail.server sendmail[21855]: NOQUEUE...
  13. unixkid

    telnet slow

    solaris 8 (E450 server) telnet running extremly slow and sometimes connections timeout. Any ideas where to look....telnet -d provides no infomation so I'm out of ideas
  14. unixkid

    unset VAR

    yes each VAR is set in diffrent scripts but it seems after the scripts have been run the previous VARs stay set
  15. unixkid

    unset VAR

    Have some application scripts that appear to be hung up on VARS. Five scripts run and each set VARs but I would like to know if there is a command to unset all VARs before running thr next script (starting with a clean plate so to speak..) I'm running a ksh shell

Part and Inventory Search

Back
Top