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: *

  • Users: stfaprc
  • Content: Threads
  • Order by date
  1. stfaprc

    procmail - doing string substitution

    I need to check the LOGNAME variable and if it contains a period , assign the value to a variable XFOR with the period replaced with an underscore. How does one do string substitution within procmail?
  2. stfaprc

    CUPS setup for others to use printers

    On a pc running Fedora4 with cups-1.1.23-15.4 , I have printers setup that can accept lp submitted jobs from other pcs, including windows pc on the LAN and a UNIX machine that is not on the lan. I would like to get the same functionality going with CentOS5.5 and cups 1.3.7-18.el5 5.7 On the...
  3. stfaprc

    getting count of results from SQLEXEC UPDATE

    sing VFP8, how can I get the SQLEXEC() command to return how many records got updated with an UPDATE TABLE command? I am only going a return value of 0 or 1 (for failure and success) when trying any of the SQLEXEC() formats. I was hoping that the cursor name passed in for the results would...
  4. stfaprc

    LAN name configuration messed up

    using RH and BIND9.2.1, the machine is the DNS server the name of the domain is "ourlan.tld" from the workstations things are fine. But from the server itself ... when I do a ping workstation the resulting command is PING workstation.ourlan the result should have been...
  5. stfaprc

    How do I setup IIS7 to prevent IE6 from accessing our Web site

    running Win08 with IIS7 (and if it helps, Helicon APE). I want to redirect any user using IE6 to access any page within our web site - even via a bookmark which by-passes our home page - to a web page on a different site. Thanks.
  6. stfaprc

    not getting full use of RAM on P5GC-MX133

    Intel Pentium Dual CPU E2160 2 2-Gig DDR2 sticks installed. The BIOS reports System Memory 4096 Approbiated 648 Available 3448 there is onboard graphics taking up 8M + 128M for the DVMT. What is going on with the "Approbiated"? What is it and why is it taking up so much RAM?
  7. stfaprc

    using sendmail from the command line to send embedded images

    I can get sendmail to send html messages by sending a file shaped like this: MIME-Version: 1.0 From: me To: you Subject: html without images Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>...
  8. stfaprc

    how to use web.config to authenticate users in several directories

    We have a web site running under IIS7. One branch of the web site has SSL requirement and we want to have different directories of this brach to be accessable on a per internet user basis. so we want https:\\ROOT\SECTION\Port to be accessable by users within our LAN and by external user Tom...
  9. stfaprc

    conditional outbound masquerade

    is there a way to apply a masquerade based on where the email is being sent to ? we have client whose email server will not process email with our main name (mainname.com) but will accept the email if it is coming from a subsidiary name (secondname.com) it would be better if I could have the...
  10. stfaprc

    need SAMBA help, can connect but access is denied

    using Fedora on a SAMBA server. /etc/samba/smb.conf has:[cups_raw] hide dot files = no valid users = johny,loger path = /var/spool/cups allow hosts = 192.168.1. from a windows box (different versions give same results) To confuse the issue even more, this setup did function for the...
  11. stfaprc

    how to change the order of address space used?

    Host Name . . . . . . . . . . . . : MX0HM Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : us.moc Ethernet adapter Local Area...
  12. stfaprc

    ftp script failing on mput *

    I have the following script: ftp -in <<EOF open 123.456.com user user password bin passive prompt mput * bye to transfer the following files: dfA107TULIP1.17DC dfA108TULIP1.14E0 dfA109TULIP1.13E2 dfA109TULIP1.17DE dfA107TULIP1.1CD7 dfA108TULIP1.15DF dfA109TULIP1.14E1 dfA109TULIP1.1CD9...
  13. stfaprc

    rename a file with content from the file itself

    I have a set of files with a line: %%Title: C:\...tHold\dfA060TULIP1.1ADE with "dfA060TULIP1" changing for each file The filename is d001 , d0002, d003, etc. How can I rename (or copy) the file d00* to the name after the word "Title:" in each file? I will not know what the name after "Title:"...
  14. stfaprc

    resubmitting cups job

    CUPS is still not working properly. still getting client-error-forbidden when i try to resubmint a job via the browser 631 port. here is the cupsd.conf ServerAdmin rootem LogFilePerm 0600 MaxLogSize 2000000000 LogLevel info PreserveJobFiles Yes MaxJobs 50001 Printcap /etc/printcap...
  15. stfaprc

    adding a network protocol

    is there a way to get NetBUI installed on a Win08 server? We have a few workstations that do not run IP and we would like for them to communicate with the server without having to run IP on them.
  16. stfaprc

    CUPS - how to allow anyone on LAN to resubmit a job

    I want to allow anyone on our LAN to resubmit a job , but not to do any other administration type tasks. going to http://ls.a.c:631/ works fine, though it allows users to go into admin. getting to the jobs (http://ls.a.c:631/jobs/) also works. but resubmitting the job...
  17. stfaprc

    getting users from another domain

    I have Win2008 setup as a stand-alone domain. How can I get the Win2008 to see the users from our LAN's PDC? When I click the 'Locations' button in the "Add Users" screen, the only domain that shows up is the Win2008 itself. I tried typing in DOMAIN\User1 into the list, but the system will not...
  18. stfaprc

    Phantom Remote Drive connection

    I have a drive letter attached to a share on the LAN and that shows up in the explorere screen as a 'Remote Drive' When I do a "net use", the connection does not show. But when I try a net use * /d I get prompted 'active connections, are you sure you want to delete' I tried rebooting the pc...
  19. stfaprc

    RHEL and CentOS yum upgrading

    Is there way using yum (or apt-get)to upgrade from RHEL-5 to CentOS-5.2 ? (the RHEL5 is "5.0")
  20. stfaprc

    how not to cascade through MX records

    One of our customers has an email system that only tries the first MX record for our domain and does not try any other of the MX records if the first one fails. What do I tell them to change so that the email server will not stop at the first MX but go down the list of MX records?

Part and Inventory Search

Back
Top