People who Joins , Parts or Quits a chatroom
this is #debian an IRC -Channel at freenode (freenode IRC service closed 2021-06-01)
0 [00:00:56] *** Joins: tensorpudding (~michael@replaced-ip )
1 [00:00:57] *** Quits: slicepaperwords (~slicepape@replaced-ip ) (Ping timeout: 240 seconds)
2 [00:01:31] *** Joins: slicepaperwords (~slicepape@replaced-ip )
3 [00:02:22] *** Quits: bars0 (~Name@replaced-ip ) (Quit: leaving)
4 [00:03:42] *** Joins: bruce549 (israfel@replaced-ip )
5 [00:03:51] *** Joins: aaro (aaro@replaced-ip )
6 [00:04:13] *** Joins: israfel (israfel@replaced-ip )
7 [00:04:23] *** Quits: safe (~safe@replaced-ip ) (Quit: Leaving)
8 [00:04:37] *** Joins: amd_0x51 (amd@replaced-ip )
9 [00:04:46] *** Joins: Fallenour (~Fallenour@replaced-ip )
10 [00:04:50] *** Quits: treegor (~gary@replaced-ip ) (Read error: Connection reset by peer)
11 [00:05:03] <qaz1> how can i enable /etc/rc.local?
12 [00:05:08] <qaz1> i dont think its execuiting
13 [00:05:10] *** Joins: modlin (modlin@replaced-ip )
14 [00:05:15] *** Joins: kranius (~kranius@replaced-ip )
15 [00:05:23] *** Joins: treegor (~gary@replaced-ip )
16 [00:06:14] *** Joins: rungcc (~rungcc@replaced-ip )
17 [00:06:50] *** Quits: rungcc (~rungcc@replaced-ip ) (Client Quit)
18 [00:06:54] *** Parts: qaz1 (hidden-use@replaced-ip ) ()
19 [00:07:10] *** Joins: WoollySocks (~humbag@replaced-ip )
20 [00:07:44] *** Parts: CyberGabber (~CyberGabb@replaced-ip ) ()
21 [00:09:00] *** debhelper sets mode: +l 1716
22 [00:09:23] *** Joins: gftg (~gftg@replaced-ip )
23 [00:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
24 [00:12:06] *** Joins: remo (~user@replaced-ip )
25 [00:12:07] *** Joins: blaaa (~Crazy-Eig@replaced-ip )
26 [00:12:08] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 240 seconds)
27 [00:12:26] *** Joins: tonyoy_ (~tonyoy@replaced-ip )
28 [00:13:41] *** Quits: blaaa (~Crazy-Eig@replaced-ip ) (Read error: Connection reset by peer)
29 [00:13:55] <tobiasBora> Does anyone knows a way to do the same thing as the bash "init-file", but using sh ?
30 [00:15:11] *** Joins: burdz_ (~burdz@replaced-ip )
31 [00:15:31] <tobiasBora> (I'd like to run an interactive bash, but print some text on it)
32 [00:15:35] *** Quits: Quellbrunn (~Crazy-Eig@replaced-ip ) (Ping timeout: 240 seconds)
33 [00:17:14] *** Joins: linuxdaemon (linuxdemon@replaced-ip )
34 [00:17:30] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
35 [00:18:03] <n4dir> to me it isn't clear what you mean: what is the "init-file" and what do you mean with sh, a posix shell?
36 [00:18:09] <rotaticus> tobiasBora: are you talking about .bashrc ... for sh it's .profile iirc
37 [00:18:18] *** Quits: soee_ (~soee@replaced-ip ) (Quit: Konversation terminated!)
38 [00:18:41] *** Joins: Megaf (~Megaf@replaced-ip )
39 [00:18:59] *** Joins: BenderRodriguez (~Foxhoundz@replaced-ip )
40 [00:19:14] *** Quits: maxzor (~maxzor@replaced-ip ) (Remote host closed the connection)
41 [00:21:00] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 248 seconds)
42 [00:21:23] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
43 [00:21:44] *** Joins: netzfisch (~Thunderbi@replaced-ip )
44 [00:22:09] *** Quits: patterson (~patterson@replaced-ip ) (Quit: I quit)
45 [00:23:13] *** Joins: klon (~klon@replaced-ip )
46 [00:23:38] *** Joins: zlg (~zlg@replaced-ip )
47 [00:24:10] *** Joins: AarKnos (~AarKnos@replaced-ip )
48 [00:24:35] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
49 [00:25:38] <tobiasBora> rotaticus: n4dir : I'd like to run a single sh shell (it can be the sh program of debian, but also the sh of alpine linux... any sh implementation if possible) such that the first action of this shell is to run a command like ". ~/myscript", and then give back the input to the user without closing itself
50 [00:25:46] *** Quits: LifeFrame (~smica83@replaced-ip ) (Quit: Bye)
51 [00:25:58] <tobiasBora> bash provides --input-file that can be somehow turn to do the same thing,
52 [00:26:20] <tobiasBora> and I'd like o know it it's possible to use on any shell "sh" a similar method
53 [00:26:21] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 240 seconds)
54 [00:26:41] <n4dir> if i am not wrong in debian sh is a symlink to dash
55 [00:26:59] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 255 seconds)
56 [00:27:13] <n4dir> but i think rotaticus is right, i would use the .profile file in home
57 [00:27:24] <n4dir> wait. not so sure anymore
58 [00:27:50] <tremon> it's /etc/profile for system-wide init
59 [00:27:55] <tobiasBora> n4dir: the problem of the .profile also is that it will be run every time I open sh, while me I'd like to do that only once
60 [00:28:04] <n4dir> isn't profile only read during login?
61 [00:28:27] <tremon> not sure if dash obeys that file, because it's not intended to be used as an interactive shell
62 [00:28:41] <n4dir> what does myscript is supposed to do?
63 [00:28:47] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 248 seconds)
64 [00:29:43] <n4dir> mywiki.wooledge.org might have an explanation what file gets read when, but perhaps not for all shells.
65 [00:29:52] *** Joins: domovoy_ (~domovoy@replaced-ip )
66 [00:30:13] *** Joins: r3m (~r3m@replaced-ip )
67 [00:30:27] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 240 seconds)
68 [00:31:03] <zlg> Which group within Debian would be the one to talk to about the inclusion of elliptic curve code? My guess is Policy or the Tech Committee. We at Gentoo are investigating whether or not to include this in our release media and are looking for input from other distros.
69 [00:31:35] *** Quits: awal1 (~awal1@replaced-ip ) (Ping timeout: 240 seconds)
70 [00:31:40] <dax> zlg: because of patent issues, or...?
71 [00:31:44] <zlg> yes
72 [00:32:02] <dax> the debian-legal@ mailing list would be the usual starting point
73 [00:32:09] <zlg> okay, great. Thanks!
74 [00:32:28] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
75 [00:32:52] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Leaving)
76 [00:33:05] *** Quits: domovoy (~domovoy@replaced-ip ) (Ping timeout: 248 seconds)
77 [00:33:53] *** Joins: vincent_c (~bip@replaced-ip )
78 [00:34:25] *** Joins: luckman212 (~luckman21@replaced-ip )
79 [00:34:53] <n4dir> tobiasBora: replaced-url
80 [00:35:05] *** Quits: nighty-- (~nighty@replaced-ip ) (Ping timeout: 255 seconds)
81 [00:36:41] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Read error: Connection reset by peer)
82 [00:36:45] *** Quits: burdz_ (~burdz@replaced-ip ) (Ping timeout: 258 seconds)
83 [00:37:15] <tobiasBora> n4dir: this is interesting, but here I think that they want to use an init file that will be used by default on all sh instances, while here I want to use it only on one instance. I could do a dirty think like moving the existing .profile, add my text, and then in a parallel thread move it back, but it seem really ugly...
84 [00:37:31] *** Joins: MicroCheapFx__ (~quassel@replaced-ip )
85 [00:37:35] *** Parts: zlg (~zlg@replaced-ip ) ("WeeChat 1.6")
86 [00:37:47] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
87 [00:39:01] *** debhelper sets mode: +l 1708
88 [00:39:08] <n4dir> i don't think it is what they want to do, but the way that it is.
89 [00:39:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
90 [00:39:39] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Quit: netzfisch)
91 [00:40:06] <n4dir> i think what you do is called a xy problem. You describe your possible solution, but it would be more helpful if you told us what myscript is supposed to do
92 [00:40:24] *** Joins: burdz_ (~burdz@replaced-ip )
93 [00:40:34] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Ping timeout: 255 seconds)
94 [00:40:59] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
95 [00:41:05] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 248 seconds)
96 [00:41:09] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 246 seconds)
97 [00:44:28] *** Joins: cef (~cef@replaced-ip )
98 [00:44:45] *** Joins: awal1 (~awal1@replaced-ip )
99 [00:44:53] *** Joins: enoch85 (~enoch85@replaced-ip )
100 [00:44:53] *** Quits: enoch85 (~enoch85@replaced-ip ) (Changing host)
101 [00:44:53] *** Joins: enoch85 (~enoch85@replaced-ip )
102 [00:45:35] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
103 [00:45:35] *** Quits: DarkMat (~duke@replaced-ip ) (Read error: Connection reset by peer)
104 [00:45:43] *** Joins: nodiscc (~auto@replaced-ip )
105 [00:46:10] *** Joins: DarkMat (~duke@replaced-ip )
106 [00:47:01] <tobiasBora> n4dir: ok, well myscript is supposed to launch a shell that runs inside proot, and for convenient reason, I need to load into some environment variables
107 [00:48:42] <tobiasBora> with a shell bash, for now I do "proot -b ... bash --init-file <(echo ". ./myinitfile")"
108 [00:49:17] <tobiasBora> that way, myinitfile is run only when I load proot
109 [00:49:21] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
110 [00:50:07] *** Joins: jak2000 (~jak2000@replaced-ip )
111 [00:50:10] <n4dir> that makes it much clearer. But i sure got no idea how to do that.
112 [00:50:30] *** Joins: yonder (~yonder@replaced-ip )
113 [00:50:41] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 248 seconds)
114 [00:50:42] *** Joins: pi_ (~pi@replaced-ip )
115 [00:50:47] *** Quits: format_c (~koeppea@replaced-ip ) (Quit: Leaving)
116 [00:50:56] *** Parts: pi_ (~pi@replaced-ip ) ()
117 [00:51:23] <n4dir> well: i guess i would set the environment variables rather in the chroot, not when launchign it.
118 [00:51:41] *** Quits: niko (~niko@replaced-ip ) (Ping timeout: 600 seconds)
119 [00:51:50] *** Joins: schornacht (~schornach@replaced-ip )
120 [00:51:52] <tobiasBora> what do you mean ?
121 [00:52:05] *** Joins: masber (~masber@replaced-ip )
122 [00:52:09] <tobiasBora> proot is not a real chroot program
123 [00:52:23] <n4dir> edit the profile or bashrc file inside the proot / chroot environment.
124 [00:52:24] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
125 [00:53:20] *** Joins: niko (~niko@replaced-ip )
126 [00:53:44] *** Quits: SaltedPepper (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
127 [00:54:57] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 248 seconds)
128 [00:55:05] *** Quits: Chinesium (~ER_nesto@replaced-ip ) (Quit: I probably fell asleep again)
129 [00:55:13] *** Joins: masuberu (~masber@replaced-ip )
130 [00:55:42] <tobiasBora> Hum... When you run proof with "proof -b /home/me/nix:/nix bash", it converts all /nix/... in /home/me/nix, but I don't think that if I ask /home/me/.profile he will redirect to /home/me/nix/home/leo/.profile no ?
131 [00:58:27] *** Quits: nac (~nac@replaced-ip ) (Quit: Leaving)
132 [00:59:20] *** Quits: pat33x (~pat33x@replaced-ip ) (Quit: Leaving)
133 [00:59:22] *** Quits: masber (~masber@replaced-ip ) (Ping timeout: 260 seconds)
134 [00:59:37] *** Joins: masber (~masber@replaced-ip )
135 [00:59:37] <candidat1> hi i try to reset my root password with this method: replaced-url
136 [00:59:50] <candidat1> where do you put the init=/bin/bash
137 [00:59:52] <candidat1> ?
138 [01:00:27] *** Quits: masuberu (~masber@replaced-ip ) (Ping timeout: 240 seconds)
139 [01:01:24] <n4dir> candidat1: the headline says it, during the grub-menu
140 [01:01:34] <n4dir> clear now?
141 [01:01:36] <candidat1> press e yes i did
142 [01:01:59] <candidat1> but where do i add init=/bin/bash ??
143 [01:02:35] <n4dir> the how-to says to use the "End" key to go to the end of the line, and add it just ther.
144 [01:02:52] <candidat1> anywhere ????
145 [01:03:06] <n4dir> at the end of the line. at least that's how i understand it.
146 [01:03:08] *** Quits: _sfiguser (~sfigguser@replaced-ip ) (Quit: Leaving)
147 [01:03:16] <candidat1> there are a few lines ...
148 [01:03:28] <n4dir> will be only for that boot anyway, so it seems a safe operation
149 [01:03:39] <n4dir> it says on the kernel line
150 [01:04:26] *** Joins: nick123_ (~nick123@replaced-ip )
151 [01:04:46] *** Joins: Fallenour (~Fallenour@replaced-ip )
152 [01:06:17] *** Joins: onymous (~textual@replaced-ip )
153 [01:06:21] *** Quits: nick123 (~nick123@replaced-ip ) (Ping timeout: 240 seconds)
154 [01:06:25] *** Joins: Brigo (~Brigo@replaced-ip )
155 [01:07:37] <candidat1> there is no kernel line
156 [01:07:45] <candidat1> inmod
157 [01:07:55] <candidat1> set root= hdo , msdos1
158 [01:08:00] <candidat1> ???
159 [01:08:08] *** Joins: e14 (~e14@replaced-ip )
160 [01:08:16] *** Quits: AarKnos (~AarKnos@replaced-ip ) (Quit: AarKnos)
161 [01:08:17] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Ping timeout: 248 seconds)
162 [01:09:00] *** Joins: peterbecich (~peterbeci@replaced-ip )
163 [01:09:29] *** Joins: nick123 (~nick123@replaced-ip )
164 [01:09:39] <n4dir> i am not sure. either the line which starts with "linux" or the one which starts with "initrd". My guess would be the "initrd"
165 [01:09:50] *** Quits: nwinter (~nwinter@replaced-ip ) (Remote host closed the connection)
166 [01:09:57] *** Quits: nick123_ (~nick123@replaced-ip ) (Ping timeout: 240 seconds)
167 [01:10:07] <candidat1> ok
168 [01:10:45] <Tsutsukakushi> put it at the end of the linux line
169 [01:10:46] <n4dir> i usually use the chroot solution. gotta say that i am rather lousy with the grub prompt. If in doubt ask agan
170 [01:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
171 [01:11:11] *** Joins: diaperkid12b (~diaperkid@replaced-ip )
172 [01:11:13] <candidat1> and then ctrl x ?
173 [01:11:30] *** Quits: diaperkid12b (~diaperkid@replaced-ip ) (Remote host closed the connection)
174 [01:11:53] <Tsutsukakushi> it should have instructions for booting at the bottom of the screen
175 [01:11:55] <Tsutsukakushi> or the top
176 [01:12:12] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
177 [01:13:10] <candidat1> oh it seems to boot or am i wrong ...
178 [01:13:26] <candidat1> :)
179 [01:13:30] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
180 [01:13:43] <Tsutsukakushi> i rarely edit the entries, just use the commandline
181 [01:14:09] <Tsutsukakushi> so i don't remember what the edit mode commands are for booting etc.
182 [01:14:29] <n4dir> Tsutsukakushi: the how to he linked to said to use "b", but i would not know
183 [01:14:32] *** Quits: klon (~klon@replaced-ip ) (Ping timeout: 260 seconds)
184 [01:14:54] <Tsutsukakushi> every edit mode i've seen has the instructions right on the screen
185 [01:14:59] <n4dir> yup.
186 [01:15:13] <Tsutsukakushi> so i dunno why you would go with the how to in that case :p
187 [01:15:21] <Tsutsukakushi> just go with what grub itself tells you
188 [01:16:15] <candidat1> f10 did the job
189 [01:16:15] *** Quits: j08nY (~j08nY@replaced-ip ) (Quit: Leaving)
190 [01:16:28] <candidat1> it started the live dvd
191 [01:16:33] *** Quits: jadesoturi (~jadesotur@replaced-ip##) (Quit: ZNC - ##replaced-url
192 [01:16:44] <Tsutsukakushi> kwl
193 [01:16:55] *** Joins: AarKnos (~AarKnos@replaced-ip )
194 [01:17:04] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
195 [01:17:05] <candidat1> still loading
196 [01:19:01] *** debhelper sets mode: +l 1700
197 [01:19:20] <rotaticus> dvd will only help if your chroot n do stuff there
198 [01:20:11] <n4dir> and editing the grub-line won't be of any use for that. slightly confused.
199 [01:20:11] *** Quits: crdil (~crdil@replaced-ip ) (Ping timeout: 240 seconds)
200 [01:20:20] *** Joins: jadesoturi (~jadesotur@replaced-ip )
201 [01:21:05] *** Quits: DarkMat (~duke@replaced-ip ) (Quit: Leaving)
202 [01:21:09] *** Joins: cef (~cef@replaced-ip )
203 [01:21:11] <rotaticus> it will ... it enables via init=/bin/bash a passwordless login as root ... which allows passwd to be run
204 [01:21:22] <n4dir> yes, but not for the liveDVD
205 [01:21:33] <rotaticus> ok right
206 [01:21:54] <candidat1> i have my http server on it :)
207 [01:22:05] <candidat1> still loading the live cd
208 [01:22:07] <candidat1> lol
209 [01:22:08] <n4dir> once he booted the liveDVD anyway i would go for chroot
210 [01:22:24] *** Parts: c0untch0cula (~c0untch0c@replaced-ip ) ()
211 [01:22:54] *** Quits: EchoIsON (~echoisoff@replaced-ip ) (Remote host closed the connection)
212 [01:22:58] *** Joins: aimelajeunesse1 (~Android@replaced-ip )
213 [01:23:24] *** Joins: Freshnuts (~Freshnuts@replaced-ip )
214 [01:23:37] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
215 [01:23:52] *** Joins: Marcello (~Marcello@replaced-ip )
216 [01:24:30] <rotaticus> you'd need the grub line edit from the hdd for that init line ... not the dvd
217 [01:24:37] *** Quits: tremon (~aschuring@replaced-ip ) (Quit: getting boxed in)
218 [01:24:51] *** Quits: Hydrastra (~lulkek@replaced-ip ) (Quit: ăăăȘă)
219 [01:25:26] *** Quits: shewp (~z@replaced-ip ) (Ping timeout: 258 seconds)
220 [01:25:33] *** Quits: navlys (~smuxi@replaced-ip ) (Read error: Connection reset by peer)
221 [01:25:47] *** Quits: onymous (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
222 [01:27:35] *** Quits: Pendrag01 (~jlee@replaced-ip ) (Ping timeout: 240 seconds)
223 [01:28:55] <candidat1> i think the cd is loading nothing up
224 [01:29:00] *** debhelper sets mode: +l 1694
225 [01:30:57] *** Quits: aimelajeunesse1 (~Android@replaced-ip ) (Ping timeout: 240 seconds)
226 [01:31:17] *** Joins: eliotime (~Icedove@replaced-ip )
227 [01:32:09] *** Joins: dadhadme- (~AndChat29@replaced-ip )
228 [01:33:31] *** Joins: onymous (~textual@replaced-ip )
229 [01:34:18] *** Quits: dadhadme- (~AndChat29@replaced-ip ) (Max SendQ exceeded)
230 [01:34:57] *** Joins: Adbray (~Adbray@replaced-ip )
231 [01:34:57] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 248 seconds)
232 [01:35:12] *** Joins: KernelJr (~KernelJr@replaced-ip )
233 [01:35:49] *** cthuluh_ is now known as cthuluh
234 [01:35:57] *** Quits: eliotime (~Icedove@replaced-ip ) (Client Quit)
235 [01:37:37] *** Quits: tonyoy_ (~tonyoy@replaced-ip ) (Ping timeout: 248 seconds)
236 [01:37:37] *** Joins: deck (~deck@replaced-ip )
237 [01:37:56] *** Quits: mandeep (~mandeep@replaced-ip ) (Quit: Leaving)
238 [01:38:34] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
239 [01:40:38] *** Quits: deck (~deck@replaced-ip ) (Max SendQ exceeded)
240 [01:40:47] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
241 [01:40:48] *** NOLSEN is now known as nolsen
242 [01:41:07] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
243 [01:42:13] *** Joins: ShockingIsntIt (~ShockingI@replaced-ip )
244 [01:42:23] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 248 seconds)
245 [01:42:57] *** Joins: cdown (~cdown@replaced-ip )
246 [01:43:02] *** Quits: AarKnos (~AarKnos@replaced-ip ) (Quit: AarKnos)
247 [01:49:04] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Remote host closed the connection)
248 [01:50:43] *** Quits: nick123 (~nick123@replaced-ip ) (Read error: Connection reset by peer)
249 [01:51:27] *** Quits: kranius (~kranius@replaced-ip ) (Ping timeout: 248 seconds)
250 [01:52:28] *** Quits: onymous (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
251 [01:52:40] *** Joins: peterbecich (~user@replaced-ip )
252 [01:54:30] *** Quits: ShockingIsntIt (~ShockingI@replaced-ip ) (Read error: Connection reset by peer)
253 [01:55:19] *** Joins: onymous (~textual@replaced-ip )
254 [01:55:51] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Remote host closed the connection)
255 [01:56:11] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Quit: Connection closed for inactivity)
256 [01:56:29] *** Quits: Adbray (~Adbray@replaced-ip ) (Ping timeout: 258 seconds)
257 [01:57:08] *** Joins: ShockingIsntIt (~ShockingI@replaced-ip )
258 [01:57:54] *** Joins: Namarrgon (~glei@replaced-ip )
259 [01:58:53] *** Joins: djdarkside (~djdarksid@replaced-ip )
260 [01:59:20] *** Joins: rofl_ (~rofl@replaced-ip )
261 [02:00:01] *** Quits: jrabe (irc@replaced-ip ) ()
262 [02:00:38] *** Joins: jrabe (irc@replaced-ip )
263 [02:00:58] *** Joins: BenNZ (~Ben__@replaced-ip )
264 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
265 [02:01:19] *** Joins: de-facto (~de-facto@replaced-ip )
266 [02:01:45] *** Joins: Adbray (~Adbray@replaced-ip )
267 [02:02:05] *** Quits: WoollySocks (~humbag@replaced-ip ) (Remote host closed the connection)
268 [02:02:08] *** Quits: jcarpenter2 (~rofl@replaced-ip ) (Ping timeout: 240 seconds)
269 [02:02:12] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.6)
270 [02:03:35] *** Joins: edju (~edju@replaced-ip )
271 [02:03:49] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 252 seconds)
272 [02:04:41] *** Joins: Fallenour (~Fallenour@replaced-ip )
273 [02:04:46] *** Joins: Tramp (~mt@replaced-ip )
274 [02:06:42] *** Joins: simpledat (~user@replaced-ip )
275 [02:06:46] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
276 [02:08:27] *** Joins: nick123 (~nick123@replaced-ip )
277 [02:08:43] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Quit: me fui)
278 [02:09:05] *** Quits: vieirabr (~japa@replaced-ip ) (Ping timeout: 246 seconds)
279 [02:09:29] *** Quits: Ekchuan (~RandyMars@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
280 [02:09:48] *** Joins: Ekchuan (~RandyMars@replaced-ip )
281 [02:10:29] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
282 [02:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
283 [02:11:30] *** Joins: OS-27071 (~greywolf7@replaced-ip )
284 [02:11:42] *** Quits: edju (~edju@replaced-ip ) (Quit: Leaving)
285 [02:12:48] *** Joins: nvz (~user@replaced-ip )
286 [02:13:21] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 248 seconds)
287 [02:14:07] *** Quits: nvz (~user@replaced-ip ) (Client Quit)
288 [02:14:08] *** Joins: soee_ (~soee@replaced-ip )
289 [02:14:47] *** Joins: rant (~user@replaced-ip )
290 [02:15:12] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 260 seconds)
291 [02:16:37] <tobiasBora> Hello,
292 [02:17:45] *** Joins: wzyy2 (~wzyy2@replaced-ip )
293 [02:17:48] <dvs> zzzzzz
294 [02:18:12] *** Joins: nvz (~user@replaced-ip )
295 [02:19:09] *** Quits: djdarkside (~djdarksid@replaced-ip ) (Quit: See ya)
296 [02:19:12] *** Quits: peterbecich (~user@replaced-ip ) (Remote host closed the connection)
297 [02:19:24] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
298 [02:20:32] *** Joins: peterbecich (~user@replaced-ip )
299 [02:20:57] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 240 seconds)
300 [02:21:06] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
301 [02:22:31] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
302 [02:23:16] *** Joins: rant (~user@replaced-ip )
303 [02:23:50] *** Joins: remo (~user@replaced-ip )
304 [02:23:55] <annadane> tobiasBora, hi. do you have a question?
305 [02:24:08] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
306 [02:24:30] *** Quits: treegor (~gary@replaced-ip ) (Read error: Connection reset by peer)
307 [02:24:51] <tobiasBora> annadane: I had one, but not sure I should post it here because it's not strictly happening on a debian system
308 [02:24:59] *** Joins: treegor (~gary@replaced-ip )
309 [02:25:11] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip )
310 [02:25:43] <annadane> that's fair enough. sorry to bother you.
311 [02:26:01] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
312 [02:26:14] *** Joins: justintro84 (~justintro@replaced-ip )
313 [02:26:40] *** Joins: zerocool (~muhGNUdoh@replaced-ip )
314 [02:27:08] *** Joins: GrailKn1ght (~GrailKnig@replaced-ip )
315 [02:27:35] *** Quits: John341 (~John341@replaced-ip ) (Read error: No route to host)
316 [02:27:45] *** Quits: GrailKn1ght (~GrailKnig@replaced-ip ) (Remote host closed the connection)
317 [02:29:11] <tobiasBora> ahah no problem, it's me who appology
318 [02:29:18] *** Parts: dmgk (~dmgk@replaced-ip ) ()
319 [02:29:31] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
320 [02:30:38] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
321 [02:31:10] *** Quits: tlaxkit (~hexchat@replaced-ip ) (Quit: Me voy...)
322 [02:31:24] *** Joins: Oooohboy (~sbrady@replaced-ip )
323 [02:31:34] *** Joins: dreamon_ (~dreamon@replaced-ip )
324 [02:31:42] *** Quits: deeb (~dee@replaced-ip ) (Quit: deeb)
325 [02:31:57] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
326 [02:32:39] *** Joins: metastable (~metastabl@replaced-ip )
327 [02:34:07] *** Joins: sdrac8_ (~sdrac8@replaced-ip )
328 [02:35:13] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
329 [02:35:25] *** Quits: nodiscc (~auto@replaced-ip ) (Remote host closed the connection)
330 [02:36:35] *** Quits: sdrac8 (~sdrac8@replaced-ip ) (Ping timeout: 240 seconds)
331 [02:37:27] *** Quits: onymous (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
332 [02:37:45] *** Joins: hele (~hele@replaced-ip )
333 [02:39:01] *** debhelper sets mode: +l 1686
334 [02:39:30] *** Joins: elninja44 (~arrr@replaced-ip )
335 [02:42:05] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
336 [02:44:20] *** Quits: peterbecich (~user@replaced-ip ) (Remote host closed the connection)
337 [02:45:39] *** Joins: peterbecich (~user@replaced-ip )
338 [02:45:55] *** Joins: Iwantknow (~u@replaced-ip )
339 [02:46:44] *** Quits: nvz (~user@replaced-ip ) (Quit: leaving)
340 [02:47:41] *** Quits: BrainDommage (~BrainDomm@replaced-ip ) (Quit: Leaving)
341 [02:48:00] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
342 [02:50:57] *** Joins: Re4lM4n (~androirc@replaced-ip )
343 [02:51:10] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
344 [02:51:22] *** Quits: peterbecich (~user@replaced-ip ) (Ping timeout: 260 seconds)
345 [02:51:27] *** Quits: theLambda (~theLambda@replaced-ip ) (Ping timeout: 240 seconds)
346 [02:52:35] *** Quits: platicus2 (~matrixirc@replaced-ip ) (Ping timeout: 240 seconds)
347 [02:53:11] *** Joins: onymous (~textual@replaced-ip )
348 [02:53:21] *** Joins: theLambda (~theLambda@replaced-ip )
349 [02:54:14] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 246 seconds)
350 [02:55:35] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
351 [02:56:01] *** Quits: ShockingIsntIt (~ShockingI@replaced-ip ) (Ping timeout: 248 seconds)
352 [02:56:13] *** Joins: olegfusion (~olegfusio@replaced-ip )
353 [02:56:28] *** Parts: Re4lM4n (~androirc@replaced-ip ) ("AndroIRC")
354 [02:56:52] *** Joins: b1nar10 (~b1nar10@replaced-ip )
355 [02:58:04] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
356 [02:58:14] *** Quits: b1nar10 (~b1nar10@replaced-ip ) (Remote host closed the connection)
357 [02:58:31] *** Joins: b1nar10 (~b1nar10@replaced-ip )
358 [02:58:42] *** Joins: Guest59905 (bac17d87@replaced-ip )
359 [02:58:44] <Megaf> screenshots of my desktop replaced-url
360 [02:59:29] *** Quits: onymous (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
361 [02:59:49] *** Quits: b1nar10 (~b1nar10@replaced-ip ) (Client Quit)
362 [02:59:49] <annadane> Megaf, belongs in #debian-offtopic, not here, unless you have a support question
363 [03:00:05] *** Quits: Lxrowe (~Lxrowe@replaced-ip ) (Ping timeout: 240 seconds)
364 [03:00:40] *** Quits: soee_ (~soee@replaced-ip ) (Quit: Konversation terminated!)
365 [03:03:16] *** Joins: beingbrown (~beingbrow@replaced-ip )
366 [03:03:18] *** Quits: beingbrown (~beingbrow@replaced-ip ) (Remote host closed the connection)
367 [03:03:46] <Megaf> annadane, eh, since when this channel is official? The official is at OFTC
368 [03:04:01] *** Quits: Marcello (~Marcello@replaced-ip ) (Ping timeout: 240 seconds)
369 [03:04:02] *** Joins: Marcello1 (~Marcello@replaced-ip )
370 [03:04:02] *** Quits: justintro84 (~justintro@replaced-ip ) (Ping timeout: 255 seconds)
371 [03:04:06] *** Quits: Marcello1 (~Marcello@replaced-ip ) (Max SendQ exceeded)
372 [03:04:34] *** Joins: Marcello (~Marcello@replaced-ip )
373 [03:04:38] *** Quits: Marcello (~Marcello@replaced-ip ) (Max SendQ exceeded)
374 [03:04:42] *** Joins: Fallenour (~Fallenour@replaced-ip )
375 [03:04:59] <annadane> Megaf, yes, but it still doesn't mean you can be offtopic here; this channel despite being unofficial has double the users and is still used for support
376 [03:05:41] *** Joins: platicus2 (~matrixirc@replaced-ip )
377 [03:05:42] *** Joins: Lxrowe_ (~Lxrowe@replaced-ip )
378 [03:05:44] *** Joins: Marcello (~Marcello@replaced-ip )
379 [03:05:48] *** Quits: Marcello (~Marcello@replaced-ip ) (Max SendQ exceeded)
380 [03:05:56] *** Lxrowe_ is now known as Lxrowe
381 [03:06:28] *** Joins: Marcello (~Marcello@replaced-ip )
382 [03:06:31] *** Quits: Marcello (~Marcello@replaced-ip ) (Max SendQ exceeded)
383 [03:07:41] *** Quits: Guest59905 (bac17d87@replaced-ip ) (Quit: Page closed)
384 [03:07:48] *** Joins: Marcello (~Marcello@replaced-ip )
385 [03:07:53] *** Quits: Marcello (~Marcello@replaced-ip ) (Max SendQ exceeded)
386 [03:08:47] *** Joins: Marcello (~Marcello@replaced-ip )
387 [03:08:51] *** Quits: Marcello (~Marcello@replaced-ip ) (Max SendQ exceeded)
388 [03:09:00] *** debhelper sets mode: +l 1677
389 [03:10:18] *** therock247uk[bnc is now known as therock247uk
390 [03:10:36] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 248 seconds)
391 [03:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
392 [03:11:10] <Megaf> annadane, I could bet at least 80% of the people here dont know/care if this channel is for support only
393 [03:11:22] <Megaf> ;)
394 [03:11:23] *** Joins: pk64 (~Professor@replaced-ip )
395 [03:11:25] *** Quits: Iwantknow (~u@replaced-ip ) (Quit: Iwantknow)
396 [03:11:53] <Megaf> We are all a community, a Debian community, and we are here to talk about our beloved distro
397 [03:12:31] *** Joins: de-facto (~de-facto@replaced-ip )
398 [03:12:32] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
399 [03:12:34] *** Quits: melvin_ (~melvin@replaced-ip ) (Ping timeout: 252 seconds)
400 [03:12:36] <Megaf> And this is something that should change in Freenode in IMHO, support channels should be called -Support, and not the way it is today
401 [03:12:49] *** Joins: melvin_ (~melvin@replaced-ip )
402 [03:13:56] *** Quits: meatpath (~quassel@replaced-ip ) (Ping timeout: 255 seconds)
403 [03:13:57] *** Quits: pk64_alt (~Professor@replaced-ip ) (Ping timeout: 240 seconds)
404 [03:14:38] *** Quits: metastable (~metastabl@replaced-ip ) (Quit: WeeChat 1.6)
405 [03:15:35] *** Quits: precise (~precise@replaced-ip ) (Quit: Peace)
406 [03:16:10] *** Quits: theLambda (~theLambda@replaced-ip ) (Quit: leaving)
407 [03:16:36] *** Joins: theLambda (~theLambda@replaced-ip )
408 [03:16:48] *** Joins: Loeb (~ok@replaced-ip )
409 [03:17:00] <nezZario> guys, what's the best way to do x forwarding over a local network?
410 [03:17:03] <Loeb> Are there any major downsides to using the wheel group for sudo access instead of the sudo gruop?
411 [03:17:28] <Loeb> It should just involve making the change in /etc/sudoers, not sure if anything would ever specifically call for the sudo group other than sudoers itself.
412 [03:17:36] *** Joins: nvz (~user@replaced-ip )
413 [03:17:57] <nezZario> I mean, I had just regular "x forwarding" setup last weekend, where I just allowed incoming connections on my (slower) laptop and was running a few apps off my desktop which is on the same local network but it was still pretty slow
414 [03:17:59] *** Quits: burdz_ (~burdz@replaced-ip ) (Ping timeout: 255 seconds)
415 [03:18:08] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 240 seconds)
416 [03:18:12] <Megaf> nezZario, ssh -X
417 [03:18:33] *** Joins: dayten (~gnoid@replaced-ip )
418 [03:18:34] <nezZario> Megaf: wouldn't that be slower than just doing export DISPLAY=xxx; ./myapp .. off the other machine?
419 [03:18:40] <nezZario> encryption overhead and all
420 [03:18:48] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Quit: Leaving)
421 [03:18:51] <nezZario> or is it somehow better? that's what i'm asking
422 [03:19:53] <nezZario> for example, I was running a Java IDE/editor (intellij) off it and it was decently usable but noticably a little laggy, .. but like chrome was completely unusable
423 [03:20:16] *** Joins: rant (~user@replaced-ip )
424 [03:20:18] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
425 [03:20:37] <Megaf> nezZario, do tests and see what works best for you
426 [03:20:38] *** Joins: aindilis (~aindilis@replaced-ip )
427 [03:20:53] <Megaf> nezZario, the standard old school way would be XDMCP
428 [03:21:12] *** Joins: debiandragon (~dave@replaced-ip )
429 [03:21:22] <nezZario> yeah I actually would really like to do XDMCP but I was not able to get it working properly with lightdm
430 [03:22:03] <nezZario> basically I have a very very powerful workstation upstairs in my home office and a couple of low powered laptops. it would be so excellent if I could just use these laptops as thin clients and have it smooth
431 [03:22:25] <nezZario> you're right though. i'll keep playing with it. thanks :)
432 [03:22:31] <Megaf> XDMCP it is
433 [03:22:38] <Megaf> keep researching
434 [03:23:19] <Megaf> replaced-url
435 [03:23:33] *** Joins: justintro84 (~justintro@replaced-ip )
436 [03:23:41] *** Joins: shinnya (~shinnya@replaced-ip )
437 [03:23:55] *** Quits: justintro84 (~justintro@replaced-ip ) (Client Quit)
438 [03:24:33] *** Joins: justintro8487 (~justintro@replaced-ip )
439 [03:25:18] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 246 seconds)
440 [03:26:02] *** Quits: iViLe (~bob@replaced-ip ) (Read error: No route to host)
441 [03:26:40] *** Joins: Mahe (~mahe@replaced-ip )
442 [03:26:49] <nezZario> odd. ssh does seem a little more responsive. chrome is almost usable
443 [03:26:54] <nezZario> wonder why? compression maybe?
444 [03:27:28] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 240 seconds)
445 [03:27:30] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
446 [03:28:40] *** Quits: calisto (~calisto@replaced-ip ) (Read error: Connection reset by peer)
447 [03:29:39] *** Joins: calisto (~calisto@replaced-ip )
448 [03:30:21] *** Joins: iViLe (~bob@replaced-ip )
449 [03:31:02] *** Joins: sidmo_ (~ilven@replaced-ip )
450 [03:31:04] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
451 [03:32:42] *** Quits: justintro8487 (~justintro@replaced-ip ) (Ping timeout: 258 seconds)
452 [03:32:57] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 240 seconds)
453 [03:33:53] *** Quits: sidmo (~ilven@replaced-ip ) (Ping timeout: 248 seconds)
454 [03:35:01] *** Joins: precise (~precise@replaced-ip )
455 [03:38:09] *** Quits: Lxrowe (~Lxrowe@replaced-ip ) (Ping timeout: 248 seconds)
456 [03:39:29] *** Joins: peterbecich (~peterbeci@replaced-ip )
457 [03:40:14] *** Joins: Lxrowe_ (~Lxrowe@replaced-ip )
458 [03:40:17] <Loeb> Help!
459 [03:40:23] *** Lxrowe_ is now known as Lxrowe
460 [03:42:28] *** Joins: Iwantknow (~u@replaced-ip )
461 [03:42:40] *** Joins: KingAdolf (~abcdefghi@replaced-ip )
462 [03:43:05] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Quit: GadgetGuru)
463 [03:43:26] <KingAdolf> Hello
464 [03:43:42] <KingAdolf> All hail my weener
465 [03:43:52] <KingAdolf> i am king of the farts. ttyl.
466 [03:43:53] *** Quits: KingAdolf (~abcdefghi@replaced-ip ) (Client Quit)
467 [03:44:39] <debiandragon> damned arch users :)
468 [03:44:45] <debiandragon> kingsley:
469 [03:44:55] <debiandragon> er not him
470 [03:45:01] <Iwantknow> How to make debian recognize a smartphone as a disk drive?
471 [03:46:06] *** Joins: MadHatter42 (~madhatter@replaced-ip )
472 [03:46:12] *** Quits: Iwantknow (~u@replaced-ip ) (Client Quit)
473 [03:46:28] *** Joins: Iwanttoknow (~u@replaced-ip )
474 [03:46:32] *** Quits: dayten (~gnoid@replaced-ip ) (Remote host closed the connection)
475 [03:46:36] *** Quits: Iwanttoknow (~u@replaced-ip ) (Client Quit)
476 [03:46:52] *** Joins: Iwanttoknow (~u@replaced-ip )
477 [03:49:08] *** Quits: debiandragon (~dave@replaced-ip ) (Ping timeout: 240 seconds)
478 [03:49:45] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
479 [03:50:57] *** Quits: MadHatter42 (~madhatter@replaced-ip ) (Ping timeout: 248 seconds)
480 [03:53:41] *** Quits: HaNNiBaL (~HaNNiBaL@replaced-ip ) (Ping timeout: 240 seconds)
481 [03:54:44] *** Joins: Dr_Disk (~errNumb@replaced-ip )
482 [03:54:59] *** Quits: Dr_Disk (~errNumb@replaced-ip ) (Client Quit)
483 [03:55:14] *** Joins: Strife1989 (~quassel@replaced-ip )
484 [03:56:00] *** Joins: Dr_Disk (~errNumb@replaced-ip )
485 [03:56:02] *** Joins: onymous (~textual@replaced-ip )
486 [03:56:20] <jim> Loeb, the main thing, is that these groups are created, deleted and to some degree managed by the packaging of certain packages... it could be, that if you change that and then deal with those packages, it could alter the stored info about the groups... what is it you need wheel for?
487 [03:56:31] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
488 [03:57:21] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
489 [03:57:22] *** Joins: HaNNiBaL (~HaNNiBaL@replaced-ip )
490 [03:57:25] <Loeb> @jim I've got debian based and RH based servers I need to automate user groups for, and it's a lot easier to just run everything deb or deb based on the wheel group than automate the different groups.
491 [03:58:08] <Loeb> If it's just edge cases then I could add the sudo group for any user account that runs a package that this causes problems for.
492 [03:58:21] <Loeb> Just wasn't sure if there was anything generally important it might break.
493 [03:59:59] *** Joins: Marcello (~Marcello@replaced-ip )
494 [04:00:02] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
495 [04:00:34] <jim> someone here can tell you the details of the packages that manage the sudo (most likely, that;s created by the sudo package) and the wheel groups; I've done sysadmin stuff too, and it -should- be in the admin's hands what groups do what... the reality is, it might be more complex than that
496 [04:01:36] <jim> one thing you can do, is purge the sudo package, compile your own and get it working... then, the issues of the groups should be disconnected from debian packaging
497 [04:01:42] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
498 [04:01:49] <jim> and you should be able to do what you want
499 [04:02:06] *** Joins: Zepperoni (~Zepperoni@replaced-ip )
500 [04:02:09] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
501 [04:02:47] <Loeb> Hopefully I won't need to go that far. I'll keep it in mind though.
502 [04:03:18] <Loeb> At this point I think I'm better off just using wheel and seeing if anything breaks.
503 [04:03:30] <jim> other than having sudo as an easily installed unit, I don't know of other benefits to using the sudo package as opposed to building (and therefore maintaining) it yourself
504 [04:03:59] *** Joins: nighty- (~nighty@replaced-ip )
505 [04:04:16] <Loeb> I mean, sudo by itself should work the same if I just add/change the group name in /etc/sudoers?
506 [04:04:41] <jim> would there be any downside to having both wheel and sudo as groups?
507 [04:04:46] *** Joins: Fallenour (~Fallenour@replaced-ip )
508 [04:05:53] <Loeb> That's the other option. In debian it shouldn't make a difference as long as the wheel pam thing is disabled (as it is by default). In RH based I don't imagine having a sudo group would make a difference at all. It might be a possible security risk???? But I think someone would have to compromise a system first.
509 [04:06:01] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Client Quit)
510 [04:07:26] *** Joins: banc (~master@replaced-ip )
511 [04:07:49] <jim> again, as a sysadmin, you should be able to do what you want,,, unfortunately, some things you could do could confuse dpkg
512 [04:08:05] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
513 [04:08:27] <jim> doesn't sudo have an optional addition to use wheel?
514 [04:08:37] *** Quits: Oooohboy (~sbrady@replaced-ip ) (Quit: Oooohboy)
515 [04:08:57] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
516 [04:10:09] <Loeb> Not that I've heard of.
517 [04:10:35] <Loeb> I'll take the risk of confusing dpkg for now. Most of the debian based systems are the ones I oversee entirely so it's less of a problem if they bork for some reason.
518 [04:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
519 [04:11:21] <Loeb> Ty for the help jim
520 [04:11:27] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 240 seconds)
521 [04:11:54] *** Quits: Guest65208 (~gustavo@replaced-ip ) (Quit: Leaving)
522 [04:12:52] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Remote host closed the connection)
523 [04:13:04] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 252 seconds)
524 [04:13:24] *** Joins: wzyy2 (~wzyy2@replaced-ip )
525 [04:13:54] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
526 [04:14:03] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
527 [04:14:36] *** Joins: mdorenka (~mdorenka@replaced-ip )
528 [04:15:23] *** Quits: Loeb (~ok@replaced-ip ) (Quit: Leaving)
529 [04:15:27] *** Joins: HeinrichHimmler (~Heinrich@replaced-ip )
530 [04:16:22] *** Quits: OS-27071 (~greywolf7@replaced-ip ) (Ping timeout: 252 seconds)
531 [04:17:28] *** Joins: ArisQ (74e71b07@replaced-ip )
532 [04:17:37] *** Joins: yonder (~yonder@replaced-ip )
533 [04:19:56] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
534 [04:20:07] *** Quits: Baudelaire (~Baudelair@replaced-ip ) (Remote host closed the connection)
535 [04:20:31] *** Joins: onymous (~textual@replaced-ip )
536 [04:20:37] *** Joins: justintro8487 (~justintro@replaced-ip )
537 [04:21:22] *** Quits: chachasmooth_ (~chachasmo@replaced-ip ) (Ping timeout: 264 seconds)
538 [04:21:51] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 248 seconds)
539 [04:21:55] *** Joins: chachasmooth (~chachasmo@replaced-ip )
540 [04:24:10] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
541 [04:24:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
542 [04:25:41] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
543 [04:26:27] *** Quits: sulit (~sulit@replaced-ip ) (Ping timeout: 260 seconds)
544 [04:26:36] *** Joins: sulit (~sulit@replaced-ip )
545 [04:26:40] *** Quits: justintro8487 (~justintro@replaced-ip ) (Quit: Leaving)
546 [04:27:38] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Távozom)
547 [04:27:53] *** Joins: justintro8487 (~justintro@replaced-ip )
548 [04:28:01] *** Quits: justintro8487 (~justintro@replaced-ip ) (Client Quit)
549 [04:29:52] *** Joins: aindilis (~aindilis@replaced-ip )
550 [04:30:46] *** Joins: jgatedeb84 (~jgatedeb8@replaced-ip )
551 [04:32:25] *** Joins: r0Oter (~r00ter@replaced-ip )
552 [04:32:29] *** Quits: r00ter (~r00ter@replaced-ip ) (Disconnected by services)
553 [04:32:33] *** Quits: finlstrm (~finlstrm@replaced-ip ) (Ping timeout: 248 seconds)
554 [04:33:21] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
555 [04:33:59] *** Joins: onymous (~textual@replaced-ip )
556 [04:34:48] *** Joins: HaNN1BaL (~HaNNiBaL@replaced-ip )
557 [04:36:23] *** Joins: k_sze[work] (~Kira@replaced-ip )
558 [04:36:30] *** Quits: HeinrichHimmler (~Heinrich@replaced-ip ) (Killed (kline (please consider yourself excommunicated)))
559 [04:36:32] *** Quits: Eduard_Munteanu (~Eduard_Mu@replaced-ip ) (Quit: Leaving)
560 [04:37:53] *** Joins: lasdam (~lasdam@replaced-ip )
561 [04:38:03] *** Quits: Pr0t3us (~Pr0t3us@replaced-ip ) (Remote host closed the connection)
562 [04:38:48] *** Quits: HaNNiBaL (~HaNNiBaL@replaced-ip ) (Ping timeout: 240 seconds)
563 [04:41:32] *** Quits: Sri_Designer (~Sir_Desig@replaced-ip ) (Remote host closed the connection)
564 [04:41:36] *** Quits: jgatedeb84 (~jgatedeb8@replaced-ip ) (Max SendQ exceeded)
565 [04:42:00] *** Joins: Sri_Designer (~Sir_Desig@replaced-ip )
566 [04:42:11] *** Joins: jgatedeb84 (~jgatedeb8@replaced-ip )
567 [04:42:56] *** Parts: jgatedeb84 (~jgatedeb8@replaced-ip ) ()
568 [04:43:23] *** Joins: jgatedeb84 (~jgatedeb8@replaced-ip )
569 [04:44:37] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
570 [04:44:43] *** Quits: JPT (~jpt@replaced-ip ) (Read error: Connection reset by peer)
571 [04:45:02] *** Joins: tech10171968 (~tech@replaced-ip )
572 [04:46:42] *** Joins: JPT (~jpt@replaced-ip )
573 [04:46:48] *** Quits: tech10171968 (~tech@replaced-ip ) (Client Quit)
574 [04:47:28] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 240 seconds)
575 [04:47:36] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
576 [04:47:41] *** Quits: masber (~masber@replaced-ip ) (Ping timeout: 240 seconds)
577 [04:48:14] *** Quits: zoolook (~zoolook@replaced-ip ) (Quit: Konversation terminated!)
578 [04:49:00] *** debhelper sets mode: +l 1667
579 [04:49:47] *** Joins: rant (~user@replaced-ip )
580 [04:50:19] *** Joins: bnw (~bnw@replaced-ip )
581 [04:50:34] *** Quits: onymous (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
582 [04:50:40] *** Quits: Iwanttoknow (~u@replaced-ip ) (Quit: Iwanttoknow)
583 [04:51:03] *** Joins: onymous (~textual@replaced-ip )
584 [04:51:24] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
585 [04:51:35] *** Quits: Guest93458 (~jpinx@replaced-ip ) (Ping timeout: 240 seconds)
586 [04:51:37] *** Joins: N0ti0N (~N0ti0N@replaced-ip )
587 [04:51:49] *** Parts: N0ti0N (~N0ti0N@replaced-ip ) ()
588 [04:51:55] *** Joins: onymous (~textual@replaced-ip )
589 [04:52:05] *** Quits: beardy (~beardy@replaced-ip ) (Ping timeout: 240 seconds)
590 [04:52:12] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
591 [04:52:29] *** Joins: fstd_ (~fstd@replaced-ip )
592 [04:52:38] *** Parts: jgatedeb84 (~jgatedeb8@replaced-ip ) ("Leaving")
593 [04:52:38] *** Joins: onymous (~textual@replaced-ip )
594 [04:52:59] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
595 [04:53:13] *** Quits: pkv (~pkv@replaced-ip ) (Ping timeout: 252 seconds)
596 [04:53:24] *** Joins: onymous (~textual@replaced-ip )
597 [04:53:45] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
598 [04:54:08] *** Joins: onymous (~textual@replaced-ip )
599 [04:54:32] *** Quits: onymous (~textual@replaced-ip ) (Client Quit)
600 [04:56:21] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
601 [04:56:21] *** fstd_ is now known as fstd
602 [05:01:29] *** Quits: bnw (~bnw@replaced-ip ) (Ping timeout: 255 seconds)
603 [05:02:01] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
604 [05:02:51] *** Joins: klon (~klon@replaced-ip )
605 [05:03:15] *** Joins: shoogz (~shoogz@replaced-ip )
606 [05:04:41] *** Joins: Fallenour (~Fallenour@replaced-ip )
607 [05:05:37] *** Quits: HaNN1BaL (~HaNNiBaL@replaced-ip ) (Ping timeout: 248 seconds)
608 [05:05:47] *** Joins: HaNN1BaL (~HaNNiBaL@replaced-ip )
609 [05:05:51] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
610 [05:07:52] *** Joins: Rokixz (~rokas@replaced-ip )
611 [05:09:09] *** Joins: password2 (~password@replaced-ip )
612 [05:09:37] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
613 [05:10:00] *** Joins: rpifan (~rpifan@replaced-ip )
614 [05:10:28] *** Quits: schoppenhauer (~schoppenh@replaced-ip ) (Ping timeout: 240 seconds)
615 [05:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
616 [05:11:29] *** Quits: holden- (~holden-@replaced-ip ) (Ping timeout: 248 seconds)
617 [05:11:39] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
618 [05:12:01] *** Quits: klon (~klon@replaced-ip ) (Ping timeout: 248 seconds)
619 [05:12:07] *** Joins: aindilis (~aindilis@replaced-ip )
620 [05:12:45] *** Joins: schoppenhauer (~schoppenh@replaced-ip )
621 [05:14:23] *** Joins: bnw (~bnw@replaced-ip )
622 [05:18:18] *** Quits: preview (~quassel@replaced-ip ) (Read error: No route to host)
623 [05:19:05] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 240 seconds)
624 [05:20:12] *** Joins: preview (~quassel@replaced-ip )
625 [05:21:52] *** Joins: Wizek_ (~Wizek@replaced-ip )
626 [05:23:06] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
627 [05:23:07] *** Joins: Shmam (4b648808@replaced-ip )
628 [05:23:33] <Shmam> Having trouble getting my machine to boot: replaced-url
629 [05:23:48] <Shmam> got that via uart on my orange pi running armbian
630 [05:24:08] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip )
631 [05:25:26] *** Joins: n4dir (~user@replaced-ip )
632 [05:27:11] *** Joins: jhamlin (~jhamlin@replaced-ip )
633 [05:27:15] *** Joins: pk12 (~pk12@replaced-ip )
634 [05:29:04] *** Joins: canvon (~canvon@replaced-ip )
635 [05:29:14] *** Quits: canvon_ (~canvon@replaced-ip ) (Ping timeout: 258 seconds)
636 [05:30:21] *** Quits: yomm (~yomm@replaced-ip ) (Remote host closed the connection)
637 [05:31:52] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip ) (Quit: Leaving)
638 [05:33:09] *** Joins: masber (~masber@replaced-ip )
639 [05:33:21] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Remote host closed the connection)
640 [05:33:53] *** Joins: wzyy2 (~wzyy2@replaced-ip )
641 [05:34:59] *** Quits: slicepaperwords (~slicepape@replaced-ip ) (Read error: Connection reset by peer)
642 [05:37:57] *** Quits: dohfish (~oemillak@replaced-ip ) (Ping timeout: 240 seconds)
643 [05:38:15] *** Quits: Tramp (~mt@replaced-ip ) (Quit: To listen to the radio / You'd think that all was well / But you and me and Cisco know / It's going straight to hell)
644 [05:39:04] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
645 [05:39:22] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
646 [05:40:12] *** Cabanoss- is now known as Cabanossi
647 [05:40:19] *** Quits: CarlGauss (~quassel@replaced-ip ) (Remote host closed the connection)
648 [05:41:13] *** Joins: uNmowed (~Mayu@replaced-ip )
649 [05:43:19] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
650 [05:43:34] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
651 [05:44:08] *** Quits: Zepperoni (~Zepperoni@replaced-ip ) (Ping timeout: 240 seconds)
652 [05:44:12] *** Joins: peterbecich (~peterbeci@replaced-ip )
653 [05:45:13] *** Joins: ledeni (~ledeni@replaced-ip )
654 [05:45:35] *** Quits: jhamlin (~jhamlin@replaced-ip ) (Quit: leaving)
655 [05:47:04] *** Joins: diqidoq (~diqidoq@replaced-ip )
656 [05:48:13] *** Quits: Mrloafbot_ (~mrloafbot@replaced-ip##) (Quit: ZNC 1.7.x-nightly-20170627-0ce6b7c8 - ##replaced-url
657 [05:48:28] *** Joins: Mrloafbot_ (~mrloafbot@replaced-ip )
658 [05:48:37] *** Joins: yomm (~yomm@replaced-ip )
659 [05:50:01] *** Quits: diqidoq_ (~diqidoq@replaced-ip ) (Ping timeout: 240 seconds)
660 [05:52:35] *** Joins: Raed|Laptop (~Raed@replaced-ip )
661 [05:53:00] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 258 seconds)
662 [05:53:10] *** Quits: simpledat (~user@replaced-ip ) (Quit: leaving)
663 [05:54:58] <Shmam> Having trouble getting my machine to boot: replaced-url
664 [05:55:12] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
665 [05:55:17] *** r0Oter is now known as r00ter
666 [05:57:03] *** Quits: yomm (~yomm@replaced-ip ) (Remote host closed the connection)
667 [05:58:41] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 246 seconds)
668 [06:01:12] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
669 [06:01:34] *** Joins: Dragon092 (~Dragon@replaced-ip )
670 [06:01:45] *** Quits: Haxxa (~Harrison@replaced-ip ) (Ping timeout: 246 seconds)
671 [06:02:12] *** Quits: platicus2 (~matrixirc@replaced-ip ) (Ping timeout: 258 seconds)
672 [06:03:36] *** Joins: Haxxa (~Harrison@replaced-ip )
673 [06:03:40] *** Quits: indy21 (~indy21@replaced-ip ) (Remote host closed the connection)
674 [06:03:52] *** Quits: Sri_Designer (~Sir_Desig@replaced-ip##) (Quit: Colloquy for iPhone - ##replaced-url
675 [06:04:11] *** Joins: gbak (51ac103e@replaced-ip )
676 [06:04:41] *** Joins: Fallenour (~Fallenour@replaced-ip )
677 [06:04:47] *** Joins: dreamon_ (~dreamon@replaced-ip )
678 [06:04:59] *** Joins: eventhorizon (~smuxi@replaced-ip )
679 [06:05:12] *** e is now known as deadk
680 [06:05:39] *** Quits: phenomcd (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
681 [06:09:05] *** Quits: eventhorizon (~smuxi@replaced-ip ) (Ping timeout: 248 seconds)
682 [06:09:57] *** Quits: Malinux (~malin@replaced-ip ) (Ping timeout: 240 seconds)
683 [06:10:05] *** Joins: phenomcd (~quassel@replaced-ip )
684 [06:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
685 [06:11:01] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
686 [06:11:34] *** Joins: phenomcd_ (~quassel@replaced-ip )
687 [06:12:02] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 260 seconds)
688 [06:12:22] *** Quits: Haxxa (~Harrison@replaced-ip ) (Ping timeout: 264 seconds)
689 [06:13:54] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Remote host closed the connection)
690 [06:14:27] *** Quits: treegor (~gary@replaced-ip ) (Read error: Connection reset by peer)
691 [06:14:34] *** Joins: Haxxa (~Harrison@replaced-ip )
692 [06:15:12] *** Joins: treegor (~gary@replaced-ip )
693 [06:15:21] *** Joins: platicus2 (~matrixirc@replaced-ip )
694 [06:19:00] *** debhelper sets mode: +l 1661
695 [06:19:37] *** Quits: kerrhau (~kerrhau@replaced-ip ) (Ping timeout: 260 seconds)
696 [06:19:43] *** Quits: sidmo_ (~ilven@replaced-ip ) (Quit: Konversation terminated!)
697 [06:19:47] *** Joins: iflema (~ian@replaced-ip )
698 [06:20:22] *** Quits: jrj (~jrj@replaced-ip ) (Remote host closed the connection)
699 [06:20:28] *** Quits: KernelJr (~KernelJr@replaced-ip ) (Ping timeout: 240 seconds)
700 [06:20:46] *** Joins: kerrhau (~kerrhau@replaced-ip )
701 [06:20:46] *** Quits: kerrhau (~kerrhau@replaced-ip ) (Changing host)
702 [06:20:46] *** Joins: kerrhau (~kerrhau@replaced-ip )
703 [06:20:54] *** Joins: jrj (~jrj@replaced-ip )
704 [06:21:03] *** Joins: KernelJr (~KernelJr@replaced-ip )
705 [06:21:32] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
706 [06:22:49] *** Joins: M3mphiZ (~quassel@replaced-ip )
707 [06:23:06] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 246 seconds)
708 [06:23:36] *** Joins: sidmo (~ilven@replaced-ip )
709 [06:24:56] *** Quits: shoogz (~shoogz@replaced-ip ) (Quit: laters)
710 [06:25:32] *** Joins: Catatronic (~catatroni@replaced-ip )
711 [06:26:26] *** Joins: lexruee (~lexruee@replaced-ip )
712 [06:27:30] *** Quits: calisto (~calisto@replaced-ip ) (Quit: Leaving.)
713 [06:27:42] *** Joins: shoogz (~shoogz@replaced-ip )
714 [06:29:08] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 240 seconds)
715 [06:30:39] *** Quits: shoogz (~shoogz@replaced-ip ) (Changing host)
716 [06:30:39] *** Joins: shoogz (~shoogz@replaced-ip )
717 [06:33:57] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
718 [06:34:14] <rant> Shmam: you're way beyond the scope of this channel.. and I sympathize with your issue cause I'm using an orangepilite as my main system, but you're not even running debian on that, you're running ubuntu
719 [06:34:43] <Shmam> armbian
720 [06:34:47] <Shmam> not ubuntu
721 [06:35:01] *** Joins: safe (~safe@replaced-ip )
722 [06:35:03] <Shmam> also where should I post this because i have no idea what it means
723 [06:35:08] *** Joins: luckman212 (~luckman21@replaced-ip )
724 [06:35:18] *** Quits: jsdk_ (~jsdk@replaced-ip ) (Quit: Konversation terminated!)
725 [06:35:31] *** Joins: tonyoy_ (~tonyoy@replaced-ip )
726 [06:36:21] <rant> Shmam: armbian is not a distro.. it is a script with a uboot setup, a couple utils, a kernel and some drivers.. its either ubuntu or debian and you're using the ubuntu version
727 [06:36:57] <rant> Shmam: there is #armbian #orangepi #armlinux #linux-sunxi #ubuntu ..etc
728 [06:37:15] *** Joins: pacha (~user@replaced-ip )
729 [06:37:22] <rant> Shmam: #linux-sunxi is the channel for the kernels we're using
730 [06:37:25] *** Joins: Malinux (~malin@replaced-ip )
731 [06:37:44] <Shmam> k. going to post there then thanks
732 [06:37:56] <rant> Shmam: use several of those channels
733 [06:38:14] *** Quits: qtch (~qtch@replaced-ip ) (Ping timeout: 258 seconds)
734 [06:38:37] <rant> Shmam: they're all rather low-volume channels and it may take a long time to get a response.. #organepi, #armbian, and #linux-sunxi are the 3 most applicable other than an ubuntu channel
735 [06:39:01] <rant> Shmam: and fwiw, use the debian version then for most things other than these kernel related issues we can support here
736 [06:39:11] *** Joins: root (~root@replaced-ip )
737 [06:39:21] <Shmam> ok sounds good thanks
738 [06:39:35] *** root is now known as Guest43383
739 [06:39:41] <Shmam> WOOAH root
740 [06:39:44] <Shmam> the root
741 [06:39:49] *** Quits: confusedcricket (02334479@replaced-ip ) (Ping timeout: 260 seconds)
742 [06:40:27] *** Joins: qtch (~qtch@replaced-ip )
743 [06:40:53] <rant> Shmam: in my experience in the last 3 months the most active people in the orangepi world are the 3 developers of h3droid, which also frequent those other channels
744 [06:41:29] <Shmam> ok. hopefully someone will answer and figure out what i fricked up
745 [06:42:05] <rant> yeah well one of them is in my timezone, US/EST and the other two are in europe.. so they're probably all 3 asleep right now
746 [06:44:13] *** Joins: patterson (~patterson@replaced-ip )
747 [06:44:32] <rant> Shmam: since you seem to know a bit about uart and stuff and unlike me arent using this as your main system, you can probably help those guys test out their software and get to know em better.. they'll be a good resource for helping you in the future and they've made their h3droid able to now dual-boot armbian
748 [06:45:39] <Shmam> wait so you are actually using a SBC as your main computer?
749 [06:45:42] <rant> Shmam: you need a decent sd card though to test their system cause android does a lot more disk I/O than armbian does.. a cheap card with poor access speed wont work well
750 [06:45:53] <rant> Shmam: yeah and the OPI Lite no less..
751 [06:46:27] *** Joins: Espopore (~Espopore@replaced-ip )
752 [06:47:03] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 258 seconds)
753 [06:47:03] *** Quits: a_j__c (~alex@replaced-ip ) (Read error: Connection reset by peer)
754 [06:47:23] <Shmam> jeez
755 [06:47:30] *** Joins: a_j__c (~alex@replaced-ip )
756 [06:47:40] <Shmam> thats crazy dood
757 [06:48:19] *** Joins: knop_ (~andreas@replaced-ip )
758 [06:48:21] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
759 [06:48:23] <rant> yeah, but it was cheap :P heh.. seriously though if you got the time and like to tinker get to know those h3droid guys and lend em a hand.. they know a lot about these things and they're on daily
760 [06:49:14] <rant> they can really use more people to test stuff and they'd appreciate the help
761 [06:49:58] <Shmam> I'm a bit low on time at the moment and was hoping to get a few little servers running for various projects
762 [06:50:07] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 248 seconds)
763 [06:50:22] *** Quits: password2 (~password@replaced-ip ) (Ping timeout: 252 seconds)
764 [06:50:25] <Shmam> unfortunately, the CHIPs fell through so the OPI was plan b
765 [06:50:56] <rant> ah. well I just mentioned it because those are the guys most likely to be around on a daily basis to help you out when you need to know stuff about these boards.. and if you can help them out a bit, they'll be more willing to help you out
766 [06:51:06] *** Joins: danvey (~danvey@replaced-ip )
767 [06:51:16] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 258 seconds)
768 [06:51:32] <Shmam> yeah totally. I would love to help them with whatever time I have but rn it's a bit limited unfortunately.
769 [06:51:36] <rant> and as I said as of their current release their system now dual-boots with armbian
770 [06:51:57] <Shmam> If I get this one working then I might pick up a few more OPIs
771 [06:52:09] *** Joins: JebK_ (~JebK_@replaced-ip )
772 [06:52:34] *** Joins: towo^work (~towo@replaced-ip )
773 [06:52:36] <rant> Shmam: try the debian version.. you have to click on other downloads on the armbian site.. they push ubuntu as the main d/l but I use the debian versin and it works good for me
774 [06:53:18] <Shmam> I think what happened was that I accidentally pushed the sd card out while unplugging my OPI.
775 [06:53:26] *** Quits: JebK_ (~JebK_@replaced-ip ) (Client Quit)
776 [06:53:30] <Shmam> which totally f*cked everything
777 [06:53:40] <Shmam> I hate how close the plug is to the sd card slot
778 [06:53:42] <rant> yeah thats a good way to screw it up
779 [06:53:42] *** Joins: JebK_ (~JebK_@replaced-ip )
780 [06:53:56] *** Joins: Purec (~Purec@replaced-ip )
781 [06:54:08] *** Quits: JebK_ (~JebK_@replaced-ip ) (Client Quit)
782 [06:54:21] <rant> I did mine with a usb card reader and dd
783 [06:54:26] *** Quits: reorder (~reorder@replaced-ip ) (Ping timeout: 255 seconds)
784 [06:54:30] <Shmam> where do I get the debian server armbian builds?
785 [06:54:43] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 258 seconds)
786 [06:54:44] <Shmam> I only see ubuntu servr here: replaced-url
787 [06:55:00] <rant> Shmam: there isn't a "server" version it just comes as a debian base system.. then you install whatever you want
788 [06:55:37] <Shmam> does that come with a gui and stuff?
789 [06:55:45] <Shmam> cuz i dont want all of that junk
790 [06:55:52] *** Quits: KernelJr (~KernelJr@replaced-ip ) (Ping timeout: 252 seconds)
791 [06:56:13] *** Joins: spacework (~spacebug@replaced-ip )
792 [06:56:19] *** Joins: KernelJr (~KernelJr@replaced-ip )
793 [06:56:23] <rant> no its just base.. no x or anything installed.. you gotta install what you want
794 [06:56:30] *** Joins: slicepaperwords (~slicepape@replaced-ip )
795 [06:56:44] <Shmam> cool. can u send me a dl link?
796 [06:56:57] <rant> IIRC the OPI One is same as my OPI Lite just ethernet instead of wifi
797 [06:57:25] <rant> look at replaced-url
798 [06:57:35] *** Quits: pacha (~user@replaced-ip ) (Ping timeout: 240 seconds)
799 [06:57:46] <Shmam> and just dl debian_jessie_default.7z
800 [06:57:58] <rant> unzip and dd to your sd card
801 [06:58:10] <Shmam> currently on windows >_<
802 [06:58:19] <Shmam> etcher is really good
803 [06:58:21] <rant> well actually.. lemme see waht that file is
804 [06:59:12] <rant> ah crap its 208mb.. better d/l that on a remote box my internet is too slow here
805 [06:59:28] <Shmam> feels bad
806 [06:59:46] <Shmam> I actually downloaded it in less than 5 seconds...
807 [07:00:14] <Shmam> anyways lemme etcher this puppy over
808 [07:00:35] <rant> yeah will download in under 30 sec on this machine (remote system) woulda took half an hour on my pi
809 [07:01:18] <Shmam> why is the connection on ur pi so much slower? wifi?
810 [07:01:28] <rant> yeah hotspot over 400ft away :P
811 [07:01:56] <Shmam> well lets see what this debian image really is
812 [07:02:12] <Shmam> i hope it has an ssh server enabled
813 [07:02:29] <Shmam> already put my uart cable away
814 [07:03:02] <rant> yeah I believe it has ssh on it by default cause I had to disable it
815 [07:03:29] *** Quits: theLambda (~theLambda@replaced-ip ) (Ping timeout: 248 seconds)
816 [07:03:46] <rant> Shmam: you dont have a monitor to hook it to?
817 [07:03:50] *** Joins: schu-r (~Thunderbi@replaced-ip )
818 [07:04:16] <Shmam> nope
819 [07:04:29] <rant> there is a script you run on first boot that sets up a user, and resizes the filesystem
820 [07:04:40] *** Joins: moetuned (~Jean-luc@replaced-ip )
821 [07:04:41] *** Joins: Fallenour (~Fallenour@replaced-ip )
822 [07:04:50] <Shmam> where is that script?
823 [07:04:55] <rant> default login I think is just root and 1234
824 [07:05:24] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
825 [07:05:59] <rant> I think the script either runs at first login or it will have it in the MOTD
826 [07:06:27] <rant> but you should be able to ssh in as root and use 1234 as password
827 [07:07:35] *** Quits: moetunes (~Jean-luc@replaced-ip ) (Ping timeout: 240 seconds)
828 [07:08:00] <rant> Shmam: the image has a small filesystem, the script resizes it to the card size and then you reboot
829 [07:08:19] *** Quits: ArisQ (74e71b07@replaced-ip ) (Quit: Page closed)
830 [07:08:23] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 255 seconds)
831 [07:08:43] <rant> first login should take care of all that, setting up a user, changing root pw, resizing filesystem etc.. then yu just apt-get whatever packages you need
832 [07:09:21] *** Quits: sdrac8_ (~sdrac8@replaced-ip ) (Ping timeout: 248 seconds)
833 [07:10:52] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
834 [07:10:54] <Shmam> okey dokey
835 [07:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
836 [07:11:03] *** Joins: jubo2 (~juboxi@replaced-ip )
837 [07:13:26] *** Joins: Lokke (~Thunderbi@replaced-ip )
838 [07:13:59] *** Quits: deb (~MalConsej@replaced-ip ) (Remote host closed the connection)
839 [07:15:14] *** Quits: shoogz (~shoogz@replaced-ip ) (Quit: laters)
840 [07:17:54] *** Joins: patrick` (uid257013@replaced-ip )
841 [07:18:01] *** Quits: KernelJr (~KernelJr@replaced-ip ) (Ping timeout: 240 seconds)
842 [07:18:27] *** Joins: KernelJr (~KernelJr@replaced-ip )
843 [07:22:11] *** Joins: Hydrastra (~lulkek@replaced-ip )
844 [07:22:46] *** Joins: VENON (~VENON@replaced-ip )
845 [07:24:17] *** Quits: Purec (~Purec@replaced-ip ) (Ping timeout: 248 seconds)
846 [07:24:54] *** rofl_ is now known as jcarpenter2
847 [07:25:50] *** Joins: Espopore_ (~Espopore@replaced-ip )
848 [07:26:42] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
849 [07:28:50] *** Quits: Espopore (~Espopore@replaced-ip ) (Ping timeout: 258 seconds)
850 [07:29:18] *** Joins: sdrac8_ (~sdrac8@replaced-ip )
851 [07:29:46] *** Quits: netcat (~client@replaced-ip ) (Remote host closed the connection)
852 [07:30:29] *** Quits: pk64 (~Professor@replaced-ip ) (Remote host closed the connection)
853 [07:30:30] *** Quits: Espopore_ (~Espopore@replaced-ip ) (Client Quit)
854 [07:30:58] *** Quits: KernelJr (~KernelJr@replaced-ip ) (Ping timeout: 264 seconds)
855 [07:31:01] *** Joins: pk64 (~Professor@replaced-ip )
856 [07:31:35] *** Joins: StephenS (stefika@replaced-ip )
857 [07:31:57] *** Quits: StephenS (stefika@replaced-ip ) (Changing host)
858 [07:31:57] *** Joins: StephenS (stefika@replaced-ip )
859 [07:32:49] *** Joins: opekktar_ (~opekktar@replaced-ip )
860 [07:32:59] *** Quits: pk64 (~Professor@replaced-ip ) (Remote host closed the connection)
861 [07:33:02] *** Joins: Dragon092 (~Dragon@replaced-ip )
862 [07:33:33] *** Joins: pk64 (~Professor@replaced-ip )
863 [07:34:29] *** Quits: pk64 (~Professor@replaced-ip ) (Max SendQ exceeded)
864 [07:34:56] *** Joins: pk64 (~Professor@replaced-ip )
865 [07:35:14] *** Joins: pbase (~pbase@replaced-ip )
866 [07:35:52] *** Quits: pk64 (~Professor@replaced-ip ) (Max SendQ exceeded)
867 [07:36:44] *** Joins: pk64 (~Professor@replaced-ip )
868 [07:36:53] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 258 seconds)
869 [07:37:25] *** Quits: pk64 (~Professor@replaced-ip ) (Max SendQ exceeded)
870 [07:37:53] *** Joins: pk64 (~Professor@replaced-ip )
871 [07:38:45] *** Quits: danvey (~danvey@replaced-ip ) (Remote host closed the connection)
872 [07:41:56] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
873 [07:44:32] *** Joins: toolz (~toolz@replaced-ip )
874 [07:44:48] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
875 [07:44:49] *** Quits: kerrhau (~kerrhau@replaced-ip ) (Ping timeout: 252 seconds)
876 [07:48:04] *** Quits: Shmam (4b648808@replaced-ip ) (Ping timeout: 260 seconds)
877 [07:48:17] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
878 [07:49:13] *** Quits: rkta (~kt@replaced-ip ) (Ping timeout: 252 seconds)
879 [07:49:26] *** Joins: bachler (~bachler@replaced-ip )
880 [07:51:23] *** Quits: Catatronic (~catatroni@replaced-ip ) (Remote host closed the connection)
881 [07:51:55] *** Quits: toolz (~toolz@replaced-ip ) (Read error: Connection reset by peer)
882 [07:54:50] *** Joins: DaVinciCode1 (~DaVinciCo@replaced-ip )
883 [07:54:57] *** Joins: mati (~mati@replaced-ip )
884 [07:55:08] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Read error: Connection reset by peer)
885 [07:55:52] *** Joins: Ericounet (~Ericounet@replaced-ip )
886 [07:58:17] *** Joins: Guest55 (~textual@replaced-ip )
887 [08:01:35] *** Quits: clickjack (~clickjack@replaced-ip ) (Ping timeout: 248 seconds)
888 [08:01:46] *** Joins: colttt (~quassel@replaced-ip )
889 [08:02:05] *** Joins: boturk (~boturk@replaced-ip )
890 [08:04:24] *** Quits: opekktar_ (~opekktar@replaced-ip ) (Quit: Leaving)
891 [08:04:35] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 240 seconds)
892 [08:04:42] *** Joins: Fallenour (~Fallenour@replaced-ip )
893 [08:04:57] *** Joins: m4LiCi0uSw422i0r (~m4LiCi0uS@replaced-ip )
894 [08:07:27] *** Quits: Guest43383 (~root@replaced-ip ) (Ping timeout: 240 seconds)
895 [08:07:45] *** Quits: pbase (~pbase@replaced-ip ) (Quit: Leaving)
896 [08:08:06] *** Joins: dec0n (~dec0n@replaced-ip )
897 [08:09:05] *** Joins: durg (~durgd@replaced-ip )
898 [08:09:08] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 240 seconds)
899 [08:09:22] *** Joins: super_gollum (~ich@replaced-ip )
900 [08:09:40] *** Quits: sdrac8_ (~sdrac8@replaced-ip ) (Ping timeout: 255 seconds)
901 [08:10:13] *** Joins: rant (~user@replaced-ip )
902 [08:10:14] *** Quits: CrazyEddy (crazyed@replaced-ip ) (Remote host closed the connection)
903 [08:10:40] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 252 seconds)
904 [08:11:12] *** Joins: LucaTM (~LucaTM@replaced-ip )
905 [08:11:30] *** Joins: luckman212 (~luckman21@replaced-ip )
906 [08:11:44] *** Joins: kopper (~mrbabar@replaced-ip )
907 [08:12:31] *** Quits: QualityAddict (~QualityAd@replaced-ip ) (Quit: Leaving)
908 [08:13:20] *** Joins: root__ (~root@replaced-ip )
909 [08:13:43] *** Quits: m4LiCi0uSw422i0r (~m4LiCi0uS@replaced-ip ) (Quit: Leaving)
910 [08:14:07] *** Joins: DaVinciCode2 (~DaVinciCo@replaced-ip )
911 [08:14:50] *** Quits: DaVinciCode1 (~DaVinciCo@replaced-ip ) (Read error: Connection reset by peer)
912 [08:15:07] *** Joins: kbob (~kbob@replaced-ip )
913 [08:15:08] *** Joins: rapeyourmom (~dick@replaced-ip )
914 [08:15:18] <rapeyourmom> hi. i rule all things
915 [08:16:18] *** Quits: rapeyourmom (~dick@replaced-ip ) (K-Lined)
916 [08:16:28] *** Quits: kculpis (~kculpic@replaced-ip ) (Ping timeout: 240 seconds)
917 [08:17:45] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
918 [08:18:05] *** Quits: gucc (~gucc@replaced-ip ) (Remote host closed the connection)
919 [08:19:14] *** Joins: irc_ (~irc@replaced-ip )
920 [08:19:19] *** Joins: chele (~chele@replaced-ip )
921 [08:20:34] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 252 seconds)
922 [08:20:39] *** Joins: rexor (~rexor@replaced-ip )
923 [08:20:46] *** Joins: llucenic (~Thunderbi@replaced-ip )
924 [08:21:03] *** Joins: Drzacek (~Drzacek@replaced-ip )
925 [08:21:30] *** Joins: moozer (~moz@replaced-ip )
926 [08:21:36] *** Joins: soee (~soee@replaced-ip )
927 [08:21:48] *** Joins: LioneLL (~Pidgin@replaced-ip )
928 [08:23:49] *** Joins: conta (~Thunderbi@replaced-ip )
929 [08:24:02] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 258 seconds)
930 [08:25:28] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
931 [08:25:37] *** Joins: luckman212 (~luckman21@replaced-ip )
932 [08:25:43] *** Joins: djdarkside (~djdarksid@replaced-ip )
933 [08:26:13] *** Joins: pragomer (~pragomer@replaced-ip )
934 [08:27:01] *** Joins: soee_ (~soee@replaced-ip )
935 [08:27:58] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 264 seconds)
936 [08:29:00] *** debhelper sets mode: +l 1671
937 [08:30:49] *** Joins: rpifan (~rpifan@replaced-ip )
938 [08:30:57] *** Quits: tonyoy_ (~tonyoy@replaced-ip ) (Ping timeout: 248 seconds)
939 [08:31:27] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 240 seconds)
940 [08:32:27] *** Joins: MadHatter42 (~madhatter@replaced-ip )
941 [08:33:03] *** Quits: ibex (~ibex@replaced-ip ) (Ping timeout: 248 seconds)
942 [08:33:18] *** DaVinciCode2 is now known as ArlequInOut
943 [08:33:25] *** Joins: ibex (~ibex@replaced-ip )
944 [08:34:06] *** Joins: enki (~enki@replaced-ip )
945 [08:34:19] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 252 seconds)
946 [08:35:26] *** Joins: rh10 (~rh10@replaced-ip )
947 [08:35:42] *** Joins: ogny (~orkun@replaced-ip )
948 [08:36:16] *** Joins: bvdk (~bvdkfreen@replaced-ip )
949 [08:36:57] *** Quits: MadHatter42 (~madhatter@replaced-ip ) (Ping timeout: 240 seconds)
950 [08:38:25] *** Quits: Westcliff (~Westcliff@replaced-ip ) (Ping timeout: 248 seconds)
951 [08:38:28] *** Joins: Haudegen (~quassel@replaced-ip )
952 [08:38:59] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
953 [08:39:59] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
954 [08:40:33] *** Joins: knidos (~knidos@replaced-ip )
955 [08:41:02] *** Joins: tsurko (~tsurko@replaced-ip )
956 [08:41:40] *** Quits: mzf (~mzf@replaced-ip ) (Ping timeout: 258 seconds)
957 [08:41:46] *** Joins: torjeh (~Torje@replaced-ip )
958 [08:42:27] *** Joins: DerLG (~derlg@replaced-ip )
959 [08:42:56] *** Joins: tnorth (~tnorth@replaced-ip )
960 [08:43:08] *** Joins: MadHatter42 (~madhatter@replaced-ip )
961 [08:44:13] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
962 [08:46:28] *** Joins: shannara (~Stanislas@replaced-ip )
963 [08:46:50] *** Joins: danvey (~danvey@replaced-ip )
964 [08:49:00] *** debhelper sets mode: +l 1679
965 [08:50:43] *** Joins: sdrac8_ (~sdrac8@replaced-ip )
966 [08:51:42] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
967 [08:51:55] *** Joins: DaVinciCode1 (~DaVinciCo@replaced-ip )
968 [08:52:29] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Read error: Connection reset by peer)
969 [08:55:51] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Remote host closed the connection)
970 [08:56:23] *** Quits: oberling (~oberling@replaced-ip ) (Quit: reboot)
971 [08:57:47] *** Joins: wzyy2 (~wzyy2@replaced-ip )
972 [08:58:21] *** Quits: djdarkside (~djdarksid@replaced-ip ) (Quit: See ya)
973 [08:59:20] *** Joins: binaryc_ (~binaryc@replaced-ip )
974 [08:59:48] *** Joins: tvm (~tvm@replaced-ip )
975 [08:59:52] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Quit: Leaving.)
976 [09:00:58] *** Joins: CrazyEddy (crazyed@replaced-ip )
977 [09:01:09] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
978 [09:01:12] *** Quits: tnorth (~tnorth@replaced-ip ) (Ping timeout: 260 seconds)
979 [09:01:12] *** Quits: binaryc_ (~binaryc@replaced-ip ) (Changing host)
980 [09:01:12] *** Joins: binaryc_ (~binaryc@replaced-ip )
981 [09:02:07] *** Quits: MadHatter42 (~madhatter@replaced-ip ) ()
982 [09:02:13] *** Parts: binaryc_ (~binaryc@replaced-ip ) ()
983 [09:02:26] *** Joins: binaryc (~admin@replaced-ip )
984 [09:02:26] *** Joins: rgr (~rgr@replaced-ip )
985 [09:02:41] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 255 seconds)
986 [09:02:57] *** Joins: Espopore (~Espopore@replaced-ip )
987 [09:03:33] *** Joins: oberling (~oberling@replaced-ip )
988 [09:04:42] *** Joins: Fallenour (~Fallenour@replaced-ip )
989 [09:05:10] *** Quits: d00bster (~d00b@replaced-ip ) (Ping timeout: 264 seconds)
990 [09:05:20] *** Joins: l3archos (~Thunderbi@replaced-ip )
991 [09:05:48] *** Quits: slicepaperwords (~slicepape@replaced-ip ) (Ping timeout: 240 seconds)
992 [09:05:48] *** Quits: LocaMocha (~bocaneri@replaced-ip ) (Ping timeout: 240 seconds)
993 [09:06:52] *** Joins: martinus__ (~martin@replaced-ip )
994 [09:06:54] *** Joins: d00bster (~d00b@replaced-ip )
995 [09:08:16] *** Joins: LocaMocha (~bocaneri@replaced-ip )
996 [09:08:27] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 240 seconds)
997 [09:09:00] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 246 seconds)
998 [09:09:05] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
999 [09:09:07] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
1000 [09:09:14] *** Joins: f10 (~flo@replaced-ip )
1001 [09:10:06] *** Joins: ruslan_m (~rmstoi@replaced-ip )
1002 [09:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
1003 [09:11:00] *** Quits: binaryc (~admin@replaced-ip ) (Changing host)
1004 [09:11:00] *** Joins: binaryc (~admin@replaced-ip )
1005 [09:11:07] *** Joins: slicepaperwords (~slicepape@replaced-ip )
1006 [09:12:19] *** Joins: evilman_work (~evilman@replaced-ip )
1007 [09:13:18] *** Joins: ki0_ (~ki0@replaced-ip )
1008 [09:13:33] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Quit: Quit (Read error: Connection reset by beer))
1009 [09:14:00] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
1010 [09:15:11] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 248 seconds)
1011 [09:15:20] *** Joins: sumyunseal (~sumyunsea@replaced-ip )
1012 [09:15:21] *** Joins: Elirips (~Elirips@replaced-ip )
1013 [09:16:01] *** Quits: ki0 (~ki0@replaced-ip ) (Ping timeout: 240 seconds)
1014 [09:16:42] *** Joins: _bsurfer_ (~bsurfer@replaced-ip )
1015 [09:17:21] *** Quits: ki0_ (~ki0@replaced-ip ) (Ping timeout: 240 seconds)
1016 [09:17:25] *** Joins: domovoy (~domovoy@replaced-ip )
1017 [09:17:48] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1018 [09:17:53] *** Quits: aedinius (~aedinius@replaced-ip ) (Ping timeout: 248 seconds)
1019 [09:18:01] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1020 [09:18:30] *** Joins: toolz (~toolz@replaced-ip )
1021 [09:18:39] *** Joins: fearnothing (~nothing@replaced-ip )
1022 [09:19:01] *** debhelper sets mode: +l 1688
1023 [09:19:10] *** Quits: Lirion (~m00se@replaced-ip ) (Quit: echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq |dc)
1024 [09:19:29] *** Quits: Espopore (~Espopore@replaced-ip ) (Quit: leaving)
1025 [09:19:47] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1026 [09:20:31] *** Joins: luckman212 (~luckman21@replaced-ip )
1027 [09:20:33] *** Joins: WoollySocks (~humbag@replaced-ip )
1028 [09:20:49] *** DaVinciCode1 is now known as ArlequInOut
1029 [09:21:05] *** Joins: darkad (~darkad@replaced-ip )
1030 [09:22:29] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 255 seconds)
1031 [09:22:38] *** Quits: irc_ (~irc@replaced-ip ) (Remote host closed the connection)
1032 [09:22:39] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 246 seconds)
1033 [09:23:15] *** Joins: wiedzm (~wiedzm@replaced-ip )
1034 [09:24:08] *** Joins: Guest1587 (~Dragon@replaced-ip )
1035 [09:24:29] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
1036 [09:25:33] *** Joins: ArisQ (~ArisQ@replaced-ip )
1037 [09:26:24] *** Joins: Lirion (~m00se@replaced-ip )
1038 [09:29:16] *** Joins: jscoder (~user@replaced-ip )
1039 [09:30:09] *** Joins: dreamon_ (~dreamon@replaced-ip )
1040 [09:31:14] <darkad> Hi all, I need to install debian-9.2.1-i386-netinst.iso on my old pentium 4 pc, I set the preference on bios to start from usb , but it says "isolinux.bin missing or corrupt"
1041 [09:31:55] *** Joins: Silvering (~textual@replaced-ip )
1042 [09:32:04] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 252 seconds)
1043 [09:32:30] *** Joins: frostschutz (~frostschu@replaced-ip )
1044 [09:32:33] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Remote host closed the connection)
1045 [09:32:42] *** Quits: torjeh (~Torje@replaced-ip ) (Ping timeout: 260 seconds)
1046 [09:32:45] *** Joins: raynold (uid201163@replaced-ip )
1047 [09:32:48] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
1048 [09:33:10] <annadane> darkad, might be a corrupt image, how'd you put it on the usb?
1049 [09:33:47] <darkad> annadane, with etcher
1050 [09:34:26] <Silvering> Hi everyone! I deployed my django app on a debian server. Everything works great except the upload of file.... I receive 413 Request Entity Too Large each time I try to send file bigger than 20M. I edited the apache2.conf, the php.ini and nginx.conf in order to avoid this but same issue... Any idea ?
1051 [09:34:41] <annadane> !etcher
1052 [09:34:41] <dpkg> somebody said etcher was initial testing shows etcher is not a reliable way to copy debian images for installation. instead use cp or dd for linux, or win32diskimager for windows. replaced-url
1053 [09:34:45] <annadane> darkad, ^
1054 [09:35:11] <annadane> darkad, are you on windows or linux?
1055 [09:35:26] <darkad> annadane, in linux
1056 [09:35:29] *** Joins: aedinius (~aedinius@replaced-ip )
1057 [09:36:04] <Silvering> Here is my nginx.conf : replaced-url
1058 [09:36:17] <annadane> okay. so find out what your device is via something like lsblk, unmount it and cp debian-9.2.1-i386-netinst.iso /dev/sdx where /dev/sdx is the name of your device, then type sync
1059 [09:36:26] *** Quits: Guest1587 (~Dragon@replaced-ip ) (Ping timeout: 255 seconds)
1060 [09:37:01] <annadane> so "cp debian-9.2.1-i386-netinst.iso /dev/sdx" enter "sync" enter
1061 [09:37:19] *** Joins: bitgeek (~bitgeek@replaced-ip )
1062 [09:38:04] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1063 [09:38:24] *** Quits: sumyunseal (~sumyunsea@replaced-ip ) (Ping timeout: 258 seconds)
1064 [09:38:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1065 [09:39:00] *** debhelper sets mode: +l 1695
1066 [09:39:06] *** Joins: ledeni (~ledeni@replaced-ip )
1067 [09:40:07] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1068 [09:40:35] *** Quits: _bsurfer_ (~bsurfer@replaced-ip ) (Remote host closed the connection)
1069 [09:40:53] *** Joins: Guest99 (~textual@replaced-ip )
1070 [09:41:27] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 240 seconds)
1071 [09:42:53] *** Quits: phenomcd_ (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1072 [09:42:55] *** Quits: phenomcd (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1073 [09:42:57] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
1074 [09:43:28] *** Joins: Pjusur (~Pjusur@replaced-ip )
1075 [09:43:31] *** Joins: ledeni (~ledeni@replaced-ip )
1076 [09:44:01] *** Joins: Nullface (~textual@replaced-ip )
1077 [09:44:10] *** Joins: phenomcd (~quassel@replaced-ip )
1078 [09:44:23] *** Joins: phenomcd_ (~quassel@replaced-ip )
1079 [09:44:25] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
1080 [09:45:27] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 240 seconds)
1081 [09:48:04] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
1082 [09:48:05] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Max SendQ exceeded)
1083 [09:48:14] *** Joins: thiras (~thiras@replaced-ip )
1084 [09:48:17] *** Quits: Zyferus (~Zyferus@replaced-ip ) (Ping timeout: 248 seconds)
1085 [09:48:29] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
1086 [09:49:34] *** Joins: Zyferus (Zyferus@replaced-ip )
1087 [09:49:57] <darkad> annadane, I don't have the message "isolinux missing" but I have a blinking cursor
1088 [09:50:43] <annadane> darkad, i'm not sure what the problem is then, i'm sorry :(
1089 [09:51:04] <raynold> ahh it's a wonderful day
1090 [09:51:19] *** Quits: Freshnuts (~Freshnuts@replaced-ip ) (Quit: Leaving)
1091 [09:51:32] *** Joins: beardy (~beardy@replaced-ip )
1092 [09:52:04] *** Joins: Dragon092_ (~Dragon@replaced-ip )
1093 [09:53:05] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 248 seconds)
1094 [09:53:54] *** Joins: goofy_ (~backtrack@replaced-ip )
1095 [09:53:57] *** Quits: goofy_ (~backtrack@replaced-ip ) (Client Quit)
1096 [09:53:59] <darkad> maybe I have to hold the shift button, to see if it stasrts grub?
1097 [09:54:05] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 240 seconds)
1098 [09:54:05] *** Joins: Zyf (Zyferus@replaced-ip )
1099 [09:54:22] *** Quits: Zyferus (Zyferus@replaced-ip ) (Ping timeout: 264 seconds)
1100 [09:55:45] <darkad> nothing
1101 [09:55:47] *** Joins: srtu (~hypnotoad@replaced-ip )
1102 [09:56:15] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 246 seconds)
1103 [09:57:50] *** Joins: thms (~thms@replaced-ip )
1104 [09:58:12] <annadane> darkad, what you can do is try debian-user@lists.debian.org as it's late and you may not get a response for a few hours
1105 [09:58:46] <annadane> (hey, i remembered the email for once!)
1106 [09:59:23] *** Ani is now known as Ani-
1107 [09:59:25] <tvm> darkad: if you have linux, just copy the image to your usb with dd
1108 [09:59:38] <tvm> darkad: eg., dd if=debian.img of=/dev/sdX bs=32M
1109 [10:00:13] <Tarrasquero> Look at the graphical configuration, the exchange between screens.
1110 [10:00:14] <annadane> though dd isn't intrinisically more reliable than cp?
1111 [10:00:23] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: âź out)
1112 [10:00:23] <tvm> cp won't work, you need to copy the raw image
1113 [10:00:32] <eck> you can use cat too
1114 [10:00:38] <eck> you don' thave to use dd
1115 [10:00:47] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
1116 [10:01:04] <eck> i don't see why cp wouldn't work either
1117 [10:01:06] <annadane> ^
1118 [10:01:07] <tvm> well, that's what works for me reliably
1119 [10:01:09] <annadane> was going to say
1120 [10:01:12] <tvm> cp assumes filesystem
1121 [10:01:21] <eck> what does that even mean
1122 [10:01:24] <bezaban> tvm: no it doesn't
1123 [10:01:35] <eck> a block device is a regular unix file form the syscall pov
1124 [10:01:36] <annadane> well, try dd, i suppose, it couldn't hurt, but i doubt it works where cp fails
1125 [10:01:48] *** Joins: zamuro (~Samantha@replaced-ip )
1126 [10:01:48] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1127 [10:01:48] *** Joins: zamuro (~Samantha@replaced-ip )
1128 [10:01:50] <tvm> oh, you are right
1129 [10:01:54] <FinalX> cp also does permission/timestamp stuff to the target, you really do not want that on a block device
1130 [10:02:07] <FinalX> it will work, but i wouldn't recommend it
1131 [10:02:12] <tvm> but i'm copying netinst isos to sticks daily and dd works reliably
1132 [10:02:20] <eck> it doesn't to timestamp stuff on the targe, that's stored in the inodes
1133 [10:02:20] *** Quits: satbyy (satbyy@replaced-ip ) (Remote host closed the connection)
1134 [10:02:21] <babilen> So does cp
1135 [10:02:24] <eck> and a block device doesn't have an inode
1136 [10:02:31] <FinalX> I had basic GNU tools remove /dev/null once that way due to a bug
1137 [10:02:34] <annadane> ugh, i can never tell what you're supposed to use from discussions like these, it's never clear
1138 [10:02:36] <babilen> cp is perfectly fine for copying block devices
1139 [10:02:41] <bezaban> cp works fine to write images to block devices
1140 [10:02:45] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Quit: Bye)
1141 [10:02:56] <annadane> it's the new editor wars
1142 [10:02:57] <FinalX> like i said, it'll work, but i wouldn't recommend it :p
1143 [10:03:09] <bezaban> annadane: it's not, there is an objective truth here and it's really easy to test :)
1144 [10:03:11] <annadane> FinalX, so, what, you recommend dd in all circumstances?
1145 [10:03:28] <tvm> for me, dd works reliably, never tried cp way.
1146 [10:03:30] <babilen> There is no reason to .. in fact it might even be faster due to blocksize scaling, but that would need reliable numbers that I couldn't have been arsed to compile
1147 [10:03:34] <FinalX> no, I'd say cat is a perfect alternative as you only pipe stdin to the block device and nothing else
1148 [10:03:35] *** Joins: tkla (~tklassen@replaced-ip )
1149 [10:03:39] *** Joins: satbyy (satbyy@replaced-ip )
1150 [10:03:46] <babilen> And .. if you use dd you might as well use dcfldd
1151 [10:03:54] <FinalX> you can even use python or whatever and write to it
1152 [10:03:59] <babilen> But both have awkward syntax compared to cp
1153 [10:04:08] <FinalX> I just wouldn't use tools that don't *only* do that.
1154 [10:04:09] * annadane rolls eyes and goes to sleep
1155 [10:04:20] *** Joins: tnorth (~tnorth@replaced-ip )
1156 [10:04:30] <babilen> FinalX: cat is tricky as it doesn't work well with sudo (i/o redirection)
1157 [10:04:38] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (Remote host closed the connection)
1158 [10:04:43] *** Joins: Fallenour (~Fallenour@replaced-ip )
1159 [10:04:55] <FinalX> additionally, some tools like dd know more about devices and the inner workings and might throw clearer errors when something goes wrong
1160 [10:05:10] <eck> the whole point of dd is that it doesn't know about the inner workings of devices
1161 [10:05:12] <FinalX> sudo.. :)
1162 [10:05:21] <eck> that's why you need to specify a blocksize yourself
1163 [10:05:31] <FinalX> which you can't with cp or cat.
1164 [10:05:46] *** Quits: root__ (~root@replaced-ip ) (Ping timeout: 264 seconds)
1165 [10:05:48] <eck> the blocksize doesn't really do anything, all it does is affect the size of the write buffer
1166 [10:05:50] <FinalX> it knows about different sync mechanisms as well
1167 [10:06:01] <FinalX> yeah which you can not set with cat or cp
1168 [10:06:05] <eck> ok man
1169 [10:06:11] <eck> you're the expert
1170 [10:06:15] <bezaban> lol
1171 [10:06:39] <FinalX> eck: show me the options to cat and cp to specify block size and sync options
1172 [10:06:46] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 258 seconds)
1173 [10:07:02] *** Joins: ki0 (~ki0@replaced-ip )
1174 [10:07:06] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1175 [10:07:07] <FinalX> I'll gladly use them next time.
1176 [10:07:13] *** Joins: Rhaal (~Rhaal@replaced-ip )
1177 [10:07:15] <FinalX> no? thought so..
1178 [10:07:24] *** Joins: bsurfer (~bsurfer@replaced-ip )
1179 [10:07:55] *** Quits: jscoder (~user@replaced-ip ) (Ping timeout: 258 seconds)
1180 [10:08:00] <babilen> dd and dcfldd are great tools that are needed *once* you legitmately have to make use of their features that distinguish them from other tools. For copying whole files/devices cp are perfectly fine and *might* even be better, but you can't easily express things such as "Copy 512k starting with an offset of 1024k from /dev/sda with a blocksize of 512k" or somesuch
1181 [10:08:05] *** Joins: melle (~melissa@replaced-ip )
1182 [10:08:16] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1183 [10:08:39] *** Joins: rant (~user@replaced-ip )
1184 [10:08:44] <annadane> anyway there's a million and one ways to copy files, you can even try using gparted
1185 [10:08:45] *** melle is now known as melena
1186 [10:09:00] *** debhelper sets mode: +l 1704
1187 [10:09:04] <annadane> i don't know if debian specifically recommends against doing that but i don't think so
1188 [10:09:14] *** Joins: ledeni (~ledeni@replaced-ip )
1189 [10:09:28] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
1190 [10:10:01] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1191 [10:10:12] *** Joins: electro33 (uid613@replaced-ip )
1192 [10:10:14] <annadane> did we even answer the question at all...
1193 [10:10:15] *** Quits: Dragon092_ (~Dragon@replaced-ip ) (Ping timeout: 246 seconds)
1194 [10:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
1195 [10:10:45] *** Joins: luckman212 (~luckman21@replaced-ip )
1196 [10:10:55] <babilen> What was the question?
1197 [10:10:57] <babilen> ;)
1198 [10:11:07] *** Quits: ki0 (~ki0@replaced-ip ) (Read error: Connection reset by peer)
1199 [10:11:14] *** Joins: boris_t (~boris_t@replaced-ip )
1200 [10:11:18] *** Quits: phenomcd_ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1201 [10:11:18] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1202 [10:11:22] *** Joins: Dragon092_ (~Dragon@replaced-ip )
1203 [10:11:23] <annadane> what is the wind speed velocity of an unladen swallow?
1204 [10:11:27] <darkad> Hi all, I tried the dd command and I have a bliknin cursor on black screen
1205 [10:11:34] *** Joins: Vizva (~Vizva@replaced-ip )
1206 [10:11:37] *** Joins: ki0 (~ki0@replaced-ip )
1207 [10:11:39] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1208 [10:11:53] <babilen> darkad: What was your command?
1209 [10:11:57] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1210 [10:11:59] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 255 seconds)
1211 [10:12:05] *** Quits: b (~coffee@replaced-ip ) (Quit: Lost terminal)
1212 [10:12:11] <darkad> sudo dd if=debian-9.2.1-i386-netinst.iso of=/dev/sdb1 bs=32M
1213 [10:12:19] <darkad> enter and after sync
1214 [10:12:20] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1215 [10:12:35] <babilen> darkad: You want to copy to /dev/sdb not /dev/sdb1
1216 [10:12:48] *** Quits: dax (~dax@replaced-ip ) (Remote host closed the connection)
1217 [10:12:51] *** Ticho_ is now known as Ticho
1218 [10:13:04] <babilen> Any particular reason you picked i386 over amd64 in this time and age?
1219 [10:13:23] <babilen> dpkg: firmware image
1220 [10:13:23] *** Joins: pseudonymous (~Jesper@replaced-ip )
1221 [10:13:23] <dpkg> Unofficial <netinst> and DVD installer images containing non-free Debian firmware packages are available for installing Debian 9 "Stretch". See replaced-url
1222 [10:13:35] <babilen> If your hardware requires firmware you might also want to use ^
1223 [10:13:50] *** Joins: jsears (~James@replaced-ip )
1224 [10:13:51] *** Joins: brokency1le (~brokencyc@replaced-ip )
1225 [10:13:53] <annadane> yeah, i should have asked "what command did you use"
1226 [10:13:59] <annadane> but i am an idiot, so i did not
1227 [10:14:48] <melena> Does anybody here run linux on an apple?
1228 [10:14:52] *** Joins: BlueByte (~walther@replaced-ip )
1229 [10:15:02] *** Joins: dax (~dax@replaced-ip )
1230 [10:15:03] *** Joins: phenomcd_ (~quassel@replaced-ip )
1231 [10:15:26] * babilen pats his granny smith eco portable
1232 [10:15:30] <eck> i did many years ago, it was a huge pita back then
1233 [10:15:35] <eck> probably still is
1234 [10:15:37] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1235 [10:15:42] <babilen> Most likely, yeah
1236 [10:15:50] <ezra-s> I ate an apple while running linux
1237 [10:15:58] <babilen> melena: Do you have a specific issue or are you just checking if there's a person in #debian at this time who does?
1238 [10:16:00] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1239 [10:16:34] <melena> I hope it was a honeycrisp apple...
1240 [10:16:49] *** Joins: sterniste (~sstern@replaced-ip )
1241 [10:16:57] <melena> I have a question but it is a bit embarrassing....
1242 [10:17:36] <ezra-s> sorry I'm a golden apple fan
1243 [10:18:29] *** Joins: enoch85 (~enoch85@replaced-ip )
1244 [10:18:29] *** Quits: enoch85 (~enoch85@replaced-ip ) (Changing host)
1245 [10:18:29] *** Joins: enoch85 (~enoch85@replaced-ip )
1246 [10:18:35] <darkad> I would not add more trash in this world, with my old computer
1247 [10:19:00] *** debhelper sets mode: +l 1712
1248 [10:19:43] *** Quits: royiv (~royiv@replaced-ip ) (Ping timeout: 248 seconds)
1249 [10:19:45] <melena> I was just given a new mac as a gift and the person who gave it to me insisted I have Norton internet security (Yeah, I caved, that's the embarrassing part) so basically I can not install the software that I want because it blocks me from doing so so I was thinking about installing linux along side OS X. I was just curious if Norton would interfere with me being able to do so.
1250 [10:20:00] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1251 [10:20:01] *** Dragon092_ is now known as Dragon092
1252 [10:20:17] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1253 [10:20:47] <dexta> gm
1254 [10:20:50] *** Joins: peca (~peca@replaced-ip )
1255 [10:20:53] <melena> I tried calling Norton to ask about dual booting...
1256 [10:21:53] *** Quits: pseudonymous (~Jesper@replaced-ip ) (Ping timeout: 248 seconds)
1257 [10:22:20] <melena> I couldn't understand tech guy through his accent and he told me it was going to be $89.95 to help even though I am asking a yes or no question.
1258 [10:22:41] *** Quits: WoollySocks (~humbag@replaced-ip ) (Remote host closed the connection)
1259 [10:22:44] *** Joins: theLambda (~theLambda@replaced-ip )
1260 [10:22:44] *** Joins: |ifei5good (~sharris12@replaced-ip )
1261 [10:22:49] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1262 [10:22:58] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Read error: Connection reset by peer)
1263 [10:23:01] <ezra-s> melena: don't follow other's people advice just because they say so or insist, research
1264 [10:24:22] *** Joins: cdown (~cdown@replaced-ip )
1265 [10:24:35] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 255 seconds)
1266 [10:24:44] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 248 seconds)
1267 [10:25:26] *** Quits: AimHere (~David@replaced-ip ) (Remote host closed the connection)
1268 [10:25:38] *** Joins: altin (~altin@replaced-ip )
1269 [10:26:03] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1270 [10:26:11] *** Joins: LioneLL (~Pidgin@replaced-ip )
1271 [10:26:24] <annadane> melena, don't know but my guess is: shouldn't
1272 [10:26:26] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1273 [10:26:32] <melena> It was more like arm twisting than advice. I am still embarrassed that I caved. I never used that kind of software before and I have never had trouble with virii. I know the odds of me actually speaking to someone whose done this is slim. Linux users typically don't use norton ...
1274 [10:26:37] <annadane> i've never heard of norton interfering with anything in a dual boot
1275 [10:27:14] <melena> Sweet! Maybe I'll attempt it and keep the iMac afterall....
1276 [10:27:40] <annadane> there are actually very few things that interfere with dual boots at all, a lot of the time it's the fault of the user for not doing something correctly which they then blame on secure boot or whatever
1277 [10:27:57] <annadane> which is not to say secure boot isn't a genuine problem for some people but also some people just don't handle dual boot properly
1278 [10:29:00] *** Joins: m8 (~m8@replaced-ip )
1279 [10:30:16] <Silvering> Someone knows why I still have the Request Entity Too Large so ?
1280 [10:30:55] *** Joins: nac (~nac@replaced-ip )
1281 [10:31:12] *** Quits: ki0 (~ki0@replaced-ip ) (Read error: Connection reset by peer)
1282 [10:31:14] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Quit: dionysus69)
1283 [10:31:19] <annadane> Hi everyone! I deployed my django app on a debian server. Everything works great except the upload of file.... I receive 413 Request Entity Too Large each time I try to send file bigger than 20M. I edited the apache2.conf, the php.ini and nginx.conf in order to avoid this but same issue... Any idea ?Here is my nginx.conf : replaced-url
1284 [10:31:19] <annadane> client_max_body_size 0;
1285 [10:31:24] <annadane> ^ silvering's original question
1286 [10:31:35] *** Joins: ki0 (~ki0@replaced-ip )
1287 [10:31:41] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1288 [10:31:59] <Silvering> ?? What do you mean ?
1289 [10:32:05] *** Joins: disposable2 (~Thunderbi@replaced-ip )
1290 [10:32:18] <annadane> Silvering, i reposted your question because it scrolled off screen from the time you asked it
1291 [10:32:23] *** Quits: ki0 (~ki0@replaced-ip ) (Read error: Connection reset by peer)
1292 [10:32:27] *** Joins: __marco (~marco@replaced-ip )
1293 [10:32:38] *** Joins: ki0 (~ki0@replaced-ip )
1294 [10:32:44] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
1295 [10:32:47] <darkad> Hi all, I did sudo dd if=debian-9.2.1-i386-netinst.iso of=/dev/sdb bs=32M and it says isolinux.bin missing or corrupt. Then I tried sudo dd if=firmware-9.2.1-i386-netinst.iso of=/dev/sdb bs=32M and it still says isolinux.bin missing or corrupt
1296 [10:32:48] *** Joins: v1976a (~v1976a@replaced-ip )
1297 [10:32:48] <v1976a> ciau ^^
1298 [10:32:58] <v1976a> ciao a tutti
1299 [10:33:03] <v1976a> !list
1300 [10:33:03] <dpkg> v1976a: vedi replaced-url
1301 [10:33:03] <annadane> !it
1302 [10:33:03] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1303 [10:33:08] <Silvering> annadane : Ah ok sorry. I don't understand why I have this issue... All conf files must avoid this
1304 [10:33:18] *** Parts: tnorth (~tnorth@replaced-ip ) ("Konversation terminated!")
1305 [10:33:26] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1306 [10:33:50] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Read error: Connection reset by peer)
1307 [10:34:01] *** Parts: v1976a (~v1976a@replaced-ip ) ()
1308 [10:35:19] <darkad> I tried an old cd with linux rescue disk 1.5.2 and it starts. There could be a syslinux version compatibility issue?
1309 [10:36:43] <Silvering> annadane : my ovh dedicated server logs return : client intended to send too large body: 240039336 bytes
1310 [10:38:21] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1311 [10:38:31] *** Joins: Matan[M] (~MatanM]@replaced-ip )
1312 [10:39:44] <Meganitrospeed> nginx log?
1313 [10:40:37] *** Joins: luneff (~yury@replaced-ip )
1314 [10:40:41] <darkad> please
1315 [10:41:26] <Meganitrospeed> Silvering: did you try to upload something ? Change the client_max_body_size in nginx
1316 [10:41:36] *** Joins: Texou (~Texou@replaced-ip )
1317 [10:41:46] <luneff> hey guys! is there a solid manual on how to set up networking with the whole systemd-networkd/connman mess on Stretch? I seem to concurrently run two styles of setup and it is not good :-)
1318 [10:42:09] *** Quits: benklop (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
1319 [10:42:18] *** Joins: intore (d586400a@replaced-ip )
1320 [10:43:03] *** Parts: intore (d586400a@replaced-ip ) ()
1321 [10:43:05] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1322 [10:43:13] *** Joins: intore (d586400a@replaced-ip )
1323 [10:43:32] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1324 [10:43:44] *** Joins: oish (~charlie@replaced-ip )
1325 [10:44:05] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 240 seconds)
1326 [10:44:05] <Silvering> Meganitrospeed : I tried a video file (14.5M) and it works, then everything >20M -> crash
1327 [10:45:37] <Meganitrospeed> silvering: you need to change the client_max_body_size line in /etc/nginx/nginx.conf
1328 [10:45:54] <Meganitrospeed> silvering: I think it was 20M default.
1329 [10:46:05] <Silvering> Meganitrospeed : replaced-url
1330 [10:46:11] <Silvering> Meganitrospeed : check the last line I added
1331 [10:46:34] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 264 seconds)
1332 [10:46:45] *** Joins: Strife89 (~quassel@replaced-ip )
1333 [10:47:03] *** Quits: Texou (~Texou@replaced-ip ) (Quit: WeeChat 1.9.1)
1334 [10:48:04] *** Joins: benklop (~quassel@replaced-ip )
1335 [10:48:21] *** Joins: aielima (~aielima@replaced-ip )
1336 [10:49:01] *** debhelper sets mode: +l 1718
1337 [10:49:01] *** Quits: XSoul (~XRule@replaced-ip ) (Read error: Connection reset by peer)
1338 [10:49:02] *** Joins: McErroneous (~MC_Errone@replaced-ip )
1339 [10:49:14] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1340 [10:49:19] *** Joins: XSoul (~XRule@replaced-ip )
1341 [10:49:43] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1342 [10:49:50] <McErroneous> Hi, i am looking for a screensaver to show time on monitor (gnome)
1343 [10:50:07] *** Quits: Strife1989 (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
1344 [10:50:31] <Meganitrospeed> silvering: my question would be... did you reload nginx?
1345 [10:50:45] *** Joins: maxzor (~maxzor@replaced-ip )
1346 [10:50:47] <Silvering> Meganitrospeed : yes : service nginx reload
1347 [10:50:47] *** Joins: ForceRecon (~forcereco@replaced-ip )
1348 [10:50:47] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Changing host)
1349 [10:50:47] *** Joins: ForceRecon (~forcereco@replaced-ip )
1350 [10:50:49] *** Quits: XSoul (~XRule@replaced-ip ) (Read error: Connection reset by peer)
1351 [10:51:18] *** Joins: XSoul (~XRule@replaced-ip )
1352 [10:51:47] *** Joins: Texou (~Texou@replaced-ip )
1353 [10:52:17] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
1354 [10:52:23] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 258 seconds)
1355 [10:52:55] *** Joins: HeXiLeD (~grumpy@replaced-ip )
1356 [10:53:02] *** Quits: |ifei5good (~sharris12@replaced-ip ) (Ping timeout: 246 seconds)
1357 [10:53:28] *** Quits: towo^work (~towo@replaced-ip ) (Ping timeout: 252 seconds)
1358 [10:54:05] *** Joins: oish (~charlie@replaced-ip )
1359 [10:54:20] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1360 [10:54:38] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1361 [10:54:42] *** Joins: elvirolo (~roger@replaced-ip )
1362 [10:54:49] <elvirolo> hi all
1363 [10:55:03] <Meganitrospeed> elvirolo: o/)
1364 [10:55:15] *** Joins: MarioBranco (~MarioBran@replaced-ip )
1365 [10:55:29] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
1366 [10:55:55] *** Joins: Vizva (~Vizva@replaced-ip )
1367 [10:55:55] *** Quits: Vizva (~Vizva@replaced-ip ) (Client Quit)
1368 [10:56:16] *** Joins: Vizva (~Vizva@replaced-ip )
1369 [10:56:24] *** Joins: _diego_ (~diego@replaced-ip )
1370 [10:56:33] *** Joins: root__ (~root@replaced-ip )
1371 [10:56:43] *** Parts: _diego_ (~diego@replaced-ip ) ()
1372 [10:56:50] <elvirolo> I've just installed nodejs from jessie-backports (I know I shouldn't be using jessie anymore, but I use Yunohost, which doesn't run on Stretch yet), and can't install the matching version of npm, as it is unavailable. Should I install it from sid?
1373 [10:57:18] *** Joins: _diego_ (~diego@replaced-ip )
1374 [10:57:28] <_diego_> Hello, anyone online here ?
1375 [10:58:09] *** Joins: overlord_tm (~andraz@replaced-ip )
1376 [10:58:42] *** Quits: _diego_ (~diego@replaced-ip ) (Quit: Leaving)
1377 [10:58:54] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 258 seconds)
1378 [10:59:00] *** debhelper sets mode: +l 1724
1379 [10:59:28] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 240 seconds)
1380 [11:00:28] <AndreasLutro> elvirolo: just use nodesource
1381 [11:01:34] *** Quits: patterson (~patterson@replaced-ip ) (Quit: I quit)
1382 [11:01:45] *** Joins: __diego__ (43b68a83@replaced-ip )
1383 [11:02:37] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1384 [11:02:56] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1385 [11:02:59] *** Joins: gagrio (~gagrio@replaced-ip )
1386 [11:03:06] *** Quits: Guest55 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1387 [11:03:24] *** Joins: |ifei5good (~sharris12@replaced-ip )
1388 [11:03:24] <Meganitrospeed> diego: yeah
1389 [11:03:24] *** Joins: k0ala (~AndChat21@replaced-ip )
1390 [11:03:49] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 255 seconds)
1391 [11:04:45] *** Joins: Fallenour (~Fallenour@replaced-ip )
1392 [11:04:50] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1393 [11:05:15] *** Joins: alxy (uid115853@replaced-ip )
1394 [11:05:26] <__diego__> Hi, I have a weird issue... dual-boot system, both linux / windows work perfectly when booted from a shutdown state. If I boot to linux from windows (without shutting down, just restarting), then linux doesn't see the microphone as plugged in (laptop, so it is)
1395 [11:05:27] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
1396 [11:05:49] <elvirolo> AndreasLutro: Ok, thank you!
1397 [11:05:55] *** Joins: jnavila (~jnavila@replaced-ip )
1398 [11:06:05] *** Joins: towo^work (~towo@replaced-ip )
1399 [11:06:53] <McErroneous> __diego__: i am noob, but you could try setting bios post-wait time to 5seconds or so...
1400 [11:07:31] *** Quits: k0ala (~AndChat21@replaced-ip ) (Client Quit)
1401 [11:07:53] *** Joins: moozer (~moz@replaced-ip )
1402 [11:08:23] <darkad> I can't undertand why the firmware-9.2.1-i386-netinst.iso contains the 'i386' string and after it can't start :)
1403 [11:08:45] *** Joins: ArisQ_ (~ArisQ@replaced-ip )
1404 [11:09:21] <__diego__> I could but it is so weird, windows will detect the microphone no matter what, its just linux
1405 [11:10:20] *** Quits: thib (~thib@replaced-ip ) (Quit: leaving)
1406 [11:10:22] <Siente> ledeni pppoe service not found
1407 [11:10:29] *** Quits: ArisQ (~ArisQ@replaced-ip ) (Ping timeout: 255 seconds)
1408 [11:10:31] *** Joins: mariobranco__ (~MarioBran@replaced-ip )
1409 [11:10:54] <McErroneous> __diego__: then switch to windows, and become a windows user, i know windows does something better than linux, as from a user perspective...
1410 [11:10:56] *** Quits: mati (~mati@replaced-ip ) (Quit: mati)
1411 [11:10:57] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
1412 [11:11:13] <McErroneous> e.g. Multimonitor
1413 [11:11:45] <__diego__> darkad: I don't understand your question, you are downloading the net installer image of debian with non-free firmware
1414 [11:11:48] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1415 [11:11:51] <__diego__> What is the issue with it ?
1416 [11:12:08] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1417 [11:12:31] *** Joins: Infra_3600 (~rdanilov@replaced-ip )
1418 [11:12:36] <__diego__> And I believe you might want the amd64 instead of i386 ... unless you really want i386 for some weird reason (really really old computer ?)
1419 [11:12:49] <darkad> it's about my old pentium 4 pc, booted with firmware-9.2.1-i386-netinst.iso
1420 [11:12:54] *** Joins: venkat (~venkat@replaced-ip )
1421 [11:13:23] <__diego__> ok, fine, you have an old pentium 4, you probably want the i386, but whats the issue ? it doesn't boot ?
1422 [11:14:02] *** Quits: rh10 (~rh10@replaced-ip ) (Quit: Leaving)
1423 [11:14:37] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Ping timeout: 255 seconds)
1424 [11:14:41] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 240 seconds)
1425 [11:14:41] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
1426 [11:15:37] *** Joins: cdown (~cdown@replaced-ip )
1427 [11:15:42] *** Joins: sdrac8 (~sdrac8@replaced-ip )
1428 [11:15:48] *** Quits: annadane (~annadane@replaced-ip ) (Read error: Connection reset by peer)
1429 [11:16:15] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1430 [11:16:29] *** Joins: xayto (~xayto@replaced-ip )
1431 [11:16:41] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1432 [11:17:12] *** Quits: Siente (~SIENTELO@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
1433 [11:17:21] *** Quits: brokency1le (~brokencyc@replaced-ip ) (Ping timeout: 248 seconds)
1434 [11:17:24] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) (Remote host closed the connection)
1435 [11:17:47] *** Joins: cdown (~cdown@replaced-ip )
1436 [11:18:05] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
1437 [11:18:13] *** Quits: sdrac8_ (~sdrac8@replaced-ip ) (Ping timeout: 255 seconds)
1438 [11:18:25] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
1439 [11:19:52] *** Joins: moozer (~moz@replaced-ip )
1440 [11:20:54] *** Parts: __diego__ (43b68a83@replaced-ip ) ()
1441 [11:22:21] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) (Ping timeout: 246 seconds)
1442 [11:22:53] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
1443 [11:23:50] *** Joins: alex__ (~alex@replaced-ip )
1444 [11:24:29] *** Parts: alex__ (~alex@replaced-ip ) ()
1445 [11:25:05] *** Quits: elvirolo (~roger@replaced-ip ) (Quit: Leaving.)
1446 [11:26:37] *** Joins: EF`` (~Erin@replaced-ip )
1447 [11:27:31] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1448 [11:27:37] <McErroneous> I am looking for a screensaver that shows time ? I am missing the option to change text beeing displayed...(like the current time )
1449 [11:27:38] *** Parts: EF`` (~Erin@replaced-ip ) ("Leaving")
1450 [11:27:50] <McErroneous> (gnome)
1451 [11:27:51] <darkad> I tried sudo dd if=firmware-9.2.1-i386-netinst.iso of=/dev/sdb bs=32M and it says isolinux.bin missing or corrupt
1452 [11:27:52] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1453 [11:27:55] *** Joins: EF`` (~Erin@replaced-ip )
1454 [11:27:57] *** Joins: nog3_ (~tud3@replaced-ip )
1455 [11:28:19] <darkad> at booting time
1456 [11:28:54] *** Joins: cdown_ (~cdown@replaced-ip )
1457 [11:29:57] <Vizva> darkad what is this for?
1458 [11:30:38] *** Quits: elkmoose (~jesus@replaced-ip ) (Remote host closed the connection)
1459 [11:30:51] <Vizva> is this a usb?
1460 [11:31:06] *** Joins: cdown__ (~cdown@replaced-ip )
1461 [11:31:20] *** Joins: turfal (~Thunderbi@replaced-ip )
1462 [11:31:32] <darkad> yes I'm booting via usb
1463 [11:31:38] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 255 seconds)
1464 [11:31:40] *** cdown__ is now known as cdown
1465 [11:31:48] <Vizva> you want to create a usb?
1466 [11:32:06] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Quit: Leaving)
1467 [11:32:47] <Vizva> creating a iso on usb?
1468 [11:33:00] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1469 [11:33:11] *** Joins: inviz (~user@replaced-ip )
1470 [11:33:19] *** Quits: cdown_ (~cdown@replaced-ip ) (Ping timeout: 248 seconds)
1471 [11:33:22] *** Joins: elkmoose (~jesus@replaced-ip )
1472 [11:33:23] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1473 [11:33:30] <McErroneous> Vizva: I guess he wants to make a bootable USB-Stick...
1474 [11:33:49] <McErroneous> but he is getting errors..
1475 [11:34:05] <Vizva> then you can try ---> cp firmware-9.2.1-i386-netinst.iso /dev/sdb
1476 [11:34:14] <Vizva> then ----> sync
1477 [11:35:10] *** Joins: morphis (~morphis@replaced-ip )
1478 [11:35:16] *** Quits: venkat (~venkat@replaced-ip ) (Ping timeout: 252 seconds)
1479 [11:35:45] <Vizva> cp is the command to do usb bootable sticks
1480 [11:36:08] <darkad> I think that debian is not more suitable for i586 architecture
1481 [11:36:37] <darkad> debian 9.2.1, although tey write 'i386' in it
1482 [11:36:49] <McErroneous> it should be called Debian-9.2.1-i386-netinst.iso then
1483 [11:37:00] *** Quits: dave4925 (dave4925@replaced-ip ) (Remote host closed the connection)
1484 [11:37:00] *** Quits: promach (promach@replaced-ip ) (Remote host closed the connection)
1485 [11:37:00] *** Quits: nolsen (nolsen@replaced-ip ) (Remote host closed the connection)
1486 [11:37:11] <darkad> yes I wrote few minutes ago
1487 [11:37:35] *** Quits: \2h1s (~\21hs@replaced-ip ) (Remote host closed the connection)
1488 [11:37:35] <darkad> but i386 is not honest way to describe the iso
1489 [11:37:50] <themill> that's the name of the architecture and it will never change
1490 [11:37:51] *** Joins: Tiffon (~name@replaced-ip )
1491 [11:38:35] *** Joins: alex__ (~alex@replaced-ip )
1492 [11:38:42] <darkad> is i386 compatible with pentium4?
1493 [11:38:43] <alex__> hi
1494 [11:38:47] *** Joins: \2h1s (~\21hs@replaced-ip )
1495 [11:39:33] <themill> darkad: did you check the release notes?
1496 [11:40:19] *** Quits: mariobranco__ (~MarioBran@replaced-ip ) (Quit: Leaving)
1497 [11:40:37] <alex__> what is the meaning of "DSN: sender NOT credible, SA: -1.110,.." in amavis.log ? Can somone explain it to me?
1498 [11:40:43] *** Joins: MarioBranco (~MarioBran@replaced-ip )
1499 [11:42:52] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Quit: Leaving)
1500 [11:43:03] <darkad> now, yes: replaced-url
1501 [11:43:10] <darkad> The following are the officially supported architectures for Debian 9:
1502 [11:43:10] <darkad> 32-bit PC (i386) and 64-bit PC (amd64)
1503 [11:43:23] *** Quits: nog3_ (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
1504 [11:44:14] *** Quits: altin (~altin@replaced-ip ) (Quit: Leaving)
1505 [11:44:51] *** Quits: melena (~melissa@replaced-ip ) (Quit: Leaving)
1506 [11:45:16] <Vizva> sometimes it stick with a label for lower the confusing of minor changes in hardware
1507 [11:45:50] *** Joins: Baudelaire (~Baudelair@replaced-ip )
1508 [11:46:30] <Vizva> but code may change very as well
1509 [11:47:57] *** Joins: ForceRecon (~forcereco@replaced-ip )
1510 [11:47:57] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Changing host)
1511 [11:47:58] *** Joins: ForceRecon (~forcereco@replaced-ip )
1512 [11:48:08] *** Joins: venkat (~venkat@replaced-ip )
1513 [11:48:49] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Ping timeout: 255 seconds)
1514 [11:49:11] *** Joins: DogramBeta (~kjkjkjk@replaced-ip )
1515 [11:49:34] <DogramBeta> How much time at 500W from a 3mF capacitor?
1516 [11:50:07] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 252 seconds)
1517 [11:51:00] <Vizva> DogramBeta this is a question for #debian?
1518 [11:51:13] <Hooloovo0> what?
1519 [11:51:14] <Hooloovo0> what?
1520 [11:51:32] <DogramBeta> It's a question for all who enjoy it
1521 [11:51:36] <Vizva> sounds like a electrical question
1522 [11:51:40] <Hooloovo0> the question doesn't make sens
1523 [11:51:43] <Hooloovo0> e
1524 [11:51:51] <Hooloovo0> maybe ##electronics?
1525 [11:51:52] <DogramBeta> at 220V?
1526 [11:52:01] *** Joins: morphis__ (~morphis@replaced-ip )
1527 [11:52:20] <Vizva> we dont like that question in here, since its offtopic :)
1528 [11:52:26] *** Joins: luckman212 (~luckman21@replaced-ip )
1529 [11:52:47] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1530 [11:53:09] *** Joins: shinnok (~shinnok@replaced-ip )
1531 [11:54:01] <McErroneous> How do i change duration of gnome-passwords beeing stored , before having to authorize again as root ?
1532 [11:54:05] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Quit: Leaving)
1533 [11:54:31] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 252 seconds)
1534 [11:55:14] *** Joins: ForceRecon (~forcereco@replaced-ip )
1535 [11:55:14] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Changing host)
1536 [11:55:14] *** Joins: ForceRecon (~forcereco@replaced-ip )
1537 [11:58:25] <Vizva> McErroneous you can force that passwords change sometimes but if you dont login as root there is not a password change before ask you
1538 [11:59:22] *** Joins: Nawab (~OtakuSenp@replaced-ip )
1539 [11:59:44] <McErroneous> Vizva: I am loged in as User...
1540 [12:00:09] <McErroneous> gnome asks me repeatedly to enter phasephrase...
1541 [12:00:13] *** Joins: juon (~juonc@replaced-ip )
1542 [12:00:25] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Remote host closed the connection)
1543 [12:00:34] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1544 [12:00:37] *** juon is now known as Guest48080
1545 [12:00:49] <Vizva> ok now i understand
1546 [12:01:18] <Vizva> you need to work as root sometimes and you have always to give that password
1547 [12:01:54] <Vizva> you kknow thats a security issue to run x applications as root?
1548 [12:02:24] <McErroneous> Vizva: so i change my operating system ?
1549 [12:02:38] <Vizva> better to change to console and use the commands there with sudo
1550 [12:02:42] *** Guest48080 is now known as juon
1551 [12:03:08] <juon> Hi Guys,
1552 [12:03:20] <juon> I'm tring to make it, replaced-url
1553 [12:03:26] <McErroneous> Vizva: cpufreq asks me repeatedly.... to enter admin passwords..
1554 [12:03:40] *** Joins: Lokke (~Thunderbi@replaced-ip )
1555 [12:03:43] *** Quits: ArisQ_ (~ArisQ@replaced-ip ) (Read error: Connection reset by peer)
1556 [12:03:59] <Vizva> what happen if you dont give the password
1557 [12:04:06] *** Joins: gaurishankar (1b059c10@replaced-ip )
1558 [12:04:12] *** Nawab is now known as OtakuSenpai
1559 [12:04:23] <gaurishankar> can any body help me
1560 [12:04:28] <McErroneous> are you kidding me ? then i wont do anything...
1561 [12:04:36] <McErroneous> it wont do anything...
1562 [12:04:42] *** Joins: Fallenour (~Fallenour@replaced-ip )
1563 [12:04:42] <gaurishankar> I am getting an error intel 915 atomic update error
1564 [12:05:03] <McErroneous> show a windows that says enter admin pass..
1565 [12:05:07] *** Joins: knidos (~knidos@replaced-ip )
1566 [12:05:51] *** Joins: shtrb (~shtrb@replaced-ip )
1567 [12:05:53] <gaurishankar> debian stretch
1568 [12:06:16] <Vizva> i dont believe that this program is necessary
1569 [12:06:21] <Vizva> cpufreq
1570 [12:06:36] <gaurishankar> how do i remve this error
1571 [12:08:12] *** Joins: Freenoodle (~Bratwurst@replaced-ip )
1572 [12:08:20] <Vizva> gaurishankyou have annother erros or you cannot use your system?
1573 [12:08:25] <Vizva> errors
1574 [12:08:54] <shtrb> Any VM user can say if he has a VM that has a working mic (shared access ) ?
1575 [12:08:58] <gaurishankar> I can use the system
1576 [12:09:00] *** debhelper sets mode: +l 1730
1577 [12:09:03] *** Joins: Ulrar (~Ulrar@replaced-ip )
1578 [12:09:28] <Ulrar> Hi, quick question, is there no way to use /dev/sdb as the PV when setting up LVM during the installation ?
1579 [12:09:29] <shtrb> VBox has an active bug , and I have found that under qemu you should be able to pass audio if it is dedicated (pass usb control to the vm )
1580 [12:09:33] <McErroneous> Vizva: you are trying to be funny..., are you ? I think you name need to be other than Vizva..
1581 [12:09:36] <McErroneous> Witz..
1582 [12:09:41] <Ulrar> Looks like it doesn't let me configure LVM on it if I don't create a partition table, which is annoying
1583 [12:09:41] <Vizva> maybe you can just ignore that error
1584 [12:10:01] <gaurishankar> correct, but its irritating to see that error
1585 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1586 [12:10:22] <gaurishankar> is there any way to supress that error or remove permanently
1587 [12:10:28] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 240 seconds)
1588 [12:10:51] <Vizva> gaurishankar you may look for information whats about
1589 [12:11:07] *** Joins: dselect (~dselect@replaced-ip )
1590 [12:11:20] <gaurishankar> how do i check that
1591 [12:12:01] <Vizva> intel 915 atomic update error wirtie in duckduckgo or google
1592 [12:12:05] <Vizva> write
1593 [12:12:18] <Vizva> and read some pages about
1594 [12:12:32] <gaurishankar> it says some where to modify modeprof.conf
1595 [12:12:51] <Vizva> i did see that error too
1596 [12:12:58] <gaurishankar> but i could not found any file name modeprobe.conf
1597 [12:13:22] <Vizva> for me i just ignore it - the importance is not that far - and you could make your system stop working
1598 [12:14:00] *** Quits: ki0 (~ki0@replaced-ip ) (Read error: Connection reset by peer)
1599 [12:14:42] <gaurishankar> u r rite
1600 [12:14:53] <gaurishankar> so at present I will ignore it
1601 [12:14:53] <Ulrar> Well, seems like creating the pv and vg myself in cli works, so I guess we'll go with that
1602 [12:14:56] <Ulrar> that's silly though
1603 [12:15:52] <Vizva> Ulrar you did create you lvm from commandline?
1604 [12:15:55] *** Joins: hoobaman (~lenny@replaced-ip )
1605 [12:16:01] *** Joins: ki0 (~ki0@replaced-ip )
1606 [12:16:10] <hoobaman> hi
1607 [12:16:21] <hoobaman> did the new mysql update break pam_mysql (again)
1608 [12:16:25] <hoobaman> in 8.9
1609 [12:16:57] <Ulrar> Vizva: Yes, if I create it myself the installer sees it and it works
1610 [12:17:01] <Ulrar> But it's a bit silly to have to do that
1611 [12:17:04] *** Joins: bmr (~bmr@replaced-ip )
1612 [12:17:15] <hoobaman> i use it for smtp auth, i see in my mysql debug logs that my @domain is gone after the update :/
1613 [12:17:25] <Ulrar> I'm pretty sure the deb8 installer wasn't forcing me to do that
1614 [12:17:30] <Vizva> on installation creating lvm works but some x programs later there are problems i would give commandline the first choose
1615 [12:17:55] *** Joins: inspectorcluseau (~Inspector@replaced-ip )
1616 [12:18:12] *** Joins: dohfish (~oemillak@replaced-ip )
1617 [12:18:35] *** Quits: unixbassen (~tl@replaced-ip ) (Ping timeout: 240 seconds)
1618 [12:19:01] <Vizva> McErroneous for what do you need that program?
1619 [12:19:15] <Ulrar> Never had a problem with the LVM during install, it just won't let you use a partition-less drive as the PV
1620 [12:19:18] <Ulrar> for some reason
1621 [12:19:39] <Ani-> gaurishankar, you can add that in boot parameter
1622 [12:19:39] <McErroneous> For which paket i have to search to install KDE -Desktop ?
1623 [12:19:41] <Vizva> partition-less?
1624 [12:20:12] *** Joins: vieirabr (~japa@replaced-ip )
1625 [12:20:13] <Ulrar> pvcreate /dev/sdb, not /dev/sdb1
1626 [12:20:15] *** Quits: Ericounet (~Ericounet@replaced-ip ) (Remote host closed the connection)
1627 [12:20:23] <Ulrar> The installer won't let you do that, it wants /dev/sdb1
1628 [12:20:32] *** Quits: RH_IO (~quassel@replaced-ip ) (Remote host closed the connection)
1629 [12:20:36] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
1630 [12:20:43] <Vizva> Ulrar you can try kvpm if you want but you need to have a file system on it if you use from commandline that command
1631 [12:20:54] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1632 [12:21:06] <Ulrar> Don't know what that is
1633 [12:21:09] *** Joins: RH_IO (~quassel@replaced-ip )
1634 [12:21:20] <Vizva> ext4 for example or a open encryption and with a file system
1635 [12:21:36] <jolt> Ulrar: and is there a reason you had to have it on the whole disk and not the partition?
1636 [12:21:40] <jolt> (Just curious here)
1637 [12:21:42] <Vizva> or btrfs and a fuese for that
1638 [12:21:45] <Vizva> fuse
1639 [12:21:49] <Ulrar> jolt: Yes, online resize of the hard drive (for VMs)
1640 [12:21:53] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
1641 [12:21:56] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Client Quit)
1642 [12:22:01] <Ulrar> Clients usually don't like having to shutdown the VM for that
1643 [12:22:20] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1644 [12:22:26] *** Quits: diqidoq (~diqidoq@replaced-ip ) (Quit: leaving)
1645 [12:22:30] <Ulrar> When I use the disk itself as the pv, I can just resize the disk from the hypervisor, then do a pvresize /dev/sdb
1646 [12:22:32] <Ulrar> and it just works
1647 [12:22:44] *** Quits: RH_IO (~quassel@replaced-ip ) (Remote host closed the connection)
1648 [12:22:46] <Ulrar> No need to fiddle with extra partitions
1649 [12:22:48] <jolt> Ulrar: Ok, but that works for partitions as well? At least the few times I had to do it with VMware
1650 [12:23:00] <jolt> but whatever works for you
1651 [12:23:01] *** Quits: DogramBeta (~kjkjkjk@replaced-ip ) (Quit: Leaving)
1652 [12:23:16] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Client Quit)
1653 [12:23:41] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
1654 [12:23:41] *** Joins: RH_IO (~quassel@replaced-ip )
1655 [12:23:47] <Ulrar> jolt: Not really, you can't (or at least last time I heard) change a mounted partition's size
1656 [12:23:55] <Ulrar> or not mounted but used
1657 [12:23:58] <Vizva> Ulrar i think you miss something into disk information sector
1658 [12:24:18] <Ulrar> Vizva: What do you mean ?
1659 [12:24:34] <Vizva> Ulrar can you try kvpm or do you have restrictions for that?
1660 [12:24:38] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1661 [12:24:39] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1662 [12:24:43] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1663 [12:25:01] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1664 [12:25:01] <Vizva> you can choose disk with them
1665 [12:25:16] *** Quits: przemoc (~przemoc@replaced-ip ) (Ping timeout: 255 seconds)
1666 [12:25:25] <jolt> Ulrar: well, you can grow them online at least. Not sure if they have added support for shrinking them online though
1667 [12:25:35] <Ulrar> Vizva: Isn't that a graphical app ? I don't see what it has to do with debian installer ?
1668 [12:25:46] <Ulrar> jolt: Mh, really ? I didn't know that
1669 [12:25:49] <Vizva> Ulrar ok
1670 [12:25:53] <Ulrar> Guess I should try it
1671 [12:26:05] *** Joins: dethos (~dethos@replaced-ip )
1672 [12:26:15] *** Joins: Mr_Snowman (~The_Snowm@replaced-ip )
1673 [12:26:24] <jolt> Ulrar: But I don't understand what that would make for difference of wether lvm is on the full disk or not. The filesystem is still separate on top of lvm. And lvm can grow/shrink a partition
1674 [12:26:37] <Vizva> delete partitions and create a new one help sometimes
1675 [12:26:56] <Ulrar> jolt: Yeah but I don't think (or didn't know) that you could grow the PV if it's a partition
1676 [12:26:59] <Ulrar> Since that partition is used
1677 [12:27:15] <Ulrar> That would imply changing a used partition's size
1678 [12:27:27] *** Joins: przemoc (~przemoc@replaced-ip )
1679 [12:27:33] <Ulrar> But I haven't tried that in years so maybe now it works
1680 [12:28:07] <Ulrar> For the filesystem on top of LVM it works fine, sure, that's the whole point
1681 [12:28:14] *** Quits: nomic (~nomic4@replaced-ip ) (Quit: Leaving)
1682 [12:28:23] <jolt> Ulrar: pvresize resizes PhysicalVolume which may already be in a volume group and have active logical volumes allocated on it.
1683 [12:28:34] *** Joins: VLetrmx (UNKNOWN@replaced-ip )
1684 [12:28:35] <VLetrmx> Hello
1685 [12:28:38] *** Joins: nomic (~nomic4@replaced-ip )
1686 [12:28:44] <VLetrmx> why is npm not pkged for stretch?
1687 [12:28:58] <jolt> Ulrar: So I think you are fine. But nevermind, you are free to do as you want
1688 [12:29:11] <Ulrar> jolt: Yes, but pvresize works only if the underlying partition / disk has been resized
1689 [12:29:24] *** Joins: err404 (~err404@replaced-ip )
1690 [12:29:33] <Ulrar> That's why I've been using disks, that's easy to resize
1691 [12:30:07] *** Joins: domovoy_ (~domovoy@replaced-ip )
1692 [12:30:07] *** Joins: pchamtaczke (~thegrymek@replaced-ip )
1693 [12:30:09] <jolt> Ulrar: Yes, and then you run lvresize on top of that, and finally resize2fs to grow your filesystem. So I think you are good if you wanted to run the regular installera and create a partition
1694 [12:30:32] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1695 [12:30:49] *** Joins: czesmir (~stefan@replaced-ip )
1696 [12:30:51] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1697 [12:30:52] <Ulrar> jolt: Sure but how do you resize the partition used as the PV ?
1698 [12:31:08] *** Quits: McErroneous (~MC_Errone@replaced-ip ) (Ping timeout: 240 seconds)
1699 [12:31:15] <Ulrar> Last time I tried fdisk complained the partition was in use, but that was years ago
1700 [12:31:30] <jolt> Ulrar: you remove the partition and create a new
1701 [12:31:35] *** Quits: turfal (~Thunderbi@replaced-ip ) (Quit: turfal)
1702 [12:31:47] <jolt> or use a tool like parted
1703 [12:31:59] <FinalX> just make sure you are using the same start sector
1704 [12:32:03] <jolt> exactly
1705 [12:32:24] <Ulrar> Mh, not ideal but if it works
1706 [12:32:26] <frostschutz> Ulrar, resizing partitions might actually work if it's gpt and/or vda disk, even when the partition is in use. the conditions that make it work / not work are unfortunately not entirely clear to me
1707 [12:32:26] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
1708 [12:32:28] <Ulrar> Still, using a disk is simpler
1709 [12:32:42] <Ulrar> Yeah we use only virtio, so that's fine
1710 [12:32:58] *** Joins: rizzo (~RizzoTheR@replaced-ip )
1711 [12:32:59] <frostschutz> Ulrar, full disk has its downsides too, there is a lot of software that considers unpartitioned disk fair game for formatting. so you have to know what you are doing
1712 [12:33:16] <Ulrar> Well it's just servers here, no risk of that
1713 [12:33:24] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 246 seconds)
1714 [12:33:35] *** Quits: domovoy (~domovoy@replaced-ip ) (Ping timeout: 258 seconds)
1715 [12:33:59] <jolt> VLetrmx: No idea, but I assume it's because it gets out of date in no-time
1716 [12:34:06] <VLetrmx> yeah
1717 [12:34:12] <VLetrmx> replaced-url
1718 [12:34:18] <VLetrmx> I'm trying to figure out what I do now :s
1719 [12:34:28] <Ulrar> VLetrmx: Just use the official node repos
1720 [12:34:30] <Ulrar> They work fine
1721 [12:34:40] <VLetrmx> node have debian repos?
1722 [12:34:43] <Ulrar> They do
1723 [12:34:49] <Epakai> is there a any command that will display a short description for a latex package names as used in \usepackage{}? (not the associated debian package)
1724 [12:34:52] <Ulrar> Google it, there's a good how to on their github
1725 [12:35:03] <FinalX> VLetrmx: replaced-url
1726 [12:35:08] *** Joins: lankanmon (~LKNnet@replaced-ip )
1727 [12:35:10] <Ulrar> Yep, that one
1728 [12:35:23] <jolt> VLetrmx: replaced-url
1729 [12:35:24] <VLetrmx> ah right
1730 [12:35:26] <VLetrmx> cheers
1731 [12:35:43] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1732 [12:35:50] <jolt> np(m), hoho
1733 [12:36:01] *** Joins: moozer (~moz@replaced-ip )
1734 [12:36:01] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1735 [12:37:24] *** Quits: intore (d586400a@replaced-ip ) (Ping timeout: 260 seconds)
1736 [12:37:47] *** Quits: nac (~nac@replaced-ip ) (Ping timeout: 255 seconds)
1737 [12:37:50] <Mr_Snowman> Already Googling Troubleshooting steps for this but thought I'd leave this in this channel: audio is crackling in both VLC and YouTube. Any hint of bass it crackles.
1738 [12:38:09] *** Joins: McErroneous (~MC_Errone@replaced-ip )
1739 [12:38:39] <Ulrar> Another slightlty annoying thing that wasn't a problem on deb8, using a /32 IP with itself as the gateway doesn't work anymore
1740 [12:38:48] <Ulrar> But I understand it's a bit unusual and ugly
1741 [12:38:48] <candidat1> the algorithum must havea leak, you should change the joint in your mp3 player
1742 [12:38:58] <Vizva> Mr_Snowman another OS does same?
1743 [12:39:11] <Mr_Snowman> No.
1744 [12:39:40] <Ulrar> Mr_Snowman: If you are using pulseaudio, you probably need to fiddle with it's config
1745 [12:39:44] <Ulrar> I've had similar problems
1746 [12:40:03] *** Quits: Spydar007 (~spydar007@replaced-ip ) (Ping timeout: 246 seconds)
1747 [12:40:15] <Ulrar> Mr_Snowman: Things like default-sample-rate and default-fragment-size-msec
1748 [12:40:23] <Ulrar> I've had to change them to get my audio to work properly
1749 [12:40:24] *** Joins: kirby__ (~caretaker@replaced-ip )
1750 [12:40:36] <Ulrar> Can't remember how I found the correct values though ..
1751 [12:40:53] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Remote host closed the connection)
1752 [12:41:03] *** Quits: celyr (~celyr@replaced-ip ) (Quit: bye)
1753 [12:41:14] *** Joins: Meganitrospeed (~Destruye@replaced-ip )
1754 [12:41:45] <Mr_Snowman> I'll try that again.
1755 [12:41:58] <Vizva> Mr_Snowman is this stretch?
1756 [12:42:02] *** Quits: Al_lA (~derwhalfi@replaced-ip ) (Remote host closed the connection)
1757 [12:42:10] <Mr_Snowman> Yes. 9.2.1
1758 [12:42:46] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1759 [12:42:47] *** Quits: alex__ (~alex@replaced-ip ) (Quit: Leaving)
1760 [12:42:48] *** Joins: celyr (~celyr@replaced-ip )
1761 [12:43:43] *** Quits: McErroneous (~MC_Errone@replaced-ip ) (Ping timeout: 248 seconds)
1762 [12:45:53] *** Quits: Meganitrospeed (~Destruye@replaced-ip ) (Ping timeout: 248 seconds)
1763 [12:45:59] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Quit: GadgetGuru)
1764 [12:47:02] *** Joins: satanist (~satanist@replaced-ip )
1765 [12:47:18] *** Joins: Al_lA (~derwhalfi@replaced-ip )
1766 [12:47:22] *** Quits: hoobaman (~lenny@replaced-ip ) (Quit: Lost terminal)
1767 [12:47:26] *** Joins: Nekojimi (~jimj316@replaced-ip )
1768 [12:49:22] *** Joins: feodaron (~feodaron@replaced-ip )
1769 [12:49:24] *** Joins: zoolook (~zoolook@replaced-ip )
1770 [12:49:54] *** Quits: hikiko (~hikiko@replaced-ip##) (Quit: ZNC 1.6.2+deb2build1 - ##replaced-url
1771 [12:49:59] *** Joins: sunxb (~sunxb@replaced-ip )
1772 [12:50:36] *** Joins: DeaDSouL (uid134377@replaced-ip )
1773 [12:51:35] *** Joins: ChunkzZ (uid233645@replaced-ip )
1774 [12:51:42] *** Joins: hikiko (~hikiko@replaced-ip )
1775 [12:52:12] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Changing host)
1776 [12:52:12] *** Joins: ChunkzZ (uid233645@replaced-ip )
1777 [12:52:12] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Changing host)
1778 [12:52:12] *** Joins: ChunkzZ (uid233645@replaced-ip )
1779 [12:52:57] *** Joins: bin (~tek@replaced-ip )
1780 [12:53:21] *** Joins: Fallenour (~Fallenour@replaced-ip )
1781 [12:53:25] <Mr_Snowman> One fix from 2014 is to change default-sample-rate to 48000 in the pulse configuration file. I will attempt that.
1782 [12:53:37] *** Joins: dave4925 (dave4925@replaced-ip )
1783 [12:53:37] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 255 seconds)
1784 [12:54:04] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 248 seconds)
1785 [12:54:05] *** Joins: g0zzy (~goose@replaced-ip )
1786 [12:54:22] *** Quits: Rokixz (~rokas@replaced-ip ) (Remote host closed the connection)
1787 [12:55:24] <g0zzy> sudo updatedb --localpaths=/tmp/hub --output=hub-locatedb That path is a cifs mount. That command terminates quickly leaving me with an empty db. I'm wondering why. find /tmp/hub iterates fine
1788 [12:56:45] *** Quits: yeats (~chris@replaced-ip ) (Quit: Lost terminal)
1789 [12:58:31] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Read error: Connection reset by peer)
1790 [12:59:15] *** Quits: danvey (~danvey@replaced-ip ) (Quit: WeeChat 1.6)
1791 [13:00:31] *** Quits: PhantomDruid (~sels@replaced-ip ) (Ping timeout: 252 seconds)
1792 [13:01:34] *** Joins: OS-28053 (~dr_film@replaced-ip )
1793 [13:01:58] *** Quits: morphis__ (~morphis@replaced-ip ) (Remote host closed the connection)
1794 [13:02:03] *** Quits: OS-28053 (~dr_film@replaced-ip ) (Client Quit)
1795 [13:02:10] *** Quits: kbob (~kbob@replaced-ip ) (Quit: kbob)
1796 [13:02:49] *** Joins: PhantomDruid (~sels@replaced-ip )
1797 [13:03:04] *** Joins: rh10 (~rh10@replaced-ip )
1798 [13:04:33] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
1799 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1800 [13:05:51] *** Joins: dpkg (~dpkg@replaced-ip )
1801 [13:06:49] *** Joins: Spydar007 (~spydar007@replaced-ip )
1802 [13:07:25] *** Joins: juona (~juonc@replaced-ip )
1803 [13:07:49] *** Joins: Nekojimi (~jimj316@replaced-ip )
1804 [13:08:42] *** Joins: Matan[M]_ (~MatanM]@replaced-ip )
1805 [13:08:50] * g0zzy answers my own question: --netpaths has to be used instead - it's a USB stick mounted over the network via cifs
1806 [13:09:28] *** Quits: juon (~juonc@replaced-ip ) (Ping timeout: 240 seconds)
1807 [13:10:15] *** Joins: citypw (~citypw@replaced-ip )
1808 [13:10:25] *** Quits: Matan[M] (~MatanM]@replaced-ip ) (Ping timeout: 248 seconds)
1809 [13:10:25] *** Joins: OS-32642- (~OS-32642-@replaced-ip )
1810 [13:11:00] *** juona is now known as juon
1811 [13:11:23] *** Joins: sourdough1 (~terencelu@replaced-ip )
1812 [13:11:31] *** Joins: lucad111 (~lucad111@replaced-ip )
1813 [13:11:43] *** Quits: sourdough1 (~terencelu@replaced-ip ) (Client Quit)
1814 [13:12:00] *** Joins: sourdough1 (~terencelu@replaced-ip )
1815 [13:12:54] *** sourdough1 is now known as sourdough
1816 [13:13:21] *** Joins: Chinesium (~ER_nesto@replaced-ip )
1817 [13:13:43] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Ping timeout: 252 seconds)
1818 [13:13:47] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 260 seconds)
1819 [13:15:35] *** Quits: |ifei5good (~sharris12@replaced-ip ) (Ping timeout: 255 seconds)
1820 [13:17:45] *** Joins: sourdough1 (~terencelu@replaced-ip )
1821 [13:17:48] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
1822 [13:18:29] *** Joins: fsmithred (~fsmithred@replaced-ip )
1823 [13:18:36] *** Parts: fsmithred (~fsmithred@replaced-ip ) ()
1824 [13:18:57] *** Quits: sourdough (~terencelu@replaced-ip ) (Ping timeout: 240 seconds)
1825 [13:19:01] *** debhelper sets mode: +l 1736
1826 [13:19:18] *** sourdough1 is now known as sourdough
1827 [13:19:57] *** Joins: nolsen (nolsen@replaced-ip )
1828 [13:21:11] *** Quits: boris_t (~boris_t@replaced-ip ) (Read error: Connection reset by peer)
1829 [13:21:28] *** Quits: sputnik (kli0rf@replaced-ip ) (Remote host closed the connection)
1830 [13:22:41] *** Joins: promach (promach@replaced-ip )
1831 [13:23:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1832 [13:23:25] *** Quits: VENON (~VENON@replaced-ip ) (Ping timeout: 258 seconds)
1833 [13:24:27] *** Joins: KidBeta (~textual@replaced-ip )
1834 [13:24:49] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
1835 [13:24:50] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1836 [13:24:54] *** Joins: McErroneous (~MC_Errone@replaced-ip )
1837 [13:26:45] *** Quits: thiras (~thiras@replaced-ip ) (Quit: Leaving)
1838 [13:27:11] *** Joins: Fludix (~Fludix@replaced-ip )
1839 [13:27:14] *** Joins: thiras (~thiras@replaced-ip )
1840 [13:28:01] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1841 [13:28:51] *** Quits: Fludix (~Fludix@replaced-ip ) (Client Quit)
1842 [13:29:27] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 240 seconds)
1843 [13:29:34] *** Joins: bathax (~textual@replaced-ip )
1844 [13:29:35] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1845 [13:30:26] *** Joins: Fludix (~Fludix@replaced-ip )
1846 [13:30:42] *** Joins: cdown (~cdown@replaced-ip )
1847 [13:30:46] *** Quits: Rhaal (~Rhaal@replaced-ip ) (Ping timeout: 252 seconds)
1848 [13:31:31] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1849 [13:31:35] *** Quits: err404 (~err404@replaced-ip ) (Quit: Leaving)
1850 [13:31:46] *** Joins: err404 (~err404@replaced-ip )
1851 [13:32:25] *** Parts: sourdough (~terencelu@replaced-ip ) ()
1852 [13:32:27] *** Quits: Matan[M]_ (~MatanM]@replaced-ip ) (Ping timeout: 260 seconds)
1853 [13:32:28] *** Quits: sdrac8 (~sdrac8@replaced-ip ) (Ping timeout: 240 seconds)
1854 [13:32:38] *** Joins: Ool (~Ool@replaced-ip )
1855 [13:33:19] *** Joins: juona (~juonc@replaced-ip )
1856 [13:33:59] <Mr_Snowman> Sounds a little better, but it wasn't a fix.
1857 [13:35:57] *** Quits: juon (~juonc@replaced-ip ) (Ping timeout: 260 seconds)
1858 [13:36:02] *** Joins: gpunk (~gpunk@replaced-ip )
1859 [13:37:29] *** Joins: kirby__ (~caretaker@replaced-ip )
1860 [13:38:22] *** Quits: jrj (~jrj@replaced-ip ) (Quit: Leaving)
1861 [13:39:00] *** Quits: Chinesium (~ER_nesto@replaced-ip ) (Quit: I probably fell asleep again)
1862 [13:39:48] *** Joins: Wizek_ (~Wizek@replaced-ip )
1863 [13:44:27] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 240 seconds)
1864 [13:45:05] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 248 seconds)
1865 [13:45:35] <candidat1> :-)
1866 [13:46:17] *** Joins: rant (~user@replaced-ip )
1867 [13:46:29] *** Joins: mypguser (~mypguser@replaced-ip )
1868 [13:46:37] *** Quits: mypguser (~mypguser@replaced-ip ) (Quit: Leaving)
1869 [13:46:48] *** Quits: LostSoul (~LostSoul@replaced-ip ) (Ping timeout: 258 seconds)
1870 [13:49:02] *** Joins: wzyy2 (~wzyy2@replaced-ip )
1871 [13:49:19] *** Joins: gustavo__ (~gustavo@replaced-ip )
1872 [13:52:23] *** Joins: woshty (~woshty@replaced-ip )
1873 [13:52:27] *** Quits: Hydrastra (~lulkek@replaced-ip ) (Quit: ăăăȘă)
1874 [13:52:27] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 240 seconds)
1875 [13:52:34] <ForceRecon> I installed enigmail and now I want to create a digital signing certificate and Encryption Certificate.. Are there any link to any tutorials on how to do this?
1876 [13:54:12] *** Joins: rant (~user@replaced-ip )
1877 [13:54:18] <ForceRecon> replaced-url
1878 [13:54:59] <jelly> isn't enigmail a pgp client, or does it also do s/mime now?
1879 [13:55:54] <ForceRecon> I believe you are correct it is thunderbird that has the settings for Digital Signing and Encryption
1880 [13:56:09] *** Joins: Fludixx (~vladik@replaced-ip )
1881 [13:56:34] *** Quits: gedia (~gd@replaced-ip ) (Quit: Konversation terminated!)
1882 [13:56:50] *** Joins: Matan[M] (~MatanM]@replaced-ip )
1883 [13:56:53] <ForceRecon> You know the worst part is I did this in evolution awhile ago and I just forgot how to create the signing and encryption keys
1884 [13:57:19] <ForceRecon> certificate manager cannot locate a valid key. .etc..
1885 [13:57:41] <jelly> and it's a FAQ replaced-url
1886 [13:57:52] <ForceRecon> I remember doing this in terminal though simple through some commands.. then they certs showed up in my certificates manager and I was able to choose them
1887 [13:57:53] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1888 [13:58:19] *** Parts: Fludixx (~vladik@replaced-ip ) ()
1889 [13:58:22] <ForceRecon> so one or the other..
1890 [13:58:39] <jelly> ForceRecon: I have no idea what evolution does, but if you created a pgp master keypair and signage and encryption subkeys with gnupg, you already have them
1891 [13:58:47] <ForceRecon> okeedo.. enigmail seems easy enough.. I would still like to create my own keys and then maybe remove enigmail
1892 [13:59:02] <ForceRecon> i did not do this.. as of yet..
1893 [13:59:13] <jelly> you just said you did something with evolution.
1894 [13:59:30] <ForceRecon> that was prior to this fresh debian install
1895 [13:59:35] <ForceRecon> those keys are wiped
1896 [13:59:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 240 seconds)
1897 [13:59:51] *** Joins: Fludixx (~vladik@replaced-ip )
1898 [13:59:53] <jelly> oh, you did not save them?
1899 [14:00:01] <ForceRecon> nope
1900 [14:00:06] <ForceRecon> all gone..
1901 [14:00:58] <shtrb> Isn't enigmail dead ?
1902 [14:01:37] *** Quits: SkyPatrol (~SkyPatrol@replaced-ip ) (Ping timeout: 260 seconds)
1903 [14:01:46] <ForceRecon> nope.. still working and a favorite addon for thunderbird
1904 [14:02:36] <shtrb> In any case you also need to have some kind of agent running to unlock (based on your DE)
1905 [14:03:00] *** Joins: SkyPatrol (~SkyPatrol@replaced-ip )
1906 [14:04:17] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
1907 [14:04:41] *** Joins: Fallenour (~Fallenour@replaced-ip )
1908 [14:05:48] *** Joins: moro50 (~moro50@replaced-ip )
1909 [14:06:03] *** Joins: kirby__ (~caretaker@replaced-ip )
1910 [14:06:40] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1911 [14:06:43] *** Quits: moro50 (~moro50@replaced-ip ) (Client Quit)
1912 [14:08:14] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 255 seconds)
1913 [14:10:21] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
1914 [14:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
1915 [14:10:56] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
1916 [14:12:35] *** Joins: jubo2 (~juboxi@replaced-ip )
1917 [14:13:11] *** Quits: kirby__ (~caretaker@replaced-ip ) (Remote host closed the connection)
1918 [14:13:29] *** Joins: kirby__ (~caretaker@replaced-ip )
1919 [14:13:36] *** Quits: dah85 (~dah85@replaced-ip ) (Read error: Connection reset by peer)
1920 [14:14:35] *** Quits: nvz (~user@replaced-ip ) (Ping timeout: 240 seconds)
1921 [14:14:40] *** Joins: mati (~mati@replaced-ip )
1922 [14:14:43] *** Quits: venkat (~venkat@replaced-ip ) (Quit: venkat)
1923 [14:14:46] *** Quits: nomic (~nomic4@replaced-ip ) (Quit: Leaving)
1924 [14:15:01] *** Joins: discovered (~discovere@replaced-ip )
1925 [14:15:17] *** Joins: venkat (~venkat@replaced-ip )
1926 [14:15:29] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 248 seconds)
1927 [14:15:35] *** Joins: moro50 (~moro50@replaced-ip )
1928 [14:15:56] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1929 [14:16:02] *** Joins: rant (~user@replaced-ip )
1930 [14:16:26] *** Joins: nvz (~user@replaced-ip )
1931 [14:16:47] *** codingquark is now known as dhv
1932 [14:17:04] *** Joins: maxdml (~max@replaced-ip )
1933 [14:17:16] *** dhv is now known as codingquark
1934 [14:17:31] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
1935 [14:17:52] *** Quits: moro50 (~moro50@replaced-ip ) ()
1936 [14:17:57] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1937 [14:18:18] *** Quits: Guest99 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1938 [14:20:20] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1939 [14:20:24] *** Joins: nitheesh (~nitheesh@replaced-ip )
1940 [14:20:27] <nitheesh> kluglug
1941 [14:20:45] *** Joins: silverhom (~silverhom@replaced-ip )
1942 [14:21:02] *** Quits: cujotus (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1943 [14:21:19] *** Joins: morphis (~morphis@replaced-ip )
1944 [14:22:10] *** Joins: cujotus (~quassel@replaced-ip )
1945 [14:22:41] *** Quits: msantana (~darkstar@replaced-ip ) (Ping timeout: 240 seconds)
1946 [14:22:49] *** Joins: DJDan_ (~DJDan@replaced-ip )
1947 [14:23:14] *** Joins: dsai2iu2n (~username@replaced-ip )
1948 [14:23:29] *** Quits: DJDan (~DJDan@replaced-ip ) (Ping timeout: 248 seconds)
1949 [14:23:58] *** Quits: gaurishankar (1b059c10@replaced-ip ) (Quit: Page closed)
1950 [14:24:02] *** Joins: msantana (~darkstar@replaced-ip )
1951 [14:24:17] *** Joins: Megaf (~Megaf@replaced-ip )
1952 [14:26:24] <ForceRecon> how do you open your gpg keychain?
1953 [14:26:56] *** Quits: tsglove (~tsglove@replaced-ip ) (Quit: Leaving)
1954 [14:27:59] *** Joins: sputnik (kli0rf@replaced-ip )
1955 [14:28:38] <gpunk> a password
1956 [14:28:51] *** codingquark is now known as dhv
1957 [14:28:57] *** Joins: wonderworld (~ww@replaced-ip )
1958 [14:29:28] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 255 seconds)
1959 [14:29:40] *** Joins: nulleip (~nulleip@replaced-ip )
1960 [14:30:07] *** Joins: clickjack (~clickjack@replaced-ip )
1961 [14:30:10] *** Joins: GsFRY (~GsFRY@replaced-ip )
1962 [14:30:49] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Read error: Connection reset by peer)
1963 [14:31:02] *** Joins: thunderrd (~thunderrd@replaced-ip )
1964 [14:31:21] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Ping timeout: 246 seconds)
1965 [14:31:34] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
1966 [14:32:49] *** Quits: ssarah (~miguel@replaced-ip ) (Read error: Connection reset by peer)
1967 [14:33:37] <shtrb> ForceRecon for a gui app use an agent
1968 [14:33:46] *** Joins: LioneLL (~Pidgin@replaced-ip )
1969 [14:34:17] *** Joins: domovoy_ (~domovoy@replaced-ip )
1970 [14:34:28] <shtrb> pinetry-something is a start
1971 [14:34:50] *** Joins: Haudegen (~quassel@replaced-ip )
1972 [14:35:17] *** dhv is now known as codingquark
1973 [14:35:25] <ForceRecon> thank you...
1974 [14:35:39] *** Joins: debiandragon (~dave@replaced-ip )
1975 [14:35:40] <shtrb> did it solve your issue ?
1976 [14:35:45] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1977 [14:35:59] *** Quits: bathax (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1978 [14:36:11] *** Joins: domovoy_ (~domovoy@replaced-ip )
1979 [14:36:17] *** Joins: bathax (~textual@replaced-ip )
1980 [14:36:20] *** Quits: LorD_n1c0w (~igorhenri@replaced-ip ) (Ping timeout: 246 seconds)
1981 [14:36:21] <ForceRecon> well.. I created my key with gpg --key... etc..
1982 [14:36:41] <ForceRecon> that key is some place on the PC.. I know where.. but I am not sure what to do with it..
1983 [14:36:47] *** Joins: ssarah (~miguel@replaced-ip )
1984 [14:37:21] <shtrb> Enigmail (if still alive) should call pinetry to ask for your phrase
1985 [14:38:05] <ForceRecon> well.. enigmail is working fine... I just wanted to do the gpg key for encryption and signing on its own... still trying to figure that out
1986 [14:38:19] *** Joins: moozer (~moz@replaced-ip )
1987 [14:38:37] *** Joins: w3gi (~markus@replaced-ip )
1988 [14:38:37] *** Quits: cujotus (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1989 [14:38:51] *** Joins: donofrio (~donofrio@replaced-ip )
1990 [14:38:57] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 248 seconds)
1991 [14:39:00] *** debhelper sets mode: +l 1744
1992 [14:39:03] <w3gi> hallo, i have created a lamp-setup with php7 and apache2
1993 [14:39:59] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 248 seconds)
1994 [14:39:59] <w3gi> now i test a project which use ISO-8859-1 and all special-chars get saved wrong in the db
1995 [14:40:05] *** Quits: McErroneous (~MC_Errone@replaced-ip ) (Ping timeout: 240 seconds)
1996 [14:40:15] <w3gi> i deactivated default_charset in php7 and in Apache2
1997 [14:42:03] *** Joins: nog3_ (~tud3@replaced-ip )
1998 [14:42:29] *** Joins: DonAlex (~DonAlex@replaced-ip )
1999 [14:42:34] *** Quits: Tiffon (~name@replaced-ip ) (Remote host closed the connection)
2000 [14:43:34] <w3gi> is there another setting where i have to deactivate the charset utf-8 as well?
2001 [14:44:09] <DonAlex> Quick Q. How come the wiki replaced-url
2002 [14:44:20] *** juona is now known as juon
2003 [14:44:21] <DonAlex> Are we in transition right now ?
2004 [14:44:48] <jelly> DonAlex: best ask in
2005 [14:44:52] <jelly> !debian-next
2006 [14:44:52] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on Freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2007 [14:45:04] <DonAlex> jelly: oh.. ok thanks.
2008 [14:45:39] <DonAlex> Umm where is debian-next? it is not on Freenode?
2009 [14:46:16] <DonAlex> Fairy nuff
2010 [14:46:35] <jelly> yay, you figured it out!
2011 [14:47:57] *** Joins: hsarc (~hsarc4@replaced-ip )
2012 [14:48:21] *** Joins: calisto (~calisto@replaced-ip )
2013 [14:48:27] <DonAlex> jelly: ;) I am not that green really. :)
2014 [14:49:34] *** Joins: venkat_ (~venkat@replaced-ip )
2015 [14:49:43] *** Quits: Zyf (Zyferus@replaced-ip ) (Read error: Connection reset by peer)
2016 [14:49:57] <shtrb> DonAlex at OFTC
2017 [14:50:19] *** Joins: Zyferus (~Zyferus@replaced-ip )
2018 [14:50:50] <DonAlex> shtrb: Yeah been told ..thanks..
2019 [14:51:23] *** Joins: BrainDommage (~BrainDomm@replaced-ip )
2020 [14:51:37] <shtrb> sorry my system got stuck
2021 [14:51:47] *** Joins: deadman36g (~deadman36@replaced-ip )
2022 [14:51:54] <DonAlex> shtrb: S'ok.. no harm done :)
2023 [14:51:57] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Ping timeout: 240 seconds)
2024 [14:52:41] *** Joins: wzyy2 (~wzyy2@replaced-ip )
2025 [14:52:54] *** Joins: sorin-mihai_ (~sorin-mih@replaced-ip )
2026 [14:53:03] *** Quits: venkat (~venkat@replaced-ip ) (Ping timeout: 246 seconds)
2027 [14:53:19] <deadman36g> Could someone please help me with my crontab syntax, I am wanting it to run at 1am everyday, and then run the script within 2 hours of that. Here is my current syntax replaced-url
2028 [14:53:40] *** Joins: c0mrad3 (uid26809@replaced-ip )
2029 [14:54:15] *** Joins: pbase (~pbase@replaced-ip )
2030 [14:54:56] *** Joins: tsglove (~tsglove@replaced-ip )
2031 [14:55:02] *** Quits: venkat_ (~venkat@replaced-ip ) (Ping timeout: 255 seconds)
2032 [14:55:05] *** Quits: sorin-mihai (~sorin-mih@replaced-ip ) (Ping timeout: 240 seconds)
2033 [14:55:44] *** Joins: ogny (~orkun@replaced-ip )
2034 [14:55:52] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
2035 [14:56:01] *** Joins: kirby__ (~caretaker@replaced-ip )
2036 [14:56:03] *** Joins: tremon (~aschuring@replaced-ip )
2037 [14:56:33] *** Parts: _ppp (Elite20382@replaced-ip ) ("Leaving")
2038 [14:56:36] <jelly> deadman36g: do either ; or && but NOT both
2039 [14:56:54] *** Quits: brw (~brw@replaced-ip ) (Quit: Off to listen to some tunes...)
2040 [14:57:25] *** Joins: Purec (~Purec@replaced-ip )
2041 [14:57:26] <deadman36g> so just remove the ; before the &&?
2042 [14:57:37] *** Quits: bitgeek (~bitgeek@replaced-ip ) (Ping timeout: 260 seconds)
2043 [14:57:51] *** Joins: sorin-mihai__ (~sorin-mih@replaced-ip )
2044 [14:58:22] *** Joins: chen_ (~wzyy2@replaced-ip )
2045 [14:58:26] <DonAlex> might find this guide helpful and remember to escape brackets properly for the shell. replaced-url
2046 [14:58:30] <RoyK> deadman36g: change "sleep $(( $$ \% 7200 )); && python2" to "sleep $(( $$ \% 7200 )) && python2"
2047 [14:58:39] *** Quits: GsFRY (~GsFRY@replaced-ip ) (Ping timeout: 248 seconds)
2048 [14:58:44] <DonAlex> Personally though I would write a small script to do that rather than keep it all in the crontab
2049 [14:58:47] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Ping timeout: 260 seconds)
2050 [14:59:00] *** debhelper sets mode: +l 1751
2051 [14:59:05] *** Quits: fcch (~Freddy@replaced-ip ) (Ping timeout: 240 seconds)
2052 [14:59:07] <RoyK> deadman36g: or perhaps simpler and with better readability - make a script and run that script from the crontab
2053 [14:59:11] *** Joins: hipp (~hipp@replaced-ip )
2054 [14:59:35] *** Joins: brw (~brw@replaced-ip )
2055 [14:59:58] *** Joins: bitgeek (~bitgeek@replaced-ip )
2056 [15:00:22] *** Quits: sorin-mihai_ (~sorin-mih@replaced-ip ) (Ping timeout: 264 seconds)
2057 [15:00:51] *** Quits: gpunk (~gpunk@replaced-ip ) (Quit: gpunk)
2058 [15:01:21] *** Joins: jsears_ (~James@replaced-ip )
2059 [15:01:26] <DonAlex> There is also the at command which I find quite useful sometimes..
2060 [15:01:41] *** Joins: gpunk (~gpunk@replaced-ip )
2061 [15:01:58] *** Joins: Lokke (~Thunderbi@replaced-ip )
2062 [15:02:35] <DonAlex> Advantages of that is you can use cron to kick off a script at a certain time and have the script itself keep track of when things are supposed to happen after that.
2063 [15:02:51] <DonAlex> much more flexible and easier to debug.
2064 [15:04:43] *** Joins: Fallenour (~Fallenour@replaced-ip )
2065 [15:05:03] *** Quits: jsears (~James@replaced-ip ) (Ping timeout: 248 seconds)
2066 [15:05:24] *** Joins: smhar (~salman@replaced-ip )
2067 [15:05:45] *** Quits: smhar (~salman@replaced-ip ) (Remote host closed the connection)
2068 [15:06:18] *** Joins: Chinesium (~ER_nesto@replaced-ip )
2069 [15:06:19] *** Joins: smhar (~salman@replaced-ip )
2070 [15:06:28] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 252 seconds)
2071 [15:06:42] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
2072 [15:07:09] *** Joins: cdown_ (~cdown@replaced-ip )
2073 [15:07:25] *** Joins: McErroneous (~MC_Errone@replaced-ip )
2074 [15:07:31] *** Joins: Brigo (~Brigo@replaced-ip )
2075 [15:08:04] *** Joins: Evol (~Cof@replaced-ip )
2076 [15:08:24] *** Joins: jordanm (~jordanm@replaced-ip )
2077 [15:08:53] *** Joins: venkat (~venkat@replaced-ip )
2078 [15:09:01] *** debhelper sets mode: +l 1762
2079 [15:09:03] *** Joins: metastable (~metastabl@replaced-ip )
2080 [15:09:22] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
2081 [15:09:48] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 240 seconds)
2082 [15:09:51] *** Joins: pmunt (~pmunt@replaced-ip )
2083 [15:09:51] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 248 seconds)
2084 [15:09:59] *** cdown_ is now known as cdown
2085 [15:10:22] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
2086 [15:10:23] *** jackNemrod_ is now known as jackNemrod
2087 [15:10:28] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 240 seconds)
2088 [15:10:37] *** Joins: elfranne (~elfranne@replaced-ip )
2089 [15:10:57] *** Quits: smhar (~salman@replaced-ip ) (Ping timeout: 240 seconds)
2090 [15:11:46] *** Quits: pmunt (~pmunt@replaced-ip ) (Client Quit)
2091 [15:11:55] *** Joins: Krennic (~Krennic@replaced-ip )
2092 [15:12:02] *** Joins: pmunt (~pmunt@replaced-ip )
2093 [15:12:03] *** Quits: pmunt (~pmunt@replaced-ip ) (Max SendQ exceeded)
2094 [15:12:23] *** Joins: zarzar (~zarzar@replaced-ip )
2095 [15:12:27] *** Joins: pmunt (~pmunt@replaced-ip )
2096 [15:12:35] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
2097 [15:12:41] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
2098 [15:12:47] *** Quits: pmunt (~pmunt@replaced-ip ) (Client Quit)
2099 [15:12:48] *** Joins: knidos (~knidos@replaced-ip )
2100 [15:14:41] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 248 seconds)
2101 [15:15:01] *** ^Obi-Wan^ is now known as Obi-Wan
2102 [15:15:01] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Changing host)
2103 [15:15:01] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
2104 [15:15:11] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 248 seconds)
2105 [15:15:26] *** Joins: zapperoo (~ZaP@replaced-ip )
2106 [15:15:41] *** Joins: zabow (~zabow@replaced-ip )
2107 [15:16:45] *** Joins: tlaxkit (~hexchat@replaced-ip )
2108 [15:18:50] *** Quits: shinnok (~shinnok@replaced-ip ) (Quit: byebye)
2109 [15:20:05] *** Quits: wiedzm (~wiedzm@replaced-ip ) (Ping timeout: 246 seconds)
2110 [15:20:06] *** Joins: nighty- (~nighty@replaced-ip )
2111 [15:20:12] *** Joins: delYsid (~user@replaced-ip )
2112 [15:20:24] *** Quits: delYsid (~user@replaced-ip ) (Changing host)
2113 [15:20:24] *** Joins: delYsid (~user@replaced-ip )
2114 [15:20:47] *** Joins: Rhaal (~Rhaal@replaced-ip )
2115 [15:20:56] *** Joins: f10 (~flo@replaced-ip )
2116 [15:20:57] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
2117 [15:21:28] *** Joins: Krennic (~Krennic@replaced-ip )
2118 [15:21:32] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 260 seconds)
2119 [15:22:07] *** Parts: Ulrar (~Ulrar@replaced-ip ) ("WeeChat 2.0-dev")
2120 [15:22:24] *** Quits: Krennic (~Krennic@replaced-ip ) (Client Quit)
2121 [15:22:57] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 240 seconds)
2122 [15:23:04] <ForceRecon> where are the steam libraries again?
2123 [15:23:13] *** Joins: Schmetterwurm (~Schmetter@replaced-ip )
2124 [15:23:22] <ForceRecon> libgl.so.1
2125 [15:23:37] *** Quits: OS-32642- (~OS-32642-@replaced-ip ) (Remote host closed the connection)
2126 [15:23:47] *** Joins: kirby__ (~caretaker@replaced-ip )
2127 [15:24:10] *** Joins: TReK (~UnFaQ@replaced-ip )
2128 [15:24:50] <gpunk> you need to install the 32bit layer ...
2129 [15:24:51] <shtrb> Engineering (section QC in the library or T2)
2130 [15:24:52] *** Joins: semeion (~semeion@replaced-ip )
2131 [15:24:52] *** Joins: remo (~user@replaced-ip )
2132 [15:25:02] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 260 seconds)
2133 [15:25:07] <ForceRecon> sudo apt-get install libgl1-mesa-glx:i386
2134 [15:25:10] <ForceRecon> is that correct
2135 [15:25:30] *** Quits: bathax (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2136 [15:25:45] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
2137 [15:25:47] <RoyK> apt install lib32 # iirc
2138 [15:26:06] *** Joins: w00dsman (~quassel@replaced-ip )
2139 [15:26:35] *** Quits: inspectorcluseau (~Inspector@replaced-ip ) (Ping timeout: 240 seconds)
2140 [15:27:14] *** Joins: Krennic (~Krennic@replaced-ip )
2141 [15:27:50] *** Quits: w00dsman (~quassel@replaced-ip ) (Client Quit)
2142 [15:27:56] <tremon> replaced-url
2143 [15:28:04] *** Quits: Sigyn (sigyn@replaced-ip ) (Quit: NO HEARTBEAT, NO SERVICE.)
2144 [15:28:15] *** Joins: coredump1 (~dani@replaced-ip )
2145 [15:28:17] *** Joins: w00dsman (~quassel@replaced-ip )
2146 [15:28:17] *** Quits: w00dsman (~quassel@replaced-ip ) (Remote host closed the connection)
2147 [15:28:21] *** Quits: guideline (~guideline@replaced-ip ) (Ping timeout: 252 seconds)
2148 [15:28:28] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 252 seconds)
2149 [15:29:03] *** Joins: Sigyn (sigyn@replaced-ip )
2150 [15:29:18] *** Quits: zabow (~zabow@replaced-ip ) (Quit: Leaving)
2151 [15:29:34] *** Joins: zabow (~zabow@replaced-ip )
2152 [15:29:34] *** Joins: aindros (~aindros@replaced-ip )
2153 [15:29:57] *** Joins: rgr_ (~rgr@replaced-ip )
2154 [15:29:58] *** Joins: jnavila (~jnavila@replaced-ip )
2155 [15:30:28] *** Quits: MeltedLux (MeltedLux@replaced-ip ) (Ping timeout: 240 seconds)
2156 [15:30:43] *** Quits: toolz (~toolz@replaced-ip ) (Remote host closed the connection)
2157 [15:30:43] *** Quits: aindros (~aindros@replaced-ip ) (Client Quit)
2158 [15:30:50] *** Joins: Vizva (~Vizva@replaced-ip )
2159 [15:30:59] *** Quits: calisto (~calisto@replaced-ip ) (Read error: Connection reset by peer)
2160 [15:31:41] *** Quits: pbase (~pbase@replaced-ip ) (Quit: Leaving)
2161 [15:31:46] *** Joins: calisto (~calisto@replaced-ip )
2162 [15:31:50] *** Joins: kirby__ (~caretaker@replaced-ip )
2163 [15:32:20] *** Quits: rgr (~rgr@replaced-ip ) (Ping timeout: 246 seconds)
2164 [15:32:22] *** Quits: elbart0 (~elbarto@replaced-ip ) (Quit: #Asado #Tinto & #SoftwareLibre)
2165 [15:33:01] *** Joins: elbart0 (~elbarto@replaced-ip )
2166 [15:33:17] *** Joins: rocketman_ (80d9c58c@replaced-ip )
2167 [15:33:40] *** Joins: MeltedLux (MeltedLux@replaced-ip )
2168 [15:33:47] *** Joins: ogny (~orkun@replaced-ip )
2169 [15:34:26] *** Joins: w00dsman (~w00dsman@replaced-ip )
2170 [15:34:43] <rocketman_> does libvirt in debian 9 not respect specified vnc graphics port?
2171 [15:34:52] *** Joins: bathax (~textual@replaced-ip )
2172 [15:35:36] <rocketman_> virsh vncdisplay <vm> shows a 5900 port offset, not the case in debian8
2173 [15:36:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
2174 [15:36:41] *** Quits: debiandragon (~dave@replaced-ip ) (Quit: WeeChat 1.6)
2175 [15:36:52] *** Joins: debiandragon (~dave@replaced-ip )
2176 [15:38:12] <thms> rocketman_, there always has been a 5900 offset
2177 [15:38:19] <thms> maybe your client changed it's behaviour
2178 [15:38:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
2179 [15:38:48] *** Joins: miklcct_ (quasselcor@replaced-ip )
2180 [15:38:50] <rocketman_> thms: well, I am not so sure this is a client thing
2181 [15:39:13] <thms> I mean some clients will modify the port so it'll work
2182 [15:39:26] <rocketman_> thms: I am using nmap to see which port the service is running on, on the server
2183 [15:39:28] *** Quits: root__ (~root@replaced-ip ) (Ping timeout: 252 seconds)
2184 [15:39:28] *** Quits: miklcct (quasselcor@replaced-ip ) (Ping timeout: 252 seconds)
2185 [15:39:30] <thms> other you'll have to add the display number (5900+x) so it works
2186 [15:39:35] *** Quits: sunxb (~sunxb@replaced-ip ) (Quit: sunxb)
2187 [15:39:44] *** Quits: sulit (~sulit@replaced-ip ) (Read error: Connection reset by peer)
2188 [15:39:47] *** Joins: inspectorcluseau (~Inspector@replaced-ip )
2189 [15:39:52] *** Joins: sulit (~sulit@replaced-ip )
2190 [15:39:54] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2191 [15:40:53] <gpunk> replaced-url
2192 [15:41:09] <gpunk> ForceRecon :)
2193 [15:41:21] *** Quits: xSmurf (~MrSmurf@replaced-ip ) (Ping timeout: 248 seconds)
2194 [15:42:09] *** Joins: velix (~Velix@replaced-ip )
2195 [15:42:13] <rocketman_> thms: with debian 8, I set the graphics port in the xml file for vnc, I run virsh vncdisplay <vm> and it shows the port, netstat, and nmap also. not the case with debian 9. There is an offset, however, this causes neither port to be opened
2196 [15:42:22] <velix> Does Stretch use OverlayFS or still AuFS?
2197 [15:43:08] *** Joins: xSmurf (~MrSmurf@replaced-ip )
2198 [15:43:18] <rocketman_> The only way I can get it to work with debian 9 is setting the port to -1 which defaults to 5900
2199 [15:43:20] <thms> rocketman_, so it's probably filtered nu some firewall you're running
2200 [15:43:23] *** Quits: srtu (~hypnotoad@replaced-ip ) (Remote host closed the connection)
2201 [15:43:42] <rocketman_> thms: the ports are all opened on iptables, included the offsets
2202 [15:43:56] <thms> "this causes neither port to be opened"
2203 [15:43:57] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
2204 [15:44:00] <thms> " the ports are all opened"
2205 [15:44:19] <rocketman_> the ports that I set, including the offset
2206 [15:44:22] *** Joins: guideline (~guideline@replaced-ip )
2207 [15:45:00] *** Joins: Kruppt (~Kirk_Krup@replaced-ip )
2208 [15:45:04] *** Joins: diqidoq (~diqidoq@replaced-ip )
2209 [15:45:52] <ForceRecon> sudo aptitude install libgl1-nvidia-glx:i386
2210 [15:45:54] <ForceRecon> that does it
2211 [15:45:58] <ForceRecon> thanks! way to go!
2212 [15:46:02] *** Quits: DerLG (~derlg@replaced-ip ) (Ping timeout: 260 seconds)
2213 [15:46:08] <rocketman_> thms: for example if I set the port to be 18000, I open 18000, 12100, and 23900
2214 [15:47:17] <rocketman_> the offset is normally port - 5900, and new port must be greater than 5900
2215 [15:47:21] *** Joins: Paulo_ (~Paulo@replaced-ip )
2216 [15:47:30] <Paulo_> hi guys
2217 [15:47:44] *** Paulo_ is now known as Guest11358
2218 [15:48:00] *** Joins: Plouescat (~Plouescat@replaced-ip )
2219 [15:48:09] <Guest11358> I have a question about installing virtual box in a debian derivative (yep, not pure debian... :-()
2220 [15:48:24] <Guest11358> anyone can help me out, please?
2221 [15:48:46] <DonAlex> shoot
2222 [15:49:24] <metastable> Guest11358: Which derivative, so that we're clear?
2223 [15:49:54] <rocketman_> it's strange I don't see the same behavior with libvirt and debian 8
2224 [15:50:12] *** Joins: mnemonic (~semeion@replaced-ip )
2225 [15:50:41] <Guest11358> ok, thanks. I'm running antix linux 16.2. I tried installing virtualbox from synaptic and no luck. the gui ran, but refused to run any virtual machine. I uninstalled it and downloaded virtualbox and virtualboxfkm. both verison 4336
2226 [15:51:07] <Guest11358> now from terminal when I try running virtualbox it says it's not installed
2227 [15:51:08] <DonAlex> Sounds like the virtualbox modules were not built
2228 [15:51:10] *** Quits: pseubodot (~p-dot@replaced-ip ) (Quit: leaving)
2229 [15:51:18] *** Joins: nighty-- (~nighty@replaced-ip )
2230 [15:51:23] <metastable> vbox makes kinda heavy use of DKMS, if I recall.
2231 [15:51:31] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
2232 [15:51:32] <Guest11358> my pc said it was building the moduls for some 5 minutes
2233 [15:51:33] *** Quits: Fludix (~Fludix@replaced-ip ) (Remote host closed the connection)
2234 [15:51:42] <Guest11358> *modules
2235 [15:51:44] <gpunk> 5 minutes
2236 [15:51:48] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Quit: Quit)
2237 [15:51:56] <gpunk> i dont it deserve runing VMs that PC
2238 [15:52:00] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2239 [15:52:05] <babilen> dpkg: antix
2240 [15:52:06] <dpkg> antiX is a live CD distribution based on <MEPIS>. It is not supported in #debian. replaced-url
2241 [15:52:23] <babilen> Guest11358: Might want to ask antiX what to do about that ^^^
2242 [15:52:33] *** Quits: venkat (~venkat@replaced-ip ) (Ping timeout: 246 seconds)
2243 [15:52:41] *** Quits: treegor (~gary@replaced-ip ) (Ping timeout: 240 seconds)
2244 [15:52:47] *** Joins: zer0-x (~zer0-x@replaced-ip )
2245 [15:52:53] <Guest11358> I know, the site says that, but it«s a bit out dated. this distro, as far as I can tell is based in debian 8.8 jesie
2246 [15:52:58] *** Parts: coredump1 (~dani@replaced-ip ) ()
2247 [15:53:07] <Guest11358> I tried the antix forum... no one online :-(
2248 [15:53:10] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 264 seconds)
2249 [15:53:11] <DonAlex> Yes it does.. virtualbox-dkms build a few modules.
2250 [15:53:20] *** Quits: zer0-x (~zer0-x@replaced-ip ) (Client Quit)
2251 [15:53:27] *** Quits: Chinesium (~ER_nesto@replaced-ip ) (Quit: I probably fell asleep again)
2252 [15:53:45] <velix> Anyone with an idea?
2253 [15:53:57] *** Quits: spacework (~spacebug@replaced-ip ) (Quit: Leaving)
2254 [15:53:57] <DonAlex> Do you have dpkg and apt-show-versions available to you?
2255 [15:54:48] <tremon> velix: replaced-url
2256 [15:55:29] <DonAlex> velix: What about it? It is a kernel module?
2257 [15:55:41] <DonAlex> aufs-tools - Tools to manage aufs filesystems
2258 [15:55:49] <Guest11358> I'm not a heavy linux user, I've been using it for years, mostly as a regular user that install stuff from synapic and tries to stay away from the cli. I have no idea waht apt-show-versions even is. I installed viartual box using dpkg, from the files I dowbnloaded from virtualbox site...
2259 [15:56:18] <velix> tremon & DonAlex: okay, I thought, OverlayFS is the newer one.
2260 [15:56:19] <DonAlex> Oh... you pulled the debs from the website?
2261 [15:56:29] <velix> tremon & DonAlex: So aufs is in kernel, overlayfs isn't ?
2262 [15:56:36] *** Joins: Mottengrotte_ (~Mottengro@replaced-ip )
2263 [15:56:41] <Guest11358> yep. but it's the same version I had available from synapic
2264 [15:56:49] <DonAlex> velix: you mean fuse ?
2265 [15:57:08] <DonAlex> aufs has a dkms package
2266 [15:57:10] <velix> DonAlex: replaced-url
2267 [15:57:17] <DonAlex> meaning it is an optional module
2268 [15:57:18] <velix> DonAlex: It was merged into the Linux kernel mainline in 2014, in kernel version 3.18.
2269 [15:57:20] <Guest11358> I may post the terminal output from installing the dkms file if it helps...
2270 [15:57:24] *** Joins: n-iCe (~nice@replaced-ip )
2271 [15:57:42] <tremon> ,kconfig overlay
2272 [15:57:44] <judd> Searching for 'overlay' in stretch kernel config gives OVERLAY_FS=m.
2273 [15:57:47] <DonAlex> Guest11358: Paste it into pastebin not here
2274 [15:57:49] <Guest11358> (it's partly in portuguese)
2275 [15:58:03] *** Joins: k_sze[work] (~Kira@replaced-ip )
2276 [15:58:06] <towo^work> it's antix
2277 [15:58:07] <velix> tremon: Funny thing: Debian uses AuFS, Ubuntu uses OverlayFS :)
2278 [15:58:09] <towo^work> not debian
2279 [15:58:31] *** Quits: deadman36g (~deadman36@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2280 [15:58:35] <DonAlex> We use tmpfs ;)
2281 [15:58:39] <tremon> "debian" uses neither -- both are not in the default install
2282 [15:58:54] <DonAlex> Seriously though I did not think overlayfs was a thing until now..
2283 [15:59:08] <rocketman_> So, 'netstat -pant' shows desired vnc port using libvirt xml, however 'virsh domdisplay <vm>' shows the offset. Is this the correct behavior? Because, even with both ports opened in iptables, the appear filtered.
2284 [15:59:26] <velix> tremon & DonAlex: AuFS and OverlayFS are nice for (s)chroot.
2285 [15:59:32] *** Joins: Kira (~Kira@replaced-ip )
2286 [15:59:36] <velix> tremon & DonAlex: You can have a base image and write to it without changing the base image.
2287 [15:59:41] <velix> tremon & DonAlex: Docker for the poor ;)
2288 [15:59:49] *** Quits: Purec (~Purec@replaced-ip ) (Ping timeout: 258 seconds)
2289 [16:00:00] <DonAlex> /lib/modules/4.12.0-2-amd64# find . -iname "overlay*" -print
2290 [16:00:00] <DonAlex> ./kernel/fs/overlayfs
2291 [16:00:00] <DonAlex> ./kernel/fs/overlayfs/overlay.ko
2292 [16:00:01] *** Quits: thms (~thms@replaced-ip ) (Ping timeout: 248 seconds)
2293 [16:00:02] *** Joins: Ericounet (~Ericounet@replaced-ip )
2294 [16:00:02] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Ping timeout: 260 seconds)
2295 [16:00:07] <DonAlex> apprently it is ..
2296 [16:00:12] <DonAlex> not loaded though so..?
2297 [16:00:25] *** Quits: Silvering (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2298 [16:00:25] <velix> DonAlex: So both COULD be loaded in Stretch? Okay, I need to test this. Thanks.
2299 [16:00:33] *** Joins: pseubodot (~p-dot@replaced-ip )
2300 [16:00:45] <DonAlex> velix: I have btrfs and snapper ;)
2301 [16:00:48] *** Quits: michaelni (~michael@replaced-ip ) (Quit: Leaving)
2302 [16:00:56] *** Joins: root (~root@replaced-ip )
2303 [16:01:09] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2304 [16:01:12] *** Joins: michaelni (~michael@replaced-ip )
2305 [16:01:20] *** root is now known as Guest71586
2306 [16:01:23] <velix> DonAlex: Thanks, I'll read about snapper.
2307 [16:01:23] *** Joins: hualet (~hualet@replaced-ip )
2308 [16:01:43] *** Joins: Fludix (~Fludix@replaced-ip )
2309 [16:01:58] *** Joins: simpledat (~user@replaced-ip )
2310 [16:02:03] <DonAlex> velix: Basically it can take snapshot on events. so pre and post installing packkages for example
2311 [16:02:09] <velix> Oh my, there's a driver to read & write btrfs on Windows :)
2312 [16:02:20] <velix> DonAlex: Yeah, this sounds good.
2313 [16:02:24] <Guest11358> I'll try to be back later, guys, thanks for your time
2314 [16:02:35] *** Joins: unreal-_ (~unreal-@replaced-ip )
2315 [16:02:41] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 240 seconds)
2316 [16:02:42] <DonAlex> velix: Yeah.. well Windows users like living dangerously otherwise they would be on Linux ;)
2317 [16:03:00] <DonAlex> Guest11358: Ok.. good luck
2318 [16:03:06] *** Quits: Guest11358 (~Paulo@replaced-ip ) (Quit: Leaving)
2319 [16:03:18] <velix> DonAlex: Windows 10 is some nice mesh up.
2320 [16:03:29] *** Quits: MeltedLux (MeltedLux@replaced-ip ) (Ping timeout: 246 seconds)
2321 [16:03:42] <velix> DonAlex: most of the GCC binaries work out of the box.
2322 [16:03:52] <DonAlex> velix: So long as you don't mind all that telemetry going who knows where.. for who knows why..
2323 [16:04:01] *** Quits: Kira (~Kira@replaced-ip ) (Ping timeout: 240 seconds)
2324 [16:04:28] <velix> DonAlex: Sure. But I'm a linux user most of the time, so I don't care.
2325 [16:04:44] *** Joins: Fallenour (~Fallenour@replaced-ip )
2326 [16:04:53] *** Quits: Fludix (~Fludix@replaced-ip ) (Client Quit)
2327 [16:04:59] <DonAlex> velix: I am a Linux user ALL the time.. so I don't care either ;)
2328 [16:05:54] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Quit: ZZzzZZzz)
2329 [16:06:01] *** Quits: elfranne (~elfranne@replaced-ip ) (Quit: Leaving)
2330 [16:06:06] *** Joins: number28 (~n28@replaced-ip )
2331 [16:06:35] *** Quits: sulit (~sulit@replaced-ip ) (Ping timeout: 240 seconds)
2332 [16:06:56] *** Joins: sulit (~sulit@replaced-ip )
2333 [16:07:06] *** Quits: Mr_Snowman (~The_Snowm@replaced-ip##) (Quit: ##replaced-url
2334 [16:07:56] *** Quits: pseubodot (~p-dot@replaced-ip ) (Quit: leaving)
2335 [16:08:05] <number28> Hey people. Recently my interface names 'randomly' changed from wlp3s0 to wlan0. I thought it was weird but ok. Now i've been noticing the past few days my boot up takes much longer. I now see it reads starting Network Manager Wait at boot up... follwed by a 3 minute wait while it reads "A start job is running for raise network interfaces"
2336 [16:08:10] <DonAlex> velix: Hmmm never heard of flashcache either but that looks interesting too
2337 [16:08:23] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
2338 [16:08:31] *** Quits: nighty-- (~nighty@replaced-ip ) (Ping timeout: 248 seconds)
2339 [16:08:32] <velix> DonAlex: uh? :)
2340 [16:08:36] *** Quits: juon (~juonc@replaced-ip ) (Remote host closed the connection)
2341 [16:08:48] *** Joins: ChmEarl (~chmearl@replaced-ip )
2342 [16:09:00] *** debhelper sets mode: +l 1755
2343 [16:09:03] <DonAlex> number28: Network interfaces are switching to a UUID like nomenclature
2344 [16:09:05] *** Quits: nvz (~user@replaced-ip ) (Ping timeout: 240 seconds)
2345 [16:09:17] <DonAlex> apt-cache show flashcache-dkms
2346 [16:09:58] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2347 [16:10:18] <number28> DonAlex, Is there any place i can read about this? Also what do i do to fix it?
2348 [16:10:41] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
2349 [16:10:52] <jelly> velix: I think stretch kernels don't have aufs any more
2350 [16:11:15] <altendky> i recently installed debian stable on my laptop. the external monitor randomly goes black for roughly 1/2 s. this happens maybe average once per minute (rough guess) but sometimes a couple times only seconds apart. i am running kde. `xrandr --query` doesn't show any change during the black-time. also nothing from `tail -f /var/log/{messages,kernel,dmesg,syslog}` at that time. i did install bumblebee-nvidia.
2351 [16:11:15] <altendky> replaced-url
2352 [16:11:19] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Read error: Connection reset by peer)
2353 [16:11:22] <DonAlex> number28: replaced-url
2354 [16:11:25] *** Parts: hsarc (~hsarc4@replaced-ip ) ("Leaving")
2355 [16:11:41] *** Joins: krytarik (~krytarik@replaced-ip )
2356 [16:12:19] *** Joins: ben_roose (~roose@replaced-ip )
2357 [16:12:26] *** Joins: pseubodot (~p-dot@replaced-ip )
2358 [16:12:43] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2359 [16:12:51] <tremon> altendky: try using anything but hdmi cables. we have the same issue at work, the problem is with HDCP
2360 [16:13:02] *** Joins: zykotick9 (~zykotick9@replaced-ip )
2361 [16:13:13] *** Joins: porter (~Droid2Deb@replaced-ip )
2362 [16:13:15] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
2363 [16:13:38] <tremon> the handshake is flaky, and when the timings of either the monitor or the graphics chip are a little off, the handshake fails and the screen goes black
2364 [16:14:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Read error: Connection reset by peer)
2365 [16:14:26] <altendky> tremon: would that apply to mini-dp to do?
2366 [16:14:28] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2367 [16:14:34] <altendky> To dp
2368 [16:14:40] *** Joins: fly_ (~fly@replaced-ip )
2369 [16:14:49] <fly_> Hi folks. how do I know why a certain package is considered non-free?
2370 [16:14:55] <tremon> not sure, if a pure DP connection supports hdcp
2371 [16:15:01] <fly_> I am packaging the same thing for another thing and not sure what's non free about it
2372 [16:15:03] <xand> fly_: it will due to its license
2373 [16:15:27] <tremon> we don't have the same issue on our DP ports
2374 [16:15:27] *** Quits: simpledat (~user@replaced-ip ) (Quit: leaving)
2375 [16:15:30] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Read error: Connection reset by peer)
2376 [16:15:43] <fly_> the project itself doesn't say what's non-free about it ):)
2377 [16:15:52] <fly_> (It claims a BSD license)
2378 [16:15:53] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Read error: Connection reset by peer)
2379 [16:16:02] *** Joins: daniel-s (~daniel-s@replaced-ip )
2380 [16:16:12] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2381 [16:16:16] <fly_> Ah. found it magically by google
2382 [16:16:25] <altendky> tremon: alrighty, thanks for the thought. the dp port is the only 4k one on this monitor.
2383 [16:16:30] <fly_> "Intel FAT filesystem".
2384 [16:16:37] *** Joins: roshanavand (~roshanava@replaced-ip )
2385 [16:16:38] <DonAlex> fly_: Free refers to the license and whether it is compatible with Debian Policy.
2386 [16:17:07] <fly_> yeah, it's just a huge thing and looking at their license they say 'BSD license' :P
2387 [16:17:23] <fly_> looks like upstream made it not-not-free, too
2388 [16:17:24] <altendky> tremon: i'll note that i didn't have this issue on ubuntu 16.04. (not picking, just part of the history)
2389 [16:17:35] <DonAlex> fly_: replaced-url
2390 [16:18:13] <fly_> Apple license is considered non-free?
2391 [16:18:30] <tremon> altendky: it may still be a driver issue (we've found that the problem sometimes goes away after a bios update), but it's impossible to debug
2392 [16:18:31] <number28> DonAlex, So what does the interface naming scheme have to do with the Network Manager Wait service?
2393 [16:18:41] *** Quits: bin (~tek@replaced-ip ) (Ping timeout: 248 seconds)
2394 [16:18:41] *** Joins: MarioBranco (~MarioBran@replaced-ip )
2395 [16:18:55] <altendky> tremon: what fun. i'll check for a bios update
2396 [16:19:19] <velix> jelly: uh?! interesting.
2397 [16:19:20] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
2398 [16:19:32] <velix> jelly: So AuFS has been dropped from Debian?
2399 [16:20:06] *** Joins: eventhorizon (~smuxi@replaced-ip )
2400 [16:20:07] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Read error: Connection reset by peer)
2401 [16:20:34] <jelly> velix: no idea whether source for patches is still present
2402 [16:21:04] <velix> jelly: thx
2403 [16:21:10] *** Joins: Chinesium (~ER_nesto@replaced-ip )
2404 [16:21:24] *** Joins: ForceRecon (~forcereco@replaced-ip )
2405 [16:21:24] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Changing host)
2406 [16:21:24] *** Joins: ForceRecon (~forcereco@replaced-ip )
2407 [16:21:51] <altendky> tremon: can i just disable hdcp? i'm not watching dvd's (at this point)
2408 [16:21:56] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Read error: Connection reset by peer)
2409 [16:23:18] <number28> Recently my interface names 'randomly' changed from wlp3s0 to wlan0. I thought it was weird but thats not the issue. Now i've been noticing the past few days my boot up takes much longer. I now see it reads starting Network Manager Wait at boot up... followed by a 3 minute wait while it reads "A start job is running for raise network interfaces"
2410 [16:23:27] *** Joins: ForceRecon (~forcereco@replaced-ip )
2411 [16:24:02] *** Joins: holden- (~holden-@replaced-ip )
2412 [16:24:03] *** Quits: ForceRecon (~forcereco@replaced-ip ) (Read error: Connection reset by peer)
2413 [16:24:08] *** Quits: rgr_ (~rgr@replaced-ip ) (Ping timeout: 255 seconds)
2414 [16:24:39] *** Parts: fly_ (~fly@replaced-ip ) ()
2415 [16:24:53] *** Joins: frostschutz (~frostschu@replaced-ip )
2416 [16:25:00] *** Joins: treegor (~gary@replaced-ip )
2417 [16:25:21] <tremon> altendky: depends on your graphics hardware. newer amd models enable hdcp unconditionally: replaced-url
2418 [16:25:24] *** Joins: ForceRecon (~forcereco@replaced-ip )
2419 [16:25:24] *** Joins: Fallenour (~Fallenour@replaced-ip )
2420 [16:26:04] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
2421 [16:26:09] <altendky> tremon: Intel + nvidia
2422 [16:27:18] *** Quits: soee_ (~soee@replaced-ip ) (Quit: Konversation terminated!)
2423 [16:27:41] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2424 [16:27:54] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 246 seconds)
2425 [16:29:01] *** debhelper sets mode: +l 1761
2426 [16:30:16] *** Joins: hele (~hele@replaced-ip )
2427 [16:30:58] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 264 seconds)
2428 [16:30:58] *** Quits: roshanavand (~roshanava@replaced-ip ) (Read error: Connection reset by peer)
2429 [16:31:18] *** diqidoq is now known as diqidoq_afk
2430 [16:31:20] *** Joins: towo` (~towo@replaced-ip )
2431 [16:31:20] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 255 seconds)
2432 [16:32:08] *** Joins: nvz (~user@replaced-ip )
2433 [16:32:11] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Quit: Leaving.)
2434 [16:32:51] <velix> Oh, HDCP was developed by INTEL ?
2435 [16:33:35] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 240 seconds)
2436 [16:34:14] *** Quits: nulleip (~nulleip@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 52.4.0/20170921064520])
2437 [16:34:47] *** Joins: roshanavand (~roshanava@replaced-ip )
2438 [16:34:57] *** Quits: dsai2iu2n (~username@replaced-ip ) (Quit: leaving)
2439 [16:36:26] <tremon> almost all computing antifeatures are from intel, why should that be surprising?
2440 [16:37:00] *** Joins: royiv (~royiv@replaced-ip )
2441 [16:37:11] <tremon> they were all developed by the TCPA
2442 [16:37:26] *** Quits: m8 (~m8@replaced-ip ) (Ping timeout: 246 seconds)
2443 [16:37:48] *** Joins: raiden (~raiden@replaced-ip )
2444 [16:37:49] *** raiden is now known as Guest79571
2445 [16:37:57] <tremon> so not just intel
2446 [16:38:07] *** Joins: jt__ (~Plouescat@replaced-ip )
2447 [16:38:36] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
2448 [16:38:37] <Guest79571> hi everyone
2449 [16:38:46] *** Joins: MeltedLux (MeltedLux@replaced-ip )
2450 [16:38:51] *** Quits: schornacht (~schornach@replaced-ip ) (Remote host closed the connection)
2451 [16:39:02] <DonAlex> number28: Oh sorry , was away. NM might have legacy config files looking for wlan0 etc..
2452 [16:39:07] *** Quits: nitheesh (~nitheesh@replaced-ip ) (Ping timeout: 260 seconds)
2453 [16:39:17] <DonAlex> number28: Best start with fresh configs. .
2454 [16:39:21] *** Joins: simpledat (~user@replaced-ip )
2455 [16:39:33] *** Joins: sorin-mihai_ (~sorin-mih@replaced-ip )
2456 [16:40:23] *** Joins: Fallenour (~Fallenour@replaced-ip )
2457 [16:40:27] *** Quits: Freenoodle (~Bratwurst@replaced-ip ) (Ping timeout: 240 seconds)
2458 [16:40:50] *** Quits: Plouescat (~Plouescat@replaced-ip ) (Ping timeout: 258 seconds)
2459 [16:40:52] <DonAlex> number28: check to see if there is anything in /etc/udev/rules.d that might be affecting it
2460 [16:41:20] *** Joins: jak2000 (~jak2000@replaced-ip )
2461 [16:41:27] *** Quits: sorin-mihai__ (~sorin-mih@replaced-ip ) (Ping timeout: 240 seconds)
2462 [16:41:52] *** Guest79571 is now known as jack-
2463 [16:43:33] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2464 [16:44:06] <altendky> tremon: given intel's massive involvement in hardware development, seems likely that they would be involved in most hardware features generally
2465 [16:44:10] *** Joins: Freenoodle (~Bratwurst@replaced-ip )
2466 [16:44:49] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 248 seconds)
2467 [16:45:42] *** Parts: zykotick9 (~zykotick9@replaced-ip ) ()
2468 [16:46:25] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
2469 [16:47:32] *** Joins: err404 (~err404@replaced-ip )
2470 [16:47:40] *** Quits: Guest71586 (~root@replaced-ip ) (Ping timeout: 252 seconds)
2471 [16:48:09] *** Joins: DrWatson (~DrWatson_@replaced-ip )
2472 [16:48:39] *** Quits: guideline (~guideline@replaced-ip ) (Ping timeout: 252 seconds)
2473 [16:48:55] *** jack- is now known as jacks
2474 [16:49:16] *** jacks is now known as jack--
2475 [16:49:28] *** Quits: nvz (~user@replaced-ip ) (Ping timeout: 240 seconds)
2476 [16:49:30] *** Parts: debiandragon (~dave@replaced-ip ) ("WeeChat 1.6")
2477 [16:49:51] *** diqidoq_afk is now known as diqidoq
2478 [16:50:17] *** Joins: kculpis (~kculpic@replaced-ip )
2479 [16:50:36] *** Joins: qaz1 (hidden-use@replaced-ip )
2480 [16:50:46] *** Joins: matrix_architect (~matrix_ar@replaced-ip )
2481 [16:50:55] <qaz1> hi. my rc.local is not getting executed at boot. how can i make it get executed?
2482 [16:51:11] <gpunk> is it +x ?
2483 [16:51:27] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 240 seconds)
2484 [16:52:12] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2485 [16:52:39] *** Joins: LioneLL (~Pidgin@replaced-ip )
2486 [16:52:39] <gpunk> what debian are you using ?
2487 [16:52:48] *** Quits: MeltedLux (MeltedLux@replaced-ip ) (Ping timeout: 240 seconds)
2488 [16:53:21] *** Joins: Elirips (~Elirips@replaced-ip )
2489 [16:54:29] *** Joins: nighty-- (~nighty@replaced-ip )
2490 [16:54:55] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2491 [16:57:31] *** Quits: Freenoodle (~Bratwurst@replaced-ip ) (Ping timeout: 255 seconds)
2492 [16:57:39] *** Quits: p0g (~pogay@replaced-ip ) (Ping timeout: 246 seconds)
2493 [16:58:10] *** Quits: dec0n (~dec0n@replaced-ip ) (Read error: Connection reset by peer)
2494 [16:58:15] *** Joins: p0g (~pogay@replaced-ip )
2495 [16:58:58] *** Quits: sterniste (~sstern@replaced-ip ) (Ping timeout: 276 seconds)
2496 [16:59:01] *** debhelper sets mode: +l 1755
2497 [17:00:10] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
2498 [17:00:10] <abrotman> qaz1: do you really want to use rc.local?
2499 [17:00:23] <abrotman> dpkg: tell qaz1 about run at boot
2500 [17:01:53] *** Joins: kirby__ (~caretaker@replaced-ip )
2501 [17:04:27] *** Quits: feodaron (~feodaron@replaced-ip ) (Ping timeout: 240 seconds)
2502 [17:04:27] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Ping timeout: 240 seconds)
2503 [17:04:28] *** Joins: guideline (~guideline@replaced-ip )
2504 [17:04:29] *** Joins: auhjdshxagjdsfh (adaa3a83@replaced-ip )
2505 [17:04:47] *** Joins: JethroTux (~JethroTux@replaced-ip )
2506 [17:05:10] <tobiasBora> Does someone knows how to avoid the errors that tar gives when you when to extract a node using mknod ?
2507 [17:05:15] <auhjdshxagjdsfh> what is on the full cd set?
2508 [17:05:22] <tobiasBora> (with something better that "tar ... || true"
2509 [17:05:32] *** Joins: keltim (~keltim@replaced-ip )
2510 [17:06:27] *** Joins: venkat (~venkat@replaced-ip )
2511 [17:06:41] *** Quits: rexor (~rexor@replaced-ip ) (Ping timeout: 248 seconds)
2512 [17:07:14] <gpunk> dpkg: tell gpunk about run at boot
2513 [17:07:24] *** Joins: password2 (~password@replaced-ip )
2514 [17:07:24] *** Quits: password2 (~password@replaced-ip ) (Changing host)
2515 [17:07:24] *** Joins: password2 (~password@replaced-ip )
2516 [17:07:46] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2517 [17:07:50] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
2518 [17:08:07] *** Joins: conta (~Thunderbi@replaced-ip )
2519 [17:08:10] *** Joins: dethos (~dethos@replaced-ip )
2520 [17:08:14] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 246 seconds)
2521 [17:08:44] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
2522 [17:08:45] <jak2000> hi all how to cpy files from 1 server to other? 192.168.1.141:/home/jak to 192.168.1.211:/home/jak ? and automate it? only with scp?
2523 [17:09:20] <gpunk> create an ssh key
2524 [17:09:33] <gpunk> and unable passwordless ssh-login
2525 [17:09:55] *** Quits: DonAlex (~DonAlex@replaced-ip ) (Quit: Ex-Chat)
2526 [17:10:06] *** Joins: fl114 (~fl114@replaced-ip )
2527 [17:10:18] <jak2000> ssh-keygen -t rsa -b 4096 ssh-copy-id ?
2528 [17:10:24] <jak2000> oo right
2529 [17:10:46] *** Quits: venkat (~venkat@replaced-ip ) (Client Quit)
2530 [17:10:54] *** Joins: rafalcpp (~racalcppp@replaced-ip )
2531 [17:11:05] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 240 seconds)
2532 [17:11:16] *** Quits: adds68 (~adds68@replaced-ip ) (Remote host closed the connection)
2533 [17:11:20] *** Joins: venkat (~venkat@replaced-ip )
2534 [17:11:33] *** Joins: nvz (~user@replaced-ip )
2535 [17:11:40] *** Joins: adds68 (~adds68@replaced-ip )
2536 [17:11:55] *** Joins: hualet (~hualet@replaced-ip )
2537 [17:11:58] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2538 [17:12:17] *** Quits: auhjdshxagjdsfh (adaa3a83@replaced-ip ) (Quit: Page closed)
2539 [17:12:21] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2540 [17:12:24] <JethroTux> hi. how long debian jessie will be supported? I'm currently running debian jessie 8.9 release. thanks
2541 [17:12:35] *** Joins: hualet (~hualet@replaced-ip )
2542 [17:12:36] *** Quits: DeaDSouL (uid134377@replaced-ip ) (Quit: Connection closed for inactivity)
2543 [17:12:45] *** Quits: calisto (~calisto@replaced-ip ) (Quit: Leaving.)
2544 [17:13:29] <gpunk> replaced-url
2545 [17:13:32] <jelly> JethroTux: support by debian security team until about May 2018, support by LTS team until about 2020
2546 [17:13:49] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
2547 [17:14:29] *** Quits: jt__ (~Plouescat@replaced-ip ) (Read error: Connection reset by peer)
2548 [17:14:36] *** Joins: jt__ (~Plouescat@replaced-ip )
2549 [17:14:51] <JethroTux> then i'll be safe till 2020? right?
2550 [17:15:17] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Read error: Connection reset by peer)
2551 [17:15:40] *** Joins: rafalcpp (~racalcppp@replaced-ip )
2552 [17:15:41] *** Quits: number28 (~n28@replaced-ip ) (Ping timeout: 240 seconds)
2553 [17:16:10] *** Joins: kaldsfjklsad (adaa3a83@replaced-ip )
2554 [17:16:18] *** Quits: jt__ (~Plouescat@replaced-ip ) (Max SendQ exceeded)
2555 [17:16:37] *** Joins: jt__ (~Plouescat@replaced-ip )
2556 [17:16:47] *** Joins: autofsckk (~autofsckk@replaced-ip )
2557 [17:16:49] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 248 seconds)
2558 [17:16:50] <kaldsfjklsad> does the 14-dvd set contain every debian package in the repos?
2559 [17:17:01] *** Parts: autofsckk (~autofsckk@replaced-ip ) ()
2560 [17:18:35] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 255 seconds)
2561 [17:18:53] *** Joins: Dante` (~dante@replaced-ip )
2562 [17:19:02] *** Joins: jnavila (~jnavila@replaced-ip )
2563 [17:19:54] <gpunk> minus non-free
2564 [17:20:17] <gpunk> minus contrib too I think
2565 [17:20:44] <kaldsfjklsad> that's really cool, i didn't think all that would fit
2566 [17:20:46] *** Joins: jsears__ (~James@replaced-ip )
2567 [17:20:49] *** Joins: nac (~nac@replaced-ip )
2568 [17:21:02] <gpunk> compression and it s only the binaries
2569 [17:21:49] *** Joins: lohang[m] (lohangmatr@replaced-ip )
2570 [17:22:40] *** Quits: gpunk (~gpunk@replaced-ip ) (Quit: gpunk)
2571 [17:23:07] *** Joins: MeltedLux (MeltedLux@replaced-ip )
2572 [17:23:07] *** Joins: gpunk (~gpunk@replaced-ip )
2573 [17:23:10] *** Quits: gpunk (~gpunk@replaced-ip ) (Remote host closed the connection)
2574 [17:23:27] *** Quits: nighty-- (~nighty@replaced-ip ) (Ping timeout: 260 seconds)
2575 [17:23:57] *** Quits: kaldsfjklsad (adaa3a83@replaced-ip ) (Quit: Page closed)
2576 [17:23:58] *** Quits: nick123 (~nick123@replaced-ip ) (Ping timeout: 252 seconds)
2577 [17:24:05] *** Quits: jsears_ (~James@replaced-ip ) (Ping timeout: 240 seconds)
2578 [17:24:43] *** Parts: lohang[m] (lohangmatr@replaced-ip ) ()
2579 [17:24:57] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Ping timeout: 240 seconds)
2580 [17:25:21] *** Joins: kpease_ (~kpease@replaced-ip )
2581 [17:25:26] *** Joins: rafalcpp (~racalcppp@replaced-ip )
2582 [17:25:47] *** Quits: jsears__ (~James@replaced-ip ) (Quit: Leaving)
2583 [17:26:10] *** Joins: jak2018 (~jak2000@replaced-ip )
2584 [17:27:40] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Quit: Leaving.)
2585 [17:28:24] *** Quits: ThCTLo2 (~thctlo@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2586 [17:28:49] *** Quits: kpease_ (~kpease@replaced-ip ) (Client Quit)
2587 [17:29:00] *** debhelper sets mode: +l 1749
2588 [17:29:11] *** Quits: murfman (~murfman@replaced-ip ) (Remote host closed the connection)
2589 [17:29:17] *** Joins: caraconan (~usuario@replaced-ip )
2590 [17:29:18] *** Joins: shinnya (~shinnya@replaced-ip )
2591 [17:29:23] *** Quits: gagrio (~gagrio@replaced-ip ) (Ping timeout: 255 seconds)
2592 [17:29:27] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
2593 [17:29:35] *** Joins: nick123_ (~nick123@replaced-ip )
2594 [17:30:15] *** Joins: wonderworld (~ww@replaced-ip )
2595 [17:30:41] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Read error: Connection reset by peer)
2596 [17:30:41] <caraconan> Hi there. After an upgrade this morning the system wont boot, it shows me a blank screen. I tried to comment out all non-essential entries in /etc/fstab, but no luck. Booting in rescue mode and examining the journal give me no clue. Any help about how to troubleshoot will be appreciated
2597 [17:31:21] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 240 seconds)
2598 [17:31:46] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
2599 [17:32:24] <caraconan> I can't either open a console with CTRL + ALT + Fx, nothing happens
2600 [17:32:32] *** Joins: Eduard_Munteanu (~Eduard_Mu@replaced-ip )
2601 [17:32:55] *** Joins: Lokke (~Thunderbi@replaced-ip )
2602 [17:33:22] *** Quits: almostdvs (~almostdvs@replaced-ip ) (Ping timeout: 264 seconds)
2603 [17:33:23] <jelly> caraconan: do you see anything more if you edit the kernel command line, remove "quiet" parameter, and boot that way?
2604 [17:33:26] *** Joins: Freenoodle (~Bratwurst@replaced-ip )
2605 [17:33:43] *** Quits: tremon (~aschuring@replaced-ip ) (Quit: getting boxed in)
2606 [17:33:48] *** Quits: chen_ (~wzyy2@replaced-ip ) (Ping timeout: 240 seconds)
2607 [17:33:52] <caraconan> I'll try that, 1 sec please
2608 [17:34:05] *** Joins: graytron (~tero@replaced-ip )
2609 [17:34:17] *** Joins: chen_ (~wzyy2@replaced-ip )
2610 [17:34:32] *** Quits: Freenoodle (~Bratwurst@replaced-ip ) (Remote host closed the connection)
2611 [17:34:42] <SirLagz> jelly: have you had any issues with the 4.9.0-4 image freezing on bootup ? I've had that happen to a couple of my machines...no idea where to start to even try to troubleshoot it
2612 [17:34:57] <jelly> nope
2613 [17:35:11] <SirLagz> jelly: hmm k. I've reverted my boxes back to 4.9.0-3 for now and they're stable
2614 [17:35:16] <jelly> don't have a lot of physical machines left
2615 [17:35:30] <SirLagz> jelly: yeah my VMs seem fine
2616 [17:35:31] *** Joins: regedit (uid150526@replaced-ip )
2617 [17:35:41] <SirLagz> jelly: not sure if the kernel doesn't like my hardware or somethign else
2618 [17:35:46] <jelly> and my workstations at work and home work fine
2619 [17:36:06] *** Joins: AnD[a]LeS (~andales@replaced-ip )
2620 [17:36:07] *** Quits: zamuro (~Samantha@replaced-ip ) (Remote host closed the connection)
2621 [17:36:25] <caraconan> jelly: nothing interesting, just something about wifi connection and now a dash in the top left screen
2622 [17:37:11] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 240 seconds)
2623 [17:37:23] *** Quits: venkat (~venkat@replaced-ip ) (Quit: venkat)
2624 [17:38:31] *** Joins: kpease (~kpease@replaced-ip )
2625 [17:38:41] <qaz1> i am calling a script from rc.local, and its not finding any of the executables in the root user's $PATH. am i supposed to be setting some environment variable manually?
2626 [17:39:26] <jelly> qaz1: set PATH on top of rc.local, yes
2627 [17:39:30] <SirLagz> qaz1: I always use the full path when I write scripts for rc.local. avoids the whole path issue.
2628 [17:39:39] <qaz1> ahh good idea. ill do that
2629 [17:39:50] *** Joins: KindOne (kindone@replaced-ip )
2630 [17:40:07] <jelly> qaz1: that said, I can "mkswap" without setting PATH in in /etc/rc.local on jessie
2631 [17:40:17] *** Chinesium is now known as X230t
2632 [17:40:19] <jelly> so at least /sbin is present already
2633 [17:40:23] *** Joins: Fallenour (~Fallenour@replaced-ip )
2634 [17:40:27] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2635 [17:40:54] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
2636 [17:41:18] *** Quits: citypw (~citypw@replaced-ip ) (Quit: Leaving)
2637 [17:41:51] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 248 seconds)
2638 [17:41:52] *** Joins: B[]rG (~tuptidup@replaced-ip )
2639 [17:42:42] *** Joins: moozer (~moz@replaced-ip )
2640 [17:42:42] *** Joins: b (~coffee@replaced-ip )
2641 [17:43:16] *** Joins: dave0x6d (uid190567@replaced-ip )
2642 [17:43:20] <caraconan> I think mounting dev-sdb1 is timing out, and looks something related with fstab
2643 [17:43:27] *** Joins: Ricardo__ (~rick@replaced-ip )
2644 [17:43:27] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2645 [17:43:27] *** Joins: Ricardo__ (~rick@replaced-ip )
2646 [17:43:47] <caraconan> Can somebody please share with mi his/her /etc/fstab in a Debian testing envionment please?
2647 [17:43:59] *** Joins: DrWatson (~DrWatson_@replaced-ip )
2648 [17:44:10] *** Joins: keltim (~keltim@replaced-ip )
2649 [17:44:46] *** Joins: larvallid (~larvallid@replaced-ip )
2650 [17:45:08] *** Quits: MeltedLux (MeltedLux@replaced-ip ) (Ping timeout: 255 seconds)
2651 [17:45:28] *** Joins: rkta (~kt@replaced-ip )
2652 [17:46:17] <qaz1> jelly, SirLagz: the subscripts also call other scripts, so it seems hardcoing wont work. when new scripts are run, i understand a child process is being spawned, and env vars are inherited, right?
2653 [17:46:21] *** Joins: Minnen (~JWST@replaced-ip )
2654 [17:46:31] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 252 seconds)
2655 [17:46:40] <teraflops> caraconan: what's your issue?
2656 [17:46:55] <caraconan> teraflops: blank screen at boot time
2657 [17:47:04] <caraconan> After an upgrade
2658 [17:47:27] <SirLagz> caraconan: how do you know it's timing out?
2659 [17:47:31] *** Quits: patrick` (uid257013@replaced-ip ) (Quit: Connection closed for inactivity)
2660 [17:47:31] <teraflops> caraconan: and how did you infer it's fstab's fault?
2661 [17:47:56] *** Quits: aielima (~aielima@replaced-ip ) (Ping timeout: 248 seconds)
2662 [17:48:08] <jelly> caraconan: are you using explicit partition device paths in said fstab?
2663 [17:48:12] <caraconan> SirLagz: I can see this in /var/syslog, and I infer it reading similar issues in stackoverflow
2664 [17:48:33] <SirLagz> caraconan: "this" being?
2665 [17:48:39] <caraconan> jelly: yes, sepparate /home for instance
2666 [17:48:44] <jelly> caraconan: pastebin your /etc/fstab instead of asking for others to show theirs.
2667 [17:48:46] *** Joins: hualet (~hualet@replaced-ip )
2668 [17:49:01] *** debhelper sets mode: +l 1755
2669 [17:49:04] <caraconan> jelly: ok, I'll do it
2670 [17:49:06] <jelly> caraconan: also, are you running buster (current testing)?
2671 [17:49:29] *** Quits: argusbr (~unix@replaced-ip ) (Remote host closed the connection)
2672 [17:49:41] *** Joins: argusbr (~unix@replaced-ip )
2673 [17:49:41] *** Quits: argusbr (~unix@replaced-ip ) (Changing host)
2674 [17:49:41] *** Joins: argusbr (~unix@replaced-ip )
2675 [17:50:02] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
2676 [17:50:11] <caraconan> jelly: I'm running (I would doublecheck) testing with some packages of SID
2677 [17:50:16] *** Quits: w00dsman (~w00dsman@replaced-ip ) (Quit: WeeChat 1.9.1)
2678 [17:50:17] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
2679 [17:50:21] *** Quits: wonderworld (~ww@replaced-ip ) (Quit: Konversation terminated!)
2680 [17:50:32] *** Joins: wonderworld (~ww@replaced-ip )
2681 [17:51:47] *** Joins: OS-Stud0815 (~root@replaced-ip )
2682 [17:52:22] *** Joins: gustavo (~gustavo@replaced-ip )
2683 [17:52:23] *** Quits: brw (~brw@replaced-ip ) (Read error: Connection reset by peer)
2684 [17:52:42] *** Quits: gustavo (~gustavo@replaced-ip ) (Remote host closed the connection)
2685 [17:52:54] *** Quits: gustavo__ (~gustavo@replaced-ip ) (Ping timeout: 258 seconds)
2686 [17:52:58] *** Joins: jak2000 (~jak2000@replaced-ip )
2687 [17:53:00] *** Joins: gustavo (~gustavo@replaced-ip )
2688 [17:53:00] *** Joins: brw (~brw@replaced-ip )
2689 [17:53:24] *** gustavo is now known as Guest20488
2690 [17:53:44] <caraconan> replaced-url
2691 [17:54:04] *** Quits: peca (~peca@replaced-ip ) (Quit: Leaving)
2692 [17:54:08] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 240 seconds)
2693 [17:54:13] *** Quits: mati (~mati@replaced-ip ) (Quit: mati)
2694 [17:54:19] *** Joins: ryzokuken (uid116283@replaced-ip )
2695 [17:54:28] <caraconan> I also tried with "nofail" in the / parttion entry but no lick
2696 [17:54:30] <caraconan> luck
2697 [17:54:43] *** Joins: mtn (~mtn@replaced-ip )
2698 [17:55:12] *** Joins: Tom01 (~tom@replaced-ip )
2699 [17:55:22] *** Joins: almostdvs (~almostdvs@replaced-ip )
2700 [17:55:47] *** Joins: pablo__ (~pablo@replaced-ip )
2701 [17:55:53] *** Joins: pkv (~pkv@replaced-ip )
2702 [17:56:06] *** Quits: pablo__ (~pablo@replaced-ip ) (Remote host closed the connection)
2703 [17:56:36] *** Parts: larvallid (~larvallid@replaced-ip ) ("Leaving")
2704 [17:56:42] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 260 seconds)
2705 [17:56:47] *** Joins: ron-slc (~Ron@replaced-ip )
2706 [17:56:48] <jelly> caraconan: that looks sane
2707 [17:57:02] *** Joins: rpifan (~rpifan@replaced-ip )
2708 [17:57:10] *** Joins: MeltedLux (MeltedLux@replaced-ip )
2709 [17:57:12] *** Joins: Maelstorm (~Maelstorm@replaced-ip )
2710 [17:57:14] *** Quits: rr (~rr@replaced-ip ) (Quit: init 0)
2711 [17:57:32] *** Quits: ki0 (~ki0@replaced-ip ) (Read error: Connection reset by peer)
2712 [17:57:57] *** Joins: ki0 (~ki0@replaced-ip )
2713 [17:58:43] <Maelstorm> Hello world :D
2714 [17:58:44] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
2715 [17:59:06] *** Quits: Maelstorm (~Maelstorm@replaced-ip ) (Client Quit)
2716 [17:59:51] *** Quits: bathax (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2717 [17:59:59] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2718 [18:00:02] *** Quits: yemel (~yemel@replaced-ip ) (Quit: leaving)
2719 [18:00:23] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2720 [18:00:35] *** Quits: gbak (51ac103e@replaced-ip##) (Quit: ##replaced-url
2721 [18:01:53] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
2722 [18:01:56] *** Joins: magnulu (~magnulu@replaced-ip )
2723 [18:02:15] *** Joins: yemel (~yemel@replaced-ip )
2724 [18:02:48] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
2725 [18:03:35] *** Quits: adds68 (~adds68@replaced-ip ) (Ping timeout: 240 seconds)
2726 [18:03:40] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 255 seconds)
2727 [18:03:57] *** Quits: Mottengrotte_ (~Mottengro@replaced-ip ) (Ping timeout: 240 seconds)
2728 [18:03:59] *** Joins: err404 (~err404@replaced-ip )
2729 [18:04:06] *** Joins: nodiscc (~auto@replaced-ip )
2730 [18:04:06] *** Quits: nodiscc (~auto@replaced-ip ) (Changing host)
2731 [18:04:06] *** Joins: nodiscc (~auto@replaced-ip )
2732 [18:05:13] <caraconan> Reading other posts suggests that using UUID's can solve the issue. Somebody else has experienced same issue?
2733 [18:07:26] <jelly> caraconan: not much difference between uuid and lvm device usage
2734 [18:07:29] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 248 seconds)
2735 [18:07:54] <jelly> they fix things if you use explicit /dev/sd* and numeration changes between boots
2736 [18:08:08] *** Joins: jnr2820 (~jeremiah@replaced-ip )
2737 [18:08:13] <jelly> but you've already avoiding that issue with lvm.
2738 [18:08:32] *** Quits: spacebug^ (~spacebug@replaced-ip ) (Quit: brb)
2739 [18:08:35] *** Quits: McErroneous (~MC_Errone@replaced-ip ) (Ping timeout: 240 seconds)
2740 [18:08:38] *** Joins: adds68 (~adds68@replaced-ip )
2741 [18:09:58] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 255 seconds)
2742 [18:10:00] *** Joins: nulleip (~nulleip@replaced-ip )
2743 [18:10:19] *** Joins: tldry (~mathisare@replaced-ip )
2744 [18:10:46] *** Quits: fl114 (~fl114@replaced-ip ) (Quit: Leaving.)
2745 [18:10:48] *** Quits: tldry (~mathisare@replaced-ip ) (Client Quit)
2746 [18:14:22] *** Quits: zabow (~zabow@replaced-ip ) (Quit: Leaving)
2747 [18:15:05] *** Quits: JethroTux (~JethroTux@replaced-ip ) (Ping timeout: 240 seconds)
2748 [18:15:07] *** Quits: corretico__ (~corretico@replaced-ip ) (Ping timeout: 252 seconds)
2749 [18:15:10] *** Joins: Guest71586 (~root@replaced-ip )
2750 [18:15:32] *** Joins: spacebug (~spacebug@replaced-ip )
2751 [18:15:32] *** spacebug is now known as spacebug^
2752 [18:15:59] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
2753 [18:16:54] *** Joins: kion (~kion@replaced-ip )
2754 [18:17:00] *** Joins: pseudonymous (~Jesper@replaced-ip )
2755 [18:17:17] *** Joins: Nnavd (~Nnavd@replaced-ip )
2756 [18:17:47] <ryzokuken> how do I change the tty font in stretch?
2757 [18:17:49] *** Joins: idts (~lxuser@replaced-ip )
2758 [18:17:53] <ryzokuken> please help.
2759 [18:18:17] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 260 seconds)
2760 [18:18:19] <ryzokuken> I need to use a good unicode font to render characters in a sane way. (possibly powerline patched)
2761 [18:18:45] <jelly> ryzokuken: how large?
2762 [18:18:57] <ryzokuken> as in font size?
2763 [18:19:03] <jelly> ryzokuken: yes. eg. is "setfont /usr/share/consolefonts/Uni3-TerminusBold16.psf.gz" good enough?
2764 [18:19:33] <ryzokuken> yeah, I'd need to search how to change to required format.
2765 [18:19:35] *** Joins: turfal (~Thunderbi@replaced-ip )
2766 [18:19:41] <ryzokuken> what is the exact format I need?
2767 [18:19:47] *** Joins: JethroTux (~JethroTux@replaced-ip )
2768 [18:19:49] <ryzokuken> `man setfont`, alright.
2769 [18:19:52] <jelly> probably psf :-)
2770 [18:20:19] *** Joins: ToBeCloud (uid51591@replaced-ip )
2771 [18:20:30] <ryzokuken> I'll probably have a .otf, maybe even a .ttf
2772 [18:20:41] <ryzokuken> so I'll have to find a tool to convert that
2773 [18:20:53] *** Joins: nightwolf1 (~nightwolf@replaced-ip )
2774 [18:21:28] <jelly> ryzokuken: you'll have to render those into bitmap and convert to psf, then, or use a framebuffer terminal app. Note that graphical framebuffer console drivers are usually a LOT slower than running X and a full screen xterm inside it.
2775 [18:21:30] *** Joins: raynold (uid201163@replaced-ip )
2776 [18:21:52] *** Joins: jak2018 (~jak2000@replaced-ip )
2777 [18:22:07] <ryzokuken> I'm currently running tty-only, no X server involved.
2778 [18:22:10] *** Joins: calisto (~calisto@replaced-ip )
2779 [18:22:20] <ryzokuken> should I use a DE? I'd rather not.
2780 [18:22:31] *** Parts: nightwolf1 (~nightwolf@replaced-ip ) ()
2781 [18:22:32] <jelly> ryzokuken: unless you're on a hardware platform that doesn't have decent 2D drivers, X is faster than console.
2782 [18:22:57] *** Quits: Dreadnaught (~101001101@replaced-ip ) (Ping timeout: 260 seconds)
2783 [18:22:59] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
2784 [18:23:05] <jelly> if you want to avoid cruft on screen, look at tiling window managers like i3wm
2785 [18:23:18] <ryzokuken> jelly: I'm running it in a VM.
2786 [18:23:25] <qaz1> how can i redirect all output from the current script to a logfile?
2787 [18:23:29] <ryzokuken> jelly: yes, i3 was exactly what I had in mind.
2788 [18:23:55] <ryzokuken> but then, I don't want to get to deep into cofiguration đ
2789 [18:23:59] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
2790 [18:24:10] <jelly> qaz1: from inside the script, or from outside when starting it?
2791 [18:24:31] *** Joins: corretico__ (~corretico@replaced-ip )
2792 [18:24:32] *** Quits: brw (~brw@replaced-ip ) (Read error: Connection reset by peer)
2793 [18:24:49] *** Joins: brw (~brw@replaced-ip )
2794 [18:24:49] <qaz1> outside
2795 [18:24:53] *** Quits: nvz (~user@replaced-ip ) (Remote host closed the connection)
2796 [18:24:57] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
2797 [18:25:06] *** Joins: venkat (~venkat@replaced-ip )
2798 [18:25:14] *** Quits: venkat (~venkat@replaced-ip ) (Remote host closed the connection)
2799 [18:25:21] *** Quits: burdz (~burdz@replaced-ip ) (Ping timeout: 240 seconds)
2800 [18:25:42] *** Quits: calisto (~calisto@replaced-ip ) (Read error: Connection reset by peer)
2801 [18:25:45] <jelly> qaz1: use redirection, script > stdout.file.log
2802 [18:25:49] <jelly> qaz1: replaced-url
2803 [18:25:57] *** Quits: JethroTux (~JethroTux@replaced-ip ) (Ping timeout: 240 seconds)
2804 [18:26:00] *** Joins: diniwed (~gavron@replaced-ip )
2805 [18:26:54] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 246 seconds)
2806 [18:27:07] *** Joins: tldry (~mathisare@replaced-ip )
2807 [18:27:17] <jelly> ryzokuken: or you could avoid the console completely and use ssh to connect to and use the VM, with whatever native terminal app you want and whatever font.
2808 [18:27:23] *** jack-- is now known as test---
2809 [18:27:30] <caraconan> Thanks everybody, I'll keep troubleshoting later
2810 [18:27:30] <qaz1> in rc.local, im already doing:
2811 [18:27:30] <qaz1> /bin/bash /root/startupScript &>> /tmp/startupScriptLog
2812 [18:27:37] *** Quits: test--- (~raiden@replaced-ip ) (Quit: leaving)
2813 [18:27:41] <qaz1> but i dont see everything in the log
2814 [18:27:47] *** Quits: caraconan (~usuario@replaced-ip ) (Remote host closed the connection)
2815 [18:27:56] *** Joins: kirby__ (~caretaker@replaced-ip )
2816 [18:28:03] *** Joins: venkat (~venkat@replaced-ip )
2817 [18:28:09] <ryzokuken> that sounds better.
2818 [18:28:16] *** Quits: graytron (~tero@replaced-ip ) (Read error: Connection reset by peer)
2819 [18:28:19] <ryzokuken> can the VM be entirely replaced by a docker container?
2820 [18:28:41] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2821 [18:28:49] <jelly> qaz1: if apps started from /root/startupScript use their standard error, you may want to redirect that in addition to just standard output
2822 [18:29:15] <jelly> qaz1: you'd change that line to, say, /bin/bash /root/startupScript &>> /tmp/startupScriptLog 2>&1
2823 [18:29:23] <qaz1> jelly: isnt that what i '&' on my line does?
2824 [18:29:28] <ryzokuken> also, how do I make a localhost-only SSH server and connect to it from the host machine?
2825 [18:29:51] <jelly> qaz1: oh, it appears so, sorry
2826 [18:30:13] *** Joins: klon (~klon@replaced-ip )
2827 [18:30:16] <jelly> ryzokuken: it cannot be localhost-only from VM's point of view.
2828 [18:30:25] *** Quits: in1t3r_ (~shiva@replaced-ip ) (Quit: Leaving)
2829 [18:30:31] <ryzokuken> oh, okay.
2830 [18:30:52] *** Joins: in1t3r (~shiva@replaced-ip )
2831 [18:31:07] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2832 [18:31:08] <jelly> but an internal segment visible only from host is easily done
2833 [18:31:58] *** Joins: vassenn (~Vassen@replaced-ip )
2834 [18:32:07] *** Joins: calisto (~calisto@replaced-ip )
2835 [18:32:19] <jelly> as for using a container instead of a VM, that depends on what you want to run and what features you expect inside the virtualized enviroment. A container on a linux host can only run linux.
2836 [18:32:19] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
2837 [18:32:21] *** Quits: venkat (~venkat@replaced-ip ) (Client Quit)
2838 [18:32:50] *** Joins: venkat (~venkat@replaced-ip )
2839 [18:32:53] *** Quits: luneff (~yury@replaced-ip ) (Quit: ĐŁŃ
ĐŸĐ¶Ń Ń ĐŸŃ ĐČĐ°Ń)
2840 [18:33:14] <ryzokuken> my host OS is macOS
2841 [18:33:15] *** Joins: bathax (~textual@replaced-ip )
2842 [18:33:30] <ryzokuken> want to run 32-bit linux (preferably debian or arch)
2843 [18:34:00] <jelly> qaz1: I have no idea if &>> may be used inside /etc/rc.local, it looks like a bash feature and not necessarily a /bin/sh feature
2844 [18:34:06] *** Joins: graytron (~tero@replaced-ip )
2845 [18:34:08] <mr__tea> ryzokuken: do it!
2846 [18:34:22] <ryzokuken> mr__tea: do what?
2847 [18:34:57] <jelly> ryzokuken: I fear containers do not work that way.
2848 [18:35:12] *** Joins: Haudegen (~quassel@replaced-ip )
2849 [18:35:31] *** Joins: JustASlacker (~JustASlac@replaced-ip )
2850 [18:35:49] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Read error: Connection reset by peer)
2851 [18:35:56] <ryzokuken> jelly: oh.
2852 [18:36:02] <qaz1> jelly: ohh that could be why its not working
2853 [18:36:04] *** Quits: b (~coffee@replaced-ip ) (Quit: Lost terminal)
2854 [18:36:15] <ryzokuken> jelly: I installed `openssh-server` on my guest.
2855 [18:36:21] <jelly> ryzokuken: but perhaps whoever builds Docker for OSX also includes a virtualization or syscall translation layer
2856 [18:36:29] <ryzokuken> how do I connect to it?
2857 [18:36:41] <jelly> ryzokuken: ssh user@ip.ad.re.ss ?
2858 [18:36:58] *** Joins: Dreadnaught (~101001101@replaced-ip )
2859 [18:36:58] *** Quits: Dreadnaught (~101001101@replaced-ip ) (Changing host)
2860 [18:36:58] *** Joins: Dreadnaught (~101001101@replaced-ip )
2861 [18:37:01] <ryzokuken> yeah, I mean what would be the IP of the guest in reference to the host?
2862 [18:37:09] <qaz1> jelly: replaced-url
2863 [18:37:09] <qaz1> > file 2>&1 direct both stdout and stderr to file
2864 [18:37:23] <jelly> ryzokuken: what does the vm think its IP address is?
2865 [18:37:23] *** Joins: amirite (~root@replaced-ip )
2866 [18:37:27] *** Quits: corretico__ (~corretico@replaced-ip ) (Ping timeout: 240 seconds)
2867 [18:37:36] <jelly> ryzokuken: "ip a"
2868 [18:37:43] *** Quits: venkat (~venkat@replaced-ip ) (Quit: venkat)
2869 [18:37:48] <ryzokuken> something along the lines of 10.211.xx
2870 [18:37:54] <jelly> so use that.
2871 [18:38:11] *** Joins: venkat (~venkat@replaced-ip )
2872 [18:38:46] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 255 seconds)
2873 [18:39:06] <ryzokuken> jelly: yay, it works.
2874 [18:39:21] *** Joins: baptist (~baptsk@replaced-ip )
2875 [18:39:27] *** Joins: LtL (~ltl@replaced-ip )
2876 [18:39:46] *** Parts: Fludixx (~vladik@replaced-ip ) ("Auf Wiedersehen")
2877 [18:39:49] <jelly> qaz1: > will truncate the file; you previously tried to use >> to append to it instead. So maybe /bin/bash /root/startupScript >> /tmp/startupScriptLog 2>&1
2878 [18:39:58] *** Quits: turfal (~Thunderbi@replaced-ip ) (Quit: turfal)
2879 [18:40:23] *** Joins: Fallenour (~Fallenour@replaced-ip )
2880 [18:40:42] <jelly> ryzokuken: OSX and Debian have slightly different locale names. What does "locale" command say when you log in to Linux?
2881 [18:41:23] <ryzokuken> `LANG=en_US.UTF-8`
2882 [18:41:29] <jelly> that's fine.
2883 [18:41:37] <jelly> just UTF-8 would not have been fine.
2884 [18:41:40] *** Quits: Gurty (~princess@replaced-ip ) (Excess Flood)
2885 [18:41:47] *** Joins: Fludixx (~vladik@replaced-ip )
2886 [18:42:00] *** Quits: simpledat (~user@replaced-ip ) (Quit: leaving)
2887 [18:42:06] *** Quits: venkat (~venkat@replaced-ip ) (Client Quit)
2888 [18:42:13] *** Joins: Gurty (~princess@replaced-ip )
2889 [18:42:13] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
2890 [18:42:13] *** Joins: Gurty (~princess@replaced-ip )
2891 [18:42:21] *** Quits: tldry (~mathisare@replaced-ip ) (Ping timeout: 240 seconds)
2892 [18:42:40] *** Joins: venkat (~venkat172@replaced-ip )
2893 [18:42:55] <ryzokuken> okay.
2894 [18:42:57] *** Joins: Fludix (~Fludix@replaced-ip )
2895 [18:43:07] *** Joins: AimHere (~David@replaced-ip )
2896 [18:43:27] *** Quits: nac (~nac@replaced-ip ) (Quit: Leaving)
2897 [18:43:33] <jelly> qaz1: however. If the previous command does what I think it does, that is, run bash /root/startupScript & in background, this change may break your boot process if the command never exits
2898 [18:43:43] *** Parts: Fludix (~Fludix@replaced-ip ) ()
2899 [18:43:55] *** Joins: Fludix (~Fludix@replaced-ip )
2900 [18:44:15] <Fludix> Hi
2901 [18:44:33] <qaz1> i just tested
2902 [18:44:36] <qaz1> seems to work
2903 [18:45:03] *** Quits: hualet (~hualet@replaced-ip ) (Read error: Connection timed out)
2904 [18:45:07] *** Quits: lungaro (~sig@replaced-ip ) (Remote host closed the connection)
2905 [18:45:23] *** Quits: venkat (~venkat172@replaced-ip ) (Client Quit)
2906 [18:45:31] *** Joins: lungaro (~sig@replaced-ip )
2907 [18:45:56] <ForceRecon> hey guys what does it mean either amd/i386 or nvidia
2908 [18:46:06] <ForceRecon> I have never seen that before..
2909 [18:46:25] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
2910 [18:46:25] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 255 seconds)
2911 [18:46:27] <ForceRecon> replaced-url
2912 [18:46:32] <ForceRecon> not sure what to choose..
2913 [18:46:59] <Fludixx> amd is 64 BIT
2914 [18:47:07] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
2915 [18:47:13] <Fludixx> oh wait
2916 [18:47:26] <Fludixx> what display driver do you use
2917 [18:47:28] *** Joins: hualet (~hualet@replaced-ip )
2918 [18:47:33] *** Quits: sirslask (~root@replaced-ip ) (Ping timeout: 246 seconds)
2919 [18:47:37] *** Joins: Uberius (~Uberius@replaced-ip )
2920 [18:48:00] <ForceRecon> well in a vmware session it is not nvidia.. so I was thinking INtel/amd.. but still curious about the nvidia download
2921 [18:48:21] *** Quits: nulleip (~nulleip@replaced-ip ) (Remote host closed the connection)
2922 [18:48:31] <Fludixx> Use Intel if you are using vmware
2923 [18:48:35] <jelly> ForceRecon: where does it say amd on that page?
2924 [18:48:46] *** Joins: nulleip (~nulleip@replaced-ip )
2925 [18:49:03] <ForceRecon> why would you have a download specific to nvidia... we looking at the same page?
2926 [18:49:11] <ForceRecon> 1.75 GB (Intel/AMD), 1.91 GB (NVIDIA)
2927 [18:49:28] <ForceRecon> DOWNLOAD (INTEL/AMD)
2928 [18:49:57] <ForceRecon> oh.. download.. click download
2929 [18:50:14] <Fludixx> Because it isent very easy to install nvidia drivers on debian
2930 [18:50:18] <jelly> ForceRecon: there's an explanation at the bottom?
2931 [18:50:24] <Fludixx> so they offer a easy way to install them
2932 [18:50:28] *** Quits: jubo2 (~juboxi@replaced-ip ) (Remote host closed the connection)
2933 [18:50:39] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2934 [18:50:55] <durg> doesn't the open source driver work?
2935 [18:50:55] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
2936 [18:50:56] *** Joins: jubo2 (~juboxi@replaced-ip )
2937 [18:51:12] <jelly> ForceRecon: the asterisk * next to DOWNLOAD(NVIDIA)* points to the footnote that starts with *
2938 [18:51:17] <ForceRecon> just strange.. never saw a download for just nvidia
2939 [18:51:17] *** Joins: lenonr (b1242e9e@replaced-ip )
2940 [18:51:32] <ForceRecon> yeah but its still amd or intel.
2941 [18:51:34] <jelly> * NVIDIA ISO Notes:
2942 [18:51:35] <jelly> Installs the proprietary NVIDIA driver. Does not work with [...]
2943 [18:51:58] <ForceRecon> Ill try them both see what happens in vmware
2944 [18:52:11] <jelly> do you have a nvidia card?
2945 [18:52:15] <Fludixx> if you have a laptop were you want to install this system and your laptop has nvidia gpu do not use nvidia iso!
2946 [18:52:24] *** Joins: graytron (~tero@replaced-ip )
2947 [18:52:25] *** Joins: jak2000 (~jak2000@replaced-ip )
2948 [18:52:46] <ForceRecon> I do but vmware does not use nvidia as its driver
2949 [18:52:48] <jelly> ForceRecon: also: what does this have to do with Debian?
2950 [18:52:52] <ForceRecon> even if you have an nvidia card
2951 [18:52:54] *** Quits: mtn (~mtn@replaced-ip ) (Read error: Connection reset by peer)
2952 [18:52:58] <ForceRecon> nothing just sharing
2953 [18:53:00] <ForceRecon> sorry
2954 [18:53:20] *** Joins: mtn (~mtn@replaced-ip )
2955 [18:53:31] <jelly> -> #debian-offtopic
2956 [18:53:40] *** Joins: KD7SPO-rod (~KD7SPO-ro@replaced-ip )
2957 [18:53:46] <durg> you probably need to activate the hardware acceleration support for vmware and install the appropriate driver
2958 [18:53:48] <jelly> or if you needtech help, ##linux
2959 [18:53:56] <durg> which does not have to be nvidia
2960 [18:54:53] *** Joins: BitFire (~BitFire@replaced-ip )
2961 [18:54:54] <jelly> if the host is not debian, and the guest seems not to be debian, there's a better place to talk about it than #debian
2962 [18:55:04] <durg> i agree
2963 [18:55:52] *** Quits: amirite (~root@replaced-ip ) (Ping timeout: 255 seconds)
2964 [18:55:58] *** Quits: lenonr (b1242e9e@replaced-ip ) (Quit: Page closed)
2965 [18:56:10] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 264 seconds)
2966 [18:56:12] *** Quits: zapperoo (~ZaP@replaced-ip ) (Ping timeout: 260 seconds)
2967 [18:56:31] *** Joins: jak2018 (~jak2000@replaced-ip )
2968 [18:57:05] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
2969 [18:57:13] *** Joins: GenteelBen (~GenteelBe@replaced-ip )
2970 [18:57:18] <jelly> it looks like a distro with regular gnome. I'm not sure what the gnome people have been smoking when they decided dynamically adding and removing workspaces was nice
2971 [18:57:18] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
2972 [18:57:42] *** Joins: Uberius (~Uberius@replaced-ip )
2973 [18:57:43] <JustASlacker> pretty much any WM can do that
2974 [18:57:49] *** Joins: Ryihne (~ryana@replaced-ip )
2975 [18:58:14] *** Joins: m0ris_5002 (~m0ris_500@replaced-ip )
2976 [18:58:19] *** Joins: amirite (~root@replaced-ip )
2977 [18:58:19] * jelly really likes his fixed two dimensional array of desktops, been available since fvwm 1
2978 [18:58:22] *** Joins: peterbecich (~peterbeci@replaced-ip )
2979 [19:00:05] *** Quits: robotroll (~robotroll@replaced-ip ) (Read error: Connection reset by peer)
2980 [19:00:09] *** Parts: darkad (~darkad@replaced-ip ) ("Leaving")
2981 [19:00:37] *** Quits: Ryihne (~ryana@replaced-ip ) (Client Quit)
2982 [19:00:49] *** Quits: calisto (~calisto@replaced-ip ) (Ping timeout: 255 seconds)
2983 [19:01:45] *** Joins: dayten (~gnoid@replaced-ip )
2984 [19:02:15] *** Joins: n4dir (~user@replaced-ip )
2985 [19:02:47] *** Quits: hualet (~hualet@replaced-ip ) (Read error: Connection timed out)
2986 [19:02:53] *** Joins: netzfisch (~Thunderbi@replaced-ip )
2987 [19:03:17] *** Quits: inviz (~user@replaced-ip ) (Quit: Leaving)
2988 [19:03:17] *** Quits: Fludix (~Fludix@replaced-ip ) (Read error: Connection reset by peer)
2989 [19:03:19] *** Quits: awhitlock8 (~awhitlock@replaced-ip ) (Quit: awhitlock8)
2990 [19:03:29] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
2991 [19:03:46] *** Quits: roshanavand (~roshanava@replaced-ip ) (Read error: Connection reset by peer)
2992 [19:03:54] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Client Quit)
2993 [19:04:26] *** Joins: calisto (~calisto@replaced-ip )
2994 [19:04:27] *** Joins: Fludix (~Fludix@replaced-ip )
2995 [19:04:51] *** Quits: Fludix (~Fludix@replaced-ip ) (Client Quit)
2996 [19:04:56] *** Joins: hualet (~hualet@replaced-ip )
2997 [19:05:05] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 240 seconds)
2998 [19:05:14] *** Joins: Texou (~Texou@replaced-ip )
2999 [19:05:38] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
3000 [19:05:54] *** Joins: gagrio (~gagrio@replaced-ip )
3001 [19:05:57] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
3002 [19:06:02] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3003 [19:06:05] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Ping timeout: 240 seconds)
3004 [19:06:30] *** Quits: nathamanath (~nathamana@replaced-ip ) (Quit: Leaving)
3005 [19:06:42] *** Quits: BitFire (~BitFire@replaced-ip ) (Quit: Leaving)
3006 [19:07:08] *** Quits: shannara (~Stanislas@replaced-ip ) (Quit: Leaving)
3007 [19:07:40] *** Joins: graytron (~tero@replaced-ip )
3008 [19:08:05] *** Quits: uNmowed (~Mayu@replaced-ip ) (Read error: Connection reset by peer)
3009 [19:08:41] *** Quits: calisto (~calisto@replaced-ip ) (Ping timeout: 240 seconds)
3010 [19:08:57] *** Joins: burdz (~burdz@replaced-ip )
3011 [19:09:01] *** debhelper sets mode: +l 1749
3012 [19:09:09] *** Joins: debiandragon (~dave@replaced-ip )
3013 [19:09:13] *** Joins: polaris (~polaris_@replaced-ip )
3014 [19:09:19] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 248 seconds)
3015 [19:09:38] <debiandragon> Hey there, how do I check what chipset my OS thinks it's using (x86 vs x86-64), I fear I may have accidentally installed a 32 bit os :(
3016 [19:10:01] *** Joins: jnavila (~jnavila@replaced-ip )
3017 [19:10:30] <Fludixx> run neofetch
3018 [19:11:08] *** Joins: kpease (~kpease@replaced-ip )
3019 [19:11:22] <cybrNaut> cat /proc/cpuinfo
3020 [19:11:29] <petemc> file /bin/bash
3021 [19:11:30] <somiaj> debiandragon: uname -a may help.
3022 [19:11:35] *** Joins: dreamon_ (~dreamon@replaced-ip )
3023 [19:11:38] <debiandragon> ty guys I'll try that
3024 [19:11:59] *** Joins: kpease_ (~kpease@replaced-ip )
3025 [19:11:59] *** Joins: feodaron (~feodaron@replaced-ip )
3026 [19:12:01] *** Joins: davis (~davis@replaced-ip )
3027 [19:12:03] <davis> hello
3028 [19:12:07] <Fludixx> hi
3029 [19:12:17] *** Parts: m0ris_5002 (~m0ris_500@replaced-ip ) ("Leaving")
3030 [19:12:22] <somiaj> debiandragon: note you could have a 64bit kernel but using a 32bit userland. dpkg --print-architecture will print what base arch dpkg uses.
3031 [19:12:49] <debiandragon> ok well the good news is that I have correctly installed the amd64 version, bad news is virtualbox is only giving me options for 32 bit vm...
3032 [19:12:52] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
3033 [19:12:57] <debiandragon> checking some documents :)
3034 [19:13:09] *** Joins: breno (~breno@replaced-ip )
3035 [19:13:11] <n4dir> i install 32 on 64 machines all the time, btw.
3036 [19:13:20] <davis> i'm trying to learn how http post works with curl and a webserver. If I run my curl command, it will post to the server. however, if I run tcpdump or ngrep on the network interface prior to issuing the curl command, curl will stall and not complete the transaction
3037 [19:13:28] <metastable> debiandragon: If virtualization extensions are disabled, that's what you'll get.
3038 [19:13:46] <davis> im doing this before I do my curl command
3039 [19:13:47] *** Joins: corretico__ (~corretico@replaced-ip )
3040 [19:13:50] *** Quits: breno (~breno@replaced-ip ) (Client Quit)
3041 [19:13:59] <metastable> debiandragon: 64-bit virtualization requires virtualization extensions in the CPU, and they must be enabled within BIOS/UEFI configuration.
3042 [19:14:01] <davis> sudo ngrep -q -d enp0s3 -W byline host posttestserver.com and port 80
3043 [19:14:04] *** Joins: breno (~aironmen@replaced-ip )
3044 [19:14:27] <davis> nvm, that time it worked. odd.
3045 [19:14:44] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
3046 [19:15:00] *** Joins: phaer (~phaer@replaced-ip )
3047 [19:15:11] *** Quits: breno (~aironmen@replaced-ip ) (Client Quit)
3048 [19:15:22] *** Joins: JethroTux (~JethroTux@replaced-ip )
3049 [19:15:28] *** Quits: kpease (~kpease@replaced-ip ) (Ping timeout: 240 seconds)
3050 [19:15:29] <cybrNaut> davis: i soemtimes grab curl packets by setting up a netcat or stunnel with logging, and curl connects to the tunnel.. that's another way
3051 [19:15:32] *** Joins: aironmen (~aironmen@replaced-ip )
3052 [19:16:01] *** Joins: foo99 (d0b93f06@replaced-ip )
3053 [19:16:02] *** Quits: phaer (~phaer@replaced-ip ) (Client Quit)
3054 [19:16:05] <debiandragon> alrighty, thanks, I'll check out some bios settings and see what I can do. Appreciated. ;)
3055 [19:16:07] *** Joins: RebelCoder (~Yuriy@replaced-ip )
3056 [19:16:09] *** Parts: debiandragon (~dave@replaced-ip ) ("WeeChat 1.6")
3057 [19:16:12] *** Quits: aironmen (~aironmen@replaced-ip ) (Client Quit)
3058 [19:16:15] *** Joins: wald0 (~wald0@replaced-ip )
3059 [19:16:28] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Max SendQ exceeded)
3060 [19:16:37] <wald0> which is the debian-security repository for wheezy? seems like the one listed in the website is not valid: deb replaced-url
3061 [19:16:38] *** Joins: aironmen (~aironmen@replaced-ip )
3062 [19:16:38] *** Joins: calisto (~calisto@replaced-ip )
3063 [19:16:56] *** Joins: spacebug (~spacebug@replaced-ip )
3064 [19:16:56] *** spacebug is now known as spacework
3065 [19:16:58] *** spacework is now known as spacetest
3066 [19:17:00] *** Quits: aironmen (~aironmen@replaced-ip ) (Client Quit)
3067 [19:17:03] *** Joins: RebelCoder (~Yuriy@replaced-ip )
3068 [19:17:04] *** Parts: spacetest (~spacebug@replaced-ip ) ()
3069 [19:17:14] *** Quits: foo99 (d0b93f06@replaced-ip ) (Client Quit)
3070 [19:17:22] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
3071 [19:17:23] *** Joins: navlys (~smuxi@replaced-ip )
3072 [19:17:40] <petn-randall> !wheezy sources.list
3073 [19:17:40] *** Quits: KD7SPO-rod (~KD7SPO-ro@replaced-ip ) ()
3074 [19:17:40] <dpkg> A suitable /etc/apt/sources.list for Debian 7 "Wheezy" has three lines: "deb replaced-url
3075 [19:17:43] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Max SendQ exceeded)
3076 [19:17:43] <petn-randall> wald0: ^^^
3077 [19:17:55] *** Quits: davis (~davis@replaced-ip ) (Quit: leaving)
3078 [19:18:11] <petn-randall> Also relevant:
3079 [19:18:14] <petn-randall> !wheezy-lts
3080 [19:18:14] <dpkg> Security support for Debian 7 "Wheezy" from the Debian Security Team ended on 2016-04-25. The amd64, i386, armel and armhf architectures receive additional long term support (LTS) via <wheezy/updates> until 2018-05-31. See replaced-url
3081 [19:18:14] *** Joins: RebelCoder (~Yuriy@replaced-ip )
3082 [19:18:52] *** Quits: bathax (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3083 [19:19:01] *** debhelper sets mode: +l 1757
3084 [19:19:05] <petn-randall> Take home message is that wheezy doesn't get full support anymore, so consider upgrading if the packages or architectures you need are not covered by LTS.
3085 [19:19:06] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Max SendQ exceeded)
3086 [19:20:07] *** Joins: Zvmdyv (nnn@replaced-ip )
3087 [19:20:09] <wald0> ah, thx
3088 [19:20:35] <wald0> petn-randall: there is two "updates" ones listed, is there any difference or they are the same ?
3089 [19:20:41] <wald0> in the dpkg output
3090 [19:21:05] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 248 seconds)
3091 [19:21:06] *** Quits: calisto (~calisto@replaced-ip ) (Read error: Connection reset by peer)
3092 [19:21:09] *** Joins: tkla (~tklassen@replaced-ip )
3093 [19:21:13] *** Quits: vassenn (~Vassen@replaced-ip ) (Quit: Best regards!)
3094 [19:21:18] *** ^Obi-Wan^ is now known as Obi-Wan
3095 [19:21:18] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Changing host)
3096 [19:21:18] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
3097 [19:21:27] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 258 seconds)
3098 [19:21:42] <petn-randall> wald0: They are different.
3099 [19:21:47] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
3100 [19:21:48] *** Joins: calisto (~calisto@replaced-ip )
3101 [19:21:48] *** Quits: phenomcd_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
3102 [19:21:49] *** Joins: Crypto (~Uberius@replaced-ip )
3103 [19:21:50] *** Joins: jak2000 (~jak2000@replaced-ip )
3104 [19:21:55] *** Quits: durg (~durgd@replaced-ip ) (Quit: Leaving)
3105 [19:22:05] *** Quits: phenomcd (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
3106 [19:22:16] *** Joins: cyan__ (~cyan@replaced-ip )
3107 [19:22:20] <petn-randall> wald0: One is wheezy/updates from the security repo, the other is wheezy-updates from the regular repo, which is just point release updates.
3108 [19:22:26] *** Joins: bathax (~textual@replaced-ip )
3109 [19:22:28] *** Joins: e0wl (~e0wl@replaced-ip )
3110 [19:22:56] *** Joins: graytron (~tero@replaced-ip )
3111 [19:24:42] *** vvz is now known as zhelezov
3112 [19:24:55] *** Quits: cyan__ (~cyan@replaced-ip ) (Read error: No route to host)
3113 [19:25:19] *** Joins: cyan__ (~cyan@replaced-ip )
3114 [19:25:27] *** zhelezov is now known as vvz
3115 [19:25:33] <jelly> wald0: they are different. Debian likes the word "update" very much and uses it for like 4-5 different things.
3116 [19:25:57] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
3117 [19:26:05] *** Quits: JethroTux (~JethroTux@replaced-ip ) (Ping timeout: 240 seconds)
3118 [19:26:31] <wald0> ok, thx, i will try both and see which packages changes for my wheezy install
3119 [19:26:50] *** Quits: calisto (~calisto@replaced-ip ) (Quit: Leaving.)
3120 [19:27:09] *** Joins: b (~coffee@replaced-ip )
3121 [19:27:39] *** Quits: almostdvs (~almostdvs@replaced-ip ) (Quit: WeeChat 1.0.1)
3122 [19:28:35] *** Quits: GJdan (~dan@replaced-ip ) (Ping timeout: 240 seconds)
3123 [19:28:35] *** Quits: supersoju (~ajones@replaced-ip ) (Ping timeout: 240 seconds)
3124 [19:28:53] <candidat1> hello
3125 [19:29:53] <n4dir> to make it worse i would call such upgrades, not updates
3126 [19:29:53] *** Parts: qaz1 (hidden-use@replaced-ip ) ()
3127 [19:31:01] *** Quits: ki0 (~ki0@replaced-ip ) (Ping timeout: 240 seconds)
3128 [19:32:36] *** Joins: rsx (~rsx@replaced-ip )
3129 [19:34:13] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Quit: Leaving)
3130 [19:34:21] *** Joins: JustASlacker (~JustASlac@replaced-ip )
3131 [19:35:34] *** Joins: herbmillerjr (~herbmille@replaced-ip )
3132 [19:36:09] *** Quits: candidat1 (~zark@replaced-ip ) (Remote host closed the connection)
3133 [19:36:13] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
3134 [19:36:14] *** Quits: mtn (~mtn@replaced-ip ) (Read error: Connection reset by peer)
3135 [19:36:26] *** Quits: notemerson (emerson@replaced-ip ) (Remote host closed the connection)
3136 [19:36:27] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 260 seconds)
3137 [19:37:01] *** Quits: Fludixx (~vladik@replaced-ip ) (Quit: Fludixx)
3138 [19:37:01] *** Joins: notemerson (emerson@replaced-ip )
3139 [19:37:15] *** Joins: anthony25 (~anthony25@replaced-ip )
3140 [19:38:13] *** Joins: graytron (~tero@replaced-ip )
3141 [19:38:54] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
3142 [19:39:01] *** debhelper sets mode: +l 1748
3143 [19:39:29] <wald0> apt preferences, using "Pin: release a=wheezy/backports" works correctly, but seems like it doesn't works for wheezy/updates, what im doing wrong?
3144 [19:39:35] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Quit: Leaving)
3145 [19:39:35] *** Quits: nick123_ (~nick123@replaced-ip ) (Ping timeout: 240 seconds)
3146 [19:40:16] *** Quits: chen_ (~wzyy2@replaced-ip ) (Ping timeout: 248 seconds)
3147 [19:40:20] *** Joins: Fallenour (~Fallenour@replaced-ip )
3148 [19:41:14] *** Joins: saedelaere (~saedelaer@replaced-ip )
3149 [19:41:17] *** Churr0z is now known as Nach0z
3150 [19:41:56] *** Quits: Logg (~Logg@replaced-ip ) (Remote host closed the connection)
3151 [19:42:07] *** Joins: endstille (~endstille@replaced-ip )
3152 [19:42:26] *** Nach0z is now known as Churr0z
3153 [19:42:37] *** Joins: supersoju (~ajones@replaced-ip )
3154 [19:43:19] *** Quits: idts (~lxuser@replaced-ip ) (Quit: x032cx)
3155 [19:43:40] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
3156 [19:43:57] *** Joins: B[]rG (~tuptidup@replaced-ip )
3157 [19:44:34] *** Joins: poop (~wigums@replaced-ip )
3158 [19:44:38] *** Parts: poop (~wigums@replaced-ip ) ()
3159 [19:44:49] *** Joins: TsukiRa (~fpob@replaced-ip )
3160 [19:45:40] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
3161 [19:45:52] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: brb later)
3162 [19:46:09] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
3163 [19:46:34] *** Joins: edgard2 (~bortoti@replaced-ip )
3164 [19:46:35] *** Joins: caraconan (~usuario@replaced-ip )
3165 [19:46:48] *** Joins: preview (~quassel@replaced-ip )
3166 [19:47:30] *** Quits: polaris (~polaris_@replaced-ip ) (Remote host closed the connection)
3167 [19:48:09] *** Joins: polaris (~polaris_@replaced-ip )
3168 [19:48:37] <wald0> ok i can use l=Debian-Security
3169 [19:48:59] *** Joins: vin3 (~vin3@replaced-ip )
3170 [19:49:01] *** Quits: polaris (~polaris_@replaced-ip ) (Read error: Connection reset by peer)
3171 [19:49:24] *** Joins: polaris (~polaris_@replaced-ip )
3172 [19:49:37] *** Joins: Fludixx (~{Vladik}@replaced-ip )
3173 [19:49:40] *** Joins: jak2018 (~jak2000@replaced-ip )
3174 [19:51:01] *** Joins: Ticho_ (~Ticho@replaced-ip )
3175 [19:51:29] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
3176 [19:53:00] *** Quits: nog3_ (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
3177 [19:53:03] *** Joins: debiandragon (~dave@replaced-ip )
3178 [19:53:10] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 264 seconds)
3179 [19:53:15] *** Quits: c0mrad3 (uid26809@replaced-ip ) (Quit: Connection closed for inactivity)
3180 [19:53:28] *** Joins: graytron (~tero@replaced-ip )
3181 [19:53:33] <debiandragon> hey guys, I was told about changing some bios settings to due VM with 64 bit OS here and I appreciate it - haven't set it up yet but virtualbox now giving me the options I need to continue. :) Take care guys. :)
3182 [19:53:39] <debiandragon> *to do
3183 [19:53:50] *** Quits: debiandragon (~dave@replaced-ip ) (Client Quit)
3184 [19:53:50] *** Quits: amirite (~root@replaced-ip ) (Remote host closed the connection)
3185 [19:54:09] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 248 seconds)
3186 [19:54:30] *** Joins: amirite (~root@replaced-ip )
3187 [19:54:52] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 248 seconds)
3188 [19:54:57] *** Joins: mibo (~mibo@replaced-ip )
3189 [19:55:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
3190 [19:55:54] *** Joins: ghost43 (~daer@replaced-ip )
3191 [19:56:17] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 248 seconds)
3192 [19:56:20] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Remote host closed the connection)
3193 [19:56:57] *** Joins: jak2000 (~jak2000@replaced-ip )
3194 [19:57:10] *** Joins: nix64bit (~Thunderbi@replaced-ip )
3195 [19:57:11] *** Joins: jnavila (~jnavila@replaced-ip )
3196 [19:57:36] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
3197 [19:58:09] *** Joins: LioneLL (~Pidgin@replaced-ip )
3198 [19:58:12] *** Joins: Ticho (~Ticho@replaced-ip )
3199 [19:58:28] *** Joins: herbmillerjr (~herbmille@replaced-ip )
3200 [19:58:38] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 258 seconds)
3201 [19:58:43] <jak2000> gpunk thanks
3202 [19:58:45] *** Quits: l3archos (~Thunderbi@replaced-ip ) (Quit: l3archos)
3203 [19:58:54] *** Joins: annadane (~annadane@replaced-ip )
3204 [19:59:05] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
3205 [19:59:34] *** Joins: imp (~igormorga@replaced-ip )
3206 [20:00:13] *** Joins: luneff (~yury@replaced-ip )
3207 [20:00:22] *** Quits: dayten (~gnoid@replaced-ip ) (Quit: Lost terminal)
3208 [20:00:35] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
3209 [20:01:21] *** Quits: caraconan (~usuario@replaced-ip ) (Remote host closed the connection)
3210 [20:01:47] <wald0> petn-randall: i just tried the wheezy-updates one but seems like it doesn't has any candidate to update, is that normal ?
3211 [20:01:59] *** Joins: Yojimbo (~user001@replaced-ip )
3212 [20:02:09] *** Quits: Rhaal (~Rhaal@replaced-ip ) (Ping timeout: 248 seconds)
3213 [20:02:51] *** Joins: fearnothing (~nothing@replaced-ip )
3214 [20:02:56] *** Joins: nog3_ (~tud3@replaced-ip )
3215 [20:03:29] *** Quits: pk64 (~Professor@replaced-ip ) (Remote host closed the connection)
3216 [20:03:53] *** Joins: pk64 (~Professor@replaced-ip )
3217 [20:03:58] <wald0> hum, what is the updates exactly for ? they are the updates that they are going to be updated for the next release update ?
3218 [20:04:08] * wald0 dont believe the number of update words used in teh last sentence
3219 [20:04:31] <abrotman> wald0: yes, they are generally candidates for the next point release
3220 [20:04:38] <abrotman> dpkg: tell wald0 about point relesae
3221 [20:04:42] <abrotman> dpkg: tell wald0 about point release
3222 [20:04:51] *** Quits: pk64 (~Professor@replaced-ip ) (Max SendQ exceeded)
3223 [20:05:03] *** Joins: earthian (~earthian@replaced-ip )
3224 [20:05:18] *** Joins: pk64 (~Professor@replaced-ip )
3225 [20:05:35] *** Quits: nog3_ (~tud3@replaced-ip ) (Client Quit)
3226 [20:06:22] <earthian> Hello, has anybody tried and does it work to have video and audio output through different digital outputs, e.g. two hdmi's or the computer or display port (usb-c) + hdmi?
3227 [20:06:55] <wald0> i see, thx :)
3228 [20:07:10] *** Quits: wald0 (~wald0@replaced-ip ) (Quit: leaving)
3229 [20:07:22] *** Parts: Yojimbo (~user001@replaced-ip ) ()
3230 [20:07:22] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 260 seconds)
3231 [20:07:22] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
3232 [20:07:31] *** Joins: spacebug (~spacebug@replaced-ip )
3233 [20:07:40] *** Parts: spacebug (~spacebug@replaced-ip ) ()
3234 [20:08:07] *** Joins: OS-32355 (~OS-32355@replaced-ip )
3235 [20:08:44] *** Joins: graytron (~tero@replaced-ip )
3236 [20:09:11] *** Joins: spacebug- (~spacebug@replaced-ip )
3237 [20:09:14] <OS-32355> !phoenix
3238 [20:09:14] <dpkg> From 2006 to 2016, Mozilla Firefox was known as "Iceweasel" in Debian because Mozilla would not permit Debian to use the Firefox name. Firefox packages are now available for both jessie and sid; Firefox in Debian <stable> follows the Extended Support Release (ESR) branch. For the latest versions, ask me about <mozilla.debian.net>.
3239 [20:09:14] *** Quits: spacebug- (~spacebug@replaced-ip ) (Client Quit)
3240 [20:09:15] *** Quits: milobit (~milobit@replaced-ip ) (Read error: Connection reset by peer)
3241 [20:09:27] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 240 seconds)
3242 [20:09:28] *** Joins: spacebug (~spacebug@replaced-ip )
3243 [20:09:30] *** Quits: spacebug (~spacebug@replaced-ip ) (Client Quit)
3244 [20:09:38] <earthian> I am asking this because I am thinking about Intel NUC with debian as Media centre PC with one port (either hdmi or DP) going to projector and the other one to 5.1 sound amp and speakers...
3245 [20:09:41] *** Joins: aliasnumber13 (~aliasnumb@replaced-ip )
3246 [20:09:57] <earthian> and just wondering if somebody has similar stuff working well...
3247 [20:10:00] *** Joins: afx_ (~afx_@replaced-ip )
3248 [20:10:01] <OS-32355> !phoenix
3249 [20:10:01] <dpkg> From 2006 to 2016, Mozilla Firefox was known as "Iceweasel" in Debian because Mozilla would not permit Debian to use the Firefox name. Firefox packages are now available for both jessie and sid; Firefox in Debian <stable> follows the Extended Support Release (ESR) branch. For the latest versions, ask me about <mozilla.debian.net>.
3250 [20:10:05] *** Quits: amirite (~root@replaced-ip ) (Ping timeout: 240 seconds)
3251 [20:10:20] *** Joins: soee (~soee@replaced-ip )
3252 [20:10:34] *** Joins: cdown (~cdown@replaced-ip )
3253 [20:10:54] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
3254 [20:10:57] <petn-randall> OS-32355: Do you need help?
3255 [20:11:08] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Quit: Connection closed for inactivity)
3256 [20:11:09] *** Joins: keltim (~keltim@replaced-ip )
3257 [20:11:09] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
3258 [20:11:27] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
3259 [20:12:02] <petn-randall> OS-32355: In general, don't PM people unless you're asked to.
3260 [20:12:15] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3261 [20:12:19] <OS-32355> ok
3262 [20:12:19] <petn-randall> OS-32355: If you want to respond, do it in the channel.
3263 [20:12:31] <OS-32355> well , not able to root phoenix
3264 [20:12:33] <OS-32355> any hint
3265 [20:12:42] <petn-randall> OS-32355: The old browser?
3266 [20:13:12] <OS-32355> whats up with the old browser
3267 [20:13:21] *** Joins: BeamWatcher (~gashead76@replaced-ip )
3268 [20:13:42] <petn-randall> OS-32355: You're not able to root the ancient mozilla browser?
3269 [20:13:56] *** Joins: milobit (~milobit@replaced-ip )
3270 [20:14:06] <OS-32355> its centos machine
3271 [20:14:12] *** Joins: silverhom (~silverhom@replaced-ip )
3272 [20:14:33] <petn-randall> OS-32355: I see. How is this related to Debian?
3273 [20:14:50] *** Joins: leerg319 (~alexey@replaced-ip )
3274 [20:14:57] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 260 seconds)
3275 [20:15:20] *** Joins: davidw (~davidw@replaced-ip )
3276 [20:15:26] *** Joins: DrWatson (~DrWatson_@replaced-ip )
3277 [20:15:26] <OS-32355> i did not get you its just a distro 4.8
3278 [20:15:27] *** Joins: robotroll (~robotroll@replaced-ip )
3279 [20:15:51] <Megaf> OS-32355, I have no idea what you are talking about
3280 [20:15:53] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 258 seconds)
3281 [20:15:59] <davidw> Any ideas why tar -C new --create --file=foo-2.10.2.tar -T add_these_files.txt would create 3 copies of each file (the obvious thing, that add_these_files.txt has 3 of each is not true)
3282 [20:16:08] <Megaf> OS-32355, this is a channel to talk about Debian Linux
3283 [20:16:20] *** Quits: jt__ (~Plouescat@replaced-ip ) (Ping timeout: 255 seconds)
3284 [20:16:24] <Megaf> OS-32355, you have problem with a browser running on CentOS
3285 [20:16:29] <Megaf> I see no relation, sorry
3286 [20:16:34] <FinalX> don't feed the troll
3287 [20:16:48] <Megaf> FinalX, doesn't look like troll
3288 [20:16:56] <SpeedyG> I guess he means replaced-url
3289 [20:16:59] <SpeedyG> but still, not debian
3290 [20:17:02] *** Parts: OS-32355 (~OS-32355@replaced-ip ) ("Leaving")
3291 [20:17:02] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
3292 [20:17:04] <FinalX> no? using centos, using bot commands not mentioned anywhere that I recall..
3293 [20:17:07] <FinalX> see, now he left
3294 [20:17:12] <davidw> it must be using the dirnames... that's it... grrrr
3295 [20:17:33] <SpeedyG> since he wanted to root it...
3296 [20:17:56] *** Joins: peterbecich (~peterbeci@replaced-ip )
3297 [20:18:09] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 248 seconds)
3298 [20:18:11] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip ) ()
3299 [20:18:13] *** Quits: robotroll (~robotroll@replaced-ip ) (Read error: Connection reset by peer)
3300 [20:18:21] <Megaf> I wonder how did he get here in the first place
3301 [20:18:37] *** Joins: Raed|Laptop (~Raed@replaced-ip )
3302 [20:19:01] *** debhelper sets mode: +l 1754
3303 [20:19:01] *** Joins: moozer (~moz@replaced-ip )
3304 [20:19:11] *** Quits: gagrio (~gagrio@replaced-ip ) (Remote host closed the connection)
3305 [20:19:57] *** Quits: Matan[M] (~MatanM]@replaced-ip ) (Quit: Leaving)
3306 [20:20:02] *** Joins: chartractegg (~chartract@replaced-ip )
3307 [20:20:33] *** Joins: ChunkzZ (uid233645@replaced-ip )
3308 [20:21:17] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
3309 [20:21:25] *** Joins: mrjoshua2 (~josha12@replaced-ip )
3310 [20:21:28] <SpeedyG> I guess thats just one of the wonders of the internet :)
3311 [20:21:35] *** Joins: amirite (~root@replaced-ip )
3312 [20:21:42] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Changing host)
3313 [20:21:42] *** Joins: ChunkzZ (uid233645@replaced-ip )
3314 [20:21:42] *** Quits: ChunkzZ (uid233645@replaced-ip ) (Changing host)
3315 [20:21:42] *** Joins: ChunkzZ (uid233645@replaced-ip )
3316 [20:22:19] *** Quits: chartractegg (~chartract@replaced-ip ) (Client Quit)
3317 [20:23:00] *** Joins: graytron (~tero@replaced-ip )
3318 [20:23:04] *** Quits: preview (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3319 [20:23:56] *** Quits: kpease_ (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3320 [20:23:57] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
3321 [20:24:00] *** Joins: Catatronic (~catatroni@replaced-ip )
3322 [20:24:03] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Quit: WeeChat 1.9.1)
3323 [20:24:08] *** Quits: GPenguin (~gpenguin@replaced-ip ) (Quit: Konversation terminated!)
3324 [20:25:13] *** Quits: Catatronic (~catatroni@replaced-ip ) (Client Quit)
3325 [20:25:21] *** Joins: Catatronic (~catatroni@replaced-ip )
3326 [20:25:58] *** Joins: srg___ (~srg@replaced-ip )
3327 [20:26:17] *** Joins: nullbyte_ (~ghost@replaced-ip )
3328 [20:26:20] *** Joins: __diego__ (836b9341@replaced-ip )
3329 [20:26:24] *** Parts: nullbyte_ (~ghost@replaced-ip ) ()
3330 [20:26:43] *** Joins: overlord_tm (~andraz@replaced-ip )
3331 [20:26:49] *** Joins: preview (~quassel@replaced-ip )
3332 [20:26:57] *** Joins: GPenguin (~gpenguin@replaced-ip )
3333 [20:27:09] *** Joins: semeion (~semeion@replaced-ip )
3334 [20:27:12] *** Joins: l0xas (~scapinell@replaced-ip )
3335 [20:27:47] <__diego__> Hello, I have a weird Linux issue. Dual boot machine, booting to Windows all works every time... Booting to Linux from a shutdown computer, all works. Booting to Linux from Windows (without shutting down first, just "restart") -> microphone does not work (internal laptop one) even sound does
3336 [20:28:12] *** Joins: Raed|Laptop (~Raed@replaced-ip )
3337 [20:28:22] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
3338 [20:28:34] *** Joins: jak2018 (~jak2000@replaced-ip )
3339 [20:28:48] *** Joins: keltim (~keltim@replaced-ip )
3340 [20:28:55] *** Joins: sirslask (~root@replaced-ip )
3341 [20:29:01] *** debhelper sets mode: +l 1762
3342 [20:29:10] *** Quits: LocaMocha (~bocaneri@replaced-ip ) (Ping timeout: 264 seconds)
3343 [20:29:40] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
3344 [20:30:08] *** Quits: mnemonic (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
3345 [20:30:35] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
3346 [20:30:45] *** Joins: knidos (~knidos@replaced-ip )
3347 [20:30:58] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
3348 [20:32:07] *** Joins: DrWatson (~DrWatson_@replaced-ip )
3349 [20:32:30] *** Joins: Vizva (~Vizva@replaced-ip )
3350 [20:33:01] <lroe> does anyone know if debian support :: notation for an IPv6 address?
3351 [20:33:07] *** Joins: kpease (~kpease@replaced-ip )
3352 [20:33:11] *** Joins: laloloala (58b23ef8@replaced-ip )
3353 [20:33:12] <metastable> lroe: As is the standard, yes. Why?
3354 [20:33:29] <laloloala> replaced-url
3355 [20:33:50] <laloloala> joined the irc replaced-url
3356 [20:34:03] <laloloala> * replaced-url
3357 [20:34:04] *** Joins: corretico_ (~corretico@replaced-ip )
3358 [20:34:07] <metastable> !ops laloloala Spam.
3359 [20:34:07] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: metastable complains about a problem (see above)
3360 [20:34:11] <lroe> metastable, I'm trying to statically assign an IP and getting an error, working on a pastebin
3361 [20:34:24] *** Quits: corretico_ (~corretico@replaced-ip ) (Remote host closed the connection)
3362 [20:34:33] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Quit: llucenic)
3363 [20:34:33] <metastable> lroe: I'll check it out when you're ready.
3364 [20:34:43] *** Joins: qaz1 (hidden-use@replaced-ip )
3365 [20:34:47] *** Quits: davidw (~davidw@replaced-ip ) (Ping timeout: 255 seconds)
3366 [20:34:48] *** Joins: remos (~tyler@replaced-ip )
3367 [20:34:50] <qaz1> hey guys
3368 [20:34:54] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Quit: regeneration...)
3369 [20:35:04] <qaz1> my root / keeps getting erros and requires checking everytime i boot
3370 [20:35:05] *** Joins: llucenic (~Thunderbi@replaced-ip )
3371 [20:35:09] <qaz1> any idea what could be going wrong?
3372 [20:35:43] *** Joins: nickdaly (~nickdaly@replaced-ip )
3373 [20:35:54] *** Quits: corretico__ (~corretico@replaced-ip ) (Read error: Connection reset by peer)
3374 [20:36:02] <petn-randall> qaz1: How are you shutting down the machine?
3375 [20:36:17] *** Joins: Krennic (~Krennic@replaced-ip )
3376 [20:36:22] <qaz1> i tapped the power button to allow it to gracelly shut down
3377 [20:36:29] *** Joins: pat33x (~pat33x@replaced-ip )
3378 [20:36:30] <laloloala> replaced-url
3379 [20:36:33] *** ChanServ sets mode: +o petn-randall
3380 [20:36:33] *** petn-randall sets mode: +b *!*@gateway/web/cgi-irc/kiwiirc.com/ip.88.178.62.248
3381 [20:36:33] *** petn-randall sets mode: -o petn-randall
3382 [20:36:36] <qaz1> i see a lot of IO after i tap the button
3383 [20:36:46] <qaz1> where its gracefully shutting down
3384 [20:36:47] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
3385 [20:36:56] *** Parts: laloloala (58b23ef8@replaced-ip ) ()
3386 [20:37:02] <mrjoshua2> Can the ubuntu system testing tool be installed in Puppy Linux?
3387 [20:37:02] <__diego__> qaz1: if during boot there are errors, it might tell you to run manually, you could boot into single user mode and try there (or with a live cd / usb stick)
3388 [20:37:12] <mrjoshua2> since both are debian based?
3389 [20:37:45] <metastable> mrjoshua2: As we don't deal with either of those here, we're probably a poor resource.,
3390 [20:37:46] <petn-randall> mrjoshua2: No idea, we can't say much about derived distributions, you'll have to ask in their respective channel what works and what doesn't.
3391 [20:38:07] <mrjoshua2> sorry
3392 [20:38:12] *** Joins: utente (~utente@replaced-ip )
3393 [20:38:16] <petn-randall> !puppy linux
3394 [20:38:16] *** Joins: graytron (~tero@replaced-ip )
3395 [20:38:16] <dpkg> Puppy Linux is a GNU/Linux mini-distribution. It is not supported in #debian. replaced-url
3396 [20:38:22] <__diego__> Hello, I have a weird Linux issue. Dual boot machine, booting to Windows all works every time... Booting to Linux from a shutdown computer, all works. Booting to Linux from Windows (without shutting down first, just "restart") -> microphone does not work (internal laptop one) even sound does
3397 [20:38:26] *** utente is now known as premoboss
3398 [20:38:27] <lroe> metastable, replaced-url
3399 [20:38:29] <petn-randall> mrjoshua2: They're on freenode, just a different channel. ^^^
3400 [20:38:40] <remos> !s dvdrip
3401 [20:39:01] *** Joins: nick123 (~nick123@replaced-ip )
3402 [20:39:03] *** Joins: debiandragon (~dave@replaced-ip )
3403 [20:39:18] *** Quits: bathax (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3404 [20:39:47] *** Quits: sirslask (~root@replaced-ip ) (Read error: Connection reset by peer)
3405 [20:39:55] <debiandragon> hey I'm using a linux box right now, trying to set up another VM inside it, getting fatal error, no boot medium. I got a .img.gz from a distro, then unzipped it to its .img, then used dd to create the .iso for it. Is that the proper way of making an .iso?
3406 [20:40:19] *** Joins: Fallenour (~Fallenour@replaced-ip )
3407 [20:40:20] <petn-randall> debiandragon: No idea. What do their installation instructions say?
3408 [20:40:42] *** Quits: remos (~tyler@replaced-ip ) ()
3409 [20:41:04] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
3410 [20:41:07] *** Joins: zapperoo (~ZaP@replaced-ip )
3411 [20:41:07] *** Joins: Strife1989 (~quassel@replaced-ip )
3412 [20:41:12] <metastable> lroe: change 'inet' to 'inet6' and try again.
3413 [20:41:39] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
3414 [20:41:42] <debiandragon> petn-randall: they assume that you start with an .iso
3415 [20:42:11] *** Quits: magyar (~magyar@replaced-ip ) (Quit: Riding the split)
3416 [20:42:55] *** Joins: magyar (~magyar@replaced-ip )
3417 [20:43:03] <debiandragon> petn-randall: ok, so ... it appears there are instructions there on how to create a LiveCD, so I'll start checking there.
3418 [20:43:22] <lroe> metastable, same error
3419 [20:43:27] *** Joins: cdown (~cdown@replaced-ip )
3420 [20:44:22] <metastable> lroe: Please paste your full /etc/network/interfaces file, and actual copy-paste of the commands you're entering and the output.
3421 [20:44:56] <metastable> lroe: You're welcome to mask the first three octets of your IPv4 address, if it's a publicly-routable address.
3422 [20:45:19] *** Quits: bachler (~bachler@replaced-ip ) (Remote host closed the connection)
3423 [20:45:21] <lroe> oh I don't care about that, but the machine is on a console without networking at the moment, so I'll have to figure something out
3424 [20:45:24] *** Joins: bathax (~textual@replaced-ip )
3425 [20:45:30] *** Quits: pkv (~pkv@replaced-ip ) (Ping timeout: 255 seconds)
3426 [20:45:34] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Read error: Connection reset by peer)
3427 [20:45:36] *** Joins: dixie7z__ (~dixie7z@replaced-ip )
3428 [20:45:37] <metastable> lroe: Screenshot or something?
3429 [20:45:45] *** Quits: Letze_ (~Letze@replaced-ip ) (Read error: Connection reset by peer)
3430 [20:45:48] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
3431 [20:45:58] *** Joins: ToBeCloud (uid51591@replaced-ip )
3432 [20:46:03] *** Joins: Letze_ (~Letze@replaced-ip )
3433 [20:46:25] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
3434 [20:46:55] *** Quits: hassoon (hassoon@replaced-ip ) (Excess Flood)
3435 [20:46:55] *** Quits: kculpis (~kculpic@replaced-ip ) (Remote host closed the connection)
3436 [20:47:02] *** Joins: hassoon (hassoon@replaced-ip )
3437 [20:47:02] *** Quits: hassoon (hassoon@replaced-ip ) (Changing host)
3438 [20:47:02] *** Joins: hassoon (hassoon@replaced-ip )
3439 [20:47:02] *** Quits: hassoon (hassoon@replaced-ip ) (Changing host)
3440 [20:47:02] *** Joins: hassoon (hassoon@replaced-ip )
3441 [20:47:16] *** Quits: n-iCe (~nice@replaced-ip ) (Quit: leaving)
3442 [20:47:17] *** Quits: piklu (~piklu@replaced-ip ) (Excess Flood)
3443 [20:47:19] *** Joins: kculpis (~kculpic@replaced-ip )
3444 [20:47:26] *** Joins: piklu (~piklu@replaced-ip )
3445 [20:47:55] *** Quits: hayer (~hayer@replaced-ip ) (Ping timeout: 255 seconds)
3446 [20:48:22] *** Quits: tadau (tadau@replaced-ip ) (Ping timeout: 255 seconds)
3447 [20:48:25] *** Quits: debiandragon (~dave@replaced-ip ) (Quit: WeeChat 1.6)
3448 [20:48:34] *** Joins: tadau (tadau@replaced-ip )
3449 [20:48:43] <lroe> replaced-url
3450 [20:48:57] *** Quits: Zvmdyv (nnn@replaced-ip ) (Remote host closed the connection)
3451 [20:49:04] <lroe> metastable, ^
3452 [20:49:05] *** Quits: dixie7z_ (~dixie7z@replaced-ip ) (Ping timeout: 248 seconds)
3453 [20:49:16] *** Joins: sonnixin (~sonnixin@replaced-ip )
3454 [20:49:42] *** Joins: hayer (~hayer@replaced-ip )
3455 [20:50:14] *** Quits: nick123 (~nick123@replaced-ip ) (Quit: Leaving...)
3456 [20:50:46] *** SmearedBeard is now known as SmearedBeard-AFK
3457 [20:51:11] *** SmearedBeard-AFK is now known as SmearedBeard
3458 [20:51:11] *** Joins: kyan (~kyan@replaced-ip )
3459 [20:51:12] *** SmearedBeard is now known as SmearedBeard-AFK
3460 [20:51:45] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
3461 [20:52:02] *** Joins: l3archos (~Thunderbi@replaced-ip )
3462 [20:52:47] *** Joins: bachler (~bachler@replaced-ip )
3463 [20:53:03] *** Joins: aloo_shu (~atomic@replaced-ip )
3464 [20:53:32] *** Joins: graytron (~tero@replaced-ip )
3465 [20:54:02] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Read error: Connection reset by peer)
3466 [20:54:16] *** Joins: Logg (~Logg@replaced-ip )
3467 [20:54:23] *** Joins: andai (~andai@replaced-ip )
3468 [20:54:34] *** Parts: mrjoshua2 (~josha12@replaced-ip ) ()
3469 [20:54:48] *** Quits: borrougagnou (~borrougag@replaced-ip ) (Remote host closed the connection)
3470 [20:54:55] *** Quits: |ifei5g00d (~sharris12@replaced-ip ) (Ping timeout: 248 seconds)
3471 [20:55:45] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 258 seconds)
3472 [20:55:52] *** Joins: herbmillerjr (~herbmille@replaced-ip )
3473 [20:56:00] *** Quits: SmearedBeard-AFK (~SmearedBe@replaced-ip ) (Ping timeout: 248 seconds)
3474 [20:56:03] *** Joins: rodrigovlds (~rodrigovl@replaced-ip )
3475 [20:56:36] *** Joins: |ifei5g00d (~sharris12@replaced-ip )
3476 [20:56:51] <metastable> lroe: I can't replicate your issue, actually.
3477 [20:56:58] <lroe> really?
3478 [20:57:20] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
3479 [20:57:48] <lroe> ok, I'll keep poking a bit, thanks for your help
3480 [20:58:11] *** Joins: nick123 (~nick123@replaced-ip )
3481 [20:59:10] <Fjorgynn> hey
3482 [20:59:18] <Fjorgynn> if I make chown -R user:replaced-url
3483 [20:59:20] <Fjorgynn> as root
3484 [20:59:21] <Fjorgynn> ...
3485 [20:59:30] *** Joins: Quellbrunn (~Crazy-Eig@replaced-ip )
3486 [21:00:13] <JPT> Fjorgynn: Then you'll probably need to fix a lot of stuff
3487 [21:00:14] *** Quits: __diego__ (836b9341@replaced-ip ) (Quit: Page closed)
3488 [21:00:52] *** Quits: bachler (~bachler@replaced-ip ) (Quit: leaving)
3489 [21:01:09] <JPT> Fjorgynn: You will probably want to keep that root shell in order to repair ownership of all the setuid binaries like su/sudo/passwd/login?/...
3490 [21:01:26] *** Joins: blaaa (~Crazy-Eig@replaced-ip )
3491 [21:01:28] *** Quits: vin3 (~vin3@replaced-ip ) (Quit: Konversation terminated!)
3492 [21:01:37] *** Joins: vin3 (~vin3@replaced-ip )
3493 [21:02:33] <Fjorgynn> yeah ...
3494 [21:02:38] *** Joins: Guest99 (~textual@replaced-ip )
3495 [21:03:06] <babilen> Fjorgynn: Do you have backups?
3496 [21:03:08] *** Quits: nick123 (~nick123@replaced-ip ) (Ping timeout: 240 seconds)
3497 [21:03:25] *** Joins: SpeccyMan (~nick@replaced-ip )
3498 [21:03:41] *** Quits: davidc_ (~davidc@replaced-ip ) (Quit: Lost terminal)
3499 [21:04:09] <Fjorgynn> to some extent
3500 [21:04:10] <Fjorgynn> yes
3501 [21:04:19] <Fjorgynn> but not of the whole root
3502 [21:04:20] <Fjorgynn> of my vps
3503 [21:04:21] *** Quits: Quellbrunn (~Crazy-Eig@replaced-ip ) (Ping timeout: 240 seconds)
3504 [21:04:32] <metastable> Fjorgynn: Time to rebuild, and then restore what data you can.
3505 [21:04:34] <babilen> Reinstalling packages might fix some of those permissions too .. You can also recover permissions from backups (which you use as a reference)
3506 [21:04:34] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 255 seconds)
3507 [21:05:07] *** Quits: sparetire (~sparetire@replaced-ip ) (Ping timeout: 260 seconds)
3508 [21:05:10] <metastable> Fjorgynn: You could try that, but I highly suspect that that's not going to fully repair the damage.
3509 [21:05:22] <babilen> Most likely not
3510 [21:05:48] *** Quits: vin3 (~vin3@replaced-ip ) (Ping timeout: 240 seconds)
3511 [21:05:53] <Fjorgynn> now I am downloading all of the remaining data from blogs and such
3512 [21:06:23] *** Quits: l3archos (~Thunderbi@replaced-ip ) (Quit: l3archos)
3513 [21:06:23] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Read error: Connection reset by peer)
3514 [21:06:25] *** Joins: anthony25_ (~anthony25@replaced-ip )
3515 [21:06:46] *** Joins: Danili (~Danili@replaced-ip )
3516 [21:07:16] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
3517 [21:07:58] *** Joins: GJdan (~dan@replaced-ip )
3518 [21:08:36] *** Joins: conta2 (~Thunderbi@replaced-ip )
3519 [21:08:48] *** Joins: graytron (~tero@replaced-ip )
3520 [21:09:04] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 255 seconds)
3521 [21:09:41] *** Joins: DrWatson (~DrWatson_@replaced-ip )
3522 [21:09:58] *** Quits: anthony25 (~anthony25@replaced-ip ) (Ping timeout: 255 seconds)
3523 [21:09:58] *** anthony25_ is now known as anthony25
3524 [21:10:00] *** SmearedBeard is now known as SmearedBeard-AFK
3525 [21:10:27] *** blaaa is now known as Quellbrunn
3526 [21:10:28] *** Quits: tlaxkit (~hexchat@replaced-ip ) (Quit: Me voy...)
3527 [21:11:21] *** Joins: n-iCe (~nice@replaced-ip )
3528 [21:11:25] <n-iCe> is debian removing 32 bits support?
3529 [21:11:32] <Danili> Hi ereybody, I have a VPS running with jessie, and I'm pretty sure my source.list is missing something. I'm a bit of a newb to the repo stuff. I'm trying to install php7.0 but i keep getting messages about missing dependicies on alot of stuff. In my source.list i have security. and ftp.debian.org and dotdeb
3530 [21:13:05] *** Quits: conta2 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
3531 [21:13:32] *** Joins: pax (~Thunderbi@replaced-ip )
3532 [21:13:52] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Read error: Connection reset by peer)
3533 [21:13:55] *** Quits: kirby__ (~caretaker@replaced-ip ) (Remote host closed the connection)
3534 [21:13:57] *** pax is now known as Guest32896
3535 [21:14:23] *** Quits: SmearedBeard-AFK (~SmearedBe@replaced-ip ) (Ping timeout: 255 seconds)
3536 [21:14:27] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 240 seconds)
3537 [21:15:28] *** Quits: lasdam (~lasdam@replaced-ip ) (Quit: Leaving)
3538 [21:15:55] *** Quits: saedelaere (~saedelaer@replaced-ip ) (Quit: WeeChat 1.9.1)
3539 [21:16:33] *** Joins: xayto (~xayto@replaced-ip )
3540 [21:17:10] <annadane> !bat
3541 [21:17:10] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
3542 [21:17:15] <annadane> Danili, ^
3543 [21:17:21] *** Quits: tvm (~tvm@replaced-ip ) (Ping timeout: 248 seconds)
3544 [21:17:43] <Fludixx> Try replaced-url
3545 [21:17:50] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
3546 [21:18:14] <Fludixx> or Navigate to the sources.list and klick on it
3547 [21:18:40] <Danili> I'll do that and paste the info to some bin when done annadane :)
3548 [21:19:00] *** debhelper sets mode: +l 1756
3549 [21:19:47] *** Joins: tvm (~tvm@replaced-ip )
3550 [21:19:51] *** Joins: apteryx (~user@replaced-ip )
3551 [21:21:13] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
3552 [21:21:13] *** Parts: TsukiRa (~fpob@replaced-ip ) ("PING 1508786473")
3553 [21:21:25] <apteryx> Hi! I've managed to bring a br0 (bridge) interface up, and I'm trying to use it with a barebone (server) Debian 9 image through Qemu. It seems the bridge is visible as 'ens3' in the guest, but so far I haven't managed to ping the host or outside IP such as 8.8.8.8
3554 [21:22:13] *** Joins: nix64bit (~Thunderbi@replaced-ip )
3555 [21:22:15] *** Quits: whiskey9 (~blargh@replaced-ip ) (Remote host closed the connection)
3556 [21:22:31] <apteryx> Do I need to do something more than "ip address add 10.1.1.2 dev ens3" to allow networking from my bridged guest?
3557 [21:22:40] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
3558 [21:23:38] *** Joins: {FDebian} (~Fludix@replaced-ip )
3559 [21:23:43] *** Joins: jak2000 (~jak2000@replaced-ip )
3560 [21:23:45] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 248 seconds)
3561 [21:24:04] *** Joins: graytron (~tero@replaced-ip )
3562 [21:24:26] *** Quits: {FDebian} (~Fludix@replaced-ip ) (Client Quit)
3563 [21:24:31] <ghormoon> hi, is it somehow possible that systemd somehow set'sbehaviour for opening a lid from suspended laptop? I can't find anything relevant in bios and it's annoying it unsuspends on opening lid. usually on it;s own in bagpack :)
3564 [21:24:48] <n-iCe> is debian removing 32 bits support?
3565 [21:25:01] *** Quits: luneff (~yury@replaced-ip ) (Quit: ĐŁŃ
ĐŸĐ¶Ń Ń ĐŸŃ ĐČĐ°Ń)
3566 [21:25:17] *** Joins: whiskey9 (~blargh@replaced-ip )
3567 [21:25:26] <Danili> Looks like Fludixx's fix helped
3568 [21:25:36] <Danili> thanks :D
3569 [21:25:45] <Fludixx> No Problem
3570 [21:26:12] <Fludixx> n-iCe i think so
3571 [21:26:17] <Danili> But i changed the .de. language indicator
3572 [21:26:35] *** Quits: porter (~Droid2Deb@replaced-ip ) (Ping timeout: 240 seconds)
3573 [21:26:48] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3574 [21:27:11] *** Joins: lukky513 (~lukky513@replaced-ip )
3575 [21:27:49] *** Quits: GPenguin (~gpenguin@replaced-ip ) (Quit: Konversation terminated!)
3576 [21:27:50] *** Joins: B[]rG (~tuptidup@replaced-ip )
3577 [21:28:16] *** Joins: flux242 (~chatzilla@replaced-ip )
3578 [21:30:27] *** Joins: l3archos (~Thunderbi@replaced-ip )
3579 [21:30:42] *** Quits: l3archos (~Thunderbi@replaced-ip ) (Client Quit)
3580 [21:31:35] *** Joins: Rustypredator (~Schmetter@replaced-ip )
3581 [21:32:25] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
3582 [21:32:49] <ghormoon> ok, found how to change it once, is there some default settings or I need some one time service to do echo "LID" >/proc/acpi/wakeup ?
3583 [21:33:03] *** Joins: porter (~Droid2Deb@replaced-ip )
3584 [21:33:22] *** Joins: Hydrastra (~lulkek@replaced-ip )
3585 [21:33:43] *** Joins: meLon (~meLon@replaced-ip )
3586 [21:33:45] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
3587 [21:33:49] *** Joins: juantelez (~juantelez@replaced-ip )
3588 [21:34:25] *** Quits: knop_ (~andreas@replaced-ip ) (Quit: bye...)
3589 [21:34:31] *** Joins: greycat (~wooledg@replaced-ip )
3590 [21:34:42] *** Joins: KnoP (~andreas@replaced-ip )
3591 [21:34:48] *** Joins: EchoIsON (~echoisoff@replaced-ip )
3592 [21:34:52] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Ping timeout: 260 seconds)
3593 [21:34:53] *** Joins: jak2018 (~jak2000@replaced-ip )
3594 [21:35:00] <metastable> apteryx: Yes, that command doesn't specify a router for the system to use to route traffic.
3595 [21:35:08] *** Quits: komugi (~mindset@replaced-ip##) (Quit: ZNC - ##replaced-url
3596 [21:35:24] <metastable> apteryx: I assume the guest is also Debian?
3597 [21:35:27] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 260 seconds)
3598 [21:35:31] *** Joins: {FDebian} (~Fludix@replaced-ip )
3599 [21:36:00] *** Quits: password2 (~password@replaced-ip ) (Ping timeout: 258 seconds)
3600 [21:36:06] <apteryx> metastable: the guest is Debian 9, the host is Ubuntu 16.04
3601 [21:36:24] *** Quits: Dante` (~dante@replaced-ip ) (Remote host closed the connection)
3602 [21:36:35] <apteryx> metastable: the bridge was created using the recipe here: replaced-url
3603 [21:37:05] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 248 seconds)
3604 [21:37:05] *** Quits: {FDebian} (~Fludix@replaced-ip ) (Client Quit)
3605 [21:37:22] *** Joins: MobileFludixx (~Fludix@replaced-ip )
3606 [21:37:35] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
3607 [21:37:46] <metastable> apteryx: Is the host system directly attached to the internet, or is it behind a router?
3608 [21:38:03] *** Quits: MobileFludixx (~Fludix@replaced-ip ) (Client Quit)
3609 [21:38:25] <apteryx> It's behind a router.
3610 [21:38:32] <metastable> apteryx: Then that script is a nonsensical mess.
3611 [21:38:49] *** Joins: silverhom (~silverhom@replaced-ip )
3612 [21:39:03] <metastable> apteryx: If you're not directly attached to the internet, there's no need to configure NAT or any of that.
3613 [21:39:07] <apteryx> I couldn't make sense of it to be honest.
3614 [21:39:08] *** Quits: elbart0 (~elbarto@replaced-ip ) (Ping timeout: 255 seconds)
3615 [21:39:16] *** Joins: Vog0n_ (~sailfish@replaced-ip )
3616 [21:39:20] *** Joins: graytron (~tero@replaced-ip )
3617 [21:39:35] <metastable> Do you want your guest to be accessible from the rest of your LAN like any other system would be?
3618 [21:39:50] <apteryx> I only need bidirectional communication between my host and guest
3619 [21:39:55] <metastable> apteryx: Then no.
3620 [21:39:58] *** Joins: karl_k (~karl@replaced-ip )
3621 [21:40:07] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
3622 [21:40:23] *** Joins: Fallenour (~Fallenour@replaced-ip )
3623 [21:40:37] <apteryx> So, would the 3 first lines suffice? (add br0, bring it up, and attach an IP to it?)
3624 [21:41:01] <metastable> apteryx: Not quite. What you're trying to do is basically an internal virtual switch.
3625 [21:41:04] *** Joins: komugi (~mindset@replaced-ip )
3626 [21:41:19] *** Quits: danieli (~duniel@replaced-ip ) (Ping timeout: 248 seconds)
3627 [21:41:26] <apteryx> OK. What is the canonical way to accomplish this?
3628 [21:41:39] <metastable> apteryx: Cute choice of words. Canonical's way to do this: replaced-url
3629 [21:41:49] *** Joins: ki0 (~ki0@replaced-ip )
3630 [21:41:54] *** Quits: flux242 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003222101])
3631 [21:42:13] *** Joins: danieli (~duniel@replaced-ip )
3632 [21:42:13] *** Quits: danieli (~duniel@replaced-ip ) (Changing host)
3633 [21:42:13] *** Joins: danieli (~duniel@replaced-ip )
3634 [21:42:19] <apteryx> OK ;)
3635 [21:42:22] *** Joins: jak2000 (~jak2000@replaced-ip )
3636 [21:42:30] <apteryx> Thanks for the link. I will try again with this approach.
3637 [21:42:35] *** Joins: zapperoo_ (~ZaP@replaced-ip )
3638 [21:42:38] *** Quits: meLon (~meLon@replaced-ip ) (Ping timeout: 246 seconds)
3639 [21:42:53] <metastable> apteryx: Note that getting networking functional is for the most part a hypervisor concern. As the hypervisor is Ubuntu, you might seek assistance there rather than there.
3640 [21:42:58] <metastable> apteryx: Rather than here, I mean.
3641 [21:43:29] *** Quits: jak2018 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
3642 [21:43:37] <apteryx> Right. I'll seek their advice there. Thanks again.
3643 [21:43:51] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Read error: Connection reset by peer)
3644 [21:44:09] *** Joins: fuzzface (~fuzzface@replaced-ip )
3645 [21:44:12] <apteryx> Now that I have the correct terminology it should help!
3646 [21:44:24] *** Joins: elitehjumi (~elitehjum@replaced-ip )
3647 [21:45:11] *** Quits: discovered (~discovere@replaced-ip ) (Quit: Leaving)
3648 [21:45:13] *** Joins: flizzy (5ddbdf31@replaced-ip )
3649 [21:45:22] *** Quits: elitehjumi (~elitehjum@replaced-ip ) (Read error: Connection reset by peer)
3650 [21:45:35] <flizzy> Good evening, I did just Install Debian (lxde) on my laptop and now am facing a number of questions.
3651 [21:45:54] *** Quits: Vog0n_ (~sailfish@replaced-ip ) (Quit: IRC for Sailfish 0.9)
3652 [21:45:57] <flizzy> Is there a way to skip the boot sequence in which you can either just pick Debian or other options?
3653 [21:45:58] *** Quits: zapperoo (~ZaP@replaced-ip ) (Ping timeout: 258 seconds)
3654 [21:46:27] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 240 seconds)
3655 [21:46:48] <greycat> If it's a question of speeding it up, you can hit Enter to make it go, or you can decrease the length of the grub timeout.
3656 [21:47:30] <flizzy> Is it possible to set the length to zero - or skip it entirely?
3657 [21:48:35] <greycat> Why would you want to lock yourself out of the ability to fix your system when it breaks in the future?
3658 [21:48:43] *** Joins: Chizz8l (~Den@replaced-ip )
3659 [21:49:00] <flizzy> Quiet frankly because I am in no way talented enough to fix it should something break, but I do see your point.
3660 [21:49:40] <greycat> Anyway, the variable is GRUB_TIMEOUT in /etc/default/grub
3661 [21:49:43] *** Joins: xayto (~xayto@replaced-ip )
3662 [21:49:44] <Minnen> replaced-url
3663 [21:49:58] <greycat> If you change it there, run update-grub to make it go into effect.
3664 [21:49:58] *** Joins: himuraken_ (~quassel@replaced-ip )
3665 [21:50:03] <flizzy> Let me see if I can find that. May I hit you with another question?
3666 [21:50:13] *** Joins: meLon (~meLon@replaced-ip )
3667 [21:50:23] *** Quits: meLon (~meLon@replaced-ip ) (Client Quit)
3668 [21:50:25] *** Quits: klon (~klon@replaced-ip ) (Ping timeout: 248 seconds)
3669 [21:50:37] *** Quits: himuraken (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3670 [21:50:53] *** Joins: meLon (~meLon@replaced-ip )
3671 [21:51:01] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3672 [21:51:29] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
3673 [21:51:29] *** Joins: djdarkside (~djdarksid@replaced-ip )
3674 [21:51:43] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
3675 [21:51:49] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) (Remote host closed the connection)
3676 [21:51:52] <flizzy> How do I go about accessing /etc ?
3677 [21:52:06] *** Parts: Fludixx_mobile (~Fludixx_m@replaced-ip ) ()
3678 [21:52:08] <greycat> it's a directory
3679 [21:52:09] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
3680 [21:52:51] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3681 [21:52:52] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 258 seconds)
3682 [21:53:44] *** Joins: durg (~durgd@replaced-ip )
3683 [21:53:50] <flizzy> I'm just not certain where to find said directory.
3684 [21:54:10] *** Joins: dave0x6d (uid190567@replaced-ip )
3685 [21:54:28] <greycat> cd /etc
3686 [21:54:36] *** Joins: graytron (~tero@replaced-ip )
3687 [21:54:36] *** Joins: Fludixx_HexChat (~vladik@replaced-ip )
3688 [21:54:38] *** Joins: jmpzer0 (~joel@replaced-ip )
3689 [21:54:45] <greycat> or simply sudo editor /etc/default/grub
3690 [21:55:09] <greycat> a path beginning with / is an "absolute" path, which specifies the exact location within the file system hierarchy
3691 [21:56:18] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
3692 [21:56:53] *** Joins: sdrac8 (~sdrac8@replaced-ip )
3693 [21:57:23] *** Quits: diqidoq (~diqidoq@replaced-ip ) (Quit: leaving)
3694 [21:57:36] <flizzy> I still don't understand how to access said path, sorry
3695 [21:57:59] *** Quits: jubo2 (~juboxi@replaced-ip ) (Remote host closed the connection)
3696 [21:58:19] *** Quits: Fludixx_HexChat (~vladik@replaced-ip ) (Client Quit)
3697 [21:58:23] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
3698 [21:58:26] *** Joins: jubo2 (~juboxi@replaced-ip )
3699 [21:58:31] *** Quits: Arimil (~Renari@replaced-ip ) (Read error: Connection reset by peer)
3700 [21:58:44] *** Quits: Fludixx_mobile (~Fludixx_m@replaced-ip ) (Quit: Fludixx ist now Offline)
3701 [21:59:00] *** debhelper sets mode: +l 1763
3702 [21:59:05] *** Joins: root (~root@replaced-ip )
3703 [21:59:07] <greycat> If you have sudo installed, sudo editor /etc/default/grub
3704 [21:59:14] <greycat> If you don't: su, then editor /etc/default/grub
3705 [21:59:17] *** root is now known as Guest1595
3706 [21:59:22] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 260 seconds)
3707 [21:59:35] *** Joins: pkv (~pkv@replaced-ip )
3708 [21:59:39] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
3709 [22:00:22] *** Quits: Guest1595 (~root@replaced-ip ) (Client Quit)
3710 [22:00:27] <flizzy> I'm on a fresh install, so I doubt I have it installed.
3711 [22:00:31] *** Joins: turlutton (~turlutton@replaced-ip )
3712 [22:00:44] *** Quits: n-iCe (~nice@replaced-ip ) (Quit: Lost terminal)
3713 [22:01:15] *** Quits: jmpzer0 (~joel@replaced-ip ) (Quit: Leaving)
3714 [22:01:20] *** Quits: zapperoo_ (~ZaP@replaced-ip ) (Quit: Leaving)
3715 [22:01:40] <flizzy> "If you don't: su, then editor /etc/default/grub"
3716 [22:01:47] <flizzy> This something I type into terminal?
3717 [22:02:00] <greycat> I"m done. *plonk*
3718 [22:02:10] <flizzy> :thinking:
3719 [22:02:15] *** Joins: Fallenour (~Fallenour@replaced-ip )
3720 [22:02:42] <Fludixx> sudo does not come preinstalled
3721 [22:03:27] <Vizva> yes in terminal
3722 [22:03:35] <flizzy> Well I definitely don't have it then.
3723 [22:03:38] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3724 [22:03:50] *** Quits: Guest99 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3725 [22:03:50] <Vizva> su
3726 [22:03:56] *** Joins: konimex (~koni@replaced-ip )
3727 [22:03:58] <Vizva> the it ask for password
3728 [22:04:04] *** Quits: Fludixx (~{Vladik}@replaced-ip ) (Quit: Fludixx)
3729 [22:04:04] *** Joins: tonyoy_ (~tonyoy@replaced-ip )
3730 [22:04:20] *** Joins: gigetoo (~gigetoo@replaced-ip )
3731 [22:04:23] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
3732 [22:04:38] *** Joins: pablo__ (~pablo@replaced-ip )
3733 [22:04:42] *** Joins: alxy (uid115853@replaced-ip )
3734 [22:05:38] *** Quits: pkv (~pkv@replaced-ip ) (Read error: Connection reset by peer)
3735 [22:05:51] *** Joins: Fallenour1 (~Fallenour@replaced-ip )
3736 [22:06:35] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
3737 [22:06:44] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3738 [22:06:46] *** Joins: Brigo (~Brigo@replaced-ip )
3739 [22:06:57] *** Quits: pablo_ (~pablo@replaced-ip ) (Ping timeout: 240 seconds)
3740 [22:07:01] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
3741 [22:07:16] *** Quits: Guest32896 (~Thunderbi@replaced-ip ) (Quit: Guest32896)
3742 [22:07:23] <Vizva> flizzy
3743 [22:07:28] <flizzy> Alright, I'm in the editor now
3744 [22:07:44] <Vizva> i think you dont need to change something in there
3745 [22:07:58] <Vizva> best is to install debian and try later
3746 [22:08:00] *** Joins: mavhq (~quassel@replaced-ip )
3747 [22:08:08] <flizzy> I have Debian installed.
3748 [22:08:11] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
3749 [22:08:14] <Vizva> you want to make it quiet
3750 [22:08:29] <Vizva> cd /etc
3751 [22:08:29] *** Joins: kerrhau (~kerrhau@replaced-ip )
3752 [22:08:33] <Vizva> then ls
3753 [22:08:33] *** Quits: Fallenour (~Fallenour@replaced-ip ) (Ping timeout: 248 seconds)
3754 [22:08:48] *** Quits: amirite (~root@replaced-ip ) (Remote host closed the connection)
3755 [22:08:51] *** Joins: graytron (~tero@replaced-ip )
3756 [22:09:19] <Vizva> you can see files inside
3757 [22:09:27] <Vizva> and directories
3758 [22:09:39] <flizzy> I don't think I can
3759 [22:09:51] <flizzy> When I type that into the editor window it does nothing from the looks of it.
3760 [22:10:03] *** Quits: ki0 (~ki0@replaced-ip ) (Remote host closed the connection)
3761 [22:10:03] <Vizva> not in the editor
3762 [22:10:11] *** Joins: mati (~mati@replaced-ip )
3763 [22:10:17] <flizzy> Alright so
3764 [22:10:19] <flizzy> just su?
3765 [22:10:45] *** Joins: atrapado_ (~atrapado@replaced-ip )
3766 [22:10:52] <Vizva> first try suing the debian and do this change later
3767 [22:10:56] *** Joins: f10 (~flo@replaced-ip )
3768 [22:10:57] <Vizva> using
3769 [22:11:04] *** Joins: QualityAddict (~QualityAd@replaced-ip )
3770 [22:11:09] *** Quits: baptist (~baptsk@replaced-ip ) (Remote host closed the connection)
3771 [22:11:13] <Vizva> you have network?
3772 [22:11:28] <flizzy> Not at this point in time. I am just trying to make some adjustments right now.
3773 [22:11:39] *** Joins: xayto (~xayto@replaced-ip )
3774 [22:12:05] *** Quits: w3gi (~markus@replaced-ip ) (Remote host closed the connection)
3775 [22:12:09] <Vizva> take another thing like a tbalet or notebook to your side and then read pages with linux and try things
3776 [22:12:14] <Vizva> tablet
3777 [22:12:27] *** Quits: nickdaly (~nickdaly@replaced-ip ) (Ping timeout: 240 seconds)
3778 [22:12:39] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 246 seconds)
3779 [22:12:49] <flizzy> After booting the system asks me for both a user name and password. Is there a way to have the account pre-selected and only type in the password?
3780 [22:13:21] *** Quits: Fludixx_mobile (~Fludixx_m@replaced-ip ) (Quit: Fludixx ist now Offline)
3781 [22:13:22] *** Quits: navlys (~smuxi@replaced-ip ) (Ping timeout: 260 seconds)
3782 [22:13:24] <Vizva> yes there are many ways but you need to search this in internet - if you ask all questions in here its too much
3783 [22:13:35] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3784 [22:13:53] <greycat> You're far more patient than I am. :-/
3785 [22:14:40] <flizzy> Where else would I ask these questions if not in the IRC?
3786 [22:14:54] <Vizva> read it in pages
3787 [22:14:56] *** Quits: Fludixx_mobile (~Fludixx_m@replaced-ip ) (Remote host closed the connection)
3788 [22:14:56] <Vizva> replaced-url
3789 [22:15:01] *** Joins: KidBeta (~textual@replaced-ip )
3790 [22:15:10] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3791 [22:15:20] <greycat> Try searching for "linux tutorial" or "intro to unix" or something along those lines.
3792 [22:15:29] *** Quits: Fludixx_mobile (~Fludixx_m@replaced-ip ) (Client Quit)
3793 [22:15:45] *** Joins: Fludixx_mobile (~Fludixx_m@replaced-ip )
3794 [22:15:46] <Devastator> what is the login and password of Debian live? from jessie
3795 [22:16:09] <greycat> !live password
3796 [22:16:09] <dpkg> The debian-live images for Debian 8 "Jessie" have a user account configured for you to use. username: user ; password: live
3797 [22:16:13] *** Quits: Fludixx_mobile (~Fludixx_m@replaced-ip ) (Client Quit)
3798 [22:16:21] *** Joins: JuPaname (znc@replaced-ip )
3799 [22:16:21] *** Quits: afx_ (~afx_@replaced-ip ) (Read error: Connection reset by peer)
3800 [22:16:28] *** Quits: X230t (~ER_nesto@replaced-ip ) (Quit: I probably fell asleep again)
3801 [22:17:43] *** Joins: navlys (~smuxi@replaced-ip )
3802 [22:17:47] *** Joins: Vardan (4e6d4fa4@replaced-ip )
3803 [22:17:56] <Vardan> hi all
3804 [22:18:08] <Vizva> greycat comes with the age ;)
3805 [22:18:15] *** Quits: vieirabr (~japa@replaced-ip ) (Quit: WeeChat 1.6)
3806 [22:19:49] *** Joins: mtn (~mtn@replaced-ip )
3807 [22:20:19] *** Joins: WoollySocks (~humbag@replaced-ip )
3808 [22:20:23] <flizzy> Well I
3809 [22:20:37] <flizzy> Guess I'll be gone then. Thanks for the help and have a good day/night.
3810 [22:20:39] <Vardan> people I want to install debian 9.2 and trying it on virtualbox, and already see some issues. The main issue that I have now it's ca certificate issue. I have installed latest ubuntu ca-certificates package but when I try to download from github again receive ssl cert issue.
3811 [22:20:45] *** Quits: VLetrmx (UNKNOWN@replaced-ip ) (Remote host closed the connection)
3812 [22:21:13] <Vizva> Vardan what have debian to do with Ubuntu?
3813 [22:21:17] *** Quits: premoboss (~utente@replaced-ip ) (Quit: Leaving)
3814 [22:21:24] *** Quits: flizzy (5ddbdf31@replaced-ip ) (Quit: Page closed)
3815 [22:21:52] <Vardan> Vizva: I just wanted to have latest ca-certificates package where I thought will be latest certs
3816 [22:21:59] *** Joins: finlstrm (~finlstrm@replaced-ip )
3817 [22:22:01] *** Quits: tonyoy_ (~tonyoy@replaced-ip ) (Ping timeout: 240 seconds)
3818 [22:22:25] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
3819 [22:22:42] *** Joins: n4dir (~user@replaced-ip )
3820 [22:22:47] <Vardan> I don't want to turn off git cert checking
3821 [22:22:47] <Vizva> latest isnt always best maybe you should ask in #Unbuntu or the right channel for it
3822 [22:23:20] <Vardan> forgot ubuntu, I just tried .deb from there packages, now the problem in debian :)
3823 [22:23:35] *** Quits: Chizz8l (~Den@replaced-ip ) (Ping timeout: 240 seconds)
3824 [22:23:53] *** Joins: Krennic (~Krennic@replaced-ip )
3825 [22:24:07] *** Joins: graytron (~tero@replaced-ip )
3826 [22:24:33] <Vizva> generic questions , maybe related to #linux ?
3827 [22:25:08] <Vardan> in that case I will have that issue on other distro too, but I have not
3828 [22:25:14] *** Joins: intore (~stefano@replaced-ip )
3829 [22:25:22] *** Joins: nog3_ (~tud3@replaced-ip )
3830 [22:25:23] <Vardan> I have tried ubuntu, fedora, opensuse ...
3831 [22:25:30] *** Joins: Zardoz (~Zardoz@replaced-ip )
3832 [22:26:01] <Vizva> and the debian one is too lold for you ,in your opinion ?
3833 [22:26:04] <Vizva> old
3834 [22:26:43] <Vardan> doesn't meter for me, I just want stable distro
3835 [22:26:56] <Vizva> then dont install ubuntu things
3836 [22:27:01] <Vardan> but yes, debian stable packages are oldest one
3837 [22:27:13] <Vardan> aaaaaaaa man, forgot ubuntu
3838 [22:27:34] <greycat> Give us a command we can use to try to reproduce your issue.
3839 [22:27:45] <Vardan> it didn't worked before that
3840 [22:27:52] *** Joins: Chinesium (~Chinesium@replaced-ip )
3841 [22:28:09] <Vardan> after installing ubuntu package, I have reinstalled debian again
3842 [22:28:28] <Vardan> so, now I have debian 9.2 from scratch and have that issue
3843 [22:28:39] *** Joins: datasmurf_ (~datasmurf@replaced-ip )
3844 [22:28:51] <Vizva> with a ubuntu package or was this only for explanation?
3845 [22:28:54] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Remote host closed the connection)
3846 [22:29:07] *** Joins: patterson (~patterson@replaced-ip )
3847 [22:29:27] *** Quits: datasmurf (~datasmurf@replaced-ip ) (Ping timeout: 246 seconds)
3848 [22:29:29] <Vizva> yes give the command you did use or a paste of your doings
3849 [22:30:12] *** Quits: nog3_ (~tud3@replaced-ip ) (Client Quit)
3850 [22:30:28] *** Joins: Th3hammer (~Th3hammer@replaced-ip )
3851 [22:30:31] <intore> hi all, i've a problem on an external hd, after plug in it i've got many errors like "buffer i/o error on device sdb, I/O error, dev sdb, sector 0
3852 [22:30:44] *** Joins: nog3_ (~tud3@replaced-ip )
3853 [22:30:55] <intore> It's formatted in fat32
3854 [22:31:21] <Vardan> Vizva: "git ls-remote --tags --heads replaced-url
3855 [22:32:03] *** Quits: nog3_ (~tud3@replaced-ip ) (Client Quit)
3856 [22:32:29] *** Joins: nog3_ (~tud3@replaced-ip )
3857 [22:32:35] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 240 seconds)
3858 [22:32:57] *** Joins: smurfd (~smurfd@replaced-ip )
3859 [22:33:00] *** Joins: somnambler (~michael@replaced-ip )
3860 [22:33:07] *** Quits: Th3hammer (~Th3hammer@replaced-ip ) (Remote host closed the connection)
3861 [22:33:26] *** Quits: matrix_architect (~matrix_ar@replaced-ip ) (Quit: Leaving)
3862 [22:34:00] *** Quits: WoollySocks (~humbag@replaced-ip ) (Remote host closed the connection)
3863 [22:34:02] *** Joins: in1t3r_ (~shiva@replaced-ip )
3864 [22:34:53] *** Joins: SeedTeam (~SeedTeam@replaced-ip )
3865 [22:35:18] <Vizva> girls dont want to give the eros - questioneers dont want to give the errors?
3866 [22:35:28] *** Quits: dohfish (~oemillak@replaced-ip ) (Ping timeout: 240 seconds)
3867 [22:36:11] *** Quits: in1t3r (~shiva@replaced-ip ) (Ping timeout: 258 seconds)
3868 [22:36:20] *** Joins: awal1 (~awal1@replaced-ip )
3869 [22:36:34] <Vizva> greycat you want to reproduce?
3870 [22:36:35] <greycat> Vardan: git ls-remote --tags --heads replaced-url
3871 [22:36:42] *** Quits: bathax (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3872 [22:36:45] <greycat> I mean, obviously I installed git.
3873 [22:37:28] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
3874 [22:37:43] <greycat> If I've done anything else that makes git replaced-url
3875 [22:39:01] *** Joins: elitekltzu (~elitekltz@replaced-ip )
3876 [22:39:06] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
3877 [22:39:23] *** Joins: graytron (~tero@replaced-ip )
3878 [22:39:24] *** Quits: SeedTeam (~SeedTeam@replaced-ip ) (Max SendQ exceeded)
3879 [22:39:31] <Vardan> check this: replaced-url
3880 [22:39:44] *** Quits: elitekltzu (~elitekltz@replaced-ip ) (Read error: Connection reset by peer)
3881 [22:40:03] *** ChanServ sets mode: +o eir
3882 [22:40:04] *** eir sets mode: -bo *!*@gateway/web/cgi-irc/kiwiirc.com/ip.88.178.62.248 eir
3883 [22:40:15] *** Joins: caraconan (~usuario@replaced-ip )
3884 [22:40:24] <Vardan> sorry wrong link: replaced-url
3885 [22:40:25] *** Quits: Quellbrunn (~Crazy-Eig@replaced-ip ) (Read error: Connection reset by peer)
3886 [22:40:38] <greycat> To enable further options, view this page with a browser that supports iframes
3887 [22:40:46] <greycat> so, yeah, um, no.
3888 [22:41:22] *** Joins: Max22Sub (~androirc@replaced-ip )
3889 [22:41:40] *** Quits: Max22Sub (~androirc@replaced-ip ) (Remote host closed the connection)
3890 [22:41:57] *** Joins: Zardoz (~Zardoz@replaced-ip )
3891 [22:42:19] *** Joins: jip (~jpm@replaced-ip )
3892 [22:42:49] *** Joins: tgirl (~p3tr1ch0r@replaced-ip )
3893 [22:43:33] *** Joins: hankey (~sandercoc@replaced-ip )
3894 [22:43:53] *** Joins: jsdk (~jsdk@replaced-ip )
3895 [22:44:31] *** Joins: bluenemo (~bluenemo@replaced-ip )
3896 [22:44:34] <Vizva> i have some actions i couldnt now try it
3897 [22:44:38] *** Parts: jip (~jpm@replaced-ip ) ()
3898 [22:45:02] *** Quits: mati (~mati@replaced-ip ) (Quit: mati)
3899 [22:45:17] <greycat> If you were attempting to paste a terminal session (command and results), try replaced-url
3900 [22:45:21] *** Quits: hankey (~sandercoc@replaced-ip ) (Remote host closed the connection)
3901 [22:45:48] <Vardan> I have already done that, check the second link that I have sent
3902 [22:45:49] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Client Quit)
3903 [22:45:52] *** Joins: mati (~mati@replaced-ip )
3904 [22:46:10] *** Joins: Zardoz (~Zardoz@replaced-ip )
3905 [22:46:17] <greycat> The one that gives me "To enable further options, view this page with a browser that supports iframes" in w3m?
3906 [22:46:30] <greycat> The one that most definitely does not begin with replaced-url
3907 [22:46:46] *** Joins: bvs (~beavis@replaced-ip )
3908 [22:46:46] *** Quits: bvs (~beavis@replaced-ip ) (Changing host)
3909 [22:46:46] *** Joins: bvs (~beavis@replaced-ip )
3910 [22:47:02] <Vizva> the google link?
3911 [22:47:17] *** Joins: Guest41037 (~chris@replaced-ip )
3912 [22:47:19] *** Joins: zarkos (~nobody@replaced-ip )
3913 [22:47:19] <Vizva> his goo.gl shortlink has been disabled. It was found to be violating our Terms of Service
3914 [22:47:38] <greycat> one was goo.gl and gave a "terms and conditions violation" error, and the other was bit.ly and gives a "must have iframes" error.
3915 [22:47:51] <zarkos> hello guys
3916 [22:47:59] <Vardan> the second one not goo.gl it's bit.ly
3917 [22:48:07] <Vardan> but can look here replaced-url
3918 [22:48:13] <Vizva> the bitly did work for me
3919 [22:48:22] <zarkos> i need help to chroot to modify the password on a debian box...
3920 [22:48:24] *** Quits: nog3_ (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
3921 [22:48:35] *** Quits: Guest41037 (~chris@replaced-ip ) (Max SendQ exceeded)
3922 [22:48:36] <greycat> !chroot
3923 [22:48:36] <dpkg> To chroot into your Debian system boot to your Debian install disk/live CD, switch to the other console (Alt-F2). Mount your root filesystem with "mount -t ext2 /dev/whatever /target" and make /dev, /proc and /sys usable with "mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys". You can then chroot into the system with "chroot /target".
3924 [22:49:03] <Vizva> replaced-url
3925 [22:49:06] <zarkos> when i use chroot /media/sda1 its gives chroot: failed to run command '/bin/bash': Exec format error
3926 [22:49:10] <Vizva> refer me to this one
3927 [22:49:18] *** Joins: elitejojsy (~elitejojs@replaced-ip )
3928 [22:49:23] *** Joins: amirite (~root@replaced-ip )
3929 [22:49:45] *** Quits: elitejojsy (~elitejojs@replaced-ip ) (Read error: Connection reset by peer)
3930 [22:49:47] <zarkos> thx i will try that greycat
3931 [22:50:03] <zarkos> but im using knoppix
3932 [22:50:09] <greycat> zarkos: sounds like the programs inside the chroot are not correct for your arch
3933 [22:50:17] <Vizva> miss of a mount point maybe
3934 [22:50:26] *** Joins: Mononoke-BT (~BT@replaced-ip )
3935 [22:50:28] <Vizva> yes this
3936 [22:50:29] <caraconan> Hi there. Just for the records. After troubleshooting a bit my freezed blank screen was an X issue documented here: replaced-url
3937 [22:50:29] <caraconan> The workaround:
3938 [22:50:29] <caraconan> (Luckily I had a 2nd laptop) ssh to the failing laptop
3939 [22:50:29] <caraconan> sudo aptitude install libglvnd0
3940 [22:50:29] <caraconan> sudo shutdown -r now
3941 [22:50:30] *** caraconan was kicked by debhelper (flood. Please use replaced-url
3942 [22:50:31] <judd> Bug replaced-url
3943 [22:50:44] <Vizva> you need to use the distro with same librarys
3944 [22:50:53] *** Quits: OS-Stud0815 (~root@replaced-ip ) (Ping timeout: 246 seconds)
3945 [22:51:13] *** Quits: Mononoke-BT (~BT@replaced-ip ) (Remote host closed the connection)
3946 [22:51:19] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
3947 [22:51:59] <Vizva> judd i had this bug
3948 [22:52:00] <judd> No package named 'had' was found in stretch/amd64.
3949 [22:52:12] *** Quits: guideline (~guideline@replaced-ip ) (Ping timeout: 252 seconds)
3950 [22:52:14] *** Quits: ryzokuken (uid116283@replaced-ip ) (Quit: Connection closed for inactivity)
3951 [22:52:17] <zarkos> greycat: Vizva thx for the tip. i will follow that
3952 [22:52:18] *** Quits: mati (~mati@replaced-ip ) (Quit: mati)
3953 [22:52:35] *** Quits: porter (~Droid2Deb@replaced-ip ) (Ping timeout: 240 seconds)
3954 [22:52:52] *** Joins: visualnightm (~visualnig@replaced-ip )
3955 [22:52:59] *** Joins: mati (~mati@replaced-ip )
3956 [22:53:01] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
3957 [22:53:23] *** Quits: visualnightm (~visualnig@replaced-ip ) (Max SendQ exceeded)
3958 [22:54:02] *** Joins: abso (~abso@replaced-ip )
3959 [22:54:03] *** Parts: abso (~abso@replaced-ip ) ()
3960 [22:54:09] *** Joins: abso (~abso@replaced-ip )
3961 [22:54:39] *** Joins: graytron (~tero@replaced-ip )
3962 [22:54:45] *** Quits: SuperTramp83 (~SuperTram@replaced-ip ) (Quit: Lost terminal)
3963 [22:55:19] *** Joins: davidw (~davidw@replaced-ip )
3964 [22:55:23] *** Joins: Devastator_t (~Devastato@replaced-ip )
3965 [22:55:34] *** Joins: jawnboy19m (~AndChat43@replaced-ip )
3966 [22:55:46] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3967 [22:55:47] *** Quits: Devastator (~Devastato@replaced-ip ) (Ping timeout: 246 seconds)
3968 [22:55:47] *** Joins: KindTwo (kindone@replaced-ip )
3969 [22:56:01] *** Quits: lkolstad (~ljk@replaced-ip ) (Ping timeout: 248 seconds)
3970 [22:56:07] *** Quits: Minnen (~JWST@replaced-ip ) (Read error: Connection reset by peer)
3971 [22:56:35] *** Joins: Beretta021 (~Beretta02@replaced-ip )
3972 [22:56:35] *** Quits: Beretta021 (~Beretta02@replaced-ip ) (Changing host)
3973 [22:56:35] *** Joins: Beretta021 (~Beretta02@replaced-ip )
3974 [22:56:41] <Vizva> i had bugs but i didnt downgrade i did symlinks to never librarys
3975 [22:56:50] <Vizva> consider a hack
3976 [22:56:59] *** Quits: tvm (~tvm@replaced-ip ) (Remote host closed the connection)
3977 [22:57:09] <Vizva> if i remember correct
3978 [22:57:12] *** Crypto is now known as Uberius
3979 [22:57:29] *** Parts: tgirl (~p3tr1ch0r@replaced-ip ) ("Leaving")
3980 [22:57:42] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 252 seconds)
3981 [22:57:56] *** Quits: jawnboy19m (~AndChat43@replaced-ip ) (Max SendQ exceeded)
3982 [22:58:32] *** Joins: lkolstad (~ljk@replaced-ip )
3983 [22:59:38] *** Joins: mtn (~mtn@replaced-ip )
3984 [23:00:02] *** KindTwo is now known as KindOne
3985 [23:00:23] <Vizva> looks like its not hot?
3986 [23:00:49] <Vizva> i had several problems like this its not easy how to remember
3987 [23:00:51] <Vardan> Vizva: you are about my issue? :)
3988 [23:01:00] <raidghost> hot or not depends on the weather :P
3989 [23:01:04] *** Joins: miczac (~miczac@replaced-ip )
3990 [23:01:21] <Vizva> it was more for judd
3991 [23:01:44] <Vizva> Vardan i have a stretch isnt old i will try your git download
3992 [23:01:53] <Vizva> its busy
3993 [23:02:26] *** Joins: guideline (~guideline@replaced-ip )
3994 [23:02:28] <Vardan> I just reinstalled 9.2.1, will try git download again
3995 [23:02:35] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
3996 [23:03:03] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
3997 [23:03:37] *** Parts: abso (~abso@replaced-ip ) ()
3998 [23:03:37] <Vizva> did work for me
3999 [23:03:49] <Vizva> alot of hashes
4000 [23:03:54] *** Quits: rh10 (~rh10@replaced-ip ) (Quit: Leaving)
4001 [23:04:42] *** Joins: tonyoy_ (~tonyoy@replaced-ip )
4002 [23:05:05] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 248 seconds)
4003 [23:06:08] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Ping timeout: 240 seconds)
4004 [23:06:26] *** Joins: abso (~abso@replaced-ip )
4005 [23:06:46] *** Devastator_t is now known as Devastator
4006 [23:07:27] *** Quits: nulleip (~nulleip@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 52.4.0/20170921064520])
4007 [23:07:31] *** Joins: apteryx` (~user@replaced-ip )
4008 [23:07:34] *** Quits: Catatronic (~catatroni@replaced-ip ) (Ping timeout: 264 seconds)
4009 [23:08:00] *** Quits: fuzzface (~fuzzface@replaced-ip ) (Quit: Leaving)
4010 [23:08:04] *** Joins: Catatronic (~catatroni@replaced-ip )
4011 [23:08:15] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
4012 [23:08:15] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
4013 [23:08:36] <Devastator> greycat thanks for the help with live password :)
4014 [23:08:49] *** Quits: krytarik (~krytarik@replaced-ip ) (Ping timeout: 276 seconds)
4015 [23:08:50] *** Quits: inspectorcluseau (~Inspector@replaced-ip ) (Quit: Ex-Chat)
4016 [23:09:00] *** debhelper sets mode: +l 1755
4017 [23:09:00] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
4018 [23:09:01] *** Quits: rodrigovlds (~rodrigovl@replaced-ip ) (Quit: Leaving)
4019 [23:09:40] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
4020 [23:09:52] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
4021 [23:09:55] *** Joins: graytron (~tero@replaced-ip )
4022 [23:11:31] *** Quits: e0wl (~e0wl@replaced-ip ) (Quit: AtomicIRC: The nuclear option.)
4023 [23:11:34] *** Quits: apteryx (~user@replaced-ip ) (Ping timeout: 252 seconds)
4024 [23:12:57] *** Quits: danieli (~duniel@replaced-ip ) (Ping timeout: 240 seconds)
4025 [23:13:40] <zarkos> didnt work
4026 [23:13:49] <zarkos> alt f2 didnt work
4027 [23:14:35] *** Quits: lel (l@replaced-ip ) (Ping timeout: 240 seconds)
4028 [23:15:10] *** Joins: lel (l@replaced-ip )
4029 [23:15:34] *** Quits: rocketman_ (80d9c58c@replaced-ip ) (Ping timeout: 260 seconds)
4030 [23:16:07] *** Quits: polaris (~polaris_@replaced-ip ) (Remote host closed the connection)
4031 [23:16:25] *** Quits: turlutton (~turlutton@replaced-ip ) (Quit: leaving)
4032 [23:16:32] *** Quits: djdarkside (~djdarksid@replaced-ip ) (Read error: Connection reset by peer)
4033 [23:16:59] *** Joins: djdarkside (~djdarksid@replaced-ip )
4034 [23:17:19] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 255 seconds)
4035 [23:17:27] *** Quits: djdarkside (~djdarksid@replaced-ip ) (Read error: Connection reset by peer)
4036 [23:17:28] *** Joins: b0l3x (bolex@replaced-ip )
4037 [23:17:55] *** Joins: djdarkside (~djdarksid@replaced-ip )
4038 [23:18:27] *** Joins: nuno_nunes (~PC@replaced-ip )
4039 [23:18:58] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
4040 [23:19:01] *** debhelper sets mode: +l 1748
4041 [23:19:20] *** Quits: Vardan (4e6d4fa4@replaced-ip ) (Quit: Page closed)
4042 [23:19:41] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
4043 [23:19:48] *** Joins: allizom (~Thunderbi@replaced-ip )
4044 [23:20:32] *** Joins: jak2018 (~jak2000@replaced-ip )
4045 [23:20:33] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
4046 [23:21:04] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: WeeChat 1.9.1)
4047 [23:21:34] *** Joins: melvin (~melvin@replaced-ip )
4048 [23:21:35] *** Quits: melvin_ (~melvin@replaced-ip ) (Ping timeout: 240 seconds)
4049 [23:22:37] *** Joins: krytarik (~krytarik@replaced-ip )
4050 [23:22:40] *** Joins: annadane (~annadane@replaced-ip )
4051 [23:23:11] *** Joins: Zardoz- (~Zardoz@replaced-ip )
4052 [23:23:21] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
4053 [23:23:27] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
4054 [23:23:41] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 240 seconds)
4055 [23:23:41] *** Zardoz- is now known as Zardoz
4056 [23:23:45] *** Quits: Evol (~Cof@replaced-ip ) (Quit: Leaving)
4057 [23:23:48] *** Joins: ausbeck (~paula@replaced-ip )
4058 [23:24:07] *** Joins: porter (~Droid2Deb@replaced-ip )
4059 [23:24:17] *** Joins: xayto (~xayto@replaced-ip )
4060 [23:25:11] *** Joins: graytron (~tero@replaced-ip )
4061 [23:26:41] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
4062 [23:27:29] *** Parts: theLambda (~theLambda@replaced-ip ) ()
4063 [23:28:00] *** Quits: abso (~abso@replaced-ip ) (Quit: Leaving.)
4064 [23:29:25] *** Quits: intore (~stefano@replaced-ip ) (Quit: leaving)
4065 [23:29:30] *** Joins: Tramp (~mt@replaced-ip )
4066 [23:29:59] *** Joins: abso (~abso@replaced-ip )
4067 [23:30:01] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4068 [23:30:39] *** Joins: Bhootrk_ (~Bhootrk_@replaced-ip )
4069 [23:30:40] *** Quits: Bhootrk_ (~Bhootrk_@replaced-ip ) (Max SendQ exceeded)
4070 [23:30:44] *** Joins: abso (~abso@replaced-ip )
4071 [23:30:46] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4072 [23:31:09] *** Joins: abso (~abso@replaced-ip )
4073 [23:31:11] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4074 [23:31:32] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
4075 [23:32:47] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 248 seconds)
4076 [23:32:52] *** Quits: srg___ (~srg@replaced-ip ) (Quit: srg___)
4077 [23:32:54] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
4078 [23:33:17] <Vizva> Zarkos
4079 [23:33:19] *** Joins: abso (~abso@replaced-ip )
4080 [23:33:21] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4081 [23:33:49] *** porter is now known as Droid2Debian
4082 [23:33:50] *** Joins: crn (~crn@replaced-ip )
4083 [23:33:57] <Vizva> !chroot
4084 [23:33:58] <dpkg> To chroot into your Debian system boot to your Debian install disk/live CD, switch to the other console (Alt-F2). Mount your root filesystem with "mount -t ext2 /dev/whatever /target" and make /dev, /proc and /sys usable with "mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys". You can then chroot into the system with "chroot /target".
4085 [23:34:15] <Vizva> its not alt alone
4086 [23:34:29] *** Joins: abso (~abso@replaced-ip )
4087 [23:34:31] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4088 [23:35:07] <Vizva> CTRL ALT F2
4089 [23:35:07] <petn-randall> !ifrp
4090 [23:35:08] <dpkg> For GRUB: 1) press 'e' to edit the kernel setting in the grub command line (add 'init=/bin/sh' to the end of it) 2) 'fsck' your root file system, 3) 'mount -o remount,rw /', 4) 'passwd root' 5) 'mount -o remount,ro /' 6) 'reboot -d -f' (exec /sbin/init should work); For LILO: 1) 'Linux init=/bin/sh' at the LILO boot prompt (hold Shift while booting), steps 2-6 are the same; For yaboot: 1) 'Linux init=/bin/sh' at yaboot prompt.
4091 [23:35:15] <petn-randall> zarkos: ^^^ All the steps you need.
4092 [23:35:21] <Vizva> or Strg ALT F2
4093 [23:35:39] <annadane> what does ifrp refer to?
4094 [23:35:46] *** Quits: msb (~msb@replaced-ip ) (Ping timeout: 264 seconds)
4095 [23:35:51] <petn-randall> "I forgot root's password"
4096 [23:36:17] *** Joins: msb (~msb@replaced-ip )
4097 [23:36:19] <zarkos> Vizva: i booted on debian 9 usb key and started a terminal
4098 [23:36:38] <zarkos> the /target folder doesnt exist
4099 [23:36:53] *** Quits: sonnixin (~sonnixin@replaced-ip ) (Remote host closed the connection)
4100 [23:36:58] *** Joins: spyke581 (~spyke581@replaced-ip )
4101 [23:36:58] <zarkos> ok let me try again
4102 [23:37:23] <Vizva> target is a word only
4103 [23:37:47] *** Quits: xayto (~xayto@replaced-ip ) (Ping timeout: 246 seconds)
4104 [23:38:07] *** Quits: azg (~azg@replaced-ip ) (Quit: leaving)
4105 [23:38:12] <Vizva> maybe for another destination ?!
4106 [23:38:17] *** Cosmophile is now known as Sir_Kitty
4107 [23:38:41] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
4108 [23:38:44] <Vizva> or you need to create it
4109 [23:38:49] *** Joins: abso (~abso@replaced-ip )
4110 [23:38:52] *** Quits: abso (~abso@replaced-ip ) (Max SendQ exceeded)
4111 [23:38:57] <Vizva> with mkdir target for example
4112 [23:39:01] *** debhelper sets mode: +l 1740
4113 [23:39:40] *** Joins: sonnixin (~sonnixin@replaced-ip )
4114 [23:40:04] <n4dir> "/dev/*whatever*" is a placeholder too, btw :-)
4115 [23:40:19] *** Joins: Rhaal (~Rhaal@replaced-ip )
4116 [23:40:21] *** Joins: peterbecich (~peterbeci@replaced-ip )
4117 [23:40:27] *** Joins: graytron (~tero@replaced-ip )
4118 [23:40:31] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
4119 [23:41:25] <n4dir> so you run "fdisk -l", figure out which is the partition you have to use as the root partition, and mount that on a directory which exists, if you have to create it with mkdir . Makes any sense, zarkos?
4120 [23:41:33] <zarkos> fdisk -l
4121 [23:42:15] *** Quits: somnambler (~michael@replaced-ip ) (Ping timeout: 246 seconds)
4122 [23:42:26] <zarkos> it makes a bit of sense :)
4123 [23:42:44] *** Joins: ki0 (~ki0@replaced-ip )
4124 [23:42:52] <n4dir> zarkos: the operation is rather easy, but not that easy to explain. good luck.
4125 [23:44:02] <zarkos> n4dir yes it is complicated
4126 [23:44:05] <zarkos> there is several steps
4127 [23:45:03] *** Joins: xayto (~xayto@replaced-ip )
4128 [23:45:30] *** Quits: Droid2Debian (~Droid2Deb@replaced-ip ) (Quit: Leaving)
4129 [23:45:40] *** Quits: kerrhau (~kerrhau@replaced-ip ) (Ping timeout: 255 seconds)
4130 [23:46:28] *** Joins: nomic (~nomic4@replaced-ip )
4131 [23:47:14] *** Joins: kerrhau (~kerrhau@replaced-ip )
4132 [23:47:14] *** Quits: kerrhau (~kerrhau@replaced-ip ) (Changing host)
4133 [23:47:14] *** Joins: kerrhau (~kerrhau@replaced-ip )
4134 [23:48:05] *** Quits: ki0 (~ki0@replaced-ip ) (Remote host closed the connection)
4135 [23:48:07] *** Joins: somnambler (~michael@replaced-ip )
4136 [23:48:49] *** Joins: moozer (~moz@replaced-ip )
4137 [23:49:55] *** Quits: sonnixin (~sonnixin@replaced-ip ) (Quit: sonnixin)
4138 [23:50:17] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
4139 [23:50:35] *** Quits: thiras (~thiras@replaced-ip ) (Remote host closed the connection)
4140 [23:50:40] <awal1> synclient TapButton1=1
4141 [23:50:47] <awal1> excuses
4142 [23:52:01] *** Joins: sonnixin (~sonnixin@replaced-ip )
4143 [23:52:07] *** Quits: sonnixin (~sonnixin@replaced-ip ) (Read error: Connection reset by peer)
4144 [23:52:48] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
4145 [23:53:31] *** Joins: calisto (~calisto@replaced-ip )
4146 [23:53:44] *** Quits: leerg319 (~alexey@replaced-ip ) (Remote host closed the connection)
4147 [23:54:01] *** Joins: sonnixin (~sonnixin@replaced-ip )
4148 [23:54:08] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
4149 [23:54:10] *** Quits: sonnixin (~sonnixin@replaced-ip ) (Read error: Connection reset by peer)
4150 [23:54:21] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
4151 [23:54:42] *** Joins: graytron (~tero@replaced-ip )
4152 [23:55:43] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 248 seconds)
4153 [23:56:41] *** Joins: sonnixin (~sonnixin@replaced-ip )
4154 [23:58:29] *** Joins: crucify_me (~n_blownap@replaced-ip )
4155 [23:59:30] <crn> how do i migrate wheezy /etc/ network/networks to jessie? my system no longer logs me into my wifi on boot.
4156 [23:59:32] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Read error: Connection reset by peer)
4157 [23:59:43] *** Joins: KernelJr (~KernelJr@replaced-ip )
4158 [23:59:44] <crucify_me> hi what's the best data base to install on jessie 8 or 9 , in terms of market demand ? should I go nosql like mongo or similar?
4159 [23:59:59] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
â top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be