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:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1 [00:00:18] *** Joins: sanches (~sanches@replaced-ip )
2 [00:00:23] *** Joins: v01t (~v01t@replaced-ip )
3 [00:00:44] <somiaj> Akuw: what do you mean by boot pendrive? Do you want a live system on the drive, or just a they keys and /boot on the pendrive to boot an encrypted system for instance?
4 [00:01:06] *** Quits: Telvana (~digits@replaced-ip ) (Ping timeout: 252 seconds)
5 [00:01:12] *** Quits: shadow98 (uid236862@replaced-ip ) (Quit: Connection closed for inactivity)
6 [00:01:15] *** Joins: pax (~Thunderbi@replaced-ip )
7 [00:02:06] <Akuw> somiaj: yes live system
8 [00:02:24] <Akuw> just for booting from usb and install debian
9 [00:03:00] *** Joins: mtn (~mtn@replaced-ip )
10 [00:03:07] *** Joins: hakash (~hakash@replaced-ip )
11 [00:03:08] <somiaj> Do you just want to download a debian installer and put it on a pen drive to boot/install from?
12 [00:03:27] <somiaj> This is easy, in linux, you cp debian.iso /dev/sdX (where sdX is the drive (not partition) you want to copy it too)
13 [00:03:33] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
14 [00:04:40] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
15 [00:05:13] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
16 [00:05:18] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
17 [00:05:48] *** Joins: Telvana (~digits@replaced-ip )
18 [00:10:54] *** Quits: wnklmnn (~wnklmnn@replaced-ip ) (Quit: Leaving)
19 [00:11:07] *** Quits: heroxbd_ (~heroxbd@replaced-ip ) (Quit: See you around.)
20 [00:11:57] *** Joins: earthundead (~earthunde@replaced-ip )
21 [00:12:31] *** Joins: dode (~quassel@replaced-ip )
22 [00:12:37] *** Quits: dethos_ (~dethos@replaced-ip ) (Ping timeout: 268 seconds)
23 [00:13:09] *** Quits: osro (~osro@replaced-ip ) (Quit: osro)
24 [00:13:34] <dode> can somebody explain tome why when running exec env -i and setting a PS1 variable does not work as expected?
25 [00:13:59] *** Quits: srgg_ (~srgg@replaced-ip ) (Quit: srgg_)
26 [00:14:08] <dode> it gets overridden by the default
27 [00:14:30] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
28 [00:14:33] <somiaj> how are you setting the PS1 variabble?
29 [00:14:41] <dode> i don't actually need the functionality I'm just curious as to why it doesn't work the way it used to in the past
30 [00:14:53] *** Joins: grobi (~rtng@replaced-ip )
31 [00:15:07] <somiaj> oh so this is a change, have you checked the change log. It could also be a regression, maybe look for bug reprts.
32 [00:15:33] *** Joins: heroxbd (~heroxbd@replaced-ip )
33 [00:15:40] <somiaj> are you expecting env -i to clear the enviorment, or just ignore it?
34 [00:16:09] <dode> as i just said exec env -i PS1='whatever' /bin/bash
35 [00:16:45] <dode> it's not really a huge deal it just doesn't work as it used to and i like to understand things
36 [00:16:49] <somiaj> ahh you left off the /bin/bash, one second.
37 [00:16:51] *** Quits: Telvana (~digits@replaced-ip ) (Ping timeout: 252 seconds)
38 [00:16:57] <dode> I'm just curious I'm not really trying to do anything
39 [00:17:02] <dode> oh
40 [00:17:07] *** Joins: czart_ (~czart@replaced-ip )
41 [00:17:16] <dode> wait could it be that it's reading a global rc
42 [00:17:16] *** Parts: AndreasLutro (andreas@replaced-ip ) ()
43 [00:17:23] <dode> instead of the one i made?
44 [00:17:26] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
45 [00:17:31] <dode> profile rather
46 [00:17:53] *** Joins: grobi (~rtng@replaced-ip )
47 [00:18:06] <somiaj> I'm not quite sure on what is happening here, but running /bin/bash will then parse your .bashrc and could change your setting of PS1 there
48 [00:18:37] <somiaj> if I use something else besides PS1=, like TEST='home' I see that TEST enviroment variable there as expected.
49 [00:19:44] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
50 [00:20:07] <dode> I'll try that just to make sure
51 [00:20:28] *** Joins: sanches (~sanches@replaced-ip )
52 [00:20:35] <dode> i know the ps1 can be overridden by the vt
53 [00:20:39] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 268 seconds)
54 [00:20:48] <dode> it just *didnt used to*
55 [00:20:53] <dode> 10 years ago
56 [00:20:54] <dode> lol
57 [00:21:06] *** Joins: grobi (~rtng@replaced-ip )
58 [00:21:48] <somiaj> Things do change, could be a change, could be something to do with .bashrc and using PS1.
59 [00:21:53] *** Quits: cerenous (~cerenous@replaced-ip ) (Ping timeout: 268 seconds)
60 [00:23:01] <SerajewelKS> running bash does read .bashrc
61 [00:23:13] <SerajewelKS> anything set in .bashrc is going to override any environment variables you set before running bash
62 [00:23:57] <SerajewelKS> also /etc/bash.bashrc
63 [00:24:19] <SerajewelKS> there is 'bash --norc'
64 [00:24:44] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
65 [00:25:01] *** Quits: heroxbd (~heroxbd@replaced-ip ) (Ping timeout: 252 seconds)
66 [00:25:34] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
67 [00:25:38] *** Quits: streamline (~streamlin@replaced-ip ) (Ping timeout: 272 seconds)
68 [00:25:59] *** Joins: stnv (~daniel@replaced-ip )
69 [00:25:59] *** Quits: stnv (~daniel@replaced-ip ) (Changing host)
70 [00:25:59] *** Joins: stnv (~daniel@replaced-ip )
71 [00:26:11] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Ping timeout: 268 seconds)
72 [00:26:20] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
73 [00:27:15] *** Joins: grobi (~rtng@replaced-ip )
74 [00:27:38] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
75 [00:27:48] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
76 [00:27:59] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 244 seconds)
77 [00:29:00] *** Joins: grobi (~rtng@replaced-ip )
78 [00:29:26] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
79 [00:29:32] *** Quits: phragment_ (~blubb@replaced-ip ) (Remote host closed the connection)
80 [00:29:51] *** Joins: cneira_ (~cneira@replaced-ip )
81 [00:30:14] *** Quits: orbiter (~orbiter@replaced-ip ) ()
82 [00:30:40] *** Joins: heroxbd (~heroxbd@replaced-ip )
83 [00:30:40] *** Quits: neirac (~cneira@replaced-ip ) (Read error: Connection reset by peer)
84 [00:32:24] *** Quits: cml1 (~cml@replaced-ip ) (Read error: Connection reset by peer)
85 [00:32:36] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 272 seconds)
86 [00:32:43] *** Quits: crayon (~crayon@replaced-ip ) (Quit: Quit)
87 [00:33:03] *** Joins: cml1 (~cml@replaced-ip )
88 [00:33:26] *** Quits: slack_ (~slack@replaced-ip ) (Quit: Leaving)
89 [00:34:01] *** debhelper sets mode: +l 1388
90 [00:34:12] *** Joins: crayon (~crayon@replaced-ip )
91 [00:34:44] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
92 [00:34:49] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 268 seconds)
93 [00:34:57] *** Joins: grobi (~rtng@replaced-ip )
94 [00:35:14] *** Joins: himcesjf_ (~cesjf@replaced-ip )
95 [00:36:18] *** Joins: Boltermor (~Boltermor@replaced-ip )
96 [00:36:34] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
97 [00:37:02] *** Quits: divrppav (~outis@replaced-ip ) (Quit: WeeChat 1.6)
98 [00:37:17] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
99 [00:37:26] *** Quits: david1985 (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
100 [00:37:42] *** Joins: grobi (~rtng@replaced-ip )
101 [00:38:13] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
102 [00:38:52] *** Joins: foobiebletch (~matthew@replaced-ip )
103 [00:39:18] *** Joins: n4dir (~n4dir@replaced-ip )
104 [00:40:03] *** Joins: sanches (~sanches@replaced-ip )
105 [00:40:30] *** Quits: Boltermor (~Boltermor@replaced-ip ) (Client Quit)
106 [00:40:37] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
107 [00:41:36] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 268 seconds)
108 [00:41:42] *** Joins: darkghost (~darkghost@replaced-ip )
109 [00:41:55] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
110 [00:44:23] *** Quits: darkghost (~darkghost@replaced-ip ) (Client Quit)
111 [00:44:47] *** Joins: darkghost7 (~darkghost@replaced-ip )
112 [00:44:54] *** Joins: dez (uid92154@replaced-ip )
113 [00:44:54] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
114 [00:45:30] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
115 [00:46:18] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
116 [00:46:28] *** Quits: cneira_ (~cneira@replaced-ip ) (Ping timeout: 252 seconds)
117 [00:46:36] *** Quits: clackety (~clackety@replaced-ip ) (Remote host closed the connection)
118 [00:46:59] *** Joins: neirac (~cneira@replaced-ip )
119 [00:47:17] *** Joins: clackety (~clackety@replaced-ip )
120 [00:47:46] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
121 [00:49:34] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Client Quit)
122 [00:49:58] *** Joins: darkghost7 (~darkghost@replaced-ip )
123 [00:51:24] *** Parts: darkghost7 (~darkghost@replaced-ip ) ()
124 [00:51:49] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
125 [00:51:54] *** Quits: Freddrickk (~fred@replaced-ip ) (Remote host closed the connection)
126 [00:52:27] *** Joins: Freddrickk (~fred@replaced-ip )
127 [00:53:31] *** Quits: ritho (~kvirc@replaced-ip##) (Quit: KVIrc 4.9.3 Aria ##replaced-url
128 [00:54:01] *** debhelper sets mode: +l 1382
129 [00:54:03] *** Joins: dreamon (~dreamon@replaced-ip )
130 [00:54:09] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 276 seconds)
131 [00:54:29] *** Joins: neibo (~bingen@replaced-ip )
132 [00:54:45] *** Quits: __m4ch1ne_ (~m4ch1n3@replaced-ip ) (Quit: Leaving)
133 [00:55:25] <Kadigan> Hey, I was thinking... Can I create a "special" file, which would be tied to a script? As in, if anything attempted to read from that file, it would launch my script instead, and whatever it output would become the "contents" the reading process would see? I know there are "special" nodes like that, like half the stuff in /dev - do I need to write a driver?
134 [00:57:01] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Remote host closed the connection)
135 [00:57:15] *** Quits: boson (~boson@replaced-ip ) (Remote host closed the connection)
136 [00:59:45] *** Joins: tradar (~tradar@replaced-ip )
137 [01:00:35] *** Quits: jfoy (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
138 [01:00:51] <somiaj> Kadigan: I don't think you want scripts launching when you read from files. But you can create scripts that launch when you execute them.
139 [01:01:17] <Kadigan> I want to have multiple versions of the same file served to the same process depending on its launch context.
140 [01:01:26] <somiaj> But do you have some goal in mind, why do you want scripts to run when something reads a paticular file?
141 [01:01:57] <Kadigan> Say, `./process -savedir ./Save_A` gets file variant A, and when I launch `./process -savedir ./Save_B` it gets file variant B
142 [01:02:23] <somiaj> And you want this to replace the current running process as opposed to creating a new process?
143 [01:02:36] <Kadigan> I don't want to replace the process.
144 [01:02:53] <somiaj> I mean you want to current running process ot load Save_B and use it in place of Save_A?
145 [01:02:54] <Kadigan> I have concurrent processes. I need them to have different contents of "/some/file" when launched.
146 [01:03:20] *** Joins: darkghost7 (~darkghost@replaced-ip )
147 [01:03:51] <somiaj> I guess I really don't get what you are trying to do. You just want your process to have a flag that you can tell it what data file to read that time? This is a common flag.
148 [01:04:00] <somiaj> (though the actual flag would depend on the process)
149 [01:04:10] <Kadigan> Okay, here's what I have. I have a game server that I can run multiple instances of, from the same folder structure, by providing it different launch parameters.
150 [01:04:17] <Kadigan> Sadly, "--configFile" is not one of them.
151 [01:04:19] *** Joins: rk[ghost] (~rak@replaced-ip )
152 [01:04:26] <Kadigan> So each process launched shares the same config file.
153 [01:04:34] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
154 [01:04:48] *** Quits: n4dir (~n4dir@replaced-ip ) (Read error: No route to host)
155 [01:04:51] *** Parts: rk[ghost] (~rak@replaced-ip ) ()
156 [01:04:58] <Kadigan> I need -one line- of that config file to be different >_M
157 [01:05:00] <Kadigan> >_<*
158 [01:05:30] <somiaj> sounds like a limiation in the game server if you can specifiy which config file to use. Once the game server is running, if you change the config file, and then run another instance with the new option?
159 [01:05:33] <Kadigan> (has to do w/ enemy spawning rates -- the newest instance I have going is on a map about twice as big as the previous ones, so the spawn rates are way too low)
160 [01:05:37] <somiaj> s/can/can't/
161 [01:06:01] *** Joins: Krennic (~Krennic@replaced-ip )
162 [01:06:13] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
163 [01:06:17] <somiaj> you could write a wrapper script that updates the config file before running the game server, and that wrapper script could parse custom flags so it knows which config option to use.
164 [01:06:18] <Kadigan> Are you proposing I instead run a "config generator" of sorts, which is invoked before each instance launch, to "prepare" the contents of the file for the particular instance?
165 [01:06:36] <Kadigan> Yeah, that's what you're proposing all right...
166 [01:06:57] <somiaj> You could also ask the game server devs to add the feature to load a custom config file as a command line flag.
167 [01:07:24] <Kadigan> The collective community can't get the devs to accept the remaining 95% of the translations that've been in limbo for the past two years.
168 [01:07:56] <Kadigan> So that's a vehement "no" on that last question.
169 [01:08:22] <somiaj> well if it was open source, you could modify it yourself. But maybe a warpper script can get the job done.
170 [01:08:22] *** Joins: sanches (~sanches@replaced-ip )
171 [01:08:48] *** Joins: CarlFK (~carl@replaced-ip )
172 [01:08:48] <Kadigan> The game is ARK: Survival Evolved. If you're familiar with it, that'll tell you all you'd ever want to know about the issue.
173 [01:09:05] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 276 seconds)
174 [01:09:14] <CarlFK> what package supplies qemu-img ?
175 [01:09:19] <somiaj> doesn't sound like a debian issue.
176 [01:09:23] <somiaj> CarlFK: apt-file can help with that.
177 [01:09:29] <somiaj> CarlFK: (if installed dpkg -S can)
178 [01:09:33] <Kadigan> I considered making duplicates and separating stuff, but I didn't want to keep some 60-odd GB per instance.
179 [01:09:48] <CarlFK> somiaj: thanks
180 [01:09:49] <somiaj> CarlFK: qemu-utils: /usr/bin/qemu-img
181 [01:09:50] <Kadigan> I might attempt some lesser magick with links though...
182 [01:10:01] <CarlFK> somiaj: thanks more
183 [01:10:21] <Kadigan> (I already have the most disk-intensive components offloaded to an SSD there)
184 [01:10:36] *** Joins: pringau (~pringau@replaced-ip )
185 [01:11:23] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
186 [01:11:51] <Kadigan> somiaj: hm... I'd still need to do some conflict avoidance... I'd need to keep the file write-locked until I was sure the process launched properly... That'll be interesting...
187 [01:12:56] <Kadigan> But going back to my question -- is it at all possible to have the file present different contents depending on the context? (which would most easily be done by having the file be a "special node" that sources contents from a script a read triggers)
188 [01:13:21] *** Joins: grobi (~rtng@replaced-ip )
189 [01:13:31] <somiaj> what does the directory structure look like that has the config file, it is lots of files, or just a few files and lots of directories with the data.
190 [01:13:44] <somiaj> You could make a link coppy of the whole directory tree, execept the config file
191 [01:13:45] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
192 [01:14:00] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
193 [01:14:40] <somiaj> Only way to do that is to have a script that translates the file then feeds it to the software via stdin, but in this case, probably not possible, since having a flag to read different config files would be an easy thing to add to a program.
194 [01:15:14] <somiaj> I mean think of php, php produces different output depending on context, but at the level you are talking about (file read), no I don't think so, you'd need some intruptuer in the middle.
195 [01:15:26] <SerajewelKS> Kadigan: i don't know if anyone brought it up, but fifos are a thing
196 [01:16:11] <somiaj> to me the proper way would be fix the actual process, all other ways are hacks.
197 [01:16:18] <SerajewelKS> of course
198 [01:16:25] *** Quits: Elleander (~Elleander@replaced-ip ) (Remote host closed the connection)
199 [01:16:28] <somiaj> though with closed source binaries, sometimes you have no choice.
200 [01:16:43] <SerajewelKS> a fifo would be the hacky solution
201 [01:16:54] <SerajewelKS> a kludge would be a custom fuse filesystem
202 [01:17:19] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
203 [01:17:50] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
204 [01:18:16] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
205 [01:18:36] *** Joins: dvs (~hibbard@replaced-ip )
206 [01:18:39] <SerajewelKS> Kadigan: regarding "is it at all possible to have the file present different contents depending on the context?" -- yes, with a custom fuse filesystem
207 [01:18:50] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
208 [01:19:02] <SerajewelKS> fuse_get_context() will return a struct with (among other things) the pid of the process that initiated the operation
209 [01:19:03] *** Joins: roshanavand (~Thunderbi@replaced-ip )
210 [01:19:15] *** Joins: _anb (~anb@replaced-ip )
211 [01:19:20] *** Quits: juko (~juko@replaced-ip ) (Quit: Lost terminal)
212 [01:19:27] <SerajewelKS> if you can somehow map the pid to the value you need to put in the config, then there you go
213 [01:19:32] <SerajewelKS> but beware, here dragons be
214 [01:19:37] <Kadigan> In this particular context I'd probably want to know the name of the parent bash script launching it, actually.
215 [01:19:42] *** Quits: Ruebezahl (~Alf@replaced-ip ) (Ping timeout: 264 seconds)
216 [01:19:55] <SerajewelKS> you can probably look that up
217 [01:20:03] <Kadigan> But I guess I could look it up in /proc somewhere, or somewhere else.
218 [01:20:16] <SerajewelKS> another option would be to store something in the process environment before launching it (with "export")
219 [01:20:29] <SerajewelKS> if the process has the same owner as the fuse process, it can read that process' environment using the pid
220 [01:20:42] <SerajewelKS> in particular, /proc/$PID/environ
221 [01:21:04] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 268 seconds)
222 [01:21:50] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Quit: leaving)
223 [01:21:54] *** Joins: phragment (~blubb@replaced-ip )
224 [01:21:56] *** Quits: cybercrypto (~morpheus@replaced-ip ) (Quit: Konversation terminated!)
225 [01:22:38] *** Joins: gigetoo (~gigetoo@replaced-ip )
226 [01:23:21] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
227 [01:23:27] *** Joins: alexandros_c (~alexandro@replaced-ip )
228 [01:24:01] *** debhelper sets mode: +l 1374
229 [01:25:19] <SerajewelKS> another option is to use a preload library
230 [01:25:41] <SerajewelKS> (probably the better option, TBH)
231 [01:26:04] <SerajewelKS> this would allow you to capture e.g. the open() system call. if the argument is the config file, you can change the argument on the way to the REAL open() to trick it into opening a different file altogether.
232 [01:26:46] <SerajewelKS> this doesn't even require root. you just tell ld to load your library before libc and this way your library gets the first chance to provide open().
233 [01:27:52] <SerajewelKS> TBH that's probably the route i'd go
234 [01:28:33] <SerajewelKS> it's a well-documented and understood trick, and requires a single C library with a single function
235 [01:29:24] <SerajewelKS> oh and hey, since you'll be running "in" the ARK process itself, you can read its environment. so you can tell it what config file to load using an environment variable.
236 [01:29:32] <SerajewelKS> this is like a dozen lines of C and you're done :)
237 [01:31:47] *** Joins: quint (~quint@replaced-ip )
238 [01:31:52] <quint> My apache2 is configured to listen strictly on port 80 tcp6, and netstat can confirm this. However, connecting from a different host on tcp4 port 80 actually works.. Why is this?
239 [01:32:22] <SerajewelKS> quint: cat /proc/sys/net/ipv6/bindv6only
240 [01:32:52] <quint> SerajewelKS: 1
241 [01:33:00] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Quit: Gone planting!)
242 [01:35:36] <SerajewelKS> quint: hmm. i know that this is a default setting that applications can override.
243 [01:36:24] <SerajewelKS> google suggests this is a compile-time option (./configure --enable-v4-mapped)
244 [01:36:32] <SerajewelKS> apache compile-time option, that is
245 [01:37:31] <SerajewelKS> quint: #httpd is the apache channel, they might know if it's possible to modify this behavior without recompiling
246 [01:37:41] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
247 [01:38:03] <quint> SerajewelKS: I'll try them, thanks!
248 [01:39:11] <SerajewelKS> np
249 [01:40:27] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
250 [01:40:53] *** Joins: sanches (~sanches@replaced-ip )
251 [01:42:22] *** Joins: allorder (~allorder@replaced-ip )
252 [01:42:29] *** Joins: dArK_IcE (~lawl@replaced-ip )
253 [01:43:22] *** Quits: Kulrak (~kulrak@replaced-ip ) (Read error: No route to host)
254 [01:43:47] *** Joins: cCkw (~ejakuk@replaced-ip )
255 [01:45:19] *** Quits: tradar (~tradar@replaced-ip ) (Quit: tradar)
256 [01:45:41] *** Joins: Kulrak (~kulrak@replaced-ip )
257 [01:45:41] *** Quits: Kulrak (~kulrak@replaced-ip ) (Changing host)
258 [01:45:41] *** Joins: Kulrak (~kulrak@replaced-ip )
259 [01:46:50] *** Joins: tikun (~David@replaced-ip )
260 [01:48:04] *** Quits: chalcedny` (~llhull@replaced-ip ) (Ping timeout: 264 seconds)
261 [01:48:42] *** Quits: folorn (~folorn@replaced-ip ) (Ping timeout: 252 seconds)
262 [01:49:13] *** Quits: sikun (~David@replaced-ip ) (Ping timeout: 245 seconds)
263 [01:50:16] *** Joins: Ricardo__ (~rick@replaced-ip )
264 [01:50:17] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
265 [01:50:17] *** Joins: Ricardo__ (~rick@replaced-ip )
266 [01:52:08] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
267 [01:52:51] *** Joins: daniel-s (~daniel-s@replaced-ip )
268 [01:53:12] *** Joins: Bambi (~Bambi@replaced-ip )
269 [01:56:50] *** Quits: msb (~msb@replaced-ip ) (Ping timeout: 268 seconds)
270 [01:57:04] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Quit: WeeChat 1.9.1)
271 [01:57:23] *** Joins: msb (~msb@replaced-ip )
272 [01:58:07] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
273 [01:59:06] *** Joins: eddof13 (~eddof13@replaced-ip )
274 [01:59:11] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
275 [01:59:36] *** Joins: rk[ghost] (~rak@replaced-ip )
276 [02:00:02] <rk[ghost]> anyone have any suggestions for a lightweight web-browser? (firefox crashes on me every time i open it -.-).. need some sort of backup
277 [02:00:18] <rk[ghost]> xombrero seems to suck at webpaging because too much javascripting noobs.
278 [02:00:35] *** Joins: darkghost7_ (6ca1adc5@replaced-ip )
279 [02:00:38] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 272 seconds)
280 [02:01:01] *** Parts: darkghost7_ (6ca1adc5@replaced-ip ) ()
281 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
282 [02:01:24] *** Joins: de-facto (~de-facto@replaced-ip )
283 [02:01:25] *** Joins: Gazooo (~Gazooo@replaced-ip )
284 [02:02:52] <EdePopede> every time really is a bit much. any idea why? and also with new profiles?
285 [02:03:02] *** Joins: nighty- (~nighty@replaced-ip )
286 [02:03:31] *** Joins: drax-- (~x64@replaced-ip )
287 [02:03:46] *** Quits: drax- (~x64@replaced-ip ) (Remote host closed the connection)
288 [02:04:41] *** Quits: mauz555 (~mauz555@replaced-ip ) (Read error: Connection reset by peer)
289 [02:04:54] <EdePopede> rk[ghost] what about replaced-url
290 [02:04:55] *** Joins: Codier (~user@replaced-ip )
291 [02:05:08] *** Joins: mauz555 (~mauz555@replaced-ip )
292 [02:05:38] *** Quits: neirac (~cneira@replaced-ip ) (Ping timeout: 244 seconds)
293 [02:07:30] *** Joins: folorn (~folorn@replaced-ip )
294 [02:08:13] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 244 seconds)
295 [02:08:39] *** Joins: [b0b] (~bob@replaced-ip )
296 [02:09:31] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
297 [02:10:19] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
298 [02:11:27] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 240 seconds)
299 [02:11:29] *** [b0b] is now known as b0b
300 [02:12:52] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 244 seconds)
301 [02:12:59] *** Joins: treehug88 (~textual@replaced-ip )
302 [02:13:01] *** Quits: aicra (~aicra@replaced-ip ) (Remote host closed the connection)
303 [02:14:16] *** Joins: vizius00 (~vizius00@replaced-ip )
304 [02:17:41] *** Quits: Ilyas (uid43013@replaced-ip ) (Quit: Connection closed for inactivity)
305 [02:18:17] *** Quits: patterson_ (patterson@replaced-ip ) ()
306 [02:18:27] *** Quits: turfrex (~py@replaced-ip ) (Remote host closed the connection)
307 [02:18:48] *** Quits: apt (ibot@replaced-ip ) (Ping timeout: 245 seconds)
308 [02:18:51] *** Joins: turfrex (~py@replaced-ip )
309 [02:19:38] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 272 seconds)
310 [02:19:57] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Ping timeout: 252 seconds)
311 [02:21:43] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
312 [02:23:27] *** Quits: stnv (~daniel@replaced-ip ) (Ping timeout: 240 seconds)
313 [02:24:01] *** debhelper sets mode: +l 1366
314 [02:24:07] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 240 seconds)
315 [02:25:14] *** Quits: quint (~quint@replaced-ip ) (Quit: leaving)
316 [02:26:26] *** Quits: lxsameer (~lxsameer@replaced-ip ) (Ping timeout: 268 seconds)
317 [02:29:08] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 272 seconds)
318 [02:29:47] *** Joins: Gazooo (~Gazooo@replaced-ip )
319 [02:30:54] *** Joins: therajsun_ (~theshaman@replaced-ip )
320 [02:32:18] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 264 seconds)
321 [02:32:28] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
322 [02:33:22] *** Joins: Man099 (~thinkpad@replaced-ip )
323 [02:33:23] *** Quits: Rajsun (~theshaman@replaced-ip ) (Ping timeout: 245 seconds)
324 [02:33:43] *** Joins: VinAlencc (~VinAlencc@replaced-ip )
325 [02:34:33] *** Joins: lord_helmet (~lordhelme@replaced-ip )
326 [02:34:35] *** Joins: scatterbrainz (~scatterbr@replaced-ip )
327 [02:35:04] *** Quits: rk[ghost] (~rak@replaced-ip ) (Ping timeout: 268 seconds)
328 [02:35:07] <scatterbrainz> evening
329 [02:36:16] *** Parts: VinAlencc (~VinAlencc@replaced-ip ) ("Leaving...")
330 [02:36:46] *** Joins: rk[ghost] (~rak@replaced-ip )
331 [02:37:50] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Quit: WeeChat 2.3)
332 [02:38:11] *** Joins: darkghost7 (~darkghost@replaced-ip )
333 [02:38:11] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Quit: bbl)
334 [02:38:56] *** Joins: wall4ss (~smuxi@replaced-ip )
335 [02:39:18] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Client Quit)
336 [02:39:39] *** Joins: darkghost7 (~darkghost@replaced-ip )
337 [02:39:51] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Client Quit)
338 [02:40:19] *** Joins: darkghost7 (~darkghost@replaced-ip )
339 [02:40:34] *** Quits: tikun (~David@replaced-ip ) (Read error: Connection reset by peer)
340 [02:41:11] *** Joins: krytarik (~krytarik@replaced-ip )
341 [02:42:33] *** Quits: Whiskey (~Whiskey@replaced-ip ) (Ping timeout: 245 seconds)
342 [02:42:53] *** Joins: Gnhugo (~yaaic@replaced-ip )
343 [02:44:13] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 245 seconds)
344 [02:44:17] *** Joins: piercedwater (~piercedwa@replaced-ip )
345 [02:47:47] *** Joins: Whiskey (~Whiskey@replaced-ip )
346 [02:48:35] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
347 [02:48:41] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
348 [02:49:55] *** Joins: neirac (~cneira@replaced-ip )
349 [02:50:47] *** Quits: Akuw (~Akuw@replaced-ip ) (Quit: WeeChat 1.6)
350 [02:53:44] *** Joins: juhuu4712 (~yaaic@replaced-ip )
351 [02:58:47] *** Quits: juhuu4712 (~yaaic@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
352 [02:58:57] *** Joins: juhuu4712 (~yaaic@replaced-ip )
353 [03:00:00] *** Quits: kawaiipunk (~from@replaced-ip ) (Remote host closed the connection)
354 [03:00:10] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 272 seconds)
355 [03:00:35] *** Joins: kawaiipunk (~from@replaced-ip )
356 [03:01:54] *** Quits: Night-Shade (~TimF@replaced-ip ) (Read error: Connection reset by peer)
357 [03:03:21] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
358 [03:04:36] *** Quits: juhuu4712 (~yaaic@replaced-ip ) (Ping timeout: 252 seconds)
359 [03:04:58] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Remote host closed the connection)
360 [03:05:17] *** Joins: vjacob_ (~vjacob@replaced-ip )
361 [03:06:54] <Buliarous> does anybody have xbacklight or xrandr --backlight working with xflux? all that happens when i make changes is the screen flashes and then goes back to what it was before. I would love to be able to adjust brightness while xflux is running!
362 [03:06:58] *** Joins: Telvana (~digits@replaced-ip )
363 [03:09:07] *** Joins: vjacob (~vjacob@replaced-ip )
364 [03:09:21] *** Joins: ryouma (~user@replaced-ip )
365 [03:10:05] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
366 [03:10:13] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Ping timeout: 268 seconds)
367 [03:10:32] <ryouma> jessie upgraded firefox-esr to the one that breaks extensions. all of my many tabs (my session) are not showing. can they be retrieved? also, what is the security issue that forced this upgrade?
368 [03:11:20] <phogg> ryouma: with luck you could shut down, then start up the old one and have the data still be intact
369 [03:11:28] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
370 [03:11:39] <phogg> no guarantees with that
371 [03:11:42] *** Joins: bnw (~bnw@replaced-ip )
372 [03:11:57] <ryouma> phogg: what do i do to downgrade to the old one?
373 [03:12:33] <ryouma> i'm not certain that it is v60 that breaks the session. firefox has always been flaky about the session, and it might have just beoken it independently of the upgrade.
374 [03:21:02] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
375 [03:21:32] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
376 [03:24:25] *** Quits: purpleunicorn (~purpleuni@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
377 [03:26:24] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
378 [03:26:46] *** Joins: asterismo_l (~asterismo@replaced-ip )
379 [03:27:37] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
380 [03:27:47] *** Quits: boturk (~boturk@replaced-ip ) (Quit: I'm out)
381 [03:28:21] *** Joins: sidmo (~ident@replaced-ip )
382 [03:28:49] *** Joins: finalbeta (~finalbeta@replaced-ip )
383 [03:28:58] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
384 [03:29:25] *** Quits: jetchisel (~jetchisel@replaced-ip ) (Ping timeout: 246 seconds)
385 [03:29:53] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
386 [03:31:02] *** Quits: monstar (~mitya@replaced-ip ) (Remote host closed the connection)
387 [03:31:16] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 264 seconds)
388 [03:31:35] *** Joins: jetchisel (~jetchisel@replaced-ip )
389 [03:33:40] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 252 seconds)
390 [03:34:01] *** debhelper sets mode: +l 1359
391 [03:34:21] *** Quits: Krennic (~Krennic@replaced-ip ) (Read error: Connection reset by peer)
392 [03:36:09] <tharkun> Good $DAY I am looking for something similar to the kteatimer but for a lighter desktop like xfce any suggestions? If it is based CLI even better.
393 [03:36:58] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
394 [03:39:11] *** Joins: OS-27734 (~OS-27734@replaced-ip )
395 [03:39:44] <rabbitear_sdf> tharkun: you could run kteatimer on any desktop
396 [03:40:16] *** Quits: mumixam (~m@replaced-ip ) (Ping timeout: 250 seconds)
397 [03:40:18] <tharkun> rabbitear_sdf: Yes if you pull all kde dependencies. At this machine there is really no way of doing that.
398 [03:40:41] <rk[ghost]> EdePopede: yeah, also with a new profile, i thought that may sovle it. it is a realy strange issue that i am trying now to get to the root of....
399 [03:40:50] *** Quits: HoSy (~HS_@replaced-ip ) (Quit: Leaving)
400 [03:41:06] <rk[ghost]> a new profile, at least i got 60 seconds before it crashes. without that it crashes instantly _every_ time.
401 [03:41:12] <rabbitear_sdf> replaced-url
402 [03:41:32] <tw> How do I prevent the xorg xtest extension from being loaded? alternatively, how do I one-way disable it so it cannot be re-enabled by my uid?
403 [03:41:41] <SerajewelKS> ryouma: mozilla does not support 52 anymore, that's what forced the upgrade
404 [03:42:54] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 268 seconds)
405 [03:43:00] <EdePopede> rk[ghost]: did you try it from the terminal? it may be chatty and spit out something useful.
406 [03:43:33] *** Quits: ryouma (~user@replaced-ip ) (Ping timeout: 252 seconds)
407 [03:44:22] <SerajewelKS> rk[ghost]: i don't suppose your system is out of memory
408 [03:44:37] <rk[ghost]> SerajewelKS: i thought that could have been the issue as well, i did a full restart
409 [03:44:50] <rk[ghost]> what i thought maybe was the issue was : crash (expected)
410 [03:45:00] <SerajewelKS> rk[ghost]: dmesg will tell you if the OOM killer killed it
411 [03:45:07] <rk[ghost]> ah, OK.
412 [03:45:10] <SerajewelKS> "free" will tell you about your available memory
413 [03:45:10] <rk[ghost]> however
414 [03:45:14] <tw> rk[ghost]: do you have apparmor installed?
415 [03:45:14] <rk[ghost]> right
416 [03:45:31] <rk[ghost]> Mem: 3791 1588 2203
417 [03:45:40] <rk[ghost]> should be plenty...
418 [03:45:56] <SerajewelKS> indeed
419 [03:46:08] <rk[ghost]> i thought it might have orignially been a memory thing, given that i continuously open lots of tabs and then "restore old tab" shows up upon return
420 [03:46:31] <rk[ghost]> and i had a string of those going, so i thought, hmm .. maybe it is trying to load all those and finally i have a string of too many
421 [03:46:41] <rk[ghost]> however, a new profile should have sifted that probable cause out
422 [03:46:48] <rk[ghost]> and new profile still yields crashing
423 [03:46:57] <SerajewelKS> right. along with problematic extensions. unless they are supplied by the system.
424 [03:47:11] <tw> I'm serious about that apparmor thing. the default firefox-esr profile is pretty crap.
425 [03:47:16] <SerajewelKS> running firefox from a terminal is a good idea, if it crashes it might tell you why
426 [03:47:18] <rk[ghost]> aye. i don't think by default when i load a new profile any extensions are applied?
427 [03:47:34] <rk[ghost]> tw: what is apparmor?
428 [03:48:16] <tw> linux security policy framework.
429 [03:48:37] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
430 [03:48:52] *** Joins: MarmotteMorte (~MarmotteM@replaced-ip )
431 [03:49:07] <EdePopede> shot into the blue: /dev/shm is mounted?
432 [03:49:30] <dode> hey SerajewelKS just saw your response, figured as much, thanks :)
433 [03:49:40] <dode> re the bashrc stuff
434 [03:49:47] <SerajewelKS> dode: np
435 [03:49:50] <dode> busy day here
436 [03:50:05] <SerajewelKS> bash --norc is probably the easiest way to get what you want
437 [03:50:28] <SerajewelKS> you can also do "exec -a /bin/sh /bin/bash"
438 [03:50:37] <tw> rk[ghost]: logs for x apps go in ~/.xsession-errors if they have no other controlling terminal.
439 [03:50:50] <SerajewelKS> (bash doesn't read bash configs when invoked as sh -- but this is a hack. --norc is a better idea)
440 [03:51:00] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 252 seconds)
441 [03:52:25] <rk[ghost]> tw: aye, thanks
442 [03:52:51] *** Joins: cneira_ (~cneira@replaced-ip )
443 [03:53:27] <rk[ghost]> i reopened using a terminal, just to simplify
444 [03:53:42] *** Joins: bpye29 (~bpye@replaced-ip )
445 [03:53:46] <rk[ghost]> i see a handful of garabage about AddonUpdateChecker.jsm (maybe that is a clue)
446 [03:54:07] *** Quits: bpye29 (~bpye@replaced-ip ) (Remote host closed the connection)
447 [03:54:33] *** Quits: neirac (~cneira@replaced-ip ) (Ping timeout: 252 seconds)
448 [03:55:52] <en1gma> can i add ubuntu ppa repo to debian and it work?
449 [03:56:13] <en1gma> im on trusty 9.5 i386
450 [03:56:58] *** Joins: ryouma (~user@replaced-ip )
451 [03:58:09] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
452 [04:02:48] *** Joins: masuberu (~masber@replaced-ip )
453 [04:02:56] *** Joins: czart (~czart@replaced-ip )
454 [04:04:07] *** Quits: czart_ (~czart@replaced-ip ) (Ping timeout: 240 seconds)
455 [04:05:23] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
456 [04:06:31] *** Quits: masber (~masber@replaced-ip ) (Ping timeout: 246 seconds)
457 [04:06:34] *** Quits: doubletwist (~doubletwi@replaced-ip ) (Quit: Lost terminal)
458 [04:07:19] *** Joins: mumixam (~m@replaced-ip )
459 [04:11:32] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
460 [04:11:58] *** Joins: boturk (boturk@replaced-ip )
461 [04:12:05] *** Joins: citypw (~citypw@replaced-ip )
462 [04:13:26] *** Quits: drax-- (~x64@replaced-ip ) (Remote host closed the connection)
463 [04:13:52] *** Quits: sander85_ (~sander@replaced-ip ) (Ping timeout: 246 seconds)
464 [04:13:55] <tharkun> crontab -e is selfexplanatory. Is there a way to get sed to do the editing?
465 [04:14:02] *** debhelper sets mode: +l 1353
466 [04:14:21] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Ping timeout: 268 seconds)
467 [04:15:39] *** Parts: lennox (~lennox@replaced-ip ) ("doot.")
468 [04:17:41] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Quit: WeeChat 2.3)
469 [04:18:04] *** Joins: darkghost7 (~darkghost@replaced-ip )
470 [04:18:42] *** Joins: OS-27734 (~OS-27734@replaced-ip )
471 [04:18:51] *** Joins: sander85 (~sander@replaced-ip )
472 [04:18:59] *** Joins: Digits (~digits@replaced-ip )
473 [04:19:17] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Remote host closed the connection)
474 [04:19:42] *** Joins: OS-27734 (~OS-27734@replaced-ip )
475 [04:19:52] *** Quits: Telvana (~digits@replaced-ip ) (Ping timeout: 264 seconds)
476 [04:20:17] *** Joins: awal1 (~awal1@replaced-ip )
477 [04:21:31] *** Joins: banc (~master@replaced-ip )
478 [04:21:46] *** Quits: Digits (~digits@replaced-ip ) (Client Quit)
479 [04:22:22] *** Joins: Telvana (~digits@replaced-ip )
480 [04:24:20] *** Joins: crimastergogo (~crimaster@replaced-ip )
481 [04:24:27] *** Joins: BOSNA (~Sokol@replaced-ip )
482 [04:24:28] *** Joins: chgtg (~chgtg@replaced-ip )
483 [04:24:45] *** Joins: Resilience (~lala@replaced-ip )
484 [04:24:53] *** Joins: FreeitConsultant (~freeitcon@replaced-ip )
485 [04:24:54] *** Joins: monksam (~monksam@replaced-ip )
486 [04:25:38] <dode> word SerajewelKS
487 [04:25:53] *** Quits: Telvana (~digits@replaced-ip ) (Read error: Connection reset by peer)
488 [04:25:59] *** Joins: Digits (~digits@replaced-ip )
489 [04:26:53] <Resilience> hello to everyone when updating&&dist-upgrading I get this message "Max. recursion depth with nested structures exceeded at /usr/lib/i386-linux-gnu/perl/5.28/Storable.pm line 278, at /usr/bin/apt-show-versions line 271." and "dpkg: error processing package apt-show-versions (--configure):" I have read about it and seems as if I have some perl local instalaltion, but I did not do that what's going on?
490 [04:27:48] *** Quits: cneira_ (~cneira@replaced-ip ) (Remote host closed the connection)
491 [04:28:10] *** Joins: cneira_ (~cneira@replaced-ip )
492 [04:28:55] *** Quits: chgtg (~chgtg@replaced-ip ) (Ping timeout: 246 seconds)
493 [04:29:15] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Quit: WeeChat 2.3)
494 [04:30:03] *** Joins: darkghost7 (~darkghost@replaced-ip )
495 [04:30:37] *** Joins: purpleunicorn (uid264544@replaced-ip )
496 [04:30:45] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Changing host)
497 [04:30:45] *** Joins: purpleunicorn (uid264544@replaced-ip )
498 [04:30:45] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Changing host)
499 [04:30:45] *** Joins: purpleunicorn (uid264544@replaced-ip )
500 [04:31:34] <SerajewelKS> tharkun: crontab -l | sed ... | crontab
501 [04:31:34] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
502 [04:31:43] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
503 [04:31:43] <SerajewelKS> tharkun: but note that an error in the pipeline is going to destroy the crontab
504 [04:32:14] *** Joins: n_1-c_k (~nick@replaced-ip )
505 [04:32:25] <SerajewelKS> tharkun: a better idea would be to use a temporary file with exit guards
506 [04:33:16] *** Joins: annadane (~annadane@replaced-ip )
507 [04:34:01] *** debhelper sets mode: +l 1363
508 [04:35:46] *** Parts: Digits (~digits@replaced-ip ) ()
509 [04:35:57] <SerajewelKS> tharkun: e.g. something like this replaced-url
510 [04:37:08] *** Joins: apt (ibot@replaced-ip )
511 [04:38:25] *** Quits: BOSNA (~Sokol@replaced-ip ) ()
512 [04:39:36] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 244 seconds)
513 [04:40:36] *** Joins: neibo (~bingen@replaced-ip )
514 [04:41:39] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
515 [04:42:25] <dode> hm SerajewelKS actually so i have a .bashrc in my home folder and i tried specifying --rcfile ~/.bashrc
516 [04:42:35] <dode> it reads my .bashrc
517 [04:42:42] <dode> but it's still reading the global
518 [04:43:02] <tharkun> SerajewelKS: Have I told you lately that I love you? :*
519 [04:43:44] <SerajewelKS> tharkun: :)
520 [04:43:52] <SerajewelKS> note that you can replace the silly "|| exit 1" stuff with an && chain
521 [04:43:59] <SerajewelKS> it's a bit late for me to be writing code
522 [04:44:50] *** Joins: dvs (~hibbard@replaced-ip )
523 [04:47:06] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Quit: WeeChat 2.3)
524 [04:47:24] *** Joins: darkghost7 (~darkghost@replaced-ip )
525 [04:48:34] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Client Quit)
526 [04:49:00] *** Joins: darkghost7 (~darkghost@replaced-ip )
527 [04:49:38] *** Parts: Man099 (~thinkpad@replaced-ip ) ()
528 [04:50:42] <annadane> using pastebin? sacrilege!
529 [04:51:52] *** Joins: polo51 (~qw948hmw9@replaced-ip )
530 [04:55:48] *** Joins: chgtg (~chgtg@replaced-ip )
531 [04:56:22] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
532 [04:56:25] *** Quits: chgtg (~chgtg@replaced-ip ) (Client Quit)
533 [04:56:43] *** Joins: chgtg (~chgtg@replaced-ip )
534 [04:57:43] *** Joins: mauz555 (~mauz555@replaced-ip )
535 [04:57:58] *** Quits: chgtg (~chgtg@replaced-ip ) (Client Quit)
536 [04:58:13] *** Joins: chgtg (~chgtg@replaced-ip )
537 [04:58:32] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (Remote host closed the connection)
538 [04:58:37] <Starz0r> my debian installation isn't properly renewing it's DHCP lease when it boots on, what could cause this?
539 [04:58:53] <Starz0r> I have to manually plug in a keyboard and renew it by hand when this happens
540 [04:58:57] *** Quits: chgtg (~chgtg@replaced-ip ) (Client Quit)
541 [04:58:57] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
542 [04:59:06] *** Joins: chgtg (~chgtg@replaced-ip )
543 [04:59:34] *** Quits: chgtg (~chgtg@replaced-ip ) (Client Quit)
544 [04:59:53] *** Joins: chgtg (~chgtg@replaced-ip )
545 [05:00:48] *** Joins: doubletwist (~doubletwi@replaced-ip )
546 [05:02:36] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 260 seconds)
547 [05:03:53] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 244 seconds)
548 [05:04:39] *** Joins: kallesbar (~kallesbar@replaced-ip )
549 [05:04:48] *** Joins: masber (~masber@replaced-ip )
550 [05:07:38] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
551 [05:07:48] *** Quits: voidSurfr (~voidSurfr@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
552 [05:08:06] *** Quits: masuberu (~masber@replaced-ip ) (Ping timeout: 272 seconds)
553 [05:10:09] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Remote host closed the connection)
554 [05:10:30] *** Joins: polo51 (~qw948hmw9@replaced-ip )
555 [05:12:07] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
556 [05:15:06] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Quit: Leaving)
557 [05:17:06] *** Joins: lord_helmet (~lordhelme@replaced-ip )
558 [05:17:58] *** Joins: sanches (~sanches@replaced-ip )
559 [05:18:02] *** Quits: Tralfaz (~none@replaced-ip ) (Ping timeout: 276 seconds)
560 [05:18:12] *** Joins: Tralfaz (~none@replaced-ip )
561 [05:19:56] *** Parts: en1gma (~en1gma@replaced-ip ) ("Leaving")
562 [05:20:41] *** Joins: root (~root@replaced-ip )
563 [05:21:04] *** Quits: Bambi (~Bambi@replaced-ip ) (Quit: Leaving)
564 [05:21:06] *** root is now known as Guest55167
565 [05:21:20] *** Quits: Guest55167 (~root@replaced-ip ) (Client Quit)
566 [05:22:27] *** Joins: OS-41789 (~chaichaih@replaced-ip )
567 [05:22:38] *** Joins: thallada (~thallada@replaced-ip )
568 [05:22:40] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 272 seconds)
569 [05:23:12] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
570 [05:23:50] <SerajewelKS> Starz0r: if there is a persisted lease then it may not renew it because it doesn't need to
571 [05:24:07] <SerajewelKS> alternatively, the network link may not come up until after the system tries to acquire a lease
572 [05:24:15] <Starz0r> SerajewelKS: It refuses to connect to the internet then
573 [05:24:35] <Starz0r> I had a power outage before, so when it turned on, it refused to get the lease (even though internet was active)
574 [05:24:52] <Starz0r> does this even now even though there is a active ethernet link between the machine and router
575 [05:25:12] <SerajewelKS> AIUI the default debian scripts don't care or notice when the link status changes
576 [05:25:27] <SerajewelKS> e.g. replugging the cable will not cause the system to dhcpdiscover
577 [05:26:11] <SerajewelKS> so if the system is booted with the link down, it will not autoconfigure itself
578 [05:27:33] *** Joins: Zyferus (~Zyferus@replaced-ip )
579 [05:28:17] *** Quits: Zyferus (~Zyferus@replaced-ip ) (Remote host closed the connection)
580 [05:28:39] <SerajewelKS> Starz0r: you may be interested in the netplug package
581 [05:31:01] *** Joins: kts (~kts@replaced-ip )
582 [05:31:28] <SerajewelKS> note that this can still break down. e.g. if the other end of the link becomes active before the DHCP server is up.
583 [05:32:00] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 252 seconds)
584 [05:32:33] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 252 seconds)
585 [05:34:19] <Starz0r> SerajewelKS: i'll check it out, thanks
586 [05:34:52] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
587 [05:34:55] <SerajewelKS> a good example is if you have a switch and a router, with the switch between the system and the router
588 [05:34:56] <SerajewelKS> the switch will probably become active before the router software finishes booting
589 [05:35:01] <SerajewelKS> the system will see the link to the switch and try to get a lease and still fail
590 [05:35:33] <Starz0r> is there no program to poll for this state of internet being active?
591 [05:35:56] <SerajewelKS> you could probably put something in a crontab to do it
592 [05:36:27] <SerajewelKS> run every minute and see if any non-APIPA IPs are on the interface. if not, cycle the interface.
593 [05:36:56] *** Quits: FreeitConsultant (~freeitcon@replaced-ip ) (Quit: Leaving)
594 [05:37:14] *** Joins: notepad (~notepad@replaced-ip )
595 [05:38:34] *** Joins: aaii (~aaii@replaced-ip )
596 [05:39:16] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 246 seconds)
597 [05:40:01] *** Joins: Ericounet (~Eric@replaced-ip )
598 [05:41:16] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 252 seconds)
599 [05:41:44] <SerajewelKS> Starz0r: if you are using dhclient (the default) then it _should_ retry obtaining a lease every five minutes until it gets one
600 [05:41:59] <SerajewelKS> so the default debian behavior should still work in your case
601 [05:42:36] *** Joins: thelastjedi (~quassel@replaced-ip )
602 [05:43:11] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
603 [05:43:15] *** Joins: lord_helmet (~lordhelme@replaced-ip )
604 [05:44:32] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
605 [05:45:57] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
606 [05:48:33] *** Joins: sanches (~sanches@replaced-ip )
607 [05:48:42] *** Joins: krukudilo (~krukudilo@replaced-ip )
608 [05:49:16] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Ping timeout: 272 seconds)
609 [05:49:33] <Starz0r> SerajewelKS: if it doesn't, should I be worried?
610 [05:49:54] <SerajewelKS> worried? probably not. but i'd dig around in the dhclient log to see what's going on.
611 [05:50:23] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 2.2)
612 [05:50:45] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
613 [05:51:18] *** Joins: smolboye (~smolboye@replaced-ip )
614 [05:51:47] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Ping timeout: 240 seconds)
615 [05:51:53] *** Joins: tsarompy (~john@replaced-ip )
616 [05:52:05] *** Joins: sauvin (sauvin@replaced-ip )
617 [05:53:17] *** Joins: kts (~kts@replaced-ip )
618 [05:53:38] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
619 [05:54:15] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 268 seconds)
620 [05:55:13] *** Quits: G3ph4z (~G3ph4z@replaced-ip ) (Remote host closed the connection)
621 [05:55:18] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
622 [05:56:18] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
623 [05:58:24] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 252 seconds)
624 [05:58:57] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Ping timeout: 252 seconds)
625 [05:59:17] *** Joins: sanches (~sanches@replaced-ip )
626 [05:59:39] *** Joins: Uberius (~Uberius@replaced-ip )
627 [06:00:22] *** Joins: v01t (~v01t@replaced-ip )
628 [06:00:28] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 245 seconds)
629 [06:02:06] <Starz0r> where's the log location
630 [06:03:25] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
631 [06:04:01] *** debhelper sets mode: +l 1356
632 [06:04:59] *** Quits: Pavrr (~Pavr@replaced-ip ) (Quit: bye)
633 [06:06:17] *** Joins: Pavr (~Pavr@replaced-ip )
634 [06:07:08] <Hijiri> hello
635 [06:07:10] <Hijiri> what package adds the /etc/samba configuration directory?
636 [06:07:13] <Hijiri> I thought it was samba, but purging and reinstalling doesn't get me it
637 [06:07:44] <Hijiri> ah, it was samba-common
638 [06:07:52] <Hijiri> I'm having another problem though, I can't start smbd
639 [06:08:14] <Hijiri> If I run it interactively I get another error (let me make a paste)
640 [06:08:43] *** Joins: leorat (~rat@replaced-ip )
641 [06:09:18] <Hijiri> here it is: paste.debian.net/1050875
642 [06:09:37] <Hijiri> the errors suggest some problem with winbind but I don't know what to do
643 [06:11:29] <Hijiri> I tried reinstalling winbind but it didn't help
644 [06:11:31] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
645 [06:12:27] *** Joins: Rusty1 (~kanotix@replaced-ip )
646 [06:12:29] *** Joins: crimastergogo (~crimaster@replaced-ip )
647 [06:13:03] *** Joins: _anb (~anb@replaced-ip )
648 [06:13:34] <Hijiri> well somehow removing winbind made it work
649 [06:13:55] <Hijiri> but winbind is useful for something right? This seems like a hacky solution
650 [06:14:58] <Hijiri> at least I can finally watch anime
651 [06:16:35] *** Joins: OS-27734 (~OS-27734@replaced-ip )
652 [06:19:12] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
653 [06:22:25] *** Joins: diogenes_ (~diogenes_@replaced-ip )
654 [06:23:53] *** Joins: nix64bit (~Thunderbi@replaced-ip )
655 [06:25:34] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
656 [06:26:02] *** Quits: OS-41789 (~chaichaih@replaced-ip ) (Ping timeout: 244 seconds)
657 [06:26:38] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 272 seconds)
658 [06:27:21] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Quit: Leaving)
659 [06:27:55] *** Joins: purpleun_ (~purpleuni@replaced-ip )
660 [06:28:05] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
661 [06:29:10] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Ping timeout: 272 seconds)
662 [06:29:12] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 252 seconds)
663 [06:29:33] *** Joins: _anb (~anb@replaced-ip )
664 [06:30:05] *** Joins: GaneshR (~ganeshraj@replaced-ip )
665 [06:30:08] *** Joins: sanches (~sanches@replaced-ip )
666 [06:31:08] *** Joins: him-cesjf (~cesjf@replaced-ip )
667 [06:31:11] *** Quits: piccolo (~piccolo@replaced-ip ) (Remote host closed the connection)
668 [06:32:20] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Ping timeout: 272 seconds)
669 [06:33:00] *** Quits: thelastjedi (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
670 [06:34:33] *** Joins: retrowertz (~retrowrtz@replaced-ip )
671 [06:34:49] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
672 [06:34:56] *** Joins: moussa (~moussa@replaced-ip )
673 [06:36:06] *** Joins: thelastjedi (~quassel@replaced-ip )
674 [06:37:12] *** Joins: comatekeke (~comatekek@replaced-ip )
675 [06:37:16] *** Joins: y9pqb (~y9pqb@replaced-ip )
676 [06:37:41] *** Joins: foobiebletch (~matthew@replaced-ip )
677 [06:40:28] *** Joins: sanches (~sanches@replaced-ip )
678 [06:40:54] *** Joins: OS-27734 (~OS-27734@replaced-ip )
679 [06:41:13] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
680 [06:41:21] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
681 [06:41:49] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
682 [06:41:54] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
683 [06:43:01] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
684 [06:44:11] *** Joins: citypw (~citypw@replaced-ip )
685 [06:45:26] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
686 [06:47:44] *** Quits: Rusty1 (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
687 [06:49:22] *** Joins: thelastjedi___ (~quassel@replaced-ip )
688 [06:49:37] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Remote host closed the connection)
689 [06:49:45] *** Quits: thelastjedi (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
690 [06:49:46] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
691 [06:50:02] *** Joins: OS-27734 (~OS-27734@replaced-ip )
692 [06:50:13] *** Joins: ursu_ (~ursu@replaced-ip )
693 [06:51:15] *** Joins: joseFebrian (~jose@replaced-ip )
694 [06:56:27] *** Quits: fkboy9000 (~fkboy9000@replaced-ip ) (Ping timeout: 240 seconds)
695 [06:58:02] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
696 [07:00:15] *** Quits: y9pqb (~y9pqb@replaced-ip ) (Quit: y9pqb)
697 [07:00:23] *** Joins: sanches (~sanches@replaced-ip )
698 [07:00:29] *** Joins: fkboy9000 (~fkboy9000@replaced-ip )
699 [07:01:39] *** Joins: klein (~klein@replaced-ip )
700 [07:05:30] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
701 [07:08:03] *** Joins: iflema (~ian@replaced-ip )
702 [07:08:17] *** Joins: scream (~scream@replaced-ip )
703 [07:08:48] *** Quits: OS-27734 (~OS-27734@replaced-ip ) (Ping timeout: 252 seconds)
704 [07:09:17] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 2.2)
705 [07:09:19] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
706 [07:10:22] *** Joins: smolboye (~smolboye@replaced-ip )
707 [07:10:29] *** Parts: klein (~klein@replaced-ip ) ()
708 [07:10:55] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
709 [07:10:59] *** Joins: kleind (~klein@replaced-ip )
710 [07:11:14] <kleind> Might be an faq, and if so, please redirect me to the answer. Have there been any changes to the debian mirrors regarding the $mirror/debian-security path?
711 [07:11:27] *** Joins: DerC (~Der@replaced-ip )
712 [07:11:29] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
713 [07:12:27] *** Joins: DerChuck (~Der@replaced-ip )
714 [07:13:11] *** Quits: blitzed (~blitzed@replaced-ip ) (Ping timeout: 268 seconds)
715 [07:15:01] *** Joins: daniel-s (~daniel-s@replaced-ip )
716 [07:15:04] *** Quits: Der (~Der@replaced-ip ) (Ping timeout: 264 seconds)
717 [07:15:57] *** Quits: DerC (~Der@replaced-ip ) (Ping timeout: 252 seconds)
718 [07:16:19] <kleind> At least the mirror that resolves for ftp.de.debian.org from my place does not carry /debian-security (any more?). Should that not be a proper place to get updates from?
719 [07:16:46] *** Joins: vizius00 (~vizius00@replaced-ip )
720 [07:16:59] *** Joins: nix64bit (~Thunderbi@replaced-ip )
721 [07:19:16] <agio> !packaging-tutorial
722 [07:19:17] <dpkg> The packaging tutorial (replaced-url
723 [07:19:20] *** Joins: b (coffee@replaced-ip )
724 [07:19:58] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
725 [07:20:58] *** Joins: a_l_b (~a_l_b@replaced-ip )
726 [07:21:40] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
727 [07:22:33] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 252 seconds)
728 [07:23:39] *** Joins: neibo (~bingen@replaced-ip )
729 [07:25:04] *** Joins: hatesec (~chronicle@replaced-ip )
730 [07:25:04] *** Quits: hatesec (~chronicle@replaced-ip ) (Changing host)
731 [07:25:04] *** Joins: hatesec (~chronicle@replaced-ip )
732 [07:25:06] *** Joins: Pjusur (~Pjusur@replaced-ip )
733 [07:25:56] *** Joins: llucenic (~Thunderbi@replaced-ip )
734 [07:26:24] *** Joins: daniel-s (~daniel-s@replaced-ip )
735 [07:26:39] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
736 [07:29:43] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 252 seconds)
737 [07:30:22] *** Joins: gigetoo (~gigetoo@replaced-ip )
738 [07:30:35] *** Joins: s8548a (~s8548a@replaced-ip )
739 [07:31:00] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 252 seconds)
740 [07:31:03] *** Quits: morphis__ (~morphis@replaced-ip ) (Quit: Ex-Chat)
741 [07:31:39] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
742 [07:32:17] *** Joins: Urk (~Gigglebyt@replaced-ip )
743 [07:34:01] *** debhelper sets mode: +l 1363
744 [07:37:15] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Quit: Konversation terminated!)
745 [07:38:19] *** Joins: morphis (~morphis@replaced-ip )
746 [07:38:30] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Ping timeout: 252 seconds)
747 [07:39:12] *** Joins: preview (~quassel@replaced-ip )
748 [07:39:34] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
749 [07:40:27] *** Joins: m0u (~m0u@replaced-ip )
750 [07:40:52] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
751 [07:41:04] *** Joins: ralpheeee (~ralpheeee@replaced-ip )
752 [07:41:38] *** Urk is now known as Gigglebyte
753 [07:41:47] <Gigglebyte> Is there an app emulator for Debian?
754 [07:41:49] <ralpheeee> /layout store
755 [07:43:57] *** Joins: neo4 (~Thunderbi@replaced-ip )
756 [07:44:34] *** Joins: Ilyas (uid43013@replaced-ip )
757 [07:45:33] <agio> Gigglebyte: you mean like QEMU?
758 [07:45:34] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
759 [07:45:46] <Gigglebyte> Is fence-agents the name of the file for Anbox?
760 [07:45:52] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
761 [07:45:58] *** Joins: metnel (~metnel@replaced-ip )
762 [07:46:00] <Gigglebyte> agio> I would like to run apps on my laptop
763 [07:46:12] *** Quits: ursu_ (~ursu@replaced-ip ) (Ping timeout: 252 seconds)
764 [07:46:22] <Gigglebyte> I did a search of the repos for Anbox, and fence-agents came up, but not sure that correlates.
765 [07:46:41] <agio> when you say app? do you mean android?
766 [07:46:58] *** Joins: citypw (~citypw@replaced-ip )
767 [07:47:10] *** Joins: super_gollum (~ich@replaced-ip )
768 [07:48:57] *** Quits: frikinz (~me@replaced-ip ) (Ping timeout: 252 seconds)
769 [07:50:31] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 252 seconds)
770 [07:50:43] *** Quits: towo^work (~towo@replaced-ip ) (Remote host closed the connection)
771 [07:52:11] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: ਹਟ ਪਿੱਛੇ ਫੇਰ ਮਿਲਾਗੇਂ)
772 [07:52:15] *** Joins: airwind (~belovent@replaced-ip )
773 [07:52:52] <Gigglebyte> It is getting late, and it looks like it is going to take a lot more fiddling than what I want to spend time on this evening. I am headed to sleep. Feel free to memoserve me if anyone finds something profound as it relates to how to view and run apps on the desktop.
774 [07:53:32] *** Quits: MarmotteMorte (~MarmotteM@replaced-ip ) (Quit: Leaving)
775 [07:53:52] *** Joins: juhuu4712 (~yaaic@replaced-ip )
776 [07:53:55] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
777 [07:54:34] <vlt> Gigglebyte: Usually it’s enough to run /path/to/app in a terminal to run it.
778 [07:55:26] *** Joins: BlueByte (~walther@replaced-ip )
779 [07:55:59] <agio> !judd list Judd
780 [07:55:59] <dpkg> agio, you probably want to address that to judd, not to me. (Hint: leave off the ! in your command -- that's there to grab my attention not judd's)
781 [07:56:06] *** Joins: ursu_ (~ursu@replaced-ip )
782 [07:56:10] *** Joins: emrullah (~emrullah@replaced-ip )
783 [07:56:21] <agio> judd list Judd
784 [07:56:22] <judd> alternative, archs, binaries, breaks, bug, bug autobug, bug rc, bug rfs, bug rm, bug wnpp, builddep, checkbackport, checkbuilddeps, checkdeps, checkinstall, conflicts, danke, depends, enhances, file, info, maint, names, popcon, provides, recent, recommends, replaces, rprovides, src, suggests, versions, whouploads, and why
785 [07:56:26] *** Joins: cerenous (~cerenous@replaced-ip )
786 [07:58:54] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
787 [07:59:38] <agio> judd source python
788 [07:59:39] *** Joins: Adbray (~Adbray@replaced-ip )
789 [07:59:39] <judd> Package python in stretch -- source: python-defaults
790 [08:00:58] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 252 seconds)
791 [08:01:57] *** Joins: sanches (~sanches@replaced-ip )
792 [08:02:01] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
793 [08:02:09] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 252 seconds)
794 [08:02:25] *** Parts: spal (~spal@replaced-ip ) ("WeeChat 2.1")
795 [08:04:02] *** debhelper sets mode: +l 1370
796 [08:04:26] *** Joins: RebelCoder (~RebelCode@replaced-ip )
797 [08:04:49] <Gigglebyte> vit> I am not familiar with how to do this.....
798 [08:05:14] <Gigglebyte> vlt> I am not familiar with how to do this, and I want the app to find my location.
799 [08:06:15] <vlt> Gigglebyte: What is the name of the app and how did you install it?
800 [08:07:01] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
801 [08:07:08] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 245 seconds)
802 [08:07:26] <Gigglebyte> vlt> The name is pulse. I only have it installed on my cell phone, and not my laptop.
803 [08:07:40] <Gigglebyte> I would like to run it on my laptop.
804 [08:07:46] *** Joins: mavhc (~mavhc@replaced-ip )
805 [08:08:10] *** Joins: m3ddle (~m3ddle@replaced-ip )
806 [08:08:17] <Gigglebyte> How would I write a path that would work with my app?
807 [08:08:49] *** Joins: __marco (~mg3@replaced-ip )
808 [08:08:56] <Gigglebyte> It is getting late. Will you be on tomorrow? I need my beauty rest.......
809 [08:09:22] * vlt is heading to work now
810 [08:09:46] *** Quits: cerenous (~cerenous@replaced-ip ) (Ping timeout: 252 seconds)
811 [08:12:27] *** Joins: mauz555 (~mauz555@replaced-ip )
812 [08:13:04] *** Joins: esro (~esro@replaced-ip )
813 [08:13:16] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
814 [08:13:56] *** Joins: hufdufhv1 (~Thunderbi@replaced-ip )
815 [08:14:12] *** Joins: towo^work (~towo@replaced-ip )
816 [08:16:05] *** Quits: edwardly (~edwardly@replaced-ip ) (Ping timeout: 244 seconds)
817 [08:17:07] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
818 [08:17:08] *** hufdufhv1 is now known as hufdufhv
819 [08:17:12] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
820 [08:17:43] *** Joins: mavhc (~mavhc@replaced-ip )
821 [08:17:49] *** Quits: emrullah (~emrullah@replaced-ip ) (Quit: emrullah)
822 [08:18:42] *** Joins: emrullah (~emrullah@replaced-ip )
823 [08:19:39] *** Quits: Gigglebyte (~Gigglebyt@replaced-ip ) (Quit: Leaving)
824 [08:19:46] *** Quits: thelastjedi___ (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
825 [08:20:22] *** Quits: emrullah (~emrullah@replaced-ip ) (Read error: Connection reset by peer)
826 [08:20:34] *** Joins: emrullah (~emrullah@replaced-ip )
827 [08:20:57] *** Quits: emrullah (~emrullah@replaced-ip ) (Remote host closed the connection)
828 [08:21:07] *** Joins: emrullah (~emrullah@replaced-ip )
829 [08:22:43] *** Joins: sanches (~sanches@replaced-ip )
830 [08:25:31] *** Quits: emrullah (~emrullah@replaced-ip ) (Ping timeout: 246 seconds)
831 [08:26:47] *** Joins: Orbitrix (~Huevos@replaced-ip )
832 [08:26:51] *** Joins: olegfusion (~olegfusio@replaced-ip )
833 [08:27:42] *** Joins: jmarsac (~jmarsac@replaced-ip )
834 [08:27:48] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
835 [08:30:18] *** Joins: conta (~Thunderbi@replaced-ip )
836 [08:30:35] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
837 [08:31:24] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Remote host closed the connection)
838 [08:32:13] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
839 [08:32:52] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
840 [08:33:23] *** Joins: sanches (~sanches@replaced-ip )
841 [08:33:34] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
842 [08:34:39] *** Joins: Orbitrix (~Huevos@replaced-ip )
843 [08:37:49] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
844 [08:38:17] *** Joins: aaii (~aaii@replaced-ip )
845 [08:38:17] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
846 [08:39:23] *** Joins: vreg (~vreg@replaced-ip )
847 [08:41:30] *** Joins: chele (~chele@replaced-ip )
848 [08:43:27] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Ping timeout: 240 seconds)
849 [08:44:04] *** Quits: juhuu4712 (~yaaic@replaced-ip ) (Ping timeout: 272 seconds)
850 [08:44:47] *** Quits: b (coffee@replaced-ip ) (Ping timeout: 240 seconds)
851 [08:45:48] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
852 [08:46:47] *** Joins: Orbitrix (~Huevos@replaced-ip )
853 [08:46:51] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
854 [08:48:54] *** Quits: hbx (~hbx@replaced-ip ) (Ping timeout: 252 seconds)
855 [08:49:49] *** Parts: vreg (~vreg@replaced-ip ) ()
856 [08:50:24] *** Joins: tagomago (~tagomago@replaced-ip )
857 [08:51:13] *** Quits: aaii (~aaii@replaced-ip ) (Ping timeout: 244 seconds)
858 [08:52:07] *** Joins: encod3 (~encod3@replaced-ip )
859 [08:52:21] *** Joins: sikun (~David@replaced-ip )
860 [08:52:58] *** Joins: P1ersson (~P1ersson@replaced-ip )
861 [08:53:10] *** Joins: gorgabal (~gorgabal@replaced-ip )
862 [08:53:22] *** Joins: slack_ (~slack@replaced-ip )
863 [08:53:33] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
864 [08:54:21] *** Joins: shtrb (~shtrb@replaced-ip )
865 [08:55:14] *** Joins: kiilo (~Thunderbi@replaced-ip )
866 [08:55:29] *** Joins: clemens3_ (~clemens@replaced-ip )
867 [08:55:47] *** Joins: phd (~vjetar@replaced-ip )
868 [08:56:15] *** Quits: joseFebrian (~jose@replaced-ip ) (Quit: Leaving)
869 [08:57:03] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Client Quit)
870 [08:57:24] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 268 seconds)
871 [08:57:53] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
872 [08:58:32] *** Joins: aaii (~aaii@replaced-ip )
873 [08:59:14] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
874 [09:00:27] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
875 [09:01:09] *** Joins: tsarompy (~john@replaced-ip )
876 [09:01:33] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 244 seconds)
877 [09:02:11] *** Joins: jasperarcola (~JasperArc@replaced-ip )
878 [09:03:11] <Resilience> hello to everyone when updating&&dist-upgrading I get this message "Max. recursion depth with nested structures exceeded at /usr/lib/i386-linux-gnu/perl/5.28/Storable.pm line 278, at /usr/bin/apt-show-versions line 271." and "dpkg: error processing package apt-show-versions (--configure):" I have read about it and seems as if I have some perl local instalaltion, but I did not do that what's going on?
879 [09:03:28] *** Joins: sanches (~sanches@replaced-ip )
880 [09:04:01] *** debhelper sets mode: +l 1378
881 [09:05:18] *** Quits: chgtg (~chgtg@replaced-ip ) (Quit: leaving)
882 [09:07:16] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 268 seconds)
883 [09:09:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
884 [09:09:54] *** Joins: slv (~slv@replaced-ip )
885 [09:11:11] *** Joins: Ard1t (~ard1t@replaced-ip )
886 [09:11:14] *** Joins: HasanAtizaz (~HasanAtiz@replaced-ip )
887 [09:11:34] *** Ard1t is now known as Guest96837
888 [09:12:36] *** Joins: tkla (~tklassen@replaced-ip )
889 [09:13:33] *** Quits: Diferential (~Diferenti@replaced-ip ) (Ping timeout: 250 seconds)
890 [09:13:46] *** Joins: P1ersson (~P1ersson@replaced-ip )
891 [09:14:13] *** Joins: sanches (~sanches@replaced-ip )
892 [09:15:47] *** Joins: drzacek (~drzacek@replaced-ip )
893 [09:16:22] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Quit: m3ddle)
894 [09:17:45] *** Joins: mibo (~mibo@replaced-ip )
895 [09:17:49] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
896 [09:18:59] *** Joins: grobi (~rtng@replaced-ip )
897 [09:18:59] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
898 [09:19:02] *** Quits: G3ph4z (~G3ph4z@replaced-ip ) (Quit: Leaving...)
899 [09:20:16] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
900 [09:21:18] *** Quits: cneira_ (~cneira@replaced-ip ) (Remote host closed the connection)
901 [09:21:37] *** Joins: ilmostro1 (~ilmostro@replaced-ip )
902 [09:21:42] *** Joins: cneira_ (~cneira@replaced-ip )
903 [09:22:17] *** Joins: grobi (~rtng@replaced-ip )
904 [09:24:47] <jelly> ,v perl
905 [09:24:48] *** Joins: sanches (~sanches@replaced-ip )
906 [09:24:49] <judd> Package: perl on amd64 -- wheezy: 5.14.2-21+deb7u3; wheezy-security: 5.14.2-21+deb7u6; jessie: 5.20.2-3+deb8u11; jessie-security: 5.20.2-3+deb8u11; stretch: 5.24.1-3+deb9u4; stretch-security: 5.24.1-3+deb9u4; buster: 5.28.0-3; sid: 5.28.0-3
907 [09:24:56] <jelly> !debian-next
908 [09:24:56] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
909 [09:25:26] <jelly> Resilience: check the bug reports for that apt-show-versions thing, and ask over there ^
910 [09:26:07] *** Joins: TomyWork (~tomy@replaced-ip )
911 [09:27:09] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
912 [09:27:34] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
913 [09:27:38] <Resilience> jelly, why #debina-next is on oftc and on freenode? I have never understood that
914 [09:28:02] <tsarompy> o0o0o
915 [09:28:08] <tsarompy> guess im goin to oftc then
916 [09:28:22] *** Quits: hatesec (~chronicle@replaced-ip ) (Quit: hatesec is gone, but not forgotten)
917 [09:29:00] <Resilience> jelly and why the channel for debian-TESTING is called debina-NEXT?, never understood this too
918 [09:29:28] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
919 [09:29:41] *** Joins: Zta77 (~she@replaced-ip )
920 [09:29:52] <jelly> it's for questions concerning the next release of debian?
921 [09:30:08] *** Quits: ilmostro1 (~ilmostro@replaced-ip ) (Quit: WeeChat 2.3)
922 [09:30:25] *** Joins: Ruebezahl (~Alf@replaced-ip )
923 [09:30:50] <Resilience> jelly, what do you mean with that?
924 [09:34:29] *** Joins: ilmostro (~ilmostro@replaced-ip )
925 [09:34:55] <jelly> Resilience: it's what the word "next" means.
926 [09:36:06] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Remote host closed the connection)
927 [09:36:23] <jelly> the unit of something following the current one
928 [09:37:33] *** Joins: tvm (~tvm@replaced-ip )
929 [09:38:33] *** Joins: edwardly (~edwardly@replaced-ip )
930 [09:38:33] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
931 [09:38:34] *** Joins: edwardly (~edwardly@replaced-ip )
932 [09:38:39] <awal1> Resilience, 'next' refers to next stable release
933 [09:38:39] <Resilience> jelly, , there are different debian next, but does not matter
934 [09:38:44] *** Joins: enoq (~enoq@replaced-ip )
935 [09:38:47] <jelly> looks like #912695
936 [09:38:54] <jelly> judd: bug 912695
937 [09:38:55] <judd> Bug replaced-url
938 [09:39:01] *** Quits: HasanAtizaz (~HasanAtiz@replaced-ip ) (Ping timeout: 246 seconds)
939 [09:39:51] *** Joins: crypto (~OS-43045@replaced-ip )
940 [09:40:01] *** Quits: crypto (~OS-43045@replaced-ip ) (Client Quit)
941 [09:40:55] <ralpheeee> did a net-install of stable and have installed some packages from sid....just wondering whats the best practice to update when buster comes out?
942 [09:41:24] *** Joins: bvdk (~bvdkfreen@replaced-ip )
943 [09:41:30] *** Joins: Diferential (~Diferenti@replaced-ip )
944 [09:41:34] <jelly> ralpheeee: best practice is never to mix stable with any newer repo not specifically made to work with stable
945 [09:42:09] <jelly> in other words, your installation may already be broken and not easily upgradable
946 [09:42:31] <jelly> (depending on the subset of packages upgraded)
947 [09:43:54] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 276 seconds)
948 [09:44:01] *** debhelper sets mode: +l 1386
949 [09:44:06] <jelly> ralpheeee: if eg. current stable is called "stretch" it's okay to use stretch-backports, but not mix it with testing (buster) or unstable (sid)
950 [09:44:12] <jelly> !stretch-backports
951 [09:44:12] <dpkg> Some packages intended for Buster (Debian 10) but recompiled for use with Stretch (Debian 9) can be found in the stretch-backports repository. See replaced-url
952 [09:44:39] *** Quits: enoq (~enoq@replaced-ip ) (Quit: enoq)
953 [09:44:43] <jelly> if you're still missing something, you can attempt doing a backport build yourself
954 [09:45:14] <jelly> but avoid adding repos for a newer branch (or a completely different distro)
955 [09:45:22] *** Joins: frikinz (~me@replaced-ip )
956 [09:45:24] *** Joins: enoq (~enoq@replaced-ip )
957 [09:46:01] <ralpheeee> jelly: crap....ok thxs!
958 [09:47:15] <ralpheeee> need to find out out how to revert the sid packages i installed
959 [09:47:28] *** Joins: r2rien (~me@replaced-ip )
960 [09:47:30] *** Quits: r2rien (~me@replaced-ip ) (Read error: Connection reset by peer)
961 [09:47:49] *** Joins: platvoeten (~platvoete@replaced-ip )
962 [09:48:04] <jelly> ralpheeee: simplest thing to do is reinstall; otherwise read /msg dpkg partial downgrade
963 [09:48:32] *** Joins: Guest37815 (~quassel@replaced-ip )
964 [09:48:44] <jelly> or remove newer repos and all packages that are
965 [09:48:48] <jelly> !not available
966 [09:48:48] <dpkg> To get a list of packages you have installed now, that are not available from any repository in your sources.list: aptitude search '?narrow(?not(?archive("^[^n][^o].*$")),?version(CURRENT))'
967 [09:49:21] *** Joins: Dragon092 (~Dragon@replaced-ip )
968 [09:49:25] <jelly> however, that may not be safe if newer versions of stuff changed on-disk data formats or configuration files
969 [09:49:36] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 260 seconds)
970 [09:50:16] <jelly> downgrades can easily become really complex to handle, which is why they are not supported in Debian
971 [09:51:12] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
972 [09:51:32] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
973 [09:51:49] <ralpheeee> what happens if i switch to testing now ....how will the sid packages be affected if it all?
974 [09:52:24] *** Joins: JustASlacker (~JustASlac@replaced-ip )
975 [09:52:36] *** Joins: button (~crayon@replaced-ip )
976 [09:52:41] *** Quits: crayon (~crayon@replaced-ip ) (Quit: Quit)
977 [09:52:54] <jelly> depends on the version differences between buster and sid
978 [09:53:14] <jelly> if there are none you can just keep on testing
979 [09:54:13] <ralpheeee> will try to move to testing if all else fails will have to install debian again /o\
980 [09:54:34] *** Quits: LibrarianMage (~Librarian@replaced-ip##) (Quit: ZNC - ##replaced-url
981 [09:54:38] *** Quits: vaxsquid- (~vaxsquid@replaced-ip ) (Remote host closed the connection)
982 [09:54:43] *** Joins: HasanAtizaz (~HasanAtiz@replaced-ip )
983 [09:54:50] <ralpheeee> where is buster currently at /aplha/beta/freeze
984 [09:55:02] <jelly> !buster freeze
985 [09:55:02] <dpkg> Buster will start the freeze process on 2019-01-12 see replaced-url
986 [09:55:07] *** HasanAtizaz is now known as Guest95064
987 [09:55:22] <ralpheeee> sweet...thxs for all your help jelly o/
988 [09:55:41] <jelly> if you choose that route,
989 [09:55:45] <jelly> !debian-next
990 [09:55:45] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
991 [09:55:56] *** Joins: ilmostro (~ilmostro@replaced-ip )
992 [09:56:09] <ralpheeee> awesome
993 [09:57:18] *** Joins: vaxsquid (~vaxsquid@replaced-ip )
994 [09:57:34] *** Joins: hakash (~hakash@replaced-ip )
995 [09:58:05] *** Joins: LibrarianMage (~Librarian@replaced-ip )
996 [10:01:23] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
997 [10:02:47] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
998 [10:04:34] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 246 seconds)
999 [10:05:23] *** Joins: buspirate (~none@replaced-ip )
1000 [10:05:40] *** Joins: neibo (~bingen@replaced-ip )
1001 [10:06:58] *** Joins: COOurb (~COOurb@replaced-ip )
1002 [10:07:07] *** Quits: wireshark (~none@replaced-ip ) (Ping timeout: 240 seconds)
1003 [10:09:16] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1004 [10:09:29] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1005 [10:09:48] *** Joins: bapophis_ (~belethapo@replaced-ip )
1006 [10:11:03] *** Joins: Slashman (~Slash@replaced-ip )
1007 [10:11:32] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1008 [10:12:01] *** Quits: unixbassen (~tl@replaced-ip ) (Ping timeout: 268 seconds)
1009 [10:13:08] *** Joins: xcm (~xcm@replaced-ip )
1010 [10:13:19] *** Quits: encod3 (~encod3@replaced-ip ) (Read error: Connection reset by peer)
1011 [10:13:58] *** Joins: encod3 (~encod3@replaced-ip )
1012 [10:14:16] *** Joins: OS-40394 (~lirix@replaced-ip )
1013 [10:14:34] *** Quits: likcoras (~likcoras@replaced-ip ) (Ping timeout: 252 seconds)
1014 [10:14:59] *** Parts: OS-40394 (~lirix@replaced-ip ) ()
1015 [10:16:54] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Quit: bbl)
1016 [10:17:37] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1017 [10:17:40] *** Joins: karakedi (~eAC53C340@replaced-ip )
1018 [10:17:41] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
1019 [10:17:41] *** Joins: karakedi (~eAC53C340@replaced-ip )
1020 [10:18:56] *** Joins: NerdTheThird (~NerdTheTh@replaced-ip )
1021 [10:19:15] *** Joins: likcoras (~likcoras@replaced-ip )
1022 [10:20:07] *** Joins: msimpson (~msimpson@replaced-ip )
1023 [10:21:46] *** Quits: bapophis_ (~belethapo@replaced-ip ) (Ping timeout: 252 seconds)
1024 [10:24:01] *** debhelper sets mode: +l 1393
1025 [10:24:03] *** Quits: Pef^ (~peter@replaced-ip ) (Ping timeout: 252 seconds)
1026 [10:24:06] *** Joins: mamubub (~mamubub@replaced-ip )
1027 [10:24:36] *** Joins: unixbassen (~tl@replaced-ip )
1028 [10:24:41] *** Joins: Pef^ (~peter@replaced-ip )
1029 [10:24:47] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 240 seconds)
1030 [10:25:52] *** Joins: sanches (~sanches@replaced-ip )
1031 [10:27:23] *** Joins: yesi (~yesi@replaced-ip )
1032 [10:28:04] *** Joins: Codier (~user@replaced-ip )
1033 [10:30:37] *** Joins: dreamon_ (~dreamon@replaced-ip )
1034 [10:30:53] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 245 seconds)
1035 [10:31:52] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1036 [10:32:12] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1037 [10:32:16] *** Joins: superbawlz (uid273615@replaced-ip )
1038 [10:32:58] *** Joins: monstar (~mitya@replaced-ip )
1039 [10:33:08] *** Joins: m0u (~m0u@replaced-ip )
1040 [10:33:34] *** Joins: nighty- (~nighty@replaced-ip )
1041 [10:34:01] *** debhelper sets mode: +l 1399
1042 [10:36:18] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
1043 [10:36:40] *** Joins: piercedwater (~piercedwa@replaced-ip )
1044 [10:38:42] *** Joins: oo_miguel (~miguel@replaced-ip )
1045 [10:38:53] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
1046 [10:41:06] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 252 seconds)
1047 [10:41:08] *** Joins: [b0b] (~bob@replaced-ip )
1048 [10:43:55] *** Joins: mauz555 (~mauz555@replaced-ip )
1049 [10:48:12] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 272 seconds)
1050 [10:48:46] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
1051 [10:48:52] *** Joins: robs_ (~robs@replaced-ip )
1052 [10:48:58] *** [b0b] is now known as b0b
1053 [10:51:37] *** Joins: Nsyo (~Nsyo@replaced-ip )
1054 [10:52:00] *** Joins: Ursula29 (~Ursula@replaced-ip )
1055 [10:52:04] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1056 [10:52:21] *** Quits: Ursula29 (~Ursula@replaced-ip ) (Remote host closed the connection)
1057 [10:53:15] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
1058 [10:53:35] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1059 [10:53:45] *** Joins: robs__ (~robs@replaced-ip )
1060 [10:55:03] *** Joins: oish (~charlie@replaced-ip )
1061 [10:56:04] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
1062 [10:57:51] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 272 seconds)
1063 [10:58:38] *** Quits: Nsyo (~Nsyo@replaced-ip ) (Quit: Nsyo)
1064 [10:58:38] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
1065 [10:58:38] *** Joins: Nsyo (~Nsyo@replaced-ip )
1066 [10:58:38] *** Quits: vivid (~ViViD@replaced-ip ) (Remote host closed the connection)
1067 [10:58:38] *** Joins: vivid (~ViViD@replaced-ip )
1068 [10:59:14] *** Quits: purpleun_ (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1069 [10:59:14] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1070 [10:59:24] *** Joins: n4dir (~n4dir@replaced-ip )
1071 [10:59:30] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 268 seconds)
1072 [11:00:41] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 244 seconds)
1073 [11:00:46] *** Joins: robs_ (~robs@replaced-ip )
1074 [11:00:55] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1075 [11:01:21] *** Quits: robs__ (~robs@replaced-ip ) (Ping timeout: 268 seconds)
1076 [11:02:01] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1077 [11:02:37] <ralpheeee> asked a question in [#debian-offtopic] but these guys appear to reside on a diff planet.....how can I track why a particular package is not inc in debian...[replaced-url
1078 [11:03:25] *** Joins: jubo2 (~juboxi@replaced-ip )
1079 [11:03:35] <shtrb> ralpheeee, have you checked if it was ever there in the first place ?
1080 [11:03:39] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 252 seconds)
1081 [11:03:48] <shtrb> ,v flacon
1082 [11:03:49] <judd> No package named 'flacon' was found in amd64.
1083 [11:04:26] *** Parts: vStone (~Po0ky@replaced-ip ) ()
1084 [11:04:36] *** Quits: leorat (~rat@replaced-ip ) (Quit: leorat)
1085 [11:04:42] *** Joins: dethos_ (~dethos@replaced-ip )
1086 [11:05:28] *** Joins: thelastjedi (~quassel@replaced-ip )
1087 [11:06:04] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1088 [11:06:12] <ralpheeee> am just curious as to why [replaced-url
1089 [11:06:40] *** Joins: noodlepie (~Phillip@replaced-ip )
1090 [11:06:41] <shtrb> is there an WLPP for it ?
1091 [11:06:50] <shtrb> request to package
1092 [11:07:06] *** Quits: Guest95064 (~HasanAtiz@replaced-ip ) (Ping timeout: 244 seconds)
1093 [11:07:21] *** Joins: anao (~thomas@replaced-ip )
1094 [11:07:44] <jelly> !rfp
1095 [11:07:44] <dpkg> Request For Package (RFP) is the way to ask for a piece of software to be included in Debian. See replaced-url
1096 [11:07:58] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 245 seconds)
1097 [11:08:18] <shtrb> nice ! thanks jelly I thought that wnpp is the term for it
1098 [11:08:30] *** Quits: terr_ (~terr@replaced-ip ) (Remote host closed the connection)
1099 [11:08:31] *** Quits: anao (~thomas@replaced-ip ) (Client Quit)
1100 [11:08:50] *** Joins: terr_ (~terr@replaced-ip )
1101 [11:09:04] <shtrb> ralpheeee, nothing at replaced-url
1102 [11:09:30] <jelly> !wnpp
1103 [11:09:30] <dpkg> For information on packages which are not in Debian but you think should be, check the Work-Needing and Prospective Packages list at replaced-url
1104 [11:09:39] <ralpheeee> shtrb: o.O
1105 [11:09:44] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
1106 [11:09:51] *** Joins: Phizzy (~Phillip@replaced-ip )
1107 [11:09:58] <shtrb> ralpheeee, it's your time to shine , you can package it yourself !
1108 [11:10:04] *** Quits: Phizzy (~Phillip@replaced-ip ) (Max SendQ exceeded)
1109 [11:10:20] <ralpheeee> lol....am like less than 1hr knew to debian...lol
1110 [11:10:21] <jelly> so yeha, there's a reason, the reason is noone asked for it and noone did the work
1111 [11:10:34] <ralpheeee> *Knew new
1112 [11:10:44] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Quit: Leaving)
1113 [11:11:48] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1114 [11:11:54] *** Quits: retrowertz (~retrowrtz@replaced-ip ) (Remote host closed the connection)
1115 [11:12:22] *** Quits: RA3OR (~demon@replaced-ip ) (Ping timeout: 252 seconds)
1116 [11:12:22] *** Joins: matrim (~mats_@replaced-ip )
1117 [11:12:23] <ralpheeee> don't understand why the dev provided repo instead of talking to debian folks....seems a bit silly (unless of course there is some negative history)
1118 [11:12:55] *** Joins: xcm (~xcm@replaced-ip )
1119 [11:13:06] <shtrb> it's sometime faster, he does not need to pass all the tests (safe code , free code, correctly packages etc)
1120 [11:13:35] <ralpheeee> shtrb: but surely thats short term thinking of his package
1121 [11:14:24] *** Quits: kiilo (~Thunderbi@replaced-ip ) (Quit: kiilo)
1122 [11:14:44] *** Joins: m0u (~m0u@replaced-ip )
1123 [11:14:55] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
1124 [11:16:47] *** Quits: Diferential (~Diferenti@replaced-ip ) (Ping timeout: 240 seconds)
1125 [11:17:46] *** Joins: emrullah (~emrullah@replaced-ip )
1126 [11:17:58] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1127 [11:18:07] *** Joins: catsup (~d@replaced-ip )
1128 [11:18:22] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
1129 [11:18:30] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1130 [11:18:46] *** Joins: Guest95064 (~HasanAtiz@replaced-ip )
1131 [11:18:52] *** Joins: catsup (d@replaced-ip )
1132 [11:19:18] *** Quits: thelastjedi (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1133 [11:19:27] *** Quits: therajsun_ (~theshaman@replaced-ip ) (Quit: Leaving)
1134 [11:19:30] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 244 seconds)
1135 [11:20:01] *** Quits: inch (mijutu@replaced-ip ) (Ping timeout: 260 seconds)
1136 [11:21:28] *** Joins: fstd_ (~fstd@replaced-ip )
1137 [11:22:06] *** Joins: thelastjedi (~quassel@replaced-ip )
1138 [11:22:49] *** Quits: _736c6f (~foo@replaced-ip ) (Quit: leaving)
1139 [11:23:06] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Quit: Leaving)
1140 [11:24:11] *** Quits: KrisDouglas_ (~KrisDougl@replaced-ip ) (Quit: Leaving)
1141 [11:24:27] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
1142 [11:24:27] *** fstd_ is now known as fstd
1143 [11:25:53] *** Quits: toadstar (~bison@replaced-ip ) (Ping timeout: 245 seconds)
1144 [11:26:07] *** Quits: hikiko (~hikiko@replaced-ip ) (Ping timeout: 246 seconds)
1145 [11:26:37] *** Joins: Diferential (~Diferenti@replaced-ip )
1146 [11:26:47] *** Joins: bertbob (~bertbob@replaced-ip )
1147 [11:28:21] *** Quits: mz` (~emerick@replaced-ip ) (Changing host)
1148 [11:28:21] *** Joins: mz` (~emerick@replaced-ip )
1149 [11:28:39] *** Joins: spacebison (~bison@replaced-ip )
1150 [11:29:09] *** Joins: smolboye_ (~smolboye@replaced-ip )
1151 [11:29:28] *** Joins: monksam (~monksam@replaced-ip )
1152 [11:30:07] *** Joins: lucad111 (~lucad111@replaced-ip )
1153 [11:30:10] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1154 [11:30:37] *** Joins: s8548a_ (~s8548a@replaced-ip )
1155 [11:31:03] *** Quits: smolboye (~smolboye@replaced-ip ) (Ping timeout: 252 seconds)
1156 [11:31:34] *** Quits: Diferential (~Diferenti@replaced-ip ) (Ping timeout: 268 seconds)
1157 [11:31:41] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 260 seconds)
1158 [11:31:50] <shtrb> ,v gdrive
1159 [11:31:51] <judd> No package named 'gdrive' was found in amd64.
1160 [11:32:11] *** Joins: Li (~fwz@replaced-ip )
1161 [11:33:53] <Li> Is there a way to SANDBOX a program in Debian, so that it's completely isolated from accessing filesystem and just disapear as if it was not installed once closed?
1162 [11:33:59] *** Joins: oish (~charlie@replaced-ip )
1163 [11:34:39] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 268 seconds)
1164 [11:35:07] *** Joins: bolovanos (~bolovanos@replaced-ip )
1165 [11:35:08] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1166 [11:36:20] <petn-randall> Li: You could install it in a VM. But it really depends on why you want to achieve that.
1167 [11:36:23] <themill> ralpheeee: that bug of yours is pretty useless
1168 [11:37:03] *** Joins: inch (mijutu@replaced-ip )
1169 [11:37:29] *** Joins: cybercrypto (~morpheus@replaced-ip )
1170 [11:37:37] *** Joins: sanches (~sanches@replaced-ip )
1171 [11:37:44] <ralpheeee> themill: yeah...i make a complete mess of it...just adding url now
1172 [11:37:45] *** Quits: Nsyo (~Nsyo@replaced-ip ) (Quit: Nsyo)
1173 [11:37:55] <shtrb> Li, firejail , chroot ,docker , vm there are many options
1174 [11:38:13] *** Quits: jon_x111111118 (~jon_x@replaced-ip ) (Ping timeout: 252 seconds)
1175 [11:38:25] *** Quits: vivid (~ViViD@replaced-ip ) (Remote host closed the connection)
1176 [11:38:33] <shtrb> themill, how did you find a bug sent by an IRC user ?
1177 [11:38:35] <themill> ralpheeee: it's also not against the right package, with the right subject etc. Following the instructions dpkg gave you would have been good ;(
1178 [11:38:35] *** Quits: shannara (~Stanislas@replaced-ip ) (Remote host closed the connection)
1179 [11:38:45] *** Joins: vivid (~ViViD@replaced-ip )
1180 [11:38:46] <themill> #913217
1181 [11:38:54] *** Joins: shannara (~Stanislas@replaced-ip )
1182 [11:39:49] <shtrb> themill, but how did you learn about it ?
1183 [11:40:10] <themill> it just got filed
1184 [11:40:20] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1185 [11:40:39] *** Quits: thelastjedi (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1186 [11:40:48] <themill> and I happened to be looking at the right bit of the firehose
1187 [11:41:32] * petn-randall is guessing that themill is subscribed to debian-bugs-dist.
1188 [11:41:32] *** Quits: matrim (~mats_@replaced-ip ) (Read error: Connection reset by peer)
1189 [11:41:36] *** Quits: emrullah (~emrullah@replaced-ip ) (Quit: emrullah)
1190 [11:41:36] <shtrb> oh replaced-url
1191 [11:42:20] *** Joins: matrim (~mats_@replaced-ip )
1192 [11:42:40] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
1193 [11:42:55] <shtrb> oh god, ralpheeee you filed the bug via the web interface or reportbug ?
1194 [11:43:23] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1195 [11:43:40] <ralpheeee> shtrb: used replaced-url
1196 [11:43:43] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
1197 [11:43:50] *** Joins: thelastjedi_ (~quassel@replaced-ip )
1198 [11:44:02] <shtrb> oh
1199 [11:45:17] *** Joins: bertbob (~bertbob@replaced-ip )
1200 [11:45:21] *** unmy is now known as unmy_
1201 [11:46:14] *** unmy_ is now known as unmy
1202 [11:47:22] *** Quits: cybercrypto (~morpheus@replaced-ip ) (Quit: Konversation terminated!)
1203 [11:47:53] *** Joins: retrowertz (~retrowrtz@replaced-ip )
1204 [11:48:18] *** Joins: sanches (~sanches@replaced-ip )
1205 [11:48:50] <shtrb> if you are already using their email service taking a look on their vpn could give you more privacy
1206 [11:49:17] *** Joins: tmroland (~tmroland@replaced-ip )
1207 [11:50:20] <ralpheeee> shtrb: was using pia (private internet access) which just expired 2 days ago....at the time their vpn was not so great in terms of service....
1208 [11:51:14] *** Joins: cdown_ (~cdown@replaced-ip )
1209 [11:52:36] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1210 [11:52:54] *** Quits: smolboye_ (~smolboye@replaced-ip ) (Quit: WeeChat 2.2)
1211 [11:52:57] <ralpheeee> would like to use a service which can handle wireguard
1212 [11:52:58] *** Joins: kurin29 (~kurin@replaced-ip )
1213 [11:53:22] *** Quits: kurin29 (~kurin@replaced-ip ) (Remote host closed the connection)
1214 [11:53:46] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
1215 [11:53:53] *** cdown_ is now known as cdown
1216 [11:54:14] <shtrb> why ipsec so important ?
1217 [11:54:24] *** Joins: smolboye (~smolboye@replaced-ip )
1218 [11:55:15] *** Joins: al_123 (82e179cd@replaced-ip )
1219 [11:55:20] *** Joins: naxuroqa (~naxuroqa@replaced-ip )
1220 [11:55:33] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 252 seconds)
1221 [11:57:34] <Li> I don't know about chroot and docker! I don't wanna virtual machine on the system, I knew/tried firejail but I thought it's only for use with firefox!
1222 [11:58:17] <shtrb> firejail is for anything , each tool is good for a specific solution for a specific problem
1223 [11:58:38] *** Quits: Haxxa (~Harrison@replaced-ip ) (Remote host closed the connection)
1224 [11:58:41] <shtrb> maybe you even need Qubes , we do not know what you actually need
1225 [11:59:03] *** Joins: f10 (~flo@replaced-ip )
1226 [11:59:43] <petn-randall> ralpheeee: How about your close that bug report, and start over?
1227 [12:00:06] <petn-randall> Li: What do you want to hide from whom? Depending on that answer there might be a solution, or not.
1228 [12:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1229 [12:00:22] *** Joins: v01t (~v01t@replaced-ip )
1230 [12:00:25] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1231 [12:00:43] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1232 [12:01:10] *** Joins: aielima (~aielima@replaced-ip )
1233 [12:07:15] <Li> petn-randall: hide what? I'm trying to make sure not trusted applications will not access data files
1234 [12:07:33] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
1235 [12:07:51] *** Joins: phd (~pav@replaced-ip )
1236 [12:07:56] *** Joins: Haxxa (~Harrison@replaced-ip )
1237 [12:07:57] <Li> for example now I tried firejail gedit, the later is able to open/save files on the system
1238 [12:08:06] <petn-randall> Li: So you want to run untrusted code. As root? Or unprivileged user?
1239 [12:08:11] *** Quits: mroe (~roe@replaced-ip ) (Ping timeout: 250 seconds)
1240 [12:08:21] *** Quits: keith4 (~keith4@replaced-ip ) (Ping timeout: 246 seconds)
1241 [12:08:47] *** Joins: supergeek (~supergeek@replaced-ip )
1242 [12:08:47] <petn-randall> "and just disapear as if it was not installed once closed?" sounded like you want to hide it from someone.
1243 [12:08:48] <Li> unprivileged user of course, however I'm still not sure it won't access any files
1244 [12:09:00] <shtrb> LI in that case Qubes
1245 [12:09:02] <petn-randall> Li: apparmor or selinux could do that.
1246 [12:09:20] <petn-randall> Qubes uses Xen virtualization, and Li doesn't want that.
1247 [12:09:22] <shtrb> with firejail you can use --private and set a home folder
1248 [12:09:48] *** Quits: Sveta (~sveta@replaced-ip ) (Ping timeout: 268 seconds)
1249 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1250 [12:10:02] *** Joins: wall4ss (~smuxi@replaced-ip )
1251 [12:10:02] <shtrb> he said he needs to run untusted code , Qubes is the only one I can think that would give him any "safe by default" separation
1252 [12:10:43] *** Joins: mcastillo (~mcastillo@replaced-ip )
1253 [12:11:06] *** Parts: mcastillo (~mcastillo@replaced-ip ) ()
1254 [12:11:07] *** Joins: lroe (~roe@replaced-ip )
1255 [12:11:12] *** Joins: dselect (~dselect@replaced-ip )
1256 [12:11:40] *** Joins: keith4 (~keith4@replaced-ip )
1257 [12:11:42] <shtrb> Li: to avoid any data leakage firejail may not be good enough , chroot may provide you something more isolated (so as a vm)
1258 [12:12:14] <shtrb> firejail can provide X11 isolation (via the -x11 argument ) but it still copy host folders even in private mode
1259 [12:16:55] <Li> yes shtrb , I've tested both --private and --private-home switches and was able to save new text file to /tmp
1260 [12:17:11] *** Joins: Sveta (~sveta@replaced-ip )
1261 [12:17:41] <Li> what I want is complete separation from filesystem .. can you give anything linke to read about How to use chroot in such "above mentioned" manner?
1262 [12:17:54] <petn-randall> Li: Is it a GUI program?
1263 [12:18:27] <Li> petn-randall: both indeed
1264 [12:18:29] *** Joins: sanches (~sanches@replaced-ip )
1265 [12:18:41] <shtrb> ,v shroot
1266 [12:18:42] <judd> No package named 'shroot' was found in amd64.
1267 [12:19:05] *** Joins: BlueByte (~walther@replaced-ip )
1268 [12:19:40] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 268 seconds)
1269 [12:19:54] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1270 [12:20:02] *** Quits: al_123 (82e179cd@replaced-ip ) ()
1271 [12:20:21] *** Joins: grobi (~rtng@replaced-ip )
1272 [12:23:42] *** Joins: woshty (~woshty@replaced-ip )
1273 [12:23:52] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1274 [12:23:59] *** Quits: supergeek (~supergeek@replaced-ip ) (Quit: Goodbye cruel world...)
1275 [12:24:53] *** Joins: Y_ (~Y@replaced-ip )
1276 [12:25:06] *** Quits: Pikk0n (~Pikkon@replaced-ip ) (Ping timeout: 252 seconds)
1277 [12:25:29] *** Joins: hikiko (~hikiko@replaced-ip )
1278 [12:26:09] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 252 seconds)
1279 [12:26:23] *** Joins: Pikk0n2 (~Pikkon@replaced-ip )
1280 [12:26:27] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1281 [12:26:54] <Fox> ,v schroot
1282 [12:26:56] <judd> Package: schroot on amd64 -- wheezy: 1.6.4-4; jessie: 1.6.10-1+b1; jessie-backports: 1.6.10-3~bpo8+1; stretch: 1.6.10-3+deb9u1; buster: 1.6.10-5; sid: 1.6.10-6
1283 [12:27:03] *** Y_ is now known as Y
1284 [12:27:15] *** Quits: sparklyballs_ (~bouncy@replaced-ip ) (Ping timeout: 252 seconds)
1285 [12:27:29] <petn-randall> Li: Is it a program you don't trust, or do you expect even expect it to be actively malicious?
1286 [12:27:32] *** Y is now known as Guest626
1287 [12:27:36] *** Joins: sparklyballs (~bouncy@replaced-ip )
1288 [12:27:55] <shtrb> thanks Fox, Li take a look also at schroot
1289 [12:28:01] *** Joins: BCMM (~BCMM@replaced-ip )
1290 [12:28:08] <shtrb> replaced-url
1291 [12:28:16] <shtrb> slightly outdats but you get the idea
1292 [12:28:25] *** Quits: KrisDouglas (~KrisDougl@replaced-ip ) (Remote host closed the connection)
1293 [12:28:26] *** Joins: Itaipu (~itaipu@replaced-ip )
1294 [12:28:50] <shtrb> it will not prevent X11 manipulation (*)
1295 [12:29:04] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
1296 [12:30:26] *** Joins: mauz555 (~mauz555@replaced-ip )
1297 [12:31:11] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1298 [12:31:28] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1299 [12:31:36] *** Quits: scoopex (~scoopex@replaced-ip ) (Remote host closed the connection)
1300 [12:31:57] *** Joins: mauz555 (~mauz555@replaced-ip )
1301 [12:32:31] *** Joins: glaucom (bd142ce2@replaced-ip )
1302 [12:32:31] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: Leaving)
1303 [12:32:35] <glaucom> hi all good morning
1304 [12:32:37] *** Joins: Itaipu (~itaipu@replaced-ip )
1305 [12:32:45] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1306 [12:33:08] *** Quits: Guest37815 (~quassel@replaced-ip ) (Remote host closed the connection)
1307 [12:33:55] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1308 [12:35:39] *** Joins: scoopex (~scoopex@replaced-ip )
1309 [12:35:51] *** Quits: moussa (~moussa@replaced-ip ) (Quit: Leaving)
1310 [12:35:53] *** Joins: amcorreia (~amcorreia@replaced-ip )
1311 [12:36:20] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Quit: One of the victims is making too much noise.)
1312 [12:37:05] *** Joins: aaii (~aaii@replaced-ip )
1313 [12:37:39] *** Joins: pax (~Thunderbi@replaced-ip )
1314 [12:37:49] *** Quits: retrowertz (~retrowrtz@replaced-ip ) (Remote host closed the connection)
1315 [12:38:21] *** Joins: LorD_n1c0w (~igora@replaced-ip )
1316 [12:39:55] *** Quits: glaucom (bd142ce2@replaced-ip ) (Remote host closed the connection)
1317 [12:41:36] *** Joins: sparklyballs (~bouncy@replaced-ip )
1318 [12:44:33] *** Joins: disposable2 (~Thunderbi@replaced-ip )
1319 [12:45:08] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1320 [12:45:15] *** Joins: _joes_ (~quassel@replaced-ip )
1321 [12:45:23] *** Quits: _joes_ (~quassel@replaced-ip ) (Client Quit)
1322 [12:45:28] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 245 seconds)
1323 [12:45:35] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
1324 [12:46:36] *** Joins: neibo (~bingen@replaced-ip )
1325 [12:47:50] *** Joins: eduardas_m (~eduardas@replaced-ip )
1326 [12:51:56] *** Joins: selroc (~selroc@replaced-ip )
1327 [12:53:26] <tsglove> o/ glaucom
1328 [12:53:28] <tsglove> he left
1329 [12:53:29] <tsglove> =\
1330 [12:53:37] <tsglove> morning o/ to all others then!!
1331 [12:53:41] <SpeedyG> afternoon ;)
1332 [12:53:56] *** Quits: slack_ (~slack@replaced-ip ) (Ping timeout: 260 seconds)
1333 [12:53:56] <tsglove> Afternoon SpeedyG !! =)
1334 [12:54:12] *** Quits: scoopex (~scoopex@replaced-ip ) (Read error: Connection reset by peer)
1335 [12:54:17] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
1336 [12:54:18] *** Joins: scoopex_ (~scoopex@replaced-ip )
1337 [12:54:27] *** Quits: naxuroqa (~naxuroqa@replaced-ip ) (Remote host closed the connection)
1338 [12:56:45] *** Joins: _joes_ (~quassel@replaced-ip )
1339 [12:58:25] *** Joins: buttros_ (~buttros_@replaced-ip )
1340 [12:59:37] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1341 [13:00:00] *** Quits: superbawlz (uid273615@replaced-ip ) (Quit: Connection closed for inactivity)
1342 [13:00:12] *** Joins: mauz555 (~mauz555@replaced-ip )
1343 [13:00:59] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
1344 [13:01:23] *** Joins: tmroland (~tmroland@replaced-ip )
1345 [13:01:34] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Quit: öh)
1346 [13:03:44] *** Joins: lankanmon (~LKNnet@replaced-ip )
1347 [13:04:34] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
1348 [13:04:38] *** Joins: sanches (~sanches@replaced-ip )
1349 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1350 [13:05:27] *** Joins: dpkg (~dpkg@replaced-ip )
1351 [13:06:54] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1352 [13:07:00] *** Joins: SimonB (~simonb@replaced-ip )
1353 [13:07:24] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 252 seconds)
1354 [13:07:24] *** Joins: mauz555 (~mauz555@replaced-ip )
1355 [13:07:57] *** Quits: mauz555 (~mauz555@replaced-ip ) (Read error: Connection reset by peer)
1356 [13:08:05] *** Joins: Raed|Laptop (~Raed@replaced-ip )
1357 [13:08:47] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
1358 [13:08:55] *** Joins: amcorreia (~amcorreia@replaced-ip )
1359 [13:09:12] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1360 [13:10:42] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 252 seconds)
1361 [13:11:05] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
1362 [13:11:22] *** Joins: Ingvix (~Ingvix@replaced-ip )
1363 [13:11:28] *** Joins: hbx (~hbx@replaced-ip )
1364 [13:12:15] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1365 [13:13:13] *** Quits: scoopex_ (~scoopex@replaced-ip ) (Read error: Connection reset by peer)
1366 [13:13:21] *** Joins: scoopex (~scoopex@replaced-ip )
1367 [13:13:31] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1368 [13:13:52] *** Joins: wilkc_ (~wilkc@replaced-ip )
1369 [13:14:08] *** Joins: encod3 (~encod3@replaced-ip )
1370 [13:14:22] *** Joins: rpifan (~rpifan@replaced-ip )
1371 [13:15:01] *** Joins: morphis_ (~morphis@replaced-ip )
1372 [13:16:09] *** Joins: platvoeten (~platvoete@replaced-ip )
1373 [13:16:12] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 252 seconds)
1374 [13:16:43] *** Quits: vutral (vutral@replaced-ip ) (Ping timeout: 245 seconds)
1375 [13:17:28] *** Joins: Drashta (~Drashta@replaced-ip )
1376 [13:17:31] *** Quits: _joes_ (~quassel@replaced-ip##) (Quit: ##replaced-url
1377 [13:17:37] *** Joins: grobi (~rtng@replaced-ip )
1378 [13:18:16] *** Joins: krabador (~krabador@replaced-ip )
1379 [13:18:27] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 240 seconds)
1380 [13:18:51] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 244 seconds)
1381 [13:18:59] *** Joins: vutral (vutral@replaced-ip )
1382 [13:19:52] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 246 seconds)
1383 [13:20:15] *** Joins: stevecam (~stevecam@replaced-ip )
1384 [13:20:38] *** Joins: rpifan (~rpifan@replaced-ip )
1385 [13:20:55] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1386 [13:21:04] *** Joins: sanches (~sanches@replaced-ip )
1387 [13:21:17] *** Joins: grobi (~rtng@replaced-ip )
1388 [13:23:40] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1389 [13:24:00] *** Joins: darkghost7 (~darkghost@replaced-ip )
1390 [13:24:01] *** debhelper sets mode: +l 1408
1391 [13:24:02] *** Joins: m0u (~m0u@replaced-ip )
1392 [13:24:13] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 245 seconds)
1393 [13:25:27] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1394 [13:26:12] *** Quits: pdobrogost (uid195495@replaced-ip ) (Quit: Connection closed for inactivity)
1395 [13:26:25] *** Joins: AMartin (~AMartin@replaced-ip )
1396 [13:26:34] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
1397 [13:26:36] *** Joins: aaii-z (~aaii@replaced-ip )
1398 [13:27:37] *** Joins: bites (~bites@replaced-ip )
1399 [13:27:42] *** Joins: Dimosh (~Dimosh@replaced-ip )
1400 [13:28:30] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1401 [13:28:42] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
1402 [13:28:48] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1403 [13:31:27] *** Joins: polo51 (~qw948hmw9@replaced-ip )
1404 [13:31:39] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Remote host closed the connection)
1405 [13:32:15] *** Quits: Dimosh (~Dimosh@replaced-ip ) (Client Quit)
1406 [13:34:11] *** Quits: aaii-z (~aaii@replaced-ip ) (Remote host closed the connection)
1407 [13:34:31] *** Quits: phd (~pav@replaced-ip ) (Read error: Connection reset by peer)
1408 [13:35:58] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
1409 [13:36:09] *** Quits: abff (~abff@replaced-ip ) (Ping timeout: 268 seconds)
1410 [13:36:55] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
1411 [13:37:05] *** Joins: encod3 (~encod3@replaced-ip )
1412 [13:37:20] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1413 [13:38:12] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1414 [13:38:29] *** Joins: The_Loko (~The_Loko@replaced-ip )
1415 [13:38:30] *** Joins: wall4ss (~smuxi@replaced-ip )
1416 [13:40:03] *** Joins: roshanavand (~Thunderbi@replaced-ip )
1417 [13:40:09] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1418 [13:40:10] *** Joins: olegfusion (~olegfusio@replaced-ip )
1419 [13:41:44] *** Joins: Y (~Y@replaced-ip )
1420 [13:42:07] *** Y is now known as Guest25550
1421 [13:42:16] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1422 [13:43:04] <AMartin> Hi all
1423 [13:43:10] <Syndrom> hi
1424 [13:44:17] *** Quits: NerdTheThird (~NerdTheTh@replaced-ip ) (Quit: NerdTheThird)
1425 [13:46:10] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1426 [13:46:49] *** Joins: noodlepie (~Phillip@replaced-ip )
1427 [13:46:55] *** Joins: grobi (~rtng@replaced-ip )
1428 [13:48:25] *** Joins: Essadon (~Essadon@replaced-ip )
1429 [13:48:35] *** Joins: a0z (~a0z@replaced-ip )
1430 [13:48:39] *** Quits: AMartin (~AMartin@replaced-ip ) (Quit: Bye)
1431 [13:49:19] *** Quits: Guest626 (~Y@replaced-ip ) (Quit: Bye)
1432 [13:49:47] *** Joins: Yorick_ (Y@replaced-ip )
1433 [13:51:10] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1434 [13:52:27] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 240 seconds)
1435 [13:52:45] *** Quits: Guest25550 (~Y@replaced-ip ) (Quit: Bye)
1436 [13:53:02] *** Joins: papemco (~papemco@replaced-ip )
1437 [13:53:02] *** Joins: mavhc (~mavhc@replaced-ip )
1438 [13:53:11] *** Joins: cdown (~cdown@replaced-ip )
1439 [13:53:51] *** Joins: yctn (~yctn@replaced-ip )
1440 [13:54:01] *** debhelper sets mode: +l 1414
1441 [13:55:02] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 272 seconds)
1442 [13:56:18] *** Joins: oahong (~samigarus@replaced-ip )
1443 [13:56:19] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
1444 [13:56:34] *** Joins: Pendrag0n (~Thunderbi@replaced-ip )
1445 [13:56:49] *** Quits: lroe (~roe@replaced-ip ) (Ping timeout: 252 seconds)
1446 [13:57:06] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 268 seconds)
1447 [13:57:07] *** Quits: SimonB (~simonb@replaced-ip ) (Quit: leaving)
1448 [13:59:38] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
1449 [14:00:05] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1450 [14:00:12] *** Quits: purpleunicorn (uid264544@replaced-ip ) (Quit: Connection closed for inactivity)
1451 [14:00:35] *** Joins: NerdTheThird (~NerdTheTh@replaced-ip )
1452 [14:00:44] *** Quits: buttros_ (~buttros_@replaced-ip ) (Quit: Leaving)
1453 [14:00:49] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1454 [14:01:18] *** Quits: r00tobo (~r00tobo@replaced-ip ) (Ping timeout: 252 seconds)
1455 [14:02:05] *** Joins: lroe (~roe@replaced-ip )
1456 [14:02:05] *** Quits: lroe (~roe@replaced-ip ) (Changing host)
1457 [14:02:05] *** Joins: lroe (~roe@replaced-ip )
1458 [14:06:30] *** Joins: OS-41789 (~chaichaih@replaced-ip )
1459 [14:08:37] *** Quits: adc (~adc@replaced-ip ) (Quit: WeeChat 2.2)
1460 [14:09:16] *** Joins: adc (~adc@replaced-ip )
1461 [14:09:36] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1462 [14:09:40] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 264 seconds)
1463 [14:11:02] *** Joins: jdw4000 (~jon@replaced-ip )
1464 [14:11:23] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1465 [14:13:32] *** Joins: ivlioioilvi (~ivlioioil@replaced-ip )
1466 [14:13:40] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1467 [14:13:45] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 268 seconds)
1468 [14:14:28] *** Quits: ivlioioilvi (~ivlioioil@replaced-ip ) (Remote host closed the connection)
1469 [14:15:14] *** Joins: vizius00 (~vizius00@replaced-ip )
1470 [14:15:22] <eto> hello
1471 [14:15:34] *** Parts: Nyoxi (~Nyoxi@replaced-ip ) ("We'll have to call it ``Early quantum state phenomenon'' ...")
1472 [14:15:37] <eto> what is needed to get package into debian?
1473 [14:15:42] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
1474 [14:16:54] *** Quits: mquin (~mike@replaced-ip ) (Ping timeout: 630 seconds)
1475 [14:18:34] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
1476 [14:19:41] <Fox> what do you want to do exactly ?
1477 [14:19:53] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
1478 [14:21:21] *** Joins: Guest49829 (~quassel@replaced-ip )
1479 [14:23:15] *** Quits: scoopex (~scoopex@replaced-ip ) (Read error: Connection reset by peer)
1480 [14:23:25] *** Joins: scoopex (~scoopex@replaced-ip )
1481 [14:24:01] *** debhelper sets mode: +l 1405
1482 [14:24:08] *** Joins: broesel (~broesel@replaced-ip )
1483 [14:24:13] *** Joins: glaucom (~blackcat@replaced-ip )
1484 [14:24:34] <glaucom> hi all
1485 [14:24:43] *** Joins: cryptodan (~cryptodan@replaced-ip )
1486 [14:24:54] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Max SendQ exceeded)
1487 [14:25:23] <Syndrom> hi glaucom
1488 [14:26:31] <glaucom> what is best editor for theme css organized, for gtk and shell themes ?
1489 [14:27:17] *** Joins: Brigo (~Brigo@replaced-ip )
1490 [14:27:18] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 276 seconds)
1491 [14:27:37] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1492 [14:27:44] *** Joins: devbaka (~devbaka@replaced-ip )
1493 [14:28:05] *** Quits: yesi (~yesi@replaced-ip ) (Ping timeout: 256 seconds)
1494 [14:28:07] *** Quits: darkghost7 (~darkghost@replaced-ip ) (Ping timeout: 240 seconds)
1495 [14:29:45] *** Joins: mklaang1 (~Adium@replaced-ip )
1496 [14:30:07] *** Joins: cryptodan (~cryptodan@replaced-ip )
1497 [14:30:33] <noodlepie> Hiya guys! What's cooking here? --> W: Download is performed unsandboxed as root as file '/var/cache/apt/archives/partial/breeze-icon-theme_4%3a5.51.0-1_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
1498 [14:30:35] *** Joins: CrystalMath (~coderain@replaced-ip )
1499 [14:31:07] <noodlepie> gluon, emacs! @=}-~
1500 [14:31:50] *** Joins: DammitJim (~DammitJim@replaced-ip )
1501 [14:32:22] *** Joins: Slashman (~Slash@replaced-ip )
1502 [14:32:39] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 252 seconds)
1503 [14:33:28] *** Joins: Phizzy (~Phillip@replaced-ip )
1504 [14:33:53] *** Parts: mklaang1 (~Adium@replaced-ip ) ()
1505 [14:34:06] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 268 seconds)
1506 [14:35:24] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 252 seconds)
1507 [14:35:28] *** Joins: eGNUph (~Phillip@replaced-ip )
1508 [14:35:51] *** Joins: spectralthief (~marshadow@replaced-ip )
1509 [14:35:57] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 252 seconds)
1510 [14:36:12] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 272 seconds)
1511 [14:36:17] *** Quits: boser (~boser@replaced-ip ) (Quit: leaving)
1512 [14:36:33] *** Joins: boser (~boser@replaced-ip )
1513 [14:37:07] *** Quits: broesel (~broesel@replaced-ip ) (Quit: leaving)
1514 [14:37:22] *** Quits: Guest49829 (~quassel@replaced-ip ) (Remote host closed the connection)
1515 [14:37:40] *** Joins: Haudegen (~quassel@replaced-ip )
1516 [14:37:53] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1517 [14:37:53] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1518 [14:37:55] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1519 [14:38:44] *** Quits: Phizzy (~Phillip@replaced-ip ) (Ping timeout: 272 seconds)
1520 [14:38:47] *** Joins: mklaang1 (~mklaang@replaced-ip )
1521 [14:38:48] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
1522 [14:39:38] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1523 [14:40:14] *** Joins: mauz555 (~mauz555@replaced-ip )
1524 [14:40:43] *** Joins: boser (~boser@replaced-ip )
1525 [14:40:57] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1526 [14:41:56] *** Joins: boser (~boser@replaced-ip )
1527 [14:42:09] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1528 [14:42:11] *** Joins: retrowertz (~retrowrtz@replaced-ip )
1529 [14:42:40] *** Joins: kirk781 (~kirk781@replaced-ip )
1530 [14:43:58] *** Joins: ae-35 (~ae-35@replaced-ip )
1531 [14:44:23] *** Joins: greycat (~wooledg@replaced-ip )
1532 [14:44:45] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
1533 [14:44:51] *** Joins: walnut_burl (~oak@replaced-ip )
1534 [14:45:44] *** Joins: boser (~boser@replaced-ip )
1535 [14:45:47] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
1536 [14:45:57] *** Joins: nehemiah (~nehemiah@replaced-ip )
1537 [14:46:32] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1538 [14:47:17] *** Joins: ml| (~ml|@replaced-ip )
1539 [14:47:23] *** Quits: metnel (~metnel@replaced-ip ) (Quit: metnel)
1540 [14:47:37] *** Joins: Exchange (~exchange@replaced-ip )
1541 [14:48:26] *** Joins: boser (~boser@replaced-ip )
1542 [14:48:32] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1543 [14:48:34] *** eGNUph is now known as noodlepie
1544 [14:48:47] <glaucom> ?
1545 [14:49:01] *** Quits: spectralthief (~marshadow@replaced-ip ) (Remote host closed the connection)
1546 [14:50:12] *** Quits: ws2k3 (freenodeyc@replaced-ip ) (Remote host closed the connection)
1547 [14:51:07] *** Parts: Exchange (~exchange@replaced-ip ) ()
1548 [14:52:40] *** Joins: boser (~boser@replaced-ip )
1549 [14:53:36] *** Joins: shtrb (~shtrb@replaced-ip )
1550 [14:53:41] <Zta77> I've been using Ubuntu for the past 8 years or so, but since the Unity desktop environment has been scratched, and since I find my laptop getting slower for each update, I think it's time to move back to Debian and make a new home here.
1551 [14:53:47] <Zta77> But what flavor should I settle for? I'd like a stable system, of course, but also the latest Firefox, Inkscape, LibreOffice, etc. Is 'stable' + specific repositories to these apps the best solution?
1552 [14:54:02] *** Quits: boser (~boser@replaced-ip ) (Changing host)
1553 [14:54:02] *** Joins: boser (~boser@replaced-ip )
1554 [14:54:26] *** Joins: spectralthief (~marshadow@replaced-ip )
1555 [14:55:28] *** Joins: RNM (~rnm@replaced-ip )
1556 [14:55:33] *** Joins: ableto (~cryptum@replaced-ip )
1557 [14:56:24] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1558 [14:56:32] *** Joins: boser (~boser@replaced-ip )
1559 [14:56:35] <shtrb> I'm getting slow "painting" in grub (like 8 bit mario style) (bios is selected on discrete mode)
1560 [14:57:11] *** Zta77 is now known as Zta
1561 [14:57:22] *** Quits: eduardas_m (~eduardas@replaced-ip ) (Quit: Konversation terminated!)
1562 [14:57:36] *** Quits: noodlepie (~Phillip@replaced-ip ) (Quit: Rebooting 4.19.0-Gentoo)
1563 [14:58:29] *** Parts: yctn (~yctn@replaced-ip ) ()
1564 [14:58:43] <spectralthief> hey
1565 [14:58:51] <spectralthief> my /var/log was nearly 6GB
1566 [14:59:04] <spectralthief> I used /etc/cron.daily/logrotate then removed all the .1 files
1567 [14:59:09] <spectralthief> now it's down to 2GB
1568 [14:59:09] *** Joins: ws2k3 (~yctn@replaced-ip )
1569 [14:59:15] <spectralthief> but that still seems like a lot to me
1570 [14:59:29] *** Joins: little_tommy (~michael@replaced-ip )
1571 [14:59:31] <spectralthief> is there any way I can make /var/log smaller?
1572 [14:59:40] <shtrb> that's too much check why it is so big
1573 [14:59:56] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1574 [15:00:10] *** Joins: boser (~boser@replaced-ip )
1575 [15:00:23] <spectralthief> both kern.log and debut.log are 1.3GB big
1576 [15:00:36] <spectralthief> everything else is much smaller
1577 [15:00:47] <JustASlacker> kern.log with > 1GB sounds like trouble :)
1578 [15:01:01] <spectralthief> well
1579 [15:01:02] <spectralthief> yeah
1580 [15:01:06] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Ping timeout: 260 seconds)
1581 [15:01:08] *** Quits: little_tommy (~michael@replaced-ip ) (Quit: WeeChat 1.6)
1582 [15:01:08] <spectralthief> I can guess why actuallt
1583 [15:01:13] *** Joins: Ericounet (~Eric@replaced-ip )
1584 [15:01:25] <spectralthief> I'm on surface so I installed the linux-surface kernel
1585 [15:01:36] *** Joins: zeden (~user@replaced-ip )
1586 [15:01:38] <spectralthief> several times, due to config problems
1587 [15:01:50] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1588 [15:01:59] <spectralthief> now it's fixed (I guess) but I have three non-fatal errors on each startup
1589 [15:02:01] <JustASlacker> Zta: Im happy with mint xfce
1590 [15:02:01] *** Quits: nehemiah (~nehemiah@replaced-ip ) (*.net *.split)
1591 [15:02:01] *** Quits: retrowertz (~retrowrtz@replaced-ip ) (*.net *.split)
1592 [15:02:01] *** Quits: Brigo (~Brigo@replaced-ip ) (*.net *.split)
1593 [15:02:01] *** Quits: glaucom (~blackcat@replaced-ip ) (*.net *.split)
1594 [15:02:01] *** Quits: lroe (~roe@replaced-ip ) (*.net *.split)
1595 [15:02:01] *** Quits: papemco (~papemco@replaced-ip ) (*.net *.split)
1596 [15:02:01] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (*.net *.split)
1597 [15:02:01] *** Quits: morphis_ (~morphis@replaced-ip ) (*.net *.split)
1598 [15:02:01] *** Quits: lankanmon (~LKNnet@replaced-ip ) (*.net *.split)
1599 [15:02:01] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (*.net *.split)
1600 [15:02:01] *** Quits: sparklyballs (~bouncy@replaced-ip ) (*.net *.split)
1601 [15:02:01] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (*.net *.split)
1602 [15:02:01] *** Quits: Itaipu (~itaipu@replaced-ip ) (*.net *.split)
1603 [15:02:01] *** Quits: BCMM (~BCMM@replaced-ip ) (*.net *.split)
1604 [15:02:01] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (*.net *.split)
1605 [15:02:01] *** Quits: bolovanos (~bolovanos@replaced-ip ) (*.net *.split)
1606 [15:02:01] *** Quits: Li (~fwz@replaced-ip ) (*.net *.split)
1607 [15:02:01] *** Quits: Guest95064 (~HasanAtiz@replaced-ip ) (*.net *.split)
1608 [15:02:01] *** Quits: terr_ (~terr@replaced-ip ) (*.net *.split)
1609 [15:02:01] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (*.net *.split)
1610 [15:02:01] *** Quits: oo_miguel (~miguel@replaced-ip ) (*.net *.split)
1611 [15:02:01] *** Quits: unixbassen (~tl@replaced-ip ) (*.net *.split)
1612 [15:02:01] *** Quits: msimpson (~msimpson@replaced-ip ) (*.net *.split)
1613 [15:02:01] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (*.net *.split)
1614 [15:02:01] *** Quits: edwardly (~edwardly@replaced-ip ) (*.net *.split)
1615 [15:02:01] *** Quits: cneira_ (~cneira@replaced-ip ) (*.net *.split)
1616 [15:02:01] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (*.net *.split)
1617 [15:02:01] *** Quits: drzacek (~drzacek@replaced-ip ) (*.net *.split)
1618 [15:02:01] *** Quits: P1ersson (~P1ersson@replaced-ip ) (*.net *.split)
1619 [15:02:01] *** Quits: Guest96837 (~ard1t@replaced-ip ) (*.net *.split)
1620 [15:02:01] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) (*.net *.split)
1621 [15:02:01] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (*.net *.split)
1622 [15:02:01] *** Quits: _anb (~anb@replaced-ip ) (*.net *.split)
1623 [15:02:01] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (*.net *.split)
1624 [15:02:01] *** Quits: sander85 (~sander@replaced-ip ) (*.net *.split)
1625 [15:02:01] *** Quits: Resilience (~lala@replaced-ip ) (*.net *.split)
1626 [15:02:01] *** Quits: boturk (boturk@replaced-ip ) (*.net *.split)
1627 [15:02:01] *** Quits: sidmo (~ident@replaced-ip ) (*.net *.split)
1628 [15:02:01] *** Quits: bnw (~bnw@replaced-ip ) (*.net *.split)
1629 [15:02:01] *** Quits: vjacob (~vjacob@replaced-ip ) (*.net *.split)
1630 [15:02:01] *** Quits: turfrex (~py@replaced-ip ) (*.net *.split)
1631 [15:02:01] *** Quits: folorn (~folorn@replaced-ip ) (*.net *.split)
1632 [15:02:01] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (*.net *.split)
1633 [15:02:01] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (*.net *.split)
1634 [15:02:01] *** Quits: kein31 (~root@replaced-ip ) (*.net *.split)
1635 [15:02:01] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (*.net *.split)
1636 [15:02:01] *** Quits: acidtripper (~acidtripp@replaced-ip ) (*.net *.split)
1637 [15:02:01] *** Quits: toozej (~toozej@replaced-ip ) (*.net *.split)
1638 [15:02:01] *** Quits: bablux (~bablux@replaced-ip ) (*.net *.split)
1639 [15:02:01] *** Quits: karlpinc (~user@replaced-ip ) (*.net *.split)
1640 [15:02:01] *** Quits: ukine (~ukine@replaced-ip ) (*.net *.split)
1641 [15:02:02] *** Quits: davidebeatrici (~quassel@replaced-ip ) (*.net *.split)
1642 [15:02:02] *** Quits: cornholio (~cornholio@replaced-ip ) (*.net *.split)
1643 [15:02:02] *** Quits: unmy (~NONE@replaced-ip ) (*.net *.split)
1644 [15:02:02] *** Quits: CarlFK (~carl@replaced-ip ) (*.net *.split)
1645 [15:02:02] *** Quits: utlemming (~utlemming@replaced-ip ) (*.net *.split)
1646 [15:02:02] *** Quits: Merixer (~Merixer@replaced-ip ) (*.net *.split)
1647 [15:02:02] *** Quits: dionysus69 (~dionysus6@replaced-ip ) (*.net *.split)
1648 [15:02:02] *** Quits: HicksD (~q@replaced-ip ) (*.net *.split)
1649 [15:02:02] *** Quits: milobit (~milobit@replaced-ip ) (*.net *.split)
1650 [15:02:02] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (*.net *.split)
1651 [15:02:02] *** Quits: Sabotender (~Sabotende@replaced-ip ) (*.net *.split)
1652 [15:02:02] *** Quits: paraxial (~paraxial@replaced-ip ) (*.net *.split)
1653 [15:02:02] *** Quits: tw (~tw@replaced-ip ) (*.net *.split)
1654 [15:02:02] *** Quits: Xyle (~quassel@replaced-ip ) (*.net *.split)
1655 [15:02:02] *** Quits: wintrmute (~wintrmute@replaced-ip ) (*.net *.split)
1656 [15:02:02] *** Quits: michaelni (~michael@replaced-ip ) (*.net *.split)
1657 [15:02:02] *** Quits: pity (~pity@replaced-ip ) (*.net *.split)
1658 [15:02:02] *** Quits: magnulu (~magnulu@replaced-ip ) (*.net *.split)
1659 [15:02:02] *** Quits: aaron (~aaron@replaced-ip ) (*.net *.split)
1660 [15:02:02] *** Quits: churnd (~churnd@replaced-ip ) (*.net *.split)
1661 [15:02:02] *** Quits: Poster (~poster@replaced-ip ) (*.net *.split)
1662 [15:02:02] *** Quits: b2eed622 (~b2eed622@replaced-ip ) (*.net *.split)
1663 [15:02:02] *** Quits: booyah (~bb@replaced-ip ) (*.net *.split)
1664 [15:02:02] *** Quits: NeoBlaster (N3oBl@replaced-ip ) (*.net *.split)
1665 [15:02:02] *** Quits: plantroon (~plantroon@replaced-ip ) (*.net *.split)
1666 [15:02:02] *** Quits: Ether_Man (~ether009@replaced-ip ) (*.net *.split)
1667 [15:02:02] *** Quits: seuz (seppalt2@replaced-ip ) (*.net *.split)
1668 [15:02:02] *** Quits: Tempesta (Tempesta@replaced-ip ) (*.net *.split)
1669 [15:02:02] *** Quits: supersoju (~ajones@replaced-ip ) (*.net *.split)
1670 [15:02:02] *** Quits: sydney_untangle (~sydney@replaced-ip ) (*.net *.split)
1671 [15:02:02] *** Quits: ski7777 (~quassel@replaced-ip ) (*.net *.split)
1672 [15:02:02] *** Quits: nix-7 (~nix@replaced-ip ) (*.net *.split)
1673 [15:02:02] *** Quits: Timvde (~tim@replaced-ip ) (*.net *.split)
1674 [15:02:02] *** Quits: piratex (~piratex@replaced-ip ) (*.net *.split)
1675 [15:02:02] *** Quits: dazo (~freenode@replaced-ip ) (*.net *.split)
1676 [15:02:02] *** Quits: mthe878 (~mthe@replaced-ip ) (*.net *.split)
1677 [15:02:02] *** Quits: percY- (~percY@replaced-ip ) (*.net *.split)
1678 [15:02:02] *** Quits: mklvr (~mklvr@replaced-ip ) (*.net *.split)
1679 [15:02:02] *** Quits: geofox (~geofox@replaced-ip ) (*.net *.split)
1680 [15:02:02] *** Quits: cranq (~crank@replaced-ip ) (*.net *.split)
1681 [15:02:02] *** Quits: solarnetone (~scott@replaced-ip ) (*.net *.split)
1682 [15:02:02] *** Quits: cliluw (~cliluw@replaced-ip ) (*.net *.split)
1683 [15:02:02] *** Quits: zeedee (~bobloblaw@replaced-ip ) (*.net *.split)
1684 [15:02:02] *** Quits: Shadowcrit (~Shadowcri@replaced-ip ) (*.net *.split)
1685 [15:02:02] *** Quits: unborn (~ugly@replaced-ip ) (*.net *.split)
1686 [15:02:02] *** Quits: deltam (~deltam@replaced-ip ) (*.net *.split)
1687 [15:02:02] *** Quits: ski (~ski@replaced-ip ) (*.net *.split)
1688 [15:02:02] *** Quits: AgentOak (~AgentOak@replaced-ip ) (*.net *.split)
1689 [15:02:02] *** Quits: babilen (~babilen@replaced-ip ) (*.net *.split)
1690 [15:02:02] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (*.net *.split)
1691 [15:02:02] *** Quits: phogg (~phogg@replaced-ip ) (*.net *.split)
1692 [15:02:02] *** Quits: celyr (~celyr@replaced-ip ) (*.net *.split)
1693 [15:02:02] *** Quits: k-man (~jason@replaced-ip ) (*.net *.split)
1694 [15:02:02] *** Quits: Labu (~Labu@replaced-ip ) (*.net *.split)
1695 [15:02:02] *** Quits: digastricus (~garth@replaced-ip ) (*.net *.split)
1696 [15:02:02] *** Quits: fvb (~fvb@replaced-ip ) (*.net *.split)
1697 [15:02:02] *** Quits: NoriusNotorius (~NoriusNot@replaced-ip ) (*.net *.split)
1698 [15:02:02] *** Quits: Linuxlars (~linuxlars@replaced-ip ) (*.net *.split)
1699 [15:02:02] *** Quits: Buliarous (~gypsydang@replaced-ip ) (*.net *.split)
1700 [15:02:02] *** Quits: JohnDoh (~jeff@replaced-ip ) (*.net *.split)
1701 [15:02:02] *** Quits: agio (~agio@replaced-ip ) (*.net *.split)
1702 [15:02:02] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (*.net *.split)
1703 [15:02:02] *** Quits: thnee (~thnee@replaced-ip ) (*.net *.split)
1704 [15:02:02] *** Quits: nzhuk98 (~nazar@replaced-ip ) (*.net *.split)
1705 [15:02:02] *** Quits: m0d (~m0d@replaced-ip ) (*.net *.split)
1706 [15:02:02] *** Quits: binaryhermit (~binaryher@replaced-ip ) (*.net *.split)
1707 [15:02:02] *** Quits: valdyn (~valdyn@replaced-ip ) (*.net *.split)
1708 [15:02:02] *** Quits: buzzzz (~buzzzz@replaced-ip ) (*.net *.split)
1709 [15:02:02] *** Quits: Pheimors (~Pheimors@replaced-ip ) (*.net *.split)
1710 [15:02:02] *** Quits: jannic (~jan@replaced-ip ) (*.net *.split)
1711 [15:02:02] *** Quits: nashimus_ (~nashimus@replaced-ip ) (*.net *.split)
1712 [15:02:02] *** Quits: jelly (jelly@replaced-ip ) (*.net *.split)
1713 [15:02:02] *** Quits: dysfigured (~dysfigure@replaced-ip ) (*.net *.split)
1714 [15:02:02] *** Quits: folivora_ (~out@replaced-ip ) (*.net *.split)
1715 [15:02:02] *** Quits: spacecase (~quassel@replaced-ip ) (*.net *.split)
1716 [15:02:02] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (*.net *.split)
1717 [15:02:02] *** Quits: sn0wmonster (~yeti@replaced-ip ) (*.net *.split)
1718 [15:02:02] *** Quits: ra1stlin (~ra1stlin@replaced-ip ) (*.net *.split)
1719 [15:02:02] *** Quits: Posterdati (~kvirc@replaced-ip ) (*.net *.split)
1720 [15:02:02] *** Quits: SirLagz (~SirLagz@replaced-ip ) (*.net *.split)
1721 [15:02:02] *** Quits: ebarch (~ebarch@replaced-ip ) (*.net *.split)
1722 [15:02:10] *** Joins: utlemming (~utlemming@replaced-ip )
1723 [15:02:11] *** Joins: P1ersson (~P1ersson@replaced-ip )
1724 [15:02:12] *** Joins: mklvr (~mklvr@replaced-ip )
1725 [15:02:13] *** Joins: sander85 (~sander@replaced-ip )
1726 [15:02:14] *** Joins: valdyn (~valdyn@replaced-ip )
1727 [15:02:14] *** Joins: Poster (~poster@replaced-ip )
1728 [15:02:14] *** Joins: ski7777 (~quassel@replaced-ip )
1729 [15:02:15] *** Joins: unmy_ (~NONE@replaced-ip )
1730 [15:02:15] *** Joins: babilen (~babilen@replaced-ip )
1731 [15:02:15] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1732 [15:02:15] *** Joins: b2eed622 (~b2eed622@replaced-ip )
1733 [15:02:16] *** Joins: dysfigured (~dysfigure@replaced-ip )
1734 [15:02:17] *** Joins: Merixer (~Merixer@replaced-ip )
1735 [15:02:17] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1736 [15:02:17] *** Joins: solarnetone (~scott@replaced-ip )
1737 [15:02:18] <JustASlacker> actually, Im probably happy with whatever and xfce
1738 [15:02:18] *** Joins: plantroon (~plantroon@replaced-ip )
1739 [15:02:19] *** Joins: SirLagz (~SirLagz@replaced-ip )
1740 [15:02:19] *** Joins: Li (~fwz@replaced-ip )
1741 [15:02:19] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
1742 [15:02:20] *** Joins: LorD_n1c0w (~igora@replaced-ip )
1743 [15:02:20] *** Joins: _anb (~anb@replaced-ip )
1744 [15:02:20] *** Joins: ra1stlin (~ra1stlin@replaced-ip )
1745 [15:02:20] *** Quits: Li (~fwz@replaced-ip ) (Changing host)
1746 [15:02:20] *** Joins: Li (~fwz@replaced-ip )
1747 [15:02:24] *** Joins: cybrNaut (cybrNaut@replaced-ip )
1748 [15:02:24] *** Joins: ukine (~ukine@replaced-ip )
1749 [15:02:24] *** Joins: bablux (~bablux@replaced-ip )
1750 [15:02:24] *** Joins: michaelni (~michael@replaced-ip )
1751 [15:02:25] *** Joins: phogg (~phogg@replaced-ip )
1752 [15:02:25] *** Joins: Guest95064 (~HasanAtiz@replaced-ip )
1753 [15:02:25] *** Joins: lroe (~roe@replaced-ip )
1754 [15:02:25] *** Joins: agio (~agio@replaced-ip )
1755 [15:02:25] *** Joins: retrowertz (~retrowrtz@replaced-ip )
1756 [15:02:26] *** Joins: mthe878 (~mthe@replaced-ip )
1757 [15:02:27] *** Joins: Posterdati (~kvirc@replaced-ip )
1758 [15:02:28] *** Joins: papemco (~papemco@replaced-ip )
1759 [15:02:30] *** Joins: Resilience (~lala@replaced-ip )
1760 [15:02:31] *** Joins: supersoju (~ajones@replaced-ip )
1761 [15:02:32] *** Quits: mthe878 (~mthe@replaced-ip ) (Changing host)
1762 [15:02:32] *** Joins: mthe878 (~mthe@replaced-ip )
1763 [15:02:35] *** Joins: zeedee (~bobloblaw@replaced-ip )
1764 [15:02:35] *** Joins: Linuxlars (~linuxlars@replaced-ip )
1765 [15:02:35] *** Joins: davidebeatrici (~quassel@replaced-ip )
1766 [15:02:35] *** Joins: karlpinc (~user@replaced-ip )
1767 [15:02:35] *** Joins: binaryhermit (~binaryher@replaced-ip )
1768 [15:02:36] *** Joins: geofox (~geofox@replaced-ip )
1769 [15:02:36] *** Joins: Buliarous (~gypsydang@replaced-ip )
1770 [15:02:37] *** Joins: aaron (~aaron@replaced-ip )
1771 [15:02:40] *** Joins: oo_miguel (~miguel@replaced-ip )
1772 [15:02:41] *** Joins: folivora (~out@replaced-ip )
1773 [15:02:43] <spectralthief> I didn't take a picture of it
1774 [15:02:45] *** Joins: unixbassen (~tl@replaced-ip )
1775 [15:02:45] *** Joins: cneira_ (~cneira@replaced-ip )
1776 [15:02:45] *** Joins: nix-7 (nix@replaced-ip )
1777 [15:02:46] *** Joins: terr_ (~terr@replaced-ip )
1778 [15:02:46] *** Joins: vuser_ (~vuser@replaced-ip )
1779 [15:02:47] *** Joins: glaucom (~blackcat@replaced-ip )
1780 [15:02:50] *** Joins: Tempesta (Tempesta@replaced-ip )
1781 [15:02:51] *** Joins: dazo (~freenode@replaced-ip )
1782 [15:02:51] *** Quits: phogg (~phogg@replaced-ip ) (Changing host)
1783 [15:02:51] *** Joins: phogg (~phogg@replaced-ip )
1784 [15:02:51] *** Joins: morphis_ (~morphis@replaced-ip )
1785 [15:02:54] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1786 [15:02:55] *** Quits: lroe (~roe@replaced-ip ) (Changing host)
1787 [15:02:55] *** Joins: lroe (~roe@replaced-ip )
1788 [15:02:57] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Signing in (binaryhermit))
1789 [15:02:58] *** Joins: binaryhermit (~binaryher@replaced-ip )
1790 [15:02:59] *** Joins: cranq (~crank@replaced-ip )
1791 [15:03:00] *** Joins: churnd (~churnd@replaced-ip )
1792 [15:03:00] *** Joins: Itaipu (~itaipu@replaced-ip )
1793 [15:03:00] *** unmy_ is now known as unmy
1794 [15:03:00] *** Joins: thnee (~thnee@replaced-ip )
1795 [15:03:00] *** Joins: Pheimors (~Pheimors@replaced-ip )
1796 [15:03:01] *** Joins: seuz (seppalt2@replaced-ip )
1797 [15:03:02] *** Quits: Buliarous (~gypsydang@replaced-ip ) (Changing host)
1798 [15:03:02] *** Joins: Buliarous (~gypsydang@replaced-ip )
1799 [15:03:02] *** Joins: deltam (~deltam@replaced-ip )
1800 [15:03:02] <spectralthief> first one is something like "INT344B:00: failed to get interrupt number"
1801 [15:03:03] *** Joins: Timvde (~tim@replaced-ip )
1802 [15:03:07] *** Joins: sidmo (~ident@replaced-ip )
1803 [15:03:07] *** Joins: Xyle (~quassel@replaced-ip )
1804 [15:03:11] *** Joins: booyah (~bb@replaced-ip )
1805 [15:03:13] *** Joins: HicksD (~q@replaced-ip )
1806 [15:03:13] *** Joins: jannic (~jan@replaced-ip )
1807 [15:03:13] *** Joins: k-man (~jason@replaced-ip )
1808 [15:03:14] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1809 [15:03:14] *** Joins: spacecase (~quassel@replaced-ip )
1810 [15:03:19] *** Joins: NoriusNotorius (~NoriusNot@replaced-ip )
1811 [15:03:27] <spectralthief> second is "Driver [...] is already registered, aborting"
1812 [15:03:28] *** Joins: tw (~tw@replaced-ip )
1813 [15:03:30] *** Quits: churnd (~churnd@replaced-ip ) (Changing host)
1814 [15:03:30] *** Joins: churnd (~churnd@replaced-ip )
1815 [15:03:34] *** aaron is now known as Guest85404
1816 [15:03:37] *** Joins: jelly-home (jelly@replaced-ip )
1817 [15:03:43] *** Quits: spacecase (~quassel@replaced-ip ) (Changing host)
1818 [15:03:43] *** Joins: spacecase (~quassel@replaced-ip )
1819 [15:03:44] *** Joins: Labu (~Labu@replaced-ip )
1820 [15:03:47] *** Quits: dazo (~freenode@replaced-ip ) (Changing host)
1821 [15:03:47] *** Joins: dazo (~freenode@replaced-ip )
1822 [15:03:47] *** Quits: Tempesta (Tempesta@replaced-ip ) (Changing host)
1823 [15:03:47] *** Joins: Tempesta (Tempesta@replaced-ip )
1824 [15:03:56] <spectralthief> third was always there, it's "failed to raised network interfaces", I was told that's normal for a linux on surface
1825 [15:03:57] *** Joins: folorn (~folorn@replaced-ip )
1826 [15:03:59] *** Joins: A|TARIS (~altaris@replaced-ip )
1827 [15:04:01] *** debhelper sets mode: +l 1415
1828 [15:04:01] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
1829 [15:04:02] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Remote host closed the connection)
1830 [15:04:04] *** Joins: msimpson (~msimpson@replaced-ip )
1831 [15:04:08] *** Joins: drzacek (~drzacek@replaced-ip )
1832 [15:04:08] *** Joins: toozej (~toozej@replaced-ip )
1833 [15:04:10] *** Joins: bolovanos (~bolovanos@replaced-ip )
1834 [15:04:10] *** Joins: NeoBlaster (N3oBl@replaced-ip )
1835 [15:04:10] *** Joins: buzzzz (~buzzzz@replaced-ip )
1836 [15:04:12] *** Joins: percY- (~percY@replaced-ip )
1837 [15:04:15] *** Joins: nashimus (~nashimus@replaced-ip )
1838 [15:04:16] *** Joins: bnw (~bnw@replaced-ip )
1839 [15:04:16] *** Joins: Ether_Man (~ether009@replaced-ip )
1840 [15:04:18] *** Joins: nehemiah (~nehemiah@replaced-ip )
1841 [15:04:19] *** Quits: msimpson (~msimpson@replaced-ip ) (Remote host closed the connection)
1842 [15:04:20] *** Joins: acidtripper (~acidtripp@replaced-ip )
1843 [15:04:21] *** Quits: folorn (~folorn@replaced-ip ) (Remote host closed the connection)
1844 [15:04:21] *** Joins: celyr (~celyr@replaced-ip )
1845 [15:04:22] *** Joins: nzhuk98 (~nazar@replaced-ip )
1846 [15:04:24] *** Quits: Piggy (~Piggy@replaced-ip ) (Ping timeout: 246 seconds)
1847 [15:04:24] *** Quits: RB2 (~RB2@replaced-ip ) (Ping timeout: 246 seconds)
1848 [15:04:24] *** Joins: cliluw (~cliluw@replaced-ip )
1849 [15:04:24] *** Joins: vjacob (~vjacob@replaced-ip )
1850 [15:04:24] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
1851 [15:04:24] *** Joins: Sabotender (~Sabotende@replaced-ip )
1852 [15:04:25] *** Joins: Brigo (~Brigo@replaced-ip )
1853 [15:04:26] *** Joins: CyberManifest (~CyberMani@replaced-ip )
1854 [15:04:26] *** Joins: boturk (boturk@replaced-ip )
1855 [15:04:30] *** Joins: piratex (~piratex@replaced-ip )
1856 [15:04:32] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
1857 [15:04:33] <spectralthief> oh, the driver's name is "pcspkr", the speaker one
1858 [15:04:33] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
1859 [15:04:33] *** Joins: unborn (~ugly@replaced-ip )
1860 [15:04:34] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1861 [15:04:35] *** Joins: dionysus69 (~dionysus6@replaced-ip )
1862 [15:04:40] *** Joins: folorn (~folorn@replaced-ip )
1863 [15:04:43] *** Joins: msimpson (~msimpson@replaced-ip )
1864 [15:04:44] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
1865 [15:04:45] *** Quits: scatterbrainz (~scatterbr@replaced-ip ) (Ping timeout: 252 seconds)
1866 [15:04:47] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
1867 [15:04:55] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
1868 [15:05:17] *** Joins: Piggy (~Piggy@replaced-ip )
1869 [15:05:31] *** Joins: dreamon (~dreamon@replaced-ip )
1870 [15:05:35] *** Joins: edwardly (~edwardly@replaced-ip )
1871 [15:05:35] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
1872 [15:05:35] *** Joins: edwardly (~edwardly@replaced-ip )
1873 [15:05:44] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
1874 [15:05:48] *** Joins: milobit (~milobit@replaced-ip )
1875 [15:05:58] *** Joins: lankanmon (~LKNnet@replaced-ip )
1876 [15:06:03] *** Joins: sparklyballs (~bouncy@replaced-ip )
1877 [15:06:04] *** Quits: egs0 (~egs0@replaced-ip ) (Ping timeout: 264 seconds)
1878 [15:06:29] *** Joins: ch0wn_ (~tmp@replaced-ip )
1879 [15:06:31] *** Quits: boser (~boser@replaced-ip ) (Quit: leaving)
1880 [15:06:43] *** Joins: boser (~boser@replaced-ip )
1881 [15:06:44] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
1882 [15:07:04] *** Joins: Night-Shade (~TimF@replaced-ip )
1883 [15:07:06] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1884 [15:07:08] *** Joins: JohnDoh (~jeff@replaced-ip )
1885 [15:07:11] *** Joins: ski (~ski@replaced-ip )
1886 [15:07:16] *** Joins: magnulu (~magnulu@replaced-ip )
1887 [15:07:16] *** Joins: sydney_untangle (~sydney@replaced-ip )
1888 [15:07:18] *** Joins: m0d (~m0d@replaced-ip )
1889 [15:07:19] *** Joins: pity (~pity@replaced-ip )
1890 [15:07:22] *** Joins: RB2 (~RB2@replaced-ip )
1891 [15:07:42] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 264 seconds)
1892 [15:07:52] *** Joins: Shadowcrit (~Shadowcri@replaced-ip )
1893 [15:08:05] *** Joins: kein31 (~root@replaced-ip )
1894 [15:08:28] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1895 [15:08:38] *** Joins: boser (~boser@replaced-ip )
1896 [15:09:27] *** Quits: boser (~boser@replaced-ip ) (Client Quit)
1897 [15:09:33] *** Quits: Posterdati (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1898 [15:09:58] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1899 [15:10:10] *** Joins: Posterdati (~kvirc@replaced-ip )
1900 [15:10:24] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 272 seconds)
1901 [15:11:06] <spectralthief> hmm, what can I do about kern.log and debug.log
1902 [15:12:09] <greycat> you can ignore them, or you can read them, or you can modify them, or you can compose sonnets about them, ...
1903 [15:12:16] *** Joins: wintrmute (~wintrmute@replaced-ip )
1904 [15:12:31] *** Quits: firztspawn (~firztspaw@replaced-ip ) (Ping timeout: 244 seconds)
1905 [15:14:01] *** debhelper sets mode: +l 1395
1906 [15:15:02] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Remote host closed the connection)
1907 [15:15:09] *** Joins: sakhi (~sakhilouw@replaced-ip )
1908 [15:15:25] <JustASlacker> rm /var/log/kern.log && systemctrl restart rsyslog
1909 [15:15:34] <JustASlacker> err systemctl
1910 [15:15:49] <greycat> I'm counting that under "modify".
1911 [15:16:00] *** Joins: mauz555 (~mauz555@replaced-ip )
1912 [15:16:08] <Fox> why always rm when we can just >
1913 [15:16:08] <JustASlacker> modify... TO DEATH
1914 [15:16:17] <greycat> Fox: ignorance, usually
1915 [15:16:22] <Fox> sure
1916 [15:16:35] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1917 [15:17:12] *** Joins: broesel (~broesel@replaced-ip )
1918 [15:17:28] *** Joins: boser (~boser@replaced-ip )
1919 [15:17:35] *** Quits: broesel (~broesel@replaced-ip ) (Client Quit)
1920 [15:18:16] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1921 [15:18:16] *** Quits: boser (~boser@replaced-ip ) (Changing host)
1922 [15:18:16] *** Joins: boser (~boser@replaced-ip )
1923 [15:18:28] *** Joins: wilkc_ (~wilkc@replaced-ip )
1924 [15:18:39] *** Joins: seekr (~seekr@replaced-ip )
1925 [15:19:06] *** Joins: fvb (~fvb@replaced-ip )
1926 [15:19:10] *** Quits: seekr (~seekr@replaced-ip ) (Client Quit)
1927 [15:19:13] *** Quits: spectralthief (~marshadow@replaced-ip ) (Remote host closed the connection)
1928 [15:19:15] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
1929 [15:19:55] *** Quits: unborn (~ugly@replaced-ip ) (Ping timeout: 246 seconds)
1930 [15:20:00] *** Joins: autofsckk (~autofsckk@replaced-ip )
1931 [15:20:51] *** Joins: annadane (~annadane@replaced-ip )
1932 [15:20:58] *** Quits: jetchisel (~jetchisel@replaced-ip ) (Ping timeout: 252 seconds)
1933 [15:21:27] *** Joins: roshanavand (~Thunderbi@replaced-ip )
1934 [15:23:09] *** Quits: Pef^ (~peter@replaced-ip ) (Ping timeout: 252 seconds)
1935 [15:23:32] *** Joins: Pef^ (~peter@replaced-ip )
1936 [15:23:48] *** Joins: broesel (~broesel@replaced-ip )
1937 [15:23:54] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1938 [15:23:58] *** Parts: autofsckk (~autofsckk@replaced-ip ) ()
1939 [15:24:01] *** debhelper sets mode: +l 1401
1940 [15:24:35] *** Joins: unborn (~ugly@replaced-ip )
1941 [15:24:38] *** Joins: firztspawn (~firztspaw@replaced-ip )
1942 [15:24:44] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
1943 [15:26:42] *** Joins: Tits (~qwebirc@replaced-ip )
1944 [15:27:03] *** Joins: cornholio (~cornholio@replaced-ip )
1945 [15:27:04] *** Quits: cml1 (~cml@replaced-ip ) (Quit: Leaving)
1946 [15:27:39] *** Quits: johnnyfive (~johnny@replaced-ip ) (Quit: I go now.)
1947 [15:28:12] *** Joins: alive (~alive@replaced-ip )
1948 [15:28:22] *** Joins: ilmostro (~ilmostro@replaced-ip )
1949 [15:28:25] *** Quits: morphis_ (~morphis@replaced-ip ) (Quit: Ex-Chat)
1950 [15:29:08] *** Joins: morphis (~morphis@replaced-ip )
1951 [15:29:16] *** Joins: sn0wmonster (~yeti@replaced-ip )
1952 [15:30:35] *** Joins: sanches (~sanches@replaced-ip )
1953 [15:31:22] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
1954 [15:32:33] *** Quits: shann (~Stanislas@replaced-ip ) (Remote host closed the connection)
1955 [15:33:12] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Remote host closed the connection)
1956 [15:33:28] *** Joins: ebarch (~ebarch@replaced-ip )
1957 [15:33:37] *** Joins: shann_ (~Stanislas@replaced-ip )
1958 [15:33:49] *** Quits: shann_ (~Stanislas@replaced-ip ) (Remote host closed the connection)
1959 [15:34:05] *** Joins: paraxial (~paraxial@replaced-ip )
1960 [15:34:10] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 252 seconds)
1961 [15:34:10] *** Joins: AgentOak (~AgentOak@replaced-ip )
1962 [15:34:14] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
1963 [15:34:31] *** Joins: n00bU53r_ (4de3e325@replaced-ip )
1964 [15:34:40] *** Joins: shann_ (~Stanislas@replaced-ip )
1965 [15:35:05] *** Parts: shann_ (~Stanislas@replaced-ip ) ()
1966 [15:35:33] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 276 seconds)
1967 [15:35:45] *** Quits: n00bU53r_ (4de3e325@replaced-ip ) (Client Quit)
1968 [15:36:15] *** Joins: shann (~Stanislas@replaced-ip )
1969 [15:36:23] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 268 seconds)
1970 [15:36:23] *** Joins: semeion (~semeion@replaced-ip )
1971 [15:37:02] <RNM> Hi guys, I freshly formated my PC with linux. I downloaded Java JDK (tar.gz file). extract to /opt/java/jdk8 and use "alternatives" from /sbin/ to map java and javac to /opt/java/jdk8/ . load eclipse and I notice it compile my java and run launcher (run my code) are so slow. Anyone experiece something like this?
1972 [15:37:43] *** Joins: gabriel (~gabriel@replaced-ip )
1973 [15:37:52] <JustASlacker> maybe try #java ?
1974 [15:38:11] *** gabriel is now known as Guest14182
1975 [15:38:16] *** Joins: naxuroqa (~naxuroqa@replaced-ip )
1976 [15:38:48] *** Joins: spectralthief (~marshadow@replaced-ip )
1977 [15:38:48] *** Quits: spectralthief (~marshadow@replaced-ip ) (Changing host)
1978 [15:38:48] *** Joins: spectralthief (~marshadow@replaced-ip )
1979 [15:39:54] *** Quits: a0z (~a0z@replaced-ip ) (Ping timeout: 244 seconds)
1980 [15:40:29] *** Quits: naxuroqa (~naxuroqa@replaced-ip ) (Remote host closed the connection)
1981 [15:40:40] *** Quits: utlemming (~utlemming@replaced-ip ) (Changing host)
1982 [15:40:40] *** Joins: utlemming (~utlemming@replaced-ip )
1983 [15:40:54] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Quit: If it wasn't written down it didn't happen...)
1984 [15:41:11] *** Quits: Itaipu (~itaipu@replaced-ip ) (Read error: Connection reset by peer)
1985 [15:41:15] *** Joins: BeerHall (~Thunderbi@replaced-ip )
1986 [15:41:18] *** Joins: thunderrd (~thunderrd@replaced-ip )
1987 [15:41:19] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1988 [15:41:22] *** Joins: bites (~bites@replaced-ip )
1989 [15:42:07] *** Joins: hele (~hele@replaced-ip )
1990 [15:42:11] *** Parts: utlemming (~utlemming@replaced-ip ) ()
1991 [15:42:22] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1992 [15:43:42] *** ravioli is now known as ziti
1993 [15:44:01] *** debhelper sets mode: +l 1408
1994 [15:45:23] <Fox> RNM: are you talking about Oragle java jdk or openjdk ?
1995 [15:45:24] *** Joins: Itaipu (~itaipu@replaced-ip )
1996 [15:46:33] <RNM> oracle java
1997 [15:47:51] *** Joins: a0z (~a0z@replaced-ip )
1998 [15:48:45] *** Quits: n_1-c_k (~nick@replaced-ip ) (Ping timeout: 252 seconds)
1999 [15:48:52] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2000 [15:49:19] *** Joins: mauz555 (~mauz555@replaced-ip )
2001 [15:49:39] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 252 seconds)
2002 [15:50:17] *** Joins: egs0 (~egs0@replaced-ip )
2003 [15:50:18] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 272 seconds)
2004 [15:50:21] *** Joins: rpifan (~rpifan@replaced-ip )
2005 [15:51:35] *** Joins: jetchisel (~jetchisel@replaced-ip )
2006 [15:51:38] *** Joins: pistache (~pistache@replaced-ip )
2007 [15:51:55] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
2008 [15:52:09] <pistache> anyone knows how to debug a laptop that fails to suspend (stays stuck in suspending state) ?
2009 [15:52:24] *** Joins: m0u (~m0u@replaced-ip )
2010 [15:52:30] <pistache> it is a Thinkpad x230, with stock BIOS (latest), running Debian GNU/Linux sid
2011 [15:52:52] <annadane> !debian-next
2012 [15:52:53] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2013 [15:53:01] *** Quits: ski (~ski@replaced-ip ) (Ping timeout: 260 seconds)
2014 [15:53:25] <pistache> oh right, I'll go there, sorry for the noise.
2015 [15:54:12] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Quit: BeerHall)
2016 [15:54:20] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2017 [15:55:08] <darxmurf> is there something specific to do in smb.conf to "enable" shadow copy ? I added all the conf lines but still nothing in the snapshot folder
2018 [15:55:34] *** Joins: xcm (~xcm@replaced-ip )
2019 [15:55:39] *** Joins: n_1-c_k (~nick@replaced-ip )
2020 [15:56:44] *** Quits: phragment (~blubb@replaced-ip ) (Ping timeout: 268 seconds)
2021 [15:56:49] *** Quits: spectralthief (~marshadow@replaced-ip ) (Quit: Leaving)
2022 [15:57:04] *** Joins: ski_ (~ski@replaced-ip )
2023 [15:57:13] *** Joins: spectralthief (~marshadow@replaced-ip )
2024 [15:57:13] *** Quits: spectralthief (~marshadow@replaced-ip ) (Changing host)
2025 [15:57:13] *** Joins: spectralthief (~marshadow@replaced-ip )
2026 [15:57:18] *** Joins: bane500 (~batesm@replaced-ip )
2027 [15:57:46] *** Joins: citypw (~citypw@replaced-ip )
2028 [15:58:24] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2029 [15:58:34] *** Parts: ski_ (~ski@replaced-ip ) ()
2030 [15:59:18] *** Joins: d3b14nL0v3r (4de3e325@replaced-ip )
2031 [15:59:59] *** Joins: hipp (~hipp@replaced-ip )
2032 [16:00:00] *** Joins: dilema (~dilema@replaced-ip )
2033 [16:00:01] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2034 [16:00:38] *** Joins: n_1-c_k (~nick@replaced-ip )
2035 [16:00:59] <spectralthief> hey
2036 [16:01:29] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
2037 [16:01:34] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
2038 [16:02:02] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
2039 [16:02:10] <d3b14nL0v3r> Hello! Please, how do I install "wl" driver?
2040 [16:02:31] <spectralthief> I'm using a linux-surface kernel (and so an unstable kernel), and I was recommended to add the "sid" repo because that would fix some of my issues
2041 [16:02:47] <spectralthief> it did solves many of my problems, but now some apps look terrible
2042 [16:02:50] <spectralthief> see e.g. replaced-url
2043 [16:02:50] <JustASlacker> why get a surface if you want to put linux on it
2044 [16:03:10] <spectralthief> I didn't choose a surface
2045 [16:03:36] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 252 seconds)
2046 [16:03:44] <spectralthief> it was my father's pc for work but now they have new ones and I got the Surface that's useless now
2047 [16:03:46] <greycat> JustASlacker: my first guess is "to see if I can"
2048 [16:04:06] <annadane> "adding a sid repo" - mixing stable and sid - will result in a frankendebian... if you want to use sid, upgrade the whole system to it (and mind the caveats about needing to deal with breakage)
2049 [16:04:13] <spectralthief> I had more issues with the Windows on it that I had with debian so far, it's still worth it
2050 [16:04:19] <JustASlacker> really?
2051 [16:04:24] <JustASlacker> thats suprising
2052 [16:04:35] <spectralthief> how do I upgrade the system to sid?
2053 [16:04:36] <petn-randall> d3b14nL0v3r: No "wl" driver exists. It might help explaining what you're trying to achieve.
2054 [16:04:47] <petn-randall> spectralthief: If you have to ask, the answer is usually "no".
2055 [16:04:51] *** Quits: citypw (~citypw@replaced-ip ) (Quit: Leaving)
2056 [16:04:51] <JustASlacker> or was the issue "hey, this is windows!"
2057 [16:05:01] *** Joins: krabador (~krabador@replaced-ip )
2058 [16:05:07] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Read error: No route to host)
2059 [16:05:16] *** Joins: mklaang1 (~mklaang@replaced-ip )
2060 [16:05:22] *** Quits: cneira_ (~cneira@replaced-ip ) (Quit: Leaving)
2061 [16:05:44] <petn-randall> spectralthief: If you need a newer kernel, get one from stretch-backports.
2062 [16:05:56] <petn-randall> !stretch-backports
2063 [16:05:57] <dpkg> Some packages intended for Buster (Debian 10) but recompiled for use with Stretch (Debian 9) can be found in the stretch-backports repository. See replaced-url
2064 [16:07:11] *** Joins: wilkc_ (~wilkc@replaced-ip )
2065 [16:07:20] *** Joins: b (coffee@replaced-ip )
2066 [16:07:55] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
2067 [16:07:57] *** Quits: spectralthief (~marshadow@replaced-ip ) (Remote host closed the connection)
2068 [16:08:11] *** Joins: bites (~bites@replaced-ip )
2069 [16:08:32] *** Joins: ski (~ski@replaced-ip )
2070 [16:08:33] *** Joins: Baudelaire (~Baudelair@replaced-ip )
2071 [16:09:50] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
2072 [16:10:39] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
2073 [16:10:52] *** Joins: Brigo_ (~Brigo@replaced-ip )
2074 [16:11:18] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2075 [16:12:23] *** Joins: devbaka (~devbaka@replaced-ip )
2076 [16:13:26] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
2077 [16:13:26] *** Joins: rsx (~rsx@replaced-ip )
2078 [16:13:38] *** Quits: Baudelaire (~Baudelair@replaced-ip ) (Remote host closed the connection)
2079 [16:13:45] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
2080 [16:16:29] *** Joins: drzacek (~drzacek@replaced-ip )
2081 [16:18:23] <darxmurf> !ping
2082 [16:18:23] <dpkg> Yes, darxmurf you are either online or you are not... replaced-url
2083 [16:18:41] <darxmurf> interesting Oo
2084 [16:18:56] <darxmurf> it looks like half of the network is down here but IRC is still working Oo
2085 [16:22:16] *** Quits: Sleepy63 (~Sleepy63@replaced-ip ) (Ping timeout: 244 seconds)
2086 [16:22:41] *** Joins: Elleander (~Elleander@replaced-ip )
2087 [16:23:15] *** Quits: sakhi (~sakhilouw@replaced-ip ) (Ping timeout: 268 seconds)
2088 [16:23:22] *** Joins: Trel (~Trel@replaced-ip )
2089 [16:23:22] *** Quits: Myk267 (~myk267@replaced-ip ) (Ping timeout: 250 seconds)
2090 [16:23:46] *** Joins: darxmurf_ (~darxmurf@replaced-ip )
2091 [16:24:22] *** Quits: darxmurf_ (~darxmurf@replaced-ip ) (Client Quit)
2092 [16:24:57] <d3b14nL0v3r> petn-randall: I'm trying to get wifi to see 5G. "bcma" is not doing its job, so I'd rather try other driver. My machine is an old 2011 MacBook Pro and the device is a Broadcom Limited BCM4331 802.11a/b/g/n (rev 02).
2093 [16:26:11] *** Quits: enoq (~enoq@replaced-ip ) (Quit: enoq)
2094 [16:26:14] *** Joins: karakedi (~eAC53C340@replaced-ip )
2095 [16:26:14] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2096 [16:26:14] *** Joins: karakedi (~eAC53C340@replaced-ip )
2097 [16:26:24] *** Quits: darxmurf (~darxmurf@replaced-ip ) (Ping timeout: 244 seconds)
2098 [16:26:33] <petn-randall> d3b14nL0v3r: Do you have firmware installed?
2099 [16:26:37] <petn-randall> That's likely the issue.
2100 [16:26:41] <d3b14nL0v3r> petn-randall: I saw the Ubuntu community has a Broadcom proprietary driver they call "wl".
2101 [16:26:45] *** Joins: darxmurf (~darxmurf@replaced-ip )
2102 [16:26:53] <greycat> !wl
2103 [16:26:53] <dpkg> Broadcom's proprietary wireless LAN driver (wl, aka broadcom-sta) supports devices based on the Broadcom BCM4311, BCM4312, BCM4313, BCM4321, BCM4322, BCM43224, BCM43225, BCM43227, BCM43228, BCM43142, BCM4331, BCM4352 and BCM4360 chips. To install (amd64 and i386 only), see replaced-url
2104 [16:27:18] *** Joins: tikun (~David@replaced-ip )
2105 [16:30:02] *** Quits: sikun (~David@replaced-ip ) (Ping timeout: 268 seconds)
2106 [16:30:09] *** Joins: morphis_ (~morphis@replaced-ip )
2107 [16:30:10] *** Quits: morphis (~morphis@replaced-ip ) (Quit: Ex-Chat)
2108 [16:31:17] <darxmurf> broadcom wifi is serious crap :-/
2109 [16:31:36] <nemo> yeeeep
2110 [16:31:39] <RoyK> darxmurf++
2111 [16:32:09] <nemo> does anyone have a suggestion for a well-maintained sans-serif font that is standard in debian with good emoji support?
2112 [16:32:22] <darxmurf> I had one and for any obscure reasons it was not able to connect on some access points Oo
2113 [16:32:24] <nemo> I was considering changing the Hedgewars font and our debian maintainer had asked us to try and use a common debian one
2114 [16:32:32] <darxmurf> tried windows, linux and all possible drivers
2115 [16:32:34] <nemo> since he strips out our bundled ones to use package ones instead
2116 [16:32:43] <darxmurf> finally I replaced the card in the laptop with an intel one
2117 [16:32:54] *** Quits: n_1-c_k (~nick@replaced-ip ) (Ping timeout: 264 seconds)
2118 [16:33:08] <darxmurf> huuu, time to leave, see you tomorrow
2119 [16:33:12] <RoyK> darxmurf: did you try a firmware update first?
2120 [16:33:24] <darxmurf> it was a few years ago
2121 [16:33:26] *** Joins: misagi (~misagi@replaced-ip )
2122 [16:33:33] <darxmurf> HP mini business laptop
2123 [16:33:38] <darxmurf> I tried more-less everything
2124 [16:33:44] <darxmurf> it was in 2010
2125 [16:33:49] <darxmurf> this laptop is dead since :D
2126 [16:33:54] <RoyK> hehe
2127 [16:34:00] <RoyK> intel generally works, though
2128 [16:34:04] <darxmurf> voilà
2129 [16:34:21] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 268 seconds)
2130 [16:34:30] <darxmurf> but those a*hole at HP had a kind of "safety check" in the bios
2131 [16:34:35] <RoyK> except on some laptops, like HP, that requires "authorized hardware"
2132 [16:34:37] *** Joins: neibo (~bingen@replaced-ip )
2133 [16:34:41] <darxmurf> blocking non knowns cards
2134 [16:34:46] <RoyK> *touché*
2135 [16:35:06] <darxmurf> by chance it accepted the intel card I installed in
2136 [16:35:07] *** Joins: JohnML (~john1@replaced-ip )
2137 [16:35:14] <darxmurf> *coulé*
2138 [16:35:31] <d3b14nL0v3r> Ok, people: I just followed the procedure in the page cited by <dpkg> above, but when I reach item 3, I get this error: "modprobe -r b44 b43 b43legacy ssb brcmsmac bcma modprobe: ERROR: ../libkmod/libkmod-module.c:793 kmod_module_remove_module() could not remove 'b43': Device or resource busy modprobe: FATAL: Module ssb is in use."
2139 [16:35:38] <darxmurf> beer time :-) see you !
2140 [16:36:03] *** Joins: Myk267 (~myk267@replaced-ip )
2141 [16:36:36] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 252 seconds)
2142 [16:38:16] *** Joins: chalcedny (~llhull@replaced-ip )
2143 [16:38:20] <petn-randall> d3b14nL0v3r: I'd seriously try installing firmware with the FOSS drivers first before testing wl.
2144 [16:38:35] <petn-randall> d3b14nL0v3r: It can't be removed because you're still using the wifi.
2145 [16:39:28] <petn-randall> d3b14nL0v3r: Can you provide us with the output of 'lspci -nn' on replaced-url
2146 [16:39:38] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 245 seconds)
2147 [16:40:22] *** Quits: Guest14182 (~gabriel@replaced-ip ) (Quit: Guest14182)
2148 [16:40:28] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 245 seconds)
2149 [16:40:49] *** Joins: discovered (~discovere@replaced-ip )
2150 [16:41:22] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2151 [16:42:07] <d3b14nL0v3r> petn-randall: I tried the package "firmware-b43-installer", but it didn't change this behaviour. How do I seriously disable wifi so to free the drivers? I'll paste the code in a sec.
2152 [16:42:21] *** Quits: discovered (~discovere@replaced-ip ) (Remote host closed the connection)
2153 [16:42:27] *** Joins: devbaka (~devbaka@replaced-ip )
2154 [16:43:00] *** Joins: discovered (~discovere@replaced-ip )
2155 [16:43:01] *** Joins: jukoo (~juko@replaced-ip )
2156 [16:43:30] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
2157 [16:43:51] *** Quits: discovered (~discovere@replaced-ip ) (Remote host closed the connection)
2158 [16:43:58] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2159 [16:44:08] *** Joins: n_1-c_k (~nick@replaced-ip )
2160 [16:44:24] *** Joins: DeadTOm (~deadtom@replaced-ip )
2161 [16:44:44] *** Joins: discovered (~discovere@replaced-ip )
2162 [16:44:48] *** Quits: Tralfaz (~none@replaced-ip ) (Quit: Leaving)
2163 [16:45:06] <d3b14nL0v3r> replaced-url
2164 [16:45:51] *** Parts: broesel (~broesel@replaced-ip ) ()
2165 [16:46:01] *** Quits: Tits (~qwebirc@replaced-ip ) (Remote host closed the connection)
2166 [16:46:07] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 240 seconds)
2167 [16:46:21] *** Quits: discovered (~discovere@replaced-ip ) (Remote host closed the connection)
2168 [16:46:48] *** Joins: discovered (~discovere@replaced-ip )
2169 [16:47:22] <petn-randall> d3b14nL0v3r: Did installation succeed? Did you you reboot afterwards?
2170 [16:47:56] *** Joins: sorko999 (~sorko999@replaced-ip )
2171 [16:48:21] <JustASlacker> you could try rmmod --force :D
2172 [16:48:34] *** Joins: bites (~bites@replaced-ip )
2173 [16:48:39] *** Joins: Pjusur (~Pjusur@replaced-ip )
2174 [16:49:27] *** Joins: blitzed (~blitzed@replaced-ip )
2175 [16:50:01] *** Joins: Ricardo__ (~rick@replaced-ip )
2176 [16:50:02] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2177 [16:50:02] *** Joins: Ricardo__ (~rick@replaced-ip )
2178 [16:50:13] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
2179 [16:50:15] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
2180 [16:51:04] <petn-randall> d3b14nL0v3r: according to the wiki it should work after extracting the firmware.
2181 [16:51:08] *** Joins: Dina (~trident@replaced-ip )
2182 [16:51:35] *** Joins: autofsckk (~autofsckk@replaced-ip )
2183 [16:51:44] *** Joins: mtn (~mtn@replaced-ip )
2184 [16:51:45] *** Parts: autofsckk (~autofsckk@replaced-ip ) ()
2185 [16:51:55] *** Joins: phragment (~blubb@replaced-ip )
2186 [16:52:00] *** Quits: Dina (~trident@replaced-ip ) (Client Quit)
2187 [16:52:01] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
2188 [16:52:03] *** Joins: sdoubleyou (~sdoubleyo@replaced-ip )
2189 [16:52:13] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2190 [16:52:31] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
2191 [16:54:01] *** debhelper sets mode: +l 1418
2192 [16:54:13] <d3b14nL0v3r> petn-randall: I tried that package a long ago. In fact, it woks, but doesn't give 5G capability. I'd like to try "wl" driver now. How do I free the drivers in use? Is there a command to turn off wifi usage of them all?
2193 [16:54:14] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
2194 [16:54:28] *** Joins: D|nA (~deb@replaced-ip )
2195 [16:55:49] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 246 seconds)
2196 [16:55:49] <Fox> d3b14nL0v3r: shutdown the interface ?
2197 [16:56:04] <petn-randall> d3b14nL0v3r: You'd have to turn off the wifi somehow, I don't know if your laptop has buttons for that.
2198 [16:56:35] <annadane> ifdown?
2199 [16:56:37] * annadane shrugs
2200 [16:56:55] <greycat> blacklist the driver and reboot?
2201 [16:57:41] <d3b14nL0v3r> greycat: How do I blacklist a driver?
2202 [16:58:29] <greycat> !blacklist
2203 [16:58:29] <dpkg> To blacklist a Linux kernel module, create/edit /etc/modprobe.d/blacklist.local.conf and add a line similar to this (without quotes): "blacklist module_name". If this doesn't work, do 'echo "install modulename /bin/true" >> /etc/modprobe.d/blacklist.local.conf'. IMPORTANT: ask about <blacklist-initramfs>. To blacklist a module at installation time, ask me about <installer blacklist>. replaced-url
2204 [16:58:50] <petn-randall> Eh, greycat was quicker :)
2205 [16:59:00] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 252 seconds)
2206 [16:59:20] <annadane> one day i'll be smart like everyone else
2207 [16:59:30] <annadane> ...maybe
2208 [17:00:51] <d3b14nL0v3r> annadane: the interface isn't showing on ifconfig anymore, for some reason, perhaps it's already down.
2209 [17:02:27] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Quit: Leaving)
2210 [17:02:47] *** Joins: Envil (~envil@replaced-ip )
2211 [17:03:03] *** Joins: mauz555 (~mauz555@replaced-ip )
2212 [17:05:01] *** Quits: a0z (~a0z@replaced-ip ) (Ping timeout: 250 seconds)
2213 [17:06:39] *** Quits: bozza (~bozza@replaced-ip ) (Ping timeout: 252 seconds)
2214 [17:06:47] *** Joins: towo` (~towo@replaced-ip )
2215 [17:06:48] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
2216 [17:08:46] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2217 [17:09:23] *** Quits: Arsiesys (~Nya@replaced-ip ) (Remote host closed the connection)
2218 [17:10:13] *** Quits: d3b14nL0v3r (4de3e325@replaced-ip ) (Ping timeout: 256 seconds)
2219 [17:10:27] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 276 seconds)
2220 [17:10:28] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 245 seconds)
2221 [17:10:30] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
2222 [17:10:47] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 240 seconds)
2223 [17:11:47] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
2224 [17:11:55] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2225 [17:11:58] *** Joins: mauz555 (~mauz555@replaced-ip )
2226 [17:12:56] *** Quits: Krange (~mathisen@replaced-ip ) (Ping timeout: 252 seconds)
2227 [17:13:20] *** Joins: gdeverlant (~deverlant@replaced-ip )
2228 [17:13:25] <gdeverlant> greetings all
2229 [17:13:27] *** Joins: donofrio (~donofrio@replaced-ip )
2230 [17:13:30] <gdeverlant> I have a problem
2231 [17:13:32] *** Joins: krukudilo (~krukudilo@replaced-ip )
2232 [17:14:02] *** debhelper sets mode: +l 1409
2233 [17:14:14] *** Joins: luby (~luby@replaced-ip )
2234 [17:14:15] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 252 seconds)
2235 [17:14:34] <jelly-home> !ask
2236 [17:14:34] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
2237 [17:14:40] *** Joins: wonderworld (~ww@replaced-ip )
2238 [17:14:54] *** Joins: a0z (~a0z@replaced-ip )
2239 [17:14:55] <gdeverlant> I'm trying to run a script which is downloading files to install something
2240 [17:14:58] *** Joins: fakefur (~fakefur@replaced-ip )
2241 [17:15:02] *** Quits: fakefur (~fakefur@replaced-ip ) (Client Quit)
2242 [17:15:17] <gdeverlant> the problem is that curl is not able to download a file in my other computer on the same network
2243 [17:15:35] <gdeverlant> but when i try to download the file via the browser with the same link it works
2244 [17:15:45] <gdeverlant> the 2 machines can ping each other
2245 [17:15:47] <jelly-home> showing the actual command line and output might help
2246 [17:15:52] <jelly-home> !paste
2247 [17:15:52] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
2248 [17:16:02] <gdeverlant> ok
2249 [17:16:05] <gdeverlant> wait
2250 [17:16:13] *** jelly-home is now known as jelly
2251 [17:16:46] <jelly> !localized errors
2252 [17:16:46] <dpkg> To provide command output in English instead of your native language, set your locale to an English one (e.g. C) prior to running the command, e.g. "LC_ALL=C apt-get -f install".
2253 [17:17:33] <gdeverlant> replaced-url
2254 [17:18:10] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2255 [17:18:20] *** Quits: puxavida (~comptekki@replaced-ip ) (Remote host closed the connection)
2256 [17:18:45] *** Quits: unborn (~ugly@replaced-ip ) (Ping timeout: 252 seconds)
2257 [17:18:46] <gdeverlant> when i pass the link replaced-url
2258 [17:18:55] <gdeverlant> it downloads the file from my laptop
2259 [17:19:05] <gdeverlant> all machines are on same network
2260 [17:19:11] <greycat> bambuserver1:3000 is not a fully qualified domain name, so it's being resolved by whatever conventions your local network uses
2261 [17:19:20] *** Quits: Treylis (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
2262 [17:19:22] *** Quits: Sleaker (~quassel@replaced-ip ) (Remote host closed the connection)
2263 [17:19:24] <gdeverlant> well ping works
2264 [17:19:28] *** Joins: ChmEarl (~chmearl@replaced-ip )
2265 [17:19:42] *** Quits: raSter^ (raster@replaced-ip ) (Ping timeout: 250 seconds)
2266 [17:19:43] *** Quits: vaidy (vaidy@replaced-ip ) (Ping timeout: 250 seconds)
2267 [17:19:56] *** Quits: LoudIntrovert (~LoudIntro@replaced-ip ) (Ping timeout: 260 seconds)
2268 [17:19:59] <jelly> care to show the curl command line, I can't tell what the script really does?
2269 [17:20:20] <greycat> Since docker is apparently involved, you'd need to know all of the layers too.
2270 [17:20:26] *** Joins: puxavida (~comptekki@replaced-ip )
2271 [17:20:47] *** Quits: Nevolution2 (nevo@replaced-ip ) (Quit: cya~)
2272 [17:21:08] <gdeverlant> replaced-url
2273 [17:21:21] <jelly> gdeverlant: does "bambuserver1" resolve to the same IP address for curl and for your browser?
2274 [17:21:38] *** Joins: Sleaker (~quassel@replaced-ip )
2275 [17:21:42] *** Joins: vaidy (vaidy@replaced-ip )
2276 [17:21:45] <gdeverlant> well ping shows that
2277 [17:21:59] *** Joins: krukudilo (~krukudilo@replaced-ip )
2278 [17:22:19] <jelly> gdeverlant: does "telnet bambuserver1 3000" in the same shell as your script connect?
2279 [17:22:22] *** krukudilo is now known as Guest88920
2280 [17:22:24] *** Joins: raSter^ (raster@replaced-ip )
2281 [17:22:25] *** Joins: n1gh7m4r3 (~n1gh7m4r3@replaced-ip )
2282 [17:22:47] *** Quits: ursu_ (~ursu@replaced-ip ) (Remote host closed the connection)
2283 [17:22:48] *** Joins: n4dir (~n4dir@replaced-ip )
2284 [17:22:49] *** Joins: Treylis (~quassel@replaced-ip )
2285 [17:22:56] <petn-randall> Note that the output and the script don't match ...
2286 [17:23:19] *** Quits: Guest88920 (~krukudilo@replaced-ip ) (Client Quit)
2287 [17:23:24] <petn-randall> gdeverlant: It would be great if you could show us the script and the output of the same run.
2288 [17:23:41] *** Joins: ae-35 (~ae-35@replaced-ip )
2289 [17:23:50] *** Joins: ursu (~ursu@replaced-ip )
2290 [17:23:51] *** Joins: unborn (~ugly@replaced-ip )
2291 [17:23:53] <gdeverlant> pirate@bambuserver2:~/local-persist/scripts$ sudo ./install.sh
2292 [17:23:53] <gdeverlant> Stopping docker-volume-local-persist service if running
2293 [17:23:53] <gdeverlant> Failed to stop docker-volume-local-persist.service: Unit docker-volume-local-persist.service not loaded.
2294 [17:23:54] <gdeverlant> Downloading binary:
2295 [17:23:54] <gdeverlant> From: replaced-url
2296 [17:23:54] <gdeverlant> To: /usr/bin/docker-volume-local-persist
2297 [17:23:54] <gdeverlant> curl: (22) The requested URL returned error: 404 Not Found
2298 [17:23:54] *** gdeverlant was kicked by debhelper (flood)
2299 [17:23:59] *** Joins: gdeverlant (~deverlant@replaced-ip )
2300 [17:24:10] <gdeverlant> sorry for the kick
2301 [17:24:13] *** Joins: krukudilo_ (~krukudilo@replaced-ip )
2302 [17:24:47] <jelly> 404 is not the same thing as connection refused
2303 [17:24:59] <gdeverlant> well if I copy past the url
2304 [17:25:01] <petn-randall> gdeverlant: Use a paste site. I'm asking because your script does not contain "bambusserver1", which is why it makes debugging impossible for use.
2305 [17:25:05] <gdeverlant> in browser then i download the file
2306 [17:25:22] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2307 [17:25:36] <gdeverlant> well i changed it locally
2308 [17:25:48] <greycat> *plonk*
2309 [17:25:53] *** Joins: grobi (~rtng@replaced-ip )
2310 [17:26:06] *** Quits: mtn (~mtn@replaced-ip ) (Remote host closed the connection)
2311 [17:26:07] <gdeverlant> in my local file it is with bambuserver1
2312 [17:26:18] *** Quits: krukudilo_ (~krukudilo@replaced-ip ) (Client Quit)
2313 [17:26:19] <gdeverlant> that script is a general purpose
2314 [17:26:26] <jelly> gdeverlant: how can we help you if you show errors from one script and lines from a different one
2315 [17:26:30] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2316 [17:26:36] *** Joins: mtn (~mtn@replaced-ip )
2317 [17:26:37] <petn-randall> this ^
2318 [17:26:37] *** Joins: krukudilo_ (~krukudilo@replaced-ip )
2319 [17:26:43] *** Joins: Nevolution2 (nevo@replaced-ip )
2320 [17:26:51] * petn-randall polishes crystal ball.
2321 [17:26:57] <gdeverlant> sorry i will do the right one
2322 [17:27:30] *** Joins: devbaka (~devbaka@replaced-ip )
2323 [17:27:31] <gdeverlant> replaced-url
2324 [17:27:35] <gdeverlant> that'S the one i have
2325 [17:27:37] <jelly> gdeverlant: run "sudo bash -x ./install.sh" and pastebin the output of that
2326 [17:28:00] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
2327 [17:28:08] *** Quits: luby (~luby@replaced-ip ) (Remote host closed the connection)
2328 [17:28:12] <jelly> I'm not goint to manually decipher ode paths your script might have taken
2329 [17:28:14] *** Joins: irdr (~irdr@replaced-ip )
2330 [17:28:15] <gdeverlant> replaced-url
2331 [17:28:20] <jelly> gdeverlant: which debian release is this?
2332 [17:28:26] *** Quits: krukudilo_ (~krukudilo@replaced-ip ) (Client Quit)
2333 [17:28:35] <gdeverlant> it is armbian for odroid c1 mainline kernel 4.18.8
2334 [17:29:05] <jelly> !armbian
2335 [17:29:06] <dpkg> Armbian is a project that has pre-compiled custom Debian and Ubuntu installer images for <ARM> boards, and a small package repository with kernels, drivers, and utilities which are supported in #armbian. It is not a complete distribution, and uses unmodified Debian or Ubuntu official package repos. General end-user support for the Debian image installations: #debian, kernel/hw/installer/building questions: #armbian.
2336 [17:29:07] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
2337 [17:29:36] *** Joins: WiseMonk (~WiseMonk@replaced-ip )
2338 [17:29:46] *** Quits: n1gh7m4r3 (~n1gh7m4r3@replaced-ip ) (Quit: Leaving)
2339 [17:29:51] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
2340 [17:29:51] <gdeverlant> replaced-url
2341 [17:29:56] <gdeverlant> Armbian Bionic
2342 [17:30:07] <jelly> gdeverlant: figure out why "curl -fLsS replaced-url
2343 [17:30:28] *** Quits: Wioxjk (~Free@replaced-ip ) (Ping timeout: 268 seconds)
2344 [17:30:29] <petn-randall> Ah, not even based on Debian ...
2345 [17:30:57] <jelly> I'd punt them over to #ubuntu but that would just be cruel
2346 [17:31:14] <gdeverlant> What is Armbian?
2347 [17:31:14] <gdeverlant> Lightweight Debian or Ubuntu based distribution specialized for ARM developing boards. Compiled from scratch,
2348 [17:31:15] <greycat> Oh, it's a 404 now? It was a connection refused in his initial paste.
2349 [17:31:15] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
2350 [17:31:20] *** Quits: irdr (~irdr@replaced-ip ) (Max SendQ exceeded)
2351 [17:31:25] <gdeverlant> It has powerful build and software development tools,
2352 [17:31:25] <gdeverlant> A vibrant community.
2353 [17:31:37] <jelly> not this community tho
2354 [17:31:47] <jelly> possibly the #armbian channel
2355 [17:32:15] <gdeverlant> pinging each machine works
2356 [17:32:20] <gdeverlant> from each other
2357 [17:32:23] *** Joins: a_l_b (~a_l_b@replaced-ip )
2358 [17:32:25] <petn-randall> irrelevant
2359 [17:32:38] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2360 [17:32:38] *** Quits: sdoubleyou (~sdoubleyo@replaced-ip ) (Remote host closed the connection)
2361 [17:32:41] <jelly> gdeverlant: which machine and OS are you running your browser on?
2362 [17:32:42] <petn-randall> Well, that curl calls shows that the network works.
2363 [17:32:52] <gdeverlant> windows 10 pc
2364 [17:32:59] <gdeverlant> iridium browser
2365 [17:33:05] *** Joins: krukudilo (~krukudilo@replaced-ip )
2366 [17:33:24] <gdeverlant> the 2 other machines are arm boards
2367 [17:33:25] *** Joins: wall4ss (~smuxi@replaced-ip )
2368 [17:33:34] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
2369 [17:33:43] <jelly> gdeverlant: if you "ping bambuserver1" on the windows machine and on the armbian system, does it show the same IP adddress and which IP does it show?
2370 [17:34:01] *** Joins: irdr (~irdr@replaced-ip )
2371 [17:34:29] <gdeverlant> [192.168.1.3] with 32 bytes of data:
2372 [17:34:29] <gdeverlant> Reply from 192.168.1.3: bytes=32 time<1ms TTL=64
2373 [17:34:35] <gdeverlant> [192.168.1.3] with 32 bytes of data:
2374 [17:34:36] <gdeverlant> Reply from 192.168.1.3: bytes=32 time<1ms TTL=64
2375 [17:35:10] <jelly> gdeverlant: and if you open replaced-url
2376 [17:35:16] <petn-randall> Cool, a browser with half a year worth of security holes ...
2377 [17:35:26] <jelly> oops
2378 [17:35:35] <jelly> make that replaced-url
2379 [17:35:36] <gdeverlant> get a error 404
2380 [17:35:39] <LambdaComplex> i'm trying to install debian using the netinst iso found here replaced-url
2381 [17:35:52] *** Joins: conta (~Thunderbi@replaced-ip )
2382 [17:35:53] <jelly> gdeverlant: so it does not work from the windows machine either?
2383 [17:35:59] *** Joins: dreamon (~dreamon@replaced-ip )
2384 [17:35:59] <LambdaComplex> i'm getting an errror saying no kernel modules were found, probably due to a mismatch between the kernel used by this version of the installer and the kernel version available in the archive
2385 [17:36:00] <gdeverlant> well it looks like
2386 [17:36:05] <gdeverlant> the name works but not the ip
2387 [17:36:25] <LambdaComplex> did i do something horribly wrong at some point? or is the installer image screwed up somehow? or...?
2388 [17:36:30] <petn-randall> LambdaComplex: How did you prepare the installation medium?
2389 [17:36:44] <LambdaComplex> petn-randall: dd'd the .iso file to a usb drive
2390 [17:36:50] <jelly> gdeverlant: quit and reopen the browser and try replaced-url
2391 [17:37:06] *** Quits: irdr (~irdr@replaced-ip ) (Remote host closed the connection)
2392 [17:37:14] <jelly> not just close window, quit it completely (and hope that clears up its dnscache)
2393 [17:37:15] *** Quits: Nevolution2 (nevo@replaced-ip ) (Quit: cya~)
2394 [17:37:28] *** Quits: WiseMonk (~WiseMonk@replaced-ip ) (Quit: Leaving)
2395 [17:37:30] <gdeverlant> just tried on internet explorer
2396 [17:37:38] <gdeverlant> and it shows error 404
2397 [17:37:59] <petn-randall> gdeverlant: So it's an error completely unrelated to the script, or even Debian.
2398 [17:38:12] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
2399 [17:38:16] *** Joins: Der (~Der@replaced-ip )
2400 [17:38:16] <jelly> gdeverlant: browsers sometimes cache old dns records and web pages on their own
2401 [17:38:32] <LambdaComplex> petn-randall: and i checked the file checksum; it's correct
2402 [17:38:34] *** Joins: krukudilo (~krukudilo@replaced-ip )
2403 [17:38:37] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
2404 [17:38:45] *** Quits: DerChuck (~Der@replaced-ip ) (Ping timeout: 252 seconds)
2405 [17:38:47] *** Joins: mauz555_ (~mauz555@replaced-ip )
2406 [17:38:59] *** Quits: mauz555_ (~mauz555@replaced-ip ) (Read error: Connection reset by peer)
2407 [17:39:06] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 268 seconds)
2408 [17:39:20] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
2409 [17:39:41] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 250 seconds)
2410 [17:39:42] <LambdaComplex> any suggestions?
2411 [17:39:47] *** Joins: gigetoo (~gigetoo@replaced-ip )
2412 [17:40:03] <gdeverlant> ok
2413 [17:40:07] <gdeverlant> the repo was private
2414 [17:40:34] <gdeverlant> lol
2415 [17:40:36] *** Joins: ae-35 (~ae-35@replaced-ip )
2416 [17:40:51] <gdeverlant> the script is installed
2417 [17:40:55] <gdeverlant> im so dumb
2418 [17:41:06] <gdeverlant> you guys enlightened me
2419 [17:41:08] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Ping timeout: 272 seconds)
2420 [17:41:17] <gdeverlant> it works thanx
2421 [17:41:28] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Quit: Leaving.)
2422 [17:41:31] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
2423 [17:41:34] <jelly> gdeverlant: you're welcome, I guess!
2424 [17:41:41] <gdeverlant> well yeah
2425 [17:41:54] <gdeverlant> one i thought about that it was nothing related to os
2426 [17:42:00] <gdeverlant> it was just access
2427 [17:42:19] *** Joins: mklaang1 (~mklaang@replaced-ip )
2428 [17:42:35] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2429 [17:42:45] <jelly> LambdaComplex: worked for me on a HPE Proliant Gen10 a week ago
2430 [17:42:54] *** Joins: Nevolution2 (nevo@replaced-ip )
2431 [17:42:58] *** Joins: krukudilo (~krukudilo@replaced-ip )
2432 [17:43:02] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Client Quit)
2433 [17:43:08] *** Joins: Codier (~user@replaced-ip )
2434 [17:43:42] <jelly> LambdaComplex: can you restart in expert mode and see at which step exactly the issue happens?
2435 [17:44:10] <jelly> LambdaComplex: or switch to Ctrl-Alt-F3 or was it F4, where the logs are, see what's there
2436 [17:44:37] *** Quits: jukoo (~juko@replaced-ip ) (Quit: Lost terminal)
2437 [17:44:55] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2438 [17:45:06] <LambdaComplex> "no packages matching running kernel 4.9.0-7-amd64 in archive"
2439 [17:45:10] <LambdaComplex> that looks relevant
2440 [17:45:22] *** Joins: WiseMonk (~a@replaced-ip )
2441 [17:45:31] <WiseMonk> Hello
2442 [17:45:41] *** Joins: krukudilo (~krukudilo@replaced-ip )
2443 [17:46:04] <petn-randall> ,v linux-image-4.9.0-7-amd64
2444 [17:46:06] <judd> Package: linux-image-4.9.0-7-amd64 on amd64 -- stretch: 4.9.110-1; stretch-proposed-updates: 4.9.110-3+deb9u2; stretch-security: 4.9.110-3+deb9u2
2445 [17:46:16] <petn-randall> LambdaComplex: There actually is, though. ^^^
2446 [17:46:22] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2447 [17:46:50] <WiseMonk> I installed snap (apt install snapd), ran it once as root. (i dont know if thats the reason but) now I cant run it as normal user i get "error: access denied (try with sudo)". how can I fix this?
2448 [17:47:00] *** Quits: ursu (~ursu@replaced-ip ) (Quit: Leaving)
2449 [17:47:21] *** Joins: Wioxjk (~Free@replaced-ip )
2450 [17:47:22] *** Joins: vvor (~vvor@replaced-ip )
2451 [17:47:22] *** Quits: drzacek (~drzacek@replaced-ip ) (Remote host closed the connection)
2452 [17:47:23] <LambdaComplex> petn-randall: so why is the installer screwing up? D:
2453 [17:47:25] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
2454 [17:47:42] *** Joins: sakhi (~sakhilouw@replaced-ip )
2455 [17:47:46] <annadane> WiseMonk, probably depends on what the actual command is you're running - i'm not familiar with snap but it's entirely possible some stuff needs root
2456 [17:48:00] <jhutchins_wk> ,kernels
2457 [17:48:01] <judd> Available kernel versions are: experimental: 4.19.0-rc7-686-pae (4.19~rc7-1~exp1); sid: 4.18.0-2-686-pae (4.18.10-2+b1); buster: 4.18.0-2-686-pae (4.18.10-2+b1); stretch-backports: 4.18.0-0.bpo.1-686-pae (4.18.6-1~bpo9+1); stretch: 4.9.0-8-686-pae (4.9.110-3+deb9u6); jessie-backports: 4.9.0-0.bpo.6-686-pae (4.9.88-1+deb9u1~bpo8+1); jessie: 4.9.0-0.bpo.8-686-pae
2458 [17:48:02] <judd> (4.9.110-3+deb9u5~deb8u1); wheezy-backports: 3.16.0-0.bpo.4-686-pae (3.16.39-1+deb8u1~bpo70+1); wheezy: 3.2.0-6-686-pae (3.2.102-1)
2459 [17:48:30] <annadane> though you said "ran it" which i guess is a simple invocation of "snapd" or whatever it uses to call it
2460 [17:48:55] <WiseMonk> I wanted to instrall league of legends, but when I tried it as root, it didnt get installed correctly
2461 [17:49:00] <LambdaComplex> i'm gonna try rebooting the installer. i don't expect it to do any good but i don't have any better guesses :D
2462 [17:49:07] <LambdaComplex> and if that still fails i'll probably try a different iso
2463 [17:49:15] <WiseMonk> and the tutorial told to install as a user
2464 [17:49:22] *** Quits: Treylis (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2465 [17:49:26] *** Joins: Ursu (~ursu@replaced-ip )
2466 [17:50:44] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 276 seconds)
2467 [17:51:30] *** Joins: Treylis (~quassel@replaced-ip )
2468 [17:52:40] *** Quits: sakhi (~sakhilouw@replaced-ip ) (Ping timeout: 268 seconds)
2469 [17:52:50] <annadane> i don't know much about snap. but i doubt running it as root once would make it suddenly unable to run as user. i guess it depends on specifically what command you used with root
2470 [17:52:56] *** Parts: gdeverlant (~deverlant@replaced-ip ) ("ByrdIRC")
2471 [17:53:11] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 260 seconds)
2472 [17:53:40] <annadane> i would maaaaybe ask official snap support, if they have an irc channel... you might get better replies, not that it's wrong to ask here though
2473 [17:53:42] *** Quits: Ursu (~ursu@replaced-ip ) (Client Quit)
2474 [17:53:44] *** Joins: krukudilo (~krukudilo@replaced-ip )
2475 [17:54:25] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 252 seconds)
2476 [17:54:25] *** Joins: pax (~Thunderbi@replaced-ip )
2477 [17:54:57] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
2478 [17:55:08] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 268 seconds)
2479 [17:55:14] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2480 [17:55:16] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 244 seconds)
2481 [17:55:41] *** Joins: krukudilo (~krukudilo@replaced-ip )
2482 [17:55:51] *** Joins: amcorreia (~amcorreia@replaced-ip )
2483 [17:55:53] <jhutchins_wk> LambdaComplex: Have you read the release notes?
2484 [17:56:12] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2485 [17:57:04] <LambdaComplex> jhutchins_wk: probably not
2486 [17:57:08] *** Joins: krukudilo (~krukudilo@replaced-ip )
2487 [17:57:30] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2488 [17:57:50] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Quit: Leaving)
2489 [17:58:28] *** Joins: krukudilo (~krukudilo@replaced-ip )
2490 [17:58:32] *** Quits: egs0 (~egs0@replaced-ip ) (Remote host closed the connection)
2491 [17:58:55] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2492 [17:58:57] *** Joins: egs0 (~egs0@replaced-ip )
2493 [17:59:26] *** Joins: Tom01 (~tom@replaced-ip )
2494 [17:59:28] *** Parts: n-st (~n-st@replaced-ip ) ("Leaving")
2495 [17:59:34] *** Joins: voidSurfr (~voidSurfr@replaced-ip )
2496 [17:59:34] <LambdaComplex> jhutchins_wk: is there something in there that says "broke the installer by _______?"
2497 [17:59:40] *** Quits: Drashta (~Drashta@replaced-ip ) (Quit: Konversation terminated!)
2498 [17:59:47] *** Joins: krukudilo (~krukudilo@replaced-ip )
2499 [17:59:52] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
2500 [18:00:04] *** Quits: volodim (~volodim@replaced-ip ) (Ping timeout: 264 seconds)
2501 [18:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2502 [18:00:15] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2503 [18:00:23] *** Joins: v01t (~v01t@replaced-ip )
2504 [18:01:02] *** Joins: krukudilo (~krukudilo@replaced-ip )
2505 [18:01:21] *** Joins: volodim (~volodim@replaced-ip )
2506 [18:01:24] *** Joins: mibo (~mibo@replaced-ip )
2507 [18:01:25] *** Joins: buttros_ (~buttros_@replaced-ip )
2508 [18:01:33] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2509 [18:01:55] *** Joins: wall4ss (~smuxi@replaced-ip )
2510 [18:02:25] *** Joins: krukudilo (~krukudilo@replaced-ip )
2511 [18:03:16] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Quit: strawberry)
2512 [18:03:26] *** Joins: NeoZed_ (~ursu@replaced-ip )
2513 [18:05:30] *** Joins: dastier (~dastier@replaced-ip )
2514 [18:05:51] *** Quits: buttros_ (~buttros_@replaced-ip ) (Client Quit)
2515 [18:06:00] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
2516 [18:06:02] *** Joins: zeden (~user@replaced-ip )
2517 [18:08:53] *** Joins: tsarompy (~john@replaced-ip )
2518 [18:11:03] *** Joins: OS-2697112 (~OS-269711@replaced-ip )
2519 [18:11:11] *** Parts: OS-2697112 (~OS-269711@replaced-ip ) ()
2520 [18:12:01] *** Quits: bane500 (~batesm@replaced-ip ) (Ping timeout: 252 seconds)
2521 [18:12:06] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
2522 [18:12:19] *** Quits: WiseMonk (~a@replaced-ip ) (Ping timeout: 244 seconds)
2523 [18:12:35] *** Joins: WiseMonk (~a@replaced-ip )
2524 [18:12:43] *** Joins: semeion (~semeion@replaced-ip )
2525 [18:13:38] *** Quits: rk[ghost] (~rak@replaced-ip ) (Ping timeout: 268 seconds)
2526 [18:14:43] *** Joins: ae-35 (~ae-35@replaced-ip )
2527 [18:14:44] *** Parts: WiseMonk (~a@replaced-ip ) ()
2528 [18:14:58] <jhutchins_wk> Not that I know of, it's just good to get a mental picture of the process before you start.
2529 [18:15:02] *** Joins: rk[ghost] (~rak@replaced-ip )
2530 [18:15:27] *** Quits: egs0 (~egs0@replaced-ip ) (Remote host closed the connection)
2531 [18:15:40] <jhutchins_wk> LambdaComplex: This is not something we see regularly, so I wouldn't expect it to be a problem with the installer itself.
2532 [18:15:48] *** Joins: Sabotender (~Sabotende@replaced-ip )
2533 [18:16:09] *** Joins: eddof13 (~eddof13@replaced-ip )
2534 [18:17:17] *** Joins: thatpythonguy (~john@replaced-ip )
2535 [18:17:53] *** Joins: tikund (~David@replaced-ip )
2536 [18:19:08] *** Quits: OS-41789 (~chaichaih@replaced-ip ) (Ping timeout: 272 seconds)
2537 [18:19:58] *** Joins: dreamon (~dreamon@replaced-ip )
2538 [18:21:14] *** Joins: wilkc_ (~wilkc@replaced-ip )
2539 [18:21:34] *** Joins: bites (~bites@replaced-ip )
2540 [18:21:40] *** Quits: tikun (~David@replaced-ip ) (Ping timeout: 264 seconds)
2541 [18:22:21] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Ping timeout: 260 seconds)
2542 [18:22:36] *** osx is now known as Toyo
2543 [18:24:43] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 244 seconds)
2544 [18:25:21] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
2545 [18:26:03] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
2546 [18:26:28] *** Quits: __marco (~mg3@replaced-ip ) (Ping timeout: 246 seconds)
2547 [18:27:08] *** Quits: NeoZed_ (~ursu@replaced-ip ) (Ping timeout: 276 seconds)
2548 [18:27:17] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2549 [18:28:49] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2550 [18:30:23] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 276 seconds)
2551 [18:30:44] *** Quits: bites (~bites@replaced-ip ) (Read error: Connection reset by peer)
2552 [18:30:44] *** Joins: __marco (~mg3@replaced-ip )
2553 [18:31:24] *** Joins: bites (~bites@replaced-ip )
2554 [18:31:27] *** Joins: P1ersson (~P1ersson@replaced-ip )
2555 [18:31:34] *** Joins: LoudIntrovert (~LoudIntro@replaced-ip )
2556 [18:32:20] *** Joins: Itaipu (~itaipu@replaced-ip )
2557 [18:33:24] *** Quits: Elirips (~Elirips@replaced-ip ) (Read error: Connection reset by peer)
2558 [18:34:35] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2559 [18:35:03] *** Quits: a0z (~a0z@replaced-ip ) (Ping timeout: 244 seconds)
2560 [18:35:41] *** Quits: theluckymike (~theluckym@replaced-ip ) (Quit: leaving)
2561 [18:36:11] *** Joins: dez (uid92154@replaced-ip )
2562 [18:37:56] *** Quits: Guest95064 (~HasanAtiz@replaced-ip ) (Remote host closed the connection)
2563 [18:38:27] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2564 [18:39:01] *** Joins: theluckymike (~theluckym@replaced-ip )
2565 [18:39:16] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
2566 [18:39:51] *** Quits: enckse (~enckse@replaced-ip##) (Quit: ZNC - ##replaced-url
2567 [18:39:51] *** Quits: storrgie (~storrgie@replaced-ip ) (Quit: Bye)
2568 [18:40:04] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 252 seconds)
2569 [18:40:09] *** Quits: silverballz (~hidden@replaced-ip ) (Ping timeout: 268 seconds)
2570 [18:40:19] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
2571 [18:40:32] *** Joins: silverballz (~hidden@replaced-ip )
2572 [18:40:37] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
2573 [18:41:37] *** Joins: silverwhitefish (~hidden@replaced-ip )
2574 [18:41:59] *** Quits: retrowertz (~retrowrtz@replaced-ip ) (Remote host closed the connection)
2575 [18:42:11] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 260 seconds)
2576 [18:42:16] *** Quits: DirkS (~DirkS@replaced-ip ) (Ping timeout: 252 seconds)
2577 [18:42:25] *** Joins: huwjr (~huwjr@replaced-ip )
2578 [18:42:28] *** Joins: enckse (~enckse@replaced-ip )
2579 [18:42:38] *** Joins: Nekojimi (~jimj316@replaced-ip )
2580 [18:42:42] *** Quits: ralpheeee (~ralpheeee@replaced-ip ) (Quit: WeeChat 2.2)
2581 [18:42:48] *** Joins: pzn (~pzn@replaced-ip )
2582 [18:42:53] *** Joins: JordiGH (jordi@replaced-ip )
2583 [18:43:03] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2584 [18:43:04] *** Joins: devbaka (~devbaka@replaced-ip )
2585 [18:43:17] <JordiGH> Why are deb files two tar files inside of an ar file? Why not use tar for both?
2586 [18:43:35] *** Joins: dreamon (~dreamon@replaced-ip )
2587 [18:43:36] *** Joins: krukudilo (~krukudilo@replaced-ip )
2588 [18:43:41] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
2589 [18:43:44] <pzn> How can I login via ssh remotely, and get the server X current screen/resolution configuration? Need to debug some local screen resolution problem, but I'm current remotely
2590 [18:43:53] *** Quits: Error451 (~R@replaced-ip ) (Remote host closed the connection)
2591 [18:44:09] *** Joins: eddof13 (~eddof13@replaced-ip )
2592 [18:44:26] <eto> pzn: identify display X is running then export it into environment then use X command you want
2593 [18:44:38] *** Joins: storrgie (~storrgie@replaced-ip )
2594 [18:44:38] *** Quits: RNM (~rnm@replaced-ip ) (Ping timeout: 245 seconds)
2595 [18:44:47] *** Quits: silverballz (~hidden@replaced-ip ) (Ping timeout: 240 seconds)
2596 [18:44:53] <greycat> pzn: step 1: phone the user sitting at the console and ask what the DISPLAY variable is. 2) set that variable. 3) be the same user as the one authorized to use the X console, either by su or setuidgid or sudo or whatever.
2597 [18:45:03] <eto> pzn: usually something like `export DISPLAY=':0.0'; xrandr`
2598 [18:45:26] *** Joins: DirkS (~DirkS@replaced-ip )
2599 [18:45:56] *** Joins: Error451 (~R@replaced-ip )
2600 [18:45:56] *** Quits: Error451 (~R@replaced-ip ) (Changing host)
2601 [18:45:57] *** Joins: Error451 (~R@replaced-ip )
2602 [18:45:57] <eto> greycat: why must they be given user?
2603 [18:46:15] <eto> greycat: ah it might refuse connection?
2604 [18:46:17] <greycat> well, if you feel like doing the xauth dance, go ahead
2605 [18:46:22] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
2606 [18:46:43] *** Joins: vidarr (~vidr@replaced-ip )
2607 [18:46:45] *** Joins: platvoeten (~platvoete@replaced-ip )
2608 [18:46:51] <greycat> if you happen to be root, you might be able to get away with something like export XAUTHORITY=/home/yourvictim/.Xauthority
2609 [18:46:53] <eto> greycat: yes i see the point now = as i usually debug problem of my own user i forgot
2610 [18:47:28] <greycat> but that only works because presumably root can read the victim's files from their home dir... which in turn will NOT work if their home dir is NFS-mounted ... which in turn MAY work if it's NFS-mounted with norootsquash
2611 [18:47:28] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 246 seconds)
2612 [18:47:40] <eto> roger
2613 [18:47:48] *** Joins: LtL (~ltl@replaced-ip )
2614 [18:48:14] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2615 [18:48:23] <pzn> greycat, eto: this debian is kind of "ATM machine", no user near it to phone to, but I know which system user X runs as, and DISPLAY:0.0 xrandr solved my needs. Thanks!
2616 [18:48:29] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 244 seconds)
2617 [18:48:40] *** Quits: eddof13 (~eddof13@replaced-ip ) (Client Quit)
2618 [18:48:57] *** Quits: __marco (~mg3@replaced-ip ) (Ping timeout: 252 seconds)
2619 [18:49:26] <pzn> greycat, nice to know all this details about x auth, nfs, norootsquash!
2620 [18:50:52] *** Joins: krukudilo (~krukudilo@replaced-ip )
2621 [18:51:00] *** Joins: zeden (~user@replaced-ip )
2622 [18:51:06] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2623 [18:51:07] <eto> greycat: btw copying users .Xauthority over to your home (given you are not using X at the same time) and reowning it should do the trick too right?
2624 [18:51:17] <greycat> probably
2625 [18:51:21] <eto> ty
2626 [18:51:37] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 252 seconds)
2627 [18:51:41] *** Joins: wilkc_ (~wilkc@replaced-ip )
2628 [18:52:05] <greycat> dpkg mit-magic-cookie export
2629 [18:52:05] <dpkg> You can export your <mit-magic-cookie> to allow another user to run applications on your display by doing one (but not both) of: 'su user_running_x -c "xauth extract - $DISPLAY" | xauth merge -' or 'export XAUTHORITY=/home/<USER_RUNNING_X>/.Xauthority'. For other approaches, ask me about <root x>.
2630 [18:52:11] <greycat> That's the xauth dance version. I've never used it.
2631 [18:52:30] <greycat> I have used the export XAUTHORITY version, but usually it was on HP-UX.
2632 [18:53:03] *** Joins: matrim (~mats_@replaced-ip )
2633 [18:53:44] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 250 seconds)
2634 [18:53:47] *** Joins: Tralfaz (~none@replaced-ip )
2635 [18:53:51] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
2636 [18:55:25] *** Joins: mason (~mason@replaced-ip )
2637 [18:55:31] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 250 seconds)
2638 [18:55:39] <mason> window move 41
2639 [18:55:52] <mason> with a slash
2640 [18:55:58] *** Joins: BCMM (~BCMM@replaced-ip )
2641 [18:56:20] <eto> greycat: ty!
2642 [18:57:02] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 276 seconds)
2643 [18:57:11] *** Joins: noodlepie (~Phillip@replaced-ip )
2644 [18:57:24] *** Joins: krukudilo (~krukudilo@replaced-ip )
2645 [18:57:58] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
2646 [18:58:25] *** Joins: lukaso666 (~lukaso666@replaced-ip )
2647 [18:58:57] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2648 [18:59:11] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
2649 [18:59:49] *** Joins: orbiter (~orbiter@replaced-ip )
2650 [19:00:00] *** Quits: dilema (~dilema@replaced-ip ) (Remote host closed the connection)
2651 [19:00:10] *** Quits: JordiGH (jordi@replaced-ip ) (Quit: Jacking out)
2652 [19:00:41] <jhutchins_wk> pzn: You can parse it from /var/log/Xorg.0.log - it's very noisy, but the info should be there.
2653 [19:03:01] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
2654 [19:03:39] *** Joins: neo4 (~Thunderbi@replaced-ip )
2655 [19:03:48] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
2656 [19:04:02] *** debhelper sets mode: +l 1402
2657 [19:04:21] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 260 seconds)
2658 [19:05:39] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 252 seconds)
2659 [19:06:03] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
2660 [19:07:33] *** Joins: earthundead (~earthunde@replaced-ip )
2661 [19:08:30] *** Joins: jfoy (~jfoy@replaced-ip )
2662 [19:09:08] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2663 [19:09:12] *** Quits: ron-slc (~Ron@replaced-ip ) (Remote host closed the connection)
2664 [19:09:17] *** Parts: anddam (~anddam@replaced-ip ) ("WeeChat 2.3-dev")
2665 [19:09:45] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 268 seconds)
2666 [19:10:53] *** Joins: Itaipu (~itaipu@replaced-ip )
2667 [19:13:23] *** Quits: theluckymike (~theluckym@replaced-ip ) (Quit: leaving)
2668 [19:13:48] *** Joins: Ricardo__ (~rick@replaced-ip )
2669 [19:13:48] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2670 [19:13:48] *** Joins: Ricardo__ (~rick@replaced-ip )
2671 [19:13:57] *** Joins: theluckymike (~theluckym@replaced-ip )
2672 [19:14:05] *** Joins: mspe (~mspe@replaced-ip )
2673 [19:14:15] *** Joins: m0u (~m0u@replaced-ip )
2674 [19:14:36] *** Quits: theluckymike (~theluckym@replaced-ip ) (Client Quit)
2675 [19:14:52] *** Joins: theluckymike (~theluckym@replaced-ip )
2676 [19:15:27] *** Quits: theluckymike (~theluckym@replaced-ip ) (Client Quit)
2677 [19:15:55] *** Joins: zerotech (~zerotech@replaced-ip )
2678 [19:16:21] *** Quits: zerotech (~zerotech@replaced-ip ) (Client Quit)
2679 [19:16:55] *** Joins: foobiebl2tch (~matthew@replaced-ip )
2680 [19:18:04] *** Joins: zeden (~user@replaced-ip )
2681 [19:18:54] *** Joins: mklaang1 (~mklaang@replaced-ip )
2682 [19:19:12] *** Joins: theluckymike (~theluckym@replaced-ip )
2683 [19:19:53] *** Joins: timeless (sid4015@replaced-ip )
2684 [19:20:13] *** Quits: mspe (~mspe@replaced-ip ) (Ping timeout: 252 seconds)
2685 [19:20:19] *** Quits: theluckymike (~theluckym@replaced-ip ) (Client Quit)
2686 [19:20:20] *** Joins: juxsys (~xerxis@replaced-ip )
2687 [19:20:40] *** Joins: theluckymike (~theluckym@replaced-ip )
2688 [19:20:43] *** Joins: mspe (~mspe@replaced-ip )
2689 [19:21:20] <pzn> To set a screen resolution remotely via ssh (I'm not on X locally), what should I do? ssh user@machine "DISPLAY=:0.0 whichcommand?"
2690 [19:21:38] <greycat> whatever you would run if you were local. probably xrandr.
2691 [19:21:45] <mason> pzn: xrandr is a good tool, or set things via xorg.conf
2692 [19:22:03] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
2693 [19:22:08] *** Joins: shabius (~shabius@replaced-ip )
2694 [19:22:17] *** Joins: noodlepie (~Phillip@replaced-ip )
2695 [19:22:29] *** Joins: bozza (~bozza@replaced-ip )
2696 [19:24:01] *** debhelper sets mode: +l 1408
2697 [19:24:22] <RoyK> pzn: do you want to change the resolution on the local terminal?
2698 [19:24:33] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 268 seconds)
2699 [19:27:22] *** Joins: deadz0 (~deadz0@replaced-ip )
2700 [19:27:35] <at0m> i quite often need to change monitor setup on one machine, and was too lazy for xrandr. then i found out about arandr, an xrandr frontend that generates scripts using xrandr. saved my day(s).
2701 [19:28:15] *** Joins: adu (~adu@replaced-ip )
2702 [19:28:36] *** Quits: adu (~adu@replaced-ip ) (Client Quit)
2703 [19:29:10] <antto> Dear Santa, pls, ezrandr
2704 [19:29:26] <antto> ezrndr -pls -makeitwork -pls -pls
2705 [19:29:27] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
2706 [19:30:30] <pistache> at0m: do you know about autorandr ?
2707 [19:30:35] *** Joins: sonic_dee (~linushec@replaced-ip )
2708 [19:30:54] <at0m> pistache: i dont
2709 [19:31:45] <pistache> at0m: it's pretty nice, and allows to automatically change the screen layout using udev hotplug rules
2710 [19:31:57] <pzn> reading xrandr manpages :-) It will solve my needs
2711 [19:32:15] *** Joins: tmroland (~tmroland@replaced-ip )
2712 [19:32:16] <pistache> I can change my screen layout using "autorandr -c <layout_name>"
2713 [19:32:17] <at0m> pistache: thanks, did apt show autorandr, looks neat indeed
2714 [19:32:19] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Quit: Leaving.)
2715 [19:32:38] *** Quits: sonicdee (~linushec@replaced-ip ) (Ping timeout: 252 seconds)
2716 [19:33:01] <at0m> pistache: i have a couple scripts done with arandr, which do practically the same
2717 [19:33:02] <pistache> it's very useful with a dock
2718 [19:33:11] <pistache> that's what I had before too :p
2719 [19:33:25] *** Quits: foobiebl2tch (~matthew@replaced-ip ) (Ping timeout: 252 seconds)
2720 [19:33:46] <at0m> pistache: i guess the udev rules make manual script execution a thing from the past
2721 [19:33:46] <pistache> but I prefer autorandr's terminal interface, that allows me to easily save the current configuration
2722 [19:33:48] *** Joins: uppik (~uppik@replaced-ip )
2723 [19:34:01] *** Quits: noodlepie (~Phillip@replaced-ip ) (Read error: Connection reset by peer)
2724 [19:34:03] *** Quits: hns (hannes@replaced-ip ) (Ping timeout: 252 seconds)
2725 [19:34:04] *** Quits: toolz (toolz@replaced-ip ) (Ping timeout: 252 seconds)
2726 [19:34:34] <pistache> autorandr also has nice "virtual configurations"
2727 [19:34:36] *** Quits: pvoigt (~Linux@replaced-ip ) (Ping timeout: 252 seconds)
2728 [19:34:44] <pistache> off/common/clone-largest/horizontal/vertical
2729 [19:35:06] <at0m> :)
2730 [19:35:19] <at0m> i'll give it a try some time
2731 [19:35:51] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 260 seconds)
2732 [19:36:28] *** Joins: noodlepie (~Phillip@replaced-ip )
2733 [19:38:21] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2734 [19:38:32] *** Joins: hns (hannes@replaced-ip )
2735 [19:38:47] *** Joins: toolz (toolz@replaced-ip )
2736 [19:39:23] *** Joins: Phizzy (~Phillip@replaced-ip )
2737 [19:39:24] *** Joins: pvoigt (~Linux@replaced-ip )
2738 [19:40:01] *** Quits: breitenj (~breitenj@replaced-ip ) (Ping timeout: 252 seconds)
2739 [19:42:28] *** Joins: breitenj (~breitenj@replaced-ip )
2740 [19:42:44] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 244 seconds)
2741 [19:42:55] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2742 [19:44:16] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2743 [19:46:44] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2744 [19:46:53] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2745 [19:47:38] *** Joins: aliasnumber10 (~anzero@replaced-ip )
2746 [19:48:06] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
2747 [19:49:34] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2748 [19:49:59] *** Joins: grobi (~rtng@replaced-ip )
2749 [19:52:38] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2750 [19:52:46] *** Joins: sanches (~sanches@replaced-ip )
2751 [19:53:22] *** Quits: Elleander (~Elleander@replaced-ip ) (Remote host closed the connection)
2752 [19:53:54] *** Joins: Itaipu (~itaipu@replaced-ip )
2753 [19:54:06] *** Joins: cdown (~cdown@replaced-ip )
2754 [19:55:35] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2755 [19:56:04] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 246 seconds)
2756 [19:57:11] *** Joins: faw (~faw@replaced-ip )
2757 [19:57:19] *** Joins: Itaipu (~itaipu@replaced-ip )
2758 [19:58:10] *** Joins: tymczenko (~tymczenko@replaced-ip )
2759 [19:59:28] *** Joins: ploum (~ploum@replaced-ip )
2760 [20:00:58] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Client Quit)
2761 [20:01:30] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
2762 [20:01:51] *** Joins: joepublic (~joe@replaced-ip )
2763 [20:02:20] *** Joins: fassl (~fassl@replaced-ip )
2764 [20:02:48] *** Parts: ploum (~ploum@replaced-ip ) ("bye")
2765 [20:03:37] <Phizzy> W: Download is performed unsandboxed as root as file '/var/cache/apt/archives/partial/geoip-database_20181108-1_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
2766 [20:03:37] <Phizzy> -->> What's up here?
2767 [20:04:10] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2768 [20:04:17] <jelly> Phizzy, which debian release is that?
2769 [20:04:42] <greycat> ,v geoip-database
2770 [20:04:43] <judd> Package: geoip-database on amd64 -- wheezy: 20130213-1; jessie: 20150317-1; jessie-backports: 20170512-1~bpo8+1; stretch: 20170512-1; jessie-backports-sloppy: 20171107-1~bpo8+1; stretch-backports: 20180215-1~bpo9+1; buster: 20180315-1; sid: 20181108-1
2771 [20:04:47] <Phizzy> unstable main
2772 [20:04:57] <greycat> judd agrees
2773 [20:05:01] <jelly> !debian-next
2774 [20:05:02] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2775 [20:05:42] <jelly> check the BTS for existing issues in your apt version
2776 [20:06:45] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2777 [20:07:37] *** Joins: eGNUph (~Phillip@replaced-ip )
2778 [20:08:26] <joepublic> debian stable is really, really stable. thus, debian unstable is: _______ .
2779 [20:09:22] <jelly> full of fresh bugs
2780 [20:10:33] <greycat> My initial reaction on seeing Phizzy's question was "Hey, is synaptic broken AGAIN?"
2781 [20:10:48] *** Quits: Phizzy (~Phillip@replaced-ip ) (Ping timeout: 268 seconds)
2782 [20:10:49] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 268 seconds)
2783 [20:11:18] <joepublic> of course the truly adventurous with a taste for broken stuff could always work to keep up with experimental also.
2784 [20:11:39] *** Joins: bozza_ (~bozza@replaced-ip )
2785 [20:11:41] *** Joins: foobiebl2tch (~matthew@replaced-ip )
2786 [20:12:36] *** Quits: uppik (~uppik@replaced-ip ) (Ping timeout: 260 seconds)
2787 [20:12:42] *** Joins: Itaipu (~itaipu@replaced-ip )
2788 [20:14:19] *** Joins: Uberius (~Uberius@replaced-ip )
2789 [20:14:35] *** Joins: zerotech (~zerotech@replaced-ip )
2790 [20:14:40] *** Quits: bozza (~bozza@replaced-ip ) (Ping timeout: 252 seconds)
2791 [20:15:03] *** Quits: silverwhitefish (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
2792 [20:15:06] *** Joins: ae-35 (~ae-35@replaced-ip )
2793 [20:15:31] *** Joins: retrop99 (~retrop99@replaced-ip )
2794 [20:16:25] *** Joins: silverballz (~hidden@replaced-ip )
2795 [20:17:20] *** Quits: krabador (~krabador@replaced-ip ) (Read error: Connection reset by peer)
2796 [20:17:33] *** Joins: preview (~quassel@replaced-ip )
2797 [20:18:22] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2798 [20:20:01] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2799 [20:20:06] *** Joins: krabador (~krabador@replaced-ip )
2800 [20:20:42] *** Joins: Phizzy (~Phillip@replaced-ip )
2801 [20:21:06] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Remote host closed the connection)
2802 [20:21:22] *** Joins: krukudilo (~krukudilo@replaced-ip )
2803 [20:21:30] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
2804 [20:21:39] *** Quits: preview (~quassel@replaced-ip ) (Client Quit)
2805 [20:22:47] *** Joins: streamline (~streamlin@replaced-ip )
2806 [20:24:01] *** debhelper sets mode: +l 1416
2807 [20:24:32] *** Quits: eGNUph (~Phillip@replaced-ip ) (Ping timeout: 272 seconds)
2808 [20:24:54] *** Quits: sebboh (~sebboh@replaced-ip ) (Quit: WeeChat 2.1)
2809 [20:25:38] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2810 [20:26:06] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
2811 [20:26:10] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Remote host closed the connection)
2812 [20:26:24] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2813 [20:26:30] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2814 [20:26:30] *** Quits: pzn (~pzn@replaced-ip ) (Quit: Saindo)
2815 [20:26:32] *** Joins: krukudilo (~krukudilo@replaced-ip )
2816 [20:26:35] *** Joins: Uberius (~Uberius@replaced-ip )
2817 [20:27:44] *** Quits: tdn (~tdn@replaced-ip ) (Quit: leaving)
2818 [20:27:52] *** Quits: Phizzy (~Phillip@replaced-ip ) (Quit: Going offline! @:P-~)
2819 [20:29:13] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Remote host closed the connection)
2820 [20:29:36] *** Joins: mrig (~mrig@replaced-ip )
2821 [20:29:43] *** Joins: krukudilo (~krukudilo@replaced-ip )
2822 [20:29:50] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2823 [20:30:06] *** Joins: neo4 (~Thunderbi@replaced-ip )
2824 [20:30:35] *** Quits: relaxed (~relaxed@replaced-ip ) (Quit: â â µ)
2825 [20:31:14] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2826 [20:31:20] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Quit: Leaving)
2827 [20:32:05] *** Quits: theluckymike (~theluckym@replaced-ip ) (Quit: leaving)
2828 [20:32:24] *** Quits: fassl (~fassl@replaced-ip ) (Quit: Leaving)
2829 [20:32:34] *** Joins: Itaipu (~itaipu@replaced-ip )
2830 [20:33:06] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
2831 [20:34:01] *** debhelper sets mode: +l 1406
2832 [20:36:05] *** Joins: secsearch (~secsearch@replaced-ip )
2833 [20:36:13] *** Joins: theluckymike (~theluckym@replaced-ip )
2834 [20:36:29] *** Quits: secsearch (~secsearch@replaced-ip ) (Client Quit)
2835 [20:37:55] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2836 [20:39:13] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2837 [20:39:17] *** Quits: voidSurfr (~voidSurfr@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2838 [20:39:35] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
2839 [20:39:58] *** Joins: Itaipu (~itaipu@replaced-ip )
2840 [20:42:39] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2841 [20:43:42] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2842 [20:43:51] *** Joins: Itaipu (~itaipu@replaced-ip )
2843 [20:44:13] *** Joins: towo_nb (~towo@replaced-ip )
2844 [20:44:48] *** Joins: fax (~fax@replaced-ip )
2845 [20:44:58] *** Joins: xsisec (~xsisec@replaced-ip )
2846 [20:45:05] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
2847 [20:45:22] *** Quits: walnut_burl (~oak@replaced-ip ) (Quit: leaving)
2848 [20:46:19] *** Joins: Itaipu (~itaipu@replaced-ip )
2849 [20:46:50] *** Joins: juxsys1 (~xerxis@replaced-ip )
2850 [20:47:19] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 244 seconds)
2851 [20:50:38] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2852 [20:51:04] *** Quits: juxsys (~xerxis@replaced-ip ) (Ping timeout: 264 seconds)
2853 [20:51:45] *** Joins: Ticho (~Ticho@replaced-ip )
2854 [20:52:07] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
2855 [20:52:43] *** Joins: Andocromn (~quassel@replaced-ip )
2856 [20:54:03] *** Joins: ch0wn_ (~tmp@replaced-ip )
2857 [20:54:32] *** Joins: platvoeten (~platvoete@replaced-ip )
2858 [20:56:09] *** Joins: mahafyi (~quassel@replaced-ip )
2859 [20:56:16] *** Joins: envil_ (~envil@replaced-ip )
2860 [20:57:39] *** Quits: Envil (~envil@replaced-ip ) (Ping timeout: 252 seconds)
2861 [20:58:15] *** Joins: raleeha (~bl@replaced-ip )
2862 [21:00:34] *** Parts: raleeha (~bl@replaced-ip ) ()
2863 [21:01:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
2864 [21:01:57] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2865 [21:01:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
2866 [21:02:04] *** Joins: jmarsac (~jmarsac@replaced-ip )
2867 [21:02:17] *** Joins: cyboxrdy (~Pro_cybox@replaced-ip )
2868 [21:02:45] *** Joins: cerenous (~cerenous@replaced-ip )
2869 [21:03:48] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
2870 [21:05:22] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 246 seconds)
2871 [21:07:03] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 276 seconds)
2872 [21:07:13] *** Joins: leorat (~rat@replaced-ip )
2873 [21:07:56] *** Joins: m3ddle (~m3ddle@replaced-ip )
2874 [21:10:49] *** Quits: mamubub (~mamubub@replaced-ip ) (Quit: Leaving...)
2875 [21:11:36] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Ping timeout: 244 seconds)
2876 [21:12:04] *** Quits: Der (~Der@replaced-ip ) (Ping timeout: 264 seconds)
2877 [21:12:09] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
2878 [21:15:26] *** Parts: glaucom (~blackcat@replaced-ip ) ()
2879 [21:15:50] *** Joins: dr_gonzo (~dr_gonzo_@replaced-ip )
2880 [21:16:27] *** Joins: cdown_ (~cdown@replaced-ip )
2881 [21:17:00] *** Joins: tsarompy (~john@replaced-ip )
2882 [21:17:12] *** Joins: preview (~quassel@replaced-ip )
2883 [21:17:55] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 252 seconds)
2884 [21:19:16] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
2885 [21:19:19] *** cdown_ is now known as cdown
2886 [21:20:50] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2887 [21:22:17] *** Quits: nehemiah (~nehemiah@replaced-ip ) (Remote host closed the connection)
2888 [21:22:38] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
2889 [21:23:23] *** Quits: cerenous (~cerenous@replaced-ip ) (Ping timeout: 245 seconds)
2890 [21:23:31] *** Joins: cdown (~cdown@replaced-ip )
2891 [21:24:03] *** Joins: zleap (~zleap@replaced-ip )
2892 [21:24:04] *** Quits: zleap (~zleap@replaced-ip ) (Changing host)
2893 [21:24:04] *** Joins: zleap (~zleap@replaced-ip )
2894 [21:24:32] *** Joins: Der (~Der@replaced-ip )
2895 [21:25:16] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 264 seconds)
2896 [21:25:47] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2897 [21:26:35] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Quit: Konversation terminated!)
2898 [21:27:28] *** Quits: Mathisen (~Mathisen@replaced-ip ) (Quit: restarting everything...)
2899 [21:27:28] *** Joins: BlueByte (~walther@replaced-ip )
2900 [21:28:47] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 240 seconds)
2901 [21:29:34] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
2902 [21:30:16] *** Joins: jnavila (~jnavila@replaced-ip )
2903 [21:30:23] *** Quits: cyboxrdy (~Pro_cybox@replaced-ip ) (Quit: Leaving)
2904 [21:32:59] *** Parts: spackle259 (~spackle25@replaced-ip ) ("WeeChat 2.3")
2905 [21:34:05] *** Joins: Mathisen (~Mathisen@replaced-ip )
2906 [21:34:16] *** Quits: Mathisen (~Mathisen@replaced-ip ) (Changing host)
2907 [21:34:16] *** Joins: Mathisen (~Mathisen@replaced-ip )
2908 [21:34:21] *** Joins: grobi (~rtng@replaced-ip )
2909 [21:34:54] *** Joins: a_l_b (~a_l_b@replaced-ip )
2910 [21:36:26] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
2911 [21:36:56] *** Joins: mftech (~mftech@replaced-ip )
2912 [21:37:52] *** Quits: envil_ (~envil@replaced-ip ) (Remote host closed the connection)
2913 [21:38:33] *** Quits: mftech (~mftech@replaced-ip ) (Quit: Leaving)
2914 [21:39:01] *** Joins: mftech (~mftech@replaced-ip )
2915 [21:39:12] *** Quits: discovered (~discovere@replaced-ip ) (Quit: Leaving)
2916 [21:40:07] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Remote host closed the connection)
2917 [21:41:43] *** Joins: Drashta (~Drashta@replaced-ip )
2918 [21:42:02] *** Joins: cerenous (~cerenous@replaced-ip )
2919 [21:42:30] *** Quits: datasmurf (~datasmurf@replaced-ip ) (Read error: Connection reset by peer)
2920 [21:43:14] *** Joins: datasmurf (~datasmurf@replaced-ip )
2921 [21:43:57] *** Quits: h1ck5 (~h1ck5@replaced-ip ) (Quit: leaving)
2922 [21:46:30] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2923 [21:46:34] *** Joins: ralpheeee (~ralpheeee@replaced-ip )
2924 [21:46:41] *** Quits: n_1-c_k (~nick@replaced-ip ) (Ping timeout: 276 seconds)
2925 [21:46:50] *** Joins: mauro_ (~Mauro_Bro@replaced-ip )
2926 [21:46:57] *** Joins: _anb (~anb@replaced-ip )
2927 [21:47:53] *** Joins: toadstar (~bison@replaced-ip )
2928 [21:47:55] *** Quits: datasmurf (~datasmurf@replaced-ip ) (Read error: Connection reset by peer)
2929 [21:49:01] *** Joins: datasmurf (~datasmurf@replaced-ip )
2930 [21:50:01] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 260 seconds)
2931 [21:50:22] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 252 seconds)
2932 [21:50:22] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2933 [21:51:18] *** Quits: foobiebl2tch (~matthew@replaced-ip ) (Ping timeout: 245 seconds)
2934 [21:51:56] *** Joins: _anb (~anb@replaced-ip )
2935 [21:51:56] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 268 seconds)
2936 [21:52:12] *** Joins: platvoeten (~platvoete@replaced-ip )
2937 [21:53:13] *** Quits: xsisec (~xsisec@replaced-ip ) (Ping timeout: 252 seconds)
2938 [21:53:15] *** Joins: n_1-c_k (~nick@replaced-ip )
2939 [21:53:53] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2940 [21:54:41] *** Quits: ableto (~cryptum@replaced-ip ) (Quit: Leaving)
2941 [21:54:50] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Quit: m3ddle)
2942 [21:55:14] *** Joins: m3ddle (~m3ddle@replaced-ip )
2943 [21:55:45] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2944 [21:55:47] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
2945 [21:56:09] *** Quits: Adbray (~Adbray@replaced-ip ) (Ping timeout: 252 seconds)
2946 [21:57:09] *** Joins: NeoZed (~ursu@replaced-ip )
2947 [21:57:53] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
2948 [21:58:28] *** Joins: sanches (~sanches@replaced-ip )
2949 [21:58:35] *** Joins: Ceber (~cerberus@replaced-ip )
2950 [21:59:24] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Client Quit)
2951 [21:59:48] *** Joins: m3ddle (~m3ddle@replaced-ip )
2952 [22:01:03] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2953 [22:01:08] *** Joins: P1ersson_ (~P1ersson@replaced-ip )
2954 [22:01:43] *** Quits: Se-bash (~seba@replaced-ip ) (Ping timeout: 244 seconds)
2955 [22:01:52] *** Joins: cyboxrdy (~Pro_cybox@replaced-ip )
2956 [22:02:07] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 240 seconds)
2957 [22:02:25] *** Joins: Se-bash (~seba@replaced-ip )
2958 [22:02:45] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 244 seconds)
2959 [22:03:02] *** Joins: m0u (~m0u@replaced-ip )
2960 [22:03:03] *** Quits: juxsys1 (~xerxis@replaced-ip ) (Ping timeout: 268 seconds)
2961 [22:03:08] *** Quits: cyboxrdy (~Pro_cybox@replaced-ip ) (Client Quit)
2962 [22:03:47] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
2963 [22:04:13] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2964 [22:04:18] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2965 [22:04:38] *** Quits: Drashta (~Drashta@replaced-ip ) (Quit: Konversation terminated!)
2966 [22:05:20] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
2967 [22:05:48] *** Joins: CaptainN (zelda@replaced-ip )
2968 [22:05:52] *** Joins: karakedi (~eAC53C340@replaced-ip )
2969 [22:05:53] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2970 [22:05:53] *** Joins: karakedi (~eAC53C340@replaced-ip )
2971 [22:06:32] *** Joins: soee_ (~soee@replaced-ip )
2972 [22:07:14] *** Joins: spackle259 (~spackle25@replaced-ip )
2973 [22:07:20] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2974 [22:07:44] *** Joins: grobi (~rtng@replaced-ip )
2975 [22:08:24] *** Quits: cerenous (~cerenous@replaced-ip ) (Ping timeout: 272 seconds)
2976 [22:08:38] *** Joins: relaxed (~relaxed@replaced-ip )
2977 [22:08:43] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
2978 [22:10:06] *** Quits: deltam (~deltam@replaced-ip ) (Quit: Leaving)
2979 [22:10:36] *** Quits: dr_gonzo (~dr_gonzo_@replaced-ip ) (Remote host closed the connection)
2980 [22:10:42] *** Hunterkll_ is now known as Hunterkll
2981 [22:10:43] *** Quits: Gurty (~princess@replaced-ip ) (Ping timeout: 252 seconds)
2982 [22:10:43] *** Joins: deltam (~deltam@replaced-ip )
2983 [22:11:10] *** Joins: aloo_shu (~atomic@replaced-ip )
2984 [22:11:49] *** Quits: soee_ (~soee@replaced-ip ) (Ping timeout: 252 seconds)
2985 [22:11:53] *** Joins: soee (~soee@replaced-ip )
2986 [22:11:56] *** Joins: vjacob_ (~vjacob@replaced-ip )
2987 [22:12:41] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 250 seconds)
2988 [22:12:53] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2989 [22:13:10] *** Joins: traveltissues (~traveltis@replaced-ip )
2990 [22:13:16] *** Quits: D|nA (~deb@replaced-ip ) (Remote host closed the connection)
2991 [22:14:06] *** Joins: D|nA (~deb@replaced-ip )
2992 [22:14:07] *** Quits: vjacob (~vjacob@replaced-ip ) (Ping timeout: 240 seconds)
2993 [22:14:16] *** Joins: OS-42434 (~OS-42434@replaced-ip )
2994 [22:14:27] *** Joins: Adbray (~Adbray@replaced-ip )
2995 [22:14:27] *** Parts: OS-42434 (~OS-42434@replaced-ip ) ()
2996 [22:15:01] *** Joins: coolchris (sid256315@replaced-ip )
2997 [22:15:17] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
2998 [22:18:27] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 268 seconds)
2999 [22:18:52] <tmroland> is kde 5.14 in sid or 5.13?
3000 [22:19:42] *** Quits: mauro_ (~Mauro_Bro@replaced-ip ) (Quit: WeeChat 1.6)
3001 [22:20:03] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
3002 [22:20:35] <greycat> If you can figure out the package name that would have the "kde version number" (whatever that means), you could look it up and see.
3003 [22:20:43] <greycat> ,v plasma-framework
3004 [22:20:45] <judd> Package: plasma-framework on amd64 -- stretch: 5.28.0-2; buster: 5.49.0-1; sid: 5.51.0-1
3005 [22:21:24] <jelly> tmroland, replaced-url
3006 [22:21:42] *** Quits: allorder (~allorder@replaced-ip ) (Remote host closed the connection)
3007 [22:22:34] <tmroland> still cant figure it out
3008 [22:22:37] *** Quits: D|nA (~deb@replaced-ip ) (Remote host closed the connection)
3009 [22:22:41] <tmroland> gues ill try updating to sid
3010 [22:22:43] <tmroland> and see if theres anyhting
3011 [22:22:52] *** ziti is now known as notfelda
3012 [22:22:54] *** Joins: Gurty (~princess@replaced-ip )
3013 [22:22:54] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
3014 [22:22:54] *** Joins: Gurty (~princess@replaced-ip )
3015 [22:22:55] <jelly> there is no "kde version" any more
3016 [22:23:28] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Ping timeout: 264 seconds)
3017 [22:23:34] *** Joins: D|nA (~deb@replaced-ip )
3018 [22:23:35] *** Quits: D|nA (~deb@replaced-ip ) (Changing host)
3019 [22:23:35] *** Joins: D|nA (~deb@replaced-ip )
3020 [22:24:00] <greycat> The plasma-framework version number seems somewhat important, as far as I can tell.
3021 [22:24:02] *** debhelper sets mode: +l 1398
3022 [22:24:04] <jelly> there's kde apps, and plasma, and kde framework whatever that is
3023 [22:24:59] <tmroland> plasma 5.14 then
3024 [22:25:03] <tmroland> is what i meant
3025 [22:25:05] *** Joins: piercedwater (~piercedwa@replaced-ip )
3026 [22:25:24] <greycat> which package is that?
3027 [22:25:25] <joepublic> There used to be something called the "K Desktop Environment" but that made too much sense so now there isn't.
3028 [22:25:35] *** Joins: monstar_ (~mitya@replaced-ip )
3029 [22:25:37] *** Quits: D|nA (~deb@replaced-ip ) (Client Quit)
3030 [22:25:45] <jelly> ,v plasma-desktop
3031 [22:25:46] <judd> Package: plasma-desktop on amd64 -- wheezy: 4:4.8.4-6; jessie: 4:4.11.13-2; stretch: 4:5.8.6-1; buster: 4:5.13.5-1+b1; sid: 4:5.13.5-1+b1
3032 [22:26:00] <jelly> 5.13.5 does not sound like 5.14, so no
3033 [22:26:39] <greycat> !install kde
3034 [22:26:40] <dpkg> The 'kde-standard' package gets you the common set-up, 'kde-plasma-desktop' and 'kde-plasma-netbook' provide minimal KDE 4 setups with respective flavouring, and 'kde-full' installs everything KDE 4. To install using Debian-Installer (if not using KDE CD-1): from the 'Software selection' dialog, choose "KDE" (use space bar to toggle selections), then "Continue".
3035 [22:26:53] * greycat wonders how wrong that one is
3036 [22:27:13] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 252 seconds)
3037 [22:27:14] *** Quits: NerdTheThird (~NerdTheTh@replaced-ip ) (Quit: NerdTheThird)
3038 [22:27:17] <jelly> those metapackages probably still exist
3039 [22:27:34] <jelly> even if KDE 4 isn't a thing
3040 [22:27:53] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無æ¢å¢ƒçš„神奇)
3041 [22:28:07] *** Quits: LtL (~ltl@replaced-ip ) (Quit: LtL)
3042 [22:28:19] <tmroland> yea
3043 [22:28:20] <tmroland> seems not
3044 [22:28:24] <tmroland> anyway
3045 [22:28:26] <tmroland> gnome ftw for me
3046 [22:29:03] <spackle259> tmroland: been using gnome for past 6 months till about a week started trying kde
3047 [22:29:15] <spackle259> tmroland: its actually pretty cool..(lightweight)
3048 [22:29:22] *** Joins: wall4ss (~smuxi@replaced-ip )
3049 [22:29:25] <tmroland> im trying it in boxes now
3050 [22:29:27] <tmroland> on a buster vm
3051 [22:29:30] <tmroland> seems nice
3052 [22:29:39] <tmroland> but when i look back at my gnome 3.30.2 on sid i like it more
3053 [22:29:57] <joepublic> I tried lxqt thinking that sounded like a "kde light"; even though it isn't exactly, I liked it enough to keep using it.
3054 [22:29:58] <tmroland> maybe cause i customized it way i like it
3055 [22:33:36] *** Joins: Drashta (~Drashta@replaced-ip )
3056 [22:33:52] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 268 seconds)
3057 [22:37:23] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Read error: Connection reset by peer)
3058 [22:37:49] *** Joins: sanches (~sanches@replaced-ip )
3059 [22:38:32] *** Joins: pringau (~pringau@replaced-ip )
3060 [22:39:46] *** Joins: b17 (~petdark@replaced-ip )
3061 [22:39:49] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
3062 [22:39:51] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
3063 [22:40:19] *** Joins: grobi (~rtng@replaced-ip )
3064 [22:40:44] *** Joins: Namarrgon (~glei@replaced-ip )
3065 [22:41:02] *** Parts: b17 (~petdark@replaced-ip ) ()
3066 [22:41:57] *** Quits: joepublic (~joe@replaced-ip ) (Remote host closed the connection)
3067 [22:42:31] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 260 seconds)
3068 [22:43:32] *** Joins: ron-slc (~Ron@replaced-ip )
3069 [22:43:38] *** Quits: retrop99 (~retrop99@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3070 [22:43:39] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.2)
3071 [22:44:24] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
3072 [22:45:45] *** Joins: allorder (~allorder@replaced-ip )
3073 [22:45:52] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
3074 [22:46:20] *** Joins: voidSurfr (~voidSurfr@replaced-ip )
3075 [22:47:02] *** Joins: cerenous (~cerenous@replaced-ip )
3076 [22:47:20] *** Joins: sikun (~David@replaced-ip )
3077 [22:48:23] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
3078 [22:48:56] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
3079 [22:49:46] *** Quits: tikund (~David@replaced-ip ) (Ping timeout: 252 seconds)
3080 [22:50:38] *** Joins: mtn (~mtn@replaced-ip )
3081 [22:51:23] *** Quits: P1ersson_ (~P1ersson@replaced-ip ) (Quit: Älska inte din nästa, älska den du har)
3082 [22:53:09] *** Quits: cerenous (~cerenous@replaced-ip ) (Ping timeout: 252 seconds)
3083 [22:54:01] *** debhelper sets mode: +l 1392
3084 [22:55:27] *** Quits: NeoZed (~ursu@replaced-ip ) (Ping timeout: 240 seconds)
3085 [22:55:30] *** Joins: DrWatson (~DrWatson_@replaced-ip )
3086 [22:56:22] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 252 seconds)
3087 [22:56:25] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
3088 [22:56:55] *** Quits: towo_nb (~towo@replaced-ip ) (Quit: Leaving)
3089 [22:57:41] *** Joins: Adbray (~Adbray@replaced-ip )
3090 [22:57:47] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
3091 [22:58:08] *** Joins: semeion (~semeion@replaced-ip )
3092 [22:59:50] *** Joins: cerenous (~cerenous@replaced-ip )
3093 [23:00:11] *** Joins: thatpythonguy (~john@replaced-ip )
3094 [23:00:20] *** Quits: riex (riex@replaced-ip ) (Ping timeout: 272 seconds)
3095 [23:00:23] *** Joins: peppet (~peppet@replaced-ip )
3096 [23:00:41] *** Joins: Brigo_ (~Brigo@replaced-ip )
3097 [23:00:42] *** Joins: riex (riex@replaced-ip )
3098 [23:01:39] *** Joins: annadane (~annadane@replaced-ip )
3099 [23:03:57] *** Joins: feneco (uid135851@replaced-ip )
3100 [23:04:28] *** Joins: astrofog (~astrofog@replaced-ip )
3101 [23:04:37] *** Joins: cef (~cef@replaced-ip )
3102 [23:05:05] *** Quits: Li (~fwz@replaced-ip ) (Quit: leaving)
3103 [23:07:27] *** Joins: altendky (uid135382@replaced-ip )
3104 [23:07:32] *** Joins: bapophis_ (~belethapo@replaced-ip )
3105 [23:07:42] *** Quits: peppet (~peppet@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
3106 [23:08:02] <annadane> do flatpaks have their own configuration files in their own seperate places so they don't interfere with dot files in the home directory?
3107 [23:09:36] *** Quits: vidarr (~vidr@replaced-ip ) (Quit: leaving)
3108 [23:09:43] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
3109 [23:10:29] *** Joins: hph^ (hph@replaced-ip )
3110 [23:11:55] *** Quits: mftech (~mftech@replaced-ip ) (Quit: Leaving)
3111 [23:11:56] <annadane> well
3112 [23:12:01] <annadane> i guess i've installed them system-wide
3113 [23:12:02] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: nibble_zero)
3114 [23:12:08] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 245 seconds)
3115 [23:12:11] <annadane> so yeah, i answered my own question
3116 [23:12:19] <altendky> i'm running debian off a 256gb (m.2) ssd. i've got a 512 to swap in but i haven't done this with lvm before. can i just boot from something else, dd across, boot the new drive and use lvm to resize it up? or is the swap process different when using lvm.
3117 [23:12:19] *** Joins: mftech (~mftech@replaced-ip )
3118 [23:15:03] *** Joins: terr__ (~terr@replaced-ip )
3119 [23:18:11] *** Quits: terr_ (~terr@replaced-ip ) (Ping timeout: 244 seconds)
3120 [23:18:17] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
3121 [23:18:17] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3122 [23:18:41] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
3123 [23:18:53] *** Joins: a_l_b (~a_l_b@replaced-ip )
3124 [23:20:22] *** Quits: jeddi (~jedd@replaced-ip ) (Quit: Konversation terminated!)
3125 [23:21:06] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
3126 [23:21:19] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
3127 [23:21:19] <BCMM> jelly: the metapackages still exist, and they install Plasma 5/KF5 (even on stable)
3128 [23:22:16] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
3129 [23:22:35] *** Joins: vivid (~ViViD@replaced-ip )
3130 [23:22:38] *** Joins: pringau (~pringau@replaced-ip )
3131 [23:22:58] *** Quits: bapophis_ (~belethapo@replaced-ip ) (Ping timeout: 245 seconds)
3132 [23:23:23] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
3133 [23:24:25] *** Joins: tikun (~David@replaced-ip )
3134 [23:27:10] *** Quits: dethos_ (~dethos@replaced-ip ) (Ping timeout: 252 seconds)
3135 [23:27:13] *** Joins: dez (uid92154@replaced-ip )
3136 [23:27:42] *** Quits: sikun (~David@replaced-ip ) (Ping timeout: 252 seconds)
3137 [23:28:21] *** Joins: tikund (~David@replaced-ip )
3138 [23:29:42] *** Brigo_ is now known as Brigo
3139 [23:30:28] *** Quits: tikun (~David@replaced-ip ) (Ping timeout: 252 seconds)
3140 [23:30:32] *** Quits: feneco (uid135851@replaced-ip ) ()
3141 [23:31:35] *** Joins: bapophis (~belethapo@replaced-ip )
3142 [23:32:12] *** Joins: ogre14t (~ogre14t@replaced-ip )
3143 [23:32:30] *** Joins: joepublic (~joe@replaced-ip )
3144 [23:32:32] *** Quits: ogre14t (~ogre14t@replaced-ip ) (Max SendQ exceeded)
3145 [23:33:00] *** Joins: ogre14t (~ogre14t@replaced-ip )
3146 [23:33:46] *** Quits: tikund (~David@replaced-ip ) (Ping timeout: 252 seconds)
3147 [23:33:58] *** Joins: daniel-s (~daniel-s@replaced-ip )
3148 [23:34:32] *** Joins: wall4ss (~smuxi@replaced-ip )
3149 [23:34:34] *** Quits: astrofog (~astrofog@replaced-ip ) (Remote host closed the connection)
3150 [23:35:28] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 245 seconds)
3151 [23:38:10] *** Quits: bapophis (~belethapo@replaced-ip ) (Ping timeout: 252 seconds)
3152 [23:38:47] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
3153 [23:40:08] *** Joins: diniwed (~gavron@replaced-ip )
3154 [23:41:05] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 268 seconds)
3155 [23:41:43] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
3156 [23:42:13] *** Joins: darkghost7 (~darkghost@replaced-ip )
3157 [23:44:03] *** Quits: k-man (~jason@replaced-ip ) (Changing host)
3158 [23:44:03] *** Joins: k-man (~jason@replaced-ip )
3159 [23:44:10] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 268 seconds)
3160 [23:46:06] *** Joins: Mathisen_ (~Mathisen@replaced-ip )
3161 [23:46:28] *** Quits: Mathisen (~Mathisen@replaced-ip ) (Read error: Connection reset by peer)
3162 [23:47:03] *** Parts: Mathisen_ (~Mathisen@replaced-ip ) ()
3163 [23:48:11] <agio> has anyone else run into dependency problems when updating python-* packages published to stretch's security repo ?
3164 [23:48:15] *** Joins: Mathisen (~Mathisen@replaced-ip )
3165 [23:48:57] *** Joins: ae-35 (~ae-35@replaced-ip )
3166 [23:49:06] <themill> no
3167 [23:49:45] <joepublic> probably not on stable, anyway.
3168 [23:51:11] <agio> im trying to learn about dependency "relationships" etc - but its very complex. I'm thinking of just leaving those packages at their current version, its not ideal for security
3169 [23:51:21] <themill> !bat
3170 [23:51:21] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
3171 [23:51:39] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
3172 [23:52:03] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3173 [23:52:47] <agio> ok , I should be able to get that data
3174 [23:53:35] <agio> question is: how can I list those packages which have pending newer versions available from security archive?
3175 [23:53:45] <themill> why do you need to?
3176 [23:53:56] *** Quits: k-man (~jason@replaced-ip ) (Quit: WeeChat 2.2)
3177 [23:54:02] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
3178 [23:54:16] <agio> to run `apt-cache policy pkg1 pkg2 ' etc...
3179 [23:54:20] <themill> (apt list --upgradable; but that's not needed for what dpkg asked for)
3180 [23:54:30] <themill> you already know the problematic packages
3181 [23:54:37] *** Joins: k-man (~jason@replaced-ip )
3182 [23:54:44] *** Quits: k-man (~jason@replaced-ip ) (Client Quit)
3183 [23:54:58] <agio> they are in aptitude - not easy to copy them to a pastebin
3184 [23:55:15] <agio> aptitude TUI I mean
3185 [23:55:33] *** Joins: k-man (~jason@replaced-ip )
3186 [23:56:22] <zerocool> hey dudes anyone know about nginx have a quick question
3187 [23:56:34] *** Quits: jdw4000 (~jon@replaced-ip ) (Read error: Connection reset by peer)
3188 [23:56:51] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
3189 [23:57:08] *** Quits: k-man (~jason@replaced-ip ) (Changing host)
3190 [23:57:08] *** Joins: k-man (~jason@replaced-ip )
3191 [23:57:16] <Mathisen> zerocool, better to just ask the question directly
3192 [23:57:16] <zerocool> basically if i use basic auth on location / but then want to allow specific sub-locations say /someplace/whatever.php open to intranet, is that possible?
3193 [23:57:21] <zerocool> ^
3194 [23:58:34] <zerocool> so replaced-url
3195 [23:58:37] <agio> zerocool: should be - as the sub-location will be a higher "specificity" match
3196 [23:59:05] *** Quits: k-man (~jason@replaced-ip ) (Client Quit)
3197 [23:59:19] <zerocool> ah, cool, that's kinda what i was hoping
3198 [23:59:25] <zerocool> thanks agio i'll give it a go and see
3199 [23:59:46] <agio> zerocool: I think priority is ^regex$, /longer/prefix, /prefix
3200 [23:59:47] *** Joins: k-man (~jason@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