Displaying 8 results from an estimated 8 matches for "get_context".
2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
...ot;, line 224, in
loadobj
global_conf=global_conf)
File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 248, in
loadcontext
global_conf=global_conf)
File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 278, in
_loadconfig
return loader.get_context(object_type, name, global_conf)
File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 409, in
get_context
section)
File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 431, in
_context_from_use
object_type, name=use, global_conf=global_conf...
2011 Jan 24
4
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
.../lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line
>> 248, in
>> loadcontext
>> global_conf=global_conf)
>> File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line
>> 278, in
>> _loadconfig
>> return loader.get_context(object_type, name, global_conf)
>> File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line
>> 409, in
>> get_context
>> section)
>> File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line
>> 431, in
>>...
2011 Jan 24
1
Trouble installing SWAT on a Samba 4 Alpha 13 buildonUbuntu Server
...global_conf)
>>>> >> File
>>>> "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py",
>>>> line 278,
>>>> >> in
>>>> >> _loadconfig
>>>> >> return loader.get_context(object_type, name,
>>>> global_conf)
>>>> >> File
>>>> "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py",
>>>> line 409,
>>>> >> in
>>>> >> get_c...
2013 Jun 19
2
Compact databases and removing stale records at the same time
...estdir(dest);
/* we never write to compresion targets again */
c->set_compaction_level(Xapian::Compactor::FULLER);
c->set_multipass(true);
c->compact();
}
catch (const Xapian::Error &err) {
syslog(LOG_ERR, "IOERROR: Xapian: caught exception: %s: %s",
err.get_context().c_str(), err.get_description().c_str());
r = IMAP_IOERROR;
}
return r;
}
/* cb returns true if document should be copied, false if not */
int xapian_filter(const char *dest, const char **sources,
int (*cb)(const char *cyrusid, void *rock),
void *rock)
{
int r = 0;
int...
2016 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
...un_migrations_online()
File "config/env.py", line 67, in run_migrations_online
context.run_migrations()
File "<string>", line 7, in run_migrations
File "/usr/lib/python2.7/dist-packages/alembic/environment.py", line
688, in run_migrations
self.get_context().run_migrations(**kw)
File "/usr/lib/python2.7/dist-packages/alembic/migration.py", line
258, in run_migrations
change(**kw)
File "config/versions/423f34ad36e2_fix_pjsip_qualify_ti.py", line 17,
in upgrade
with op.batch_alter_table('ps_aors') as batch_...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote:
> Did something change DB-wise with PJSIP and realtime between 13.3.2
> and 13.5.0? I'm getting an unknown column error and unsure where I
> need that column and the type it needs to be.
Yes, the schema can change between versions. Following the instructions
on
2013 Jun 19
2
Compact databases and removing stale records at the same time
...)
real 1m23.956s
user 0m32.604s
sys 0m5.948s
[brong at imap14 brong]$ du -s *
759992 xapian.58
That's about 75% of the uncompacted size.
> > catch (const Xapian::Error &err) {
> > syslog(LOG_ERR, "IOERROR: Xapian: caught exception: %s: %s",
> > err.get_context().c_str(), err.get_description().c_str());
>
> If err has a context, err.get_description() will actually include it.
Heh. That's code I inherited and hadn't even looked at. I don't think I've
ever actually seen it called. I'll simplify it.
> > /* copy all matc...
2002 Oct 24
1
crash report (PR#2207)
...01b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000202
function: drawto
0164a202 eb3f jmp getpixels+0x13 (01652543)
0164a204 83c4f4 add esp,0xf4
0164a207 53 push ebx
0164a208 e8a3fbffff call get_context (01649db0)
0164a20d a3702b6c01 mov [dc (016c2b70)],eax ds:016c2b70=00000000
0164a212 83c410 add esp,0x10
0164a215 8b8340010000 mov eax,[ebx+0x140] ds:02834414=00000137
0164a21b 85c0 test eax,eax
0164a21...