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

  1. IRudebwoy

    Port Redirect and Apache Virtual Server Directive

    Try this, as documented here. ProxyPass /app ajp://backend.example.com:8009/app Good luck...
  2. IRudebwoy

    Error message [Wed Mar 06 09:08:59 2013] [debug] mod_so.c(328): loaded file C:\\Program Files (x86)\

    Remove the first occurrence of </IfModule>. I assume that's the issue mentioned at line 138, which is the last </IfModule> statement without a matching <IfModule>.
  3. IRudebwoy

    root user changed to Init cap by mistake

    A quick solution will require some downtime. Boot a livecd or the rescue cd and change the file back to the original.
  4. IRudebwoy

    Windows 7 connecting to Samba share - permissions

    Make sure the filesystem has the appropriate permissions to allow access. The dlm group should have permissions on the filesystem set to (rwx) for full access.
  5. IRudebwoy

    CentOS6/RH6 kickstart %post script to configure network?

    Forrie, The whole point of a kickstart install is to be hands off. Get the correct info for your systems and use a separate ks file for each system. You can use command-line options on a generic media to specify the ks file to use, which can be provided via HTTP, NFS, FTP, or CIFS. Or...
  6. IRudebwoy

    Win client can't open shares on Linux

    Make sure you have the proper file system permissions set on the Linux server.
  7. IRudebwoy

    Active Directory - Like - solution for Linux Server?

    Samba with OpenLDAP. It's pretty in depth to set up. You need a lot planning and testing to make it work effectively when deployed. It's not hard to implement but you need to understand how the Windows environment works and what you need to do on the Linux side to provide a similar framework...
  8. IRudebwoy

    Model name

    If the package dmidecode is installed... dmidecode -s system-product-name
  9. IRudebwoy

    DHCP Subnet

    Why do you have the same range defined twice? I'd remove the pool section unless you're selectively defining options for your clients. And, most importantly, I'd put the authoritative statement outside the subnet section as a global statement.
  10. IRudebwoy

    Clone drive

    Is the array made with mdadm? Try this as root cat /proc/mdstat to get some info on it. You can look here to help you decode it or paste it here for some help.
  11. IRudebwoy

    Clone drive

    Is it a hardware raid or software?
  12. IRudebwoy

    open port question

    Your hosts file is standard but what was being put forth by Annihilannic is Sybase has a configuration file somewhere on the file system that tells the listener to bind itself to the loopback address instead of the network address.
  13. IRudebwoy

    We laid you off, but need your help.

    @lespaul - Right On! I haven't noticed any others but from the Geography link at the bottom of the left hand side it looks like there are a few from New Mexico.
  14. IRudebwoy

    New to this thread

    Looks pretty dead to me. One posting per month with one or no replies? I'd say it's dead. I think you will get better help on the OS specific forums.
  15. IRudebwoy

    Multiple networks on a single Linux Server (routing)

    Well, for ssh, look at your config file. Probably located at /etc/ssh/sshd_config and look for a line like so... ListenAddress 0.0.0.0 It could be commented out but if it looks like the one above it is listening on all address bound to the machine. If not, it will listen to only to the...
  16. IRudebwoy

    We laid you off, but need your help.

    @lespaul New Mexico, USA. West of Albuquerque. The AT&T commercials are correct, they service 97% of Americans. But what happens if you're in the other 3% ? Verizon, west from Albuquerque to the AZ state line with few interruptions.
  17. IRudebwoy

    We laid you off, but need your help.

    Happened to me 6 months ago. Long story short, I volunteer my time for some perks. The company I worked for is shutting down and I still have my keys to the building. I give them my time (within reason) for internet access. They have an active DS3 circuit (don't ask) while at home the only...
  18. IRudebwoy

    Can I login to 2 servers at once?

    Are both servers under the same eDir tree? If yes, map another drive to desired share. If no, use the "Super N" in the system tray to log into the other eDir tree.
  19. IRudebwoy

    Suse Enterprise Server 9

    There is also a recover option which may help when booting from the LiveCD.
  20. IRudebwoy

    The supervise command

    man supervise or read this

Part and Inventory Search

Back
Top