It is currently Fri Mar 29, 2024 11:12 am

News News of FluidVM

Site map of FluidVM » Forum : FluidVM

Deprecated. There is a better alternative form different points of view - please check SolusVM

Update versions

FluidVM updater uses the following configuration file:
cat /etc/vkarma/updates/updates.conf

From this file we can see that version check is performed using the following url:
Code: Select all
http://updates.fluidvm.com/updates/feed.xml
Read more : Update versions | Views : 2703 | Replies : 0


FluidVM Update 1.0.12 available

Provide a fix for quite a few bugs. (It`s hard to define what exactly because there is no changelog available :oops: )
Read more : FluidVM Update 1.0.12 available | Views : 2044 | Replies : 0


Change node password

You can use this script to reset your node password: http://www.fluidvm.com/downloads/nodepassreset.txt

import crypt
import os
import getpass

def set_node_password():
while(1):
pass1 = getpass.getpass()
pass2 = getpass.getpass(prompt = 'Confirm Password: ')
if pass1 != pass2:
print 'The passwords you entered did not match! Please try again.'
elif len(pass1) < 6:
print 'Password length must be atleast 6 characters! Please try again.'
else:
break

f=open('/etc/vkarma/passwd', 'w')
f.write(crypt.crypt(pass1, 'BK'))
f.close()
os.chmod('/etc/vkarma/passwd', ...
Read more : Change node password | Views : 2606 | Replies : 0


FluidVM Re-sync Virtualserver List errors

Recent FluidVM update was quite painful. The source of the issue was latest internal framework changes.

First error which was noticed is "Cannot have special characters other than (_) and (.)":
2010-01-10 14:41:23,699 29650 INFO 2010-01-10 14:41:23 - INFO: [hostname] value error, Expecting a valid string. Cannot have special characters other than (_) and (.)
2010-01-10 14:41:23,707 29650 ERROR
********************************************************************************
2010-01-10 14:41:23 - EXCEPTION: [hostname] value error, Expecting a valid string. Cannot have special characters ...
Read more : FluidVM Re-sync Virtualserver List errors | Views : 1831 | Replies : 0


FluidVM paid support announce

http://www.fluidvm.com/support.html

We are offering paid support which is premium and costs $249 per managed server per year.
For Further Information please contact us at fluidvm@k7computing.com.
Read more : FluidVM paid support announce | Views : 2256 | Replies : 0


Start with the clean database

For starting with a fresh copy of the database, do the following:

Code: Select all
/etc/init.d/vkarma stop
rm /var/cache/vkarma/fluidvm_development.db
cd /usr/lib/vkarma
/usr/lib/bk-runtime/bin/python scripts/migrate --production-mode
/etc/init.d/vkarma start
Read more : Start with the clean database | Views : 1874 | Replies : 0


Partitioning '/' and '/bk'

Does it matter how big the / partition is if you are using SAN storage?

No. But it really matters how big your biggest VM is going to be. For the purpose of storing backups and cloning, until they are moved to the backup server, the "/" partition would be used and it should be able to accommodate the compressed archive image of your biggest VM. So, if you can allocate a larger chunk of ...
Read more : Partitioning '/' and '/bk' | Views : 1735 | Replies : 0




Increase Hard Drive Space

Is it possible to increase maybe even decrease the hard drive of a VPS via FluidVM, if so how?


For OpenVZ, simply increase the quota as admin. For Xen, disassociate the root disk, resize it from the Virtual Storage Manager and associate it back. Now start the VM and resize the volume by running "resize2fs" after logging in to the VM as root.
Read more : Increase Hard Drive Space | Views : 2089 | Replies : 0


suid vpslogin xen (ssh to compute node)

The vpslogin program allows control panel users to login to the compute node and access their xen consoles directly using their control panel credentials. This is useful for example to reset the root password. Accessing the Xen console required root privileges. That executable makes sure that the user logging in gets access only to his VMs.

Need to put /usr/local/sbin/vpslogin suid on the compute node for it to work correctly.
Code: Select all
chmod u+s /usr/local/sbin/vpslogin

Without suid: ...
Read more : suid vpslogin xen (ssh to compute node) | Views : 1959 | Replies : 0


 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron