Search:

Type: Posts; User: shayno90; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. LAMPP AJAXRequest error on calling external XML page

    I am testing out AJAX request to get an XML page but it fails to retrieve the XML page (the url with XML content is accessible via the browser).

    How can I adjust the ajaxrequest to parse the XML...
  2. Re: openvassd: /usr/local/lib/libldap_r-2.4.so.2: no version information available (r

    I ended up fixing it.


    The ld library path can only be defined in ~/.bashrc
    and set to:
    export LD_LIBRARY_PATH=/usr/lib (instead of /usr/local/lib)
    ldconfig -v
    echo $LD_LIBRARY_PATH
    /usr/lib
  3. Guide to setting up BFF using VirtualBox on Ubuntu 10.04

    The Basic Fuzzing Framework (BFF) consists of two main parts:

    a Linux virtual machine that has been optimized for fuzzing
    a set of scripts and a configuration file that orchestrate the fuzzing...
  4. openvassd: /usr/local/lib/libldap_r-2.4.so.2: no version information available (requi

    Ok, my openvas4 has failed to rebuild the database for a few months now and troubleshooting it has failed to, have tried a few hacks but
    no luck.

    openvassd: /usr/local/lib/libldap_r-2.4.so.2: no...
  5. Replies
    1
    Views
    410

    [SOLVED] Re: Restore Ubuntu OS on hardware RAID 01

    I was able to reinstall Ubuntu using the 64bit live cd as the 32bit live cd was unable to read the way the RAID1 mapped the partitions.

    Make sure to use the correct live cd 32/64b bit depending on...
  6. Replies
    1
    Views
    410

    [SOLVED] Restore Ubuntu OS on hardware RAID 01

    Basically, I built a dual booting system based on Asus RAID 1 hardware, OS of Windows 7 and Ubuntu 10.04.

    Problem occurred when add Skype repository and package which corrupted update manager,...
  7. [SOLVED] Re: Failed Remmina setup in a firewalled network

    Solved it. Very simple issue with the client itself.

    Using TSclient or KRDC, (use RDP) in the connection settings do not enter any username or password as XRDP will
    prompt you for these in the...
  8. [SOLVED] Failed Remmina setup in a firewalled network

    On Machine A, I start Remmina (0.8.0) and created a VNC Incoming Connection profile. port 5900 was chosen, with a username and password. No changes under advanced or SSH. I start the profile and it...
  9. [ubuntu] Re: How to use truecrypt for multiboot encryption

    After upgrading Ubuntu 10.10 to 11.10 as it is no longer supported, the upgrade changed the boot loader.

    Hence, Truecrypt bootloader no longer boots by asking you for a password and Windows is not...
  10. Replies
    2
    Views
    959

    [SOLVED] Re: SLAD install issue with OpenSSL

    An update on the SLAD Installation, I have finally installed SLAD on the target machine however it was not a clean install.

    Following my issue with the package not downloading on the target/remote...
  11. Replies
    2
    Views
    959

    [SOLVED] Re: SLAD install issue with OpenSSL

    ISSUE 1
    Is resolved by doing the following:

    http://stackoverflow.com/questions/94445/using-openssl-what-does-unable-to-write-random-state-mean

    user@user:~$ sudo chown user:user ~/.rnd...
  12. Replies
    2
    Views
    959

    [SOLVED] SLAD install issue with OpenSSL

    I am attempting to install SLAD installer on Ubuntu 10.04 but have run into installation issues with setting up the RSA key and then try to load it into the SLAD installer as shown below:
    ...
  13. [SOLVED] Re: Portbunny 1.1.1 install issue related to Linux headers

    The file semaphore.h is not in the appropriate install directory, it is located in /usr/src/linux-headers-2.6.32-35-generic/include/linux instead of ...
  14. Replies
    7
    Views
    1,681

    [ubuntu] Re: FN and F4 keys don't toggle video output

    The HDMI connection works on the laptop when toggled through "Systems" --> "Monitors" but depending on the TV HDMI connection, the appropriate Linux graphics module may not work or the TV HDMI port...
  15. [SOLVED] Portbunny 1.1.1 install issue related to Linux headers

    Ran into an installation issue during the 'make' stage of the installation:

    root@user:/home/user/PortBunny-1.1.1# make
    make -C /lib/modules/2.6.32-35-generic/build M=/home/user/PortBunny-1.1.1...
  16. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    I finally managed to compile and install Xerces and Xalan together for Ubuntu 10.04 with some help from sevenmachines, do as follows:

    1.
    sudo apt-get source libxerces-c28
    sudo apt-get source...
  17. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    For xerces, you install as root hence this message:

    user@user:~/xerces-c-src_2_8_0/src/xercesc$ sudo make install
    [sudo] password for user:
    make -C util install
    make[1]: out of directory...
  18. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    Thanks for the advice sevenmachines, I downloaded the source file for xalan and was able to compile it without any errors.

    However I was trying to locate it in the following directories:

    ...
  19. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    Found an apparent patch here and applied it manually as many times when I ran the patch through the terminal some 'hunks' would not complete due to incorrect line numbers:
    ...
  20. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    I wasn't too sure if I would have to manually edit the 'xalandomsting.cpp' file myself. Had to do this a few times in the attempt to setup ovaldi with other packages. Amazed that xalan and xerces...
  21. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    Ok, I have downgraded to xerces-c-src-2.8.0 package due to this:

    http://sourceforge.net/apps/mediawiki/ovaldi/index.php?title=Build_notes

    "Tested on Solaris 11 Express, gcc/g++ compiler. This...
  22. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    Resolved the previous issue by exporting the library path before compiling

    ../../../bin/MsgCreator: error while loading shared libraries: libxerces-c-3.1.so: cannot open shared object file: No...
  23. Replies
    13
    Views
    4,126

    [SOLVED] Re: xml-xalan-c install issue Ubuntu

    Did a clean install and found the following errors upon "make":

    :~/xml-xalan/c$ make
    make -C src/xalanc all
    make[1]: out of directory `/home/user/xml-xalan/c/src/xalanc'
    Preparing the directory...
  24. Replies
    13
    Views
    4,126

    [SOLVED] xml-xalan-c install issue Ubuntu

    After running the commands below I think xml-xalan-c has not been built correctly:

    Download source:
    http://archive.apache.org/dist/xml/xalan-c/

    user@user:~$ export...
  25. [ubuntu] Network Connections Manager vs Networking interfaces file

    I have question regarding ubuntu network connections.

    If I add a static IP to :
    /etc/networking/interfaces
    and then restart it:
    /etc/init.d/networking restart

    The changes do not seem to take...
Results 1 to 25 of 53
Page 1 of 3 1 2 3