Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/Net/XMPP/Debug.pm line 154

Bug #1010100 reported by martin suchanek
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
octopussy (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

sudo service octopussy start / reload generates following error:

Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/Net/XMPP/Debug.pm line 154

but
sudo service octopussy status
  Dispatcher: Started
  Rsyslog: Started
  Scheduler: Started

lsb_release -rd
Description: Ubuntu 12.04 LTS
Release: 12.04

apt-cache policy octopussy
octopussy:
  Installed: 1.0.3
  Candidate: 1.0.3
  Version table:
 *** 1.0.3 0
        100 /var/lib/dpkg/status
     1.0~rc4+dfsg-0ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

regards,
M.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in octopussy (Ubuntu):
status: New → Confirmed
Revision history for this message
Marcos Sánchez Provencio (rapto) wrote :

I get this error when using sendxmpp, so I suppose the affected package is libnet-xmpp-perl

Revision history for this message
Kenneth Wombo (ke2wombo) wrote :

I get this error in a fresh installation of Quantal in /var/log/octopussy/octopussy.log

Revision history for this message
Sylvain GAIMARD (sylvain-gaimard) wrote :

Hello guys ! I've just installed Octopussy 1.0.10 and I got this error (Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/Net/XMPP/Debug.pm line 154.).

My server is an Ubuntu 12.04.2 LTS freshly installed.

Do you have any update about this bug please ?

Thanks for your help and support.

Revision history for this message
lioncub (lioncub) wrote :

Patch at /usr/share/perl5/Net/XMPP/Debug.pm line 154:

- delete($args{file}) if (lc($args{file}) eq "stdout");
+ delete($args{file}) if ($args{file} && (lc($args{file}) eq "stdout"));

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.