Package: wodim
Version: 9:1.1.9-1
Severity: minor
Tags: patch
I think there is a newline missing:
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK
limits.Device was not specified. Trying to find an appropriate
drive...
--- wodim.c 2008-02-26 16:59:05.000000000 +0900
+++ wodim.c.fix 2009-01-13 05:15:38.702673943 +0900
@@ -3081,7 +3081,7 @@
rlim.rlim_cur = rlim.rlim_max = RLIM_INFINITY;
if (setrlimit(RLIMIT_MEMLOCK, &rlim) < 0)
- errmsg("Warning: Cannot raise RLIMIT_MEMLOCK limits.");
+ errmsg("Warning: Cannot raise RLIMIT_MEMLOCK limits.\n");
#endif /* RLIMIT_MEMLOCK */
}
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP) (ignored:
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash
Versions of packages wodim depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libcap2 2.11-2 support for getting/setting POSIX.
Versions of packages wodim recommends:
ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem
Versions of packages wodim suggests:
pn cdrkit-doc <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]