Jump to content

Ashoat

Chief Financial Officer
  • Posts

    6,455
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ashoat

  1. No, sorry, we don't just give more disk space to people.
  2. Here's the full error I'm seeing: mod_wsgi (pid=31720): Exception occurred processing WSGI script '/home/seven/public_html/site1/dispatch.wsgi'. [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] Traceback (most recent call last): [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/home/seven/public_html/site1/dispatch.wsgi", line 29, in application [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] return _application(environ, start_response) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/handlers/wsgi.py", line 241, in __call__ [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] response = self.get_response(request) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 73, in get_response [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] response = middleware_method(request) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/middleware/common.py", line 56, in process_request [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] if (not _is_valid_path(request.path_info) and [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/middleware/common.py", line 142, in _is_valid_path [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] urlresolvers.resolve(path) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py", line 303, in resolve [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] return get_resolver(urlconf).resolve(path) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py", line 216, in resolve [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] for pattern in self.url_patterns: [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py", line 245, in _get_url_patterns [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py", line 240, in _get_urlconf_module [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] self._urlconf_module = import_module(self.urlconf_name) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/utils/importlib.py", line 35, in import_module [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] __import__(name) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/home/seven/public_html/site1/urls.py", line 4, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] from django.contrib import admin [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/contrib/admin/__init__.py", line 1, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/contrib/admin/helpers.py", line 7, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] from django.contrib.admin.util import flatten_fieldsets [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/contrib/admin/util.py", line 2, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] from django.db import models [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line 41, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] backend = load_backend(settings.DATABASE_ENGINE) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line 17, in load_backend [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] return import_module('.base', 'django.db.backends.%s' % backend_name) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/utils/importlib.py", line 35, in import_module [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] __import__(name) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] File "/usr/lib/python2.4/site-packages/django/db/backends/sqlite3/base.py", line 30, in ? [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] raise ImproperlyConfigured, "Error loading %s: %s" % (module, exc) [Mon May 17 02:26:48 2010] [error] [client 188.72.202.16] ImproperlyConfigured: Error loading pysqlite2 module: No module named pysqlite2
  3. Why don't you set the python_egg_cache to your account root, as described by the tutorial at heliohost.org?
  4. You're aware that a self-signed certificate looks really bad, right? All modern browsers will have a splash screen recommending users to avoid your site, and will highlight the address bar in red for your site.
  5. byron: you can always check it out over shell CB Admin: you just needed to take out the "^" from your RewriteCond line. That character in a regex anchors the match to the start of a line, thereby forcing the match to only occur on the main domain. It should be working now.
  6. Okay, you've been granted a dedicated IP.
  7. It's coming with the new server. Probably in the summer?
  8. Okay, so it looks like the daily.php cron script (the one that fixes corruption like this) has been erroring out lately. I've reset the last login date for everyone and starting running the script again. My bad.
  9. Ashoat

    Another DDoS attack

    Yeah, I noticed that too.
  10. Ashoat

    Another DDoS attack

    Okay, I've identified the account getting attacked. It's "biberhapi.com". I don't know what they're about, but I'm going to quarantine that account off on the old IP and move everyone else over to a new one. A script is currently running to perform the switch. It probably won't take more than an hour.
  11. I'm working on it. I've narrowed it down to one IP. As a result, only about 1000 accounts are down right now. I'm going to run through a binary search to figure out the offending site. I'll let you know as soon as we've figured anything out.
  12. There are usually lots of options to a configure script. I'll need specifics on what options I should set. No, it doesn't look like godbcconfig is installed. What is it?
  13. We're experiencing another DDoS attack. I'll keep you updated on the news forum. Follow-up there please.
  14. Is it working now? Admin, I ran: yum list *python* | grep -i mysql [noticed I could install it via yum] yum install MySQL-python
  15. Okay, you've been granted a dedicated IP.
  16. No, that's really not going to help. In *NIX-based operating systems, resources point to files. As I said before, there is no ".so" file in that directory.
  17. I didn't make any changes to the file.
  18. Enable error viewing and post the error. There was somebody using a whole lot of Mono resources the day before yesterday. If you were that guy, then you should probably find another host.
  19. Sure, but in regards to the path... I'm using the path and filename of the installed library, and I did find configurations that pointed to that library. I think it's pretty strange, but the file in that directory doesn't have the .so extension...
  20. So what happened is that the signup script mistakenly thought that cPanel failed to create your account, and so deleted the entry in the database. We have a corruption-checker script, though, that should auto-regenerate your account info. Shouldn't be anything to worry about.
  21. If it helps, this is our odbcinst.ini: # Example driver definitinions # # # Included in the unixODBC package [PostgreSQL] Description = ODBC for PostgreSQL Driver = /usr/lib/libodbcpsql.so Setup = /usr/lib/libodbcpsqlS.so FileUsage = 1 # Driver from the MyODBC package # Setup from the unixODBC package [MySQL] Description = ODBC for MySQL Driver = /usr/local/lib/libmyodbc5.so FileUsage = 1 [MDB] Description = ODBC for MDB Driver = /usr/local/lib/libmdbodbc FileUsage = 1
×
×
  • Create New...