[CentOS] Bridging wifi with Centos6/kvm
1.. Is it even possible? Every example I've seen has bridged eth* rather wlan*. 2.. If it helps here are my scripts: $ more /etc/sysconfig/network-scripts/ifcfg-wlan0 ESSID="snip" MODE=Managed KEY_MGMT=WPA-PSK TYPE=Wireless BOOTPROTO=dhcp DEFROUTE=yes PEERDNS=yes PEERROUTES=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no NAME=wlan0 UUID=2b508481-ec01-4311-8903-af7aaeb9879d ONBOOT=yes BRIDGE=br0 $ more /etc/sysconfig/network-scripts/ifcfg-br0 DEVICE=br0 TYPE=Bridge BOOTPROTO=dhcp ONBOOT=yes DELAY=0 I've never done vm bridging in kvm so if there's something obvious I'm missing I'm not seeing it. Thx, - Joe ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] LCD blanks out overnight
I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2 on it. It worked fine for the most part, but when I left it overnight and came back the next morning, the screen blacked out and wouldn't come back unless I did a hard reset. Even though I turned off all the power management settings and left it set like a desktop, the next morning after that it still blacked out. I thought maybe it'd come back if I switched from X to a virtual text console, but that didn't do the trick. Has anyone seen this and what do I do to fix it? tia, - Joe _ Stay up to date on your PC, the Web, and your mobile phone with Windows Live. http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
RE: [CentOS] LCD blanks out overnight
Yeah I tried that too but no luck. I know the Fn button works since I'm always able to pop open the DVD tray. > Date: Tue, 9 Sep 2008 08:53:13 -0500 > From: [EMAIL PROTECTED] > To: centos@centos.org > Subject: Re: [CentOS] LCD blanks out overnight > > hmmm, usually ctrl-alt f1 would fix this. Sine that isn't working, > have u tried switching to external vga and back. That did the trick > for me on Dell Latitude C610's. > > On 9/9/08, Joe Tseng <[EMAIL PROTECTED]> wrote: > > I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2 > > on it. It worked fine for the most part, but when I left it overnight and > > came back the next morning, the screen blacked out and wouldn't come back > > unless I did a hard reset. Even though I turned off all the power > > management settings and left it set like a desktop, the next morning after > > that it still blacked out. I thought maybe it'd come back if I switched > > from X to a virtual text console, but that didn't do the trick. Has anyone > > seen this and what do I do to fix it? > > > > tia, > > > > - Joe > > > > _ > > Stay up to date on your PC, the Web, and your mobile phone with Windows > > Live. > > http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/ > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos _ Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie. http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
RE: [CentOS] LCD blanks out overnight
I know my laptop didn't crash because I'm able to put it into suspend mode. Thanks for the tip; I'll try it out. I also changed my BIOS and told it to disable power savings when plugged in. Maybe one of the two will help... > Date: Tue, 9 Sep 2008 06:57:44 -0700 > Subject: Re: [CentOS] LCD blanks out overnight > From: [EMAIL PROTECTED] > To: centos@centos.org > > Joe Tseng wrote: > > I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2 > > on it. It worked fine for the most part, but when I left it overnight and > > came back the next morning, the screen blacked out and wouldn't come back > > unless I did a hard reset. Even though I turned off all the power > > management settings and left it set like a desktop, the next morning after > > that it still blacked out. I thought maybe it'd come back if I switched > > from X to a virtual text console, but that didn't do the trick. Has anyone > > seen this and what do I do to fix it? > > Is the machine still responsive? e.g. does the caps light key work? Or > is it frozen solid? > > I don't know how many laptops it affects but my previous Toshiba laptops > had problems where if the screen went into power save mode about 70% of > the time the only way to get it to turn back on was to either reboot the > box or put it in suspend/sleep/hibernate and wake it up again. Toshiba > said this was a common problem across vendors that used multiple cores > in their laptops. Microsoft released a fix for it for XP about a year > and a half ago(though as the fix was a specialized fix not a generic > fix that was pushed out to users I didn't realize it until after I > switched off of XP and onto Ubuntu, took a while until a version > of Ubuntu came out that could suspend/resume on that system). I could > not find any related fix for X11, so I just disabled screen blanking > in the X server. > > It's been a while and I don't have that laptop anymore but what > I believe I did was add > > Options "-DPMS" > > To the monitor section of xorg.conf, see the man page for xorg.conf > for other DPMS related options. > > Of course that just turns off screen blanking/power off, if your > system is crashing, that's another topic.. _ See how Windows connects the people, information, and fun that are part of your life. http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Installing libpng
I've been trying to install perl-Tk and I learned v804.028 uses libpng > 1.2.20; CentOS 5.2 still uses 1.2.10. Is there an RPM out there I can use that's > 1.2.20? I'm just afraid of compiling from source code and breaking all the apps that depend on what's on the system right now. - Joe ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Unable to use SSH password-less logins
I am trying to ssh from my Windows/Cygwin xterm window into my CentOS52 servers w/o using passwords but my keys seem like they're being ignored. I created the key in cygwin using: $ ssh-keygen -t dsa -f id_dsa And copied id_dsa.pub over to centos:~/.ssh/authorized_keys Ideas? tia, - Joe ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Unable to use SSH password-less logins
That was it!!! Thank you very much! -- From: "Ned Slider" <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2008 11:07 AM To: "CentOS mailing list" Subject: Re: [CentOS] Unable to use SSH password-less logins Joe Tseng wrote: I am trying to ssh from my Windows/Cygwin xterm window into my CentOS52 servers w/o using passwords but my keys seem like they're being ignored. I created the key in cygwin using: $ ssh-keygen -t dsa -f id_dsa And copied id_dsa.pub over to centos:~/.ssh/authorized_keys Ideas? Check your permissions on ~/.ssh and ~/.ssh/authorized_keys on the CentOS server, they should be 700 and 600, respectively. See here: http://wiki.centos.org/HowTos/Network/SecuringSSH#head-9c5717fe7f9bb26332c9d67571200f8c1e4324bc ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Problem with svn/apache
I hope someone can help me with this b/c I'm stumped... I had set up an svn repository a while ago with an apache/webdav front end using the default centos packages. For some reason this morning it stopped working for me - it would give me a 403 error. I suppose the problem is with Apache and not svn. So far I've checked the following: I use a couple of files called svn_htpasswd_file (for userids/password hashes) and svn_auth_file (users, groups and permissions) - I verified the files were still apache:apache and were user-readable Just for grins I ran "chown -R apache:apache" on my repository home directory and all repositoriesI made a new user entry in the two files listed above with full admin rightsI restarted httpd and rebooted the serverI made sure the httpd processes were running using apache as userAnd I've run out of ideas. Has anyone else seen this before? - Joe Failure is always an option -- Adam Savage _ When your life is on the go—take your life with you. http://clk.atdmt.com/MRT/go/115298558/direct/01/___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] [KVM] reporting VM state
I recently set up a CentOS 6.2 hypervisor and created a Win2k8 virtual machine. In order to save space and time backing up the VM, I want to minimize the amt of unused disk space in the VM. Does KVM have the built-in ability to view the amt of free space left in a VM? Or is this feature I have to create myself to have the hypervisor and VM aware of each other? - Joe If you type "Google" into Google, you can break the Internet. -- Jen Barber ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos