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:42] <donoban> Hi, I'm on a fresh Debian install trying to import some VMs, I'm getting this error when I try to boot one: error: internal error: process exited while connecting to monitor: Could not access KVM kernel module: Permission denied
1 [00:00:43] <donoban>
2 [00:00:59] *** Quits: fradd (~fradd@replaced-ip ) (Disconnected by services)
3 [00:01:08] *** fraddd is now known as fradd
4 [00:01:16] *** Quits: fradd (~fradd@replaced-ip ) (Changing host)
5 [00:01:16] *** Joins: fradd (~fradd@replaced-ip )
6 [00:01:24] <donoban> does anyone know what should I do?
7 [00:01:33] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
8 [00:02:38] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
9 [00:03:15] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 276 seconds)
10 [00:04:15] *** Joins: methyl (~methyl@replaced-ip )
11 [00:04:18] *** Quits: Bitnotri_ (~Bitnotri@replaced-ip ) (Quit: Leaving)
12 [00:04:33] <rudi_s> donoban: Which program are you using? But the error message says it all, you can't access the kvm kernel module. This could either mean /dev/kvm or maybe loading the kvm module.
13 [00:05:05] <donoban> libvirt / qemu
14 [00:06:15] <teraflops> donoban: try adding your user to kvm group
15 [00:06:43] <donoban> it's already, I think libvirt is running qemu as nobody
16 [00:06:46] <donoban> I'm gonna check it
17 [00:07:08] *** Joins: AimHere (~bod@replaced-ip )
18 [00:08:04] *** Quits: __jwe__ (~jwe@replaced-ip ) (Quit: Leaving)
19 [00:08:11] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
20 [00:08:25] *** Joins: maddawg (~maddawg@replaced-ip )
21 [00:08:55] *** Joins: sm4sh (~smash@replaced-ip )
22 [00:09:17] *** Joins: iflema (~ian@replaced-ip )
23 [00:09:33] *** Quits: l0rdPE (~l0rdPE@replaced-ip ) (Read error: Connection reset by peer)
24 [00:10:35] *** Joins: l0rdPE (~l0rdPE@replaced-ip )
25 [00:10:50] <teraflops> /etc/libvirt/qemu.conf has the group
26 [00:11:32] <donoban> ok, let my try
27 [00:11:35] <donoban> me*
28 [00:11:52] *** Quits: maddawg1 (~maddawg@replaced-ip ) (Ping timeout: 272 seconds)
29 [00:12:09] <donoban> I changed it to KVM and restarted the libvirtd service, it didn't help
30 [00:12:14] *** Joins: JiiKoo (~dant@replaced-ip )
31 [00:12:30] <teraflops> donoban: changed what
32 [00:12:41] <donoban> the group
33 [00:12:48] *** Joins: hackp (~hackp@replaced-ip )
34 [00:12:49] <teraflops> which one was there?
35 [00:13:00] <teraflops> in /etc/libvirt/qemu.conf
36 [00:13:38] <donoban> it was commented
37 [00:13:38] *** Quits: yokel (~yokel@replaced-ip ) (Ping timeout: 250 seconds)
38 [00:13:39] *** Quits: lesik (~lesik@replaced-ip ) (Ping timeout: 264 seconds)
39 [00:13:46] *** Quits: genpaku (~genpaku@replaced-ip ) (Ping timeout: 272 seconds)
40 [00:13:51] <donoban> #group = "root"
41 [00:14:18] *** Joins: yokel (~yokel@replaced-ip )
42 [00:14:30] *** Joins: genpaku (~genpaku@replaced-ip )
43 [00:14:31] *** Joins: Brigo (~Brigo@replaced-ip )
44 [00:14:46] <donoban> I changed user to root and now works
45 [00:15:03] <donoban> probably it's less secure
46 [00:15:17] <teraflops> are you sure there wasn't any other group commented out?
47 [00:16:01] <teraflops> also we were talking about the group not the user
48 [00:16:02] <donoban> yes, there isn't
49 [00:16:15] <donoban> all the file is commented
50 [00:16:26] *** Joins: Nyctophilia (~IamHereFo@replaced-ip )
51 [00:16:27] <donoban> but now works, I will investigate it more tomorrow
52 [00:16:51] <rudi_s> donoban: Don't do that, use group = kvm!
53 [00:16:54] *** Joins: Guest54832 (~guest@replaced-ip )
54 [00:17:08] <teraflops> group kvm works for me, and user commented out, running virt-manager with my user
55 [00:17:09] <rudi_s> (User libvirt-qemu should be the default.)
56 [00:17:16] <donoban> Ive tried...
57 [00:17:18] <teraflops> and yeah root is not a good idea
58 [00:17:22] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Remote host closed the connection)
59 [00:17:25] <teraflops> try harder! ;P
60 [00:17:30] <rudi_s> Yeah ;-)
61 [00:17:35] *** Joins: Ticho (~Ticho@replaced-ip )
62 [00:17:38] <rudi_s> Running kvm as root is really a bad idea.
63 [00:17:41] <donoban> crw-------+ 1 root kvm 10, 232 jul 16 21:32 /dev/kvm
64 [00:17:48] *** Quits: Kenrin (~kenrin@replaced-ip ) (Read error: Connection reset by peer)
65 [00:17:51] <donoban> is this ok?
66 [00:18:02] <rudi_s> donoban: No. Should be crw-rw---- 1 root kvm 10, 232 Jun 29 22:24 /dev/kvm
67 [00:18:09] <teraflops> donoban: ^
68 [00:18:12] *** Joins: Kenrin (~kenrin@replaced-ip )
69 [00:18:18] <donoban> so something it's wrong, it's a fresh install
70 [00:18:51] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Ping timeout: 276 seconds)
71 [00:19:03] *** Quits: Wyzard (~mike@replaced-ip ) (Ping timeout: 240 seconds)
72 [00:19:03] *** Quits: bipolar (~bipolar@replaced-ip ) (Ping timeout: 264 seconds)
73 [00:19:03] *** Quits: blackwell (~blackwell@replaced-ip ) (Ping timeout: 264 seconds)
74 [00:19:23] *** Joins: Starduster (~guest@replaced-ip )
75 [00:19:31] *** Joins: Wyzard (~mike@replaced-ip )
76 [00:19:33] <teraflops> donoban: so groups shows kvm for your user?
77 [00:19:48] *** Joins: hanasaki (~hanasaki@replaced-ip )
78 [00:20:02] <teraflops> `groups` or `id`
79 [00:20:03] *** Quits: Starduster_ (~guest@replaced-ip ) (Ping timeout: 240 seconds)
80 [00:20:12] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
81 [00:20:22] <donoban> uhM no
82 [00:20:25] <teraflops> ^
83 [00:20:33] <donoban> need logout/login
84 [00:20:34] <donoban> now yes
85 [00:20:39] *** Joins: sm4sh (~smash@replaced-ip )
86 [00:20:40] *** Joins: blackwell (~blackwell@replaced-ip )
87 [00:20:51] <donoban> but how I fix /dev/kvm permission?
88 [00:20:57] <teraflops> give a try again
89 [00:21:01] *** Joins: bipolar (~bipolar@replaced-ip )
90 [00:21:25] *** Quits: cyan__ (~cyan@replaced-ip ) (Quit: For unknown reasons the First International Convention of the Unlucky has not started for the last eight weeks.)
91 [00:22:03] *** Quits: Guest54832 (~guest@replaced-ip ) (Ping timeout: 240 seconds)
92 [00:22:10] <teraflops> nah, set the group in /etc/libvirt/qemu.conf and comment out the user=root
93 [00:22:26] <donoban> ok
94 [00:23:15] *** Joins: careta (~botto@replaced-ip )
95 [00:23:24] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (Ping timeout: 276 seconds)
96 [00:24:06] <rudi_s> ...
97 [00:24:12] <donoban> failed to initialize KVM: Permission denied
98 [00:24:26] <teraflops> did you restart libvirt service?
99 [00:24:33] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Remote host closed the connection)
100 [00:24:34] <jmcnaught> you don't need to be in the kvm group to use libvirt/kvm on wheezy or jessie
101 [00:24:38] <donoban> yes, if don't it will be running as root
102 [00:25:02] <jmcnaught> donoban: is virtualization disabled in your BIOS? anything from "dmesg | grep -i kvm" ?
103 [00:25:12] <teraflops> jmcnaught: runs as root ^
104 [00:26:10] <donoban> :~$ dmesg | grep -i kvm
105 [00:26:10] <donoban> [ 9790.614121] kvm: zapping shadow pages for mmio generation wraparound
106 [00:26:10] <donoban> [ 9797.403607] kvm [9335]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
107 [00:26:19] <donoban> it was running fine with ubuntu and alpinelinux
108 [00:26:48] <donoban> i think the problem is with the /dev/kvm permissions
109 [00:27:01] <jmcnaught> on Debian you install libvirt, add your user to the libvirt group, and then you can control libvirtd with virsh or virt-manager
110 [00:27:13] <jmcnaught> the package handles permissions
111 [00:27:35] <donoban> do you use it? could you check /dev/kvm permissions?
112 [00:28:15] <jmcnaught> donoban: crw-rw----+ 1 root kvm 10, 232 Jul 5 00:12 /dev/kvm
113 [00:28:33] <donoban> mine: crw-------+ 1 root kvm 10, 232 jul 16 21:32 /dev/kvm
114 [00:28:49] <jmcnaught> donoban: are you on jessie?
115 [00:28:52] <donoban> yes
116 [00:28:53] *** Joins: _Sucks (~Sucks@replaced-ip )
117 [00:29:11] <donoban> I think it's wrong but I don't think chmod it it's the right solution
118 [00:29:27] *** Quits: edgrey (~edgrey@replaced-ip ) (Remote host closed the connection)
119 [00:29:28] *** Joins: jfdh (~jfdh@replaced-ip )
120 [00:29:38] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
121 [00:29:45] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
122 [00:30:00] <jmcnaught> donoban: i've never needed to chmod /dev/kvm or edit files in /etc/libvirt to get it working. Are you a member of the libvirt group? What does "systemctl status libvirtd" say? How are you starting the VM?
123 [00:30:34] *** Joins: nomasteryoda (~nomastery@replaced-ip )
124 [00:30:56] <prussian> remember you have to logout, log back in after you add/remove user groups
125 [00:31:00] <donoban> it's active(running), do you want a paste?
126 [00:31:16] <donoban> $ groups
127 [00:31:16] <donoban> donoban cdrom floppy audio dip video plugdev netdev scanner libvirt kvm
128 [00:31:18] *** Quits: nomasteryoda (~nomastery@replaced-ip ) (Remote host closed the connection)
129 [00:31:53] *** Quits: AngeFede (~f3d3@replaced-ip ) (Quit: Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.)
130 [00:32:05] <jmcnaught> donoban: is this proxmox?
131 [00:32:18] <donoban> no no, debian jessie on baremetal
132 [00:33:31] <jmcnaught> donoban: do you have a paste of the command you use to start the VM, and the error output? Have you looked at "journalctl -u libvirtd -b" ?
133 [00:34:00] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 246 seconds)
134 [00:34:05] <donoban> let me check
135 [00:34:35] <donoban> No journal files were found.
136 [00:35:05] <jmcnaught> donoban: use journalctl as root, or as a member of the adm group (with persistent journals enabled)
137 [00:35:48] *** Quits: oll (~slack@replaced-ip ) (Quit: BitchX-1.2-final -- just do it.)
138 [00:36:17] <donoban> uhM, there are complains about permission denied to KVM kernel module
139 [00:36:18] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Remote host closed the connection)
140 [00:36:48] <donoban> I need to start some of them, I'm gonna chmod /dev/kvm and tomorrow I will continue investigating
141 [00:36:57] <jmcnaught> donoban: i've seen that happen for people before and virtualization support was disabled in their BIOS
142 [00:37:01] *** TomTomTo1 is now known as TomTomTosch
143 [00:37:02] *** Quits: Dinux (~Yorick@replaced-ip ) (Ping timeout: 250 seconds)
144 [00:37:10] *** Quits: iflema (~ian@replaced-ip ) ()
145 [00:37:56] <donoban> :\ that would be very strange
146 [00:38:06] <donoban> but I will check
147 [00:38:18] *** Joins: SPF|Cloud (uid11755@replaced-ip )
148 [00:38:38] *** Quits: marvn (~marvn@replaced-ip ) (Quit: Konversation terminated!)
149 [00:38:44] <donoban> oh :\
150 [00:38:58] *** Joins: easyshekels (~easysheke@replaced-ip )
151 [00:39:51] *** Joins: nomasteryoda (~nomastery@replaced-ip )
152 [00:40:23] *** Quits: biberu (~biberu@replaced-ip ) ()
153 [00:40:59] <donoban> it also complains about kvm permissions after chmod it
154 [00:41:10] <donoban> Ive swtiched to root again and works
155 [00:41:18] <donoban> I will try to fix it tomorrow, ty for your help guys
156 [00:42:22] *** Joins: mcaveira (5f5afb9c@replaced-ip )
157 [00:42:46] <jmcnaught> it could just be how you're starting the VM. are you using libvirt, or running qemu directly?
158 [00:42:57] *** Quits: factor (~factor@replaced-ip ) (Quit: Leaving)
159 [00:43:00] <donoban> virsh start VM
160 [00:44:46] *** Quits: nomasteryoda (~nomastery@replaced-ip ) (Quit: Leaving)
161 [00:45:05] *** Quits: Hozy (~hozy@replaced-ip ) ()
162 [00:45:15] *** Joins: nomasteryoda (~nomastery@replaced-ip )
163 [00:45:25] *** Quits: mcaveira (5f5afb9c@replaced-ip ) (Client Quit)
164 [00:47:15] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
165 [00:47:28] *** Quits: nomasteryoda (~nomastery@replaced-ip ) (Client Quit)
166 [00:47:33] *** Quits: Queenslayer (~Queenslay@replaced-ip ) (Quit: Leaving)
167 [00:47:34] <jmcnaught> do other virsh commands work?
168 [00:47:38] *** Joins: fossrox (~fossrox@replaced-ip )
169 [00:48:00] *** debhelper sets mode: +l 1642
170 [00:48:10] *** Joins: johnkeates (~johnkeate@replaced-ip )
171 [00:48:24] <donoban> running as root (/etc/...../qemu.conf user= root) all runs fine, but I can't do other thing now, it's too alte
172 [00:48:32] <donoban> late, I will continue tomorrow
173 [00:48:37] *** Joins: dethos (~dethos@replaced-ip )
174 [00:49:02] *** Joins: factor (~factor@replaced-ip )
175 [00:49:09] *** Quits: easyshekels (~easysheke@replaced-ip ) (Remote host closed the connection)
176 [00:49:16] <jmcnaught> donoban: good luck. libvirt on Debian is normally pretty easy
177 [00:49:24] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
178 [00:49:52] *** Quits: Specialist (~tg@replaced-ip ) (Ping timeout: 272 seconds)
179 [00:49:52] *** Quits: ZitZ (~paul@replaced-ip ) (Quit: WeeChat 1.5)
180 [00:50:08] <donoban> hehe, ty I hope it will be running as it should soon
181 [00:50:53] *** Joins: kebabspion (~snowing@replaced-ip )
182 [00:51:48] *** Quits: kebabspion (~snowing@replaced-ip ) (Client Quit)
183 [00:52:03] *** Quits: Wizek (~Wizek@replaced-ip ) (Ping timeout: 240 seconds)
184 [00:52:03] *** Quits: l0rdPE (~l0rdPE@replaced-ip ) (Ping timeout: 264 seconds)
185 [00:52:03] *** Quits: Noah0504 (~noah@replaced-ip ) (Ping timeout: 264 seconds)
186 [00:52:21] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
187 [00:53:16] *** Joins: l0rdPE (~l0rdPE@replaced-ip )
188 [00:53:16] *** Joins: kebabspion (~snowing@replaced-ip )
189 [00:53:24] *** Joins: shootbird (~quassel@replaced-ip )
190 [00:53:30] *** Joins: Noah0504 (~noah@replaced-ip )
191 [00:54:48] *** Joins: amcorreia (~amcorreia@replaced-ip )
192 [00:55:19] *** Quits: Starkythefox (~Starky@replaced-ip ) (Quit: WeeChat 1.5)
193 [00:57:21] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
194 [00:57:45] *** Joins: sm4sh (~smash@replaced-ip )
195 [00:58:39] *** Quits: Sucks (~Sucks@replaced-ip ) (Ping timeout: 264 seconds)
196 [01:00:15] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
197 [01:01:34] *** Quits: curtis22 (~curtis@replaced-ip ) (Ping timeout: 258 seconds)
198 [01:02:11] *** Joins: Quatroking (~Quatrokin@replaced-ip )
199 [01:02:51] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
200 [01:03:02] *** Quits: donoban (~user@replaced-ip ) (Ping timeout: 250 seconds)
201 [01:03:39] *** Quits: aegirs (~aegirs@replaced-ip ) (Quit: Ex-Chat)
202 [01:03:48] *** Quits: fernie (~jarkko@replaced-ip ) (Ping timeout: 272 seconds)
203 [01:04:03] *** Joins: cdown_ (~cdown@replaced-ip )
204 [01:04:09] *** Quits: AimHere (~bod@replaced-ip ) (Quit: Leaving)
205 [01:05:11] *** Joins: mastokley (~mastokley@replaced-ip )
206 [01:05:24] *** Joins: fernie (~jarkko@replaced-ip )
207 [01:12:21] *** Joins: frostschutz (~frostschu@replaced-ip )
208 [01:12:48] *** Joins: batsoup (~abc@replaced-ip )
209 [01:13:11] *** Quits: gvvg (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.92 [Firefox 47.0/20160604131506])
210 [01:13:48] *** Quits: B[]rG (~Borg@replaced-ip ) (Read error: Connection reset by peer)
211 [01:13:54] *** Quits: Kyokushin (~Kyokushin@replaced-ip ) (Ping timeout: 244 seconds)
212 [01:14:03] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
213 [01:14:08] *** Joins: B[]rG (~Borg@replaced-ip )
214 [01:14:44] *** Quits: methyl (~methyl@replaced-ip ) (Ping timeout: 250 seconds)
215 [01:14:53] *** Joins: curtis22 (~curtis@replaced-ip )
216 [01:16:42] *** Joins: awal1_ (~awal1@replaced-ip )
217 [01:17:11] *** Quits: h1t3sh (~hitesh@replaced-ip ) (Ping timeout: 240 seconds)
218 [01:18:09] *** Joins: sm4sh (~smash@replaced-ip )
219 [01:18:48] *** Quits: awal1 (~awal1@replaced-ip ) (Ping timeout: 246 seconds)
220 [01:20:48] *** Quits: panser (~panser@replaced-ip ) (Ping timeout: 250 seconds)
221 [01:21:09] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
222 [01:21:12] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: _/¯¯/¯`(ò_ó)´¯\¯¯\_)
223 [01:21:25] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
224 [01:22:40] *** Quits: binezap (~binezap@replaced-ip ) (Remote host closed the connection)
225 [01:23:24] *** Quits: atis (~atis@replaced-ip ) (Ping timeout: 250 seconds)
226 [01:24:14] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 244 seconds)
227 [01:24:26] *** Quits: pmarkoulidakis (~pmarkouli@replaced-ip ) ()
228 [01:25:11] *** Joins: lacsap_ (~lacsap@replaced-ip )
229 [01:25:53] *** Quits: fradd (~fradd@replaced-ip ) (Read error: Connection reset by peer)
230 [01:26:27] *** Quits: SCHAAP137 (~dorian@replaced-ip ) (Ping timeout: 276 seconds)
231 [01:26:55] *** Joins: chachasmooth (~chachasmo@replaced-ip )
232 [01:28:00] *** debhelper sets mode: +l 1630
233 [01:28:25] *** Quits: B[]rG (~Borg@replaced-ip ) (Remote host closed the connection)
234 [01:31:31] *** Quits: npo9 (~glen@replaced-ip ) (Ping timeout: 240 seconds)
235 [01:32:33] *** Quits: pixies (~cleyton@replaced-ip ) (Ping timeout: 240 seconds)
236 [01:34:08] <factor> I was trying to install libreplan but it borked up .. it wants package tomcat6 but debian is only sowing tomcat7 , How can I unstall it it seems stuck or install tomcat6
237 [01:34:25] <factor> I have tried aptitute and apt-get remoce and its still stuck.
238 [01:34:51] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
239 [01:34:58] *** Quits: kebabspion (~snowing@replaced-ip ) (Quit: Now, I am become Death, the destroyer of worlds)
240 [01:35:17] *** Joins: sm4sh (~smash@replaced-ip )
241 [01:37:02] <missmbob> factor: apt-get -f or dpkg --purge should do it. next time don't make a frankendebian
242 [01:37:03] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 240 seconds)
243 [01:37:09] <missmbob> !tell factor about frakendebian
244 [01:37:55] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
245 [01:38:00] *** debhelper sets mode: +l 1624
246 [01:38:28] *** Joins: kebabspion (~snowing@replaced-ip )
247 [01:39:07] *** Joins: SCHAAP137 (~dorian@replaced-ip )
248 [01:39:42] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
249 [01:40:24] *** Quits: yeticry (~yeticry@replaced-ip ) (Read error: Connection reset by peer)
250 [01:40:55] <factor> missmbob, I had tried them also.
251 [01:41:10] <factor> I can no longer install any deb packages.
252 [01:43:33] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
253 [01:43:35] <factor> I recall a way to put a package on hold and leave it alone.
254 [01:43:49] <factor> Its borked up my system big time
255 [01:43:59] <factor> just want to disable apt looking at it
256 [01:44:10] <missmbob> !tell factor about bat
257 [01:44:16] <themill> there is no way to do that; it's apt's job to do so
258 [01:44:20] <missmbob> and pastebin everything you're doing and output
259 [01:45:09] <factor> that ok I will find a way to hold the package
260 [01:45:29] <missmbob> yeah that'll fix missing tomcat6
261 [01:46:41] *** Joins: yeticry (~yeticry@replaced-ip )
262 [01:46:50] *** Joins: ungali (ungali@replaced-ip )
263 [01:48:14] *** Joins: hanfm (~Thunderbi@replaced-ip )
264 [01:48:27] *** Quits: galex|713 (~galex-713@replaced-ip ) (Ping timeout: 264 seconds)
265 [01:50:10] *** Joins: benjamin_ (~Mutter@replaced-ip )
266 [01:50:29] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
267 [01:50:58] *** Joins: methyl (~methyl@replaced-ip )
268 [01:51:27] *** Quits: benjamin_ (~Mutter@replaced-ip ) (Remote host closed the connection)
269 [01:51:46] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
270 [01:53:18] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
271 [01:53:57] *** Joins: sm4sh (~smash@replaced-ip )
272 [01:54:39] *** Joins: Ad1 (~Adrian@replaced-ip )
273 [01:57:43] *** Joins: MoonkYang (~moonkyang@replaced-ip )
274 [01:58:00] *** debhelper sets mode: +l 1630
275 [01:58:39] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 264 seconds)
276 [01:59:04] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Quit: Leaving)
277 [01:59:51] *** Quits: JiiKoo (~dant@replaced-ip ) (Ping timeout: 240 seconds)
278 [02:00:45] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 244 seconds)
279 [02:00:45] *** Quits: ectospasm (~ectospasm@replaced-ip ) (Quit: WeeChat 1.0.1)
280 [02:00:54] *** Quits: raphyduck (~raph@replaced-ip ) (Ping timeout: 276 seconds)
281 [02:01:16] *** Quits: choonming (~choonming@replaced-ip ) (Quit: This computer has gone to sleep)
282 [02:01:34] *** Joins: brizz (~brizz@replaced-ip )
283 [02:01:39] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
284 [02:01:57] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Remote host closed the connection)
285 [02:02:10] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
286 [02:02:28] *** Quits: wildlander (~wild@replaced-ip ) (Quit: Saliendo)
287 [02:02:54] *** Quits: batsoup (~abc@replaced-ip ) (Quit: Leaving)
288 [02:03:05] <factor> Had to remove the /var/lib/dpkg/info/libreplan.* then force it to be removed.
289 [02:03:17] *** Joins: GeorgeJipa (~admin@replaced-ip )
290 [02:03:17] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
291 [02:03:17] *** Joins: GeorgeJipa (~admin@replaced-ip )
292 [02:03:57] *** Joins: melvin (~melvin@replaced-ip )
293 [02:05:30] *** Quits: lacsap_ (~lacsap@replaced-ip ) (Read error: Connection reset by peer)
294 [02:06:10] *** Joins: ectospasm (~ectospasm@replaced-ip )
295 [02:06:32] *** Joins: fstd_ (~fstd@replaced-ip )
296 [02:06:45] *** Joins: lacsap_ (~lacsap@replaced-ip )
297 [02:08:00] *** debhelper sets mode: +l 1623
298 [02:08:03] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 276 seconds)
299 [02:09:30] *** Quits: ungali (ungali@replaced-ip ) (Quit: ungali)
300 [02:09:37] *** Quits: c0mrad3 (uid26809@replaced-ip ) (Quit: Connection closed for inactivity)
301 [02:09:39] *** Joins: timahvo1 (~rogue@replaced-ip )
302 [02:09:49] *** Quits: ScottE (~ScottE@replaced-ip##) (Quit: ZNC - ##replaced-url
303 [02:10:34] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 258 seconds)
304 [02:10:34] *** fstd_ is now known as fstd
305 [02:10:39] *** Quits: careta (~botto@replaced-ip ) (Ping timeout: 276 seconds)
306 [02:10:40] *** Joins: Brigo (~Brigo@replaced-ip )
307 [02:11:18] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Quit: hanfm)
308 [02:11:23] *** Joins: ungali (ungali@replaced-ip )
309 [02:11:24] *** Joins: ScottE (~ScottE@replaced-ip )
310 [02:12:19] *** Quits: ungali (ungali@replaced-ip ) (Client Quit)
311 [02:12:42] *** Joins: ungali (ungali@replaced-ip )
312 [02:12:58] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
313 [02:13:50] *** Quits: Nyctophilia (~IamHereFo@replaced-ip ) (Read error: Connection reset by peer)
314 [02:14:04] *** Joins: wildlander (~wild@replaced-ip )
315 [02:14:17] *** Joins: AimHere (~bod@replaced-ip )
316 [02:14:45] *** Quits: kebabspion (~snowing@replaced-ip ) (Quit: Now, I am become Death, the destroyer of worlds)
317 [02:18:36] *** Joins: noy|b (~noyfb@replaced-ip )
318 [02:20:23] *** Quits: user123irc (~quassel@replaced-ip ) (Remote host closed the connection)
319 [02:22:06] *** Joins: lacsap__ (~lacsap@replaced-ip )
320 [02:22:37] *** Quits: jks3 (~jks3@replaced-ip ) (Ping timeout: 244 seconds)
321 [02:23:06] *** Joins: Orbinaut (~replica@replaced-ip )
322 [02:23:47] *** Quits: lacsap_ (~lacsap@replaced-ip ) (Ping timeout: 260 seconds)
323 [02:24:58] *** Joins: dreamon_ (~dreamon@replaced-ip )
324 [02:25:58] *** Parts: Orbinaut (~replica@replaced-ip )
325 [02:26:03] *** Joins: cdown (~cdown@replaced-ip )
326 [02:26:28] *** Joins: test2 (5f593eed@replaced-ip )
327 [02:26:32] *** Joins: atis (~atis@replaced-ip )
328 [02:27:03] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 240 seconds)
329 [02:27:16] <test2> what is the german, help channel on Debian? Sry my english is very bad.
330 [02:27:31] *** Joins: asterismo_l (~santiago@replaced-ip )
331 [02:28:00] *** Joins: Orbinaut (~replica@replaced-ip )
332 [02:28:12] *** Quits: Belkaar (~Belkaar@replaced-ip ) (Ping timeout: 258 seconds)
333 [02:28:33] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
334 [02:28:46] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
335 [02:29:19] *** Joins: Belkaar (~Belkaar@replaced-ip )
336 [02:31:25] <ryouma> !de
337 [02:31:26] <dpkg> Deutschsprachige Hilfe bekommt ihr in #debian.de (auf irc.oftc.net, irc.freenode.net oder irc.belwue.de) - German speaking users please go to #debian.de (on irc.oftc.net, irc.freenode.net or irc.belwue.de).
338 [02:31:29] <ryouma> test2:
339 [02:31:50] *** Joins: A2666 (~A2666@replaced-ip )
340 [02:32:05] <test2> Thx of lot?! ;)
341 [02:32:21] <chaddy> salty
342 [02:35:01] *** Joins: pencilandpaper (~penciland@replaced-ip )
343 [02:35:16] <bhurstpdx1> any useful script ideas for an amature learing the shell?
344 [02:35:56] <bhurstpdx1> nothing realated to backups though
345 [02:36:12] *** Quits: johnkeates (~johnkeate@replaced-ip ) (Quit: This computer has gone to sleep)
346 [02:36:21] <jercos> my traditional first semi-serious project in any new language, shell included, is to write an IRC bot :p
347 [02:37:35] <bhurstpdx1> 0ooo good one, thanks!
348 [02:38:01] <jercos> from a more interactive and less programmatic perspective, the "find", "grep", and "xargs" commands are incredibly flexible and useful tools. reading their man pages and practicing selecting groups of files, or files with given content can come in quite handy.
349 [02:38:24] *** Joins: otaviojr (~otaviojr@replaced-ip )
350 [02:38:37] *** Joins: socomm (~socomm@replaced-ip )
351 [02:39:19] <ryouma> also parallel
352 [02:39:34] *** Joins: johnkeates (~johnkeate@replaced-ip )
353 [02:39:41] *** Quits: atis (~atis@replaced-ip ) (Remote host closed the connection)
354 [02:39:51] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
355 [02:40:58] <Orbinaut> Is it possible to specify multiple options when running a shell script?
356 [02:41:17] *** Quits: johnkeates (~johnkeate@replaced-ip ) (Client Quit)
357 [02:42:05] *** Joins: bbabich (~bbabich@replaced-ip )
358 [02:43:09] *** Quits: bbabich_ (~bbabich@replaced-ip ) (Ping timeout: 276 seconds)
359 [02:44:27] *** Quits: lacsap__ (~lacsap@replaced-ip ) (Read error: No route to host)
360 [02:45:01] *** Joins: erm3nda (~erm3nda@replaced-ip )
361 [02:45:32] *** Quits: jsdk (~jsdk@replaced-ip ) (Quit: Konversation terminated!)
362 [02:45:54] *** Joins: lacsap_ (~lacsap@replaced-ip )
363 [02:46:22] *** Quits: penguinguru (~penguingu@replaced-ip ) (Read error: Connection reset by peer)
364 [02:47:03] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 276 seconds)
365 [02:47:06] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
366 [02:47:11] *** Joins: jsdk (~jsdk@replaced-ip )
367 [02:47:13] *** Quits: aindilis (~aindilis@replaced-ip ) (Read error: Connection reset by peer)
368 [02:47:46] *** Joins: aindilis (~aindilis@replaced-ip )
369 [02:48:05] *** Joins: tissuesamples (~ainola@replaced-ip )
370 [02:48:30] *** Quits: inex (~inex@replaced-ip ) (Quit: a bouncer quitting? this cant be good)
371 [02:48:46] <Wyzard> Orbinaut: command-line options are bound to $1, $2, etc. within the script.
372 [02:49:56] *** Joins: inex (~inex@replaced-ip )
373 [02:50:05] <jercos> there's also the bash builtin "shift" that allows for more dynamic argument consumption
374 [02:50:15] *** Joins: penguinguru (~penguingu@replaced-ip )
375 [02:50:32] <Orbinaut> I have a script with options, but maybe I implemented wrong
376 [02:51:02] *** Quits: happy-dude (uid62780@replaced-ip ) (Quit: Connection closed for inactivity)
377 [02:51:15] *** Joins: Starky (~Starky@replaced-ip )
378 [02:51:27] <Orbinaut> Right now, I have if [$1 = something] ; do something fi
379 [02:51:35] *** Joins: alexandros_c (~alexandro@replaced-ip )
380 [02:51:39] <jercos> if you're trying to implement flags, there's a builtin "getopts" documented in the bash man page...
381 [02:51:42] <jercos> oh
382 [02:51:52] <jercos> well first off [ is a command. ] should be spaced off as well.
383 [02:51:54] <missmbob> Orbinaut: ask #bash for scripting help
384 [02:52:40] *** Quits: Ad1 (~Adrian@replaced-ip ) (Ping timeout: 250 seconds)
385 [02:54:00] <Orbinaut> alright, I shall go there then, thank you
386 [02:54:02] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
387 [02:54:09] *** Parts: Orbinaut (~replica@replaced-ip )
388 [02:54:13] <socomm> Orbinaut: Yes, also check out #bash.
389 [02:54:24] *** Joins: sm4sh (~smash@replaced-ip )
390 [02:54:47] *** Quits: A2666 (~A2666@replaced-ip ) (Read error: Connection reset by peer)
391 [02:55:29] *** Quits: socomm (~socomm@replaced-ip ) (Quit: WeeChat 1.5)
392 [02:57:51] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 240 seconds)
393 [02:58:08] *** Joins: A2666 (~A2666@replaced-ip )
394 [02:58:43] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
395 [03:00:20] *** Quits: RebelCoder (~jurisl85@replaced-ip ) (Ping timeout: 272 seconds)
396 [03:00:59] *** Joins: klow (~textual@replaced-ip )
397 [03:01:36] *** Quits: DingoSaar (~hagen@replaced-ip ) (Ping timeout: 272 seconds)
398 [03:02:10] *** Joins: Ad1 (~Adrian@replaced-ip )
399 [03:02:11] *** Quits: blueness (~blueness@replaced-ip ) (Ping timeout: 240 seconds)
400 [03:02:15] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 264 seconds)
401 [03:04:09] *** mach_k_away is now known as mach_kernel
402 [03:04:28] *** Quits: Julinux (~juliosara@replaced-ip ) (Remote host closed the connection)
403 [03:05:22] *** Joins: DingoSaar (~hagen@replaced-ip )
404 [03:06:43] *** Joins: sidmo_ (~sidmo@replaced-ip )
405 [03:07:14] *** Joins: jmarcelo (~jmarcelo@replaced-ip )
406 [03:07:41] *** Joins: bollocks_k (~bollocks@replaced-ip )
407 [03:08:24] *** Joins: wobelingers (~wobelinge@replaced-ip )
408 [03:10:16] *** Quits: tissuesamples (~ainola@replaced-ip ) (Quit: leaving)
409 [03:10:33] *** Quits: sidmo (~sidmo@replaced-ip ) (Ping timeout: 240 seconds)
410 [03:11:41] *** Quits: wobeling1rs (~wobelinge@replaced-ip ) (Ping timeout: 244 seconds)
411 [03:12:12] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 246 seconds)
412 [03:13:13] *** Joins: r1v3n (~r1v3n@replaced-ip )
413 [03:13:47] *** Joins: paperd (~micas@replaced-ip )
414 [03:14:38] *** Joins: AimHere (~bod@replaced-ip )
415 [03:15:07] *** Joins: kooldavi (~kooldavi@replaced-ip )
416 [03:15:19] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
417 [03:15:20] *** Quits: vdevatman_ (d5e77deb@replaced-ip ) (Ping timeout: 250 seconds)
418 [03:15:38] *** Joins: f10_ (~flo@replaced-ip )
419 [03:16:11] *** mach_kernel is now known as mach_k_away
420 [03:16:12] *** Joins: RickXy (~zncadmin@replaced-ip )
421 [03:17:16] *** Quits: klow (~textual@replaced-ip ) (Ping timeout: 258 seconds)
422 [03:18:05] *** Quits: ungali (ungali@replaced-ip ) (Remote host closed the connection)
423 [03:18:11] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
424 [03:18:26] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Quit: Leaving)
425 [03:19:04] *** mach_k_away is now known as mach_kernel
426 [03:21:31] *** Joins: klow (~textual@replaced-ip )
427 [03:21:33] *** Joins: bollocks_k (~bollocks@replaced-ip )
428 [03:21:44] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
429 [03:24:16] *** Joins: ungali (ungali@replaced-ip )
430 [03:26:15] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 264 seconds)
431 [03:26:18] *** Quits: P6hjakonn (~Tinker@replaced-ip ) (Ping timeout: 272 seconds)
432 [03:26:24] *** Quits: altin (~altin@replaced-ip ) (Remote host closed the connection)
433 [03:26:47] *** Joins: galex|713 (~galex-713@replaced-ip )
434 [03:26:58] *** Quits: ungali (ungali@replaced-ip ) (Client Quit)
435 [03:28:19] *** Joins: MoonkYan_ (~moonkyang@replaced-ip )
436 [03:28:35] *** Joins: Wulf4 (~Wulf@replaced-ip )
437 [03:28:45] <internat> Howdy, IM wondering if there are any better alternative to showing network usage on a router than ntop?
438 [03:29:03] *** Joins: hiexpo (~hiexpo@replaced-ip )
439 [03:30:03] *** Quits: Edve (~Edve@replaced-ip ) (Ping timeout: 240 seconds)
440 [03:30:30] <test2> Can everyone "Harden" as Programm? 7.1 Das Paket harden
441 [03:30:37] *** Joins: SirShmoopy (~yshi@replaced-ip )
442 [03:30:46] *** Quits: A2666 (~A2666@replaced-ip ) (Read error: Connection reset by peer)
443 [03:31:14] <hiexpo> !harden
444 [03:31:14] <dpkg> To secure and harden a Debian GNU/Linux system, ask me about <securing debian> and <security>. See also <security backports>, <tracker of doom>, <d:sbd>, <grsecurity>, <exec shield>.
445 [03:31:18] *** Quits: awal1_ (~awal1@replaced-ip ) (Quit: Leaving)
446 [03:31:26] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
447 [03:31:26] *** Wulf4 is now known as Wulf
448 [03:31:46] *** Joins: A2666 (~A2666@replaced-ip )
449 [03:32:05] *** Joins: Ad1_RN (~Adrian@replaced-ip )
450 [03:32:47] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
451 [03:32:52] *** Joins: f10__ (~flo@replaced-ip )
452 [03:33:01] *** Joins: ungali (ungali@replaced-ip )
453 [03:33:01] *** Quits: ungali (ungali@replaced-ip ) (Changing host)
454 [03:33:01] *** Joins: ungali (ungali@replaced-ip )
455 [03:33:22] <test2> Debian security ok, have you this only english or in german?
456 [03:33:24] *** Joins: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip )
457 [03:33:40] <hiexpo> !gm
458 [03:33:40] <dpkg> gm is, like, Gambia
459 [03:33:46] <hiexpo> oh
460 [03:33:55] *** Quits: Ad1 (~Adrian@replaced-ip ) (Ping timeout: 252 seconds)
461 [03:34:09] <test2> Gambia?
462 [03:34:23] <hiexpo> oops sorry test2
463 [03:34:29] <test2> ;)
464 [03:34:30] *** Joins: pencilandpaper (~penciland@replaced-ip )
465 [03:34:48] <hiexpo> ! german
466 [03:34:48] <dpkg> Deutschsprachige Hilfe bekommt ihr in #debian.de (auf irc.oftc.net, irc.freenode.net oder irc.belwue.de) - German speaking users please go to #debian.de (on irc.oftc.net, irc.freenode.net or irc.belwue.de).
467 [03:35:03] *** Quits: noy|b (~noyfb@replaced-ip ) (Remote host closed the connection)
468 [03:35:30] *** Quits: ungali (ungali@replaced-ip ) (Client Quit)
469 [03:36:17] *** Joins: teage (~teage@replaced-ip )
470 [03:36:17] *** Joins: veebull_ (~veebull@replaced-ip )
471 [03:36:21] <hiexpo> test2, you can install it in german
472 [03:36:27] *** Quits: _Sucks (~Sucks@replaced-ip ) (Ping timeout: 264 seconds)
473 [03:36:30] *** Quits: hyfrehyfrehyfre (~hyfrehyfr@replaced-ip ) (Ping timeout: 244 seconds)
474 [03:36:44] <test2> yes, in this channel i use. In this channel all user Sleep ;) This my Problem ;)
475 [03:36:51] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
476 [03:37:18] <hiexpo> oh you speak english though no? test2
477 [03:37:20] *** Joins: sm4sh (~smash@replaced-ip )
478 [03:37:39] <hiexpo> test2, what is your problem you are having?
479 [03:39:03] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Ping timeout: 276 seconds)
480 [03:39:31] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
481 [03:39:32] *** Joins: Anwarias (~quassel@replaced-ip )
482 [03:39:45] <test2> @hixpo i search help wie "harden" debian virtual-server ... my english is very bad... and in the channel #debian.de ...the user a sleep... in german time 03:43 @ night ;)
483 [03:39:59] <test2> ups with
484 [03:40:14] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip )
485 [03:40:26] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
486 [03:41:38] *** Quits: Anwarias_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
487 [03:42:46] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
488 [03:43:11] *** Quits: teage (~teage@replaced-ip ) (Quit: Leaving)
489 [03:43:39] *** Joins: sm4sh (~smash@replaced-ip )
490 [03:44:15] *** Quits: JayFK (~JayFK@replaced-ip ) (Ping timeout: 244 seconds)
491 [03:44:49] <hiexpo> let me find it test2
492 [03:45:26] *** Quits: A2666 (~A2666@replaced-ip ) (Read error: Connection reset by peer)
493 [03:45:55] <test2> Ok, my fail ;)
494 [03:46:10] *** Joins: JayFK (~JayFK@replaced-ip )
495 [03:46:44] *** Joins: A2666 (~A2666@replaced-ip )
496 [03:48:21] *** Joins: awal1 (~awal1@replaced-ip )
497 [03:51:56] *** Joins: fowlslegs (~fowlslegs@replaced-ip )
498 [03:52:21] *** Joins: tacomaster (~pi@replaced-ip )
499 [03:52:42] * JuaNCruZ- is back from: $null - was away for: 2428wks 3days 52mins 39secs
500 [03:53:10] *** Quits: bony (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
501 [03:53:57] *** Joins: asterismo (~santiago@replaced-ip )
502 [03:54:17] <tacomaster> Ok before i start I already know how to install wireless firmware to get my wireless working. My question is if it is possible to only allow that firmware from the non-free repo and reject all other non-free software from even showing? I want this to be a fully open source laptop besides the wifi driver
503 [03:54:29] *** Joins: gottesman (~gottesman@replaced-ip )
504 [03:54:57] *** Quits: pugfantus (~pugfantus@replaced-ip##) (Quit: ZNC - ##replaced-url
505 [03:55:11] *** Joins: pugfantus (~pugfantus@replaced-ip )
506 [03:55:53] *** Quits: Starky (~Starky@replaced-ip ) (Quit: WeeChat 1.5)
507 [03:56:04] *** Quits: Shentino (~Shentino@replaced-ip ) (Quit: Ex-Chat)
508 [03:57:42] *** Quits: Quantumcross (~weechat@replaced-ip ) (Ping timeout: 246 seconds)
509 [03:57:44] *** Quits: A2666 (~A2666@replaced-ip ) (Read error: Connection reset by peer)
510 [03:57:49] *** Guest38941 is now known as JuaN-CruZ
511 [03:57:50] <hiexpo> tacomaster, yeh
512 [03:58:50] <tacomaster> hiexpo: do you have some website that would explain this more?
513 [03:59:03] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Quit: WeeChat 1.5)
514 [03:59:17] <hiexpo> tacomaster, just use the reg repo's
515 [03:59:28] *** Quits: PhoenixSTF (~rudi@replaced-ip ) (Quit: Leaving.)
516 [04:00:24] <tacomaster> but i have to enable the non-free repos to get the iwlwifi firmware. I dont want any other app to even show up from that repo besides that firmware
517 [04:00:35] *** Joins: crazyglitch_ (~crazyglit@replaced-ip )
518 [04:01:44] <hiexpo> just install that than
519 [04:01:59] *** Joins: lsyoyom (~liny01@replaced-ip )
520 [04:02:16] <tacomaster> you mean use dpkg -i to install directly?
521 [04:02:57] *** Quits: bp0 (~bp@replaced-ip ) (Ping timeout: 260 seconds)
522 [04:03:43] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Remote host closed the connection)
523 [04:04:04] *** Joins: mr_daemon (~supernaut@replaced-ip )
524 [04:04:24] <awal1> I noticied that gnome, mate xfce, and maybe other DE/WM's append %U at the end of some commands nautilus, caja, thunar, firefox.... I looked at exec key man but I dont really get the meaning replaced-url
525 [04:04:25] *** Quits: crazyglitch (~crazyglit@replaced-ip ) (Ping timeout: 258 seconds)
526 [04:05:01] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Remote host closed the connection)
527 [04:05:20] <awal1> at the end of the command for launch nautilus, caja, thunar, firefox... ^
528 [04:05:40] *** Quits: mastokley (~mastokley@replaced-ip ) (Remote host closed the connection)
529 [04:05:46] *** Joins: slothbin (sean@replaced-ip )
530 [04:05:50] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Client Quit)
531 [04:06:12] *** Joins: polardroid (~polardroi@replaced-ip )
532 [04:06:50] *** Joins: bp0 (~bp@replaced-ip )
533 [04:07:04] *** Joins: mastokley (~mastokley@replaced-ip )
534 [04:07:05] *** Quits: mastokley (~mastokley@replaced-ip ) (Max SendQ exceeded)
535 [04:07:07] *** Joins: Phate (~Phate@replaced-ip )
536 [04:07:33] *** Joins: mastokley (~mastokley@replaced-ip )
537 [04:07:36] *** Joins: mr_daemon (~supernaut@replaced-ip )
538 [04:08:53] *** Parts: tacomaster (~pi@replaced-ip )
539 [04:09:28] <awal1> I usually just launch pcmanfm &thunar with "thuna" "pcmanfm", or adding & if via cli, but a bit confused now :P
540 [04:10:03] *** Quits: phate408 (~Phate@replaced-ip ) (Ping timeout: 264 seconds)
541 [04:12:32] *** Quits: hexagoxel (~hexagoxel@replaced-ip ) (Ping timeout: 272 seconds)
542 [04:13:10] *** Quits: canopus (~canopus@replaced-ip ) (Ping timeout: 272 seconds)
543 [04:13:21] *** Quits: f10__ (~flo@replaced-ip ) (Remote host closed the connection)
544 [04:13:30] *** Quits: SCHAAP137 (~dorian@replaced-ip ) (Ping timeout: 276 seconds)
545 [04:13:33] *** Joins: blueness (~blueness@replaced-ip )
546 [04:13:44] *** Joins: f10__ (~flo@replaced-ip )
547 [04:14:09] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
548 [04:16:12] *** Joins: chachasmooth (~chachasmo@replaced-ip )
549 [04:17:09] *** Joins: hexagoxel (~hexagoxel@replaced-ip )
550 [04:18:00] *** debhelper sets mode: +l 1616
551 [04:20:01] *** Joins: canopus (~canopus@replaced-ip )
552 [04:20:08] *** Quits: firztspawn (~firztspaw@replaced-ip ) (Read error: Connection reset by peer)
553 [04:21:01] *** Quits: test2 (5f593eed@replaced-ip ) (Quit: Page closed)
554 [04:22:05] *** Quits: SPF|Cloud (uid11755@replaced-ip ) (Quit: Connection closed for inactivity)
555 [04:22:12] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 246 seconds)
556 [04:23:56] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
557 [04:24:09] *** Parts: windows10-user (kingafish@replaced-ip )
558 [04:24:18] *** Joins: f10_ (~flo@replaced-ip )
559 [04:24:23] *** Quits: f10__ (~flo@replaced-ip ) (Remote host closed the connection)
560 [04:24:41] *** Joins: Quantumcross (~weechat@replaced-ip )
561 [04:25:37] *** Quits: Anselmo (~Anselmo@replaced-ip ) (Ping timeout: 252 seconds)
562 [04:26:19] *** Joins: SCHAAP137 (~dorian@replaced-ip )
563 [04:27:18] *** Quits: curtis22 (~curtis@replaced-ip ) (Quit: Leaving)
564 [04:29:12] *** Quits: antlarr (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
565 [04:33:14] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
566 [04:33:36] *** Joins: sm4sh (~smash@replaced-ip )
567 [04:35:00] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
568 [04:37:07] *** Joins: Edve (~Edve@replaced-ip )
569 [04:38:04] *** Joins: root (~root@replaced-ip )
570 [04:38:09] *** Joins: Anselmo (~Anselmo@replaced-ip )
571 [04:38:27] *** root is now known as Guest70133
572 [04:40:38] *** mach_kernel is now known as mach_k_away
573 [04:42:22] *** Parts: Guest70133 (~root@replaced-ip )
574 [04:43:12] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 260 seconds)
575 [04:44:22] *** Joins: alexandros_c (~alexandro@replaced-ip )
576 [04:44:27] *** Joins: antlarr (~quassel@replaced-ip )
577 [04:44:54] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Ping timeout: 250 seconds)
578 [04:48:27] *** Quits: DingoSaar (~hagen@replaced-ip ) (Ping timeout: 246 seconds)
579 [04:49:58] *** Joins: luckman212 (~luckman21@replaced-ip )
580 [04:49:58] *** Quits: luckman212 (~luckman21@replaced-ip ) (Changing host)
581 [04:49:58] *** Joins: luckman212 (~luckman21@replaced-ip )
582 [04:52:27] *** Joins: Codfection (~Codfectio@replaced-ip )
583 [04:54:50] *** Joins: Shentino (~Shentino@replaced-ip )
584 [04:54:52] *** Quits: Tetrazene (~Carp@replaced-ip ) (Ping timeout: 250 seconds)
585 [04:55:03] *** Quits: methyl (~methyl@replaced-ip ) (Ping timeout: 240 seconds)
586 [04:57:29] *** Joins: hiexpo (~hiexpo@replaced-ip )
587 [05:04:36] *** Quits: r1v3n (~r1v3n@replaced-ip ) (Quit: Leaving)
588 [05:05:28] *** Joins: dvs (~hibbard@replaced-ip )
589 [05:05:32] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
590 [05:06:05] *** Joins: dvs (~hibbard@replaced-ip )
591 [05:06:59] *** Joins: de-facto_ (~de-facto@replaced-ip )
592 [05:08:41] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Remote host closed the connection)
593 [05:10:32] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 244 seconds)
594 [05:11:03] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
595 [05:11:48] *** Joins: sm4sh (~smash@replaced-ip )
596 [05:13:11] *** Quits: fossrox (~fossrox@replaced-ip ) (Ping timeout: 240 seconds)
597 [05:15:13] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
598 [05:15:46] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Quit: Leaving)
599 [05:16:08] *** Quits: gnugr (~gnugr@replaced-ip##) (Quit: ZNC - ##replaced-url
600 [05:17:23] *** Quits: SCHAAP137 (~dorian@replaced-ip ) (Quit: Exiting...)
601 [05:18:00] *** debhelper sets mode: +l 1610
602 [05:21:12] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
603 [05:21:30] *** Joins: f10_ (~flo@replaced-ip )
604 [05:21:34] *** Joins: tmh1999 (~tmh1999@replaced-ip )
605 [05:21:45] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
606 [05:22:22] *** Joins: tsuggs (~tim@replaced-ip )
607 [05:22:23] <tmh1999> Hi hope guru here could help me out. I want to find build log of debian package. Found replaced-url
608 [05:22:38] <tmh1999> for example : replaced-url
609 [05:22:56] *** Quits: Ad1_RN (~Adrian@replaced-ip ) (Quit: Wychodzi z Matrixa)
610 [05:24:01] *** Joins: Ad1 (~adrian@replaced-ip )
611 [05:24:53] *** Joins: d4rklit3 (~textual@replaced-ip )
612 [05:25:37] *** Joins: treaki__ (~treaki@replaced-ip )
613 [05:26:00] *** Joins: esteban` (~user@replaced-ip )
614 [05:26:04] *** Quits: Ad1_RnR (~adrian@replaced-ip ) (Ping timeout: 250 seconds)
615 [05:26:41] *** Quits: esteban` (~user@replaced-ip ) (Read error: Connection reset by peer)
616 [05:28:38] <awal1> friday/saturday nights debian channel users are sleepy or drunk :P
617 [05:29:03] *** Quits: treaki_ (~treaki@replaced-ip ) (Ping timeout: 240 seconds)
618 [05:30:47] <tmh1999> awal1 : just try to give myself a chance ^^
619 [05:30:51] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
620 [05:31:01] <tmh1999> kind of desperate ...
621 [05:31:06] *** Joins: f10__ (~flo@replaced-ip )
622 [05:31:07] *** Joins: torpet (~torpet@replaced-ip )
623 [05:31:38] <awal1> tmh1999, ask tomorrow :P
624 [05:31:58] *** Joins: CrazyTux[m] (~CrazyTuxm@replaced-ip )
625 [05:32:00] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
626 [05:32:17] <awal1> aslo there is #debian in OFTC server
627 [05:33:04] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
628 [05:33:18] *** Quits: wildlander (~wild@replaced-ip ) (Quit: o/)
629 [05:33:18] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Client Quit)
630 [05:33:39] <tmh1999> thanks I will it a try
631 [05:33:52] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 250 seconds)
632 [05:34:32] *** Joins: leachim6 (~leachim6@replaced-ip )
633 [05:34:45] *** Quits: fowlslegs (~fowlslegs@replaced-ip ) (Ping timeout: 276 seconds)
634 [05:35:44] *** Joins: dkas (~dkas@replaced-ip )
635 [05:41:04] *** Joins: Rusty1_ (~kanotix@replaced-ip )
636 [05:42:57] *** Joins: KALASH (~KALASH@replaced-ip )
637 [05:43:09] *** Parts: KALASH (~KALASH@replaced-ip )
638 [05:44:37] *** Quits: klow (~textual@replaced-ip ) (Max SendQ exceeded)
639 [05:44:46] *** Joins: fowlslegs (~fowlslegs@replaced-ip )
640 [05:45:33] *** Quits: slothbin (sean@replaced-ip ) (Ping timeout: 240 seconds)
641 [05:45:51] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
642 [05:48:09] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
643 [05:48:33] *** Joins: sm4sh (~smash@replaced-ip )
644 [05:51:12] *** Joins: tmh1999_ (~tmh1999@replaced-ip )
645 [05:51:17] *** Quits: tmh1999_ (~tmh1999@replaced-ip ) (Client Quit)
646 [05:51:26] *** Joins: wald0 (~wald0@replaced-ip )
647 [05:52:04] *** Quits: fowlslegs (~fowlslegs@replaced-ip ) (Ping timeout: 250 seconds)
648 [05:52:16] <wald0> i started using httpredir.debian.org for the repositories which seemed more reliable, but in fact i have see already two times a "remote hang up" broken connections trying to use apt
649 [05:52:25] <wald0> so it is httpredir.debian.org a not so reliable source?
650 [05:53:00] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
651 [05:53:21] <jmcnaught> !httpredir issues
652 [05:53:21] <dpkg> The <httpredir> service selects bad mirrors for some people. If you're one of them, try explicitly choosing a mirror: "deb replaced-url
653 [05:53:35] <jmcnaught> wald0: ^^ some people have problems with it, there are alternatives
654 [05:53:44] *** Joins: binezap (~binezap@replaced-ip )
655 [05:54:33] <wald0> jmcnaught: thx, to use XX was just the thing that I tried to avoid :)
656 [05:54:49] <wald0> i have see my repositories to become the fastest ones to the slowest ones depending of my location
657 [05:55:29] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 244 seconds)
658 [05:55:33] <wald0> is there other alternatives?
659 [05:55:43] <wald0> automated ones i mean
660 [05:55:51] *** Joins: jeddi (~jedd@replaced-ip )
661 [05:55:52] * wald0 wonders why not disable from the list the ones that hangs up
662 [05:56:18] *** Joins: vic (~vic@replaced-ip )
663 [05:56:34] <jmcnaught> i think httpredir works well for most people most of the time
664 [05:58:03] *** Quits: gottesman (~gottesman@replaced-ip ) (Ping timeout: 240 seconds)
665 [05:59:27] *** Quits: aaro (~aaro@replaced-ip ) (Quit: aaro)
666 [06:00:40] *** Joins: klow (~textual@replaced-ip )
667 [06:03:19] *** Quits: ToneKnee_ (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
668 [06:04:20] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
669 [06:04:41] *** Joins: ToneKnee (~quassel@replaced-ip )
670 [06:06:26] *** Joins: c0mrad3 (uid26809@replaced-ip )
671 [06:07:03] *** Quits: nalgeneus (~nalgeneus@replaced-ip ) (Ping timeout: 264 seconds)
672 [06:07:52] *** Joins: arienovo (~arie@replaced-ip )
673 [06:07:54] *** Joins: michaelni (~michael@replaced-ip )
674 [06:11:13] *** Quits: arienovo1 (~arie@replaced-ip ) (Ping timeout: 252 seconds)
675 [06:13:10] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
676 [06:13:52] <hanasaki> how do you make a new cert for dovecot?
677 [06:13:54] *** Quits: aruna (~Icedove@replaced-ip ) (Quit: aruna)
678 [06:15:42] *** Quits: torpet (~torpet@replaced-ip ) (Remote host closed the connection)
679 [06:16:40] *** Joins: pencilandpaper (~penciland@replaced-ip )
680 [06:17:24] *** Quits: f10__ (~flo@replaced-ip ) (Remote host closed the connection)
681 [06:17:47] *** Joins: f10__ (~flo@replaced-ip )
682 [06:18:04] *** Quits: p_quarles (~pquarles@replaced-ip ) (Ping timeout: 250 seconds)
683 [06:18:39] *** Joins: sm4sh (~smash@replaced-ip )
684 [06:20:00] *** Joins: p_quarles (~pquarles@replaced-ip )
685 [06:21:34] <jmcnaught> hanasaki: "openssl req -out mycert.csr -new -newkey rsa:4096 -nodes -keyout myprivatekey.key" and then you submit the "mycert.csr" Certifcate Signing Request to a Certiticate Authority (replaced-url
686 [06:21:52] *** Quits: tmh1999 (~tmh1999@replaced-ip ) (Quit: Leaving)
687 [06:22:13] *** Joins: nalgeneus (~nalgeneus@replaced-ip )
688 [06:22:14] <jmcnaught> hanasaki: they will give you a signed certificate that email clients will accept without needing to approve the unsafe, unsigned certificate
689 [06:22:43] <jmcnaught> hanasaki: you could also use let's encrypt for this, but it would take some setting up for the automated renewals
690 [06:23:02] <hanasaki> lets encrupt?
691 [06:23:42] <jmcnaught> hanasaki: replaced-url
692 [06:24:21] *** Quits: barajasfab (~barajasfa@replaced-ip ) (Quit: Ex-Chat)
693 [06:24:33] *** Quits: d4rklit3 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
694 [06:24:36] <hanasaki> thakn you
695 [06:24:53] *** Quits: erm3nda (~erm3nda@replaced-ip ) (Quit: Saliendo)
696 [06:24:59] *** Joins: master_o1_master (~master_of@replaced-ip )
697 [06:25:16] <hanasaki> anyone having trouble with icedove or thunderbird? when I click accept / confirm for the self signed cert... it does nothing. dialog just remains
698 [06:25:49] *** Quits: bp0 (~bp@replaced-ip ) (Remote host closed the connection)
699 [06:25:59] <jmcnaught> hanasaki: is there a checkbox to permanently store the exception?
700 [06:26:03] <hanasaki> yes
701 [06:26:24] <hanasaki> check and unchecked... either way the "confirm exception:" dialog does nothing when I click on it
702 [06:26:27] <jmcnaught> i don't use self-signed certificates
703 [06:26:29] <hanasaki> cancel does dismiss the dialog
704 [06:28:02] *** Quits: master_of_master (~master_of@replaced-ip ) (Ping timeout: 244 seconds)
705 [06:28:13] *** Joins: soee (~soee@replaced-ip )
706 [06:28:19] *** Quits: otaviojr (~otaviojr@replaced-ip ) (Remote host closed the connection)
707 [06:28:46] *** Quits: MoonkYan_ (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
708 [06:29:39] *** Joins: MoonkYan_ (~moonkyang@replaced-ip )
709 [06:29:44] *** Quits: MoonkYan_ (~moonkyang@replaced-ip ) (Client Quit)
710 [06:30:30] *** Quits: f10__ (~flo@replaced-ip ) (Remote host closed the connection)
711 [06:30:40] *** Joins: f10_ (~flo@replaced-ip )
712 [06:31:18] *** Quits: klow (~textual@replaced-ip ) (Ping timeout: 276 seconds)
713 [06:31:29] *** Joins: tato (~tato2@replaced-ip )
714 [06:31:52] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
715 [06:32:08] *** Joins: sm4sh (~smash@replaced-ip )
716 [06:33:14] *** Quits: rattking (~rattking@replaced-ip ) (Read error: Connection reset by peer)
717 [06:33:15] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Ping timeout: 276 seconds)
718 [06:33:49] *** Joins: rattking (~rattking@replaced-ip )
719 [06:34:45] *** Joins: socomm (~socomm@replaced-ip )
720 [06:35:51] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
721 [06:37:19] *** Joins: asc232 (~Keith@replaced-ip )
722 [06:38:04] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
723 [06:38:05] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
724 [06:38:31] <hanasaki> jmcnaught: thanks. reguardless. dialog button is broken
725 [06:39:13] *** Joins: batsoup (~abc@replaced-ip )
726 [06:40:17] *** Joins: klow (~textual@replaced-ip )
727 [06:40:28] *** Quits: binezap (~binezap@replaced-ip ) (Remote host closed the connection)
728 [06:41:29] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
729 [06:42:17] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
730 [06:42:21] *** Quits: asc232 (~Keith@replaced-ip ) (Ping timeout: 276 seconds)
731 [06:45:26] <wald0> jmcnaught: most of the time for me too, just "not enough" :), unfortunately
732 [06:46:56] *** Joins: sm4sh (~smash@replaced-ip )
733 [06:48:27] *** Joins: binezap (~binezap@replaced-ip )
734 [06:48:28] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
735 [06:48:58] *** Quits: klow (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
736 [06:51:54] *** Joins: sm4sh (~smash@replaced-ip )
737 [06:52:50] *** Quits: crazyglitch_ (~crazyglit@replaced-ip ) (Ping timeout: 244 seconds)
738 [06:53:32] *** Joins: ptn (~yourname@replaced-ip )
739 [06:54:08] *** Joins: pencilandpaper (~penciland@replaced-ip )
740 [06:54:14] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
741 [06:54:53] *** Quits: murfjr (~douseiais@replaced-ip ) (Quit: Leaving)
742 [06:55:04] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Remote host closed the connection)
743 [06:55:23] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 258 seconds)
744 [06:55:27] *** Joins: pencilandpaper (~penciland@replaced-ip )
745 [06:56:12] *** Quits: jsdk (~jsdk@replaced-ip ) (Quit: Konversation terminated!)
746 [06:56:50] *** Quits: ptn (~yourname@replaced-ip ) (Client Quit)
747 [06:57:12] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 272 seconds)
748 [06:57:40] *** Joins: alexandros_c (~alexandro@replaced-ip )
749 [06:58:00] *** debhelper sets mode: +l 1601
750 [06:59:25] *** Joins: firztspawn (~firztspaw@replaced-ip )
751 [07:00:15] *** Joins: s4ndm4n (~sandman@replaced-ip )
752 [07:00:30] *** Joins: wingman2 (~wingman2@replaced-ip )
753 [07:01:06] <simbalion> Hi, I did apt-get install mailutils on debian 8 but it doesn't seem to have installed or replaced the mail command properly, can someone help?
754 [07:01:31] *** Quits: Nach0z (~nach0z@replaced-ip ) (Ping timeout: 258 seconds)
755 [07:02:13] *** Joins: sm4sh (~smash@replaced-ip )
756 [07:03:13] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
757 [07:03:55] *** Quits: socomm (~socomm@replaced-ip ) (Quit: WeeChat 1.5)
758 [07:04:58] *** Joins: torpet (~torpet@replaced-ip )
759 [07:05:00] *** Joins: denisk (~denisk@replaced-ip )
760 [07:05:42] <jmcnaught> simbalion: "update-alternatives --display mailx" does that tell you what's going on?
761 [07:05:50] *** Quits: paperd (~micas@replaced-ip ) (Quit: WeeChat 1.5)
762 [07:06:42] *** Quits: melvin (~melvin@replaced-ip ) (Ping timeout: 260 seconds)
763 [07:06:50] <simbalion> jmcnaught: yup, ' link currently points to /usr/bin/bsd-mailx', thanks
764 [07:07:15] *** Joins: sm4sh (~smash@replaced-ip )
765 [07:07:27] <jmcnaught> simbalion: you can use update-alternatives --config
766 [07:07:47] *** Quits: de-facto_ (~de-facto@replaced-ip ) (Quit: Leaving)
767 [07:07:48] *** Joins: melvin (~melvin@replaced-ip )
768 [07:08:06] <simbalion> jmcnaught: thanks, I just changed the symlink by hand heh
769 [07:09:54] <jmcnaught> simbalion: replaced-url
770 [07:10:17] <simbalion> jmcnaught: thanks I'll give that a read
771 [07:10:45] <jmcnaught> simbalion: it's a cool Debian feature. You can look in /etc/alternatives to get an idea of what it covers
772 [07:11:37] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
773 [07:12:46] *** Joins: AimHere (~bod@replaced-ip )
774 [07:13:03] *** Quits: PryMar56 (~prymar@replaced-ip ) (Quit: Leaving)
775 [07:13:38] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
776 [07:14:00] *** Quits: binezap (~binezap@replaced-ip ) (Remote host closed the connection)
777 [07:14:08] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
778 [07:14:35] *** Joins: sm4sh (~smash@replaced-ip )
779 [07:15:27] *** Quits: aedinius (~andrewb@replaced-ip ) (Ping timeout: 246 seconds)
780 [07:15:33] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
781 [07:15:42] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
782 [07:16:06] *** Joins: plasmoduck (~plasmoduc@replaced-ip )
783 [07:16:26] *** Joins: aedinius (~andrewb@replaced-ip )
784 [07:16:35] *** Joins: binezap (~binezap@replaced-ip )
785 [07:17:19] *** Joins: calbasi (~calbasi@replaced-ip )
786 [07:19:22] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 272 seconds)
787 [07:19:32] *** Parts: polardroid (~polardroi@replaced-ip )
788 [07:19:34] *** Joins: sm4sh (~smash@replaced-ip )
789 [07:19:35] *** Joins: philipballew (~philip@replaced-ip )
790 [07:21:03] *** Joins: dtux (~dmtucker@replaced-ip )
791 [07:22:01] *** Joins: sunoano1 (~sa@replaced-ip )
792 [07:22:31] *** Quits: sunoano (~sa@replaced-ip ) (Ping timeout: 240 seconds)
793 [07:23:29] *** Joins: AimHere (~bod@replaced-ip )
794 [07:27:02] *** Joins: aaro (~aaro@replaced-ip )
795 [07:28:18] *** Quits: sandeepkr (~sandeep@replaced-ip ) (Read error: Connection reset by peer)
796 [07:28:32] *** Quits: tato (~tato2@replaced-ip ) (Quit: Leaving)
797 [07:28:50] *** Joins: sandeepkr (~sandeep@replaced-ip )
798 [07:31:31] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 252 seconds)
799 [07:32:18] *** imr is now known as i-
800 [07:34:32] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Quit: Leaving)
801 [07:35:25] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
802 [07:35:31] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
803 [07:36:53] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Client Quit)
804 [07:36:54] *** Joins: pootsmk (~pootsmk@replaced-ip )
805 [07:37:22] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
806 [07:37:44] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
807 [07:38:42] *** Joins: rocksteady (~tyfoo@replaced-ip )
808 [07:39:51] *** Joins: c0mms (~c0mms@replaced-ip )
809 [07:39:58] *** Joins: sm4sh (~smash@replaced-ip )
810 [07:40:12] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 276 seconds)
811 [07:42:10] *** Joins: fowlslegs (~fowlslegs@replaced-ip )
812 [07:43:00] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
813 [07:44:42] *** Quits: memguy (~ubuntu@replaced-ip ) (Ping timeout: 272 seconds)
814 [07:45:23] *** Joins: MoonkYang (~moonkyang@replaced-ip )
815 [07:45:30] *** Quits: arienovo (~arie@replaced-ip ) (Quit: Leaving.)
816 [07:45:40] *** Joins: KALASH (~KALASH@replaced-ip )
817 [07:45:54] <KALASH> hey I'm on debian stretch with MATE 1.14.1 (debian-next is dead right now). I have a problem with the MATE indicator background in black and am wondering if there is a fix for this. see this: replaced-url
818 [07:45:58] *** Quits: sm4sh (~smash@replaced-ip ) (Remote host closed the connection)
819 [07:45:59] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 258 seconds)
820 [07:46:05] <KALASH> the indicator used to be the same color as the panel
821 [07:48:03] *** Joins: cyan__ (~cyan@replaced-ip )
822 [07:51:08] *** Joins: Mortumm (~Mortumtz@replaced-ip )
823 [07:51:13] *** Joins: ptn (~punkforpe@replaced-ip )
824 [07:51:16] *** Quits: cuechan_ (~paul@replaced-ip ) (Remote host closed the connection)
825 [07:51:23] *** Joins: sm4sh (~smash@replaced-ip )
826 [07:52:29] *** Quits: batsoup (~abc@replaced-ip ) (Quit: Leaving)
827 [07:52:30] *** Quits: MonsterKiller (~MonsterKi@replaced-ip ) (Ping timeout: 258 seconds)
828 [07:53:24] *** Quits: pootsmk (~pootsmk@replaced-ip ) (Quit: Leaving)
829 [07:53:25] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
830 [07:53:34] *** Quits: fowlslegs (~fowlslegs@replaced-ip ) (Ping timeout: 272 seconds)
831 [07:53:36] *** Joins: MonsterKiller (~MonsterKi@replaced-ip )
832 [07:54:54] *** Joins: paperd (~micas@replaced-ip )
833 [07:54:57] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
834 [07:56:08] *** Joins: fowlslegs (~fowlslegs@replaced-ip )
835 [07:56:58] <KALASH> I did a work around in dconf editor org>mate>marco>general and then in their set compositing manager to true. I get a new indicator though but thats fine.
836 [07:57:12] *** Parts: KALASH (~KALASH@replaced-ip )
837 [07:59:02] *** Joins: denisk (~denisk@replaced-ip )
838 [07:59:27] *** Quits: c0mms (~c0mms@replaced-ip ) (Remote host closed the connection)
839 [07:59:52] *** Joins: memguy (~ubuntu@replaced-ip )
840 [08:00:09] *** Joins: MrSmurf (MrSmurf@replaced-ip )
841 [08:00:56] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
842 [08:00:57] *** Quits: xSmurf (MrSmurf@replaced-ip ) (Ping timeout: 246 seconds)
843 [08:00:57] *** MrSmurf is now known as xSmurf
844 [08:01:22] *** Joins: sm4sh (~smash@replaced-ip )
845 [08:02:11] *** Quits: CrazyTux[m] (~CrazyTuxm@replaced-ip ) (Quit: This computer has gone to sleep)
846 [08:05:37] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
847 [08:05:41] *** Joins: donofrio_ (~donofrio@replaced-ip )
848 [08:07:24] *** Joins: donoban (~user@replaced-ip )
849 [08:08:59] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 250 seconds)
850 [08:09:59] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
851 [08:10:44] *** Joins: MoonkYang (~moonkyang@replaced-ip )
852 [08:12:18] *** Joins: BalTun (~BalTun@replaced-ip )
853 [08:13:50] *** Quits: wald0 (~wald0@replaced-ip ) (Ping timeout: 272 seconds)
854 [08:15:19] *** Joins: BenNZ (~Ben__@replaced-ip )
855 [08:16:56] *** Quits: ptn (~punkforpe@replaced-ip ) (Quit: leaving)
856 [08:18:25] *** Joins: heyitshound (~happybox@replaced-ip )
857 [08:19:09] <heyitshound> Is this a joke?
858 [08:19:10] <heyitshound> replaced-url
859 [08:19:34] <heyitshound> I seriously hope it's some sort of sick joke, or someone got control over the wiki
860 [08:19:58] <heyitshound> "checking your male privilege"
861 [08:20:06] <heyitshound> "mansplaining"
862 [08:20:11] <heyitshound> "men who explain things"
863 [08:20:27] <heyitshound> "The Male Programmer Privilege Checklist"
864 [08:20:35] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
865 [08:20:39] <heyitshound> I thought it was a joke, but I keep reading
866 [08:20:59] <heyitshound> It's sexist, irrelevant, demeaning, and hateful
867 [08:21:07] <heyitshound> Seriously unprofessional
868 [08:21:12] <heyitshound> How did this end up in the wiki?
869 [08:21:19] <heyitshound> Honestly curious.
870 [08:21:28] *** Joins: MoonkYang (~moonkyang@replaced-ip )
871 [08:21:28] <up2late> watch out, the PC poclice is in the room
872 [08:21:41] *** Joins: btf (~btf@replaced-ip )
873 [08:22:54] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Client Quit)
874 [08:23:14] *** Quits: btf (~btf@replaced-ip ) (Read error: Connection reset by peer)
875 [08:24:15] *** Joins: MaBunny (~Peter@replaced-ip )
876 [08:24:48] *** Quits: badiane (~badiane@replaced-ip ) (Ping timeout: 244 seconds)
877 [08:24:49] *** Joins: btf (~btf@replaced-ip )
878 [08:25:54] *** Joins: dutchfish (~wil@replaced-ip )
879 [08:26:00] *** Quits: MaBunny (~Peter@replaced-ip ) (Read error: Connection reset by peer)
880 [08:26:51] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 264 seconds)
881 [08:27:35] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
882 [08:27:47] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 260 seconds)
883 [08:28:01] *** Joins: sm4sh (~smash@replaced-ip )
884 [08:29:37] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
885 [08:29:37] *** Joins: mrBen2k2k2k (~logstash@replaced-ip )
886 [08:31:19] *** Joins: MaBunny (~Peter@replaced-ip )
887 [08:31:54] *** Quits: MaBunny (~Peter@replaced-ip ) (Max SendQ exceeded)
888 [08:32:32] *** Joins: nhhc (~nhhc@replaced-ip )
889 [08:33:00] *** Joins: sm4sh (~smash@replaced-ip )
890 [08:34:49] <heyitshound> Is nobody going to answer me?
891 [08:35:10] *** Joins: iitalics (~iitalics@replaced-ip )
892 [08:35:39] <heyitshound> How did you make it so an anti-harrassment policy harasses, defames, and attacks its users?
893 [08:35:44] <heyitshound> sorry, HALF its users
894 [08:36:14] <heyitshound> Seriously unprofessional. I'll be moving my servers to slack.
895 [08:36:25] <heyitshound> And I wont be pushing anything else upstream.
896 [08:36:28] <heyitshound> Good luck.
897 [08:37:17] <dutchfish> heyitshound, have you considered that half the world might be sleeping (i just popped in)?
898 [08:37:45] <heyitshound> Oh, dutchfish
899 [08:37:51] <heyitshound> here, this is what I'm referring to
900 [08:37:52] <heyitshound> replaced-url
901 [08:38:04] <heyitshound> On privilege and what we can do about it
902 [08:38:04] <heyitshound> Standing out in the crowd
903 [08:38:04] <heyitshound> Men who explain things
904 [08:38:04] <heyitshound> Mansplaining
905 [08:38:04] <heyitshound> The Male Programmer Privilege Checklist
906 [08:38:05] *** heyitshound was kicked by debhelper (flood. Please use replaced-url
907 [08:38:09] *** Joins: heyitshound (~happybox@replaced-ip )
908 [08:38:18] <heyitshound> On privilege and what we can do about it
909 [08:38:18] <heyitshound> Standing out in the crowd
910 [08:38:18] <heyitshound> Men who explain things
911 [08:38:18] <heyitshound> Mansplaining
912 [08:38:18] <heyitshound> The Male Programmer Privilege Checklist
913 [08:38:18] *** heyitshound was kicked by debhelper (flood. Please use replaced-url
914 [08:38:22] *** Joins: heyitshound (~happybox@replaced-ip )
915 [08:38:42] *** Joins: pyface (~pyface@replaced-ip )
916 [08:38:43] <heyitshound> Seriously sexist.
917 [08:38:50] <dutchfish> heyitshound, dont paste in here
918 [08:38:53] <heyitshound> Not even gonna bother. Just done with debian.
919 [08:39:03] <heyitshound> No more commits
920 [08:39:33] <up2late> lol
921 [08:39:35] <up2late> cta then
922 [08:39:37] <dutchfish> heyitshound, well, if you have any question i could help, but seriously don't throw mud, we are all volenteers.
923 [08:39:38] <up2late> cya
924 [08:39:40] <heyitshound> Not going to write code if it's going to be looked down upon for my gender.
925 [08:40:04] <heyitshound> You can't fight non-existent sexism with more sexism.
926 [08:40:08] <up2late> with a name like gilfhound69 u dont have much room to talk
927 [08:40:42] <heyitshound> golden imp latte foundation
928 [08:41:09] <up2late> means girl i'd like to fuck around these parts
929 [08:41:18] <heyitshound> Girl?
930 [08:41:18] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 276 seconds)
931 [08:41:22] <heyitshound> Why not grandmother?
932 [08:41:24] <heyitshound> Shitlord
933 [08:41:28] <up2late> lol
934 [08:41:32] <up2late> trolls...
935 [08:41:51] <heyitshound> >check your male privilege
936 [08:41:54] *** Joins: CutMeOwnThroat (~k@replaced-ip )
937 [08:41:56] <heyitshound> >not trolling
938 [08:42:00] <heyitshound> lol ok
939 [08:42:01] *** Joins: tato (~tato2@replaced-ip )
940 [08:42:14] * up2late slaps heyitshound with his male "privilege
941 [08:42:14] *** Joins: AusteritySucks (~Austerity@replaced-ip )
942 [08:42:17] <heyitshound> anyways, im not pushing anything else upstream. Fuck this sexist bullshit. I'm out.
943 [08:42:21] *** Parts: heyitshound (~happybox@replaced-ip )
944 [08:42:23] <up2late> LOL
945 [08:43:17] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
946 [08:43:43] *** Joins: loli (~loli@replaced-ip )
947 [08:43:54] *** Parts: loli (~loli@replaced-ip )
948 [08:44:37] *** Joins: oho (~owo@replaced-ip )
949 [08:44:56] <oho> hi
950 [08:45:02] <up2late> hi
951 [08:45:14] <oho> i think the debian wiki may have been hacked
952 [08:45:37] <up2late> ok?
953 [08:45:41] <oho> it's full of antimale sexist stuff
954 [08:45:51] *** Quits: tato (~tato2@replaced-ip ) (Client Quit)
955 [08:45:59] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 244 seconds)
956 [08:46:11] *** Joins: tato (~tato2@replaced-ip )
957 [08:46:27] <oho> can someone fix it? it might trigger someone
958 [08:46:34] <up2late> it'll be ok
959 [08:46:35] *** Quits: tato (~tato2@replaced-ip ) (Client Quit)
960 [08:46:36] <oho> it looks really bad
961 [08:46:45] *** Joins: sm4sh (~smash@replaced-ip )
962 [08:46:50] <up2late> example?
963 [08:47:20] <oho> it's biased against males
964 [08:47:21] *** Joins: bp0 (~bp@replaced-ip )
965 [08:47:28] <oho> (of which i am now one)
966 [08:47:50] <up2late> trollol
967 [08:48:04] *** Joins: toli (~toli@replaced-ip )
968 [08:48:30] <oho> so it's supposed to be like that?
969 [08:48:30] *** Joins: sphenxes (~sphenxes@replaced-ip )
970 [08:48:46] <up2late> probably not
971 [08:49:26] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
972 [08:49:38] *** Joins: f10_ (~flo@replaced-ip )
973 [08:49:46] <up2late> call the p.c. police
974 [08:49:48] *** Joins: tato (~tato2@replaced-ip )
975 [08:49:56] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
976 [08:50:08] *** Joins: RebelCoder (~jurisl85@replaced-ip )
977 [08:50:37] *** Quits: tato (~tato2@replaced-ip ) (Client Quit)
978 [08:51:40] *** Joins: Asiajey (~Asiajey@replaced-ip )
979 [08:51:42] *** Joins: sm4sh (~smash@replaced-ip )
980 [08:52:17] <up2late> any other comments or did that answer your question?
981 [08:52:19] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 250 seconds)
982 [08:52:46] *** Joins: tato (~tato2@replaced-ip )
983 [08:52:46] <oho> so you don't care that it makes you all look incredibly ignorant?
984 [08:52:53] <oho> gg
985 [08:53:10] <oho> rip
986 [08:53:18] *** Quits: oho (~owo@replaced-ip ) (Quit: Bye)
987 [08:53:31] <up2late> lol
988 [08:53:35] <up2late> next
989 [08:54:10] *** Quits: tato (~tato2@replaced-ip ) (Client Quit)
990 [08:55:09] *** Joins: woshty (~irc@replaced-ip )
991 [08:55:40] *** Joins: HansE (~HansE@replaced-ip )
992 [08:56:17] *** Joins: RebelCoderW (~jurisl85@replaced-ip )
993 [08:56:39] *** Joins: Two_Puppys (~Two_Puppy@replaced-ip )
994 [08:57:56] *** Quits: Two_Puppys (~Two_Puppy@replaced-ip ) (Client Quit)
995 [08:58:01] *** debhelper sets mode: +l 1611
996 [08:59:11] *** Quits: RebelCoder (~jurisl85@replaced-ip ) (Ping timeout: 240 seconds)
997 [08:59:24] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 246 seconds)
998 [09:00:44] *** Quits: bp0 (~bp@replaced-ip ) (Remote host closed the connection)
999 [09:01:06] *** Joins: ppkk (~holoirc@replaced-ip )
1000 [09:01:48] *** ppkk is now known as ppjxx
1001 [09:03:21] *** Quits: iitalics (~iitalics@replaced-ip ) (Read error: Connection reset by peer)
1002 [09:04:22] *** Joins: Two_Puppys (~Two_Puppy@replaced-ip )
1003 [09:04:22] *** Joins: jazz (~jazz@replaced-ip )
1004 [09:05:24] *** Joins: AusteritySucks (~Austerity@replaced-ip )
1005 [09:05:49] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
1006 [09:06:07] *** Joins: soee (~soee@replaced-ip )
1007 [09:09:25] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 252 seconds)
1008 [09:11:03] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 240 seconds)
1009 [09:11:25] *** Joins: __jwe__ (~jwe@replaced-ip )
1010 [09:11:31] *** Joins: jwe_ (~jwe@replaced-ip )
1011 [09:14:26] *** Joins: fossrox (~fossrox@replaced-ip )
1012 [09:14:29] *** Joins: dionysus69 (~Icedove@replaced-ip )
1013 [09:14:38] <up2late> pfft
1014 [09:18:16] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1015 [09:19:25] *** Quits: mrBen2k2k2k (~logstash@replaced-ip ) (Max SendQ exceeded)
1016 [09:19:54] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 258 seconds)
1017 [09:20:47] *** Quits: Two_Puppys (~Two_Puppy@replaced-ip ) (Quit: Leaving)
1018 [09:21:11] *** Joins: oish (~charlie@replaced-ip )
1019 [09:21:31] *** Joins: zifxify (54c1fd47@replaced-ip )
1020 [09:21:46] *** Joins: julius_ (~jason4@replaced-ip )
1021 [09:21:49] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 258 seconds)
1022 [09:21:49] *** Joins: jason3 (~jason4@replaced-ip )
1023 [09:22:14] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 272 seconds)
1024 [09:23:44] *** Joins: Two_Puppys (~Two_Puppy@replaced-ip )
1025 [09:25:24] *** Joins: sm4sh (~smash@replaced-ip )
1026 [09:25:27] *** Joins: Cassiopaya (~Discovery@replaced-ip )
1027 [09:25:51] *** Quits: Two_Puppys (~Two_Puppy@replaced-ip ) (Client Quit)
1028 [09:26:03] *** Joins: haasn` (~haasn@replaced-ip )
1029 [09:27:15] *** Quits: haasn (~haasn@replaced-ip ) (Quit: haasn)
1030 [09:27:23] *** Joins: choonming (~choonming@replaced-ip )
1031 [09:27:25] *** Joins: Two_Puppys (~Two_Puppy@replaced-ip )
1032 [09:27:47] *** Joins: IlNominePatre (~Discovery@replaced-ip )
1033 [09:28:00] *** debhelper sets mode: +l 1618
1034 [09:28:40] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1035 [09:29:25] <RebelCoderW> Guys. I am using screen for serial port monitoring, but can't find a way to close it correctly. Does anyone here use it ?
1036 [09:29:58] <RebelCoderW> I would connect to a device, and interact with it, but then I have to kill the terminal window and re open to re-connect. Ctrl+X does not work
1037 [09:30:06] <RebelCoderW> any ideas ?
1038 [09:30:28] *** Quits: haasn` (~haasn@replaced-ip ) (Quit: haasn)
1039 [09:33:00] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
1040 [09:33:05] *** Quits: canopus (~canopus@replaced-ip ) (Remote host closed the connection)
1041 [09:33:15] *** Joins: haasn (~haasn@replaced-ip )
1042 [09:33:31] *** Quits: ppjxx (~holoirc@replaced-ip ) (Ping timeout: 244 seconds)
1043 [09:34:24] *** Joins: canopus (~canopus@replaced-ip )
1044 [09:37:16] *** Quits: haasn (~haasn@replaced-ip ) (K-Lined)
1045 [09:38:35] *** Joins: batsoup (~abc@replaced-ip )
1046 [09:38:54] <zifxify> How to mount /usr at boot time with an initramfs? /usr is a on separate lv partition on vg (vg0) which is on a luks encrypted container (LVM on LUKS)
1047 [09:39:11] *** Joins: h1t3sh (~hitesh@replaced-ip )
1048 [09:41:07] *** Joins: antgel (~topdog@replaced-ip )
1049 [09:43:01] *** Quits: nse (~leo@replaced-ip ) (Ping timeout: 250 seconds)
1050 [09:45:40] *** Joins: Wizek (~Wizek@replaced-ip )
1051 [09:46:54] *** Joins: jsdk (~jsdk@replaced-ip )
1052 [09:46:55] *** Quits: h1t3sh (~hitesh@replaced-ip ) (Ping timeout: 250 seconds)
1053 [09:48:45] *** Quits: multi_io (~olaf@replaced-ip ) (Ping timeout: 246 seconds)
1054 [09:48:52] *** Quits: jason3 (~jason4@replaced-ip ) (Ping timeout: 260 seconds)
1055 [09:49:28] *** Quits: julius_ (~jason4@replaced-ip ) (Ping timeout: 272 seconds)
1056 [09:49:28] *** Quits: pipeep (~pipeep@replaced-ip ) (Ping timeout: 272 seconds)
1057 [09:50:20] *** Joins: wonderworld (~ww@replaced-ip )
1058 [09:50:35] *** Joins: Specialist (~tg@replaced-ip )
1059 [09:50:42] *** Joins: multi_io (~olaf@replaced-ip )
1060 [09:51:16] *** Joins: pipeep (~pipeep@replaced-ip )
1061 [09:51:26] *** Joins: hualet (~hualet@replaced-ip )
1062 [09:51:31] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
1063 [09:53:51] *** Quits: h9 (Elite17198@replaced-ip ) (Ping timeout: 264 seconds)
1064 [09:55:33] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 258 seconds)
1065 [09:55:48] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 272 seconds)
1066 [09:56:01] <sbstn> zifxify: I think you just need to configure crypttab and fstab, then update initramfs
1067 [09:56:51] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 264 seconds)
1068 [09:56:52] *** Joins: btf (~btf@replaced-ip )
1069 [09:59:16] *** Joins: jason3 (~jason4@replaced-ip )
1070 [09:59:20] *** Joins: julius_ (~jason4@replaced-ip )
1071 [09:59:31] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
1072 [09:59:48] *** Joins: cousin_luigi (shellful@replaced-ip )
1073 [09:59:50] <cousin_luigi> Greetings.
1074 [10:00:05] <cousin_luigi> Would you recommend haveged on a router?
1075 [10:00:19] *** Joins: h9 (Elite17198@replaced-ip )
1076 [10:00:51] *** Quits: TyrfingMjolnir (~Tyrfing@replaced-ip ) (Ping timeout: 240 seconds)
1077 [10:01:04] *** Parts: jwe_ (~jwe@replaced-ip )
1078 [10:01:06] *** Parts: __jwe__ (~jwe@replaced-ip )
1079 [10:01:40] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1080 [10:02:08] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 272 seconds)
1081 [10:03:31] *** Joins: user123irc (~quassel@replaced-ip )
1082 [10:04:20] *** Joins: SlaGTaTs (~bilbo@replaced-ip )
1083 [10:04:31] *** Parts: Zliba (~Zliba@replaced-ip )
1084 [10:04:49] *** Joins: AimHere (~bod@replaced-ip )
1085 [10:05:13] *** Joins: Envil (~envil@replaced-ip )
1086 [10:06:11] *** Quits: choonming (~choonming@replaced-ip ) (Quit: This computer has gone to sleep)
1087 [10:08:05] *** Joins: timahvo1 (~rogue@replaced-ip )
1088 [10:09:20] <zifxify> sbstn: crypttab is configured to unlock the device , fstab also contains /dev/mapper/vg0-usr and is available in userspace but systemd complains about /usr when not pre-mounted replaced-url
1089 [10:13:45] *** Joins: woshty (~irc@replaced-ip )
1090 [10:14:08] *** Joins: flux242 (~chatzilla@replaced-ip )
1091 [10:14:17] *** Parts: flux242 (~chatzilla@replaced-ip )
1092 [10:15:06] *** Quits: alfred_ (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
1093 [10:15:07] *** Quits: aaro (~aaro@replaced-ip ) (Quit: aaro)
1094 [10:15:13] *** Joins: __jwe__ (~jwe@replaced-ip )
1095 [10:15:29] *** Joins: choonming (~choonming@replaced-ip )
1096 [10:16:05] *** Parts: __jwe__ (~jwe@replaced-ip )
1097 [10:16:18] *** Joins: haasn (~haasn@replaced-ip )
1098 [10:16:25] *** Joins: __jwe__ (~jwe@replaced-ip )
1099 [10:19:11] *** Joins: alfred_ (~quassel@replaced-ip )
1100 [10:19:14] *** Joins: rimdeker (~rimdeker@replaced-ip )
1101 [10:19:16] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 252 seconds)
1102 [10:20:22] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 260 seconds)
1103 [10:20:46] *** Joins: JiiKoo (~dant@replaced-ip )
1104 [10:21:27] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 264 seconds)
1105 [10:23:33] *** Quits: Two_Puppys (~Two_Puppy@replaced-ip ) (Quit: Leaving)
1106 [10:23:36] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1107 [10:23:40] *** Joins: jubo2 (~juboxi@replaced-ip )
1108 [10:23:53] *** Quits: jubo2 (~juboxi@replaced-ip ) (Changing host)
1109 [10:23:53] *** Joins: jubo2 (~juboxi@replaced-ip )
1110 [10:25:11] *** Quits: paperd (~micas@replaced-ip ) (Ping timeout: 240 seconds)
1111 [10:25:28] *** Joins: denisk (~denisk@replaced-ip )
1112 [10:27:01] *** Joins: xtk (~xtk@replaced-ip )
1113 [10:27:45] *** Joins: yeticry (~yeticry@replaced-ip )
1114 [10:27:58] *** Quits: choonming (~choonming@replaced-ip ) (Quit: Leaving)
1115 [10:28:03] *** Quits: calbasi (~calbasi@replaced-ip ) (Ping timeout: 264 seconds)
1116 [10:30:30] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 276 seconds)
1117 [10:30:43] *** Joins: Dinux (~Yorick@replaced-ip )
1118 [10:31:12] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Quit: Saliendo)
1119 [10:32:03] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 240 seconds)
1120 [10:32:51] *** Quits: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip ) (Ping timeout: 250 seconds)
1121 [10:35:09] *** Quits: veebull_ (~veebull@replaced-ip ) (Read error: Connection reset by peer)
1122 [10:35:16] *** Joins: alfred__ (~quassel@replaced-ip )
1123 [10:36:06] *** Joins: veebull_ (~veebull@replaced-ip )
1124 [10:36:40] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
1125 [10:37:46] *** Quits: l0rdPE (~l0rdPE@replaced-ip ) (Read error: Connection reset by peer)
1126 [10:38:25] *** Joins: cdown_ (~cdown@replaced-ip )
1127 [10:38:29] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1128 [10:38:37] *** Quits: alfred_ (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
1129 [10:39:30] *** Quits: Ota-kun (~Ota@replaced-ip ) (Ping timeout: 272 seconds)
1130 [10:39:41] *** Joins: l0rdPE (~l0rdPE@replaced-ip )
1131 [10:40:34] *** Joins: Ota-kun (~Ota@replaced-ip )
1132 [10:40:48] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1133 [10:42:35] *** Joins: shootbird (~quassel@replaced-ip )
1134 [10:43:01] *** Joins: h1t3sh (~hitesh@replaced-ip )
1135 [10:43:07] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1136 [10:43:12] *** Parts: batsoup (~abc@replaced-ip )
1137 [10:43:19] *** Quits: Toris (quasselcor@replaced-ip ) (Remote host closed the connection)
1138 [10:43:26] *** Joins: sm4sh (~smash@replaced-ip )
1139 [10:43:47] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
1140 [10:43:51] *** Quits: Kenrin (~kenrin@replaced-ip ) (Read error: Connection reset by peer)
1141 [10:44:09] *** Quits: veebull_ (~veebull@replaced-ip ) (Read error: Connection reset by peer)
1142 [10:44:18] *** Joins: Kenrin (~kenrin@replaced-ip )
1143 [10:44:37] *** Joins: veebull_ (~veebull@replaced-ip )
1144 [10:45:14] *** Quits: Starduster (~guest@replaced-ip ) ()
1145 [10:45:15] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1146 [10:45:20] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Ping timeout: 244 seconds)
1147 [10:45:50] *** Quits: alfred__ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1148 [10:46:52] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
1149 [10:47:02] *** Joins: maddawg1 (~maddawg@replaced-ip )
1150 [10:47:06] *** Quits: abrotman (~abrotman@replaced-ip ) (Ping timeout: 272 seconds)
1151 [10:47:14] *** Joins: _KaszpiR__ (quasselcor@replaced-ip )
1152 [10:47:15] *** Quits: tyler-baker (tyler-bake@replaced-ip ) (Ping timeout: 264 seconds)
1153 [10:47:33] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 240 seconds)
1154 [10:47:51] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 264 seconds)
1155 [10:47:55] *** Quits: bgardner (~bgardner@replaced-ip ) (Ping timeout: 244 seconds)
1156 [10:48:01] *** debhelper sets mode: +l 1612
1157 [10:48:03] *** Quits: ProfessorKaos64 (~mikeyd@replaced-ip ) (Ping timeout: 276 seconds)
1158 [10:48:22] *** Quits: l0rdPE (~l0rdPE@replaced-ip ) (Ping timeout: 272 seconds)
1159 [10:48:33] *** Joins: abrotman (~abrotman@replaced-ip )
1160 [10:48:36] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 246 seconds)
1161 [10:48:54] *** Quits: pyface (~pyface@replaced-ip ) (Quit: Leaving)
1162 [10:49:00] *** Quits: sosby (~josh@replaced-ip ) (Ping timeout: 272 seconds)
1163 [10:49:14] *** Quits: rocksteady (~tyfoo@replaced-ip ) (Quit: have phun)
1164 [10:49:38] *** Quits: ryouma (~user@replaced-ip ) (Ping timeout: 272 seconds)
1165 [10:49:53] *** Joins: alfred_ (~quassel@replaced-ip )
1166 [10:49:56] *** Quits: crdil (~crdil@replaced-ip ) (Ping timeout: 258 seconds)
1167 [10:50:02] *** Joins: bgardner (~bgardner@replaced-ip )
1168 [10:50:10] *** Joins: aegirs (~aegirs@replaced-ip )
1169 [10:50:16] *** Quits: Fusl (Fusl@replaced-ip ) (Ping timeout: 272 seconds)
1170 [10:50:16] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 272 seconds)
1171 [10:50:16] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1172 [10:50:40] *** Joins: l0rdPE (~l0rdPE@replaced-ip )
1173 [10:50:48] *** Joins: hanasaki (~hanasaki@replaced-ip )
1174 [10:50:54] *** Quits: maddawg (~maddawg@replaced-ip ) (Ping timeout: 272 seconds)
1175 [10:50:54] *** Quits: transhuman (~transhuma@replaced-ip ) (Ping timeout: 272 seconds)
1176 [10:50:54] *** Quits: Walex (~Walex@replaced-ip ) (Ping timeout: 272 seconds)
1177 [10:50:54] *** Quits: churnd (~churnd@replaced-ip ) (Ping timeout: 272 seconds)
1178 [10:51:08] *** Joins: sosby (~josh@replaced-ip )
1179 [10:51:09] *** Joins: easyshekels (~easysheke@replaced-ip )
1180 [10:51:17] *** Joins: flux242 (~chatzilla@replaced-ip )
1181 [10:51:25] *** Joins: crdil (~crdil@replaced-ip )
1182 [10:51:33] *** Joins: churnd (~churnd@replaced-ip )
1183 [10:51:42] *** Joins: transhuman (~transhuma@replaced-ip )
1184 [10:51:54] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 258 seconds)
1185 [10:51:58] *** Joins: Walex (~Walex@replaced-ip )
1186 [10:52:02] *** Parts: flux242 (~chatzilla@replaced-ip )
1187 [10:52:20] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1188 [10:52:29] *** Joins: Toris (quasselcor@replaced-ip )
1189 [10:53:00] *** Joins: ProfessorKaos64 (~mikeyd@replaced-ip )
1190 [10:53:06] *** Quits: shingouz (~doowop@replaced-ip ) (Read error: Connection reset by peer)
1191 [10:53:06] *** Joins: coweater (~coweater@replaced-ip )
1192 [10:53:30] *** Joins: dreamseeker (~dreamseek@replaced-ip )
1193 [10:54:05] *** Quits: dreamseeker_ (~dreamseek@replaced-ip ) (Ping timeout: 250 seconds)
1194 [10:54:11] *** Joins: tyler-baker (tyler-bake@replaced-ip )
1195 [10:54:13] *** Joins: Fusl (Fusl@replaced-ip )
1196 [10:54:19] *** Joins: shingouz (~doowop@replaced-ip )
1197 [10:54:31] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 250 seconds)
1198 [10:56:03] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1199 [10:56:37] *** Joins: robotroll (~robotroll@replaced-ip )
1200 [10:57:08] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
1201 [10:57:42] *** Joins: dayten (~gnoid@replaced-ip )
1202 [10:58:10] *** Joins: cR3Zx (~Viowel@replaced-ip )
1203 [11:01:32] *** Joins: xdream (~Mork_Vom_@replaced-ip )
1204 [11:02:45] *** Quits: coweater (~coweater@replaced-ip ) (Ping timeout: 250 seconds)
1205 [11:02:51] *** Quits: rimdeker (~rimdeker@replaced-ip ) (Remote host closed the connection)
1206 [11:03:46] *** Joins: Engys (~Engys@replaced-ip )
1207 [11:06:50] *** Quits: xdream (~Mork_Vom_@replaced-ip ) (Quit: Leaving)
1208 [11:08:07] *** Joins: xdream (~Mork_Vom_@replaced-ip )
1209 [11:08:21] *** Joins: dr4kk4r^ (~dr4kk4r^@replaced-ip )
1210 [11:09:02] *** Parts: dr4kk4r^ (~dr4kk4r^@replaced-ip )
1211 [11:10:36] *** Quits: xdream (~Mork_Vom_@replaced-ip ) (Client Quit)
1212 [11:11:07] *** Joins: Brigo (~Brigo@replaced-ip )
1213 [11:13:09] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
1214 [11:13:12] *** Quits: b (~coffee@replaced-ip ) (Remote host closed the connection)
1215 [11:14:11] *** Joins: kiao2938 (~mj@replaced-ip )
1216 [11:14:33] *** Joins: robotroll (~robotroll@replaced-ip )
1217 [11:15:32] *** Joins: edgrey (~edgrey@replaced-ip )
1218 [11:15:46] *** Joins: beastie_ (~beastie@replaced-ip )
1219 [11:17:42] *** Quits: catsup (d@replaced-ip ) (Read error: Connection reset by peer)
1220 [11:17:52] *** Joins: catsup (~d@replaced-ip )
1221 [11:18:00] *** debhelper sets mode: +l 1618
1222 [11:18:03] *** Joins: brokencycle (~brokencyc@replaced-ip )
1223 [11:18:31] *** Quits: catsup (~d@replaced-ip ) (Read error: Connection reset by peer)
1224 [11:19:28] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
1225 [11:19:37] *** Joins: denisk (~denisk@replaced-ip )
1226 [11:20:31] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1227 [11:20:49] *** h4ndy is now known as H4ndy
1228 [11:21:09] *** Joins: sm4sh (~smash@replaced-ip )
1229 [11:23:51] *** Quits: jason3 (~jason4@replaced-ip ) (Ping timeout: 240 seconds)
1230 [11:23:57] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 260 seconds)
1231 [11:24:05] *** Quits: julius_ (~jason4@replaced-ip ) (Ping timeout: 244 seconds)
1232 [11:24:10] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 252 seconds)
1233 [11:27:55] *** Joins: StathisA (~StathisA@replaced-ip )
1234 [11:28:58] *** Joins: ccsdss (~ray@replaced-ip )
1235 [11:29:02] *** Parts: ccsdss (~ray@replaced-ip )
1236 [11:29:16] *** Joins: cyberwolf (~manjaro-k@replaced-ip )
1237 [11:29:32] *** Joins: z0ran (~z0ran@replaced-ip )
1238 [11:29:44] *** Joins: mekeor (~quassel@replaced-ip )
1239 [11:29:51] *** Quits: jthomas (~jthomas@replaced-ip ) (Ping timeout: 240 seconds)
1240 [11:29:56] <cyberwolf> hello world
1241 [11:30:47] *** Joins: towo` (~towo@replaced-ip )
1242 [11:31:29] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Disconnected by services)
1243 [11:31:43] *** Joins: alexandr1 (~alexandro@replaced-ip )
1244 [11:31:58] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1245 [11:32:03] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 240 seconds)
1246 [11:32:57] *** Joins: KaliLinuxGR (~alexandro@replaced-ip )
1247 [11:33:37] *** Joins: patterson (~patterson@replaced-ip )
1248 [11:34:30] *** Joins: Quatroking (~Martijn@replaced-ip )
1249 [11:34:38] *** Joins: bobe (~bobe@replaced-ip )
1250 [11:35:03] *** Joins: alfred__ (~quassel@replaced-ip )
1251 [11:35:59] *** Joins: jthomas (~jthomas@replaced-ip )
1252 [11:37:35] *** Quits: soee (~soee@replaced-ip ) (Remote host closed the connection)
1253 [11:37:35] *** Joins: raphyduck (~raph@replaced-ip )
1254 [11:37:56] *** Joins: Sygram (c9ca5306@replaced-ip )
1255 [11:38:01] *** debhelper sets mode: +l 1625
1256 [11:38:06] <Sygram> hi all
1257 [11:38:19] <Sygram> im having some trouble with my debian installation
1258 [11:38:30] <Sygram> im getting sudo: command not found
1259 [11:38:40] *** Quits: fowlslegs (~fowlslegs@replaced-ip ) (Ping timeout: 258 seconds)
1260 [11:38:49] <Sygram> and I did an apt-get install sudo
1261 [11:39:09] *** Joins: MaBunny (~Peter@replaced-ip )
1262 [11:39:27] *** Quits: alfred_ (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1263 [11:39:36] <Sygram> and i get "media change: please insert the disc labeledel debian.... in the drive /media/cdrom' but i was doing an usb installation
1264 [11:40:18] *** Quits: cooldude (~cooldude1@replaced-ip ) (Ping timeout: 272 seconds)
1265 [11:40:27] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 250 seconds)
1266 [11:41:09] *** Joins: hualet (~hualet@replaced-ip )
1267 [11:41:29] <teraflops> Sygram: take a look at your /etc/apt/sources.list and you'll know why apt keeps asking about installation disks
1268 [11:41:32] *** Joins: careta (~botto@replaced-ip )
1269 [11:41:45] *** Joins: dreamon_ (~dreamon@replaced-ip )
1270 [11:42:16] *** Joins: cooldude (~cooldude1@replaced-ip )
1271 [11:42:19] *** Joins: si_kabayan (~si_kabaya@replaced-ip )
1272 [11:42:27] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 264 seconds)
1273 [11:42:31] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
1274 [11:42:39] *** Joins: denisk (~denisk@replaced-ip )
1275 [11:42:43] <Sygram> k let me check
1276 [11:43:52] <Sygram> yeah well
1277 [11:43:57] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Max SendQ exceeded)
1278 [11:44:06] <Sygram> the thing is i cant execute a sinngle sudo command
1279 [11:44:17] <Sygram> because apparently it is not install
1280 [11:44:38] <Sygram> i was trying to run sudo sed -i '/cdrom/d' /etc/apt/sources.list
1281 [11:45:15] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 276 seconds)
1282 [11:45:17] <teraflops> Sygram: what's your issue then?
1283 [11:45:24] *** Joins: soee (~soee@replaced-ip )
1284 [11:45:25] *** Joins: dreamon (~dreamon@replaced-ip )
1285 [11:45:37] <Sygram> im following this guide replaced-url
1286 [11:45:57] <Sygram> im stuck in the sudo ip link set dev wlan0 up
1287 [11:45:59] <Sygram> step
1288 [11:46:05] <Sygram> because i cant run sudo commands
1289 [11:46:41] *** Joins: luckman212 (~luckman21@replaced-ip )
1290 [11:46:41] *** Quits: luckman212 (~luckman21@replaced-ip ) (Changing host)
1291 [11:46:41] *** Joins: luckman212 (~luckman21@replaced-ip )
1292 [11:46:42] *** Joins: bollocks_2 (~bollocks@replaced-ip )
1293 [11:46:43] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 252 seconds)
1294 [11:47:31] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Ping timeout: 240 seconds)
1295 [11:48:18] *** Joins: jackbrown (~se@replaced-ip )
1296 [11:49:44] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip )
1297 [11:49:49] *** Quits: bollocks_2 (~bollocks@replaced-ip ) (Client Quit)
1298 [11:50:15] *** Quits: __jwe__ (~jwe@replaced-ip ) (Quit: Leaving)
1299 [11:50:29] <teraflops> Sygram: sorry im not going to read that tutorial. you want to install packages, setup your sources.list to pick either a mirror or a cdrom do apt-get update and them install whatever you want. you dont need sudo, just su - unless you said *no* to allow root login during installation
1300 [11:50:32] *** Joins: uZiel (~uZiel@replaced-ip )
1301 [11:50:33] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
1302 [11:51:02] *** Joins: bollocks_k (~bollocks@replaced-ip )
1303 [11:51:20] <teraflops> but in this case i suppose debian installs sudo
1304 [11:51:27] *** Quits: maolang (~denis@replaced-ip ) (Ping timeout: 264 seconds)
1305 [11:51:40] <teraflops> so su - would be fine I suppose
1306 [11:51:53] *** Joins: maolang (~denis@replaced-ip )
1307 [11:52:07] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
1308 [11:52:21] *** Joins: dreamon (~dreamon@replaced-ip )
1309 [11:52:56] <teraflops> if you dont know you can do su - if you dont have sudo you have major problems there, no offense intended
1310 [11:52:59] *** Joins: bony (~quassel@replaced-ip )
1311 [11:53:01] *** Joins: blueness (~blueness@replaced-ip )
1312 [11:53:41] *** Parts: pabs3 (~pabs@replaced-ip )
1313 [11:55:17] *** Joins: czesmir (~stefan@replaced-ip )
1314 [11:55:21] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1315 [11:55:42] *** Joins: pavlushka (~Pavel@replaced-ip )
1316 [11:55:54] *** Joins: sm4sh (~smash@replaced-ip )
1317 [11:56:14] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
1318 [11:56:17] *** Parts: cyberwolf (~manjaro-k@replaced-ip )
1319 [11:57:56] *** Joins: sphenxes (~sphenxes@replaced-ip )
1320 [11:58:00] *** debhelper sets mode: +l 1633
1321 [11:58:02] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 272 seconds)
1322 [11:59:38] *** Joins: Piratmajor (~Piratmajo@replaced-ip )
1323 [12:00:01] *** Quits: jackbrown (~se@replaced-ip ) (Remote host closed the connection)
1324 [12:00:07] *** Joins: Kyokushin (~Kyokushin@replaced-ip )
1325 [12:00:08] *** Parts: uZiel (~uZiel@replaced-ip )
1326 [12:00:13] *** Joins: B[]rG (~Borg@replaced-ip )
1327 [12:01:13] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
1328 [12:01:57] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1329 [12:02:28] *** Joins: wonderworld (~ww@replaced-ip )
1330 [12:02:34] *** Joins: __jwe__ (~jwe@replaced-ip )
1331 [12:02:50] *** Quits: ScottE (~ScottE@replaced-ip ) (Ping timeout: 244 seconds)
1332 [12:02:53] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1333 [12:03:29] *** Joins: rudar (~rudar@replaced-ip )
1334 [12:04:03] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
1335 [12:04:46] *** Joins: agurs (~t7DS@replaced-ip )
1336 [12:05:24] *** Quits: Kyokushin (~Kyokushin@replaced-ip ) (Ping timeout: 276 seconds)
1337 [12:05:31] *** Quits: Al3xG0 (~t7DS@replaced-ip ) (Ping timeout: 240 seconds)
1338 [12:05:37] *** Joins: xiaodong (~xiaodong@replaced-ip )
1339 [12:06:29] *** Joins: dob1 (~federico@replaced-ip )
1340 [12:06:42] *** Quits: Engys (~Engys@replaced-ip ) (Quit: Leaving)
1341 [12:06:44] <dob1> hi, if /home becomes full can you login via ssh?
1342 [12:06:46] *** Quits: si_kabayan (~si_kabaya@replaced-ip ) (Quit: Leaving)
1343 [12:07:14] <dob1> other than quota, can i prevent it to become full?
1344 [12:07:52] *** Joins: jfdh (~jfdh@replaced-ip )
1345 [12:08:11] *** Quits: Specialist (~tg@replaced-ip ) (Ping timeout: 258 seconds)
1346 [12:08:12] *** Joins: jason3 (~jason4@replaced-ip )
1347 [12:08:18] *** Joins: julius_ (~jason4@replaced-ip )
1348 [12:09:24] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
1349 [12:09:37] *** Joins: ScottE (~ScottE@replaced-ip )
1350 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1351 [12:11:21] *** Joins: Coweater (~coweater@replaced-ip )
1352 [12:11:32] *** Joins: robotroll (~robotroll@replaced-ip )
1353 [12:14:22] *** Joins: btf (~btf@replaced-ip )
1354 [12:14:32] *** Joins: dselect (~dselect@replaced-ip )
1355 [12:14:56] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
1356 [12:15:17] *** Joins: jwd (~jwd@replaced-ip )
1357 [12:16:14] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Quit: Leaving)
1358 [12:16:30] *** Joins: mazert_ (~mazert@replaced-ip )
1359 [12:16:41] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
1360 [12:17:47] *** Quits: Cassiopaya (~Discovery@replaced-ip ) (Read error: Connection reset by peer)
1361 [12:17:47] *** Quits: IlNominePatre (~Discovery@replaced-ip ) (Read error: Connection reset by peer)
1362 [12:18:02] *** Joins: ynanm (~quassel@replaced-ip )
1363 [12:18:38] *** Joins: rudaru (~rudar@replaced-ip )
1364 [12:18:42] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
1365 [12:18:46] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1366 [12:19:03] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 276 seconds)
1367 [12:19:14] *** Joins: sm4sh (~smash@replaced-ip )
1368 [12:19:28] *** Joins: timahvo1 (~rogue@replaced-ip )
1369 [12:20:22] *** Joins: roshanavand (~roshanava@replaced-ip )
1370 [12:20:23] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1371 [12:21:00] *** Joins: CrazyTux[m] (~CrazyTuxm@replaced-ip )
1372 [12:21:39] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 276 seconds)
1373 [12:22:02] *** Joins: Kipiatilnik (~Yurij@replaced-ip )
1374 [12:22:16] <Kipiatilnik> please explain how to update kernel on cubian (that's debian for one dev board)? my corrent version is Cubian 3.4.79-sun7i i need that becouse my wifi adapter didn't work on this version of kernel
1375 [12:22:17] *** Quits: rudar (~rudar@replaced-ip ) (Ping timeout: 260 seconds)
1376 [12:22:52] *** Quits: cvr (~cvr@replaced-ip ) (Ping timeout: 260 seconds)
1377 [12:24:00] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 272 seconds)
1378 [12:24:04] *** Joins: pyface (~pyface@replaced-ip )
1379 [12:24:23] *** Joins: timahvo1 (~rogue@replaced-ip )
1380 [12:25:39] *** Quits: CrazyTux[m] (~CrazyTuxm@replaced-ip ) (Ping timeout: 264 seconds)
1381 [12:25:53] *** Joins: dreamon (~dreamon@replaced-ip )
1382 [12:27:03] *** Joins: latemus (~latemus@replaced-ip )
1383 [12:27:28] <babilen> dpkg: cubian
1384 [12:27:28] <dpkg> Cubian is a <derivative> installation image for a specific <armhf> board; #debian doesn't know what exactly the image contains. Ask in #cubian (irc.freenode.net) about issues with the image itself, #cubieboard (irc.freenode.net) about the hardware, or #linux-sunxi (irc.freenode.net) channel for kernel and driver development.
1385 [12:27:31] <babilen> Kipiatilnik: ^
1386 [12:28:27] <Kipiatilnik> ok thank's
1387 [12:28:44] <latemus> hey
1388 [12:29:12] *** Joins: jfdh (~jfdh@replaced-ip )
1389 [12:29:15] *** Joins: sm4sh (~smash@replaced-ip )
1390 [12:29:27] <latemus> im using jesse 8.5. i've configured a static ip viaarg
1391 [12:30:13] *** Parts: Kipiatilnik (~Yurij@replaced-ip )
1392 [12:30:21] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1393 [12:30:27] <latemus> static ip via interfaces file. my problem is that after adding my nameservers to /etc/resolv.conf, when i reboot, the changes do n not persist
1394 [12:30:35] *** Joins: sebastianlutter (~sebastian@replaced-ip )
1395 [12:30:39] <latemus> res
1396 [12:30:45] <latemus> olvconf is not installed
1397 [12:31:02] <latemus> why
1398 [12:31:54] *** Joins: loopdo (~m@replaced-ip )
1399 [12:32:45] *** Quits: xingu (~xingu@replaced-ip ) (Remote host closed the connection)
1400 [12:32:46] *** rudaru is now known as rudar
1401 [12:32:51] *** Joins: crazyglitch (~crazyglit@replaced-ip )
1402 [12:32:58] <loopdo> i've had the same problem. why don't changes to /etc/resolv.conf persist accross reboot?
1403 [12:33:03] *** Joins: cvr (~cvr@replaced-ip )
1404 [12:33:23] <latemus> wish i knew bro
1405 [12:34:16] *** Joins: sm4sh (~smash@replaced-ip )
1406 [12:34:48] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
1407 [12:35:21] *** Quits: latemus (~latemus@replaced-ip ) (Remote host closed the connection)
1408 [12:35:42] *** loopdo is now known as latemus
1409 [12:35:53] *** Quits: latemus (~m@replaced-ip ) (Changing host)
1410 [12:35:53] *** Joins: latemus (~m@replaced-ip )
1411 [12:36:04] *** Quits: Sygram (c9ca5306@replaced-ip ) (Ping timeout: 250 seconds)
1412 [12:36:35] <teraflops> latemus: go install it?
1413 [12:37:04] *** Joins: AngeFede (~f3d3@replaced-ip )
1414 [12:37:11] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 240 seconds)
1415 [12:37:18] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
1416 [12:37:59] *** Quits: Tarjaizaid (~Sylvain@replaced-ip ) (Quit: WeeChat 1.5)
1417 [12:39:34] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Quit: leaving)
1418 [12:40:08] *** Joins: SPF|Cloud (uid11755@replaced-ip )
1419 [12:40:08] *** Quits: SPF|Cloud (uid11755@replaced-ip ) (Changing host)
1420 [12:40:08] *** Joins: SPF|Cloud (uid11755@replaced-ip )
1421 [12:40:13] <latemus> teraflops: sorry -- i wasnt clear. i dont want to use resolvconf, i'm using /etc/network/interfaces, and the debian guide section 5.5.5 says that when using /etc/network/interfaces you have to manually edit /etc/resolv.conf (like on traditional unices), but my changes to /etc/resolv.conf dont persist across reboot, the file is being dynamically regenerated somehow. why?
1422 [12:40:33] *** Joins: Tarjaizaid (~Sylvain@replaced-ip )
1423 [12:40:34] *** Joins: xiaodong (~xiaodong@replaced-ip )
1424 [12:41:01] <teraflops> do you do dhcp?
1425 [12:41:38] *** Joins: loopdo (~latemus@replaced-ip )
1426 [12:42:01] <latemus> nam man, i'm setting up a static ip address
1427 [12:42:07] *** Joins: ByteStorm (~Peter@replaced-ip )
1428 [12:42:14] <latemus> s/nam/nah/
1429 [12:43:04] <teraflops> mind pasting your /e/n/I file?
1430 [12:43:22] <latemus> np, one sec. rebooting first
1431 [12:43:25] *** Quits: latemus (~m@replaced-ip ) (Quit: leaving)
1432 [12:43:29] *** Joins: firewated (uid147916@replaced-ip )
1433 [12:44:03] *** Quits: MaBunny (~Peter@replaced-ip ) (Ping timeout: 240 seconds)
1434 [12:44:12] *** Joins: hualet (~hualet@replaced-ip )
1435 [12:44:14] *** ByteStorm is now known as OtakuSenpai
1436 [12:44:56] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1437 [12:45:24] *** Joins: sm4sh (~smash@replaced-ip )
1438 [12:45:57] <donoban> jmcnaught: teraflops, I'm trying to switch libvirt to my normal user (instead running it as root) but I'm getting an error when I start a a Network with virsh net-start . are you using qemu:///system or qemu:///session?
1439 [12:47:19] *** Quits: Quatroking (~Martijn@replaced-ip ) (Read error: Connection reset by peer)
1440 [12:47:48] *** Joins: latemus (~latemus@replaced-ip )
1441 [12:47:51] <donoban> should I expect a x4 read speed from a mdraid-10?
1442 [12:48:00] *** debhelper sets mode: +l 1641
1443 [12:48:03] <teraflops> donoban: oh I just do plain quemu or virt-manager and I do qemu:///system in virt-manager
1444 [12:48:10] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1445 [12:48:27] *** Quits: sebastianlutter (~sebastian@replaced-ip ) (Ping timeout: 264 seconds)
1446 [12:48:31] <donoban> hi teraflops, could you check what user is running your qemu process?
1447 [12:48:41] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1448 [12:49:14] *** Joins: btf (~btf@replaced-ip )
1449 [12:49:23] *** Joins: mavhq (~quassel@replaced-ip )
1450 [12:50:14] <latemus> teraflops: replaced-url
1451 [12:51:06] <teraflops> donoban: I have no debian achine at hand right nwo. If you really want me to do so give a few minutes
1452 [12:51:20] *** Quits: h1t3sh (~hitesh@replaced-ip ) (Quit: Leaving)
1453 [12:51:36] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
1454 [12:51:43] <donoban> well, don't worry if it's too much problem :)
1455 [12:51:46] *** Joins: pi___ (~pi@replaced-ip )
1456 [12:51:48] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 246 seconds)
1457 [12:51:57] *** Quits: sphenxes02 (~sphenxes@replaced-ip ) (Ping timeout: 250 seconds)
1458 [12:52:54] <teraflops> donoban: according to replaced-url
1459 [12:53:00] *** Joins: sphenxes (~sphenxes@replaced-ip )
1460 [12:53:12] <latemus> teraflops: you mean me?
1461 [12:53:16] <teraflops> yes
1462 [12:53:29] <latemus> k i'll take a look, thanks teraflops
1463 [12:54:07] <teraflops> if you do have resolvconf package installed you do the dns-nameservers thing in /e/n/i, if you dont you just edit /etc/resolv.conf file unless im getting replaced-url
1464 [12:54:08] *** Joins: cyan__ (~cyan@replaced-ip )
1465 [12:55:40] <latemus> teraflops: ah, thanks much for that crarification
1466 [12:56:44] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Remote host closed the connection)
1467 [12:56:59] *** Joins: a1 (~a1@replaced-ip )
1468 [12:56:59] <teraflops> latemus: if you have resolvconf package installed and your /etc/resolv.conf still gets overwritten, then there's something else you are missing
1469 [12:57:47] <teraflops> donoban: nah, wait I recall I have one debian jessie here with qemu and virt manager
1470 [12:57:50] *** Joins: hanfm (~Thunderbi@replaced-ip )
1471 [12:57:56] *** Quits: zifxify (54c1fd47@replaced-ip ) (Quit: Page closed)
1472 [12:57:59] <donoban> nice
1473 [12:58:18] *** Quits: pi___ (~pi@replaced-ip ) (Quit: leaving)
1474 [12:58:26] *** Quits: pyface (~pyface@replaced-ip ) (Ping timeout: 240 seconds)
1475 [12:58:34] <latemus> okay. i think that youre caught the error, my theory is that because of the resolvconf directives in /e/n/i, resolv.conf was being generated. i'll reboot now and see, thanks teraflops
1476 [12:58:44] *** Quits: latemus (~latemus@replaced-ip ) (Remote host closed the connection)
1477 [13:01:03] *** Quits: careta (~botto@replaced-ip ) (Ping timeout: 240 seconds)
1478 [13:02:03] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
1479 [13:02:27] *** Joins: latemus (~latemus@replaced-ip )
1480 [13:02:39] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 246 seconds)
1481 [13:03:05] *** Joins: Brigo (~Brigo@replaced-ip )
1482 [13:03:55] <latemus> hm, still regenerating resolv.conf. here's the new /etc/network/interfaces file: replaced-url
1483 [13:04:08] *** Quits: lucaswan_ (~lucaswang@replaced-ip ) (Remote host closed the connection)
1484 [13:04:35] *** Joins: lucaswang (~lucaswang@replaced-ip )
1485 [13:04:52] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1486 [13:04:56] <latemus> wierder still is that resolv.conf is generated with an ipv6 address for the nameserver field, and i have only configured 'inet' as opposed to 'inet6' in /etc/network/interfaces
1487 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1488 [13:05:28] *** Joins: ByteStorm (~Peter@replaced-ip )
1489 [13:05:46] *** Joins: hualet (~hualet@replaced-ip )
1490 [13:05:49] *** Joins: dpkg (~dpkg@replaced-ip )
1491 [13:06:23] <latemus> but why, #debian at six am
1492 [13:06:31] *** Quits: OtakuSenpai (~Peter@replaced-ip ) (Ping timeout: 240 seconds)
1493 [13:07:11] *** Quits: Uf0 (~luna@replaced-ip ) (Read error: Connection reset by peer)
1494 [13:07:11] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
1495 [13:07:33] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 250 seconds)
1496 [13:08:21] <latemus> echo $(which resolvconf) returns nothing
1497 [13:08:23] <teraflops> latemus: is your router doing ra or something like that?
1498 [13:08:32] <latemus> teraflops: no sire.
1499 [13:08:45] *** Joins: Uf0 (~luna@replaced-ip )
1500 [13:10:09] <latemus> im going to ingorantly blame systemd
1501 [13:10:12] <latemus> lel
1502 [13:10:23] *** Joins: lord_rob (~robert@replaced-ip )
1503 [13:11:25] *** Joins: arobase (~arobase@replaced-ip )
1504 [13:11:42] <latemus> arg, why cant a flat text file be enough
1505 [13:12:00] <latemus> wtf evil demon is ruinging my laife rn
1506 [13:12:00] <teraflops> donoban: virt-manager runs as my user and qemu runs as libvirt user
1507 [13:12:39] <donoban> could you su libvirt and check the groups where it is?
1508 [13:12:45] <donoban> it's on KVM?
1509 [13:13:30] *** Joins: sm4sh (~smash@replaced-ip )
1510 [13:13:53] *** Quits: roshanavand (~roshanava@replaced-ip ) (Quit: This computer has gone to sleep)
1511 [13:14:46] *** Joins: Specialist (~tg@replaced-ip )
1512 [13:15:15] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 246 seconds)
1513 [13:16:01] *** Joins: roshanavand (~roshanava@replaced-ip )
1514 [13:16:16] <teraflops> donoban: stock debian jessie here, /etc/libvirt/qemu.conf all commented out (no user or group manually set), my user is uid=1000(teraflops) gid=1000(teraflops) groups=1000(teraflops),122(libvirt),124(libvirt-qemu)
1515 [13:16:19] *** Joins: grimsley (~grimsley@replaced-ip )
1516 [13:17:24] <teraflops> donoban: you cannot su libvirt-qemu, its's a group
1517 [13:17:25] *** Joins: timahvo1 (~rogue@replaced-ip )
1518 [13:17:28] <teraflops> it's*
1519 [13:17:33] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1520 [13:18:10] <teraflops> I also cannot su libvirt
1521 [13:18:32] *** Quits: roshanavand (~roshanava@replaced-ip ) (Client Quit)
1522 [13:18:34] *** Joins: AimHere (~bod@replaced-ip )
1523 [13:18:35] <donoban> uhM
1524 [13:18:49] *** Joins: IdleGandalf (~IdleGanda@replaced-ip )
1525 [13:18:58] <donoban> could you 'grep kvm /etc/groups' ?
1526 [13:19:12] <donoban> group
1527 [13:19:27] *** Joins: roshanavand (~roshanava@replaced-ip )
1528 [13:19:29] <teraflops> donoban: also replaced-url
1529 [13:19:39] *** Joins: sander85 (~sander@replaced-ip )
1530 [13:20:01] *** Joins: lesik (~lesik@replaced-ip )
1531 [13:20:51] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
1532 [13:20:57] <donoban> there is nobody on kvm group?
1533 [13:21:00] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1534 [13:21:19] *** Quits: cvr (~cvr@replaced-ip ) (Ping timeout: 252 seconds)
1535 [13:21:28] *** Joins: shootbird (~quassel@replaced-ip )
1536 [13:21:34] *** Joins: Rephlexie (~Rephlexie@replaced-ip )
1537 [13:21:37] *** Joins: rimdeker (~rimdeker@replaced-ip )
1538 [13:21:39] <teraflops> donoban: as I said stck debian jessie here /etc/libvirt/qemu.conf untouched
1539 [13:21:40] *** Joins: mDm^ (~richard@replaced-ip )
1540 [13:21:45] <teraflops> stock*
1541 [13:21:50] <donoban> and do you have kvm enabled there?
1542 [13:22:05] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1543 [13:22:06] *** Joins: aaro (~aaro@replaced-ip )
1544 [13:22:07] *** Quits: roshanavand (~roshanava@replaced-ip ) (Client Quit)
1545 [13:22:21] *** Joins: roshanavand (~roshanava@replaced-ip )
1546 [13:23:08] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
1547 [13:23:39] *** Quits: roshanavand (~roshanava@replaced-ip ) (Client Quit)
1548 [13:24:29] *** Joins: cvr (~cvr@replaced-ip )
1549 [13:25:10] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 252 seconds)
1550 [13:25:14] *** Quits: galex|713 (~galex-713@replaced-ip ) (Ping timeout: 258 seconds)
1551 [13:25:19] <teraflops> donoban: replaced-url
1552 [13:25:49] *** Joins: sm4sh (~smash@replaced-ip )
1553 [13:26:25] <teraflops> donoban: how did you create your user there?
1554 [13:27:11] *** Joins: hualet (~hualet@replaced-ip )
1555 [13:27:45] <donoban> uhM, my user?
1556 [13:28:01] *** debhelper sets mode: +l 1647
1557 [13:28:03] *** Quits: NightKhaos (~NK@replaced-ip ) (Ping timeout: 264 seconds)
1558 [13:28:07] <teraflops> yeah is your user no the same groups as mine?
1559 [13:28:13] <teraflops> on*
1560 [13:28:31] <teraflops> 122(libvirt),124(libvirt-qemu)
1561 [13:28:35] <donoban> yes
1562 [13:28:37] <donoban> ahm
1563 [13:28:48] <donoban> yes
1564 [13:28:52] <donoban> and kvm also
1565 [13:28:53] *** Joins: NightKhaos (~NK@replaced-ip )
1566 [13:28:59] <teraflops> and you restore /etc/libvirt/qemu.conf to it's stock state?
1567 [13:29:28] <donoban> yes, all commented
1568 [13:29:31] <teraflops> and then restarted libvirtd?
1569 [13:30:16] *** Joins: Seryth (~Matrix@replaced-ip )
1570 [13:30:16] *** Quits: Seryth (~Matrix@replaced-ip ) (Changing host)
1571 [13:30:16] *** Joins: Seryth (~Matrix@replaced-ip )
1572 [13:30:17] <donoban> yes
1573 [13:30:22] <teraflops> if yes to all try droping the user frm kvm group and start virt-manager and create a new connectio jto the hypervisor
1574 [13:30:43] <donoban> I'm now also with error: internal error: process exited while connecting to monitor: Could not access KVM kernel module: Permission denied
1575 [13:30:50] <teraflops> sorry^i meant connection to the hypervisor
1576 [13:30:57] *** Joins: Marianitu (~maec@replaced-ip )
1577 [13:30:58] *** Quits: Marianitu (~maec@replaced-ip ) (Max SendQ exceeded)
1578 [13:31:15] *** Joins: Marianitu (~maec@replaced-ip )
1579 [13:31:48] *** Joins: roshanavand (~roshanava@replaced-ip )
1580 [13:31:52] *** Quits: xtk (~xtk@replaced-ip ) (Max SendQ exceeded)
1581 [13:32:23] *** Joins: dionysus69 (~Icedove@replaced-ip )
1582 [13:32:23] <donoban> teraflops: could you check the file permissions on /var/lib/libvirt?
1583 [13:32:33] <donoban> I have one folder with libvirt-qemu, and the other root:root
1584 [13:32:42] *** Joins: xtk (~xtk@replaced-ip )
1585 [13:33:14] *** Quits: SlaGTaTs (~bilbo@replaced-ip ) (Ping timeout: 244 seconds)
1586 [13:34:15] <teraflops> wait installing curl :S
1587 [13:34:30] *** Quits: roshanavand (~roshanava@replaced-ip ) (Client Quit)
1588 [13:34:45] *** Joins: DingoSaar (~hagen@replaced-ip )
1589 [13:35:20] <teraflops> donoban: replaced-url
1590 [13:35:29] *** Joins: SCHAAP137 (~dorian@replaced-ip )
1591 [13:36:23] *** Joins: nse (~leo@replaced-ip )
1592 [13:36:36] <teraflops> also replaced-url
1593 [13:36:55] *** Joins: iDrac (~iDrac@replaced-ip )
1594 [13:37:30] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1595 [13:38:24] <donoban> i can't load first url
1596 [13:38:41] <donoban> lol, eres español xd
1597 [13:38:49] <teraflops> the ix one? loads fine here
1598 [13:39:08] <donoban> maybe tor..
1599 [13:39:09] <teraflops> donoban: yeah ^
1600 [13:39:22] <donoban> ok, uhM
1601 [13:40:10] <donoban> could you check user/groups inside images dir? I guess them should be libvirt-qemu but since I've restored them from a backup I have root instead
1602 [13:40:50] *** Quits: mazert_ (~mazert@replaced-ip ) (Quit: mazert_)
1603 [13:40:58] *** Joins: SpeccyMan (~nick@replaced-ip )
1604 [13:41:59] *** Quits: cR3Zx (~Viowel@replaced-ip ) (Quit: Leaving)
1605 [13:42:15] <teraflops> donoban: sorry I dont get what you say
1606 [13:43:01] <teraflops> you mean the qcow/raw images?
1607 [13:43:03] <donoban> on /var/lib/libvirt/images (which has root:root) should are iso's, qcow files, etc... what permissions have?
1608 [13:43:05] <donoban> yes
1609 [13:43:07] <teraflops> ok
1610 [13:43:52] <teraflops> donoban: replaced-url
1611 [13:44:14] *** Joins: P6hjakonn (~Tinker@replaced-ip )
1612 [13:44:51] <donoban> so it's root:root and 644 and qemu process runs as libvirt-qemu ....
1613 [13:45:06] <donoban> strange?
1614 [13:45:15] <teraflops> donoban: did you just try to drop the user from kvm group and just restart the machine aka doing an itcrowd?
1615 [13:45:29] *** Joins: mazert (~mazert@replaced-ip )
1616 [13:45:38] *** mazert is now known as mazert_
1617 [13:45:40] <teraflops> no it's not if you see the gettent outputs i pasted above
1618 [13:45:58] <donoban> I can't restart the machine from here
1619 [13:46:37] *** Quits: ByteStorm (~Peter@replaced-ip ) (Ping timeout: 252 seconds)
1620 [13:48:13] <teraflops> donoban: you cannot retart the machine from there? what about reboot?
1621 [13:48:20] <donoban> LUKS
1622 [13:48:24] *** Quits: enki (~enki@replaced-ip ) (Read error: Connection reset by peer)
1623 [13:49:02] *** Joins: enki (~enki@replaced-ip )
1624 [13:49:09] <teraflops> well, what will you do when new kernel or reboot is required by an update?
1625 [13:49:46] <teraflops> also threre are methods for dealing with luks remotely, just saying
1626 [13:49:50] <donoban> I will go to his pyhsical place and enter the luks passphrase manually
1627 [13:50:01] <donoban> yes I could think on that, I've installed debian yesterday
1628 [13:50:19] <donoban> I had alpinelinux wich boots and started ssh before unlock the crypto partition
1629 [13:50:27] <donoban> but I had unstable qemu/kvm
1630 [13:50:29] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Quit: hanfm)
1631 [13:50:47] <donoban> segfaults and some total crash, I decided go to most stable way and choose debian ^^
1632 [13:51:19] <donoban> alpinelinux guys seems more focused on containers than virtualization, and qemu / muslc bugs should be hard to fix
1633 [13:51:35] <teraflops> donoban: no idea then, I guess messing with /dev, permissions and so on in a fresh install doesnt look like a good idea
1634 [13:51:58] <donoban> interesrintg, i did chmod 777 /dev/kvm but it doesn't fix anything
1635 [13:52:11] <teraflops> also how do you restart libvirtd?
1636 [13:52:24] <donoban> /etc/initd.d/libvirtd restart
1637 [13:52:47] <teraflops> donoban: there is a systemd service and a virtlockd.socket too
1638 [13:53:19] <teraflops> donoban: sorry but im afraid I cannot help you more than I did
1639 [13:53:20] *** Joins: ChineseGuy (~Thor@replaced-ip )
1640 [13:53:20] <donoban> if I change user to root on /etc/libvirt/qemu.conf and restart libvirt, all works fine :\
1641 [13:53:34] <donoban> hehe don't worry and thx :)
1642 [13:53:35] <teraflops> because /dev I suppose
1643 [13:53:43] <teraflops> that's why I asked you to reboot
1644 [13:53:51] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
1645 [13:53:56] *** Joins: ByteStorm (~Peter@replaced-ip )
1646 [13:54:05] <donoban> I could swtich to root and try to fix it again when I could reboot the machine
1647 [13:54:33] <donoban> and least I know you are using qemu:///system so I can discard qemu:///session way
1648 [13:54:42] <teraflops> letting /dev/kvm get proper permissions after the reboot was my guess
1649 [13:54:51] *** Quits: Guest30104 (irc@replaced-ip ) (Changing host)
1650 [13:54:51] *** Joins: Guest30104 (irc@replaced-ip )
1651 [13:54:51] *** Quits: Guest30104 (irc@replaced-ip ) (Changing host)
1652 [13:54:51] *** Joins: Guest30104 (irc@replaced-ip )
1653 [13:55:12] <teraflops> since it does not allow any group there
1654 [13:55:47] <donoban> how looks your /dev/kvm? 660 ?
1655 [13:56:06] *** Guest30104 is now known as mosene
1656 [13:56:29] *** Joins: torpet_ (~torpet@replaced-ip )
1657 [13:57:06] <teraflops> oh I switched the machine off
1658 [13:57:20] <donoban> ok don't worry, I have to leave
1659 [13:57:26] <donoban> see you and ty for your time and effort ;)
1660 [13:57:33] <teraflops> nah, good luck
1661 [13:57:37] *** Joins: alexandros_c (~alexandro@replaced-ip )
1662 [13:57:38] *** Quits: z0ran (~z0ran@replaced-ip ) (Read error: Connection reset by peer)
1663 [13:57:54] *** Joins: hanfm (~Thunderbi@replaced-ip )
1664 [13:58:01] *** debhelper sets mode: +l 1656
1665 [13:59:03] *** Quits: torpet (~torpet@replaced-ip ) (Ping timeout: 240 seconds)
1666 [13:59:21] *** Joins: Spiffy (~Spiffy@replaced-ip )
1667 [13:59:58] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Quit: IRC for Sailfish 0.9)
1668 [14:00:13] *** Joins: wonderworld (~ww@replaced-ip )
1669 [14:00:22] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
1670 [14:00:30] *** Quits: alexandr1 (~alexandro@replaced-ip ) (Ping timeout: 258 seconds)
1671 [14:00:39] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1672 [14:01:51] *** Joins: WormDude (~wormfood@replaced-ip )
1673 [14:02:00] *** Quits: Gaiseric (~Eex8oo@replaced-ip ) (Quit: leaving)
1674 [14:03:15] *** Joins: PhoenixSTF (~rudi@replaced-ip )
1675 [14:04:36] *** Quits: ChineseGuy (~Thor@replaced-ip##) (Quit: Want to be different? HydraIRC -> ##replaced-url
1676 [14:05:10] *** Joins: denis_k (~denisk@replaced-ip )
1677 [14:05:22] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 260 seconds)
1678 [14:05:51] *** Joins: badiane (~badiane@replaced-ip )
1679 [14:06:04] *** Joins: l3archos (~Icedove@replaced-ip )
1680 [14:07:06] *** Joins: JohK (~zaphod@replaced-ip )
1681 [14:07:09] <JohK> hi
1682 [14:07:36] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 276 seconds)
1683 [14:08:05] <JohK> the desktop/menu search in my kde desktop environment is not working, manually installed baloo and had the indexer run, still not working
1684 [14:08:12] <JohK> any hints?
1685 [14:08:41] *** Joins: aBadThing (~annoying@replaced-ip )
1686 [14:08:49] <aBadThing> What the hell is this replaced-url
1687 [14:09:09] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1688 [14:09:42] *** Joins: sm4sh (~smash@replaced-ip )
1689 [14:09:55] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Quit: hanfm)
1690 [14:10:12] *** Quits: Kobra (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1691 [14:10:37] *** Joins: Kobra (~quassel@replaced-ip )
1692 [14:10:45] <Spiffy> aBadThing, I believe it says so, right on the page.
1693 [14:10:51] *** Quits: l3archos (~Icedove@replaced-ip ) (Ping timeout: 276 seconds)
1694 [14:11:01] <aBadThing> Is this a joke?
1695 [14:11:11] <aBadThing> Are we supposed to chuckle?
1696 [14:11:22] <aBadThing> Why? Just why..?
1697 [14:11:46] <aBadThing> I like debian
1698 [14:11:53] <aBadThing> but now it is maggot infested
1699 [14:12:32] *** Quits: Dinux (~Yorick@replaced-ip ) (Quit: Leaving)
1700 [14:12:34] *** Joins: bdog7 (~bdog7@replaced-ip )
1701 [14:13:09] *** Joins: Dinux (~Yorick@replaced-ip )
1702 [14:14:03] *** Joins: die7 (~nino@replaced-ip )
1703 [14:14:17] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1704 [14:14:34] *** Joins: rimdeker2 (~rimdeker@replaced-ip )
1705 [14:14:37] *** Quits: rimdeker2 (~rimdeker@replaced-ip ) (Remote host closed the connection)
1706 [14:14:49] *** Quits: rimdeker (~rimdeker@replaced-ip ) (Remote host closed the connection)
1707 [14:15:15] *** Joins: z0ran (~z0ran@replaced-ip )
1708 [14:15:20] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1709 [14:15:23] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
1710 [14:15:56] *** Joins: sm4sh (~smash@replaced-ip )
1711 [14:20:08] *** Quits: latemus (~latemus@replaced-ip ) (Quit: leaving)
1712 [14:20:10] *** Quits: __jwe__ (~jwe@replaced-ip ) (Quit: Leaving)
1713 [14:22:19] *** Quits: JohK (~zaphod@replaced-ip ) (Quit: Lost terminal)
1714 [14:23:23] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1715 [14:23:38] *** Quits: SCHAAP137 (~dorian@replaced-ip ) (Quit: Leaving)
1716 [14:23:53] *** Joins: sm4sh (~smash@replaced-ip )
1717 [14:24:20] <cousin_luigi> aBadThing: Maggt infested?
1718 [14:24:29] *** Joins: acidfoo_ (~acidfoo@replaced-ip )
1719 [14:24:30] <aBadThing> Yes
1720 [14:24:36] <Coweater> don't engage the trolls
1721 [14:24:47] <aBadThing> >trolls
1722 [14:25:01] <aBadThing> elaborate please
1723 [14:25:10] <cousin_luigi> Likewise.
1724 [14:25:21] <cousin_luigi> What are these maggots you talk about?
1725 [14:25:31] <teraflops> aBadThing: I kindly suggest you to continue your whining in #debian-offtopic
1726 [14:26:04] *** Quits: rudar (~rudar@replaced-ip ) (Quit: Leaving)
1727 [14:26:28] <aBadThing> i wont engage further, but sjws will kill you inside out just like they did with other companies
1728 [14:26:31] <aBadThing> good day
1729 [14:26:34] *** Parts: aBadThing (~annoying@replaced-ip )
1730 [14:27:20] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Read error: Connection reset by peer)
1731 [14:27:30] <cousin_luigi> sjws, companies???
1732 [14:27:37] <cousin_luigi> Are we even talking about distros?
1733 [14:27:50] *** Quits: MoonkYang (~moonkyang@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1734 [14:27:56] *** Joins: cypherman (~santiago@replaced-ip )
1735 [14:28:01] *** debhelper sets mode: +l 1650
1736 [14:28:08] *** Quits: boudiccas (~boudiccas@replaced-ip ) (Ping timeout: 272 seconds)
1737 [14:28:08] <AimHere> I thought Debian was fairly SJW-ish from the outset
1738 [14:28:20] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1739 [14:28:45] *** Joins: asterismo_l2 (~santiago@replaced-ip )
1740 [14:29:25] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
1741 [14:29:38] *** Joins: jubo2 (~juboxi@replaced-ip )
1742 [14:30:37] *** Quits: brieweb (~brian@replaced-ip ) (Ping timeout: 260 seconds)
1743 [14:30:38] *** Parts: Rephlexie (~Rephlexie@replaced-ip )
1744 [14:30:47] *** Joins: dvs (~hibbard@replaced-ip )
1745 [14:30:51] *** Joins: google77 (~zmaj@replaced-ip )
1746 [14:30:55] <google77> hi
1747 [14:31:14] *** Joins: brieweb (~brian@replaced-ip )
1748 [14:31:37] *** Quits: asterismo_l (~santiago@replaced-ip ) (Ping timeout: 250 seconds)
1749 [14:31:47] *** Quits: asterismo (~santiago@replaced-ip ) (Ping timeout: 260 seconds)
1750 [14:32:18] <google77> does burning blu rays generally work on debian?
1751 [14:32:19] *** Joins: SuperTramp83 (~gnu@replaced-ip )
1752 [14:32:40] <google77> I mean I heard the story about cdrkit vs cdrtools
1753 [14:32:55] *** Joins: Orbitrix (~Huevos@replaced-ip )
1754 [14:32:56] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
1755 [14:33:15] *** Quits: acidfoo_ (~acidfoo@replaced-ip ) (Read error: Connection reset by peer)
1756 [14:33:36] *** Quits: xSmurf (MrSmurf@replaced-ip ) (Ping timeout: 276 seconds)
1757 [14:34:10] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Client Quit)
1758 [14:34:16] *** Joins: xSmurf (MrSmurf@replaced-ip )
1759 [14:34:20] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1760 [14:35:03] *** Quits: iDrac (~iDrac@replaced-ip ) (Quit: Lahkun)
1761 [14:35:04] <ByteStorm> cousin_luigi: whats sjws?
1762 [14:35:08] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
1763 [14:35:36] *** Joins: Murzzilka (~root@replaced-ip )
1764 [14:36:12] *** Quits: MaxLanar` (~user@replaced-ip ) (Ping timeout: 276 seconds)
1765 [14:36:13] *** Joins: hanasaki (~hanasaki@replaced-ip )
1766 [14:36:38] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Quit: Gone Fishing!)
1767 [14:36:44] *** Joins: Nach0z (~nach0z@replaced-ip )
1768 [14:36:53] *** Joins: SlaGTaTs (~bilbo@replaced-ip )
1769 [14:37:13] *** Joins: sm4sh (~smash@replaced-ip )
1770 [14:37:43] *** Quits: somazero (~somazero@replaced-ip ) (Quit: Leaving)
1771 [14:38:19] <AimHere> ByteStorm, 'Social Justice Warriors'. These days, it's a derogatory term used by various mostly right-wing types to describe people who advocate feminism, racial equality, etc.
1772 [14:38:44] <ByteStorm> okkk....rather mean
1773 [14:38:54] *** Joins: Luoar (~sailfish@replaced-ip )
1774 [14:38:59] *** Quits: Luoar (~sailfish@replaced-ip ) (Client Quit)
1775 [14:39:48] *** Joins: MaxLanar` (~user@replaced-ip )
1776 [14:40:32] *** Quits: aaro (~aaro@replaced-ip ) (Quit: aaro)
1777 [14:41:48] *** Joins: davidep89 (~davidep89@replaced-ip )
1778 [14:42:54] <cousin_luigi> Actually I had come here to ask about haveged.
1779 [14:43:40] *** Joins: eclipse (watching@replaced-ip )
1780 [14:43:46] <eclipse> who can i pay to fix my locale errors
1781 [14:43:53] <ByteStorm> no one
1782 [14:43:59] <ByteStorm> ask us :D
1783 [14:44:03] *** Joins: rimdeker (~rimdeker@replaced-ip )
1784 [14:44:19] *** Joins: zeronineseven (~vlad@replaced-ip )
1785 [14:44:31] <eclipse> well, according to python I have a "unsupported locale setting"
1786 [14:44:51] *** Joins: Orbitrix (~Huevos@replaced-ip )
1787 [14:44:51] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
1788 [14:45:00] *** Joins: roshanavand (~roshanava@replaced-ip )
1789 [14:45:00] <ByteStorm> is some lib missing eclipse?
1790 [14:45:06] *** Joins: Orbitrix (~Huevos@replaced-ip )
1791 [14:45:11] <eclipse> i really don't know
1792 [14:45:30] *** Parts: cousin_luigi (shellful@replaced-ip )
1793 [14:45:34] <eclipse> I've tried everything I can
1794 [14:46:31] *** Joins: Alibinator (bab66152@replaced-ip )
1795 [14:46:49] <ByteStorm> eclipse try /join #python
1796 [14:46:58] <eclipse> the issue is not python
1797 [14:47:03] <ByteStorm> well
1798 [14:47:07] <eclipse> I get locale errors everywhere
1799 [14:47:08] <ByteStorm> then?
1800 [14:47:14] <TomTomTosch> eclipse: what locale do you have configured and when das the error occure?
1801 [14:47:30] <ByteStorm> code you paste it somewhere,like paste.debian.net
1802 [14:47:40] *** Joins: sondiag (aleisn@replaced-ip )
1803 [14:47:41] <eclipse> TomTomTosch, en_us utf-8
1804 [14:48:00] *** debhelper sets mode: +l 1657
1805 [14:48:33] <eclipse> and I get errors like replaced-url
1806 [14:48:53] <sondiag> FLAG THIS VIDEO:
1807 [14:48:57] <RebelCoderW> Guys, please suggest THE EASIEST way to view other linux desktop ? Not new X session but existing desktop ?
1808 [14:49:02] <sondiag> replaced-url
1809 [14:50:48] <TomTomTosch> eclipse: dpkg-reconfigure locales was the first thing you did?
1810 [14:50:50] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1811 [14:50:50] <google77> VNC
1812 [14:50:58] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1813 [14:51:11] *** Joins: sm4sh (~smash@replaced-ip )
1814 [14:51:29] <eclipse> replaced-url
1815 [14:52:26] *** Joins: plasticle (~plasticle@replaced-ip )
1816 [14:53:03] *** Quits: brieweb (~brian@replaced-ip ) (Ping timeout: 240 seconds)
1817 [14:53:19] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
1818 [14:53:28] *** Joins: LNJ2GO (~lnj@replaced-ip )
1819 [14:53:38] *** Joins: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip )
1820 [14:53:41] <TomTomTosch> eclipse: dpkg -l locales shows locales as installed?
1821 [14:53:44] *** Joins: ustreamer-81981 (~ustreamer@replaced-ip )
1822 [14:54:16] <eclipse> TomTomTosch, replaced-url
1823 [14:54:17] *** Joins: brieweb (~brian@replaced-ip )
1824 [14:54:31] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1825 [14:54:32] *** Quits: ustreame_ (~ustreamer@replaced-ip ) (Ping timeout: 260 seconds)
1826 [14:55:26] *** Joins: HeKaz (~HeKaz@replaced-ip )
1827 [14:56:12] *** Quits: Alibinator (bab66152@replaced-ip ) (Quit: Page closed)
1828 [14:57:00] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 276 seconds)
1829 [14:57:16] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 272 seconds)
1830 [14:57:26] *** Joins: sphenxes (~sphenxes@replaced-ip )
1831 [14:58:00] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1832 [14:58:00] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Changing host)
1833 [14:58:00] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1834 [14:58:16] *** Joins: JethroTux (~JethroTux@replaced-ip )
1835 [14:58:28] *** Joins: somazero (~somazero@replaced-ip )
1836 [14:58:55] <TomTomTosch> eclipse: okay. then edit /etc/locale.gen remove the hash from the locale that you want, then run locale-gen
1837 [14:59:17] <zeronineseven> Hi guys! Could somebody please explain how can I build custom gcc with debian-specific patches applied? I've unpacked gcc-4.9-source deb package and it looks like there are quite a few of them. Should I just apply all the *.diff files to the upstream source or there's more? Thx in advance!
1838 [15:00:08] *** Quits: Piratmajor (~Piratmajo@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1839 [15:00:18] *** Joins: chip_noob (~user_9a61@replaced-ip )
1840 [15:00:39] <zeronineseven> BTW I've already successfully compiled upstream gcc 4.9 and it looks like everything is working fine. Do I even need those debian patches?
1841 [15:01:13] *** Joins: tM^caoX (~surplus@replaced-ip )
1842 [15:02:03] <TomTomTosch> eclipse: if that doesn't work try apt-get install --reinstall locales
1843 [15:03:05] *** Joins: anku (~ankush@replaced-ip )
1844 [15:04:18] *** Joins: b (~coffee@replaced-ip )
1845 [15:06:25] <anku> Hi
1846 [15:06:27] <anku> booting it, menu bar and task bar vanishes, and I can't use keyboard on close the open window
1847 [15:06:29] <anku> [18:27] <ank> Does anyone know what might be the problem
1848 [15:06:29] <anku> [18:27] <ank> ?
1849 [15:06:51] *** Quits: HeKaz (~HeKaz@replaced-ip ) (Ping timeout: 240 seconds)
1850 [15:06:52] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1851 [15:06:53] <anku> Any one heard something related?
1852 [15:07:06] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1853 [15:08:01] *** debhelper sets mode: +l 1663
1854 [15:08:25] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1855 [15:08:30] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1856 [15:09:03] *** Quits: Seryth (~Matrix@replaced-ip ) (Ping timeout: 240 seconds)
1857 [15:09:42] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
1858 [15:10:21] <zeronineseven> anku: what desktop environment(or window manager) are u using?
1859 [15:10:45] *** Joins: jazz (~jazz@replaced-ip )
1860 [15:10:51] <anku> Debian 8
1861 [15:10:59] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: _/¯¯/¯`(ò_ó)´¯\¯¯\_)
1862 [15:11:12] *** Quits: Specialist (~tg@replaced-ip ) (Ping timeout: 272 seconds)
1863 [15:11:21] *** Joins: cyan__ (~cyan@replaced-ip )
1864 [15:11:27] *** Joins: boudiccas (~boudiccas@replaced-ip )
1865 [15:12:55] *** Quits: sondiag (aleisn@replaced-ip ) (Quit: Leaving)
1866 [15:13:05] <google77> anku gnome, kde, lxde or xce?
1867 [15:13:22] <anku> Kde
1868 [15:13:45] *** Joins: sm4sh (~smash@replaced-ip )
1869 [15:14:13] <google77> can you reboot into safe mode?
1870 [15:14:17] *** Joins: Kobra_ (~quassel@replaced-ip )
1871 [15:14:33] *** Quits: Kobra (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1872 [15:14:36] <anku> I don't know how to
1873 [15:14:45] <teraflops> are you in jessie
1874 [15:15:08] <anku> ??
1875 [15:15:28] <anku> I am not using my pc right now
1876 [15:15:30] <google77> teraflops yes he said debian 8
1877 [15:15:35] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Read error: Connection reset by peer)
1878 [15:16:34] <teraflops> ah sorry
1879 [15:17:07] <zeronineseven> anku: when do menu bar and task bar disapper? Immediately after login?
1880 [15:17:20] *** Quits: jubo2 (~juboxi@replaced-ip ) (Read error: Connection reset by peer)
1881 [15:17:23] <google77> these steps are for Ubuntu, but it should work on debian too.
1882 [15:17:27] <google77> replaced-url
1883 [15:17:32] <anku> After 10 or 15 mnts
1884 [15:17:37] *** Joins: Seryth (~Matrix@replaced-ip )
1885 [15:17:47] <google77> anku does it do so every time?
1886 [15:18:38] <zeronineseven> and what kde major version do you have?
1887 [15:19:02] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 260 seconds)
1888 [15:19:22] <google77> should we tell him to install another DE?
1889 [15:19:36] <google77> it would probably fix his problem
1890 [15:19:39] *** Joins: Kyokushin (~Kyokushin@replaced-ip )
1891 [15:20:12] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 260 seconds)
1892 [15:20:32] *** Joins: gab_ (~gab@replaced-ip )
1893 [15:21:00] <google77> zeronineseven he probably has the one that is in stable ATM.
1894 [15:21:01] <anku> K I'll try another DE
1895 [15:21:20] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 272 seconds)
1896 [15:22:59] <google77> anku you know how to install another DE?
1897 [15:23:23] <anku> Online tutorials
1898 [15:23:28] <anku> :)
1899 [15:23:33] <google77> yeah
1900 [15:24:16] *** Joins: Phibonacci (~quassel@replaced-ip )
1901 [15:25:14] *** Quits: roshanavand (~roshanava@replaced-ip ) (Quit: This computer has gone to sleep)
1902 [15:25:27] *** Quits: raphyduck (~raph@replaced-ip ) (Ping timeout: 260 seconds)
1903 [15:26:43] *** Quits: edgrey (~edgrey@replaced-ip ) (Remote host closed the connection)
1904 [15:27:20] *** Joins: careta (~botto@replaced-ip )
1905 [15:27:25] *** Joins: raphyduck (~raph@replaced-ip )
1906 [15:27:38] *** Quits: arobase (~arobase@replaced-ip ) (Quit: Quitte)
1907 [15:28:23] *** Joins: silverhom (~silverhom@replaced-ip )
1908 [15:28:24] *** Quits: gab_ (~gab@replaced-ip ) (Quit: Leaving)
1909 [15:28:26] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1910 [15:28:38] *** Joins: aaro (~aaro@replaced-ip )
1911 [15:28:50] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1912 [15:28:53] *** Joins: sm4sh (~smash@replaced-ip )
1913 [15:30:11] *** Joins: pencilandpaper (~penciland@replaced-ip )
1914 [15:30:35] *** Joins: schu-r (~Thunderbi@replaced-ip )
1915 [15:30:59] *** Joins: KaffeeJunky123 (~s3cr34t@replaced-ip )
1916 [15:31:34] *** Joins: xelo (~xelo@replaced-ip )
1917 [15:32:15] *** WormDude is now known as WormFood
1918 [15:32:19] *** Quits: xtk (~xtk@replaced-ip ) (Quit: xtk)
1919 [15:34:19] *** Joins: mrBen2k2k2k (~logstash@replaced-ip )
1920 [15:34:24] <KaffeeJunky123> Hi, there's a bug in the nvidia-kernel-dkms package that causes dkms to fail on the linux 4.6kernel from jessie-backports. I have a bugfix for it, where's the right place to hand it in?
1921 [15:34:24] *** Joins: hacker13 (~pi@replaced-ip )
1922 [15:34:34] <hacker13> hello
1923 [15:34:54] *** Quits: RebelCoderW (~jurisl85@replaced-ip ) (Remote host closed the connection)
1924 [15:34:54] *** Joins: ktchk (~eddie6929@replaced-ip )
1925 [15:34:56] *** Joins: AusteritySucks (~Austerity@replaced-ip )
1926 [15:35:12] <babilen> KaffeeJunky123: BTS
1927 [15:35:19] <hacker13> hello
1928 [15:35:22] *** Joins: RebelCoder (~jurisl85@replaced-ip )
1929 [15:35:33] <babilen> KaffeeJunky123: You could also CC the maintainer of that backport
1930 [15:36:02] *** Joins: SOUL_OF_R00T (~kvirc@replaced-ip )
1931 [15:36:07] <hacker13> i am cosmos camper
1932 [15:36:37] *** Quits: hacker13 (~pi@replaced-ip ) (Client Quit)
1933 [15:36:47] <babilen> KaffeeJunky123: replaced-url
1934 [15:37:24] <babilen> KaffeeJunky123: Are you referring to nvidia-kernel-dkms from backports or from jessie?
1935 [15:37:39] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
1936 [15:37:58] <KaffeeJunky123> babilen: from jessie, there is non in backports
1937 [15:38:00] *** debhelper sets mode: +l 1669
1938 [15:38:15] *** Quits: fossrox (~fossrox@replaced-ip ) (Ping timeout: 264 seconds)
1939 [15:38:18] *** Joins: sm4sh (~smash@replaced-ip )
1940 [15:38:21] <KaffeeJunky123> atleast my aptitude says so
1941 [15:38:36] *** Joins: Lionyx (~eng@replaced-ip )
1942 [15:38:48] <KaffeeJunky123> babilen: 340.96 is the version of the nvidia package
1943 [15:39:22] <babilen> KaffeeJunky123: And your patch allows it to build both against the kernel in jessie and the one from backports?
1944 [15:39:22] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
1945 [15:39:35] <KaffeeJunky123> babilen: all kernels
1946 [15:39:53] <KaffeeJunky123> right now I'm on 4.6-rt
1947 [15:40:12] <KaffeeJunky123> and it works for now, but I'd like other people to test it too
1948 [15:40:15] *** Parts: Murzzilka (~root@replaced-ip )
1949 [15:40:49] *** Joins: root-x (~root-x@replaced-ip )
1950 [15:41:16] <babilen> KaffeeJunky123: Okay, I'd report it against nvidia-kernel-dkms then. Run "reportbug --configure" (you want to use the Debian SMTP server, so say that you don't have one) and "reportbug nvidia-kernel-dkms"
1951 [15:42:13] *** Quits: Lionyx (~eng@replaced-ip ) (Client Quit)
1952 [15:42:20] <KaffeeJunky123> babilen: well, nvidia-kernel-dkms is part of the larger nvidia-driver package, which is what I used as a starting point
1953 [15:42:21] <babilen> replaced-url
1954 [15:42:35] <KaffeeJunky123> babilen: ty
1955 [15:44:07] *** Joins: altin (~altin@replaced-ip )
1956 [15:44:25] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 250 seconds)
1957 [15:44:51] *** Quits: lesik (~lesik@replaced-ip ) (Ping timeout: 264 seconds)
1958 [15:45:30] *** Joins: alexandros_c (~alexandro@replaced-ip )
1959 [15:45:45] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 276 seconds)
1960 [15:46:18] *** Joins: brokencycle (~brokencyc@replaced-ip )
1961 [15:47:38] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
1962 [15:47:56] <KaffeeJunky123> one of these facepalm moments...
1963 [15:48:22] *** Quits: plasticle (~plasticle@replaced-ip ) (Remote host closed the connection)
1964 [15:48:23] <KaffeeJunky123> there's a new nvidia driver in jessie-backports, I just didn't have non-free enabled
1965 [15:48:32] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
1966 [15:48:43] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Disconnected by services)
1967 [15:48:51] *** Joins: alexandr1 (~alexandro@replaced-ip )
1968 [15:50:02] <babilen> KaffeeJunky123: That's why I asked if the patch is also needed for the nvidia package in backports
1969 [15:51:11] <KaffeeJunky123> babilen: which is why I noticed :-)
1970 [15:51:15] <KaffeeJunky123> so thanks again
1971 [15:51:41] *** Quits: hackp (~hackp@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1972 [15:51:46] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1973 [15:53:01] *** Quits: Marianitu (~maec@replaced-ip ) (Read error: Connection reset by peer)
1974 [15:53:14] *** Quits: SOUL_OF_R00T (~kvirc@replaced-ip ) (Ping timeout: 260 seconds)
1975 [15:53:33] *** Quits: raphyduck (~raph@replaced-ip ) (Ping timeout: 276 seconds)
1976 [15:53:48] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
1977 [15:54:09] *** Joins: f10 (~flo@replaced-ip )
1978 [15:54:29] *** Joins: iamawesome (~shibly@replaced-ip )
1979 [15:54:40] <iamawesome> Is it possible to run a c executable double clicking it on linux?
1980 [15:54:47] *** Quits: JethroTux (~JethroTux@replaced-ip ) (Quit: Leaving)
1981 [15:55:32] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 272 seconds)
1982 [15:56:48] *** Joins: Wizek_ (~Wizek@replaced-ip )
1983 [15:58:09] <KaffeeJunky123> iamawesome: Your question doesn't make any sense
1984 [15:58:40] <KaffeeJunky123> It doesn't matter what kind of executable you have
1985 [15:58:46] <iamawesome> gcc test.c -o test, test is the executable , i want to run test double clicking it.
1986 [15:58:49] *** Joins: DingoSaar (~hagen@replaced-ip )
1987 [15:58:50] *** Joins: rapha (~rapha@replaced-ip )
1988 [15:58:50] *** Joins: Marianitu (~maec@replaced-ip )
1989 [15:58:52] <rapha> Hi!
1990 [15:59:10] *** Quits: alexandr1 (~alexandro@replaced-ip ) (Ping timeout: 252 seconds)
1991 [15:59:26] <KaffeeJunky123> iamawesome: you sure can, the default in most desktops is a single click thou
1992 [15:59:32] *** Joins: seoner (~usr@replaced-ip )
1993 [16:00:35] <iamawesome> If i double click it, nothing happens.
1994 [16:00:40] <KaffeeJunky123> well
1995 [16:00:41] <iamawesome> It doesn't show any output.
1996 [16:00:42] <KaffeeJunky123> let me guess
1997 [16:00:47] <KaffeeJunky123> it's a terminal application
1998 [16:00:49] *** Quits: Wizek (~Wizek@replaced-ip ) (Ping timeout: 252 seconds)
1999 [16:00:57] <rapha> What's wrong with these preseed/late_command statements here? They cause the installer to hang just before rebooting :( replaced-url
2000 [16:01:25] <iamawesome> I also think that it's a terminal application.
2001 [16:01:43] <iamawesome> It has only one line: printf("Hello world.\n");
2002 [16:01:49] <KaffeeJunky123> yeah
2003 [16:02:20] <KaffeeJunky123> the application does just that when you double click it
2004 [16:02:25] <KaffeeJunky123> but you won't see it
2005 [16:02:36] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2006 [16:02:40] <KaffeeJunky123> since the application is not attached to an open terminal window
2007 [16:03:01] <KaffeeJunky123> on a really slow pc you'd see the terminal open
2008 [16:03:33] *** Quits: Seryth (~Matrix@replaced-ip ) (Ping timeout: 240 seconds)
2009 [16:03:37] <iamawesome> How can i make it attached with a terminal?
2010 [16:03:45] <KaffeeJunky123> you run it from a terminal
2011 [16:03:48] *** Quits: DingoSaar (~hagen@replaced-ip ) (Excess Flood)
2012 [16:03:55] *** Joins: raphyduck (~raph@replaced-ip )
2013 [16:03:57] <iamawesome> How can i run it double clicking it?
2014 [16:04:04] <iamawesome> Double click and run it on terminal.
2015 [16:04:04] *** Joins: agiofws (~agiofws@replaced-ip )
2016 [16:04:09] *** agiofws is now known as Agiofws
2017 [16:04:18] *** Joins: DingoSaar (~hagen@replaced-ip )
2018 [16:04:20] *** Quits: HansE (~HansE@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
2019 [16:04:21] *** Joins: root-x (~root-x@replaced-ip )
2020 [16:04:46] *** Joins: alexandr1 (~alexandro@replaced-ip )
2021 [16:05:19] *** Joins: f10_ (~flo@replaced-ip )
2022 [16:05:22] *** Parts: die7 (~nino@replaced-ip )
2023 [16:07:44] <KaffeeJunky123> iamawesome: isn't it much simpler to run it from a terminal?
2024 [16:08:02] <KaffeeJunky123> I mean, why would you run a terminal application from the gui
2025 [16:08:49] *** Joins: bit1 (~joseanton@replaced-ip )
2026 [16:08:58] <KaffeeJunky123> iamawesome: if you want an easy way to run an application you just compiled, you should use an IDE
2027 [16:09:27] *** Quits: D-Boy (~D-Boy@replaced-ip ) (Excess Flood)
2028 [16:09:28] *** Quits: anku (~ankush@replaced-ip ) (Ping timeout: 272 seconds)
2029 [16:09:46] *** Quits: canopus (~canopus@replaced-ip ) (Remote host closed the connection)
2030 [16:12:13] *** Joins: sioseal (~unix@replaced-ip )
2031 [16:12:15] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2032 [16:12:19] *** alexandr1 is now known as alexandros-C
2033 [16:12:25] *** alexandros-C is now known as alexandros_c
2034 [16:12:56] *** Joins: murzzilka (~root@replaced-ip )
2035 [16:12:58] *** Joins: canopus (~canopus@replaced-ip )
2036 [16:13:03] *** Joins: sm4sh (~smash@replaced-ip )
2037 [16:13:03] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 264 seconds)
2038 [16:13:35] *** Quits: murzzilka (~root@replaced-ip ) (Client Quit)
2039 [16:16:17] *** Quits: ByteStorm (~Peter@replaced-ip ) (Quit: Bye guys hav a good time :))
2040 [16:18:11] *** Quits: loopdo (~latemus@replaced-ip ) (Ping timeout: 240 seconds)
2041 [16:18:26] *** eclipse is now known as link
2042 [16:18:38] *** Joins: gtrotcko (~Thunderbi@replaced-ip )
2043 [16:19:28] *** Joins: blueness (~blueness@replaced-ip )
2044 [16:19:39] *** Joins: SwK (~SwK@replaced-ip )
2045 [16:22:05] *** Quits: SPF|Cloud (uid11755@replaced-ip ) (Quit: Connection closed for inactivity)
2046 [16:25:04] *** Joins: D-Boy (~D-Boy@replaced-ip )
2047 [16:25:29] *** Joins: otyugh (~tyutyugh@replaced-ip )
2048 [16:25:37] *** Quits: mazert_ (~mazert@replaced-ip ) (Quit: mazert_)
2049 [16:25:46] *** Quits: dob1 (~federico@replaced-ip ) (Quit: Leaving)
2050 [16:25:52] <otyugh> hey. I'm looking for an active IRC channel where you can ask random questions about IT
2051 [16:26:22] <iamawesome> otyugh: What type of question?
2052 [16:26:25] *** Joins: alchemistswl (~alchemist@replaced-ip )
2053 [16:26:32] *** Joins: loopdo (~latemus@replaced-ip )
2054 [16:27:06] <iamawesome> otyugh: join ##chat
2055 [16:27:13] *** Joins: btf (~btf@replaced-ip )
2056 [16:27:33] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 240 seconds)
2057 [16:28:29] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2058 [16:28:37] *** Joins: zuzzas (~zuzzas@replaced-ip )
2059 [16:28:39] *** Parts: iamawesome (~shibly@replaced-ip )
2060 [16:28:55] *** Joins: sm4sh (~smash@replaced-ip )
2061 [16:29:49] *** dreamer is now known as drmr
2062 [16:29:53] *** drmr is now known as dreamer
2063 [16:29:57] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Quit: brb)
2064 [16:30:00] <otyugh> (mine would be about how much you can ask selling bunch selling old 800*600 or 1200* VGA only stuff. I don't want having 30 of them taking all of space, but I really am clueless about value)
2065 [16:30:06] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
2066 [16:30:59] *** Quits: vivid (~vivid@replaced-ip ) (Ping timeout: 244 seconds)
2067 [16:31:08] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
2068 [16:31:14] <otyugh> Guess they are representents of the just after the "after catodic" era that compnies do trash by the thousant now and then.
2069 [16:32:16] *** Quits: loopdo (~latemus@replaced-ip ) (Ping timeout: 272 seconds)
2070 [16:32:36] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2071 [16:32:55] *** Quits: mrBen2k2k2k (~logstash@replaced-ip ) (Max SendQ exceeded)
2072 [16:33:10] *** Joins: pbase (~user@replaced-ip )
2073 [16:33:54] *** Joins: pencilandpaper (~skribblez@replaced-ip )
2074 [16:34:48] *** Quits: careta (~botto@replaced-ip ) (Ping timeout: 272 seconds)
2075 [16:35:41] *** Joins: Ad1_RnR (~Adrian@replaced-ip )
2076 [16:35:51] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
2077 [16:35:57] *** Parts: pencilandpaper (~skribblez@replaced-ip )
2078 [16:36:24] *** Quits: jsdk (~jsdk@replaced-ip ) (Ping timeout: 250 seconds)
2079 [16:37:13] *** Joins: newname (672f9e89@replaced-ip )
2080 [16:37:14] *** Joins: lucaswan_ (~lucaswang@replaced-ip )
2081 [16:38:00] *** debhelper sets mode: +l 1662
2082 [16:38:17] *** Quits: lucaswan_ (~lucaswang@replaced-ip ) (Remote host closed the connection)
2083 [16:38:32] *** Quits: lucaswang (~lucaswang@replaced-ip ) (Read error: Connection reset by peer)
2084 [16:38:33] *** Joins: jsdk (~jsdk@replaced-ip )
2085 [16:38:44] *** Joins: lucaswang (~lucaswang@replaced-ip )
2086 [16:38:59] *** Joins: Brigo (~Brigo@replaced-ip )
2087 [16:40:14] *** Joins: baptist (~baptsk@replaced-ip )
2088 [16:41:39] *** Quits: sioseal (~unix@replaced-ip ) (Ping timeout: 276 seconds)
2089 [16:42:01] *** Joins: bollocks_k (~bollocks@replaced-ip )
2090 [16:42:34] *** Joins: Tom01 (~tom@replaced-ip )
2091 [16:43:16] *** Joins: June-wolf_ (~alexia@replaced-ip )
2092 [16:44:53] *** Joins: lucajul (~lucajul@replaced-ip )
2093 [16:46:28] *** Quits: June-wolf_ (~alexia@replaced-ip ) (Read error: Connection reset by peer)
2094 [16:46:29] *** Joins: pixies (~cleyton@replaced-ip )
2095 [16:47:08] *** Quits: KaffeeJunky123 (~s3cr34t@replaced-ip ) (Remote host closed the connection)
2096 [16:48:24] *** Quits: tripkin (~tripkin@replaced-ip ) (Ping timeout: 258 seconds)
2097 [16:48:26] *** Joins: biberu (~biberu@replaced-ip )
2098 [16:48:55] *** Quits: necrose99-wrk (~necrose99@replaced-ip ) (Read error: Connection reset by peer)
2099 [16:49:02] *** Joins: cuechan (~paul@replaced-ip )
2100 [16:49:46] *** Quits: lucajul (~lucajul@replaced-ip ) (Client Quit)
2101 [16:50:06] *** Joins: johnkeates (~johnkeate@replaced-ip )
2102 [16:50:40] *** Joins: lucajul (~lucajul@replaced-ip )
2103 [16:52:16] *** Quits: lucajul (~lucajul@replaced-ip ) (Client Quit)
2104 [16:53:24] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2105 [16:53:24] *** Quits: Marianitu (~maec@replaced-ip ) (Read error: Connection reset by peer)
2106 [16:53:55] *** Joins: Marianitu (~maec@replaced-ip )
2107 [16:53:55] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2108 [16:55:03] *** Quits: otyugh (~tyutyugh@replaced-ip ) (Ping timeout: 240 seconds)
2109 [16:55:09] *** Quits: pbase (~user@replaced-ip ) (Read error: Connection reset by peer)
2110 [16:55:27] *** Joins: fossrox (~fossrox@replaced-ip )
2111 [16:55:48] *** Joins: root-x (~root-x@replaced-ip )
2112 [16:55:59] *** Joins: altin_ (~altin@replaced-ip )
2113 [16:57:19] *** Joins: pbase (~user@replaced-ip )
2114 [16:57:52] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2115 [16:59:51] *** Quits: altin (~altin@replaced-ip ) (Ping timeout: 276 seconds)
2116 [17:00:03] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
2117 [17:00:21] *** Joins: tripkin (~tripkin@replaced-ip )
2118 [17:01:32] *** Joins: scanty (kinghippo@replaced-ip )
2119 [17:01:38] *** Joins: alexandros_c (~alexandro@replaced-ip )
2120 [17:01:56] *** Joins: amcorreia (~amcorreia@replaced-ip )
2121 [17:02:00] *** Joins: mrBen2k2k2k (~logstash@replaced-ip )
2122 [17:02:07] *** Joins: sioseal (~unix@replaced-ip )
2123 [17:03:31] *** Quits: raphyduck (~raph@replaced-ip ) (Ping timeout: 252 seconds)
2124 [17:05:26] *** Quits: Guest70452 (~johnny@replaced-ip ) (Ping timeout: 250 seconds)
2125 [17:05:28] *** Quits: KaliLinuxGR (~alexandro@replaced-ip ) (Quit: Keep Hacking)
2126 [17:05:34] *** Quits: mrBen2k2k2k (~logstash@replaced-ip ) (Max SendQ exceeded)
2127 [17:06:05] *** Joins: curtis22 (~curtis@replaced-ip )
2128 [17:06:06] *** Joins: batsoup (~abc@replaced-ip )
2129 [17:06:23] *** Joins: TomasCZ (~TomasCZ@replaced-ip )
2130 [17:06:50] *** Joins: robotroll (~robotroll@replaced-ip )
2131 [17:07:47] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
2132 [17:08:01] *** debhelper sets mode: +l 1668
2133 [17:08:14] *** Joins: Engys (~Engys@replaced-ip )
2134 [17:08:52] *** Joins: philipballew (~philip@replaced-ip )
2135 [17:08:54] *** Quits: philipballew (~philip@replaced-ip ) (Changing host)
2136 [17:08:54] *** Joins: philipballew (~philip@replaced-ip )
2137 [17:09:04] *** Parts: pbase (~user@replaced-ip )
2138 [17:09:32] *** Quits: newname (672f9e89@replaced-ip ) (Quit: Page closed)
2139 [17:12:51] *** Quits: Ceber (~PHP5-4-45@replaced-ip ) (Ping timeout: 276 seconds)
2140 [17:13:33] *** Joins: xiaodong (~xiaodong@replaced-ip )
2141 [17:13:40] *** Joins: jfdh (~jfdh@replaced-ip )
2142 [17:14:40] *** Joins: SpeccyMan (~nick@replaced-ip )
2143 [17:14:57] *** Joins: wildlander (~wild@replaced-ip )
2144 [17:15:26] *** Joins: btf (~btf@replaced-ip )
2145 [17:16:10] *** Joins: kiao2938 (~mj@replaced-ip )
2146 [17:16:54] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2147 [17:17:19] *** Joins: eblip (~ebot@replaced-ip )
2148 [17:18:00] *** Quits: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip ) (Ping timeout: 250 seconds)
2149 [17:18:02] *** Quits: Alam_Squeeze (quasselcor@replaced-ip ) (Remote host closed the connection)
2150 [17:18:13] *** Quits: bdog7 (~bdog7@replaced-ip ) (Remote host closed the connection)
2151 [17:18:15] *** Joins: LtL (~ltl@replaced-ip )
2152 [17:18:28] *** Joins: Ceber (~PHP5-4-45@replaced-ip )
2153 [17:18:30] *** Joins: root-x (~root-x@replaced-ip )
2154 [17:18:42] *** Quits: Kyokushin (~Kyokushin@replaced-ip ) (Ping timeout: 276 seconds)
2155 [17:18:51] *** Quits: Quick_Wango (quickwango@replaced-ip ) (Ping timeout: 246 seconds)
2156 [17:19:19] *** Joins: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip )
2157 [17:19:35] *** Joins: bp0 (~bp@replaced-ip )
2158 [17:20:04] *** Quits: seoner (~usr@replaced-ip ) (Ping timeout: 244 seconds)
2159 [17:20:11] <hanasaki> replaced-url
2160 [17:20:12] *** Joins: KaliLinuxGR (~alexandro@replaced-ip )
2161 [17:20:34] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2162 [17:20:35] *** Quits: fossrox (~fossrox@replaced-ip ) (Ping timeout: 244 seconds)
2163 [17:20:54] *** Joins: sm4sh (~smash@replaced-ip )
2164 [17:21:02] *** Quits: eb0t (~ebot@replaced-ip ) (Ping timeout: 272 seconds)
2165 [17:21:03] <themill> hanasaki: given most browsers don't trust cacert certificates, no. All the cool kids are using letsencrypt these days
2166 [17:21:21] *** Joins: Quick_Wango (~quickwang@replaced-ip )
2167 [17:22:50] *** Joins: KaffeeJunky123 (~s3cr34t@replaced-ip )
2168 [17:25:39] <hanasaki> themill: thanks . I will take a look
2169 [17:26:01] <hanasaki> themill: my server is totally internall. no access to the net.. will that be an issue?
2170 [17:26:42] *** Quits: siloxid (~user@replaced-ip ) (Read error: Connection reset by peer)
2171 [17:27:27] *** Parts: rapha (~rapha@replaced-ip )
2172 [17:28:56] <hanasaki> hmm nice :( certbot wants to run as root
2173 [17:30:27] *** Quits: Tarjaizaid (~Sylvain@replaced-ip ) (Ping timeout: 264 seconds)
2174 [17:32:02] *** Joins: sillyotter (~sillyotte@replaced-ip )
2175 [17:32:08] <teraflops> what's wrong with it?
2176 [17:32:40] *** Quits: davidep89 (~davidep89@replaced-ip ) ()
2177 [17:33:10] *** Joins: jubo2 (~juboxi@replaced-ip )
2178 [17:33:11] *** Quits: sillyotter (~sillyotte@replaced-ip ) (Client Quit)
2179 [17:33:39] <bezaban> the clients way want connectivity for ocsp/crl checks of certificate. However you will also need to expose the web server name externally for the domain validation to succeed
2180 [17:34:45] <teraflops> hanasaki: also it depends on what you do, replaced-url
2181 [17:34:46] <bezaban> or. not really when I think about it, unsure about LE, you can do the domain validation on the main domain
2182 [17:34:53] *** Joins: loopdo (~latemus@replaced-ip )
2183 [17:34:54] *** Joins: fossrox (~fossrox@replaced-ip )
2184 [17:34:57] *** Joins: s4ndm4n (~sandman@replaced-ip )
2185 [17:34:57] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Changing host)
2186 [17:34:57] *** Joins: s4ndm4n (~sandman@replaced-ip )
2187 [17:35:00] *** Joins: L0aD1nG (~L0aD1nG@replaced-ip )
2188 [17:35:11] <bezaban> but it needs to be a valid domain on the internet, not a pure internal one
2189 [17:35:11] *** Joins: mdmcaf (~textual@replaced-ip )
2190 [17:35:53] *** Joins: NeoBlaster (~N3oBl@replaced-ip )
2191 [17:36:32] *** Joins: __jwe__ (~jwe@replaced-ip )
2192 [17:36:40] *** Quits: KaffeeJunky123 (~s3cr34t@replaced-ip ) (Remote host closed the connection)
2193 [17:36:47] *** Joins: dvs (~gilford@replaced-ip )
2194 [17:36:56] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2195 [17:37:03] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
2196 [17:37:06] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2197 [17:37:25] *** Joins: soee (~soee@replaced-ip )
2198 [17:37:36] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
2199 [17:37:38] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 244 seconds)
2200 [17:37:50] <teraflops> with letsencrypt-auto you need the dns set up correctly, the webserver stopped and ports mapped to the machine that is actually requesting the certificates so it can be reachable via dns from outside
2201 [17:38:09] *** Quits: mdmcaf (~textual@replaced-ip ) (Client Quit)
2202 [17:38:32] *** Joins: mdmcaf (~textual@replaced-ip )
2203 [17:38:42] *** Quits: TomasCZ (~TomasCZ@replaced-ip ) (Quit: Leaving)
2204 [17:39:03] *** Quits: fireball``` (~fireball`@replaced-ip ) (Quit: Leaving)
2205 [17:39:25] *** Joins: raphyduck (~raph@replaced-ip )
2206 [17:39:30] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 246 seconds)
2207 [17:39:55] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2208 [17:40:12] *** Quits: noteness (~noteness@replaced-ip ) (Quit: Update!)
2209 [17:40:22] *** Joins: sm4sh (~smash@replaced-ip )
2210 [17:40:36] *** Joins: erm3nda (~erm3nda@replaced-ip )
2211 [17:41:17] *** Quits: raphyduck (~raph@replaced-ip ) (Max SendQ exceeded)
2212 [17:42:24] *** Joins: m8 (~m8@replaced-ip )
2213 [17:42:44] *** Joins: raphyduck (~raph@replaced-ip )
2214 [17:43:28] *** Joins: Tetrazene (~Carp@replaced-ip )
2215 [17:43:29] *** Joins: noteness (~noteness@replaced-ip )
2216 [17:44:04] *** Joins: shootbird (~quassel@replaced-ip )
2217 [17:44:17] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Quit: brb)
2218 [17:45:39] *** Quits: johnkeates (~johnkeate@replaced-ip ) (Quit: Leaving)
2219 [17:46:00] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 276 seconds)
2220 [17:46:02] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 260 seconds)
2221 [17:48:19] *** Joins: kiao2938 (~mj@replaced-ip )
2222 [17:49:12] *** Joins: SPF|Cloud (uid11755@replaced-ip )
2223 [17:49:12] *** Quits: SPF|Cloud (uid11755@replaced-ip ) (Changing host)
2224 [17:49:12] *** Joins: SPF|Cloud (uid11755@replaced-ip )
2225 [17:49:20] *** Joins: edgrey (~edgrey@replaced-ip )
2226 [17:50:09] *** Joins: AusteritySucks (~Austerity@replaced-ip )
2227 [17:50:10] *** ChanServ sets mode: +o eir
2228 [17:50:11] *** eir sets mode: -bo *!*@mar13-2-82-246-223-195.fbx.proxad.net$##not-a-honeypot eir
2229 [17:50:33] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Quit: If it wasn't written down, it didn't happen...)
2230 [17:50:34] *** Joins: ciobi (freenode@replaced-ip )
2231 [17:50:34] *** Joins: weld (~weld@replaced-ip )
2232 [17:50:36] *** Quits: ciobi (freenode@replaced-ip ) (Max SendQ exceeded)
2233 [17:51:07] *** Joins: ciobi (freenode@replaced-ip )
2234 [17:51:18] *** Quits: ciobi (freenode@replaced-ip ) (Excess Flood)
2235 [17:51:26] *** Quits: ynanm (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
2236 [17:51:38] *** Joins: yakuza (freenode@replaced-ip )
2237 [17:51:40] *** Quits: yakuza (freenode@replaced-ip ) (Max SendQ exceeded)
2238 [17:52:10] *** Joins: yakuza (freenode@replaced-ip )
2239 [17:52:10] *** Parts: yakuza (freenode@replaced-ip )
2240 [17:52:54] *** Joins: ciobi (freenode@replaced-ip )
2241 [17:53:57] *** Quits: Marianitu (~maec@replaced-ip ) (Read error: Connection reset by peer)
2242 [17:54:07] *** Quits: L0aD1nG (~L0aD1nG@replaced-ip ) (Ping timeout: 252 seconds)
2243 [17:54:13] *** Joins: btf (~btf@replaced-ip )
2244 [17:54:22] *** Joins: Marianitu (~maec@replaced-ip )
2245 [17:55:41] *** Joins: hackp (~hackp@replaced-ip )
2246 [17:55:57] *** Joins: meskarune (~meskarune@replaced-ip )
2247 [17:57:09] *** Joins: Luoar (~sailfish@replaced-ip )
2248 [17:57:24] *** Quits: Edve (~Edve@replaced-ip ) (Quit: Leaving)
2249 [17:58:01] *** debhelper sets mode: +l 1677
2250 [17:58:06] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2251 [17:58:10] *** Joins: sebastianlutter (~sebastian@replaced-ip )
2252 [17:58:44] *** Quits: sebastianlutter (~sebastian@replaced-ip ) (Remote host closed the connection)
2253 [17:59:46] *** Quits: Luoar (~sailfish@replaced-ip ) (Client Quit)
2254 [18:01:12] *** Quits: DingoSaar (~hagen@replaced-ip ) (Read error: Connection reset by peer)
2255 [18:02:20] *** Quits: mdmcaf (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2256 [18:02:25] *** Parts: meskarune (~meskarune@replaced-ip )
2257 [18:05:03] *** Quits: weld (~weld@replaced-ip ) (Ping timeout: 246 seconds)
2258 [18:06:21] *** Joins: DingoSaar (~hagen@replaced-ip )
2259 [18:06:41] *** Joins: cruncher (~cruncher@replaced-ip )
2260 [18:07:30] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip )
2261 [18:07:32] *** Quits: skylite (~skylite@replaced-ip ) (Excess Flood)
2262 [18:07:37] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (Remote host closed the connection)
2263 [18:08:06] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 276 seconds)
2264 [18:08:14] *** Joins: Darcidride (~Darcidrid@replaced-ip )
2265 [18:08:28] *** Quits: dvs (~gilford@replaced-ip ) (Quit: Leaving)
2266 [18:08:33] *** Quits: erm3nda (~erm3nda@replaced-ip ) (Quit: Saliendo)
2267 [18:08:45] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 276 seconds)
2268 [18:09:30] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2269 [18:09:40] *** Joins: fireball``` (~fireball`@replaced-ip )
2270 [18:10:30] *** Quits: mundus2018 (~mundus201@replaced-ip ) (Remote host closed the connection)
2271 [18:10:30] *** Quits: mundus2018_ (~mundus201@replaced-ip ) (Remote host closed the connection)
2272 [18:10:40] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Remote host closed the connection)
2273 [18:10:42] *** Joins: skylite (~skylite@replaced-ip )
2274 [18:11:03] *** Joins: fyrril (~fyrril@replaced-ip )
2275 [18:11:10] *** Joins: blueness (~blueness@replaced-ip )
2276 [18:11:42] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 272 seconds)
2277 [18:12:03] *** Joins: Dyonisos (~Dyonisos@replaced-ip )
2278 [18:12:20] *** Quits: a1batr0ss (~a1batr0ss@replaced-ip ) (Ping timeout: 272 seconds)
2279 [18:12:31] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 240 seconds)
2280 [18:15:10] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
2281 [18:15:11] *** Quits: Agiofws (~agiofws@replaced-ip ) (Quit: Leaving)
2282 [18:15:37] *** Joins: makeio (~makeio@replaced-ip )
2283 [18:17:03] *** Quits: veebull_ (~veebull@replaced-ip ) (Ping timeout: 240 seconds)
2284 [18:18:00] *** debhelper sets mode: +l 1667
2285 [18:18:24] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Quit: Quit.)
2286 [18:18:25] *** Joins: maotm (~mao@replaced-ip )
2287 [18:19:28] *** Joins: mtn (~mtn@replaced-ip )
2288 [18:20:11] *** Joins: weld (~weld@replaced-ip )
2289 [18:20:29] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2290 [18:21:48] *** Joins: dvs (~hibbard@replaced-ip )
2291 [18:22:04] *** Joins: Ingvix (~Ingvix@replaced-ip )
2292 [18:22:05] *** Joins: czsr (~czsr@replaced-ip )
2293 [18:22:16] *** Joins: rsx (~dummy@replaced-ip )
2294 [18:23:03] *** Joins: pencilandpaper (~penciland@replaced-ip )
2295 [18:23:05] *** Joins: L0aD1nG (~L0aD1nG@replaced-ip )
2296 [18:24:01] *** Joins: AusteritySucks (~Austerity@replaced-ip )
2297 [18:25:37] *** Joins: pencilandpaper_o (~penciland@replaced-ip )
2298 [18:25:49] *** Quits: pencilandpaper_o (~penciland@replaced-ip ) (Client Quit)
2299 [18:26:24] *** Quits: canopus (~canopus@replaced-ip##) (Quit: ZNC 1.6.1 - ##replaced-url
2300 [18:26:38] *** Parts: jmarcelo (~jmarcelo@replaced-ip )
2301 [18:27:05] *** Joins: netzfisch (~Thunderbi@replaced-ip )
2302 [18:27:21] *** Joins: canopus (~canopus@replaced-ip )
2303 [18:27:41] *** Joins: infrid64 (~infrid@replaced-ip )
2304 [18:28:00] *** debhelper sets mode: +l 1676
2305 [18:28:08] <infrid64> hello
2306 [18:28:46] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Ping timeout: 252 seconds)
2307 [18:29:13] *** Quits: Engys (~Engys@replaced-ip ) (Quit: Leaving)
2308 [18:29:40] *** Joins: Starduster (~SD@replaced-ip )
2309 [18:30:46] *** Joins: nikoma (~nikoma@replaced-ip )
2310 [18:31:14] *** Joins: f10__ (~flo@replaced-ip )
2311 [18:31:51] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
2312 [18:32:02] *** Joins: vrederv (~vrederv@replaced-ip )
2313 [18:32:05] *** Joins: Levure (~quassel@replaced-ip )
2314 [18:32:24] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 244 seconds)
2315 [18:32:57] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.5)
2316 [18:33:03] <AngeFede> hi all
2317 [18:33:44] <AngeFede> is there someone who previously suceeded in inserting authentification code inside a ppd file for a Sharp MFP ?
2318 [18:34:31] *** Parts: makeio (~makeio@replaced-ip )
2319 [18:36:30] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
2320 [18:36:49] *** Joins: CyberGabber (~CyberGabb@replaced-ip )
2321 [18:37:03] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2322 [18:38:30] *** Joins: pencilandpaper (~penciland@replaced-ip )
2323 [18:38:47] *** Quits: dvs (~hibbard@replaced-ip ) (Quit: Leaving)
2324 [18:38:48] *** Joins: paperd (~micas@replaced-ip )
2325 [18:39:22] *** Quits: p_quarles (~pquarles@replaced-ip ) (Quit: Lawlbai)
2326 [18:39:32] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Client Quit)
2327 [18:40:12] *** Quits: pixies (~cleyton@replaced-ip ) (Ping timeout: 272 seconds)
2328 [18:42:25] *** Joins: pencilandpaper (~penciland@replaced-ip )
2329 [18:44:12] *** Joins: amcorreia (~amcorreia@replaced-ip )
2330 [18:44:23] <chachasmooth> is it recommended to use tls in addition to signed packages for debian repos?
2331 [18:45:17] <chachasmooth> the only real benefit I get is a bit more privacy, as no one can see which packages I'm installing, right?
2332 [18:46:52] *** Joins: cdbob (~cdbob@replaced-ip )
2333 [18:47:28] *** Joins: alexandros_c (~alexandro@replaced-ip )
2334 [18:48:27] *** Quits: eju (~eju@replaced-ip ) (Ping timeout: 264 seconds)
2335 [18:48:29] *** Joins: CtrlC (~CtrlC@replaced-ip )
2336 [18:48:33] *** Quits: dgm816 (~dgm816@replaced-ip ) (Ping timeout: 240 seconds)
2337 [18:48:43] <CtrlC> it seems I need a nameserver. Any suggestions?
2338 [18:48:56] *** Quits: schmidta (~schmidta@replaced-ip ) (Ping timeout: 244 seconds)
2339 [18:48:57] *** Joins: sandeepkr_ (~sandeep@replaced-ip )
2340 [18:49:07] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 252 seconds)
2341 [18:49:09] *** Parts: scanty (kinghippo@replaced-ip )
2342 [18:49:32] *** Joins: mastokley (~mastokley@replaced-ip )
2343 [18:49:53] *** Joins: p_quarles (~pquarles@replaced-ip )
2344 [18:50:25] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2345 [18:50:49] *** Joins: pencilandpaper (~penciland@replaced-ip )
2346 [18:51:09] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Client Quit)
2347 [18:51:39] *** Joins: anuxivm (~anuxi@replaced-ip )
2348 [18:52:11] *** Quits: sandeepkr (~sandeep@replaced-ip ) (Ping timeout: 240 seconds)
2349 [18:53:02] *** Joins: stvlker (~stvlker@replaced-ip )
2350 [18:54:17] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
2351 [18:57:55] *** Joins: pencilandpaper (~penciland@replaced-ip )
2352 [19:00:06] *** Joins: d4rklit3 (~textual@replaced-ip )
2353 [19:01:49] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2354 [19:01:56] <CtrlC> Any idea?
2355 [19:02:13] *** Joins: sm4sh (~smash@replaced-ip )
2356 [19:02:55] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2357 [19:03:18] *** Joins: pencilandpaper (~penciland@replaced-ip )
2358 [19:03:42] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: _/¯¯/¯`(ò_ó)´¯\¯¯\_)
2359 [19:03:43] *** Joins: T4ng10r (~Tanglor@replaced-ip )
2360 [19:03:50] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2361 [19:04:00] *** Quits: raphyduck (~raph@replaced-ip ) (Ping timeout: 276 seconds)
2362 [19:04:55] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2363 [19:05:20] *** Joins: krytarik (~krytarik@replaced-ip )
2364 [19:05:46] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Client Quit)
2365 [19:05:53] *** Joins: zlatan (~Zlatan@replaced-ip )
2366 [19:06:09] *** Joins: pencilandpaper (~penciland@replaced-ip )
2367 [19:06:39] *** Quits: futex (~mcstn@replaced-ip ) (Ping timeout: 246 seconds)
2368 [19:07:02] *** Joins: philipballew (~philip@replaced-ip )
2369 [19:07:12] *** Joins: sm4sh (~smash@replaced-ip )
2370 [19:07:15] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 276 seconds)
2371 [19:07:31] *** Joins: denisk (~denisk@replaced-ip )
2372 [19:08:00] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2373 [19:08:01] *** Joins: galex|713 (~galex-713@replaced-ip )
2374 [19:08:19] *** Quits: batsoup (~abc@replaced-ip ) (Read error: Connection reset by peer)
2375 [19:08:36] *** Joins: batsoup (~abc@replaced-ip )
2376 [19:08:42] *** Quits: denis_k (~denisk@replaced-ip ) (Ping timeout: 272 seconds)
2377 [19:09:09] *** Quits: T4ng10r (~Tanglor@replaced-ip ) (Quit: Wychodzi)
2378 [19:09:43] *** Quits: hackp (~hackp@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2379 [19:09:49] *** Quits: asterismo_l2 (~santiago@replaced-ip ) (Remote host closed the connection)
2380 [19:09:59] *** Quits: jwd (~jwd@replaced-ip ) (Remote host closed the connection)
2381 [19:10:15] *** Joins: hackp (~hackp@replaced-ip )
2382 [19:10:21] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
2383 [19:10:25] *** Joins: jwd (~jwd@replaced-ip )
2384 [19:10:54] *** Joins: futex (~mcstn@replaced-ip )
2385 [19:10:58] *** Joins: sandeepkr__ (~sandeep@replaced-ip )
2386 [19:11:12] *** Quits: hackp (~hackp@replaced-ip ) (Read error: Connection reset by peer)
2387 [19:11:25] <Arrowmaster> i lost all sound, i think it happened after pulse got updated to 9.0-1.1
2388 [19:11:30] *** Joins: hackp (~hackp@replaced-ip )
2389 [19:12:34] *** Joins: sm4sh (~smash@replaced-ip )
2390 [19:13:13] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Ping timeout: 244 seconds)
2391 [19:14:07] <babilen> Arrowmaster: So, downgrade it and try again?
2392 [19:14:12] <babilen> Also:
2393 [19:14:16] <teraflops> Arrowmaster: this channel is for debian jessie
2394 [19:14:24] *** Joins: smica (~smica@replaced-ip )
2395 [19:14:26] <babilen> → #debian-next on irc.oftc.net might be more to your liking
2396 [19:14:42] *** Quits: sandeepkr_ (~sandeep@replaced-ip ) (Ping timeout: 260 seconds)
2397 [19:16:00] <teraflops> CtrlC: about what? or am I missing context?
2398 [19:16:08] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2399 [19:16:24] <CtrlC> teraflops: Any suggestion on a nameserver?
2400 [19:16:26] *** Joins: methyl (~methyl@replaced-ip )
2401 [19:16:41] <teraflops> nameserver? as in setting up a dns server?
2402 [19:16:58] <CtrlC> teraflops: for /etc/resolv.conf
2403 [19:17:01] <teraflops> ah
2404 [19:17:13] *** Quits: czsr (~czsr@replaced-ip ) (Remote host closed the connection)
2405 [19:17:27] <teraflops> well my suggestion is to use dns cache and dnssec validation ^
2406 [19:17:41] <CtrlC> I meant a server.
2407 [19:17:57] <CtrlC> I'm configing the new server I got.
2408 [19:18:10] <babilen> heh .. I almost started to suggest powerdns, nsd, ...
2409 [19:18:14] *** Joins: cuechan_ (~paul@replaced-ip )
2410 [19:18:30] <teraflops> CtrlC: then I suggest you using your server/vps provider ones
2411 [19:19:11] <CtrlC> I ticketed them. Not available yet. :D Thought maybe I can do some of my stuff till they arrive.
2412 [19:19:14] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2413 [19:19:22] <teraflops> 8.8.8.8 works :S
2414 [19:19:24] *** Joins: AusteritySucks (~Austerity@replaced-ip )
2415 [19:19:26] *** Quits: jason3 (~jason4@replaced-ip ) (Ping timeout: 258 seconds)
2416 [19:19:33] <CtrlC> ok thanks. let me try it.
2417 [19:19:36] *** Quits: julius_ (~jason4@replaced-ip ) (Ping timeout: 246 seconds)
2418 [19:20:44] <babilen> CtrlC: Google's 8.8.8.8 and Level 3's 4.2.2.4 are common choices
2419 [19:20:47] *** Quits: d4rklit3 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2420 [19:21:00] <babilen> replaced-url
2421 [19:21:04] *** Quits: zeronineseven (~vlad@replaced-ip ) (Ping timeout: 250 seconds)
2422 [19:21:23] <CtrlC> Thanks gusy.
2423 [19:21:27] <CtrlC> guys*
2424 [19:21:33] *** Quits: cuechan (~paul@replaced-ip ) (Ping timeout: 276 seconds)
2425 [19:22:19] <teraflops> CtrlC: if you do ipv6 you may not need one, but if you dont resolve ipv6 addresses 2001:4860:4860::8888 is fine
2426 [19:22:21] <teraflops> np
2427 [19:22:34] *** Joins: sm4sh (~smash@replaced-ip )
2428 [19:23:12] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
2429 [19:24:19] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 252 seconds)
2430 [19:25:09] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
2431 [19:25:19] *** Quits: canopus (~canopus@replaced-ip ) (Remote host closed the connection)
2432 [19:25:38] *** Joins: pk (~pokypoky@replaced-ip )
2433 [19:25:40] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2434 [19:26:57] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 260 seconds)
2435 [19:27:07] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Quit: shuting ...)
2436 [19:27:38] *** Joins: sm4sh (~smash@replaced-ip )
2437 [19:28:14] *** Joins: dreamon (~dreamon@replaced-ip )
2438 [19:29:52] *** Joins: canopus (~canopus@replaced-ip )
2439 [19:30:36] *** Quits: ktchk (~eddie6929@replaced-ip ) (Ping timeout: 250 seconds)
2440 [19:30:46] *** Joins: pixies (~cleyton@replaced-ip )
2441 [19:31:37] *** Joins: Pazician (~pazician@replaced-ip )
2442 [19:31:43] *** Quits: brieweb (~brian@replaced-ip ) (Remote host closed the connection)
2443 [19:31:52] *** Joins: brieweb (~brian@replaced-ip )
2444 [19:32:25] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
2445 [19:32:48] *** Joins: netzfisch (~Thunderbi@replaced-ip )
2446 [19:32:52] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (Remote host closed the connection)
2447 [19:33:03] *** Joins: xet7 (~xet7@replaced-ip )
2448 [19:33:03] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 240 seconds)
2449 [19:33:36] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2450 [19:33:54] *** Joins: sm4sh (~smash@replaced-ip )
2451 [19:34:01] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
2452 [19:35:30] *** Joins: denisk (~denisk@replaced-ip )
2453 [19:35:43] <pflanze> Why does this file when fed to xmodmap not modify that key with altgr to issue backslash?: keycode 133 = less greater backslash backslash
2454 [19:36:01] *** Quits: rimdeker (~rimdeker@replaced-ip ) (Remote host closed the connection)
2455 [19:36:08] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2456 [19:36:23] <pflanze> < and > work, but together with AltGr it still gives < >
2457 [19:36:45] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
2458 [19:37:19] *** Joins: denisk (~denisk@replaced-ip )
2459 [19:37:42] *** Joins: Piratmajor (~Piratmajo@replaced-ip )
2460 [19:38:15] *** Quits: Jarus (~Jarus@replaced-ip ) (Ping timeout: 264 seconds)
2461 [19:38:25] *** Quits: stvlker (~stvlker@replaced-ip ) (Quit: Isopropilprophemilbarbitursauresphenildimethitdimenthylaminophirazolon)
2462 [19:38:30] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2463 [19:38:45] *** Quits: slicepaperwords (~slicepape@replaced-ip ) (Read error: Connection reset by peer)
2464 [19:38:46] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
2465 [19:39:06] *** Joins: denisk (~denisk@replaced-ip )
2466 [19:40:20] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
2467 [19:40:56] *** Joins: blueness (~blueness@replaced-ip )
2468 [19:40:58] *** Joins: denisk (~denisk@replaced-ip )
2469 [19:41:00] *** Quits: sm4sh (~smash@replaced-ip ) (Ping timeout: 250 seconds)
2470 [19:41:08] *** Joins: zeronineseven (~vlad@replaced-ip )
2471 [19:42:21] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
2472 [19:42:35] *** Joins: klow (~textual@replaced-ip )
2473 [19:42:42] *** Joins: denisk (~denisk@replaced-ip )
2474 [19:42:54] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
2475 [19:43:11] *** Joins: voti (~Usuario@replaced-ip )
2476 [19:43:31] *** Joins: veebull_ (~veebull@replaced-ip )
2477 [19:43:54] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2478 [19:44:29] *** Joins: denisk (~denisk@replaced-ip )
2479 [19:45:12] *** Joins: WayToDoor (~milk.bott@maison.api-d.com)
2480 [19:45:42] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2481 [19:45:45] *** Quits: edgrey (~edgrey@replaced-ip ) (Remote host closed the connection)
2482 [19:46:07] *** Joins: edgrey (~edgrey@replaced-ip )
2483 [19:46:15] *** Joins: sm4sh (~smash@replaced-ip )
2484 [19:46:15] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2485 [19:46:25] *** Joins: Danishman (~kvirc@replaced-ip )
2486 [19:46:36] *** Joins: aegirs_ (~aegirs@replaced-ip )
2487 [19:47:29] *** Joins: schu-r (~Thunderbi@replaced-ip )
2488 [19:47:30] *** Joins: Wulf (~Wulf@replaced-ip )
2489 [19:47:40] *** Quits: pk (~pokypoky@replaced-ip ) (Quit: Leaving)
2490 [19:48:19] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
2491 [19:48:22] *** Quits: paperd (~micas@replaced-ip ) (Quit: WeeChat 1.5)
2492 [19:48:22] *** Joins: pk (~pokypoky@replaced-ip )
2493 [19:48:33] *** Joins: gdot (~gdot@replaced-ip )
2494 [19:48:34] *** Quits: WayToDoor (~milk.bott@maison.api-d.com) (Client Quit)
2495 [19:48:42] *** Quits: N3X15 (~Rob@replaced-ip ) (Quit: Leaving)
2496 [19:48:46] *** pk is now known as ppkk
2497 [19:48:54] *** Joins: Colti (Miramar-FL@replaced-ip )
2498 [19:48:59] *** Joins: WayToDoor (~milk.bott@maison.api-d.com)
2499 [19:49:24] *** Quits: SuperTramp83 (~gnu@replaced-ip ) (Read error: Connection reset by peer)
2500 [19:49:31] *** Joins: otyugh_II (~otyugh_V@replaced-ip )
2501 [19:50:09] *** Quits: aegirs (~aegirs@replaced-ip ) (Ping timeout: 276 seconds)
2502 [19:50:17] *** Joins: maziar (~textual@replaced-ip )
2503 [19:50:19] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Client Quit)
2504 [19:50:32] *** Quits: altin_ (~altin@replaced-ip ) (Ping timeout: 250 seconds)
2505 [19:51:28] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2506 [19:52:03] *** Quits: Codfection (~Codfectio@replaced-ip ) (Ping timeout: 264 seconds)
2507 [19:52:07] *** Quits: klow (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2508 [19:52:36] *** Joins: Codfection (~Codfectio@replaced-ip )
2509 [19:53:00] <pflanze> I need a tutorial for xmodmap, or how key mapping works in X.
2510 [19:53:24] *** Quits: voti (~Usuario@replaced-ip ) (Quit: Leaving)
2511 [19:53:39] *** Joins: btf (~btf@replaced-ip )
2512 [19:53:46] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
2513 [19:54:05] *** Joins: Tom012 (~tom@replaced-ip )
2514 [19:54:22] *** Joins: Jarus (~Jarus@replaced-ip )
2515 [19:55:11] *** Joins: dionysus69 (~Icedove@replaced-ip )
2516 [19:55:24] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Quit: Gone Fishing!)
2517 [19:55:34] *** Quits: bbabich (~bbabich@replaced-ip ) (Remote host closed the connection)
2518 [19:55:54] *** Joins: Wulf (~Wulf@replaced-ip )
2519 [19:55:58] *** Joins: bbabich (~bbabich@replaced-ip )
2520 [19:56:35] *** Quits: wildlander (~wild@replaced-ip ) (Quit: Saliendo)
2521 [19:57:35] *** Joins: dgm816 (~dgm816@replaced-ip )
2522 [19:57:46] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 258 seconds)
2523 [19:58:00] <vic> is anyone available to give me a hint about how to verify the netinst iso?
2524 [19:58:03] <vic> i see the md5sums.txt but can't find the signature file for that either
2525 [19:58:06] *** Quits: otyugh_II (~otyugh_V@replaced-ip ) (Ping timeout: 272 seconds)
2526 [19:58:06] <vic> descending into a mirror to find these didn't help and i'm lost on an ordinary simple process
2527 [19:58:35] *** Parts: zlatan (~Zlatan@replaced-ip )
2528 [19:58:47] <pflanze> There's usually a signed file with hashes in the same directory.
2529 [19:58:57] <pflanze> vic, what was the url you got the netinst from?
2530 [19:59:02] *** Quits: weld (~weld@replaced-ip ) (Ping timeout: 260 seconds)
2531 [19:59:04] *** Joins: AlexPortable (uid7568@replaced-ip )
2532 [19:59:14] <vic> pflanze: replaced-url
2533 [19:59:35] <pflanze> I mean the url to the actual image file.
2534 [19:59:47] *** Joins: zifxify (54c1fd47@replaced-ip )
2535 [20:00:00] <vic> the link on that page goes straight to: replaced-url
2536 [20:00:14] *** Quits: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip ) (Ping timeout: 244 seconds)
2537 [20:00:23] <pflanze> look at replaced-url
2538 [20:00:37] <vic> pflanze: Oh! I see that now!
2539 [20:00:37] <pflanze> (the parent dir of that url you used)
2540 [20:00:51] *** Joins: weld (~weld@replaced-ip )
2541 [20:00:54] <vic> Ok, thanks. I think that's got me off in the right direction !!!
2542 [20:01:00] *** Joins: smw_ (~smw@replaced-ip )
2543 [20:01:04] *** Joins: franzer (~textual@replaced-ip )
2544 [20:01:37] *** Quits: franzer (~textual@replaced-ip ) (Client Quit)
2545 [20:01:45] *** Joins: lasdam (lasdam@replaced-ip )
2546 [20:02:05] *** Joins: vvor (~vvor@replaced-ip )
2547 [20:02:09] *** Joins: LunaLovegood (~alice@replaced-ip )
2548 [20:03:01] <LunaLovegood> How do I fake-remove a package? (I want dpkg/apt to (afterwards) think the package isn't installed, but I don't want it to actually remove any files or run deconfigure scripts).
2549 [20:03:48] *** Quits: dgm816 (~dgm816@replaced-ip ) (Ping timeout: 272 seconds)
2550 [20:03:59] *** Joins: Devastator_ (~devas@replaced-ip )
2551 [20:04:42] *** Joins: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip )
2552 [20:04:59] <pflanze> LunaLovegood, you could unpack the .deb file for that package and run its install script after removing it yourself
2553 [20:05:08] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
2554 [20:05:13] *** Joins: mentor (~m@replaced-ip )
2555 [20:05:16] <pflanze> Don't know of any other way. It sure sounds like an odd request.
2556 [20:05:43] *** Quits: SonicVaan__ (~NeonSynth@replaced-ip ) (Quit: Leaving)
2557 [20:05:53] *** Joins: cub (~cub@replaced-ip )
2558 [20:06:00] <pflanze> I guess you could manually edit the package database instead, but you'll have that out yourself :)
2559 [20:06:24] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 276 seconds)
2560 [20:06:31] *** Joins: Pscion (~chatzilla@replaced-ip )
2561 [20:08:13] *** Quits: bit1 (~joseanton@replaced-ip ) (Quit: Abandonando)
2562 [20:09:19] *** Quits: edgrey (~edgrey@replaced-ip ) (Remote host closed the connection)
2563 [20:09:27] *** Quits: cub (~cub@replaced-ip ) (Remote host closed the connection)
2564 [20:09:29] *** Joins: awal1 (~awal1@replaced-ip )
2565 [20:09:52] *** Joins: edgrey (~edgrey@replaced-ip )
2566 [20:10:17] *** Joins: edaught (~edaught@replaced-ip )
2567 [20:10:26] *** Quits: rsx (~dummy@replaced-ip ) (Remote host closed the connection)
2568 [20:10:37] <vic> pflanze: thanks again, that got me working -- the instructions on the verify page are clear in hindsight
2569 [20:10:47] *** Joins: Nnavd (~Nnavd@replaced-ip )
2570 [20:10:49] <vic> I think I got lost digging into the mirror trying to find the netinst.iso
2571 [20:11:02] *** Joins: cub (~cub@replaced-ip )
2572 [20:12:10] <vic> now that I know it won't be a problem in the future, but a direct link to the sha/md5sums file and signature would have helped
2573 [20:12:33] <vic> Ah, I see you'd have to do that for each architecture though :^/
2574 [20:12:43] <LunaLovegood> Ok, editing /var/lib/dpkg/status by hand worked. Thanks.
2575 [20:13:03] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
2576 [20:13:11] *** Parts: cub (~cub@replaced-ip )
2577 [20:13:29] *** Quits: fossrox (~fossrox@replaced-ip ) (Ping timeout: 258 seconds)
2578 [20:14:26] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
2579 [20:15:52] *** Joins: nilekada (~hfinn@replaced-ip )
2580 [20:16:03] *** Quits: Sabaku (~Sabaku@replaced-ip ) (Ping timeout: 240 seconds)
2581 [20:16:26] *** Joins: maotm_ (~mao@replaced-ip )
2582 [20:16:55] *** Joins: lesik (~lesik@replaced-ip )
2583 [20:17:04] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2584 [20:17:16] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Remote host closed the connection)
2585 [20:17:58] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
2586 [20:18:06] *** Quits: veebull_ (~veebull@replaced-ip ) (Ping timeout: 276 seconds)
2587 [20:18:10] *** Joins: lesta (~user@replaced-ip )
2588 [20:19:12] *** Joins: gmelis (~gmelis@replaced-ip )
2589 [20:19:34] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 250 seconds)
2590 [20:19:46] *** Quits: e (edk@replaced-ip ) (Changing host)
2591 [20:19:46] *** Joins: e (edk@replaced-ip )
2592 [20:19:50] *** Joins: roshanavand (~roshanava@replaced-ip )
2593 [20:20:15] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
2594 [20:21:58] *** Quits: f10 (~flo@replaced-ip ) (Read error: Connection reset by peer)
2595 [20:22:42] *** Joins: chip_ (~chip@replaced-ip )
2596 [20:22:47] *** Quits: f10__ (~flo@replaced-ip ) (Read error: Connection reset by peer)
2597 [20:22:49] *** Joins: f10 (~flo@replaced-ip )
2598 [20:22:51] *** Joins: f10_ (~flo@replaced-ip )
2599 [20:23:26] *** Joins: blueness (~blueness@replaced-ip )
2600 [20:23:51] *** Quits: chip_ (~chip@replaced-ip ) (Max SendQ exceeded)
2601 [20:24:51] <SirShmoopy> Hello, I'm afraid I'm being very dense. I recently installed debian 8.5 as a home server, and cannot for the life of me get send-only email to work fully.
2602 [20:25:06] *** Joins: chip_ (~chip@replaced-ip )
2603 [20:25:28] <SirShmoopy> I've bounced back and forth between exim4, postfix, and ssmtp, but the best I can seem to get is cron and mail -s to send, but nothing pointing to localhost will work.
2604 [20:26:06] *** Quits: chip_ (~chip@replaced-ip ) (Max SendQ exceeded)
2605 [20:26:55] *** Joins: bumbar (~bumbar@replaced-ip )
2606 [20:27:48] *** Joins: chip_ (~chip@replaced-ip )
2607 [20:27:49] *** Joins: netzfisch (~Thunderbi@replaced-ip )
2608 [20:27:57] <bumbar> i've created a user and ssh keyfile on server A, copied keyfile A to server B and i can't login from server A to B with keyfile. any ideas? replaced-url
2609 [20:28:00] *** debhelper sets mode: +l 1683
2610 [20:28:08] *** Quits: smw_ (~smw@replaced-ip ) (Quit: Computer has gone to sleep)
2611 [20:28:24] *** Joins: smw_ (~smw@replaced-ip )
2612 [20:28:24] <bumbar> i can't login from server B to A is what i meant
2613 [20:28:55] *** Quits: chip_ (~chip@replaced-ip ) (Max SendQ exceeded)
2614 [20:29:12] *** Joins: Sabaku (~Sabaku@replaced-ip )
2615 [20:29:57] *** Quits: weld (~weld@replaced-ip ) (Ping timeout: 260 seconds)
2616 [20:30:33] *** Joins: pencilandpaper (~skribblez@replaced-ip )
2617 [20:30:43] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 244 seconds)
2618 [20:30:50] *** Joins: chip_ (~chip@replaced-ip )
2619 [20:30:54] *** Quits: maziar (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2620 [20:31:03] *** Joins: otyugh_II (~otyugh_V@replaced-ip )
2621 [20:32:39] *** Joins: timahvo1 (~rogue@replaced-ip )
2622 [20:33:03] *** Quits: smw_ (~smw@replaced-ip ) (Ping timeout: 276 seconds)
2623 [20:33:17] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2624 [20:33:25] *** Joins: cyan__ (~cyan@replaced-ip )
2625 [20:33:27] <pflanze> SirShmoopy, your local addresses will just be the username, no @localhost
2626 [20:33:29] *** Quits: Piratmajor (~Piratmajo@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2627 [20:34:02] <pflanze> Also, that's receive after all, not sure what you mean with send-only.
2628 [20:34:32] *** Joins: electro33 (uid613@replaced-ip )
2629 [20:35:19] <SirShmoopy> pflanze, I'm just trying to set up mail to send in the case of reports, not to be able to receive mail as well
2630 [20:35:50] <pflanze> But if you send to local, you still receive them there.
2631 [20:35:59] *** otyugh_II is now known as otyugh
2632 [20:36:04] <pflanze> I mean the question this leaves open is, where do you send them to?
2633 [20:36:33] <pflanze> Happy with using POP3/IMAP/local mail reader? Then fine.
2634 [20:37:12] <pflanze> I think what you want to say, "I'm just trying to enable mail from system tools to go somewhere."
2635 [20:37:23] <SirShmoopy> specifically, cron worked, but after installing ossec, I would get error saying that it failed to
2636 [20:37:32] <SirShmoopy> shit. I can't think with three people talking at me IRL
2637 [20:37:41] <SirShmoopy> I'm trying to send to a gmail
2638 [20:37:57] *** Joins: enki- (~enki@replaced-ip )
2639 [20:38:27] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 244 seconds)
2640 [20:38:40] <pflanze> Sending to gmail is a different beast, two approaches: (a) set up outgoing email properly, lots of work, (b) use gmail itself as a smart host (authenticated smtpd)
2641 [20:38:54] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2642 [20:38:57] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2643 [20:38:58] <pflanze> I've done the first but not the second so don't know how to do the second.
2644 [20:39:05] *** Quits: angor (~angor@replaced-ip ) (Read error: Connection reset by peer)
2645 [20:39:18] *** Joins: blueness (~blueness@replaced-ip )
2646 [20:39:27] *** Joins: delYsid (~user@replaced-ip )
2647 [20:39:28] *** Quits: delYsid (~user@replaced-ip ) (Changing host)
2648 [20:39:28] *** Joins: delYsid (~user@replaced-ip )
2649 [20:39:47] <pflanze> (a) is lots of work because gmail will stubbornly put your mail to the spam folder otherwise.
2650 [20:39:54] *** Quits: lesik (~lesik@replaced-ip ) (Ping timeout: 272 seconds)
2651 [20:40:27] *** Joins: de-facto (~de-facto@replaced-ip )
2652 [20:41:51] <SirShmoopy> It WAS working for ssmtp, except ossec would fail. I've switched between ssmtp, postfix and exim4, and I think now it's not doing anything.
2653 [20:41:54] <ppkk> bumbar: maybe review this: replaced-url
2654 [20:42:10] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2655 [20:42:56] <pflanze> SirShmoopy, what email address did you configure ossec to send to?
2656 [20:42:59] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
2657 [20:43:00] <SirShmoopy> My main issue is most everything I've come across online has given instructions to a point, but then it says to test it, and assumes everything is okay. The hits I've gotten for trying to fix the problem I'm having all end in "I figured it out"
2658 [20:43:31] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2659 [20:44:03] <SirShmoopy> pflanze, all sorts. I had the actual gmail, I've had root@localhost after setting up root in aliases
2660 [20:44:22] *** Joins: weld (~weld@replaced-ip )
2661 [20:44:23] <pflanze> As I said, "root@localhost" probably wouldn't work, "root" would
2662 [20:44:34] <SirShmoopy> currently in ossec is configured as <smtp_server>localhost</smtp_server>
2663 [20:44:37] *** Quits: Caelum (rkitover@replaced-ip ) (K-Lined)
2664 [20:44:37] *** Quits: croddy (cmr@replaced-ip ) (K-Lined)
2665 [20:44:49] <ppkk> bumbar: also, check your permissions. replaced-url
2666 [20:45:12] <pflanze> SirShmoopy, that's probably why. As soon as you've got @something then the mail server needs to be told to be responsible for something, which may not be the case for localhost.
2667 [20:45:26] *** Joins: croddy (cmr@replaced-ip )
2668 [20:45:32] *** Quits: sphenxes02 (~sphenxes@replaced-ip ) (Remote host closed the connection)
2669 [20:45:32] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Remote host closed the connection)
2670 [20:45:34] *** Quits: L0aD1nG (~L0aD1nG@replaced-ip ) (Ping timeout: 250 seconds)
2671 [20:45:41] <pflanze> Otherwise the mail server will refuse to accept the mail. "I don't know about localhost".
2672 [20:45:44] *** Joins: Caelum (rkitover@replaced-ip )
2673 [20:45:57] *** Quits: zifxify (54c1fd47@replaced-ip ) (Quit: Page closed)
2674 [20:46:13] *** Parts: nilekada (~hfinn@replaced-ip )
2675 [20:46:57] *** Joins: sphenxes (~sphenxes@replaced-ip )
2676 [20:47:04] <pflanze> SirShmoopy, because this is about mail domains, not IP addresses. It doesn't matter that the mail server actually listens on localhost (which it actually might not; mail is injected through the "sendmail" program, not by opening a TCP connection)
2677 [20:47:25] *** Quits: roshanavand (~roshanava@replaced-ip ) (Quit: This computer has gone to sleep)
2678 [20:47:51] *** Quits: otyugh (~otyugh_V@replaced-ip ) (Ping timeout: 264 seconds)
2679 [20:48:01] *** debhelper sets mode: +l 1676
2680 [20:48:20] <pflanze> (well seems that ossec insists on delivering to an smtp_server, instead of relying on the sendmail program. Whatever. Stupid program.)
2681 [20:48:23] <SirShmoopy> hmmm. I just set <email_to>root</email_to> with <smtp_server>localhost</smtp_server>, and restarting now throws an error saying root is an invalid email address
2682 [20:48:40] <pflanze> yes, stupid ossec then
2683 [20:48:54] *** Joins: jfdh (~jfdh@replaced-ip )
2684 [20:48:56] <pflanze> so it requires you to configure your mail server properly.
2685 [20:49:28] <pflanze> But try google's smtp instead, if you want to deliver to a gmail address anyway?
2686 [20:49:30] *** Joins: PryMar56 (~prymar@replaced-ip )
2687 [20:49:48] <pflanze> since ossec insists on using SMTP, why would you even want it to go through your own smtp server.
2688 [20:50:20] *** Quits: duoi (~duoi@replaced-ip ) (Ping timeout: 250 seconds)
2689 [20:50:38] <SirShmoopy> because i'm not terribly familiar with this kind of thing to start with, and it looked to be that that is required
2690 [20:50:45] *** Joins: nilekada (~hfinn@replaced-ip )
2691 [20:50:56] <pflanze> Yes, of course.
2692 [20:51:06] *** Joins: otyugh (~otyugh_V@replaced-ip )
2693 [20:51:27] <ppkk> Sirhmoopy: Exim4 setup for outgoing email is pretty easy --> replaced-url
2694 [20:51:45] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2695 [20:52:06] *** Joins: metallic (~slowwind@replaced-ip )
2696 [20:52:28] *** Joins: root-x (~root-x@replaced-ip )
2697 [20:52:36] *** Joins: duoi (~duoi@replaced-ip )
2698 [20:52:45] <pflanze> SirShmoopy, I suggest you simply try say: alt1.gmail-smtp-in.l.google.com
2699 [20:52:51] *** Quits: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip ) (Ping timeout: 240 seconds)
2700 [20:53:02] <pflanze> which is one of the addresses that gmail.com returns for the MX DNS lookup.
2701 [20:53:15] *** Quits: anuxivm (~anuxi@replaced-ip ) (Read error: Connection reset by peer)
2702 [20:53:21] <pflanze> Then you don't need any local mail server at all for ossec.
2703 [20:53:27] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2704 [20:53:31] *** Quits: gdot (~gdot@replaced-ip ) (Remote host closed the connection)
2705 [20:53:41] <pflanze> But of course the same what I said applies: gmail loves to put your mails to the spam folder.
2706 [20:54:11] *** Joins: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip )
2707 [20:54:25] *** Quits: timahvo1 (~rogue@replaced-ip ) (*.net *.split)
2708 [20:54:25] *** Quits: vvor (~vvor@replaced-ip ) (*.net *.split)
2709 [20:54:25] *** Quits: WayToDoor (~milk.bott@maison.api-d.com) (*.net *.split)
2710 [20:54:25] *** Quits: canopus (~canopus@replaced-ip ) (*.net *.split)
2711 [20:54:25] *** Quits: cuechan_ (~paul@replaced-ip ) (*.net *.split)
2712 [20:54:25] *** Quits: baptist (~baptsk@replaced-ip ) (*.net *.split)
2713 [20:54:25] *** Quits: hanasaki (~hanasaki@replaced-ip ) (*.net *.split)
2714 [20:54:25] *** Quits: wonderworld (~ww@replaced-ip ) (*.net *.split)
2715 [20:54:25] *** Quits: dselect (~dselect@replaced-ip ) (*.net *.split)
2716 [20:54:25] *** Quits: abrotman (~abrotman@replaced-ip ) (*.net *.split)
2717 [20:54:25] *** Quits: Kenrin (~kenrin@replaced-ip ) (*.net *.split)
2718 [20:54:25] *** Quits: ectospasm (~ectospasm@replaced-ip ) (*.net *.split)
2719 [20:54:25] *** Quits: Wyzard (~mike@replaced-ip ) (*.net *.split)
2720 [20:54:25] *** Quits: lazouz (~lazouz@replaced-ip ) (*.net *.split)
2721 [20:54:25] *** Quits: adamg (~akg@replaced-ip ) (*.net *.split)
2722 [20:54:25] *** Quits: solarnetone (~scott@replaced-ip ) (*.net *.split)
2723 [20:54:25] *** Quits: magyar_ (~magyar@replaced-ip ) (*.net *.split)
2724 [20:54:25] *** Quits: follinge (~follinge@replaced-ip ) (*.net *.split)
2725 [20:54:25] *** Quits: evanvarvell (~evanvarve@replaced-ip ) (*.net *.split)
2726 [20:54:25] *** Quits: Haxxa (~Harrison@replaced-ip ) (*.net *.split)
2727 [20:54:25] *** Quits: k0nsl (~k0nsl@replaced-ip ) (*.net *.split)
2728 [20:54:25] *** Quits: bool_ (~bool_@replaced-ip ) (*.net *.split)
2729 [20:54:25] *** Quits: LeandroLuiz (~LLP@replaced-ip ) (*.net *.split)
2730 [20:54:25] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (*.net *.split)
2731 [20:54:25] *** Quits: venkat_330 (~Thunderbi@replaced-ip ) (*.net *.split)
2732 [20:54:25] *** Quits: mirage335 (~mirage335@replaced-ip ) (*.net *.split)
2733 [20:54:25] *** Quits: andhoy (~andhoy@replaced-ip ) (*.net *.split)
2734 [20:54:26] *** Quits: KindOne (kindone@replaced-ip ) (*.net *.split)
2735 [20:54:26] *** Quits: bumbar_ (~bumbar@replaced-ip ) (*.net *.split)
2736 [20:54:26] *** Quits: Valdebrick (Valdebrick@replaced-ip ) (*.net *.split)
2737 [20:54:26] *** Quits: mo1991reg (~mo1991@replaced-ip ) (*.net *.split)
2738 [20:54:26] *** Quits: k-man (~jason@replaced-ip ) (*.net *.split)
2739 [20:54:26] *** Quits: c^ (chip@replaced-ip ) (*.net *.split)
2740 [20:54:26] *** Quits: tulphoon (~tulphoon@replaced-ip ) (*.net *.split)
2741 [20:54:26] *** Quits: up2late (~email@replaced-ip ) (*.net *.split)
2742 [20:54:26] *** Quits: pankid (~quassel@replaced-ip ) (*.net *.split)
2743 [20:54:26] *** Quits: digilink (~digilink@replaced-ip ) (*.net *.split)
2744 [20:54:26] *** Quits: tdfischer (~tdfischer@replaced-ip ) (*.net *.split)
2745 [20:54:26] *** Quits: cwillu_at_work (~cwillu@replaced-ip ) (*.net *.split)
2746 [20:54:26] *** Quits: APexil (~you@replaced-ip ) (*.net *.split)
2747 [20:54:26] *** Quits: MrBy (~MrBy@replaced-ip ) (*.net *.split)
2748 [20:54:26] *** Quits: pablo__ (pablo@replaced-ip ) (*.net *.split)
2749 [20:54:26] *** Quits: programmerq (~jefferya@replaced-ip ) (*.net *.split)
2750 [20:54:26] *** Quits: Cerise (jerry@replaced-ip ) (*.net *.split)
2751 [20:54:26] *** Quits: sidv (sidv@replaced-ip ) (*.net *.split)
2752 [20:54:26] *** Quits: ohithere (~binary@replaced-ip ) (*.net *.split)
2753 [20:54:26] *** Quits: edi (~edg@replaced-ip ) (*.net *.split)
2754 [20:54:26] *** Quits: wooden_ (~anon@replaced-ip ) (*.net *.split)
2755 [20:54:26] *** Quits: mactimes (~mactimes@replaced-ip ) (*.net *.split)
2756 [20:54:26] *** Quits: runtime_error (~error@replaced-ip ) (*.net *.split)
2757 [20:54:26] *** Quits: quarters (quarters@replaced-ip ) (*.net *.split)
2758 [20:54:26] *** Quits: rook2pawn (~rook@replaced-ip ) (*.net *.split)
2759 [20:54:26] *** Quits: milobit (~milobit@replaced-ip ) (*.net *.split)
2760 [20:54:26] *** Quits: simbalion (~simba@replaced-ip ) (*.net *.split)
2761 [20:54:26] *** Quits: rhada (~rhada@replaced-ip ) (*.net *.split)
2762 [20:54:26] *** Quits: microfracture (~microfrac@replaced-ip ) (*.net *.split)
2763 [20:54:26] *** Quits: dreamer (~henk@replaced-ip ) (*.net *.split)
2764 [20:54:26] *** Quits: waynr (~waynr@replaced-ip ) (*.net *.split)
2765 [20:54:26] *** Quits: sparty (~sparty@replaced-ip ) (*.net *.split)
2766 [20:54:26] *** Quits: Andocromn_ (~quassel@replaced-ip ) (*.net *.split)
2767 [20:54:26] *** Quits: MichaelSasser (~michaelsa@replaced-ip ) (*.net *.split)
2768 [20:54:26] *** Quits: reikokuko (~r31k@replaced-ip ) (*.net *.split)
2769 [20:54:26] *** Quits: purpleidea (~james@replaced-ip ) (*.net *.split)
2770 [20:54:26] *** Quits: ineiros (ineiros@replaced-ip ) (*.net *.split)
2771 [20:54:26] *** Quits: Ryushin (user@replaced-ip ) (*.net *.split)
2772 [20:54:26] *** Quits: volter (~volter@replaced-ip ) (*.net *.split)
2773 [20:54:26] *** Quits: Pwnna (~Pwnna@replaced-ip ) (*.net *.split)
2774 [20:54:26] *** Quits: whatevsz (~quassel@replaced-ip ) (*.net *.split)
2775 [20:54:26] *** Quits: J-BBB (~J-BBB@replaced-ip ) (*.net *.split)
2776 [20:54:26] *** Quits: TheQuestionmark (~Me@replaced-ip ) (*.net *.split)
2777 [20:54:26] *** Quits: yves_del_harlow (~ydh@replaced-ip ) (*.net *.split)
2778 [20:54:26] *** Quits: cydrobolt (~cydrobolt@replaced-ip ) (*.net *.split)
2779 [20:54:26] *** Quits: angseus (~angseus@replaced-ip ) (*.net *.split)
2780 [20:54:26] *** Quits: brennen (~brennen@replaced-ip ) (*.net *.split)
2781 [20:54:26] *** Quits: LiENUS (~quake@replaced-ip ) (*.net *.split)
2782 [20:54:26] *** Quits: llimeht_ (~stuart@replaced-ip ) (*.net *.split)
2783 [20:54:26] *** Quits: Hijiri (~Hijiri@replaced-ip ) (*.net *.split)
2784 [20:54:26] *** Quits: FinalX (~danielm@replaced-ip ) (*.net *.split)
2785 [20:54:26] *** Quits: zupzupper (~Zup@replaced-ip ) (*.net *.split)
2786 [20:54:26] *** Quits: lohenpaa (~jotain@replaced-ip ) (*.net *.split)
2787 [20:54:26] *** Quits: terr1 (~terr1@replaced-ip ) (*.net *.split)
2788 [20:54:26] *** Quits: johnny0 (~johnny0@replaced-ip ) (*.net *.split)
2789 [20:54:26] *** Quits: lovestospooge (~root@replaced-ip ) (*.net *.split)
2790 [20:54:26] *** Quits: leafwiz (~leafwiz@replaced-ip ) (*.net *.split)
2791 [20:54:26] *** Quits: Mo0O (~steeve@replaced-ip ) (*.net *.split)
2792 [20:54:26] *** Quits: hplar (~ralph@replaced-ip ) (*.net *.split)
2793 [20:54:26] *** Quits: varesa (~varesa@replaced-ip ) (*.net *.split)
2794 [20:54:26] *** Quits: SirCmpwn (sircmpwn@replaced-ip ) (*.net *.split)
2795 [20:54:26] *** Quits: Fusselkroete (hypno@replaced-ip ) (*.net *.split)
2796 [20:54:26] *** Quits: daemonkeeper (~arno@replaced-ip ) (*.net *.split)
2797 [20:54:26] *** Quits: e (edk@replaced-ip ) (*.net *.split)
2798 [20:54:26] *** Quits: suckawha (~suckawha@replaced-ip ) (*.net *.split)
2799 [20:54:26] *** Quits: CompWizrd (compwiz@replaced-ip ) (*.net *.split)
2800 [20:54:26] *** Quits: Esya_ (~esya@replaced-ip ) (*.net *.split)
2801 [20:54:26] *** Quits: nanobit (~nanobit@replaced-ip ) (*.net *.split)
2802 [20:54:26] *** Quits: fnkr (1Do8Mt0rSJ@replaced-ip ) (*.net *.split)
2803 [20:54:27] *** Quits: kline (~kline@replaced-ip ) (*.net *.split)
2804 [20:54:27] *** Quits: distortedvoice (~distorted@replaced-ip ) (*.net *.split)
2805 [20:54:27] *** Quits: tabakhase (tabakhase@replaced-ip ) (*.net *.split)
2806 [20:54:27] *** Quits: dynek (~dynek@replaced-ip ) (*.net *.split)
2807 [20:54:27] *** Quits: mnsc_se (~mnsc@replaced-ip ) (*.net *.split)
2808 [20:54:27] *** Quits: Mr_Pancake (~Pancake@replaced-ip ) (*.net *.split)
2809 [20:54:27] *** Quits: Azelphur (~Azelphur@replaced-ip ) (*.net *.split)
2810 [20:54:27] *** Quits: tobiw (~tobiw@replaced-ip ) (*.net *.split)
2811 [20:54:27] *** Quits: alu (~alu@replaced-ip ) (*.net *.split)
2812 [20:54:29] *** link is now known as eclipse
2813 [20:54:30] *** Joins: d4rklit3 (~textual@replaced-ip )
2814 [20:55:03] *** Joins: anuxivm (~anuxi@replaced-ip )
2815 [20:55:09] *** Joins: root-x (~root-x@replaced-ip )
2816 [20:55:09] *** Quits: anuxivm (~anuxi@replaced-ip ) (Max SendQ exceeded)
2817 [20:55:09] *** Quits: galex|713 (~galex-713@replaced-ip ) (Remote host closed the connection)
2818 [20:55:22] <ppkk> Only catch is to remember to set Gmail to allow less secure apps: replaced-url
2819 [20:56:27] <pflanze> well, your random web server is never going to be very secure
2820 [20:56:41] *** Joins: cydrobolt (~cydrobolt@replaced-ip )
2821 [20:56:41] *** Quits: cydrobolt (~cydrobolt@replaced-ip ) (Changing host)
2822 [20:56:41] *** Joins: cydrobolt (~cydrobolt@replaced-ip )
2823 [20:56:51] *** Parts: pencilandpaper (~skribblez@replaced-ip )
2824 [20:56:55] <pflanze> So, ppkk 's suggestion is to use the smarthost approach as I said.
2825 [20:57:07] <pflanze> I'm zoning out now. Better things to do...
2826 [20:57:16] *** Quits: maotm_ (~mao@replaced-ip ) (Ping timeout: 252 seconds)
2827 [20:57:27] <ppkk> :)
2828 [20:58:08] *** Joins: maotm (~mao@replaced-ip )
2829 [20:58:09] *** Parts: nilekada (~hfinn@replaced-ip )
2830 [20:58:57] *** Joins: smw_ (~smw@replaced-ip )
2831 [20:58:58] *** Joins: sleepee (~sleepee@replaced-ip )
2832 [20:58:59] <pflanze> I mean I'm happy to provide understanding but it's too frustrating if there's not enough patience around to walk on that level.
2833 [20:59:03] *** Quits: M-wkennington (wkenningto@replaced-ip ) (Ping timeout: 276 seconds)
2834 [20:59:34] <pflanze> Working out understanding is work.
2835 [20:59:41] *** Joins: BotaniCar__ (~BotaniCar@replaced-ip )
2836 [21:00:52] <pflanze> (And I came here in the hopes for anyone to provide some understanding on X key maps. No luck so far.)
2837 [21:01:21] *** Joins: KindOne (kindone@replaced-ip )
2838 [21:01:28] *** Parts: LunaLovegood (~alice@replaced-ip )
2839 [21:01:47] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
2840 [21:02:03] *** Quits: bony (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
2841 [21:02:18] *** Joins: gdot (~gdot@replaced-ip )
2842 [21:03:16] *** Quits: BotaniCar_ (~BotaniCar@replaced-ip ) (Ping timeout: 244 seconds)
2843 [21:03:55] *** Joins: galex|713 (~galex-713@replaced-ip )
2844 [21:03:58] *** Joins: martman (~martman@replaced-ip )
2845 [21:04:39] *** Quits: chip_ (~chip@replaced-ip ) (Ping timeout: 264 seconds)
2846 [21:04:44] *** Joins: raonyguimaraes (~T0rch@replaced-ip )
2847 [21:04:51] *** Joins: Alam_Squeeze (alam@replaced-ip )
2848 [21:05:22] *** Joins: M-wkennington (wkenningto@replaced-ip )
2849 [21:05:44] *** Quits: raonyguimaraes (~T0rch@replaced-ip ) (Read error: Connection reset by peer)
2850 [21:06:23] *** Joins: leafwiz (~leafwiz@replaced-ip )
2851 [21:06:37] <ppkk> Pflanze: I haven't really worked with X Keyboard Maps...? What do you want to do?
2852 [21:06:56] *** Parts: Spiffy (~Spiffy@replaced-ip )
2853 [21:07:18] *** Joins: rgr (~user@replaced-ip )
2854 [21:07:40] *** Quits: vrederv (~vrederv@replaced-ip ) (Quit: Leaving)
2855 [21:07:40] <pflanze> I'm relying on a particular key, which on my swiss german keymap is here: xmodmap -pke |grep backslash -> keycode 94 = less greater less greater backslash brokenbar backslash brokenbar less greater backslash brokenbar less greater backslash brokenbar
2856 [21:08:01] *** debhelper sets mode: +l 1578
2857 [21:08:16] <pflanze> Now I'm attaching a keyboard that doesn't have this key 94. I'd like to use the left windows key instead, which xev says has key code 133.
2858 [21:08:35] <pflanze> So I feed "keycode 133 = less greater less greater backslash brokenbar backslash brokenbar" to xmodmap.
2859 [21:09:01] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2860 [21:09:07] <pflanze> Now < and with shift > work on that key, but AltGr which should give me the backslash will just give <
2861 [21:09:19] *** Joins: Starky (~Starky@replaced-ip )
2862 [21:09:26] <pflanze> I don't understand how this can happen.
2863 [21:09:40] *** Quits: sypher (~sypher@replaced-ip ) (Ping timeout: 272 seconds)
2864 [21:09:41] *** Joins: CutMeOwnThroat (~k@replaced-ip )
2865 [21:10:34] *** Joins: root-x (~root-x@replaced-ip )
2866 [21:11:09] *** Quits: Anselmo (~Anselmo@replaced-ip ) (Disconnected by services)
2867 [21:11:21] *** Joins: cdown (~cdown@replaced-ip )
2868 [21:11:35] *** Joins: Anselmo_ (~Anselmo@replaced-ip )
2869 [21:11:41] <nkuttler> pflanze: backslash works for me, with either config
2870 [21:12:03] *** Quits: pixies (~cleyton@replaced-ip ) (Ping timeout: 276 seconds)
2871 [21:12:07] *** Quits: nse (~leo@replaced-ip ) (Ping timeout: 252 seconds)
2872 [21:12:08] <pflanze> nkuttler, when presing which key?
2873 [21:12:16] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2874 [21:12:20] <nkuttler> well i mapped it to 48
2875 [21:12:31] <nkuttler> not sure where 133 would be
2876 [21:12:32] *** Joins: mtn (~mtn@replaced-ip )
2877 [21:12:38] <pflanze> left wndows key
2878 [21:13:23] *** Joins: angseus (~angseus@replaced-ip )
2879 [21:13:23] *** Joins: ineiros (ineiros@replaced-ip )
2880 [21:13:23] *** Joins: FinalX (~danielm@replaced-ip )
2881 [21:13:24] *** Joins: Hypnosekroete (hypno@replaced-ip )
2882 [21:13:24] *** Joins: rook2pawn (~rook@replaced-ip )
2883 [21:13:24] *** Joins: runtime_error (~error@replaced-ip )
2884 [21:13:25] *** Joins: lovestospooge (~root@replaced-ip )
2885 [21:13:25] *** Joins: pablo_ (pablo@replaced-ip )
2886 [21:13:25] <nkuttler> pflanze: you might have to use clear ModX, whichever is Super_L i guess
2887 [21:13:25] *** Joins: purpleidea (~james@replaced-ip )
2888 [21:13:26] *** Joins: daemonkeeper (~arno@replaced-ip )
2889 [21:13:26] *** Joins: tulphoon (~tulphoon@replaced-ip )
2890 [21:13:26] *** Joins: sparty (~sparty@replaced-ip )
2891 [21:13:26] *** Joins: Azelphur (~Azelphur@replaced-ip )
2892 [21:13:26] *** Joins: Valdebrick (Valdebrick@replaced-ip )
2893 [21:13:26] *** Joins: SirCmpwn (sircmpwn@replaced-ip )
2894 [21:13:26] *** Joins: volter (~volter@replaced-ip )
2895 [21:13:26] *** Joins: abrotman (~abrotman@replaced-ip )
2896 [21:13:26] *** Joins: wooden_ (~anon@replaced-ip )
2897 [21:13:44] <ppkk> Okay, I see. I haven't worked on the problem before. But, I found an interesting URL you might find helpful.
2898 [21:14:06] <ppkk> However, you probably found it. LOL.
2899 [21:14:07] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 244 seconds)
2900 [21:14:20] <nkuttler> pflanze: but i'm really just guessing there. i had to use a few clear and remove stuff to get my keymap working
2901 [21:14:30] <pflanze> nkuttler, indeed it works for me too on key 48
2902 [21:14:43] <nkuttler> i think the meta/super keys are somewhat special
2903 [21:14:53] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
2904 [21:15:03] <pflanze> yeah I guess so. I've noticed the clear stuff but the man page talks about Control, Mod1, Mod2, Mod3, Mod4, Mod5
2905 [21:15:09] *** Quits: hyfrehyfrehyfreh (~hyfrehyfr@replaced-ip ) (Ping timeout: 244 seconds)
2906 [21:15:28] <pflanze> whereas xev talks about Control_L Alt_L ISO_Level3_Shift Super_R Menu Control_R
2907 [21:15:38] <nkuttler> yeah, it's messy
2908 [21:15:42] <pflanze> so I've got no clue which is what, even how they are related.
2909 [21:16:02] *** Quits: d4rklit3 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2910 [21:16:02] *** Joins: k0nsl (~k0nsl@replaced-ip )
2911 [21:16:45] <ppkk> Pflanze,: maybe you're using the wrong key code or keysym?
2912 [21:17:21] <ppkk> I have a simple C prog that might help verify this.
2913 [21:17:31] <pflanze> As I said < and > do work on that key now so it seems the key code is right
2914 [21:18:01] *** debhelper sets mode: +l 1593
2915 [21:18:02] *** Joins: yves_del_harlow (~ydh@replaced-ip )
2916 [21:18:02] <ppkk> Then what doesn't work?
2917 [21:18:03] *** Joins: canopus (~canopus@replaced-ip )
2918 [21:18:03] *** Quits: lesta (~user@replaced-ip ) (Ping timeout: 240 seconds)
2919 [21:18:05] *** Joins: distortedvoice (~distorted@replaced-ip )
2920 [21:18:06] *** Joins: Esya (~esya@replaced-ip )
2921 [21:18:06] *** Joins: lazouz (~lazouz@replaced-ip )
2922 [21:18:08] *** Joins: quarters (quarters@replaced-ip )
2923 [21:18:08] *** Joins: LiENUS (~quake@replaced-ip )
2924 [21:18:10] *** Joins: nanobit (~nanobit@replaced-ip )
2925 [21:18:10] *** Joins: bool_ (~bool_@replaced-ip )
2926 [21:18:10] *** Joins: tabakhase (tabakhase@replaced-ip )
2927 [21:18:15] *** Joins: Pwnna (~Pwnna@replaced-ip )
2928 [21:18:16] <pflanze> AltGr, i.e. the combo that should issue backslash
2929 [21:18:20] *** Joins: mactimes (~mactimes@replaced-ip )
2930 [21:18:21] *** Joins: LeandroLuiz (~LLP@replaced-ip )
2931 [21:18:23] *** Joins: Cerise (jerry@replaced-ip )
2932 [21:18:26] *** Joins: milobit (~milobit@replaced-ip )
2933 [21:18:28] *** Joins: terr1 (~terr1@replaced-ip )
2934 [21:18:47] <pflanze> I do get backslash when doing the same on key 48. I do not on key 133.
2935 [21:19:32] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2936 [21:19:33] *** Joins: dselect (~dselect@replaced-ip )
2937 [21:19:46] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
2938 [21:20:01] *** Joins: sidv (sidv@replaced-ip )
2939 [21:21:51] *** Quits: bittin (~luna@replaced-ip ) (Changing host)
2940 [21:21:51] *** Joins: bittin (~luna@replaced-ip )
2941 [21:22:24] <pflanze> I've cleared Mod1 Mod2 Mod3 Mod4 Mod5 and still doesn't work
2942 [21:23:02] <CutMeOwnThroat> 133 being... right windows key?
2943 [21:23:51] *** Quits: maolang (~denis@replaced-ip ) (Ping timeout: 264 seconds)
2944 [21:24:03] <pflanze> Situated left on my keyboard.
2945 [21:24:06] *** Joins: maolang (~denis@replaced-ip )
2946 [21:24:21] <CutMeOwnThroat> possible, the laptop here only has one (on the left)
2947 [21:24:25] <pflanze> 134 is my right windows key
2948 [21:24:54] <pflanze> Same problem with that one btw.
2949 [21:24:57] *** Quits: torpet_ (~torpet@replaced-ip ) (Remote host closed the connection)
2950 [21:25:10] *** Joins: L0aD1nG (~L0aD1nG@replaced-ip )
2951 [21:25:34] *** Quits: Pazician (~pazician@replaced-ip ) ()
2952 [21:25:35] *** Joins: torpet (~torpet@replaced-ip )
2953 [21:26:01] <pflanze> Fun, xfce's keyboard selection tool doesn't restore the cleared modifiers. Guess I'm gonna have to restart X.
2954 [21:26:53] <pflanze> The weirdest part of all of this is that IIRC I *had* it working a long time ago.
2955 [21:27:12] <pflanze> (like 10 years ago)
2956 [21:27:28] <ppkk> Pflanze: Looks very cool for you. Hope so...seems so - replaced-url
2957 [21:28:00] *** debhelper sets mode: +l 1608
2958 [21:28:23] *** Joins: cdown (~cdown@replaced-ip )
2959 [21:28:56] *** Quits: L0aD1nG (~L0aD1nG@replaced-ip ) (Client Quit)
2960 [21:29:19] *** Joins: root-x (~root-x@replaced-ip )
2961 [21:29:20] *** Joins: bony (~quassel@replaced-ip )
2962 [21:29:20] *** Quits: bony (~quassel@replaced-ip ) (Changing host)
2963 [21:29:20] *** Joins: bony (~quassel@replaced-ip )
2964 [21:29:36] *** Quits: otyugh (~otyugh_V@replaced-ip ) (Ping timeout: 276 seconds)
2965 [21:29:44] <pflanze> Hm. Maybe
2966 [21:29:58] *** Joins: SpeccyMan (~nick@replaced-ip )
2967 [21:31:01] *** Joins: otyugh (~otyugh_V@replaced-ip )
2968 [21:31:18] *** Joins: vvor (~vvor@replaced-ip )
2969 [21:32:20] *** Joins: mirage335 (~mirage335@replaced-ip )
2970 [21:33:00] *** Joins: e (edk@replaced-ip )
2971 [21:33:28] *** Quits: aaro (~aaro@replaced-ip ) (Quit: aaro)
2972 [21:33:48] *** Joins: chip_ (~chip@replaced-ip )
2973 [21:35:18] <pflanze> Wow. I still have the keymap saved with "xmodmap -pke", tried to load it with "xmodmap < saved", took about a minute, blocking X, and raising system load to 2.18, but didn't restore the cleared modifiers either.
2974 [21:35:18] *** Joins: fossrox (~fossrox@replaced-ip )
2975 [21:35:47] *** Joins: F_e_z (ident@replaced-ip )
2976 [21:35:56] *** Joins: foudubassan (~ycaniou@replaced-ip )
2977 [21:36:35] *** Joins: dtux (~dmtucker@replaced-ip )
2978 [21:36:48] <pflanze> This all feels like the worse part in the "worse is better" approach, of course.
2979 [21:37:43] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
2980 [21:38:01] *** debhelper sets mode: +l 1617
2981 [21:39:43] <pflanze> Extremely odd: Alt-tab still works as a window switcher in the Xfce window manager. Also, Alt-F12 which I've configured to open xterm would not do that anymore now except suddenly several minutes later all the xterms I tried to open appear out of the blue.
2982 [21:39:48] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2983 [21:40:04] <pflanze> Time to restart X.
2984 [21:40:05] *** Joins: torpet_ (~torpet@replaced-ip )
2985 [21:40:59] *** Joins: jfdh (~jfdh@replaced-ip )
2986 [21:42:08] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip )
2987 [21:42:30] *** Joins: vivid (~vivid@replaced-ip )
2988 [21:43:03] *** Quits: torpet (~torpet@replaced-ip ) (Ping timeout: 244 seconds)
2989 [21:44:47] *** Quits: sm4sh (~smash@replaced-ip ) (Read error: Connection reset by peer)
2990 [21:45:27] *** Joins: anuxivm (~anuxi@replaced-ip )
2991 [21:45:29] *** Joins: sm4sh (~smash@replaced-ip )
2992 [21:46:10] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
2993 [21:48:36] *** Joins: Specialist (~tg@replaced-ip )
2994 [21:48:39] *** Joins: ynanm (~quassel@replaced-ip )
2995 [21:49:05] *** Joins: Strife89 (~quassel@replaced-ip )
2996 [21:49:37] *** Joins: CrazyTux[m] (~CrazyTuxm@replaced-ip )
2997 [21:50:08] *** Quits: CrazyTux[m] (~CrazyTuxm@replaced-ip ) (Max SendQ exceeded)
2998 [21:50:26] *** Joins: CrazyTux[m] (~CrazyTuxm@replaced-ip )
2999 [21:51:01] *** Joins: CtrlC (~CtrlC@replaced-ip )
3000 [21:51:09] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3001 [21:53:05] *** Joins: root-x (~root-x@replaced-ip )
3002 [21:53:59] *** Quits: Devastator_ (~devas@replaced-ip ) (Changing host)
3003 [21:53:59] *** Joins: Devastator_ (~devas@replaced-ip )
3004 [21:54:02] *** Devastator_ is now known as Devastator
3005 [21:55:39] *** Joins: maotm_ (~mao@replaced-ip )
3006 [21:57:10] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
3007 [21:57:13] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 252 seconds)
3008 [21:57:33] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Ping timeout: 276 seconds)
3009 [21:57:52] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
3010 [21:58:00] *** debhelper sets mode: +l 1623
3011 [21:58:30] *** Quits: torpet_ (~torpet@replaced-ip ) (Remote host closed the connection)
3012 [21:58:52] *** Quits: infrid64 (~infrid@replaced-ip ) (Quit: Konversation terminated!)
3013 [21:59:02] *** Quits: nhhc (~nhhc@replaced-ip ) (Quit: Leaving)
3014 [21:59:07] *** Joins: torpet (~torpet@replaced-ip )
3015 [21:59:20] *** Joins: dionysus69 (~Icedove@replaced-ip )
3016 [21:59:51] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 264 seconds)
3017 [22:00:05] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Read error: Connection reset by peer)
3018 [22:00:26] *** Joins: murfjr (~douseiais@replaced-ip )
3019 [22:00:39] *** Quits: murfjr (~douseiais@replaced-ip ) (Max SendQ exceeded)
3020 [22:00:51] *** Joins: d4rklit3 (~textual@replaced-ip )
3021 [22:00:57] *** Joins: murfjr (~douseiais@replaced-ip )
3022 [22:00:58] *** Joins: lucaswan_ (~lucaswang@replaced-ip )
3023 [22:01:31] *** Quits: martman (~martman@replaced-ip ) (Ping timeout: 240 seconds)
3024 [22:02:31] *** Joins: fnmueller (levnUYYMKd@replaced-ip )
3025 [22:02:31] *** Quits: fnmueller (levnUYYMKd@replaced-ip ) (Changing host)
3026 [22:02:31] *** Joins: fnmueller (levnUYYMKd@replaced-ip )
3027 [22:03:46] *** Joins: iiaann (~ian@replaced-ip )
3028 [22:04:22] *** Quits: gtrotcko (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
3029 [22:04:42] *** Quits: lucaswang (~lucaswang@replaced-ip ) (Ping timeout: 276 seconds)
3030 [22:05:49] *** Joins: xiaodong (~xiaodong@replaced-ip )
3031 [22:05:50] *** Joins: cub (~cub@replaced-ip )
3032 [22:06:19] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Disconnected by services)
3033 [22:06:23] *** Quits: lord_rob (~robert@replaced-ip ) (Quit: Konversation terminated!)
3034 [22:06:27] *** Joins: alexandr1 (~alexandro@replaced-ip )
3035 [22:06:49] *** Joins: Darcidride (~Darcidrid@replaced-ip )
3036 [22:07:27] *** alexandr1 is now known as alexandros_c
3037 [22:07:49] *** Quits: iiaann (~ian@replaced-ip ) (Client Quit)
3038 [22:08:39] *** Quits: Starky (~Starky@replaced-ip ) (Quit: WeeChat 1.5)
3039 [22:09:14] *** Joins: iiaann (~ian@replaced-ip )
3040 [22:09:50] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Disconnected by services)
3041 [22:09:52] *** Joins: Nyctophilia (~IamHereFo@replaced-ip )
3042 [22:10:00] *** Joins: alexandr1 (~alexandro@replaced-ip )
3043 [22:10:43] *** Joins: LNJ2GO (~lnj@replaced-ip )
3044 [22:11:05] *** Joins: ar (arachnist@replaced-ip )
3045 [22:11:09] <ar> hi
3046 [22:11:37] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3047 [22:12:08] *** alexandr1 is now known as alexandros_c
3048 [22:12:18] *** Joins: kline (~kline@replaced-ip )
3049 [22:12:41] *** Joins: Engys (~Engys@replaced-ip )
3050 [22:13:55] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Client Quit)
3051 [22:14:23] *** Joins: Evropi (~superuser@replaced-ip )
3052 [22:14:44] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3053 [22:14:49] <Evropi> q: are there any plans to redo the website?
3054 [22:15:22] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 252 seconds)
3055 [22:15:40] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Client Quit)
3056 [22:16:28] *** Quits: nalgeneus (~nalgeneus@replaced-ip ) (Ping timeout: 252 seconds)
3057 [22:16:37] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3058 [22:17:01] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Remote host closed the connection)
3059 [22:17:28] *** Joins: Kyokushin (~Kyokushin@replaced-ip )
3060 [22:17:41] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3061 [22:18:00] *** debhelper sets mode: +l 1629
3062 [22:18:17] *** Joins: jason3 (~jason4@replaced-ip )
3063 [22:18:18] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 250 seconds)
3064 [22:18:28] *** Joins: julius_ (~jason4@replaced-ip )
3065 [22:18:45] *** Joins: jazz (~jazz@replaced-ip )
3066 [22:19:42] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3067 [22:19:42] *** Quits: __jwe__ (~jwe@replaced-ip ) (Remote host closed the connection)
3068 [22:20:17] <Engys> Are you aware of the problem that Debian is freezing the whole system if you open more than one XSession and afterwards close one of them? I got this problem on Jessie and Stretch with nVidia GTX 960.
3069 [22:20:57] *** Quits: otyugh (~otyugh_V@replaced-ip ) (Ping timeout: 276 seconds)
3070 [22:21:19] *** Joins: root-x (~root-x@replaced-ip )
3071 [22:22:01] *** Quits: d4rklit3 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3072 [22:22:12] <Engys> Archlinux does fine in the same situation.
3073 [22:22:17] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 258 seconds)
3074 [22:22:20] *** Joins: jargonjunkie (~xotyx@replaced-ip )
3075 [22:22:54] *** Quits: REiN (~REiN@replaced-ip ) (Ping timeout: 276 seconds)
3076 [22:23:11] *** Quits: smw_ (~smw@replaced-ip##) (Quit: Get MacIrssi - ##replaced-url
3077 [22:25:04] *** Joins: altin_ (~altin@replaced-ip )
3078 [22:25:04] *** Quits: altin_ (~altin@replaced-ip ) (Changing host)
3079 [22:25:04] *** Joins: altin_ (~altin@replaced-ip )
3080 [22:25:29] *** Joins: slicepaperwords (~slicepape@replaced-ip )
3081 [22:26:51] *** Joins: sandeepkr_ (~sandeep@replaced-ip )
3082 [22:27:22] *** Joins: slon (slon@replaced-ip )
3083 [22:27:38] *** H4ndy is now known as h4ndy
3084 [22:27:50] *** Joins: dixonstalbert (~dixon2@replaced-ip )
3085 [22:28:00] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3086 [22:28:01] *** Quits: slon_ (slon@replaced-ip ) (Ping timeout: 252 seconds)
3087 [22:29:39] *** Joins: root-x (~root-x@replaced-ip )
3088 [22:30:04] *** Quits: sandeepkr__ (~sandeep@replaced-ip ) (Ping timeout: 244 seconds)
3089 [22:30:11] *** Quits: xelo (~xelo@replaced-ip ) (Quit: Leaving.)
3090 [22:31:16] *** Joins: d4rklit3 (~textual@replaced-ip )
3091 [22:31:23] *** Joins: maziar (~textual@replaced-ip )
3092 [22:31:26] *** Joins: Brigo (~Brigo@replaced-ip )
3093 [22:31:34] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Remote host closed the connection)
3094 [22:32:16] *** Quits: jargonjunkie (~xotyx@replaced-ip ) (Quit: -a- IRC for Android 2.1.32)
3095 [22:32:50] *** Joins: strap (b156c738@replaced-ip )
3096 [22:33:24] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 258 seconds)
3097 [22:34:05] *** Joins: lowin (~lowin@replaced-ip )
3098 [22:34:25] *** Joins: nalgeneus (~nalgeneus@replaced-ip )
3099 [22:34:55] *** Joins: bus3rr0r (~bus3rr0r@replaced-ip )
3100 [22:35:33] *** Quits: agurs (~t7DS@replaced-ip ) ()
3101 [22:35:42] *** Joins: Al3xG0 (~t7DS@replaced-ip )
3102 [22:35:43] *** Quits: Al3xG0 (~t7DS@replaced-ip ) (Changing host)
3103 [22:35:43] *** Joins: Al3xG0 (~t7DS@replaced-ip )
3104 [22:35:51] <strap> any way to disable automatic dependency handling in aptitude?
3105 [22:35:57] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 260 seconds)
3106 [22:36:18] *** Quits: enki- (~enki@replaced-ip ) (Read error: Connection reset by peer)
3107 [22:36:29] *** Joins: kyndel (~kyndel@replaced-ip )
3108 [22:36:34] *** Joins: enki (~enki@replaced-ip )
3109 [22:36:42] <kyndel> Anyone run LMDE?
3110 [22:37:14] *** Joins: weld_ (~weld@replaced-ip )
3111 [22:38:04] *** Joins: TomTomTosch (~henryk@replaced-ip )
3112 [22:38:17] *** Quits: weld (~weld@replaced-ip ) (Ping timeout: 260 seconds)
3113 [22:38:31] *** Quits: jazz (~jazz@replaced-ip ) (Remote host closed the connection)
3114 [22:38:36] <Engys> strap you can get single packages with apt
3115 [22:39:27] *** Quits: nalgeneus (~nalgeneus@replaced-ip ) (Ping timeout: 264 seconds)
3116 [22:39:39] *** Joins: Andocromn (~quassel@replaced-ip )
3117 [22:39:57] <awal1> kybdel, lmde is debian based OS, not debian
3118 [22:40:16] <kyndel> awal1: i know
3119 [22:40:27] <themill> strap: aptitude's only job is to deal with dependencies. What are you really trying to do?
3120 [22:40:29] *** Joins: sandeepkr__ (~sandeep@replaced-ip )
3121 [22:40:35] <mtn> kyndel: he means you are in the wrong channel
3122 [22:40:52] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Quit: kunaaljain______)
3123 [22:40:59] <kyndel> it's debian under the hood so i cna learn a lot by being here
3124 [22:41:12] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3125 [22:41:17] <mtn> kyndel: this channel does not support anything other than debian.
3126 [22:41:24] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Remote host closed the connection)
3127 [22:41:29] <strap> Engys: themill; playing with the system for now and wondering if the system will run without libsystemd0
3128 [22:41:38] <strap> but then apt will freak out and remove a bunch of packages
3129 [22:41:43] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3130 [22:41:51] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Remote host closed the connection)
3131 [22:42:05] *** Parts: Evropi (~superuser@replaced-ip )
3132 [22:42:13] *** Joins: aaro (~aaro@replaced-ip )
3133 [22:42:34] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 250 seconds)
3134 [22:42:36] <awal1> dpkg: tell kyndel about based on debian
3135 [22:42:43] *** Quits: cub (~cub@replaced-ip ) (Quit: Leaving)
3136 [22:43:12] <kyndel> i haven't even asked a question
3137 [22:43:16] <kyndel> you guys are being snobs
3138 [22:43:20] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
3139 [22:43:28] <awal1> kyndel, why run lmde if you can just run debian testing (=stretch) (or unstable=sid)
3140 [22:43:41] <themill> kyndel: this isn't a social channel so anyone running LMDE isn't particularly relevant
3141 [22:43:58] *** Quits: sandeepkr_ (~sandeep@replaced-ip ) (Ping timeout: 252 seconds)
3142 [22:44:03] <kyndel> whatever *eye rolls*
3143 [22:44:15] *** Joins: REiN (~REiN@replaced-ip )
3144 [22:44:27] <themill> it's about as relevant as asking if anyone runs windows. The answer is "probably but we don't care"
3145 [22:45:40] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3146 [22:45:48] <themill> strap: anything that is linked against that library will simply fail to run even if that code would not have been executed in on your system. It's not a great path to go down.
3147 [22:46:04] *** Quits: kunaaljain______ (~kunaaljai@replaced-ip ) (Remote host closed the connection)
3148 [22:46:32] <Engys> kyndel Mint is not even a rolling release anymore. I was shocked yesterday as I tested LMDE.
3149 [22:46:36] *** Quits: maziar (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3150 [22:46:41] *** Quits: bus3rr0r (~bus3rr0r@replaced-ip ) (Quit: Leaving)
3151 [22:46:54] *** Joins: maziar (~textual@replaced-ip )
3152 [22:47:21] <mtn> still off-topic
3153 [22:47:26] <strap> themill: thanks
3154 [22:48:01] <awal1> How to kill a given WM via Console (tty) without killing the whole Xorg?
3155 [22:48:03] *** Quits: maziar (~textual@replaced-ip ) (Changing host)
3156 [22:48:03] *** Joins: maziar (~textual@replaced-ip )
3157 [22:49:02] *** Quits: d4rklit3 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3158 [22:49:29] <teraflops> awal1: kill the wm instance
3159 [22:49:58] <awal1> teraflops, tried but doesnt work
3160 [22:50:12] <strap> just killed openbox here and still up
3161 [22:50:19] *** Parts: kyndel (~kyndel@replaced-ip )
3162 [22:50:45] <awal1> for example killall openbox not working (user / root)
3163 [22:51:03] *** Parts: CyberGabber (~CyberGabb@replaced-ip )
3164 [22:51:31] <teraflops> awal1: how did you start it?
3165 [22:51:48] <awal1> kill -9 doesn't work too. so usually I just killall Xorg (as root)
3166 [22:52:04] *** Joins: cdown_ (~cdown@replaced-ip )
3167 [22:52:16] <teraflops> awal1: how did you start it?^
3168 [22:52:16] <strap> iirc, if you started with startx it will do that though
3169 [22:52:17] <awal1> teraflops, so via a DM (sddm, lightdm or wdm) or via xinitrc
3170 [22:52:46] *** Quits: Oggen (~Ogge@replaced-ip ) ()
3171 [22:52:52] *** Joins: LtL (~ltl@replaced-ip )
3172 [22:52:57] *** Joins: nalgeneus (~nalgeneus@replaced-ip )
3173 [22:52:58] <teraflops> awal1: I never used openbox, just exec openbox in xinitrc?
3174 [22:53:07] *** Joins: toastal (~toastal@replaced-ip )
3175 [22:53:13] <awal1> strap, you mean killall openbox via tty works for you?
3176 [22:53:37] <strap> not via tty, i used a terminal emulator if that is relevant
3177 [22:54:11] <awal1> teraflops, no , with exec /usr/bin/openbox-session
3178 [22:54:21] <teraflops> awal1: you want a logout thingy for openbox?
3179 [22:54:36] <awal1> hmmm, Im may have to killall openbox-session or /usr/bin/openbox-session
3180 [22:54:51] *** Joins: Brigo (~Brigo@replaced-ip )
3181 [22:55:25] *** Joins: klow (~textual@replaced-ip )
3182 [22:55:29] <awal1> teraflops, openbox is just an example, I cant kill any WM via tty if not killing Xorg as root
3183 [22:55:39] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 264 seconds)
3184 [22:55:40] *** cdown_ is now known as cdown
3185 [22:56:11] <awal1> openbox have exit function yes, but it's just an example
3186 [22:56:31] *** Joins: w00die (~pi@replaced-ip )
3187 [22:56:33] *** Quits: donoban (~user@replaced-ip ) (Ping timeout: 240 seconds)
3188 [22:57:16] *** Quits: jwd (~jwd@replaced-ip ) ()
3189 [22:58:03] *** Quits: nalgeneus (~nalgeneus@replaced-ip ) (Ping timeout: 264 seconds)
3190 [22:58:04] *** Quits: batsoup (~abc@replaced-ip ) (Quit: Leaving)
3191 [22:58:19] *** Joins: Orbitrix (~Huevos@replaced-ip )
3192 [22:58:19] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
3193 [22:58:38] *** Joins: Orbitrix (~Huevos@replaced-ip )
3194 [22:58:49] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Quit: WeeChat 1.5)
3195 [22:59:04] <strap> you could try to do that with a window open
3196 [22:59:17] *** Quits: RebelCoder (~jurisl85@replaced-ip ) (Ping timeout: 260 seconds)
3197 [22:59:28] *** Quits: w00die_ (~pi@replaced-ip ) (Ping timeout: 250 seconds)
3198 [22:59:53] *** Joins: veebull_ (~veebull@replaced-ip )
3199 [23:00:12] <teraflops> awal1: if the wm is borked and you do startx whats wrong with killing xorg since youll have to startx again anyway?
3200 [23:00:12] *** Joins: Oggen (~Ogge@replaced-ip )
3201 [23:00:46] *** Joins: zlatan (~Zlatan@replaced-ip )
3202 [23:00:59] *** Quits: KaliLinuxGR (~alexandro@replaced-ip ) (Read error: Connection reset by peer)
3203 [23:01:04] *** Joins: __jwe__ (~jwe@replaced-ip )
3204 [23:01:11] *** Quits: chip_ (~chip@replaced-ip ) (Ping timeout: 240 seconds)
3205 [23:01:12] <teraflops> or systemctl restart myDM.service
3206 [23:01:28] <awal1> I have installed all WM available in debian in my sid VM and playing with them for learn stuff but some off them are broken :P
3207 [23:01:29] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3208 [23:01:41] *** Quits: pavlushka (~Pavel@replaced-ip ) (Remote host closed the connection)
3209 [23:01:44] *** Quits: zlatan (~Zlatan@replaced-ip ) (Client Quit)
3210 [23:01:59] <teraflops> and how it helps killing the WM but not xorg?
3211 [23:02:30] *** Quits: neffs (~neffs@replaced-ip ) (Read error: Connection reset by peer)
3212 [23:02:47] *** Joins: KaliLinuxGR (~alexandro@replaced-ip )
3213 [23:03:08] *** Joins: neffs (~neffs@replaced-ip )
3214 [23:03:26] <awal1> teraflops, you are right. thinking about what you say; you are logical yes. so never mind :P
3215 [23:03:31] *** Quits: aegirs_ (~aegirs@replaced-ip ) (Quit: Ex-Chat)
3216 [23:03:42] *** Quits: iiaann (~ian@replaced-ip ) (Quit: Leaving)
3217 [23:04:24] <teraflops> awal1: I was wondering too, not meant to do some socratic method shit ;)
3218 [23:05:35] *** Joins: otyugh (~otyugh_V@replaced-ip )
3219 [23:05:51] *** Quits: iLogic (~nlogic@replaced-ip ) (Ping timeout: 240 seconds)
3220 [23:06:10] *** Quits: maziar (~textual@replaced-ip ) (Read error: Connection reset by peer)
3221 [23:06:23] <awal1> teraflops, I know that killing X window manager Xorg recieves a sigterm anyway, same if exiting the WM normally, but my question is bcoz I was wondering if it's not "good" for xorg
3222 [23:06:45] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 244 seconds)
3223 [23:06:49] *** Joins: dArK_IcE (~DARKICEPT@replaced-ip )
3224 [23:06:50] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Read error: Connection reset by peer)
3225 [23:08:00] *** debhelper sets mode: +l 1619
3226 [23:08:03] *** Joins: root-x (~root-x@replaced-ip )
3227 [23:08:58] *** Quits: Oggen (~Ogge@replaced-ip ) (Quit: Leaving)
3228 [23:09:25] *** Joins: Oggen (~Ogge@replaced-ip )
3229 [23:09:27] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 264 seconds)
3230 [23:09:43] <CtrlC> Now the static files don't get served using apache. I pasted the lines in the doc. changing the pathes. I get 404 at /static
3231 [23:09:45] <teraflops> awal1: ah I dont know, but I think xorg won't get borked because you kill -9 it
3232 [23:09:48] *** Joins: jfdh (~jfdh@replaced-ip )
3233 [23:09:51] *** Quits: cyborg (~cyborg@replaced-ip ) (Quit: brb)
3234 [23:09:56] <CtrlC> ah sorry wrong channel.
3235 [23:10:28] <CtrlC> But still related though. I'm trying to deploy django on apache.
3236 [23:10:58] *** Quits: strap (b156c738@replaced-ip ) (Quit: Page closed)
3237 [23:11:21] *** Joins: Ticho_ (~Ticho@replaced-ip )
3238 [23:11:31] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
3239 [23:11:40] *** Joins: nalgeneus (~nalgeneus@replaced-ip )
3240 [23:12:15] <CtrlC> Here's the apache config lines I added(21 lines) replaced-url
3241 [23:12:34] *** Quits: klow (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3242 [23:12:57] *** Joins: cdown (~cdown@replaced-ip )
3243 [23:13:28] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 244 seconds)
3244 [23:13:42] *** Quits: Oggen (~Ogge@replaced-ip ) (Read error: Connection reset by peer)
3245 [23:14:44] *** Joins: SCHAAP137 (~dorian@replaced-ip )
3246 [23:17:39] *** Quits: REiN (~REiN@replaced-ip ) (Quit: REiN)
3247 [23:17:58] *** Parts: kline (~kline@replaced-ip )
3248 [23:18:04] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
3249 [23:18:08] *** Joins: kline (~kline@replaced-ip )
3250 [23:18:09] *** Quits: veebull_ (~veebull@replaced-ip ) (Ping timeout: 276 seconds)
3251 [23:19:06] *** Quits: julius_ (~jason4@replaced-ip ) (Quit: Leaving)
3252 [23:19:14] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
3253 [23:19:27] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
3254 [23:21:44] *** Quits: zuzzas (~zuzzas@replaced-ip ) (Ping timeout: 244 seconds)
3255 [23:22:05] *** Quits: SlaGTaTs (~bilbo@replaced-ip ) (Remote host closed the connection)
3256 [23:22:40] *** Joins: Oggen (~Ogge@replaced-ip )
3257 [23:23:21] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
3258 [23:23:26] *** Joins: REiN (~REiN@replaced-ip )
3259 [23:24:22] <rgr> best pdf reader for debian these days? And please dont say xpdf.
3260 [23:24:53] *** Quits: Marianitu (~maec@replaced-ip ) (Read error: Connection reset by peer)
3261 [23:24:59] *** Joins: maec_ (~maec@replaced-ip )
3262 [23:26:49] *** Joins: Azus (~Azus@replaced-ip )
3263 [23:26:52] *** Quits: KaliLinuxGR (~alexandro@replaced-ip ) (Ping timeout: 252 seconds)
3264 [23:27:16] *** Joins: shootbird (~quassel@replaced-ip )
3265 [23:28:01] *** debhelper sets mode: +l 1612
3266 [23:28:04] *** Joins: nse (~leo@replaced-ip )
3267 [23:28:05] *** Joins: maec__ (~maec@replaced-ip )
3268 [23:28:13] <Coweater> atril
3269 [23:28:33] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 276 seconds)
3270 [23:28:45] <teraflops> best sounds a bit subjective , zathura, mupdf, evince are fine for me
3271 [23:29:22] *** Quits: maec_ (~maec@replaced-ip ) (Ping timeout: 250 seconds)
3272 [23:30:03] *** Quits: holmgren (~magnus@replaced-ip ) (Read error: Connection reset by peer)
3273 [23:30:58] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
3274 [23:31:04] *** Quits: google77 (~zmaj@replaced-ip ) (Remote host closed the connection)
3275 [23:32:03] *** Quits: jass93 (~ifillj@replaced-ip ) (Ping timeout: 258 seconds)
3276 [23:32:56] *** Joins: TomTomTosch (~henryk@replaced-ip )
3277 [23:33:00] <awal1> rgr, kde uses okular
3278 [23:33:04] *** Joins: jass93 (~ifillj@replaced-ip )
3279 [23:33:12] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 258 seconds)
3280 [23:33:42] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 250 seconds)
3281 [23:34:28] *** Joins: dethos (~dethos@replaced-ip )
3282 [23:35:07] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 252 seconds)
3283 [23:35:25] *** Quits: Slumlord_ (~username@replaced-ip ) (Quit: Leaving)
3284 [23:35:58] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Quit: ...)
3285 [23:36:21] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 276 seconds)
3286 [23:36:55] *** Quits: sioseal (~unix@replaced-ip ) ()
3287 [23:37:07] *** Quits: Oggen (~Ogge@replaced-ip ) (Quit: Leaving)
3288 [23:37:27] *** Joins: Oggen (~Ogge@replaced-ip )
3289 [23:37:43] *** Quits: Oggen (~Ogge@replaced-ip ) (Client Quit)
3290 [23:38:00] *** debhelper sets mode: +l 1603
3291 [23:38:56] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
3292 [23:38:58] *** Joins: maec_ (~maec@replaced-ip )
3293 [23:39:29] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
3294 [23:39:32] *** Joins: Oggen (~Ogge@replaced-ip )
3295 [23:39:33] *** Quits: ynanm (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3296 [23:40:20] *** Quits: gmelis (~gmelis@replaced-ip ) (Ping timeout: 244 seconds)
3297 [23:40:39] *** Quits: toastal (~toastal@replaced-ip ) ()
3298 [23:40:41] *** Joins: KaliLinuxGR (~alexandro@replaced-ip )
3299 [23:40:43] *** Joins: holmgren (magnus@replaced-ip )
3300 [23:41:38] *** Quits: maec__ (~maec@replaced-ip ) (Ping timeout: 258 seconds)
3301 [23:42:58] *** Joins: finalform (~root@replaced-ip )
3302 [23:43:16] *** Quits: Oggen (~Ogge@replaced-ip ) (Client Quit)
3303 [23:44:17] *** Joins: Oggen (~Ogge@replaced-ip )
3304 [23:44:56] *** Quits: Oggen (~Ogge@replaced-ip ) (Client Quit)
3305 [23:45:27] *** Joins: Oggen (~Ogge@replaced-ip )
3306 [23:45:28] *** Quits: jsdk (~jsdk@replaced-ip ) (Ping timeout: 272 seconds)
3307 [23:45:35] *** Parts: finalform (~root@replaced-ip )
3308 [23:45:36] *** Quits: Oggen (~Ogge@replaced-ip ) (Client Quit)
3309 [23:46:00] *** Quits: nwe (~nwe@replaced-ip ) (Remote host closed the connection)
3310 [23:46:07] *** Joins: Oggen (~Ogge@replaced-ip )
3311 [23:46:15] *** Quits: Oggen (~Ogge@replaced-ip ) (Client Quit)
3312 [23:46:41] *** Joins: Brigo (~Brigo@replaced-ip )
3313 [23:46:55] *** Joins: nwe (~nwe@replaced-ip )
3314 [23:48:01] *** Joins: Oggen (~Ogge@replaced-ip )
3315 [23:48:27] *** Quits: galex|713 (~galex-713@replaced-ip ) (Ping timeout: 264 seconds)
3316 [23:48:41] *** Quits: Dyonisos (~Dyonisos@replaced-ip ) (Quit: Quis custodiet ipsos custodes ?)
3317 [23:48:42] *** Joins: patterson (~patterson@replaced-ip )
3318 [23:48:54] *** Quits: m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
3319 [23:49:03] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
3320 [23:52:02] *** Joins: benderBending (~noname@replaced-ip )
3321 [23:52:06] *** Joins: |narcos| (uid99359@replaced-ip )
3322 [23:52:26] *** Quits: maotm_ (~mao@replaced-ip ) (Ping timeout: 272 seconds)
3323 [23:52:33] *** Quits: mDm^ (~richard@replaced-ip ) (Ping timeout: 240 seconds)
3324 [23:53:34] *** Joins: kunaaljain______ (~kunaaljai@replaced-ip )
3325 [23:53:38] *** Joins: maotm (~mao@replaced-ip )
3326 [23:55:30] *** Joins: microfracture (~microfrac@replaced-ip )
3327 [23:56:06] *** Quits: cafuego (~cafuego@replaced-ip ) (Quit: K-Lined)
3328 [23:56:24] *** Joins: mdmcaf (~textual@replaced-ip )
3329 [23:57:49] *** Joins: xingu (~xingu@replaced-ip )
3330 [23:58:14] *** Joins: Piratmajor (~Piratmajo@replaced-ip )
3331 [23:59:14] *** Joins: finalform (~root@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