[Bug 772214] Re: default state file location is wrong in manpage

2018-08-22 Thread Bug Watch Updater
** Changed in: logrotate (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage notificati

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/logrotate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage notifications about this bug go to: https

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package logrotate - 3.8.7-2ubuntu2 --- logrotate (3.8.7-2ubuntu2) wily; urgency=medium * debian/patches/manpage.patch: fix state file path in FILES section (LP: #772214) -- Andrey Bondarenko Tue, 01 Sep 2015 11:56:43 +0500 ** Changed in: logrotate

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-01 Thread Andrey Bondarenko
** Changed in: logrotate (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage not

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-01 Thread Bug Watch Updater
** Changed in: logrotate (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage notifications a

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~abone/ubuntu/wily/logrotate/fix-for-772214 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage notifications

[Bug 772214] Re: default state file location is wrong in manpage

2015-08-31 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #775421 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775421 ** Also affects: logrotate (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775421 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 772214] Re: default state file location is wrong in manpage

2013-05-18 Thread Sergey Svishchev
** No longer affects: server-papercuts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage notifications about this bug go to: http

[Bug 772214] Re: default state file location is wrong in manpage

2011-10-11 Thread Scott Moser
Sorry. I incorrectly marked this as fix-released. svs pointed out that the bug reported here is that the man page shows: FILES /var/lib/logrotate.status Default state file. /etc/logrotate.confConfiguration options. The '--state' section correctly lists '/var/lib/logrotate/s

[Bug 772214] Re: default state file location is wrong in manpage

2011-10-11 Thread Scott Moser
I've verified that /var/lib/logrotate/status is the correct path, and is listed in the man page on oneiric by doing: $ sudo strace -ff -o out /etc/cron.daily/logrotate Grepping through gh the output shows: stat("/var/lib/logrotate/status", {st_mode=S_IFREG|0644, st_size=391, ...}) = 0 open("/var/

[Bug 772214] Re: default state file location is wrong in manpage

2011-10-11 Thread Scott Moser
I can verify this fix-released in 3.7.8-6ubuntu5 (oneiric), so marking it as such. ** Changed in: logrotate (Ubuntu) Importance: Undecided => Low ** Changed in: logrotate (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 772214] Re: default state file location is wrong in manpage

2011-06-09 Thread Sergey Svishchev
** Also affects: server-papercuts Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage n

[Bug 772214] Re: default state file location is wrong in manpage

2011-04-28 Thread Sly
Thanks for the information. As I'm not on 10.04, I'm not able to confirm this. Someone should be along shortly to confirm and/or ask for more information. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 772214] Re: default state file location is wrong in manpage

2011-04-28 Thread Sergey Svishchev
Lucid 10.04.2 --- FILES /var/lib/logrotate.status Default state file. /etc/logrotate.confConfiguration options. --- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title:

[Bug 772214] Re: default state file location is wrong in manpage

2011-04-28 Thread Sly
What version of Ubuntu are you using? man logrotate -s, --state Tells logrotate to use an alternate state file. This is useful if logrotate is being run as a different user for various sets of log files. The default state file is /var/li