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 Chriss Miller 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: tobyheywood
  • Content: Threads
  • Order by date
  1. tobyheywood

    PHP & LDAP - The mystery of the $data array()

    Hi, I'm working on a small php script to add, remove and modify data held in an LDAP directory. I can connect and bind OK to the LDAP Directory, and I can remove data successfully, however I am unable to add data. When I submit the data via a web page form I get an error 17 message saying...
  2. tobyheywood

    EXT3 Performance

    Hi, I recently bought a Samsung X11 Laptop, with 80GB SATA HD (5400RPM), 1GB RAM and install Slackware Linux 11.0 I found that formating the main partition took approximately an hour (it's a 60GB primary partition). After a X number of mounts, fsch kicks in automatically and proceeds to take...
  3. tobyheywood

    Manage Database Sizes

    Hi, I've been googling for a while now and can't find what I'm looking for. Is there a standard way of managing database sizes, for example placing a database size limit and enforcing that. Obviously this can be done on a per user basis with quotas on the linux fs, but surely this would mean...
  4. tobyheywood

    AIX and Default Gateways

    Hi, I have just inherited a AIX 5.2 system which when rebooted appears to reinstate gateways for subnets which no longer exist. Can anyone point me in the dirrection of some useful information. So far reading the manual has not really proved helpful but mind numbing. I'm not sure if the...
  5. tobyheywood

    Active Directory & Environment Variables

    Hi, I'm currently investigating using the MS Office Custom Installation/Maintenance Wizard to rollout a new Outlook Profile to 60+ users. Can anyone tell me if there is a way to pull the users First and Last names from Active Directory and to place them in environment variables so that they...
  6. tobyheywood

    automating tasks at set intervals

    Dear all, I am in the process of developing a script to upload images to a web server (via FTP) from a PC running 1 or more web cams. FTP side of things sorted. I'm now trying to work out the best angle to approach automating the uploading of images at a set interval. My intended route so...
  7. tobyheywood

    ftp_put - adsolute path or relative

    Hi all, I'm in the process of creating a script which will be used to upload an image from a webcam every 5-10 seconds to our web server. The script so far works when I run the script from within the same directory as the file I want to upload, but not when I run it from my home directory. I...
  8. tobyheywood

    Slackware 10.1 Server Hangs When large amounts of...

    Dear all, I have a SuperMicro server (P4, 1GB RAM, 1TB SATA HDD using RAID 5). OS is Slackware 10.1 with kernel 2.6.13.2. For some unknown reason, whilst connected via SSH if I were to perform a directory list starting from / or maybe extract a tar file verbosely it will output a certain...
  9. tobyheywood

    iptables & DNAT

    Hi, I have two machines, box 1 used as a gateway to the Internet and box 2 amongst other things is being used to provide remote video monitoring by way of a webcam or two. In additional ADSL connection with single public IP. Now on the internal network I can access box 2 no problems, and I...
  10. tobyheywood

    EREG()

    Hello, The follow snippet of code is (was) used to check for carriage returns (\r) and newlines (\n) in an email address entered by a user. For some reason this now always evaluates $efrom as containing a \r or \n. I see no reason why the form data would contain these and am hoping someone can...
  11. tobyheywood

    Troubleshooting NIC Issues

    Hi, I have a SuperMicro 1U server with 2x Broadcom 1000MB NICs. I'm using Slackware 10.1 and kernel 2.6.8.11, with BCM5700 (version 8.1.3) patched into the kernel. I have recently begun to experience connectivity issues to the server, which happen a few times a day. However the pattern which...
  12. tobyheywood

    System Monitor Tools

    Hi all, Can anyone recommend any system monitor tools, which will provide email based notifications of log in attempts and general server health? Regards T Toby Heywood http://www.tobyheywood.co.uk/
  13. tobyheywood

    POST Variables + and loops

    Hi folks, I am creating a form on a web page which contains (initially) a users details. From here the user is able to alter any of the details they wish, such as name, address, etc. I am using the following code but am experiencing problems. I'm sure it is something simple but... I sure...
  14. tobyheywood

    Virtualisation

    I'm looking at the different OSS projects which provide Virtual Hosts on Linux. The one's I'm aware of so far are; http://www.linux-vserver.org/ http://www.freevps.com/ http://user-mode-linux.sourceforge.net/ Can anyone place recommendations based of ease of use and continued maintainability...
  15. tobyheywood

    Redirection

    Hi folks, I'm in the process of writing PHP based portal, and would like to know what peoples opinions are when it comes to redirecting a visitor to another page when a user name and password have been matched. I am thinking of using a meta refresh with o seconds to redirect if the user/pass...
  16. tobyheywood

    Remote Management Solution - Recommendations

    Hi all, I looking for an internal remote management board which I could use to access my linux box at the hosting facility. I would like to be able to access/see the initial start-up screens alter the bios if need be, etc. I would love to know what you are using and what you think of any...
  17. tobyheywood

    Date Comparison

    Dear All, I am in the process of writing a small bit of code, which will look at a date pulled in from a MySQL database and then compare it with the current date. now I am a little unsure as to which will be the best route to take; should I do the date comparison using PHP or should I alter my...
  18. tobyheywood

    Slackware 10.0 - Mail

    Just begun messing around with slackware 10.0 and it would appear as though the standard mail program is missing from the distribution. Is mail not a standard program on all versions of linux? Can anyone suggest where I can get the mail program from? Thank you in advance and sorry for the...
  19. tobyheywood

    forwarding network traffic

    Below is a brief diagram of the network i amin the process of setting up router public ip | | ---------public ip | | | ********** ************ * Router * * Server *---10.x.x.x ********** ************ | |...
  20. tobyheywood

    BIND 9.2.1 - Reverse Lookup???

    My problem is a trivial one both one which is causing the loss of a large quantity of hair from on top of my head. When I make a ssh connection to my primary RH9 server for sum reason it would appear as though reverse lookup isn't working as far as the login program is concerned and iptables is...

Part and Inventory Search

Back
Top