Re: [CentOS] Configure wireless USB ethernet

2014-01-11 Thread Ashley M. Kirchner
Thanks Scott. Following that page, when I run wpa_supplicant -Dwext -iwlan0 -cwpa.conf I get this output: Trying to associate with e0:46:9a:35:fb:98 (SSID='Nymphadora' freq=2412 MHz) ioctl[SIOCSIWFREQ]: Device or resource busy Association request to the driver failed Associated with e0:46:9a:35

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Rafał Radecki
Thanks for all the tips ;) I also prefer iLO-like interfaces but sometimes there is no such option, I'm glad that there are still options to perfom installation in such situations. Best regards, Rafal. 2014/1/11 John R Pierce > On 1/11/2014 6:41 AM, Rafał Radecki wrote: > > That's what I was l

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread John R Pierce
On 1/11/2014 6:41 AM, Rafał Radecki wrote: > That's what I was looking for, many thanks!:) > I have a funny situation in which I need to reinstall remotely from Debian > 7 to CenOS 6.5 without kvm access and now it is possible:) and if anything goes wrong, you'll need to get down there to the actu

Re: [CentOS] Multitab GUI SSH clilent found

2014-01-11 Thread Gopu Krishnan
Hi, I use mputty : gopukrish.wordpress.com/2013/04/30/putty-login-without-password/ On 1/11/14, Ljubomir Ljubojevic wrote: > Hi. > > I just wanted to notify all that I found very nice GUI SSH client at > http://sourceforge.net/projects/pacmanager/ > > It has rpm packages and works very nice. Mult

Re: [CentOS] LVM thinpool snapshots broken in 6.5?

2014-01-11 Thread Dennis Jacobfeuerborn
On 09.01.2014 23:54, Dennis Jacobfeuerborn wrote: > Hi, > I just installed a CentOS 6.5 System with the intention of using thinly > provisioned snapshots. I created the volume group, a thinpool and then a > logical volume. All of that works fine but when I create a snapshot > "mysnap" then the snap

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Nux!
On 11.01.2014 09:08, Rafał Radecki wrote: > Hi All. > > I am curious if it is possible to reinstall linux distribution to > centos > (or another distro) if I have a remote linux server with no kvm access > (i > do not want to use virtualization). I know that for installation pxe, > tftpboot and

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Rafał Radecki
That's what I was looking for, many thanks! :) I have a funny situation in which I need to reinstall remotely from Debian 7 to CenOS 6.5 without kvm access and now it is possible :) Best regards, Rafal. 2014/1/11 Kai Schaetzl > Andrew Holway wrote on Sat, 11 Jan 2014 11:05:37 +: > > > You

[CentOS] Multitab GUI SSH clilent found

2014-01-11 Thread Ljubomir Ljubojevic
Hi. I just wanted to notify all that I found very nice GUI SSH client at http://sourceforge.net/projects/pacmanager/ It has rpm packages and works very nice. Multi-tab, Expact support, connections tree, connection , user and password saving (I know they should not be saved). Only manual downl

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Kai Schaetzl
Andrew Holway wrote on Sat, 11 Jan 2014 11:05:37 +: > You will need another server set up on the same L2 network that will > serve DHCP and TFTP and HTTP. You can set it up similar to the > following. Well, I think he's lacking that option (e.g. setup DHCP in the same network). What he wants

Re: [CentOS] Configure wireless USB ethernet

2014-01-11 Thread Scott Robbins
On Fri, Jan 10, 2014 at 10:29:19PM -0600, Barry Brimer wrote: > > > > Great ... now how do I configure this sucker? When I turn NM off, that > > interface disappears. I'm assuming I can create an 'ifcfg-wlan0' > > configuration but what do I need to put in there so it knows to connect to > > my

Re: [CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Andrew Holway
We do unattended installations of machines using pxeboot and kickstart. You will need another server set up on the same L2 network that will serve DHCP and TFTP and HTTP. You can set it up similar to the following. # The machine boots with DHCP and, in the DHCP host config you specify a subnet de

[CentOS] Linux reinstallation without rebooting? Alternative to kickstart and other such tools?

2014-01-11 Thread Rafał Radecki
Hi All. I am curious if it is possible to reinstall linux distribution to centos (or another distro) if I have a remote linux server with no kvm access (i do not want to use virtualization). I know that for installation pxe, tftpboot and kickstart or a proper iso/cd and kickstart are standard opti