problem with the cronjob : Can't locate conf/debiandb.pm in @INC
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pnopaste (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Fix Released
|
Low
|
Unassigned | ||
Oneiric |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pnopaste
/etc/cron.
3. Procedure, point '2'
1. Impact: This bug prevent entries from expiring in the database. It also cause annoying emails every 30 minutes to be sent to nobody since the cron scripts is outputting errors.
2. The has been fixed in Oneiric by the same way. http://
3. Patch fixing this is attached
4. TEST CASE: sudo -u nobody /usr/share/
5. The regression potential is considered low because only the user to run the cron job as has been changed.
Can't locate conf/debiandb.pm in @INC (@INC contains: /etc/perl /usr/local/
BEGIN failed--compilation aborted at /usr/share/
Compilation failed in require at /usr/share/
BEGIN failed--compilation aborted at /usr/share/
Compilation failed in require at /usr/share/
BEGIN failed--compilation aborted at /usr/share/
Compilation failed in require at /usr/share/
BEGIN failed--compilation aborted at /usr/share/
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pnopaste 1.3-2
ProcVersionSign
Uname: Linux 2.6.32-
Architecture: i386
Date: Tue Apr 26 14:46:07 2011
InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release i386 (20110211.1)
PackageArchitec
ProcEnviron:
LANG=fr_CA.UTF-8
SHELL=/bin/bash
SourcePackage: pnopaste
Related branches
- Ubuntu Development Team: Pending requested
-
Diff: 20 lines (+7/-1)2 files modifieddebian/changelog (+6/-0)
debian/pnopaste.cron.d (+1/-1)
description: | updated |
tags: | added: patch |
Changed in pnopaste (Ubuntu Oneiric): | |
status: | New → Invalid |
description: | updated |
Changed in pnopaste (Ubuntu Oneiric): | |
status: | Invalid → Fix Released |
description: | updated |
tags: |
added: verification-done removed: verification-needed |
tags: | added: testcase |
Here's a debdiff that fix my problem.