While Installing Applications on VPS Container On virtuozzo I`am running Into a error given below.
Operation install with the Env(s) "web209" is finished with errors: Can not install packages: exec failed: Error: python-devel conflicts with python < 2.4.3-27.el5 Error: Missing Dependency: gnutls = 1.4.1-3.el5_2.1 is needed by package gnutls-devel Error: Missing Dependency: nspr = 4.7.4-1.el5_3.1 is needed by package nspr-devel Error: /usr/share/vzyum/bin/yum failed, exitcode=1 .
We are having an issue when trying to cache Fedora Core 10.
Code:
vzpkg create cache fedora-core-10-x86_64 Creation OS template cache for fedora-core-10-x86_64 template Error: Python directory not found in /vz/pkgenv/rpm46x64 Error: Can't find environment directory /vz/pkgenv/rpm46x64: No such file or directory
The only recent changes that have been made is the Hostname. Before making this change, I was caching OS templates like it was christmas.
I cant restore my back up. Get following warnings:
Warning:
php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following service plans: Unlimited, Admin Simple, Default Domain, Default Simple, Web Presence Builder, SiteBuilder
Warning:
python is not supported. It will be disabled for the following objects: Service plan 'Unlimited', Service plan 'Admin Simple', Service plan 'Default Domain', Service plan 'Default Simple'
Warning:
The component fail2ban is not installed. It will be disabled for the following objects: Server settings
Warning:
php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following websites: swen.flugzeugbilder.orgClick to expand...
I tried to update the virtuozzo using command vzup2date on main node as root user, & i'm getting this error
Code: тттттттттттттттттЄ Error checking dependencies тттттттттттттттттт т т т [RPM] Dependencies conflict. т т kernel >= 2.4.20-021stab022 is needed by т т vzmigrate-4.0.0-141.i386 т т kernel >= 2.4.20-019stab027 is needed by т т vzstat-4.0.0-32.i386 т т т т т т No changes were made to the file system yet. Please т т correct the above errors and run vzup2date again. т The current installed kernel is 2.6.18-028stab059.6 on centos 5.4.
i have tried everything to how i can limit each container to use bandwidth monthly , i only found a way to limit the outgoing speed/traffic , but i can't limit the traffic usage per month .
i have asked softlayer about that
Hello, You could limit traffic on a VPS container using 3rd party-softwares. But you need to look into these software solutions or contact your server administration company.
Anyway, what 3rd party software do you advice in installing,
What i want to do is like i limit container No.107 to not use over 200Gb container No.108 To not use over 300Gb , etc...
I tried to set up a site with a "dedicated" IP without SSL, and ran into this problem again. The new IPs (v4 or v6) are not reachable, pingable, or trace routable from outside the container, even from its PCS hardware node.This is what I get after adding the address in PPA:
By contrast, if I add an IP address through PVA, it is pingable. Note the differences, namely that PVA's ifcfg-eth0:0 has "BOOTPROTO=static" and the IPs double quoted. For those testing at home also note that PVA removed the existing IPv6 addresses (that it didn't know about).
I am following this guide to make my sitemap: [url]
Here is the config file I am using (edited for my site):
Code: <?xml version="1.0" encoding="UTF-8"?> <!-- sitemap_gen.py example configuration script This file specifies a set of sample input parameters for the sitemap_gen.py client. You should copy this file into "config.xml" and modify it for your server.
<!-- ** MODIFY ** The "site" node describes your basic web site. Required attributes: base_url - the top-level URL of the site being mapped store_into - the webserver path to the desired output file. This should end in '.xml' or '.xml.gz' (the script will create this file) Optional attributes: verbose - an integer from 0 (quiet) to 3 (noisy) for how much diagnostic output the script gives suppress_search_engine_notify="1" - disables notifying search engines about the new map (same as the "testing" command-line argument.) default_encoding - names a character encoding to use for URLs and file paths. (Example: "UTF-8") --> <site base_url=[url] store_into="domains/mydomain/public_html/sitemap.xml" verbose="1" > <!-- ******************************************************** INPUTS All the various nodes in this section control where the script looks to find URLs. MODIFY or DELETE these entries as appropriate for your server. ********************************************************* --> <!-- ** MODIFY or DELETE ** "url" nodes specify individual URLs to include in the map. Required attributes: href - the URL Optional attributes: lastmod - timestamp of last modification (ISO8601 format) changefreq - how often content at this URL is usually updated priority - value 0.0 to 1.0 of relative importance in your site --> <url href=[url] changefreq="monthly" priority="1" />
<url href=[url] changefreq="daily" priority="0.8" /> <url href=[url] changefreq="yearly" priority="0.8" /> <!-- ******************************************************** FILTERS Filters specify wild-card patterns that the script compares against all URLs it finds. Filters can be used to exclude certain URLs from your Sitemap, for instance if you have hidden content that you hope the search engines don't find. Filters can be either type="wildcard", which means standard path wildcards (* and ?) are used to compare against URLs, or type="regexp", which means regular expressions are used to compare. Filters are applied in the order specified in this file. An action="drop" filter causes exclusion of matching URLs. An action="pass" filter causes inclusion of matching URLs, shortcutting any other later filters that might also match. If no filter at all matches a URL, the URL will be included. Together you can build up fairly complex rules. The default action is "drop". The default type is "wildcard". You can MODIFY or DELETE these entries as appropriate for your site. However, unlike above, the example entries in this section are not contrived and may be useful to you as they are. ********************************************************* --> <!-- Exclude URLs that end with a '~' (IE: emacs backup files) --> <filter action="drop" type="wildcard" pattern="*~" /> <!-- Exclude URLs within UNIX-style hidden files or directories --> <filter action="drop" type="regexp" pattern="/.[^/]*" /> </site> I have put the config file and the python script file in the directory /domains/mydomain/public_html/
Now I am trying to run the script via SSH. I have logged in fine to the admin account, and I am running this command:
Code: python domains/mydomain/public_html/sitemap_gen.py --config=config.xml Here is what is returning:
I currently host my site with Sharkspace [url] and have been very very pleased. I would recommend them without any hesitation. PHP, MySQL, Cpanel, great and affordable hosting packages.....
However, I want to start developping using Python and the Django framework. With Sharkspace, Mod_python is not enabled. Django framework cannot be used on their shared hosting servers.
So, I need recommendations on a host who has Mod_python enabled (LoadModule python_module modules/mod_python.so)and allows Django to be installed.
I was told by Sharkspace that Django requires root access. I am not very familar with this framework as I have been using PHP and Zend Framework up until this point.
I have Python on my server and it is using the most CPU and Memory on my server than any other process. I don't believe any of my clients use it so I am planning to delete it.
I am just wondering, does CentOS 5.2 (With cPanel) require Python, or is it not required so I can delete it without any problems caused?
I plan to develop a nice website in Python,AJAX with backend as mySQL database. This website is gonna send out a lot of notifications depending on the kind of activities that every account/logins does.
I am not very sure whats the business going to be for this website but would want to wait for few months after launching.
So, Please suggest me a cheap Hosting provider who can help me host my code in Python , MySQL database and also allow 100s of emails every day. I would also want to register a domain for my website too. Would everything comes as package?
I should also have 100GB space atleast to be prepared to grow !
I have not hosted any of my code yet though have written a lot which runs in my system only. Please guide me folks! thank you.
I have installed mod_python and the mods-enabled directory in the Apache2 directory looks correct (links to the available directory and the .load file), but I can't get Apache2 to process Python coded files.
we use plesk 12 and server 2012 r2 i want know how can i disable php perl python cgi that resellers can not enable it for their users when add new plan, i do not want my users and users resellers access to php perl python cgi,
I was just curious as to how virtuozzo manages the cpu usage. Do all VPS's just use as much cpu as they can at one time or is there a min and max limit?
We're currently using virtuozzo and have been but we are thinking of starting a Xen server as our techs have the technical expertise to manage a Xen server. I'm just wondering whether we would be better off with this or not, compared to Virtuozzo.
I've noticed a lot of the recommended VPS' are using Virtuozzo (e.g. KickAssVPS and WiredTree). Can anyone recommend good Windows VPS that utilize other software (ESX, Xen, Hyper-V)?
I installed Apf on Virtuozzo VE, which went well until I enabled it. I could not access Plesk installed on the machine, then I realized it was listening to port 8880 from the Service VE as well as 8443. Enabling 8880 in the common ports solved the problem, but I only want it blocked for everything BUT the Service VE.
I looked in the manual and the section that discusses adding custom rules for aliases only has a header and does not have any description.
Anyone know how to block port 8880 to the world but allow 8880 to a particular IP?