Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-02 Thread Dan Pascu
On 2 Jun 2009, at 15:12, Jeff Pyle wrote: > Hi Dan, > > One version of Python, and I think I'm okay on "extra" _conntrack.so > files. > > I run media-relay from the path after a system-wide installation. > It looks > like that's where it's picking it up from: > > # python -c "import sys, med

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-02 Thread Jeff Pyle
Dan, I copied the file directly from the build directory into the directory you showed me how to find. It gets as far as complaining about the dispatcher, which is fine since I haven't gotten that far yet. - Jeff On 6/2/09 8:12 AM, "Jeff Pyle" wrote: > Hi Dan, > > One version of Python,

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-02 Thread Jeff Pyle
Hi Dan, One version of Python, and I think I'm okay on "extra" _conntrack.so files. I run media-relay from the path after a system-wide installation. It looks like that's where it's picking it up from: # python -c "import sys, mediaproxy; print sys.modules['mediaproxy']" It appears I am missi

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-02 Thread Dan Pascu
On 2 Jun 2009, at 10:33, Dan Pascu wrote: > On 2 Jun 2009, at 00:41, Dan Pascu wrote: > >> >> On 1 Jun 2009, at 16:11, Jeff Pyle wrote: >> >>> Dan, >>> >>> It did not exit cleanly: >>> >>> # python -c "from mediaproxy.interfaces.system import _conntrack" >>> Traceback (most recent call last): >>>

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-02 Thread Dan Pascu
On 2 Jun 2009, at 00:41, Dan Pascu wrote: > > On 1 Jun 2009, at 16:11, Jeff Pyle wrote: > >> Dan, >> >> It did not exit cleanly: >> >> # python -c "from mediaproxy.interfaces.system import _conntrack" >> Traceback (most recent call last): >> File "", line 1, in >> ImportError: cannot import name

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-01 Thread Dan Pascu
On 1 Jun 2009, at 16:11, Jeff Pyle wrote: Dan, It did not exit cleanly: # python -c "from mediaproxy.interfaces.system import _conntrack" Traceback (most recent call last): File "", line 1, in ImportError: cannot import name _conntrack I do not know what the matter is. The file is there

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-06-01 Thread Jeff Pyle
Dan, It did not exit cleanly: # python -c "from mediaproxy.interfaces.system import _conntrack" Traceback (most recent call last): File "", line 1, in ImportError: cannot import name _conntrack - Jeff On 5/31/09 6:34 AM, "Dan Pascu" wrote: > Everything seems to be all right there, so I

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-31 Thread Dan Pascu
On Saturday 30 May 2009, Jeff Pyle wrote: > Dan, > > # python -c "import sys; print sys.path" > ['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2-sparc', > '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', > '/usr/local/lib/python2.5/site-packages', > '/usr/lib/python2.5/site

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-30 Thread Jeff Pyle
Dan, # python -c "import sys; print sys.path" ['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2-sparc', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/var/lib/python-support/python2.5'] # ldd

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-30 Thread Dan Pascu
On Saturday 30 May 2009, Jeff Pyle wrote: > It appears I wrote too soon. > > While everything did install correctly, media-relay gives the following > error: > > fatal error: failed to create MediaProxy Relay: cannot import name > _conntrack > Traceback (most recent call last): > --- --- > Fil

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-29 Thread Jeff Pyle
It appears I wrote too soon. While everything did install correctly, media-relay gives the following error: fatal error: failed to create MediaProxy Relay: cannot import name _conntrack Traceback (most recent call last): --- --- File "/usr/bin/media-relay", line 55, in from mediaproxy.rel

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-29 Thread Jeff Pyle
Dan, I believe I'm beginning to wrap my mind around the coolness that is Debian packaging. Per your example I updated python-application from the source repository, applied both patches to mediaproxy-2.3.4, built the packages and installed them without any issues. Almost like I knew what I was d

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Thursday 28 May 2009, Jeff Pyle wrote: > Dan, > > With your patch Mediaproxy 2.3.2 built packages without any problems. On an > x86 CentOS install I run 2.3.2 with the older version of python-application. > But, installing the package, I get: > > Starting MediaProxy relay: media-relayCannot s

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Thursday 28 May 2009, Jeff Pyle wrote: > Hmm, it appears I spoke too soon. It wants python-application version > 1.1.1, but only 1.0.9-4 is available for this architecture. My guess is that you mean distribution. python-application is architecture independent so it is available with the same

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Thursday 28 May 2009, Jeff Pyle wrote: > Hmm, it appears I spoke too soon. It wants python-application version > 1.1.1, but only 1.0.9-4 is available for this architecture. Is this > crucial? Yes. mediaproxy-2.3.4 uses some of the new stuff in 1.1.1 -- Dan _

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Jeff Pyle
Dan, With your patch Mediaproxy 2.3.2 built packages without any problems. On an x86 CentOS install I run 2.3.2 with the older version of python-application. But, installing the package, I get: Starting MediaProxy relay: media-relayCannot start MediaProxy Relay. A Linux host is required for oper

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Jeff Pyle
Hmm, it appears I spoke too soon. It wants python-application version 1.1.1, but only 1.0.9-4 is available for this architecture. Is this crucial? - Jeff On 5/28/09 3:51 PM, "Jeff Pyle" wrote: > That worked. > > > On 5/28/09 9:19 AM, "Dan Pascu" wrote: > >> On Thursday 28 May 2009, Jef

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Jeff Pyle
That worked. On 5/28/09 9:19 AM, "Dan Pascu" wrote: > On Thursday 28 May 2009, Jeff Pyle wrote: >> Hi Dan, >> >> Output was: >> linux2-sparc Linux >> >> Iptables and conntrack are supported; the libnetfilter-conntrack-dev package >> installed properly as part of the dependency packages list

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Thursday 28 May 2009, Jeff Pyle wrote: > Hi Dan, > > Output was: > linux2-sparc Linux > > Iptables and conntrack are supported; the libnetfilter-conntrack-dev package > installed properly as part of the dependency packages listed in the install > file. > > The build file is attached. Looki

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Jeff Pyle
Hi Dan, Output was: linux2-sparc Linux Iptables and conntrack are supported; the libnetfilter-conntrack-dev package installed properly as part of the dependency packages listed in the install file. The build file is attached. Looking through it I notice a few things that cause me to raise an

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Wednesday 27 May 2009, Jeff Pyle wrote: > Hi Dan, > > It's Debian 5.0.1 on sparc architecture, a fresh installation. Debhelper is > the at the newest version, according to apt-get. > > apt-get build-dep mediaproxy-relay seems okay. It reported "0 upgraded, 0 > newly installed, 0 to remove an

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-28 Thread Dan Pascu
On Wednesday 27 May 2009, Jeff Pyle wrote: > Hi Dan, > > It's Debian 5.0.1 on sparc architecture, a fresh installation. Debhelper is > the at the newest version, according to apt-get. > > apt-get build-dep mediaproxy-relay seems okay. It reported "0 upgraded, 0 > newly installed, 0 to remove an

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-27 Thread Jeff Pyle
Hi Dan, It's Debian 5.0.1 on sparc architecture, a fresh installation. Debhelper is the at the newest version, according to apt-get. apt-get build-dep mediaproxy-relay seems okay. It reported "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." I ran the large apt-get install comma

Re: [OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-27 Thread Dan Pascu
On Tuesday 26 May 2009, Jeff Pyle wrote: > Hello, > > I got the following error when trying to debuild on Debian Lenny: > > /chop/ > dh_installudev -pmediaproxy-relay > dh_lintian -pmediaproxy-relay > dh_install -pmediaproxy-relay > cp: cannot stat `debian/tmp/usr/bin/media-relay': No such file o

[OpenSIPS-Users] debuild error on MediaProxy 2.3.4

2009-05-26 Thread Jeff Pyle
Hello, I got the following error when trying to debuild on Debian Lenny: /chop/ dh_installudev -pmediaproxy-relay dh_lintian -pmediaproxy-relay dh_install -pmediaproxy-relay cp: cannot stat `debian/tmp/usr/bin/media-relay': No such file or directory dh_install: command returned error code 256 mak