search for: antid

Displaying 2 results from an estimated 2 matches for "antid".

Did you mean: anti
2002 Aug 30
1
confusing name mangling results
...erstand why I see inconsistent name mangling between Samba and Windows 2000. I am running: LINUX: smbd Version 2.2.1a on linux kernel 2.4.18 MAC: Mac OS 9.1; DAVE version 2.5.2 WINDOWS 2000 PROFESSION (ServicePack 2) According to the O'Reilly book, 'Using Samba', given a file named: antidisestablishmentarianism.txt According to 'Using Samba', it should mangle to: ANTID~E3.TXT This is what smbd 2.2.1a showed me (viewing the file name on the Mac with DAVE ): ANTID~7H.TXT This is what Windows 2000 showed me (viewing the file name on the Mac with DAVE ): ANTIDI~1.TXT I hav...
2012 Mar 28
2
retrieving module directory
Hi everyone, I have a puppet master/client infrastructure setup with apache. When on the same datacenter I don''t have any problem. I am trying to use another datacenter, so I setup the fileserver.conf as followed: # Files in the /path/to/files directory will be served # at puppet:///mount_point/. [modules] allow *.datacenter1 allow *.datacenter2 [plugins]