Re: [Koha] Buggy OS Upgrade

2015-04-08 Thread Colin Campbell
On Tue, Apr 07, 2015 at 06:40:11PM -0400, Bruce A. Metcalf wrote:
 Greetings,
 
 Koha 3.18.5 installed using packages under Debian squeeze.
 
 This week we upgraded our distro from squeeze to wheezy.
 
 Now when we try to save a biblio found using Z39.50 search, we get this
 error message:
 
 Byte order is not compatible at /usr/lib/perl/5.14/Storable.pm line 416 at
 /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 401
 
The message means that Storable is trying to read data that was saved by
a version of Storable configured differently. Usually its something
you'd see moving from one architecture to another. As Storable is not
used for persistant data I'd start by ensuring that cahes etc have been
flushed clean
C.

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 800 756 6803 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Buggy OS Upgrade

2015-04-07 Thread Bruce A. Metcalf

Greetings,

Koha 3.18.5 installed using packages under Debian squeeze.

This week we upgraded our distro from squeeze to wheezy.

Now when we try to save a biblio found using Z39.50 search, we get this 
error message:


Byte order is not compatible at /usr/lib/perl/5.14/Storable.pm line 416 
at /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 401


Clearly, we muffed something in the upgrade, but I haven't a clue what. 
Any suggestions, or should I roll back to last week's backup?

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Buggy OS Upgrade

2015-04-07 Thread Arslan Farooq
Hi Bruce,

I am on Debian 7.8 (wheezy).

I don't know solution to your problem, but the following may help others to
help you:

I was on Koha 3.18.4 (installed using packages) and tried '*apt-get upgrad*e'
and got the '*The following packages have been kept back*' message for
koha-common.

I tried '*aptitude upgrade*' and it upgraded to Koha 3.18.5 with addition
to '*The following NEW packages will be installed:
libdbix-connector-perl{a}*' message, which did not happen when I did '*apt-get
upgrade*'.

Now I'm upgraded to 3.18.5 and tried Z39.50 search and added a record with
item. No errors. Works fine.

-- Arslan

On Wed, Apr 8, 2015 at 3:40 AM, Bruce A. Metcalf 
bruce.metc...@augustansociety.net wrote:

 Greetings,

 Koha 3.18.5 installed using packages under Debian squeeze.

 This week we upgraded our distro from squeeze to wheezy.

 Now when we try to save a biblio found using Z39.50 search, we get this
 error message:

 Byte order is not compatible at /usr/lib/perl/5.14/Storable.pm line 416 at
 /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 401

 Clearly, we muffed something in the upgrade, but I haven't a clue what.
 Any suggestions, or should I roll back to last week's backup?
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 
Assistant Librarian
SZABIST Islamabad
www.szabist-isb.edu.pk
arslan.far...@szabist-isb.edu.pk
+92 514 863 363-65
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Buggy OS Upgrade

2015-04-07 Thread Jared Camins-Esakov
Bruce,

This is a problem with the format of sessions changing. Deleting the
cookies in the offending client will fix the problem, as will clearing your
sessions (this will force you to log back in).

Regards,
Jared


On Tue, Apr 7, 2015 at 6:40 PM, Bruce A. Metcalf 
bruce.metc...@augustansociety.net wrote:

 Greetings,

 Koha 3.18.5 installed using packages under Debian squeeze.

 This week we upgraded our distro from squeeze to wheezy.

 Now when we try to save a biblio found using Z39.50 search, we get this
 error message:

 Byte order is not compatible at /usr/lib/perl/5.14/Storable.pm line 416 at
 /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 401

 Clearly, we muffed something in the upgrade, but I haven't a clue what.
 Any suggestions, or should I roll back to last week's backup?
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 
Jared Camins-Esakov
Bibliographer, C  P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcam...@cpbibliography.com
(web) http://www.cpbibliography.com/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Buggy OS Upgrade

2015-04-07 Thread Liz Rea
It's worth noting that clearing the cache, cookies, and sessions should
be standard procedure after *every* upgrade for every staff interface user.

Liz



On 08/04/15 16:03, Jared Camins-Esakov wrote:
 Bruce,

 This is a problem with the format of sessions changing. Deleting the
 cookies in the offending client will fix the problem, as will clearing your
 sessions (this will force you to log back in).

 Regards,
 Jared


 On Tue, Apr 7, 2015 at 6:40 PM, Bruce A. Metcalf 
 bruce.metc...@augustansociety.net wrote:

 Greetings,

 Koha 3.18.5 installed using packages under Debian squeeze.

 This week we upgraded our distro from squeeze to wheezy.

 Now when we try to save a biblio found using Z39.50 search, we get this
 error message:

 Byte order is not compatible at /usr/lib/perl/5.14/Storable.pm line 416 at
 /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 401

 Clearly, we muffed something in the upgrade, but I haven't a clue what.
 Any suggestions, or should I roll back to last week's backup?
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 
--
Liz Rea
Catalyst.Net Limited
Level 6, Catalyst House, 150 Willis Street, Wellington.
P.O Box 11053, Manners Street, Wellington 6142

GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha