Displaying 20 results from an estimated 100 matches similar to: "LVM-snapshot based KVM VMs"
2008 Jun 07
3
Match render :nothing
Hello guys,
Is there any way to match a render :nothing?
I coudn''t find any way to do this so i''ve just changed my controllers
to do a "head :ok", but it would be nice to know if there is any other
way :)
-- 
Maur?cio Linhares
http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en)
Jo?o Pessoa, PB, +55 83 8867-7208
2008 Jun 07
2
rcov causing a segmentation fault on rspec 1.1.4 and rails 2.1
Hello again :)
I''m trying to run rcov on my specs here but i''m getting a lot of
segmentation faults (and they usually happen at different places):
/home/mauricio/NetBeansProjects/reeds/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211:
[BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i486-linux]
2011 Mar 18
7
Add repo for xfig package
Hi All
We want to install packages like xfig and transfig on centos 5.5. We found rpms available but them but it seems there are lot of dependencies for these packages. So we would like to setup yum repo for this. Can anyone suggest trusted baseurl for yum repo?
Regards
Hersh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Sep 13
11
if() command
Hi everyone !
Could you please help me with this problem ?
I??ve trying to write a code that assign to a variable the content from 
another, but all I??ve got is a message error. For example:
if (age <=10) {group == 1}
else if (age > 10 & age <= 20) {group == 2}
else {group == 3}
Syntax error
Or
if (age <=10) {group == 1}
else (age > 10 & age <= 20) {group == 2}
2008 May 20
5
How to write a test for validates_uniqueness_of
Hi,
I have a spec
 it "should have a unique username "
I have a code:
  validates_uniqueness_of :user_name
Now, I don''t know how to test this code. In order to test this, do I
need to run `save`?
For example,
@user = User.create(:username => "mike")
@another = User.create(:username => "mike")
@another.save.should be_false
This messes up test
2011 Apr 10
1
Kerberos/LDAP authentication no more working in 5.6 ?
Hi all,
I just upgraded more servers, and doing some tests I found that my setup 
for kerberos/ldap authentication against Active Directory is no more 
working. I don't know why...
I followed some times ago scott Lowe blog for this setup :
http://blog.scottlowe.org/2007/01/15/linux-ad-integration-version-4/
And it was working correctly until the upgrade. What is curious is that 
id command
2011 Jul 11
1
virtio-win for c6?
Hi there,
I know it's in the supplementary channel and there is no srpm to rebuild 
windows drivers.
But are these drivers anywhere available so that I can use them without 
a rhn subscription?
Thx
Rainer
2011 Apr 11
2
KVM problem after update to 5.6
Hello, after updating to Cents 5.6 and so to kvm-83-224
my KVM virtual machines qemu qcow2 based images do not start anymore.
Looking at VM console the error message is that VM media is not bootable.
Going back to previous KVM version kvm-83-164 from Centos 5.5 they works 
again.
What's wrong with qemu images ?
anyone has an idea on how to fix the problem ?
thanks
Rick
2012 Mar 15
1
windbind and AD authentication - UPPER CASE usernames?
We're looking at using windbind and AD for our user account details but have run into a small snag. All user accounts in AD are upper case but our linux accounts are lower-case.
Is there a simple solution we've overlooked?
We really don't want to have to hack this...
Thanx,
Russell SMithies
=======================================================================
Attention: The
2007 Jan 23
7
access users homes share
hey list,
we are currently migrating our users from novell to samba. now we have one problem: in novell we could give e.g. user1 access to users2 home share so he could modify, delete or add files on this share. in samba we defined a global homes share that is mapped on logon. so how can we give user1 the needed rights? 
here is the definition of the homes share in smb.conf:
[homes]
       
