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

    DCOM CoCreateInstanceEx and timeout? Gurus only!

    It's very strange. I am using CoCreateInstanceEx between two Windows Server 2003 system to connect to a Windows Media Server. If I connect to the local server running WM, it works great. If I try to connect to a remote server it fails. OK, I know you are thinking security issues, etc; I've...
  2. pcarver

    SFTP Server??

    I'd like to put a SFTP compatible server on my Windows 2003 Server. Any recommendations on a low-priced solution? Thanks.
  3. pcarver

    "Remember my password" not working

    I'm running win2003. When I hit one of my other sites that requires a username and password, I get the standard dialog box. I enter the info and also click "Remember my password." When I revisit the site, it doesn't fill in the username and password fields like win2000 used to. Why...
  4. pcarver

    IIS 6.0 Subdirs from virtual directory showing up a level

    IIS 6.0 on WinServer 2003, Default web site - I create a virtual directory/application for .NET app; call it FOO; everything fine - I move a single file and directory called Bin into physical location on disk - Click refresh in IIS and it correctly shows Bin underneath FOO - Close IIS - Reopen...
  5. pcarver

    How to limit FTP to directory

    I have a WinServer 2003 system. I want to setup the ability for people to FTP web sites to a user dir. 1) How should I create user accounts (don't want ability to be interactive...just FTP)? What privilges? 2) How to configure FTP IIS6 to make sure user's can get out of their login dir? Thanks.
  6. pcarver

    I want to put my own server in a co

    I want to put my own server in a co-location factility. Here is my configuration. I have an existing domain name and it's in my provider's DNS. My server will be running Exchange so I can do email (need forwarding, aliases, and lists...so I need more than just POP3 and SMTP that come with...
  7. pcarver

    Help understanding if DNS required

    I want to put my own server in a co-location factility. Here is my configuration. I have an existing domain name and it's in my provider's DNS. My server will be running Exchange so I can do email (need forwarding, aliases, and lists...so I need more than just POP3 and SMTP that come with...
  8. pcarver

    How to receive copy of outgoing email

    How can I receive a copy of outgoing emails for a specific user?
  9. pcarver

    qmail creating file called "?" in Maildir

    I'm trying to bring up qmail on a new machine...domain X in location A to domain X at location B. When I use qmail-inject to send a local message to a local account, the mail message ends up in a file called ~myhomedir/Maildir/? Yes, that's correct. The ? file seems to really be a \r since I...
  10. pcarver

    ipchains to protect X11

    Howdy. I'm not familiar with ipchains, but I ran nmap and found my X11 server port open. 6001/tcp open X11:1 How do I restrict this port to only local addresses/processes. Do I do it with ipchains or is there a way to do it via X11? BTW, I think this port is open because of some...
  11. pcarver

    X Server display from console vs. other location

    Howdy. I'm trying out Exceed to access my RH Linux from Windows. It works nicely, but I have one question. To get things to work, I modified my .bashrc to set DISPLAY=xxx.xxx.xxx.xxx:1 to have the display pointed to my windows computer. This is fine when logging in from windows, but when I...
  12. pcarver

    How do I enable tcp incoming port

    Hello. You folks have helped me out many times before, I hope you can again. I'm setting up Tomcat and should be able to telnet to port 8007 for testing. I can do this on computer A fine. I run netstat -a and see: tcp 0 0 *:8007 *:* LISTEN And I can telnet into this port...
  13. pcarver

    out of space on /var

    I'm hitting 93% of used space on /var. I have a huge amount of unused space on /usr and /home. Is there a way to move this available space to /var? Thanks! /paul
  14. pcarver

    Telnet/SMTP only from certain domains

    I have a computer running without a domain name, on IP address x.x.x.x. qmail is running on it. Everything seemed ok...I was sending and receiving fine from a third-party ISP. I dialed into another ISP to test. I am still able to perform pop3 stuff to x.x.x.x (receive mail), but I can't smtp...
  15. pcarver

    can't SAMBA now that Linux has a domain name

    First, I had SAMBA totally working and the world was a beautiful place. This morning I when into netcfg on RH 7.1 and entered a domain name. Now when trying to map the Linux shares from my Win2000 computer, it keeps complaining that the share can't be found...it doesn't show up in network...
  16. pcarver

    opening port 110 for telnet

    I'm running RH 7.1 (xinetd) and can't seem to telnet to port 110 for pop3 access? I think, maybe, I need to modify the xinetd.d/telnet file but not sure. Does anyone know? /paul
  17. pcarver

    domain name on home network

    I've currently got a computer at work with registered domain name, call it X.com. I am porting everything over to linux at home with the anticipation of changing the DNS to point to my new linux box. Currently, the host name is woodchuck and the domain is localdomain. I'm INSTALLING qmail and...
  18. pcarver

    Java and JPEG on X11 displays

    It appears that in the Java 1.3 JRE, the JPEG encoder does not work without an X11 display/server. If you try to run a Java program from outside of X, you will get an exception trying to do something with opening up the X11 display. After a lot of searching and work, it came down to three...
  19. pcarver

    Using sendmail for my domain

    I have a registered domain X and want to use sendmail to store/retreive mail (currently useiMail on NT). I assume I can configure sendmail to get mail addressed to joe@X.com. I think I have to have a DNS MX record added for this (I guess I'll have my DNS folks do this). Questions...I just want...
  20. pcarver

    Hello. I'm a Java programmer and do

    Hello. I'm a Java programmer and don't have a lot of experience with the different types of Linux shells. Having a Java background, would anyone recommend a specific shell environment (mainly syntax that would be somewhat compatible with Java)? Thanks. /paul

Part and Inventory Search

Back
Top