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 SkipVought 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. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    well it looks like I dont have the db.h libraries - bummer
  2. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    I checked the queue with postqueue -p there are 629 requests in the queue - looks like they are stacking up! No, I havent reinstalled postfix yet. looks like thats the next step. the thing is this was working at one point. I would have to have corrupt files if reinstalling fixes this
  3. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    I know it sounds like postfix is not running, but I do: service postfix status and get: master (pid 1312) is running... thats correct, yes?
  4. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    well I did try to email myself as above - but it didnt make it. I tried the mailq command but I dont have that command. My logs are in /var/log/mail/ ive got info, warnings and errors - none of which got any input. they are huge from my scripts not working the info log file contains stuff...
  5. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    ok, I thought that postfix did start sendmail (or contains a sendmail binary like you say). after all this did work prior to adding that script. I took that out of the picture... I do have a postfix script in /etc/rc.d/init.d it looks like this: #!/bin/sh # # postfix Postfix Mail...
  6. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    Ive got a small server running on a linux box. Im using Apache2 to serve HT docs. Ive also got some perl 5 scripts with which im using sendmail to send various emails. Ive got a problem which surfaced recently - possibly coinsiding with rebooting the server (complete power down). The problem is...
  7. teka2112

    why does XML data appear when using MSIE6 but not Opera??

    oh - ok thanks bummer I thought it would handle XML... oh well
  8. teka2112

    why does XML data appear when using MSIE6 but not Opera??

    ive got some HTML code: <html> <head> <title>news test</title> </head> <body> <xml id=&quot;news&quot; src=&quot;/news.xml&quot;></xml> <table datasrc=&quot;#news&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;> <tr> <td align=&quot;center&quot;>...
  9. teka2112

    How would I change resolution of a graphic file on the fly during U/L

    HI all Ive got a file upload tool (up.cgi) on my server. Users can upload a few different types of files (file input from HTML FORM points to my upload script (up.cgi) then gets saved on my server using: sub Store_Results { my $data; my $bytes_count; $size =...
  10. teka2112

    how would I search a folder of files for content and make changes

    icrf - thanks for your help - with just a few tweaks that code worked great! ( and of course when I remembered to chmod my text files properly so it would allow the script to write to them ) :-)
  11. teka2112

    how would I search a folder of files for content and make changes

    HI I had good luck with my last question, so I thought id try with another problem im having. and, yes, I do look for the answer in my perl book first - but I cant seem to find what im looking for in there. so, the problem is: I have a folder of files - different types (extensions). I need to...
  12. teka2112

    How do I seperate a filename from its extension so I can use both

    I thank you all for your input :-) rosenk, I went with your idea and it worked perfectly and behaves exactly as I need - thanks very much!
  13. teka2112

    How do I seperate a filename from its extension so I can use both

    actually - it is possible that the filename could be in parts delimited by a . file.name.ext so what would the above example do? $file eq file $ext eq name ???? or $file eq name $ext eq ext ?????
  14. teka2112

    How do I seperate a filename from its extension so I can use both

    I need to take a standard filename: myfilename.ext and seperate the filename from the extension and be able to use both in my code. im new to perl - have written only a few scripts. so, i would like to end up with (somehow) $filename = myfilename $ext = ext thanks

Part and Inventory Search

Back
Top