This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 68912a5cbe031c6d83de3c61311f767742a0610a | |
| Author: Martin Blix Grydeland <[email protected]> | |
| Date: Sun Feb 17 00:05:11 2013 +0100 | |
| Expire callback implementation | |
| diff --git a/bin/varnishd/cache.h b/bin/varnishd/cache.h | |
| index 31b19ef..1def4e5 100644 | |
| --- a/bin/varnishd/cache.h | |
| +++ b/bin/varnishd/cache.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@graveyard:~# IPMI_PASSWORD=X ipmitool -I lanplus -U root -H 10.110.5.3 -E chassis status | |
| System Power : on | |
| Power Overload : false | |
| Power Interlock : inactive | |
| Main Power Fault : false | |
| Power Control Fault : false | |
| Power Restore Policy : previous | |
| Last Power Event : | |
| Chassis Intrusion : inactive | |
| Front-Panel Lockout : inactive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 73fb8e90723f7e95e2f558b0d2aca89edfcca429 | |
| Author: Tollef Fog Heen <[email protected]> | |
| Date: Wed Apr 3 10:10:02 2013 +0200 | |
| dak/control_suite.py: Warn about missing overrides | |
| If overrides are missing for a given suite, the imported packages | |
| won't show up, causing a bit of confusion. To prevent this, warn and | |
| don't add the package. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 332370d5231600c014bb5dad0a0b604fc20991e9 | |
| Author: Tollef Fog Heen <[email protected]> | |
| Date: Wed Apr 3 10:10:02 2013 +0200 | |
| dak/control_suite.py: Warn about missing overrides | |
| If overrides are missing for a given suite, the imported packages | |
| won't show up, causing a bit of confusion. To prevent this, warn and | |
| don't add the package. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 102f4bc961a9dce6dba8cb653c68f06576b7e2f5 | |
| Author: Tollef Fog Heen <[email protected]> | |
| Date: Wed Apr 3 10:10:02 2013 +0200 | |
| dak/control_suite.py: Warn about missing overrides | |
| If overrides are missing for a given suite, the imported packages | |
| won't show up, causing a bit of confusion. To prevent this, warn and | |
| don't add the package. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ntpq> peers | |
| 1 packets reassembled into response | |
| remote refid st t when poll reach delay offset jitter | |
| ============================================================================== | |
| 2 packets reassembled into response | |
| delta.h3x.no 129.242.4.241 2 u 44 64 1 39.223 3.634 0.000 | |
| 2 packets reassembled into response | |
| oneofmany.grote 133.147.193.227 3 u 43 64 1 1.250 0.993 0.000 | |
| 2 packets reassembled into response | |
| grendel.exizten 130.149.17.8 2 u 42 64 1 2.301 -3.941 0.000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/bin/varnishd/cache/cache_pool.c b/bin/varnishd/cache/cache_pool.c | |
| index 4e7bd7c..b3e9b51 100644 | |
| --- a/bin/varnishd/cache/cache_pool.c | |
| +++ b/bin/varnishd/cache/cache_pool.c | |
| @@ -163,12 +163,12 @@ pool_accept(struct worker *wrk, void *arg) | |
| } | |
| VTAILQ_REMOVE(&pp->idle_queue, &wrk2->task, list); | |
| AZ(wrk2->task.func); | |
| - Lck_Unlock(&pp->mtx); | |
| assert(sizeof *wa2 == WS_Reserve(wrk2->aws, sizeof *wa2)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 928515a82e7413b5f03ef6fae296c932d2f4f346 Mon Sep 17 00:00:00 2001 | |
| From: Tollef Fog Heen <[email protected]> | |
| Date: Thu, 22 Nov 2012 14:51:20 +0100 | |
| Subject: [PATCH] Add archive rename command | |
| Make it possible to rename archives using | |
| dak admin archive rename OLD NEW | |
| Signed-off-by: Tollef Fog Heen <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 7d64a714b2c528f9f58f9e0458aa64662957cab1 Mon Sep 17 00:00:00 2001 | |
| From: Tollef Fog Heen <[email protected]> | |
| Date: Thu, 22 Nov 2012 08:52:42 +0100 | |
| Subject: [PATCH] Add ordering to component table and use this when checking | |
| policy | |
| This allows us to accept source-only into | |
| other components than {main,contrib,non-free}. | |
| Signed-off-by: Tollef Fog Heen <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # coding=utf8 | |
| """ | |
| Add component ordering | |
| @contact: Debian FTP Master <[email protected]> | |
| @copyright: 2012 Varnish Software AS | |
| @author: Tollef Fog Heen <[email protected]> | |
| @license: GNU General Public License version 2 or later |