[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-19 Thread Brian Murray
This is in or on its way to precise via precise-proposed.

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Medium

** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = 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/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-19 Thread Bryce Harrington
** Description changed:

- The logrotate configuration is trying to call squid instead of
- squid3 to notify the proxy of the log rotation. Here is the error mail
- from cron :
+ [Problem]
+ 1-2 sentence summary of the issue
+ 
+ [Impact]
+ fill me in with explanation of severity and frequency of bug on users and 
justification for backporting the fix to the stable release
+ 
+ [Development Fix]
+ fill me in with an explanation of how the bug has been addressed in the 
development branch, including the relevant version numbers of packages modified 
in order to implement the fix. 
+ 
+ [Stable Fix]
+ fill me in by pointing out a minimal patch applicable to the stable version 
of the package.
+ 
+ [Text Case]
+ fill me in with detailed *instructions* on how to reproduce the bug.  This 
will be used by people later on to verify the updated package fixes the 
problem.
+ 1.
+ 2.
+ 3.
+ Broken Behavior: 
+ Fixed Behavior: 
+ 
+ [Regression Potential]
+ fill me in with a discussion of likelihood and potential severity of 
regressions and how users could get inadvertently affected.
+ 
+ [Original Report]
+ 
+ 
+ The logrotate configuration is trying to call squid instead of squid3 to 
notify the proxy of the log rotation. Here is the error mail from cron :
  
  /etc/cron.daily/logrotate:
  logrotate_script: 2: logrotate_script: /usr/sbin/squid: not found
  error: error running shared postrotate script for 
'/var/log/squid-deb-proxy/*.log '
  run-parts: /etc/cron.daily/logrotate exited with return code 1
  
  Here is the faulty logrotate config extract from /etc/logrotate.d/squid-
  deb-proxy :
  
-  postrotate
-   test ! -e /var/run/squid-deb-proxy.pid || /usr/sbin/squid -f 
/etc/squid-deb-proxy/squid-deb-proxy.conf -k rotate
-  endscript
- 
+  postrotate
+   test ! -e /var/run/squid-deb-proxy.pid || /usr/sbin/squid -f 
/etc/squid-deb-proxy/squid-deb-proxy.conf -k rotate
+  endscript
  
  # lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04
  
  # apt-cache policy squid-deb-proxy
  squid-deb-proxy:
-   Installed: 0.6.2
-   Candidate: 0.6.2
-   Version table:
-  *** 0.6.2 0
- 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 0.6.2
+   Candidate: 0.6.2
+   Version table:
+  *** 0.6.2 0
+ 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  # apt-cache policy squid3
  squid3:
-   Installed: 3.1.19-1ubuntu2
-   Candidate: 3.1.19-1ubuntu2
-   Version table:
-  *** 3.1.19-1ubuntu2 0
- 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.1.19-1ubuntu2
+   Candidate: 3.1.19-1ubuntu2
+   Version table:
+  *** 3.1.19-1ubuntu2 0
+ 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
+ 100 /var/lib/dpkg/status

** Summary changed:

- squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise
+ squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise 
[SRU]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise [SRU]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise [SRU]

2012-04-19 Thread Launchpad Bug Tracker
This bug was fixed in the package squid-deb-proxy - 0.6.3

---
squid-deb-proxy (0.6.3) precise-proposed; urgency=low

  [ Simon Déziel ]
  * Support squid and squid3 in logrotate config (LP: #984806)

  [ Michael Vogt ]
  * mirror-dstdomain.acl:
- fix typo, thanks to Paolo Rotolo (LP: #978696)
 -- Michael Vogt michael.v...@ubuntu.com   Thu, 19 Apr 2012 14:46:24 +0200

** Changed in: squid-deb-proxy (Ubuntu)
   Status: Fix Committed = 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/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise [SRU]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread Simon Déziel
** Branch linked: lp:~sdeziel/squid-deb-proxy/lp984806

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread Simon Déziel
** Branch linked: lp:~sdeziel/squid-deb-proxy/fix-for-lp984806

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread kroq-gar78
Trying to link it to Debian and file the bug later, but Launchpad keeps
saying: Package squid-deb-proxy is not published in Debian. NO idea
why...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~kroq-gar78/ubuntu/precise/squid-deb-
proxy/fix-984806

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread kroq-gar78
I uploaded my ubuntu version of squid-deb-proxy from precise, and I'll
attach the debdiff. It's based on Simon Deziel.?field.comment=I uploaded
my ubuntu version of squid-deb-proxy from precise, and I'll attach the
debdiff. It's based on Simon Deziel.

** Patch added: Debdiff to support both 'squid' and 'squid3' commands
   
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+attachment/3091741/+files/squid-deb-proxy_984806.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984806] Re: squid-deb-proxy's logrotate file calls squid instead of squid3 on Precise

2012-04-18 Thread Ubuntu Foundation's Bug Bot
The attachment Debdiff to support both 'squid' and 'squid3' commands
of this bug report has been identified as being a patch in the form of a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  In the event
that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-sponsors team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984806

Title:
  squid-deb-proxy's logrotate file calls squid instead of squid3 on
  Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/984806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs