Ingeborg Hellemo <Ingeborg.Hellemo@cc.uit.no> writes:
morten.brekkevold@uninett.no said:
Ingeborg, if you can, please try the attached patch for this problem (I have no Postgres 8.2 to test on).
Nope. We are still sorry. This time because of one escape too many. [snip] WHERE key='serviceid' and value IN (''1','6','2','8','4','5','3'')
That doesn't make sense. I took a look at servicetable.py on po, and it doesn't match servicetable.py from the current trunk or NAV 3.3. A few lines below the patched line, it contains the following: WHERE key='serviceid' and value IN (\'%s\')""" % serviceIDs This extra quote must have been added by you or someone else; it breaks both my patch and the original functionality. -- mvh Morten Brekkevold UNINETT
From prieheck at iwu.edu Tue Oct 30 10:20:17 2007 From: prieheck at iwu.edu (Pat Riehecky) Date: Tue Oct 30 16:20:15 2007 Subject: [Nav-users] deb woes Message-ID: <1193757617.6102.20.camel@thales.iwu.edu>
I have setup the mirror in the documentation to get the 3.3 nav package, but luck is not on my side. Setting up nav (2+3.3.0-2) ... dpkg: error processing nav (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: nav E: Sub-process /usr/bin/dpkg returned an error code (1) any ideas?