Bug 956257 - perl scripts do not sent LOG_EMERG log messages (Sys::Syslog)
Summary: perl scripts do not sent LOG_EMERG log messages (Sys::Syslog)
Keywords:
Status: CLOSED DUPLICATE of bug 950017
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: 18
Hardware: All
OS: Linux
urgent
high
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 454602
Blocks: 956263 956264
TreeView+ depends on / blocked
 
Reported: 2013-04-24 14:27 UTC by Martin Kyral
Modified: 2018-10-19 19:22 UTC (History)
13 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 454602
: 956263 956264 (view as bug list)
Environment:
Last Closed: 2013-04-24 15:39:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Comment 1 Martin Kyral 2013-04-24 14:36:18 UTC
Description of problem:
perl scripts can't send messages with the LOG_EMERG log level to syslog.

Version:
perl-5.16.3-241.fc18

Steps to Reproduce:
0 [mkyral@ ~ ]$ perl -e 'use Sys::Syslog; syslog(LOG_EMERG, "Test message")'
syslog: level must be given at -e line 1.


Actual results:
syslog: level must be given at -e line 1.

Expected results:
message logged

Comment 2 Petr Pisar 2013-04-24 15:39:55 UTC

*** This bug has been marked as a duplicate of bug 950017 ***


Note You need to log in before you can comment on or make changes to this bug.