Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Being Facebook member: How to anon?
Date: Tue, 24 Oct 2017 01:59:23
Message-Id: 20171024015854.h3hahiv4lnou6p6h@solfire
In Reply to: Re: [gentoo-user] [OT] Being Facebook member: How to anon? by tuxic@posteo.de
1 On 10/24 02:12, tuxic@××××××.de wrote:
2 > On 10/24 02:04, tuxic@××××××.de wrote:
3 > > On 10/23 09:33, Róbert Čerňanský wrote:
4 > > > On Mon, 23 Oct 2017 17:56:40 +0200
5 > > > tuxic@××××××.de wrote:
6 > > >
7 > > > > On 10/23 09:56, Stroller wrote:
8 > > > > >
9 > > > > > > On 22 Oct 2017, at 16:50, tuxic@××××××.de wrote:
10 > > > > > >
11 > > > > > > for its invasive nature and its data gathering I really dont like
12 > > > > > > facebook.
13 > > > > > >
14 > > > > > > And now it seems that I cant with out it:
15 > > > > > > There is a HUGE user group for the Creality CR-10 3D printer there
16 > > > > > > and veryone and everything is referencing it.
17 > > > > > >
18 > > > > > > My question is:
19 > > > > > > Are there ways (and which ones) to become member of facebook
20 > > > > > > just to read and write to this user grout (like a mailinglist)
21 > > > > > > and keep the impact on privacy an personal fingerprinting as
22 > > > > > > small as ever possible?
23 > > > > >
24 > > > > > I joined Facebook for the first time this week, for similar reasons
25 > > > > > as, and with similar reservations to, you.
26 > > > > >
27 > > > > > When people upload a photo of you, it performs facial recognition
28 > > > > > and they can "tag" you as being in the photo. You don't have to
29 > > > > > upload a photo of yourself (I'm thinking of trying one in
30 > > > > > sunglasses) and in the privacy settings you're also able to forbid
31 > > > > > people from tagging you.
32 > > > > >
33 > > > > > There are quite granular settings to allow anyone but friends to
34 > > > > > see or post on your timeline - I was quite impressed by how much
35 > > > > > privacy appears to be available to users. I suspect this allows you
36 > > > > > more privacy from you family and colleagues than it does from
37 > > > > > Facebook, though.
38 > > > > >
39 > > > > > Stroller.
40 > > > > >
41 > > > > >
42 > > > >
43 > > > > Hi,
44 > > > >
45 > > > > thanks a lot for all the input...it seems not only my problem which I
46 > > > > have with facehook.
47 > > > >
48 > > > > I will try th docker-way at first.
49 > > > > But: I am a total (in words: "total") newbie when it comes to docker.
50 > > > > And as I want "only" to encapsulate my inner self from the faces in
51 > > > > that book (and for the first dont need to explore the huge planet of
52 > > > > docker)...does one know of a good documentation for that
53 > > > > purpose...something like: "Facebook for Dummies: How to use docker
54 > > > > for anon access to facebook" ...or something like that ... ;)
55 > > >
56 > > > Well, here is very compressed "how to start" (partly from top of my
57 > > > head):
58 > > >
59 > > > 1. emerge app-emulation/docker and /etc/init.d/docker start
60 > > > 2. Add yourself to docker group; re-login
61 > > > 3. Choose docker image that you like on hub.docker.com; for example:
62 > > > https://hub.docker.com/r/openhs/firefox-ubuntu/ as I have mentioned in
63 > > > previous mail. It's what I've made for myself and published.
64 > > > 4. Follow instructions for your chosen image how to run it. For the
65 > > > openhs/firefox-ubuntu image above, the following command should start
66 > > > Firefox:
67 > > >
68 > > > $ docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd \
69 > > > -v /tmp/.X11-unix:/tmp/.X11-unix \
70 > > > -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu
71 > > >
72 > > > What it does is: from image openhs/firefox-ubuntu it creates container
73 > > > named 'firefox' and starts it. (The image is downloaded automatically.)
74 > > >
75 > > > This long command is needed only for the first time. Next time you can
76 > > > start it with:
77 > > >
78 > > > $ docker start firefox
79 > > >
80 > > > Some basic docker commands:
81 > > >
82 > > > $ docker ps [-a] - lists running containers [or all containers]
83 > > > $ docker images - lists images
84 > > > $ docker rm [container_name] - removes container
85 > > > $ docker rmi [image_name] - removes image
86 > > >
87 > > > The official documentation is pretty good:
88 > > > https://docs.docker.com/get-started/
89 > > >
90 > > > Regards,
91 > > > Robert
92 > > >
93 > > >
94 > > > --
95 > > > Róbert Čerňanský
96 > > > E-mail: openhs@×××××××××.com
97 > > > Jabber: hs@××××××.sk
98 > > >
99 > >
100 > > Hi Robert,
101 > >
102 > > oh YEAH!
103 > > Thanks a lot for that quick start!
104 > >
105 > > I didi it, but...
106 > > #>eix -I docker
107 > > [I] app-emulation/docker
108 > > Available versions: 17.03.2^si (~)17.06.2^si (~)17.09.0^si **9999^si {apparmor aufs btrfs +container-init +device-mapper hardened overlay pkcs11 seccomp}
109 > > Installed versions: 17.09.0^si(05:48:14 PM 10/23/2017)(container-init device-mapper seccomp -apparmor -aufs -btrfs -hardened -overlay -pkcs11)
110 > > Homepage: https://dockerproject.org
111 > > Description: The core functions you need to create Docker images and run Docker containers
112 > >
113 > > [I] app-emulation/docker-proxy
114 > > Available versions: 0.8.0_p20161111 (~)0.8.0_p20170917^t **9999
115 > > Installed versions: 0.8.0_p20170917^t(05:46:10 PM 10/23/2017)
116 > > Homepage: https://github.com/docker/libnetwork
117 > > Description: Docker container networking
118 > >
119 > > [I] app-emulation/docker-runc
120 > > Available versions: 1.0.0_rc2_p20170308^t (~)1.0.0_rc3_p20170706^t (~)1.0.0_rc4_p20170917^t {+ambient apparmor hardened +seccomp}
121 > > Installed versions: 1.0.0_rc4_p20170917^t(05:46:07 PM 10/23/2017)(ambient seccomp -apparmor -hardened)
122 > > Homepage: http://runc.io
123 > > Description: runc container cli tools (docker fork)
124 > >
125 > >
126 > > #>groups
127 > > wheel mail uucp audio cdrom video games cdrw usb users docker wireshark vboxusers vlock realtime
128 > > ^----^
129 > >
130 > > (as root)
131 > > #>/etc/init.d/docker start
132 > > * WARNING: docker has already been started
133 > > (so it is runnig)
134 > >
135 > > (as user again)
136 > > #>docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu
137 > >
138 > > docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
139 > > See 'docker run --help'.
140 > > [1] 10401 exit 125 docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd -v -v -dti
141 > >
142 > > Hmmmm...seems I missed something...
143 > >
144 > > Cheers
145 > > Meino
146 > >
147 > >
148 > >
149 > >
150 >
151 > Found this in dmesg
152 >
153 > [ 1587.391861] device-mapper: table: 254:0: thin-pool: unknown target type
154 > [ 1587.391863] device-mapper: ioctl: error adding target to table
155 >
156 > these two lines are added when I try to start /etc/ini.d/docker as root.
157 >
158 > Cheers
159 > Meino
160 >
161 >
162 >
163
164 I could this problem by defining
165
166 CONFIG_DM_THIN_PROVISIONING=y
167
168 in the kernel, recompile it and the message disappears.
169 BUT:
170 still docker does not start...
171
172 How can I fix that?
173
174 Cheers
175 Meino

Replies

Subject Author
Re: [gentoo-user] [OT] Being Facebook member: How to anon? tuxic@××××××.de