summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpicca2015-09-15 07:32:19 +0000
committeradmin2015-09-15 07:32:19 +0000
commit8ec3d3abed22af2048103dcd583823c617b843cc (patch)
tree4b62e5a062063827a7f871f7b361b028b0cb5b52 /doc
parent0f8a294efcdaa0f4802910cd988e72f32c71d05b (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Shared_connection_to_xxx_closed..mdwn58
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/forum/Shared_connection_to_xxx_closed..mdwn b/doc/forum/Shared_connection_to_xxx_closed..mdwn
new file mode 100644
index 00000000..ddcbd90c
--- /dev/null
+++ b/doc/forum/Shared_connection_to_xxx_closed..mdwn
@@ -0,0 +1,58 @@
+Hello,
+
+yesterday I was affected by a power outrage will deploying a machine with propellor.
+Once restarted, I discovered that my git repository containing the propello (aka. ~/.propellor) was corrupted some objects were empty).
+So I decided to make a clean clone of my central propellor repository.
+
+what I did exactly, is
+mv ~/.propello ~/.propellor.orig
+mkdir ~/.propellor
+cd ~/.propellor && git init
+cp ~/.propellor.orig/.git/config ~/.propellor/.git/
+
+then I did
+
+git pull --all
+
+but now when I run propellor, I get this error message.
+
+:~$ propellor
+** warning: ** Your /home/picca/.propellor is out of date..
+ A newer upstream version is available in /usr/src/propellor/propellor.git
+ To merge it, run: git merge upstream/master
+
+Building propellor-2.7.3...
+Preprocessing library propellor-2.7.3...
+In-place registering propellor-2.7.3...
+Preprocessing executable 'propellor' for propellor-2.7.3...
+Preprocessing executable 'propellor-config' for propellor-2.7.3...
+Propellor build ... done
+
+
+Pull from central git repository ... done
+git branch origin/master gpg signature verified; merging
+Already up-to-date.
+Building propellor-2.7.3...
+Preprocessing library propellor-2.7.3...
+In-place registering propellor-2.7.3...
+Preprocessing executable 'propellor' for propellor-2.7.3...
+Preprocessing executable 'propellor-config' for propellor-2.7.3...
+Propellor build ... done
+
+Une phrase secrète est nécessaire pour déverrouiller la clef secrète de
+l'utilisateur : « Picca Frédéric-Emmanuel <picca@debian.org> »
+clef RSA de 4096 bits, identifiant 4696E015, créée le 2011-02-14
+
+[master dc8fbd3] propellor spin
+Git commit ... done
+Décompte des objets: 1, fait.
+Écriture des objets: 100% (1/1), 862 bytes | 0 bytes/s, fait.
+Total 1 (delta 0), reused 0 (delta 0)
+To git+ssh://xxxxxxxx/propellor
+ 8b1647f..dc8fbd3 master -> master
+Push to central git repository ... done
+Shared connection to xxxxx closed.
+
+I would like to know if you think this could be problem in propellor (I do not know all the magic involved in the deployment process of propellor).
+
+thanks