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 Mike Lewis 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: *

  1. pilgie

    cdecl and stdcall issues + LibSpotify API

    I've been playing with the spotify library windows which comes with: LibSpotify.lib LibSpotify.dll Libspotify.api I would like to use the library within a current project that uses the standard cdecl calling convention. Ths spotify library seems to be using the stdcall calling convention and...
  2. pilgie

    Webdav connection / fsockopen

    Thanks! My fsockopen code looks like this: $this->_fp = fsockopen ($this->_server, $this->_port, $this->_errno, $this->_errstr, $this->_socket_timeout); How can I specify the path after the port number?
  3. pilgie

    Webdav connection / fsockopen

    Hi, I am trying to open a socket using fsockopen. I need to open a socket to: https://example.co.uk:9449/dev/luke is it possible to do this with fsockopen? I am using a webdev class that does not take into consideration the path after the port number. Am I being silly and missing something...
  4. pilgie

    CreateProcess - Unhandled exception??

    Hi all, When running the following I recieve an unhandled exception error - I am running against the Unicode character set, could this be causing the error? SECURITY_ATTRIBUTES sa = { sizeof(SECURITY_ATTRIBUTES) }; sa.bInheritHandle = TRUE; sa.lpSecurityDescriptor = NULL; HANDLE...
  5. pilgie

    Arcserve backup fedora core 6

    Hi, Has anyone been able to get Arcserve to connect to the client agent on a Fedora core 6 server? The agent installs fine with no errors but fails to connect with a 'Connection Lost' error. Any advice appreciated.
  6. pilgie

    Two default routes - depending on interface?

    Ok thabks for your reply - I'd just like to re-iterate - please bear with me as I am new to this! What I have is two sub interfaces. all packets coming in on sub interface 1 will use default gateway xxx.xxx.xxx.xxx and all packets comning in on subinterface 2 will use the gateway...
  7. pilgie

    Two default routes - depending on interface?

    Hi, I would like to know if it is possible to have two default routes on a router? I would like to have a default route set depending on what interface the packet came in on? Is this possible? Any advice appreciated! Thanks, Pilgie.
  8. pilgie

    Winbind - Console login

    Hi all, I've just setup my linux server to authenticate against my Wk3 domain but I'm having some problems. I have setup winbind and can successfully run 'wbinfo -u' and recieve the user list. I cna also su -NTUSER to a domain account. I cannot login from the main console using a domain...
  9. pilgie

    Connection Lost - Retry - F5

    Hi, I have been running Arcserve for a while now backing up a number of 2003 servers and Fedora Core 4. I recently upgraded a couple of my Linux servers to FC5 and installed the client agent - But when I try to connect up to the servers I continually recieve a 'connection lost do you want to...
  10. pilgie

    Removing Cisco tagging

    Thanks for the info.
  11. pilgie

    Removing Cisco tagging

    Hi, I have a cisco 2950 which is part of a VTP domain so therefore tags all frames. I need to remove all tagging from packets leaving port 21 as the frames are confusing the switch at the switch at the other end. any advice on this greatly appreciated. thanks in advance. Pilgie!!
  12. pilgie

    COMPILE ERRORS

    Hi, I'm hoping someone can help me out......:o) I'm trying to install zaptel-1.2.6, which is a part of the PBX Asterisk, on Fedora Core 5. When running make I recieve the following error: make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-x86_64' CC [M]...
  13. pilgie

    Installing Kernel Source

    Hi, I am trying to install Asterisk on Fedora Core 4 but recieve the following error when running 'make': You do not appear to have the sources for the 2.6.11-1.1369_FC4smp kernel installed. How do I go about installing the kernel source? where does it have to go etc. I am a little new to...
  14. pilgie

    Automatically clear and save event logs

    Just testing this on my home PC which runs XP. But I recieve an invalid character error at line 1. Will it only run on 2003. Or do i need to install something for it to run?
  15. pilgie

    Automatically clear and save event logs

    Thank you very much ******
  16. pilgie

    Automatically clear and save event logs

    Hi, I am looking for a way to automatically clear and save the event logs to a file server. Has anyone come across a tool to do this? Or has anyone done this in the past? Any help appreciated. Regards, Luke.

Part and Inventory Search

Back
Top