2011 Mar 17
2
security updates?
Hello,
There are several important security updates available:
Critical: firefox security and bug fix update
Important: tomcat5 security update
Important: vsftpd security update
Moderate: subversion security and bug fix update
Important: logwatch security update
Important: libtiff security update
Moderate: kernel security and bug fix update
Important: samba security update
Important: samba3x
2008 Dec 01
1
Undefined method "full_description" when trying to run "rake spec"
Hello guys,
I''m getting this weird error when trying to run the specs using "rake spec":
/home/mauricio/NetBeansProjects/talkies/vendor/rails/actionpack/lib/action_controller/test_process.rb:471:in
`method_missing'': undefined method `full_description'' for
#<Spec::Rails::Example::ControllerExampleGroup::Subclass_73::Subclass_9:0x7f5fdca4a810>
2011 Mar 23
4
Install on Dell PowerEdge T310
Hi,
this is the first time I install linux on a dell server. Simply I
booted from a centos 5.5 x64 dvd but I cant see the disks.. is there
something I miss ?
thanks very much for any help
luigi
2011 Dec 23
2
Ad integration with centos 6
Can anyone point me to a tutorial on using Active Directory to authenticate
a centos 6 server? I just want to use it to authenticate, ssh and restrict
access to a particular ad group. I prefer to use the lightest method
possible. I know you can use ldap, or winbind, etc. I have been trying to
follow the ones I have been googling, but none of them seem "quit complete.
My issue is that I have
2011 Jul 21
3
OT: Linus Torvalds delays Linux 3.0 launch due to a subtle bug (fwd)
Kernel news :)
---------- Forwarded message ----------
To: opensuse-offtopic <opensuse-offtopic at opensuse.org>
From: Basil Chupin <blchupin at iinet.net.au>
Subject: [opensuse-offtopic] Linus Torvalds delays Linux 3.0 launch due to a
     subtle bug
*LINUX FOUNDER* Linus Torvalds has said that he's delaying the release of 
Linux 3.0 due to the discovery of a bug.
Torvalds
2011 Mar 31
3
Migrating standalone systems to KVM
A while ago I got great instructions from Pasi for migrating standalone 
systems to *xen*. However, now I have decided to use KVM instead, which 
raises a new question:
How to migrate a standalone system to *KVM*?
I know a two-step way to do it:
	standalone system -> xen pv guest
	xen pv guest -> KVM pv guest
	
I read that xen -> KVM migration is trivially easy.
But is there an easier
2010 Mar 11
2
Samba + Antivirus
List, we are working on implementing an antivirus solution (samba-vscan + clamav)on our samba shares. We performed the steps mentioned on some guides we found in Portuguese and things seems to be installed ok. But when we make a test and try to access a share, every file on it is not accessible (though we can mount the share) and after looking at /var/log/messages we see the following:
...
Mar 11
2011 Mar 24
6
Kernel Panic on HP/Compaq ProLiant G7
Hello Everyone,
I recently installed CentOS 5.5 x86_64 on a brand new ProLiant DL380 G7.  I have identical OS software running reock-solid on two other DL380 ProLiant servers, but they are G6 models, not G7.  On the G7, the installation went perfectly and the machine ran great for about 2 weeks, when it just seemed to "stop".  The system stopped responding on the network, and there was
2011 Jun 17
3
Reading the new 6.0 manual - now questions
I'm new to running VMs, so I'm hoping this hasn't been a problem 
question asked before. I've only glazed over the emails from this list 
since I've joined due to not really needing all of the great information 
if provides.
Eric suggested I wait for Centos 6 to start loading my new VM host, and 
so I grabbed the RH Virtualization PDF and started digging in.
Firstly, it
2011 Mar 18
5
Replace NIS by Active Directory
Hi,
I'm looking a wiki or share experience for replace NIS authentication by
an existing Active directory Server (W2003). The problem is on the
management of id and gid. 
 
How to move 1000 actual NIS users to AD ?
How to keep the same id and gid for this 1000 users ?
What's happen with nfs linux server and acess with gid and/id ?  
Use the same user/password for linux and Windows clients