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 strongm 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: unixkid
  • Order by date
  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
  16. unixkid

    tracking telnet

    Anyone know how to track telnet usage. I was think maybe it could be done via tcp wrapper. We'd like to not completly cut off access to telnet but encourage SSH access. Thus it would be great to set up a script that woudl email sysadmin when use attempts telnet usage but not deny access. Any...
  17. unixkid

    I have read Mike Lacey's FAQ on cal

    Yes it looks like this will work better but now It appears my problem is Mike's script produces yesterdays date as 10/05/2001 --> I need the year to be two digets. Any advice?
  18. unixkid

    I have read Mike Lacey's FAQ on cal

    I have read Mike Lacey's FAQ on calulating yesterdays date. I do need to set yesterdays date as a VAR in a script. Can anyone tell me what I might be doing wrong? yday= 'cat /opt/mlacey.script' echo $yday yday -->nothing comes back<--
  19. unixkid

    String charaters in a file

    was able to do it with the following: myscript|sed '1,2d' |awk '{print $1,$4}' now I have to figure out how to send print out the $4 line grouping them by common names
  20. unixkid

    String charaters in a file

    Hi all, I have a script that produceds outout that looks like the following... Media Written -------- CDE343 orabot-safe-backup MA3670 orabot-safe-backup MA3672 orabot-safe-backup CDE372 orabot-d02 CDE373 orabot-d02 I want to strip the following lines from the top of the file before feeding...

Part and Inventory Search

Back
Top