Libvirt connection does not support interface management

Incidentally, if you manage your kvm configured server through Virtual Manager in Ubuntu, you get the error that libvirt does not support network management.

I was trying to create a bridged network - by default VMM only creates a NAT connection and you need a little work around to setup a bridged network.

Check out the support provided here - http://wiki.libvirt.org/page/Networking

and get your "brctl show" command to display the bridge as the following screenshot



Index was outside the bounds of the array. (Microsoft.SqlServer.Smo)

Microsoft SQL Express edition 2008 R2 issue when connecting to Azure database:

Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attempt+to+retrieve+data+for+object+Server&LinkId=20476
------------------------------ Index was outside the bounds of the array. (Microsoft.SqlServer.Smo)














This was fixed by updating SQL 2008 R2 Express edition with SP1

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26729

As the datacenters get upgraded, the version number of the database engine will increase, which will result in errors when connecting with the SQL Server Management Studio (SSMS) management tool.

To verify you have the latest version of SSMS, open the tool, click on the help menu, and select ‘About’.  You’ll get a dialog box listing version numbers of various SQL Server components.  The first row, “Microsoft SQL Server Management Studio” should have a version greater or equal to 10.50.1777.0 once you’ve installed the updates.

My updated version is 10.50.2500.0
BlogCatalog