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:20] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
1 [00:00:26] <jim> ok, then you can alter sources.list, and then do the dist-upgrade. tip: if you don't have time to watch the upgrade, you can just get the package files, like this: apt -d dist-upgrade, then when you -do- have time, you can run it again without the -d
2 [00:00:31] *** Joins: arosusi_ (~arosusi@replaced-ip )
3 [00:00:45] *** Joins: APLU (~mulx@replaced-ip )
4 [00:00:46] *** Quits: awal1 (~awal1@replaced-ip ) (Read error: Connection reset by peer)
5 [00:01:33] <jim> bmomjian, and just so you know, backups are good here :)
6 [00:02:30] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
7 [00:03:49] *** Quits: arosusi (~arosusi@replaced-ip ) (Ping timeout: 244 seconds)
8 [00:03:54] <bmomjian> I have nightly backups to a second drive, a drive in a fire safe, and one in the bank.
9 [00:04:15] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Remote host closed the connection)
10 [00:04:19] <bmomjian> I am doing the recommended apt-get upgrade and then apt-get dist-upgrade
11 [00:04:23] <jim> very good :) seems you're all set then :)
12 [00:04:38] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 245 seconds)
13 [00:04:46] *** Quits: GaneshRaju (~ganeshraj@replaced-ip ) (Ping timeout: 258 seconds)
14 [00:05:39] *** Joins: pax (~Thunderbi@replaced-ip )
15 [00:05:45] <jmcnaught> jim: some daemons support reloading their configuration without completely restarting, but logind doesn't. I'm pretty sure restarting it is harmless.
16 [00:05:52] <jim> I wonder, what effect does apt upgrade then apt dist-upgrade have?
17 [00:06:15] *** Joins: fstd___ (~fstd@replaced-ip )
18 [00:06:30] <jim> jmcnaught, oh ok, thanks for the extra details :)
19 [00:06:33] *** Joins: dmar198 (491226d9@replaced-ip )
20 [00:07:24] *** Joins: r3 (~r3@replaced-ip )
21 [00:07:41] <dmar198> I'm trying to ssh into my raspberry pi over the internet. I've got port forwarding set up, and yet, when I type in ssh [username]@[myipaddress:port], I get an error message. How can I find out what I'm doing wrong?
22 [00:08:02] *** Quits: theraspberry (~rasp@replaced-ip ) (Ping timeout: 250 seconds)
23 [00:08:05] *** Joins: OS-43533 (~OS-43533@replaced-ip )
24 [00:08:16] <jim> dmar198, it would be good to know which error message you get :)
25 [00:08:20] <format_c> dmar198: reading the error message and think about it
26 [00:08:35] <dmar198> Could not resolve hostname...Name or service not found
27 [00:08:38] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
28 [00:08:48] <bmomjian> jim: I have no idea why two steps are commended, but the text is "In some cases, doing the full upgrade (as described below) directly might remove large numbers of packages that you will want to keep. We therefore recommend a two-part upgrade process: " replaced-url
29 [00:08:59] <bmomjian> I just do what I am told. ;-)
30 [00:09:05] <format_c> dmar198: so now read and think
31 [00:09:20] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 250 seconds)
32 [00:09:37] *** Joins: theraspberry (~rasp@replaced-ip )
33 [00:10:12] <jim> bmomjian, oh, ok, that makes more sense now. thanks
34 [00:10:17] <dmar198> format_c: I infer that my terminal doesn't recognize my ip address. Does it only try to connect to ip addresses it recognizes?
35 [00:10:48] *** Joins: bertbob (~bertbob@replaced-ip )
36 [00:11:30] <format_c> "Could not resolve hostname" doesn't suggest that you enter a IP address rather than a DNS name that's not resolvable.
37 [00:11:31] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
38 [00:13:00] <dmar198> is there a better way I should be doing this?
39 [00:13:39] <format_c> What's the command you try to execute?
40 [00:13:49] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
41 [00:13:56] <jim> dmar198, ok, could be your net is down, or just your dns resolving...
42 [00:14:01] *** debhelper sets mode: +l 1511
43 [00:14:11] *** Quits: OS-43533 (~OS-43533@replaced-ip ) (Remote host closed the connection)
44 [00:15:19] <dmar198> jim, I am trying to use it over the same network that I am currently accessing IRC on, and I think that means my net is up. Can I do something to make my dns resolver recognize my ip address?
45 [00:15:42] *** Joins: irinix (~irinix@replaced-ip )
46 [00:15:44] *** Quits: warhawk68k (~warhawk68@replaced-ip ) (Quit: See you, space cowboy)
47 [00:16:01] <format_c> dmar198: unfortunately it's not that easy
48 [00:16:16] <format_c> so again : What's the command you try to execute?
49 [00:16:42] <dmar198> ssh [username]@[myipaddress:port]
50 [00:17:22] <n4dir> i dont think you tell ssh the port that way. and if it is default, you don't have to tell it at all
51 [00:17:46] <format_c> port need to be specified by -p
52 [00:18:08] <format_c> so `ssh -p$port $user@$hostname`
53 [00:18:41] *** Joins: runlevel7 (~runlevel7@replaced-ip )
54 [00:18:54] *** Joins: pax (~Thunderbi@replaced-ip )
55 [00:19:08] <format_c> But I still think you're not telling the whole truth
56 [00:19:15] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
57 [00:19:32] <dmar198> well that did give me some progress, I typed that in with my port number and I got "connection refused"
58 [00:19:59] *** Joins: pax (~Thunderbi@replaced-ip )
59 [00:20:03] <format_c> OK but now the message is different.
60 [00:20:06] <dmar198> connect to host [my ipaddress] port [someportnumber]: Connection refused
61 [00:20:17] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
62 [00:20:26] *** Quits: fstd___ (~fstd@replaced-ip ) (Ping timeout: 255 seconds)
63 [00:20:41] <dmar198> however, the port number I specified is different from the port in "[someportnumber]" in the error message
64 [00:21:01] *** Joins: hypn0 (~h@replaced-ip )
65 [00:21:03] *** Joins: yonder (~yonder@replaced-ip )
66 [00:21:06] <format_c> So that means that now, you're launching the command correctly but the $port at $host isn't allowed / listening or forwarded.
67 [00:22:01] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 257 seconds)
68 [00:22:43] <dmar198> ok, so I just went into my router, checked the "Forwarding" tab, and the port I typed in is set to forward to the internal ip address of my pi
69 [00:23:16] *** Quits: dennis_345 (~dennis_34@replaced-ip ) (Ping timeout: 246 seconds)
70 [00:23:26] <format_c> Is the $port you're forwarding to your $pi listening?
71 [00:23:38] <dmar198> I don't know, how can I check?
72 [00:23:47] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
73 [00:24:09] <format_c> on your pi: exec: `netstat -tlnp | grep $port`
74 [00:24:45] <n4dir> both are in the LAN?
75 [00:25:05] *** Joins: caravel (~caravel@replaced-ip )
76 [00:25:23] <dmar198> format_c: I see three lines of text, and each of them has the word "listen" at the far right end
77 [00:25:43] <dmar198> e.g. `tcp 0 0 0.0.0.0:[someportnumber] 0.0.0.0:* LISTEN
78 [00:26:04] <dmar198> and two others, but with other numbers in place of 0.0.0.0.0
79 [00:26:16] *** Joins: factor (~factor@replaced-ip )
80 [00:26:56] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 268 seconds)
81 [00:27:27] <dmar198> n4dir: were you asking me? If so, both the device I'm trying to connect to and the device I'm trying to access it from are on the same lan
82 [00:27:40] <n4dir> then the router isn't involved.
83 [00:28:18] *** Joins: devbaka (~devbaka@replaced-ip )
84 [00:28:20] <dmar198> does that mean I can't connect to my pi over the internet if I'm connected to the same router it's connected to?
85 [00:28:33] *** Joins: remo (~user@replaced-ip )
86 [00:28:36] *** Joins: adriana (~adriana@replaced-ip )
87 [00:28:44] <n4dir> not sure you can, i would guess so, but what would be the advantage?
88 [00:29:04] <dmar198> I wanted to make sure I could do it before I go to a remote place and try
89 [00:29:15] <n4dir> ah, i see. i didn't say anything then.
90 [00:29:43] <dmar198> np thank you for your suggestion
91 [00:30:06] <dmar198> any thoughts on the 3 lines of text with the word "listen" at the end of each?
92 [00:30:09] *** Joins: Ekchuan (~RandyMars@replaced-ip )
93 [00:30:21] *** Joins: clemens3_ (~clemens@replaced-ip )
94 [00:30:55] <format_c> OK when you're continuing wriging in riddles we won't be able to help
95 [00:31:16] <dmar198> I'm sorry format_c, I'm not trying to write in riddles, but a lot of this is new to me
96 [00:31:43] *** Quits: caravel (~caravel@replaced-ip ) (Ping timeout: 245 seconds)
97 [00:31:43] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 244 seconds)
98 [00:31:45] <dmar198> what information can I give you that would be helpful?
99 [00:32:08] <n4dir> so i assume you can ssh over the LAN. I would assume in that case either you made the wrong settings in the router or you use the wrong port when doing ssh -p
100 [00:32:08] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 245 seconds)
101 [00:32:39] <dmar198> ok, that makes sense. Let me ensure I am understanding the term lan correctly: a bunch of devices all on the same router are all on the same lan, right?
102 [00:32:56] <n4dir> thats what i meant (not that good with the proper terms myself
103 [00:32:59] <dmar198> if so, yes, I can ssh over the router
104 [00:33:45] <format_c> You try to obfuscate to keep your anonymity
105 [00:33:59] <dmar198> I am logged into the router and can tell you any settings you need to know, though I am trying not to reveal exactly what my ip address is and what port number I'm trying to connect to
106 [00:34:27] <format_c> but the port or IP on which your PI is listening to in your internal network (LAN) doesn't have any meaning for anybody else on the Internet.
107 [00:34:44] <dmar198> ok then let me retype it without the masking
108 [00:35:16] <format_c> Except we're talking about IPv6 but then NAT wouldn't be of concern
109 [00:35:20] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
110 [00:35:51] <dmar198> in my router, I see this in the forwarding tab: `Service port: 8333 | Internal port: 8333 | IP address: 162.168.1.20 | Protocol: TCP | Status: Enabled`
111 [00:36:00] *** Quits: therik (~therik@replaced-ip ) (Remote host closed the connection)
112 [00:36:33] <dmar198> In my client list, I see my raspberry pi with this info next to it: "192.168.1.20 | Permanent"
113 [00:36:56] <format_c> and the output of `netstat -tlnp | grep 8333` on your host with IP 192.168.1.20?
114 [00:37:12] <dmar198> (the 192.168.1.20 is marked as "assigned ip" btw)
115 [00:37:19] *** Joins: electro33 (uid613@replaced-ip )
116 [00:37:31] <dmar198> tcp 0 0 0.0.0.0:8333 0.0.0.0:* LISTEN
117 [00:37:36] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 272 seconds)
118 [00:37:41] <dmar198> tcp 0 0 127.0.0.1:28333 0.0.0.0:* LISTEN
119 [00:37:42] *** Joins: foolhardi (~foolhardi@replaced-ip )
120 [00:37:48] <dmar198> tcp6 0 0 :::8333 :::* LISTEN
121 [00:39:23] *** Joins: Mononoke-BT (~BT@replaced-ip )
122 [00:39:23] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Quit: WeeChat 2.4-rc1)
123 [00:39:31] *** Joins: awal1 (~awal1@replaced-ip )
124 [00:39:33] <format_c> and the command you're issued `ssh -p8333 user@$publicip` from a host outside (I<nternet) your network?
125 [00:39:59] <dmar198> I've only tried issuing that command from inside my network
126 [00:40:07] *** Joins: blacksyke (sid151792@replaced-ip )
127 [00:40:18] <dmar198> would that make a difference? I was hoping to get it to work here at home and then I could go elsewhere and try it
128 [00:40:39] *** Joins: Namarrgon (~glei@replaced-ip )
129 [00:41:37] <n4dir> i'm quite sure there are websites which will allow you to scan if a given port is open or not (you get a way to check it from outside by that)
130 [00:41:49] *** Joins: fstd (~fstd@replaced-ip )
131 [00:41:49] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
132 [00:42:16] *** Joins: schulidr (~Thunderbi@replaced-ip )
133 [00:42:41] <dmar198> I typed the above command but my pi appears to have frozen, it's not responding to my commands now
134 [00:42:51] *** Joins: xcm (~xcm@replaced-ip )
135 [00:43:05] *** Quits: FnorZ (~FnorZ@replaced-ip ) (Ping timeout: 244 seconds)
136 [00:43:23] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 245 seconds)
137 [00:43:34] <n4dir> if it rains it pours.
138 [00:43:50] <dmar198> I think I got it to work now, thank you so much both of you!
139 [00:44:08] <dmar198> the problem before was that, when I typed in the port number as part of the last command, I started it with a dollar sign
140 [00:44:24] <dmar198> by getting rid of that dollar sign, the world seems brighter and bluer
141 [00:44:29] *** Joins: potatowrangler (~pi@replaced-ip )
142 [00:45:11] *** Parts: potatowrangler (~pi@replaced-ip ) ()
143 [00:45:18] *** Quits: dmar198 (491226d9@replaced-ip ) ()
144 [00:45:40] *** Quits: fstd__ (~fstd@replaced-ip ) (Ping timeout: 244 seconds)
145 [00:47:26] *** Quits: Mononoke-BT (~BT@replaced-ip ) (Ping timeout: 255 seconds)
146 [00:48:48] *** Joins: Medulla (~Medulla@replaced-ip )
147 [00:49:05] *** Quits: abff (~abff@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
148 [00:49:14] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
149 [00:50:30] *** Joins: abff (~abff@replaced-ip )
150 [00:51:04] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
151 [00:53:47] *** Quits: kab0m (~kab0m@replaced-ip ) (Quit: Leaving.)
152 [00:54:58] *** Joins: x032cx (~lxuser@replaced-ip )
153 [00:55:29] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 244 seconds)
154 [00:56:29] *** Quits: Medulla (~Medulla@replaced-ip ) (Remote host closed the connection)
155 [00:58:54] <bmomjian> I am confused by a message during apt-get dist-upgrade. it says nvidia-graphics-drivers 'experimental' should now use this release with GForce 8XXX, which is what I have. Instead use nvidia-legacy-340XX-driver and kernel. Does this mean I have an experimental driver installed?
156 [00:58:54] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
157 [00:59:07] <bmomjian> Sorry, dist-upgrade to Stretch.
158 [00:59:23] <bmomjian> "should _not_ use this release"
159 [00:59:37] *** Joins: n_1-c_k (~nick@replaced-ip )
160 [01:00:12] *** Quits: YottaiQ (~YottaiQ@replaced-ip ) (Remote host closed the connection)
161 [01:00:52] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
162 [01:00:56] *** Joins: BrodyMorePLIN (~here@replaced-ip )
163 [01:01:29] *** Joins: rusty (~rusty@replaced-ip )
164 [01:01:40] *** rusty is now known as Guest38593
165 [01:02:04] *** Quits: pax (~Thunderbi@replaced-ip ) (Remote host closed the connection)
166 [01:04:02] *** Quits: enoch85 (~enoch85@replaced-ip##) (Quit: Tech And Me - ZNC server 1.6.3 - ##replaced-url
167 [01:04:30] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
168 [01:05:20] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
169 [01:06:06] *** Joins: wonderworld (~ww@replaced-ip )
170 [01:06:35] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
171 [01:07:14] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Ping timeout: 255 seconds)
172 [01:07:55] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
173 [01:09:22] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
174 [01:10:33] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
175 [01:10:39] *** Joins: enoch85 (~enoch85@replaced-ip )
176 [01:10:42] *** Quits: awal1 (~awal1@replaced-ip ) (Ping timeout: 258 seconds)
177 [01:11:16] *** Joins: donofrio (~donofrio@replaced-ip )
178 [01:12:19] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.3)
179 [01:12:54] *** Joins: devbaka (~devbaka@replaced-ip )
180 [01:13:09] <bmomjian> Got my answer --- a big popup later explains I need a different driver.
181 [01:13:13] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
182 [01:13:42] *** Joins: kuub (~kuub@replaced-ip )
183 [01:14:02] *** debhelper sets mode: +l 1505
184 [01:14:35] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
185 [01:15:09] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
186 [01:15:26] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Remote host closed the connection)
187 [01:17:33] *** Quits: strive (~strive@replaced-ip ) (Ping timeout: 245 seconds)
188 [01:18:55] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
189 [01:19:09] *** Quits: BrodyMorePLIN (~here@replaced-ip ) (Quit: Konversation terminated!)
190 [01:21:55] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
191 [01:22:08] *** Joins: nulleip (~luiz@replaced-ip )
192 [01:22:10] *** Joins: oish (~charlie@replaced-ip )
193 [01:24:21] *** Quits: t1k3 (~t1k3@replaced-ip##) (Quit: The Lounge - ##replaced-url
194 [01:24:23] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
195 [01:25:27] *** Quits: abff (~abff@replaced-ip ) (Ping timeout: 246 seconds)
196 [01:26:46] *** Joins: abff (~abff@replaced-ip )
197 [01:29:21] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
198 [01:29:39] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
199 [01:29:49] *** Joins: M6HZ (52e62e0b@replaced-ip )
200 [01:30:01] *** Quits: Guest38593 (~rusty@replaced-ip ) (Remote host closed the connection)
201 [01:31:06] <M6HZ> Hello, isn't it a possible issue to let /etc/machine-id readable to everybody?
202 [01:31:07] *** Joins: Griig (~Griig@replaced-ip )
203 [01:33:23] *** Joins: lek (~lek@replaced-ip )
204 [01:34:28] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 258 seconds)
205 [01:34:51] *** Joins: fundatillus (~fundatill@replaced-ip )
206 [01:34:56] *** Joins: mc2 (~MC2@replaced-ip )
207 [01:35:42] *** Joins: tmiland (~c0a80209@replaced-ip )
208 [01:36:20] *** Joins: t1k3 (~t1k3@replaced-ip )
209 [01:37:27] *** Joins: maddie-vegetable (~caust@replaced-ip )
210 [01:37:29] *** Quits: VectorX (~VectorX@replaced-ip ) (Excess Flood)
211 [01:37:45] *** Joins: aindilis (~aindilis@replaced-ip )
212 [01:37:54] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
213 [01:37:58] *** Quits: Griig (~Griig@replaced-ip ) (Ping timeout: 245 seconds)
214 [01:39:40] *** Quits: schulidr (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
215 [01:40:02] *** Joins: schulidr (~Thunderbi@replaced-ip )
216 [01:41:01] *** Joins: Uberius (~Uberius@replaced-ip )
217 [01:41:13] *** Quits: maddie-vegetable (~caust@replaced-ip ) (Client Quit)
218 [01:41:18] *** Quits: bmomjian (~bmomjian@replaced-ip ) (Ping timeout: 245 seconds)
219 [01:41:36] *** Joins: lemoldu_ (~lemoldu@replaced-ip )
220 [01:41:45] *** Quits: t1k3 (~t1k3@replaced-ip##) (Quit: The Lounge - ##replaced-url
221 [01:43:13] *** Joins: VectorX (~VectorX@replaced-ip )
222 [01:43:36] *** Quits: fundatillus (~fundatill@replaced-ip ) (Quit: I'm out!)
223 [01:45:07] *** Quits: Aph3x-WL (~Aph3x@replaced-ip ) (Ping timeout: 240 seconds)
224 [01:46:17] *** Joins: bmomjian (~bmomjian@replaced-ip )
225 [01:46:59] <rant> M6HZ: freedesktop seems to think so. I think its ridiculous to even have such a thing personally
226 [01:48:10] *** Quits: deltam (~deltam@replaced-ip ) (Quit: Leaving)
227 [01:48:25] *** Joins: Gnhugo (~yaaic@replaced-ip )
228 [01:48:42] <M6HZ> rant: Hey rant, good to see you ;)
229 [01:48:48] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
230 [01:49:26] <M6HZ> rant: Well, I'm reading here and there that it's supposed to be "secret information". If it's secret why is it open to everybody?
231 [01:51:46] <mawk> where did you read that ?
232 [01:52:19] <M6HZ> mawk: on #systemd for instance
233 [01:52:28] <M6HZ> mawk: [17:12] <grawity> it's considered private info, much like a MAC address, due to uniquely identifying a device"
234 [01:52:49] <mawk> ah
235 [01:52:53] <mawk> well private to your own computer
236 [01:52:54] *** Quits: format_c (~ci-ien@replaced-ip ) (Ping timeout: 252 seconds)
237 [01:53:02] <mawk> you don't want the internet to know it, but otherwise it's fine
238 [01:53:14] <mawk> every program on your computer can read the MAC address for instance
239 [01:53:34] <mawk> you just have to open be able to open a socket, and you can get the mac address
240 [01:54:37] *** Joins: t1k3 (~t1k3@replaced-ip )
241 [01:55:37] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
242 [01:55:43] *** Quits: lemoldu_ (~lemoldu@replaced-ip ) (Remote host closed the connection)
243 [01:55:43] <M6HZ> mawk: Well, that's true. Isn't it a possible issue too?
244 [01:56:27] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 244 seconds)
245 [01:56:36] *** Quits: schulidr (~Thunderbi@replaced-ip ) (Remote host closed the connection)
246 [01:56:38] <mawk> if a malicious program is running on your computer without any kind of isolation you have bigger problems than an exposed MAC address
247 [01:56:41] *** Joins: Masterphi (~Masterphi@replaced-ip )
248 [01:58:21] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
249 [01:58:52] *** Joins: arkadiflux (~arkad@replaced-ip )
250 [01:59:08] <M6HZ> mawk: That's assuming that the programs you're running are fair, but that's because it's wrong that we have all the mechanisms present in the kernel, like virtual memory for example. I think that unless given privileged permissions, a malicious program should not be threat.
251 [01:59:34] <mawk> indeed M6HZ
252 [01:59:43] <mawk> but reading the machine-id isn't a privileged operation by default
253 [01:59:47] *** Joins: PresidentPoop (~smash@replaced-ip )
254 [01:59:48] <mawk> nor is reading the MAC address
255 [01:59:58] *** Parts: PresidentPoop (~smash@replaced-ip ) ()
256 [02:00:04] <M6HZ> Correct, my point is: why is that?
257 [02:00:06] *** Joins: milktea_71 (~debian@replaced-ip )
258 [02:00:08] *** Quits: spaceone (~spaceone@replaced-ip ) (Ping timeout: 268 seconds)
259 [02:00:16] <mawk> but also reading the config files isn't a privileged operations, nor is reading some logs, nor is accessing the home directory on debian, etc
260 [02:00:38] <mawk> I'm not sure but I think it's what I said, you don't expect local programs to be malicious
261 [02:00:46] <mawk> in the same way you don't expect LAN computers to be malicious
262 [02:00:54] <mawk> so you generally trust LAN, you generally trust local programs
263 [02:00:59] *** Joins: slv (~slv@replaced-ip )
264 [02:01:01] <mawk> in a reasonable extent
265 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
266 [02:01:08] *** Joins: karakedi (~eAC53C340@replaced-ip )
267 [02:01:08] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
268 [02:01:08] *** Joins: karakedi (~eAC53C340@replaced-ip )
269 [02:01:25] *** Joins: de-facto (~de-facto@replaced-ip )
270 [02:02:28] *** Quits: t1k3 (~t1k3@replaced-ip ) (Ping timeout: 272 seconds)
271 [02:02:50] <oiaohm> M6HZ: there are some parts of machine id that cannot be made that secret like CPUID cannot be secret to applications running on system because due to cpu defects at times programs need to know that so they can change code.
272 [02:03:12] <oiaohm> M6HZ: MAC address is a little different if you read the standard that covers it spoofing has always been allowed.
273 [02:03:20] <mawk> can't you block the CPUID instruction to ring 3 oiaohm ?
274 [02:03:29] <mawk> in the same way that you can block RDTSC/RDTSCP
275 [02:03:30] *** Quits: arkadiflux (~arkad@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
276 [02:04:02] *** debhelper sets mode: +l 1499
277 [02:04:08] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Ping timeout: 252 seconds)
278 [02:04:14] <oiaohm> mawk: replaced-url
279 [02:04:16] *** Joins: pringau (~pringau@replaced-ip )
280 [02:04:28] <oiaohm> Opps Nope
281 [02:05:11] *** Joins: melissa666 (~melissa66@replaced-ip )
282 [02:05:12] *** Joins: krytarik (~krytarik@replaced-ip )
283 [02:05:25] *** Joins: t1k3 (~t1k3@replaced-ip )
284 [02:05:41] <oiaohm> M6HZ: there is a system with MAC to issue globely unique ids that can id maker and so on by the mac address but then the standard states clearly that you are allowed to spoof the hell out of a mac address with what ever random crap you like.
285 [02:05:53] <oiaohm> This does cause a problem for VPNs.
286 [02:06:12] *** Joins: awal1 (~awal1@replaced-ip )
287 [02:06:20] <mawk> isn't it specific to virtualization extensions ?
288 [02:06:24] <oiaohm> To be correct layer 2 vpn. The standard really only allows for 5km of cable when spoofing to make sure you have not duplicated.
289 [02:06:46] <mawk> the cpuid issue
290 [02:06:55] <oiaohm> mawk: its possible to spoof CPUID but you must always provide one to ring 3.
291 [02:07:03] *** Quits: J33p__ (~J33p@replaced-ip ) (Ping timeout: 258 seconds)
292 [02:07:04] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
293 [02:07:09] *** Joins: pvdp (~pvdp@replaced-ip )
294 [02:07:12] <oiaohm> mawk: or programs break.
295 [02:07:19] <mawk> yeah when virtualizing
296 [02:07:46] <mawk> but programs can get it through /proc or something anyway no ?
297 [02:07:56] <mawk> they're not obligated to directly use the processor instruction
298 [02:08:01] *** Joins: spaceone (~spaceone@replaced-ip )
299 [02:08:26] <oiaohm> Problem is the /proc and other methods of getting cpuid is not what like glibc uses.
300 [02:08:29] <M6HZ> oiaohm: I know that MAC addresses like all other IDs are "spoofable", but why are they readable by any program without special permissions?
301 [02:09:32] <mawk> I see
302 [02:09:48] *** Joins: FnorZ (~FnorZ@replaced-ip )
303 [02:10:16] <mawk> you have a ton of ways of figuring it out if you're an attacker M6HZ
304 [02:10:26] <mawk> it makes little sense to block the one canonical way
305 [02:11:29] <M6HZ> mawk: Only because there are many possible ways to break a lock would mean that you don't need any?
306 [02:11:51] *** Joins: arkadiflux (~arkad@replaced-ip )
307 [02:11:56] <mawk> you can scoop out the ocean with a spoon
308 [02:11:59] <mawk> you can't*
309 [02:12:15] *** Joins: razo (~saporita@replaced-ip )
310 [02:12:25] <mawk> also it is just public information for your LAN, in addition of being easily obtainable
311 [02:12:31] <mawk> it's not a cryptographic secret, it is an address
312 [02:12:35] <mawk> an identifier for your computer
313 [02:12:37] <oiaohm> M6HZ: with MAC some cases you may in fact need the MAC value.
314 [02:12:48] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
315 [02:12:55] <oiaohm> M6HZ: it is possible to have two network cards in a system with the same IP address.
316 [02:12:59] *** Quits: t1k3 (~t1k3@replaced-ip##) (Quit: The Lounge - ##replaced-url
317 [02:12:59] <M6HZ> mawk: outside of your network, it is supposed to be private information.
318 [02:13:04] <mawk> outside of the LAN yes
319 [02:13:08] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
320 [02:13:15] <mawk> but if even inside of the LAN it's public info, then on the computer itself it's even more public
321 [02:13:45] <oiaohm> Also programs directly making layer 2 packets need the mac address to use.
322 [02:14:01] *** debhelper sets mode: +l 1505
323 [02:14:13] <oiaohm> It would be in theory possible to spoof MAC as like all 00 to most applications
324 [02:14:20] *** Joins: J33p_ (~J33p@replaced-ip )
325 [02:14:23] <mawk> but these ones are root
326 [02:14:30] <mawk> or may have the correct cap yeah
327 [02:14:31] <M6HZ> mawk: Writing raw packets requires privileged permissions as far as I know.
328 [02:14:41] <mawk> yes
329 [02:14:42] <oiaohm> as applications using pure layer 3 really don't need layer 2 stuff.
330 [02:14:45] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 255 seconds)
331 [02:14:55] <mawk> you need CAP_NET_RAW
332 [02:15:06] <oiaohm> Yep
333 [02:15:40] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Remote host closed the connection)
334 [02:15:57] <oiaohm> MAC address is something that could be filtered. But it would be spoof.
335 [02:16:17] <oiaohm> So you don't break existing programs.
336 [02:17:10] <mawk> you'd have to patch a lot of places
337 [02:17:41] <oiaohm> M6HZ: big catch here when networking was design the idea of Internet did not exist. So it was fairly much LAN and business own WAN.
338 [02:18:01] <oiaohm> we have left overs that we really need to revisit on security.
339 [02:18:41] *** Joins: dez (uid92154@replaced-ip )
340 [02:18:57] <M6HZ> oiaohm: I agree, this looks like bad policy to me.
341 [02:19:04] <mawk> the rtnl interface, the /sys/class/net/$IFACE/address entry, the getifaddrs() syscall
342 [02:19:06] <mawk> and maybe others
343 [02:19:13] *** Quits: orbiter (~orbiter@replaced-ip ) ()
344 [02:19:27] <oiaohm> mawk: the /sys stuff could be blocked with permissions.
345 [02:19:48] <mawk> yeah
346 [02:21:19] *** Joins: strive (~strive@replaced-ip )
347 [02:21:33] <oiaohm> You would have to deal with the bpf side as well inside the kernel.
348 [02:22:00] <oiaohm> It would not be too many changes to make MAC address secret to most applications.
349 [02:22:37] <oiaohm> Of course doing it would require someone putting in the time.
350 [02:23:19] <mawk> you would restrict showing the MAC to CAP_NET_RAW bearers
351 [02:23:34] <mawk> but I wonder if other programs are using the MAC for other purposes
352 [02:23:38] <mawk> maybe you'd have to spoof it like you said
353 [02:24:05] <oiaohm> You would have to spoof you have closed source programs collecting like MAC address for Digital rights management.
354 [02:24:28] <oiaohm> Yes there is some Linux closed source applciations out there like maya3d that do this.
355 [02:24:28] <mawk> I see
356 [02:24:37] <mawk> they deserve to crash
357 [02:24:52] *** Quits: Ignacy (~Ignacy@replaced-ip ) (Remote host closed the connection)
358 [02:25:06] <oiaohm> Also it to obey the Linus rule do not break userspace.
359 [02:25:21] <oiaohm> spoofing so applications get something does not infact break them.
360 [02:26:07] <oiaohm> If it breaks the application that application really did not support the layer2 standards in the first place. Yes mac spoofing is part of the layer 2 standard.
361 [02:26:44] <oiaohm> The layer2 standards were written in 1991 and are fairly good its just implementing them in the best secure ways.
362 [02:27:16] <mawk> I'm about to write my first kernel contribution
363 [02:27:35] <mawk> I'm fixing a driver for IEEE 802.15.4 driver
364 [02:28:19] *** Joins: Aussie_matt_ (~quassel@replaced-ip )
365 [02:31:01] <M6HZ> mawk: good luck with that.
366 [02:31:21] *** Joins: YottaiQ (~YottaiQ@replaced-ip )
367 [02:31:37] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Read error: Connection reset by peer)
368 [02:32:29] *** Joins: shibboleth (~shibbolet@replaced-ip )
369 [02:32:40] *** Quits: elik (~elik@replaced-ip ) (Read error: Connection reset by peer)
370 [02:33:22] *** Joins: elik (~elik@replaced-ip )
371 [02:33:47] <bmomjian> My Jessie to Stretch upgrade worked, but no there no X11 on the console.
372 [02:33:59] <bmomjian> Just black screen with OK...start messages
373 [02:34:18] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
374 [02:37:20] *** Quits: J33p_ (~J33p@replaced-ip ) (Ping timeout: 258 seconds)
375 [02:38:05] <mawk> thanks M6HZ
376 [02:38:11] <mawk> I'm writing an article on the subject also
377 [02:38:28] <mawk> in english online and in french in a paper magazine about linux and embedded computing
378 [02:38:54] <M6HZ> mawk: make your promo. send a link :)
379 [02:39:06] <mawk> lol
380 [02:39:10] <mawk> it's not finished
381 [02:39:19] <M6HZ> bmomjian: Do you have access to a shell ?
382 [02:40:40] *** Joins: t1k3 (~t1k3@replaced-ip )
383 [02:40:45] <bmomjian> Yes, all the virtual terminals work, as does ssh, and I think everything else, e.g. replaced-url
384 [02:40:57] <bmomjian> So I am not super-stuck, really
385 [02:41:02] <bmomjian> Just something I have to fix.
386 [02:41:19] <M6HZ> bmomjian: is startx working ?
387 [02:41:36] <abrotman> What Xorg driver does your video device use?
388 [02:41:51] <abrotman> Do you have an explicit xorg.conf ?
389 [02:41:52] <bmomjian> Since I have a GForce 8400 card, I did as the instructions said: replaced-url
390 [02:42:25] <abrotman> That's from 2014 ..
391 [02:42:26] <bmomjian> installed nvidia-legacy-340xx-driver and nvidia-legacy-340xx-kernel-dkms, and nvidia-graphics-drivers is not installed
392 [02:42:26] *** Quits: adriana (~adriana@replaced-ip ) (Quit: Leaving)
393 [02:42:36] <abrotman> but okay
394 [02:42:41] <bmomjian> Yeah, kind of old, but this server doesn't do many graphics
395 [02:42:48] <bmomjian> let me try startx
396 [02:44:03] *** Joins: Lallero (~Lallero@replaced-ip )
397 [02:44:07] <bmomjian> Here is the startx output: replaced-url
398 [02:44:28] <bmomjian> Do I need to run startx as root?
399 [02:44:39] *** Quits: x032cx (~lxuser@replaced-ip ) (Remote host closed the connection)
400 [02:45:28] *** Quits: t1k3 (~t1k3@replaced-ip ) (Ping timeout: 245 seconds)
401 [02:45:36] <bmomjian> Here is startx run as root: replaced-url
402 [02:46:30] *** Joins: t1k3 (~t1k3@replaced-ip )
403 [02:46:36] <bmomjian> Here is the log output from xorg: replaced-url
404 [02:47:26] *** Joins: adminewb (1807cba5@replaced-ip )
405 [02:47:49] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 246 seconds)
406 [02:49:36] <themill> bmomjian: the log says that you've got the nvidia 390 driver not nvidia-legacy-340xx-driver
407 [02:50:49] <bmomjian> Yikes
408 [02:52:01] *** Joins: shawn_ (~shawn@replaced-ip )
409 [02:52:08] <bmomjian> Uh, apt-get install nvidia-legacy-340xx-driver says "nvidia-legacy-340xx-driver is already the newest version (340.106-2~deb9u1)." I can't install a 390 driver. I wonder if it is an update-glx issue and I need to run that to choose 340.
410 [02:52:18] <bmomjian> I can't figure out how to run update-glx
411 [02:52:58] *** Parts: shawn_ (~shawn@replaced-ip ) ()
412 [02:53:15] <themill> the output of "aptitude search ~nnvidia~i" might be useful to see
413 [02:54:12] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
414 [02:54:21] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 255 seconds)
415 [02:54:28] <bmomjian> replaced-url
416 [02:56:06] <bmomjian> Should I run: update-glx --config nvidia?
417 [02:56:25] *** Quits: Sabotend_ (~Sabotende@replaced-ip ) (Quit: 1000 Needles!)
418 [02:56:28] *** Quits: Lallero (~Lallero@replaced-ip ) (Quit: Sto andando via)
419 [02:56:36] *** Joins: devbaka (~devbaka@replaced-ip )
420 [02:57:14] *** Parts: adminewb (1807cba5@replaced-ip ) ()
421 [02:58:12] *** Joins: Sabotender (~Sabotende@replaced-ip )
422 [02:58:46] *** Joins: Tom01_ (~tom@replaced-ip )
423 [02:59:29] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 244 seconds)
424 [02:59:47] <bmomjian> I did run that and it gave me three options, the selected one was the 390, but one of them was a 340, so I chose that.
425 [03:00:06] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
426 [03:00:13] <bmomjian> Will boot now to test. Frankly, I am more happy my email and website are not broken. In fact, the x11 seems to be the only broken thing.
427 [03:00:27] *** Joins: missptrio (~german@replaced-ip )
428 [03:00:47] *** Joins: karakedi (~eAC53C340@replaced-ip )
429 [03:00:47] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
430 [03:00:47] *** Joins: karakedi (~eAC53C340@replaced-ip )
431 [03:01:06] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
432 [03:01:10] *** Joins: J33p_ (~J33p@replaced-ip )
433 [03:02:03] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 246 seconds)
434 [03:02:20] *** Joins: liminal (1807cba5@replaced-ip )
435 [03:04:20] <bmomjian> BINGO! I have X11! Thanks. The 390 got me on the right track.
436 [03:05:29] *** Quits: finlstrm (~quassel@replaced-ip ) (Read error: Connection reset by peer)
437 [03:06:04] *** Joins: finlstrm (~quassel@replaced-ip )
438 [03:06:15] *** Quits: folorn2 (~folorn@replaced-ip ) (Remote host closed the connection)
439 [03:08:40] <themill> I imagine you can uninstall many of those packages if you want to tidy up.
440 [03:08:45] <usney2> rant how do I use kexec?
441 [03:09:36] <bmomjian> Uh, which ones? I was kind of overwhelmed by the list.
442 [03:09:53] *** Quits: milktea_71 (~debian@replaced-ip ) (Ping timeout: 256 seconds)
443 [03:09:57] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Remote host closed the connection)
444 [03:10:20] *** Joins: Rogalian (~cools@replaced-ip )
445 [03:10:26] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
446 [03:12:36] <themill> bmomjian: the ones where there is both a foo and foo-340xx-legacy package (or just leave it if it's doing no harm...)
447 [03:15:15] *** Joins: sidmo (~ident@replaced-ip )
448 [03:15:35] <bmomjian> I see a few of those, but not many.
449 [03:16:11] *** Joins: finalbeta (~finalbeta@replaced-ip )
450 [03:19:16] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 264 seconds)
451 [03:19:18] *** Quits: missptrio (~german@replaced-ip ) (K-Lined)
452 [03:20:31] <bmomjian> Thanks everyone for the help. I saw a mention of update-glx in the notification screen during the upgrade, and I am proud of myself that I wrote it down. :-)
453 [03:20:37] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
454 [03:20:55] *** Joins: operatorsix-9 (~hercules@replaced-ip )
455 [03:21:46] *** Joins: oosehedaiphequag (~oosehedai@replaced-ip )
456 [03:22:28] <themill> :)
457 [03:22:39] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip )
458 [03:22:58] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 245 seconds)
459 [03:23:03] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
460 [03:24:06] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 258 seconds)
461 [03:24:48] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 244 seconds)
462 [03:25:33] *** Parts: oosehedaiphequag (~oosehedai@replaced-ip ) ()
463 [03:27:13] <themill> !qotd
464 [03:27:13] <dpkg> Quote of the Day. Ask me about <qotd0> to get a random one. See <literal qotd0> for which numbers are used already and <qotdx> for which numbers have been voted as "replaceable". At 300 (2018-03-30).
465 [03:27:15] *** Quits: wonderworld (~ww@replaced-ip ) (Read error: Connection reset by peer)
466 [03:27:20] <themill> !qotd0
467 [03:27:20] <dpkg> <amorphix> bunzip2: linuxwacom-0.6.8.tar.bz2 is not a bzip2 file <cahoot> amorphix: run 'file linuxwacom-0.6.8.tar.bz2 ' <amorphix> linuxwacom-0.6.8.tar.bz2: HTML document text <liable> you idget <amorphix> liable: I dont have idget <amorphix> is the name right?
468 [03:29:32] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 250 seconds)
469 [03:29:46] *** Joins: well_laid_lawnch (~Jean-luc@replaced-ip )
470 [03:31:21] *** Quits: well_laid_lawnch (~Jean-luc@replaced-ip ) (Read error: Connection reset by peer)
471 [03:32:22] *** Parts: operatorsix-9 (~hercules@replaced-ip ) ()
472 [03:32:52] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
473 [03:33:12] *** Joins: imp (~imp@replaced-ip )
474 [03:34:17] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
475 [03:36:06] <themill> !hi
476 [03:36:06] <dpkg> hello, themill
477 [03:38:07] *** Quits: razo (~saporita@replaced-ip ) (Read error: Connection reset by peer)
478 [03:38:29] *** Joins: n4dir (~n4dir@replaced-ip )
479 [03:42:43] *** Joins: TrueNher0 (~oem@replaced-ip )
480 [03:43:40] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Remote host closed the connection)
481 [03:46:36] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
482 [03:46:54] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
483 [03:48:09] *** Joins: stitched_unicorn (~Red@replaced-ip )
484 [03:48:35] *** Joins: wonderworld (~ww@replaced-ip )
485 [03:49:25] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Read error: Connection reset by peer)
486 [03:51:11] *** Quits: Achylles (~Achylles@replaced-ip ) (Remote host closed the connection)
487 [03:52:30] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
488 [03:52:43] *** Joins: Monty0111 (~Monty0111@replaced-ip )
489 [03:55:30] *** Joins: GaneshRaju (~ganeshraj@replaced-ip )
490 [03:55:39] *** Joins: mnmnb (~root@replaced-ip )
491 [03:56:10] *** Quits: mnmnb (~root@replaced-ip ) (Quit: WeeChat 1.9.1)
492 [03:56:20] *** Joins: monksam (~monksam@replaced-ip )
493 [03:56:24] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 250 seconds)
494 [03:57:45] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 2.1)
495 [03:58:07] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
496 [04:00:27] *** Quits: n4dir (~n4dir@replaced-ip ) (Ping timeout: 244 seconds)
497 [04:00:40] *** Joins: ukine (~yaaic@replaced-ip )
498 [04:02:30] *** Quits: banc (~banc@replaced-ip ) (Quit: Bye)
499 [04:02:39] *** Joins: n4dir (~n4dir@replaced-ip )
500 [04:03:25] *** Quits: Monty0111 (~Monty0111@replaced-ip ) (Remote host closed the connection)
501 [04:07:33] *** Quits: bmomjian (~bmomjian@replaced-ip ) (Ping timeout: 245 seconds)
502 [04:09:29] *** Quits: awal1 (~awal1@replaced-ip ) (Remote host closed the connection)
503 [04:10:30] *** Joins: awal1 (~awal1@replaced-ip )
504 [04:11:13] *** Joins: Dups_ (~Dups@replaced-ip )
505 [04:11:28] *** Joins: torbo (~user@replaced-ip )
506 [04:13:09] *** Quits: Tom01_ (~tom@replaced-ip ) (Remote host closed the connection)
507 [04:16:18] *** Quits: Dups_ (~Dups@replaced-ip ) (Ping timeout: 245 seconds)
508 [04:17:48] *** Joins: Satsuki (~Satsuki@replaced-ip )
509 [04:21:44] *** Joins: bmomjian (~bmomjian@replaced-ip )
510 [04:23:40] *** Joins: banc (~banc@replaced-ip )
511 [04:26:07] *** Quits: OerHeks (~oerheks@replaced-ip ) (Remote host closed the connection)
512 [04:28:08] *** Joins: milktea_71 (~debian@replaced-ip )
513 [04:30:04] *** Quits: Satsuki (~Satsuki@replaced-ip ) (Remote host closed the connection)
514 [04:31:36] *** Joins: himcesjf_ (~cesjf@replaced-ip )
515 [04:32:07] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 246 seconds)
516 [04:33:50] *** Joins: mtoroyarzo (foobar@replaced-ip )
517 [04:38:20] *** Joins: muckleroy (~zide@replaced-ip )
518 [04:38:20] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
519 [04:38:21] *** Joins: Class7_ (~Class7@replaced-ip )
520 [04:38:39] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
521 [04:38:46] *** Joins: Codier (~user@replaced-ip )
522 [04:39:04] *** Joins: oiaohm (~oiaohm@replaced-ip )
523 [04:39:28] *** Joins: dArK_IcE (~lawl@replaced-ip )
524 [04:39:47] *** Joins: [b0b] (~bob@replaced-ip )
525 [04:41:38] *** Joins: tnozyrox_ (uid347474@replaced-ip )
526 [04:41:55] *** Quits: Class7 (~Class7@replaced-ip ) (Ping timeout: 258 seconds)
527 [04:42:09] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 246 seconds)
528 [04:42:33] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 245 seconds)
529 [04:42:35] *** [b0b] is now known as b0b
530 [04:48:37] *** Joins: milkt (~debian@replaced-ip )
531 [04:48:59] *** Quits: muckleroy (~zide@replaced-ip ) (Remote host closed the connection)
532 [04:49:12] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 258 seconds)
533 [04:49:14] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
534 [04:51:52] *** Joins: Juslintek (~Linas@replaced-ip )
535 [04:52:22] <Juslintek> Hi, I've installed with dpkg -i old per-base, know i always get E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
536 [04:52:34] *** Joins: hakash (~hakash@replaced-ip )
537 [04:53:20] <Juslintek> perl-base_5.14.2-21+deb7u6_amd64.deb
538 [04:53:52] *** Joins: ddp` (~ddp@replaced-ip )
539 [04:54:24] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
540 [04:56:18] *** Quits: GaneshRaju (~ganeshraj@replaced-ip ) (Ping timeout: 245 seconds)
541 [04:56:52] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 257 seconds)
542 [04:56:58] *** Joins: Surfer2011_ (~quassel@replaced-ip )
543 [04:59:22] *** milktea_71 is now known as milktea
544 [04:59:40] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
545 [04:59:56] *** Joins: polaris (polaris_@replaced-ip )
546 [05:02:51] *** Parts: milktea (~debian@replaced-ip ) ()
547 [05:03:18] *** Quits: polaris (polaris_@replaced-ip ) (Client Quit)
548 [05:07:00] *** Joins: Satsuki (~Satsuki@replaced-ip )
549 [05:07:00] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
550 [05:07:06] *** Joins: soracyberteam (~soracyber@replaced-ip )
551 [05:07:12] *** Quits: soracyberteam (~soracyber@replaced-ip ) (Client Quit)
552 [05:08:06] *** Joins: n_1-c_k (~nick@replaced-ip )
553 [05:11:43] *** Quits: MiggyX (~miggyx@replaced-ip ) (Ping timeout: 245 seconds)
554 [05:12:22] <Juslintek> How to downgrade jessie to wheezy without reinstall
555 [05:12:43] *** BrianG61UK_ is now known as BrianG61UK
556 [05:13:35] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
557 [05:14:13] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
558 [05:14:40] *** Quits: PileOfDirt (~DIRT@replaced-ip ) (Quit: Leaving)
559 [05:15:19] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Quit: Leaving)
560 [05:15:54] <jmcnaught> Juslintek: you can't. also there's got to be a better solution to your problem than installing an end of life release of Debian.
561 [05:16:30] <Juslintek> jmcnaught, well i need perl 5.14
562 [05:16:54] <Juslintek> And I've upgraded without backup
563 [05:17:15] *** Joins: dirtyroshi (~dirtyrosh@replaced-ip )
564 [05:17:53] *** Joins: null1337 (~WhoAmI@replaced-ip )
565 [05:18:32] *** Joins: ddp` (~ddp@replaced-ip )
566 [05:18:52] *** Quits: elik (~elik@replaced-ip ) (Read error: Connection reset by peer)
567 [05:19:28] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
568 [05:19:36] *** Quits: Satsuki (~Satsuki@replaced-ip ) (Ping timeout: 250 seconds)
569 [05:19:51] *** Joins: elik (~elik@replaced-ip )
570 [05:20:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
571 [05:21:02] <sveta> Juslintek: use perlbrew to get perl 5.14
572 [05:21:30] *** Joins: oh2eko (~oh2eko@replaced-ip )
573 [05:23:00] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 252 seconds)
574 [05:23:09] <oh2eko> Good morning i got a odd issue with my Dell Laitude when running Debian the battery will not charge so i either have to be in Swinedows or in bios to charge it, any suggestions on how to fix that?
575 [05:24:30] *** Quits: drith (~drith@replaced-ip ) (Quit: Leaving)
576 [05:25:58] <epsilon> oh2eko: what does acpi say?
577 [05:27:32] *** Joins: s8548a (~s8548a@replaced-ip )
578 [05:27:38] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
579 [05:27:47] *** Quits: lek (~lek@replaced-ip ) (Ping timeout: 255 seconds)
580 [05:27:59] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
581 [05:27:59] *** Joins: x0n (~x0nstaubs@replaced-ip )
582 [05:28:00] <oh2eko> booting now at least i get a ton ofg acpi errors on boot
583 [05:28:05] *** Parts: M6HZ (52e62e0b@replaced-ip ) ()
584 [05:29:15] <oh2eko> acpi in terminal says battery 0: Full , 100%
585 [05:32:08] *** Joins: daguerre (~wheatly@replaced-ip )
586 [05:32:22] <sveta> Juslintek: or run debian wheezy in a vm such as virtualbox
587 [05:34:40] <Juslintek> sveta, yeah I know, but I fucked it up real bad, here perl is just a dependency for proxmox. I accidentaly upgrade os op proxmox without any backups, I thought I was in a container terminal which I entered via vzctl, but I didn't so I've upgraded with batch commands node os and rebooted and it didn't boot in. And I can't remember access to IDRAC.
588 [05:35:35] <sveta> do you have any access
589 [05:36:05] *** Joins: well_laid_lawnch (~Jean-luc@replaced-ip )
590 [05:36:35] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 268 seconds)
591 [05:36:41] <Juslintek> I have ssh, but I have no physical access.
592 [05:36:59] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
593 [05:37:03] <Juslintek> and os is not booting or ssh server service is not starting I guess, so I cannot access.
594 [05:37:15] <sveta> if you have no access I can not help you I am afraid
595 [05:37:18] <oh2eko> epsilon this is the errors on boot replaced-url
596 [05:37:22] *** Quits: YottaiQ (~YottaiQ@replaced-ip ) (Ping timeout: 250 seconds)
597 [05:37:23] <Juslintek> And I can see that I fucked up everything, because containers are not starting as well.
598 [05:37:27] <sveta> you should ask your host
599 [05:37:48] *** Quits: well_laid_lawnch (~Jean-luc@replaced-ip ) (Read error: Connection reset by peer)
600 [05:38:13] <Juslintek> sveta, yeah he is asleep...
601 [05:38:18] <Juslintek> So much downtime...
602 [05:39:55] <Juslintek> But is there a way to downgrade it from jessie, because It automatically got upgraded from wheezy to jessie.
603 [05:40:24] <Juslintek> And I need to go back. And I don't know if host is keeping backup of node.
604 [05:40:25] <sveta> you could do something, but only if you have access
605 [05:40:51] <Juslintek> sveta, I will try to access, can you give me instructions how to downgrade?
606 [05:40:57] *** Quits: daguerre (~wheatly@replaced-ip ) (Remote host closed the connection)
607 [05:40:58] <sveta> at least you could figure out how to make it boot into the upgraded system
608 [05:41:10] <sveta> that would allow you to backup your data
609 [05:41:23] <sveta> then you could use a vm or perlbrew to install the old perl
610 [05:41:26] <Juslintek> Its Dell something machine it has remote access, but I don
611 [05:41:37] <Juslintek> 't remember ip I will try all. :-)
612 [05:42:13] <sveta> i use dyndns, i access computers by hostnames not by ips
613 [05:42:31] <sveta> good luck with it - may not work if it is not booting
614 [05:43:16] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 244 seconds)
615 [05:43:30] *** Joins: YottaiQ (~YottaiQ@replaced-ip )
616 [05:43:52] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
617 [05:44:40] *** Joins: troys (~troy@replaced-ip )
618 [05:45:29] *** Joins: knert (~knerten@replaced-ip )
619 [05:48:33] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
620 [05:48:48] *** Quits: knerten (~knerten@replaced-ip ) (Ping timeout: 245 seconds)
621 [05:49:31] *** Joins: MiggyX (~miggyx@replaced-ip )
622 [05:50:00] *** Joins: zeropoin1 (~zeropoint@replaced-ip )
623 [05:50:00] *** Quits: zeropoint (~zeropoint@replaced-ip ) (Killed (leguin.freenode.net (Nickname regained by services)))
624 [05:50:00] *** zeropoin1 is now known as zeropoint
625 [05:51:27] *** Joins: parked (~parks@replaced-ip )
626 [05:52:13] *** Quits: imp (~imp@replaced-ip ) (Quit: WeeChat 2.3)
627 [05:56:43] *** himcesjf_ is now known as him-cesjf
628 [05:57:06] *** Joins: hele (~hele@replaced-ip )
629 [05:59:26] *** Quits: parked (~parks@replaced-ip ) (Quit: Leaving)
630 [06:02:24] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
631 [06:03:05] *** Quits: tehnull (tehnull@replaced-ip ) (Quit: watchdog watchdog0: watchdog did not stop!)
632 [06:04:52] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
633 [06:07:33] *** Quits: corner_cubicle (~corner_cu@replaced-ip ) (Quit: Konversation terminated!)
634 [06:12:24] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
635 [06:12:47] *** Joins: milkt (~debian@replaced-ip )
636 [06:15:30] *** Joins: TheSpectre_ (~TheSpectr@replaced-ip )
637 [06:18:03] *** Quits: TheSpectre_ (~TheSpectr@replaced-ip ) (Client Quit)
638 [06:18:18] *** Joins: TheSpectre (~TheSpectr@replaced-ip )
639 [06:18:42] *** Joins: cirilos (~cirilos@replaced-ip )
640 [06:19:35] *** Joins: Gigglebyte (~Gigglebyt@replaced-ip )
641 [06:20:40] *** Quits: Gigglebyte (~Gigglebyt@replaced-ip ) (Remote host closed the connection)
642 [06:21:35] *** Quits: epsilon (foobar@replaced-ip ) (Quit: cya)
643 [06:24:27] *** Joins: hatesec (~chronicle@replaced-ip )
644 [06:29:00] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 252 seconds)
645 [06:29:11] *** Joins: CyberManifest (~CyberMani@replaced-ip )
646 [06:30:56] *** Joins: vivid (~ViViD@replaced-ip )
647 [06:31:18] *** Joins: d0nniedark0 (~d0nniedar@replaced-ip )
648 [06:33:54] *** Joins: ddp` (~ddp@replaced-ip )
649 [06:35:28] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Ping timeout: 264 seconds)
650 [06:37:26] *** Joins: smokals (~smokals@replaced-ip )
651 [06:39:41] *** Joins: allan_wind (~allan@replaced-ip )
652 [06:40:14] *** Parts: torbo (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
653 [06:40:23] *** Quits: ozars (~ozars@replaced-ip ) (Quit: ozars)
654 [06:41:53] <allan_wind> The stable upgrade bricked my laptop, it appears to be related to nvidia-driver. Known issue? I am going through the bugs list now but there are a lot
655 [06:42:19] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 246 seconds)
656 [06:43:12] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
657 [06:44:48] *** Joins: xcm (~xcm@replaced-ip )
658 [06:45:51] *** Quits: ukine (~yaaic@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
659 [06:46:55] *** Joins: BenNZ (~Ben__@replaced-ip )
660 [06:47:51] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
661 [06:48:45] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
662 [06:49:16] <oh2eko> meh seems battery charging is the least of my worries tried installing nvidia-driver and now i dont have keyboard or mouse :(
663 [06:50:47] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
664 [06:51:16] <themill> allan_wind: by 'bricked' do you just mean that X doesn't start? (or, what is actually happening?)
665 [06:51:57] *** Quits: TrueNher0 (~oem@replaced-ip ) (Ping timeout: 255 seconds)
666 [06:52:18] *** Joins: diogenes_ (~diogenes_@replaced-ip )
667 [06:54:34] * oh2eko wishes he had seen previuos messages before lol
668 [06:55:42] <allan_wind> themill: kernel crashes with BUG: unable to handle kernel paging request at ffff9b30a7cb4880 (among other things) during boot hanging the box
669 [06:56:03] <nkuttler> boot a different kernel?
670 [06:56:29] *** Quits: Emantor (~Emantor@replaced-ip##) (Quit: ZNC - ##replaced-url
671 [06:57:08] <allan_wind> nkuttler: if that was for me, I reverted to 4.9.0-5 which I knew worked in the past and still crashes. I ended up upgrading nvidia-driver to unstable version to get my box up running again. It pulls in a lot of changes though.
672 [06:58:03] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
673 [06:58:24] *** Joins: Rogalian (~cools@replaced-ip )
674 [06:58:40] *** Quits: Zauberfisch (~Zauberfis@replaced-ip ) (Read error: Connection reset by peer)
675 [06:58:41] *** Joins: Emantor (~Emantor@replaced-ip )
676 [06:58:42] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 244 seconds)
677 [06:59:42] <oh2eko> in my case im just gonna do a fresh install last one was beyond expiry date anywhoms to much clutter and mismatching heh
678 [07:00:03] *** Quits: l9 (~muad@replaced-ip ) (Ping timeout: 245 seconds)
679 [07:00:07] *** Joins: jeddi (~jedd@replaced-ip )
680 [07:02:16] *** Joins: mkcms (~mkcms@replaced-ip )
681 [07:06:57] *** Quits: d0nniedark0 (~d0nniedar@replaced-ip ) (Quit: Leaving)
682 [07:07:57] *** Quits: liminal (1807cba5@replaced-ip ) (Ping timeout: 256 seconds)
683 [07:08:47] <rant> allan_wind: what kind of machine is this?
684 [07:09:30] <allan_wind> rant: ThinkPad P51
685 [07:11:16] <rant> allan_wind: taken it apart lately?
686 [07:11:42] <allan_wind> rant: no, only change was 9.8 upgrade, and when I pull nvidia-driver from unstable it works again
687 [07:12:24] *** Joins: User1690506 (~c@replaced-ip )
688 [07:12:26] <rant> so its working now?
689 [07:13:06] *** Quits: troys (~troy@replaced-ip ) (Quit: WeeChat 2.3)
690 [07:13:09] <allan_wind> rant: yes, stable upgrade causing my system to be unbootable is an issue, right? I was asking if it was a known issue before I filed bug
691 [07:14:01] *** debhelper sets mode: +l 1498
692 [07:14:12] <rant> you check the bts for know issues
693 [07:14:23] <allan_wind> rant: yeah, didn't see anything obvious
694 [07:14:25] <rant> ,v nvidia-driver
695 [07:14:27] <judd> Package: nvidia-driver on amd64 -- jessie/non-free: 340.106-1; jessie-backports/non-free: 384.130-1~bpo8+1; sid/non-free: 390.87-6; stretch-backports/non-free: 390.87-8~bpo9+1; stretch/non-free: 390.87-8~deb9u1; buster/non-free: 390.87-8; experimental/non-free: 410.93-1
696 [07:15:27] *** Quits: nuuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
697 [07:15:45] *** Joins: olegfusion (~olegfusio@replaced-ip )
698 [07:17:58] <rant> allan_wind: upgrade from 384.130-1 to 390.87-8?
699 [07:18:05] <allan_wind> rant: yes
700 [07:18:26] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 240 seconds)
701 [07:18:27] *** Joins: Ericounet (~Eric@replaced-ip )
702 [07:19:25] <rant> hmm sounds like a bug sure..
703 [07:20:15] <rant> those p series are pretty new and largely undocumented in linux community
704 [07:21:01] <allan_wind> rant: I had a few generations of them now... they are kinda the new T series
705 [07:21:24] <rant> would be good to get some feedback on them.. thinkwiki has little on them
706 [07:22:03] <rant> i got an x240 currently
707 [07:23:10] <allan_wind> rant: they pretty solid now. When they came out it had the next gen intel chipset so hit some kernel issues on that. I have some issues with the wifi firmware, I think, causing threads to hang and be killed.
708 [07:23:18] <rant> was about to try make a cluster out of my spare parts of t61 i have 4 of em havent had anyone interested in buyin em.. figured id try makin use of em
709 [07:24:03] *** Joins: well_laid_lawnch (~Jean-luc@replaced-ip )
710 [07:24:32] <allan_wind> rant: x series are nice too. lenovo needs some competition to make sure quality stays up though. for instance, the asymmetric keyboard is annoying, but non-issues for me as I basically use mine as a desktop with external keyboard
711 [07:25:07] *** Quits: simbalion (~simba@replaced-ip ) (Remote host closed the connection)
712 [07:25:13] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 258 seconds)
713 [07:25:17] <rant> yeah well worst thing is the clickpad on the x240 its a nightmare
714 [07:25:39] <rant> the x230 and x250 didnt have it..
715 [07:25:59] *** Quits: Masterphi (~Masterphi@replaced-ip ) (Quit: ZZZZzzzzz)
716 [07:26:21] <rant> x240 has no actual individual buttons it sucks
717 [07:26:25] <F29> nor
718 [07:26:27] <allan_wind> ugh
719 [07:26:33] <F29> or not
720 [07:27:19] <F29> leave me the chilean trust
721 [07:27:21] <F29> haaha
722 [07:27:53] *** Quits: well_laid_lawnch (~Jean-luc@replaced-ip ) (Client Quit)
723 [07:28:15] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
724 [07:28:18] *** Quits: Merixer (~Merixer@replaced-ip ) (Remote host closed the connection)
725 [07:28:47] <rant> its all yours take the money and run
726 [07:29:42] *** Quits: mkcms (~mkcms@replaced-ip ) (Read error: Connection reset by peer)
727 [07:29:58] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
728 [07:30:09] *** Joins: Rogalian (~cools@replaced-ip )
729 [07:30:22] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
730 [07:30:43] <allan_wind> dumb question, how do I grep a file that has some binary data (i.e. my syslog with binary junk when I had to hard reset my box)? I get a few machines then it stop with "Binary file syslog.log matches"
731 [07:31:41] <themill> grep -a
732 [07:31:58] <allan_wind> themill: nice, can't believe I didn't know this
733 [07:33:03] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
734 [07:33:41] *** Joins: mkcms (~mkcms@replaced-ip )
735 [07:33:44] *** Joins: Envil (~envil@replaced-ip )
736 [07:33:51] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
737 [07:33:58] *** Quits: mkcms (~mkcms@replaced-ip ) (Client Quit)
738 [07:34:02] *** debhelper sets mode: +l 1492
739 [07:35:42] *** Quits: F29 (~F29@replaced-ip ) (Read error: No route to host)
740 [07:35:53] *** Quits: smokals (~smokals@replaced-ip ) (Quit: WeeChat 2.3)
741 [07:38:18] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Quit: Leaving)
742 [07:38:47] *** Joins: Merixer (~Merixer@replaced-ip )
743 [07:39:04] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Quit: Leaving)
744 [07:40:21] *** Quits: jeddi (~jedd@replaced-ip ) (Quit: Konversation terminated!)
745 [07:44:15] <allan_wind> thx, filed bug report, hopefully few will see stable break due to this
746 [07:46:41] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
747 [07:46:49] *** Quits: awal1 (~awal1@replaced-ip ) (Remote host closed the connection)
748 [07:50:11] *** Joins: jeddi (~jedd@replaced-ip )
749 [07:51:05] <themill> allan_wind: what package did you file it against?
750 [07:51:14] <allan_wind> nvidia-driver
751 [07:51:47] <allan_wind> #922497
752 [07:51:52] <themill> yes, just saw it
753 [07:52:10] <allan_wind> took a while to process otherwise I would have included the #
754 [07:52:32] *** Joins: MarmotteMorte (~MarmotteM@replaced-ip )
755 [07:56:05] *** Quits: jorick (~jorick___@replaced-ip ) (Quit: Leaving)
756 [07:56:39] *** Quits: theraspberry (~rasp@replaced-ip ) (Ping timeout: 258 seconds)
757 [07:57:02] *** Quits: Kadigan (~kadigan@replaced-ip ) (Read error: Connection reset by peer)
758 [07:57:04] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Read error: Connection reset by peer)
759 [07:57:25] *** Joins: x0n (~x0nstaubs@replaced-ip )
760 [07:58:41] *** Joins: Kadigan (~kadigan@replaced-ip )
761 [07:59:00] *** Quits: fooctrl (~havoc@replaced-ip ) (Ping timeout: 255 seconds)
762 [08:02:32] *** partcybo1g is now known as partcyborg
763 [08:02:35] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 255 seconds)
764 [08:02:36] *** Joins: Rogalian (~cools@replaced-ip )
765 [08:04:21] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 252 seconds)
766 [08:04:37] *** Joins: ddp` (~ddp@replaced-ip )
767 [08:04:38] *** Joins: lek (~lek@replaced-ip )
768 [08:04:46] *** Joins: fooctrl (~havoc@replaced-ip )
769 [08:06:10] *** Parts: allan_wind (~allan@replaced-ip ) ()
770 [08:10:24] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 246 seconds)
771 [08:10:55] *** Joins: toorop (~toorop@replaced-ip )
772 [08:16:11] *** Quits: spacemanspam (~weechat@replaced-ip ) (Quit: WeeChat 2.3)
773 [08:17:31] *** Joins: Zauberfisch (~Zauberfis@replaced-ip )
774 [08:20:00] *** Quits: arkadiflux (~arkad@replaced-ip ) (Ping timeout: 268 seconds)
775 [08:20:18] *** Joins: arkadiflux (~arkad@replaced-ip )
776 [08:24:15] *** Joins: BlueByte (~walther@replaced-ip )
777 [08:24:54] *** Joins: rosten (~rosten@replaced-ip )
778 [08:25:21] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
779 [08:25:44] *** Joins: x0n (~x0nstaubs@replaced-ip )
780 [08:25:47] *** Quits: ebernhardson (~guy@replaced-ip ) (Ping timeout: 240 seconds)
781 [08:26:42] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 268 seconds)
782 [08:26:58] *** Joins: ddp` (~ddp@replaced-ip )
783 [08:26:59] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
784 [08:27:23] *** Joins: x0n (~x0nstaubs@replaced-ip )
785 [08:28:07] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
786 [08:28:37] *** Joins: x0n (~x0nstaubs@replaced-ip )
787 [08:29:27] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
788 [08:29:32] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
789 [08:29:48] *** Joins: x0n (~x0nstaubs@replaced-ip )
790 [08:30:26] *** Joins: Poffer (~Poffer@replaced-ip )
791 [08:30:30] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
792 [08:30:54] *** Joins: flokuehn (~flokuehn@replaced-ip )
793 [08:30:58] *** Joins: x0n (~x0nstaubs@replaced-ip )
794 [08:31:13] *** Quits: Posterdati (~Posterdat@replaced-ip ) (Remote host closed the connection)
795 [08:31:31] *** Quits: t4skforce (~t4skforce@replaced-ip ) (Ping timeout: 246 seconds)
796 [08:31:32] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
797 [08:31:54] *** Joins: x0n (~x0nstaubs@replaced-ip )
798 [08:32:16] *** Joins: t4skforce (~t4skforce@replaced-ip )
799 [08:32:23] *** Joins: dreamon (~dreamon@replaced-ip )
800 [08:32:28] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
801 [08:33:29] *** Joins: x0n (~x0nstaubs@replaced-ip )
802 [08:33:57] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
803 [08:34:14] *** Joins: theraspberry (~rasp@replaced-ip )
804 [08:34:17] *** Joins: x0n (~x0nstaubs@replaced-ip )
805 [08:34:48] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
806 [08:35:11] *** Joins: x0n (~x0nstaubs@replaced-ip )
807 [08:35:34] *** Quits: x0n (~x0nstaubs@replaced-ip ) (Read error: Connection reset by peer)
808 [08:36:17] *** Joins: Posterdati (~Posterdat@replaced-ip )
809 [08:36:39] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
810 [08:37:15] *** Quits: Exmix (~tek@replaced-ip ) (Remote host closed the connection)
811 [08:37:24] *** Joins: juon (~pavel@replaced-ip )
812 [08:37:42] *** Joins: Exmix (~tek@replaced-ip )
813 [08:37:42] *** Parts: User1690506 (~c@replaced-ip ) ()
814 [08:37:53] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 268 seconds)
815 [08:38:40] *** Joins: thePiGrepper (~nagato@replaced-ip )
816 [08:39:43] *** Quits: soulz (~soulz@replaced-ip ) (Quit: leaving)
817 [08:40:06] *** Joins: pavel_ (~pavel@replaced-ip )
818 [08:40:50] *** juon is now known as Guest70870
819 [08:42:10] *** Joins: Krionz (Krionz@replaced-ip )
820 [08:42:36] *** Quits: Guest70870 (~pavel@replaced-ip ) (Ping timeout: 246 seconds)
821 [08:47:03] *** pavel_ is now known as juon
822 [08:47:45] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 268 seconds)
823 [08:48:09] *** Joins: japh (~scp1@replaced-ip )
824 [08:50:00] *** Joins: RandomSerb (~RandomSer@replaced-ip )
825 [08:50:52] *** Joins: soulz (~soulz@replaced-ip )
826 [08:53:16] *** Joins: pascal18250 (4d6ff7ed@replaced-ip )
827 [08:53:40] <pascal18250> Bonjour à toute et à tous .
828 [08:55:07] <rant> hello, this is an English channel
829 [08:55:51] <rant> parlez vous anglais?
830 [08:55:52] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 264 seconds)
831 [08:56:08] *** Joins: ddp` (~ddp@replaced-ip )
832 [08:56:19] *** Joins: tribrid (~Bogie@replaced-ip )
833 [08:57:57] *** Joins: milos_ (~RandomSer@replaced-ip )
834 [08:58:00] *** Quits: RandomSerb (~RandomSer@replaced-ip ) (Ping timeout: 246 seconds)
835 [08:58:35] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
836 [08:59:45] *** Joins: woshty (~woshty@replaced-ip )
837 [09:04:05] *** Joins: flokuehn (~flokuehn@replaced-ip )
838 [09:04:52] *** Joins: RandomSerb (~RandomSer@replaced-ip )
839 [09:05:28] *** Quits: milos_ (~RandomSer@replaced-ip ) (Ping timeout: 245 seconds)
840 [09:06:29] <pascal18250> qui moi ? non
841 [09:06:46] *** Joins: hakash (~hakash@replaced-ip )
842 [09:06:48] <rant> dpkg, fr
843 [09:06:48] <dpkg> Pour l'aide en francais, veuillez rejoindre le canal #debian-fr or #debian-quebec. Francophone users: for help in french, please go to #debian-fr or #debian-quebec.
844 [09:07:21] <pascal18250> merci
845 [09:07:24] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
846 [09:07:24] *** Parts: pascal18250 (4d6ff7ed@replaced-ip ) ()
847 [09:07:24] *** Quits: rjsalts (~rjsalts@replaced-ip ) (Ping timeout: 252 seconds)
848 [09:07:57] <rant> de rien
849 [09:09:39] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
850 [09:09:40] *** Quits: RandomSerb (~RandomSer@replaced-ip ) (Ping timeout: 246 seconds)
851 [09:09:49] *** Quits: booyah (~bb@replaced-ip ) (Read error: Connection reset by peer)
852 [09:10:30] *** Quits: toozej (~toozej@replaced-ip##) (Quit: The Lounge - ##replaced-url
853 [09:10:53] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 245 seconds)
854 [09:11:02] *** Joins: toozej (~toozej@replaced-ip )
855 [09:11:37] *** Joins: rjsalts (~rjsalts@replaced-ip )
856 [09:12:21] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
857 [09:13:08] *** Joins: RandomSerb (~RandomSer@replaced-ip )
858 [09:15:06] *** Quits: jcole (~jcole@replaced-ip ) (Remote host closed the connection)
859 [09:15:34] *** Joins: jcole (~jcole@replaced-ip )
860 [09:16:17] <RandomSerb> hello
861 [09:16:18] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
862 [09:16:35] *** Joins: n_1-c_k (~nick@replaced-ip )
863 [09:16:59] <RandomSerb> how do I check my interface name for a given connection in Network Connections window? ( Applications->Settings->Network Connections )
864 [09:17:12] *** Joins: tdn (~tdn@replaced-ip )
865 [09:17:37] *** Joins: Rogalian (~cools@replaced-ip )
866 [09:18:22] <rant> which desktop environment are you talking about?
867 [09:19:15] *** Joins: oo_miguel (~miguel@replaced-ip )
868 [09:20:18] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
869 [09:21:52] <RandomSerb> rant, xfce
870 [09:22:56] *** Joins: jnavila (~jnavila@replaced-ip )
871 [09:25:00] <rant> RandomSerb: right click the network icon in the notification area and goto Connection Information
872 [09:25:52] <RandomSerb> rant, I'm trying to bridge connections, but this is pretty much the same output as of ip addr
873 [09:25:59] *** Joins: rsx (~rsx@replaced-ip )
874 [09:26:05] *** Joins: iderik (~weechat@replaced-ip )
875 [09:26:31] <pingfloyd> RandomSerb: those are the interface names
876 [09:26:51] <pingfloyd> wlan0, eth0, lo, etc.
877 [09:27:08] <RandomSerb> I don't see anything similar in connection information panel
878 [09:27:42] <pingfloyd> the connection information seems to only show active network connections
879 [09:28:01] <rant> yes it would only show active but the very first line is the interface name
880 [09:28:03] <RandomSerb> rant, pingfloyd: replaced-url
881 [09:28:04] <pingfloyd> so if something isn't showing up, it's probably not active
882 [09:28:29] <RandomSerb> what should I use with brctl?
883 [09:28:39] <rant> RandomSerb: thats the interface name.. in parenthesis
884 [09:28:44] <pingfloyd> Driver is the interface name
885 [09:29:02] <pingfloyd> I mean Interface
886 [09:29:08] <rant> wlx503eaa97f678
887 [09:30:50] *** Joins: slv (~slv@replaced-ip )
888 [09:31:41] *** Joins: nehemiah (~nehemiah@replaced-ip )
889 [09:31:49] *** Joins: kapil____ (uid36151@replaced-ip )
890 [09:32:40] *** Joins: Rogalian (~cools@replaced-ip )
891 [09:34:01] *** debhelper sets mode: +l 1501
892 [09:34:24] *** Quits: RandomSerb (~RandomSer@replaced-ip ) (Ping timeout: 250 seconds)
893 [09:35:20] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
894 [09:36:20] *** Joins: RandomSerb (~RandomSer@replaced-ip )
895 [09:38:08] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
896 [09:38:44] *** Joins: dastier (~dastier@replaced-ip )
897 [09:38:51] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
898 [09:39:14] *** Joins: dastier (~dastier@replaced-ip )
899 [09:40:07] <nehemiah> What would be the best way to disable internet on a Machine using the command line, changing the DNS is not an option.
900 [09:40:57] *** Quits: theraspberry (~rasp@replaced-ip ) (Ping timeout: 252 seconds)
901 [09:41:05] <rant> o.O
902 [09:41:39] <rant> you want to use it on local network only?
903 [09:42:03] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 255 seconds)
904 [09:43:45] *** Joins: methodios (~cirilos@replaced-ip )
905 [09:44:10] *** Quits: cirilos (~cirilos@replaced-ip ) (Ping timeout: 272 seconds)
906 [09:45:48] *** Joins: theraspberry (~rasp@replaced-ip )
907 [09:46:06] *** Quits: AhLearn (~Ahtee@replaced-ip ) (Ping timeout: 244 seconds)
908 [09:46:31] <RandomSerb> rant, to bridge network connections, do I need to be using both at the same time, ie be connected to both?
909 [09:47:00] *** Joins: pmden_ (~pmden@replaced-ip )
910 [09:47:00] *** Quits: pmden_ (~pmden@replaced-ip ) (Client Quit)
911 [09:47:02] <rant> RandomSerb: when you bridge two interfaces you use neither
912 [09:47:21] <rant> RandomSerb: once the bridge is up, a new interface for the bridge becomes available
913 [09:47:31] <RandomSerb> rant, but at the point in time when I'm creating the bridge, do I need to be connected to both?
914 [09:47:49] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 259 seconds)
915 [09:48:38] *** Joins: japh (~scp1@replaced-ip )
916 [09:48:47] <rant> RandomSerb: you need to just say what you're trying to do
917 [09:49:43] <RandomSerb> rant, I have internet on my pc via wifi. I can't connect to wifi on my phone. I'm trying reverse tethering to get to have internet on my phone
918 [09:50:26] <rant> heh
919 [09:50:48] <rant> you're trying to get wired internet on a cell phone?
920 [09:50:50] <RandomSerb> so I thought to bridge current wifi and ethernet created when I regularly do tethering
921 [09:51:16] <rant> your phone has ethernet?
922 [09:51:19] <RandomSerb> rant, yeah, as in, provide internet to my phone via USB
923 [09:51:30] <RandomSerb> rant, nope, wifi seems to have died
924 [09:51:52] <rant> hmm.. thats odd
925 [09:52:07] <RandomSerb> what's odd?
926 [09:52:42] <RandomSerb> that wifi on my phone is not working? it's annoying, I wouldn't call that odd, since I'm using Tesla 6.3 phone :)
927 [09:52:52] <RandomSerb> read very cheap phone
928 [09:53:15] <rant> a bridge isnt going to solve your problem
929 [09:53:23] <RandomSerb> it is not?
930 [09:53:25] <rant> nope
931 [09:53:43] <rant> what you need is firewall rules, not a bridge
932 [09:53:56] <RandomSerb> firewall rules on my pc?
933 [09:53:57] <rant> and possibly a dhcp server
934 [09:54:04] <rant> yes.. to route the traffic
935 [09:55:19] <RandomSerb> rant, how would I do that? mind pointing me to some guides?
936 [09:55:22] *** Joins: toorop (~toorop@replaced-ip )
937 [09:57:17] <rant> replaced-url
938 [09:58:46] <rant> RandomSerb: replaced-url
939 [09:58:58] *** Joins: mibo (~mibo@replaced-ip )
940 [09:59:54] <rant> replaced-url
941 [10:02:03] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 246 seconds)
942 [10:02:06] *** Joins: AhLearn (~Ahtee@replaced-ip )
943 [10:02:14] *** Joins: Guest78318 (~helene@replaced-ip )
944 [10:03:25] <nehemiah> rant: Correct, as the machines are booting from the network, it's essential that they keep the local network connection. I could change or disable the gateway, I guess.
945 [10:04:39] <rant> uh..
946 [10:04:54] <rant> this just gets weirder every time you say something..
947 [10:05:20] <rant> I've used PXE booting extensively.. and it is NOT essential that they keep local network connection nor is it required to disable internet
948 [10:05:53] <rant> all it needs is the dhcp server to point it to the tftp server and the tftp server to send it the data to boot then it doesnt need it anymore
949 [10:09:04] *** Quits: brw (~brw@replaced-ip ) (Ping timeout: 250 seconds)
950 [10:10:39] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
951 [10:10:44] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
952 [10:11:44] <RandomSerb> rant didn't you said I can't achieve what I want with bridging connections? :)
953 [10:11:58] *** Joins: devbaka (~devbaka@replaced-ip )
954 [10:13:33] *** Joins: winem_ (~quassel@replaced-ip )
955 [10:16:19] <nehemiah> rant: The point is not that they don't work with internet. The point is that I'd like to send a command to them disabling the internet using SSH. They do need to stay connected to the network as they're booting an NBD image.
956 [10:16:49] <nehemiah> Them meaning the disk-less terminals.
957 [10:17:03] *** Joins: flux242 (~chatzilla@replaced-ip )
958 [10:17:21] *** Joins: towo` (~towo@replaced-ip )
959 [10:18:53] *** Joins: AndrejSPB (~andrej@replaced-ip )
960 [10:20:54] <rant> RandomSerb: yeah well not JUST bridging connections
961 [10:20:55] *** Quits: AhLearn (~Ahtee@replaced-ip ) (Ping timeout: 272 seconds)
962 [10:21:09] *** Joins: kab0m (~kab0m@replaced-ip )
963 [10:21:18] *** Quits: MarmotteMorte (~MarmotteM@replaced-ip ) (Ping timeout: 245 seconds)
964 [10:21:39] *** Joins: littlebit (~Thunderbi@replaced-ip )
965 [10:22:51] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
966 [10:24:06] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
967 [10:25:14] *** Joins: towo` (~towo@replaced-ip )
968 [10:27:43] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
969 [10:27:59] *** Joins: jmarsac (~jmarsac@replaced-ip )
970 [10:28:52] *** Joins: zamuro (~Samantha@replaced-ip )
971 [10:28:52] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
972 [10:28:52] *** Joins: zamuro (~Samantha@replaced-ip )
973 [10:29:55] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
974 [10:30:09] *** Joins: ddp` (~ddp@replaced-ip )
975 [10:31:56] *** Joins: hele (~hele@replaced-ip )
976 [10:32:28] *** Joins: czart (~czart@replaced-ip )
977 [10:33:26] *** Quits: methodios (~cirilos@replaced-ip ) (Ping timeout: 258 seconds)
978 [10:34:01] *** debhelper sets mode: +l 1508
979 [10:34:10] *** Quits: emucla (~emucla@replaced-ip ) (Remote host closed the connection)
980 [10:36:22] *** Quits: lek (~lek@replaced-ip ) (Ping timeout: 250 seconds)
981 [10:37:26] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
982 [10:37:47] *** Joins: dastier (~dastier@replaced-ip )
983 [10:38:38] *** Joins: diogenes_ (~diogenes_@replaced-ip )
984 [10:38:54] *** Quits: oberstein (~ober@replaced-ip ) (Read error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number)
985 [10:39:00] *** Joins: Deknos (~somenym@replaced-ip )
986 [10:39:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 246 seconds)
987 [10:39:58] *** Joins: emucla (~emucla@replaced-ip )
988 [10:41:18] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Ping timeout: 245 seconds)
989 [10:42:01] *** Joins: devbaka (~devbaka@replaced-ip )
990 [10:42:17] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
991 [10:42:18] *** Joins: soee (~soee@replaced-ip )
992 [10:44:29] *** Joins: boog (~boog@replaced-ip )
993 [10:44:35] *** Quits: Aussie_matt_ (~quassel@replaced-ip ) (Read error: Connection reset by peer)
994 [10:44:42] *** Joins: pax (~Thunderbi@replaced-ip )
995 [10:44:46] *** Joins: Aussie_matt_ (~quassel@replaced-ip )
996 [10:47:14] *** Joins: conta (~Thunderbi@replaced-ip )
997 [10:47:54] *** Joins: Ingvix (~Ingvix@replaced-ip )
998 [10:48:29] *** Joins: flokuehn (~flokuehn@replaced-ip )
999 [10:48:30] *** Joins: MarmotteMorte (~MarmotteM@replaced-ip )
1000 [10:50:18] *** Joins: oish (~charlie@replaced-ip )
1001 [10:50:41] *** Joins: Manis (~Manis@replaced-ip )
1002 [10:51:09] <Manis> Hi. The latest stretch kernel update breaks boot on the Banana Pi M1. I don't get anything from the serial console past u-boot. Any hints?
1003 [10:51:20] *** Joins: mibo (~mibo@replaced-ip )
1004 [10:51:32] *** Joins: platvoeten (~platvoete@replaced-ip )
1005 [10:51:37] *** Joins: leonaca (~kvirc@replaced-ip )
1006 [10:51:52] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1007 [10:52:03] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Tôi Ä‘i)
1008 [10:53:24] *** Joins: monksam (~monksam@replaced-ip )
1009 [10:53:43] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1010 [10:54:02] *** debhelper sets mode: +l 1518
1011 [10:54:45] *** Parts: leonaca (~kvirc@replaced-ip ) ()
1012 [10:58:05] <themill> Manis: I'd suggest asking in #debian-kernel on irc.oftc.net. They will be slow to respond but are the right people to help
1013 [10:58:19] <Manis> themill: Thanks for the hint
1014 [10:58:25] <Manis> Will ask there
1015 [10:59:48] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 246 seconds)
1016 [11:00:31] *** Joins: ov3rmind (~tio@replaced-ip )
1017 [11:00:42] *** Joins: soee (~soee@replaced-ip )
1018 [11:00:52] <ov3rmind> hello
1019 [11:01:39] *** Joins: bz2 (~z@replaced-ip )
1020 [11:02:01] <ov3rmind> guys i buy an new notebook and it have one keyboard with 85 key how i have to setup it roght?
1021 [11:02:36] *** Quits: boog (~boog@replaced-ip ) (Quit: Leaving)
1022 [11:03:14] <Manis> ov3rmind: Depends on the keyboard layout?
1023 [11:04:03] *** Joins: lingkhang (~lingkhang@replaced-ip )
1024 [11:04:06] <Manis> The number of keys doesn't matter *that* much. I mean, the missing keys just won't be there. The keyboard layout doesn't really care.
1025 [11:04:29] *** Quits: zst (~z@replaced-ip ) (Ping timeout: 258 seconds)
1026 [11:04:32] *** bz2 is now known as zst
1027 [11:04:39] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 268 seconds)
1028 [11:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
1029 [11:05:44] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 255 seconds)
1030 [11:05:49] *** Joins: paulo (~paulo@replaced-ip )
1031 [11:06:55] *** Joins: Gazooo (~Gazooo@replaced-ip )
1032 [11:07:24] *** Joins: old_Logan (~old_Logan@replaced-ip )
1033 [11:07:51] *** Parts: old_Logan (~old_Logan@replaced-ip ) ()
1034 [11:08:37] *** Joins: flokuehn (~flokuehn@replaced-ip )
1035 [11:08:44] *** Joins: blb3385 (~chatzilla@replaced-ip )
1036 [11:08:45] <\\Mr_C\\> 9.8 is released
1037 [11:09:15] *** Joins: vvor (~vvor@replaced-ip )
1038 [11:10:25] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
1039 [11:12:16] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Read error: Connection reset by peer)
1040 [11:13:12] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 250 seconds)
1041 [11:14:40] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
1042 [11:14:55] *** Joins: bitSt0rm (~manjana@replaced-ip )
1043 [11:16:57] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
1044 [11:17:06] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 250 seconds)
1045 [11:17:15] *** Joins: Rogalian (~cools@replaced-ip )
1046 [11:17:32] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 250 seconds)
1047 [11:17:41] *** Quits: AndrejSPB (~andrej@replaced-ip ) (Quit: AndrejSPB)
1048 [11:18:35] *** Joins: japh (~scp1@replaced-ip )
1049 [11:19:17] *** Joins: AJC_Z0 (~AJ_Z0@replaced-ip )
1050 [11:19:42] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Ping timeout: 255 seconds)
1051 [11:19:42] *** AJC_Z0 is now known as AJ_Z0
1052 [11:20:00] *** Joins: format_c (~ci-ien@replaced-ip )
1053 [11:20:27] *** Quits: bitSt0rm (~manjana@replaced-ip ) (Ping timeout: 246 seconds)
1054 [11:21:01] *** Joins: artass (~user@replaced-ip )
1055 [11:21:08] *** Joins: Codier (~user@replaced-ip )
1056 [11:21:15] *** Joins: jubo2 (~juboxi@replaced-ip )
1057 [11:22:07] *** Joins: AndrejSPB (~andrej@replaced-ip )
1058 [11:22:19] *** Joins: bitSt0rm (~manjana@replaced-ip )
1059 [11:23:21] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1060 [11:25:00] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 246 seconds)
1061 [11:25:03] *** Joins: f` (~pyfgcr@replaced-ip )
1062 [11:29:45] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1063 [11:29:52] *** Joins: catsup (~d@replaced-ip )
1064 [11:30:30] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1065 [11:30:55] *** Joins: catsup (d@replaced-ip )
1066 [11:33:44] *** Joins: forester (~forester@replaced-ip )
1067 [11:34:21] <forester> Hullo. Please tell me how to open port 2100?
1068 [11:35:25] *** Quits: EmleyMoor (~phil@replaced-ip ) (Quit: Reboot needed)
1069 [11:36:42] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
1070 [11:38:40] *** Joins: oish (~charlie@replaced-ip )
1071 [11:42:34] *** Joins: flokuehn (~flokuehn@replaced-ip )
1072 [11:46:16] <nkuttler> forester: what do you mean by open?
1073 [11:46:18] *** Joins: mrig (~mrig@replaced-ip )
1074 [11:46:26] <nkuttler> how did you close it in the first place?
1075 [11:47:17] *** Joins: mibo (~mibo@replaced-ip )
1076 [11:47:24] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
1077 [11:48:32] *** Joins: Rogalian (~cools@replaced-ip )
1078 [11:49:54] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1079 [11:50:12] *** Joins: BCMM (~BCMM@replaced-ip )
1080 [11:51:51] <forester> nkuttler: There is a game Warzone2100. I am going to host a multiplayer game. And application says "No UPnP device found. Configure your router/firewall to open port 2100!"
1081 [11:53:19] <\\Mr_C\\> if i wanted to install a simple gui for debian would i just put apt-get install xinit?
1082 [11:54:01] *** debhelper sets mode: +l 1526
1083 [11:54:13] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 245 seconds)
1084 [11:54:34] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
1085 [11:54:54] *** Quits: format_c (~ci-ien@replaced-ip ) (Quit: format_c)
1086 [11:55:07] *** Joins: painted (~fainted@replaced-ip )
1087 [11:55:13] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1088 [11:55:34] *** Quits: Manis (~Manis@replaced-ip ) (Quit: WeeChat 2.3)
1089 [11:56:55] <rudi_s> forester: Looks like you have to configure port forwarding on your router to point to port 2100 on your local machine.
1090 [11:56:58] *** Joins: ChubaDuba (~ChubaDuba@replaced-ip )
1091 [11:57:52] *** Joins: AimHere (~David@replaced-ip )
1092 [11:58:39] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1093 [11:59:07] *** Joins: slv (~slv@replaced-ip )
1094 [11:59:44] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
1095 [11:59:57] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1096 [12:00:14] <trysten> I'm having trouble connecting to mariadb from php. Where do i find the process logs of php? Or, how do I get them out of 'syslog'?
1097 [12:00:30] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1098 [12:01:16] *** Joins: pax (~Thunderbi@replaced-ip )
1099 [12:02:32] *** ChanServ sets mode: +o themill
1100 [12:02:44] <\\Mr_C\\> i did apt-get install xinit and then startx works with a terminal and mouse, but i am not sure if thats the propper method .
1101 [12:02:44] *** themill changes topic to 'Debian Stretch: /msg dpkg stretch ; /msg dpkg 9.8 ; /msg dpkg jessie->stretch ; /msg dpkg install stretch | Oldstable: Debian Jessie /msg dpkg jessie ; /msg dpkg 8.11 | NO FLOOD: /msg dpkg paste | /msg bots NOT people | offtopic: #debian-offtopic | testing, unstable: #debian-next @ irc.oftc.net | chanlogs: /msg dpkg irclog'
1102 [12:02:47] *** themill sets mode: -o themill
1103 [12:03:17] *** Quits: r3 (~r3@replaced-ip ) (Read error: Connection reset by peer)
1104 [12:03:39] *** Joins: r3 (~r3@replaced-ip )
1105 [12:03:58] *** Quits: lingkhang (~lingkhang@replaced-ip ) (Quit: WeeChat 1.6)
1106 [12:04:19] <artass> \\Mr_C\\, did you created ~/.xinitrc?
1107 [12:04:43] <\\Mr_C\\> no
1108 [12:05:37] <artass> \\Mr_C\\, do it, and write into it something like: "exec twm", and install twm first, then do: startx
1109 [12:06:41] *** Joins: Haudegen (~quassel@replaced-ip )
1110 [12:06:51] <artass> \\Mr_C\\, you may write name of any wm you have installed, twm - is an example
1111 [12:07:18] <vvor> \\Mr_C\\: You better think of / choose a window manager or desktop environment first.
1112 [12:07:19] <\\Mr_C\\> i dont want a window manager
1113 [12:07:35] <\\Mr_C\\> hehe, i want the most basic possible
1114 [12:07:53] <vvor> Basic for what?
1115 [12:08:17] <vvor> You can use X only but...
1116 [12:08:35] <\\Mr_C\\> so i can manually run whatever i want from a console window that requires a gui
1117 [12:08:53] <artass> \\Mr_C\\, wm - IS most basic, without it you can not control any window
1118 [12:09:01] *** Quits: BrianG61UK_ (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1119 [12:09:26] <artass> \\Mr_C\\, windows will overlap each other
1120 [12:09:42] *** Joins: zerotech (~zerotech@replaced-ip )
1121 [12:09:46] *** Joins: EmleyMoor (~phil@replaced-ip )
1122 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1123 [12:10:10] <at0m> artass: maybe \\Mr_C\\ just wants to launch kodi or some other single-window frontend
1124 [12:10:22] <\\Mr_C\\> vlc
1125 [12:10:23] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1126 [12:10:33] <vvor> startx chromium
1127 [12:10:35] <\\Mr_C\\> this tiny box i have for playing music videos
1128 [12:10:39] <vvor> startx vlc
1129 [12:10:47] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1130 [12:10:55] <blackflow> trysten: check php.ini and see how logging is set up. if it's "syslog" then you can query with journalctl. -u to specify the fpm service (I don't know full name of it otoh now, so...)
1131 [12:10:56] *** Joins: dselect (~dselect@replaced-ip )
1132 [12:11:32] *** Joins: olegfusion (~olegfusio@replaced-ip )
1133 [12:11:37] <vvor> That "console window" has to run on X
1134 [12:11:59] <\\Mr_C\\> right, if thats all i wanted to do is startx vlc, is apt-get install xinit all i need?
1135 [12:12:38] *** Joins: dreamon (~dreamon@replaced-ip )
1136 [12:12:43] *** Joins: conta (~Thunderbi@replaced-ip )
1137 [12:12:46] *** Joins: orbiter (~orbiter@replaced-ip )
1138 [12:12:46] <blackflow> you can't achieve what you want without a wm
1139 [12:12:56] *** Joins: f10 (~flo@replaced-ip )
1140 [12:12:59] <blackflow> that VLC will have no controls, no menu likely even
1141 [12:13:11] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
1142 [12:13:42] <at0m> or maybe go with mpv, which plays A/V without any menus or extra windows..
1143 [12:13:54] <at0m> and easy keyb control
1144 [12:14:01] *** debhelper sets mode: +l 1533
1145 [12:14:30] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1146 [12:14:44] <at0m> replaced-url
1147 [12:15:34] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 268 seconds)
1148 [12:17:30] <vvor> \\Mr_C\\: Think you should start with a minimal WM like twm. Then read up on X kiosk setups to go even lower on the food chine.
1149 [12:17:55] <\\Mr_C\\> it does work, i install vlc and startx vlc works
1150 [12:18:04] <\\Mr_C\\> just like it should
1151 [12:18:12] *** Quits: Rogalian (~cools@replaced-ip ) (Ping timeout: 250 seconds)
1152 [12:18:29] *** Joins: XsiSec (~xsisec@replaced-ip )
1153 [12:18:45] <\\Mr_C\\> thanks for all the advice
1154 [12:19:09] <vvor> :)
1155 [12:19:56] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 240 seconds)
1156 [12:21:48] <blackflow> does it really... you can actually play videos (I ask because without a DM you'll have to configure gpu access for your user that runs startx)
1157 [12:22:06] <\\Mr_C\\> hehe, i like that twm just installed that too
1158 [12:22:15] <\\Mr_C\\> yes blackflow it works
1159 [12:22:23] <blackflow> audio too?
1160 [12:22:25] *** Joins: informatiger (~informati@replaced-ip )
1161 [12:22:34] <\\Mr_C\\> sec, let me try
1162 [12:23:25] *** Joins: lek (~lek@replaced-ip )
1163 [12:24:20] *** Quits: melissa666 (~melissa66@replaced-ip ) (Remote host closed the connection)
1164 [12:25:36] *** Quits: blb3385 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003101344])
1165 [12:25:40] *** Quits: f` (~pyfgcr@replaced-ip ) (Quit: rcirc on GNU Emacs 26.1)
1166 [12:25:58] *** Joins: pringau (~pringau@replaced-ip )
1167 [12:26:10] *** Joins: f` (~pyfgcr@replaced-ip )
1168 [12:26:13] *** Quits: f` (~pyfgcr@replaced-ip ) (Remote host closed the connection)
1169 [12:27:05] *** Joins: blb3385 (~chatzilla@replaced-ip )
1170 [12:28:09] *** Joins: Brigo (~Brigo@replaced-ip )
1171 [12:29:25] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Quit: Leaving)
1172 [12:31:04] *** Parts: forester (~forester@replaced-ip ) ()
1173 [12:31:11] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1174 [12:32:04] *** Joins: pyfgcr` (~pyfgcr@replaced-ip )
1175 [12:34:06] *** Joins: whitegh0s7 (~whitegh0s@replaced-ip )
1176 [12:35:49] *** Quits: whitegh0s7 (~whitegh0s@replaced-ip ) (Client Quit)
1177 [12:36:29] <\\Mr_C\\> blackflow
1178 [12:36:31] <\\Mr_C\\> it works
1179 [12:36:50] *** Joins: kylese (~kylese@replaced-ip )
1180 [12:37:04] <blackflow> \\Mr_C\\: the user is in video and audio groups?
1181 [12:37:07] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 244 seconds)
1182 [12:37:20] *** Quits: pyfgcr (~pyfgcr@replaced-ip ) (Quit: rcirc on GNU Emacs 26.1)
1183 [12:37:30] <blackflow> (and "input" for that matter)
1184 [12:37:50] *** Parts: pyfgcr` (~pyfgcr@replaced-ip ) ()
1185 [12:37:54] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1186 [12:38:37] *** Joins: aladeen (~aladeen@replaced-ip )
1187 [12:39:36] *** Joins: Achylles (~Achylles@replaced-ip )
1188 [12:39:38] *** Joins: stitched_unicorn (~Red@replaced-ip )
1189 [12:39:49] *** Joins: pyfgcr (~pyfgcr@replaced-ip )
1190 [12:39:53] *** Joins: svetlana_ (~svetlana@replaced-ip )
1191 [12:40:51] <pyfgcr> how can I try figuring out why a certain piece of hardware (touchscreen) works in ubuntu but not in debian?
1192 [12:41:47] <blackflow> ubuntu adds a lot of patches for hardware support
1193 [12:41:57] <blackflow> (to the kernel, I mean)
1194 [12:42:29] *** Quits: sveta (~svetlana@replaced-ip ) (Ping timeout: 255 seconds)
1195 [12:43:16] <pyfgcr> so the difference it is probably in the kernel?
1196 [12:44:25] <blackflow> that's the most likely answer. also, ubuntu adds newer mesa and xorg drivers via its HWE programme
1197 [12:46:13] <at0m> hi, when i wget replaced-url
1198 [12:46:38] <blackflow> at0m: look up the -o option in wget manual
1199 [12:46:58] *** Quits: t3st3r (~t3st3r@replaced-ip ) (Remote host closed the connection)
1200 [12:46:59] <at0m> blackflow: yea -O would do, but that's a lot of extra typing
1201 [12:47:01] <blackflow> sorry, -O (capital O)
1202 [12:47:24] <blackflow> oh I'm sorry, you'll have to wait for a wget-ai variant so you can tell it verbally what to do.
1203 [12:47:50] *** Joins: t3st3r (~t3st3r@replaced-ip )
1204 [12:48:31] <at0m> well i could script to drop everything starting from the "?" in an url. guess i'll have to look into that?
1205 [12:48:39] <at0m> *that.
1206 [12:48:45] <\\Mr_C\\> vlc has audio, but firefox does not
1207 [12:49:05] <at0m> \\Mr_C\\: do you have pulseaudio running?
1208 [12:49:20] <\\Mr_C\\> your right about the menu thing i needed twm for menus in firebox, but not vlc
1209 [12:49:25] <blackflow> \\Mr_C\\: you never answered my question :)
1210 [12:49:45] <\\Mr_C\\> i must of missed it, please ask it again
1211 [12:49:47] <blackflow> right, firefox is gonna be a bear without a gtk3 compliant WM
1212 [12:50:05] <blackflow> \\Mr_C\\: I asked if your user is in video, audio and input groups
1213 [12:50:19] *** Joins: michaelni (~michael@replaced-ip )
1214 [12:50:26] <blackflow> I am assuming you're logging in at the console, no DM in effect, and are running startx from the command line?
1215 [12:50:35] <\\Mr_C\\> yes
1216 [12:51:08] *** Quits: artass (~user@replaced-ip ) (Quit: Leaving)
1217 [12:51:10] <\\Mr_C\\> then a little console pops up and i type vlc
1218 [12:51:13] <blackflow> k. I tried one to build a debian based "Netflix appliance VM", just a firefox configured to connect straight to netflix, fullscreen, no WM, no DE, right via startx
1219 [12:51:14] <\\Mr_C\\> or firefox
1220 [12:51:18] <pyfgcr> blackflow: I don't remenber installing anything with `hwe' in the name, and it is also ubuntu lts (actually kde neon, but that shouldn't use a different kernel)
1221 [12:51:32] <blackflow> that never worked. I settled to openbox which wasn't difficult to configure to achieve basically the same.
1222 [12:52:09] *** Joins: lankanmon (~LKNnet@replaced-ip )
1223 [12:52:11] <pyfgcr> so, in case I figure out wich is the right patch, is there any chance to have it ported to debian?
1224 [12:53:21] <blackflow> pyfgcr: probably not. Debian is sticking to LTS kernels with a policy of security backports only with occasional bump to sync up with upstream. Ubuntu is based on an EOL'd kernel no longe supported anywhere else
1225 [12:53:53] <blackflow> pyfgcr: but it should be theoretically possible to install ubuntu's kernel .debs
1226 [12:56:06] *** Joins: ah_med (~ah_med@replaced-ip )
1227 [12:56:16] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 268 seconds)
1228 [12:59:08] *** Quits: fs2 (~fs2@replaced-ip ) (Quit: Ping timeout (120 seconds))
1229 [13:00:12] <pyfgcr> blackflow: I don't want it to be backported: with `ported' I meant in the next release, or possibly later; i.e. it should go to sid first, of course
1230 [13:00:16] *** Quits: FuturePilot (~Fufu@replaced-ip ) (Read error: Connection reset by peer)
1231 [13:00:18] *** Quits: pax (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1232 [13:00:48] <pyfgcr> also I dont't understand the lts part: I'm also usignd a lts version of ubuntu
1233 [13:01:35] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 250 seconds)
1234 [13:01:48] <pyfgcr> "Ubuntu is based on an EOL'd kernel no longe supported anywhere else" so that's why it wasn't added upstream?
1235 [13:02:10] <blackflow> pyfgcr: that does not conflict what I said. You'd have to ask the kernel team but... Ubuntu specific patches are Ubuntu only (so called "SAUCE", and potentially upstreamable), based on kernel version unsupported in Debian. It'd be a lot of work for the debian kernel team to maintain those. Ubuntu would have to upstream their patches first.
1236 [13:02:19] *** Joins: fs2 (~fs2@replaced-ip )
1237 [13:02:39] <blackflow> pyfgcr: no. whether something is accepted upstream depends on upstream devs
1238 [13:03:04] <blackflow> I was talking about porting an ubuntu specific patch straight to Debian without it being upstreamed first.
1239 [13:04:01] *** Joins: matrim (~mats_@replaced-ip )
1240 [13:04:22] *** Quits: blb3385 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003101344])
1241 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1242 [13:06:01] *** Joins: dpkg (~dpkg@replaced-ip )
1243 [13:06:06] <pyfgcr> so what you are saying is that I should ask the linux kernel developers?
1244 [13:07:00] <blackflow> I'm not saying that. I said you should ask _Debian_ kernel team if they'd be willing to port a (non-security, non-bug, feature only) patch from Ubuntu straight to Debian without it going upstream first.
1245 [13:07:42] *** Quits: fosslinux (~fosslinux@replaced-ip ) (Ping timeout: 255 seconds)
1246 [13:07:44] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1247 [13:07:47] <blackflow> and I seriously doubt they would. also, this (touchscreen support in your case) being about a kernel patch is just something I think is most likely. could very well be unrelated to kernel.
1248 [13:08:02] *** Quits: Kynes (~Spaceghos@replaced-ip ) (Remote host closed the connection)
1249 [13:08:13] <jelly> debian kernel team does accepts hw support driver-only patches if you ask nicely (= file a bug report, preferably with commit/patch included)
1250 [13:08:27] <blackflow> you asked how do you figure out why it didn't work and I pointed at most likely answer: Ubuntu SAUCE patches. it's just a starting point for your "figuring out".
1251 [13:08:27] *** Joins: fosslinux (~fosslinux@replaced-ip )
1252 [13:08:28] *** Joins: Kynes (~Spaceghos@replaced-ip )
1253 [13:08:50] *** Joins: ebernhardson (~guy@replaced-ip )
1254 [13:09:23] <blackflow> jelly: commit/patch against the debian kernel, right? ubuntu is based on EOL'd kerne and patches would likely need rework
1255 [13:09:27] *** Quits: n9nes (~n9nes@replaced-ip ) (Ping timeout: 258 seconds)
1256 [13:09:56] *** Quits: dynek (~dynek@replaced-ip ) (Quit: leaving)
1257 [13:10:00] <jelly> I have no idea what ubuntu has to do with anything
1258 [13:10:13] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 258 seconds)
1259 [13:10:15] <blackflow> the question was about porting the patch from ubuntu's kernel, if it was identified
1260 [13:10:36] <blackflow> "12:52 < pyfgcr> so, in case I figure out wich is the right patch, is there any chance to have it ported to debian?"
1261 [13:10:46] <pyfgcr> blackflow: ok, thanks. Of course figuring out why was only the first step to have it working in debian too
1262 [13:11:03] <jelly> of course it's better if you fix the patch yourself
1263 [13:11:44] <jelly> pyfgcr, did you try if using the kernel from stretch-backports made any difference?
1264 [13:11:56] <\\Mr_C\\> blackflow i got the sound to work in firefox with this apt-get install libasound2 alsa-utils alsa-oss
1265 [13:12:05] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1266 [13:12:37] <pyfgcr> jelly: I never looked at the kernel code before, that's why I wanted to start from the ubuntu patch
1267 [13:12:46] *** Joins: CrystalMath (~coderain@replaced-ip )
1268 [13:12:47] <pyfgcr> I'll also thry that kernel
1269 [13:13:04] <pyfgcr> s/thry/try
1270 [13:13:21] *** Joins: sveta (~svetlana@replaced-ip )
1271 [13:13:40] <jelly> dpkg, tell pyfgcr about bdo kernel
1272 [13:13:46] <blackflow> \\Mr_C\\: is that debian? firefox depends on pulseaudio which would've pulled in those packages
1273 [13:14:13] <\\Mr_C\\> i had to install it seperatly
1274 [13:14:23] <jelly> pyfgcr, if you're using any firmware you'll want to update versions of firmware packages installed to stretch-backports as well
1275 [13:14:37] <\\Mr_C\\> i read somewhere if pulseaudio was not installed it would still use alsa if available
1276 [13:14:48] <blackflow> \\Mr_C\\: would require recompilation
1277 [13:15:04] <blackflow> is that _really_ debian you have there?
1278 [13:15:42] *** Joins: Tom01 (~tom@replaced-ip )
1279 [13:16:11] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
1280 [13:16:12] <\\Mr_C\\> debian-9.8.0-amd64-i386-netinst.iso
1281 [13:16:13] <\\Mr_C\\> yes
1282 [13:16:14] <jelly> ,depends firefox-esr
1283 [13:16:14] *** Quits: svetlana_ (~svetlana@replaced-ip ) (Ping timeout: 255 seconds)
1284 [13:16:16] <judd> Package firefox-esr in stretch/amd64 -- depends: libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.18), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libffi6 (>= 3.0.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.0), libjsoncpp1
1285 [13:16:17] <judd> (>= 1.7.4), libpango-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.8), libstdc++6 (>= 6), libvpx4 (>= 1.6.0), libx11-6, libx11-xcb1, libxcb-shm0, libxcb1, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrender1, libxt6, zlib1g (>= 1:1.2.3.4), fontconfig, procps, debianutils (>= 1.16).
1286 [13:16:22] <\\Mr_C\\> thats what i installed
1287 [13:17:11] *** Joins: n9nes (~n9nes@replaced-ip )
1288 [13:17:28] *** Joins: juergen_ (~juergen@replaced-ip )
1289 [13:17:45] *** Joins: matrim (~mats_@replaced-ip )
1290 [13:18:14] *** Joins: Brigo (~Brigo@replaced-ip )
1291 [13:18:15] *** Quits: Aussie_matt_ (~quassel@replaced-ip##) (Quit: ##replaced-url
1292 [13:18:45] *** Parts: juergen_ (~juergen@replaced-ip ) ()
1293 [13:19:17] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
1294 [13:19:41] *** Joins: RNM (~rnm@replaced-ip )
1295 [13:19:42] <jelly> \\Mr_C\\, can you purge alsa-oss and reboot and see if it still works?
1296 [13:19:48] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 258 seconds)
1297 [13:20:02] <\\Mr_C\\> okay
1298 [13:20:04] <\\Mr_C\\> sec.
1299 [13:20:14] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1300 [13:21:46] <jelly> if you're trying to make some sort of a minimal system it's likely that alsa-utils helped, that's where bits for restoring volume settings at boot are present
1301 [13:22:19] <\\Mr_C\\> it still works
1302 [13:22:39] <\\Mr_C\\> maybe its the libsound2
1303 [13:22:44] <blackflow> yeah -oss is not needed these days
1304 [13:22:56] <\\Mr_C\\> so what made the sound work then?
1305 [13:23:01] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
1306 [13:23:03] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
1307 [13:23:05] <blackflow> \\Mr_C\\: libasound2 would've been pulled in for firefox-esr
1308 [13:23:29] <blackflow> are you using --no-install-recommends ?
1309 [13:23:37] <\\Mr_C\\> no
1310 [13:23:38] <jelly> \\Mr_C\\, setting the volume helped.
1311 [13:23:49] <\\Mr_C\\> oh
1312 [13:24:06] <\\Mr_C\\> i will wipe it clean and try this all again
1313 [13:24:17] <\\Mr_C\\> only takes like 10 minutes
1314 [13:24:46] *** Joins: Klaus_Dieter (~klaus@replaced-ip )
1315 [13:24:47] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1316 [13:24:50] <Klaus_Dieter> hello world.
1317 [13:25:05] *** Joins: n_1-c_k (~nick@replaced-ip )
1318 [13:26:17] <Klaus_Dieter> I want to boot amd64 machines via tftp (this is working including pxelinux config) - into debian (this is what I am having trouble with). How can I best set up the debian installation on my nfs server to make it maintainable?
1319 [13:26:32] <Klaus_Dieter> where do I obtain kernel / initramfs and how can I prepare the rootfs?
1320 [13:27:08] <Klaus_Dieter> and what is best practice there? Just install to thumb drive and copy the files over?
1321 [13:27:22] <Klaus_Dieter> how then can the resulting system be upgraded?
1322 [13:27:39] <jelly> !install guide
1323 [13:27:39] <dpkg> The Installation Guide for Debian 9 "Stretch" can be found at replaced-url
1324 [13:28:05] *** Quits: argusbr (~donw@replaced-ip ) (Remote host closed the connection)
1325 [13:28:16] *** Joins: argusbr (~donw@replaced-ip )
1326 [13:28:17] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
1327 [13:28:17] *** Joins: argusbr (~donw@replaced-ip )
1328 [13:28:21] *** Joins: bertbob (~bertbob@replaced-ip )
1329 [13:29:18] <jelly> oh you don't want to install, just boot?
1330 [13:30:04] <Klaus_Dieter> I want to have a debian installation that I can boot over the network
1331 [13:30:05] <jelly> dunno if installer kernel and initrd are good for that
1332 [13:30:16] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 272 seconds)
1333 [13:30:28] <Klaus_Dieter> I would like to have a debian installation that I can boot via tftp, yes.
1334 [13:30:39] <Klaus_Dieter> that is why the installguide (installing via tftp) unfortunately does not apply
1335 [13:30:40] <\\Mr_C\\> do you have a tftp server?
1336 [13:30:54] *** Quits: painted (~fainted@replaced-ip ) (Quit: ...)
1337 [13:31:02] <Klaus_Dieter> yes I have all the infrastructure ready, I am just wondering how I should set up debian to make it maintainable
1338 [13:31:06] *** Quits: s3rf (~serf@replaced-ip ) (Ping timeout: 255 seconds)
1339 [13:31:50] <jelly> you could look up how replaced-url
1340 [13:32:18] *** janneke is now known as janneke[m]
1341 [13:32:45] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
1342 [13:32:54] *** Joins: Michelbuca74 (~Michelbuc@replaced-ip )
1343 [13:32:57] *** janneke[m] is now known as janneke_
1344 [13:33:05] <Klaus_Dieter> hehe they have a program to do that.
1345 [13:33:13] *** janneke_ is now known as janneke
1346 [13:33:15] <Klaus_Dieter> ltsp-build-client
1347 [13:33:27] <Klaus_Dieter> thank you for the hint I would not have thought searching or "terminal server"
1348 [13:35:12] *** Quits: Michelbuca74 (~Michelbuc@replaced-ip ) (Client Quit)
1349 [13:35:19] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 246 seconds)
1350 [13:35:22] *** Joins: s3rf (~serf@replaced-ip )
1351 [13:36:29] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1352 [13:37:53] *** Joins: pringau (~pringau@replaced-ip )
1353 [13:39:20] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1354 [13:39:58] *** Joins: rocketmagnet (~noname@replaced-ip )
1355 [13:40:12] <rocketmagnet> i everyone, where on earth is the "mail" programm went to ??
1356 [13:40:27] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 246 seconds)
1357 [13:41:29] *** Joins: japh (~scp1@replaced-ip )
1358 [13:41:37] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 246 seconds)
1359 [13:41:57] * themill tries to work out if the question is "how is my filesystem broken" or "what package should I install?"
1360 [13:41:59] *** Joins: matrim (~mats_@replaced-ip )
1361 [13:42:39] <rant> I thought it was just a parody of a Shawn Colbin song
1362 [13:42:56] *** Quits: oo_miguel (~miguel@replaced-ip ) (Ping timeout: 272 seconds)
1363 [13:43:00] <rant> erm paula cole
1364 [13:43:26] <\\Mr_C\\> jelly
1365 [13:43:43] <\\Mr_C\\> okay if i just installed those few basics as before, you mentioned setting the volume
1366 [13:44:01] <\\Mr_C\\> what tool would do that without installing the alsa?
1367 [13:44:16] <rocketmagnet> apt-file search mail gives me no mail programm with | grep bin, only mail* apps, but no single "mail"
1368 [13:44:18] <Klaus_Dieter> hm. "kernel panic - not syncing: attempted to kill init!" < this is what happens when I boot initrd and kernel from an install
1369 [13:44:27] <Klaus_Dieter> unfortunately I cannot scroll up to see the actual error mesage
1370 [13:44:44] <\\Mr_C\\> all i installed so far was xorg, firefox and twm
1371 [13:44:50] <blackflow> rocketmagnet: mailutils
1372 [13:45:05] <\\Mr_C\\> and xinit
1373 [13:45:19] <themill> rocketmagnet: there are many implementations of /usr/bin/mail; you need to choose the one you want
1374 [13:46:14] <rocketmagnet> blackflow: thy
1375 [13:46:26] *** Joins: bertbob (~bertbob@replaced-ip )
1376 [13:47:16] <rocketmagnet> i want to setup postfix so i can use mail to read my emails and store them localy and use my email-client to read from the mail/spool dir, is that possible ?
1377 [13:47:29] <rocketmagnet> i'm using thunderbird
1378 [13:47:53] <rocketmagnet> does someone nkow a good tutorial for this ?
1379 [13:48:33] <blackflow> rocketmagnet: why not do it TheRightWay(tm) and setup up a proper IMAP service like Dovecot?
1380 [13:48:59] <blackflow> even if it's all localhost. if you want to use Thunderbird, that's the way to go
1381 [13:50:10] *** Joins: dreamon (~dreamon@replaced-ip )
1382 [13:50:11] *** Joins: Freenoodle (~Freenoodl@replaced-ip )
1383 [13:50:38] *** Quits: aladeen (~aladeen@replaced-ip ) (Remote host closed the connection)
1384 [13:51:05] *** Joins: CrazyTux (~dolphin@replaced-ip )
1385 [13:51:16] *** Quits: CrazyTux (~dolphin@replaced-ip ) (Changing host)
1386 [13:51:16] *** Joins: CrazyTux (~dolphin@replaced-ip )
1387 [13:51:36] <CrazyTux> any linux noob here?
1388 [13:51:48] *** Joins: svetlana_ (~svetlana@replaced-ip )
1389 [13:52:25] *** Joins: hspcd (~hspcd@replaced-ip )
1390 [13:52:49] <Klaus_Dieter> blackflow: ack. except thunderbird could then be replaced with mutt. and the mail does not need to be read from the postfix spool but could be synced using imap using mbsync
1391 [13:52:54] *** Joins: hakash (~hakash@replaced-ip )
1392 [13:52:55] <Klaus_Dieter> :) many options
1393 [13:53:06] *** Quits: hiroshi (~hiroshi@replaced-ip ) (Ping timeout: 250 seconds)
1394 [13:53:23] <tomreyn> CrazyTux: they are usually shy at exposing themselves.
1395 [13:53:35] *** Quits: sveta (~svetlana@replaced-ip ) (Ping timeout: 255 seconds)
1396 [13:53:39] <CrazyTux> tomreyn, why?
1397 [13:53:47] *** Joins: a_l_b (~a_l_b@replaced-ip )
1398 [13:53:57] <rant> woah, hey... no exposing oneself in here
1399 [13:54:28] *** Joins: x0n (~x0n@replaced-ip )
1400 [13:54:39] *** Joins: x0n2 (~x0nstaubs@replaced-ip )
1401 [13:54:48] *** Quits: ebernhardson (~guy@replaced-ip ) (Ping timeout: 246 seconds)
1402 [13:54:56] <tomreyn> CrazyTux: you'd need to ask them.
1403 [13:54:59] <blackflow> Klaus_Dieter: it's still adviseable to use a proper IMAP client. postfix' spool is NOT meant to be accessed and modified by MUAs
1404 [13:55:07] *** Joins: scde (~scde@replaced-ip )
1405 [13:55:14] *** Quits: x0n2 (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
1406 [13:55:16] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 250 seconds)
1407 [13:55:17] *** Quits: x0n (~x0n@replaced-ip ) (Remote host closed the connection)
1408 [13:55:28] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1409 [13:55:49] <CrazyTux> tomreyn, lol. That is what I was trying to do. Asking linux noobs.
1410 [13:56:46] <tomreyn> CrazyTux: my suggestion is that you ask a specific question. (maybe rather in ##linux than here.)
1411 [13:57:53] <CrazyTux> does anyone here encounters frequent freezing issues while using Debian stable?
1412 [13:58:07] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Quit: WeeChat 1.6)
1413 [13:58:14] <Klaus_Dieter> could you be more specific CrazyTux
1414 [13:59:01] <CrazyTux> Klaus_Dieter, could this random freezing be because of something in firefox browser?
1415 [13:59:09] <jelly> \\Mr_C\\, the tools for that are part of the alsa-utils package.
1416 [13:59:22] <blackflow> CrazyTux: it could be due to <any reason>
1417 [14:00:07] <blackflow> so your first bus stop is at the logs
1418 [14:00:18] *** Joins: hid3 (~arnoldas@replaced-ip )
1419 [14:00:33] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1420 [14:01:11] <CrazyTux> I am a newbie and a non technical end user.
1421 [14:01:42] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 255 seconds)
1422 [14:03:01] <blackflow> CrazyTux: so? are you implying you don't want to learn fixing problems?
1423 [14:03:33] <CrazyTux> blackflow, no. I can't understand the logs.
1424 [14:04:19] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1425 [14:06:03] <tomreyn> CrazyTux: you could post those logs online, on a pastebin (/msg dpkg paste), and convince someone here to review them for you.
1426 [14:06:44] <CrazyTux> tomreyn, how to locate the logs. Please help.
1427 [14:06:52] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1428 [14:07:12] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1429 [14:07:44] <tomreyn> CrazyTux: the "dmesg" command may provide the output you need to inspect
1430 [14:08:14] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1431 [14:08:17] <tomreyn> if you run systemd-journald, you can also use journalctl -b
1432 [14:08:30] <Klaus_Dieter> CrazyTux: start here: replaced-url
1433 [14:09:29] *** Joins: insanity01 (~dylan@replaced-ip )
1434 [14:09:29] <tomreyn> (...and "journalctl -b -1" for the last but one boot)
1435 [14:09:55] <blackflow> which implies persistent journal. is that default in debian?
1436 [14:10:04] <\\Mr_C\\> cool, all i did was install it and reboot and the sound works
1437 [14:10:05] <CrazyTux> tomreyn, replaced-url
1438 [14:10:26] <blackflow> CrazyTux: central logs for everything are managed by journald, which is controlled with `journalctl`. Check its manpage or google for it, for more info and usage examples.
1439 [14:10:31] <tomreyn> blackflow: i must admit i'm not actually sure there.
1440 [14:10:44] <blackflow> CrazyTux: freezes are implying hardware issues and are likely to be logged from kernel messages
1441 [14:10:54] *** Joins: Blue__Hat (~TwinKam20@replaced-ip )
1442 [14:10:54] *** Joins: matrim (~mats_@replaced-ip )
1443 [14:10:57] <CrazyTux> ok
1444 [14:11:15] <blackflow> CrazyTux: one quick way to check things (but in no way comprehensive) is checking just for errors or warnings, with journalctl -p err or -p warning
1445 [14:11:42] *** ledixus__ is now known as ledixus
1446 [14:11:54] *** Joins: rpifan (~rpifan@replaced-ip )
1447 [14:12:45] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
1448 [14:12:49] <CrazyTux> blackflow, no entries found for either of those commands.
1449 [14:13:04] *** Joins: rpifan (~rpifan@replaced-ip )
1450 [14:13:10] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Read error: Connection reset by peer)
1451 [14:13:18] <tomreyn> CrazyTux: you'Re two firmware versions behind (yours is 204): replaced-url
1452 [14:13:51] *** Quits: insanity01 (~dylan@replaced-ip ) (Client Quit)
1453 [14:14:03] <CrazyTux> tomreyn, ok. Could that be the reason for that? what is the solution then?
1454 [14:14:54] <blackflow> CrazyTux: are your freezes requiring reboots? if so, you'll have to check and enable journald persistence, so you can look up previous boot session after reboot, for clues
1455 [14:15:33] <blackflow> assuming anything is logged at all. frequently those freezes are caused by triple faults which slags the cpu into hard fail and reboot
1456 [14:15:57] <CrazyTux> blackflow, yes. They require hard reset. Always.
1457 [14:15:59] <blackflow> and frequently it's caused by bios bugs, or gpu driver issues, among other things
1458 [14:16:28] <CrazyTux> blackflow, how to enable journald persistence?
1459 [14:16:47] <jelly> CrazyTux, mkdir /var/log/journal -- as root
1460 [14:16:52] <jelly> and reboot
1461 [14:17:25] <CrazyTux> ok. This, I have to run in the terminal?
1462 [14:17:42] <blackflow> I prefer to teach people how to fish, with "look up journald.conf manapge, Storage= setting"
1463 [14:17:46] <jelly> you can run it anywhere you want :-)
1464 [14:17:55] <blackflow> that mkdir dependson Storgate=auto btw, so it's incomplete answer.
1465 [14:17:58] <\\Mr_C\\> thanks to everyone who helped me with my project
1466 [14:18:34] <blackflow> oh ffs typos and this stinking keyboard......
1467 [14:18:44] <blackflow> journald.conf manpage, Storage= setting
1468 [14:19:04] *** Joins: aindilis (~aindilis@replaced-ip )
1469 [14:19:08] *** Quits: ledixus (ledixus@replaced-ip ) (Quit: Tschö mit Ö)
1470 [14:19:23] <jelly> blackflow, that's default
1471 [14:19:26] *** Joins: Insanity_ (uid179350@replaced-ip )
1472 [14:19:58] <blackflow> and I'd prefer them to understand that by looking into the manpage and realizing what setting is default, why and what happens with that dir.
1473 [14:20:27] <jelly> good for you
1474 [14:20:32] *** Joins: dArK_IcE (~lawl@replaced-ip )
1475 [14:20:46] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1476 [14:21:00] <jelly> at some point you'll learn not to overwhelm a user asking for help with lots of tangential info
1477 [14:21:38] <blackflow> nothing tangential about looking up what Storage= param of journald.conf does, it's direct answer to their question
1478 [14:21:43] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 245 seconds)
1479 [14:21:51] *** Joins: xcm (~xcm@replaced-ip )
1480 [14:22:00] *** Joins: aloo_shu (~atomic@replaced-ip )
1481 [14:22:35] *** Joins: Guest3712 (~banana@replaced-ip )
1482 [14:22:43] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
1483 [14:23:00] <at0m> long as it works =)
1484 [14:23:08] <at0m> to each their style eh
1485 [14:23:18] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 255 seconds)
1486 [14:23:33] *** Quits: toxync12 (~toxync12@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1487 [14:24:00] *** Joins: teclo- (42@replaced-ip )
1488 [14:24:11] *** Quits: aloo_shu (~atomic@replaced-ip ) (Disconnected by services)
1489 [14:24:54] *** Joins: treehug88 (~textual@replaced-ip )
1490 [14:25:44] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 258 seconds)
1491 [14:26:23] *** Joins: quipa (~Maxim@replaced-ip )
1492 [14:26:54] *** Quits: Guest3712 (~banana@replaced-ip ) (Ping timeout: 255 seconds)
1493 [14:26:57] *** Joins: devbaka (~devbaka@replaced-ip )
1494 [14:27:20] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 250 seconds)
1495 [14:27:42] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Ping timeout: 246 seconds)
1496 [14:27:56] *** Joins: gecko_x8 (~relic@replaced-ip )
1497 [14:29:23] *** Joins: aloo_shu (~atomic@replaced-ip )
1498 [14:29:35] *** Joins: hiroshi (~hiroshi@replaced-ip )
1499 [14:29:49] *** Joins: tradar (~tradar@replaced-ip )
1500 [14:30:03] *** Quits: gecko_x2 (~relic@replaced-ip ) (Ping timeout: 245 seconds)
1501 [14:30:38] *** Joins: ledixus (ledixus@replaced-ip )
1502 [14:31:09] *** Joins: toxync12 (~toxync12@replaced-ip )
1503 [14:31:57] <Klaus_Dieter> the root cause of the crash was an incorrectly kernel append option - instead of root=/dev/nfs I had boot=/dev/nfs in there.
1504 [14:32:43] <Klaus_Dieter> unfortunately since the kernel crash log is so verbose, this very error message about that fact was scrolled out of reach. I managed to obtain the error message by booting from pxe boot a VM using virt-manager/qemu
1505 [14:32:44] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 255 seconds)
1506 [14:32:53] <Klaus_Dieter> then had to set up the serial console and then was able to scroll
1507 [14:33:13] *** Joins: oo_miguel (~miguel@replaced-ip )
1508 [14:33:57] <Klaus_Dieter> after finding the message it was fixed within a minute, but obtaining the error took now almost 90 minutes
1509 [14:34:22] *** Parts: Kev- (~Kev@replaced-ip ) ()
1510 [14:34:42] <jelly> it's always the last place you look at, isn't it
1511 [14:34:49] <Klaus_Dieter> :)
1512 [14:37:33] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 245 seconds)
1513 [14:38:56] *** Joins: fightthewalrus (~Thunderbi@replaced-ip )
1514 [14:39:12] *** Joins: teclo- (42@replaced-ip )
1515 [14:39:12] *** Quits: paradigm_ (~paradigm@replaced-ip ) (Changing host)
1516 [14:39:12] *** Joins: paradigm_ (~paradigm@replaced-ip )
1517 [14:39:18] *** paradigm_ is now known as paradigm
1518 [14:40:40] *** Joins: acemi (~acemi@replaced-ip )
1519 [14:42:48] *** Joins: b (coffee@replaced-ip )
1520 [14:43:52] *** Joins: dvs (~hibbard@replaced-ip )
1521 [14:43:58] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
1522 [14:44:01] *** debhelper sets mode: +l 1540
1523 [14:44:23] <CrazyTux> is anyone here using or has used mx linux?
1524 [14:44:54] *** Joins: s8548a (~s8548a@replaced-ip )
1525 [14:45:45] <jelly> !mxlinux
1526 [14:45:45] <dpkg> Current MX Linux is based on Debian stretch. However, MX Linux is not supported in #debian. Seek help at replaced-url
1527 [14:46:12] *** Joins: tehnull (tehnull@replaced-ip )
1528 [14:46:24] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1529 [14:46:27] <jelly> apparently enough people have been usin it to warrant writing that up
1530 [14:47:10] *** Joins: remo (~user@replaced-ip )
1531 [14:47:16] *** Joins: towo` (~towo@replaced-ip )
1532 [14:47:42] *** Quits: acemi (~acemi@replaced-ip ) (Quit: WeeChat 1.6)
1533 [14:47:49] *** Joins: Brainium (~brainium@replaced-ip )
1534 [14:47:59] *** Joins: acemi (~acemi@replaced-ip )
1535 [14:48:57] *** Joins: matrim (~mats_@replaced-ip )
1536 [14:49:34] *** Quits: elik (~elik@replaced-ip ) (Read error: Connection reset by peer)
1537 [14:50:00] *** Joins: elik (~elik@replaced-ip )
1538 [14:50:30] <CrazyTux> mx linux is debian for newbies, I think.
1539 [14:50:56] *** Quits: Namarrgon (~glei@replaced-ip ) (Quit: WeeChat 2.3)
1540 [14:52:11] <tehnull> debian is linux for newbies
1541 [14:52:17] <tehnull> and pros alike
1542 [14:52:20] <RNM> !fedora
1543 [14:52:20] <dpkg> Fedora is the Red Hat-derived distribution of Linux, although it is not supported by Red Hat officially, you can get help from the community: #fedora on irc.freenode.net. replaced-url
1544 [14:52:29] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
1545 [14:52:39] *** Quits: acemi (~acemi@replaced-ip ) (Client Quit)
1546 [14:52:45] *** Quits: fightthewalrus (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
1547 [14:53:24] *** Joins: x0n (~x0n@replaced-ip )
1548 [14:53:48] *** Joins: x0n2 (~x0nstaubs@replaced-ip )
1549 [14:56:19] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1550 [14:57:05] <at0m> ,v usbguard
1551 [14:57:06] <judd> Package: usbguard on amd64 -- stretch: 0.6.2+ds1-2; buster: 0.7.4+ds-1+b1; sid: 0.7.4+ds-1+b1
1552 [14:57:56] *** Joins: conta (~Thunderbi@replaced-ip )
1553 [14:58:14] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1554 [14:58:26] *** Quits: CrazyTux (~dolphin@replaced-ip ) (Quit: Leaving)
1555 [14:58:47] *** Joins: schulidr (~Thunderbi@replaced-ip )
1556 [14:58:51] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 255 seconds)
1557 [14:59:54] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 246 seconds)
1558 [15:00:46] *** Joins: G3ph4z_ (~G3ph4z@replaced-ip )
1559 [15:01:20] *** Joins: w17t (~w17t@replaced-ip )
1560 [15:01:48] *** Joins: dreamon_ (~dreamon@replaced-ip )
1561 [15:01:51] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
1562 [15:01:59] *** Joins: flokuehn (~flokuehn@replaced-ip )
1563 [15:02:08] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
1564 [15:02:21] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 246 seconds)
1565 [15:03:10] *** Quits: G3ph4z (~G3ph4z@replaced-ip ) (Ping timeout: 246 seconds)
1566 [15:03:21] *** Quits: wi15ht (~w17t@replaced-ip ) (Ping timeout: 255 seconds)
1567 [15:03:21] *** Joins: japh (~scp1@replaced-ip )
1568 [15:03:42] *** Quits: G3ph4z_ (~G3ph4z@replaced-ip ) (Client Quit)
1569 [15:03:49] *** Joins: acemi (~acemi@replaced-ip )
1570 [15:03:53] *** Quits: juon (~pavel@replaced-ip ) (Read error: Connection reset by peer)
1571 [15:05:01] *** Joins: juon (~pavel@replaced-ip )
1572 [15:05:02] *** Quits: ChubaDuba (~ChubaDuba@replaced-ip ) (Quit: WeeChat 1.6)
1573 [15:05:24] *** juon is now known as Guest52299
1574 [15:06:13] *** Quits: nirojan (~nirojan@replaced-ip ) (Quit: WeeChat 2.3)
1575 [15:07:02] *** Joins: nirojan (~nirojan@replaced-ip )
1576 [15:07:21] *** Quits: Blue__Hat (~TwinKam20@replaced-ip ) (Remote host closed the connection)
1577 [15:07:44] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1578 [15:09:04] *** Quits: acemi (~acemi@replaced-ip ) (Quit: WeeChat 1.6)
1579 [15:09:47] *** Joins: J33p__ (~J33p@replaced-ip )
1580 [15:10:03] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1581 [15:10:06] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
1582 [15:10:42] *** Joins: teclo- (42@replaced-ip )
1583 [15:10:58] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 258 seconds)
1584 [15:11:26] *** Joins: Brigo (~Brigo@replaced-ip )
1585 [15:12:03] *** Joins: devbaka (~devbaka@replaced-ip )
1586 [15:12:23] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
1587 [15:12:30] *** Quits: n9nes (~n9nes@replaced-ip ) (Ping timeout: 246 seconds)
1588 [15:12:47] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 255 seconds)
1589 [15:13:00] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1590 [15:13:15] *** Quits: J33p_ (~J33p@replaced-ip ) (Ping timeout: 255 seconds)
1591 [15:14:37] *** Quits: RNM (~rnm@replaced-ip ) (Ping timeout: 250 seconds)
1592 [15:15:52] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 250 seconds)
1593 [15:16:10] *** Joins: Tom01 (~tom@replaced-ip )
1594 [15:16:46] *** Quits: Guest52299 (~pavel@replaced-ip ) (Ping timeout: 244 seconds)
1595 [15:17:04] *** Quits: treehug88 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1596 [15:19:45] *** Joins: zeden (~user@replaced-ip )
1597 [15:20:06] *** Quits: ctrlbreak (~ctrlbreak@replaced-ip ) (Remote host closed the connection)
1598 [15:20:08] *** Joins: mtn (~mtn@replaced-ip )
1599 [15:20:31] *** Joins: ctrlbreak (~ctrlbreak@replaced-ip )
1600 [15:23:09] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 255 seconds)
1601 [15:23:15] *** Joins: olegfusion (~olegfusio@replaced-ip )
1602 [15:23:36] *** Joins: TrueNher0 (~oem@replaced-ip )
1603 [15:23:51] *** Quits: tradar (~tradar@replaced-ip ) (Quit: tradar)
1604 [15:23:51] *** Joins: teclo- (42@replaced-ip )
1605 [15:24:11] *** Joins: rpifan (~rpifan@replaced-ip )
1606 [15:24:24] *** Joins: muke (~muke@replaced-ip )
1607 [15:24:29] *** Parts: muke (~muke@replaced-ip ) ()
1608 [15:25:46] *** Joins: n9nes (~n9nes@replaced-ip )
1609 [15:26:00] *** Joins: esr (~esr@replaced-ip )
1610 [15:27:48] <esr> Is there any way I can query the Debian page database to find out what packages have a specified package required?
1611 [15:28:04] <esr> s/page/package/
1612 [15:28:31] *** Joins: Dark-Jedi (~dark-jedi@replaced-ip )
1613 [15:29:06] <joepublic> as in, what packages depend on "foo"?
1614 [15:29:25] *** Joins: cmellojr (~cmellojr@replaced-ip )
1615 [15:29:35] <esr> joepublic: Yes, that's my question.
1616 [15:29:58] <joepublic> apt-cache rdepends foo will do it if you have debian installed.
1617 [15:31:46] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1618 [15:31:53] <Dark-Jedi> So will "aptitude why foo"
1619 [15:32:05] <esr> joepublic: That's working. Thanks
1620 [15:34:02] *** debhelper sets mode: +l 1548
1621 [15:34:12] <esr> UIt looks lile aptitude why only queries installed packages, while rdepends checks all. At least, rdepena is giving me one report of a dependent that is not installed.
1622 [15:34:13] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
1623 [15:34:23] *** Quits: foul_owl_ (~foul_owl@replaced-ip ) (Ping timeout: 255 seconds)
1624 [15:36:36] *** Quits: mns (~mns@replaced-ip ) (Ping timeout: 268 seconds)
1625 [15:37:14] *** Quits: rocketmagnet (~noname@replaced-ip ) (Read error: Connection reset by peer)
1626 [15:38:17] <EdePopede> rdepends is irritating though. doing my usual test it tells me that mc-data rdepends on mc, while mc rdepends on mc-data and a some other packages. the mystery being this list of options > --no-pre-depends, --no-depends, --no-recommends, --no-suggests, --no-conflicts, --no-breaks, --no-replaces, --no-enhances
1627 [15:39:06] *** Joins: mns (~mns@replaced-ip )
1628 [15:39:44] *** Joins: foul_owl_ (~foul_owl@replaced-ip )
1629 [15:39:48] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 246 seconds)
1630 [15:39:49] <EdePopede> it silently also shows recommendations and some (all?) of the others per default. for mc also things like junior-system findutils get listed.
1631 [15:41:56] *** Quits: Bjornnn (~Bjorn@replaced-ip ) (Remote host closed the connection)
1632 [15:42:05] *** Joins: devbaka (~devbaka@replaced-ip )
1633 [15:43:17] <esr> Next question: can I query dependencies for a source build?
1634 [15:43:49] <esr> Whay I'm trying to find out is the relative reach of byacc vs, bison.
1635 [15:44:28] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 264 seconds)
1636 [15:46:05] *** Joins: MrTopless (~Linas@replaced-ip )
1637 [15:46:08] *** Quits: pacbard (~pacbard@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1638 [15:46:37] *** Joins: rocketmagnet (~noname@replaced-ip )
1639 [15:46:55] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
1640 [15:47:02] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 244 seconds)
1641 [15:47:15] *** Joins: ddp` (~ddp@replaced-ip )
1642 [15:47:20] *** Joins: zeden (~user@replaced-ip )
1643 [15:47:24] <rocketmagnet> hi everyone, when i do a apt -qq list sendmail i get displayed that sendmail is installed, when i do a apt-get remov sendmail he tells me sendmail is still installed, what should i do, i'm confused ...
1644 [15:47:38] <rocketmagnet> is not installed sorry
1645 [15:48:19] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
1646 [15:48:44] <rocketmagnet> the sendmail command is still working ...
1647 [15:48:56] <rocketmagnet> how to remove sendmail from my system so i can use postfix ?
1648 [15:49:06] *** Parts: bmomjian (~bmomjian@replaced-ip ) ()
1649 [15:49:14] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 250 seconds)
1650 [15:49:14] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 255 seconds)
1651 [15:49:18] *** Quits: Juslintek (~Linas@replaced-ip ) (Ping timeout: 258 seconds)
1652 [15:49:31] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1653 [15:51:59] *** Quits: Guest78318 (~helene@replaced-ip ) (Ping timeout: 258 seconds)
1654 [15:53:05] *** Joins: Linccce (~Linas@replaced-ip )
1655 [15:53:27] *** Joins: pagetelegram (~pageteleg@replaced-ip )
1656 [15:54:01] *** debhelper sets mode: +l 1540
1657 [15:54:21] <pagetelegram> How do I change console back to 640x480? trying to get my VGA screen to work off laptop and right now it is out of range. Console only deb9
1658 [15:54:40] *** Quits: synbiose (sid259337@replaced-ip ) (Ping timeout: 264 seconds)
1659 [15:54:55] *** Joins: epsilon (foobar@replaced-ip )
1660 [15:57:12] *** Quits: MrTopless (~Linas@replaced-ip ) (Ping timeout: 272 seconds)
1661 [15:57:18] *** Joins: synbiose (sid259337@replaced-ip )
1662 [15:57:21] *** Quits: hexa- (~hexa-@replaced-ip ) (Ping timeout: 252 seconds)
1663 [15:57:23] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1664 [15:57:25] *** Quits: cmm11 (~cmm11@replaced-ip ) (Quit: Server has caught fire)
1665 [15:57:48] <n_1-c_k> rocketmagnet: what is printed by "apt -qq list --installed sendmail"?
1666 [15:58:00] *** Joins: Rogalian (~cools@replaced-ip )
1667 [15:58:08] *** Quits: storrgie (~storrgie@replaced-ip##) (Quit: ZNC - ##replaced-url
1668 [15:58:09] *** Quits: schnootsie (~schnootsi@replaced-ip##) (Quit: ZNC - ##replaced-url
1669 [15:58:10] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
1670 [15:58:29] *** Joins: Guest52299 (~pavel@replaced-ip )
1671 [15:58:30] *** Joins: xcm (~xcm@replaced-ip )
1672 [15:58:32] *** Joins: sdoubleyou (~sdoubleyo@replaced-ip )
1673 [15:58:53] *** Joins: cmm11 (~cmm11@replaced-ip )
1674 [15:59:12] *** Joins: thunderrd (~thunderrd@replaced-ip )
1675 [16:00:57] <pagetelegram> I found the solution in /etc/default/grub and unmuted the gfxmode for 640x480
1676 [16:01:11] *** Parts: pagetelegram (~pageteleg@replaced-ip ) ("I maybe back...until then feel free to read what I love to do at pagetelegram.com /|\")
1677 [16:02:09] *** Joins: Levure (~quassel@replaced-ip )
1678 [16:03:57] *** Quits: TrueNher0 (~oem@replaced-ip ) (Ping timeout: 246 seconds)
1679 [16:04:33] *** Joins: pacbard (~pacbard@replaced-ip )
1680 [16:06:29] *** Joins: plos (~los@replaced-ip )
1681 [16:08:04] *** Joins: TRS-80 (TRS-80@replaced-ip )
1682 [16:08:18] *** Quits: plos (~los@replaced-ip ) (Client Quit)
1683 [16:08:22] <TRS-80> Good morning, fine people!
1684 [16:08:37] <TRS-80> Is there some reason I don't see gcc-5 available (in any branch of!) Debian?!
1685 [16:09:29] <dvs> too old?
1686 [16:09:31] *** Joins: BOSNA (~Sokol@replaced-ip )
1687 [16:09:54] <Emil> hmm, good point, why is Debian on 4, still?
1688 [16:10:10] <Emil> ohwait naw
1689 [16:10:15] *** Joins: noodlepie (~Phillip@replaced-ip )
1690 [16:10:20] <TRS-80> Well yeah I guess the requirement for gnat-5 does say >= 5.4 or whatever
1691 [16:10:26] <Emil> that packet version listing just reads silly
1692 [16:10:31] <TRS-80> well Debian does have gcc-6
1693 [16:10:36] <Emil> TRS-80: stretch is on 6.3
1694 [16:10:51] <Emil> buster on 8.2
1695 [16:10:53] <TRS-80> OK nvm I'm dumb lol
1696 [16:11:15] <TRS-80> Have a nice day :)
1697 [16:11:19] *** Joins: GavinAlderson (~GavinAlde@replaced-ip )
1698 [16:11:21] *** Parts: cmm11 (~cmm11@replaced-ip ) ("WeeChat 2.3")
1699 [16:11:35] <Emil> TRS-80: yeah I mistake that leading 4: too :D
1700 [16:11:39] *** Joins: zamuro (~Samantha@replaced-ip )
1701 [16:11:39] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1702 [16:11:39] *** Joins: zamuro (~Samantha@replaced-ip )
1703 [16:11:39] <joepublic> Fun fact: Tandy started out as a leather and saddle company.
1704 [16:11:57] *** Joins: pagetelegram (~pageteleg@replaced-ip )
1705 [16:12:10] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
1706 [16:12:11] *** Quits: fpob (~fpob@replaced-ip ) (Ping timeout: 255 seconds)
1707 [16:12:26] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
1708 [16:13:00] *** Joins: Rogalian (~cools@replaced-ip )
1709 [16:13:01] <pagetelegram> My laptop forces a resolution mirrored that is unsupported by external screen. I edited the grub file and updated grub and still issue with resolution not supported. Console linux deb9
1710 [16:13:15] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1711 [16:13:20] *** Joins: N3RVE (~RaalFy@replaced-ip )
1712 [16:13:46] <TRS-80> OK, so I have gcc (which is 4 something) and I have gcc-6 already installed, but gnat-5 requires gcc-5 which I don't see anywhere in Debian?!
1713 [16:14:54] *** Joins: esro (~esro@replaced-ip )
1714 [16:14:57] *** Joins: fpob (~fpob@replaced-ip )
1715 [16:14:57] *** Joins: [SySteM] (~antoine@replaced-ip )
1716 [16:15:02] *** Parts: [SySteM] (~antoine@replaced-ip ) ()
1717 [16:15:49] <dvs> TRS-80, it looks like there is both a gnat-5 and gnat-6 available.
1718 [16:17:28] <TRS-80> dvs: what am I missing here?: replaced-url
1719 [16:17:49] *** Joins: J33p_ (~J33p@replaced-ip )
1720 [16:18:25] *** Joins: Brigo (~Brigo@replaced-ip )
1721 [16:19:03] <pagetelegram> tried GRUB_GFXPAYLOAD_LINUX=.... and still laptop forcing screen resolution not supported by monitor
1722 [16:19:03] <dvs> TRS-80, this replaced-url
1723 [16:19:21] *** Quits: rebrec (~rebrec@replaced-ip##) (Quit: The Lounge - ##replaced-url
1724 [16:20:13] *** Joins: jcmesar (~jcmesar@replaced-ip )
1725 [16:20:31] *** Joins: storrgie (~storrgie@replaced-ip )
1726 [16:20:47] <TRS-80> Instructions I am following here: replaced-url
1727 [16:21:02] <TRS-80> thanks dvs
1728 [16:21:13] <dvs> np
1729 [16:21:19] *** Quits: noodlepie (~Phillip@replaced-ip ) (Quit: Going offline! @:P-~)
1730 [16:21:21] *** Quits: J33p__ (~J33p@replaced-ip ) (Ping timeout: 244 seconds)
1731 [16:21:30] *** Joins: rebrec (~rebrec@replaced-ip )
1732 [16:22:47] *** Quits: rebrec (~rebrec@replaced-ip ) (Client Quit)
1733 [16:22:52] *** Joins: Deihmos (uid212731@replaced-ip )
1734 [16:23:04] *** Quits: esro (~esro@replaced-ip ) (Read error: Connection reset by peer)
1735 [16:23:08] <Deihmos> how do you install gnome without the essentials?
1736 [16:23:34] <TRS-80> Deihmos: but they are essential XD
1737 [16:23:45] *** Quits: Guest52299 (~pavel@replaced-ip ) (Remote host closed the connection)
1738 [16:24:01] *** debhelper sets mode: +l 1547
1739 [16:24:05] *** Joins: rebrec (~rebrec@replaced-ip )
1740 [16:24:13] <Deihmos> libre office and all that other stuff isn't anything i want
1741 [16:24:58] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1742 [16:25:46] *** Joins: hexa- (~hexa-@replaced-ip )
1743 [16:25:46] *** Quits: elik (~elik@replaced-ip ) (Read error: Connection reset by peer)
1744 [16:25:52] *** Joins: storrgie_ (~storrgie@replaced-ip )
1745 [16:25:53] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1746 [16:26:14] *** Joins: elik (~elik@replaced-ip )
1747 [16:26:51] *** Joins: schnootsie (~schnootsi@replaced-ip )
1748 [16:29:34] *** Joins: oish (~charlie@replaced-ip )
1749 [16:29:36] <t3st3r> Deihmos> so you want GTK+ and some GTK programs. Maybe even some gnome-* things. At 1st glance gnome-core dependencies really look like crazy batshit tp me. And honestly all this crap hardly "essential".
1750 [16:30:11] <Deihmos> the flag is --no-install-recommends but it doesn't work with tasktel it seems
1751 [16:30:19] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 246 seconds)
1752 [16:30:45] *** Joins: argusbr (~donw@replaced-ip )
1753 [16:30:46] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
1754 [16:30:46] *** Joins: argusbr (~donw@replaced-ip )
1755 [16:31:00] *** Joins: we6jbo (~we6jbo@replaced-ip )
1756 [16:31:11] *** Joins: xdecimal (~Android@replaced-ip )
1757 [16:31:21] *** Quits: xdecimal (~Android@replaced-ip ) (Max SendQ exceeded)
1758 [16:32:39] <joepublic> you don't have to install tasks with tasksel.
1759 [16:32:57] <Deihmos> apt?
1760 [16:33:28] <t3st3r> you can also use synaptic if you prefer graphic things.
1761 [16:33:47] *** Joins: ukine (~yaaic@replaced-ip )
1762 [16:36:04] <t3st3r> if you want more or less advanced selections you'll have to become a bit familiar with packages and so on. This way one could at least try to bring amount of crap in system to more sane levels.
1763 [16:36:50] *** Quits: storrgie (~storrgie@replaced-ip ) (Quit: bye)
1764 [16:37:23] *** Joins: Krog (~Mibbit@replaced-ip )
1765 [16:37:24] *** Joins: greatgatsby_ (~greatgats@replaced-ip )
1766 [16:37:28] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Read error: Connection reset by peer)
1767 [16:38:31] *** Quits: greatgatsby_ (~greatgats@replaced-ip ) (Client Quit)
1768 [16:38:50] *** Joins: greatgatsby (~greatgats@replaced-ip )
1769 [16:38:57] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
1770 [16:39:36] *** Quits: SchneeSchwarz (~schnee@replaced-ip ) (Quit: WeeChat 2.3)
1771 [16:40:04] *** Quits: Linccce (~Linas@replaced-ip ) (Quit: Leaving)
1772 [16:40:28] *** Quits: Rogalian (~cools@replaced-ip ) (Ping timeout: 246 seconds)
1773 [16:40:32] *** Quits: foul_owl_ (~foul_owl@replaced-ip ) (Ping timeout: 255 seconds)
1774 [16:40:48] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1775 [16:40:48] *** Joins: Rogalian (~cools@replaced-ip )
1776 [16:41:03] *** Quits: schnootsie (~schnootsi@replaced-ip##) (Quit: ZNC - ##replaced-url
1777 [16:41:03] *** Quits: storrgie_ (~storrgie@replaced-ip##) (Quit: ZNC - ##replaced-url
1778 [16:41:44] *** Quits: BOSNA (~Sokol@replaced-ip ) ()
1779 [16:41:44] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
1780 [16:41:49] *** Joins: aladeen (~aladeen@replaced-ip )
1781 [16:42:04] *** Joins: storrgie (~storrgie@replaced-ip )
1782 [16:42:22] *** Joins: schnootsie (~schnootsi@replaced-ip )
1783 [16:43:04] *** Joins: imp (~imp@replaced-ip )
1784 [16:43:18] *** Joins: esro (~esro@replaced-ip )
1785 [16:45:18] *** Quits: schnootsie (~schnootsi@replaced-ip ) (Client Quit)
1786 [16:45:18] *** Quits: storrgie (~storrgie@replaced-ip ) (Remote host closed the connection)
1787 [16:45:37] *** Joins: storrgie (~storrgie@replaced-ip )
1788 [16:46:02] *** Joins: Rogalian (~cools@replaced-ip )
1789 [16:46:04] *** Joins: foul_owl_ (~foul_owl@replaced-ip )
1790 [16:46:36] *** Joins: schnootsie (~schnootsi@replaced-ip )
1791 [16:46:41] *** Quits: ukine (~yaaic@replaced-ip ) (Read error: Connection reset by peer)
1792 [16:46:54] *** Quits: factor (~factor@replaced-ip ) (Quit: Leaving)
1793 [16:47:24] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
1794 [16:47:26] *** Quits: rebrec (~rebrec@replaced-ip##) (Quit: The Lounge - ##replaced-url
1795 [16:47:48] *** Joins: rebrec (~rebrec@replaced-ip )
1796 [16:48:14] *** Joins: ukine (~yaaic@replaced-ip )
1797 [16:48:39] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Read error: Connection reset by peer)
1798 [16:50:13] *** Quits: rebrec (~rebrec@replaced-ip ) (Client Quit)
1799 [16:51:02] *** Quits: quipa (~Maxim@replaced-ip ) (Read error: Connection reset by peer)
1800 [16:51:13] *** Joins: rebrec (~rebrec@replaced-ip )
1801 [16:51:37] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1802 [16:52:52] *** Quits: Rogalian (~cools@replaced-ip ) (Ping timeout: 244 seconds)
1803 [16:53:22] *** Joins: storrgie7 (~storrgie@replaced-ip )
1804 [16:53:33] *** Joins: rsx (~rsx@replaced-ip )
1805 [16:54:51] *** Quits: Krog (~Mibbit@replaced-ip ) (Ping timeout: 258 seconds)
1806 [16:54:55] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1807 [16:56:52] *** Quits: GavinAlderson (~GavinAlde@replaced-ip ) (Remote host closed the connection)
1808 [16:57:31] *** Joins: GavinAlderson (~GavinAlde@replaced-ip )
1809 [16:57:49] *** Joins: jnavila (~jnavila@replaced-ip )
1810 [16:58:31] *** Joins: moritz_ (~moritz@replaced-ip )
1811 [16:58:58] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
1812 [16:59:32] *** Quits: storrgie (~storrgie@replaced-ip##) (Quit: ZNC - ##replaced-url
1813 [16:59:33] *** Quits: schnootsie (~schnootsi@replaced-ip##) (Quit: ZNC - ##replaced-url
1814 [16:59:40] *** Quits: storrgie7 (~storrgie@replaced-ip ) (Quit: bye)
1815 [16:59:40] *** Class7_ is now known as Class7
1816 [17:00:10] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1817 [17:00:18] *** Joins: storrgie (~storrgie@replaced-ip )
1818 [17:00:31] *** Quits: moritz_ (~moritz@replaced-ip ) (Client Quit)
1819 [17:00:48] *** Joins: exoplanet (~exoplanet@replaced-ip )
1820 [17:01:05] *** Quits: exoplanet (~exoplanet@replaced-ip ) (Changing host)
1821 [17:01:05] *** Joins: exoplanet (~exoplanet@replaced-ip )
1822 [17:03:08] *** Quits: storrgie (~storrgie@replaced-ip ) (Client Quit)
1823 [17:03:27] *** Quits: rebrec (~rebrec@replaced-ip##) (Quit: The Lounge - ##replaced-url
1824 [17:03:33] *** Joins: storrgie (~storrgie@replaced-ip )
1825 [17:04:50] *** Joins: nighty- (~nighty@replaced-ip )
1826 [17:04:50] *** Joins: rebrec (~rebrec@replaced-ip )
1827 [17:05:06] *** Joins: Sollg3r (~ejakuk@replaced-ip )
1828 [17:05:12] *** Joins: booyah (~bb@replaced-ip )
1829 [17:06:00] *** Joins: martastain (~martastai@replaced-ip )
1830 [17:07:05] *** Joins: Gaaab (~Gaaab@replaced-ip )
1831 [17:07:45] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1832 [17:07:46] *** Quits: Sollg3r (~ejakuk@replaced-ip ) (Client Quit)
1833 [17:07:55] *** Joins: n4dir (~n4dir@replaced-ip )
1834 [17:08:37] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1835 [17:10:10] *** Joins: Rogalian (~cools@replaced-ip )
1836 [17:10:22] *** Joins: Guest78318 (~helene@replaced-ip )
1837 [17:10:47] *** Joins: stitched_unicorn (~Red@replaced-ip )
1838 [17:11:24] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
1839 [17:11:29] *** Joins: Brigo (~Brigo@replaced-ip )
1840 [17:11:34] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 250 seconds)
1841 [17:13:02] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
1842 [17:14:01] *** debhelper sets mode: +l 1556
1843 [17:14:20] *** Joins: shtrb (~shtrb@replaced-ip )
1844 [17:15:08] *** Joins: areyouloco (~areyouloc@replaced-ip )
1845 [17:15:08] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
1846 [17:15:11] *** Joins: Gaaab (~Gaaab@replaced-ip )
1847 [17:15:21] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 246 seconds)
1848 [17:16:07] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 244 seconds)
1849 [17:16:45] *** Quits: XsiSec (~xsisec@replaced-ip ) (Quit: Leaving)
1850 [17:17:43] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1851 [17:18:20] *** Joins: Rogalian (~cools@replaced-ip )
1852 [17:19:12] *** Quits: Aquarina (~GRAMA@replaced-ip ) (Remote host closed the connection)
1853 [17:20:27] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
1854 [17:20:44] *** Joins: The_Loko (~The_Loko@replaced-ip )
1855 [17:21:06] *** Joins: Rogalian (~cools@replaced-ip )
1856 [17:21:32] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 250 seconds)
1857 [17:22:10] *** Joins: argusbr (~donw@replaced-ip )
1858 [17:22:10] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
1859 [17:22:10] *** Joins: argusbr (~donw@replaced-ip )
1860 [17:25:11] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Quit: Saliendo... Bye.)
1861 [17:26:58] *** Quits: Krionz (Krionz@replaced-ip ) (Ping timeout: 244 seconds)
1862 [17:27:28] *** Joins: OS-27956 (~OS-27956@replaced-ip )
1863 [17:28:15] *** Joins: SirLagz (~SirLagz@replaced-ip )
1864 [17:28:28] *** Quits: jcmesar (~jcmesar@replaced-ip ) (Ping timeout: 250 seconds)
1865 [17:28:48] *** Quits: w17t (~w17t@replaced-ip ) (Ping timeout: 245 seconds)
1866 [17:29:11] *** Joins: karakedi (~eAC53C340@replaced-ip )
1867 [17:29:11] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
1868 [17:29:11] *** Joins: karakedi (~eAC53C340@replaced-ip )
1869 [17:29:12] <rocketmagnet> i've installed flex into /usr/local/bin but after an install when i try to run flex --version as root i get the new version number, but as normal user i get the old version number, what happend here ?
1870 [17:30:02] *** Joins: Sollg3r (~ejakuk@replaced-ip )
1871 [17:30:07] *** Joins: scde_ (~scde@replaced-ip )
1872 [17:30:12] <rocketmagnet> which flex shows me the same executable
1873 [17:30:22] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection timed out)
1874 [17:30:22] *** Joins: semeion (~semeion@replaced-ip )
1875 [17:30:50] *** semeion is now known as mnemonic
1876 [17:31:00] *** Joins: w17t (~w17t@replaced-ip )
1877 [17:31:02] *** Joins: Rogalian (~cools@replaced-ip )
1878 [17:31:14] *** Quits: Sollg3r (~ejakuk@replaced-ip ) (Remote host closed the connection)
1879 [17:31:30] *** Joins: storrgie_ (~storrgie@replaced-ip )
1880 [17:32:17] *** Joins: scde__ (~scde@replaced-ip )
1881 [17:32:23] *** Joins: Rarity (~znc@replaced-ip )
1882 [17:32:31] *** Joins: schnootsie (~schnootsi@replaced-ip )
1883 [17:34:01] *** debhelper sets mode: +l 1563
1884 [17:34:06] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1885 [17:34:19] *** Quits: scde__ (~scde@replaced-ip ) (Client Quit)
1886 [17:34:22] *** Quits: scde_ (~scde@replaced-ip ) (Client Quit)
1887 [17:35:14] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1888 [17:35:20] *** Quits: Kynes (~Spaceghos@replaced-ip ) (Remote host closed the connection)
1889 [17:36:18] *** Quits: OS-27956 (~OS-27956@replaced-ip ) (Ping timeout: 245 seconds)
1890 [17:37:32] *** Joins: dreamon_ (~dreamon@replaced-ip )
1891 [17:39:37] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1892 [17:39:45] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
1893 [17:39:45] *** Joins: JohnML (~john1@replaced-ip )
1894 [17:39:50] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Remote host closed the connection)
1895 [17:40:30] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1896 [17:40:56] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
1897 [17:41:18] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
1898 [17:41:50] *** Joins: devbaka (~devbaka@replaced-ip )
1899 [17:42:09] *** Joins: fanta7531 (~fanta7531@replaced-ip )
1900 [17:42:49] *** Joins: aoc (~aoc@replaced-ip )
1901 [17:42:50] *** Joins: flokuehn (~flokuehn@replaced-ip )
1902 [17:43:11] *** Quits: aoc (~aoc@replaced-ip ) (Client Quit)
1903 [17:43:17] *** Joins: llucenic (~Thunderbi@replaced-ip )
1904 [17:45:04] *** Joins: Bodiro (~quassel@replaced-ip )
1905 [17:45:15] *** AciD` is now known as AciD
1906 [17:45:44] *** AciD is now known as Guest65840
1907 [17:46:04] *** Joins: freanux (~freanux@replaced-ip )
1908 [17:47:26] *** Quits: exoplanet (~exoplanet@replaced-ip ) (Quit: exoplanet)
1909 [17:47:32] *** Quits: Tempesta (~Tempesta@replaced-ip ) (Ping timeout: 250 seconds)
1910 [17:48:30] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Ping timeout: 255 seconds)
1911 [17:49:25] *** Quits: informatiger (~informati@replaced-ip ) (Remote host closed the connection)
1912 [17:50:03] *** Joins: hele (~hele@replaced-ip )
1913 [17:50:56] *** Joins: Krionz (Krionz@replaced-ip )
1914 [17:54:02] *** Quits: Bodiro (~quassel@replaced-ip##) (Quit: ##replaced-url
1915 [17:54:42] *** Joins: Brainium (~brainium@replaced-ip )
1916 [17:55:45] *** Quits: ukine (~yaaic@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
1917 [17:56:11] *** Joins: clemens3_ (~clemens@replaced-ip )
1918 [17:56:45] *** Joins: dvs (~Herbert@replaced-ip )
1919 [17:59:13] *** Quits: w17t (~w17t@replaced-ip ) (Ping timeout: 245 seconds)
1920 [18:00:40] *** Quits: schulidr (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
1921 [18:01:23] *** Joins: w17t (~w17t@replaced-ip )
1922 [18:02:25] *** Joins: debsan (~debsan@replaced-ip )
1923 [18:02:33] *** Quits: [X] (~bold@replaced-ip ) (Ping timeout: 245 seconds)
1924 [18:03:20] *** Quits: debsan (~debsan@replaced-ip ) (Changing host)
1925 [18:03:20] *** Joins: debsan (~debsan@replaced-ip )
1926 [18:05:15] *** Joins: traveltissues (~traveltis@replaced-ip )
1927 [18:05:15] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
1928 [18:06:03] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 255 seconds)
1929 [18:07:05] *** Quits: GavinAlderson (~GavinAlde@replaced-ip ) (Quit: WeeChat 2.3)
1930 [18:08:19] *** Quits: dvs (~Herbert@replaced-ip ) (Remote host closed the connection)
1931 [18:09:19] *** Joins: TruenHero (~oem@replaced-ip )
1932 [18:09:21] *** Joins: TrueNher0 (~oem@replaced-ip )
1933 [18:12:34] *** Joins: zeden (~user@replaced-ip )
1934 [18:12:46] *** Joins: Juslintek (~Linas@replaced-ip )
1935 [18:13:20] *** Joins: korki (~irc@replaced-ip )
1936 [18:13:25] <Juslintek> How can I recover with recover cd failed dist-upgrade, back to original. Grub file got messed up as well because only memtest is shown on boot and no OS.
1937 [18:14:17] <ksk> there is no going back, most likely. What kind of errors did you encounter during the upgrade process?
1938 [18:14:54] *** Joins: koeppea (~format_c@replaced-ip )
1939 [18:15:17] *** Parts: koeppea (~format_c@replaced-ip ) ()
1940 [18:15:42] *** Joins: schulidr (~Thunderbi@replaced-ip )
1941 [18:15:46] *** Joins: koeppea (~format_c@replaced-ip )
1942 [18:16:17] *** Joins: brw (~brw@replaced-ip )
1943 [18:16:25] *** Quits: koeppea (~format_c@replaced-ip ) (Client Quit)
1944 [18:16:36] <__m4ch1n3__> only way back is full backup before dist-upgrade
1945 [18:18:04] <Brigo> Juslintek, try boot again from the installer disk, go to rescue and keep going from there.
1946 [18:18:48] <Juslintek> Brigo, I've selector Live Rescue or should I've picked install?
1947 [18:18:59] *** Joins: Rogalian (~cools@replaced-ip )
1948 [18:19:12] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
1949 [18:19:13] <Juslintek> I want to downgrade back to original without wiping all data as I haven't backed it up.
1950 [18:19:20] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
1951 [18:19:22] <Klaus_Dieter> I have learned today that the best way to overload an NFS server is to: a) boot a thin client off it, then b) start kde and load a 10 years old mailbox into it while c) keeping the default akonadi settings which index all email. The whole thing resulted in load average of above 50 within minutes.
1952 [18:19:31] <Brigo> Juslintek, as ksk said there is no going back.
1953 [18:19:38] <__m4ch1n3__> you cant downgrade, only dix current upggrade
1954 [18:19:38] *** Joins: DosN0de (~OS-46724@replaced-ip )
1955 [18:19:43] *** Quits: DosN0de (~OS-46724@replaced-ip ) (Quit: Leaving)
1956 [18:19:43] <__m4ch1n3__> *fix
1957 [18:19:54] <__m4ch1n3__> *upgrade
1958 [18:19:56] <Klaus_Dieter> Juslintek: you best bet is to go forward, find a live cd or install cd with rescue mode and fix forward.
1959 [18:20:11] <Brigo> Klaus_Dieter, quite complex if you ask me.
1960 [18:20:18] <Juslintek> error basically that lots dependencies are missing, can't install perl libs and stuff.
1961 [18:20:33] *** Quits: iamgr00t (iamgr00t@replaced-ip ) (Quit: cya)
1962 [18:20:36] <Brigo> all the install cd/dvd whatever have a rescue mode.
1963 [18:20:49] <Brigo> in advanced option
1964 [18:20:51] *** Joins: Tempesta (~Tempesta@replaced-ip )
1965 [18:20:55] <__m4ch1n3__> why are they missing? are you repository sourcess missing something
1966 [18:21:19] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1967 [18:22:59] <Juslintek> m4ch1n3, because I accidentally upgraded to jessie from wheezy and forgot to upgrade outdated openvz images to lxc and I couldn't instal vzctl and openvz. Then I did the downgrade procedure where in /etc/apt/preferences you specify the build and how to behave if package is outdated. 1001 behaviour I picked.
1968 [18:23:15] *** Quits: rosten (~rosten@replaced-ip ) (Ping timeout: 246 seconds)
1969 [18:23:16] <Juslintek> Then I've downgraded, but lsb_release -a was still showing Debian 8.11
1970 [18:23:17] *** Joins: kc8gij (~travler72@replaced-ip )
1971 [18:23:57] *** Joins: format_c (~format_c@replaced-ip )
1972 [18:24:07] *** Quits: format_c (~format_c@replaced-ip ) (Changing host)
1973 [18:24:08] *** Joins: format_c (~format_c@replaced-ip )
1974 [18:24:09] *** Joins: Ekchuan (~RandyMars@replaced-ip )
1975 [18:24:13] <Juslintek> I did autoremove and all adviced methods and nothing worked I needed to install perl 5.14 and I couldn't. So I force installed it with dpkg but it corrupted some of the libs.
1976 [18:24:22] *** Quits: TrueNher0 (~oem@replaced-ip ) (Ping timeout: 250 seconds)
1977 [18:24:22] *** Quits: TruenHero (~oem@replaced-ip ) (Ping timeout: 250 seconds)
1978 [18:24:38] *** Joins: PoaB (~Thunderbi@replaced-ip )
1979 [18:24:46] <__m4ch1n3__> omg
1980 [18:24:53] <__m4ch1n3__> that sounds ry bad
1981 [18:24:59] *** Joins: Rogalian (~cools@replaced-ip )
1982 [18:25:28] *** Quits: Rarity (~znc@replaced-ip ) (Ping timeout: 245 seconds)
1983 [18:25:39] <Juslintek> And I just couldn't do anything else, so force with dpkg perl 5.20 back again and rebooted. And it didn't boot and got stuck in memtest mode.
1984 [18:25:48] <Juslintek> Because record of OS was missing.
1985 [18:25:58] <Juslintek> I mean hdd
1986 [18:26:17] <jmcnaught> Juslintek: if I were in your situation I'd focus on booting a live media so you can back everything up. Once you have backups, then make a plan (which will probably be fresh install, restore the backups)
1987 [18:26:51] <__m4ch1n3__> would try boot iso into rescue, it offers an option to reinstal grub
1988 [18:27:01] *** Quits: N3RVE (~RaalFy@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
1989 [18:27:15] <jmcnaught> but back up first, before things get even worse
1990 [18:27:26] <Brigo> __m4ch1n3__, i would guess the problem is there is no kernel installed.
1991 [18:27:36] <Juslintek> jmcnaught, yeah I'm doing it with virtual mount and remote access now.
1992 [18:27:50] <__m4ch1n3__> oh shit
1993 [18:28:46] *** Quits: Brainium (~brainium@replaced-ip ) (Ping timeout: 258 seconds)
1994 [18:29:06] *** Joins: platvoeten (~platvoete@replaced-ip )
1995 [18:29:12] <Juslintek> I wonder if I can create a disk where I could store all my containers reinstall os.
1996 [18:29:22] <Juslintek> without formating that partition.
1997 [18:29:30] *** Joins: torandu (0266a75b@replaced-ip )
1998 [18:29:48] <Juslintek> Then merge that pertition with os partition or whatever keep it there as it is and boot containers.
1999 [18:30:51] *** Joins: der_Metzger (~hyperion@replaced-ip )
2000 [18:30:53] *** Quits: kuub (~kuub@replaced-ip ) (Ping timeout: 245 seconds)
2001 [18:31:07] *** Quits: kc8gij (~travler72@replaced-ip ) (Remote host closed the connection)
2002 [18:32:08] *** Quits: aps_ (~aps@replaced-ip ) (Ping timeout: 245 seconds)
2003 [18:32:17] *** Joins: aps_ (~aps@replaced-ip )
2004 [18:33:32] *** Quits: torandu (0266a75b@replaced-ip ) (Changing host)
2005 [18:33:32] *** Joins: torandu (0266a75b@replaced-ip )
2006 [18:33:51] <Brigo> Juslintek, you can skip the formating/partitioning step in the debian install procedure and it will lead to something like you want.
2007 [18:34:59] <Juslintek> Brigo thanx if thats possible then its a live saver as long as my containers and their configs stand safe.
2008 [18:35:05] *** Joins: Rarity (~znc@replaced-ip )
2009 [18:35:49] <Brigo> Juslintek, as long as you remember to skip that step :)
2010 [18:36:06] *** Joins: kuub_ (~kuub@replaced-ip )
2011 [18:36:26] <Brigo> move everything to a new directory or rename them, for example etc to etc.backup, etc.
2012 [18:36:30] *** Parts: der_Metzger (~hyperion@replaced-ip ) ()
2013 [18:37:18] <Brigo> Juslintek, of course i advocate for backups.
2014 [18:37:26] *** Joins: mandeep (~mandeep@replaced-ip )
2015 [18:38:01] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2016 [18:38:35] *** stx_ is now known as Stx
2017 [18:39:16] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2018 [18:39:37] *** Quits: Ekchuan (~RandyMars@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2019 [18:40:03] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
2020 [18:40:19] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2021 [18:41:55] *** Joins: devbaka (~devbaka@replaced-ip )
2022 [18:42:14] *** Quits: Deknos (~somenym@replaced-ip ) (Remote host closed the connection)
2023 [18:42:27] *** Joins: Rogalian (~cools@replaced-ip )
2024 [18:43:56] <Klaus_Dieter> Juslintek: there is another option: create an image of your current installation save it somewhere so you can refer to it for config files
2025 [18:43:59] <Klaus_Dieter> and start from scratch
2026 [18:44:07] <Klaus_Dieter> it *could* be less work
2027 [18:44:09] <ksk> Juslintek: from my experience btw, not too easy to port openVZ containers to LXC - I ended up migrating only data ;)
2028 [18:45:07] <Juslintek> ksk, thats what I'm going to do. So now I need to get back to wheezy, so I could do it without any trash. As soon as my Dell R610 arrives to datacenter.
2029 [18:45:40] *** Quits: anavel (~shandy@replaced-ip ) (Ping timeout: 272 seconds)
2030 [18:46:56] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Remote host closed the connection)
2031 [18:48:41] *** Joins: anavel (~shandy@replaced-ip )
2032 [18:49:00] *** Quits: esro (~esro@replaced-ip ) (Ping timeout: 268 seconds)
2033 [18:49:14] *** Quits: martastain (~martastai@replaced-ip ) (Ping timeout: 255 seconds)
2034 [18:49:18] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 252 seconds)
2035 [18:50:07] *** Joins: aloo_shu (~atomic@replaced-ip )
2036 [18:50:24] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
2037 [18:50:41] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
2038 [18:51:03] *** Joins: aaii (~aaii@replaced-ip )
2039 [18:51:37] *** Quits: seekr (~seekr@replaced-ip ) (Read error: No route to host)
2040 [18:51:42] *** Quits: kuub_ (~kuub@replaced-ip ) (Ping timeout: 244 seconds)
2041 [18:51:47] *** Joins: RaalFy (~RaalFy@replaced-ip )
2042 [18:52:05] *** Joins: kuub (~kuub@replaced-ip )
2043 [18:52:32] *** Quits: arkadiflux (~arkad@replaced-ip ) (Ping timeout: 258 seconds)
2044 [18:52:34] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2045 [18:52:40] *** Joins: Masterphi (~Masterphi@replaced-ip )
2046 [18:53:09] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2047 [18:53:12] *** Joins: seekr (~seekr@replaced-ip )
2048 [18:53:12] *** Joins: mrloafbot_ (~mrloafbot@replaced-ip )
2049 [18:53:28] *** Quits: mrloafbot (~mrloafbot@replaced-ip ) (Ping timeout: 246 seconds)
2050 [18:53:45] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Client Quit)
2051 [18:53:57] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2052 [18:54:01] *** Quits: torandu (0266a75b@replaced-ip ) (Ping timeout: 256 seconds)
2053 [18:54:12] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2054 [18:55:03] *** Joins: oh2eko_ (~oh2eko@replaced-ip )
2055 [18:55:03] *** Quits: pvoigt (~Linux@replaced-ip ) (Quit: WeeChat 2.3)
2056 [18:55:05] *** Quits: oh2eko (~oh2eko@replaced-ip ) (Read error: Connection reset by peer)
2057 [18:55:30] *** Joins: pvoigt (~Linux@replaced-ip )
2058 [18:55:48] *** Quits: pvoigt (~Linux@replaced-ip ) (Client Quit)
2059 [18:55:53] *** Joins: oh2eko__ (~oh2eko@replaced-ip )
2060 [18:56:05] *** Joins: pvoigt (~Linux@replaced-ip )
2061 [18:56:57] *** Joins: JohnML (~john1@replaced-ip )
2062 [18:57:30] *** Joins: dez (uid92154@replaced-ip )
2063 [18:58:42] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
2064 [18:59:18] *** Quits: oh2eko_ (~oh2eko@replaced-ip ) (Ping timeout: 246 seconds)
2065 [18:59:30] *** Joins: zblakany (~zblakany@replaced-ip )
2066 [19:00:02] <ksk> Juslintek: why is that? ploop based containers? sure ploop* does not run on a recent debian?
2067 [19:00:20] *** Quits: schulidr (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
2068 [19:00:26] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Read error: Connection reset by peer)
2069 [19:00:39] <ksk> so you could just go for debian9, mount the old containers there, and move their contents to lxc containers
2070 [19:01:08] <ksk> ,v ploop
2071 [19:01:09] <judd> Package: ploop on amd64 -- jessie: 1.12.1-1; stretch: 1.15-2+b1; buster: 1.15-6; sid: 1.15-6
2072 [19:01:48] *** Joins: methodios (~cirilos@replaced-ip )
2073 [19:02:32] *** Quits: oh2eko__ (~oh2eko@replaced-ip ) (Quit: Leaving)
2074 [19:02:35] *** Quits: aindilis (~aindilis@replaced-ip ) (Read error: Connection reset by peer)
2075 [19:03:49] *** Joins: esro (~esro@replaced-ip )
2076 [19:04:25] *** Quits: Rarity (~znc@replaced-ip ) (Ping timeout: 268 seconds)
2077 [19:07:24] <ksk> Juslintek: btw, which kind of stack are you going to run? I opted for lxd, because with lxc you have many things missing compared to openVZ.
2078 [19:07:28] <Klaus_Dieter> why on earth did they pick that name?!
2079 [19:07:44] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2080 [19:08:20] *** Quits: Krionz (Krionz@replaced-ip ) (Quit: Leaving)
2081 [19:08:28] *** Quits: RaalFy (~RaalFy@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
2082 [19:08:41] *** Joins: shellclear (~shellclea@replaced-ip )
2083 [19:09:02] *** Joins: storrgie- (~storrgie@replaced-ip )
2084 [19:09:05] <joepublic> According to Stallman, joke names are a proud tradition. According to Torvalds, "silly names is what we're best at". Darned if you do, darned if you don't.
2085 [19:09:09] *** Joins: storrgie4 (~storrgie@replaced-ip )
2086 [19:09:46] *** Quits: areyouloco (~areyouloc@replaced-ip ) (Read error: Connection reset by peer)
2087 [19:09:50] *** Joins: ChmEarl (~chmearl@replaced-ip )
2088 [19:10:02] *** Joins: schnootsie_ (~schnootsi@replaced-ip )
2089 [19:10:32] *** Joins: leboulet (~leboulet@replaced-ip )
2090 [19:10:38] *** Joins: T3RM1N41 (~73rm1n41@replaced-ip )
2091 [19:10:45] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2092 [19:10:48] *** Quits: shellclear (~shellclea@replaced-ip ) (Client Quit)
2093 [19:11:12] *** Quits: schnootsie (~schnootsi@replaced-ip ) (Ping timeout: 246 seconds)
2094 [19:11:19] *** Quits: storrgie_ (~storrgie@replaced-ip ) (Ping timeout: 246 seconds)
2095 [19:11:25] *** Joins: ontime (~ontime@replaced-ip )
2096 [19:11:30] *** Joins: devbaka (~devbaka@replaced-ip )
2097 [19:11:36] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 250 seconds)
2098 [19:11:42] *** Quits: sndb (~kiri@replaced-ip ) (Quit: ㄱ_ㄱ)
2099 [19:12:12] *** Quits: storrgie (~storrgie@replaced-ip ) (Ping timeout: 255 seconds)
2100 [19:12:42] *** Quits: storrgie4 (~storrgie@replaced-ip ) (Client Quit)
2101 [19:12:50] *** Joins: oish (~charlie@replaced-ip )
2102 [19:13:47] *** Quits: schnootsie_ (~schnootsi@replaced-ip ) (Client Quit)
2103 [19:13:47] *** Quits: storrgie- (~storrgie@replaced-ip ) (Client Quit)
2104 [19:14:01] *** debhelper sets mode: +l 1555
2105 [19:14:34] *** Quits: leboulet (~leboulet@replaced-ip ) (Remote host closed the connection)
2106 [19:16:29] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2107 [19:16:36] *** Joins: RaalFy (~RaalFy@replaced-ip )
2108 [19:17:12] *** Joins: arkadiflux (~arkad@replaced-ip )
2109 [19:17:41] *** Joins: EoflaOE (~EoflaOE@replaced-ip )
2110 [19:18:16] *** Joins: buriz (~tud3@replaced-ip )
2111 [19:19:27] *** Joins: winem_ (~quassel@replaced-ip )
2112 [19:20:26] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
2113 [19:21:41] *** Quits: anonymip (~anonymip@replaced-ip ) (Ping timeout: 268 seconds)
2114 [19:23:08] *** Quits: sidmo (~ident@replaced-ip ) (Quit: Konversation terminated!)
2115 [19:23:34] *** Joins: sidmo (~ident@replaced-ip )
2116 [19:23:36] *** Joins: anonymip (~anonymip@replaced-ip )
2117 [19:24:50] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
2118 [19:24:52] *** Joins: sndb (~kiri@replaced-ip )
2119 [19:25:15] *** Joins: catalin0x (~Adium@replaced-ip )
2120 [19:26:06] *** Joins: magnulu (~magnulu@replaced-ip )
2121 [19:28:55] *** Quits: anonymip (~anonymip@replaced-ip##) (Quit: ZNC 1.8.x-nightly-20190128-91af796c - ##replaced-url
2122 [19:30:00] *** Joins: diniwed (~gavron@replaced-ip )
2123 [19:30:06] *** Joins: anonymip (~anonymip@replaced-ip )
2124 [19:31:53] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
2125 [19:32:04] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
2126 [19:32:26] *** Joins: Brigo (~Brigo@replaced-ip )
2127 [19:32:34] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2128 [19:33:26] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
2129 [19:34:01] *** debhelper sets mode: +l 1561
2130 [19:35:47] *** Joins: kupi (uid212005@replaced-ip )
2131 [19:37:10] *** Joins: storrgie (~storrgie@replaced-ip )
2132 [19:37:18] *** Quits: imp (~imp@replaced-ip ) (Quit: WeeChat 2.3)
2133 [19:38:37] *** Joins: areyouloco (~areyouloc@replaced-ip )
2134 [19:38:55] *** Quits: methodios (~cirilos@replaced-ip ) (Ping timeout: 257 seconds)
2135 [19:39:05] *** Joins: Codier (~user@replaced-ip )
2136 [19:39:14] *** Joins: flokuehn (~flokuehn@replaced-ip )
2137 [19:39:20] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
2138 [19:39:29] *** Joins: treehug88 (~textual@replaced-ip )
2139 [19:40:41] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 250 seconds)
2140 [19:41:37] *** Quits: bitSt0rm (~manjana@replaced-ip ) (Quit: WeeChat 2.3)
2141 [19:42:03] *** Joins: methodios (~cirilos@replaced-ip )
2142 [19:42:19] *** Quits: RaalFy (~RaalFy@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
2143 [19:42:27] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 240 seconds)
2144 [19:42:37] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2145 [19:43:01] <rant> everyone loves a good ploop joke
2146 [19:43:18] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2147 [19:45:37] *** Quits: gatekeep (~gatekeep@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2148 [19:46:24] *** Quits: winem_ (~quassel@replaced-ip ) (Remote host closed the connection)
2149 [19:48:35] *** Quits: virmin (virmin@replaced-ip##) (Quit: ZNC - ##replaced-url
2150 [19:49:05] *** Joins: stratosjack (~cirilos@replaced-ip )
2151 [19:50:09] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Read error: Connection reset by peer)
2152 [19:50:28] <ksk> "Ploop is a disk loopback block device,"
2153 [19:50:30] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
2154 [19:50:46] <ksk> so, maybe P is russian for D? not sure..
2155 [19:51:16] *** Joins: lodger (~lodger@replaced-ip )
2156 [19:51:18] *** Parts: lodger (~lodger@replaced-ip ) ("Leaving")
2157 [19:51:18] *** Joins: electro33 (uid613@replaced-ip )
2158 [19:51:27] *** Quits: methodios (~cirilos@replaced-ip ) (Ping timeout: 252 seconds)
2159 [19:52:06] *** Joins: insciencewetrust (~insciwetr@replaced-ip )
2160 [19:52:17] *** Joins: quantum` (~quassel@replaced-ip )
2161 [19:52:27] *** Quits: insciencewetrust (~insciwetr@replaced-ip ) (Remote host closed the connection)
2162 [19:54:01] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
2163 [19:54:33] *** Dagger2 is now known as Dagger
2164 [19:54:51] *** Joins: Haudegen (~quassel@replaced-ip )
2165 [19:55:20] *** Joins: srg_____ (~srgg@replaced-ip )
2166 [19:55:40] <joepublic> Russian for D is "д". In Russian, "Р" is the latin alphabet letter "R".
2167 [19:55:51] *** Joins: toorop (~toorop@replaced-ip )
2168 [19:56:46] *** Joins: conta (~Thunderbi@replaced-ip )
2169 [19:56:47] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
2170 [19:57:38] *** Joins: apt (ibot@replaced-ip )
2171 [19:59:19] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
2172 [20:00:12] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2173 [20:00:27] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Quit: littlebit)
2174 [20:00:33] *** Joins: FL4wless (~AoLPhisH@replaced-ip )
2175 [20:01:46] *** Quits: FL4wless (~AoLPhisH@replaced-ip ) (Client Quit)
2176 [20:01:49] *** Quits: cmellojr (~cmellojr@replaced-ip ) (Quit: Konversation terminated!)
2177 [20:02:34] <jhutchins> !any ideas?
2178 [20:02:35] <dpkg> Yeah, I have an idea! But I'll need a bag full of condoms, a little cod liver oil, and a dozen rabid hamsters. And keep the KGB off my back for the next few hours!
2179 [20:03:22] *** Joins: davis (~davis@replaced-ip )
2180 [20:04:46] *** Joins: oldguy (~oldguy@replaced-ip )
2181 [20:04:49] <davis> anybody have problem printing pdfs from webpages using chrome? in chrome, I can not print webpages as all. In firefox I get inconsistent results. Some work for image and text in firefox when I enable "simplifiy page"
2182 [20:05:05] *** Joins: martian67 (~martian67@replaced-ip )
2183 [20:05:30] <joepublic> yes, I am pretty sure people exist that have problem printing pdfs from webpages using chrome. Why, just today, someone came into #debian with that complaint.
2184 [20:06:18] *** Quits: tnozyrox (~tnozyrox@replaced-ip ) (Remote host closed the connection)
2185 [20:06:18] *** tnozyrox_ is now known as tnozyrox
2186 [20:06:18] *** Quits: Rogalian (~cools@replaced-ip ) (Read error: Connection reset by peer)
2187 [20:06:37] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
2188 [20:06:47] *** Joins: tnozyrox_ (~tnozyrox@replaced-ip )
2189 [20:06:54] *** Joins: Rogalian (~cools@replaced-ip )
2190 [20:07:45] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2191 [20:07:52] *** Joins: traveltissues (~traveltis@replaced-ip )
2192 [20:09:38] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 245 seconds)
2193 [20:10:32] *** Joins: toorop (~toorop@replaced-ip )
2194 [20:10:41] *** Joins: Guest23504 (~storm@replaced-ip )
2195 [20:10:52] *** Quits: fs2 (~fs2@replaced-ip ) (Quit: Ping timeout (120 seconds))
2196 [20:11:13] *** Joins: Ekchuan (~RandyMars@replaced-ip )
2197 [20:11:37] <EdePopede> > Also used as a lighthearted response to hearing an unfortunate comment or disappointing news. In this context it is usually something that isn't a particularly a big deal or when it primarily affects someone else; it's sort of a mild schadenfreude.
2198 [20:12:02] <EdePopede> "what?! you're using our software?" => schadenfreude
2199 [20:12:45] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
2200 [20:13:56] *** Joins: fs2 (~fs2@replaced-ip )
2201 [20:14:13] *** Quits: oldguy (~oldguy@replaced-ip ) (Quit: Leaving)
2202 [20:14:26] <Dark-Jedi> joepublic: I've never had an issue with printing PDF from Chrome. Sounds like an old bug though. Tell them to download the latest Chrome binary and re-install.
2203 [20:14:56] <joepublic> I am not much on recommending proprietary software, but perhaps they will see your message.
2204 [20:15:02] <davis> i did a update/upgrade earlier today in an attempt to fix the problem.
2205 [20:15:52] *** Quits: Dark-Jedi (~dark-jedi@replaced-ip ) (Remote host closed the connection)
2206 [20:17:00] <davis> fwiw, in firefox if I enable "simplify page" graphics will show up, if I further use "Page Setup" to adjust PDF or the "Any Printer" setting, I will get a different set of images. ie. maybe 90% in one setting and 75% using the other.
2207 [20:17:34] <davis> I wonder if this particular website has a problem with their layout.
2208 [20:17:47] *** Joins: RaalFy (~RaalFy@replaced-ip )
2209 [20:18:22] *** svetlana_ is now known as Sveta
2210 [20:19:13] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 250 seconds)
2211 [20:19:13] *** Quits: davis (~davis@replaced-ip ) (Quit: leaving)
2212 [20:20:30] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
2213 [20:21:02] *** Joins: izh_ (~denis@replaced-ip )
2214 [20:21:04] *** Joins: scde_ (~scde@replaced-ip )
2215 [20:21:16] *** Quits: areyouloco (~areyouloc@replaced-ip ) (Quit: Leaving.)
2216 [20:21:19] *** Quits: kylese (~kylese@replaced-ip ) (Quit: Leaving)
2217 [20:21:22] *** Quits: b (coffee@replaced-ip ) (Ping timeout: 250 seconds)
2218 [20:21:33] *** xcm is now known as Guest88825
2219 [20:21:34] *** Joins: paulo (~paulo@replaced-ip )
2220 [20:21:39] *** Quits: Guest88825 (~xcm@replaced-ip ) (Remote host closed the connection)
2221 [20:22:13] *** Joins: xcm (~xcm@replaced-ip )
2222 [20:23:21] *** Quits: aloo_shu (~atomic@replaced-ip ) (Read error: Connection reset by peer)
2223 [20:23:36] *** Quits: elkalamar (elkalamar@replaced-ip ) (Remote host closed the connection)
2224 [20:25:03] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 246 seconds)
2225 [20:25:17] *** Joins: zleap (~zleap@replaced-ip )
2226 [20:25:56] *** Quits: fosslinux (~fosslinux@replaced-ip ) (Read error: Connection reset by peer)
2227 [20:26:21] *** Joins: fosslinux (~fosslinux@replaced-ip )
2228 [20:27:09] *** Quits: Rogalian (~cools@replaced-ip ) (Ping timeout: 246 seconds)
2229 [20:27:34] *** Joins: Rogalian (~cools@replaced-ip )
2230 [20:27:53] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
2231 [20:28:10] *** Joins: Rogalian (~cools@replaced-ip )
2232 [20:28:23] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
2233 [20:30:13] *** Joins: Uberius (~Uberius@replaced-ip )
2234 [20:31:39] *** Joins: toorop (~toorop@replaced-ip )
2235 [20:31:50] *** Joins: Tamarra (~Anna-Dian@replaced-ip )
2236 [20:32:28] *** Quits: foolhardi (~foolhardi@replaced-ip ) (Remote host closed the connection)
2237 [20:33:13] *** Joins: foolhardi (~foolhardi@replaced-ip )
2238 [20:33:34] *** Joins: Rogalian (~cools@replaced-ip )
2239 [20:33:45] *** Tamarra is now known as Tamarraa
2240 [20:34:55] *** Parts: TRS-80 (TRS-80@replaced-ip ) ("WeeChat 1.6")
2241 [20:35:17] *** Joins: rmisra1 (~rmisra1@replaced-ip )
2242 [20:35:22] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2243 [20:35:33] *** Quits: EoflaOE (~EoflaOE@replaced-ip ) (Ping timeout: 246 seconds)
2244 [20:35:33] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 244 seconds)
2245 [20:36:55] *** Quits: rmisra1 (~rmisra1@replaced-ip ) (Client Quit)
2246 [20:36:56] *** Quits: rebrec (~rebrec@replaced-ip##) (Quit: The Lounge - ##replaced-url
2247 [20:37:19] *** Joins: rmisra1 (~rmisra1@replaced-ip )
2248 [20:37:38] *** Quits: rmisra1 (~rmisra1@replaced-ip ) (Client Quit)
2249 [20:39:33] *** Joins: torbo (~user@replaced-ip )
2250 [20:40:23] *** Quits: catalin0x (~Adium@replaced-ip ) (Ping timeout: 255 seconds)
2251 [20:41:37] *** Quits: hspcd (~hspcd@replaced-ip ) (Ping timeout: 246 seconds)
2252 [20:42:17] *** Quits: bebbet (~bebbet@replaced-ip##) (Quit: ZNC 1.7.2+deb1 - ##replaced-url
2253 [20:42:46] *** Joins: Achylles (~Achylles@replaced-ip )
2254 [20:42:54] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 246 seconds)
2255 [20:43:11] *** Joins: bebbet (~bebbet@replaced-ip )
2256 [20:45:21] *** Joins: milkt (~debian@replaced-ip )
2257 [20:45:45] *** Joins: ebernhardson (~guy@replaced-ip )
2258 [20:45:49] *** Quits: Guest23504 (~storm@replaced-ip ) (Remote host closed the connection)
2259 [20:45:53] *** Joins: FuturePilot (~Fufu@replaced-ip )
2260 [20:46:18] *** Joins: tekmans (~tekmans@replaced-ip )
2261 [20:46:33] *** Quits: tekmans (~tekmans@replaced-ip ) (Remote host closed the connection)
2262 [20:46:58] *** Joins: Brigo (~Brigo@replaced-ip )
2263 [20:47:33] *** Quits: hph^ (hph@replaced-ip ) ()
2264 [20:47:48] *** Quits: n9nes (~n9nes@replaced-ip ) (Ping timeout: 246 seconds)
2265 [20:48:44] *** Joins: Guest79752 (hc@replaced-ip )
2266 [20:50:03] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Remote host closed the connection)
2267 [20:51:33] *** Quits: ontime (~ontime@replaced-ip ) (Quit: leaving)
2268 [20:51:34] *** Joins: Boole (~Boole@replaced-ip )
2269 [20:52:07] *** Joins: traveltissues (~traveltis@replaced-ip )
2270 [20:54:23] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
2271 [20:55:17] *** Joins: Adbray (~Adbray@replaced-ip )
2272 [20:55:22] *** Joins: JordiGH (jordi@replaced-ip )
2273 [20:55:32] <JordiGH> Does Debian unstable still have mariadb and mysql?
2274 [20:56:38] <JordiGH> Ah, never mind: replaced-url
2275 [20:56:49] <joepublic> seems to.
2276 [20:57:05] <joepublic> ,v mysql-server
2277 [20:57:07] <judd> Package: mysql-server on amd64 -- wheezy: 5.5.47-0+deb7u1; wheezy-security: 5.5.60-0+deb7u1; jessie: 5.5.60-0+deb8u1; stretch: 5.5.9999+default; sid: 5.7.24-3
2278 [20:57:15] *** Joins: mr_daemon (~supernaut@replaced-ip )
2279 [20:57:48] *** Parts: kab0m (~kab0m@replaced-ip ) ()
2280 [20:58:08] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Remote host closed the connection)
2281 [20:58:15] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2282 [20:58:26] *** Joins: mr_daemon (~supernaut@replaced-ip )
2283 [20:59:56] *** Quits: crtcji (~crtcji@replaced-ip ) (Ping timeout: 272 seconds)
2284 [21:00:20] *** Quits: zblakany (~zblakany@replaced-ip ) (Quit: Jing-a-lang, jang-a-lang...)
2285 [21:01:43] *** Quits: Stx (~stx@replaced-ip ) (Ping timeout: 258 seconds)
2286 [21:03:50] *** Joins: OS-43533 (~OS-43533@replaced-ip )
2287 [21:04:36] *** Joins: endstille (~endstille@replaced-ip )
2288 [21:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
2289 [21:05:03] *** Quits: foolhardi (~foolhardi@replaced-ip ) (Ping timeout: 245 seconds)
2290 [21:05:20] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
2291 [21:06:22] *** Joins: foolhardi (~foolhardi@replaced-ip )
2292 [21:06:47] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 240 seconds)
2293 [21:06:54] *** Joins: Gazooo (~Gazooo@replaced-ip )
2294 [21:07:15] *** Joins: JohnML (~john1@replaced-ip )
2295 [21:07:54] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
2296 [21:08:50] *** quantum` is now known as quantum
2297 [21:10:05] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 255 seconds)
2298 [21:11:26] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 255 seconds)
2299 [21:12:11] *** Quits: scde_ (~scde@replaced-ip ) (Quit: Quit)
2300 [21:13:14] *** Quits: Tamarraa (~Anna-Dian@replaced-ip ) (Ping timeout: 272 seconds)
2301 [21:13:25] *** Quits: RaalFy (~RaalFy@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
2302 [21:14:01] *** debhelper sets mode: +l 1551
2303 [21:14:07] *** Quits: flux242 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003222101])
2304 [21:15:19] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2305 [21:17:47] *** Joins: ukine (~yaaic@replaced-ip )
2306 [21:17:57] *** Joins: traveltissues (~traveltis@replaced-ip )
2307 [21:18:33] *** Joins: Stx (~stx@replaced-ip )
2308 [21:18:36] *** Joins: gormenghast (~gormengha@replaced-ip )
2309 [21:19:45] *** Joins: clemens3_ (~clemens@replaced-ip )
2310 [21:20:21] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Quit: Leaving)
2311 [21:20:46] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2312 [21:21:01] *** Joins: TruenHero (~oem@replaced-ip )
2313 [21:21:02] *** Joins: TrueNher0 (~oem@replaced-ip )
2314 [21:21:48] *** Joins: n9nes (~n9nes@replaced-ip )
2315 [21:21:56] *** Quits: CaptainN (zelda@replaced-ip ) (Ping timeout: 268 seconds)
2316 [21:22:58] <ukine> hi@n9nes
2317 [21:24:02] *** debhelper sets mode: +l 1558
2318 [21:24:20] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 258 seconds)
2319 [21:24:57] *** Quits: karlpinc (~user@replaced-ip ) (Remote host closed the connection)
2320 [21:24:59] *** Quits: gormenghast (~gormengha@replaced-ip ) (Remote host closed the connection)
2321 [21:25:21] *** Joins: Brainium (~brainium@replaced-ip )
2322 [21:25:24] *** Guest65840 is now known as AciD`
2323 [21:26:44] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 255 seconds)
2324 [21:26:50] <ukine> hi there AciD
2325 [21:27:09] <AciD`> well hello
2326 [21:28:43] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2327 [21:29:14] *** Quits: G3ph4z (~G3ph4z@replaced-ip ) (Remote host closed the connection)
2328 [21:30:07] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
2329 [21:30:43] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2330 [21:30:51] *** Quits: quantum (~quassel@replaced-ip##) (Quit: ##replaced-url
2331 [21:31:34] *** Joins: CaptainN (zelda@replaced-ip )
2332 [21:31:39] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2333 [21:31:43] *** Joins: RaalFy (~RaalFy@replaced-ip )
2334 [21:32:01] *** Quits: fosslinux (~fosslinux@replaced-ip ) (Remote host closed the connection)
2335 [21:32:19] *** Joins: gormenghast (~gormengha@replaced-ip )
2336 [21:32:22] <YottaiQ> Hey guys please read this from Nicaragua... replaced-url
2337 [21:32:34] *** Joins: traveltissues (~traveltis@replaced-ip )
2338 [21:32:37] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2339 [21:32:54] *** Joins: traveltissues (~traveltis@replaced-ip )
2340 [21:33:30] *** Joins: karlpinc (~user@replaced-ip )
2341 [21:33:48] *** Joins: wilkc (~wilkc@replaced-ip )
2342 [21:36:48] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 246 seconds)
2343 [21:37:58] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 268 seconds)
2344 [21:41:03] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
2345 [21:41:28] *** Joins: johnfg (~johnfg@replaced-ip )
2346 [21:41:43] <johnfg> hi guys
2347 [21:41:58] *** Quits: elik (~elik@replaced-ip ) (Ping timeout: 250 seconds)
2348 [21:42:32] <johnfg> I note when installing all the updates just now, this problem/error: W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169.
2349 [21:43:08] <johnfg> And a number of others. Since I don't have this nic, or need module r8169, how do I get rid of these errors?
2350 [21:44:02] *** debhelper sets mode: +l 1551
2351 [21:44:26] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 240 seconds)
2352 [21:44:30] *** Joins: GaneshRaju (~ganeshraj@replaced-ip )
2353 [21:44:31] *** Quits: johnfg (~johnfg@replaced-ip ) (Client Quit)
2354 [21:46:43] <Juslintek> Hi, I'm booted into grub cli, what should I type it to boot up os?
2355 [21:47:07] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2356 [21:47:25] *** Joins: elik (~elik@replaced-ip )
2357 [21:47:59] *** SuriAttacker is now known as Suri_24
2358 [21:48:43] *** Joins: mtn (~mtn@replaced-ip )
2359 [21:49:45] *** Joins: greatgatsby (~greatgats@replaced-ip )
2360 [21:50:32] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2361 [21:51:25] <jim> Juslintek, hmm... first try: ls
2362 [21:52:02] <jim> you get anything from that?
2363 [21:53:14] <Juslintek> jim, Error 27: Unrecognized command
2364 [21:53:28] <jim> also note, that while there are some experts in grub who might be here, there is also #grub
2365 [21:53:33] *** Joins: nuuuciano_ (~luuuciano@replaced-ip )
2366 [21:53:58] <Juslintek> I can type install
2367 [21:54:06] *** Joins: flokuehn (~flokuehn@replaced-ip )
2368 [21:54:57] <jim> ok, trying to get ls to show the drives/partitions... maybe there's another way... (don't press enter but) type: set root=, leave the cursor to the immediate right of the =, and hit tab
2369 [21:55:09] <Juslintek> replaced-url
2370 [21:55:21] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2371 [21:55:43] *** Quits: fanta7531 (~fanta7531@replaced-ip ) (Quit: fanta7531)
2372 [21:56:50] <jim> oops, back in a sec
2373 [21:58:30] <jim> ok, did you try that?
2374 [22:00:14] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2375 [22:01:03] <joepublic> grub not grub2 ??
2376 [22:01:23] <jim> I think he's trying #grub
2377 [22:01:55] *** Joins: gatekeep (~gatekeep@replaced-ip )
2378 [22:02:13] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2379 [22:03:54] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2380 [22:05:20] *** Quits: T3RM1N41 (~73rm1n41@replaced-ip ) (Remote host closed the connection)
2381 [22:06:44] *** Quits: sdoubleyou (~sdoubleyo@replaced-ip ) (Quit: Leaving)
2382 [22:06:59] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
2383 [22:08:27] *** Joins: silentjet (~jet@replaced-ip )
2384 [22:09:28] *** Quits: LeandroLuiz (~clkalw@replaced-ip##) (Quit: ZNC - ##replaced-url
2385 [22:09:40] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
2386 [22:09:40] *** Quits: LeandroLuiz (~clkalw@replaced-ip ) (Changing host)
2387 [22:09:40] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
2388 [22:11:14] *** Joins: Rogalian (~cools@replaced-ip )
2389 [22:11:26] *** Quits: TvL2386 (~tom@replaced-ip ) (Ping timeout: 250 seconds)
2390 [22:11:29] *** Joins: brock (~brock@replaced-ip )
2391 [22:11:51] *** Joins: TvL2386 (~tom@replaced-ip )
2392 [22:14:38] <jim> !codenames
2393 [22:14:38] <dpkg> Debian release codenames are buzz (1.1), rex (1.2), bo (1.3), hamm (2.0), slink (2.1), potato (2.2), woody (3.0), sarge (3.1), etch (4.0), lenny (5.0), squeeze (6.0), wheezy (7) jessie (8) stretch (9) and sid=Unstable. "lsb_release -sc" (lsb-release package) will display a Debian system's codename. replaced-url
2394 [22:14:44] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
2395 [22:14:52] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
2396 [22:14:54] *** Quits: Boole (~Boole@replaced-ip ) (Ping timeout: 250 seconds)
2397 [22:15:19] <jim> in which version of debian, did it get grub2?
2398 [22:15:41] *** Joins: traveltissues (~traveltis@replaced-ip )
2399 [22:16:28] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 258 seconds)
2400 [22:17:57] *** Quits: gormenghast (~gormengha@replaced-ip ) (Quit: Quit)
2401 [22:18:04] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Remote host closed the connection)
2402 [22:19:54] *** Joins: dartleader (~dartleade@replaced-ip )
2403 [22:21:14] <joepublic> lenny? wheezy? not recently
2404 [22:21:23] *** Quits: brock (~brock@replaced-ip ) (Quit: brock)
2405 [22:21:36] *** Joins: rpifan (~rpifan@replaced-ip )
2406 [22:21:44] *** Joins: hypn0 (~h@replaced-ip )
2407 [22:21:47] *** Joins: brock (~brock@replaced-ip )
2408 [22:21:53] *** Joins: elkalamar (elkalamar@replaced-ip )
2409 [22:21:58] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
2410 [22:22:07] *** Quits: brock (~brock@replaced-ip ) (Client Quit)
2411 [22:22:14] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
2412 [22:22:24] *** Joins: brock (~brock@replaced-ip )
2413 [22:22:35] *** Joins: catalin0x (~Adium@replaced-ip )
2414 [22:22:55] *** Quits: dartleader (~dartleade@replaced-ip ) (Client Quit)
2415 [22:23:10] *** Joins: dartleader (~dartleade@replaced-ip )
2416 [22:24:04] *** Quits: XaraOhara (~xara@replaced-ip ) (Remote host closed the connection)
2417 [22:24:07] *** Quits: brock (~brock@replaced-ip ) (Client Quit)
2418 [22:24:34] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Remote host closed the connection)
2419 [22:25:34] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
2420 [22:25:55] *** Joins: XaraOhara (~xara@replaced-ip )
2421 [22:26:30] *** Quits: rpifan (~rpifan@replaced-ip ) (Remote host closed the connection)
2422 [22:26:47] *** Joins: rpifan (~rpifan@replaced-ip )
2423 [22:27:38] <jim> so by wheezy, definitely grub2?
2424 [22:28:08] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
2425 [22:29:08] <joepublic> my wheezy machine here has grub2 version 1.99-27+deb7u3
2426 [22:29:37] <joepublic> "ii grub2-common 1.99-27+deb7u3 amd64 GRand Unified Bootloader (common files for version 2)"
2427 [22:30:32] *** Quits: ah_med (~ah_med@replaced-ip ) (Remote host closed the connection)
2428 [22:30:42] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
2429 [22:31:24] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 246 seconds)
2430 [22:32:50] *** Joins: zoltan (44631a70@replaced-ip )
2431 [22:33:14] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Quit: Leaving)
2432 [22:34:01] *** debhelper sets mode: +l 1544
2433 [22:34:14] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 255 seconds)
2434 [22:34:27] *** Joins: moonlightgirl (~arns@replaced-ip )
2435 [22:35:39] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2436 [22:35:47] *** Quits: moonlightgirl (~arns@replaced-ip ) (Client Quit)
2437 [22:37:50] *** Quits: pyfgcr (~pyfgcr@replaced-ip ) (Remote host closed the connection)
2438 [22:38:24] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 268 seconds)
2439 [22:40:46] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2440 [22:42:33] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
2441 [22:43:28] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
2442 [22:43:38] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
2443 [22:44:10] *** Quits: x0n2 (~x0nstaubs@replaced-ip ) (Remote host closed the connection)
2444 [22:44:16] *** Quits: x0n (~x0n@replaced-ip ) (Quit: bye.)
2445 [22:44:18] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: WeeChat 1.6)
2446 [22:44:30] *** Quits: Maarten (~maarten@replaced-ip ) (Quit: Erection reset by beer)
2447 [22:44:42] *** Joins: xcm (~xcm@replaced-ip )
2448 [22:45:12] *** Joins: SnodBlatter (~vision@replaced-ip )
2449 [22:46:04] *** Quits: paulo (~paulo@replaced-ip ) (Quit: paulo)
2450 [22:46:12] *** Joins: Maarten (~maarten@replaced-ip )
2451 [22:46:12] *** Quits: Maarten (~maarten@replaced-ip ) (Changing host)
2452 [22:46:12] *** Joins: Maarten (~maarten@replaced-ip )
2453 [22:46:26] *** Joins: traveltissues (~traveltis@replaced-ip )
2454 [22:48:00] *** Quits: Guest78318 (~helene@replaced-ip ) (Ping timeout: 252 seconds)
2455 [22:48:16] *** Quits: Rogalian (~cools@replaced-ip ) (Remote host closed the connection)
2456 [22:48:30] *** Joins: x0n (~x0n@replaced-ip )
2457 [22:48:54] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2458 [22:48:56] *** Quits: Poffer (~Poffer@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
2459 [22:49:04] *** Quits: AndrejSPB (~andrej@replaced-ip ) (Quit: AndrejSPB)
2460 [22:50:35] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Ping timeout: 258 seconds)
2461 [22:50:42] *** Quits: sulvone (~sulvone@replaced-ip ) (Quit: sulvone)
2462 [22:50:45] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: nibble_zero)
2463 [22:50:52] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 250 seconds)
2464 [22:50:55] *** Joins: OerHeks (~oerheks@replaced-ip )
2465 [22:51:16] *** Joins: x0n2 (~x0nstaubs@replaced-ip )
2466 [22:51:32] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2467 [22:51:38] *** Joins: sulvone (~sulvone@replaced-ip )
2468 [22:52:26] *** Joins: xcm (~xcm@replaced-ip )
2469 [22:54:02] *** debhelper sets mode: +l 1536
2470 [22:54:33] *** Joins: aoc (~aoc@replaced-ip )
2471 [22:55:09] <de-facto> how do i load the kernel module that supports TPROXY iptables targets on debian stretch?
2472 [22:55:10] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
2473 [22:55:41] <de-facto> grep TPROXY /boot/config-4.9.0-8-amd64 gives me "CONFIG_NETFILTER_XT_TARGET_TPROXY=m"
2474 [22:55:49] *** Joins: Rogalian (~cools@replaced-ip )
2475 [22:55:50] *** Joins: oish (~charlie@replaced-ip )
2476 [22:56:26] *** Quits: aoc (~aoc@replaced-ip ) (Client Quit)
2477 [22:59:30] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2478 [22:59:34] <ksk> de-facto: grep TPROXY /lib/modules/4.9.0-6-amd64/modules.alias
2479 [22:59:40] <ksk> and then use "modprobe" on the alias
2480 [23:00:01] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2481 [23:00:03] <ksk> (Im a litte outdated it seems, change the path to match your kernels config file)
2482 [23:00:08] *** Quits: RaalFy (~RaalFy@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
2483 [23:00:08] *** Joins: tagomago (~tagomago@replaced-ip )
2484 [23:00:57] *** Joins: _m4ch1n3_ (~m4ch1n3@replaced-ip )
2485 [23:01:04] <de-facto> grep TPROXY /lib/modules/4.9.0-8-amd64/modules.alias gives me "alias ip6t_TPROXY xt_TPROXY" and "alias ipt_TPROXY xt_TPROXY"
2486 [23:01:09] *** Quits: GaneshRaju (~ganeshraj@replaced-ip ) (Ping timeout: 246 seconds)
2487 [23:01:29] <ksk> (the alias is "xt_TPROXY"
2488 [23:01:29] <ksk> )
2489 [23:01:43] <blackswan> are the options in DEB_BUILD_OPTIONS documented somewhere?
2490 [23:02:08] *** Quits: wilkc (~wilkc@replaced-ip ) (Ping timeout: 250 seconds)
2491 [23:02:24] <de-facto> so i just do "modprobe xt_TPROXY" and can use it then?
2492 [23:02:36] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 255 seconds)
2493 [23:02:37] *** Joins: traveltissues (~traveltis@replaced-ip )
2494 [23:02:40] *** Joins: warhawk68k (~warhawk68@replaced-ip )
2495 [23:02:43] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Ping timeout: 256 seconds)
2496 [23:03:02] <de-facto> it seems to load, do i need anything else apart from iptables userland of course?
2497 [23:03:08] <ksk> de-facto: yessir. keep in mind that only loads the module once.
2498 [23:03:13] *** Joins: Boltermor (~Boltermor@replaced-ip )
2499 [23:03:21] <ksk> I dont know anything about it, but rather no.
2500 [23:03:27] <de-facto> ok great thanks :)
2501 [23:03:38] *** Joins: kraka74 (~chatter@replaced-ip )
2502 [23:03:45] *** Quits: ukine (~yaaic@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
2503 [23:03:47] <blackswan> ok nm
2504 [23:03:50] *** Joins: oish (~charlie@replaced-ip )
2505 [23:04:50] *** Quits: Rogalian (~cools@replaced-ip ) (Ping timeout: 255 seconds)
2506 [23:05:08] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2507 [23:05:27] *** Quits: pvoigt (~Linux@replaced-ip ) (Quit: WeeChat 2.4)
2508 [23:05:28] *** Quits: Typhon (~Typhon@replaced-ip ) (Ping timeout: 245 seconds)
2509 [23:06:29] *** Joins: RaalFy (~RaalFy@replaced-ip )
2510 [23:06:31] *** Quits: srg_____ (~srgg@replaced-ip ) (Quit: srg_____)
2511 [23:07:45] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2512 [23:08:05] *** Quits: kraka74 (~chatter@replaced-ip ) (Remote host closed the connection)
2513 [23:08:42] *** Quits: foolhardi (~foolhardi@replaced-ip ) (Remote host closed the connection)
2514 [23:08:58] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 246 seconds)
2515 [23:09:01] *** Joins: Brigo (~Brigo@replaced-ip )
2516 [23:09:08] *** Joins: foolhardi_ (~foolhardi@replaced-ip )
2517 [23:09:45] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
2518 [23:09:46] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
2519 [23:10:13] *** Quits: paulez (~paul@replaced-ip ) (Ping timeout: 250 seconds)
2520 [23:10:22] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
2521 [23:10:38] *** Joins: schulidr (~Thunderbi@replaced-ip )
2522 [23:11:07] *** Quits: foolhardi_ (~foolhardi@replaced-ip ) (Client Quit)
2523 [23:11:30] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2524 [23:11:52] *** Joins: devbaka (~devbaka@replaced-ip )
2525 [23:12:14] *** Quits: Boltermor (~Boltermor@replaced-ip ) (Quit: Leaving)
2526 [23:12:32] *** Joins: Boltermor (~Boltermor@replaced-ip )
2527 [23:13:07] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2528 [23:13:58] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.3)
2529 [23:14:01] *** debhelper sets mode: +l 1528
2530 [23:14:41] *** Joins: Typhon (~Typhon@replaced-ip )
2531 [23:15:14] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2532 [23:15:17] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
2533 [23:15:29] *** Quits: nehemiah (~nehemiah@replaced-ip ) (Remote host closed the connection)
2534 [23:16:08] *** Quits: scde (~scde@replaced-ip ) (Read error: Connection reset by peer)
2535 [23:17:09] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
2536 [23:17:34] *** Joins: oiaohm (~oiaohm@replaced-ip )
2537 [23:18:01] *** Quits: Greyztar (~irc@replaced-ip ) (Ping timeout: 256 seconds)
2538 [23:18:18] *** Joins: Greyztar (~irc@replaced-ip )
2539 [23:18:33] *** Parts: izh_ (~denis@replaced-ip ) ()
2540 [23:18:42] *** Quits: Maarten (~maarten@replaced-ip ) (Quit: Erection reset by beer)
2541 [23:18:54] *** Joins: pvoigt (~Linux@replaced-ip )
2542 [23:20:10] *** Joins: Maarten (~maarten@replaced-ip )
2543 [23:20:11] *** Quits: Maarten (~maarten@replaced-ip ) (Changing host)
2544 [23:20:11] *** Joins: Maarten (~maarten@replaced-ip )
2545 [23:22:50] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 255 seconds)
2546 [23:23:15] *** Quits: Boltermor (~Boltermor@replaced-ip ) (Quit: Leaving)
2547 [23:24:30] *** Quits: catalin0x (~Adium@replaced-ip ) (Remote host closed the connection)
2548 [23:27:03] *** Parts: SnodBlatter (~vision@replaced-ip ) ()
2549 [23:27:14] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Read error: Connection reset by peer)
2550 [23:29:10] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
2551 [23:29:18] *** Joins: yokisuci (~yokisuci@replaced-ip )
2552 [23:34:02] *** debhelper sets mode: +l 1522
2553 [23:34:46] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2554 [23:35:03] *** Quits: zoltan (44631a70@replaced-ip ) (Quit: Page closed)
2555 [23:36:54] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 268 seconds)
2556 [23:37:42] *** Joins: n4dir (~n4dir@replaced-ip )
2557 [23:39:30] *** Joins: ddp` (~ddp@replaced-ip )
2558 [23:40:41] *** Quits: Sveta (~svetlana@replaced-ip ) (Remote host closed the connection)
2559 [23:41:24] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 246 seconds)
2560 [23:41:26] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 272 seconds)
2561 [23:42:02] *** Joins: sveta (~svetlana@replaced-ip )
2562 [23:42:20] *** Joins: SirLagz (~SirLagz@replaced-ip )
2563 [23:42:47] *** Quits: Maarten (~maarten@replaced-ip ) (Quit: Erection reset by beer)
2564 [23:43:19] *** Joins: Maarten (~maarten@replaced-ip )
2565 [23:43:19] *** Quits: Maarten (~maarten@replaced-ip ) (Changing host)
2566 [23:43:19] *** Joins: Maarten (~maarten@replaced-ip )
2567 [23:43:52] *** Joins: fstd (~fstd@replaced-ip )
2568 [23:45:28] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
2569 [23:45:34] *** Joins: fstd_ (~fstd@replaced-ip )
2570 [23:46:00] *** fstd_ is now known as fstd
2571 [23:47:08] *** Joins: MrTopless (~Linas@replaced-ip )
2572 [23:47:32] <Tenkawa> Anyone running Debian on a MSI B450? if so how do you like it?
2573 [23:48:12] *** Joins: P67 (~irc@replaced-ip )
2574 [23:48:28] *** Joins: awal1 (~awal1@replaced-ip )
2575 [23:48:28] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
2576 [23:48:30] <Tenkawa> I'm looking at building a new desktop and there are just so many choices now
2577 [23:48:59] *** Quits: schulidr (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
2578 [23:49:01] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2579 [23:49:28] *** Joins: liminal (1807cba5@replaced-ip )
2580 [23:51:01] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2581 [23:51:06] *** Quits: Juslintek (~Linas@replaced-ip ) (Ping timeout: 250 seconds)
2582 [23:51:12] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 246 seconds)
2583 [23:52:05] *** Joins: SirLagz (~SirLagz@replaced-ip )
2584 [23:58:12] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 246 seconds)
2585 [23:58:21] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
2586 [23:58:34] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Remote host closed the connection)
2587 [23:59:34] *** Joins: rysiek|pl (~quassel@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