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

  1. festus

    Linux install on hard drive with >1024 cylinders

    One easy fix to the original post is to create a seperate 1024 cylindar / partition and create seperate partitions for your data that span past the 1024th. As others have stated, this is actually a limitation of x86 and lilo, not Linux. This is a boot-strapping issue. No such problem with the...
  2. festus

    Red Hat Linux Y2K compliance

    While the Linux kernel is Y2K compliant, remember the utilities are coded independently. Linux is a community effort and not all tools are of the same quality as others. As long as your hardware is Y2K, modern Linux distributions will not have problems. Also, major corporatations, like mine...
  3. festus

    Cannot connect to using TCP/IP

    You might also check to see that you're network mask is correct. If you are subnetting, it can throw things off.
  4. festus

    Installed and can't get X window etc

    Most linux distributions come with Xconfigurator or X86config, etc. These are automated scripts that can help a lot. Also Redhat 5.2 autodetects very well. :)
  5. festus

    java can't find my class

    Another common gotcha is that the jvm usually gives this message when a dependent class is not in the CLASSPATH. Example: x extends y. You are trying to load x, but y is not available. The jvm will say x is not found....
  6. festus

    HOWTO Setup Linux Web, email servers

    The easiest place is the Linux Documentation Project.<br> <br> Many distributions, like RedHat, provide a mirror on the CDROM.<br> You can visit http://www.linuxhq.com for lots of links...
  7. festus

    Compatibility Issue

    I am running RedHat on the same processor with 128 MB<br> The processor wasn't the issue as much as the components.<br>
  8. festus

    Simple Distribution

    Thanks, will do
  9. festus

    Java, OS, PAM

    For OS level integrated flexible authentication the standard is Pluggable Authentication Modules ( PAM ). How can I do a PAM module in Java? Anyone?
  10. festus

    SQL Standard

    JDBC provides mappings for all kinds of stuff to the SQL standard datatypes. I develop against JDBC and test against Oracle and DB2. I am worried about portability. How do I do this stuff generic?
  11. festus

    Architecture Questions

    I am using Apache + Servlets + JDBC. Works great. Now, other than just SSL, what do I need to do to make it e-Commerce buzz word ready?
  12. festus

    Connecting to Oracle DB via SSJS using NS Enterprise for Netware

    I had the same problems. After two weeks, I switched to Java and JDBC. Much easier. Fully documented. Standardized. I should have tried it first...
  13. festus

    Simple Distribution

    For educational purposes, I am convincing myself to build a distribution. Anyone have any pointers on how to get started? I want to build one from scratch with just the Linux kernel ( I can<br> get from kernel.org ) and the GNU tools ( gcc, libs, etc. ) Any pointers?
  14. festus

    Red Hat 5.1 Kernel Compile

    This is true. And the default compilation from source doesn't work.<br> :^&lt;
  15. festus

    Linux to Sun NFS mount denied

    Actually, you are required to force it to re-read it's configuration files. You can just send it a HUP!
  16. festus

    Any recommendations for dynamic database publishing under Linux?

    No! Cold Fusion, etc. is closed. Use the Standards!<br> Use Apache + Jrun(Java Servlets) + JDBC + Database.<br> <br> Pros: Fast, Cool, Open, Stable, Works, Extensible.<br> Cons: Techie Required, Java Knowledge.<br>
  17. festus

    Spurious? NFS error message

    I had this happen once, when Reverse DNS was not working. If you<br> are using NIS, you might have other problems...
  18. festus

    ASP for Apache/Linux/RedHat ?

    No, but there are great Java Servlet Engines. Stable enough to run entire multi-tier heavy load sites.

Part and Inventory Search

Back
Top