Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

add postgres (using new local docker flow) #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lrvick
Copy link
Member

@lrvick lrvick commented Jun 27, 2016

Package changes:
+libpq5 9.4.8-0+deb8u1
+postgresql 9.4+165+deb8u1
+postgresql-9.4 9.4.8-0+deb8u1
+postgresql-client-9.4 9.4.8-0+deb8u1
+postgresql-client-common 165+deb8u1
+postgresql-common 165+deb8u1

Package changes:
+libpq5 9.4.8-0+deb8u1
+postgresql 9.4+165+deb8u1
+postgresql-9.4 9.4.8-0+deb8u1
+postgresql-client-9.4 9.4.8-0+deb8u1
+postgresql-client-common 165+deb8u1
+postgresql-common 165+deb8u1
@KellerFuchs
Copy link
Member

@lrvick package.txt has a bunch of unrelated changes.

@lrvick
Copy link
Member Author

lrvick commented Jun 29, 2016

The only thing I did was install postgres, which pulled in all those deps automatically.

To replicate yourself:

git checkout [email protected]:hashbang/shell-etc.git
cd shell-etc
docker run -d \
  -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
  -v $PWD:/etc-git \
  -v $HOME/.gitconfig:/root/.gitconfig:ro \
  --name shell-server \
  --cap-add SYS_ADMIN \
  hashbang/shell-server
docker exec -it shell-server bash
apt-get install postgresql
exit
git reset --soft HEAD~1
git diff

@KellerFuchs
Copy link
Member

@lrvick I doubt uninstalling deb.torproject.org-keyring was a dependency of pgsql.

@lrvick
Copy link
Member Author

lrvick commented Jun 29, 2016

@KellerFuchs I suspect this might be an artifact of actually doing package installs on -clean- debian systems, which have not been the case in a while

For instance I realized our packages.txt never included the ssh metapackage (much to my confusion) and did not get installed on build in spite of ssh-server etc being there. Turns out the base image atlantic.net ships with it already installed, so we never noticed.

Perhaps there is another higher level metapackage dependency that is not on our list so apt-get just cleans up what it sees dependency packages that were never installed/required.

@lrvick
Copy link
Member Author

lrvick commented Jun 29, 2016

Perhaps something in this is derped? https://github.com/hashbang/shell-server/blob/master/setup.sh#L39-L45

@KellerFuchs
Copy link
Member

@lrvick I will check when I can manage the spoons & spare time to setup Docker in Whonix.
I suspect this is the same issue as for de68cd3#commitcomment-18100715

@lrvick
Copy link
Member Author

lrvick commented Jul 1, 2016

apps3 is not in use at all atm. You could test there if you like.

On Fri, Jul 1, 2016 at 12:27 PM, The Fox in the Shell <
[email protected]> wrote:

@lrvick https://github.com/lrvick I will check when I can manage the
spoons & spare time to setup Docker in Whonix.
I suspect this is the same issue as for de68cd3#commitcomment-18100715
de68cd3#commitcomment-18100715


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#100 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAEOUHtexrd1Ga_WHC1EEsw1U9N-59L-ks5qRWoHgaJpZM4I-yxG
.

Lance R. Vick


Cell - 407.283.7596
Gtalk - [email protected]
Website - http://lrvick.net
PGP Key - http://lrvick.net/0x36C8AAA9.asc
keyserver - subkeys.pgp.net


@lrvick
Copy link
Member Author

lrvick commented Jul 6, 2016

ping @KellerFuchs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants