Displaying 3 results from an estimated 3 matches for "run_cmd".
Did you mean:
_run_cmd
2016 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
...ic==0.6.5', 'console_scripts', 'alembic')()
File "/usr/lib/python2.7/dist-packages/alembic/config.py", line 298,
in main
CommandLine(prog=prog).main(argv=argv)
File "/usr/lib/python2.7/dist-packages/alembic/config.py", line 293,
in main
self.run_cmd(cfg, options)
File "/usr/lib/python2.7/dist-packages/alembic/config.py", line 279,
in run_cmd
**dict((k, getattr(options, k)) for k in kwarg)
File "/usr/lib/python2.7/dist-packages/alembic/command.py", line 125,
in upgrade
script.run_env()
File "/usr/li...
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
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...e == "text/rtf") {
// The --text option unhelpfully converts all non-ASCII characters to
// "?" so we use --html instead, which produces HTML entities.
+ string cmd = "unrtf --nopict --html " + shell_protect(file);
MyHtmlParser p;
try {
+ p.parse_html(run_cmd(cmd));
} catch (ReadError) {
cout << "\"" << cmd << "\" failed - skipping\n";
return;