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 TouchToneTommy 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: cmarchman
  • Content: Threads
  • Order by date
  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 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"...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. cmarchman

    No data displayed from PHP script

    I've done the searching and even in the "View Source" the results do not show up. When I run the script from the command line the results look fine, no errors. The browser is Mozilla running on Fedora 3. The code: <?php $command = "/usr/bin/mysql -u root -pxxxxxxxx < mydbtest.txt | sed...
  12. cmarchman

    PHP MySQL function problems

    Here's what was posted on the MySQL forum and discovered that it was a PHP problem. Below is the posting: cmarchman (Programmer) 15 Apr 05 13:12 Hi. I have a problem with a Fedora Core 3 server build running Apache 2.0.52-3, PHP 4.3.9-3, MySQL-server 3.23.58-13. It also has the...
  13. cmarchman

    MySQL_queries not displaying on Browser

    Hi. I have a problem with a Fedora Core 3 server build running Apache 2.0.52-3, PHP 4.3.9-3, MySQL-server 3.23.58-13. It also has the php-mysql-4.3.9-3 installed. The problem - bringing up Mozilla browser on localhost (for testiing purposes) the index.php page displayes fine, except the...
  14. cmarchman

    Apache not starting up

    Hi, I've seen several postings concerning Apache startup problems, but I have not been able to see one regarding these issues. When I attempt to start Apache I've received an error of Invalid command 'Order' probably mis-spelled ... I then went into httpd.conf and un-commented almost all of...
  15. cmarchman

    DBI error question

    I've got a program that is operating as it should, with one exception: When the script completes I receive the following error; Driver has not implemented the disconnect_all method. at /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBI.pm line 575 END failed--call queue aborted. Can anyone explain...
  16. cmarchman

    Help with getting data into MySQL with DBI

    Here's the situation: I've got a file that has been arranged in the following manner; Session|http://xxx.xxx.xxx.xxx:80/<directory>/<etc.>/|xxx.xxx.xxx.xxx/80 (this is on a single line) Issue|3508|IP Disclosure|20|<summary of issue>|<execution of issue>|<implication of issue>|<solution to...
  17. cmarchman

    Help with importing data

    Here's the situation: I've got a file that has been arranged in the following manner; Session|http://xxx.xxx.xxx.xxx:80/<directory>/<etc.>/|xxx.xxx.xxx.xxx/80 (this is on a single line) Issue|3508|IP Disclosure|20|<summary of issue>|<execution of issue>|<implication of issue>|<solution to...
  18. cmarchman

    Converting XML to MySQL

    Okay, I've searched thru the forum and I am unable to see this one addressed. First, let me say that this is a great forum to get ideas and suggestions for MySQL. In fact, the whole site is very useful. Now with the sucking up out of the way - on to the issue. I am attempting to convert some...
  19. cmarchman

    Using AWK to pull multiple values

    I've had some help with this in the past and it has proven to be of great aid to me, so any pointers in the right direction will be very appreciated. I've got an XML file that contains various 'tagged' entities and I would like to separate those entities into fields. example -...
  20. cmarchman

    grep, awk, egrep ...

    Here's the problem: I've got a large .xml file that has many different <tags> within a single line, however some of the data between the <tags> have line spacing in them. Some sample <tags> are; <VulnerabilityID></VulnerabilityID><Severity></Severity><Summary>...

Part and Inventory Search

Back
Top