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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cmarchman

  1. cmarchman

    Table of Contents in DocBook

    I've got an xml file setup as a DocBook root of book with part and article tags. The problem is that I only want a table of contents for the whole book and not for the parts and articles. Is there a way of diabling this function? Thanks, cmarchman
  2. cmarchman

    Problems converting Master XML file into PDF

    I'm still really new to XML and I've run into a problem that maybe someone within this forum can help me with. The situation: I have created numerous xml templates for DocBook implementation and the individual templates will convert to HTML and PDF just fine. However, I have a "master" xml...
  3. cmarchman

    Image not mapping in Xinclude file call

    I've got this worked out. As long as the main xml and the included xml's are in the same directory, everything works fine. Thanks, cmarchman
  4. cmarchman

    Image not mapping in Xinclude file call

    I've got the following xml doc that produces the appropriate html output with the image displayed: ----------------code inserted------------------------------ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"...
  5. cmarchman

    Setting RC5 on server

    I know that the client end can choose to connect via RC5, but is there a setting on the Citrix Server to only allow RC5 encryption from the clients? The problem is most individuals are choosing the 40-bit encryption and we need to have it so that they have no choice but to use the 128-bit...
  6. cmarchman

    NMAP protocol file

    Does anyone know of a file that has a good listing of all of the ports that Windose uses that can replace the NMAP file it uses to report on the identity of discovered ports? The main file NMAP uses correlates with the IANA listing of most common ports, and if anyone has ever done an extensive...
  7. cmarchman

    Intel Pro/Wireless IPW2200BG on Fedora 3 install

    hidden75, Yes, this is the result of the 'make' command by itself. And yes, I am running as root. Thanks for catching that, I should have included that info in my original post. BTW, I was able to get it up and running using 'yum' to install everything, then used the network configuration...
  8. cmarchman

    Intel Pro/Wireless IPW2200BG on Fedora 3 install

    I'm having extreme difficulty trying to get the drivers and firmware installed for the Intel Pro/Wireless IPW2200BG card on my Toshiba Satellite running Fedora 3 2.6.12-1.1381_FC3. When I untar the driver and try "make", I get the following: make -C /lib/modules/2.6.12-1.1381_FC3/build...
  9. cmarchman

    Migrating CSA MC 4.5.1 Policies from one 4.5.1 to another 4.5.1 server

    Does anyone have experience in migrating the Groups/Policies/Rules/Hosts from one CSA MC 4.5.1 server to another CSA MC 4.5.1 server on a different network. I'm working with a client that has a System Integration (SI) environment which they conduct testing and directly mirrors the Production...
  10. cmarchman

    Nessus logging off user on scanner system

    peterve, Sorry it took this long to answer. The login.defs file does not have a TMOUT value set. Thanks, cmarchman
  11. cmarchman

    reading numerical or text strings in a pic file

    Does anyone have a tool or script that would be able to read a number or string from a jpg, gif, or any other graphic to place it into a variable? I'm looking to scan documents into my computer (namely auto manuals that have pictures of exploded views of various parts), then turn them into web...
  12. cmarchman

    Nessus logging off user on scanner system

    Has anyone ever encountered Nessus logging off from the scanner system (not rebooting). This has happened twice to me and it's taking a toll on bringing projects in on a timely manner. Here's the setup: I have a Toshiba Satellite 1.2 GHz CPU, 2 GB RAM, dual booted with Windoze XP (default...
  13. cmarchman

    cat file to ping

    Here's the situation: I'm trying to get the IP Addresses from the system names via a quick commandline script "cat file | while read line; do ping -c3 $line; done" I get ping: unknown host <system name in the file> However, when I do 'ping -c3 <system name in the file>' from the commandline I...
  14. cmarchman

    No data displayed from PHP script

    Problem solved. Here's the resolution that helped me out: It seems that the default build of Fedora Core 3 will implement the SELinux module that causes Apache to not recognize other programs until the proper permissions are setup between Apache and the connecting programs. I really didn't...
  15. cmarchman

    MySQL_queries not displaying on Browser

    Problem solved. Here's the resolution that helped me out: It seems that the default build of Fedora Core 3 will implement the SELinux module that causes Apache to not recognize other programs until the proper permissions are setup between Apache and the connecting programs. I really didn't...

Part and Inventory Search

Back
Top