Skip to content

Instantly share code, notes, and snippets.

View lamby's full-sized avatar

Chris Lamb lamby

View GitHub Profile
#### Contents of the preconfiguration file (for stretch)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
[Service]
SystemCallFilter=~fsync sync syncfs fdatasync msync sync_file_range
SystemCallErrorNumber=0
$ sudo dpkg-reconfigure tzdata
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Configuring tzdata
------------------
Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are
located.
$ sudo dpkg-reconfigure tzdata
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Configuring tzdata
------------------
Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are
located.
lamby@moszumanska:~% /home/groups/reproducible/reschedule.sh -s unstable -m "ftbfs fixed in -2 I think" python-django 0 [ 18:10 ]
INFO: Starting at 2016-01-01 18:11:00.494823
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: lamby scheduled in unstable/amd64, reason: 'ftbfs fixed in -2 I think': python-django
Unknown option: 2
Usage:
kgb-client --conf */path/to/config* [*other-option* ...]
kgb-client --uri *http://some.server:port/service* --password *password*
--repo-id *repository* --repository *svn|git|cvs* --timeout
*timeout-in-seconds* --single-line-commits *off|forced|auto*
% dpkg --get-selections | awk '{print $1}' | xargs ./apt-challenge
W: ack-grep_2.14-4_all.deb: expected sha1 checksum 1f8400af5aced8ffe54ab2861dae385ba5a30165 but 587edb52b21e7a22a56bc6cbcad7b79122afa5fb is installed
W: acl_2.2.52-2_amd64.deb: expected sha1 checksum 06c037b87620e2cdceb6b2ff8102ba00196c1223 but 6626ca68ed64cc56aa5bd7f8b1911f9d9a1df026 is installed
W: acpi_1.7-1_amd64.deb: expected sha1 checksum ca035213cfcf675e51779ad1114064a6e32dae94 but d6bf22e165f9ab1655dc835e7ae22e3007ee5dd2 is installed
W: acpi-support-base_0.142-8_all.deb: expected sha1 checksum 99db6c59d98967dab08bbeb1eaf334e6f8c57bf8 but 3731cb6659b55d2ce0c77ff88d4eec22b75a8ac9 is installed
W: acpid_2.0.25-1_amd64.deb: expected sha1 checksum b406c90a5786504cbef25cc096a01ad588866220 but d91bc831756a8db180cc3ecdba37c28bdb7dd6fe is installed
W: adduser_3.113+nmu3_all.deb: expected sha1 checksum 59230e8345288effdd821729341a2bba6fe44bcc but 40d47adb274cc8e5e5fd19d7e26f17171e2db40f is installed
W: adwaita-icon-theme_3.18.0-1_all.deb: expecte
diff --git a/djcelery/management/commands/celeryd.py b/djcelery/management/commands/celeryd.py
index cffadf7..3270de3 100644
--- a/djcelery/management/commands/celeryd.py
+++ b/djcelery/management/commands/celeryd.py
@@ -4,10 +4,13 @@ Start the celery daemon from the Django management command.
"""
from celery.bin import celeryd
+from celery.bin.base import Option
We can't assume that "process_view" is called on our panels because a
middleware may render and then return a response.
diff --git a/debug_toolbar/panels/request_vars.py b/debug_toolbar/panels/request_vars.py
index 956e028..97eb80d 100644
--- a/debug_toolbar/panels/request_vars.py
+++ b/debug_toolbar/panels/request_vars.py
@@ -32,10 +32,13 @@ class RequestVarsDebugPanel(DebugPanel):
'get': [(k, self.request.GET.getlist(k)) for k in self.request.GET],
We can't assume that "process_view" is called on our panels because a
middleware may render and then return a response.
diff --git a/debug_toolbar/panels/request_vars.py b/debug_toolbar/panels/request_vars.py
index 956e028..97eb80d 100644
--- a/debug_toolbar/panels/request_vars.py
+++ b/debug_toolbar/panels/request_vars.py
@@ -32,10 +32,13 @@ class RequestVarsDebugPanel(DebugPanel):
'get': [(k, self.request.GET.getlist(k)) for k in self.request.GET],
We can't assume that "process_view" is called on our panels because a
middleware may render and then return a response.
diff --git a/debug_toolbar/panels/request_vars.py b/debug_toolbar/panels/request_vars.py
index 956e028..97eb80d 100644
--- a/debug_toolbar/panels/request_vars.py
+++ b/debug_toolbar/panels/request_vars.py
@@ -32,10 +32,13 @@ class RequestVarsDebugPanel(DebugPanel):
'get': [(k, self.request.GET.getlist(k)) for k in self.request.GET],