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 derfloh 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: gr8gonzo
  • Content: Threads
  • Order by date
  1. gr8gonzo

    VPN: Stuck on Verifying Username and Password

    We're based in California and have a Firebox III/700, with about 10 VPN users, and I'm one of them. VPN connections seem to work great until now. Everyone's connection works except for mine - I'm on a trip to Washington, DC and for some reason I can't connect to the VPN. My REAL external IP is...
  2. gr8gonzo

    Trying to span a large printout across multiple pages

    I have a design in Illustrator CS (Windows) that is about 41" wide by 16" tall. I want to print this design across a series of 6 sheets of legal-sized paper, on a standard laser printer, and re-assemble the design later by taping the sheets to each other. I am currently using the tiling option...
  3. gr8gonzo

    Need help with setting up syncing

    Okay, here's our current setup. We're running on an ACT 2000 (5.04) database that sits on one server and everyone connects directly to it via a mapped drive. We have well over 100 users defined in the database, and we add about 10 new users per month. Our database is huge, too. We just hit the 2...
  4. gr8gonzo

    Exchange EDB File not being Backed Up?

    Ok, so I've been doing a bricks-level backup of my Exchange server for a while now, but it's just taking too long nowadays, so I'm trying out Ontrack Powercontrols to see if I can just back up the .EDB file instead. I -THOUGHT- the EDB file (and its companion files) was being backed up. In my...
  5. gr8gonzo

    Help on Tracking Down a Bug

    Once in a blue moon, I'll get a Segmentation fault (11) error in my log file. This SEEMS to happen only during the secure checkout procedure on my store and it only happens every once in a while. So far, I'm guessing that the issue is related to SSL and perhaps to some of the code that is being...
  6. gr8gonzo

    Adding VPOPMail to Existing Setup

    I currently have qmail set up and is working well. I have several domains and am interested in using vpopmail as a management solution. However, the install instructions aren't extremely clear on converting an existing setup to a new one - they only have very basic instructions. Does anyone know...
  7. gr8gonzo

    Relaying Denied - Shouldn't Be

    I have about 7 domains on my server. Each domain has a lot of forwarding addresses: name@domain3.com -> realname@realdomain.com These are listed in my virtusertable, which is automatically "compiled" every time a change is made to it, so the virtusertable.db file is always up-to-date...
  8. gr8gonzo

    Duplicate Requests

    I've been watching my server logs and notice that when IE browsers hit pages, there is usually another, immediate request for the same page. It's as if it requests the page twice at the same time, and this only happens with IE. Any thoughts? - Jonathan
  9. gr8gonzo

    VERY Weird Issue with MS Word and Text Files

    Hi, I'm in the process of converting a client over to an SQL database, but they are currently using a Perl program that writes to a pipe-delimited flat file. The client usually opens up each file with MS Word, and does what he/she needs to do with it, but he/she occasionally receives a notice...
  10. gr8gonzo

    Winsock Program without Admin Rights

    I'm trying to construct a simple LAN chat application that does not need to be installed. The reason is that some people don't have rights to install programs or put anything into the system folders or anything like that. So what I want to do is create a program and then send the required DLLs...
  11. gr8gonzo

    Simple Question about Type Conversion

    I have a C program that has the following: ... misc header code ... int main(int argc, char *argv[]) { some_function(argv[3]); some_other_function(argv[4]); price = 50.00; } Now, I specify a few options as parameters when I run the program like: program "value1&quot...
  12. gr8gonzo

    Apache/Windows2k/PHP/GD

    I have a website on UNIX that uses PHP/GD to create several images like dynamic buttons as my navigation bar. I wanted to do development on my local machine, so I downloaded Apache/PHP/mySQL/etc... (a package called FoxServ) and installed them all on my Windows 2000 machine. Now, if I create...
  13. gr8gonzo

    Need good description/tutorial of /etc/hosts

    The name says it all. I'm confused as to what /etc/hosts does. What if I don't have a domain name, etc?
  14. gr8gonzo

    Passing on an e-mail

    Hi, Basically, the only thing I am trying to do is change the e-mail address of an incoming e-mail and send the e-mail out again with the new From address. I've set up Sendmail to feed incoming mail to this program, and that works fine. The program then opens up a socket to Sendmail: HELO me...
  15. gr8gonzo

    Distance from the top of the window to an element

    Hi, Basically I need to get just that - the distance from the top of the window to an element, namely an image, but without specifically defining the top property in a STYLE attribute, because the image will change its vertical location from page to page. I have posted an example here...
  16. gr8gonzo

    I know this query can be done!

    I have 3 tables - the first table, called se_submission_log, containing configurations of URLs and dates, identified by a unique field called submit_id. Here is a sample from this table: se_submission_log +-----------+--------------+-------------+ | submit_id | url | date_submit |...

Part and Inventory Search

Back
Top