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:29] <rwp> replaced-url
1 [00:02:04] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
2 [00:02:26] *** Joins: de-facto (~de-facto@replaced-ip )
3 [00:03:12] <rwp> Fun with software archeology today...
4 [00:04:35] *** Quits: thatpythonguy (~john@replaced-ip ) (Quit: WeeChat 2.3)
5 [00:05:19] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 250 seconds)
6 [00:05:25] *** Joins: xdecimal (~Android@replaced-ip )
7 [00:05:55] *** Parts: izh_ (~denis@replaced-ip ) ()
8 [00:06:04] <jeffrin> anyway thanks
9 [00:06:20] <ryouma> rwp: yeah it's there in ucf, just not in ucf-conf. everybody seems to use YES instead of 1 but 1 must work.
10 [00:06:31] *** Joins: dvs (~hibbard@replaced-ip )
11 [00:06:32] <ryouma> (the others are in ucf-conf and documented)
12 [00:07:15] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Read error: Connection reset by peer)
13 [00:07:34] <rwp> The test in the script is: elif [ ! "x$UCF_FORCE_CONFFMISS" = "x" ]; then so it is simply testing if it is set to anything non-zero length.
14 [00:07:42] *** Joins: greatgatsby (~greatgats@replaced-ip )
15 [00:08:08] <rwp> In a rather un-idiomatic-shell way. More idiomatic would be [ -n "$UCF_FORCE_CONFFMISS" ] there.
16 [00:08:12] <ryouma> so it's all solved except what noninteractive does if i have those force options. i guess my big concern is grub. i don't want that to screw up or try to change a disk i do not want changed etc. can that be special-cased?
17 [00:08:26] *** Joins: BlueByte (~walther@replaced-ip )
18 [00:08:26] <ryouma> ah
19 [00:08:53] <rwp> It does seem now that noninteractive is obviated by the --force-conf* options.
20 [00:08:55] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
21 [00:09:48] <rwp> I remember adding them to my commands one at a time for various reasons. --force-conf* I acquired into my toolbox later and therefore maybe now DEBIAN_FRONTEND=noninteractive is no longer needed.
22 [00:10:05] *** Quits: fax (~quassel@replaced-ip ) (Remote host closed the connection)
23 [00:10:06] *** Quits: gcclinux (~gcclinux@replaced-ip ) (Quit: Leaving)
24 [00:10:40] <rwp> A good improvement! Thank you for the team effort here!
25 [00:10:48] <ryouma> ah
26 [00:11:04] <ryouma> thank you for the help. this is what i have now. please criticize as needed! replaced-url
27 [00:11:18] *** Quits: ineedawayout (~user@replaced-ip ) (Remote host closed the connection)
28 [00:11:18] <rwp> Note that DEBIAN_FRONTEND mentioned DEBCONF_ADMIN_EMAIL. I am sure that is why I acquired that one too.
29 [00:11:21] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 252 seconds)
30 [00:11:33] *** Quits: xdecimal (~Android@replaced-ip ) (Quit: -a- IRC for Android 2.1.44)
31 [00:11:39] <ryouma> you mean it is also obviated?
32 [00:11:42] *** Quits: gvth (~cell@replaced-ip ) (Ping timeout: 245 seconds)
33 [00:12:46] <rwp> Not necessarily. Just where it came into the process. I think it will still be needed for a fully automated installation. Otherwise apt-listchanges or whatever will email root with the info that you will have seen a zillion times before.
34 [00:13:22] <rwp> I am still not understanding having *both* --force-confdef and --force-confold together. Looking at the man page...
35 [00:13:22] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 245 seconds)
36 [00:13:28] *** Joins: gvth (~cell@replaced-ip )
37 [00:13:32] <rwp> I think you just want --force-confold in that case.
38 [00:14:01] *** debhelper sets mode: +l 1484
39 [00:14:04] *** Joins: obsview (~obsview@replaced-ip )
40 [00:14:10] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
41 [00:14:14] <rwp> Ah... You are correct. Both are useful.
42 [00:14:25] *** Joins: clemens3 (~clemens@replaced-ip )
43 [00:14:29] *** Joins: nullbyte__ (~null@replaced-ip )
44 [00:15:00] *** Joins: lazouz (~lazouz@replaced-ip )
45 [00:15:04] *** Joins: semeion (~semeion@replaced-ip )
46 [00:15:35] <rwp> But I am not yet understanding when dpkg will have a default action and when it will not. That is missing for me.
47 [00:16:19] <ryouma> i want apt-listchanges to show everything on the console, not to email root. but i don't need to specify that do i?
48 [00:18:26] <rwp> In the end after these types of tweaks you will need to run some tests and determine if the result is what is wanted or not.
49 [00:18:33] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
50 [00:18:36] *** Quits: nullbyte__ (~null@replaced-ip ) (Client Quit)
51 [00:18:38] *** Joins: julientm (~julien@replaced-ip )
52 [00:19:28] *** Quits: astra`` (~astra@replaced-ip ) (Ping timeout: 246 seconds)
53 [00:20:25] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
54 [00:20:27] *** Quits: TurqFlame (turqflame@replaced-ip ) (Ping timeout: 240 seconds)
55 [00:20:28] *** Quits: juko (~juko@replaced-ip ) (Ping timeout: 245 seconds)
56 [00:20:29] <ryouma> i have already set apt-listchanges to do what i want, so i think i don't need to specify it. the only question is making grub configuratio0n interactive. but that might not be possible.
57 [00:20:35] *** Joins: TurqFlame (turqflame@replaced-ip )
58 [00:20:36] *** Joins: astra`` (~astra@replaced-ip )
59 [00:22:25] <justthedoctor> rwp: i have managed to get the version of openssl i need installed to a different directory, would you mind giving me a hand on how i would include that into the compile for a make -f makefile.unix make command? i can link you a copy of the makefile.unix
60 [00:22:26] *** Joins: juko (~juko@replaced-ip )
61 [00:22:29] <ryouma> my guess is that with confold and confdef, dpkg will overwrite unchanged stuff and preserve changed stuff, at least from the docs, and then confmiss will add missing stuff. not sure if thre is anything else.
62 [00:23:46] <ryouma> eh, probably not that many packages use ucf. grub does. so i will just default that one
63 [00:24:04] *** Joins: sputnik__ (kli0rf@replaced-ip )
64 [00:24:23] <rwp> ryouma, It's that "If there is no default action..." part that confuses me. In what case would there be no default action?
65 [00:25:00] *** Joins: slack_ (~slack@replaced-ip )
66 [00:25:03] <rwp> Not many use ucf. I don't really prefer it, since it is simply yet another thing I need to worry about. But it isn't bad as such.
67 [00:25:09] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
68 [00:25:45] <rwp> justthedoctor, The compile? For which program? If you have openssl installed in a local directory and another program needs it then that is usually needing to be pointed to it.
69 [00:25:53] *** Quits: sputnik__ (kli0rf@replaced-ip ) (Client Quit)
70 [00:26:04] *** Joins: sputnik (kli0rf@replaced-ip )
71 [00:26:19] <rwp> That could be a compile time flag using -I and -L to gcc. Or if using configure then the package may have a higher level option of pointing to it using a configure variable.
72 [00:26:39] *** Joins: bingbotboom2 (~bingbotbo@replaced-ip )
73 [00:27:09] <rwp> And all of this while it just feels like using a local openssl is a painfully hard way to do things that perhaps are not needed to be done at all.
74 [00:29:19] <ryouma> rwp: i see your question (went to dpkg man page). i can only assume a package can say that there is no default and the user must supply an answer, or somethign. but that must be wrong else you'd have known it.
75 [00:30:25] *** Quits: julientm (~julien@replaced-ip ) (Remote host closed the connection)
76 [00:30:52] *** Quits: untakenstupidnic (~untakenst@replaced-ip ) (Ping timeout: 245 seconds)
77 [00:30:55] <rwp> For the real answer I think we would need to look at the dpkg source and see what it is doing in the code at the point that uses force-confdef. That is probably the only authoritive documentation on it.
78 [00:31:59] <rwp> In any case, including both as you have done seems to follow the documented path correctly! Good enough! Other than to satisfy curiosity.
79 [00:33:03] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
80 [00:33:20] *** Quits: jeffrin (~jeffrin@replaced-ip ) (Remote host closed the connection)
81 [00:34:33] *** Quits: juko (~juko@replaced-ip ) (Quit: leaving)
82 [00:36:01] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
83 [00:36:17] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
84 [00:36:47] *** Joins: DrahKeN_ (~johnnie@replaced-ip )
85 [00:38:52] *** Joins: servo (~servo@replaced-ip )
86 [00:39:11] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
87 [00:39:18] *** Quits: gubernator (~gubernato@replaced-ip ) (Quit: gubernator)
88 [00:39:22] *** Joins: ghost43 (~daer@replaced-ip )
89 [00:41:26] *** Quits: DrahKeN_ (~johnnie@replaced-ip ) (Quit: leaving)
90 [00:41:48] *** Joins: untakenstupidnic (~untakenst@replaced-ip )
91 [00:42:57] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
92 [00:44:33] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
93 [00:45:10] <justthedoctor> rwp: i figured it out, thank you for your help!
94 [00:45:19] <rwp> Oh good!
95 [00:45:22] *** Joins: mifritscher (~mifritsch@replaced-ip )
96 [00:46:15] <ryouma> yeah. this is my final version (i think): replaced-url
97 [00:46:24] *** Joins: izzy__ (~izzy@replaced-ip )
98 [00:47:23] *** Joins: angerctl (~glei@replaced-ip )
99 [00:48:34] *** Joins: Night-Shade (~TimF@replaced-ip )
100 [00:49:55] *** Quits: Namarrgon (~glei@replaced-ip ) (Ping timeout: 246 seconds)
101 [00:50:26] *** angerctl is now known as Namarrgon
102 [00:51:24] *** Joins: Aussie_matt (~quassel@replaced-ip )
103 [00:52:06] *** Joins: hatesec (~chronicle@replaced-ip )
104 [00:56:46] *** Joins: Olipro (~Olipro@replaced-ip )
105 [00:56:46] *** Quits: Olipro (~Olipro@replaced-ip ) (Changing host)
106 [00:56:47] *** Joins: Olipro (~Olipro@replaced-ip )
107 [00:59:43] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
108 [01:00:18] *** Quits: obsview (~obsview@replaced-ip ) (Ping timeout: 250 seconds)
109 [01:00:49] *** Joins: th0r (~th0r@replaced-ip )
110 [01:02:44] *** Quits: bingbotboom2 (~bingbotbo@replaced-ip ) (Read error: Connection reset by peer)
111 [01:02:45] *** Quits: soul-d (~name@replaced-ip ) (Remote host closed the connection)
112 [01:03:13] *** Joins: soul-d (~name@replaced-ip )
113 [01:04:22] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
114 [01:07:14] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 250 seconds)
115 [01:08:01] *** Joins: bingbotboom2 (~bingbotbo@replaced-ip )
116 [01:09:15] *** Joins: ztychr (~ztychr@replaced-ip )
117 [01:11:42] *** Quits: servo (~servo@replaced-ip ) ()
118 [01:12:52] *** Joins: dez (uid92154@replaced-ip )
119 [01:16:42] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 245 seconds)
120 [01:18:01] *** Joins: obsview (~obsview@replaced-ip )
121 [01:18:03] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
122 [01:18:38] *** Quits: flexo3001 (~flexo3001@replaced-ip ) (Remote host closed the connection)
123 [01:21:51] *** Quits: izzy__ (~izzy@replaced-ip ) (Quit: Leaving)
124 [01:23:01] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
125 [01:23:53] *** Joins: Tom-_ (~tomg@replaced-ip )
126 [01:24:37] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 245 seconds)
127 [01:32:03] <ryouma> what is the difference between --with-new-pkgs and dist-upgrade?
128 [01:33:38] *** Joins: th0r (~th0r@replaced-ip )
129 [01:34:42] *** Quits: chkbsd (~ucio@replaced-ip ) (Ping timeout: 264 seconds)
130 [01:35:32] *** Joins: tower (~greg@replaced-ip )
131 [01:36:01] *** Quits: seekr (~seekr@replaced-ip ) (Read error: Connection reset by peer)
132 [01:36:49] *** Joins: chkbsd (~ucio@replaced-ip )
133 [01:36:49] *** Quits: chkbsd (~ucio@replaced-ip ) (Changing host)
134 [01:36:49] *** Joins: chkbsd (~ucio@replaced-ip )
135 [01:42:46] *** Joins: Sokol (~Sokol@replaced-ip )
136 [01:43:54] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
137 [01:44:12] *** Quits: ageis (~kevin@replaced-ip ) (Ping timeout: 245 seconds)
138 [01:44:29] *** Joins: cghouly (~cghouly@replaced-ip )
139 [01:45:36] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
140 [01:47:46] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
141 [01:48:07] *** Quits: untakenstupidnic (~untakenst@replaced-ip ) (Ping timeout: 240 seconds)
142 [01:48:08] *** Quits: Sokol (~Sokol@replaced-ip ) ()
143 [01:48:38] *** Joins: ageis (~kevin@replaced-ip )
144 [01:49:41] *** Joins: seekr (~seekr@replaced-ip )
145 [01:53:07] *** Quits: wildeisonmine__ (~wildeison@replaced-ip ) (Remote host closed the connection)
146 [01:53:08] *** Joins: th0r (~th0r@replaced-ip )
147 [01:55:16] <rwp> ryouma, --with-new-pkgs allows adding new packages to the solution set. dist-upgrade does that but also allows removing packages as a solution too. So upgrade --with-new-packages is perfect for Stable upgrades.
148 [01:55:55] <rwp> Safer than dist-upgrade which might find the solution set is to remove everything.
149 [01:57:52] <ryouma> rwp: thank you. i have been using dist-upgrade for stable upgrades because kernel abi changes do not get presented for upgrade. but sometimes even that doesnot make them get presented. maybe upgrade --with-new-packages will work. is it ok to use --with-new-pkgs with dist-upgrade? or meaningless?
150 [01:58:12] <rwp> I think meaningless there.
151 [01:59:03] <rwp> My normal set of actions is upgrade then upgrade --with-new-pkgs mostly without thinking, then dist-upgrade and look very carefully at what it is doing if anything is left to be done.
152 [01:59:05] <ryouma> ok. then after the dist-upgrade my regular practice will be the combination with upgrade
153 [01:59:47] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
154 [02:00:47] <rwp> And then autoremove (with etckeeper I use autoremove --purge) to clean off the now able to be orphaned packages.
155 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
156 [02:01:18] <rwp> That can be combined with --with-new-pkgs by adding --auto-remove but then I would need to look very carefully at it too eliminating the mindless nature of it.
157 [02:01:22] *** Joins: de-facto (~de-facto@replaced-ip )
158 [02:02:12] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
159 [02:02:54] <ryouma> good point
160 [02:03:23] <ryouma> i have a nuke script that runs apt-get --purge autoremove and then apt-get -o "Apt::AutoRemove::SuggestsImportant=false" purge `aptitude search ~c|db wsv2o` `deborphan ${1:+--guess-all}`
161 [02:04:07] *** Quits: pand0ra1337^BNC (~pand0ra13@replaced-ip ) (Ping timeout: 246 seconds)
162 [02:05:35] *** Joins: pand0ra1337^BNC (~pand0ra13@replaced-ip )
163 [02:06:36] *** Quits: bingbotboom2 (~bingbotbo@replaced-ip ) (Ping timeout: 250 seconds)
164 [02:06:40] *** Quits: obsview (~obsview@replaced-ip ) (Quit: WeeChat 2.4)
165 [02:07:57] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Ping timeout: 245 seconds)
166 [02:08:06] *** Joins: ahs3- (~ahs3@replaced-ip )
167 [02:08:35] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
168 [02:10:27] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 245 seconds)
169 [02:11:19] *** Joins: jasonwc (~jasonwc@replaced-ip )
170 [02:12:21] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ##replaced-url
171 [02:13:32] *** Quits: TvL2386 (~tom@replaced-ip ) (Ping timeout: 250 seconds)
172 [02:13:32] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
173 [02:13:57] *** Quits: maxrazer (~maxrazer4@replaced-ip ) (Read error: Connection reset by peer)
174 [02:14:01] *** debhelper sets mode: +l 1474
175 [02:14:32] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
176 [02:14:51] *** Joins: untakenstupidnic (~untakenst@replaced-ip )
177 [02:15:09] *** Joins: gem808 (~Thunderbi@replaced-ip )
178 [02:17:21] *** Joins: countjugular (~JoMama@replaced-ip )
179 [02:17:40] *** Joins: Thedarkb-X40 (~beno@replaced-ip )
180 [02:20:11] *** Joins: krytarik (~krytarik@replaced-ip )
181 [02:20:32] *** Joins: TvL2386 (~tom@replaced-ip )
182 [02:20:38] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 252 seconds)
183 [02:23:12] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 268 seconds)
184 [02:26:29] *** Quits: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip ) (Read error: Connection reset by peer)
185 [02:26:46] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
186 [02:27:31] *** Joins: ztychr (~ztychr@replaced-ip )
187 [02:28:07] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
188 [02:29:07] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
189 [02:29:42] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.4)
190 [02:32:08] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
191 [02:33:27] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
192 [02:34:07] *** Quits: Praematura_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
193 [02:34:09] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
194 [02:35:38] *** Joins: dreamon__ (~dreamon@replaced-ip )
195 [02:37:24] *** Joins: side^effects (~al|iss@replaced-ip )
196 [02:38:05] *** Joins: ryouma (~user@replaced-ip )
197 [02:38:08] *** Joins: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip )
198 [02:39:06] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
199 [02:40:03] *** Quits: sinecast (~sinecast@replaced-ip ) (Ping timeout: 245 seconds)
200 [02:40:09] *** Joins: Praematura (~quassel@replaced-ip )
201 [02:40:36] *** Joins: Fennec (~user@replaced-ip )
202 [02:51:13] *** Quits: QcR (~QcR@replaced-ip##) (Quit: The Lounge - ##replaced-url
203 [02:51:41] *** Quits: killforge (~something@replaced-ip ) (Remote host closed the connection)
204 [02:51:51] *** Joins: QcR (~QcR@replaced-ip )
205 [02:52:44] *** Joins: killforge (~something@replaced-ip )
206 [02:52:48] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
207 [02:57:00] *** Joins: th0r (~th0r@replaced-ip )
208 [02:57:21] *** Quits: Tom-_ (~tomg@replaced-ip ) (Remote host closed the connection)
209 [02:58:02] *** Joins: texla (~ray@replaced-ip )
210 [02:58:51] *** Joins: Tom-_ (~tomg@replaced-ip )
211 [02:58:57] *** Quits: QcR (~QcR@replaced-ip##) (Quit: The Lounge - ##replaced-url
212 [02:59:40] <texla> How to activate numlockx at login on debian 8
213 [03:00:05] *** Joins: [b0b] (~bob@replaced-ip )
214 [03:00:20] *** Quits: hatesec (~chronicle@replaced-ip ) (Quit: hatesec is gone, but not forgotten)
215 [03:00:34] *** Joins: finalbeta (~finalbeta@replaced-ip )
216 [03:00:45] *** Quits: SickzZ (~SickzZ@replaced-ip ) (Ping timeout: 252 seconds)
217 [03:00:47] *** Quits: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip ) (Read error: Connection reset by peer)
218 [03:00:54] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 268 seconds)
219 [03:01:15] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
220 [03:01:56] *** Joins: QcR (~QcR@replaced-ip )
221 [03:02:51] *** Joins: devbaka (~devbaka@replaced-ip )
222 [03:02:56] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 250 seconds)
223 [03:02:58] *** [b0b] is now known as b0b
224 [03:04:17] *** Quits: czer001 (~matt@replaced-ip ) (Ping timeout: 250 seconds)
225 [03:06:56] *** Joins: SickzZ (~SickzZ@replaced-ip )
226 [03:07:10] *** Joins: teksimian_ (~teksimian@replaced-ip )
227 [03:08:29] *** Quits: texla (~ray@replaced-ip ) (Quit: Leaving)
228 [03:08:31] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 246 seconds)
229 [03:10:55] *** Joins: Ricardo__ (~rick@replaced-ip )
230 [03:10:55] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
231 [03:10:55] *** Joins: Ricardo__ (~rick@replaced-ip )
232 [03:11:42] *** Quits: retpoline (~retpoline@replaced-ip ) (Quit: quitting)
233 [03:11:45] *** Quits: chkbsd (~ucio@replaced-ip ) (Ping timeout: 252 seconds)
234 [03:11:58] *** Quits: In33dt0kn0w (~In33dt0kn@replaced-ip ) (Ping timeout: 252 seconds)
235 [03:13:49] *** Joins: In33dt0kn0w (~In33dt0kn@replaced-ip )
236 [03:13:56] *** Joins: chkbsd (~ucio@replaced-ip )
237 [03:13:56] *** Quits: chkbsd (~ucio@replaced-ip ) (Changing host)
238 [03:13:56] *** Joins: chkbsd (~ucio@replaced-ip )
239 [03:15:03] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
240 [03:15:40] *** Joins: ghost43 (~daer@replaced-ip )
241 [03:18:54] *** Quits: dArK_IcE (~lawl@replaced-ip ) (Ping timeout: 258 seconds)
242 [03:20:40] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Remote host closed the connection)
243 [03:23:43] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
244 [03:23:51] *** Joins: Klaus_D1eter_ (~klaus@replaced-ip )
245 [03:25:29] *** Quits: Prints (~333@replaced-ip ) (Max SendQ exceeded)
246 [03:25:41] *** Joins: th0r (~th0r@replaced-ip )
247 [03:26:46] *** Quits: Klaus_Dieter (~klaus@replaced-ip ) (Ping timeout: 250 seconds)
248 [03:26:46] *** Klaus_D1eter_ is now known as Klaus_Dieter
249 [03:27:01] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
250 [03:28:12] *** Joins: czer001 (~matt@replaced-ip )
251 [03:32:46] *** Joins: rhizome_ (~rhizome@replaced-ip )
252 [03:33:42] *** Quits: KhoMha (~KhoMha@replaced-ip ) (Ping timeout: 250 seconds)
253 [03:34:51] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
254 [03:36:08] *** Joins: auk (~auk@replaced-ip )
255 [03:37:03] *** Joins: arosusi (~arosusi@replaced-ip )
256 [03:38:05] *** Joins: Prints (~333@replaced-ip )
257 [03:38:56] <k-man> I like to use Gnome Terminal in gnome, with a black background in the terminal window. Is there some way I can get a border on the terminal windows as when they stack, they are black on black and you can't tell where the edges of the terminals are
258 [03:38:58] *** Quits: gvth (~cell@replaced-ip ) (Ping timeout: 246 seconds)
259 [03:40:27] *** Joins: dArK_IcE (~lawl@replaced-ip )
260 [03:43:21] *** Joins: L1nuxg33k (uid322116@replaced-ip )
261 [03:45:55] <aloo_shu> k-man: the boarders are probably defined in the general appearance/theme/window manager settings
262 [03:46:04] <aloo_shu> *borders
263 [03:50:00] *** Joins: Class7 (~Class7@replaced-ip )
264 [03:50:06] <jmcnaught> k-man: in profile preferences on the scrolling tab check "show scrollbar" which will at least make two side by side have a "border" of sorts
265 [03:54:37] *** Quits: dArK_IcE (~lawl@replaced-ip ) (Ping timeout: 245 seconds)
266 [03:54:41] *** Joins: sidmo (~ident@replaced-ip )
267 [03:54:59] *** Quits: countjugular (~JoMama@replaced-ip ) (Ping timeout: 250 seconds)
268 [03:56:51] *** Joins: friendofafriend (~chat@replaced-ip )
269 [03:56:59] *** Joins: louvre (~louvre@replaced-ip )
270 [03:57:25] *** Joins: larue94 (~kylin@replaced-ip )
271 [03:57:32] <friendofafriend> OK, I'm a little confused. I'd like a live image that I can plop on a USB thumb drive, and boot a x86 machine with no install. What's that called?
272 [03:58:24] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 250 seconds)
273 [03:58:30] *** Quits: louvre (~louvre@replaced-ip ) (Client Quit)
274 [03:58:32] <friendofafriend> I see these "live install" images, but I don't want to install anything. I usually just boot some install media and install to the USB thumb drive, but that's the pits.
275 [03:59:05] *** Joins: louvre06 (~louvre06@replaced-ip )
276 [04:01:29] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
277 [04:01:51] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 264 seconds)
278 [04:02:35] <k-man> aloo_shu, ok
279 [04:03:22] <k-man> jmcnaught, yeah i already have scrollbars showing which fixes the right hand edge of the window
280 [04:03:26] <friendofafriend> I think one of these is what I want, but is there a minimal live image? replaced-url
281 [04:05:16] *** Joins: uNmowed (~Kaede@replaced-ip )
282 [04:05:39] *** Joins: ghost43 (~daer@replaced-ip )
283 [04:05:41] *** Quits: FightingFalcon (~ff@replaced-ip ) ()
284 [04:06:56] *** Quits: banc (~banc@replaced-ip ) (Quit: Bye)
285 [04:08:18] *** Quits: meLon (~meLon@replaced-ip ) (Remote host closed the connection)
286 [04:09:11] *** Joins: Jing (Jing@replaced-ip )
287 [04:10:21] *** Joins: meLon (~meLon@replaced-ip )
288 [04:10:28] <friendofafriend> Oh, maybe that's debian-live-testing "standard"? Are there standard images for 9.8?
289 [04:12:34] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 258 seconds)
290 [04:16:34] *** Joins: electro33 (uid613@replaced-ip )
291 [04:16:48] *** Joins: hejux (~hejux@replaced-ip )
292 [04:18:31] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 246 seconds)
293 [04:19:02] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
294 [04:19:12] *** Joins: Class7_ (~Class7@replaced-ip )
295 [04:20:10] <friendofafriend> Yeah, I guess that'll work. Be nice to have an image with firmware and without X, but it could be worse.
296 [04:22:40] *** Quits: Class7 (~Class7@replaced-ip ) (Ping timeout: 250 seconds)
297 [04:25:47] *** Joins: Pendrag0n (~jlee@replaced-ip )
298 [04:26:06] *** Joins: monksam (~monksam@replaced-ip )
299 [04:27:14] <jmcnaught> k-man: have you tried terminator?
300 [04:28:07] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
301 [04:28:19] *** Joins: banc (~banc@replaced-ip )
302 [04:30:14] *** Quits: Pendrag0n (~jlee@replaced-ip ) (Client Quit)
303 [04:30:24] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
304 [04:31:15] *** Joins: Surfer2011_ (~quassel@replaced-ip )
305 [04:33:33] <k-man> yes
306 [04:33:48] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
307 [04:33:56] *** Class7_ is now known as Class7
308 [04:34:06] <k-man> after twice activating the broadcast mode accidentaly and broadcasting my terminal session into an irc window - I decided it wasn't for me
309 [04:35:44] *** Joins: llucenic (~Thunderbi@replaced-ip )
310 [04:41:15] *** Joins: seeker63 (~william@replaced-ip )
311 [04:42:01] <seeker63> what file do i put vga=normal fb=false or vga=normal nomodeset
312 [04:42:31] *** Quits: JPT (~jpt@replaced-ip ) (Remote host closed the connection)
313 [04:43:29] *** Quits: mns` (~mns@replaced-ip ) (Quit: WeeChat 2.3)
314 [04:46:29] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
315 [04:46:59] *** Quits: seeker63 (~william@replaced-ip ) (Quit: Leaving)
316 [04:47:22] *** Joins: JPT (~jpt@replaced-ip )
317 [04:47:22] *** Joins: stitched_unicorn (~Red@replaced-ip )
318 [04:50:46] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
319 [04:51:05] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
320 [04:51:16] <friendofafriend> What, those live images don't even persist?
321 [04:52:56] *** Joins: hatesec (~chronicle@replaced-ip )
322 [04:54:21] <aloo_shu> seeker63: sounds like boot parameters to the kernel, type 'info grub' in a terminal and study if you want to understand where to correctly put them
323 [04:55:40] *** Quits: Qay1N (~ejakuk@replaced-ip ) (Quit: Leaving)
324 [04:56:20] *** Quits: amfabasti (amfabasti@replaced-ip ) ()
325 [04:58:34] *** Joins: ghost43 (~daer@replaced-ip )
326 [04:59:15] *** Joins: Aussie_matt_ (~quassel@replaced-ip )
327 [05:00:07] *** Joins: obsview (~obsview@replaced-ip )
328 [05:00:28] *** Quits: justthedoctor (uid180843@replaced-ip ) (Quit: Connection closed for inactivity)
329 [05:01:08] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
330 [05:01:13] *** Joins: Jing (Jing@replaced-ip )
331 [05:01:14] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
332 [05:03:23] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
333 [05:04:01] *** Joins: real_technical (~real_tech@replaced-ip )
334 [05:05:32] <friendofafriend> I guess I'm back to just doing a netinstall to a USB drive. Why is there no minimal live image I can just plop on a USB drive and boot? Is that really an alien use case?
335 [05:06:40] *** Joins: citypw (~citypw@replaced-ip )
336 [05:08:52] *** Quits: deleuze6 (~deleuze@replaced-ip ) (Remote host closed the connection)
337 [05:09:01] *** Quits: yans (~yans@replaced-ip ) (Read error: Connection reset by peer)
338 [05:09:29] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
339 [05:11:24] *** Joins: ghost43 (~daer@replaced-ip )
340 [05:14:03] *** Joins: deleuze6 (~deleuze@replaced-ip )
341 [05:15:32] *** Quits: obsview (~obsview@replaced-ip ) (Ping timeout: 250 seconds)
342 [05:15:50] *** Joins: yans (~yans@replaced-ip )
343 [05:15:58] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
344 [05:20:48] *** Quits: esaym153 (~esaym153@replaced-ip ) (Ping timeout: 258 seconds)
345 [05:20:50] *** Quits: rustbuckett (~downtime@replaced-ip ) (Quit: WeeChat 1.6)
346 [05:21:42] *** Quits: DzAirmaX (~DzAirmaX@replaced-ip ) (Ping timeout: 245 seconds)
347 [05:23:27] *** Joins: wildeisonmine (~wildeison@replaced-ip )
348 [05:24:56] *** Joins: Secret-Fire (~Secret-Fi@replaced-ip )
349 [05:25:17] *** Joins: Optimus_Prime (~wolfie@replaced-ip )
350 [05:26:15] *** Joins: DzAirmaX (~DzAirmaX@replaced-ip )
351 [05:26:29] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
352 [05:28:45] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
353 [05:29:29] *** Joins: schiz01 (~schiz01@replaced-ip )
354 [05:31:11] *** Quits: untakenstupidnic (~untakenst@replaced-ip ) (Ping timeout: 250 seconds)
355 [05:34:01] *** Joins: cjb (~user@replaced-ip )
356 [05:34:28] *** Quits: gem808 (~Thunderbi@replaced-ip ) (Quit: gem808)
357 [05:35:25] *** Joins: banisterfiend (~textual@replaced-ip )
358 [05:36:41] *** Quits: monksam (~monksam@replaced-ip ) (Ping timeout: 256 seconds)
359 [05:37:09] *** Joins: ghost43 (~daer@replaced-ip )
360 [05:43:58] *** Joins: esaym153 (~esaym153@replaced-ip )
361 [05:44:01] *** debhelper sets mode: +l 1480
362 [05:45:27] *** Quits: louvre06 (~louvre06@replaced-ip ) (Ping timeout: 240 seconds)
363 [05:47:35] *** Joins: jcb2016 (~jcb2016@replaced-ip )
364 [05:47:47] *** Parts: Norm1 (~Norm1@replaced-ip ) ("WeeChat 2.4")
365 [05:48:26] *** Quits: ghost43 (~daer@replaced-ip ) (Quit: Leaving)
366 [05:48:51] *** Quits: tower (~greg@replaced-ip##) (Quit: | ReactOS - The FOSS alternative to MS Windows! | ##replaced-url
367 [05:50:23] <jcb2016> a friend gave me a hp stream laptop 14-cb0xx i want to download buster but the internet is very very slow where i am. can i download a buster net iso install and will it detect my wireless card?
368 [05:50:51] *** Joins: erickLan (~ericklan@replaced-ip )
369 [05:51:29] *** Quits: Aussie_matt_ (~quassel@replaced-ip##) (Quit: ##replaced-url
370 [05:51:58] *** Joins: Aussie_matt (~quassel@replaced-ip )
371 [05:52:14] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
372 [05:53:36] *** Joins: tyranny12 (~blarg@replaced-ip )
373 [05:53:36] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
374 [05:53:36] *** Joins: tyranny12 (~blarg@replaced-ip )
375 [05:54:16] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
376 [05:55:20] *** Joins: ghost43 (~daer@replaced-ip )
377 [05:55:56] *** Quits: erickLan (~ericklan@replaced-ip ) (Read error: Connection reset by peer)
378 [05:56:02] *** Quits: esaym153 (~esaym153@replaced-ip ) (Ping timeout: 268 seconds)
379 [05:56:19] *** Joins: erickLan (~ericklan@replaced-ip )
380 [05:57:32] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
381 [05:59:07] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Remote host closed the connection)
382 [06:00:50] <aloo_shu> was it
383 [06:01:01] <aloo_shu> !unofficial
384 [06:01:01] <dpkg> External package repositories are listed at replaced-url
385 [06:01:11] <aloo_shu> no
386 [06:01:25] <aloo_shu> !unofficial-install
387 [06:01:31] *** Quits: jcb2016 (~jcb2016@replaced-ip ) (Ping timeout: 250 seconds)
388 [06:01:43] <aloo_shu> !install-unofficial
389 [06:02:06] *** Joins: JohnA_ (~john@replaced-ip )
390 [06:02:08] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
391 [06:02:27] *** Quits: JohnA (~john@replaced-ip ) (Ping timeout: 240 seconds)
392 [06:02:47] *** Quits: JohnA_ (~john@replaced-ip ) (Remote host closed the connection)
393 [06:03:38] *** Quits: yans (~yans@replaced-ip ) (Ping timeout: 250 seconds)
394 [06:04:01] *** debhelper sets mode: +l 1471
395 [06:04:07] *** Quits: saint_ (~saint_@replaced-ip ) (Read error: Connection reset by peer)
396 [06:04:49] *** Joins: pureos (~pureos@replaced-ip )
397 [06:05:42] *** Quits: pureos (~pureos@replaced-ip ) (Client Quit)
398 [06:06:15] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
399 [06:07:07] *** Quits: wildeisonmine (~wildeison@replaced-ip ) (Ping timeout: 245 seconds)
400 [06:07:07] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 245 seconds)
401 [06:07:58] *** Quits: nuuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 250 seconds)
402 [06:08:13] *** Quits: erickLan (~ericklan@replaced-ip ) (Remote host closed the connection)
403 [06:08:23] *** Joins: Guest18750 (~Musk@replaced-ip )
404 [06:08:33] *** Joins: milkt (~debian@replaced-ip )
405 [06:09:38] *** Quits: cghouly (~cghouly@replaced-ip ) (Ping timeout: 245 seconds)
406 [06:09:48] *** Joins: fesso (~me@replaced-ip )
407 [06:09:59] *** Joins: saint_ (~saint_@replaced-ip )
408 [06:10:05] *** Joins: BeerHall (~Thunderbi@replaced-ip )
409 [06:11:22] *** Quits: milkt (~debian@replaced-ip ) (Client Quit)
410 [06:12:01] *** Quits: chiluk (~quassel@replaced-ip ) (Remote host closed the connection)
411 [06:14:03] *** Joins: chiluk (~quassel@replaced-ip )
412 [06:15:13] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
413 [06:15:21] *** Joins: FoolishOwl (bgvaughan@replaced-ip )
414 [06:17:33] *** Quits: banisterfiend (~textual@replaced-ip ) (Ping timeout: 245 seconds)
415 [06:18:58] *** Joins: DogManJr (~fvf@replaced-ip )
416 [06:20:28] *** Joins: milkt (~debian@replaced-ip )
417 [06:20:52] *** Quits: fesso (~me@replaced-ip ) (Ping timeout: 245 seconds)
418 [06:21:08] *** Joins: lsyoyom (~liny01@replaced-ip )
419 [06:21:31] *** Joins: secret-fire__ (~Secret-Fi@replaced-ip )
420 [06:22:44] *** Quits: L1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
421 [06:22:45] *** Quits: _Vi (~vi@replaced-ip ) (Ping timeout: 250 seconds)
422 [06:22:47] *** Quits: Secret-Fire (~Secret-Fi@replaced-ip ) (Ping timeout: 240 seconds)
423 [06:24:55] *** Joins: esaym153 (~esaym153@replaced-ip )
424 [06:25:50] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
425 [06:26:35] *** Joins: ghost43 (~daer@replaced-ip )
426 [06:29:18] *** Joins: mindstorm (~mindstorm@replaced-ip )
427 [06:29:24] *** Quits: esaym153 (~esaym153@replaced-ip ) (Ping timeout: 244 seconds)
428 [06:30:18] *** Joins: towo^work (~towo@replaced-ip )
429 [06:30:34] *** Joins: deego (~user@replaced-ip )
430 [06:30:45] <deego> anyone got undistract-me working successfully?
431 [06:31:14] <deego> it won't notify me, period. I have set the variable from the docfile, etc.
432 [06:31:43] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 268 seconds)
433 [06:32:14] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 250 seconds)
434 [06:32:48] *** Joins: j5 (~j5@replaced-ip )
435 [06:33:03] <at0m> deego: if it sets variables from /etc/profile.d/ , did you "source /etc/profile.d/thatfile" ?
436 [06:33:15] <deego> yes indeed
437 [06:33:17] <at0m> either that or log out completely and back in
438 [06:33:25] <deego> did both
439 [06:34:15] <at0m> was just stating something that looked like you may had overseen.. haven't used undistract-me myself
440 [06:34:15] <deego> at0m: does it work for you?
441 [06:34:27] <deego> ah
442 [06:35:40] *** Joins: wildeisonmine (~wildeison@replaced-ip )
443 [06:36:13] *** Joins: jcb2016 (~jcb2016@replaced-ip )
444 [06:36:23] <jcb2016> did anyone see my message from earlier?
445 [06:37:29] <at0m> jcb2016: afaik there's installers that include non-free (those would include firmware for that wifi)
446 [06:37:37] *** Joins: wildeisonmine_ (~wildeison@replaced-ip )
447 [06:37:59] <jcb2016> at0m, netinstallers or cd/dvd's ?
448 [06:38:30] *** Quits: apatran (~apatran@replaced-ip ) (Quit: Leaving.)
449 [06:39:53] <at0m> jcb2016: replaced-url
450 [06:40:02] *** Joins: trytus (c12ebbfc@replaced-ip )
451 [06:40:21] <at0m> 366M netinst.iso
452 [06:40:26] *** Quits: wildeisonmine (~wildeison@replaced-ip ) (Ping timeout: 268 seconds)
453 [06:40:49] <k-man> somehow automounting usb devices doesn't work for me any more
454 [06:41:13] <k-man> what is the standard debian/gnome way of automounting usb flash disks?
455 [06:41:24] *** Quits: ghost43 (~daer@replaced-ip ) (Quit: Leaving)
456 [06:41:35] <deego> at0m: ah, it works: I just had to switch to another workspace - makes sense. why notify if i'm still active on the same terminal?
457 [06:41:55] <jcb2016> ok thanks at0m
458 [06:42:28] <at0m> :)
459 [06:42:50] *** Quits: In33dt0kn0w (~In33dt0kn@replaced-ip ) (Ping timeout: 258 seconds)
460 [06:43:55] *** Quits: t0x-Avgr (~t0x@replaced-ip ) (Remote host closed the connection)
461 [06:43:56] <at0m> k-man: quick websearch replaced-url
462 [06:43:59] *** Joins: In33dt0kn0w (~In33dt0kn@replaced-ip )
463 [06:46:34] *** Joins: diogenes_ (~diogenes_@replaced-ip )
464 [06:46:57] <k-man> at0m,thanks, it's already set to true
465 [06:49:00] <at0m> k-man: my desktop doesn't do such automounting.. i find pmount pretty convenient. doesn't solve your automount issue tho.
466 [06:49:08] *** Quits: vfw (~terry@replaced-ip ) (Ping timeout: 250 seconds)
467 [06:49:23] <k-man> at0m, i'm sure gnome used to automount stuff for me.
468 [06:49:26] <k-man> not sure what changed
469 [06:51:08] *** Joins: vfw (~terry@replaced-ip )
470 [06:51:14] *** Parts: deego (~user@replaced-ip ) ("Thanks")
471 [06:51:44] *** Joins: rizzo (~RizzoTheR@replaced-ip )
472 [06:52:34] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
473 [06:52:35] *** Quits: i1nfusion (~i1nfusion@replaced-ip ) (Remote host closed the connection)
474 [06:53:02] *** Joins: i1nfusion (~i1nfusion@replaced-ip )
475 [06:53:18] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
476 [06:54:12] *** Quits: lilabsence (~RizzoTheR@replaced-ip ) (Ping timeout: 245 seconds)
477 [06:55:33] *** Joins: Pendrag0n (~jlee@replaced-ip )
478 [06:58:22] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
479 [07:01:13] *** Joins: COOurb|2 (COOurb@replaced-ip )
480 [07:02:54] *** Quits: chkbsd (~ucio@replaced-ip ) (Ping timeout: 264 seconds)
481 [07:04:04] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
482 [07:04:23] *** Joins: Jing (Jing@replaced-ip )
483 [07:05:15] *** Joins: chkbsd (~ucio@replaced-ip )
484 [07:05:15] *** Quits: chkbsd (~ucio@replaced-ip ) (Changing host)
485 [07:05:15] *** Joins: chkbsd (~ucio@replaced-ip )
486 [07:05:38] *** Joins: tyranny12 (~blarg@replaced-ip )
487 [07:05:38] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
488 [07:05:38] *** Joins: tyranny12 (~blarg@replaced-ip )
489 [07:06:07] *** Joins: j5_ (~j5@replaced-ip )
490 [07:06:19] *** Quits: j5_ (~j5@replaced-ip ) (Client Quit)
491 [07:07:52] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
492 [07:08:48] *** Quits: wolfpackmars2 (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
493 [07:09:03] *** Joins: wolfpackmars2 (~quassel@replaced-ip )
494 [07:10:04] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
495 [07:10:21] *** Quits: j5 (~j5@replaced-ip ) (Quit: Leaving)
496 [07:12:16] *** Quits: crn (~Chuck@replaced-ip ) (Quit: Leaving)
497 [07:14:42] *** Joins: Faket (~Faket@replaced-ip )
498 [07:15:02] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Ping timeout: 258 seconds)
499 [07:15:12] <jcb2016> finally downloaded the buster live weekly build from starbucks decent wifi. at least when i boot up i will have a wowrking desktop with firmware
500 [07:15:19] <jcb2016> thats all i really wanted
501 [07:15:38] *** Parts: Raptors (Raptors@replaced-ip ) ("Leaving")
502 [07:16:48] *** Joins: conta (~Thunderbi@replaced-ip )
503 [07:19:05] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
504 [07:19:55] *** Quits: jcb2016 (~jcb2016@replaced-ip ) (Quit: Leaving)
505 [07:20:53] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 245 seconds)
506 [07:24:14] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Ping timeout: 250 seconds)
507 [07:25:18] *** Joins: endstille (~endstille@replaced-ip )
508 [07:25:38] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
509 [07:29:00] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
510 [07:29:08] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
511 [07:30:10] *** Joins: untakenstupidnic (~untakenst@replaced-ip )
512 [07:31:36] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
513 [07:34:31] *** Quits: cjb (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 26.1))
514 [07:35:51] *** Quits: Old_Dog (~Old_Dog@replaced-ip ) (Ping timeout: 268 seconds)
515 [07:40:39] *** Joins: jcb2016 (~Mutter@replaced-ip )
516 [07:41:15] *** Quits: meLon (~meLon@replaced-ip ) (Quit: leaving)
517 [07:43:14] *** Joins: meLon (~meLon@replaced-ip )
518 [07:43:30] *** Joins: esaym153 (~esaym153@replaced-ip )
519 [07:43:58] <kingsley> Can any of Debian's great command line system administration utilities, like dpkg, apt-get or aptitude, upgrade 1.) a certain package and 2.) all of it's upgradable dependencies, without resorting to upgrading all installed packages?
520 [07:44:04] <kingsley> If so, how?
521 [07:44:16] *** Joins: Rad_Ed (Rad_Ed@replaced-ip )
522 [07:46:16] <at0m> kingsley: i'm sure there's different ways, but i'd use aptitude's ncurses interface. select the package you want, press + to upgrade, g to preview changes, g to apply them
523 [07:46:46] *** Joins: jcb2016_ (~Mutter@replaced-ip )
524 [07:48:14] *** Quits: jcb2016_ (~Mutter@replaced-ip ) (Client Quit)
525 [07:48:37] *** Joins: jcb2016_ (~Mutter@replaced-ip )
526 [07:48:58] <kingsley> at0m: Do you happen to know if aptitude's ncurses interface also upgrades packages that the one you pressed + for depend on?
527 [07:49:21] *** Joins: Ericounet (~Eric@replaced-ip )
528 [07:50:28] <rudi_s> kingsley: Only if there are conflicts (when for example a program depends on a specific version of a library).
529 [07:50:31] <at0m> kingsley: it will select the dependencies of the upgraded package, if those dependencies require upgrade, too
530 [07:50:37] *** Quits: jcb2016 (~Mutter@replaced-ip ) (Ping timeout: 246 seconds)
531 [07:51:06] <kingsley> Maybe I owe you an apology for being too terse.
532 [07:51:14] <at0m> no worries
533 [07:51:19] *** Quits: jcb2016_ (~Mutter@replaced-ip ) (Client Quit)
534 [07:52:00] <at0m> depending on aptitude's settings, it may mark "suggests" for installation, too. you can '-' those to not have these installed
535 [07:52:11] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
536 [07:52:13] *** Joins: dionysus69 (~dionysus6@replaced-ip )
537 [07:52:33] <at0m> so review the suggested changes when you press 'g' the first time
538 [07:52:38] <kingsley> Do you happen to know how to also upgrade a package's dependencies to their latest, newest versions, even if there are no known conflicts?
539 [07:52:49] <at0m> try it
540 [07:53:20] <at0m> if the one package upgrade requires it, it will mark the dependency upgrades, too
541 [07:53:45] <at0m> if not, aptitude will show but not mark for upgrade, as far as i know
542 [07:53:49] *** Quits: ircarcs (~quassel@replaced-ip ) (Quit: ircarcs)
543 [07:55:08] *** Joins: BeerHall1 (~Thunderbi@replaced-ip )
544 [07:56:17] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
545 [07:57:30] *** Joins: ircarcs (~quassel@replaced-ip )
546 [08:00:58] <Tom-_> kingsley, i think straight apt will do what you want
547 [08:01:08] *** Joins: george959 (~george959@replaced-ip )
548 [08:01:13] <Tom-_> well, all the necessary dependencies, maybe not all the upgradeable dependencies
549 [08:01:19] <Tom-_> but there's a lot of overlap
550 [08:05:11] *** Quits: DogManJr (~fvf@replaced-ip ) (Remote host closed the connection)
551 [08:06:22] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
552 [08:07:00] <aloo_shu> you could make one cmd list the dependency to a file, then use that as input to a lil script that attempts to upgrade each; got to get rid of the version part of the name on the way, but first word usually is pkg name
553 [08:07:20] <aloo_shu> *dependencies
554 [08:07:47] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
555 [08:08:37] *** Quits: arosusi (~arosusi@replaced-ip ) (Ping timeout: 268 seconds)
556 [08:10:06] *** Joins: llucenic (~Thunderbi@replaced-ip )
557 [08:10:21] *** Joins: jmarsac (~jmarsac@replaced-ip )
558 [08:13:22] *** Joins: olegfusion (~olegfusio@replaced-ip )
559 [08:13:49] <kingsley> aloo_shu: Maybe something like...
560 [08:14:00] *** Joins: stitched_unicorn (~Red@replaced-ip )
561 [08:14:38] <kingsley> $ aptitude install $( apt-rdepends my_stupendous_package_name | grep -E '^[a-zA-Z0-9]' | paste -sd " ")
562 [08:14:49] <kingsley> or
563 [08:15:18] <kingsley> $ aptitude install my_stupendous_package_name $( apt-rdepends my_stupendous_package_name | grep -E '^[a-zA-Z0-9]' | paste -sd " ")
564 [08:15:37] <aloo_shu> btw is 'don't mix aptitude and apt/synaptic' still true? different dependency logic
565 [08:16:15] *** Quits: Unit193 (ukikie@replaced-ip ) (Read error: Connection reset by peer)
566 [08:16:18] <aloo_shu> kingsley: oh man ask someone more pro, you're already more bash-fluid than ne :)
567 [08:16:24] <at0m> ouch synaptic
568 [08:16:28] <at0m> ,v synaptic
569 [08:16:29] <aloo_shu> me
570 [08:16:29] <judd> Package: synaptic on amd64 -- jessie: 0.81.2; stretch: 0.84.2; sid: 0.84.5
571 [08:16:36] <at0m> removed from buster for now
572 [08:16:45] *** Joins: llucenic_ (~Thunderbi@replaced-ip )
573 [08:17:01] *** Joins: Unit193 (ukikie@replaced-ip )
574 [08:18:13] <aloo_shu> hm
575 [08:18:17] <at0m> kingsley: that's using aptitude's command line interface. would be so easy running plain "aptitude"
576 [08:18:30] <aloo_shu> ,v aptitude
577 [08:18:31] <judd> Package: aptitude on amd64 -- jessie: 0.6.11-1+b1; stretch: 0.8.7-1; sid: 0.8.11-6; buster: 0.8.11-7
578 [08:18:50] <kaizoku> ah man i never knew that.. I've long mixed apt-get and aptitude
579 [08:19:24] <at0m> iiuc apt/apt-get/aptitude have been streamlined a lot nowadays
580 [08:19:48] *** Joins: iderik (~weechat@replaced-ip )
581 [08:20:09] <aloo_shu> I sort of dimly remember such a warning, but just now begin using aptitude, no drama so far
582 [08:20:19] <kaizoku> yea thye're certainly smoother than they used to be at0m
583 [08:20:26] *** Joins: elitas (~elitas@replaced-ip )
584 [08:20:35] <kaizoku> I use `apt` nowadays but basically just for brevity
585 [08:20:36] <kaizoku> easier to type
586 [08:20:57] <elitas> hello, deb replaced-url
587 [08:21:08] <elitas> what repository should i change to ?
588 [08:21:26] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 252 seconds)
589 [08:21:37] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
590 [08:22:11] *** Joins: sk_tandt (~sk_tandt@replaced-ip )
591 [08:22:12] *** Joins: andrzejv (~andzej@replaced-ip )
592 [08:22:27] <aloo_shu> archive.debian.org and no more updates, just wheezy, afaik
593 [08:24:06] <aloo_shu> -backports and -backports-sloppy also there, I guess
594 [08:24:54] *** Parts: Fennec (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
595 [08:25:46] *** Joins: sinecast (~sinecast@replaced-ip )
596 [08:26:17] *** Quits: In33dt0kn0w (~In33dt0kn@replaced-ip ) (Ping timeout: 245 seconds)
597 [08:27:09] *** Joins: a_l_b (~a_l_b@replaced-ip )
598 [08:28:12] *** Joins: In33dt0kn0w (~In33dt0kn@replaced-ip )
599 [08:28:29] *** Quits: auk (~auk@replaced-ip ) (Remote host closed the connection)
600 [08:30:14] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
601 [08:30:27] *** Joins: stefano (~stefano@replaced-ip )
602 [08:30:48] *** Joins: hejux (~hejux@replaced-ip )
603 [08:31:03] <stefano> hello guys
604 [08:32:23] *** Joins: ich (~ich@replaced-ip )
605 [08:33:42] *** Joins: wildeisonmine__ (~wildeison@replaced-ip )
606 [08:34:01] *** debhelper sets mode: +l 1479
607 [08:34:13] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
608 [08:34:52] *** Joins: kreyren (~kreyren@replaced-ip )
609 [08:36:07] *** Quits: wildeisonmine_ (~wildeison@replaced-ip ) (Ping timeout: 246 seconds)
610 [08:36:30] *** Joins: jas4711 (~smuxi@replaced-ip )
611 [08:37:14] *** Joins: woshty (~woshty@replaced-ip )
612 [08:37:38] *** Joins: stitched_unicorn (~Red@replaced-ip )
613 [08:37:53] <untakenstupidnic> hello stefano
614 [08:37:59] *** Quits: wildeisonmine__ (~wildeison@replaced-ip ) (Client Quit)
615 [08:39:17] *** Joins: BlueByte (~walther@replaced-ip )
616 [08:40:04] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
617 [08:41:46] *** Joins: tyranny12 (~blarg@replaced-ip )
618 [08:41:46] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
619 [08:41:46] *** Joins: tyranny12 (~blarg@replaced-ip )
620 [08:44:17] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
621 [08:44:29] *** Joins: saint__ (~saint_@replaced-ip )
622 [08:45:52] *** Quits: saint_ (~saint_@replaced-ip ) (Ping timeout: 245 seconds)
623 [08:46:01] *** Joins: nullbit (~p4rr0tHil@replaced-ip )
624 [08:46:43] *** Joins: slv (~slv@replaced-ip )
625 [08:48:35] *** Quits: schiz01 (~schiz01@replaced-ip ) (Quit: Leaving)
626 [08:49:18] *** Quits: sinecast (~sinecast@replaced-ip ) (Read error: Connection reset by peer)
627 [08:49:29] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
628 [08:49:42] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
629 [08:50:16] *** Joins: BenNZ (~Ben__@replaced-ip )
630 [08:50:21] *** Joins: vioxx (~alexandre@replaced-ip )
631 [08:50:32] *** Parts: vioxx (~alexandre@replaced-ip ) ("WeeChat 1.6")
632 [08:51:51] <jelly> elitas: wheezy is gone. If you cannot plan for an upgrade from debian 7 to 8, and from 8 to 9, there's paid support
633 [08:51:53] <jelly> !elts
634 [08:51:53] <dpkg> Limited commercial support for wheezy exists in form of Extended LTS, see replaced-url
635 [08:52:31] <jelly> !ado
636 [08:52:31] <dpkg> Debian has archives of no-longer-supported releases at replaced-url
637 [08:52:49] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
638 [08:53:20] *** Joins: Gyro (~user@replaced-ip )
639 [08:54:05] *** Joins: encod3 (~encod3@replaced-ip )
640 [08:56:51] *** Joins: P1ersson (~P1ersson@replaced-ip )
641 [08:56:59] *** Joins: HalfWord (~halfword@replaced-ip )
642 [08:57:08] *** Joins: rakesh (~rakesh@replaced-ip )
643 [08:57:17] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
644 [08:58:30] *** Joins: roo313 (2be7d076@replaced-ip )
645 [08:58:49] *** Joins: anonymous10046 (1b221c2a@replaced-ip )
646 [08:58:51] *** Joins: encod3_ (~encod3@replaced-ip )
647 [09:00:00] *** Quits: astrofog (~astrofog@replaced-ip ) (Remote host closed the connection)
648 [09:00:11] *** Joins: bingbotboom2 (~bingbotbo@replaced-ip )
649 [09:00:16] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 246 seconds)
650 [09:00:20] <rakesh> hello
651 [09:01:02] *** Joins: tagomago (~tagomago@replaced-ip )
652 [09:01:15] *** Quits: rakesh (~rakesh@replaced-ip ) (Client Quit)
653 [09:01:19] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 246 seconds)
654 [09:02:52] *** Joins: slvmchn (~slv@replaced-ip )
655 [09:02:55] *** Joins: Acer (~Acer@replaced-ip )
656 [09:03:06] <Acer> hello
657 [09:03:41] *** Joins: okoloj (~karel@replaced-ip )
658 [09:04:01] *** debhelper sets mode: +l 1490
659 [09:04:12] <Acer> fdasfdasfdas
660 [09:04:13] <Acer> fdaskfndsaklfndaskl
661 [09:04:15] <Acer> fdasnkfdskalnklfdas
662 [09:04:16] <Acer> fdsaknjfdsklanhfasd
663 [09:04:17] <Acer> kfdnaklfda
664 [09:04:17] *** Acer was kicked by debhelper (flood)
665 [09:04:20] *** Quits: bingbotboom2 (~bingbotbo@replaced-ip ) (Ping timeout: 250 seconds)
666 [09:04:58] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
667 [09:05:26] *** Quits: slv (~slv@replaced-ip ) (Ping timeout: 244 seconds)
668 [09:05:54] *** Joins: bingbotboom2 (~bingbotbo@replaced-ip )
669 [09:06:02] *** Quits: stefano (~stefano@replaced-ip ) (Quit: Leaving)
670 [09:07:17] *** Joins: diogenes_ (~diogenes_@replaced-ip )
671 [09:08:00] *** Joins: nidhoegger (~nidhoegge@replaced-ip )
672 [09:08:13] *** Joins: uNmowed (~Kaede@replaced-ip )
673 [09:08:37] *** Joins: stefano (~stefano@replaced-ip )
674 [09:08:47] *** Quits: okoloj (~karel@replaced-ip ) (Remote host closed the connection)
675 [09:09:07] <nidhoegger> Hi, I have a problem with debian buster (I need buster as my hardware is too new for stretch): I need to use my webcam, which is some generic notebook model that should work with uvcvideo, but all I get is a black image. I get some errors in dmesg about Extensions not beeing initializted and guvcview will give me that the resource is temporarly unavailable...
676 [09:09:16] *** Joins: djz88 (ZKubala@replaced-ip )
677 [09:09:30] <nidhoegger> from what Ive read in ubuntu forums its a bug that was fixed that renders newer uvc drivers unusable with some tools
678 [09:09:34] <nidhoegger> is there any workaround?
679 [09:09:48] *** Quits: cybercrypto (~morpheus@replaced-ip ) (Quit: leaving)
680 [09:09:49] *** Joins: okoloj (~karel@replaced-ip )
681 [09:10:05] *** Quits: nullbit (~p4rr0tHil@replaced-ip ) (Ping timeout: 244 seconds)
682 [09:10:23] *** Quits: anonymous10046 (1b221c2a@replaced-ip ) (Ping timeout: 256 seconds)
683 [09:10:54] *** Joins: nullbit (~p4rr0tHil@replaced-ip )
684 [09:11:08] *** Joins: louvre06 (~louvre06@replaced-ip )
685 [09:11:18] *** Quits: walnut_burl (~oak@replaced-ip ) (Ping timeout: 245 seconds)
686 [09:11:30] *** Parts: kaizoku (kaizoku@replaced-ip ) ()
687 [09:13:10] *** Joins: walnut_burl (~oak@replaced-ip )
688 [09:14:14] *** Joins: Elirips (~Elirips@replaced-ip )
689 [09:14:32] *** Quits: Rad_Ed (Rad_Ed@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
690 [09:15:18] *** Joins: arosusi (~arosusi@replaced-ip )
691 [09:15:35] *** Joins: clemens3 (~clemens@replaced-ip )
692 [09:15:49] *** Quits: sk_tandt (~sk_tandt@replaced-ip ) (Read error: Connection reset by peer)
693 [09:15:58] *** Joins: drzacek (~drzacek@replaced-ip )
694 [09:16:03] <diogenes_> nidhoegger, have you tried this test? replaced-url
695 [09:16:07] *** Quits: nuuuciano__ (~luuuciano@replaced-ip ) (Ping timeout: 240 seconds)
696 [09:16:20] <diogenes_> ff recommended
697 [09:16:33] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
698 [09:17:09] <nidhoegger> diogenes_, it does not work in skype, it does not work in guvcview, it does not work in cheese
699 [09:17:18] <nidhoegger> so I assume that it wont work in the browser as well
700 [09:17:36] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
701 [09:17:45] *** Joins: dreamon__ (~dreamon@replaced-ip )
702 [09:19:09] <nidhoegger> checked anyways: it does not work
703 [09:19:22] <nidhoegger> LED lights up, image is black
704 [09:19:23] <nidhoegger> thats it
705 [09:19:41] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
706 [09:20:03] <diogenes_> nidhoegger, i'd try some latest live sessions of ubuntu, xubuntu and mx linux
707 [09:20:11] *** Parts: roo313 (2be7d076@replaced-ip ) ()
708 [09:20:57] <nidhoegger> diogenes_, I do not see how this would fix the bug in my debian installation... I have no intent on using ubuntu or mxlinux
709 [09:21:05] <nidhoegger> in windows the cam works, so its not a hardware issue
710 [09:21:09] *** Joins: encod3 (~encod3@replaced-ip )
711 [09:21:59] *** Joins: Espopore (~Espopore@replaced-ip )
712 [09:22:47] *** Joins: a_l_b (~a_l_b@replaced-ip )
713 [09:22:58] *** Quits: Surfer2011_ (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
714 [09:23:26] <diogenes_> i mean if is works in one of those distros the you could din and see the packages they use or patches etc.
715 [09:23:44] <diogenes_> dig*
716 [09:24:10] <nidhoegger> i already installed the neweest uvcvideo driver from git with the same issue
717 [09:24:28] *** Joins: Half-Word (~halfword@replaced-ip )
718 [09:24:35] <nidhoegger> as my hardware is fairly new and it was PITA to get to work with linux I guess that ubuntu would not run out of the box
719 [09:25:20] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
720 [09:25:42] *** Quits: armin (~armin@replaced-ip ) (Ping timeout: 250 seconds)
721 [09:25:48] <diogenes_> latest mx 18.2 could be a shot but no guaratee.
722 [09:26:03] *** Quits: Prints (~333@replaced-ip ) (Max SendQ exceeded)
723 [09:26:29] *** Joins: monksam (~monksam@replaced-ip )
724 [09:26:51] *** Joins: handsome_feng (~feng@replaced-ip )
725 [09:26:54] <diogenes_> maybe it's even included in their custom kernel
726 [09:27:01] *** Joins: knidos (~knidos@replaced-ip )
727 [09:27:08] *** Quits: HalfWord (~halfword@replaced-ip ) (Ping timeout: 244 seconds)
728 [09:27:09] *** Joins: HKOK (~OS-45315@replaced-ip )
729 [09:27:24] <nidhoegger> as guessed: ubuntu is totally borked
730 [09:27:33] *** Quits: Guest83312 (~themsay@replaced-ip ) (Ping timeout: 268 seconds)
731 [09:28:20] *** Joins: phd (~vjetar@replaced-ip )
732 [09:28:22] <jelly> nidhoegger: the best thing to do report a bug and help finding the newest kernel where things still worked
733 [09:28:25] *** Joins: Surfer2011 (~quassel@replaced-ip )
734 [09:29:30] *** Quits: HKOK (~OS-45315@replaced-ip ) (Client Quit)
735 [09:30:05] *** Joins: nullbyte_ (~null@replaced-ip )
736 [09:30:19] *** Joins: HKOK (~OS-45315@replaced-ip )
737 [09:31:04] *** Quits: nullbit (~p4rr0tHil@replaced-ip ) (Quit: Leaving)
738 [09:31:15] *** HKOK is now known as Th3W1s31
739 [09:31:47] <aloo_shu> nidhoegger: similar idea: what would be the oldest kernel buster would still accept
740 [09:32:25] <nidhoegger> dunno, how can I downgrade?
741 [09:32:31] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
742 [09:32:52] *** Joins: krabador (~krabador@replaced-ip )
743 [09:33:23] <aloo_shu> just check the list of linux-image pkgs available
744 [09:33:32] <nidhoegger> kk, sec
745 [09:33:35] *** Joins: akaWolf (~akaWolf@replaced-ip )
746 [09:33:38] <aloo_shu> eg in synaptic, aptitude
747 [09:33:48] <themill> there will only be one in buster
748 [09:34:02] *** debhelper sets mode: +l 1496
749 [09:34:37] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
750 [09:34:43] *** Joins: Texou (~Texou@replaced-ip )
751 [09:36:31] <jelly> nidhoegger: you can use snapshot.debian.org to find older kernel builds from Debian for get a rough point, but after that you might have to bisect your own kernel builds
752 [09:36:44] <jelly> s/for/to/
753 [09:36:52] *** Joins: Pjusur (~Pjusur@replaced-ip )
754 [09:37:18] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
755 [09:37:49] *** Quits: bersace (~bersace@replaced-ip ) (Ping timeout: 250 seconds)
756 [09:38:18] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 264 seconds)
757 [09:39:04] <aloo_shu> themill: ok, then where is the info for what kernels a debian release can run on? I once had the problem when choosing a release for a chroot with the kernel given by the host system, and found only sparse and approximate info
758 [09:39:49] <themill> I know of no minimum kernel for buster. (There will be one, but it is likely older than jessie)
759 [09:40:23] *** Joins: hmpf1 (~Thunderbi@replaced-ip )
760 [09:41:22] *** Quits: Riviera (Riviera@replaced-ip ) (Remote host closed the connection)
761 [09:42:11] *** Joins: bersace (~bersace@replaced-ip )
762 [09:42:38] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
763 [09:43:01] *** Joins: _mel_ (~melvin@replaced-ip )
764 [09:43:30] <aloo_shu> that's exactly the type of info I found - 'X will likely still work' 'I've tried Y no issues so far', although sometimes there are hard limits, syscalls only introduced in Z
765 [09:45:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Αποχώρησε)
766 [09:47:40] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 250 seconds)
767 [09:48:30] *** Joins: dastier (~dastier@replaced-ip )
768 [09:48:32] <aloo_shu> but why, you could try that, nidhoegger , chroot into your buster from any stretch or jessie live session (although if your new hardware tends to be a pita, not sure if that works)
769 [09:48:37] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
770 [09:49:02] *** Joins: dastier (~dastier@replaced-ip )
771 [09:49:40] <aloo_shu> maybe it works just good enough to test the webcam
772 [09:51:05] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
773 [09:51:11] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Remote host closed the connection)
774 [09:51:52] *** Quits: civillia1 (~nick@replaced-ip ) (Quit: leaving)
775 [09:51:53] *** Joins: queip (~queip@replaced-ip )
776 [09:52:11] *** Joins: civillian (~nick@replaced-ip )
777 [09:53:50] *** Joins: colo-work (~colo-work@replaced-ip )
778 [09:54:13] *** Quits: untakenstupidnic (~untakenst@replaced-ip ) (Ping timeout: 245 seconds)
779 [09:54:29] *** Quits: In33dt0kn0w (~In33dt0kn@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
780 [09:54:57] *** Joins: AgentDaleCooper (~fsckoff@replaced-ip )
781 [09:55:04] *** Joins: RebelCoder (~RebelCode@replaced-ip )
782 [09:55:57] *** Joins: In33dt0kn0w (uid167702@replaced-ip )
783 [09:56:10] *** Quits: n4cht (~fsckoff@replaced-ip ) (Read error: Connection reset by peer)
784 [09:56:10] *** AgentDaleCooper is now known as n4cht
785 [09:57:46] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
786 [09:58:41] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
787 [09:59:43] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
788 [09:59:43] *** Joins: thrax (~thrax@replaced-ip )
789 [10:00:00] *** Joins: stitched_unicorn (~Red@replaced-ip )
790 [10:01:48] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Remote host closed the connection)
791 [10:03:34] *** Quits: xsisec__ (~xsisec@replaced-ip ) (Remote host closed the connection)
792 [10:03:43] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
793 [10:03:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
794 [10:03:57] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
795 [10:03:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
796 [10:04:07] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
797 [10:04:21] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
798 [10:04:48] *** Quits: thrax (~thrax@replaced-ip ) (Quit: leaving)
799 [10:04:48] *** Joins: nullbyte_ (~null@replaced-ip )
800 [10:04:50] *** Joins: r2rien (~me@replaced-ip )
801 [10:05:20] *** Quits: nullbyte_ (~null@replaced-ip ) (Client Quit)
802 [10:07:21] *** Joins: stitched_unicorn (~Red@replaced-ip )
803 [10:07:26] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
804 [10:08:04] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
805 [10:08:42] *** Joins: thrax (~thrax@replaced-ip )
806 [10:08:54] *** Quits: lavenders (~lavenders@replaced-ip ) (Ping timeout: 250 seconds)
807 [10:12:40] *** Joins: lavenders (~lavenders@replaced-ip )
808 [10:13:42] *** Quits: _mel_ (~melvin@replaced-ip ) (Quit: Leaving)
809 [10:13:43] *** Quits: arosusi (~arosusi@replaced-ip ) (Ping timeout: 268 seconds)
810 [10:15:15] *** Quits: Th3W1s31 (~OS-45315@replaced-ip ) (Ping timeout: 252 seconds)
811 [10:15:28] *** Joins: endstille (~endstille@replaced-ip )
812 [10:15:40] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 264 seconds)
813 [10:16:13] *** Joins: fanta7531 (~fanta7531@replaced-ip )
814 [10:22:32] *** Quits: nidhoegger (~nidhoegge@replaced-ip ) (Remote host closed the connection)
815 [10:23:52] *** Joins: diogenes_ (~diogenes_@replaced-ip )
816 [10:24:02] *** Joins: luneff (~yury@replaced-ip )
817 [10:24:31] *** Joins: ueb (0272a09a@replaced-ip )
818 [10:24:36] <ueb> hello
819 [10:25:08] <ueb> I've got a problem with a java client that should connect through SSL to a webserver
820 [10:25:49] *** Joins: paulo (~paulo@replaced-ip )
821 [10:26:14] <ueb> the connection works on a server, and does not work on another. both client servers are Debian and on same network
822 [10:29:31] *** Parts: piyush-kurur (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
823 [10:30:08] *** Quits: luneff (~yury@replaced-ip ) (Quit: Ухожу я от вас)
824 [10:31:48] *** Joins: Slashman (~Slash@replaced-ip )
825 [10:32:07] *** Quits: wolfpackmars2 (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
826 [10:32:18] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 268 seconds)
827 [10:33:05] *** Quits: aloo_shu (~atomic@replaced-ip ) (Quit: 't's been a pleasure)
828 [10:33:05] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
829 [10:33:29] *** Quits: orbiter (~orbiter@replaced-ip ) ()
830 [10:33:43] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
831 [10:33:46] *** Joins: hwm4rgs (~hwm4rgs@replaced-ip )
832 [10:36:45] *** Quits: Andocromn (~quassel@replaced-ip ) (Read error: Connection reset by peer)
833 [10:39:05] *** Joins: Andocromn (~quassel@replaced-ip )
834 [10:45:55] *** Quits: mikas (mikas@replaced-ip ) (Remote host closed the connection)
835 [10:46:02] *** Quits: avalchev (~user@replaced-ip ) (Remote host closed the connection)
836 [10:46:15] *** Joins: avalchev (~user@replaced-ip )
837 [10:46:20] *** Joins: mikas (mikas@replaced-ip )
838 [10:46:21] *** Quits: mbourhis_ (~mbourhis@replaced-ip ) (Remote host closed the connection)
839 [10:46:30] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
840 [10:46:34] *** Joins: mbourhis (~mbourhis@replaced-ip )
841 [10:48:53] *** Quits: stefano (~stefano@replaced-ip ) (Remote host closed the connection)
842 [10:49:12] *** Joins: bingbotboom3 (~bingbotbo@replaced-ip )
843 [10:49:12] *** Quits: bingbotboom2 (~bingbotbo@replaced-ip ) (Ping timeout: 250 seconds)
844 [10:49:13] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
845 [10:49:20] *** Joins: mortderire (~mortderir@replaced-ip )
846 [10:49:47] <ueb> curl fails to GET through SSL connection, one one server it works on another NOT
847 [10:49:52] *** Joins: m0u (~m0u@replaced-ip )
848 [10:51:33] *** Joins: SQ9KQS (~SQ9KQS@replaced-ip )
849 [10:51:57] *** Joins: yoric_ (~yoric@replaced-ip )
850 [10:52:10] *** Joins: oish (~charlie@replaced-ip )
851 [10:52:45] *** Joins: OS-XX2 (~root@replaced-ip )
852 [10:53:22] *** Joins: yoric__ (~yoric@replaced-ip )
853 [10:53:25] <ueb> curl is using TLSv1.2 on the server where it works, on the other SSLv3 TLS handshake
854 [10:53:32] <ueb> maybe the problem related to this?
855 [10:54:21] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
856 [10:54:54] *** Joins: Black_Horseman (~who_am_I@replaced-ip )
857 [10:55:07] *** Joins: oo_miguel (~miguel@replaced-ip )
858 [10:55:59] *** Quits: OS-XX2 (~root@replaced-ip ) (Client Quit)
859 [10:56:30] *** Quits: yoric_ (~yoric@replaced-ip ) (Ping timeout: 252 seconds)
860 [10:57:14] *** Joins: BlueByte (~walther@replaced-ip )
861 [10:57:15] *** Quits: larue94 (~kylin@replaced-ip ) (Remote host closed the connection)
862 [10:57:33] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 245 seconds)
863 [10:58:30] *** Joins: n4dir (~n4dir@replaced-ip )
864 [10:59:35] *** Joins: nbags (~nbags@replaced-ip )
865 [11:01:33] *** Joins: aindilis (~aindilis@replaced-ip )
866 [11:01:53] *** Quits: hatesec (~chronicle@replaced-ip ) (Quit: hatesec is gone, but not forgotten)
867 [11:03:45] *** Quits: [CaptainN] (zelda@replaced-ip ) (Quit: I have to pee!)
868 [11:04:37] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 245 seconds)
869 [11:05:43] *** Joins: stitched_unicorn (~Red@replaced-ip )
870 [11:06:38] *** Joins: AimHere (~David@replaced-ip )
871 [11:06:41] *** Joins: bruno_edoh (~bruno@replaced-ip )
872 [11:06:53] *** Joins: therussian (~dan@replaced-ip )
873 [11:06:53] *** Quits: aindilis (~aindilis@replaced-ip ) (Read error: Connection reset by peer)
874 [11:07:00] *** Joins: Gazooo (~Gazooo@replaced-ip )
875 [11:08:05] <therussian> So, who here is really autistic?
876 [11:08:20] *** ChanServ sets mode: +o jelly
877 [11:08:21] *** Parts: therussian (~dan@replaced-ip##) (requested by jelly ( arguments))
878 [11:08:22] *** jelly sets mode: +b therussian!*@*$##arguments
879 [11:08:23] *** jelly sets mode: +b *!*@185.56.89.139$##arguments
880 [11:08:24] *** ChanServ sets mode: -o jelly
881 [11:09:01] <colo-work> this banhammer is swift and just!
882 [11:10:00] *** Quits: manots (~manots@replaced-ip ) (Quit: Ping timeout (120 seconds))
883 [11:10:01] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Quit: Leaving the IRC world for now.)
884 [11:10:19] *** Joins: manots (~manots@replaced-ip )
885 [11:10:42] *** Joins: aindilis (~aindilis@replaced-ip )
886 [11:10:56] *** Joins: ens0 (~enso@replaced-ip )
887 [11:11:44] *** Joins: nsedrickm (~nsedrickm@replaced-ip )
888 [11:11:44] *** Joins: nsedrickm_ (~nsedrickm@replaced-ip )
889 [11:11:52] *** Joins: mibo (~mibo@replaced-ip )
890 [11:12:07] *** Parts: nsedrickm (~nsedrickm@replaced-ip ) ()
891 [11:13:02] *** Quits: nku (~nku@replaced-ip ) (Ping timeout: 250 seconds)
892 [11:14:02] *** debhelper sets mode: +l 1503
893 [11:14:31] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
894 [11:15:21] *** Joins: TomyWork (~tomy@replaced-ip )
895 [11:16:19] *** Joins: fedorafan (~fedorafan@replaced-ip )
896 [11:17:17] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Max SendQ exceeded)
897 [11:17:43] *** Quits: ueb (0272a09a@replaced-ip ) (Quit: Page closed)
898 [11:17:59] *** Parts: bruno_edoh (~bruno@replaced-ip ) ("Leaving")
899 [11:18:05] *** Joins: nku (~nku@replaced-ip )
900 [11:18:09] *** Quits: slvmchn (~slv@replaced-ip ) (Quit: Leaving)
901 [11:18:26] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
902 [11:18:35] *** Joins: catsup (~d@replaced-ip )
903 [11:19:07] *** Joins: stitched_unicorn (~Red@replaced-ip )
904 [11:19:31] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
905 [11:19:57] *** Joins: catsup (d@replaced-ip )
906 [11:21:42] *** Joins: Brigo (~Brigo@replaced-ip )
907 [11:22:21] *** Quits: AK (~ak@replaced-ip ) (Ping timeout: 256 seconds)
908 [11:22:32] *** Quits: nsedrickm_ (~nsedrickm@replaced-ip ) (Read error: Connection reset by peer)
909 [11:23:07] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
910 [11:24:47] *** Joins: AK (~ak@replaced-ip )
911 [11:25:23] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
912 [11:25:44] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 258 seconds)
913 [11:26:25] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
914 [11:27:56] *** Joins: Aussie_matt_ (~quassel@replaced-ip )
915 [11:28:05] *** Joins: Th3W1s31 (~OS-45315@replaced-ip )
916 [11:28:07] *** Quits: Th3W1s31 (~OS-45315@replaced-ip ) (Remote host closed the connection)
917 [11:28:37] *** Joins: shtrb (~shtrb@replaced-ip )
918 [11:29:57] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
919 [11:30:03] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
920 [11:30:30] <fling> Is there a command for reinstalling all the packages owning files from a list?
921 [11:32:07] *** Joins: lucad111 (~lucad111@replaced-ip )
922 [11:33:35] *** Quits: handsome_feng (~feng@replaced-ip ) (Remote host closed the connection)
923 [11:37:16] *** Joins: neibo (~neibo@replaced-ip )
924 [11:40:52] <EdePopede> fling: if you mean with files things like `/bin/bash` then you can `dpkg -l $file` to get the package name and create a package list
925 [11:41:23] *** Quits: Espopore (~Espopore@replaced-ip ) (Read error: Connection reset by peer)
926 [11:41:34] <EdePopede> erm. no. `dpkg -S $file`
927 [11:43:39] *** Quits: elitas (~elitas@replaced-ip ) ()
928 [11:44:07] *** Joins: nixroot (~nixroot@replaced-ip )
929 [11:46:25] <fling> EdePopede: thanks
930 [11:48:49] *** Quits: Aussie_matt_ (~quassel@replaced-ip##) (Quit: ##replaced-url
931 [11:49:01] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
932 [11:49:42] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
933 [11:50:48] *** Joins: baptist (~baptist@replaced-ip )
934 [11:53:17] *** Joins: Eiku (~Eiku@replaced-ip )
935 [11:54:14] *** Quits: _systemd_is_evil (~NOsystemd@replaced-ip ) (Ping timeout: 268 seconds)
936 [11:54:51] <Eiku> Hello, I came here because I experienced a bug (system freeze after unmounting & removal of external USB HDD) but in the bugreport application I am not sure what package I should assign it to
937 [11:55:22] <Eiku> I am also wondering whether this bug might already have been reported – I am afraid of creating a duplicate in the tracker.
938 [11:56:23] *** Joins: OS-32979 (~OS-32979@replaced-ip )
939 [11:56:31] <OS-32979> !payday
940 [11:56:42] *** Parts: OS-32979 (~OS-32979@replaced-ip ) ()
941 [11:57:47] *** Quits: chkbsd (~ucio@replaced-ip ) (Ping timeout: 240 seconds)
942 [11:58:38] *** Joins: Megaf (~Megaf@replaced-ip )
943 [11:59:12] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
944 [11:59:28] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 259 seconds)
945 [11:59:28] <rant> i had a similar issue.. care to elaborate?
946 [12:00:23] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
947 [12:01:00] <rant> Eiku: ^
948 [12:01:12] *** Joins: kanliot (~anliot@replaced-ip )
949 [12:01:19] <Eiku> I am using Debian Stretch
950 [12:02:07] *** Quits: kslen (~newbie@replaced-ip ) (Remote host closed the connection)
951 [12:02:09] <rant> Eiku: ok.. and was this a USB3 drive (using xhci) what DE? How SPECIFICALLY did you "unmount" it? Was it encrypted? What fs? etc
952 [12:02:20] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 268 seconds)
953 [12:02:23] <Eiku> Often, when I remove my external hard drive (in general I use the "eject" symbol in thunar), everything is fine, but once I remove the usb plug physically, the whole system freezes
954 [12:02:28] <rant> How was it mounted? Automatically (gvfsd)?
955 [12:02:35] <Eiku> Yes, automatically
956 [12:02:58] <Eiku> I don’t know if the USB port is USB3, but I doubt it, my computer would be too old I guess.
957 [12:03:03] *** Quits: endstille (~endstille@replaced-ip ) (Ping timeout: 264 seconds)
958 [12:03:17] <shtrb> did you get a hard freeze (caps lock not responding for example) or software freeze but sysrq worked for you ?
959 [12:03:23] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
960 [12:03:26] <Eiku> There is no blue poka yoke inside the USB port (whether it is an indicator I don’t know).
961 [12:03:47] <rant> For me it was an LUKS encrypted ext4 Western Digital Passport 1TB drive on USB3 (xhci) and automounted with gvfsd and when I would choose "safely remove" from caja (MATE) the whole system would lock up hard and the cpu fan would kick on full blast
962 [12:04:02] *** debhelper sets mode: +l 1494
963 [12:04:07] *** Joins: kslen (~newbie@replaced-ip )
964 [12:04:36] *** Joins: chkbsd (~ucio@replaced-ip )
965 [12:04:36] *** Quits: chkbsd (~ucio@replaced-ip ) (Changing host)
966 [12:04:36] *** Joins: chkbsd (~ucio@replaced-ip )
967 [12:04:37] <rant> if I'd unmount it, it was fine, only using the "safely remove" caused the issue
968 [12:04:43] <Eiku> shtrb: sysrq > is that the Ctrl+Alt+backspace thing? I did try that to no avail.
969 [12:05:07] <rant> Eiku: sysrq is sysrq.. as in the sysrq key
970 [12:05:31] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
971 [12:05:42] <rant> and in my experience even sysrq was non-responsive and even trying an acpi power down via the power button failed
972 [12:05:56] <Eiku> oh ok, I don’t have a sysrq key (or at least it is not labelled so).
973 [12:06:08] <shtrb> Eiku, it's a button on your keyboard (could be name PrtScn only)
974 [12:06:11] *** Quits: bingbotboom3 (~bingbotbo@replaced-ip ) (Remote host closed the connection)
975 [12:06:19] <shtrb> !sysrq
976 [12:06:20] <dpkg> rumour has it, sysrq is Alt-PrintScreen-[Key]. For a clean reboot with a semi-locked machine, try [Key] with s-u-b, s for sync, u for remount readonly and b for reBoot. See replaced-url
977 [12:06:20] <rant> Eiku: not all keyboards label it, but its typically the PrtSc button
978 [12:06:21] <Eiku> Well, I do have Print Screen
979 [12:06:38] <Eiku> ok :)
980 [12:06:49] <shtrb> Eiku, ^
981 [12:06:54] <rant> Eiku: Alt+PrtSc+K should kill everything and land you back at your login screen it typically works even when SHTF
982 [12:07:15] *** Quits: louvre06 (~louvre06@replaced-ip ) (Ping timeout: 250 seconds)
983 [12:07:24] *** Joins: conta (~Thunderbi@replaced-ip )
984 [12:07:27] <rant> its called a SAK or Sysrq Kill
985 [12:07:44] <rant> one of many sysrq commands
986 [12:08:06] <Eiku> OK, I will try this next time I get this freeze issue!
987 [12:08:31] <rant> for me it was not routinely reproducible.. if I tried just booting, plugging it in and going to safely remove, it worked..
988 [12:08:43] <rant> it was only after using the drive a bit that it caused the issue
989 [12:08:59] *** Joins: BCMM (~BCMM@replaced-ip )
990 [12:09:21] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
991 [12:09:37] <rant> I never filed a bug cause I couldnt narrow it down enough to file a bug.. I have NFC what was causing it and the problem went away.. I switched from an x240 to a T440 and never had the issue on here
992 [12:09:47] <Eiku> I didn’t investigate enough to be sure whether I am in the same pattern…
993 [12:09:48] *** Quits: Faket (~Faket@replaced-ip ) (Ping timeout: 250 seconds)
994 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
995 [12:10:39] *** Joins: BlueByte (~walther@replaced-ip )
996 [12:10:47] <shtrb> don't you dare blame a t440, there are no problems in t440 !
997 [12:11:19] *** Joins: dselect (~dselect@replaced-ip )
998 [12:11:36] <rant> yes well there are a lot of moving parts there.. hardware (USB bus, USB enclosure, disk), the kernel (USB drivers, fs driver), the disk (fs, cache both HW and SW, etc), the software (automounter daemon, file manager, etc)
999 [12:12:11] <rant> shtrb: all the *40 series Lenovo Thinkpads suck but I only had this issue on the X240
1000 [12:12:27] *** Joins: winem_ (~quassel@replaced-ip )
1001 [12:12:38] <Eiku> I hope the issue is not hardware-specific because my computer model is probably not a largely used one (it’s one of DELL’s everything’s-inside-the-screen ones).
1002 [12:12:46] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1003 [12:13:04] *** Joins: Ericounet (~Eric@replaced-ip )
1004 [12:13:06] <rant> shtrb: I am fortunate the kid I traded for this T440, he decked it out, put in a 3 button touchpad, 1080p screen, 68+ battery, m.2 SSD, 8GB ram..
1005 [12:13:50] <rant> Eiku: well hearing you having a similar issue makes me think this has a common denominator
1006 [12:14:25] <rant> Eiku: you still haven't said enough for me to figure out what all those common denominators are.. what is the FS, is it encrypted, what kind of drive is it?
1007 [12:14:37] <shtrb> rant, #d-o
1008 [12:14:41] *** Quits: maxxe_ (o0rwcm8pd4@replaced-ip ) (Quit: irc break)
1009 [12:15:03] <rant> we know so far we both used stretch, so same kernel, both were using gvfsd..
1010 [12:15:04] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1011 [12:15:21] <shtrb> there was an xhci bug a while ago
1012 [12:15:33] <shtrb> but it will lock usb only and not the entire system
1013 [12:15:35] <rant> yes but this user doesnt think they have xhci
1014 [12:15:49] *** Joins: bazul (~bazul@replaced-ip )
1015 [12:15:58] <rant> in my case it was def xhci.. the *40 series has USB3
1016 [12:16:00] <Eiku> It is a seagate “expansion” 2.5'' USB 3.0 drive with 1 To; I splitted it into ext3 and fat32.
1017 [12:16:27] <rant> ok, so both are USB3 drives, different brands and fs
1018 [12:16:28] <Eiku> No encryption… and it is (probably) plugged to a USB2 port.
1019 [12:16:38] <rant> Eiku: using a USB3 cable?
1020 [12:16:41] *** Parts: Plasmoduck (~Plasmoduc@replaced-ip##) ("Textual IRC Client: ##replaced-url
1021 [12:16:43] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1022 [12:16:56] <Eiku> I would hope so as it is the cable they sold me with the drive :)
1023 [12:16:57] <rant> USB3 has extra pins and is typically labelled SS
1024 [12:17:16] <Eiku> Right, “SS” clearly visible on the plug.
1025 [12:17:18] <rant> if you look it has more than the standard 4 pins in the cable.. there is a 2nd row of pins
1026 [12:17:22] *** Joins: traveltissues (~traveltis@replaced-ip )
1027 [12:17:39] <rant> they are USUALLY blue, but thats not always the case
1028 [12:17:47] *** Joins: foul_owl (~foul_owl@replaced-ip )
1029 [12:17:59] <Eiku> Yes, the cable connector has a bright blue plastic part inside.
1030 [12:18:10] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1031 [12:18:35] <rant> Eiku: (uname -r;lsmod | grep hci;lsusb)|nc termbin.com 9999
1032 [12:19:24] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
1033 [12:19:29] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
1034 [12:19:50] <rant> Eiku: should give you something like this replaced-url
1035 [12:19:55] <kanliot> rant, does termbin.com:9999 actually work with that? Dumb question but that's kind of awesome
1036 [12:20:00] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1037 [12:20:30] <rant> kanliot: termbin is designed specifically to work with netcat, yes
1038 [12:20:37] <kanliot> :)
1039 [12:20:43] <Eiku> wow
1040 [12:20:58] <Eiku> So here’s mine: replaced-url
1041 [12:22:00] *** Joins: l3af (~l3af@replaced-ip )
1042 [12:22:24] <Eiku> I’m sorry, I’ll have to leave for an hour or so… Thanks for all – I’ll be back later.
1043 [12:22:34] *** Quits: shtrb (~shtrb@replaced-ip ) (Ping timeout: 246 seconds)
1044 [12:22:34] <rant> Eiku: looks to be intel and same hub, and is showing USB3 though that doesnt necessarily mean you have USB3 ports
1045 [12:22:42] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1046 [12:23:55] <rant> this is beginning to sound like an xhci bug possibly related to intel
1047 [12:24:27] <rant> and IIRC I could make it happen with thumbdrives too
1048 [12:25:09] <rant> but it had to be in use for awhile, couldnt just mount and remove and get it to lock up.. had to actually get the buffers going
1049 [12:25:40] *** Quits: In33dt0kn0w (uid167702@replaced-ip ) (Quit: Connection closed for inactivity)
1050 [12:25:41] *** Joins: Faket (~Faket@replaced-ip )
1051 [12:26:19] <kanliot> so which has more black magic innit, USB, or bluetooth
1052 [12:26:28] <at0m> rant: noticed with floppy /dev/fd0 last week, that it didn't sync until long time after. umount would refuse cos "device busy", and even "sync" didn't flush the buffers often
1053 [12:27:07] <kanliot> yeah, i've had unmounting issues all year
1054 [12:27:07] <at0m> that's buster^ though, not sure how it would work on stable. but i don't expect much changes in floppy stuff
1055 [12:27:09] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
1056 [12:27:10] *** Joins: Ceber (~cerberus@replaced-ip )
1057 [12:27:44] <rant> yeah that sounds like an entirely different issue, in my case selecting "safely remove" in cache deadlocked the machine and seemed to send the CPU into some kinda loop cause the cpu fan kicked on full blast
1058 [12:28:16] <rant> and this other user is saying the remove, hitting the "eject" button in thunar worked, but it was upon unplugging the drive that it was locking up
1059 [12:28:24] *** Quits: ens0 (~enso@replaced-ip ) (Quit: Leaving)
1060 [12:28:25] *** Joins: tyranny12 (~blarg@replaced-ip )
1061 [12:28:25] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1062 [12:28:25] *** Joins: tyranny12 (~blarg@replaced-ip )
1063 [12:28:31] <rant> for me it was locking up before unplugging it
1064 [12:28:31] <kanliot> ok
1065 [12:29:17] <rant> kanliot: bluetooth is obviously more complex.. its wireless and has authentication and such
1066 [12:29:43] <rant> there is wireless usb, though I've never seen it
1067 [12:29:56] <kanliot> what about PCI over usb
1068 [12:30:10] <rant> never heard of that
1069 [12:30:12] <kanliot> and displayport DRM over usb
1070 [12:30:25] <kanliot> ehh, i might be wrong
1071 [12:30:31] <kanliot> i'm just trying to stump u
1072 [12:31:29] <rant> in fact in my case if I just pulled the plug out or unmounted, it was fine.. it was only clicking that "safely remove" that would lock it up
1073 [12:31:59] <rant> and idk what safely remove does in caja but I'd guess it flushes cache and probably attempts to remove the disk from the bus
1074 [12:32:38] <at0m> safely remove would be just umount, maybe sync before that
1075 [12:32:41] <kanliot> i thought it would work like sudo eject
1076 [12:33:34] <rant> there was no way I could see to get more info cause it was totally locking the system up so I couldnt really observe it, and I couldnt regularly reproduce it
1077 [12:33:43] <kanliot> and oddly sudo eject works, but doing su, then eject won't work
1078 [12:33:58] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 258 seconds)
1079 [12:34:20] <at0m> sudo doesn't change many env variables. su has all env like root
1080 [12:34:30] *** Joins: wwilliam (~afernande@replaced-ip )
1081 [12:34:48] <kanliot> i thought it was that they are removing udev rules for the root user
1082 [12:35:14] <__m4ch1n3__> the device will not physically jump out of the hub on eject:3
1083 [12:35:25] <rant> the common denominators in both these reports is use of gvfsd and the stretch kernel.. and possibly USB3.. we aren't certain if the other user was actually using USB3 or not.. their device was USB3, and their system reports a USB3 hub.. but we dont know for certain they had it connected to a USB3 port
1084 [12:36:12] <rant> in their case it was removing the drive physically that caused it, not the ejecting from thunar.. in my case it was the safely removing in caja that caused it.. so it could be cache related
1085 [12:36:39] <rant> cause I did observe unmounting a recently mounted drive had no issues (i.e. when no caching had been done yet)
1086 [12:38:11] *** Joins: louvre06 (~louvre06@replaced-ip )
1087 [12:39:11] <rant> though I haven't had the issue since I switched to this T440 so.. idk.. I took the 128GB ssd from the X240 and put it in here.. same install, and the HW is similar enough..
1088 [12:39:34] <rant> same cpu so.. same USB afaik
1089 [12:39:56] <rant> afaik the Core i5 4300U has the USB controller on the cpu
1090 [12:41:10] <kanliot> well it could be electrical
1091 [12:41:18] *** Joins: simpledat (~unknown@replaced-ip )
1092 [12:41:27] <kanliot> usb sockets aren't 100% the same
1093 [12:42:48] *** Joins: OS-XX2 (~root@replaced-ip )
1094 [12:42:55] *** Quits: OS-XX2 (~root@replaced-ip ) (Client Quit)
1095 [12:44:50] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Remote host closed the connection)
1096 [12:45:22] *** Joins: pie_ (~pie_@replaced-ip )
1097 [12:45:41] <pie_> hi folks, is there a way to get a deb file off of replaced-url
1098 [12:46:12] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
1099 [12:46:56] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
1100 [12:48:41] <kanliot> pie_, can you find the same package on the debian website?
1101 [12:49:07] <pie_> no I havent been able to find it
1102 [12:49:15] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 264 seconds)
1103 [12:49:52] <kanliot> let me look
1104 [12:49:54] <pie_> kanliot, Im looking for replaced-url
1105 [12:50:39] <pie_> gotta run, be back in a half hour or hour or so
1106 [12:53:14] <kanliot> pie_, try this pls
1107 [12:53:15] <kanliot> replaced-url
1108 [12:54:13] <rant> there is no package called "
1109 [12:54:21] <rant> "nix" in any branch of debian
1110 [12:55:10] *** Joins: arora (~ashok@replaced-ip )
1111 [12:55:39] <kanliot> Source: replaced-url
1112 [12:57:19] <rant> yes well the debianized source is on salsa replaced-url
1113 [12:57:25] <rant> but its not been accepted yet
1114 [12:57:45] *** Joins: P1ersson (~P1ersson@replaced-ip )
1115 [12:57:47] <rant> and shouldnt be because it has numerous policy violations
1116 [12:57:48] <kanliot> what is salsa
1117 [12:58:13] <rant> its a topping/dip made with tomatoes :P
1118 [12:58:23] <rant> dpkg, what is salsa?
1119 [12:58:23] <dpkg> salsa.debian.org is the git repository system for Debian's teams. It was migrated from Alioth. See replaced-url
1120 [12:58:31] <kanliot> oh hell
1121 [12:59:21] *** Joins: Ericounet (~Eric@replaced-ip )
1122 [12:59:47] <rant> its also a form of latin dance
1123 [13:00:09] <kanliot> the bot was more personable, thanks :)
1124 [13:00:45] *** Quits: r00tobo (~r00tobo@replaced-ip ) (Quit: See you later)
1125 [13:01:23] <rant> dpkg, what is a person?
1126 [13:01:23] <dpkg> rumour has it, person is like a bot, but squishier
1127 [13:02:05] <kanliot> dpkg, what are you?
1128 [13:02:05] <dpkg> I am an infobot. For more information, ask me about <infobot>.
1129 [13:02:41] *** Joins: martastain (~martastai@replaced-ip )
1130 [13:03:09] *** Joins: prince_jammys (~mischa@replaced-ip )
1131 [13:04:01] *** debhelper sets mode: +l 1500
1132 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1133 [13:05:18] *** Joins: dpkg (~dpkg@replaced-ip )
1134 [13:06:08] *** Quits: prince_j1mmys (~mischa@replaced-ip ) (Ping timeout: 250 seconds)
1135 [13:08:02] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1136 [13:08:22] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 245 seconds)
1137 [13:08:33] *** Quits: Black_Horseman (~who_am_I@replaced-ip ) (Quit: Leaving)
1138 [13:10:11] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Read error: Connection reset by peer)
1139 [13:10:37] *** Quits: COOurb|2 (COOurb@replaced-ip ) (Read error: Connection reset by peer)
1140 [13:10:52] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1141 [13:11:24] *** Quits: vfw (~terry@replaced-ip ) (Quit: leaving)
1142 [13:15:25] *** Quits: oo_miguel (~miguel@replaced-ip ) (Ping timeout: 246 seconds)
1143 [13:15:45] *** Quits: simpledat (~unknown@replaced-ip ) (Quit: leaving)
1144 [13:16:23] *** Quits: rhizome_ (~rhizome@replaced-ip ) (Ping timeout: 252 seconds)
1145 [13:18:45] *** Joins: bingbotboom2 (~bingbotbo@replaced-ip )
1146 [13:19:24] *** Joins: deicide- (~deicide-@replaced-ip )
1147 [13:21:20] *** Joins: selroc (~selroc@replaced-ip )
1148 [13:21:40] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
1149 [13:22:24] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
1150 [13:23:02] *** Quits: l3af (~l3af@replaced-ip ) (Ping timeout: 268 seconds)
1151 [13:24:01] *** debhelper sets mode: +l 1493
1152 [13:24:52] *** Joins: shtrb (~shtrb@replaced-ip )
1153 [13:26:27] *** Quits: louvre06 (~louvre06@replaced-ip ) (Quit: need to study)
1154 [13:27:03] *** Joins: paulo (~paulo@replaced-ip )
1155 [13:27:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1156 [13:28:14] *** Joins: sentriz (~sentriz@replaced-ip )
1157 [13:29:17] *** Quits: monksam (~monksam@replaced-ip ) (Ping timeout: 256 seconds)
1158 [13:29:30] *** Joins: Guest18661 (~quassel@replaced-ip )
1159 [13:29:52] *** Joins: julientm (~julien@replaced-ip )
1160 [13:30:48] *** Joins: km0201 (~km0201@replaced-ip )
1161 [13:31:27] *** Joins: alazred (~alazred@replaced-ip )
1162 [13:31:27] *** Quits: alazred (~alazred@replaced-ip ) (Changing host)
1163 [13:31:27] *** Joins: alazred (~alazred@replaced-ip )
1164 [13:31:39] *** Quits: Guest18661 (~quassel@replaced-ip ) (Remote host closed the connection)
1165 [13:32:08] *** Joins: Haudegen (~quassel@replaced-ip )
1166 [13:32:28] *** Joins: l3af (~l3af@replaced-ip )
1167 [13:33:59] *** Joins: bora_ (~bora@replaced-ip )
1168 [13:34:01] *** debhelper sets mode: +l 1501
1169 [13:35:19] *** Quits: BeerHall1 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1170 [13:35:37] *** Joins: BeerHall (~Thunderbi@replaced-ip )
1171 [13:35:58] *** Quits: alazred (~alazred@replaced-ip ) (Client Quit)
1172 [13:37:30] *** Joins: Zppix (uid182351@replaced-ip )
1173 [13:39:33] *** Joins: armin (~armin@replaced-ip )
1174 [13:39:57] *** Joins: clemens3 (~clemens@replaced-ip )
1175 [13:41:30] *** Quits: gaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
1176 [13:42:35] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
1177 [13:42:53] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
1178 [13:43:34] *** Joins: monksam (~monksam@replaced-ip )
1179 [13:44:05] *** Joins: lankanmon (~LKNnet@replaced-ip )
1180 [13:46:14] *** Joins: Gaaab (~Gaaab@replaced-ip )
1181 [13:48:28] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1182 [13:48:36] *** Joins: nullbyte_ (~null@replaced-ip )
1183 [13:48:40] *** Joins: ae-35 (~ae-35@replaced-ip )
1184 [13:50:56] *** Joins: rwtrecs (~rwtrecs@replaced-ip )
1185 [13:52:30] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 252 seconds)
1186 [13:54:01] *** debhelper sets mode: +l 1508
1187 [13:54:39] *** Quits: fanta7531 (~fanta7531@replaced-ip ) (Quit: fanta7531)
1188 [13:55:00] *** Joins: Texou (~Texou@replaced-ip )
1189 [13:57:00] *** Joins: arosusi (~arosusi@replaced-ip )
1190 [13:58:17] <pie_> rant, the link i posted has a file with the name .deb though
1191 [13:58:23] <pie_> not that i have any idea how that thing works
1192 [14:00:51] <krion> jelly: remember my "why gpgv, won't unattended-upgrade ?"
1193 [14:01:22] *** Joins: CrystalMath (~coderain@replaced-ip )
1194 [14:02:00] *** Quits: VectorX (~VectorX@replaced-ip ) (Excess Flood)
1195 [14:03:28] *** Joins: hanfm (~Thunderbi@replaced-ip )
1196 [14:04:01] *** Joins: Brigo (~Brigo@replaced-ip )
1197 [14:04:07] *** Joins: amcorreia (~amcorreia@replaced-ip )
1198 [14:04:47] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 240 seconds)
1199 [14:04:54] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1200 [14:09:12] *** Joins: VectorX (~VectorX@replaced-ip )
1201 [14:09:17] <CrystalMath> hi all
1202 [14:09:23] <CrystalMath> why is premake5 not in sid yet?
1203 [14:10:41] <shtrb> !debian-next
1204 [14:10:42] <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.
1205 [14:10:45] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
1206 [14:11:06] <CrystalMath> oh oops
1207 [14:11:23] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1208 [14:11:32] <CrystalMath> yes i forgot about that channel
1209 [14:12:45] *** Quits: akaWolf (~akaWolf@replaced-ip ) (Read error: Connection reset by peer)
1210 [14:12:49] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
1211 [14:13:05] *** Joins: speefak (~speefak@replaced-ip )
1212 [14:13:30] *** Joins: akaWolf (~akaWolf@replaced-ip )
1213 [14:13:55] *** Joins: etraga (6def7bef@replaced-ip )
1214 [14:14:01] *** debhelper sets mode: +l 1516
1215 [14:14:36] <speefak> hello, can anyone tell me how i can write the output of an command ( e.g. sleep 10 & ) to a file or var ?
1216 [14:14:43] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1217 [14:14:47] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 258 seconds)
1218 [14:14:52] <speefak> i get the PID but no redirection to var or file works
1219 [14:14:52] <etraga> Hi! Does anyone knows if there is recent changes on iptables? I setup a new server as I normally do with my iptables firewall shell script, but nothing to do: when I run my script I'm drop from server. My SSH server is on alternative port
1220 [14:15:20] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
1221 [14:15:28] <speefak> sleep 10 & &> PID_FILE doen work
1222 [14:15:44] <etraga> I open ssh port with iptables -A INPUT -p tcp --dport mysshport -j ACCEPT
1223 [14:15:58] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
1224 [14:16:09] *** Joins: cryptodan (~cryptodan@replaced-ip )
1225 [14:16:11] <LeandroLuiz> etraga: I think you need to check your rules again, maybe flush everything first, then open your ssh port
1226 [14:16:20] <LeandroLuiz> and check the rest of the rules
1227 [14:16:24] *** Joins: teclo- (42@replaced-ip )
1228 [14:17:08] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1229 [14:17:52] <etraga> LeandroLuiz: here is the first lines of my script replaced-url
1230 [14:18:05] <etraga> LeandroLuiz: I clean all before
1231 [14:19:29] <LeandroLuiz> try to test out every line
1232 [14:19:36] *** Quits: r2rien (~me@replaced-ip ) (Quit: Quit)
1233 [14:20:11] *** Joins: oo_miguel (~miguel@replaced-ip )
1234 [14:20:17] *** Joins: endstille (~endstille@replaced-ip )
1235 [14:22:41] *** Joins: nsedrickm (~nsedrickm@replaced-ip )
1236 [14:22:43] *** Joins: ikus060 (~ikus060@replaced-ip )
1237 [14:23:16] *** Quits: l3af (~l3af@replaced-ip ) (Ping timeout: 250 seconds)
1238 [14:23:32] *** Joins: r2rien (~me@replaced-ip )
1239 [14:23:37] *** Joins: ch0wn_ (~tmp@replaced-ip )
1240 [14:23:42] *** Quits: Sinewpy (~end@replaced-ip ) (Ping timeout: 250 seconds)
1241 [14:25:14] *** Joins: Sinewpy (~end@replaced-ip )
1242 [14:26:21] *** Quits: speefak (~speefak@replaced-ip ) (Quit: Leaving)
1243 [14:29:48] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1244 [14:30:20] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
1245 [14:31:58] *** Joins: zeden (~user@replaced-ip )
1246 [14:32:21] *** Joins: tachikomas (~tachikoma@replaced-ip )
1247 [14:32:50] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1248 [14:34:05] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1249 [14:34:10] *** Joins: l3af (~l3af@replaced-ip )
1250 [14:34:20] <etraga> LeandroLuiz: it seems my server use NBD protocol, do you know this? Which port I need to open?
1251 [14:35:14] *** Quits: trytus (c12ebbfc@replaced-ip ) (Quit: Page closed)
1252 [14:37:38] <LeandroLuiz> etraga: netstat -a
1253 [14:37:43] <LeandroLuiz> nbd is like nfs
1254 [14:39:51] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1255 [14:39:55] *** Quits: bipul (~bipul@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1256 [14:40:25] <jelly> etraga: nbd uses a single tcp connection and a single port, but you'll have to look at configuration of nbd server to see which one
1257 [14:40:38] *** Quits: tsglove (~tsglove@replaced-ip ) (Quit: Leaving)
1258 [14:40:39] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 250 seconds)
1259 [14:40:42] *** Joins: bipul (~bipul@replaced-ip )
1260 [14:41:02] *** Quits: allorder (~allorder@replaced-ip ) (Ping timeout: 250 seconds)
1261 [14:41:50] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1262 [14:43:24] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1263 [14:43:36] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1264 [14:44:21] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1265 [14:44:57] *** Quits: bipul (~bipul@replaced-ip ) (Client Quit)
1266 [14:45:29] <ws2k3> im trying to send syslog from a unix socket to kafka replaced-url
1267 [14:46:40] <jelly> what's that, rsyslog?
1268 [14:47:41] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1269 [14:48:11] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1270 [14:48:35] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1271 [14:48:55] *** Joins: JohnA (~john@replaced-ip )
1272 [14:49:46] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1273 [14:50:07] <ws2k3> jelly yes rsyslog
1274 [14:50:27] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1275 [14:50:53] <krion> i wonder if there is a way i can simulate a dist-upgrade using a single sources.list file (security) ?
1276 [14:51:07] <kanliot> speefak
1277 [14:51:19] *** Quits: abff (~abff@replaced-ip ) (Ping timeout: 246 seconds)
1278 [14:52:12] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1279 [14:52:46] <themill> krion: unattended-upgrades does this with some rather fancy acrobatics
1280 [14:53:11] <jelly> krion: remove everything else from sources.list temporarily, run apt-get with -s / --dry-run, put it back?
1281 [14:53:43] <krion> well, it must be automatic, my goal is to count it and send the result to zabbix
1282 [14:53:48] *** Quits: JohnA (~john@replaced-ip ) (Read error: Connection reset by peer)
1283 [14:54:13] *** Joins: JohnA (~john@replaced-ip )
1284 [14:54:56] *** Quits: breitenj- (~breitenj@replaced-ip##) (Quit: ZNC - 1.6.0 - ##replaced-url
1285 [14:55:12] *** Joins: breitenj (~breitenj@replaced-ip )
1286 [14:55:49] *** Quits: l3af (~l3af@replaced-ip ) (Quit: Leaving)
1287 [14:56:22] *** Joins: debsan (~debsan@replaced-ip )
1288 [14:56:34] <themill> krion: apt list --upgradable might be enough for you
1289 [14:56:44] <krion> I try apt-get -o Dir::Etc::SourceParts=/etc/apt/sources.list.d/security dist-upgrade -s
1290 [14:56:46] *** Quits: julientm (~julien@replaced-ip ) (Ping timeout: 244 seconds)
1291 [14:56:49] *** Parts: kanliot (~anliot@replaced-ip ) ("Leaving")
1292 [14:57:26] *** Joins: allorder (~allorder@replaced-ip )
1293 [14:57:39] <krion> themill: well I want to specific list security
1294 [14:57:57] <krion> i could grep Security, but I was hoping a more elegant way using -o from apt
1295 [14:58:07] *** Joins: towc (~user@replaced-ip )
1296 [14:58:13] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
1297 [14:58:35] <towc> hey all! Anyone got a clue on how to run checkinstall without asking for input?
1298 [14:59:07] <krion> jelly: and the answer of "why it doesnt update gpgv or libc6" is
1299 [14:59:10] <towc> putting some docker stuff in a CI, and this particular one is asking for various things
1300 [14:59:24] <towc> it turns out you can prevent it from asking for docs with `--nodoc`
1301 [14:59:29] <towc> but that's about as far as I got
1302 [14:59:33] *** Quits: nixroot (~nixroot@replaced-ip ) (Remote host closed the connection)
1303 [14:59:47] *** Joins: supernets (~org@replaced-ip )
1304 [14:59:52] <supernets> omg i shit my pants
1305 [14:59:52] <krion> security repository has a higher priority than default repo, and it try to downgrade gpgv, but still flag it as security (since it downgrade from main repo to security repo)
1306 [14:59:54] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1307 [14:59:57] <supernets> emilsp: hello
1308 [14:59:58] <towc> there's a mention of a `/etc/checkinstallrc`, but not sure if it contains enough for me to do it in batch mode
1309 [14:59:59] <krion> omg my english's so bad
1310 [14:59:59] <supernets> !ops
1311 [15:00:00] <dpkg> Please invoke 'dpkg: ops $problem' to call the operators to deal with a specific problem. Misuse of this will lead to a ban. Operators can also be contacted in the #debian-ops channel.
1312 [15:00:03] <supernets> i poo myself
1313 [15:00:10] <supernets> !ops negros eat my dick
1314 [15:00:10] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly, petn-randall: supernets complains about a problem (see above)
1315 [15:00:12] <supernets> lol dongs
1316 [15:00:13] <supernets> poop
1317 [15:00:15] <supernets> pooooooop
1318 [15:00:17] <supernets> crapp
1319 [15:00:19] <supernets> pooooooooo
1320 [15:00:20] *** supernets was kicked by debhelper (flood)
1321 [15:00:25] *** Joins: supernets (~org@replaced-ip )
1322 [15:00:30] <supernets> wtf stupid bot
1323 [15:00:31] *** Quits: monksam (~monksam@replaced-ip ) (Ping timeout: 256 seconds)
1324 [15:00:34] <krion> (wow people are so bored)
1325 [15:00:42] <supernets> ikr?
1326 [15:00:54] <supernets> how ya doin homie?
1327 [15:01:06] *** Quits: supernets (~org@replaced-ip ) (K-Lined)
1328 [15:01:13] <towc> weird human
1329 [15:01:27] <EdePopede> heh, the nicks says it all
1330 [15:01:38] <krion> they could at least implement markov chain, would be more fun
1331 [15:01:43] *** Joins: BlueByte (~walther@replaced-ip )
1332 [15:01:49] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1333 [15:01:49] <jelly> !next
1334 [15:01:49] <dpkg> Another happy customer leaves the building.
1335 [15:01:56] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1336 [15:02:16] <towc> or rather, does anyone know if there's a better place to ask about checkinstall?
1337 [15:02:18] *** Quits: SQ9KQS (~SQ9KQS@replaced-ip ) (Read error: Connection reset by peer)
1338 [15:03:02] *** Joins: teclo- (42@replaced-ip )
1339 [15:03:30] *** Joins: oish_ (~charlie@replaced-ip )
1340 [15:03:30] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
1341 [15:03:33] *** Joins: jurisl__ (~RebelCode@replaced-ip )
1342 [15:03:54] *** Quits: teclo- (42@replaced-ip ) (Client Quit)
1343 [15:04:34] *** Joins: teclo- (42@replaced-ip )
1344 [15:05:39] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1345 [15:06:42] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1346 [15:07:02] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 250 seconds)
1347 [15:08:42] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: Ahoi)
1348 [15:09:03] *** Quits: JohnA (~john@replaced-ip ) (Ping timeout: 264 seconds)
1349 [15:09:25] *** Joins: In33dt0kn0w (uid167702@replaced-ip )
1350 [15:09:39] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 264 seconds)
1351 [15:09:51] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1352 [15:11:04] *** Joins: julientm (~julien@replaced-ip )
1353 [15:11:38] *** Joins: teclo- (42@replaced-ip )
1354 [15:11:47] *** Joins: BlueByte (~walther@replaced-ip )
1355 [15:13:28] *** Joins: milkt (~debian@replaced-ip )
1356 [15:17:35] *** Quits: arora (~ashok@replaced-ip ) (Quit: Bye!)
1357 [15:17:36] <towc> turns out there's an undocumented `-y` flag that just accepts everything
1358 [15:17:41] <towc> convenient, just wish it was documented
1359 [15:17:53] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
1360 [15:17:55] *** Quits: i1nfusion (~i1nfusion@replaced-ip ) (Remote host closed the connection)
1361 [15:17:55] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
1362 [15:18:02] *** Quits: towc (~user@replaced-ip ) (Quit: WeeChat 1.9.1)
1363 [15:18:27] *** Joins: i1nfusion (~i1nfusion@replaced-ip )
1364 [15:18:27] *** Joins: i1nfusion1 (~i1nfusion@replaced-ip )
1365 [15:18:40] *** Joins: mns` (~mns@replaced-ip )
1366 [15:18:50] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1367 [15:19:03] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1368 [15:19:12] *** Joins: jsubl2 (~jim@replaced-ip )
1369 [15:19:40] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 268 seconds)
1370 [15:19:45] <krion> looks like settings a higher priority for security repo than main repo is a mistake
1371 [15:20:02] <krion> since it will downgrade package
1372 [15:20:05] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
1373 [15:20:12] <krion> Are you ok with my affirmation ? ;)
1374 [15:20:42] <krion> :vsplit
1375 [15:20:52] <krion> (oops, sorry)
1376 [15:22:09] *** Quits: i1nfusion (~i1nfusion@replaced-ip ) (Read error: Connection timed out)
1377 [15:22:19] *** Parts: pie_ (~pie_@replaced-ip ) ("Leaving")
1378 [15:23:29] <jelly> !wayttd krion
1379 [15:23:29] <dpkg> What Are You Trying To Do, krion?
1380 [15:23:48] *** Quits: etraga (6def7bef@replaced-ip ) (Quit: Page closed)
1381 [15:24:01] *** debhelper sets mode: +l 1509
1382 [15:24:29] *** Joins: karakedi (~eAC53C340@replaced-ip )
1383 [15:25:41] *** Joins: selroc (~selroc@replaced-ip )
1384 [15:26:20] *** Joins: JohnA (~john@replaced-ip )
1385 [15:27:01] *** Quits: jiminimy_ (~jiminimy@replaced-ip ) (Ping timeout: 246 seconds)
1386 [15:27:12] *** Joins: raidghost (raidghost@replaced-ip )
1387 [15:27:42] <raidghost> To run applications as a .service in debian, i thought that was the way to do it propperly
1388 [15:28:02] *** Joins: kapil____ (uid36151@replaced-ip )
1389 [15:28:12] <raidghost> But, i was wrong. The application works perfect as a app.service as long as i dont do a restart of the app in web interface
1390 [15:28:24] <krion> try to fix and understand what's going on why the configuration at my work jelly ;)
1391 [15:28:57] <krion> replaced-url
1392 [15:29:41] <krion> they have mirrored security.d.o, they use snapshot
1393 [15:29:53] *** Joins: tekmans (~tekmans@replaced-ip )
1394 [15:30:22] <krion> so when i do apt-get dist-upgrade -s, libc6 is flagged as Security but it will in fact downgrade from snapshot version to security debian version
1395 [15:30:50] <Tenkawa> krion: you did apt-get update first right?
1396 [15:30:59] <jelly> krion: why are you using pin priorities above 999?
1397 [15:31:45] <jelly> alternatively, why are you using pinning at all?
1398 [15:31:49] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
1399 [15:32:32] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1400 [15:32:49] *** Quits: VectorX (~VectorX@replaced-ip ) (Remote host closed the connection)
1401 [15:32:54] <jelly> krion: and where's a matching snapshot of the main mirror next to that stretch/updates snapshot?
1402 [15:32:59] *** Quits: selroc (~selroc@replaced-ip ) (Quit: Leaving)
1403 [15:33:42] *** Joins: Old_Dog (~Old_Dog@replaced-ip )
1404 [15:34:40] *** Joins: jasonwc (~jasonwc@replaced-ip )
1405 [15:34:41] *** Joins: jubo2 (~juboxi@replaced-ip )
1406 [15:37:08] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
1407 [15:38:22] *** Quits: JohnA (~john@replaced-ip ) (Ping timeout: 245 seconds)
1408 [15:38:28] *** Joins: luna (~luna@replaced-ip )
1409 [15:38:33] <luna> Voted for DPL 2019 :)
1410 [15:39:01] *** Quits: luna (~luna@replaced-ip ) (Client Quit)
1411 [15:39:21] *** Joins: __jrjsmrtn__ (~jrjsmrtn@replaced-ip )
1412 [15:39:39] *** Joins: Texou (~Texou@replaced-ip )
1413 [15:39:59] *** Joins: BeerHall (~Thunderbi@replaced-ip )
1414 [15:41:16] *** Quits: _jrjsmrtn (~jrjsmrtn@replaced-ip ) (Ping timeout: 250 seconds)
1415 [15:41:18] *** Quits: george959 (~george959@replaced-ip ) (Quit: WeeChat 2.3)
1416 [15:42:10] *** Joins: 07EABA8QC (~cell@replaced-ip )
1417 [15:42:21] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1418 [15:42:34] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: Ahoi)
1419 [15:42:35] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Client Quit)
1420 [15:43:08] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1421 [15:44:38] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1422 [15:44:55] *** Joins: jubo2 (~juboxi@replaced-ip )
1423 [15:45:08] *** Joins: sveva65 (~sverre@replaced-ip )
1424 [15:45:14] <krion> I I I, told you, it's already in place :))
1425 [15:45:38] <krion> matching snapshot ?
1426 [15:45:47] *** Quits: rwtrecs (~rwtrecs@replaced-ip ) (Quit: rwtrecs)
1427 [15:45:51] <krion> Tenkawa: yes, but still
1428 [15:46:23] *** Joins: eberna (~eberna@replaced-ip )
1429 [15:47:04] *** Joins: vladar_r (~vladar@replaced-ip )
1430 [15:47:19] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Remote host closed the connection)
1431 [15:48:15] *** Quits: shtrb (~shtrb@replaced-ip ) (Ping timeout: 250 seconds)
1432 [15:48:27] *** Joins: reiko (~reiko@replaced-ip )
1433 [15:48:30] *** Parts: reiko (~reiko@replaced-ip ) ()
1434 [15:49:18] <Tenkawa> krion: just making sure you ran update so the cache was update
1435 [15:49:30] <Tenkawa> I didnt ask the other questions
1436 [15:49:43] <Tenkawa> er updated
1437 [15:49:47] *** Joins: VectorX (~VectorX@replaced-ip )
1438 [15:50:19] <jelly> krion: your last pastebin does not show any main mirror or main mirror snapshot enabled
1439 [15:50:30] *** Quits: arha (~temp@replaced-ip ) (Ping timeout: 268 seconds)
1440 [15:51:01] <krion> jelly: hum, replaced-url
1441 [15:51:17] <krion> (oh, it ends by Seo)
1442 [15:51:31] <jelly> oh, right, sorry
1443 [15:51:32] <krion> oh, mirror, ok
1444 [15:51:51] <jelly> the snapshot is a snapshot of main repo. That's fine.
1445 [15:52:06] <krion> jelly: but you're right, we're mirroring snapshot, so it should appear too
1446 [15:52:19] <krion> I disagree with the use of snapshot
1447 [15:52:31] <krion> so I don't really enjoy my task right now
1448 [15:52:33] *** Quits: dionysus69 (~dionysus6@replaced-ip##) (Quit: ZNC 1.7.2+deb1 - ##replaced-url
1449 [15:52:37] *** Quits: vladar_r (~vladar@replaced-ip ) (Quit: Leaving)
1450 [15:52:43] <jelly> krion: now go read apt_preferences(5) again, with a focus on "How APT Interprets Priorities"
1451 [15:52:51] *** Joins: Gyro (~user@replaced-ip )
1452 [15:53:01] *** Joins: stryker (~stryker@replaced-ip )
1453 [15:53:30] *** Quits: noboruma (~noboruma@replaced-ip ) (Remote host closed the connection)
1454 [15:54:07] *** Parts: stryker (~stryker@replaced-ip ) ()
1455 [15:54:21] <jelly> (apt does what you told it to do, with those priorities >= 1000)
1456 [15:55:38] *** Quits: Itaipu (~itaipu@replaced-ip ) (Read error: No route to host)
1457 [15:55:38] <krion> yes, thanks, answer my question
1458 [15:56:23] <krion> I will not show the result of apt policy right now then, cause I kinda like you, don't want to hurt you
1459 [15:56:47] *** Joins: Itaipu (~itaipu@replaced-ip )
1460 [15:58:06] *** Quits: andrzejv (~andzej@replaced-ip ) (Ping timeout: 264 seconds)
1461 [15:58:31] *** Quits: Sinewpy (~end@replaced-ip ) (Ping timeout: 268 seconds)
1462 [15:58:53] *** Quits: tekmans (~tekmans@replaced-ip ) (Read error: No route to host)
1463 [15:59:02] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
1464 [15:59:12] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 245 seconds)
1465 [15:59:23] <krion> do you thin than a snapshoted package version can be lesser than a security package version ?
1466 [15:59:28] *** Joins: tekmans (~tekmans@replaced-ip )
1467 [16:00:22] *** Joins: justthedoctor (uid180843@replaced-ip )
1468 [16:01:17] *** Joins: theBashShell (~bruno@replaced-ip )
1469 [16:01:19] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.3)
1470 [16:01:46] *** Joins: arha (~temp@replaced-ip )
1471 [16:02:12] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1472 [16:03:15] *** Joins: nullbyte_ (~null@replaced-ip )
1473 [16:03:19] *** Quits: apollo13 (apollo13@replaced-ip##) (Quit: ZNC - ##replaced-url
1474 [16:03:56] *** Joins: argus (~tls@replaced-ip )
1475 [16:04:43] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
1476 [16:05:18] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 268 seconds)
1477 [16:05:35] *** Joins: apollo13 (apollo13@replaced-ip )
1478 [16:05:38] *** Quits: pvoigt (~Linux@replaced-ip ) (Quit: WeeChat 2.4)
1479 [16:06:22] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1480 [16:06:59] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1481 [16:07:19] *** Joins: citypw (~citypw@replaced-ip )
1482 [16:08:23] *** Quits: yoric__ (~yoric@replaced-ip ) (Ping timeout: 268 seconds)
1483 [16:08:27] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
1484 [16:09:32] *** Joins: m0u (~m0u@replaced-ip )
1485 [16:10:36] <jelly> krion: you should not rely on either versions from security repo being >= than main repo, or otherwise. Configure apt to treat main and security repo the same, and pick the greatest version regardless of which from the two it comes from
1486 [16:10:39] *** Joins: pvoigt (~Linux@replaced-ip )
1487 [16:10:48] *** Joins: sikun (~David@replaced-ip )
1488 [16:10:56] <jelly> avoid fucking with pinning
1489 [16:12:50] *** Joins: Sollg3r (~ejakuk@replaced-ip )
1490 [16:12:54] <Tenkawa> yeah... pinning is not to be messed with if you are not a developer or trying to keep an "EXACT" version of an environment in my opinion.. anyone think I'm way out there on that one?
1491 [16:13:15] <jelly> if you do not want to show your apt output in public, I'm available for consulting for reasonable hourly rates :->
1492 [16:13:22] *** Quits: Half-Word (~halfword@replaced-ip ) (Ping timeout: 245 seconds)
1493 [16:14:03] *** Joins: yans (~yans@replaced-ip )
1494 [16:14:26] *** Joins: Qay1N (~ejakuk@replaced-ip )
1495 [16:14:33] * Tenkawa spent many years as a build integrator and knows the quandaries of version controlling
1496 [16:15:35] <jhutchins_wk> Pinning was sometimes useful pre-etch, but mixed releases have been a Bad Idea since then.
1497 [16:15:42] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1498 [16:15:59] *** Quits: llucenic_ (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
1499 [16:16:13] <Tenkawa> justthedoctor: you werent here for the conversation though
1500 [16:16:20] <Tenkawa> oops jhutchins_wk
1501 [16:16:28] <justthedoctor> lol
1502 [16:16:28] <justthedoctor> ok
1503 [16:16:31] <Tenkawa> you'd need to see the contrxt
1504 [16:16:36] <Tenkawa> er context
1505 [16:16:52] *** Joins: Levure (~quassel@replaced-ip )
1506 [16:17:08] *** Quits: dreamer (~henk@replaced-ip ) (Ping timeout: 245 seconds)
1507 [16:17:35] *** Quits: Sollg3r (~ejakuk@replaced-ip ) (Ping timeout: 256 seconds)
1508 [16:17:37] <Tenkawa> jhutchins_wk: read the channel log a bit before you joined
1509 [16:17:50] <Tenkawa> if its made it up to the archive
1510 [16:18:06] <krion> jelly: hahaha, i've myself reasonable daily rate ;) it's more that I don't want to hurt your feelings
1511 [16:18:20] *** Quits: ich (~ich@replaced-ip ) (Quit: Ex-Chat)
1512 [16:18:26] <krion> jelly: thanks again for your great help, in the FOSS spirit
1513 [16:18:49] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
1514 [16:19:02] <krion> jelly: you know I chat more in the way of the rubberduck debugging, talking help me progress in my thinking
1515 [16:19:28] <krion> (although pointer like "How APT Interprets Priorities" hugely helps
1516 [16:20:35] *** Joins: th0r (~th0r@replaced-ip )
1517 [16:20:38] *** Joins: Prints (~333@replaced-ip )
1518 [16:21:28] *** Joins: dingen (~henk@replaced-ip )
1519 [16:22:00] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1520 [16:22:04] *** dingen is now known as dreamer
1521 [16:22:15] *** Quits: uranoss (uid50374@replaced-ip ) (Quit: Connection closed for inactivity)
1522 [16:23:09] *** Quits: xnaas (~xnaas@replaced-ip ) (Quit: Dead.)
1523 [16:23:47] <jelly> \_o<
1524 [16:23:56] *** Joins: xnaas (~xnaas@replaced-ip )
1525 [16:24:11] *** Joins: Jing (Jing@replaced-ip )
1526 [16:25:57] *** Joins: mtn (~mtn@replaced-ip )
1527 [16:26:44] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1528 [16:27:12] *** Quits: 07EABA8QC (~cell@replaced-ip ) (Ping timeout: 250 seconds)
1529 [16:27:36] *** Joins: n1ce (~n1ce@replaced-ip )
1530 [16:28:07] *** Joins: nullbyte_ (~null@replaced-ip )
1531 [16:28:59] *** Quits: bora_ (~bora@replaced-ip ) (Quit: Leaving)
1532 [16:30:23] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
1533 [16:31:00] *** Joins: jhutchins_wk1 (~jonathan@replaced-ip )
1534 [16:31:11] *** Joins: tlaxkit (~kvirc@replaced-ip )
1535 [16:31:46] *** Joins: apep (~nikola@replaced-ip )
1536 [16:32:14] *** Parts: apep (~nikola@replaced-ip ) ()
1537 [16:34:01] *** debhelper sets mode: +l 1515
1538 [16:34:06] *** Joins: Khan_03 (~Khan@replaced-ip )
1539 [16:34:12] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 245 seconds)
1540 [16:34:41] *** Quits: neibo (~neibo@replaced-ip ) (Remote host closed the connection)
1541 [16:37:30] <wwilliam> My be not a debian question but is running from a debian box , why this works from command line but not from script?
1542 [16:37:34] <wwilliam> screen -d -m -S ny bash -c "cd $wdir && sshfs -o password_stdin $user@$host:$nydir $nymntpnt <<< $pword && find . -maxdepth 1 -type f -name '*$jid*' -exec cp -v -- {} $nydest \;; exec bash"
1543 [16:37:37] <wwilliam> Thank you.
1544 [16:38:15] <wwilliam> suppose to be 3 results it only gets 1
1545 [16:38:23] <wwilliam> with the script
1546 [16:38:26] *** Quits: Khan_03 (~Khan@replaced-ip ) (Quit: Leaving)
1547 [16:38:41] <wwilliam> running from the command line it gets all 3
1548 [16:40:51] <jelly> wwilliam: where are wdir and other variables defined? Are you running the script in the same shell interpreter used for your interactive shell?
1549 [16:41:12] <wwilliam> hold on paste coming.....
1550 [16:41:55] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
1551 [16:42:13] <jelly> what is that final "exec bash" supposed to do?
1552 [16:42:55] <wwilliam> prevent the screen killing.. fount that on the internet works
1553 [16:43:02] <wwilliam> OK im an idiot as always
1554 [16:43:05] *** Joins: fanta7531 (~fanta7531@replaced-ip )
1555 [16:43:14] *** Joins: kleanchap (~kleanchap@replaced-ip )
1556 [16:43:15] <wwilliam> i had to find in "$mountpoint"
1557 [16:43:18] <wwilliam> not on .
1558 [16:43:56] <Ingvix> I'm trying to build a patched kernel and a kernel in general for the first time and I have no idea what I have done wrong to get these errors replaced-url
1559 [16:44:14] <Ingvix> any help would be appreciated
1560 [16:44:40] <Ingvix> I tried to follow instructions in here replaced-url
1561 [16:45:12] *** Joins: nullbyte_ (~null@replaced-ip )
1562 [16:46:11] *** Quits: qqx (~qqx@replaced-ip ) (Quit: Bye)
1563 [16:46:20] *** Joins: qqx (~qqx@replaced-ip )
1564 [16:47:00] *** Joins: BlueByte (~walther@replaced-ip )
1565 [16:47:08] <jelly> wwilliam: hopefully this is just a subset of some script and you take care to unmount all those sshfs afterwards
1566 [16:47:14] *** Quits: julientm (~julien@replaced-ip ) (Ping timeout: 268 seconds)
1567 [16:47:43] <wwilliam> yes fusermount -u "$mountpt"
1568 [16:47:50] <wwilliam> Thank you jelly
1569 [16:47:57] *** Joins: diniwed (~gavron@replaced-ip )
1570 [16:48:06] *** Joins: Tom01 (~tom@replaced-ip )
1571 [16:48:07] <Tenkawa> bbialw...time for lunch
1572 [16:48:10] *** Parts: Tenkawa (~Tenkawa@replaced-ip ) ()
1573 [16:48:43] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
1574 [16:49:37] *** Quits: kleanchap (~kleanchap@replaced-ip ) (Quit: BBL)
1575 [16:50:10] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
1576 [16:50:14] *** Joins: user___ (~user@replaced-ip )
1577 [16:50:22] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1578 [16:50:25] *** Joins: neovalis0 (~neovalis@replaced-ip )
1579 [16:50:54] *** user___ is now known as ineedagateway
1580 [16:52:02] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
1581 [16:53:08] *** Joins: patterson (~patterson@replaced-ip )
1582 [16:53:53] *** Joins: greycat (~wooledg@replaced-ip )
1583 [16:54:00] *** Joins: zerotech2 (~zerotech@replaced-ip )
1584 [16:54:15] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
1585 [16:54:40] *** Joins: Envil (~envil@replaced-ip )
1586 [16:54:40] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Read error: Connection reset by peer)
1587 [16:54:48] *** Joins: Gaaab (~Gaaab@replaced-ip )
1588 [16:57:37] *** Joins: d0nniedark0 (~d0nniedar@replaced-ip )
1589 [16:58:38] *** Joins: nullbyte_ (~null@replaced-ip )
1590 [16:59:27] *** Quits: ineedagateway (~user@replaced-ip ) (Quit: ineedagateway)
1591 [16:59:51] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Remote host closed the connection)
1592 [17:00:03] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
1593 [17:00:08] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 250 seconds)
1594 [17:00:18] *** Joins: rsx (~rsx@replaced-ip )
1595 [17:00:19] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1596 [17:00:27] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
1597 [17:00:30] *** Joins: SQ9KQS (~SQ9KQS@replaced-ip )
1598 [17:00:53] *** Quits: botho (~botho@replaced-ip##) (Quit: ZNC - ##replaced-url
1599 [17:01:34] *** Quits: TvL2386 (~tom@replaced-ip ) (Quit: leaving)
1600 [17:01:51] *** Joins: sydney_untangle (~sydney@replaced-ip )
1601 [17:01:59] *** Joins: TvL2386 (~tom@replaced-ip )
1602 [17:03:08] <Ingvix> or is there a better channel to ask abour kernel building?
1603 [17:03:34] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1604 [17:04:03] *** Quits: jhutchins_wk1 (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
1605 [17:04:40] *** Quits: Brain (~brain@replaced-ip ) (Ping timeout: 246 seconds)
1606 [17:05:30] <karlpinc> Ingvix: If you're building a kernel for debian the debian wiki has a page.
1607 [17:05:52] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Client Quit)
1608 [17:05:59] *** Quits: fanta7531 (~fanta7531@replaced-ip ) (Quit: fanta7531)
1609 [17:06:07] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1610 [17:06:16] *** Joins: annadane (~annadane@replaced-ip )
1611 [17:06:17] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Remote host closed the connection)
1612 [17:06:26] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip )
1613 [17:07:03] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
1614 [17:07:06] *** Joins: [Brain] (~brain@replaced-ip )
1615 [17:07:30] *** Quits: blueness (~blueness@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1616 [17:08:36] *** Joins: orbiter (~orbiter@replaced-ip )
1617 [17:08:36] <jelly> Ingvix: #debian-next over on irc.oftc.net might have mode ideas about buster issues right now
1618 [17:08:40] *** Joins: blueness (~blueness@replaced-ip )
1619 [17:09:10] *** Joins: Ll1i1lL (~Ll1iiii1l@replaced-ip )
1620 [17:09:10] <jelly> I'd just do what the error message told me, add those file paths to some ignore list
1621 [17:09:13] *** Joins: ChmEarl (~chmearl@replaced-ip )
1622 [17:09:22] *** Quits: Starz0r (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1623 [17:09:49] *** Quits: avalchev (~user@replaced-ip ) (Remote host closed the connection)
1624 [17:09:57] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1625 [17:10:53] <Ingvix> jelly, yes, I already asked there but have yet to recieved an answer so I though in the mean time to ask here as well. I don't have much experience on editing what ever I've build from sources so I have no idea to what ignore list should I add them
1626 [17:11:19] *** Joins: Starz0r (~quassel@replaced-ip )
1627 [17:11:48] *** Joins: careta (~careta@replaced-ip )
1628 [17:12:27] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1629 [17:13:47] *** Joins: supercoven (~quassel@replaced-ip )
1630 [17:14:01] *** debhelper sets mode: +l 1521
1631 [17:14:03] <jelly> Ingvix: line 59 is somewhat insightful even if you have little idea of how debian package building from source works
1632 [17:14:07] <jelly> line 49
1633 [17:15:11] <Ingvix> oh, right... I guess I should've read a bit more carefully
1634 [17:15:40] *** Quits: In33dt0kn0w (uid167702@replaced-ip ) (Quit: Connection closed for inactivity)
1635 [17:17:16] *** Joins: crn (~Chuck@replaced-ip )
1636 [17:17:48] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
1637 [17:18:04] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
1638 [17:18:10] *** Joins: sydney_untangle (~sydney@replaced-ip )
1639 [17:18:11] *** Joins: monksam (~monksam@replaced-ip )
1640 [17:18:30] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
1641 [17:18:32] *** Joins: tymczenko (~tymczenko@replaced-ip )
1642 [17:18:34] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1643 [17:18:49] *** Joins: zeden (~user@replaced-ip )
1644 [17:20:55] *** Joins: nsedrickm_ (~nsedrickm@replaced-ip )
1645 [17:21:54] *** Quits: nsedrickm (~nsedrickm@replaced-ip ) (Read error: Connection reset by peer)
1646 [17:23:06] *** Quits: ShakaJada (~RitamGrad@replaced-ip ) (Ping timeout: 250 seconds)
1647 [17:27:46] *** Quits: Alina-malina (~Alina-mal@replaced-ip ) (Ping timeout: 246 seconds)
1648 [17:28:28] *** Joins: HurricaneHarry (~quassel@replaced-ip )
1649 [17:28:46] *** Joins: Alina-malina (~Alina-mal@replaced-ip )
1650 [17:28:50] *** Joins: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip )
1651 [17:29:09] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1652 [17:29:13] *** Joins: ScottE (~ScottE@replaced-ip )
1653 [17:31:26] *** Joins: deicide- (~deicide-@replaced-ip )
1654 [17:35:08] *** Orphis_ is now known as Orphis
1655 [17:35:16] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 258 seconds)
1656 [17:35:16] *** Joins: obsview (~obsview@replaced-ip )
1657 [17:36:20] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
1658 [17:37:04] *** Joins: mandeep (~mandeep@replaced-ip )
1659 [17:37:58] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
1660 [17:39:05] *** Joins: th0r (~th0r@replaced-ip )
1661 [17:39:07] *** Quits: VectorX (~VectorX@replaced-ip ) (Excess Flood)
1662 [17:40:37] *** Joins: jmabsd (~quassel@replaced-ip )
1663 [17:40:48] *** Quits: hmpf1 (~Thunderbi@replaced-ip ) (Quit: hmpf1)
1664 [17:41:02] <jmabsd> booting the installer from UEFI, how do I create an MBR partitioning table and install altogether as BIOS=non-UEFI?
1665 [17:41:32] *** Joins: ctr (~qwer@replaced-ip )
1666 [17:41:41] <ctr> hey im installing debian
1667 [17:41:49] <ctr> an got a stage where i press enter
1668 [17:41:53] <ctr> an i can't move forward
1669 [17:42:01] <ctr> it just toggles the option
1670 [17:42:11] <ctr> is there some other button or shortcut ?
1671 [17:42:14] <ctr> to press continue
1672 [17:42:17] <ctr> the mouse does not work
1673 [17:42:24] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 252 seconds)
1674 [17:43:34] <ctr> plug in a mouse?
1675 [17:43:53] <diogenes_> jmabsd, just disable uefi in bios and it will boot in legacy mode.
1676 [17:44:06] <jmabsd> diogenes_: i cannot, this is an unusual copmuter
1677 [17:44:45] <LtL> ctr: try spacebar
1678 [17:44:54] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 264 seconds)
1679 [17:44:55] <diogenes_> ctr, it should work, what stage u reached?
1680 [17:45:14] <jmabsd> diogenes_: so i need MBR/bios install for practical reasons, even while the installer booted via EFI.
1681 [17:45:26] *** Joins: VectorX (~VectorX@replaced-ip )
1682 [17:45:27] <ctr> spacebar just toggles it
1683 [17:45:30] *** Joins: i1nfusion (~i1nfusion@replaced-ip )
1684 [17:45:32] <ctr> software selectino
1685 [17:45:42] <ctr> it just toggles say standard system utilities
1686 [17:45:50] <ctr> same with enter
1687 [17:45:55] *** Joins: life_of_e (~life_of_e@replaced-ip )
1688 [17:46:26] *** Joins: jfoy (~jfoy@replaced-ip )
1689 [17:46:29] *** Parts: life_of_e (~life_of_e@replaced-ip ) ()
1690 [17:46:32] <th0r> ctr, try Tab?
1691 [17:46:42] <ctr> oooo
1692 [17:46:51] <ctr> yeah tab toggles whether enter works
1693 [17:46:52] <ctr> thanks
1694 [17:47:00] *** Quits: d0nniedark0 (~d0nniedar@replaced-ip ) (Quit: Leaving)
1695 [17:47:24] <diogenes_> jmabsd, even Linus Torvalds was struggling to get linux running on mac :) he failed.
1696 [17:47:41] <jmabsd> diogenes_: this is probably an easier machine
1697 [17:47:52] <jmabsd> around 2008 indeed they made some very complicated computers, 32bit efi.
1698 [17:48:41] *** Quits: i1nfusion1 (~i1nfusion@replaced-ip ) (Remote host closed the connection)
1699 [17:48:41] *** Quits: i1nfusion (~i1nfusion@replaced-ip ) (Remote host closed the connection)
1700 [17:49:08] *** Joins: i1nfusion (~i1nfusion@replaced-ip )
1701 [17:50:02] *** Quits: VectorX (~VectorX@replaced-ip ) (Remote host closed the connection)
1702 [17:50:19] *** Quits: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip ) (Remote host closed the connection)
1703 [17:50:21] *** Joins: noonien (uid162445@replaced-ip )
1704 [17:50:40] *** Joins: VectorX (~VectorX@replaced-ip )
1705 [17:50:58] *** Quits: Starz0r (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1706 [17:53:02] *** Joins: Starz0r (~quassel@replaced-ip )
1707 [17:53:39] *** Joins: phantomhive (~uid127070@replaced-ip )
1708 [17:53:54] *** Joins: L1nuxg33k (uid322116@replaced-ip )
1709 [17:54:10] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
1710 [17:54:55] *** Quits: phantomhive (~uid127070@replaced-ip ) (Remote host closed the connection)
1711 [17:55:52] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 245 seconds)
1712 [17:56:28] <jmabsd> maybe i could just use some fdisk tool to wrap the Debian installer's GPT partition table to an MBR one, and then run Grub and be done with it? :o
1713 [17:56:53] <ctr> hey guys is there a setup for the account in installation
1714 [17:56:58] <ctr> i can't remember
1715 [17:57:02] <ctr> cause i can't login
1716 [17:57:07] *** Quits: scp1 (~scp1@replaced-ip ) (Ping timeout: 240 seconds)
1717 [17:57:11] <ctr> can't remember remember putting in the user
1718 [17:57:22] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
1719 [17:57:24] <SerajewelKS> jmabsd: you could do the install "by yourself"
1720 [17:57:35] <ctr> would the user name be hte computer name?
1721 [17:57:51] <ctr> well this sucks
1722 [17:57:53] <SerajewelKS> jmabsd: create an msdos partition table, create partitions, mkfs them, mount them, debootstrap into that environment, chroot in, set up fstab, install grub, etc
1723 [17:57:59] <ctr> i have to reinstall?
1724 [17:58:16] *** Joins: YorkshireGold (~Yorkshire@replaced-ip )
1725 [17:58:40] <jmabsd> SerajewelKS: the "by myself" install would require me to go through chapters of configuration work that the installer normally does for me though, wouldn't it
1726 [17:58:46] <diogenes_> ctr, reboot and when reach grub, hit e and append single to the end of grub linux line
1727 [17:58:50] <th0r> ctr, you can boot into single mode, set a password for root, log in as root, and define users and passwords
1728 [17:59:02] <SerajewelKS> jmabsd: some of them, yes. though it's not that complicated. I have a PR that fixes `restic find` aborting when a tree can't be loaded. Instead it will show you the tree ID and the snapshot it's looking in, the implication being that if you forget the snapshot, the tree isn't needed anymore.
1729 [17:59:07] <SerajewelKS> If you want to test it to try to fix your repository, you can build this branch: replaced-url
1730 [17:59:15] <SerajewelKS> ugh. not what i thought was on the clipboard. let me try again.
1731 [17:59:19] <ctr> im pretty noob just to clarify grub is like terminal command line right
1732 [17:59:27] <SerajewelKS> jmabsd: some of them, yes. though it's not that complicated. replaced-url
1733 [17:59:27] *** Joins: towo` (~towo@replaced-ip )
1734 [17:59:39] <diogenes_> ctr, grub is the menu that you see when booting the system
1735 [17:59:50] <ctr> thanks
1736 [17:59:57] <diogenes_> yw
1737 [17:59:59] <ctr> just thought useful to learn
1738 [18:00:02] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1739 [18:00:39] *** Joins: kevinnn (ae4c1654@replaced-ip )
1740 [18:00:43] *** Quits: i1nfusion (~i1nfusion@replaced-ip ) (Remote host closed the connection)
1741 [18:00:52] <SerajewelKS> jmabsd: the install CD should have debootstrap already so you can skip D.3.2
1742 [18:00:57] <YorkshireGold> /msg YorkshireGold REGISTER jamesbrown g.owden@gmail.com
1743 [18:01:08] *** Quits: mortderire (~mortderir@replaced-ip ) (Remote host closed the connection)
1744 [18:01:10] <YorkshireGold> !
1745 [18:01:12] <SerajewelKS> nice
1746 [18:01:15] *** Joins: i1nfusion (~i1nfusion@replaced-ip )
1747 [18:01:26] *** Parts: okoloj (~karel@replaced-ip ) ()
1748 [18:01:27] <kevinnn> Does anyone know how to disable tty1-6?
1749 [18:01:44] <kevinnn> I had it working for a while through modifying logind.conf
1750 [18:02:02] <kevinnn> but I upgraded to buster and that solution stopped working
1751 [18:02:43] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
1752 [18:02:43] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
1753 [18:02:53] <ksk> YorkshireGold: welcome to irc :P
1754 [18:03:00] *** Joins: mibo (~mibo@replaced-ip )
1755 [18:03:02] *** argus is now known as argusbr
1756 [18:03:02] *** Quits: argusbr (~tls@replaced-ip ) (Changing host)
1757 [18:03:03] *** Joins: argusbr (~tls@replaced-ip )
1758 [18:03:09] <YorkshireGold> Hello! Im a bit lost ;-/
1759 [18:03:16] *** Joins: dlam (~user@replaced-ip )
1760 [18:03:25] <YorkshireGold> Im looking for the offsec channel
1761 [18:03:31] *** Joins: ToAsTeR` (~toaster@replaced-ip )
1762 [18:04:14] <ksk> if you need help with (Freenode) irc, please go to help. message the bot "alis" to get information about channels, like so "/query alis help"
1763 [18:04:53] <ksk> eh, #help of course. This here is #debian, and we try to answer debian linux related questions ;)
1764 [18:04:53] <obsview> YorkshireGold, try /msg nickserv instead
1765 [18:05:48] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
1766 [18:05:51] <jmabsd> of how much use is it to reinstall a system to only get 0.1 higher version e.g. 9.7 to 9.8 upgrade?
1767 [18:06:05] <ctr> is grub before or after crypt setup
1768 [18:06:16] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
1769 [18:06:28] <YorkshireGold> Thanks ksk
1770 [18:06:33] <SerajewelKS> jmabsd: no use, especially considering that you can "apt-get update && apt-get upgrade"
1771 [18:07:07] <SerajewelKS> jmabsd: the point releases are, IIRC, just newer versions of the DVD set with updated packages. if you keep the packages up to date then you don't need them.
1772 [18:07:10] <jmabsd> SerajewelKS: doing update + upgrade gets me the very same thing as 0.1 upgrade?
1773 [18:07:32] <jmabsd> so 9.x keeps same kernel version and basic system layout?
1774 [18:07:38] <SerajewelKS> jmabsd: yes, and before the updated DVD set is released
1775 [18:07:53] <diogenes_> ctr, at the end of linux line add: rw single
1776 [18:07:59] <SerajewelKS> jmabsd: the point releases are created periodically from the updates that have been released since the prior point release
1777 [18:08:01] <diogenes_> remove ro
1778 [18:08:03] *** Joins: Apeiron` (~Apeiron@replaced-ip )
1779 [18:08:11] <SerajewelKS> so if you're installing updates on a regular basis then you're _ahead_ of the point releases anyway
1780 [18:08:24] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
1781 [18:08:28] <YorkshireGold> quit
1782 [18:08:32] <ctr> linux line ? sorry i type in crypt pass an it just goes straight to gui
1783 [18:08:39] *** Quits: YorkshireGold (~Yorkshire@replaced-ip ) (Remote host closed the connection)
1784 [18:08:40] <jmabsd> SerajewelKS: thanks a lot for clarifying!
1785 [18:09:07] <SerajewelKS> jmabsd: np. FWIW you can upgrade major releases without reinstalling as well.
1786 [18:09:09] <ctr> oh wait i found it
1787 [18:09:56] <diogenes_> ctr, turn off pc and start it again and hold doen shift key
1788 [18:10:04] *** Quits: jmabsd (~quassel@replaced-ip##) (Quit: ##replaced-url
1789 [18:10:12] <kevinnn> anyone have any ideas on my question?
1790 [18:10:16] <ctr> i found grub
1791 [18:10:18] *** Joins: hanfm (~Thunderbi@replaced-ip )
1792 [18:10:29] <ctr> so i go to the end of all the commands an enter single?
1793 [18:10:56] <diogenes_> the end of linux line
1794 [18:11:12] <ctr> the linux line is all the random information in grub right
1795 [18:11:17] <diogenes_> read what i said earlier
1796 [18:11:20] <ctr> oh i see
1797 [18:11:23] <ctr> linux line
1798 [18:11:48] <ctr> at the end of that i type single?
1799 [18:12:10] <ctr> maybe i should stick to mint
1800 [18:12:13] <diogenes_> ctr, first remove ro
1801 [18:12:14] *** Joins: bstarr (~bstarr@replaced-ip )
1802 [18:12:25] *** Joins: rizzo (~RizzoTheR@replaced-ip )
1803 [18:12:27] <diogenes_> and at the end add: rw single
1804 [18:12:28] *** Joins: noboruma (~noboruma@replaced-ip )
1805 [18:12:36] <diogenes_> then ctrl + x
1806 [18:12:36] <ctr> ok done
1807 [18:12:46] <ctr> in buttons or text
1808 [18:13:00] *** Joins: saturos (~saturos@replaced-ip )
1809 [18:13:01] <diogenes_> key combination
1810 [18:13:12] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
1811 [18:13:43] *** Quits: thrax (~thrax@replaced-ip ) (Remote host closed the connection)
1812 [18:14:06] <kevinnn> anyone...
1813 [18:14:41] <ctr> what do i do now?
1814 [18:14:44] <ctr> im in gui login
1815 [18:15:22] *** Quits: Qay1N (~ejakuk@replaced-ip ) (Quit: Leaving)
1816 [18:16:16] * ctr kicks diogenes barrel
1817 [18:16:30] <diogenes_> ctr, you shoul not be in gui if you did everyhing right you should be getting commandline
1818 [18:16:41] <ctr> oh i was
1819 [18:16:43] <ctr> ok i failed
1820 [18:16:47] *** Joins: fanta7531 (~fanta7531@replaced-ip )
1821 [18:16:48] <ctr> i got out of command
1822 [18:16:50] <ctr> but pressing shit
1823 [18:16:51] <ctr> sorry
1824 [18:16:51] *** ctr was kicked by debhelper (flood)
1825 [18:17:02] *** Joins: ctr (~qwer@replaced-ip )
1826 [18:17:05] <ctr> to noob?
1827 [18:17:10] <diogenes_> and there u go :)
1828 [18:17:23] <ctr> ok i'll get back to where i was
1829 [18:17:31] <diogenes_> ok try again and hit me up when u are in commandline
1830 [18:18:37] *** Joins: botho (~botho@replaced-ip )
1831 [18:18:38] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
1832 [18:19:38] <ctr> did i miss something in gui installation
1833 [18:19:38] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1834 [18:19:44] <ctr> is it always this difficult
1835 [18:20:26] *** Joins: life_of_e (~life_of_e@replaced-ip )
1836 [18:20:32] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1837 [18:20:40] *** Joins: fedorafan (~fedorafan@replaced-ip )
1838 [18:20:55] <ctr> redoing again
1839 [18:20:59] <ctr> screwed it up
1840 [18:21:32] <diogenes_> you did miss creating the user
1841 [18:21:55] *** Parts: arosusi (~arosusi@replaced-ip ) ()
1842 [18:22:37] <ctr> im in terminal it says connnot acess console the root account is locked
1843 [18:22:46] <ctr> shit did i put an account in when i installed
1844 [18:22:48] <ctr> maybe idid
1845 [18:22:58] <ctr> says press enter to continue
1846 [18:23:01] <ctr> in terminal
1847 [18:23:18] *** Quits: nsedrickm_ (~nsedrickm@replaced-ip ) (Ping timeout: 264 seconds)
1848 [18:23:38] <diogenes_> are you in terminal?
1849 [18:23:47] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
1850 [18:23:50] *** Joins: pragomer (~pragomer@replaced-ip )
1851 [18:24:13] <ctr> i pressed enter an went back to gui sorry
1852 [18:24:14] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Ping timeout: 252 seconds)
1853 [18:24:14] <ctr> start again
1854 [18:24:20] <diogenes_> lol
1855 [18:24:49] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 246 seconds)
1856 [18:25:54] *** Quits: bstarr (~bstarr@replaced-ip ) (Remote host closed the connection)
1857 [18:26:06] <ctr> it just goes to crypt password
1858 [18:26:08] <ctr> i press it
1859 [18:26:17] <ctr> then it goes to terminal type thing with press enter to continue
1860 [18:26:24] <ctr> i press enter an it goes back to gui
1861 [18:26:31] * ctr starts to cut himself
1862 [18:26:48] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 252 seconds)
1863 [18:27:22] <diogenes_> ctr, ok i'd suggest re-installing.
1864 [18:27:56] <ctr> so it's true i absent mindly screwed up in installation?
1865 [18:28:02] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1866 [18:28:35] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Remote host closed the connection)
1867 [18:28:47] *** Joins: n4dir (~n4dir@replaced-ip )
1868 [18:29:23] <diogenes_> no one said that, we all used to break our systems at some point.
1869 [18:29:26] <jelly> ctr: meh, if you can't boot that, boot a livecd/liveusb of any linux, then mount your debian installation and fix things
1870 [18:30:38] <ctr> so when you install there is no account user setup it always have to happen after installation
1871 [18:30:56] <jelly> a user account is always created during installation
1872 [18:31:01] <ctr> oh
1873 [18:31:14] <ctr> i wasn't paying attention
1874 [18:31:27] <ctr> would the user name be the computer name?
1875 [18:31:35] <jelly> it would not
1876 [18:31:46] <ctr> what would it be automatically?
1877 [18:32:33] <ctr> i must have choosen i guess
1878 [18:32:36] <jelly> lowercased first name of the user is proposed after you fill in your first and last name
1879 [18:32:47] <ctr> i don't remember doing that
1880 [18:33:08] <ctr> ok resintall
1881 [18:33:11] <jelly> !ifrp
1882 [18:33:11] <ctr> thanks for help
1883 [18:33:11] <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.
1884 [18:33:23] <jelly> oh, you went about that
1885 [18:33:57] <jelly> it's not too hard to boot a liveusb if you have one around and change passwords from there
1886 [18:34:18] *** Joins: PEopm (~raphidae@replaced-ip )
1887 [18:34:19] <ctr> my barely functioning brain can't handle it tbh
1888 [18:34:28] <ctr> feel like im having breakdown
1889 [18:34:31] <ctr> but thats off topic
1890 [18:34:47] <jelly> take care of yourself first, computer second
1891 [18:34:48] <ctr> reinstallion seems easier
1892 [18:35:03] <ctr> good advice
1893 [18:35:24] *** Joins: cfoch (uid153227@replaced-ip )
1894 [18:35:55] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1895 [18:37:36] <jelly> there are many ways to break a linux system, but most are reversible
1896 [18:37:47] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 252 seconds)
1897 [18:37:57] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1898 [18:40:51] *** Everspace_ is now known as Everspace
1899 [18:40:57] *** Joins: wolfpackmars2 (~quassel@replaced-ip )
1900 [18:41:31] *** Joins: kapil____ (uid36151@replaced-ip )
1901 [18:42:19] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1902 [18:45:33] <jhutchins_wk> It's not a bad thing to run the installer more than once and get oriented about what it's doing.
1903 [18:45:48] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
1904 [18:46:31] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 246 seconds)
1905 [18:46:42] *** Quits: wolfpackmars2 (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1906 [18:47:08] <EdePopede> not to forget its screenshot functionality
1907 [18:47:09] *** Joins: newnerd (~newnerd@replaced-ip )
1908 [18:47:24] *** Joins: stoffepojken (~stoffepoj@replaced-ip )
1909 [18:47:29] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 268 seconds)
1910 [18:47:40] <ctr> would there be a defualt user name ?
1911 [18:47:47] <jelly> there's screenshot functionality?
1912 [18:48:16] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1913 [18:48:16] <ctr> dw im just resintalling
1914 [18:48:59] *** Joins: P1ersson (~P1ersson@replaced-ip )
1915 [18:49:11] <EdePopede> jelly: yip. i recorded my whole install process. just for the case something goes wrong and to be able to look through it later
1916 [18:49:45] *** Joins: soee (~soee@replaced-ip )
1917 [18:49:58] *** Quits: zerotech2 (~zerotech@replaced-ip ) (Quit: zerotech2)
1918 [18:50:05] <EdePopede> i'm only not sure if i used text or gui mode when i did this
1919 [18:50:08] *** Joins: uniqdom (~uniqdom@replaced-ip )
1920 [18:50:16] *** Quits: PEopm (~raphidae@replaced-ip ) (Remote host closed the connection)
1921 [18:51:39] *** Quits: supercoven (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1922 [18:51:46] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
1923 [18:52:16] <jhutchins_wk> ctr: There's a default user name on the live image, but that doesn't apply to the installer. Unless you're using preseed/kickstart, it always prompts.
1924 [18:52:37] <ctr> i went into setup for accounts an users
1925 [18:52:42] <ctr> theres no option for name
1926 [18:52:47] <ctr> for root users
1927 [18:52:54] <ctr> jsut password
1928 [18:53:04] <ctr> so whats the name i type it in gui login?
1929 [18:53:05] <greycat> Debian only creates one root user.
1930 [18:53:29] <greycat> A normal Debian installation prompts you for your name, and generates a suggested username from that (which you may edit).
1931 [18:53:35] *** Joins: supercoven (~quassel@replaced-ip )
1932 [18:53:59] <greycat> Then it prompts you for your password. And all of this is after (I think?) it has prompted you for the root password.
1933 [18:54:32] <greycat> If you want to create alternate root users (other users with UID==0) you have to do it yourself, by hand.
1934 [18:54:37] <ctr> ohh
1935 [18:54:40] <ctr> i found it
1936 [18:55:05] <ctr> what if i left it black in install
1937 [18:55:12] <ctr> maybe the pass witll work with user
1938 [18:55:15] <jhutchins_wk> greycat: Seems like maybe it prompts for additional users after the first one.
1939 [18:55:28] <greycat> If you leave the root password empty during install, it will install sudo for you, and add your primary non-root account to the sudo group.
1940 [18:55:46] <ctr> so if i just type blank name for yser in login
1941 [18:55:48] <ctr> that might work
1942 [18:56:01] <greycat> *what*
1943 [18:56:34] <ctr> i give up i think
1944 [18:56:39] <ctr> im to messed up for it atm
1945 [18:56:43] <ctr> thanks for help
1946 [18:56:48] <annadane> how did you write your image? it's possible something got corrupted
1947 [18:57:11] <greycat> Sounds more like he just didn't take note of the username that Debian generated for him, and/or forgot it.
1948 [18:57:12] <ctr> i think it's ok i just skipped passed the user name
1949 [18:57:23] <ctr> cause i was in hurry an not paying atttention
1950 [18:57:27] <ctr> yeah
1951 [18:57:29] <ctr> just retard
1952 [18:57:50] <ctr> thanks for help just wasting peoples time i think
1953 [18:58:02] *** Parts: ctr (~qwer@replaced-ip##) ("( ͡ᵔ ͜ʖ ͡ᵔ) ##replaced-url
1954 [18:58:16] *** Joins: r00tobo (~r00tobo@replaced-ip )
1955 [18:59:08] *** Joins: oish (~charlie@replaced-ip )
1956 [19:01:24] *** Joins: tempnick (~tempnick3@replaced-ip )
1957 [19:01:29] *** tempnick is now known as coyotesays
1958 [19:01:45] *** Joins: k1G (~k1G@replaced-ip )
1959 [19:01:53] *** Joins: dreamon__ (~dreamon@replaced-ip )
1960 [19:02:45] *** Joins: esro (~esro@replaced-ip )
1961 [19:02:47] *** Joins: pie3 (~pieee@replaced-ip )
1962 [19:04:10] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1963 [19:06:04] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
1964 [19:06:15] *** Joins: Bodiro (~quassel@replaced-ip )
1965 [19:06:45] *** Joins: the_bash_shell (~bruno@replaced-ip )
1966 [19:06:54] *** Quits: dlam (~user@replaced-ip ) (Ping timeout: 255 seconds)
1967 [19:07:03] *** Joins: OS-XX2 (~root@replaced-ip )
1968 [19:07:08] *** Joins: dlam (~user@replaced-ip )
1969 [19:08:29] <pie3> anyone with hubzilla/mastodon/federation/diaspora?
1970 [19:08:31] *** Quits: Bodiro (~quassel@replaced-ip ) (Client Quit)
1971 [19:08:52] <johnjay> pie3: are all those the same...?
1972 [19:08:57] <johnjay> i've heard of mastodon
1973 [19:09:00] <pie3> nope
1974 [19:09:11] *** Quits: theBashShell (~bruno@replaced-ip ) (Ping timeout: 259 seconds)
1975 [19:09:15] <pie3> all of them are part of fediverse/federation johnjay
1976 [19:09:26] <pie3> one may be like twitter, another like facebook etc..
1977 [19:09:47] *** Joins: TysonSmith (~tsmith@replaced-ip )
1978 [19:09:48] <johnjay> oh
1979 [19:09:55] *** Joins: rpifan (~rpifan@replaced-ip )
1980 [19:09:56] <pie3> but worth exploring
1981 [19:10:21] <annadane> not really a topic for #debian
1982 [19:10:48] <n4dir> could be if he or she would add freedombox to the general question.
1983 [19:11:11] <jelly> !freedombox
1984 [19:11:17] * jelly has no idea
1985 [19:11:35] <n4dir> the wiki has a webpage about it.
1986 [19:11:36] <annadane> ,i freedombox-setup
1987 [19:11:37] <judd> Package freedombox-setup (misc, optional) in stretch/amd64: Package to set up freedombox environment. Version: 0.10; Size: 18.3k; Installed: 65k; Homepage: replaced-url
1988 [19:11:50] *** Joins: scp1 (~scp1@replaced-ip )
1989 [19:11:53] *** Quits: omonk (~omonk@replaced-ip ) (Read error: Connection reset by peer)
1990 [19:12:00] <n4dir> but then: pretty sure they got an own channel too.
1991 [19:12:12] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
1992 [19:12:37] <phazon> it's on irc.oftc.net
1993 [19:13:07] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
1994 [19:13:29] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
1995 [19:14:37] *** Joins: nsedrickm (~nsedrickm@replaced-ip )
1996 [19:14:53] *** Joins: pitelpan (~panagioti@replaced-ip )
1997 [19:14:54] *** Quits: the_bash_shell (~bruno@replaced-ip ) (Ping timeout: 250 seconds)
1998 [19:15:26] *** Quits: dlam (~user@replaced-ip ) (Ping timeout: 246 seconds)
1999 [19:17:01] *** Joins: omonk (~omonk@replaced-ip )
2000 [19:18:22] *** Joins: platvoeten (~platvoete@replaced-ip )
2001 [19:22:09] *** Joins: theBashShell (~bruno@replaced-ip )
2002 [19:23:38] <pie3> n4dir: thanks for suggetion
2003 [19:23:46] <pie3> thank you phazon
2004 [19:23:48] *** Joins: zerotech (~zerotech@replaced-ip )
2005 [19:24:56] *** Joins: dlam (~user@replaced-ip )
2006 [19:25:18] *** Joins: BlueByte (~walther@replaced-ip )
2007 [19:26:03] *** Joins: Haudegen (~quassel@replaced-ip )
2008 [19:26:19] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2009 [19:26:36] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 250 seconds)
2010 [19:26:55] *** Joins: Gazooo (~Gazooo@replaced-ip )
2011 [19:26:59] *** Quits: omonk (~omonk@replaced-ip ) (Read error: Connection reset by peer)
2012 [19:27:16] *** Quits: OS-XX2 (~root@replaced-ip ) (Remote host closed the connection)
2013 [19:27:42] *** Joins: OS-XX2 (~root@replaced-ip )
2014 [19:27:54] *** Joins: Nokaji (~Nokaji@replaced-ip )
2015 [19:28:51] *** Quits: Logg (~Logg@replaced-ip ) (Remote host closed the connection)
2016 [19:30:39] *** Joins: omonk (~omonk@replaced-ip )
2017 [19:31:25] *** Joins: m0u (~m0u@replaced-ip )
2018 [19:31:54] *** Quits: stoffepojken (~stoffepoj@replaced-ip ) (Quit: WeeChat 2.3)
2019 [19:32:44] *** Joins: Logg (~Logg@replaced-ip )
2020 [19:34:01] *** debhelper sets mode: +l 1528
2021 [19:34:38] *** Quits: dlam (~user@replaced-ip ) (Remote host closed the connection)
2022 [19:34:50] *** Joins: Krennic (~Krennic@replaced-ip )
2023 [19:34:53] *** Joins: dlam (~user@replaced-ip )
2024 [19:35:30] *** Quits: ErrantEgo (~ErrantEgo@replaced-ip ) (Remote host closed the connection)
2025 [19:36:09] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2026 [19:37:16] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 246 seconds)
2027 [19:37:36] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
2028 [19:40:25] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
2029 [19:40:37] *** Dragone2|Away is now known as Dragone2
2030 [19:41:47] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 240 seconds)
2031 [19:42:23] *** Quits: dlam (~user@replaced-ip ) (Ping timeout: 246 seconds)
2032 [19:42:59] *** Joins: gcclinux (~gcclinux@replaced-ip )
2033 [19:44:14] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2034 [19:45:19] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
2035 [19:45:24] *** Quits: k1G (~k1G@replaced-ip ) (Remote host closed the connection)
2036 [19:45:30] *** Joins: frju365[IRC] (~julien@replaced-ip )
2037 [19:46:21] *** Joins: traveltissues (~traveltis@replaced-ip )
2038 [19:46:27] *** Joins: bolt (~r00t@replaced-ip )
2039 [19:47:04] *** Joins: BlackBishop (~dexter@replaced-ip )
2040 [19:47:09] *** Joins: czart (~czart@replaced-ip )
2041 [19:47:32] <BlackBishop> hi peeps. So if jessie-updates doesn't exist anymore, does that mean that all the updates it had were merged in the main repo ?
2042 [19:47:44] <greycat> yes
2043 [19:48:29] <BlackBishop> so all I need is 'deb replaced-url
2044 [19:48:39] <BlackBishop> and I'll be on my merry way to updated to deb9 .. right ?
2045 [19:48:46] <BlackBishop> to update*
2046 [19:50:52] *** Quits: silverballz (~hidden@replaced-ip ) (Ping timeout: 250 seconds)
2047 [19:50:56] *** Quits: careta (~careta@replaced-ip ) (Quit: Leaving)
2048 [19:51:13] *** Joins: GeeKoyo (~geekoyo@replaced-ip )
2049 [19:51:58] *** Joins: ShakaJada (~RitamGrad@replaced-ip )
2050 [19:52:05] *** Quits: fanta7531 (~fanta7531@replaced-ip ) (Quit: fanta7531)
2051 [19:52:07] *** Joins: argus (~tls@replaced-ip )
2052 [19:52:28] *** Joins: eddof13 (~eddof13@replaced-ip )
2053 [19:53:03] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2054 [19:55:21] *** Joins: Ricardo__ (~rick@replaced-ip )
2055 [19:55:21] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2056 [19:55:21] *** Joins: Ricardo__ (~rick@replaced-ip )
2057 [19:55:42] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 264 seconds)
2058 [19:56:04] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 250 seconds)
2059 [19:56:21] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2060 [19:56:28] *** Joins: argusbr (~tls@replaced-ip )
2061 [19:56:29] *** Quits: argusbr (~tls@replaced-ip ) (Changing host)
2062 [19:56:29] *** Joins: argusbr (~tls@replaced-ip )
2063 [19:56:51] *** Quits: argus (~tls@replaced-ip ) (Ping timeout: 255 seconds)
2064 [19:57:09] <jelly> BlackBishop: jessie main repo is still on main mirrors, not in archive. It will be there for the duration of jessie-lts
2065 [19:57:21] *** Joins: hipp (~hipp@replaced-ip )
2066 [19:57:38] *** Joins: sebatron (~sebatron@replaced-ip )
2067 [19:57:40] <jelly> !jessie sources.list
2068 [19:57:40] <dpkg> A suitable /etc/apt/sources.list for Debian 8 "Jessie" has two lines: "deb replaced-url
2069 [19:57:41] *** Joins: eamanu (~Thunderbi@replaced-ip )
2070 [19:57:51] *** Joins: AimHere (~David@replaced-ip )
2071 [19:58:45] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2072 [19:58:56] *** Joins: Texou (~Texou@replaced-ip )
2073 [19:59:31] *** Joins: fjavier (~fjavier@replaced-ip )
2074 [19:59:47] *** Quits: theraspberry (~rasp@replaced-ip ) (Ping timeout: 240 seconds)
2075 [20:01:42] *** Quits: tobiasBora (~tobiasBor@replaced-ip ) (Ping timeout: 250 seconds)
2076 [20:01:55] *** Joins: dlam (~user@replaced-ip )
2077 [20:01:59] *** Quits: frju365[IRC] (~julien@replaced-ip ) (Ping timeout: 246 seconds)
2078 [20:02:44] *** Joins: tobiasBora (~tobiasBor@replaced-ip )
2079 [20:02:53] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2080 [20:03:19] *** Quits: L1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
2081 [20:03:23] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 245 seconds)
2082 [20:05:08] <BlackBishop> what about the backports line ?
2083 [20:05:19] *** Joins: theraspberry (~rasp@replaced-ip )
2084 [20:05:20] <greycat> Here's a random stupid question. How come there's a "C.UTF-8" locale, but all the other locales with a UTF-8 encoding are spelled "*.utf8"?
2085 [20:05:24] *** Quits: OS-XX2 (~root@replaced-ip ) (Ping timeout: 255 seconds)
2086 [20:05:44] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 244 seconds)
2087 [20:06:23] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2088 [20:06:47] *** Joins: Megaf (~Megaf@replaced-ip )
2089 [20:08:21] <jelly> greycat: glibc internally names the locales with .utf8 suffix but Debian prefers .UTF-8 (mere aliases) everywhere
2090 [20:08:38] <jelly> so there probably is a C.utf8 as well
2091 [20:08:41] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2092 [20:08:56] <greycat> locale -a shows C and C.UTF-8 only
2093 [20:09:25] <jhutchins_wk> What is the "linux-latest" package?
2094 [20:09:30] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2095 [20:09:32] <greycat> ,info linux-latest
2096 [20:09:33] <judd> No package named 'linux-latest' was found in stretch/amd64.
2097 [20:09:50] <jhutchins_wk> ,v linux-latest
2098 [20:09:51] <judd> No package named 'linux-latest' was found in amd64.
2099 [20:10:40] <EdePopede> apt-cache search lists 4 packages: linux-image[-rt]-amd64[-dbg]
2100 [20:10:41] *** Joins: chomwitt (~chomwitt@replaced-ip )
2101 [20:10:53] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2102 [20:10:54] <jelly> ¯\_(ツ)_/¯
2103 [20:11:16] <EdePopede> ah, their source it is
2104 [20:11:21] *** Quits: wwilliam (~afernande@replaced-ip ) (Ping timeout: 268 seconds)
2105 [20:12:00] <jelly> greycat: you'll have to take it up with glibc people then, I think
2106 [20:12:58] *** Quits: theBashShell (~bruno@replaced-ip ) (Ping timeout: 246 seconds)
2107 [20:12:59] <jelly> "glibc internally names the locales with .utf8 suffix except C.UTF8"
2108 [20:13:08] <jelly> argh. C.UTF-8
2109 [20:13:10] *** Joins: Eiku_ (~Eiku@replaced-ip )
2110 [20:13:12] *** Quits: Eiku (~Eiku@replaced-ip ) (Ping timeout: 268 seconds)
2111 [20:13:27] *** Parts: tallbarr (~none@replaced-ip ) ("WeeChat 1.6")
2112 [20:13:31] *** Joins: tallbarr (~none@replaced-ip )
2113 [20:13:40] *** Joins: theBashShell (~bruno@replaced-ip )
2114 [20:13:42] <jelly> unhelpfully, there is no "UTF-8" alias for people sshing in from OSX
2115 [20:14:51] *** Joins: vbauer (~vbauer@replaced-ip )
2116 [20:14:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2117 [20:16:30] <BlackBishop> I just set my sshd_config to ignore those.
2118 [20:16:58] <jelly> that has some benefits and some drawbacks
2119 [20:17:21] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2120 [20:17:23] *** Joins: wwilliam (~afernande@replaced-ip )
2121 [20:17:44] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 246 seconds)
2122 [20:18:01] *** Quits: Copenhagen_Bram (~elonsatos@replaced-ip ) (Read error: Connection reset by peer)
2123 [20:18:20] *** Quits: Kyros (~kyros@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2124 [20:18:27] *** Joins: hansol (~hans0l@replaced-ip )
2125 [20:18:38] *** Joins: Kyros (~kyros@replaced-ip )
2126 [20:19:18] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2127 [20:19:26] *** Quits: vbauer (~vbauer@replaced-ip ) (Quit: Leaving)
2128 [20:20:16] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Ping timeout: 252 seconds)
2129 [20:20:31] *** Quits: msev-- (msev-@replaced-ip ) (Ping timeout: 268 seconds)
2130 [20:20:37] *** Quits: daishan (sid58572@replaced-ip ) (Ping timeout: 252 seconds)
2131 [20:20:55] *** Quits: gvvg__ (sid188075@replaced-ip ) (Read error: Connection reset by peer)
2132 [20:21:04] *** Joins: gvvg__ (sid188075@replaced-ip )
2133 [20:21:08] *** Quits: Spitfire_ (spitfire@replaced-ip ) (Ping timeout: 268 seconds)
2134 [20:21:09] *** Joins: daishan (sid58572@replaced-ip )
2135 [20:21:15] *** Quits: bobe (kwR3WE9fEs@replaced-ip ) (Ping timeout: 250 seconds)
2136 [20:21:23] *** Joins: msev- (msev-@replaced-ip )
2137 [20:21:34] *** Joins: CEnnis91 (uid3543@replaced-ip )
2138 [20:21:38] *** Joins: argus (~tls@replaced-ip )
2139 [20:21:41] *** Quits: JStoker (jstoker@replaced-ip ) (Ping timeout: 250 seconds)
2140 [20:22:05] *** Quits: towo` (~towo@replaced-ip ) (Ping timeout: 252 seconds)
2141 [20:22:17] *** Joins: Copenhagen_Bram (~elonsatos@replaced-ip )
2142 [20:22:48] *** Joins: towo` (~towo@replaced-ip )
2143 [20:22:50] *** Joins: bobe (RcLrp9OS7l@replaced-ip )
2144 [20:22:58] *** Joins: Spitfire (spitfire@replaced-ip )
2145 [20:22:58] *** Quits: Spitfire (spitfire@replaced-ip ) (Changing host)
2146 [20:22:58] *** Joins: Spitfire (spitfire@replaced-ip )
2147 [20:23:02] *** Joins: JStoker (jstoker@replaced-ip )
2148 [20:24:45] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 255 seconds)
2149 [20:25:15] *** Joins: DammitJim (~DammitJim@replaced-ip )
2150 [20:25:36] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2151 [20:25:49] *** Joins: MScott (MScott@replaced-ip )
2152 [20:25:55] *** Joins: argusbr (~tls@replaced-ip )
2153 [20:25:56] *** Quits: argusbr (~tls@replaced-ip ) (Changing host)
2154 [20:25:56] *** Joins: argusbr (~tls@replaced-ip )
2155 [20:26:12] *** coyotesays is now known as clicketyguitar
2156 [20:26:27] *** Quits: sauvin (sauvin@replaced-ip ) (Ping timeout: 250 seconds)
2157 [20:26:32] *** Quits: argus (~tls@replaced-ip ) (Read error: Connection reset by peer)
2158 [20:26:48] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2159 [20:26:52] *** Joins: krabador (~krabador@replaced-ip )
2160 [20:27:03] *** Joins: vbauer (~vbauer2@replaced-ip )
2161 [20:27:05] *** Joins: zenux (~zenux@replaced-ip )
2162 [20:27:26] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
2163 [20:27:43] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2164 [20:27:48] *** Joins: teclo- (42@replaced-ip )
2165 [20:27:51] *** Joins: format_c (~format_c@replaced-ip )
2166 [20:28:05] *** Quits: OS-42889 (~OS-42889@replaced-ip ) (Read error: Connection reset by peer)
2167 [20:28:06] *** Joins: PoaB (~Thunderbi@replaced-ip )
2168 [20:30:15] *** Joins: jnavila (~jnavila@replaced-ip )
2169 [20:30:49] *** Quits: supercoven (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2170 [20:30:59] *** Joins: rsully (~rsully@replaced-ip )
2171 [20:33:26] *** Joins: rpifan (~rpifan@replaced-ip )
2172 [20:33:32] *** Quits: shabius (~shabius@replaced-ip ) (Quit: Leaving)
2173 [20:34:33] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
2174 [20:35:18] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
2175 [20:36:21] *** Quits: baptist (~baptist@replaced-ip ) (Remote host closed the connection)
2176 [20:37:11] *** Joins: shabius (~shabius@replaced-ip )
2177 [20:37:54] *** Joins: badrabb1t (~quassel@replaced-ip )
2178 [20:38:43] *** Joins: srgg (~srgg@replaced-ip )
2179 [20:39:47] *** Quits: ShakaJada (~RitamGrad@replaced-ip ) (Ping timeout: 246 seconds)
2180 [20:40:28] *** Quits: tlaxkit (~kvirc@replaced-ip ) (Ping timeout: 245 seconds)
2181 [20:40:49] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
2182 [20:40:56] *** Joins: frju365[IRC] (~julien@replaced-ip )
2183 [20:40:56] *** Quits: frju365[IRC] (~julien@replaced-ip ) (Changing host)
2184 [20:40:56] *** Joins: frju365[IRC] (~julien@replaced-ip )
2185 [20:41:23] *** Joins: dez (uid92154@replaced-ip )
2186 [20:42:54] *** Joins: pringau (~pringau@replaced-ip )
2187 [20:43:18] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 250 seconds)
2188 [20:43:25] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 246 seconds)
2189 [20:43:47] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 245 seconds)
2190 [20:44:04] *** Quits: rebrec (~rebrec@replaced-ip##) (Quit: The Lounge - ##replaced-url
2191 [20:44:22] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
2192 [20:44:53] *** Joins: we6jbo (~we6jbo@replaced-ip )
2193 [20:45:41] *** Joins: izh_ (~denis@replaced-ip )
2194 [20:45:45] *** Joins: rebrec (~rebrec@replaced-ip )
2195 [20:46:50] *** Dragone2 is now known as Dragone2|Away
2196 [20:49:00] *** Joins: sky___ (~sky@replaced-ip )
2197 [20:49:19] *** Parts: sky___ (~sky@replaced-ip ) ()
2198 [20:49:59] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2199 [20:50:27] *** Joins: allizom (~Thunderbi@replaced-ip )
2200 [20:50:44] *** clicketyguitar is now known as coyotesays
2201 [20:51:49] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2202 [20:52:34] *** Quits: AK (~ak@replaced-ip ) (Remote host closed the connection)
2203 [20:53:04] *** Joins: AK (~ak@replaced-ip )
2204 [20:53:47] *** Quits: vbauer (~vbauer2@replaced-ip ) (Read error: Connection reset by peer)
2205 [20:54:02] *** Quits: GeeKoyo (~geekoyo@replaced-ip ) (Read error: Connection reset by peer)
2206 [20:54:48] *** Joins: shadonph (~root@replaced-ip )
2207 [20:55:12] *** Joins: m8 (~m8@replaced-ip )
2208 [20:55:37] *** Joins: tlaxkit (~kvirc@replaced-ip )
2209 [20:55:43] *** Parts: gcclinux (~gcclinux@replaced-ip ) ("Leaving")
2210 [20:55:44] *** Joins: fassl (~fassl@replaced-ip )
2211 [20:57:23] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
2212 [20:57:48] *** Quits: tlaxkit (~kvirc@replaced-ip ) (Client Quit)
2213 [20:58:01] *** Joins: fakefur (~fakefur@replaced-ip )
2214 [20:58:01] *** Quits: fakefur (~fakefur@replaced-ip ) (Client Quit)
2215 [20:58:30] *** Quits: pie3 (~pieee@replaced-ip ) (Ping timeout: 255 seconds)
2216 [20:58:30] *** Joins: hanfm (~Thunderbi@replaced-ip )
2217 [20:58:58] *** Quits: Zppix (uid182351@replaced-ip ) (Quit: Connection closed for inactivity)
2218 [20:59:15] *** Joins: soee (~soee@replaced-ip )
2219 [20:59:38] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Ping timeout: 245 seconds)
2220 [21:00:25] *** Joins: wonderer (~quakeroat@replaced-ip )
2221 [21:01:06] *** Joins: argus (~tls@replaced-ip )
2222 [21:01:07] *** Joins: ryouma (~user@replaced-ip )
2223 [21:02:05] *** Joins: dastier (~dastier@replaced-ip )
2224 [21:02:06] <ryouma> if you do NOT have force confmiss in apt-get (or force conffmiss in ucf), then will you be prompted to ask whether to restore a removed conffile?
2225 [21:02:06] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 255 seconds)
2226 [21:03:24] <ryouma> that would be the most consistent with the documentation of the various options (i.e. treating removal as a change) but it is not totally clear to me
2227 [21:04:01] *** debhelper sets mode: +l 1535
2228 [21:04:13] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 245 seconds)
2229 [21:05:00] *** Joins: pie3 (~pieee@replaced-ip )
2230 [21:05:01] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
2231 [21:05:16] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
2232 [21:05:34] *** Quits: pie3 (~pieee@replaced-ip ) (Read error: Connection reset by peer)
2233 [21:05:51] *** Joins: yoric__ (~yoric@replaced-ip )
2234 [21:06:31] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
2235 [21:06:59] *** Joins: Gazooo (~Gazooo@replaced-ip )
2236 [21:07:03] *** Quits: wwilliam (~afernande@replaced-ip ) (Ping timeout: 255 seconds)
2237 [21:10:28] *** Quits: obsview (~obsview@replaced-ip ) (Ping timeout: 245 seconds)
2238 [21:11:35] *** Joins: the_bash_shell (~bruno@replaced-ip )
2239 [21:11:49] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Remote host closed the connection)
2240 [21:11:57] *** Quits: SirNeo (~sirneo@replaced-ip ) (Ping timeout: 252 seconds)
2241 [21:12:19] *** Quits: Slashman (~Slash@replaced-ip ) (Ping timeout: 268 seconds)
2242 [21:12:30] *** Quits: luminousnine (~luminousn@replaced-ip ) (Ping timeout: 252 seconds)
2243 [21:12:40] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
2244 [21:13:20] *** Quits: sonicdee (~linushec@replaced-ip ) (Ping timeout: 250 seconds)
2245 [21:13:23] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 258 seconds)
2246 [21:13:33] *** Quits: null- (~null@replaced-ip ) (Ping timeout: 268 seconds)
2247 [21:14:01] *** debhelper sets mode: +l 1526
2248 [21:14:12] *** Quits: theBashShell (~bruno@replaced-ip ) (Ping timeout: 245 seconds)
2249 [21:14:22] *** Joins: bertbob (~bertbob@replaced-ip )
2250 [21:16:51] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2251 [21:17:59] *** Quits: s7r (~s7r@replaced-ip ) (Ping timeout: 258 seconds)
2252 [21:18:26] *** Joins: TvL2386_ (~tom@replaced-ip )
2253 [21:19:35] *** Joins: Xalys (~root@replaced-ip )
2254 [21:20:08] *** Quits: TvL2386 (~tom@replaced-ip ) (Ping timeout: 250 seconds)
2255 [21:20:20] *** Joins: SirNeo (~sirneo@replaced-ip )
2256 [21:20:26] *** Parts: life_of_e (~life_of_e@replaced-ip ) ()
2257 [21:20:41] *** Joins: luminousnine (~luminousn@replaced-ip )
2258 [21:20:41] *** Quits: luminousnine (~luminousn@replaced-ip ) (Changing host)
2259 [21:20:41] *** Joins: luminousnine (~luminousn@replaced-ip )
2260 [21:20:45] *** Quits: tommaso (~pi@replaced-ip ) (Ping timeout: 256 seconds)
2261 [21:21:26] *** Joins: s7r (~s7r@replaced-ip )
2262 [21:21:31] *** Joins: obsview (~obsview@replaced-ip )
2263 [21:21:53] *** Joins: jmarsac (~jmarsac@replaced-ip )
2264 [21:21:54] *** Joins: tower (~greg@replaced-ip )
2265 [21:22:09] *** Quits: eamanu (~Thunderbi@replaced-ip ) (Quit: eamanu)
2266 [21:22:57] *** Parts: Xalys (~root@replaced-ip ) ()
2267 [21:22:58] *** Joins: sonicdee (~linushec@replaced-ip )
2268 [21:23:09] *** Joins: null- (~null@replaced-ip )
2269 [21:25:10] <kevinnn> does anyone by any chance know how to disable tty hot key switching?
2270 [21:25:18] <kevinnn> most guides online talk about using xorg to solve this but I don't have x installed on my system
2271 [21:25:59] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2272 [21:26:02] *** Quits: frju365[IRC] (~julien@replaced-ip ) (Remote host closed the connection)
2273 [21:26:20] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
2274 [21:26:31] *** Joins: hejux (~hejux@replaced-ip )
2275 [21:26:57] *** Joins: tommaso (~pi@replaced-ip )
2276 [21:26:58] *** Quits: sentriz (~sentriz@replaced-ip ) (Remote host closed the connection)
2277 [21:27:08] <ryouma> what is the difference between .ucf-new and .ucf-dist?
2278 [21:27:42] <ryouma> kevinnn: do you mean consoles?
2279 [21:28:00] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
2280 [21:28:01] <kevinnn> ryouma: yes
2281 [21:28:05] <obsview> kevinnn: I'm no expert, but try searching "debian disable tty shortcuts" -- DDG returned a couple of methods.
2282 [21:28:33] <ryouma> kevinnn: sounds like the kind of thing inittab would do, but i didn't see it there
2283 [21:29:08] <obsview> Search suggests using tee, editing xorg.conf
2284 [21:29:44] <greycat> tee is just a shell command that makes output go to more than one file; probably not relevant here
2285 [21:30:03] *** Joins: oish (~charlie@replaced-ip )
2286 [21:30:16] <kevinnn> obsview: can't use the xorg solution, x isn't installed on my systen
2287 [21:30:23] <greycat> inittab doesn't exist under systemd
2288 [21:30:24] <kevinnn> let me try the tee solution
2289 [21:30:37] *** Joins: mthe878 (~mthe@replaced-ip )
2290 [21:30:43] *** Quits: zenux (~zenux@replaced-ip ) (Remote host closed the connection)
2291 [21:30:59] <greycat> I'm guessing he found a document that shows how to dump strings to a file using sudo + tee since sudo echo ... > file doesn't work.
2292 [21:31:19] <greycat> So it's really just instructions for how to put stuff in a file.
2293 [21:31:29] <obsview> Sorry -- using tee to write "manual" into /etc/init/tty1, 2, 3, etc
2294 [21:31:35] <kevinnn> ya neither solution worked for me
2295 [21:31:38] <greycat> Putting stuff in xorg.conf is NOT going to help you if you don't use X.
2296 [21:31:43] <ryouma> slightly different question: what is the difference between .dpkg-new and .dpkg-dist? isn't the new version the same as the distributed version?
2297 [21:31:45] <obsview> (I'll just be quiet and let you help...)
2298 [21:31:50] <kevinnn> you all are referring to this right? replaced-url
2299 [21:31:59] <kevinnn> none of these solutions worked
2300 [21:32:05] <kevinnn> can still switch between ttys
2301 [21:32:18] <greycat> Whatever document you find, make sure it's written for systemd and not for sysvinit.
2302 [21:32:36] *** Quits: jarlaxl (~blt@replaced-ip ) (Quit: Leaving)
2303 [21:32:40] *** Joins: him-cesjf (~cesjf@replaced-ip )
2304 [21:32:42] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Ping timeout: 250 seconds)
2305 [21:32:57] <kevinnn> greycat: I've tried literally every suggestion on the first page of google...
2306 [21:33:01] <kevinnn> nothing has worked for me
2307 [21:33:56] <BCMM> kevinnn: this behaviour is defined by the kernel's keymap. you can disable it by making a custom keymap.
2308 [21:34:20] <kevinnn> BCMM: does this require me to rebuild the kernel?
2309 [21:34:32] <BCMM> kevinnn: no, you can load your custom map with loadkeys
2310 [21:34:36] *** Joins: rpifan (~rpifan@replaced-ip )
2311 [21:34:50] <BCMM> (and on most distros, there's an easy way to load a custom map on boot)
2312 [21:34:53] <kevinnn> hmm, loadkeys, it is wild to me that no one on google would suggest this
2313 [21:35:02] <kevinnn> oh
2314 [21:35:12] <kevinnn> it isn't a persistent change?
2315 [21:35:26] *** Quits: shadonph (~root@replaced-ip ) (Quit: Lost terminal)
2316 [21:35:33] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
2317 [21:36:47] <obsview> Is this helpful? replaced-url
2318 [21:36:49] *** Joins: jarlaxl (~blt@replaced-ip )
2319 [21:37:05] *** Joins: ni291187 (~u931732@replaced-ip )
2320 [21:37:22] <ni291187> good
2321 [21:37:23] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
2322 [21:37:43] <BCMM> kevinnn: no. it is a kernel setting that is changed by userspace. like any other such setting, it must be reapplied each boot. like i said, most distros have a system for doing this automatically.
2323 [21:37:48] <greycat> that's a serial console, so it won't apply
2324 [21:38:06] *** Joins: nullbyte_ (~null@replaced-ip )
2325 [21:38:58] <kevinnn> BCMM: is greycat correct when he says it wouldn't work?
2326 [21:39:24] <BCMM> kevinnn: i'm pretty sure greycat was talking to obsview there
2327 [21:39:51] *** Joins: frju365[IRC] (~julien@replaced-ip )
2328 [21:41:14] *** Joins: eddof13 (~eddof13@replaced-ip )
2329 [21:41:38] *** Quits: ni291187 (~u931732@replaced-ip ) (Remote host closed the connection)
2330 [21:41:48] <BCMM> kevinnn: anyway, get a copy of your kernel keymap, look for any keys called things like "Console_1" "Console_2", etc., and undefine those
2331 [21:41:51] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
2332 [21:42:34] *** Joins: FightingFalcon (~ff@replaced-ip )
2333 [21:45:07] *** Joins: paulo (~paulo@replaced-ip )
2334 [21:45:35] <greycat> Yes, I am clearly talking to the person who posted a suggestion with the words "serial" and "console".
2335 [21:47:53] *** Joins: shibboleth (~shibbolet@replaced-ip )
2336 [21:49:04] *** Joins: aloo_shu (~atomic@replaced-ip )
2337 [21:49:07] *** Joins: t1k32672 (~t1k3@replaced-ip )
2338 [21:49:30] <obsview> greycat yeah that was me -- sorry for search spamming
2339 [21:49:47] *** kreyren is now known as NeckbeardGod
2340 [21:50:15] *** Joins: slv (~slv@replaced-ip )
2341 [21:50:47] *** Quits: the_bash_shell (~bruno@replaced-ip ) (Remote host closed the connection)
2342 [21:50:51] <kevinnn> BCMM: okay this is incredible
2343 [21:50:58] <kevinnn> I loaded a custom keymap
2344 [21:51:06] *** Joins: the_bash_shell (~bruno@replaced-ip )
2345 [21:51:11] <kevinnn> with absolutely no reference to Console_3
2346 [21:51:28] <kevinnn> and it still switches to tty3
2347 [21:51:34] <kevinnn> I don't understand
2348 [21:51:44] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Remote host closed the connection)
2349 [21:52:04] *** argus is now known as argusbr
2350 [21:52:04] *** Quits: argusbr (~tls@replaced-ip ) (Changing host)
2351 [21:52:04] *** Joins: argusbr (~tls@replaced-ip )
2352 [21:52:12] *** Quits: m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
2353 [21:52:28] *** NeckbeardGod is now known as kreyren
2354 [21:52:35] *** coyotesays is now known as pikaaaAAA
2355 [21:52:37] *** Quits: crn (~Chuck@replaced-ip ) (Quit: Leaving)
2356 [21:52:42] *** Joins: Scrutinizer (~Scrutiniz@replaced-ip )
2357 [21:52:47] *** Joins: crn (~Chuck@replaced-ip )
2358 [21:52:59] *** Quits: frju365[IRC] (~julien@replaced-ip ) (Remote host closed the connection)
2359 [21:53:52] *** Joins: silverballz (~hidden@replaced-ip )
2360 [21:54:01] *** debhelper sets mode: +l 1532
2361 [21:54:04] <BCMM> kevinnn: what are you switching *from*?
2362 [21:54:09] *** Joins: littlebit (~Thunderbi@replaced-ip )
2363 [21:54:13] *** Quits: t1k32672 (~t1k3@replaced-ip ) (Ping timeout: 245 seconds)
2364 [21:54:21] <kevinnn> BCMM: tty1
2365 [21:54:21] *** Quits: crn (~Chuck@replaced-ip ) (Client Quit)
2366 [21:54:43] <BCMM> and tty1 is just a regular linux vt, right?
2367 [21:55:00] <kevinnn> yes it is
2368 [21:55:02] *** Quits: Prints (~333@replaced-ip ) (Quit: deadlightbulb.com)
2369 [21:55:41] *** Joins: crn (~Chuck@replaced-ip )
2370 [21:56:38] <ryouma> if this is for a kiosk or something maybe that keyword will be useful
2371 [21:56:46] *** Joins: t1k32672 (~t1k3@replaced-ip )
2372 [21:57:20] *** Joins: Brigo_ (~Brigo@replaced-ip )
2373 [21:57:24] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
2374 [21:57:35] <kevinnn> ryouma: hmm, are you talking to me?
2375 [21:58:43] *** Joins: Cheryl (~Laurena@replaced-ip )
2376 [21:59:30] <ryouma> yes, just to you. just a wild suggestion.
2377 [21:59:54] <kevinnn> what keyword are you referring to?
2378 [22:00:28] <ryouma> in case this is an xy problem, maybe that would be a useful internet search term
2379 [22:00:39] <Cheryl> hi
2380 [22:00:39] <ryouma> that is all
2381 [22:00:52] *** Quits: czer001 (~matt@replaced-ip ) (Ping timeout: 250 seconds)
2382 [22:01:55] <kevinnn> ryouma: I actually see what you are saying, no it is not for a kiosk
2383 [22:02:19] <kevinnn> kiosk's don't really have keyboards do they?
2384 [22:02:21] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
2385 [22:02:26] <greycat> kevinnn: did you try replaced-url
2386 [22:02:28] <Sleaker> kevinnn: depends.
2387 [22:02:31] *** Joins: czer001 (~matt@replaced-ip )
2388 [22:02:45] <Sleaker> there is a thing called kiosk mode that can give the user a limited web browser with a mouse + keyboard, but they are sandboxxed.
2389 [22:02:55] *** Quits: sebatron (~sebatron@replaced-ip ) (Quit: Leaving)
2390 [22:03:33] <Sleaker> you see it at places like libraries, book stores, etc. places that want to let you do simple searches but where you only have access to a limited set of applications or functions inside an app.
2391 [22:03:38] <greycat> of course the part about /usr/lib/systemd/ has to change to /lib/systemd/ in Debian
2392 [22:03:39] <kevinnn> yes I have tried that as well. cat /etc/systemd/logind.conf | grep VT prints this: NAutoVTs=0 ReserveVT=0
2393 [22:03:43] <Sleaker> the OS UI is generally hidden in these instances.
2394 [22:04:57] <jelly> kevinnn: are you merely able to switch to tty3, or are you also getting a login prompt and being able to log in there?
2395 [22:05:13] *** Joins: berndj-blackout (~berndj@replaced-ip )
2396 [22:05:19] *** Quits: berndj (~berndj@replaced-ip ) (Ping timeout: 246 seconds)
2397 [22:06:04] <kevinnn> jelly: no login prompt. I figured out how to disable that already
2398 [22:06:32] <kevinnn> jelly: I can tell the tty changed though because the console I had on tty1 goes away
2399 [22:06:38] <jelly> kevinnn: did you reboot since disabling login?
2400 [22:06:38] *** Quits: Cheryl (~Laurena@replaced-ip ) (Read error: Connection reset by peer)
2401 [22:06:57] <kevinnn> jelly: yes I have rebooted so many times
2402 [22:06:59] *** berndj-blackout is now known as berndj
2403 [22:07:18] <jelly> hmph, so it's not a matter of simply doing deallocvt
2404 [22:07:28] *** Quits: ozars (~ozars@replaced-ip ) (Quit: reboot)
2405 [22:07:53] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
2406 [22:07:55] <kevinnn> jelly: right.... what could be the issue :(
2407 [22:08:19] <greycat> well, the primary issue is that Linux virtual tty switching is built directly into linux
2408 [22:08:27] <jelly> no idea what changed since stretch in systemd and tty allocation
2409 [22:08:58] <jelly> greycat: okay, but when a VT does not exist you can't even switch there
2410 [22:09:00] *** Joins: th0r (~th0r@replaced-ip )
2411 [22:09:01] <greycat> One would think there's a sysctl setting or something to tell it "hey, don't do this".
2412 [22:09:06] <jelly> go try Ctrl-Alt-F8
2413 [22:09:07] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
2414 [22:09:32] <kevinnn> jelly: f8 does not do anything
2415 [22:09:43] <kevinnn> only up to f6 does something happen
2416 [22:09:51] <kevinnn> oh waiy
2417 [22:10:03] <kevinnn> only up to f3 does something
2418 [22:10:07] <kevinnn> that is weird...
2419 [22:10:13] *** Quits: nullbyte_ (~null@replaced-ip ) (Quit: quit)
2420 [22:10:18] <jelly> so something initialized those three.
2421 [22:10:35] *** Joins: nullbyte_ (~null@replaced-ip )
2422 [22:10:35] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
2423 [22:10:53] <kevinnn> jelly: what in gods name could have done that
2424 [22:11:05] <jelly> amusingly, when "showkeys" is running in console, Ctrl-Alt-F2 & friends do not work, here (on stretch)
2425 [22:11:07] *** Quits: the_bash_shell (~bruno@replaced-ip ) (Remote host closed the connection)
2426 [22:11:07] *** Quits: nullbyte_ (~null@replaced-ip ) (Client Quit)
2427 [22:11:15] *** Quits: srgg (~srgg@replaced-ip ) (Quit: srgg)
2428 [22:11:28] *** Joins: tagomago (~tagomago@replaced-ip )
2429 [22:11:42] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
2430 [22:11:53] *** Quits: th0r (~th0r@replaced-ip ) (Client Quit)
2431 [22:12:01] *** Quits: MScott (MScott@replaced-ip ) (Quit: Leaving)
2432 [22:12:24] <jelly> kevinnn: no clue. What happens with Ctrl-Alt-F2 if you manually run "deallocvt 2" as root?
2433 [22:13:00] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2434 [22:13:22] *** Quits: Tenkawa (~Tenkawa@replaced-ip ) (Client Quit)
2435 [22:13:30] <kevinnn> jelly: whoa
2436 [22:13:39] <kevinnn> it doesn't switch to tty2 anymore
2437 [22:13:54] <kevinnn> how can I make that a persistent change?
2438 [22:13:59] <jelly> so you have a racy workaround
2439 [22:14:01] *** debhelper sets mode: +l 1524
2440 [22:14:14] *** Joins: zeden (~user@replaced-ip )
2441 [22:14:22] <kevinnn> I just add that to rc.local
2442 [22:14:23] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Quit: littlebit)
2443 [22:14:32] <kevinnn> and it'll be semi-persistent
2444 [22:14:43] <kevinnn> unless someone types it fast enough
2445 [22:14:47] <jelly> kevinnn: that's the wrong question, the right question is "what allocates/starts tty2"
2446 [22:14:55] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2447 [22:14:57] <kevinnn> right...
2448 [22:15:03] <kevinnn> how can I find that?
2449 [22:15:04] *** Joins: i_am_just_testin (4dee441c@replaced-ip )
2450 [22:15:06] <jelly> no idea
2451 [22:15:07] *** Joins: Caellion (~Caellion@replaced-ip )
2452 [22:15:39] <jelly> grep ALL the systemd units!
2453 [22:16:24] *** Joins: xcm (~xcm@replaced-ip )
2454 [22:17:49] *** Joins: semeion (~semeion@replaced-ip )
2455 [22:17:59] *** Joins: garrettkajmowicz (42d48d9d@replaced-ip )
2456 [22:18:05] <jhutchins_wk> Do a little googling on systemd + terminals/consoles.
2457 [22:18:08] *** Joins: platvoeten (~platvoete@replaced-ip )
2458 [22:18:13] *** Joins: tymczenko (~tymczenko@replaced-ip )
2459 [22:18:27] <greycat> we've already *done* that
2460 [22:18:29] *** Joins: ozars (~ozars@replaced-ip )
2461 [22:19:04] *** Quits: somepoortech (~somepoort@replaced-ip ) (Ping timeout: 250 seconds)
2462 [22:19:34] <jhutchins_wk> I knbow I found quite a bit about it when I looked, but decided it wasn't worth the troble.
2463 [22:19:38] <garrettkajmowicz> If I re-run "dpkg -i package.deb" for the same version number, will the files be overridden, or will the write to disk be elided?
2464 [22:19:39] <jhutchins_wk> trouble.
2465 [22:19:47] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
2466 [22:19:56] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2467 [22:20:09] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
2468 [22:20:12] <jelly> garrettkajmowicz: non conffile-files, normal contents of the package, will be replaced
2469 [22:20:39] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
2470 [22:21:01] <somiaj> My understanding is in systemd, tty1-6 are started on demand via the getty@.service unit file. I'm unsure how systemd is setup to hooks to run them as they are asked for though.
2471 [22:21:16] <somiaj> there are some other services linked to this too.
2472 [22:21:21] <garrettkajmowicz> jelly: Thanks!
2473 [22:21:49] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Quit: hanfm)
2474 [22:21:53] <somiaj> ahh yea, there is also the getty-static.service, which setsup tty2-tty6
2475 [22:21:55] *** Joins: Sollg3r (~ejakuk@replaced-ip )
2476 [22:22:49] <somiaj> garrettkajmowicz: the postinstall script will also be run again too.
2477 [22:23:12] *** Joins: Cheryl (~Laurena@replaced-ip )
2478 [22:23:24] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 250 seconds)
2479 [22:24:06] *** Quits: Caellion (~Caellion@replaced-ip ) (Remote host closed the connection)
2480 [22:24:07] *** Joins: Mathisen (~mathisen@replaced-ip )
2481 [22:24:30] *** Quits: fjavier (~fjavier@replaced-ip ) (Quit: Leaving)
2482 [22:25:14] *** Quits: neovalis0 (~neovalis@replaced-ip ) (Ping timeout: 244 seconds)
2483 [22:25:21] <Mathisen> hello, so i just updated debian machine and got some error on the samba updates.. is it only me or is this common ? " Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. "
2484 [22:25:28] <jelly> kevinnn: tty2 and tty3 might be opened way eariler, during initramfs for some reason, for all we know
2485 [22:25:53] <jelly> Mathisen: that is not an error.
2486 [22:26:10] <kevinnn> jelly: okay well I'll do some digging...
2487 [22:26:17] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #91: "God is subtle but he is not malicious.")
2488 [22:26:38] <jelly> that's a notification. If you want samba to act as DC you will have to configure and enable that manually
2489 [22:26:40] <Mathisen> jelly, i have not seen this before so thats why im asking here.
2490 [22:26:46] *** Joins: Krennic (~Krennic@replaced-ip )
2491 [22:27:23] <jelly> I don't know if it happens on initial installation of samba packages as well.
2492 [22:27:26] *** Joins: victorqueiroz (uid340368@replaced-ip )
2493 [22:27:30] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2494 [22:28:09] <somiaj> kevinnn: you can start by looking up the getty@.service and getty-static.service (the first is the wild card service to run ttys, the second pull 1-6 up at boot) and there maybe some other stuff hiding in there too.
2495 [22:28:28] <kevinnn> somiaj: thank you
2496 [22:28:33] *** Joins: xcm (~xcm@replaced-ip )
2497 [22:28:47] <kevinnn> although I deleted getty-static.service in an attempt to solve this
2498 [22:29:05] <greycat> "deleted"?
2499 [22:29:17] *** Quits: dynek (~dynek@replaced-ip ) (Quit: leaving)
2500 [22:29:37] *** Joins: dynek (~dynek@replaced-ip )
2501 [22:29:49] <jhutchins_wk> Mathisen: replaced-url
2502 [22:30:07] <jhutchins_wk> Mathisen: It's a frequently asked question RE samba specifically.
2503 [22:31:37] <garrettkajmowicz> somiaj: I'm just trying to make sure that my edit/rebuild/reinstall loop is actually installing the new binaries. It's awkward if a bug isn't fixed because you didn't actually deploy the new binaries.
2504 [22:31:38] *** Joins: somepoortech (~somepoort@replaced-ip )
2505 [22:32:24] <jelly> garrettkajmowicz: if you are making custom packages, do a purge and reinstall every time you want new conffiles to be put in place.
2506 [22:32:48] <jelly> garrettkajmowicz: alternatively, ALWAYS bump the version
2507 [22:32:59] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 252 seconds)
2508 [22:33:00] *** Quits: bolt (~r00t@replaced-ip ) (Ping timeout: 255 seconds)
2509 [22:33:07] <jelly> (never reinstall a package with same version)
2510 [22:33:18] <jelly> (but different contents)
2511 [22:33:27] *** Quits: Cheryl (~Laurena@replaced-ip ) (Read error: Connection reset by peer)
2512 [22:33:47] <somiaj> garrettkajmowicz: why not add a custom revision for each change to the package so you aren't installing one with the same version. The debian version string has lots of ways to argment a custom version string to each new package you produce.
2513 [22:34:16] *** Joins: CaptainN (zelda@replaced-ip )
2514 [22:34:36] *** Joins: Megaf (~Megaf@replaced-ip )
2515 [22:34:37] *** Joins: TandyUK (~admin@replaced-ip )
2516 [22:34:51] <jelly> not just custom, custom and strictly higher.
2517 [22:35:28] *** Joins: TheSin (~TheSin@replaced-ip )
2518 [22:35:33] <Sleaker> I increment on every build no matter what.
2519 [22:35:39] <Sleaker> makes handling that stuff easy
2520 [22:36:13] <Sleaker> garrettkajmowicz: bake the versioning into your build system.
2521 [22:36:42] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
2522 [22:37:38] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
2523 [22:38:59] <Neobenedict> there a way I can install custom packages during the installation of debian (ie. to get lcap working)
2524 [22:39:26] *** Quits: km0201 (~km0201@replaced-ip ) (Quit: Leaving)
2525 [22:39:47] <somiaj> Neobenedict: There are ways, a lot depends on the package, where you have it stored, etc. But you can open up a second termial/shell from the installer and do manual things during the intall.
2526 [22:39:52] *** Quits: jurisl__ (~RebelCode@replaced-ip ) (Ping timeout: 250 seconds)
2527 [22:40:15] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2528 [22:40:28] <somiaj> though often I suggest, just complete the install as a minmial install, get into your system, and start installing additional software and custom packages then (vs during the installer stage)
2529 [22:40:45] <greycat> that's what I do
2530 [22:42:11] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
2531 [22:42:26] <Sleaker> Neobenedict: you can use a preseed to automatically setup a system with any sort of packages/setup you'd like
2532 [22:42:40] *** Joins: jnavila (~jnavila@replaced-ip )
2533 [22:42:54] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 250 seconds)
2534 [22:43:24] *** Joins: nsedrickm_ (~nsedrickm@replaced-ip )
2535 [22:43:29] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
2536 [22:43:46] *** Quits: Mr_Queue (~Mr_Queue@replaced-ip ) (Ping timeout: 250 seconds)
2537 [22:43:49] *** Joins: bolt (~r00t@replaced-ip )
2538 [22:43:59] *** Joins: Mr_Queue (~Mr_Queue@replaced-ip )
2539 [22:44:06] *** Quits: nsedrickm (~nsedrickm@replaced-ip ) (Read error: Connection reset by peer)
2540 [22:44:37] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
2541 [22:45:14] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2542 [22:45:55] *** Joins: Cheryl (~Laurena@replaced-ip )
2543 [22:46:05] *** Joins: Prints (~333@replaced-ip )
2544 [22:46:37] *** Quits: obsview (~obsview@replaced-ip ) (Ping timeout: 246 seconds)
2545 [22:46:39] *** Joins: Megaf (~Megaf@replaced-ip )
2546 [22:49:19] *** Joins: teksimian__ (~teksimian@replaced-ip )
2547 [22:49:34] *** Quits: garrettkajmowicz (42d48d9d@replaced-ip ) (Quit: Page closed)
2548 [22:50:49] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 246 seconds)
2549 [22:51:02] *** Joins: jnavila (~jnavila@replaced-ip )
2550 [22:51:37] *** Parts: izh_ (~denis@replaced-ip ) ()
2551 [22:52:53] *** Joins: elkalamar (elkalamar@replaced-ip )
2552 [22:53:27] *** Quits: teksimian_ (~teksimian@replaced-ip ) (Ping timeout: 264 seconds)
2553 [22:55:00] *** Joins: bolt_ (~r00t@replaced-ip )
2554 [22:55:21] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 252 seconds)
2555 [22:56:05] *** Quits: bolt (~r00t@replaced-ip ) (Ping timeout: 252 seconds)
2556 [22:56:26] *** Quits: Cheryl (~Laurena@replaced-ip ) (Read error: Connection reset by peer)
2557 [22:57:26] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
2558 [22:57:51] *** Quits: ScottE (~ScottE@replaced-ip##) (Quit: ZNC - ##replaced-url
2559 [22:58:17] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
2560 [22:59:28] *** Joins: avranas-_ (~avranas-t@replaced-ip )
2561 [22:59:30] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
2562 [22:59:33] *** Parts: Scrutinizer (~Scrutiniz@replaced-ip ) ("Leaving")
2563 [22:59:48] *** Quits: irinix (~irinix@replaced-ip##) (Quit: ZNC - ##replaced-url
2564 [23:00:00] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 255 seconds)
2565 [23:00:01] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
2566 [23:00:03] *** Quits: avranas-tnw (~avranas-t@replaced-ip ) (Ping timeout: 245 seconds)
2567 [23:00:14] *** Quits: relaxed (~relaxed@replaced-ip ) (Quit: ⠠⠵)
2568 [23:00:14] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2569 [23:00:28] *** Quits: rsully (~rsully@replaced-ip ) (Quit: rsully)
2570 [23:00:54] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2571 [23:01:19] *** Parts: pikaaaAAA (~tempnick3@replaced-ip ) ("Leaving")
2572 [23:02:41] *** Quits: dynek (~dynek@replaced-ip ) (Quit: Lost terminal)
2573 [23:02:53] *** Joins: eddof13 (~eddof13@replaced-ip )
2574 [23:03:15] *** Joins: irinix (~irinix@replaced-ip )
2575 [23:03:43] <skyfighter> Guys, good afternoon. I want to put Debian on the machine and I already have Arch Linux with Windows, how can I do a tri-boot?
2576 [23:04:01] *** debhelper sets mode: +l 1510
2577 [23:04:13] *** Joins: untakenstupidnic (~untakenst@replaced-ip )
2578 [23:05:02] *** Joins: relaxed (~relaxed@replaced-ip )
2579 [23:05:59] <greycat> Figure out which one of the Linuxes you want to be in control of the boot loader.
2580 [23:06:23] <greycat> Whenever you replace the kernel on the non-master Linux, you'll need to regenerate the GRUB menu on the master Linux.
2581 [23:06:47] *** Quits: K1rk_ (~K1rk@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2582 [23:07:00] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
2583 [23:08:03] *** Quits: yoric__ (~yoric@replaced-ip ) (Quit: Leaving)
2584 [23:10:05] *** Joins: K1rk (~K1rk@replaced-ip )
2585 [23:10:17] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2586 [23:13:32] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
2587 [23:14:14] *** Joins: Haudegen (~quassel@replaced-ip )
2588 [23:14:29] *** Joins: lazouz (~lazouz@replaced-ip )
2589 [23:14:35] *** Quits: uniqdom (~uniqdom@replaced-ip ) (Quit: Leaving)
2590 [23:16:01] *** Quits: Klaus_Dieter (~klaus@replaced-ip ) (Ping timeout: 246 seconds)
2591 [23:16:16] *** Joins: Klaus_Dieter (~klaus@replaced-ip )
2592 [23:19:58] *** Joins: gvth (~cell@replaced-ip )
2593 [23:20:27] *** Joins: eddof13 (~eddof13@replaced-ip )
2594 [23:20:33] *** Joins: BCMM (~BCMM@replaced-ip )
2595 [23:22:22] <Neobenedict> does hostname matter
2596 [23:22:30] <Neobenedict> to my sysadmins
2597 [23:22:34] <Neobenedict> er
2598 [23:22:35] <Neobenedict> network admins
2599 [23:22:36] <Neobenedict> even
2600 [23:22:52] <Neobenedict> can they see it?
2601 [23:23:43] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 258 seconds)
2602 [23:24:52] *** Quits: ToAsTeR` (~toaster@replaced-ip ) (Quit: Leaving)
2603 [23:25:38] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2604 [23:25:47] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
2605 [23:26:09] *** Quits: bingbotboom2 (~bingbotbo@replaced-ip ) (Ping timeout: 252 seconds)
2606 [23:28:13] *** Quits: BCMM (~BCMM@replaced-ip ) (Remote host closed the connection)
2607 [23:29:59] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
2608 [23:30:15] *** Quits: TheSin (~TheSin@replaced-ip ) (Quit: Client exiting)
2609 [23:30:17] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2610 [23:30:18] <vlt> I think the hostname can be part of a DHCP request.
2611 [23:30:25] <xtort-> Neobenedict, no, prob not
2612 [23:31:02] <xtort-> vlt, my lan is set up to honor those requests and map the provided hostname to an ip, but that's pretty rare
2613 [23:31:27] <xtort-> or maybe not now that i think about it
2614 [23:31:31] *** Quits: avranas-_ (~avranas-t@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2615 [23:32:13] *** Quits: Exmix (~tek@replaced-ip ) (Quit: Konversation terminated!)
2616 [23:32:18] *** Joins: dynek (~dynek@replaced-ip )
2617 [23:32:30] *** Quits: AimHere (~David@replaced-ip ) (Remote host closed the connection)
2618 [23:32:40] <ryouma> hostname gets sent out, is all i know
2619 [23:32:58] *** Joins: AimHere (~David@replaced-ip )
2620 [23:34:02] *** debhelper sets mode: +l 1504
2621 [23:34:04] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 258 seconds)
2622 [23:34:10] *** Joins: imkillroy (~killroy@replaced-ip )
2623 [23:34:56] *** Quits: newnerd (~newnerd@replaced-ip ) (Quit: Leaving)
2624 [23:35:37] *** Joins: Exmix (~tek@replaced-ip )
2625 [23:36:20] *** Quits: beaver (~no@replaced-ip ) (Remote host closed the connection)
2626 [23:36:54] *** Quits: dynek (~dynek@replaced-ip ) (Read error: Connection reset by peer)
2627 [23:38:39] <jim> anyone dealing with linux kernel vers. 5?
2628 [23:39:38] *** Quits: nsrafk (nsrafk@replaced-ip ) (Ping timeout: 244 seconds)
2629 [23:39:54] <jim> like building and/or packaging it, or applying patches to it?
2630 [23:40:16] *** Joins: okoloj (~karel@replaced-ip )
2631 [23:40:23] *** Parts: okoloj (~karel@replaced-ip ) ()
2632 [23:41:13] *** Joins: Gaaab (~Gaaab@replaced-ip )
2633 [23:41:27] *** Quits: Prints (~333@replaced-ip ) (Quit: deadlightbulb.com)
2634 [23:41:46] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2635 [23:41:55] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 246 seconds)
2636 [23:42:33] *** Joins: dynek (~dynek@replaced-ip )
2637 [23:42:45] <t3st3r> Neobenedict> hostname could be seen in DHCP requests. It is up to admins if it matters for them or not. I've also spotted git seems to try to resolve machine name ("DNS leak").
2638 [23:43:19] *** Joins: beaver (~no@replaced-ip )
2639 [23:44:34] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
2640 [23:44:45] *** Joins: Ricardo__ (~rick@replaced-ip )
2641 [23:44:45] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2642 [23:44:45] *** Joins: Ricardo__ (~rick@replaced-ip )
2643 [23:44:46] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
2644 [23:44:48] *** Joins: th0r (~th0r@replaced-ip )
2645 [23:44:57] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
2646 [23:45:20] <Neobenedict> if I want an encrypted /
2647 [23:45:27] <Neobenedict> do I make /boot and /swap unencrypted
2648 [23:45:37] <Neobenedict> and then / as a LVM volume
2649 [23:46:09] *** Quits: CME (~CME@replaced-ip##) (Quit: ZNC - ##replaced-url
2650 [23:46:23] *** Joins: CME (~CME@replaced-ip )
2651 [23:46:39] *** Quits: gislaved (68da3e3d@replaced-ip ) (Ping timeout: 250 seconds)
2652 [23:46:58] *** Joins: Gaaab (~Gaaab@replaced-ip )
2653 [23:47:36] *** Quits: polman (~ananevtem@replaced-ip##) (Quit: Conection reset by BEER ( ##replaced-url
2654 [23:49:20] *** Joins: marabout (f00b4r@replaced-ip )
2655 [23:49:21] <vlt> Neobenedict: swap doesn’t have to be unencrypted.
2656 [23:50:59] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2657 [23:51:08] *** Joins: krabador (~krabador@replaced-ip )
2658 [23:51:27] <vlt> A usual setup is partition 1 with GRUB and /boot, partition 2 is a LUKS device that becomes a PV for LVM. All other needed block devices (including swap) are LVM volumes.
2659 [23:51:45] *** Quits: dynek (~dynek@replaced-ip ) (Quit: Lost terminal)
2660 [23:52:04] *** Joins: Megaf (~Megaf@replaced-ip )
2661 [23:53:03] *** Joins: sinner (~themsay@replaced-ip )
2662 [23:53:27] *** sinner is now known as Guest51892
2663 [23:53:34] <Neobenedict> vlt: so LUKS is below LVM
2664 [23:53:38] <Neobenedict> not LVM with LUKS on top
2665 [23:53:55] *** Joins: nuh^ (nuh@replaced-ip )
2666 [23:54:38] *** Joins: michaelni (~michael@replaced-ip )
2667 [23:54:53] *** Joins: earthundead (~earthunde@replaced-ip )
2668 [23:54:57] *** Joins: Gyro (~user@replaced-ip )
2669 [23:56:39] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2670 [23:57:00] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
2671 [23:58:08] *** Joins: Leorthur (~Leorthur@replaced-ip )
2672 [23:59:00] *** Quits: nsedrickm_ (~nsedrickm@replaced-ip ) (Remote host closed the connection)
2673 [23:59:24] *** Joins: nsedrickm_ (~nsedrickm@replaced-ip )
2674 [23:59:59] *** Joins: fstd_ (~fstd@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