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 Wanet Telecoms Ltd 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: wlwoman
  • Content: Threads
  • Order by date
  1. wlwoman

    Loop Through Email Address Field

    I have a field EMAILADR as part of a continuous form. I need to loop through the email addresses and send the same message to each recipient until all recipients with a null date notified field NOTDAT have been emailed. I know I can do this with a loop but have not the first idea how to write...
  2. wlwoman

    Logwatch not being mailed to root

    After uninstalling PostFix and reinstalling sendmail, my cron jobs stopped running. Now they are running again but the logwatch and arpwatch files are not being mailed to root. My logwatch.conf file is as follows: LogDir = /var/log MailTo = root Print = No Range = yesterday Detail = 10...
  3. wlwoman

    Sendmail - multiple errors - Red Hat 9

    Running RH9 with multiple name-based virtual domains and need some help! If more info is needed, I will be happy to provide it, but I am frustrated from trying to get Sendmail up and running: 1. Sendmail generates the following message on restart after updating the m4: > service sendmail...
  4. wlwoman

    Update form field based on count of two grouped table fields?

    -I have a form with fields "monthreceived", "lotnumber" and "count" that are my targets of interest. -My table has fields "lotnumber" and "monthreceived" that need to be grouped then counted via query. (The query for grouping by lotnumber and monthreceived produces accurate counts) -I want to...
  5. wlwoman

    Table not updating from calculated/conditional form values

    I have a table with a number of fields that update based on the initial and secondary value selections. The updated values work as designed, except when the form is closed, those fields are not updated in the underlying table. Example: Selection #1 = "CaseSize" Selection #2 = "Shifts" Code is...
  6. wlwoman

    Fill in multiple fields based on multiple variables

    I have a form with 2 fields that are dependent on the combination of values in 2 other fields. I would like to update the fields using a DLookup or SQL Select query. Details as follows: Variable Field 1: Size Variable Field 2: Value Field 1 to update: Elec Field 2 to update: Tot For example...
  7. wlwoman

    Update linked tables - Excel spreadsheet with/imported external....

    Background: I am implementing a new system that uses imported (linked) nformation, along with user-generated data, to track customer returns. The goal is to automate the process insofar as possible. Our company has a data system that's patched together using bits and pieces of various DB...
  8. wlwoman

    Another DLookup Question

    I have a form containing many fields. I would like the form field "Production Approver" to be filled in from the tableProdApprTable. I have experimented (unsuccessfully) using the following DLookup function: DLookUp("ProdApprSig","ProdApprTable","ProdApprCode...
  9. wlwoman

    Somebody is looking for sumthin

    I keep seeing this in my error logs: File does not exist: /var/www/domainabc/html/sumthin Any idea what this is all about??
  10. wlwoman

    Big trouble - anyone know what I should do?? Can't boot

    I ran up2date and upgraded the kernel on my RH 7.3. Now I'm getting a slew of error messages and an aborted boot. This is part of what I'm seeing: mv: cannot move `/var/log/ksyms.0' to `/var/log/ksyms.1': Rad-only file system (and all the other ksyms.* files) mount / not mounted or bad option...
  11. wlwoman

    Copy from Linux Board - SSL on RH 8.0

    Got my new server last weekend and set up RH 7.3 because I still haven't figured out how to get SSL the way I want it with RH 8.0.... Scavenged my old secure server and rebuilt my former main server as my new (faster) secure server. I run online stores that do credit card transactions. Server A...
  12. wlwoman

    I did it! Now, has anyone figured this out yet?

    Got my new server last weekend and set up RH 7.3 because I still haven't figured out how to get SSL the way I want it with RH 8.0.... Scavenged my old secure server and rebuilt my former main server as my new (faster) secure server. I run online stores that do credit card transactions. Server A...
  13. wlwoman

    Setting up Quota on Webmin

    Well, I'm back again. This time I tried to configure Quota using Webmin and knocked my system offline for 30 minutes while I shut down NFS computers and rewrote the fstab and mtab files. So.... I know it's been a topic here before, and some people have set up Quota using Webmin. My questions...
  14. wlwoman

    Sendmail/POP3 error with Linux

    Everything's working except for my sendmail configuration. It will send mail and receive mail from my server, and it will send mail from my Windows POP3 client, but it won't allow me to import mail from the server to my Pop3 account. I thought this was a relay error, but I've added all the...
  15. wlwoman

    One more thing......can anyone help with sendmail????

    Everything's working except for my sendmail configuration. It will send mail, and receive mail, but it won't let me get my mail from my POP3 client on my Windows box. I thought this was a relay error, but I've added all the domains to the appropriate files and still no luck!
  16. wlwoman

    RedHat 8.0 - Could use some help with an SSL problem

    The upgrade is done. The changes made to this version threw me for a while as I struggled to get my server reconnected to the net! I still have anunresolved issue if anyone can help: 1. I had to shut down the secure server (SSL); I haven't figured out quite how to meld the old config (which was...
  17. wlwoman

    KeyError: kernel-smp

    I upgraded one of my two RedHat servers to 8.0 without incident. When attempting to upgrade the second server, I got an unhandled exception error. Can anyone decipher this? At the top of the long anaconda dump file is the following message: Traceback (most recent call last): File...
  18. wlwoman

    /etc/sysconfig/network-scripts/ifcfg-eth0 IP-Based VHost Help!

    My current ifcfg-eth0 file: DEVICE='eth0' BOOTPROTO='none' ONBOOT='yes' TYPE='Ethernet' USERCTL='no' PEERDNS='yes' IPXPRIMARY_802_2="no" IPXACTIVE_802_2="no" IPXPRIMARY_802_3="no" IPXACTIVE_802_3="no" IPXPRIMARY_ETHERII="no&quot...
  19. wlwoman

    Another mod_proxy question

    I have 2 RedHat 7.3 servers, host1 and host2. I have set up SSL on host 2 and would like to secure the entire server. Host1 listens on port 80 and Host2 on 8080. I have a number of registered vhosts on Host1 and one registered domain name on Host2. I would like to forward all requests for the...
  20. wlwoman

    Server SSL certificate and sub-domains - Will This Work?

    The facts: *Apache server w/SSL set up and working on domain1.com *RedHat Linux 7.3 *Multiple virtual hosts w/DNS pointing through Zone Edit The plan: *Convert a single virtual host to sub-domain of domain1.com (remove vhost container and move directories inside the /var/www/html directory of...

Part and Inventory Search

Back
Top