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 Wanet Telecoms Ltd 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 chriseubank

  1. chriseubank

    How do I configure Solaris to use a dynamic IP address

    touch /etc/dhcp.<interface> where <interface> = something like hme0, bge0, e1000g0, etc then reboot
  2. chriseubank

    Solaris 11 AD Integration - cannot find domain controller

    Might want to post your smb.conf file too. Suspect you don't have "password server = " defined, and "use kerberos = yes"
  3. chriseubank

    can telnet to port 25 using local host, not IP address

    Try what this guy did: http://www.gotroot.com/tiki-view_forum_thread.php?forumId=26&comments_parentId=582 Most ISP's block port 25 to avoid having blacklisted hosts on their subnets. HTH, C
  4. chriseubank

    Wireless LAN Card, freezes Laptop when inserted

    Shifo, fix that link please it seems to be broken :) Totally curious still whether this will fix your problem vacunita.. I'll cross my fingers for you :) This has been an entertaining thread to watch.
  5. chriseubank

    Wireless LAN Card, freezes Laptop when inserted

    Do you have the most recent BIOS installed in your Presario 2100? http://www.techsupportforum.com/archive/index.php/t-40997.html See that thread, it speaks of some sort of bug that affects USB 2 and cardbus issues.. perhaps you're experiencing the same thing, on a different scale? Hope this...
  6. chriseubank

    Third Cron Line not Running

    Yep.. pcunix, you're most likely right.. permissions on your script need to be executable for world. Either that or assign a specific group to the executable that "root" belongs to, and chmod 750 C
  7. chriseubank

    Removing items from System Tray

    Whoops ignore that... that's not a 2000 thing
  8. chriseubank

    Removing items from System Tray

    You can go start-->run-->type "msconfig" too. For some people it's a little safer. C
  9. chriseubank

    ***NETGEAR*** my router exploded

    I would update your drivers, good sir. :)
  10. chriseubank

    Wireless LAN Card, freezes Laptop when inserted

    Get a magnifying glass out and check the pins in your PCMCIA slot.. Scream loudly when you find a bent one :) I'm all the way in Canada so you'll have to be at least 3500dB HTH, C
  11. chriseubank

    Third Cron Line not Running

    yeah, create a shell script EG: #!/bin/bash env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco2500.cfg --logging /var/log/mrtg.log & etc etc... Then point your cron job at the shell script you just created HTH! C
  12. chriseubank

    Win2000 server desktop locked up?

    the button you want to use is "new task", and enter "explorer". HTH, C
  13. chriseubank

    Opening Firewall Ports in Red Hat

    iptables newbs might benefit by using Webmin's interface..
  14. chriseubank

    Third Cron Line not Running

    put the lines in a script and have only one entry? Are you sure that you're waiting for the 6th minute to check to see if it ran or not? I notice they are /5 /5 and /6 HTH, C
  15. chriseubank

    Copy file from windows to linux?

    If you need to do anything with windows, do yourself a favour and install and configure Samba. HTH, C

Part and Inventory Search

Back
Top