![]() |
![]() |
|
|
Compare Products, Prices & Stores For: COMPUTERS, COMPONENTS, COMPUTER ACCESSORIES, COMPUTER MEMORY, HARDWARE, INPUT DEVICES, NETWORKING, PDAs & MOBILE ELECTRONICS, SOFTWARE, STORAGE & MEDIA, DIGITAL CAMERAS, HOME AUDIO, TV& VIDEO |
|
|
|
|
#16
|
|||
|
|||
|
As for the dig thing, it seems the BSD dig in OSX doesn't have an option for TCP/UDP, so I had to go to the Debian-m68k box. My ISP's nameservers respond to both TCP and UDP, but my router only responds to UDP. This is useful to know, but somewhat irrelevant, because "no nameservers are responding" evidently doesn't mean that they don't respond, but that www.zirakzigil.net can't be resolved. |
|
#17
|
|||
|
|||
|
Quote:
Quote:
Quote:
nod, the "fix" only means that zirakzigil and google can't be resolved. One would think google would be cached. This isn't the perfect solution, but it cover all cases excepting the case where there is a hurricane in florida and google has disappeared from the internet radar. If I can reproduce the problem you speciified I will fix it. Last edited by Zirak; 09-06-2004 at 09:34 PM. |
|
#18
|
|||
|
|||
|
Quote:
Quote:
Quote:
|
|
#19
|
||||
|
||||
|
Symbolic links?
I seem to remember when I installed the original TCS, there were symbolic links between the module files in tcs/modules and tcs/modules/modules. No matter how I unpack this distribution (with tar or cpio), I don't get those links - I get two (or three) copies of the same modules in the various directories. Am I doing something wrong?
Thanks. |
|
#20
|
|||
|
|||
|
They're supposed to be hard links...
|
|
#21
|
|||
|
|||
|
It really doesn't matter if they are hard or soft links, I opted for hard. You can check to see if they are indeed hard links by checking that the inodes are the same for the two files. Alternatively you could edit one with a cosmetic change and then diff the 3 files. If there are no differences, they are hard links.
|
|
#22
|
|||
|
|||
|
Quote:
Quote:
Quote:
|
|
#23
|
||||
|
||||
|
Quote:
edit - does cygwin support hard links? I just did this Code:
ln appsrunning.sh test notedpad test (made a change) cat test cat appsrunning.sh Last edited by rung; 09-07-2004 at 02:29 PM. |
|
#24
|
|||
|
|||
|
Quote:
A symbolic link stores the actual path in the directory. There are 2 problems with symbolic links, first, the file could be deleted and leave the symbolic link orphaned, and second the system has to look up the name in the directory twice, first for the file you reference, and then for the file that the link references. Its less efficient. Symbolic links were created because it is impossible to hard link across file systems as they don't have the same directory. Note that windows and Mac OS has the same problem as symbolic links with their shortcuts and aliases. Quote:
Last edited by Zirak; 09-07-2004 at 03:43 PM. |
|
#25
|
||||
|
||||
|
Quote:
It's apparently a filesystem limitation... FAT doesn't support hard links, and the Cygwin developers knew that many people running Cygwin would have FAT drives. So they made "ln" fall back to "cp" on drives that don't support hard links. NTFS does support hard links, though, apparently: Code:
Lenroc@blackdragon /cygdrive/c $ date > base Lenroc@blackdragon /cygdrive/c $ ln base target Lenroc@blackdragon /cygdrive/c $ date >> target Lenroc@blackdragon /cygdrive/c $ cat target Tue Sep 7 12:54:24 USMST 2004 Tue Sep 7 12:54:32 USMST 2004 Lenroc@blackdragon /cygdrive/c $ cat base Tue Sep 7 12:54:24 USMST 2004 Lenroc@blackdragon /cygdrive/c $ cd /cygdrive/d Lenroc@blackdragon /cygdrive/d $ date > base Lenroc@blackdragon /cygdrive/d $ ln base target Lenroc@blackdragon /cygdrive/d $ date >> target Lenroc@blackdragon /cygdrive/d $ cat base Tue Sep 7 12:55:44 USMST 2004 Tue Sep 7 12:55:58 USMST 2004 Lenroc@blackdragon /cygdrive/d $ cat target Tue Sep 7 12:55:44 USMST 2004 Tue Sep 7 12:55:58 USMST 2004
__________________
Questions? Problems? "... and this is your computer on drugs. Any questions?"
|
|
#26
|
||||
|
||||
|
Quote:
TCS is now downloading and installing all the modules from zirakzigil.net Very cool. |
|
#27
|
||||
|
||||
|
XP SP2 and TCS Server w/ CYGWIN
I just updated XP to SP2. If you want to use the new XP firewall you will have to manually add the following programs to the exception list: portmap, rpc.nfsd, rpc.mountd and tclsh8.3. Once that is done, TCS works perfectly again.
|
|
#28
|
||||
|
||||
|
Quote:
Thanks. |
|
#29
|
|||
|
|||
|
No, this probably means that your DNS doesn't support TCP requests. Although most seem to support both TCP and UDP, some don't support TCP requests. You can verify that this is the issue using DIG (A windows version is available, google for it.)
Alternatively, you could google for a "public" DNS server, and test for TCP support with DIG. |
|
#30
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|