From George.Nussbaum at l-3com.com Wed Aug 3 16:39:22 2011 From: George.Nussbaum at l-3com.com (George.Nussbaum at l-3com.com) Date: Wed, 3 Aug 2011 12:39:22 -0400 Subject: Remove ehci_hcd Message-ID: After removing the module did you run a 'depmod -a'? -------------- next part -------------- An HTML attachment was scrubbed... URL: From sam.peng at foxconn.com Fri Aug 5 06:01:41 2011 From: sam.peng at foxconn.com (sam.peng at foxconn.com) Date: Fri, 5 Aug 2011 01:01:41 -0500 Subject: Sam Peng/USA/FOXCONN is out of the office. Message-ID: I will be out of the office starting 07/18/2011 and will not return until 08/12/2011. Iwill be out of office during 7/18/11 to 8/12/11. If there is any production support need, please contact my back up Allen Lin ( allen.y.lin at foxconn.com ). Regards, Sam Peng Foxconn CMMSG NA IT - COI, CA US Office# 17145253688*8124 , VoIP# 520-6459 US Mobile# 17148634015 IM: sjpeng at hotmail.com From bret_stern at machinemanagement.com Thu Aug 11 02:00:04 2011 From: bret_stern at machinemanagement.com (Bret Stern) Date: Wed, 10 Aug 2011 19:00:04 -0700 Subject: ssh/putty Message-ID: <1313028004.11110.6.camel@fedora13> When I ssh into a remote host with putty from Fedora 13, I get an "access denied" message but still connect. When I ssh into the same remote host with putty from WindowsXP, I DO NOT get an "access denied" message but still connect. Is there something in the putty client that needs setting? Thanks all From ricks at nerd.com Thu Aug 11 17:07:57 2011 From: ricks at nerd.com (Rick Stevens) Date: Thu, 11 Aug 2011 10:07:57 -0700 Subject: ssh/putty In-Reply-To: <1313028004.11110.6.camel@fedora13> References: <1313028004.11110.6.camel@fedora13> Message-ID: <4E440C6D.8060105@nerd.com> On 08/10/2011 07:00 PM, Bret Stern wrote: > When I ssh into a remote host with putty from Fedora 13, I get an > "access denied" message but still connect. > > When I ssh into the same remote host with putty from WindowsXP, I DO NOT > get an "access denied" message but still connect. > > Is there something in the putty client that needs setting? Check to see if you're trying to forward X11 ("ForwardX11 yes" in the "/etc/ssh/ssh_config" file) on Fedora. If so, that may be the cause of the message if X isn't allowed by the remote host or it doesn't have X installed. You can also check /var/log/secure on the remote host to see what it doesn't like. putty for Windows can't do X11 forwarding as Windows doesn't have an X11 server. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, C2 Hosting ricks at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - We have enough youth, how about a fountain of SMART? - ---------------------------------------------------------------------- From bret_stern at machinemanagement.com Thu Aug 11 17:26:06 2011 From: bret_stern at machinemanagement.com (Bret Stern) Date: Thu, 11 Aug 2011 10:26:06 -0700 Subject: ssh/putty In-Reply-To: <4E440C6D.8060105@nerd.com> References: <1313028004.11110.6.camel@fedora13> <4E440C6D.8060105@nerd.com> Message-ID: <1313083566.2264.6.camel@fedora13> On a tip from Mr. Nussbuam. You need to uncheck the GSSAPI options under SSH/Auth and make sure you save it. Solved the problem. Thanks Rick and all On Thu, 2011-08-11 at 10:07 -0700, Rick Stevens wrote: > On 08/10/2011 07:00 PM, Bret Stern wrote: > > When I ssh into a remote host with putty from Fedora 13, I get an > > "access denied" message but still connect. > > > > When I ssh into the same remote host with putty from WindowsXP, I DO NOT > > get an "access denied" message but still connect. > > > > Is there something in the putty client that needs setting? > > Check to see if you're trying to forward X11 ("ForwardX11 yes" in the > "/etc/ssh/ssh_config" file) on Fedora. If so, that may be the cause > of the message if X isn't allowed by the remote host or it doesn't have > X installed. You can also check /var/log/secure on the remote host to > see what it doesn't like. > > putty for Windows can't do X11 forwarding as Windows doesn't have an > X11 server. > ---------------------------------------------------------------------- > - Rick Stevens, Systems Engineer, C2 Hosting ricks at nerd.com - > - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - > - - > - We have enough youth, how about a fountain of SMART? - > ---------------------------------------------------------------------- From mccarty at yournetguard.com Wed Aug 17 14:47:57 2011 From: mccarty at yournetguard.com (Ronald McCarty) Date: Wed, 17 Aug 2011 09:47:57 -0500 Subject: Kickstarting CentOS 6 Message-ID: I've got two questions concerning the installation of CentOS6: 1) Has anyone kickstarted CentOS 6 successfully? 2) What is the complete path for the url --url parameter? Should it point to the "root" directory containing all the files and directories from the DVD media, or should it point to a subdirectory? I've tried the various permutations with no luck. The error I am getting is "Cannot retrieve repository metadata (repomd.xml). I'm running tcpdump and see the fetching of the kickstart.ks file (called centos6.ks in my case), so I have networking and security set up correctly. I've also got all the files owned by the web server user (apache) and they are readable when viewing via a web browser. Any insight is appreciated. -- --ron Ronald McCarty 972-310-8825 Your Net Guard *IT is our business . . .* *. . . make it part of yours.* -------------- next part -------------- An HTML attachment was scrubbed... URL: From csieh at fnal.gov Wed Aug 17 15:18:14 2011 From: csieh at fnal.gov (Connie Sieh) Date: Wed, 17 Aug 2011 10:18:14 -0500 (CDT) Subject: Kickstarting CentOS 6 In-Reply-To: References: Message-ID: On Wed, 17 Aug 2011, Ronald McCarty wrote: > I've got two questions concerning the installation of CentOS6: > > 1) Has anyone kickstarted CentOS 6 successfully? > 2) What is the complete path for the url --url parameter? Should it point > to the "root" directory containing all the files and directories from the > DVD media, or should it point to a subdirectory? I've tried the various > permutations with no luck. > > The error I am getting is "Cannot retrieve repository metadata (repomd.xml). > I'm running tcpdump and see the fetching of the kickstart.ks file (called > centos6.ks in my case), so I have networking and security set up correctly. > I've also got all the files owned by the web server user (apache) and they > are readable when viewing via a web browser. > > Any insight is appreciated. > > Maybe you should ask this on the centos mailing list. -Connie Sieh From celawrence at lbl.gov Wed Aug 17 18:02:56 2011 From: celawrence at lbl.gov (chuck lawrence) Date: Wed, 17 Aug 2011 11:02:56 -0700 Subject: looking for wubi-like tool for centos/fedora/redhat Message-ID: <4E4C0250.60008@lbl.gov> hello, I've had various multi-boot systems over the years. just bought a new laptop that will be shared with a windows-only user, so I don't want to muck around as much as I might otherwise. I discovered wubi ( /*W*indows-based *UB*untu *I*nstaller/) for ubuntu. is there a similar tool for a redhat equivalent (I'm guessing fedora would be best)? adv(thanks)ance -------------- next part -------------- An HTML attachment was scrubbed... URL: From ricks at nerd.com Tue Aug 23 17:57:45 2011 From: ricks at nerd.com (Rick Stevens) Date: Tue, 23 Aug 2011 10:57:45 -0700 Subject: looking for wubi-like tool for centos/fedora/redhat In-Reply-To: <4E4C0250.60008@lbl.gov> References: <4E4C0250.60008@lbl.gov> Message-ID: <4E53EA19.2090401@nerd.com> On 08/17/2011 11:02 AM, chuck lawrence wrote: > hello, > > I've had various multi-boot systems over the years. just bought a new > laptop that will be shared with a windows-only user, so I don't want to > muck around as much as I might otherwise. I discovered wubi ( > /*W*indows-based *UB*untu *I*nstaller/) for ubuntu. is there a similar > tool for a redhat equivalent (I'm guessing fedora would be best)? > > adv(thanks)ance If you like wubi, use it. All the multiboot thing is going to do is pass control to the grub loader to boot the Linux OS. grub is the same between Ubuntu and CentOS (or RedHat or Fedora). Personally, I just use grub itself. It's capable of chainloading Winblows. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, C2 Hosting ricks at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - "How does that damned three seashell thing work?" - - - Sylvester Stallone, "Demolition Man" - ----------------------------------------------------------------------