Mailinglist Archive: opensuse-bugs (13468 mails)

< Previous Next >
[Bug 333997] New: rpm -qp filename.rpm reads from STDIN
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 15 Oct 2007 11:07:14 -0600 (MDT)
  • Message-id: <bug-333997-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=333997

Summary: rpm -qp filename.rpm reads from STDIN
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: mls@xxxxxxxxxx
ReportedBy: jw@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---


open("test-0.1/cyrus-imapd-readme.rpm", O_RDONLY) = 3
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 1000) = 1
read(3, "---------------\nCyrus IMAPd RPM\n"..., 96) = 96
close(3) = 0
open("test-0.1/cyrus-imapd-readme.rpm", O_RDONLY) = 3
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2b55fb670000
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 1000) = 1
read(3, "---------------\nCyrus IMAPd RPM\n"..., 8192) = 1653
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 1000) = 1
read(3, "", 6539) = 0
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 1000) = 1
read(3, "", 8192) = 0
close(3) = 0
munmap(0x2b55fb670000, 8192) = 0
dup(0) = 3
poll({fd=3, ...


Yes, this file is not a valid .rpm package, it is ASCII English text.
I' expect all kinds of error messages, but hanging infinitly is an unwelcome
surprise here.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >