Your message dated Sun, 21 Jul 2013 02:21:15 +0200
with message-id <[email protected]>
and subject line systemd: please backport "journal: allow watching symlinked
journal dirs"
has caused the Debian Bug report #682126,
regarding systemd: please backport "journal: allow watching symlinked journal
dirs"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
682126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682126
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 44-3
Severity: wishlist
Tags: upstream patch
I've had problems with this. (Bug #680332 related to
trying to work around this)
commit 4a842cadb8d6b30fa9fdc8ff183633c14e02cf96
Author: Lennart Poettering <[email protected]>
Date: Thu Jul 19 03:22:07 2012 +0200
journal: allow watching symlinked journal dirs
diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c
index 672896d..fd0fb57 100644
--- a/src/journal/sd-journal.c
+++ b/src/journal/sd-journal.c
@@ -1233,7 +1233,7 @@ static int add_directory(sd_journal *j, const char
*prefix, const char *dirname)
m->wd = inotify_add_watch(j->inotify_fd, m->path,
IN_CREATE|IN_MOVED_TO|IN_MODIFY|IN_ATTRIB|IN_DELETE|
IN_DELETE_SELF|IN_MOVE_SELF|IN_UNMOUNT|
- IN_DONT_FOLLOW|IN_ONLYDIR);
+ IN_ONLYDIR);
if (m->wd > 0 && hashmap_put(j->directories_by_wd,
INT_TO_PTR(m->wd), m) < 0)
inotify_rm_watch(j->inotify_fd, m->wd);
@@ -1310,7 +1310,7 @@ static int add_root_directory(sd_journal *j, const char
*p) {
m->wd = inotify_add_watch(j->inotify_fd, m->path,
IN_CREATE|IN_MOVED_TO|IN_MODIFY|IN_ATTRIB|IN_DELETE|
- IN_DONT_FOLLOW|IN_ONLYDIR);
+ IN_ONLYDIR);
if (m->wd > 0 && hashmap_put(j->directories_by_wd,
INT_TO_PTR(m->wd), m) < 0)
inotify_rm_watch(j->inotify_fd, m->wd);
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: armel (armv5tel)
Kernel: Linux 3.4.0-tomoyo-00006-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd depends on:
ii dpkg 1.16.4.3
ii initscripts 2.88dsf-25
ii libacl1 2.2.51-8
ii libaudit0 1:1.7.18-1.1em1
ii libc6 2.13-33
ii libcap2 1:2.22-1.1
ii libcryptsetup4 2:1.4.3-2
ii libdbus-1-3 1.6.0-1
ii libgcc1 1:4.7.1-2
ii libkmod2 8-2em1
ii liblzma5 5.1.1alpha+20120614-1
ii libpam0g 1.1.3-7.1em1
ii libselinux1 2.1.9-5
ii libsystemd-daemon0 44-3
ii libsystemd-id128-0 44-3
ii libsystemd-journal0 44-3
ii libsystemd-login0 44-3
ii libudev0 175-3.1em1
ii libwrap0 7.6.q-23
ii udev 175-3.1em1
ii util-linux 2.20.1-5.1
Versions of packages systemd recommends:
ii libpam-systemd 44-3
Versions of packages systemd suggests:
ii python 2.7.3~rc2-1
ii python-cairo 1.8.8-1+b2em1
ii python-dbus 1.1.1-1
pn systemd-gui <none>
-- Configuration Files:
/etc/systemd/systemd-journald.conf changed:
[Journal]
RateLimitInterval=60s
RateLimitBurst=20
RuntimeMinFileSize=2M
ForwardToSyslog=no
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 204-1
Forgot to close this in the 204-1 upload which contains this upstream
commit. Doing it now.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---