[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2016-03-10 Thread Mathew Hodson
** Changed in: squid3 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: squid3 (Ubuntu Trusty)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2015-10-06 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since we're on systemd now, this presumably only affects Trusty and
maybe Precise, so marking Fix Released in the development release and
leaving a Trusty task open instead.

** Changed in: squid3 (Ubuntu)
   Status: Confirmed => Fix Released

** Also affects: squid3 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2015-10-02 Thread Tiago Stürmer Daitx
** Changed in: squid3 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2014-12-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "etc-init-squid3.conf.patch" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
** Patch added: "etc-init-squid3.conf.patch"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+attachment/4286888/+files/etc-init-squid3.conf.patch

** Description changed:

  Prerequisites:
  - Ubuntu 14.04
  - squid3
  
  Problem:
  - we have got the following message in the log on a first start:
  2014/12/24 10:14:20| ERROR: /var/spool/squid3/07: (2) No such file or 
directory
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/07
  FATAL:  Failed to verify one of the swap directories, Check cache.log
- for details.  Run 'squid -z' to create swap directories
- if needed, or if running Squid for the first time.
+ for details.  Run 'squid -z' to create swap directories
+ if needed, or if running Squid for the first time.
  Squid Cache (Version 3.3.8): Terminated abnormally.
  CPU Usage: 0.043 seconds = 0.030 user + 0.012 sys
  Maximum Resident Size: 101168 KB
  Page faults with physical i/o: 0
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/08
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/09
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0A
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0B
  
  Solution:
- - swap creation process should not be daemonized, the patch is bellow
- 
---
- --- /etc/init/squid3.conf.orig2014-11-25 17:42:27.0 +0300
- +++ /etc/init/squid3.conf 2014-12-24 10:26:19.626955561 +0300
- @@ -49,7 +49,7 @@
-   if [ "$cache_type" = "coss" -a -d "$cache_dir" -a ! -f 
"$cache_dir/stripe" ] ||
-  [ "$cache_type" != "coss" -a -d "$cache_dir" -a ! -d "$cache_dir/00" 
]
-   then
- - /usr/sbin/squid3 $SQUID_ARGS -z -f $CONFIG
- + /usr/sbin/squid3 -N $SQUID_ARGS -z -f $CONFIG
-   fi
-  end script
-  
- 
---
+ - swap creation process should not be daemonized, the patch is attached
  
  Best regards,
  Stanislav German-Evtushenko

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs