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

    Problem connecting with ssh from remote location

    We have most of our colo servers set up to allow us to ssh into them from our office at a remote location, and we just installed our first Fedora server to operate as a data server because I'm most familiar with Fedora and mysql runs better on linux vs bsd. Anyway, we were able to ssh into it...
  2. Kiehlster

    php mail() hangs on bad dns

    We have a mail queue application we wrote for our clients to send out their newsletters and whatnot. Everything has been going fine, but now we've discovered a problem with php's mail() function. I'm sure this has something to do with sendmail not giving up on bad domains, but anyway, here's...
  3. Kiehlster

    Can I View Active Transaction Details?

    We have one website that's been really putting the anvil on our sql2000 server and it only happens once in a blue moon, so it's really hard to track down or even worth our while to put much time into. I was just wondering if there's some way I can view the full query that is being sent to the...
  4. Kiehlster

    Prevent changing password to an older password

    Hello all, At my job, we're working to get certified with VISA, and one criteria is that we have a 90-day password expiration time, and we must also prevent people from changing the password to any of their last 4 old passwords. I'm running samba with ldap on freebsd. I know how to make the...
  5. Kiehlster

    bash alias issue

    I'm trying to set up an alias for bash that runs a second command after doing an 'ls -la /path/to/folder'. I have my alias set up like so: alias ll='ls -la ${1}; count ${1}' I find that no matter what I do here, it always lists the current directory instead of the alternative directory when...
  6. Kiehlster

    Can I Change 2003 TS Licensing to Per-Server?

    I recently set up a windows 2003 standard edition server but have noticed that every time anyone connects to it via RDC, the previous user gets kicked off. This is obviously because it's running on the single temporary license. We bought the W2k3 with a 5-client access license, but if I punch...
  7. Kiehlster

    How does SAV CE Licensing Work?

    I don't know what to do at this point. I'm looking for an antivirus service that doesn't have a subscription attached to it (or a cheap on at most). I've heard that you don't have to renew yearly for corporate edition to get virus definitions, but I've never investigated the licensing side of...
  8. Kiehlster

    SQL Server 2000 SP3a and HyperThreading

    I'm having huge problems with SQL Server 2000 with SP3a installed, and running on a dual xeon HT 3.6ghz system with 3.5gb of ram. We've had some very complex statistical data queries running on an older system and just bought a new server to handle the queries at a faster rate. The problem is...
  9. Kiehlster

    How do I disable Clustering?

    When I set up the server, I didn't do anything, that I know of, that would make WS2003 to turn into a cluster. But after running through the "Manage Your Server" wizard a couple times to enable IIS and RDC, it suddenly put itself into some sort of cluster mode that I have no idea how to get out...
  10. Kiehlster

    cfmail spooler problem

    I'm having a problem with our CFMX spooler. This isn't a problem of e-mails being tossed into the Undelivr folder, and we don't have the money to afford $500 for such a small problem. Today is the second time this has happened since I've worked here. The first time was exactly 7 days ago...
  11. Kiehlster

    Seriously Long Content Update Lag

    Our team recently upgraded our company's storage to a large raid running BSD and Samba. In this upgrade process, we moved our development data over to the new server and pointed our IIS 5 server to a share on the file server. Now we're having some strange issues with IIS not re-reading static...
  12. Kiehlster

    Seriously Long Page Update Lag

    The company I'm working with has recently reconfigured their IIS 5 server to use a samba share rather than a local system folder and ever since the change was made, static content on the website takes up to 10 minutes to update after saving it on the samba share. For example, I edit an html...
  13. Kiehlster

    Prevent External Download of Clips

    I want to create a flash media player for a website but I know myself how to relocate a flash movie's content if the creator used multiple external clips. I basically want a main flash movie that has a player control in it and then have it load up a music file list from the server and then...
  14. Kiehlster

    links in signatures

    I've seen some people who have links in their signature here, but it's actually a text phrase rather than your basic http think. I'm just paying around with mine and wondering how they do it. Any clue? Steve Kiehl http://www.nanovox.com/ <a href="&#104;ttp://&#119;ww.zeadi.com/">The Fantasy...
  15. Kiehlster

    Outlook 2k3 Block Sender Shortcut?

    Is there a keyboard shortcut to block an e-mail sender? I was asked by a friend, and I tend to not bother learning the nitty-gritty details of a product, so I'm not sure if there's a way to set up new keyboard shortcuts for it. The problem is, they find it annoying (as everyone does) to have to...
  16. Kiehlster

    IDI_ICON1

    I keep getting an undeclared identifier (error C2065) whenever I change this: wc.hIcon = LoadIcon(NULL,IDI_APPLICATION); to this: wc.hIcon = LoadIcon(NULL,IDI_ICON1); I've created a resource.rc file that contains IDI_ICON1 and added it to my project, but I keep getting the same error over...
  17. Kiehlster

    problem with iostream.h?

    can anyone tell me why this code: #include <iostream> #include <stdio.h> #include <stdlib.h> #include <fstream.h> using namespace std; int main (int argc, char *argv[]) { if (argc < 2) { printf (&quot;adduser usage:\n&quot;); printf (&quot; adduser <user-name>\n&quot;)...
  18. Kiehlster

    Users can run cgi?

    Here's the problem. I've got all the user directory settings all fine and dandy in my httpd.conf file and I have +ExecCGI in my options for the public_html folders, but I keep getting premature endings of scripts on any scripts that I try to run from any user's public_html folder. I tried...
  19. Kiehlster

    Multiple VirtualHosts and SSL?

    Perhaps some of the experts here can help me? I have a virtual host that is something like this. NameVirtualHost 12.34.56.78:443 And I'm trying to get two sites to function with their own SSL certificates. I have created two similar virtual hosts, but only the certificate from the first host...
  20. Kiehlster

    get document at a url

    Is there any way with javascript to get a document from a url and then put it into a string to be parsed/cropped? Microsoft took over cnbc.com's nice little stock quote servlet that I was referencing as a script in my html document (a servlet that returns a javascript with all your stock...

Part and Inventory Search

Back
Top