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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HeyZuess

  1. HeyZuess

    DNS problem

    check /etc/resolv.conf and if it doesn't exist put in something like: domain yourdomain.com
  2. HeyZuess

    How to upgrade the kernel of RH 7.3?

    http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-kernel.html
  3. HeyZuess

    Where is the RAW print queue data

    Depends on where you specified the spool directory to be in the config file. could be in /var/spool/lpd
  4. HeyZuess

    rc3.d doesn't work rh7.3 graphic mood

    add them to rc5.d - that is the script that gets executed for runlevel 5 (X, or graphical). there's an rcN.d file for each runlevel, with N being the runlevel.
  5. HeyZuess

    Samba and Internet Connection Sharing

    Ipchains? eek, get a newer version of your favorite distro and use iptables! :-) The router is easier, but if you have an old box not doing anything that works just dandy too. Everything you want to do can be done, check the Howto's at http://www.tldp.org
  6. HeyZuess

    Script to compare file size before execution

    Not sure exactly, but I would think the logic for what you are asking would be something like this: get filesize1 sleep 10 get filesize2 does filesize1 == filesize2? if yes move it. else exit.
  7. HeyZuess

    Linux Mail Server

    You might want to peruse the linux documentation project website: http://www.tldp.org specifically here: http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
  8. HeyZuess

    Sychnosizing web servers

    I think their website is probably the best resource for documentation available.
  9. HeyZuess

    Sychnosizing web servers

    Maybe rsync: http://master.samba.org/rsync/ you might have to manually set it up - know nothing about Plesk.
  10. HeyZuess

    Where do I put my cron jobs

    at the prompt type "man crontab" and "man cron" - everything you need is in there.
  11. HeyZuess

    Max. Folder

    Like Morsing suggested above, I'd look at the number of inodes on the filesystem. That's the only thing I've ever heard of limiting the number of files or directories.
  12. HeyZuess

    MySQL and PHP problem

    no, php looks for the mysql lib and include files that are already compiled. but yes, all this included in the INSTALL files and on their websites which have excellent documentation on this.
  13. HeyZuess

    MySQL and PHP problem

    I'm not sure. in the past i've always compiled apache with php and mysql support, but recently i've setup 4 or 5 redhat servers using their rpms for everything and didn't do anything special to get it working. that mysql directory was correct for the person who compiled php. do you have the...
  14. HeyZuess

    error trying to install ssl

    i wouldn't downgrade openssl. big mistake there. what are the exact files that you are missing? you can also check http://www.rpmfind.net to see what rpms provide those files. you might just have to create a symlink to another file too.
  15. HeyZuess

    Kerberos V4 krb_mk_req failed: You have no tickets cached

    looks like wuftpd is trying to use kerberos for it's authentication mechanism. not quite sure how to tell it not to, because one of the first things i did after loading rh8 was to remove all of wuftpd and install pro-ftpd (http://www.proftpd.org).

Part and Inventory Search

Back
Top