People who Joins , Parts or Quits a chatroom
this is #debian
an IRC -Channel at freenode
(freenode IRC service closed
2021-06-01)
0 [00:00:12] *** Quits: XSoul (~XRule@replaced-ip ) (Ping timeout: 252 seconds)
1 [00:00:18] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 250 seconds)
2 [00:00:29] <CutMeOwnThroat> libass itself links in another 15
odd libraries
3 [00:00:57] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
4 [00:01:02] <CutMeOwnThroat> dependencies should take care of
that, though
5 [00:01:03] *** Joins: barto (~Freddy@replaced-ip )
6 [00:01:07] <CutMeOwnThroat> what version of debian is this
7 [00:01:26] <aedinius> testing
8 [00:01:37] <aedinius> Just trying to figure out the
difference between the two installs
9 [00:01:50] *** Quits: Guest44521 (~jduro@replaced-ip ) (Quit: Leaving)
10 [00:01:54] *** Joins: heurist`_` (heurist@replaced-ip )
11 [00:02:04] <aedinius> That symbol exists on the so in
question
12 [00:02:08] <aedinius> s/on/in/
13 [00:02:32] <CutMeOwnThroat> well, that's what testing is
for. you should probably ask in #debian-next on irc.oftc.net,
though, that's focused on testing
14 [00:02:40] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Ping timeout: 260 seconds)
15 [00:02:45] <CutMeOwnThroat> and look on bugs.debian.org
16 [00:02:50] *** Quits: Rackham (~Rackham@replaced-ip ) (Quit: Leaving)
17 [00:02:55] <CutMeOwnThroat> although I'm not sure for
what package… mpv probably
18 [00:03:13] *** Quits: annoyed_ (4c68c9da@replaced-ip ) (Quit: Page closed)
19 [00:03:17] *** Joins: SourTrout (~sourtrout@replaced-ip )
20 [00:03:19] *** Quits: SourTrout (~sourtrout@replaced-ip ) (Client Quit)
21 [00:03:22] *** Quits: shovel_boss (~shovel_bo@replaced-ip ) (Read error: Connection reset by peer)
22 [00:03:42] *** Joins: pitelpan (~panagioti@replaced-ip )
23 [00:03:47] *** Joins: wokedame (~sfgsfdsad@replaced-ip )
24 [00:03:58] *** Joins: XSoul (~XRule@replaced-ip )
25 [00:03:59] *** Quits: surfist (~surfist@replaced-ip ) (Ping timeout: 256 seconds)
26 [00:04:08] *** Joins: treehug88 (~textual@replaced-ip )
27 [00:04:55] *** Quits: heurist_ (heurist@replaced-ip ) (Ping timeout: 244 seconds)
28 [00:05:00] *** Quits: p3nt4 (~p3nt44@replaced-ip ) (Ping timeout: 256 seconds)
29 [00:05:31] *** Quits: navlys (~smuxi@replaced-ip ) (Remote host closed the connection)
30 [00:05:45] *** Quits: guampa (~guampa@replaced-ip ) (Ping timeout: 268 seconds)
31 [00:06:19] *** Joins: surfist (~surfist@replaced-ip )
32 [00:06:55] <aedinius> mpv and mplayer both do it, same exact
file for both on both systems and for libass, which is where the
thing its failing to load exists... so confused.
33 [00:07:48] *** Joins: RiZeR_RuNeR (~rizerrune@replaced-ip )
34 [00:08:00] *** debhelper sets mode: +l 1626
35 [00:08:02] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
36 [00:08:13] *** Quits: SpacePenguin (~SpacePeng@replaced-ip ) (Quit: cya)
37 [00:08:39] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
38 [00:08:49] *** Quits: kimo91 (~kimo@replaced-ip ) (Quit: Leaving)
39 [00:09:45] *** Quits: fguide (~fguide@replaced-ip##) (Quit: ZNC - ##replaced-url
40 [00:09:54] *** Quits: codfection (~codfectio@replaced-ip ) (Quit: Leaving)
41 [00:10:26] *** Joins: classicyuppie (~classicyu@replaced-ip )
42 [00:10:57] *** Joins: phystau (~phystau@replaced-ip )
43 [00:11:09] <CutMeOwnThroat> aedinius, but a different
libfreetype
44 [00:11:50] <awal1> Is it really important to add "sleep
bumber-of-seconds" to a given command in
autostart/startup/xinitrc files? example: (sleep 2s &&
conky) & («--- openbox)
45 [00:12:17] *** Quits: humbot (~unkraut@replaced-ip ) (Ping timeout: 260 seconds)
46 [00:13:41] <CutMeOwnThroat> you probably want the X server up
before it runs
47 [00:13:54] <tremon> awal1: if a program daemonizes before it
is ready to accept connections, it may be necessary
48 [00:13:54] <aedinius> CutMeOwnThroat: nope... same
libfreetype
49 [00:13:56] *** Joins: buffal0 (~buffal0@replaced-ip )
50 [00:13:56] *** Joins: humbot (~unkraut@replaced-ip )
51 [00:14:24] *** Joins: alex1a_ (~alex1a@replaced-ip )
52 [00:14:32] <awal1> I only see such recommendation in arch
tutorials, not in default files shiped by several WM's. so
wondering if really important
53 [00:14:52] <awal1> tremon, so basically is "better"
to do it , I guess
54 [00:15:02] <tremon> it really depends on the program
you're running, and what dependencies it has
55 [00:15:26] <aedinius> oh weird, i still had infinality on
this one. that was the issue. weird.
56 [00:15:34] <tremon> in an ideal world, programs don't
daemonize too soon, and programs also don't crash if a service
they depend upon is not immediately available
57 [00:16:04] <jmcnaught> awal1: what happens if you omit sleep?
58 [00:16:04] <awal1> ok, ok, I got you.
59 [00:16:15] <awal1> jmcnaught, so nothing
60 [00:16:34] <awal1> simply the command is run inmediatly when
openbox launches
61 [00:17:10] <awal1> with sleep added, a given commands are run
slowly, depending on number of seconds
62 [00:17:13] <jmcnaught> awal1: if you notice no problems
without sleep, why use it?
63 [00:17:41] <tremon> as long as you have no dependencies
between programs started from xinitrc, I think sleep should not be
necessary
64 [00:17:48] <awal1> jmcnaught, so just "following"
some arch recommendations :P
65 [00:17:56] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 265 seconds)
66 [00:18:09] *** Quits: alex1a (~alex1a@replaced-ip ) (Ping timeout: 256 seconds)
67 [00:18:27] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
68 [00:18:54] *** Quits: circ-user-4HZxK (~circuser-@replaced-ip ) (Ping timeout: 265 seconds)
69 [00:18:56] *** Joins: glados_ (59922e15@replaced-ip )
70 [00:19:06] <glados_> Our raid5 doesn't work anymore. We
let a disk fail, we removed it, we started it with the new disk
(bigger size) in, and then grub didn't wanna start properly
(grub legacy just gave the cursor). Plugging the old disk back in
doesn't work and now it sees /dev/md1 as inactive
71 [00:19:13] <awal1> tremon, ok, what you say is correct, I
mean it's the relevant thing about if sleep can be necessary or
not
72 [00:20:09] *** Quits: edgrey (~edgrey@replaced-ip ) (Quit: Konversation terminated!)
73 [00:21:43] *** Quits: c0mrad3 (uid26809@replaced-ip ) (Quit: Connection closed for inactivity)
74 [00:22:07] *** Quits: trueneu (~noone@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
75 [00:22:33] *** Joins: disi (~quassel@replaced-ip )
76 [00:23:58] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Quit: Konversation terminated!)
77 [00:24:23] *** Joins: gentoo_ (~gentoo@replaced-ip )
78 [00:24:24] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Max SendQ exceeded)
79 [00:24:48] *** Joins: gentoo_ (~gentoo@replaced-ip )
80 [00:24:49] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Max SendQ exceeded)
81 [00:25:04] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
82 [00:25:13] *** Joins: gentoo_ (~gentoo@replaced-ip )
83 [00:25:14] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Max SendQ exceeded)
84 [00:25:29] *** Quits: nse (~leo@replaced-ip ) (Ping timeout: 268 seconds)
85 [00:25:38] *** Joins: SpacePenguin (~SpacePeng@replaced-ip )
86 [00:25:40] *** Joins: gentoo_ (~gentoo@replaced-ip )
87 [00:25:41] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Max SendQ exceeded)
88 [00:25:43] *** Quits: Y04NN (~y04nn@replaced-ip ) (Remote host closed the connection)
89 [00:25:44] *** Parts: RiZeR_RuNeR (~rizerrune@replaced-ip )
90 [00:25:46] *** Quits: tremon (~aschuring@replaced-ip ) (Quit: getting boxed in)
91 [00:26:05] *** Joins: gentoo_ (~gentoo@replaced-ip )
92 [00:26:06] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Max SendQ exceeded)
93 [00:26:23] *** Quits: buffal0 (~buffal0@replaced-ip ) (Quit: Computer has gone to sleep. ZZZzzz…)
94 [00:28:01] *** debhelper sets mode: +l 1615
95 [00:28:59] *** Parts: nmschulte (~nmschulte@replaced-ip )
96 [00:29:04] *** Joins: dasgeek (~dasgeek@replaced-ip )
97 [00:29:24] *** Joins: sl4v3_ (~casey.bil@216.13.193.90)
98 [00:29:38] *** Quits: dasgeek (~dasgeek@replaced-ip ) (Read error: Connection reset by peer)
99 [00:29:51] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Read error: Connection reset by peer)
100 [00:31:03] *** Joins: spronk (~spronkey@replaced-ip )
101 [00:31:56] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Quit: Leaving)
102 [00:32:28] *** Quits: sl4v3 (~casey.bil@216.13.193.90) (Ping
timeout: 260 seconds)
103 [00:33:54] *** Quits: lachlanmackenzie (uid105145@replaced-ip ) (Quit: Connection closed for inactivity)
104 [00:34:03] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
105 [00:34:03] *** Joins: pitelpan (~panagioti@replaced-ip )
106 [00:35:04] *** Joins: dasgeek (~dasgeek@replaced-ip )
107 [00:35:52] *** Quits: Levure (~quassel@replaced-ip ) (Read error: Connection reset by peer)
108 [00:36:21] *** Quits: pitelpan (~panagioti@replaced-ip##) (Quit: ZNC - ##replaced-url
109 [00:36:39] *** Joins: pitelpan (~panagioti@replaced-ip )
110 [00:36:39] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
111 [00:36:39] *** Joins: pitelpan (~panagioti@replaced-ip )
112 [00:36:47] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 265 seconds)
113 [00:40:08] *** Joins: davimore__ (~davimore@replaced-ip )
114 [00:40:11] *** Quits: biberu (~biberu@replaced-ip ) ()
115 [00:42:40] *** Joins: Ceber (~cerberus@replaced-ip )
116 [00:42:44] *** Quits: polemic (~polemic@replaced-ip ) (Ping timeout: 260 seconds)
117 [00:42:58] *** Quits: davimore_ (~davimore@replaced-ip ) (Ping timeout: 245 seconds)
118 [00:44:24] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
119 [00:44:45] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Ping timeout: 252 seconds)
120 [00:45:03] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 245 seconds)
121 [00:45:26] *** Quits: glados_ (59922e15@replaced-ip ) (Ping timeout: 260 seconds)
122 [00:45:32] *** Joins: rklopfer (~rklopfer@replaced-ip )
123 [00:45:42] *** Joins: deeb (~dee@replaced-ip )
124 [00:46:28] *** Joins: hualet (~hualet@replaced-ip )
125 [00:47:07] *** Joins: cybiko123 (~cybiko123@replaced-ip )
126 [00:48:00] *** debhelper sets mode: +l 1609
127 [00:48:23] *** Quits: basheba (~basheba@replaced-ip ) (Ping timeout: 265 seconds)
128 [00:49:17] *** Joins: blueness (~blueness@replaced-ip )
129 [00:50:15] *** Quits: deeb (~dee@replaced-ip ) (Ping timeout: 252 seconds)
130 [00:50:48] *** Quits: SCHAAP137 (~SCHAAP137@replaced-ip ) (Quit: Leaving)
131 [00:51:08] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
132 [00:52:25] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
133 [00:53:55] *** Joins: hbautista (~hbautista@replaced-ip )
134 [00:54:35] *** Joins: WormFood (~wormfood@replaced-ip )
135 [00:54:52] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 260 seconds)
136 [00:55:29] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
137 [00:56:14] *** Quits: hbautista (~hbautista@replaced-ip ) (Client Quit)
138 [00:57:24] *** Joins: hbautista (~hbautista@replaced-ip )
139 [00:58:55] *** Joins: Slumlord_ (~743848304@replaced-ip )
140 [00:59:15] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 240 seconds)
141 [01:01:40] *** Quits: gdot2 (~gdot@replaced-ip ) (Ping timeout: 250 seconds)
142 [01:04:26] *** Quits: chaky|work (~ncakelic@replaced-ip ) (Ping timeout: 250 seconds)
143 [01:05:18] *** Quits: Emmanuel_Chanel (~emmanuel@replaced-ip ) (Ping timeout: 250 seconds)
144 [01:05:21] *** Quits: hbautista (~hbautista@replaced-ip ) (Quit: Leaving)
145 [01:05:26] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 252 seconds)
146 [01:05:36] *** Quits: AimHere (~bod@replaced-ip ) (Ping timeout: 260 seconds)
147 [01:05:42] *** Joins: Emmanuel_Chanel (~emmanuel@replaced-ip )
148 [01:05:54] *** Joins: chaky|work (~ncakelic@replaced-ip )
149 [01:06:04] *** Joins: AimHere (~bod@replaced-ip )
150 [01:06:55] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
151 [01:07:48] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
152 [01:08:01] *** debhelper sets mode: +l 1602
153 [01:08:30] *** Quits: Not_a_Robot (~soul@replaced-ip ) (Quit: Konversation terminated!)
154 [01:09:34] *** Joins: mtn (~mtn@replaced-ip )
155 [01:11:09] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (Ping timeout: 252 seconds)
156 [01:12:25] *** Joins: tubaman (~tubaman@replaced-ip )
157 [01:12:40] *** Quits: busch (~busch@replaced-ip ) (Ping timeout: 260 seconds)
158 [01:13:16] *** Joins: davimore (~davimore@replaced-ip )
159 [01:13:22] *** Quits: slowmatt (~matt@replaced-ip ) (Ping timeout: 250 seconds)
160 [01:13:56] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
161 [01:14:34] *** Joins: Ford_Frefect (~user@replaced-ip )
162 [01:14:57] *** Joins: Joufflu (~Joufflu@replaced-ip )
163 [01:15:00] *** Quits: Joufflu (~Joufflu@replaced-ip ) (Max SendQ exceeded)
164 [01:15:33] *** Quits: davimore__ (~davimore@replaced-ip ) (Ping timeout: 252 seconds)
165 [01:15:45] *** Joins: Joufflu (~Joufflu@replaced-ip )
166 [01:16:44] *** Joins: busch (~busch@replaced-ip )
167 [01:16:58] *** Quits: Guest87301 (~NameNick@replaced-ip ) (Ping timeout: 256 seconds)
168 [01:17:37] *** Joins: Guest87301 (~NameNick@replaced-ip )
169 [01:20:04] *** Quits: ki0 (~ki0@replaced-ip ) (Remote host closed the connection)
170 [01:20:14] *** Quits: otirc (~fish@replaced-ip ) (Quit: WeeChat 1.6)
171 [01:20:22] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Read error: Connection reset by peer)
172 [01:20:22] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 256 seconds)
173 [01:20:50] *** Joins: macartur (~macartur@replaced-ip )
174 [01:21:06] *** Quits: macartur (~macartur@replaced-ip ) (Remote host closed the connection)
175 [01:21:45] *** Joins: nse (~leo@replaced-ip )
176 [01:22:12] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 250 seconds)
177 [01:23:04] *** Quits: aswen (~aswen@replaced-ip ) (Quit: WeeChat 1.5)
178 [01:23:15] *** Quits: Cork (~Cork@replaced-ip ) (Ping timeout: 252 seconds)
179 [01:24:14] *** Joins: AngelDeath (~angel@replaced-ip )
180 [01:25:53] *** Quits: Masterphi (~Masterphi@replaced-ip ) (Quit: ZZZZzzzzz)
181 [01:26:05] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 265 seconds)
182 [01:26:39] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
183 [01:26:51] *** Joins: toli (~toli@replaced-ip )
184 [01:27:04] *** Quits: james41382_ (~james4138@replaced-ip ) (Ping timeout: 244 seconds)
185 [01:27:15] *** Joins: civillian (~nick@replaced-ip )
186 [01:28:17] *** Joins: WormFood (~wormfood@replaced-ip )
187 [01:28:19] *** Joins: neldogz (~neldogz@replaced-ip )
188 [01:29:22] *** Quits: WormFood (~wormfood@replaced-ip ) (Excess Flood)
189 [01:29:47] *** Joins: WormFood (~wormfood@replaced-ip )
190 [01:30:12] *** Quits: SuperTramp83 (~user@replaced-ip ) (Quit: Leaving.)
191 [01:30:31] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
192 [01:30:47] *** Joins: cdown_ (~cdown@replaced-ip )
193 [01:31:46] *** Joins: Ceber (~cerberus@replaced-ip )
194 [01:31:52] *** Joins: f91w (~f91w@replaced-ip )
195 [01:32:28] *** Parts: anuxivm (~anuxi@replaced-ip )
196 [01:32:52] <f91w> My USB 3 external HDD was transferring at a
nice 75MB/s, but now it has slowed down to 8MB/s. It's all in
XHCI mode. NTFS->NTFS. Debian stable with stock kernel. How do I
start to figure this out?
197 [01:33:07] *** Quits: ahmetalpbalkan (uid24629@replaced-ip ) (Quit: Connection closed for inactivity)
198 [01:33:23] *** Quits: Dohplay (~Dohplay@replaced-ip ) (Ping timeout: 245 seconds)
199 [01:34:01] *** Quits: nighty (~nighty@replaced-ip ) (Remote host closed the connection)
200 [01:34:46] *** Joins: notadeveloper (~notadevel@replaced-ip )
201 [01:35:13] <f91w> I'm using Cinnamon's nemo file
manager to transfer the files. I haven't tried anything else.
202 [01:35:13] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 256 seconds)
203 [01:36:08] *** Joins: RickXy (~zncadmin@replaced-ip )
204 [01:36:15] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 240 seconds)
205 [01:36:43] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 265 seconds)
206 [01:36:44] <cra1g321> maybe checking another usb port or with
another pc, would let you know whether its hardware or software
related
207 [01:38:55] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
208 [01:39:03] *** Quits: Ford_Frefect (~user@replaced-ip ) (Remote host closed the connection)
209 [01:39:39] *** Joins: WormFood (~wormfood@replaced-ip )
210 [01:39:56] *** Joins: deeb (~dee@replaced-ip )
211 [01:40:06] *** Joins: wonderworld (~ww@replaced-ip )
212 [01:40:42] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Remote host closed the connection)
213 [01:41:08] *** Joins: CutMeOwnThroat (~k@replaced-ip )
214 [01:41:08] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Changing host)
215 [01:41:08] *** Joins: CutMeOwnThroat (~k@replaced-ip )
216 [01:41:43] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (Ping timeout: 245 seconds)
217 [01:41:55] <webdev007> f91w: if you start it over, will it
pick up speed again? I wonder if it began transferring a bunch of
tiny files?
218 [01:41:56] *** Quits: WormFood (~wormfood@replaced-ip ) (Max SendQ exceeded)
219 [01:42:06] <notadeveloper> rpi implmnt of ogl isnt that good
220 [01:42:27] *** Quits: dasgeek (~dasgeek@replaced-ip ) (Remote host closed the connection)
221 [01:42:43] <f91w> webdev007: I'll test that
222 [01:43:29] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
223 [01:43:38] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
224 [01:43:42] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 250 seconds)
225 [01:44:13] *** Quits: Mokuba_K (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
226 [01:44:31] *** Joins: tekra (~tekra@replaced-ip )
227 [01:44:39] *** Quits: deeb (~dee@replaced-ip ) (Ping timeout: 252 seconds)
228 [01:45:25] *** Joins: Cork (~Cork@replaced-ip )
229 [01:45:48] *** Joins: erdave (~erdave@replaced-ip )
230 [01:46:19] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Remote host closed the connection)
231 [01:46:21] *** Quits: Jacob843 (~Jacob843@replaced-ip ) (Remote host closed the connection)
232 [01:46:22] <f91w> webdev007: It seems to have sped up again
but is slowing down
233 [01:46:43] *** Joins: Jacob843 (~Jacob843@replaced-ip )
234 [01:47:03] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
235 [01:47:09] <webdev007> f91w: I'm not sure of the cause,
but from what I've seen in the past, I immediately suspected it
was starting to transfer a bunch of tiny files (rather than a few
large ones)
236 [01:47:11] *** Joins: safe (~safe@replaced-ip )
237 [01:47:13] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
238 [01:47:22] *** Joins: cdown_ (~cdown@replaced-ip )
239 [01:47:39] *** Quits: erdave (~erdave@replaced-ip ) (Client Quit)
240 [01:47:44] *** Joins: hualet (~hualet@replaced-ip )
241 [01:47:52] *** Joins: dvs (~hibbard@replaced-ip )
242 [01:47:54] *** Joins: erdave (~erdave@replaced-ip )
243 [01:47:56] *** Joins: WormFood (~wormfood@replaced-ip )
244 [01:48:42] *** Quits: Janos (~Janos@replaced-ip ) (Ping timeout: 256 seconds)
245 [01:49:06] *** Joins: Borgia (~root@replaced-ip )
246 [01:49:48] <webdev007> f91w: you might be able to see if that
is the case by doing something like `rsync --progress src dest`
247 [01:49:48] *** Joins: pdo_fn14 (~Guess@replaced-ip )
248 [01:49:50] *** Joins: comgot (~Icedove@replaced-ip )
249 [01:50:00] <webdev007> it will show you the progress of each
file transfer
250 [01:50:32] *** Quits: Smold3r (uid78229@replaced-ip ) (Quit: Connection closed for inactivity)
251 [01:50:50] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip )
252 [01:51:02] *** Quits: kpease_ (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
253 [01:51:03] <f91w> thanks webdev007
254 [01:51:41] *** Quits: WormFood (~wormfood@replaced-ip ) (Max SendQ exceeded)
255 [01:52:08] *** Parts: Borgia (~root@replaced-ip )
256 [01:52:16] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
257 [01:52:36] *** Quits: Scourje (uid63311@replaced-ip ) (Quit: Connection closed for inactivity)
258 [01:52:46] *** Quits: tekra (~tekra@replaced-ip ) (Quit: Leaving)
259 [01:52:51] <CutMeOwnThroat> if it changes during one
transfer, yeah
260 [01:53:01] *** Joins: bazhang__ (~bazhang@replaced-ip )
261 [01:53:32] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: 'Goodbye')
262 [01:53:38] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
263 [01:53:39] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip ) (Client Quit)
264 [01:53:45] *** Joins: topshell (~wew@replaced-ip )
265 [01:53:47] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
266 [01:53:53] <CutMeOwnThroat> also, this really isn't the
most controlled and reproducable (or even reliably readable) form of
a benchmark
267 [01:54:01] *** bazhang__ is now known as bazhang
268 [01:54:17] *** Joins: codfection (~codfectio@replaced-ip )
269 [01:55:07] *** Quits: tlab (~tlab@replaced-ip ) (Quit: Leaving)
270 [01:55:15] *** Joins: WormFood (~wormfood@replaced-ip )
271 [01:55:26] <CutMeOwnThroat> but small files vs. big files
would at least be easily testable… just make one big file at
least 3 times as big as your ram, then make 500 with the same
combined size
272 [01:55:49] *** Quits: Zorroness (~albert@replaced-ip ) (Remote host closed the connection)
273 [01:56:03] *** Quits: bizarro_1 (~bizarro_1@replaced-ip ) (Quit: Leaving)
274 [01:56:04] <CutMeOwnThroat> or even 2000… anything
that still seems plausible
275 [01:58:00] *** debhelper sets mode: +l 1590
276 [01:58:22] *** Joins: VlijmenFileer (~vlijmenfi@replaced-ip )
277 [01:58:25] *** Joins: rosten (~rosten@replaced-ip )
278 [01:58:46] *** Joins: hualet (~hualet@replaced-ip )
279 [01:59:02] *** Quits: computer (~computer@replaced-ip ) (Quit: WeeChat 1.0.1)
280 [01:59:23] *** Joins: tresh (~tresh@replaced-ip )
281 [01:59:40] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
282 [01:59:58] *** Joins: lsv_ (~nn@replaced-ip )
283 [02:00:02] *** Quits: ANSCH (~a@replaced-ip ) (Quit: ANSCH)
284 [02:00:30] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
285 [02:00:45] *** Joins: R430R (~demon@replaced-ip )
286 [02:01:03] *** Joins: muchos (~muchos@replaced-ip )
287 [02:01:08] *** Quits: RA3OR (~demon@replaced-ip ) (Read error: Connection reset by peer)
288 [02:01:16] *** Quits: comgot (~Icedove@replaced-ip ) (Quit: comgot)
289 [02:01:20] *** Joins: cdown_ (~cdown@replaced-ip )
290 [02:01:45] *** Joins: enseneo (~madneap@replaced-ip )
291 [02:01:53] *** Joins: comgot (~Icedove@replaced-ip )
292 [02:02:25] *** Quits: Joufflu (~Joufflu@replaced-ip ) (Read error: Connection reset by peer)
293 [02:03:15] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
294 [02:03:23] *** Quits: lsv (~nn@replaced-ip ) (Ping timeout: 245 seconds)
295 [02:03:28] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
296 [02:04:04] *** Joins: Janos (~Janos@replaced-ip )
297 [02:05:03] *** Joins: tlab (~tlab@replaced-ip )
298 [02:05:40] *** Parts: Delf (~Delf@replaced-ip )
299 [02:06:29] *** Joins: slowmatt (~matt@replaced-ip )
300 [02:07:06] *** Quits: enseneo (~madneap@replaced-ip ) (Ping timeout: 250 seconds)
301 [02:11:06] *** Joins: Scourje (uid63311@replaced-ip )
302 [02:11:17] *** Quits: admincomplex (~admincomp@replaced-ip ) (Ping timeout: 260 seconds)
303 [02:11:56] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
304 [02:12:17] *** Joins: hydr0poniX (~hydr0poni@replaced-ip )
305 [02:12:41] *** Joins: admincomplex (~admincomp@replaced-ip )
306 [02:13:15] *** Quits: mosene (irc@replaced-ip ) (Ping timeout: 258 seconds)
307 [02:13:58] *** Quits: wokedame (~sfgsfdsad@replaced-ip ) (Quit: Leaving.)
308 [02:14:07] *** Joins: cdown_ (~cdown@replaced-ip )
309 [02:14:12] *** Quits: damentz (~damentz@replaced-ip ) (Read error: Connection reset by peer)
310 [02:15:20] *** Quits: alowinz (~lnx@replaced-ip ) (Quit: Leaving)
311 [02:16:02] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
312 [02:17:47] *** Joins: ArcVeil (~root@replaced-ip )
313 [02:18:00] *** Joins: Ceber (~cerberus@replaced-ip )
314 [02:18:33] *** Joins: enseneo (~madneap@replaced-ip )
315 [02:19:20] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
316 [02:19:58] *** Joins: alowinz (~lnx@replaced-ip )
317 [02:20:32] *** Joins: mosene (irc@replaced-ip )
318 [02:20:56] *** mosene is now known as Guest31234
319 [02:21:22] *** Joins: nighty (~nighty@replaced-ip )
320 [02:22:16] *** Joins: lacsap (~lacsap@replaced-ip )
321 [02:22:27] *** Joins: sm00th (~sm00th@replaced-ip )
322 [02:22:42] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 250 seconds)
323 [02:22:59] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
324 [02:23:21] *** Quits: Guest87301 (~NameNick@replaced-ip ) (Changing host)
325 [02:23:21] *** Joins: Guest87301 (~NameNick@replaced-ip )
326 [02:23:26] *** Quits: andril (~andril@replaced-ip ) (Quit: Leaving)
327 [02:23:32] *** Joins: CapsAdmon (~CapsAdmin@replaced-ip )
328 [02:23:35] *** Guest87301 is now known as User_Friendly
329 [02:24:15] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 240 seconds)
330 [02:25:05] *** Quits: grim4593 (~grim4593@replaced-ip ) (Remote host closed the connection)
331 [02:25:12] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Quit: kyy)
332 [02:26:50] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 252 seconds)
333 [02:26:52] *** Joins: bpsecret (~bpsecret@replaced-ip )
334 [02:27:03] *** Quits: erdave (~erdave@replaced-ip ) (Read error: Connection reset by peer)
335 [02:27:27] *** Joins: erdave (~erdave@replaced-ip )
336 [02:28:51] *** Joins: erdave_ (~erdave@replaced-ip )
337 [02:29:00] *** Quits: classicyuppie (~classicyu@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
338 [02:29:40] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Remote host closed the connection)
339 [02:30:05] *** Quits: lacsap (~lacsap@replaced-ip ) (Remote host closed the connection)
340 [02:30:22] *** Joins: hacman (~yesser@replaced-ip )
341 [02:31:20] *** Joins: erdave__ (~erdave@replaced-ip )
342 [02:31:39] *** Quits: erdave_ (~erdave@replaced-ip ) (Read error: Connection reset by peer)
343 [02:31:48] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 250 seconds)
344 [02:32:29] *** Joins: cerebro (~cerebro@replaced-ip )
345 [02:32:40] *** Quits: erdave (~erdave@replaced-ip ) (Ping timeout: 250 seconds)
346 [02:33:48] *** Joins: KingsQuest (~tomahawk@replaced-ip )
347 [02:33:55] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
348 [02:34:02] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 256 seconds)
349 [02:34:03] *** Joins: andril (~andril@replaced-ip )
350 [02:34:05] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Remote host closed the connection)
351 [02:34:06] *** Joins: deeb (~dee@replaced-ip )
352 [02:34:27] *** Parts: KingsQuest (~tomahawk@replaced-ip )
353 [02:34:27] *** Joins: WormFood (~wormfood@replaced-ip )
354 [02:34:31] *** Quits: pdo_fn14 (~Guess@replaced-ip ) (Quit: Leaving)
355 [02:34:50] *** Quits: sl4v3_ (~casey.bil@216.13.193.90) (Ping
timeout: 250 seconds)
356 [02:35:53] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
357 [02:35:53] *** Quits: n3wborn (~n3wborn@replaced-ip ) (Ping timeout: 245 seconds)
358 [02:36:14] *** Quits: nprs (uid54228@replaced-ip ) (Quit: Connection closed for inactivity)
359 [02:36:17] *** Joins: patterson (~patterson@replaced-ip )
360 [02:36:57] *** Joins: hualet (~hualet@replaced-ip )
361 [02:37:13] *** Joins: KaiserAres (~KaiserAre@replaced-ip )
362 [02:38:25] *** Quits: muchos (~muchos@replaced-ip ) (Quit: Quitte)
363 [02:38:37] *** Quits: deeb (~dee@replaced-ip ) (Ping timeout: 240 seconds)
364 [02:39:23] *** Joins: jak2000 (~jak2000@replaced-ip )
365 [02:40:24] *** Quits: humbot (~unkraut@replaced-ip ) (Quit: WeeChat 1.0.1)
366 [02:41:03] *** Joins: NoteOn (~noteon@replaced-ip )
367 [02:41:06] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
368 [02:41:32] *** Joins: Dohplay (~Dohplay@replaced-ip )
369 [02:42:02] *** Joins: cybiko123 (~cybiko123@replaced-ip )
370 [02:42:25] *** Joins: polemic (~polemic@replaced-ip )
371 [02:43:00] *** Joins: dasgeek (~dasgeek@replaced-ip )
372 [02:43:10] *** Joins: humbot (~unkraut@replaced-ip )
373 [02:43:20] *** Quits: tresh (~tresh@replaced-ip ) (Remote host closed the connection)
374 [02:43:24] *** Quits: iflema (~ian@replaced-ip ) (Read error: Connection reset by peer)
375 [02:43:58] *** Quits: dasgeek (~dasgeek@replaced-ip ) (Read error: Connection reset by peer)
376 [02:43:58] *** Joins: iflema (~ian@replaced-ip )
377 [02:44:15] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Remote host closed the connection)
378 [02:44:57] *** Quits: Lipp (~Lipp@replaced-ip ) (Remote host closed the connection)
379 [02:45:06] *** Joins: xiaodong (~xiaodong@replaced-ip )
380 [02:46:22] *** Joins: lacsap (~lacsap@replaced-ip )
381 [02:46:24] *** Joins: angel_ (~angel@replaced-ip )
382 [02:46:35] *** Quits: d[10] (~cpelbz@replaced-ip ) (Read error: Connection reset by peer)
383 [02:47:24] *** Joins: gonz0 (~gonz0@replaced-ip )
384 [02:47:54] *** Joins: erdave (~erdave@replaced-ip )
385 [02:48:00] *** Quits: erdave__ (~erdave@replaced-ip ) (Ping timeout: 250 seconds)
386 [02:48:35] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
387 [02:48:49] *** Joins: grim4593 (~grim4593@replaced-ip )
388 [02:48:50] *** Quits: AngelDeath (~angel@replaced-ip ) (Ping timeout: 252 seconds)
389 [02:50:44] *** Joins: sl4v3 (~casey.bil@216.13.193.90)
390 [02:52:21] *** Quits: Cork (~Cork@replaced-ip ) (Ping timeout: 252 seconds)
391 [02:53:31] *** Joins: austin987 (~null@replaced-ip )
392 [02:56:08] *** Joins: v3g4n (~v3g4n@replaced-ip )
393 [02:56:55] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
394 [02:57:37] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 240 seconds)
395 [02:58:19] *** Quits: missmbob (~missmbob@replaced-ip ) (Quit: leaving)
396 [02:58:31] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Read error: Connection reset by peer)
397 [02:58:31] *** Joins: missmbob (~missmbob@replaced-ip )
398 [02:58:33] *** Joins: ddp` (~ddp@replaced-ip )
399 [02:58:47] *** Quits: missmbob (~missmbob@replaced-ip ) (Changing host)
400 [02:58:47] *** Joins: missmbob (~missmbob@replaced-ip )
401 [02:58:53] *** Joins: dreamon_ (~dreamon@replaced-ip )
402 [02:59:22] *** Joins: k_sze[work] (~Kira@replaced-ip )
403 [03:01:52] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
404 [03:02:20] *** Joins: Cork (~Cork@replaced-ip )
405 [03:02:27] *** Joins: fstd_ (~fstd@replaced-ip )
406 [03:04:53] *** Joins: james41382 (~james4138@replaced-ip )
407 [03:05:24] *** Quits: codfection (~codfectio@replaced-ip ) (Remote host closed the connection)
408 [03:05:54] *** Joins: rany_ (~rany@replaced-ip )
409 [03:06:10] *** Quits: tinkersh (~TinkerSh@replaced-ip ) (Read error: Connection reset by peer)
410 [03:06:24] *** Joins: tinkersh (~TinkerSh@replaced-ip )
411 [03:06:38] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 250 seconds)
412 [03:06:38] *** fstd_ is now known as fstd
413 [03:06:54] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 256 seconds)
414 [03:08:22] *** Joins: BlueByte_ (~walther@replaced-ip )
415 [03:08:47] *** Joins: timahvo1 (~rogue@replaced-ip )
416 [03:08:59] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 252 seconds)
417 [03:09:13] *** Joins: angerman (~m@replaced-ip )
418 [03:09:38] *** Quits: swatti (~memory@replaced-ip ) (Ping timeout: 245 seconds)
419 [03:10:07] *** Joins: Mahe (~mahe@replaced-ip )
420 [03:10:33] *** Quits: User_Friendly (~NameNick@replaced-ip ) (Ping timeout: 260 seconds)
421 [03:11:08] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
422 [03:11:36] *** Quits: BlueByte (~walther@replaced-ip ) (Ping timeout: 252 seconds)
423 [03:11:36] *** Joins: hualet (~hualet@replaced-ip )
424 [03:13:15] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
425 [03:14:07] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
426 [03:15:44] *** Quits: erdave (~erdave@replaced-ip ) (Quit: Konversation terminated!)
427 [03:16:09] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
428 [03:16:12] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
429 [03:16:21] *** Joins: swatti (~memory@replaced-ip )
430 [03:16:29] *** Joins: GadgetGuru1 (~Thunderbi@replaced-ip )
431 [03:16:30] *** Joins: erdave (~erdave@replaced-ip )
432 [03:16:38] *** Joins: nog3 (~tud3@replaced-ip )
433 [03:16:50] *** Joins: Ceber (~cerberus@replaced-ip )
434 [03:17:28] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 250 seconds)
435 [03:17:35] *** Quits: dka_ (~dka@replaced-ip ) (Quit: Leaving)
436 [03:17:40] *** Quits: humbot (~unkraut@replaced-ip ) (Quit: WeeChat 1.0.1)
437 [03:17:47] <jak2000> !dpkg sources.list
438 [03:17:48] <dpkg> A suitable /etc/apt/sources.list for Debian
8 "Jessie" has three lines: "deb
replaced-url
439 [03:17:55] *** Joins: dka (~dka@replaced-ip )
440 [03:18:04] *** Quits: nog3 (~tud3@replaced-ip ) (Client Quit)
441 [03:18:48] *** Quits: xaa (~xaa@replaced-ip ) (Ping timeout: 245 seconds)
442 [03:19:29] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
443 [03:19:35] *** GadgetGuru1 is now known as GadgetGuru
444 [03:19:38] *** Quits: rklopfer (~rklopfer@replaced-ip ) (Ping timeout: 245 seconds)
445 [03:19:47] *** Joins: skrb_ (~skrb@replaced-ip )
446 [03:20:14] *** Quits: angel_ (~angel@replaced-ip ) (Quit: Saliendo)
447 [03:20:47] *** Joins: kooldavi (~kooldavi@replaced-ip )
448 [03:21:18] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Ping timeout: 245 seconds)
449 [03:21:42] *** Joins: Goddesspapa (~goddesspa@replaced-ip )
450 [03:22:41] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 260 seconds)
451 [03:23:20] *** Quits: skrb (~skrb@replaced-ip ) (Ping timeout: 260 seconds)
452 [03:23:27] *** Joins: jak2000 (~jak2000@replaced-ip )
453 [03:23:58] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Read error: Connection reset by peer)
454 [03:24:43] *** Joins: notadeveloper (~notadevel@replaced-ip )
455 [03:25:06] *** Quits: topshell (~wew@replaced-ip ) (Remote host closed the connection)
456 [03:25:31] *** Joins: Anwarias (~quassel@replaced-ip )
457 [03:27:06] *** Quits: neldogz (~neldogz@replaced-ip ) (Quit: Leaving)
458 [03:28:06] *** Quits: Anwarias_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
459 [03:28:13] *** Joins: deeb (~dee@replaced-ip )
460 [03:29:42] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
461 [03:29:49] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 265 seconds)
462 [03:29:52] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 250 seconds)
463 [03:30:04] *** Joins: erdave_ (~erdave@replaced-ip )
464 [03:30:05] <notadeveloper> how do i get a list of installed
packages?
465 [03:30:28] *** Quits: KaiserAres (~KaiserAre@replaced-ip ) (Ping timeout: 250 seconds)
466 [03:30:37] *** Quits: erdave (~erdave@replaced-ip ) (Ping timeout: 260 seconds)
467 [03:31:21] <missmbob> notadeveloper: dpkg -l |grep ^i
468 [03:31:23] *** Quits: N3X15 (~Rob@replaced-ip ) (Ping timeout: 256 seconds)
469 [03:32:08] *** Joins: N3X15 (~Rob@replaced-ip )
470 [03:32:33] *** Quits: deeb (~dee@replaced-ip ) (Ping timeout: 245 seconds)
471 [03:33:55] *** Joins: random_numbers (~u28357398@replaced-ip )
472 [03:34:26] <notadeveloper> thanks
473 [03:34:50] *** Joins: NameNick (~NameNick@replaced-ip )
474 [03:34:53] *** Quits: lsv_ (~nn@replaced-ip ) (Read error: Connection reset by peer)
475 [03:35:00] <notadeveloper> this duck duck go search engine is
really helpful for software experimenting and coding
476 [03:35:14] *** NameNick is now known as Guest68642
477 [03:35:14] <notadeveloper> and IT troubleshooting
478 [03:35:16] <gry> :)
479 [03:35:26] *** Quits: Guest68642 (~NameNick@replaced-ip ) (Changing host)
480 [03:35:26] *** Joins: Guest68642 (~NameNick@replaced-ip )
481 [03:35:26] <notadeveloper> xS
482 [03:35:29] <notadeveloper> xD
483 [03:35:32] *** Quits: ariador (aria@replaced-ip##) (Quit: ZNC 1.6.3 - ##replaced-url
484 [03:35:56] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 260 seconds)
485 [03:36:28] <notadeveloper> the ads too are very relevant to
my searches
486 [03:36:41] <notadeveloper> and it utilizes all of the
important super topics
487 [03:36:47] *** Joins: topshell (~wew@replaced-ip )
488 [03:36:48] <notadeveloper> super search topics
489 [03:36:54] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 252 seconds)
490 [03:37:02] *** Joins: SpeakFreely (4a454295@replaced-ip )
491 [03:37:03] <notadeveloper> super as in super class
492 [03:37:09] <notadeveloper> parent search topic
493 [03:37:16] *** Quits: james41382 (~james4138@replaced-ip ) (Quit: Leaving)
494 [03:37:17] <notadeveloper> sorry im not a search engine guy
495 [03:37:27] <SpeakFreely> Hello, I'm trying to install my
wireless driver for LinkSYS AC1200. I found there is a driver on
github, however when I try to make it I get this error:
replaced-url
496 [03:37:27] *** Joins: timahvo1 (~rogue@replaced-ip )
497 [03:38:02] *** debhelper sets mode: +l 1581
498 [03:38:17] *** Joins: hualet (~hualet@replaced-ip )
499 [03:38:26] *** Joins: DarinMiller (~darin@replaced-ip )
500 [03:39:23] *** Joins: RTFM[zD3f1L3rz] (~ChOkO_RTF@replaced-ip )
501 [03:39:48] *** Quits: ksft (~k@replaced-ip ) (Read error: No route to host)
502 [03:40:13] <jmcnaught> SpeakFreely: the driver might already
be in Debian but you simply need to install a firmware package. Is
it PCI or USB?
503 [03:40:27] <jmcnaught> oh... says USB in the URL.
504 [03:40:32] *** Quits: polemic (~polemic@replaced-ip ) (Ping timeout: 260 seconds)
505 [03:40:34] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
506 [03:40:36] *** Joins: ksft (~k@replaced-ip )
507 [03:40:46] *** Joins: yeehi (~yeehi@replaced-ip )
508 [03:41:00] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
509 [03:41:22] <jmcnaught> SpeakFreely: can you show use the
result of "dmesg | grep firmware" ? (use
replaced-url
510 [03:41:43] *** Joins: mavhq (~quassel@replaced-ip )
511 [03:42:35] <SpeakFreely> jmcnaught: it's empty. It seems
I was able to make and install it by removing treating warnings as
errors, but "modinfo 8812au | egrep -i
'versi|filen|003f'" returns an error saying 8812au
not found
512 [03:42:40] *** Quits: posi (sid124649@replaced-ip ) (Read error: Connection reset by peer)
513 [03:43:08] <jmcnaught> SpeakFreely: well, doing it that way
means you have to repeat this process every time there is a kernel
upgrade
514 [03:43:10] *** Quits: alowinz (~lnx@replaced-ip ) (Quit: Leaving)
515 [03:43:15] *** Joins: posi (sid124649@replaced-ip )
516 [03:43:25] *** Quits: benklop (~quassel@replaced-ip ) (Remote host closed the connection)
517 [03:43:40] <SpeakFreely> jmcnaught: is there a way around
that?
518 [03:43:45] *** Joins: dasgeek (~dasgeek@replaced-ip )
519 [03:43:54] <jim> hi... does judd have a usb id database like
it has a pciid one?
520 [03:44:07] *** Quits: dasgeek (~dasgeek@replaced-ip ) (Remote host closed the connection)
521 [03:44:23] *** Joins: dasgeek (~dasgeek@replaced-ip )
522 [03:44:30] <jmcnaught> jim: not according to
replaced-url
523 [03:44:32] <dvs> jim, have you even tried running a command
524 [03:44:56] *** Quits: rany_ (~rany@replaced-ip ) (Remote host closed the connection)
525 [03:45:06] <jim> I'm trying to help someone else
who's running debian
526 [03:45:22] <jim> so no, I haven't run any commands
527 [03:45:22] *** Joins: rany_ (~rany@replaced-ip )
528 [03:45:26] <jmcnaught> SpeakFreely: i found a model # in your
paste, there's a debian wiki page about your family of cards:
replaced-url
529 [03:45:55] <jmcnaught> for most models you just need to
install the "firmware-realtek" package from non-free.
530 [03:46:03] *** Joins: Lipp (~Lipp@replaced-ip )
531 [03:46:40] *** Quits: ashb (sid79875@replaced-ip ) (Ping timeout: 260 seconds)
532 [03:46:49] *** Quits: jasonvw (~quassel@replaced-ip ) (Remote host closed the connection)
533 [03:47:08] *** Quits: boxrick1_ (sid98261@replaced-ip ) (Ping timeout: 268 seconds)
534 [03:47:12] <jmcnaught> SpeakFreely: oh i see, you're
getting help in ##linux and here
535 [03:47:16] *** Quits: ToeSnacks_ (sid84043@replaced-ip ) ()
536 [03:47:23] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Read error: Connection reset by peer)
537 [03:47:25] <jmcnaught> dpkg: tell SpeakFreely about cross
post
538 [03:47:29] <jim> jmcnaught, oh, so he has the driver already?
539 [03:47:36] *** Joins: benklop (~quassel@replaced-ip )
540 [03:47:38] *** Quits: hydr0poniX (~hydr0poni@replaced-ip ) (Ping timeout: 250 seconds)
541 [03:47:43] *** Joins: ToeSnacks_ (sid84043@replaced-ip )
542 [03:48:10] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
543 [03:48:21] *** Joins: ariador (aria@replaced-ip )
544 [03:48:49] *** ToeSnacks_ is now known as ToeSnacks
545 [03:49:10] *** Quits: kireevco_ (sid87376@replaced-ip ) (Ping timeout: 258 seconds)
546 [03:49:38] *** Joins: jasonvw (~quassel@replaced-ip )
547 [03:49:52] *** Joins: sidmo_ (~sidmo@replaced-ip )
548 [03:50:04] *** Joins: ashb (sid79875@replaced-ip )
549 [03:50:21] *** Joins: shootbird (~quassel@replaced-ip )
550 [03:50:22] *** Joins: _foldLeft (~foldleft@replaced-ip )
551 [03:50:24] <jmcnaught> jim: i don't know, but generally
compiling drivers from source is the wrong way on Debian
552 [03:50:52] *** Quits: rany_ (~rany@replaced-ip ) (Remote host closed the connection)
553 [03:51:09] <jim> so the right way being find the package with
the driver in it
554 [03:51:18] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
555 [03:51:26] *** Joins: kireevco_ (sid87376@replaced-ip )
556 [03:51:35] <SpeakFreely> Yeah sorry about the xpost.
557 [03:51:42] <jmcnaught> the driver will be in the kernel,
usually it's the firmware that is missing
558 [03:51:50] <jmcnaught> SpeakFreely: please don't do
that, it's rude.
559 [03:51:58] *** Quits: Scourje (uid63311@replaced-ip ) (Ping timeout: 250 seconds)
560 [03:52:18] *** Joins: flugger (~flugger@replaced-ip )
561 [03:52:18] <SpeakFreely> jmcnaught: so you're saying I
should just try installing firmware-realtek?
562 [03:52:25] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 250 seconds)
563 [03:52:34] <jim> that might do it
564 [03:52:51] <SpeakFreely> Cool...will the fact that I
installed this from source mess something up though since it
isn't working?
565 [03:53:18] *** Quits: sidmo (~sidmo@replaced-ip ) (Ping timeout: 268 seconds)
566 [03:53:31] <jim> not sure what the install would have done
567 [03:53:40] *** Joins: seyeongkim (sid45616@replaced-ip )
568 [03:54:13] <jim> does your sources.list show it has non-free
sources enabled?
569 [03:54:16] <SpeakFreely> wow that worked! Thanks so much :)
570 [03:54:19] <SpeakFreely> Yes I added non-free
571 [03:54:34] *** bitch is now known as |\|\|\|\|\|\|\|\
572 [03:54:58] <jim> ok, so that means yes the driver is in the
package that got installed with the kernel in it
573 [03:55:04] *** Quits: swatti (~memory@replaced-ip ) (Ping timeout: 256 seconds)
574 [03:55:06] *** Quits: gonz0 (~gonz0@replaced-ip ) (Quit: fui)
575 [03:56:22] <SpeakFreely> So that also means I won't have
problems with kernel upgrades right?
576 [03:56:22] <jim> SpeakFreely, so now, ifconfig -a should show
your wireless interface, it might be called wlan0
577 [03:56:25] *** Joins: mdim (~mdim@replaced-ip )
578 [03:56:34] <SpeakFreely> Yup it's showing up!
579 [03:56:46] *** Joins: dasgeek_ (~dasgeek@replaced-ip )
580 [03:56:46] *** |\|\|\|\|\|\|\|\ is now known as bitch
581 [03:56:49] <SpeakFreely> Gonna switch over real quick
582 [03:56:49] *** Joins: Scourje (uid63311@replaced-ip )
583 [03:56:52] <mdim> anyone familiar with the Debian Snapshot
Archive?
584 [03:57:03] *** bitch is now known as pp4l
585 [03:57:09] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
586 [03:57:28] *** pp4l is now known as bitch
587 [03:57:39] *** Joins: hualet (~hualet@replaced-ip )
588 [03:57:51] <jim> mdim, it's a good idea if you ask the
question you had about it, throw in lots of informative details
589 [03:58:03] <mdim> Why do Release files for Stretch expire?
When running 'apt-get update' on an archive from there, I
get this: E: Release file for
replaced-url
590 [03:58:35] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Read error: Connection reset by peer)
591 [03:58:38] *** Quits: flugger (~flugger@replaced-ip ) (Ping timeout: 250 seconds)
592 [03:58:47] *** Joins: dunderproto (~dunderpro@replaced-ip )
593 [03:58:47] *** Quits: erdave_ (~erdave@replaced-ip ) (Quit: Konversation terminated!)
594 [03:58:53] *** Parts: dunderproto (~dunderpro@replaced-ip )
595 [03:59:12] *** Joins: erdave_ (~erdave@replaced-ip )
596 [03:59:42] <jmcnaught> mdim:
replaced-url
597 [03:59:47] *** Joins: boxrick1_ (sid98261@replaced-ip )
598 [03:59:51] *** Joins: rany_ (~rany@replaced-ip )
599 [04:00:00] *** Quits: dasgeek (~dasgeek@replaced-ip ) (Ping timeout: 244 seconds)
600 [04:00:37] *** Quits: webdev007 (~webdev007@replaced-ip ) (Quit: Leaving)
601 [04:00:50] *** Joins: swatti (~memory@replaced-ip )
602 [04:01:03] *** erdave_ is now known as erdave
603 [04:01:26] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Ping timeout: 260 seconds)
604 [04:02:10] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 252 seconds)
605 [04:03:03] *** Joins: hydr0poniX (~hydr0poni@replaced-ip )
606 [04:03:31] *** Quits: yeehi (~yeehi@replaced-ip ) (Remote host closed the connection)
607 [04:04:23] *** Joins: lver (~liver@replaced-ip )
608 [04:06:21] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
609 [04:06:31] *** Quits: v3g4n (~v3g4n@replaced-ip ) (Ping timeout: 256 seconds)
610 [04:07:02] *** Quits: chvz (~chvz@replaced-ip ) (Ping timeout: 265 seconds)
611 [04:07:08] *** Quits: murfjr (~realname@replaced-ip ) (Ping timeout: 250 seconds)
612 [04:07:12] *** Joins: SpeakFreely (4a454295@replaced-ip )
613 [04:07:12] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
614 [04:07:12] *** Joins: SpeakFreely (4a454295@replaced-ip )
615 [04:07:12] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
616 [04:07:12] *** Joins: SpeakFreely (4a454295@replaced-ip )
617 [04:07:34] <SpeakFreely> So the wireless adapter was working,
then it stopped..
618 [04:07:55] *** Quits: missmbob (~missmbob@replaced-ip ) (Quit: leaving)
619 [04:08:04] *** Joins: missmbob (~missmbob@replaced-ip )
620 [04:08:04] *** Quits: missmbob (~missmbob@replaced-ip ) (Changing host)
621 [04:08:04] *** Joins: missmbob (~missmbob@replaced-ip )
622 [04:08:05] <somiaj> SpeakFreely: what happened between the
time it worked and the time it stoped (did you suspend your system
for isntance)
623 [04:08:25] *** Joins: murfjr (~realname@replaced-ip )
624 [04:08:29] *** Quits: murfjr (~realname@replaced-ip ) (Max SendQ exceeded)
625 [04:08:32] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Quit: Connection closed for inactivity)
626 [04:08:47] *** Quits: qbek (~qbek@replaced-ip ) (Ping timeout: 244 seconds)
627 [04:08:49] *** Joins: murfjr (~realname@replaced-ip )
628 [04:09:14] <SpeakFreely> Not sure if you saw my earlier
messages, but basically I downloaded the source, made it and
installed it. Didn't work, then someone here pointed out I
should be able to just do apt-get install firmware-realtek. Did that
and it worked. So then I did make uninstall on the original source I
downloaded and then it broke. I restarted and tried making and
installing again but now it still doesn't work
629 [04:09:14] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Ping timeout: 256 seconds)
630 [04:09:23] *** Joins: pdo_fn14 (~Guess@replaced-ip )
631 [04:09:38] <SpeakFreely> jim and someone else here helped
me...can't find his name though
632 [04:09:55] *** Quits: lver (~liver@replaced-ip ) (Ping timeout: 256 seconds)
633 [04:10:19] <roylaprattep> hi guys, trying to connect with
bitkinex on debian server via sftp port 2222, got this error
"no suitable cipher found"
634 [04:10:40] *** Joins: qbek (~qbek@replaced-ip )
635 [04:10:57] <somiaj> SpeakFreely: if you did a make install
that could be conflicting with debian stuff. Lets see what the issue
is
636 [04:11:00] *** Quits: topshell (~wew@replaced-ip ) (Remote host closed the connection)
637 [04:11:08] <somiaj> SpeakFreely: dmesg | grep firmware (do
you see any errors about not able to load firmware)?
638 [04:11:46] <SpeakFreely> somiaj: nope
639 [04:11:50] <SpeakFreely> Comes up empty
640 [04:12:12] <somiaj> SpeakFreely: was your interface called
wlan0? 'dmesg | grep wlan0'
641 [04:12:32] <SpeakFreely> somiaj: yes but that comes up blank
since I restarted the system
642 [04:13:12] <jim> SpeakFreely, I think it was jmcnaught
643 [04:13:54] *** Quits: ipx (~ipx@replaced-ip ) (Quit: ipx)
644 [04:14:23] <jim> another way to find your interface would be
ifconfig -a, and a newer way is ip link
645 [04:14:37] <SpeakFreely> jim: yeah but it doesn't show
up at all now
646 [04:14:45] <jmcnaught> SpeakFreely: try unplugging the USB,
plug it back in, then "dmesg | tail --lines=50 | nc termbin.com
9999"
647 [04:14:58] <jim> good idea
648 [04:15:13] *** Joins: chvz (~chvz@replaced-ip )
649 [04:15:19] <pdo_fn14> ,v judd unattended-upgrade
650 [04:15:20] <judd> No package named 'judd' was found
in amd64.
651 [04:15:29] <pdo_fn14> ,v unattended-upgrade
652 [04:15:30] <judd> No package named
'unattended-upgrade' was found in amd64.
653 [04:15:35] <pdo_fn14> ,v unattended-upgrades
654 [04:15:36] <judd> Package: unattended-upgrades on amd64 --
wheezy-security: 0.79.5+wheezy2; wheezy: 0.79.5+wheezy2; jessie:
0.83.3.2+deb8u1; jessie-security: 0.83.3.2+deb8u1; stretch:
0.86.5+build1; sid: 0.92
655 [04:15:47] <jmcnaught> pdo_fn14: you can also /msg judd :)
656 [04:15:52] <SpeakFreely> jmcnaught: jim
replaced-url
657 [04:16:03] <pdo_fn14> jmcnaught: oh thanks
658 [04:16:18] <SpeakFreely> oh what the now it works???
659 [04:16:37] *** Quits: LtL (~irssi@replaced-ip ) (Quit: leaving)
660 [04:16:43] <pdo_fn14> hello anyon, i had some error here on
dmesg
661 [04:16:45] *** Joins: Ceber (~cerberus@replaced-ip )
662 [04:17:09] *** Quits: ADubhlaoich (sid177637@replaced-ip ) (Ping timeout: 258 seconds)
663 [04:17:15] <pdo_fn14> [ 9.561619] usb 3-1.4: firmware: failed
to load ar3k/AthrBT_0x11020000.dfu (-2)
664 [04:17:18] <pdo_fn14> [ 9.561626] usb 3-1.4: Direct firmware
load failed with error -2
665 [04:17:35] <pdo_fn14> any help?.
666 [04:17:40] *** Joins: ADubhlaoich (sid177637@replaced-ip )
667 [04:17:47] <jim> probably when you booted, it got to the part
where it saw the thing inserted, and that happened at a time before
it could deal for some reason... maybe not everytyhing was mounted
yet, or something like that
668 [04:17:58] *** Quits: nickle (sid89854@replaced-ip ) (Ping timeout: 250 seconds)
669 [04:18:18] <SpeakFreely> maybe....going to try unplugging
ethernet again brb
670 [04:18:24] <pdo_fn14> jim: are you mention me?.
671 [04:18:41] <jmcnaught> SpeakFreely: your dmesg output is
saying that the module used is rtl8812au but that doesn't seem
to be included in the Debian kernel... 'find /lib/modules -name
*rtl8812*' has no results for me
672 [04:19:26] <jim> so... the module isn't there after all?
673 [04:19:50] *** Joins: SpeakFreely_ (4a454295@replaced-ip )
674 [04:20:00] <jmcnaught> or it's using the one that was
compiled from source. what we don't know, is if a different
module was getting used earlier before that from-source module was
make installed
675 [04:20:16] *** Quits: marveldigital (~marvel@replaced-ip ) (Remote host closed the connection)
676 [04:20:18] *** Joins: hualet (~hualet@replaced-ip )
677 [04:20:24] <SpeakFreely_> jim, jmcnaught: seems it is
working! Not sure if I should remove this folder though..
678 [04:20:34] *** Quits: cerebro (~cerebro@replaced-ip ) (Remote host closed the connection)
679 [04:20:57] *** Joins: nickle (sid89854@replaced-ip )
680 [04:21:03] *** Guest68642 is now known as User_Friendly
681 [04:21:04] *** Joins: methou (~methou@replaced-ip )
682 [04:21:11] <jmcnaught> pdo_fn14: the firmware that you need
is in the firmware-atheros package in non-free
683 [04:21:14] <jim> what folder is that? and I would say hold
off on removing until you know more
684 [04:21:24] *** Joins: james41382 (~james4138@replaced-ip )
685 [04:22:43] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (Quit: Leaving.)
686 [04:23:00] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Ping timeout: 260 seconds)
687 [04:23:06] <sm00th> is that one fo those brand new pc's?
688 [04:23:08] *** Joins: SpeakFreely (4a454295@replaced-ip )
689 [04:23:08] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
690 [04:23:08] *** Joins: SpeakFreely (4a454295@replaced-ip )
691 [04:23:08] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
692 [04:23:08] *** Joins: SpeakFreely (4a454295@replaced-ip )
693 [04:23:22] <SpeakFreely> jim jmcnaught: sorry the wifi went
out...seems this only lasts for like 2 minutes
694 [04:23:41] <SpeakFreely> So not sure if it was flly installed
correctly
695 [04:23:55] <jmcnaught> SpeakFreely: you can monitor the
system journal with "journalctl -f" to watch for messages
when it stops working
696 [04:24:28] <sm00th> nice
697 [04:24:30] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
698 [04:24:45] <sm00th> system d world now. i love systemctl
699 [04:24:45] *** Quits: SpeakFreely_ (4a454295@replaced-ip ) (Ping timeout: 260 seconds)
700 [04:24:55] <jmcnaught> SpeakFreely: it would have been good
to see the dmesg output from before you installed the module from
source. It is possible that this device simply doesn't have a
driver in the Linux kernel. If that is the case, I would really
consider replacing it rather than dealing with all the hassle of
compiling the driver each time you update the kernel
701 [04:24:57] *** Joins: surfist (~surfist@replaced-ip )
702 [04:25:00] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
703 [04:25:07] <SpeakFreely> jmcnaught: cool thanks, I'll
have that running till it crashes again (or hopefully it
doesn't!)
704 [04:25:20] <sm00th> how long is 4.4 kernel lasts for?
705 [04:25:22] *** Joins: surfist (~surfist@replaced-ip )
706 [04:25:31] *** Joins: lver (~liver@replaced-ip )
707 [04:25:34] *** Joins: cerebro (~cerebro@replaced-ip )
708 [04:25:43] <SpeakFreely> jmcnaught: yeah, I'm not sure
if I can return this though :\ got it over a month ago because
I've only been using it on my windows install
709 [04:25:53] *** Quits: hexagoxel (~hexagoxel@replaced-ip ) (Ping timeout: 245 seconds)
710 [04:26:01] *** Quits: cerebro (~cerebro@replaced-ip ) (Remote host closed the connection)
711 [04:26:37] *** Joins: cerebro (~cerebro@replaced-ip )
712 [04:26:44] <jmcnaught> SpeakFreely: it's a really good
idea to verify linux compatibility before purchasing hardware. Most
stuff is supported these days, but sometimes you get a turd if you
don't check first
713 [04:26:48] <sm00th> oh roughly feb, 2018
714 [04:27:13] <sm00th> but I guess everytime you patch it you
have to reinstall the driver as well?
715 [04:27:53] <jmcnaught> if you compile a module from source,
yes. DKMS is a solution for this problem, there are several Debian
packages that use it
716 [04:28:04] *** Joins: GOethinger (~GOethinge@replaced-ip )
717 [04:28:24] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
718 [04:28:54] <sm00th> right
719 [04:29:33] *** Joins: idts (~lxuser@replaced-ip )
720 [04:29:56] <sm00th> eh if you have a fast computer why not.
surprised there is no script to do it.
721 [04:30:07] *** Joins: tinkersh_ (~TinkerSh@replaced-ip )
722 [04:30:20] <sm00th> i tried to compile nvidia driver on my
debian and i failed at that lol
723 [04:30:35] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Ping timeout: 260 seconds)
724 [04:30:49] *** Quits: tinkersh (~TinkerSh@replaced-ip ) (Read error: Connection reset by peer)
725 [04:30:52] *** Joins: SpreakFreely (4a454295@replaced-ip )
726 [04:30:53] *** Joins: flugger (~flugger@replaced-ip )
727 [04:30:55] <sm00th> it fails to build modules
728 [04:31:04] <sm00th> the ones straight fomr their website.
729 [04:31:21] <SpreakFreely> jim, jmcnaught alright so it
crashed again while I had the journal running, any preferred website
for the output? (if you don't mind checking)
730 [04:31:26] <sm00th> i wanted to use a specific version to
patch with grsec
731 [04:31:38] <sm00th> *to patch it to work with grsec
732 [04:31:45] <jmcnaught> sm00th: using the nvidia installer
from their website is not recommended. Debian has those drivers
packaged so you can do it in a way that doesn't break your
system
733 [04:32:05] <sm00th> yes but see above i had no choice for
what i wanted ^
734 [04:32:13] <jmcnaught> using grsec and a proprietary gpu
driver... sounds well thought out
735 [04:32:13] <sm00th> i needed a specific version
736 [04:32:25] <sm00th> jmcnaught, pax and spender both have
patches for it
737 [04:32:35] <sm00th> but ya you right, if i'm gonna game
online stick a fork in me anyways...
738 [04:32:42] <sm00th> its the world we live in
739 [04:32:44] <jmcnaught> SpreakFreely:
replaced-url
740 [04:32:59] *** Joins: hexagoxel (~hexagoxel@replaced-ip )
741 [04:33:14] <jmcnaught> sm00th: there are grsec kernels in
jessie-backports, i haven't tried them though
742 [04:33:20] <SpreakFreely> jmcnaught:
replaced-url
743 [04:33:35] <sm00th> jmcnaught, no i'd rather build my
own, doesn't help me though build the specific nvidia driver i
need.
744 [04:33:39] <sm00th> only two versions is options.
745 [04:33:40] <SpreakFreely> also are you guys talking about
installing nvidia drivers? Was about to do that next...
746 [04:33:48] <sm00th> pax has one and spender has one.
747 [04:33:48] *** Quits: pdo_fn14 (~Guess@replaced-ip ) (Ping timeout: 245 seconds)
748 [04:33:56] <sm00th> for like some specific drivers.
749 [04:34:10] <sm00th> but it don't build the module on
nvidia i have to use dkms or something only?
750 [04:35:11] <jmcnaught> SpreakFreely: line 91 it looks like it
got unplugged?
751 [04:35:27] <SpreakFreely> jmcnaught: yes after it stopped
working I unplugged it and plugged it back in
752 [04:36:02] *** Quits: jasonvw (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
753 [04:36:08] *** Quits: ArcVeil (~root@replaced-ip ) (Quit: leaving)
754 [04:36:15] <jmcnaught> SpreakFreely: line 32 is saying
"ssid-not-found"
755 [04:36:31] <jmcnaught> 31 is link timed out
756 [04:36:35] <sm00th> hmm maybe it was a restricted module
listed somewhere but no it builds with debian driver right? sorry
for the noob questions.
757 [04:37:27] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
758 [04:37:31] <sm00th> i'm not sure if i ever built a
kernele without grsec and tried to install an nvidia driver.
759 [04:37:40] <SpreakFreely> jmcnaught: I think it dc'd
around line 17
760 [04:37:45] *** Joins: davimore_ (~davimore@replaced-ip )
761 [04:37:45] <sm00th> but when using a grsec one and their
patch it didn't work anyways...
762 [04:37:55] *** Joins: hualet (~hualet@replaced-ip )
763 [04:38:19] <sm00th> so not sure what I'm doing wrong but
gave up for same reaosns you said. gamign is like one of the most
dangerous things you can do online so taking away restrictions to do
it defeats the purpose in the first place.
764 [04:39:01] *** Joins: vincentor (~vincentor@replaced-ip )
765 [04:39:21] *** Joins: jasonvw (~quassel@replaced-ip )
766 [04:39:23] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Quit: GadgetGuru)
767 [04:39:46] *** Joins: gonz0 (~gonz0@replaced-ip )
768 [04:39:52] <jmcnaught> SpreakFreely: i recommend researching
some of the errors you find in there. maybe it's just a normal
radio interference kind of problem. I think it's also worth
trying from a Debian live cd to get some debug info without a
tainted kernel
769 [04:39:53] <sm00th> oh shit Greg Korah Hartman got those
programmign eyes go in every directions eyes haha
770 [04:39:58] *** Quits: yans_ (~yans@replaced-ip ) (Quit: Alice Is Not In Wonderland)
771 [04:40:39] *** Quits: davimore (~davimore@replaced-ip ) (Ping timeout: 252 seconds)
772 [04:40:45] <SpreakFreely> jmcnaught: would I be able to try
installing just the firmware-realtek on a live cd? Or would that not
work?
773 [04:42:19] <jmcnaught> SpreakFreely: yeah you can do that.
the important part to look at will be the output of dmesg right
after plugging the USB wifi device in... to see what kernel module
(if any) is used
774 [04:42:47] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 256 seconds)
775 [04:43:10] <SpreakFreely> Cool thanks, going to go test it
out
776 [04:43:31] *** Quits: SpreakFreely (4a454295@replaced-ip ) (Quit: Page closed)
777 [04:45:17] *** Joins: cybiko123 (~cybiko123@replaced-ip )
778 [04:45:52] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 250 seconds)
779 [04:46:15] *** Quits: dasgeek_ (~dasgeek@replaced-ip ) ()
780 [04:47:52] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
781 [04:47:52] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Client Quit)
782 [04:48:12] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 260 seconds)
783 [04:48:28] *** Joins: Lipp (~Lipp@replaced-ip )
784 [04:48:58] *** Joins: franzer (~franz@replaced-ip )
785 [04:49:20] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 250 seconds)
786 [04:49:49] *** Joins: gshrikant (~gshrikant@replaced-ip )
787 [04:49:50] *** Joins: chachasmooth (~chachasmo@replaced-ip )
788 [04:50:59] *** Quits: CoOolBreeze (~CoOolBree@replaced-ip ) (Quit: Closing hailing frequencies...)
789 [04:53:23] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
790 [04:53:32] *** Joins: juantelez (~juantelez@replaced-ip )
791 [04:53:43] *** Quits: bauerj (~bauerj@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
792 [04:54:04] <Elronnd> my external cd/dvd drive came with
"nero 8 essentials" -- is this at all useful? Is it
anything but a fancy gui on top of dd/mount?
793 [04:54:54] *** Quits: Dohplay (~Dohplay@replaced-ip ) (Read error: Connection reset by peer)
794 [04:55:01] *** Joins: bauerj (~bauerj@replaced-ip )
795 [04:55:20] *** Joins: grimm26 (~grimm26@replaced-ip )
796 [04:56:44] *** Joins: bnw (~bnw@replaced-ip )
797 [04:57:54] *** Quits: idts (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
798 [04:58:04] *** Quits: franzer (~franz@replaced-ip ) (Quit: WeeChat 1.6)
799 [04:58:16] *** Quits: gshrikant (~gshrikant@replaced-ip ) (Ping timeout: 250 seconds)
800 [04:58:18] *** Joins: SpreakFreely (4a454295@replaced-ip )
801 [04:59:03] <SpreakFreely> jmcnaught: hey so I wasnt able to
test it because at the end of the firmware install it said
"update-initramfs is disabled ( live system is running on
read-only media)
802 [05:00:17] <sm00th> Elronnd, i've used it on windows,
not sure if it works on linux?
803 [05:01:23] <Elronnd> sm00th: it came with install scripts for
lunix
804 [05:01:23] <sm00th> Elronnd, i use to like nerovision that
comes with it
805 [05:01:32] <Elronnd> what's that do?
806 [05:01:41] <sm00th> convert avi's and stuff to dvd
807 [05:01:43] *** Joins: G0di (~W0rk@replaced-ip )
808 [05:01:52] <Elronnd> ah
809 [05:02:10] *** SpreakFreely is now known as SpeakFreely
810 [05:02:19] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
811 [05:02:19] *** Joins: SpeakFreely (4a454295@replaced-ip )
812 [05:02:19] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Changing host)
813 [05:02:19] *** Joins: SpeakFreely (4a454295@replaced-ip )
814 [05:02:23] <SpeakFreely> jmcnaught: hey so I wasnt able to
test it because at the end of the firmware install it said
"update-initramfs is disabled ( live system is running on
read-only media)
815 [05:02:26] <sm00th> ya its one of the ones that always worked
lol
816 [05:02:34] <Elronnd> is there a way to set up a cron job that
runs after a random amount of time?
817 [05:02:36] <SpeakFreely> Sorry if you got my last message,
not sure if this channel allows unregistered users to talk
818 [05:03:04] <Elronnd> like if I wanted it to run every between
2 and 3 hourss?
819 [05:03:12] <Elronnd> s/ss/s/g
820 [05:03:15] *** Joins: pencilandpaper (~penciland@replaced-ip )
821 [05:03:21] *** Joins: hualet (~hualet@replaced-ip )
822 [05:05:19] <G0di> where i can get the cloack
823 [05:05:19] <G0di> ?
824 [05:05:21] <G0di> :D
825 [05:06:53] *** Joins: franzer (~franzer@replaced-ip )
826 [05:06:56] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip )
827 [05:07:37] <Elronnd> G0di: ask irc admins in #freenode
828 [05:08:02] <G0di> Elronnd thx
829 [05:09:07] *** Quits: SpeakFreely (4a454295@replaced-ip ) (Quit: Page closed)
830 [05:09:39] *** Quits: grimm26 (~grimm26@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
831 [05:10:09] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
832 [05:10:42] *** Joins: _foldLeft (~foldleft@replaced-ip )
833 [05:11:11] *** Joins: KNERD (~KNERD@replaced-ip )
834 [05:12:28] *** Quits: lver (~liver@replaced-ip ) (Ping timeout: 260 seconds)
835 [05:13:46] *** Joins: cyan__ (~cyan@replaced-ip )
836 [05:13:54] *** Quits: flugger (~flugger@replaced-ip ) (Quit: WeeChat 1.6)
837 [05:14:55] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Ping timeout: 244 seconds)
838 [05:14:55] *** Quits: phystau (~phystau@replaced-ip ) (Ping timeout: 244 seconds)
839 [05:15:33] *** Parts: idoit (~IceChat9@replaced-ip )
840 [05:15:52] <sm00th> wow Steve Johnson from Unix definitely
got those eyes lmao
841 [05:19:47] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
842 [05:20:52] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 260 seconds)
843 [05:21:25] *** Quits: franzer (~franzer@replaced-ip ) (Quit: Leaving)
844 [05:21:43] *** Joins: patterson (~patterson@replaced-ip )
845 [05:23:19] *** Joins: tadej (~universe@replaced-ip )
846 [05:23:27] *** Joins: NeverTired (uid108572@replaced-ip )
847 [05:23:40] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
848 [05:24:06] *** Joins: CapsAdmon (~CapsAdmin@replaced-ip )
849 [05:24:29] <KNERD> huh
850 [05:24:37] *** Joins: boris_t (~boris_t@replaced-ip )
851 [05:25:00] *** Joins: synthrapt (~synthrapt@replaced-ip )
852 [05:30:12] *** Quits: enseneo (~madneap@replaced-ip ) (Ping timeout: 260 seconds)
853 [05:31:08] *** Quits: OS-23624 (~OS-23624@replaced-ip ) (Ping timeout: 260 seconds)
854 [05:31:36] *** Joins: OS-23624 (~OS-23624@replaced-ip )
855 [05:31:40] *** Quits: murfjr (~realname@replaced-ip ) (Ping timeout: 260 seconds)
856 [05:32:34] *** Joins: robotroll (~robotroll@replaced-ip )
857 [05:33:13] *** Joins: murfjr (~realname@replaced-ip )
858 [05:33:17] *** Quits: murfjr (~realname@replaced-ip ) (Max SendQ exceeded)
859 [05:33:25] *** Quits: methou (~methou@replaced-ip ) (Quit: Leaving...)
860 [05:33:38] *** Joins: murfjr (~realname@replaced-ip )
861 [05:35:32] *** Joins: PRINCESS_FLUFF (~Beltz@replaced-ip )
862 [05:37:04] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Ping timeout: 256 seconds)
863 [05:37:48] *** Quits: erdave (~erdave@replaced-ip ) (Quit: Konversation terminated!)
864 [05:37:54] *** Quits: kzimmermann (~kzimmerma@replaced-ip ) (Ping timeout: 252 seconds)
865 [05:39:42] *** tinkersh_ is now known as tinkersh
866 [05:40:01] *** Quits: Janos (~Janos@replaced-ip ) (Ping timeout: 256 seconds)
867 [05:40:14] *** Joins: pavlushka (~Pavel@replaced-ip )
868 [05:42:22] *** Joins: Rusty1_ (~kanotix@replaced-ip )
869 [05:42:22] *** Quits: PRINCESS_FLUFF (~Beltz@replaced-ip ) ()
870 [05:42:42] *** Quits: iflema (~ian@replaced-ip ) (Remote host closed the connection)
871 [05:44:29] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
872 [05:47:16] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 256 seconds)
873 [05:47:30] <HeXiLeD> what driver package will debian use
inside virtualbox ? same driver as the physical hardware ?
874 [05:48:00] *** Quits: RTFM[zD3f1L3rz] (~ChOkO_RTF@replaced-ip ) (Ping timeout: 260 seconds)
875 [05:48:01] *** debhelper sets mode: +l 1573
876 [05:48:12] *** Quits: murfjr (~realname@replaced-ip ) (Quit: Leaving)
877 [05:48:40] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
878 [05:49:06] *** Joins: hualet (~hualet@replaced-ip )
879 [05:49:50] *** Joins: Lipp (~Lipp@replaced-ip )
880 [05:50:08] *** Joins: artskiller (~artskille@replaced-ip )
881 [05:51:47] *** Joins: piggah (~nick@replaced-ip )
882 [05:53:56] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
883 [05:54:00] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
884 [05:54:45] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 256 seconds)
885 [05:55:28] *** Quits: Guest31234 (irc@replaced-ip ) (Ping timeout: 260 seconds)
886 [05:58:13] *** Joins: Shadur (shadur@replaced-ip )
887 [05:58:22] *** Joins: johefernan (~joheferna@replaced-ip )
888 [05:59:40] *** Joins: michaelni (~michael@replaced-ip )
889 [06:00:30] *** Quits: likevinyl (~freebeer@replaced-ip ) (Quit: likevinyl)
890 [06:02:02] *** Joins: Orbitrix (~Huevos@replaced-ip )
891 [06:02:02] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
892 [06:02:20] *** Joins: Orbitrix (~Huevos@replaced-ip )
893 [06:03:04] *** Joins: Janos (~Janos@replaced-ip )
894 [06:04:57] *** Quits: CurryWurst_ (~CurryWurs@replaced-ip ) (Ping timeout: 256 seconds)
895 [06:06:10] *** Quits: random_numbers (~u28357398@replaced-ip ) (Quit: Bus time)
896 [06:09:15] *** Joins: Colloguy (~Colloguy@replaced-ip )
897 [06:10:17] <Elronnd> is there an eta for qtwebemgine5 in the
repos?
898 [06:11:28] *** Joins: Rokixz (~rokas@replaced-ip )
899 [06:12:16] *** Quits: piggah (~nick@replaced-ip ) (Read error: Connection reset by peer)
900 [06:13:10] *** Joins: piggah (~nick@replaced-ip )
901 [06:13:14] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 250 seconds)
902 [06:13:56] *** Quits: DarinMiller (~darin@replaced-ip ) (Quit: Konversation terminated!)
903 [06:14:12] <missmbob> no. last i heard it wasn't looking
good.
904 [06:14:49] *** Quits: khfeng (~khfeng@replaced-ip##) (Quit: ZNC 1.6.3 - ##replaced-url
905 [06:14:49] *** Joins: dmr (~dmr@replaced-ip )
906 [06:15:33] <Elronnd> damn
907 [06:15:34] <Elronnd> k
908 [06:18:17] *** Joins: Evol (~calvin@replaced-ip )
909 [06:19:07] *** Joins: Guest11667 (irc@replaced-ip )
910 [06:19:45] *** Joins: Ceber (~cerberus@replaced-ip )
911 [06:20:51] *** Joins: ki0 (~ki0@replaced-ip )
912 [06:21:30] *** Quits: piggah (~nick@replaced-ip ) (Read error: Connection reset by peer)
913 [06:22:10] *** Quits: Evol (~calvin@replaced-ip ) (Quit: leaving)
914 [06:22:34] *** Joins: piggah (~nick@replaced-ip )
915 [06:22:37] *** Joins: samodid (~vsamodid@replaced-ip )
916 [06:24:47] *** Quits: bnw (~bnw@replaced-ip ) (Ping timeout: 265 seconds)
917 [06:24:59] *** Joins: CurryWurst_ (~CurryWurs@replaced-ip )
918 [06:25:16] *** Joins: bnw (~bnw@replaced-ip )
919 [06:25:52] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
920 [06:25:53] *** Quits: ki0 (~ki0@replaced-ip ) (Ping timeout: 245 seconds)
921 [06:26:05] *** Joins: earthundead (~earthunde@replaced-ip )
922 [06:26:55] *** Quits: CurryWurst_ (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
923 [06:27:41] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
924 [06:27:53] *** Joins: eshlox (uid44222@replaced-ip )
925 [06:28:46] *** Joins: OS-7610 (~OS-7610@replaced-ip )
926 [06:29:28] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
927 [06:29:59] *** Quits: GOethinger (~GOethinge@replaced-ip ) (Remote host closed the connection)
928 [06:30:03] *** Quits: OS-7610 (~OS-7610@replaced-ip ) (Quit: Leaving)
929 [06:33:06] *** Joins: SamEEE (~Sam@replaced-ip )
930 [06:34:59] <posi> Anyone wanna make a couple hundred bucks to
package maintain the brave browser?
931 [06:36:20] <Elronnd> from whom?
932 [06:36:32] <posi> me
933 [06:36:45] *** Quits: bit1 (~joseanton@replaced-ip ) (Ping timeout: 252 seconds)
934 [06:37:07] <ryouma> this is a proposed package?
935 [06:37:21] <Elronnd> you would pay someone 100s of $ to pkg a
browser
936 [06:37:38] <Elronnd> rather than doing it yourself, for free?
937 [06:37:50] <ryouma> he said maintain
938 [06:38:08] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 258 seconds)
939 [06:38:27] <ryouma> that presumably entails doing more than
reducing the severity of bug reports and claiming that it is fixed
by so doing
940 [06:38:38] <Elronnd> looks like they already maintain packags
941 [06:38:42] <jmcnaught> judd: bug wnpp brave
942 [06:38:43] <judd> Sorry, no wnpp bugs were found.
943 [06:38:46] <Elronnd> *packages
944 [06:39:06] <jmcnaught> !rfp
945 [06:39:07] <dpkg> Request For Package (RFP) is the way to ask
for a piece of software to be included in Debian. See
replaced-url
946 [06:39:12] <jmcnaught> posi: ^^
947 [06:39:51] *** Quits: G0di (~W0rk@replaced-ip ) ()
948 [06:39:56] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
949 [06:40:28] <Colloguy> are package maintainers ideally the
upstream developers of the software?
950 [06:40:44] <posi> *nod
951 [06:41:54] *** Quits: tinkersh (~TinkerSh@replaced-ip ) (Read error: Connection reset by peer)
952 [06:42:07] *** Joins: tinkersh (~TinkerSh@replaced-ip )
953 [06:42:10] *** Joins: CurryWurst_ (~CurryWurs@replaced-ip )
954 [06:42:48] *** Quits: Janos (~Janos@replaced-ip ) (Ping timeout: 252 seconds)
955 [06:44:20] *** Joins: towo^work (~towo@replaced-ip )
956 [06:44:52] *** Quits: surfist (~surfist@replaced-ip ) (Ping timeout: 250 seconds)
957 [06:45:43] *** Joins: hualet (~hualet@replaced-ip )
958 [06:49:15] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 258 seconds)
959 [06:50:21] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 260 seconds)
960 [06:51:15] *** Joins: Lipp (~Lipp@replaced-ip )
961 [06:52:36] *** Quits: Scourje (uid63311@replaced-ip ) (Quit: Connection closed for inactivity)
962 [06:53:05] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 244 seconds)
963 [06:53:16] *** Joins: KingsQuest (~tomahawk@replaced-ip )
964 [06:53:23] *** Parts: KingsQuest (~tomahawk@replaced-ip )
965 [06:54:07] <missmbob> i'm not even sure what brave does
is legal
966 [06:54:18] <missmbob> swapping out ads on websites with their
own
967 [06:55:53] *** Joins: llucenic (~Thunderbi@replaced-ip )
968 [06:55:59] *** Joins: GandalfTheWizard (~Emma@replaced-ip )
969 [06:56:15] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
970 [06:56:29] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
971 [06:56:31] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 256 seconds)
972 [06:56:56] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Quit: Leaving)
973 [06:56:57] *** Joins: fredl (fredl@replaced-ip )
974 [06:57:24] *** Joins: likevinyl (~freebeer@replaced-ip )
975 [06:58:05] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
976 [06:59:20] *** Joins: khfeng (~khfeng@replaced-ip )
977 [06:59:24] *** Quits: likevinyl (~freebeer@replaced-ip ) (Remote host closed the connection)
978 [06:59:24] *** Joins: Hacker01 (~Haxker01@replaced-ip )
979 [06:59:28] *** Joins: KindOne (kindone@replaced-ip )
980 [06:59:38] *** Joins: likevinyl (~freebeer@replaced-ip )
981 [07:00:29] *** Quits: OS-23624 (~OS-23624@replaced-ip ) (Ping timeout: 256 seconds)
982 [07:00:36] *** Joins: klow (~textual@replaced-ip )
983 [07:00:55] *** Joins: conta (~Thunderbi@replaced-ip )
984 [07:04:34] *** Joins: lsyoyom (~liny01@replaced-ip )
985 [07:05:42] *** Quits: synthrapt (~synthrapt@replaced-ip ) (Remote host closed the connection)
986 [07:06:22] *** Joins: gdot2 (~gdot@replaced-ip )
987 [07:06:52] *** Joins: KingsQuest (~tomahawk@replaced-ip )
988 [07:06:57] *** Parts: KingsQuest (~tomahawk@replaced-ip )
989 [07:07:04] *** Joins: Janos (~Janos@replaced-ip )
990 [07:07:44] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 260 seconds)
991 [07:12:02] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
992 [07:12:43] *** Quits: TomasCZ (~TomasCZ@replaced-ip ) (Quit: Leaving)
993 [07:13:36] *** Joins: molluskempire (quassel@replaced-ip )
994 [07:14:29] *** Joins: eth0s (~eth0s@replaced-ip )
995 [07:15:04] *** Quits: eth0s (~eth0s@replaced-ip ) (Client Quit)
996 [07:16:04] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
997 [07:16:21] *** Quits: sandeepkr (~sandeepkr@replaced-ip ) (Ping timeout: 252 seconds)
998 [07:17:11] *** Joins: overlord_tm (~andraz@replaced-ip )
999 [07:17:20] *** Quits: gonz0 (~gonz0@replaced-ip ) (Quit: fui)
1000 [07:17:43] *** Joins: jak2000 (~jak2000@replaced-ip )
1001 [07:17:50] *** Joins: OS-23624 (~OS-23624@replaced-ip )
1002 [07:18:24] *** Quits: james41382 (~james4138@replaced-ip ) (Ping timeout: 244 seconds)
1003 [07:18:31] *** Joins: sandeepkr (~sandeepkr@replaced-ip )
1004 [07:19:38] *** Quits: N3X15 (~Rob@replaced-ip ) (Ping timeout: 245 seconds)
1005 [07:19:45] *** Quits: paradx (~paradx@replaced-ip ) (Ping timeout: 260 seconds)
1006 [07:19:59] *** Joins: N3X15 (~Rob@replaced-ip )
1007 [07:21:07] *** Joins: surfist (~surfist@replaced-ip )
1008 [07:22:23] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
1009 [07:22:44] *** Quits: jasonvw (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1010 [07:22:46] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Read error: Connection reset by peer)
1011 [07:22:53] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1012 [07:24:04] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
1013 [07:24:31] *** Joins: CapsAdmon (~CapsAdmin@replaced-ip )
1014 [07:24:41] *** Joins: sappel (~sappel@replaced-ip )
1015 [07:24:44] *** Quits: RTFM[away] (~RTFMaway]@replaced-ip ) (Ping timeout: 250 seconds)
1016 [07:25:36] *** Joins: james41382 (~james4138@replaced-ip )
1017 [07:26:08] *** Quits: satbyy (~Satish_By@replaced-ip ) (Remote host closed the connection)
1018 [07:26:15] *** Quits: piggah (~nick@replaced-ip ) (Ping timeout: 252 seconds)
1019 [07:26:20] *** Joins: Lal (uid175029@replaced-ip )
1020 [07:26:32] *** Joins: jasonvw (~quassel@replaced-ip )
1021 [07:31:29] *** Quits: SamEEE (~Sam@replaced-ip ) (Quit: Leaving)
1022 [07:32:11] *** Quits: spronk (~spronkey@replaced-ip ) (Quit: I may need a longer sleep timer...)
1023 [07:32:26] *** Joins: thunderrd (~thunderrd@replaced-ip )
1024 [07:34:29] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1025 [07:34:56] *** Joins: hualet (~hualet@replaced-ip )
1026 [07:35:47] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
1027 [07:35:50] *** Joins: wabuh (~wabuh@replaced-ip )
1028 [07:38:42] *** Joins: buglessdr (~buglessdr@replaced-ip )
1029 [07:39:34] *** Quits: egos (~egos@replaced-ip##) (Quit: ZNC - ##replaced-url
1030 [07:39:49] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
1031 [07:39:58] *** Joins: tresh (~tresh@replaced-ip )
1032 [07:40:12] *** Joins: egos (~egos@replaced-ip )
1033 [07:40:12] *** Joins: l0xas (~unix@replaced-ip )
1034 [07:40:46] *** Joins: piggah (~nick@replaced-ip )
1035 [07:41:04] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
1036 [07:41:24] *** Joins: t4nk749 (d42ed3ca@replaced-ip )
1037 [07:41:40] *** Quits: t4nk749 (d42ed3ca@replaced-ip ) (Client Quit)
1038 [07:41:47] *** Quits: johefernan (~joheferna@replaced-ip ) (Quit: Konversation terminated!)
1039 [07:41:58] *** Joins: Superuzir (d42ed3ca@replaced-ip )
1040 [07:43:57] *** Joins: jeddi (~jedd@replaced-ip )
1041 [07:44:10] *** Joins: Levure (~quassel@replaced-ip )
1042 [07:44:37] *** Quits: evilman_work|2 (~evilman@replaced-ip ) ()
1043 [07:44:54] *** Joins: evilman_work (~evilman@replaced-ip )
1044 [07:44:57] <Superuzir> Hi all! Can I somehow specify path to
debian/ directory for debuild? Trying to create binary package for
libzmq from sources
1045 [07:45:09] *** Quits: verm1n (~verm1n@replaced-ip ) (Ping timeout: 248 seconds)
1046 [07:45:31] *** Joins: kenden (~dsps@replaced-ip )
1047 [07:45:49] <missmbob> why? when debian has it
1048 [07:45:49] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
1049 [07:46:30] *** Joins: evade (~evade@replaced-ip )
1050 [07:46:31] <Gaiseric> Everyone having problems with
backported kernel/nVidia drivers and Optimus/Primus? After the
updates OpenGL stuff stopped working with the discrete graphics
card...
1051 [07:46:50] <Gaiseric> s/Everyone/Anyone/ ...duh
1052 [07:47:39] <Gaiseric> To repeat a more detailed (and
unanswered) previous message from 12 hours ago:
1053 [07:47:40] *** Joins: amar0k (~amar0k@replaced-ip )
1054 [07:47:51] <Gaiseric> Jessie here with backported kernel and
nVidia drivers with bumblebee (versions 4.7.0 and 352.79
respectively). Latest updates broke OpenGL acceleration. Running
"primusrun glxgears" gives a blank window and reports
"X Error of failed request: GLXBadFBConfig" and
"Minor opcode of failed request: 24
(X_GLXCreateNewContext)"... Anyone with similar setup/problems?
1055 [07:48:01] *** debhelper sets mode: +l 1583
1056 [07:48:04] *** Quits: NeverTired (uid108572@replaced-ip ) (Quit: Connection closed for inactivity)
1057 [07:48:48] *** Quits: N3X15 (~Rob@replaced-ip ) (Ping timeout: 245 seconds)
1058 [07:49:04] *** Joins: ransur0t (~ransur0t@replaced-ip )
1059 [07:49:33] *** Quits: PryMar56 (~prymar@replaced-ip ) (Quit: Leaving)
1060 [07:49:37] *** Joins: N3X15 (~Rob@replaced-ip )
1061 [07:50:01] <Superuzir> There is a bunch of projects based on
zmq, e.g libzyre, which is not present in debian repos. All of them
has the same folder structure: packaging/debian/rules. Debuild
cannot find them, of course
1062 [07:50:29] *** Quits: kenden (~dsps@replaced-ip ) (Quit: My computer has gone to sleep. ZZZzzz…)
1063 [07:51:24] *** Joins: Hootch (~Thunderbi@replaced-ip )
1064 [07:51:24] <missmbob> i just googled "libzyre
linux" and google has no idea what you're talking about
either
1065 [07:51:56] <Superuzir>
replaced-url
1066 [07:52:39] *** Joins: Lipp (~Lipp@replaced-ip )
1067 [07:53:37] <missmbob> so is it that you just didn't
fulfill the build deps by installing the libzmq-dev package?
1068 [07:54:01] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
1069 [07:55:24] *** Joins: OS-24695 (~OS-24695@replaced-ip )
1070 [07:55:26] <missmbob> by *not* installing
1071 [07:56:00] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1072 [07:56:05] <Superuzir> No, it compilles and works perfectly
from sources but I want to build all the latest versions of zeroMQ
stuff into binary packages. It is much simpler to install package on
many machines then rebuild every time
1073 [07:56:33] *** Quits: likevinyl (~freebeer@replaced-ip ) (Quit: likevinyl)
1074 [07:56:40] *** Joins: MrNeon (~MrNeon@replaced-ip )
1075 [07:56:52] <Superuzir> But cannot figure out, if there is
common way to build .deb from project with such structure
1076 [07:57:19] *** Joins: LucaTM (~LucaTM@replaced-ip )
1077 [07:57:43] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 256 seconds)
1078 [07:58:12] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 260 seconds)
1079 [07:59:08] *** Joins: repka (~repka@replaced-ip )
1080 [07:59:27] <missmbob> debian isn't meant for latest of
much of anything, to be honest.
1081 [08:00:00] *** Joins: soee (~soee@replaced-ip )
1082 [08:01:57] <stoned> Where can I get the source for
paste.debian.net?
1083 [08:02:07] <stoned> Is it also available at all?
1084 [08:02:28] <stoned> I'd like to fork/modify it for
personal use
1085 [08:02:52] *** Quits: dka (~dka@replaced-ip ) (Ping timeout: 250 seconds)
1086 [08:03:01] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Read error: Connection reset by peer)
1087 [08:03:11] <Elronnd> how is it that certain packages make it
into wheezy, jessie, and sid, but not stretch?
1088 [08:03:27] <Elronnd> it gets very frustrating
1089 [08:03:30] <jmcnaught> stoned:
replaced-url
1090 [08:03:35] <stoned> !why is someting not in testing
1091 [08:03:36] <dpkg> someting is not in testing for the reasons
listed in
replaced-url
1092 [08:03:44] <stoned> well.
1093 [08:03:46] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip )
1094 [08:04:30] <missmbob> Elronnd: because shit happens. stretch
isn't really meant to be usable. if there's a serious
problem the package just gets pulled sometimes while it takes maybe
a week for the new upload from sid to get to testing
1095 [08:04:35] <jmcnaught> Elronnd: during the testing phase of a
release packages will be removed if they have release critical bugs.
1096 [08:04:57] <Elronnd> then why are they in jessie?
1097 [08:05:11] <missmbob> Elronnd: because they didn't have
those errors in jessie
1098 [08:05:43] <jmcnaught> the testing process of jessie did not
happen at the same time as the testing phase for stretch, obviously
1099 [08:05:54] <Elronnd> yeah
1100 [08:05:58] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1101 [08:06:18] <Elronnd> none of the distros are
1102 [08:06:30] <Elronnd> exactly what I want
1103 [08:06:47] <missmbob> life's a bitch. you get used to it
1104 [08:07:01] * Elronnd gazes longingly at arch lunix and freebsd
1105 [08:07:05] *** Joins: Elirips (~Elirips@replaced-ip )
1106 [08:07:06] *** Quits: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es) (Ping
timeout: 252 seconds)
1107 [08:07:08] *** Quits: buglessdr (~buglessdr@replaced-ip ) (Remote host closed the connection)
1108 [08:07:56] <missmbob> rolling things have their uses (i
guess).
1109 [08:07:59] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
1110 [08:08:08] <missmbob> i hate them. i can't use them for
work.
1111 [08:08:13] *** Quits: repka (~repka@replaced-ip ) (Quit: Leaving)
1112 [08:08:26] *** Joins: surfist (~surfist@replaced-ip )
1113 [08:08:52] *** Joins: jubo2 (~juboxi@replaced-ip )
1114 [08:09:24] <jmcnaught> Elronnd: with Debian you get a rock
solid release that is well tested and has tens of thousands of
packages. Every couple of years there's a new major version.
This is pretty valuable to a lot of people who value their time and
sanity, and don't want play keep-up all the time.
1115 [08:10:08] *** Joins: Drzacek (~Drzacek@replaced-ip )
1116 [08:10:17] <jmcnaught> being able to know that you can
install security upgrades without risking that your software will
starting working differently or need to be reconfigured is a big
deal
1117 [08:10:30] <Elronnd> sure
1118 [08:10:48] <missmbob> it's more than a big deal.
it's a "you'll get fired if you do this shit"
deal
1119 [08:12:42] *** Joins: overlord_tm (~andraz@replaced-ip )
1120 [08:13:26] *** Joins: rgogunskiy (~rgogunski@replaced-ip )
1121 [08:13:30] *** Joins: soee_ (~soee@replaced-ip )
1122 [08:14:01] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 265 seconds)
1123 [08:14:14] *** Quits: jubo2 (~juboxi@replaced-ip ) (Excess Flood)
1124 [08:14:29] *** Joins: endstille (~endstille@replaced-ip )
1125 [08:14:40] *** Joins: jubo2 (~juboxi@replaced-ip )
1126 [08:14:41] *** Joins: me (~meme@replaced-ip )
1127 [08:15:05] *** me is now known as Guest54775
1128 [08:15:16] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
1129 [08:15:44] *** Quits: Guest54775 (~meme@replaced-ip ) (Client Quit)
1130 [08:16:47] *** Joins: srtu (~hypnotoad@replaced-ip )
1131 [08:16:49] *** Joins: Ceber (~cerberus@replaced-ip )
1132 [08:18:09] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1133 [08:18:43] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1134 [08:18:47] *** Quits: nickenchuggets (~nicken@replaced-ip ) (Quit: WeeChat 1.5)
1135 [08:21:21] *** Joins: Seto_Kaiba (~Hunterkll@replaced-ip )
1136 [08:21:21] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1137 [08:21:54] *** Joins: olegfusion (~olegfusio@replaced-ip )
1138 [08:22:10] *** Quits: zykotick9 (~zykotick9@replaced-ip ) (Ping timeout: 268 seconds)
1139 [08:22:33] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
1140 [08:23:00] <missmbob> jmcnaught: you're a gnome user
from what i remember, correct? do you use evolution as well?
1141 [08:23:06] *** Joins: chele (~chele@replaced-ip )
1142 [08:23:36] *** Joins: klow (~textual@replaced-ip )
1143 [08:24:09] *** Joins: Sergi010 (~Ser010@replaced-ip )
1144 [08:24:35] *** Joins: barteks2x (~barteks2x@replaced-ip )
1145 [08:24:37] <missmbob> jmcnaught: i usually just use xfce apps
but i was giving evolution a look and i keep getting: Failed to
login to the server: Daily Limit for Unauthenticated Use Exceeded.
Continued use requires signup. that's for a gmail account
1146 [08:25:12] <missmbob> it works often during the early hours
of the day but get into evening and no. error.
1147 [08:25:28] *** Quits: Hootch (~Thunderbi@replaced-ip ) (Quit: Hootch)
1148 [08:25:39] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 252 seconds)
1149 [08:25:56] <missmbob> jmcnaught: all of that grap is for
gnome-online-accounts (calendar)
1150 [08:26:19] <jmcnaught> missmbob: i use icedove, and not with
gmail mostly. i was briefly using a gmail account in icedove
recently, and it wanted to use oauth2 as authenticaiton method,
which i'd never seen before. does evolution have that option?
1151 [08:26:28] *** Quits: Superuzir (d42ed3ca@replaced-ip ) (Quit: Page closed)
1152 [08:27:32] <jmcnaught> it seems that it does not
1153 [08:27:33] *** Quits: sm00th (~sm00th@replaced-ip ) (Ping timeout: 265 seconds)
1154 [08:27:36] <missmbob> jmcnaught: hrm. i dont think so. never
seen anything. just wondering if you had any ideas.
1155 [08:29:49] <jmcnaught> missmbob: i see an option for
"listen for server change notifications". is that IMAP
IDLE? maybe that would cause fewer logins
1156 [08:30:49] *** Quits: wabuh (~wabuh@replaced-ip ) (Read error: Connection reset by peer)
1157 [08:30:55] *** Quits: poisson (~aeb@replaced-ip ) (Ping timeout: 258 seconds)
1158 [08:31:23] *** Joins: lolusux (~lolusux@replaced-ip )
1159 [08:31:44] *** Joins: wabuh (~wabuh@replaced-ip )
1160 [08:32:12] <jmcnaught> actually it looks like evolution
enables IDLE support by setting server type to IMAP+, so i
don't know what that listen setting is about
1161 [08:32:29] *** Quits: gdot2 (~gdot@replaced-ip ) (Remote host closed the connection)
1162 [08:33:39] *** Joins: jirka (~Icedove@replaced-ip )
1163 [08:34:52] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Quit: GJ_)
1164 [08:35:39] *** Quits: l0xas (~unix@replaced-ip ) (Remote host closed the connection)
1165 [08:37:08] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1166 [08:37:15] *** Quits: jirka (~Icedove@replaced-ip ) (Client Quit)
1167 [08:38:17] *** Joins: level7 (~quassel@replaced-ip )
1168 [08:38:31] *** Quits: alex1a_ (~alex1a@replaced-ip ) (Ping timeout: 256 seconds)
1169 [08:38:34] *** Quits: level7 (~quassel@replaced-ip ) (Remote host closed the connection)
1170 [08:39:59] *** Joins: conta (~Thunderbi@replaced-ip )
1171 [08:40:34] *** Joins: Rubin_ (~Rubin@replaced-ip )
1172 [08:40:42] *** Joins: l3archos (~Icedove@replaced-ip )
1173 [08:41:07] *** Parts: Sergi010 (~Ser010@replaced-ip )
1174 [08:41:25] *** Quits: bugzc (~1@replaced-ip ) (Ping timeout: 260 seconds)
1175 [08:41:32] *** Joins: poisson (~aeb@replaced-ip )
1176 [08:42:09] *** Joins: Rafi1 (~Thunderbi@replaced-ip )
1177 [08:43:08] *** Quits: Rubin (~Rubin@replaced-ip ) (Ping timeout: 268 seconds)
1178 [08:43:09] *** Joins: zerotech (~zerotech@replaced-ip )
1179 [08:43:36] *** Quits: madmattco_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1180 [08:43:37] *** Quits: iWaldo__ (iWaldo___@replaced-ip ) (Ping timeout: 256 seconds)
1181 [08:43:54] *** Joins: arturo_ (~arturo@replaced-ip )
1182 [08:44:20] *** Joins: cccc828 (~severin@replaced-ip )
1183 [08:45:55] *** Joins: iomonad (~root@replaced-ip )
1184 [08:46:45] *** Joins: madmattco (~quassel@replaced-ip )
1185 [08:48:09] *** Quits: BaW (~BaW@replaced-ip ) (Ping timeout: 256 seconds)
1186 [08:48:09] <missmbob> jmcnaught: i think it's
replaced-url
1187 [08:48:26] *** Joins: debalance_ (~debalance@replaced-ip )
1188 [08:49:14] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 250 seconds)
1189 [08:49:24] *** tresh is now known as tresh_away
1190 [08:49:31] *** Joins: BaW (~BaW@replaced-ip )
1191 [08:50:10] *** Joins: hualet (~hualet@replaced-ip )
1192 [08:50:34] *** Joins: dubbaluga (c3ca9322@replaced-ip )
1193 [08:50:40] *** Joins: foetus (~norbi@replaced-ip )
1194 [08:51:58] *** Joins: conformist (~conformis@replaced-ip )
1195 [08:52:11] *** Joins: magicrhesus88 (~magicrhes@replaced-ip )
1196 [08:53:41] <jmcnaught> missmbob: is the calendar part is
using webdav instead of imap? if the linked git commit fixes the
problem, hopefully it makes it into stretch
1197 [08:53:58] *** Joins: Lipp (~Lipp@replaced-ip )
1198 [08:54:07] <missmbob> jmcnaught: yeah, it's just the
calendar. email never stops working.
1199 [08:54:36] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 250 seconds)
1200 [08:55:05] <missmbob> jmcnaught: guess i'll just file a
debian bug and see what the maintainer thinks.
1201 [08:55:37] *** Joins: thunderrd (~thunderrd@replaced-ip )
1202 [08:55:44] *** tresh_away is now known as tresh
1203 [08:56:21] *** Joins: jazz (~jazz@replaced-ip )
1204 [08:56:36] *** Quits: dubbaluga (c3ca9322@replaced-ip ) (Quit: Page closed)
1205 [08:56:41] *** Joins: nj8 (~nj8@replaced-ip )
1206 [08:57:32] *** Joins: rpoisel (c3ca9322@replaced-ip )
1207 [08:57:52] <jmcnaught> missmbob: yeah. i use iceowl/lightning
as a calendar, and do without the gnome-shell calendar integration
1208 [08:58:01] *** debhelper sets mode: +l 1593
1209 [08:59:33] <foetus> after upgrade from wheezy to jessie
typing german umlauts in terminal not working anymore. if i do
/bin/systemctl reload console-setup (after login) it works. locale
is de_DE@euro. how can i solve this issue?
1210 [09:00:23] <missmbob> did you try dpkg-reconfigure locales ?
not sure if that'd do it
1211 [09:00:38] <foetus> yes, i did.
1212 [09:00:59] <missmbob> did you try asking the german channel?
they'd probably know a lot better
1213 [09:01:03] <missmbob> !de
1214 [09:01:03] <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).
1215 [09:01:38] *** Quits: pisekot (~user@replaced-ip ) (Ping timeout: 268 seconds)
1216 [09:01:47] <foetus> ok. i will try it there. thanks anyway..
1217 [09:01:52] *** Joins: morphis_ (~morphis@replaced-ip )
1218 [09:01:57] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1219 [09:02:05] *** Joins: pisekot (~user@replaced-ip )
1220 [09:02:06] *** Quits: m_m (~m_m@replaced-ip ) (Ping timeout: 252 seconds)
1221 [09:03:01] *** Joins: MarkusMagnusson (~MarkusMag@replaced-ip )
1222 [09:03:31] *** Joins: m_m (~m_m@replaced-ip )
1223 [09:04:12] *** Quits: thebrush (~Icedove@replaced-ip ) (Remote host closed the connection)
1224 [09:04:33] *** Joins: thebrush (~Icedove@replaced-ip )
1225 [09:05:19] *** Quits: foetus (~norbi@replaced-ip ) (Quit: leaving)
1226 [09:05:34] *** Joins: stuivi (~textual@replaced-ip )
1227 [09:05:57] <jmcnaught> fooctrl: what is the status of that
console-setup unit?
1228 [09:06:13] *** Quits: stuivi (~textual@replaced-ip ) (Client Quit)
1229 [09:06:57] *** Quits: magicrhesus88 (~magicrhes@replaced-ip ) (Quit: Bye!)
1230 [09:07:23] *** zz_djz88 is now known as djz88
1231 [09:08:12] *** Quits: MarkusMagnusson (~MarkusMag@replaced-ip ) (Quit: Leaving)
1232 [09:08:46] *** Joins: omar_ (~weechat@replaced-ip )
1233 [09:08:59] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1234 [09:09:58] *** Quits: todd_dsm (~todd_dsm@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1235 [09:11:32] *** Joins: grizzly_ (~thegrigla@replaced-ip )
1236 [09:11:42] *** Quits: grizzly_ (~thegrigla@replaced-ip ) (Client Quit)
1237 [09:11:53] *** Joins: samodid (~vsamodid@replaced-ip )
1238 [09:12:19] *** Joins: biberu (~biberu@replaced-ip )
1239 [09:12:24] *** Joins: yokisuci (~yokisuci@replaced-ip )
1240 [09:13:09] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 248 seconds)
1241 [09:14:32] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 250 seconds)
1242 [09:14:35] *** Joins: GeorgeJipa (~admin@replaced-ip )
1243 [09:14:35] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
1244 [09:14:35] *** Joins: GeorgeJipa (~admin@replaced-ip )
1245 [09:14:51] *** Quits: chalcedny (~chalcedon@replaced-ip ) (Read error: Connection reset by peer)
1246 [09:15:01] *** Joins: fearnothing (~nothing@replaced-ip )
1247 [09:15:09] *** Joins: pdo_fn14 (~Guess@replaced-ip )
1248 [09:15:40] *** Quits: Zyferus (~Zyferus@replaced-ip ) (Read error: Connection reset by peer)
1249 [09:15:47] *** Joins: TomyWork (~tomy@replaced-ip )
1250 [09:15:56] *** Joins: Zyferus (~Zyferus@replaced-ip )
1251 [09:16:34] *** djz88 is now known as zz_djz88
1252 [09:16:36] *** Joins: killian99 (~killian99@replaced-ip )
1253 [09:16:58] *** Joins: chalcedony (~chalcedon@replaced-ip )
1254 [09:17:27] *** Quits: paulgrmn2 (~paulgorma@replaced-ip ) (Read error: Connection reset by peer)
1255 [09:17:33] *** Quits: SirShmoopy (~yshi@replaced-ip ) (Ping timeout: 245 seconds)
1256 [09:17:48] *** zz_djz88 is now known as djz88
1257 [09:17:51] *** Quits: unforgiven512 (~unforgive@replaced-ip ) (Ping timeout: 250 seconds)
1258 [09:17:55] *** Joins: spronk (~spronkey@replaced-ip )
1259 [09:17:55] *** Joins: paulgrmn2 (~paulgorma@replaced-ip )
1260 [09:17:57] *** Quits: Wyzard (~mike@replaced-ip ) (Ping timeout: 248 seconds)
1261 [09:17:59] *** Quits: quasisane (~sanep@replaced-ip ) (Remote host closed the connection)
1262 [09:18:00] *** Quits: phorce1 (~gvl2@replaced-ip ) (Ping timeout: 260 seconds)
1263 [09:18:16] *** Joins: quasisane (~sanep@replaced-ip )
1264 [09:18:17] *** Quits: ArchDuke (~ArchDuke@replaced-ip ) (Ping timeout: 268 seconds)
1265 [09:18:20] *** Joins: Wyzard (~mike@replaced-ip )
1266 [09:18:28] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 260 seconds)
1267 [09:18:43] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Ping timeout: 250 seconds)
1268 [09:18:48] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 245 seconds)
1269 [09:19:08] *** Joins: GenTooMan (~cyberman@replaced-ip )
1270 [09:19:08] *** Joins: ArchDuke (~ArchDuke@replaced-ip )
1271 [09:19:08] *** Quits: na1rb (~nairb@replaced-ip ) (Ping timeout: 250 seconds)
1272 [09:19:12] *** Joins: SirShmoopy (~yshi@replaced-ip )
1273 [09:19:23] *** Joins: phorce1 (~gvl2@replaced-ip )
1274 [09:19:25] *** Joins: unforgiven512 (~unforgive@replaced-ip )
1275 [09:19:39] *** Joins: jim (~jim@replaced-ip )
1276 [09:19:48] *** Joins: na1rb (~nairb@replaced-ip )
1277 [09:21:26] *** Quits: fiddlerwoaroof (~fiddlerwo@replaced-ip ) (Ping timeout: 258 seconds)
1278 [09:21:59] *** Joins: hualet (~hualet@replaced-ip )
1279 [09:23:42] *** Joins: foetus (~norbi@replaced-ip )
1280 [09:24:26] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1281 [09:24:36] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
1282 [09:24:53] *** Joins: hualet (~hualet@replaced-ip )
1283 [09:24:58] *** Quits: hualet (~hualet@replaced-ip ) (Read error: Connection reset by peer)
1284 [09:25:06] *** Joins: CapsAdmon (~CapsAdmin@replaced-ip )
1285 [09:25:06] *** Joins: hualet (~hualet@replaced-ip )
1286 [09:25:07] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1287 [09:25:26] *** Joins: hualet (~hualet@replaced-ip )
1288 [09:25:26] *** Joins: Ceber (~cerberus@replaced-ip )
1289 [09:25:36] *** Quits: conformist (~conformis@replaced-ip ) (Ping timeout: 252 seconds)
1290 [09:26:40] *** Quits: BaW (~BaW@replaced-ip ) (Ping timeout: 250 seconds)
1291 [09:27:37] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 260 seconds)
1292 [09:29:09] *** Joins: altin (~altin@replaced-ip )
1293 [09:29:41] *** Joins: likevinyl (~freebeer@replaced-ip )
1294 [09:29:49] *** Joins: BaW (~BaW@replaced-ip )
1295 [09:30:08] *** Quits: canopus (~canopus@replaced-ip ) (Ping timeout: 260 seconds)
1296 [09:31:09] *** Joins: corsibu (~corsibu@replaced-ip )
1297 [09:31:39] *** Quits: piggah (~nick@replaced-ip ) (Ping timeout: 252 seconds)
1298 [09:32:01] *** Joins: pitelpan (~panagioti@replaced-ip )
1299 [09:32:01] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
1300 [09:32:01] *** Joins: pitelpan (~panagioti@replaced-ip )
1301 [09:32:01] *** Joins: shock- (~mda1@replaced-ip )
1302 [09:32:08] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 250 seconds)
1303 [09:32:29] *** Joins: klow (~textual@replaced-ip )
1304 [09:33:20] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 260 seconds)
1305 [09:33:20] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1306 [09:33:36] *** Joins: olegfusion (~olegfusio@replaced-ip )
1307 [09:33:40] *** Joins: gokul (~gokul@replaced-ip )
1308 [09:33:57] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 248 seconds)
1309 [09:33:57] *** gokul is now known as gokuls
1310 [09:34:09] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Quit: leaving)
1311 [09:34:09] *** Quits: shock_ (~mda1@replaced-ip ) (Ping timeout: 260 seconds)
1312 [09:34:33] *** Quits: Velveeta_Chef (~Nope@replaced-ip ) (Ping timeout: 258 seconds)
1313 [09:34:38] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1314 [09:34:38] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 245 seconds)
1315 [09:35:33] *** Joins: David_Hernandez (~David_Her@replaced-ip )
1316 [09:35:46] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 250 seconds)
1317 [09:35:49] *** Joins: fiddlerwoaroof (~fiddlerwo@replaced-ip )
1318 [09:36:34] *** Joins: retduck (~jki@replaced-ip )
1319 [09:36:36] *** Joins: GeorgeJipa (~admin@replaced-ip )
1320 [09:36:36] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
1321 [09:36:36] *** Joins: GeorgeJipa (~admin@replaced-ip )
1322 [09:36:43] *** Quits: teclo- (~teclo-@replaced-ip ) (Ping timeout: 245 seconds)
1323 [09:36:58] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Client Quit)
1324 [09:37:17] *** Joins: humbot (~unkraut@replaced-ip )
1325 [09:37:19] *** Joins: wakatana2 (~marek@replaced-ip )
1326 [09:37:22] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1327 [09:37:23] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Changing host)
1328 [09:37:23] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1329 [09:37:29] *** Quits: wakatana2 (~marek@replaced-ip ) (Client Quit)
1330 [09:38:26] *** Joins: Y04NN (~y04nn@replaced-ip )
1331 [09:38:40] *** Joins: teclo- (42@replaced-ip )
1332 [09:38:59] *** Joins: canopus (~canopus@replaced-ip )
1333 [09:39:24] *** Joins: wfq (56863f7c@replaced-ip )
1334 [09:39:28] <wfq> all good morning
1335 [09:40:37] <wfq> I am trying to use the rescue mode of my usb
netinstall but when I am presented with the existing partition I get
an error saying that a shell cannot be booted on any of the existing
partition.
1336 [09:41:12] <wfq> Then I have the option of using the virtual
environment one. Does it mean that my OS is definitely gone? Is
there anything I can do to rescue it?
1337 [09:41:26] *** Joins: _KaszpiR_ (~kaszpir@replaced-ip )
1338 [09:41:55] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1339 [09:42:49] *** Quits: spronk (~spronkey@replaced-ip ) (Quit: I may need a longer sleep timer...)
1340 [09:42:57] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Quit: Changing server)
1341 [09:43:03] <wfq> I don't know what other options are
available for me to use
1342 [09:43:04] *** Joins: RebelCoder (~Yuriy@replaced-ip )
1343 [09:43:32] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1344 [09:43:32] *** Joins: remo (~remo@replaced-ip )
1345 [09:43:46] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Changing host)
1346 [09:43:46] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1347 [09:44:42] *** Quits: HeOS (~heos@replaced-ip ) (Read error: Connection reset by peer)
1348 [09:45:01] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1349 [09:45:06] *** Quits: AimHere (~bod@replaced-ip ) (Quit: Leaving)
1350 [09:45:28] *** Joins: HeOS (~heos@replaced-ip )
1351 [09:45:29] *** Joins: hualet (~hualet@replaced-ip )
1352 [09:45:41] *** Joins: trueneu (~noone@replaced-ip )
1353 [09:45:42] *** Joins: skule (~svs@replaced-ip )
1354 [09:45:45] *** Joins: OS-24749 (~OS-24749@replaced-ip )
1355 [09:46:15] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1356 [09:46:41] *** Quits: pdo_fn14 (~Guess@replaced-ip ) (Ping timeout: 244 seconds)
1357 [09:46:44] *** Joins: conformist (~conformis@replaced-ip )
1358 [09:46:45] *** Joins: piggah (~nick@replaced-ip )
1359 [09:46:56] *** Quits: rattking (~rattking@replaced-ip ) (Ping timeout: 260 seconds)
1360 [09:46:57] *** Joins: mearon28 (~mearon@replaced-ip )
1361 [09:47:13] *** Joins: Velveeta_Chef (~Nope@replaced-ip )
1362 [09:47:13] *** Quits: Velveeta_Chef (~Nope@replaced-ip ) (Changing host)
1363 [09:47:13] *** Joins: Velveeta_Chef (~Nope@replaced-ip )
1364 [09:48:01] *** debhelper sets mode: +l 1608
1365 [09:48:14] *** Joins: blueness (~blueness@replaced-ip )
1366 [09:48:20] *** Joins: rocknrolla (~nrolla@replaced-ip )
1367 [09:48:27] *** Joins: hualet_ (~hualet@replaced-ip )
1368 [09:49:44] *** Joins: rattking (~rattking@replaced-ip )
1369 [09:49:50] *** Quits: hualet (~hualet@replaced-ip ) (Read error: Connection reset by peer)
1370 [09:49:57] *** Joins: RickXy (~zncadmin@replaced-ip )
1371 [09:50:12] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 260 seconds)
1372 [09:50:13] *** Quits: foetus (~norbi@replaced-ip ) (Quit: Lost terminal)
1373 [09:50:29] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Ping timeout: 256 seconds)
1374 [09:51:29] <missmbob> wfq: which iso?
1375 [09:52:07] <wfq> missmbob, I am using the latest Debian
stable
1376 [09:52:11] *** Quits: fiddlerwoaroof (~fiddlerwo@replaced-ip ) (Ping timeout: 256 seconds)
1377 [09:52:23] *** Joins: fearnothing (~nothing@replaced-ip )
1378 [09:52:33] *** Joins: KyokoDebian (4d4da301@replaced-ip )
1379 [09:52:39] <wfq> Just downloaded a couple of days ago and
made a bootable usb with amd64-type
1380 [09:52:48] *** Parts: KyokoDebian (4d4da301@replaced-ip )
1381 [09:52:48] <wfq> am running fsck now
1382 [09:52:56] <missmbob> wfq: i want the full iso name. and
you're using which debian existing version? does it have
encrypted partitions?
1383 [09:52:59] <wfq> it found superblock needs recovery
1384 [09:54:00] <wfq> missmbob, I have no idea what version of
Debian I was using and I have no idea right now what the name of the
latest iso that I downloaded is. No encrypted partitions at all
1385 [09:54:30] <missmbob> wfq: without you knowing i'm
afraid no one can help.
1386 [09:54:38] *** Quits: Lal (uid175029@replaced-ip ) (Quit: Connection closed for inactivity)
1387 [09:54:46] <wfq> that's ok. cheers
1388 [09:55:09] <missmbob> wfq: how's you make that usb, btw?
1389 [09:55:31] <wfq> dd
1390 [09:55:47] *** Joins: woshty (~irc@replaced-ip )
1391 [09:55:49] <missmbob> did you sync?
1392 [09:56:02] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 256 seconds)
1393 [09:56:08] *** Joins: super_gollum (~ich@replaced-ip )
1394 [09:56:18] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1395 [09:56:27] <missmbob> why dd, when the installer guide says
cp+sync?
1396 [09:56:44] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 260 seconds)
1397 [09:56:52] *** Quits: tresh (~tresh@replaced-ip ) (Remote host closed the connection)
1398 [09:57:15] <wfq> yes I did sync.
1399 [09:57:16] *** Quits: barteks2x (~barteks2x@replaced-ip ) (Ping timeout: 250 seconds)
1400 [09:57:33] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 245 seconds)
1401 [09:57:35] *** Joins: TomyWork (~tomy@replaced-ip )
1402 [09:57:35] <wfq> missmbob, ok. Why is the way I did relevant
if the usb actually works spot on
1403 [09:57:46] *** Quits: chrissl (~chris@replaced-ip ) (Read error: Connection reset by peer)
1404 [09:57:57] <missmbob> wfq: a lot. debian's hybrid
iso's act weird
1405 [09:58:02] <missmbob> !unetbootin
1406 [09:58:02] <dpkg> UNetbootin (Universal Netboot Installer)
allows creation of bootable USB drives for a variety of Linux
distributions.
replaced-url
1407 [09:58:05] <missmbob> !rufus
1408 [09:58:06] <dpkg> rufus is a tool that can be used to make
bootable USB devices under Windows. It is not recommended for use
with Debian CD/DVD images, as it mangles the installer in cruel and
unusual ways, resulting in hard to debug problems. Ask me about
<hybrid images>, <usb install>, <win32diskimager>.
1409 [09:58:09] <missmbob> just examples
1410 [09:58:20] <wfq> I dn't use unetbootin at all
1411 [09:58:25] *** Quits: GandalfTheWizard (~Emma@replaced-ip ) (Ping timeout: 260 seconds)
1412 [09:58:25] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1413 [09:58:30] *** Joins: th0r (~th0r@replaced-ip )
1414 [09:59:18] *** Joins: schu-r (~Thunderbi@replaced-ip )
1415 [09:59:50] *** Quits: thebrush (~Icedove@replaced-ip ) (Remote host closed the connection)
1416 [09:59:50] *** Joins: Maxou (~maxou@replaced-ip )
1417 [10:00:16] *** Joins: thebrush (~Icedove@replaced-ip )
1418 [10:00:35] *** Joins: comgot (~Icedove@replaced-ip )
1419 [10:01:06] <missmbob> wfq: you need to find out which iso.
you're not supposed to use stretch iso's right now
1420 [10:01:07] *** Quits: Maxou (~maxou@replaced-ip ) (Remote host closed the connection)
1421 [10:01:14] *** Joins: Maxou (~maxou@replaced-ip )
1422 [10:02:20] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
1423 [10:02:24] *** Joins: ruied (~ruied@replaced-ip )
1424 [10:02:55] *** Joins: Engine40 (~ngine@replaced-ip )
1425 [10:02:59] *** Quits: Engine40 (~ngine@replaced-ip ) (Client Quit)
1426 [10:03:59] *** Joins: paradx (~paradx@replaced-ip )
1427 [10:04:35] <wfq> missmbob, ok. debian-8.6.0-amd64-netinst.iso
1428 [10:05:07] *** Joins: katyucha (~katyucha@replaced-ip )
1429 [10:05:09] *** Joins: bazhang_ (~bazhang@replaced-ip )
1430 [10:05:16] *** Joins: nj8_ (~nj8@replaced-ip )
1431 [10:05:33] *** Joins: Tempesta_ (~Tempesta@replaced-ip )
1432 [10:05:42] *** Joins: flokuehn_ (~flokuehn@replaced-ip )
1433 [10:05:58] <missmbob> wfq: you're not using secure boot?
1434 [10:06:08] *** Joins: n4dir (~user@replaced-ip )
1435 [10:06:17] *** Joins: dreamon_ (~dreamon@replaced-ip )
1436 [10:06:34] <wfq> you mean not forcing the system to use uefi
boot?
1437 [10:06:52] <missmbob> no. they're different
1438 [10:06:58] *** Joins: fiddlerwoaroof (~fiddlerwo@replaced-ip )
1439 [10:07:06] <tx> Secure boot is a "layer on top" of
UEFI boot.
1440 [10:07:08] *** Joins: hepukt4e (~hep@replaced-ip )
1441 [10:07:21] <tx> It can usually be switched on or off in the
BIOS
1442 [10:07:38] <missmbob> and debian doesn't support even
though it supports basic eufi
1443 [10:07:49] <missmbob> spelled correctly
1444 [10:08:00] *** debhelper sets mode: +l 1620
1445 [10:08:06] *** Quits: nj8 (~nj8@replaced-ip ) (Ping timeout: 250 seconds)
1446 [10:08:23] *** Quits: melvin (~melvin@replaced-ip ) (Read error: Connection reset by peer)
1447 [10:08:24] *** Quits: bazhang (~bazhang@replaced-ip ) (Ping timeout: 260 seconds)
1448 [10:08:25] *** Quits: Tempesta (~Tempesta@replaced-ip ) (Ping timeout: 260 seconds)
1449 [10:08:31] <tx> Secure Boot is a very Microsoft thing.
1450 [10:08:38] <tx> Doesn't shock me.
1451 [10:08:38] *** Joins: wokedame (~sfgsfdsad@replaced-ip )
1452 [10:08:43] <wfq> No, I am not using such thing.
1453 [10:08:54] <missmbob> most computers come with it on
1454 [10:08:58] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 250 seconds)
1455 [10:09:04] <missmbob> so if you didn't know what it was
i don't know you knew to turn it off
1456 [10:09:09] *** Quits: wokedame (~sfgsfdsad@replaced-ip ) (Client Quit)
1457 [10:09:45] *** Quits: User_Friendly (~NameNick@replaced-ip ) (Ping timeout: 256 seconds)
1458 [10:09:55] *** Joins: mxmxmx (~subk@replaced-ip )
1459 [10:10:55] *** Joins: RebelCoder (~Yuriy@replaced-ip )
1460 [10:11:07] *** Joins: User_Friendly (~NameNick@replaced-ip )
1461 [10:11:08] *** Joins: melvin (~melvin@replaced-ip )
1462 [10:11:31] *** User_Friendly is now known as Guest65535
1463 [10:11:36] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 260 seconds)
1464 [10:11:50] <wfq> managed to bring back my Debian partition
however I end up in emergency mode
1465 [10:12:38] *** Joins: nj8 (~nj8@replaced-ip )
1466 [10:12:47] <missmbob> wfq: yet you cant tell us which debian.
who's the real admin of the box?
1467 [10:13:08] <wfq> me
1468 [10:13:27] <missmbob> 07:54 < wfq> missmbob, I have no
idea what version of Debian I was using
1469 [10:13:36] <missmbob> if it was you...that's...horrible
1470 [10:13:38] <tx> do this: "cat /etc/debian_version"
1471 [10:13:40] <wfq> I am using Jessie 8.0
1472 [10:13:43] *** Quits: Rafi1 (~Thunderbi@replaced-ip ) (Quit: Rafi1)
1473 [10:13:55] <missmbob> that's not what you said. either
time.
1474 [10:14:29] *** Joins: Rafi1 (~Thunderbi@replaced-ip )
1475 [10:15:01] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Ping timeout: 248 seconds)
1476 [10:15:06] *** Quits: nj8_ (~nj8@replaced-ip ) (Ping timeout: 252 seconds)
1477 [10:16:52] *** Joins: Ceber (~cerberus@replaced-ip )
1478 [10:17:26] *** Joins: halbomin (~textual@replaced-ip )
1479 [10:17:29] *** Joins: ki0 (~ki0@replaced-ip )
1480 [10:17:33] *** Joins: clmsy (~eoz@replaced-ip )
1481 [10:18:23] *** Joins: yokisuci (~yokisuci@replaced-ip )
1482 [10:18:41] *** Quits: iomonad (~root@replaced-ip ) (Quit: WeeChat 1.6)
1483 [10:19:24] *** Joins: akelly (~akelly@replaced-ip )
1484 [10:21:07] *** Joins: Silvering (~textual@replaced-ip )
1485 [10:21:21] *** Joins: faw (~faw@replaced-ip )
1486 [10:21:42] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 252 seconds)
1487 [10:24:22] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Ping timeout: 256 seconds)
1488 [10:24:34] *** Joins: Slashman (~Slash@replaced-ip )
1489 [10:24:37] *** Quits: mxmxmx (~subk@replaced-ip ) (Quit: Quitte)
1490 [10:24:55] *** Quits: hualet_ (~hualet@replaced-ip ) (Remote host closed the connection)
1491 [10:26:04] *** Joins: TsukiRa (~fpob@replaced-ip )
1492 [10:26:24] <wfq> just run systemctl default again and waiting
for ages
1493 [10:28:08] *** Joins: hualet (~hualet@replaced-ip )
1494 [10:28:48] *** Joins: prestin (~textual@replaced-ip )
1495 [10:29:55] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1496 [10:30:04] *** flokuehn_ is now known as flokuehn
1497 [10:31:35] *** Joins: aricz (~aricz@replaced-ip )
1498 [10:32:40] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1499 [10:33:38] *** Joins: karimb (~karimb@replaced-ip )
1500 [10:34:41] *** Joins: lucad111 (~lucad111@replaced-ip )
1501 [10:35:03] *** Quits: debalance_ (~debalance@replaced-ip ) (Remote host closed the connection)
1502 [10:35:24] *** Quits: piggah (~nick@replaced-ip ) (Ping timeout: 260 seconds)
1503 [10:35:32] *** Quits: subhead (~subhead@replaced-ip ) ()
1504 [10:35:48] *** Joins: subhead (~subhead@replaced-ip )
1505 [10:35:49] *** Joins: nj8_ (~nj8@replaced-ip )
1506 [10:36:23] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 256 seconds)
1507 [10:36:40] *** Joins: comgot (~Icedove@replaced-ip )
1508 [10:39:18] *** Quits: nj8 (~nj8@replaced-ip ) (Ping timeout: 252 seconds)
1509 [10:40:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
1510 [10:41:16] *** Joins: davimore__ (~davimore@replaced-ip )
1511 [10:44:16] *** Quits: davimore_ (~davimore@replaced-ip ) (Ping timeout: 260 seconds)
1512 [10:44:23] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (Quit: Leaving.)
1513 [10:46:07] *** Joins: xaa (~xaa@replaced-ip )
1514 [10:47:00] *** Joins: klow (~textual@replaced-ip )
1515 [10:48:34] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
1516 [10:49:17] *** Joins: bluenemo (~bluenemo@replaced-ip )
1517 [10:50:35] <wfq> missmbob, managed to recover the data I
wanted and now will reinstall everything again. Thanks for your help
:)
1518 [10:50:43] *** Joins: Brigo (~Brigo@replaced-ip )
1519 [10:50:45] *** Quits: DoctorD90 (~DoctorD90@replaced-ip ) (Ping timeout: 258 seconds)
1520 [10:51:48] <aricz> Hi, I have installed qt5-default from
Jessy.. is it an easy way to add testing and/or unstable, then
upgrade qt5-default?
1521 [10:51:56] <aricz> Jessy/Jessie .. whops
1522 [10:52:20] *** Joins: aax (~xaa@replaced-ip )
1523 [10:52:25] <aricz> I've added testing and unstable to
sources.list
1524 [10:54:42] *** Joins: DoctorD90 (~DoctorD90@replaced-ip )
1525 [10:55:32] *** Joins: nj8 (~nj8@replaced-ip )
1526 [10:55:35] <aricz> Ok, backports.. ty
1527 [10:55:39] *** Quits: xaa (~xaa@replaced-ip ) (Ping timeout: 256 seconds)
1528 [10:56:28] <babilen> aricz: Do *not* mix stable with testing
or unstable. Backports are the way to go.
1529 [10:56:32] *** Joins: repka (~repka@replaced-ip )
1530 [10:58:00] *** Quits: nj8_ (~nj8@replaced-ip ) (Ping timeout: 252 seconds)
1531 [10:58:00] *** debhelper sets mode: +l 1628
1532 [10:58:00] *** Quits: molluskempire (quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1533 [10:58:20] <Drzacek> testing is the way to go!
1534 [10:58:39] <babilen> Absolutely not!
1535 [10:58:49] *** Joins: barteks2x (~barteks2x@replaced-ip )
1536 [10:59:01] <babilen> I wouldn't want to run production
boxes on testing or unstable
1537 [10:59:22] *** Joins: molluskempire (quassel@replaced-ip )
1538 [10:59:42] <babilen> (and mixing stable with testing or
unstable will achieve exactly that)
1539 [11:01:40] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
1540 [11:01:53] *** Joins: Ceber (~cerberus@replaced-ip )
1541 [11:02:15] *** Joins: joncrunchbang (~joncrunch@replaced-ip )
1542 [11:02:21] *** Quits: Cork (~Cork@replaced-ip ) (Quit: .)
1543 [11:02:54] *** Joins: contradiction (~Adium@replaced-ip )
1544 [11:04:24] *** Quits: humbot (~unkraut@replaced-ip ) (Ping timeout: 260 seconds)
1545 [11:05:29] *** Joins: Cork (~Cork@replaced-ip )
1546 [11:06:06] *** Joins: cdown (~cdown@replaced-ip )
1547 [11:07:17] *** Quits: prestin (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1548 [11:08:23] *** Quits: acidtech (acid@replaced-ip ) (Ping timeout: 245 seconds)
1549 [11:08:45] *** Joins: ilyaman (ilyaman@replaced-ip )
1550 [11:09:00] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
1551 [11:09:15] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
1552 [11:09:43] *** Quits: thebrush (~Icedove@replaced-ip ) (Remote host closed the connection)
1553 [11:10:00] *** Joins: thebrush (~Icedove@replaced-ip )
1554 [11:11:48] *** Quits: TomTomTo1 (~henryk@replaced-ip ) (Ping timeout: 260 seconds)
1555 [11:12:09] *** Quits: Korigan (~pown__@replaced-ip ) (Remote host closed the connection)
1556 [11:12:15] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Ex-Chat)
1557 [11:12:28] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
1558 [11:13:06] *** Joins: flokuehn_ (~flokuehn@replaced-ip )
1559 [11:13:09] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 248 seconds)
1560 [11:13:13] *** Quits: joszi1980 (joszi@replaced-ip ) (Ping timeout: 256 seconds)
1561 [11:13:29] *** Joins: bolovanos (~bolovanos@replaced-ip )
1562 [11:14:04] *** Joins: oish (~charlie@replaced-ip )
1563 [11:14:14] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1564 [11:14:51] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1565 [11:15:16] *** Quits: Putti (~Putti@replaced-ip ) (Ping timeout: 265 seconds)
1566 [11:15:17] *** Joins: GeorgeJipa (~admin@replaced-ip )
1567 [11:15:17] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
1568 [11:15:17] *** Joins: GeorgeJipa (~admin@replaced-ip )
1569 [11:15:18] *** Joins: hualet (~hualet@replaced-ip )
1570 [11:15:46] *** Joins: az_ (~az@replaced-ip )
1571 [11:15:52] *** Joins: p3rs3us (~jduro@replaced-ip )
1572 [11:16:12] *** Joins: Guest73969 (~mlatu@replaced-ip )
1573 [11:16:22] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1574 [11:16:37] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 256 seconds)
1575 [11:16:44] *** Joins: jbitdrop (~jbitdrop@replaced-ip )
1576 [11:16:48] <aricz> backports should have the packages from
testing/unstable right?
1577 [11:16:49] *** Quits: niko (~niko@replaced-ip ) (Quit: leaving)
1578 [11:17:18] *** Joins: prestin (~textual@replaced-ip )
1579 [11:17:24] *** Quits: andril (~andril@replaced-ip ) (Ping timeout: 252 seconds)
1580 [11:17:29] *** Joins: niko (~niko@replaced-ip )
1581 [11:17:29] *** Joins: ruind (~ruind@replaced-ip )
1582 [11:17:33] *** Joins: bhuddah_ (~michael@replaced-ip )
1583 [11:17:45] <themill> s/should/can/
1584 [11:17:53] *** Joins: babak (uid19622@replaced-ip )
1585 [11:17:59] <Gaiseric> aricz: not really
1586 [11:18:01] <aricz> qt5-default on stable is 5.3.2 ..
test/unstable is 5.6.1 .. I added backports to sources.list ..
updated.. but when I try to install qt5-default from backports, it
tells me the version I'm on is already the newest
1587 [11:18:15] <aricz> aha
1588 [11:18:23] *** Quits: n4dir (~user@replaced-ip ) (Ping timeout: 245 seconds)
1589 [11:18:24] <az_> how compare kernel and kernel modules with
that what is in repo for forensics?
1590 [11:18:46] <az_> for check if there is something modified in
kernel/modules that is other in respository
1591 [11:19:02] *** Joins: czesmir (~stefan@replaced-ip )
1592 [11:19:40] *** Quits: bhuddah_ (~michael@replaced-ip ) (Client Quit)
1593 [11:19:44] *** Joins: Guest94583 (~daemon@replaced-ip )
1594 [11:19:48] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 260 seconds)
1595 [11:20:07] *** Joins: n3wborn (~n3wborn@replaced-ip )
1596 [11:20:12] *** Quits: bhuddah (~michael@replaced-ip ) (Ping timeout: 244 seconds)
1597 [11:22:33] *** Joins: bhuddah (~michael@replaced-ip )
1598 [11:22:57] *** Quits: trueneu (~noone@replaced-ip ) (Remote host closed the connection)
1599 [11:23:51] *** Quits: soee_ (~soee@replaced-ip ) (Ping timeout: 252 seconds)
1600 [11:23:56] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 250 seconds)
1601 [11:24:00] *** Joins: DeaDSouL_ (~DeaDSouL@replaced-ip )
1602 [11:24:49] *** Quits: aax (~xaa@replaced-ip ) (Read error: Network is unreachable)
1603 [11:25:10] *** Joins: knidos (~knidos@replaced-ip )
1604 [11:25:22] *** Quits: milosz_ (~milosz@replaced-ip ) (Ping timeout: 244 seconds)
1605 [11:25:29] *** Joins: milosz_ (~milosz@replaced-ip )
1606 [11:25:31] *** Joins: trueneu (~noone@replaced-ip )
1607 [11:25:36] *** Joins: aax (~xaa@replaced-ip )
1608 [11:25:40] *** Quits: N3X15 (~Rob@replaced-ip ) (Read error: Network is unreachable)
1609 [11:26:06] *** Joins: N3X15 (~Rob@replaced-ip )
1610 [11:26:08] *** Quits: babs (~babs@replaced-ip ) (Remote host closed the connection)
1611 [11:26:09] <az_> something like debsums but for kernel
1612 [11:27:32] *** Joins: anti_psychiatry (6d43378c@replaced-ip )
1613 [11:27:32] <boxrick1_> Good morning peops! I am looking for a
way of setting a pre-seed to automatically do RAID 1 each time and
always overwrite the disk without any confirmation. Can anyone
assist with this?
1614 [11:28:40] *** Joins: th0r (~th0r@replaced-ip )
1615 [11:28:49] *** Parts: fredl (fredl@replaced-ip )
1616 [11:29:36] *** Quits: Knaldgas (~pdj@replaced-ip ) (Read error: No route to host)
1617 [11:29:45] *** Quits: anti_psychiatry (6d43378c@replaced-ip ) (Client Quit)
1618 [11:30:32] *** Quits: bnw (~bnw@replaced-ip ) (Ping timeout: 244 seconds)
1619 [11:32:25] *** Joins: b3h3m0th (uid26288@replaced-ip )
1620 [11:32:48] *** Joins: bollo (~bollo@replaced-ip )
1621 [11:33:03] *** Quits: akelly (~akelly@replaced-ip ) (Ping timeout: 256 seconds)
1622 [11:34:09] *** Quits: fireball``` (~fireball`@replaced-ip ) (Ping timeout: 244 seconds)
1623 [11:34:18] *** Quits: coolmadmax (~fireball`@replaced-ip ) (Ping timeout: 252 seconds)
1624 [11:35:26] *** Joins: vOYtEC (~vOYtEC@replaced-ip )
1625 [11:36:32] *** Quits: paradx (~paradx@replaced-ip ) (Remote host closed the connection)
1626 [11:36:56] *** Joins: TomTomTo1 (~henryk@replaced-ip )
1627 [11:37:23] *** Joins: m-h (~m-h@replaced-ip )
1628 [11:37:31] *** Joins: fireball``` (~fireball`@replaced-ip )
1629 [11:38:20] *** Joins: coolmadmax (~fireball`@replaced-ip )
1630 [11:42:03] *** Joins: nj8_ (~nj8@replaced-ip )
1631 [11:42:43] *** Quits: Guest65535 (~NameNick@replaced-ip ) (Changing host)
1632 [11:42:43] *** Joins: Guest65535 (~NameNick@replaced-ip )
1633 [11:42:47] *** Guest65535 is now known as User_Friendly
1634 [11:43:27] *** Quits: nj8_ (~nj8@replaced-ip ) (Read error: Connection reset by peer)
1635 [11:43:48] *** Quits: Guest68921 (~johnny@replaced-ip ) (Ping timeout: 245 seconds)
1636 [11:44:03] *** Joins: nj8_ (~nj8@replaced-ip )
1637 [11:44:10] *** Joins: bnw (~bnw@replaced-ip )
1638 [11:45:00] *** Quits: Rokixz (~rokas@replaced-ip ) (Ping timeout: 244 seconds)
1639 [11:45:18] *** Quits: nj8 (~nj8@replaced-ip ) (Ping timeout: 252 seconds)
1640 [11:45:54] <DeaDSouL_> hi, I have a portable HDD. And I want
to be ablt to natively browse its content from Linux/Windows/MacOSX.
So, which filesystem I should format it as?
1641 [11:46:02] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 250 seconds)
1642 [11:46:49] *** Joins: Ceber (~cerberus@replaced-ip )
1643 [11:47:00] *** Quits: boudiccas (~boudiccas@replaced-ip ) (Quit: Leaving)
1644 [11:47:13] *** Joins: soee (~soee@replaced-ip )
1645 [11:47:24] *** Joins: subzero79 (~subzero79@replaced-ip )
1646 [11:47:36] *** Joins: Guest68921 (~johnny@replaced-ip )
1647 [11:49:08] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 244 seconds)
1648 [11:50:41] *** Quits: subzero79 (~subzero79@replaced-ip ) (Remote host closed the connection)
1649 [11:51:12] <nkuttler> DeaDSouL_: vfat
1650 [11:51:44] *** Joins: iWaldo__ (iWaldo___@replaced-ip )
1651 [11:52:00] <babilen> OSX still doesn't handle NTFS?
1652 [11:52:02] *** Joins: Orbitrix (~Huevos@replaced-ip )
1653 [11:52:03] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
1654 [11:52:04] *** Joins: hualet (~hualet@replaced-ip )
1655 [11:52:17] *** Joins: subzero79 (~subzero79@replaced-ip )
1656 [11:52:24] *** Joins: Orbitrix (~Huevos@replaced-ip )
1657 [11:52:40] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
1658 [11:52:59] *** Joins: Orbitrix (~Huevos@replaced-ip )
1659 [11:53:59] *** Joins: fredl (fredl@replaced-ip )
1660 [11:55:24] *** Joins: aswen (~aswen@replaced-ip )
1661 [11:55:28] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 245 seconds)
1662 [11:55:36] *** Joins: acidtech (acid@replaced-ip )
1663 [11:55:59] *** Quits: corsibu (~corsibu@replaced-ip ) (Remote host closed the connection)
1664 [11:56:32] *** Joins: corsibu (~corsibu@replaced-ip )
1665 [11:57:00] *** Joins: dermanis (~dimitris@replaced-ip )
1666 [11:57:37] *** Joins: artskiller (~artskille@replaced-ip )
1667 [11:58:00] *** debhelper sets mode: +l 1638
1668 [11:58:01] *** Joins: Gnomethrower (~B@replaced-ip )
1669 [11:58:37] *** Joins: sep (~sep@replaced-ip )
1670 [11:58:46] *** Joins: amcorreia (~amcorreia@replaced-ip )
1671 [11:59:00] *** Joins: humbot (~unkraut@replaced-ip )
1672 [11:59:05] *** Joins: topshell (~wew@replaced-ip )
1673 [11:59:42] *** Quits: comgot (~Icedove@replaced-ip ) (Quit: comgot)
1674 [12:00:15] *** Joins: comgot (~Icedove@replaced-ip )
1675 [12:00:17] <sep> upgraded a simple webserver with apache from
deb7 to deb8, and now suddenly the site with a explisit virtualhost
name is not used. i get the default page instead. if i disable the
default page, the virtualhost one shows up. if i enable default
again, the default is used. there is no ServerName in default site.
anyone have a clue to why the virtualhost is not taken before
default when both are enabled ?
1676 [12:01:01] *** Quits: corsibu (~corsibu@replaced-ip ) (Ping timeout: 244 seconds)
1677 [12:01:40] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 265 seconds)
1678 [12:01:42] *** Quits: Gnomethrower (~B@replaced-ip ) (Client Quit)
1679 [12:02:30] <hramrach> babilen: it does for me
1680 [12:03:01] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
1681 [12:03:38] *** Quits: bollo (~bollo@replaced-ip ) (Remote host closed the connection)
1682 [12:03:39] <babilen> hramrach: Haven't used it in a
while, but would have assumed that this isn't much of a problem
nowadays. Either way, not a great topic for #debian
1683 [12:04:22] *** Joins: dka (~dka@replaced-ip )
1684 [12:04:50] *** Joins: nikoma (~nikoma@replaced-ip )
1685 [12:05:23] *** Joins: verm1n (~verm1n@replaced-ip )
1686 [12:05:37] *** Quits: rocknrolla (~nrolla@replaced-ip ) ()
1687 [12:05:43] *** Joins: LNJ2GO (~lnj@replaced-ip )
1688 [12:05:52] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
1689 [12:06:07] *** Quits: nighty (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1690 [12:06:34] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 250 seconds)
1691 [12:08:14] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
1692 [12:08:37] *** Joins: cdown (~cdown@replaced-ip )
1693 [12:09:41] *** Joins: bmr (bmr@replaced-ip )
1694 [12:09:45] *** Joins: jaslfjia (~root@replaced-ip )
1695 [12:09:49] *** Quits: jaslfjia (~root@replaced-ip ) (Client Quit)
1696 [12:09:56] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
1697 [12:10:01] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1698 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1699 [12:10:29] *** Joins: hualet (~hualet@replaced-ip )
1700 [12:11:54] *** Quits: cdown (~cdown@replaced-ip ) (Client Quit)
1701 [12:14:03] *** Joins: dselect (~dselect@replaced-ip )
1702 [12:14:43] <nkuttler> sep: iirc site files have to end in
.conf now
1703 [12:14:52] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 256 seconds)
1704 [12:15:08] *** Quits: Guest94583 (~daemon@replaced-ip ) (Read error: Connection reset by peer)
1705 [12:15:25] <nkuttler> sep: check the release notes if in
doubt
1706 [12:15:44] <sep> nkuttler, true, but if that is not correct
the site file does not work at all.
1707 [12:15:51] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
1708 [12:16:25] <nkuttler> ah, never mind
1709 [12:16:33] *** Quits: angor (~angor@replaced-ip ) (Remote host closed the connection)
1710 [12:16:52] <sep> when i look at apachectl -S i can see that
the default file is listed as a namevirtualserver with the same name
as the virtualhost
1711 [12:17:08] <sep> but the config does not have any mention of
a ServerName or that name at all
1712 [12:17:15] *** Joins: joszi1980 (joszi@replaced-ip )
1713 [12:18:00] <sep> so... i added ServerName this.is.just.wrong.
1714 [12:18:08] <sep> and now it works :P
1715 [12:18:08] *** Joins: arcviel (~root@replaced-ip )
1716 [12:18:39] <sep> perhaps the default config picks the FQDN of
the server if there is no ServerName defined. and that just happens
to be the name of the virtualhost
1717 [12:18:58] <sep> nkuttler, thanks for the suggestions
1718 [12:19:21] *** Parts: contradiction (~Adium@replaced-ip )
1719 [12:19:24] *** Quits: amar0k (~amar0k@replaced-ip ) ()
1720 [12:20:02] *** Joins: codfection (~codfectio@replaced-ip )
1721 [12:20:50] *** Quits: repka (~repka@replaced-ip ) (Quit: Leaving)
1722 [12:21:06] *** Joins: angor (~angor@replaced-ip )
1723 [12:21:33] *** Joins: Putti (~Putti@replaced-ip )
1724 [12:21:52] *** Quits: Silvering (~textual@replaced-ip ) (Ping timeout: 260 seconds)
1725 [12:22:34] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit:
Textual IRC Client:
replaced-url
1726 [12:25:40] *** Quits: prestin (~textual@replaced-ip ) (Read error: Connection reset by peer)
1727 [12:25:47] *** Quits: iWaldo__ (iWaldo___@replaced-ip ) (Read error: Connection reset by peer)
1728 [12:26:05] *** Joins: iWaldo__ (iWaldo___@replaced-ip )
1729 [12:26:39] *** Joins: corsibu (~corsibu@replaced-ip )
1730 [12:26:40] *** Quits: N3X15 (~Rob@replaced-ip ) (Read error: Network is unreachable)
1731 [12:26:42] *** Quits: conformist (~conformis@replaced-ip ) (Read error: Connection reset by peer)
1732 [12:26:53] *** Quits: dermanis (~dimitris@replaced-ip ) (Quit: Leaving)
1733 [12:27:04] *** Joins: N3X15 (~Rob@replaced-ip )
1734 [12:27:19] *** Joins: Rokixz (~rokas@replaced-ip )
1735 [12:27:52] *** Parts: fredl (fredl@replaced-ip )
1736 [12:28:41] *** Joins: afuentes (~kusanagi@replaced-ip )
1737 [12:28:54] *** Joins: Hacker01 (~Haxker01@replaced-ip )
1738 [12:32:02] *** Quits: corsibu (~corsibu@replaced-ip ) (Remote host closed the connection)
1739 [12:32:38] *** Joins: corsibu (~corsibu@replaced-ip )
1740 [12:32:53] *** Joins: veek (~veek@replaced-ip )
1741 [12:32:59] <veek> has anyone used firejail
1742 [12:33:32] *** Joins: grizzly_ (~thegrigla@replaced-ip )
1743 [12:33:46] <veek> i want to su - veek and then run it
1744 [12:34:03] <veek> and then run firefox in that
1745 [12:34:06] *** Joins: amar0k (~amar0k@replaced-ip )
1746 [12:34:13] *** Joins: jpinx (~jpinx@replaced-ip )
1747 [12:34:17] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Ex-Chat)
1748 [12:34:26] *** Joins: vincento (~vincentor@replaced-ip )
1749 [12:36:39] <veek> oosu - veek -c "firejail
/usr/local/firefox/firefox-bin" did the trick
1750 [12:36:43] *** Quits: jpinx (~jpinx@replaced-ip ) (Changing host)
1751 [12:36:43] *** Joins: jpinx (~jpinx@replaced-ip )
1752 [12:36:58] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 252 seconds)
1753 [12:37:05] *** Quits: corsibu (~corsibu@replaced-ip ) (Ping timeout: 260 seconds)
1754 [12:37:12] *** Joins: omerzzz (~omerzzz@replaced-ip )
1755 [12:38:06] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 252 seconds)
1756 [12:38:06] *** Quits: vincentor (~vincentor@replaced-ip ) (Ping timeout: 252 seconds)
1757 [12:38:47] *** Quits: vincento (~vincentor@replaced-ip ) (Ping timeout: 252 seconds)
1758 [12:39:00] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
1759 [12:39:30] *** Joins: corsibu (~corsibu@replaced-ip )
1760 [12:40:56] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
1761 [12:42:42] *** Parts: ShapeShifter499 (~ShapeShif@replaced-ip )
1762 [12:42:53] *** Quits: retduck (~jki@replaced-ip ) (Quit: -a- IRC for Android 2.1.33)
1763 [12:43:24] *** Joins: retduck (~jki@replaced-ip )
1764 [12:43:38] *** Joins: conformist (~conformis@replaced-ip )
1765 [12:45:12] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
1766 [12:45:35] *** Joins: encryptedlvm (~encrypted@replaced-ip )
1767 [12:47:21] *** Quits: Skirmant (~Skirmant@replaced-ip ) (Disconnected by services)
1768 [12:47:25] *** Joins: tnamrikS (~Skirmant@replaced-ip )
1769 [12:47:30] <veek> i'm doing su - veek -c "firejail
--debug --private=/home/veek/junk
/usr/local/firefox/firefox-bin" - how is my .mozilla profile
being loaded?
1770 [12:47:36] *** Joins: Drzacek (~Drzacek@replaced-ip )
1771 [12:48:02] <veek> Parent is shutting down, bye... (firejail
debug)
1772 [12:48:04] *** tnamrikS is now known as Skirmant
1773 [12:48:17] *** Joins: akelly (~akelly@replaced-ip )
1774 [12:48:41] *** akelly is now known as Guest41358
1775 [12:48:55] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1776 [12:48:57] *** Joins: shock_ (~mda1@replaced-ip )
1777 [12:49:24] *** Quits: shock- (~mda1@replaced-ip ) (Ping timeout: 260 seconds)
1778 [12:49:31] *** Quits: sandeepkr (~sandeepkr@replaced-ip ) (Ping timeout: 265 seconds)
1779 [12:51:38] *** Joins: the-M (~the-M@replaced-ip )
1780 [12:52:10] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
1781 [12:52:31] *** Quits: likevinyl (~freebeer@replaced-ip ) (Quit: likevinyl)
1782 [12:52:45] *** Joins: likevinyl (~freebeer@replaced-ip )
1783 [12:52:45] *** Quits: likevinyl (~freebeer@replaced-ip ) (Changing host)
1784 [12:52:45] *** Joins: likevinyl (~freebeer@replaced-ip )
1785 [12:53:35] *** Parts: amar0k (~amar0k@replaced-ip )
1786 [12:54:01] *** Quits: wfq (56863f7c@replaced-ip ) (Ping timeout: 260 seconds)
1787 [12:54:02] *** Joins: sandeepkr (~sandeepkr@replaced-ip )
1788 [12:54:59] *** Joins: m8 (~m8@replaced-ip )
1789 [12:55:10] *** Joins: ocbtec (~ocbtec@replaced-ip )
1790 [12:55:48] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
1791 [12:55:48] *** Joins: mrtrump (~g@replaced-ip )
1792 [12:56:04] *** Joins: andril (~andril@replaced-ip )
1793 [12:56:15] *** Quits: lifeofguenter (~lifeofgue@replaced-ip ) (Ping timeout: 252 seconds)
1794 [12:56:23] <mrtrump>
replaced-url
1795 [12:56:28] *** Joins: Not_a_Robot (~soul@replaced-ip )
1796 [12:56:36] *** Quits: likevinyl (~freebeer@replaced-ip ) (Client Quit)
1797 [12:56:48] *** Joins: likevinyl (~freebeer@replaced-ip )
1798 [12:56:48] *** Quits: likevinyl (~freebeer@replaced-ip ) (Changing host)
1799 [12:56:48] *** Joins: likevinyl (~freebeer@replaced-ip )
1800 [12:56:52] *** Joins: allizom (~Thunderbi@replaced-ip )
1801 [12:56:53] *** Joins: Tiffon (~name@replaced-ip )
1802 [12:57:08] *** Quits: Seto_Kaiba (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
1803 [12:57:54] *** Quits: karimb (~karimb@replaced-ip ) (Quit: Karim has gone to sleep. ZZZzzz…)
1804 [12:58:27] *** Joins: btf (~btf@replaced-ip )
1805 [12:58:34] *** Joins: hualet (~hualet@replaced-ip )
1806 [12:59:27] *** Joins: lifeofguenter (~lifeofgue@replaced-ip )
1807 [12:59:31] *** Joins: dreamon_ (~dreamon@replaced-ip )
1808 [12:59:41] <hramrach> mrtrump: none. swi-prolog is at 7.2.3
in unstable
1809 [12:59:45] *** Quits: m-h (~m-h@replaced-ip ) (Ping timeout: 256 seconds)
1810 [13:00:16] *** Joins: nighty (~nighty@replaced-ip )
1811 [13:00:53] *** Quits: molluskempire (quassel@replaced-ip ) (Ping timeout: 245 seconds)
1812 [13:01:13] *** Joins: molluskempire (quassel@replaced-ip )
1813 [13:01:26] *** Joins: macartur (~macartur@replaced-ip )
1814 [13:01:51] *** Joins: Ceber (~cerberus@replaced-ip )
1815 [13:01:59] *** Joins: booboy_laptop (~booboy@replaced-ip )
1816 [13:02:06] <hramrach> but if 7.2.3 is good enough and you are
not running testing see at package backporting
1817 [13:02:11] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Read error: Connection reset by peer)
1818 [13:03:56] *** Quits: OS-24695 (~OS-24695@replaced-ip ) (Remote host closed the connection)
1819 [13:04:54] *** Joins: karimb (~karimb@replaced-ip )
1820 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1821 [13:05:36] *** Quits: ojoa (~zetagi@replaced-ip ) (Ping timeout: 252 seconds)
1822 [13:05:39] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Quit: GadgetGuru)
1823 [13:05:42] *** Joins: Mcjagz45 (~Oppi@replaced-ip )
1824 [13:05:43] *** Joins: dpkg (~dpkg@replaced-ip )
1825 [13:06:34] *** Joins: GeorgeJipa (~admin@replaced-ip )
1826 [13:06:34] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
1827 [13:06:34] *** Joins: GeorgeJipa (~admin@replaced-ip )
1828 [13:06:42] *** Quits: booboy_laptop (~booboy@replaced-ip ) (Ping timeout: 252 seconds)
1829 [13:06:43] *** Quits: mzf (~mzf@replaced-ip ) (Ping timeout: 245 seconds)
1830 [13:07:00] *** Joins: seoner (~usr@replaced-ip )
1831 [13:07:03] *** Quits: CurryWurst_ (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
1832 [13:07:09] *** Joins: ojoa (~zetagi@replaced-ip )
1833 [13:07:26] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1834 [13:07:43] *** Joins: Hoffe (~Hoffe@replaced-ip )
1835 [13:07:48] *** Joins: m-h (~m-h@replaced-ip )
1836 [13:08:01] *** debhelper sets mode: +l 1650
1837 [13:08:14] *** Quits: Skirmant (~Skirmant@replaced-ip ) (Disconnected by services)
1838 [13:08:18] *** Joins: tnamrikS (~Skirmant@replaced-ip )
1839 [13:09:17] *** Joins: xiaodong (~xiaodong@replaced-ip )
1840 [13:09:41] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Ping timeout: 250 seconds)
1841 [13:11:27] *** Quits: omerzzz (~omerzzz@replaced-ip ) (Remote host closed the connection)
1842 [13:11:29] *** Joins: soee_ (~soee@replaced-ip )
1843 [13:11:35] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1844 [13:11:40] *** Joins: du5tball (~du5tball@replaced-ip )
1845 [13:12:09] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1846 [13:12:23] *** Quits: bnw (~bnw@replaced-ip ) (Quit: Leaving)
1847 [13:12:29] <du5tball> when i try "hostnamectl
set-hostname <new hostname>", i get "Failed to
create bus connection: No such file or directory" as a
response. any clues as to why?
1848 [13:12:35] <du5tball> or rather, how to fix it?
1849 [13:12:36] *** Joins: hualet (~hualet@replaced-ip )
1850 [13:12:40] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 260 seconds)
1851 [13:12:53] *** Joins: CtrlC (~CtrlC@replaced-ip )
1852 [13:12:53] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Changing host)
1853 [13:12:53] *** Joins: CtrlC (~CtrlC@replaced-ip )
1854 [13:13:33] <du5tball> fun. "hostnamectl status"
tells me the same
1855 [13:13:33] *** Joins: piggah (~nick@replaced-ip )
1856 [13:14:38] <du5tball> i.. there... why is there no dbus
installed? well. issue found
1857 [13:15:07] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
1858 [13:15:09] *** Joins: l0xas (~unix@replaced-ip )
1859 [13:15:09] *** Quits: l0xas (~unix@replaced-ip ) (Changing host)
1860 [13:15:09] *** Joins: l0xas (~unix@replaced-ip )
1861 [13:15:15] *** Joins: MaBunny (~Peter@replaced-ip )
1862 [13:15:38] *** Quits: MaBunny (~Peter@replaced-ip ) (Max SendQ exceeded)
1863 [13:15:55] <du5tball> is dbus a default package?
1864 [13:15:58] *** Joins: MaBunny (~Peter@replaced-ip )
1865 [13:16:16] *** Joins: boudiccas (~boudiccas@replaced-ip )
1866 [13:16:30] *** Quits: MaBunny (~Peter@replaced-ip ) (Max SendQ exceeded)
1867 [13:16:35] <evilman_work> du5tball: what version of debian do
you use?
1868 [13:16:41] <du5tball> 8.5
1869 [13:16:56] *** Joins: MaBunny (~Peter@replaced-ip )
1870 [13:17:00] *** Joins: cybrNaut (cybrNaut@replaced-ip )
1871 [13:17:06] *** Quits: MaBunny (~Peter@replaced-ip ) (Max SendQ exceeded)
1872 [13:17:08] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 245 seconds)
1873 [13:17:10] <mrtrump> anyone know howto mount openbsd disk in
debian?
1874 [13:18:38] <evilman_work> du5tball: check 'systemctl
status dbus.socket' and 'systemctl status
dbus.service'
1875 [13:18:55] *** dexta_ is now known as dexta
1876 [13:19:02] <du5tball> evilman_work: what does that have to do
with "is dbus a default package?"
1877 [13:19:57] *** Quits: Geom (~Geom@replaced-ip ) (Max SendQ exceeded)
1878 [13:20:07] <evilman_work> du5tball: dbus is required part of
systemd.
1879 [13:20:12] *** Joins: Geom (~Geom@replaced-ip )
1880 [13:20:19] <du5tball> which is why i'm asking
1881 [13:20:25] *** Joins: mzf (~mzf@replaced-ip )
1882 [13:21:08] <du5tball> for all i know, it SHOULD be in the
base packages, yet on that machine, it wasn't installed. this
can have several causes, and knowing if this actually _is_ a base
package in debian helps me looking further into this on our end
1883 [13:21:29] <du5tball> evilman_work: which begs the question:
why can't you answer a simple "yes" or "no"
question with one of those words?
1884 [13:21:44] *** Quits: Liam` (~Liam@replaced-ip ) (Ping timeout: 256 seconds)
1885 [13:21:47] *** Quits: Mcjagz45 (~Oppi@replaced-ip ) (Remote host closed the connection)
1886 [13:22:00] <du5tball> i'm sorry, that was uncalled for.
1887 [13:22:47] *** Quits: subzero79 (~subzero79@replaced-ip ) (Ping timeout: 252 seconds)
1888 [13:24:13] *** Quits: tsuggs (~tim@replaced-ip ) (Ping timeout: 245 seconds)
1889 [13:24:40] *** Joins: MaBunny (~Peter@replaced-ip )
1890 [13:24:46] *** Quits: grizzly_ (~thegrigla@replaced-ip ) (Quit: Bye-bye)
1891 [13:25:15] *** Quits: nse (~leo@replaced-ip ) (Ping timeout: 256 seconds)
1892 [13:26:02] *** MaBunny is now known as ByteStorm
1893 [13:26:27] *** Joins: dethos (~dethos@replaced-ip )
1894 [13:27:10] *** Joins: nse (~leo@replaced-ip )
1895 [13:27:46] *** Quits: Xenthys (xenthys@replaced-ip ) (Quit: Yes, this is a quit.)
1896 [13:28:01] <petn-randall> du5tball: systemd "Recommends:
dbus", so you chose to not installed the recommended packages.
There is no strong dependency since you can run systemd without
dbus, albeit with some limitations.
1897 [13:28:44] *** Joins: Liam` (~Liam@replaced-ip )
1898 [13:29:11] *** Quits: J_CA (~J_CA@replaced-ip ) (Ping timeout: 250 seconds)
1899 [13:29:18] *** Quits: veek (~veek@replaced-ip ) (Quit: Leaving)
1900 [13:29:28] *** Joins: menace (~knorr@replaced-ip )
1901 [13:30:12] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1902 [13:30:56] <mrtrump> nerds!
1903 [13:31:09] *** Quits: karimb (~karimb@replaced-ip ) (Quit: Karim has gone to sleep. ZZZzzz…)
1904 [13:31:13] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Changing host)
1905 [13:31:13] *** Joins: cybrNaut (cybrNaut@replaced-ip )
1906 [13:31:22] *** Quits: sandeepkr (~sandeepkr@replaced-ip ) (Ping timeout: 256 seconds)
1907 [13:32:03] <petn-randall> du5tball: That's pretty much
the definition of the "Recommends:" dependency. It works
without, so no crashes or similar, but it should be installed on a
default system, and only removed in special cases.
1908 [13:32:35] <petn-randall> mrtrump: You can only mount
filesystems, not disks. Are you running Kali?
1909 [13:32:48] <humbot> i'm getting ping failures on some
sites but not others
1910 [13:32:58] *** Quits: Liam` (~Liam@replaced-ip ) (Excess Flood)
1911 [13:33:13] *** Joins: sphenxes (~sphenxes@replaced-ip )
1912 [13:33:21] *** Joins: czesmir_ (~stefan@replaced-ip )
1913 [13:33:21] *** Quits: Guest41358 (~akelly@replaced-ip ) (Quit: Leaving)
1914 [13:33:27] <du5tball> petn-randall: okay, thanks. that's
all i need to know
1915 [13:33:27] *** Joins: shovel_boss (~shovel_bo@replaced-ip )
1916 [13:35:06] <petn-randall> humbot: Some servers just
don't respond to pings.
1917 [13:35:37] <humbot> they aren't responding to firefox
either though
1918 [13:35:44] <humbot> downforeveryoneorjustme.com is down for
me :| isup.me is also down, but downforme.org is up
1919 [13:36:00] *** Joins: J_CA (~J_CA@replaced-ip )
1920 [13:36:04] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 260 seconds)
1921 [13:36:16] <petn-randall> humbot: Looks like you internet
uplink is unreliable.
1922 [13:36:29] *** Joins: Gnomethrower (~B@replaced-ip )
1923 [13:36:52] *** Quits: VlijmenFileer (~vlijmenfi@replaced-ip ) (Quit: Leaving)
1924 [13:37:14] <humbot> you mean my isp or carrier ?
1925 [13:37:15] *** Joins: nj8 (~nj8@replaced-ip )
1926 [13:37:33] *** bazhang_ is now known as bazhang
1927 [13:39:17] *** Joins: teapot41 (~quassel@replaced-ip )
1928 [13:39:42] *** Quits: nj8_ (~nj8@replaced-ip ) (Ping timeout: 252 seconds)
1929 [13:39:59] *** Quits: m-h (~m-h@replaced-ip ) (Ping timeout: 256 seconds)
1930 [13:41:53] *** Joins: cruncher (~cruncher@replaced-ip )
1931 [13:41:56] <Shadur> petn-randall: Doesn't bsd use a
different partitioning scheme? Although IIRC linux supports that by
default.
1932 [13:42:37] *** Joins: cdown (~cdown@replaced-ip )
1933 [13:43:49] *** Joins: m-h (~m-h@replaced-ip )
1934 [13:44:49] *** Quits: Maxou (~maxou@replaced-ip ) (Remote host closed the connection)
1935 [13:46:40] *** Quits: chvz (~chvz@replaced-ip ) (Ping timeout: 250 seconds)
1936 [13:47:07] *** Joins: stoilkov (~anton@replaced-ip )
1937 [13:47:10] *** Quits: cidies (c0231111@replaced-ip##) (Quit: ##replaced-url
1938 [13:47:18] *** Joins: sandeepkr (~sandeepkr@replaced-ip )
1939 [13:48:05] *** Quits: the-M (~the-M@replaced-ip ) (Quit: Leaving)
1940 [13:48:47] *** Joins: valeech (~valeech@replaced-ip )
1941 [13:48:57] *** Quits: Velveeta_Chef (~Nope@replaced-ip ) (Ping timeout: 260 seconds)
1942 [13:49:38] *** Joins: artskiller (~artskille@replaced-ip )
1943 [13:49:45] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
1944 [13:51:00] *** Quits: m-h (~m-h@replaced-ip ) (Ping timeout: 250 seconds)
1945 [13:51:27] *** Joins: tlaxkit (~Thunderbi@replaced-ip )
1946 [13:53:01] *** Quits: sandeepkr (~sandeepkr@replaced-ip ) (Ping timeout: 256 seconds)
1947 [13:53:09] *** Joins: sandeepkr_ (~sandeepkr@replaced-ip )
1948 [13:53:16] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 260 seconds)
1949 [13:53:38] *** Joins: Maxou (~maxou@replaced-ip )
1950 [13:54:12] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
1951 [13:54:23] *** Joins: daniel-s (~daniel-s@replaced-ip )
1952 [13:54:28] <Iridos> du5tball, the naming "default"
packages is already not good because it has no fixed meaning in
context. There are "Essential:" files that have to be
installed on every system but there are very very few of those. You
can see them with: aptitude search ~E
1953 [13:54:45] *** Quits: tharkun_ (~0@replaced-ip ) (Ping timeout: 248 seconds)
1954 [13:54:45] *** Joins: artskiller (~artskille@replaced-ip )
1955 [13:55:28] *** Quits: Maxou (~maxou@replaced-ip ) (Remote host closed the connection)
1956 [13:55:36] *** Joins: Maxou (~maxou@replaced-ip )
1957 [13:55:53] *** Quits: iWaldo__ (iWaldo___@replaced-ip ) (Ping timeout: 245 seconds)
1958 [13:57:08] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Ping timeout: 245 seconds)
1959 [13:57:20] *** Joins: retduck_ (~jki@replaced-ip )
1960 [13:57:21] *** Joins: m-h (~m-h@replaced-ip )
1961 [13:57:54] *** thomas is now known as jinglebellz
1962 [13:58:10] *** Quits: cccc828 (~severin@replaced-ip ) (Quit: Leaving)
1963 [13:58:24] *** Joins: anexit (~anexit@replaced-ip )
1964 [13:58:30] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Remote host closed the connection)
1965 [13:58:47] <anexit> How can I gen a random folder
1966 [13:59:05] *** Joins: notadeveloper (~notadevel@replaced-ip )
1967 [13:59:05] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip )
1968 [13:59:16] <OpenTokix> mkdir 4, 4 was decided by a fair die
roll
1969 [13:59:35] *** Quits: piggah (~nick@replaced-ip ) (Read error: Connection reset by peer)
1970 [13:59:36] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 265 seconds)
1971 [14:00:02] <teraflops> anexit: generate a random whatever and
pipe it to mkdir?
1972 [14:00:04] *** Joins: piggah (~nick@replaced-ip )
1973 [14:00:20] *** Quits: retduck (~jki@replaced-ip ) (Ping timeout: 260 seconds)
1974 [14:00:30] *** Joins: plos (~los@replaced-ip )
1975 [14:00:44] <anexit> yeah
1976 [14:00:59] <anexit> I was doing md5 strings manually..
it's becoming a pain
1977 [14:01:00] <teraflops> or mktemp
1978 [14:01:15] *** Quits: stenrose (~stenrose@replaced-ip ) (Quit: Leaving)
1979 [14:01:36] <OpenTokix> anexit: uuidgen |mkdir
1980 [14:01:42] *** Joins: ktchk (~eddie6929@replaced-ip )
1981 [14:01:45] <teraflops> them give a try to mktemp
1982 [14:02:08] *** Joins: Velveeta_Chef (~Nope@replaced-ip )
1983 [14:02:32] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
1984 [14:02:39] <OpenTokix> anexit: sorry mkdir `uuidgen`
1985 [14:02:48] *** Quits: sandeepkr_ (~sandeepkr@replaced-ip ) (Ping timeout: 252 seconds)
1986 [14:03:21] *** Joins: Liam` (~Liam@replaced-ip )
1987 [14:03:27] <anexit> Thanks OpenTokix
1988 [14:03:30] <themill> mktemp -d is the right answer
1989 [14:03:31] *** Quits: piggah (~nick@replaced-ip ) (Read error: Connection reset by peer)
1990 [14:03:46] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
1991 [14:03:50] *** Joins: polemic (~polemic@replaced-ip )
1992 [14:04:27] *** Joins: piggah (~nick@replaced-ip )
1993 [14:04:54] *** Quits: LordDeath (~LordDeath@replaced-ip##) (Quit: ZNC - ##replaced-url
1994 [14:05:34] *** Joins: fguide (~fguide@replaced-ip )
1995 [14:05:53] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
1996 [14:06:24] *** Joins: stenrose (~stenrose@replaced-ip )
1997 [14:08:13] <stoned> Good morning
1998 [14:08:45] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Quit: IRC for Sailfish 0.9)
1999 [14:08:52] *** Quits: plos (~los@replaced-ip ) (Quit: WeeChat 1.4)
2000 [14:09:46] *** Quits: boris_t (~boris_t@replaced-ip ) (Read error: Connection reset by peer)
2001 [14:10:47] *** Joins: fredl (fredl@replaced-ip )
2002 [14:11:06] *** Parts: fredl (fredl@replaced-ip )
2003 [14:13:19] *** Joins: LordDeath (~LordDeath@replaced-ip )
2004 [14:17:11] *** Tempesta_ is now known as Tempesta
2005 [14:17:12] *** Quits: Tempesta (~Tempesta@replaced-ip ) (Changing host)
2006 [14:17:12] *** Joins: Tempesta (~Tempesta@replaced-ip )
2007 [14:19:30] <menace> 1
2008 [14:22:31] *** Quits: thebrush (~Icedove@replaced-ip ) (Remote host closed the connection)
2009 [14:22:34] *** Joins: wtkp (~wtkp@replaced-ip )
2010 [14:22:54] *** Joins: thebrush (~Icedove@replaced-ip )
2011 [14:23:39] *** Joins: unl0ckd (~unl0ckd@replaced-ip )
2012 [14:24:58] *** Joins: thib (~Thibaut12@replaced-ip )
2013 [14:25:04] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
2014 [14:25:26] *** Joins: surfist (~surfist@replaced-ip )
2015 [14:25:57] *** Quits: greathector7 (~greathect@replaced-ip ) (Remote host closed the connection)
2016 [14:27:03] *** Joins: SynrG (~synrg@replaced-ip )
2017 [14:27:53] *** Joins: yokisuci (~yokisuci@replaced-ip )
2018 [14:28:01] *** debhelper sets mode: +l 1657
2019 [14:28:48] *** Joins: izua_ (~temp@replaced-ip )
2020 [14:29:34] *** Quits: ransur0t (~ransur0t@replaced-ip ) (Remote host closed the connection)
2021 [14:29:54] *** Quits: izua (~temp@replaced-ip ) (Ping timeout: 252 seconds)
2022 [14:31:46] *** Joins: hspcd (~hspcd@replaced-ip )
2023 [14:32:29] *** Joins: edoardo (~edoardo@replaced-ip )
2024 [14:32:29] *** Quits: edoardo (~edoardo@replaced-ip ) (Changing host)
2025 [14:32:29] *** Joins: edoardo (~edoardo@replaced-ip )
2026 [14:32:36] *** Joins: lver (~liver@replaced-ip )
2027 [14:32:40] *** Joins: electro33 (uid613@replaced-ip )
2028 [14:32:41] *** Quits: edoardo (~edoardo@replaced-ip ) (Client Quit)
2029 [14:32:49] *** Quits: DandyPandy (~freenode@replaced-ip ) (Ping timeout: 260 seconds)
2030 [14:32:55] *** Quits: molluskempire (quassel@replaced-ip ) (Ping timeout: 244 seconds)
2031 [14:33:10] *** Joins: oish_ (~charlie@replaced-ip )
2032 [14:33:11] *** Quits: User_Friendly (~NameNick@replaced-ip ) (Read error: Connection timed out)
2033 [14:33:32] *** Joins: _foldLeft (~foldleft@replaced-ip )
2034 [14:33:58] *** Joins: User_Friendly (~NameNick@replaced-ip )
2035 [14:34:04] *** Joins: silentknight (~enigma@replaced-ip )
2036 [14:34:22] *** User_Friendly is now known as Guest62010
2037 [14:34:32] *** Quits: Guest62010 (~NameNick@replaced-ip ) (Changing host)
2038 [14:34:32] *** Joins: Guest62010 (~NameNick@replaced-ip )
2039 [14:34:36] *** Guest62010 is now known as NameNick__
2040 [14:34:59] *** Joins: Smold3r (uid78229@replaced-ip )
2041 [14:36:24] *** Quits: corsibu (~corsibu@replaced-ip ) (Remote host closed the connection)
2042 [14:36:31] *** Joins: Linux4UnMe (~kaddy@replaced-ip )
2043 [14:36:43] *** Parts: Linux4UnMe (~kaddy@replaced-ip )
2044 [14:36:58] *** Joins: corsibu (~corsibu@replaced-ip )
2045 [14:38:05] *** Joins: DandyPandy (~freenode@replaced-ip )
2046 [14:38:45] *** Joins: buffal0 (~buffal0@replaced-ip )
2047 [14:39:04] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 260 seconds)
2048 [14:39:06] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Read error: Connection reset by peer)
2049 [14:39:16] *** Joins: samuel (~anonymous@replaced-ip )
2050 [14:39:49] *** Joins: repka (~repka@replaced-ip )
2051 [14:40:36] <jak2000> my debian start in graphical mode
2052 [14:40:41] <jak2000> how to start in text mode?
2053 [14:40:53] *** Joins: hualet (~hualet@replaced-ip )
2054 [14:41:06] *** Joins: chomwitt (~chomwitt@replaced-ip )
2055 [14:41:13] *** Joins: dynek (~dynek@replaced-ip )
2056 [14:41:39] *** Quits: corsibu (~corsibu@replaced-ip ) (Ping timeout: 265 seconds)
2057 [14:42:05] <themill> !nodm
2058 [14:42:05] <dpkg> Debian does not use a specific runlevel for
graphical display managers by default. Just remove the DM package(s)
with "aptitude remove xdm kdm wdm login.app gdm gdm3 pdm
slim". "echo false
>/etc/X11/default-display-manager" will also disable the DM,
or just hit ctrl-alt-fN to get to a console. nodm is the name of a
minimal/automatic display manager (replaced-url
2059 [14:42:35] *** Joins: karimb (~karimb@replaced-ip )
2060 [14:42:47] <jak2000> ok
2061 [14:42:53] <jak2000> thx
2062 [14:43:11] *** Joins: l0llip0p (~vilitaltt@replaced-ip )
2063 [14:43:51] *** Joins: yokisuci (~yokisuci@replaced-ip )
2064 [14:44:17] <jak2000> !dpkg sources.list
2065 [14:44:18] <dpkg> A suitable /etc/apt/sources.list for Debian
8 "Jessie" has three lines: "deb
replaced-url
2066 [14:44:36] *** Quits: samuel (~anonymous@replaced-ip ) (Remote host closed the connection)
2067 [14:44:54] <Iridos> you can do /msg dpkg sources.list
2068 [14:45:04] <jak2000> ok thanks
2069 [14:47:29] *** Joins: corsibu (~corsibu@replaced-ip )
2070 [14:47:46] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 250 seconds)
2071 [14:48:01] *** debhelper sets mode: +l 1667
2072 [14:48:33] *** Joins: redeemed (~rd@replaced-ip )
2073 [14:48:40] *** Quits: l0llip0p (~vilitaltt@replaced-ip ) (Quit: Sleep...Lovely sleep)
2074 [14:49:34] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip ) (Ping timeout: 256 seconds)
2075 [14:50:21] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 265 seconds)
2076 [14:51:02] *** Joins: knamehost (~kdname@replaced-ip )
2077 [14:51:19] *** Quits: stenrose (~stenrose@replaced-ip ) (Quit: Leaving)
2078 [14:51:54] *** Joins: yokisuci (~yokisuci@replaced-ip )
2079 [14:52:31] *** Quits: Slumlord_ (~743848304@replaced-ip ) (Ping timeout: 256 seconds)
2080 [14:52:58] *** Quits: mrtrump (~g@replaced-ip ) (Ping timeout: 245 seconds)
2081 [14:52:59] *** Joins: stenrose (~stenrose@replaced-ip )
2082 [14:54:28] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip )
2083 [14:54:52] *** Quits: allizom (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2084 [14:54:53] *** Joins: mrtrump (~g@replaced-ip )
2085 [14:55:47] *** Joins: pencilandpaper (~penciland@replaced-ip )
2086 [14:57:36] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 265 seconds)
2087 [14:58:32] *** Joins: Starky (~Starky@replaced-ip )
2088 [14:58:36] *** Joins: altin_ (~altin@replaced-ip )
2089 [14:58:46] *** Quits: altin_ (~altin@replaced-ip ) (Changing host)
2090 [14:58:47] *** Joins: altin_ (~altin@replaced-ip )
2091 [15:00:20] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 250 seconds)
2092 [15:02:04] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 250 seconds)
2093 [15:02:50] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip )
2094 [15:03:40] *** Joins: tinkersh_ (~TinkerSh@replaced-ip )
2095 [15:03:41] *** Quits: tinkersh (~TinkerSh@replaced-ip ) (Read error: Connection reset by peer)
2096 [15:03:51] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip ) (Ping timeout: 252 seconds)
2097 [15:03:58] *** Joins: timahvo1 (~rogue@replaced-ip )
2098 [15:03:58] *** Joins: marijnfs (~smuxi@replaced-ip )
2099 [15:04:22] *** Quits: piggah (~nick@replaced-ip ) (Ping timeout: 265 seconds)
2100 [15:04:30] *** Quits: gokuls (~gokul@replaced-ip ) (Ping timeout: 250 seconds)
2101 [15:04:37] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip )
2102 [15:04:51] *** Quits: monkeyjuice (~rudydog@replaced-ip ) (Ping timeout: 265 seconds)
2103 [15:05:02] *** Joins: rrehbein (~rrehbein@replaced-ip )
2104 [15:05:11] *** Parts: popple (~popple@replaced-ip )
2105 [15:05:29] *** Quits: lver (~liver@replaced-ip ) (Quit: Leaving)
2106 [15:05:50] *** Quits: LostSoul (~LostSoul@replaced-ip ) (Ping timeout: 252 seconds)
2107 [15:05:55] *** Joins: _m8 (~m8@replaced-ip )
2108 [15:06:15] *** Joins: annoymouse4210 (~annoymous@replaced-ip )
2109 [15:06:22] *** Joins: monkeyjuice (~rudydog@replaced-ip )
2110 [15:06:30] <annoymouse4210> if package is in both backports
repo and official debian repo, what package has priority over other?
2111 [15:06:50] *** Quits: evade (~evade@replaced-ip ) (Quit: evade)
2112 [15:07:00] *** Joins: lver (~liver@replaced-ip )
2113 [15:07:44] <arturo_> annoymouse4210: both are official repos.
It depends of your apt configuration. By default, the non-backports
repository
2114 [15:07:44] *** Joins: LostSoul (~LostSoul@replaced-ip )
2115 [15:07:55] <annoymouse4210> arturo_ thx!
2116 [15:08:11] *** Quits: arturo_ (~arturo@replaced-ip ) (Remote host closed the connection)
2117 [15:08:13] *** Joins: hele (~hele@replaced-ip )
2118 [15:08:15] *** Quits: m8 (~m8@replaced-ip ) (Ping timeout: 252 seconds)
2119 [15:08:22] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip ) (Max SendQ exceeded)
2120 [15:08:36] *** Joins: Slumlord_ (~743848304@replaced-ip )
2121 [15:09:13] *** Quits: cruncher (~cruncher@replaced-ip ) (Read error: Connection reset by peer)
2122 [15:10:05] *** Joins: cruncher (~cruncher@replaced-ip )
2123 [15:10:43] <annoymouse4210> How can I know a package supports
how many platforms? (considering all dependent package)
2124 [15:11:14] *** Joins: retduck (~jki@replaced-ip )
2125 [15:11:16] *** Quits: retduck (~jki@replaced-ip ) (Max SendQ exceeded)
2126 [15:11:50] *** Joins: retduck (~jki@replaced-ip )
2127 [15:12:00] *** Joins: CEnnis91 (uid3543@replaced-ip )
2128 [15:12:40] *** Quits: retduck_ (~jki@replaced-ip ) (Ping timeout: 260 seconds)
2129 [15:13:25] *** Quits: Putti (~Putti@replaced-ip ) (Ping timeout: 260 seconds)
2130 [15:14:02] *** Joins: xRule (~XRule@replaced-ip )
2131 [15:14:17] *** Joins: Agiofws (~agiofws@replaced-ip )
2132 [15:15:09] <Agiofws> hello
2133 [15:15:13] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip )
2134 [15:15:37] *** Joins: wobelingers (~wobelinge@replaced-ip )
2135 [15:15:43] *** Joins: smile123 (~debian8@replaced-ip )
2136 [15:15:49] *** Quits: wobelingers (~wobelinge@replaced-ip ) (Client Quit)
2137 [15:15:53] *** Quits: thurstylark (~thurstyla@replaced-ip ) (Quit: Imma gtfo for a bit...)
2138 [15:16:00] *** Quits: thebrush (~Icedove@replaced-ip ) (Remote host closed the connection)
2139 [15:16:23] *** Joins: thebrush (~Icedove@replaced-ip )
2140 [15:16:32] <smile123> hello
2141 [15:16:34] <smile123> i have problem connecting in internet
with tp-link wn8200nd, how can i fix this problem?
2142 [15:16:36] <smile123> is rtl8192cu
2143 [15:16:55] <Agiofws> can anyone tell me how to get 3d accl
for a fresh install of debian 8.6 net install i've chosen gdm3
and gnome for my desktop and the GUI does not load probably becausei
have no 3d acceleration which vga driver should i install for VGA
compatible controller: Intel Corporation Device 1902 (rev 06)
(prog-if 00 [VGA controller]) Subsystem: ASRock Incorporation Device
1902
2144 [15:17:06] *** Joins: allizom (~Thunderbi@replaced-ip )
2145 [15:17:38] <Agiofws> is there any channel i can join?
2146 [15:17:44] <pingfloyd> jak2000: an easier way is "sudo
systemctl set-default multi-user.target" the default is
graphical.target
2147 [15:18:16] *** Quits: XSoul (~XRule@replaced-ip ) (Ping timeout: 260 seconds)
2148 [15:18:36] *** Joins: ExoUNX (~textual@replaced-ip )
2149 [15:19:17] *** Joins: thurstylark (thurstylar@replaced-ip )
2150 [15:19:29] *** Joins: TG_ (~tomg@replaced-ip )
2151 [15:20:01] *** Joins: Ipki (~Ipki@replaced-ip )
2152 [15:20:40] <TG_> Hello everyone. I want to install a
Debian-based Web server, but I want sysvinit-core, and also I am
unsure which release I should use (stable, testing, or unstable).
Should I just use Jessie and get it over with?
2153 [15:21:08] <pingfloyd> TG_: you can use sysvinit in jessie if
you want
2154 [15:21:08] <Agiofws> anyone?
2155 [15:21:29] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Ping timeout: 244 seconds)
2156 [15:21:34] <TG_> It's for a small, family-based Web
server, and I guess there's nothing wrong with Jessie. Okay,
thanks pingfloyd (good nickname).
2157 [15:21:36] *** Joins: ExCePt (~XRule@replaced-ip )
2158 [15:21:45] <pingfloyd> TG_:
replaced-url
2159 [15:22:00] *** ExCePt is now known as Guest79124
2160 [15:22:14] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
2161 [15:22:15] <TG_> excellent, thank you.
2162 [15:22:37] *** Joins: pencilandpaper (~penciland@replaced-ip )
2163 [15:22:51] <themill> or just use systemd. You'll be
surprised that it won't actually eat your firstborn during the
night.
2164 [15:23:08] *** Joins: llorephie (~Thunderbi@replaced-ip )
2165 [15:24:47] *** Joins: zykotick9 (~zykotick9@replaced-ip )
2166 [15:25:17] * bezaban looks around for his firstborn
2167 [15:25:33] *** Quits: xRule (~XRule@replaced-ip ) (Ping timeout: 260 seconds)
2168 [15:25:33] *** Joins: XSoul (~XRule@replaced-ip )
2169 [15:26:02] *** Joins: samurailink3 (~samuraili@replaced-ip )
2170 [15:26:54] *** Joins: GandalfTheWizard (~Emma@replaced-ip )
2171 [15:27:25] *** Quits: Guest79124 (~XRule@replaced-ip ) (Ping timeout: 260 seconds)
2172 [15:28:01] *** debhelper sets mode: +l 1677
2173 [15:28:03] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
2174 [15:28:32] *** Quits: conformist (~conformis@replaced-ip ) (Ping timeout: 265 seconds)
2175 [15:28:39] *** Joins: Tom01 (~tom@replaced-ip )
2176 [15:28:58] *** Quits: trueneu (~noone@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2177 [15:29:09] *** Parts: smile123 (~debian8@replaced-ip )
2178 [15:30:10] *** Joins: trueneu (~noone@replaced-ip )
2179 [15:32:00] *** Joins: Ceber (~cerberus@replaced-ip )
2180 [15:32:21] *** Joins: todd_dsm (~todd_dsm@replaced-ip )
2181 [15:33:46] *** Joins: greycat (~wooledg@replaced-ip )
2182 [15:33:51] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2183 [15:34:29] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
2184 [15:34:36] *** Quits: humbot (~unkraut@replaced-ip ) (Ping timeout: 260 seconds)
2185 [15:34:56] *** Joins: surfist (~surfist@replaced-ip )
2186 [15:37:33] *** Quits: monkeyjuice (~rudydog@replaced-ip ) (Ping timeout: 245 seconds)
2187 [15:37:51] *** Swant is now known as xux
2188 [15:37:58] *** xux is now known as swant
2189 [15:39:12] *** Joins: davimore_ (~davimore@replaced-ip )
2190 [15:41:11] *** Quits: ktchk (~eddie6929@replaced-ip ) (Quit: ktchk)
2191 [15:42:21] *** Quits: davimore__ (~davimore@replaced-ip ) (Ping timeout: 260 seconds)
2192 [15:42:31] <bolt> themill: it might though
2193 [15:43:19] <bolt> keeping a safe distance between defenceless
firstborns and a keyboard with a shell on it is a good idea anyway
2194 [15:43:48] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 245 seconds)
2195 [15:43:52] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
2196 [15:44:21] <greycat> In my experience, toddlers really like
hitting the keyboard and watching symbols appear on the Linux text
console.
2197 [15:44:31] *** Joins: MikeDebian (~ML@replaced-ip )
2198 [15:44:33] <bolt> that's the problem :)
2199 [15:44:33] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 252 seconds)
2200 [15:44:38] *** Joins: _foldLeft (~foldleft@replaced-ip )
2201 [15:44:47] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip )
2202 [15:44:49] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2203 [15:44:56] <TG_> greycat, seriously? that could be a great
start
2204 [15:45:07] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip )
2205 [15:45:19] *** Joins: hualet (~hualet@replaced-ip )
2206 [15:45:39] *** Quits: rosten (~rosten@replaced-ip ) (Ping timeout: 252 seconds)
2207 [15:45:40] <greycat> Yeah, seriously. If you're at the
login prompt it's not *too* dangerous, but they quickly get the
system into a nonresponsive state (scroll lock, etc.).
2208 [15:45:48] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip ) (Ping timeout: 260 seconds)
2209 [15:46:15] <petn-randall> or ctrl+s
2210 [15:46:29] <petn-randall> No wait, ctrl shift s?
2211 [15:46:33] *** Quits: karimb (~karimb@replaced-ip ) (Read error: Connection reset by peer)
2212 [15:47:04] *** Quits: cdown (~cdown@replaced-ip ) (Quit: Lost terminal)
2213 [15:47:04] <greycat> Ctrl-s works to "freeze" the
terminal if you're logged in, in canonical mode, but I'm
not sure about getty/login.
2214 [15:47:10] *** Joins: karimb (~karimb@replaced-ip )
2215 [15:47:20] *** Joins: lsv (~nn@replaced-ip )
2216 [15:47:26] *** Joins: hrkljus (~weechat@replaced-ip )
2217 [15:47:33] <greycat> There are all kinds of weird things a
toddler can do that I don't know how to block.
2218 [15:47:39] *** Joins: endstille (~endstille@replaced-ip )
2219 [15:47:44] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip ) (Client Quit)
2220 [15:47:45] *** Quits: Ipki (~Ipki@replaced-ip ) (Remote host closed the connection)
2221 [15:47:50] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (Ping timeout: 250 seconds)
2222 [15:48:30] *** Joins: maege (~maege@replaced-ip )
2223 [15:49:01] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
2224 [15:49:38] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 256 seconds)
2225 [15:49:51] *** Joins: artskiller (~artskille@replaced-ip )
2226 [15:50:18] *** Joins: cdown (~cdown@replaced-ip )
2227 [15:50:42] <TG_> well, block ctrl-alt-delete
2228 [15:50:43] *** Joins: franzer (~franz@replaced-ip )
2229 [15:50:52] <greycat> *nod*
2230 [15:51:00] <greycat> And... under sysvinit I knew how to do
that.
2231 [15:51:03] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
2232 [15:51:13] *** Joins: morphis_ (~morphis@replaced-ip )
2233 [15:51:18] *** Joins: conformist (~conformis@replaced-ip )
2234 [15:51:27] <jelly> let me see if it's disabled by
default on systemd :-)
2235 [15:51:45] <greycat> c-a-d is enabled by default in
jessie/systemd
2236 [15:52:04] *** Quits: yort (troy@replaced-ip ) (Quit: WeeChat 1.6)
2237 [15:52:09] *** Quits: wtkp (~wtkp@replaced-ip ) (Ping timeout: 260 seconds)
2238 [15:52:54] <TG_> you can create for them their own account
and let them log in, ctrl+q unfreezes ctrl+s in case you didn't
know, and sysrq comes mostly disabled by default nowadays
2239 [15:53:29] *** Joins: evade (~evade@replaced-ip )
2240 [15:53:45] *** Quits: surfist (~surfist@replaced-ip ) (Remote host closed the connection)
2241 [15:53:48] <codfection> kali repos work fine with debian
without breaking it?
2242 [15:53:54] <greycat> Absolutely not.
2243 [15:54:05] *** Joins: surfist (~surfist@replaced-ip )
2244 [15:54:14] <tx> You wouldn't breed a horse with an
elephant.
2245 [15:54:28] <greycat> Well, *I* wouldn't. I can't
say what a Kali user might try.
2246 [15:54:28] *** Quits: izua_ (~temp@replaced-ip ) (Read error: Connection reset by peer)
2247 [15:54:29] <tx> Don't let your debian install be the
child of a two differing species.
2248 [15:54:47] <pingfloyd> I remap ^s to do forward i-search
2249 [15:54:51] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 256 seconds)
2250 [15:54:51] *** Quits: tinkersh_ (~TinkerSh@replaced-ip ) (Ping timeout: 256 seconds)
2251 [15:55:05] <tx> pingfloyd: well done.
2252 [15:55:09] *** Quits: lsv (~nn@replaced-ip ) (Read error: Connection reset by peer)
2253 [15:55:19] *** Joins: artskiller (~artskille@replaced-ip )
2254 [15:55:22] *** Joins: rbern (~rbern@replaced-ip )
2255 [15:55:23] <pingfloyd> don't really need flow control
these days
2256 [15:55:23] <greycat> 'stty -ixon' should also
disable XON/XOFF flow control
2257 [15:55:33] *** Joins: izua (~temp@replaced-ip )
2258 [15:55:50] *** Joins: sm00th (~sm00th@replaced-ip )
2259 [15:55:59] *** Joins: Zitter (~danilo@replaced-ip )
2260 [15:56:31] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (Ping timeout: 250 seconds)
2261 [15:56:45] *** Joins: rosten (~rosten@replaced-ip )
2262 [15:57:08] *** Quits: silentknight (~enigma@replaced-ip ) (Ping timeout: 244 seconds)
2263 [15:57:10] *** Joins: turfal (~Icedove@replaced-ip )
2264 [15:57:33] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
2265 [15:57:59] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Remote host closed the connection)
2266 [15:58:40] *** Quits: Starky (~Starky@replaced-ip ) (Read error: Connection reset by peer)
2267 [15:58:41] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip )
2268 [15:58:57] *** Joins: soee (~soee@replaced-ip )
2269 [15:58:59] *** Joins: Starky (~Starky@replaced-ip )
2270 [15:59:03] <codfection> I hate vms
2271 [15:59:23] *** Quits: soee_ (~soee@replaced-ip ) (Ping timeout: 256 seconds)
2272 [15:59:54] *** Joins: ehbello (~quassel@replaced-ip )
2273 [15:59:57] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 252 seconds)
2274 [15:59:57] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 256 seconds)
2275 [16:00:31] *** Quits: karimb (~karimb@replaced-ip ) (Quit: Karim has gone to sleep. ZZZzzz…)
2276 [16:01:11] *** Quits: rosten (~rosten@replaced-ip ) (Ping timeout: 252 seconds)
2277 [16:01:13] <TG_> I use flow control to page up in console.
when there's new output it stops it from continually scrolling
back down
2278 [16:01:48] *** Joins: eumel (~eumel@replaced-ip )
2279 [16:02:02] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
2280 [16:02:08] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 245 seconds)
2281 [16:02:33] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Ping timeout: 245 seconds)
2282 [16:03:15] *** Quits: allizom (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2283 [16:03:27] *** Quits: halbomin (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2284 [16:03:32] *** Quits: repka (~repka@replaced-ip ) (Quit: Leaving)
2285 [16:04:10] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
2286 [16:04:45] *** Joins: karimb (~karimb@replaced-ip )
2287 [16:05:02] *** Joins: piggah (~nick@replaced-ip )
2288 [16:05:06] *** Joins: sberla (~sberla@replaced-ip )
2289 [16:05:08] <sberla> hi!
2290 [16:05:20] <eumel> hi sberla
2291 [16:05:32] *** Quits: encryptedlvm (~encrypted@replaced-ip ) (Quit: Leaving)
2292 [16:05:46] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2293 [16:05:51] <sberla> I have to repair a file system but I can
not!
2294 [16:05:53] *** Quits: piggah (~nick@replaced-ip ) (Client Quit)
2295 [16:06:01] *** Joins: piggah (~nick@replaced-ip )
2296 [16:06:07] <sberla> root@arkosoftpbx:~# fsck -fy
/dev/mmcblk0p2
2297 [16:06:07] <sberla> fsck from util-linux 2.20.1
2298 [16:06:07] <sberla> fsck: fsck.ext4: not found
2299 [16:06:07] <sberla> fsck: error 2 while executing fsck.ext4
for /dev/mmcblk0p2
2300 [16:06:08] *** sberla was kicked by debhelper (flood. Please use
replaced-url
2301 [16:06:12] <bolt> ...
2302 [16:06:13] *** Joins: sberla (~sberla@replaced-ip )
2303 [16:06:17] <sberla> my problem
2304 [16:06:39] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
2305 [16:06:59] <greycat> sberla: what version of Debian?
2306 [16:07:03] *** Joins: tinkersh (~TinkerSh@replaced-ip )
2307 [16:07:21] <eumel> do you have e2fsprogs installed?
2308 [16:07:40] *** Joins: TsukiRa (~fpob@replaced-ip )
2309 [16:07:50] <greycat> It's "priority: required"
so I would certainly hope so.
2310 [16:08:05] <sberla> Linux version 3.6.11+ (dc4@replaced-ip ) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG
linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #358 PREEMPT Tue Jan
15 00:45:33 GMT 2013
2311 [16:08:15] <tx> 2013
2312 [16:08:18] <tx> nice and stale, yummo.
2313 [16:08:25] *** Joins: asterismo (~santiago@replaced-ip )
2314 [16:08:44] <greycat> I don't know what command you ran,
but none of that looks like a Debian system.
2315 [16:08:58] <tx> sberla: can you do " cat
/etc/debian_version "
2316 [16:09:03] <sberla> ok install e2fsprogs
2317 [16:09:13] <sberla> 7.11
2318 [16:09:23] <sberla> install e2fsprogs
2319 [16:09:24] <tx> Wheezy. ;)
2320 [16:09:24] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
2321 [16:09:40] <sberla> e2fsck: Cannot continue, aborting.
2322 [16:09:45] <greycat> What's a "crosstool-NG
linaro"?
2323 [16:10:04] *** Joins: R3L1K (~R3L1K@replaced-ip )
2324 [16:10:04] <bolt> cross compiler?
2325 [16:10:15] <jelly> greycat: "this kernel was built with
Linaro arm toolchain"
2326 [16:10:27] *** Quits: b3h3m0th (uid26288@replaced-ip ) (Quit: Connection closed for inactivity)
2327 [16:10:34] <greycat> Is that how the Debian arm binary kernel
images are normally built?
2328 [16:10:39] <tx> no
2329 [16:10:45] *** Joins: ben_roose (~roose@replaced-ip )
2330 [16:10:46] <tx> But the system is debian.
2331 [16:10:54] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
2332 [16:10:55] <greycat> Or he says it is.
2333 [16:10:57] <tx> The kernel was just compiled in a particular
way, perhaps for specific device support.
2334 [16:11:17] <jelly> no, but using a very custom kernel is not
unusual on arm, mips and similar embedded devices
2335 [16:11:21] *** Quits: altin (~altin@replaced-ip ) (Quit: Leaving)
2336 [16:11:21] *** Joins: n4dir (~user@replaced-ip )
2337 [16:11:25] *** Joins: retduck_ (~jki@replaced-ip )
2338 [16:11:26] <jelly> it might still be debian
2339 [16:11:36] *** Quits: altin_ (~altin@replaced-ip ) (Remote host closed the connection)
2340 [16:11:45] <jelly> sberla: what does "dpkg
--print-architecture" say
2341 [16:12:15] *** Quits: retduck (~jki@replaced-ip ) (Read error: Connection reset by peer)
2342 [16:12:27] *** Joins: cdown (~cdown@replaced-ip )
2343 [16:12:31] <eumel> --print-architecture Print dpkg
architecture.
2344 [16:12:33] *** Quits: stooj (~stooj@replaced-ip ) (Ping timeout: 250 seconds)
2345 [16:12:38] <tx> Well done.
2346 [16:12:45] <eumel> thanks
2347 [16:13:02] *** Quits: katyucha (~katyucha@replaced-ip ) (Quit: leaving)
2348 [16:13:23] <jelly> !slap eumel
2349 [16:13:24] * dpkg strikes a resounding *THWAP* across eumel's
face
2350 [16:13:29] *** Joins: LtL (~irssi@replaced-ip )
2351 [16:13:29] <greycat> eumel: jelly was not asking what the
command *means*. He was asking sberla to run it.
2352 [16:13:55] <jelly> greycat: eumel is not that dumb
2353 [16:13:59] <sberla> or terminated
2354 [16:14:01] <sberla> tnk!
2355 [16:14:09] *** Joins: hualet (~hualet@replaced-ip )
2356 [16:14:12] <tx> or terminated sure is a strange arch.
2357 [16:14:15] <tx> Must be one of the new fancy ones.
2358 [16:14:16] *** Quits: Agiofws (~agiofws@replaced-ip ) (Ping timeout: 250 seconds)
2359 [16:14:38] <TG_> if it's terminated it might be an old
one, like alpha :)
2360 [16:14:41] *** Joins: allizom (~Thunderbi@replaced-ip )
2361 [16:14:42] <eumel> ah i misunderstood that
2362 [16:14:51] <jelly> sberla: "dpkg
--print-architecture" output says just "or
terminated" ? Are you sure?
2363 [16:14:52] *** Quits: Hoffe (~Hoffe@replaced-ip ) (Ping timeout: 250 seconds)
2364 [16:14:57] <jelly> nothing more, nothing less?
2365 [16:15:03] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 245 seconds)
2366 [16:15:07] *** Joins: stooj (~stooj@replaced-ip )
2367 [16:15:26] *** Joins: mlandoceansky (~m_los_f@replaced-ip )
2368 [16:15:31] *** Quits: allizom (~Thunderbi@replaced-ip ) (Client Quit)
2369 [16:15:52] *** Quits: fguide (~fguide@replaced-ip##) (Quit: ZNC - ##replaced-url
2370 [16:15:54] *** Joins: OS-24749 (~OS-24749@replaced-ip )
2371 [16:16:04] *** Joins: allizom (~Thunderbi@replaced-ip )
2372 [16:16:46] *** Quits: joncrunchbang (~joncrunch@replaced-ip ) (Ping timeout: 244 seconds)
2373 [16:16:52] *** Quits: LordDeath (~LordDeath@replaced-ip##) (Quit: ZNC - ##replaced-url
2374 [16:16:53] *** Joins: Ceber (~cerberus@replaced-ip )
2375 [16:16:57] *** Quits: allizom (~Thunderbi@replaced-ip ) (Client Quit)
2376 [16:17:27] *** Quits: retduck_ (~jki@replaced-ip ) (Read error: Connection reset by peer)
2377 [16:17:36] *** Joins: OtakuSenpai (~Peter@replaced-ip )
2378 [16:18:19] *** Quits: ByteStorm (~Peter@replaced-ip ) (Ping timeout: 265 seconds)
2379 [16:18:32] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 256 seconds)
2380 [16:18:35] *** Joins: RickXy (~zncadmin@replaced-ip )
2381 [16:18:38] *** Joins: retduck (~jki@replaced-ip )
2382 [16:18:50] *** Joins: LordDeath (~LordDeath@replaced-ip )
2383 [16:18:57] *** Quits: R3L1K (~R3L1K@replaced-ip ) (Quit: leaving)
2384 [16:19:13] *** Quits: acidtech (acid@replaced-ip ) (Ping timeout: 256 seconds)
2385 [16:19:21] *** Quits: sberla (~sberla@replaced-ip ) ()
2386 [16:19:32] *** Quits: beaver (~none@replaced-ip##) (Quit: ##replaced-url
2387 [16:19:40] <jelly> the user was terminated, apparently
2388 [16:19:49] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
2389 [16:19:56] <tx> The swirl consumed him.
2390 [16:20:02] <tx> In all of its red goodness.
2391 [16:20:43] *** Joins: towo` (~towo@replaced-ip )
2392 [16:20:49] *** Joins: fguide (~fguide@replaced-ip )
2393 [16:21:00] *** Joins: beaver (~none@replaced-ip )
2394 [16:21:05] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
2395 [16:21:12] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 250 seconds)
2396 [16:21:16] *** Quits: bmr (bmr@replaced-ip ) (Quit: ENXIO)
2397 [16:21:44] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2398 [16:22:27] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
2399 [16:23:36] *** Quits: seoner (~usr@replaced-ip ) (Ping timeout: 260 seconds)
2400 [16:23:37] *** Joins: cdown (~cdown@replaced-ip )
2401 [16:23:57] *** Quits: solarnetone (~scott@replaced-ip ) (Ping timeout: 258 seconds)
2402 [16:24:27] *** Joins: ehbello (~quassel@replaced-ip )
2403 [16:25:33] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 244 seconds)
2404 [16:26:49] *** Joins: solarnetone (~scott@replaced-ip )
2405 [16:27:12] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Read error: Connection reset by peer)
2406 [16:28:00] *** debhelper sets mode: +l 1671
2407 [16:30:43] *** Joins: Bennux_dev (~Bennux_de@replaced-ip )
2408 [16:30:45] *** Quits: pavlushka (~Pavel@replaced-ip ) (Quit: See you on the other side...)
2409 [16:30:46] *** Quits: XO-Odin (~XO@replaced-ip ) (Ping timeout: 258 seconds)
2410 [16:30:52] *** Quits: Bennux_dev (~Bennux_de@replaced-ip ) (Remote host closed the connection)
2411 [16:31:01] *** Parts: du5tball (~du5tball@replaced-ip )
2412 [16:31:20] *** Joins: GeorgeJipa (~admin@replaced-ip )
2413 [16:31:20] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
2414 [16:31:20] *** Joins: GeorgeJipa (~admin@replaced-ip )
2415 [16:32:19] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2416 [16:33:18] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 244 seconds)
2417 [16:34:04] *** Joins: RickXy (~zncadmin@replaced-ip )
2418 [16:35:00] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
2419 [16:35:15] *** Joins: Bennux_dev (~Bennux_de@replaced-ip )
2420 [16:36:04] *** Joins: morphis_ (~morphis@replaced-ip )
2421 [16:36:43] *** Quits: smidlers (smyers@replaced-ip ) (Ping timeout: 245 seconds)
2422 [16:37:08] *** Quits: Bennux_dev (~Bennux_de@replaced-ip ) (Client Quit)
2423 [16:37:20] *** Joins: TvL2386 (~tom@replaced-ip )
2424 [16:37:26] *** Joins: Bennux_dev (~Bennux_de@replaced-ip )
2425 [16:38:07] *** Quits: beaver (~none@replaced-ip##) (Quit: ##replaced-url
2426 [16:38:18] <mrtrump> vot trump!
2427 [16:38:24] *** ChanServ sets mode: +o babilen
2428 [16:38:24] *** babilen sets mode: +b
*!*@209-6-150-53.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com
2429 [16:38:24] *** mrtrump was kicked by babilen (you should know
better)
2430 [16:38:24] *** babilen sets mode: -o babilen
2431 [16:38:30] *** Joins: panta (~chatzilla@replaced-ip )
2432 [16:39:36] *** Joins: shodan` (~shodan`@replaced-ip )
2433 [16:40:08] *** Joins: beaver (~none@replaced-ip )
2434 [16:40:20] *** Joins: CapsAdmon (~CapsAdmin@replaced-ip )
2435 [16:40:48] *** Joins: XO-Odin (~XO@replaced-ip )
2436 [16:41:04] *** Quits: beaver (~none@replaced-ip ) (Client Quit)
2437 [16:41:47] *** Joins: beaver (~none@replaced-ip )
2438 [16:42:06] *** Quits: beaver (~none@replaced-ip ) (Client Quit)
2439 [16:42:08] *** Joins: alxy (uid115853@replaced-ip )
2440 [16:42:30] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2441 [16:44:03] <eumel> really?
2442 [16:46:13] <babilen> What?
2443 [16:46:28] *** Quits: LordDeath (~LordDeath@replaced-ip##) (Quit: ZNC - ##replaced-url
2444 [16:47:09] *** Joins: SlaGTaTs (~bilbo@replaced-ip )
2445 [16:47:13] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2446 [16:47:36] *** Joins: yort (~troy@replaced-ip )
2447 [16:47:41] <jelly> if you have to comment on spam, do it in
#debian-offtopic
2448 [16:47:44] *** Joins: gshrikant (~gshrikant@replaced-ip )
2449 [16:47:52] <babilen> Or in ##comment-on-spam
2450 [16:48:16] <eumel> sry
2451 [16:48:28] *** Quits: trueneu (~noone@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2452 [16:48:52] *** Joins: beaver (~none@replaced-ip )
2453 [16:49:39] *** Joins: trueneu (~noone@replaced-ip )
2454 [16:50:03] *** Quits: corsibu (~corsibu@replaced-ip ) (Remote host closed the connection)
2455 [16:50:50] *** Joins: corsibu (~corsibu@replaced-ip )
2456 [16:51:05] *** Quits: twisted` (sid6794@replaced-ip ) (Ping timeout: 258 seconds)
2457 [16:51:06] <jelly> for the record: Ctrl-Alt-Delete is enabled
by default on the console in jessie w/ systemd
2458 [16:51:10] *** Joins: woshty (~irc@replaced-ip )
2459 [16:51:19] *** Quits: Lipp (~Lipp@replaced-ip ) (Remote host closed the connection)
2460 [16:51:20] <ghormoon> can I somehow create new (empty) keytab
for kinit (to be able to log in to remote AD)? I can't google
up relevant solution and empty file does not work :)
2461 [16:51:20] *** Quits: corsibu (~corsibu@replaced-ip ) (Remote host closed the connection)
2462 [16:51:22] <greycat> I already told you that. ;-)
2463 [16:51:26] *** Quits: conformist (~conformis@replaced-ip ) (Quit: WeeChat 1.5)
2464 [16:51:27] <greycat> (I use it all the time.)
2465 [16:51:31] <jelly> I may have missed it.
2466 [16:51:37] <jelly> because, well...
2467 [16:51:47] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 252 seconds)
2468 [16:51:51] *** Joins: Lipp (~Lipp@replaced-ip )
2469 [16:51:53] *** Joins: corsibu (~corsibu@replaced-ip )
2470 [16:52:09] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Ping timeout: 265 seconds)
2471 [16:52:10] *** Quits: corsibu (~corsibu@replaced-ip ) (Read error: Connection reset by peer)
2472 [16:52:33] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Ping timeout: 245 seconds)
2473 [16:52:37] *** Joins: suffer (~jeff@replaced-ip )
2474 [16:52:39] *** Joins: corsibu (~corsibu@replaced-ip )
2475 [16:53:01] *** Joins: LordDeath (~LordDeath@replaced-ip )
2476 [16:53:42] *** Quits: NickyP (sid20176@replaced-ip ) (Ping timeout: 250 seconds)
2477 [16:53:48] *** Quits: panta (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.92 [Firefox 49.0.1/20160922113459])
2478 [16:53:53] *** Joins: pavlushka (~Pavel@replaced-ip )
2479 [16:53:59] *** Joins: thuk (sid78904@replaced-ip )
2480 [16:54:39] *** Joins: RickXy (~zncadmin@replaced-ip )
2481 [16:55:52] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit:
My MacBook has gone to sleep. ZZZzzz…)
2482 [16:55:52] *** Joins: twisted` (sid6794@replaced-ip )
2483 [16:56:18] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
2484 [16:57:07] *** Parts: menace (~knorr@replaced-ip )
2485 [16:57:11] *** Quits: suffer (~jeff@replaced-ip ) (Client Quit)
2486 [16:57:18] *** Joins: suffer (~jeff@replaced-ip )
2487 [16:57:40] *** Quits: corsibu (~corsibu@replaced-ip ) (Ping timeout: 260 seconds)
2488 [16:58:16] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
2489 [16:58:21] *** Joins: CEnnis91 (uid3543@replaced-ip )
2490 [16:58:23] *** Quits: ToeSnacks (sid84043@replaced-ip ) (Ping timeout: 245 seconds)
2491 [16:58:38] *** Quits: piggah (~nick@replaced-ip ) (Ping timeout: 250 seconds)
2492 [16:59:12] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2493 [16:59:22] *** Quits: rgogunskiy (~rgogunski@replaced-ip ) (Quit: rgogunskiy)
2494 [16:59:55] *** Joins: kpease (~kpease@replaced-ip )
2495 [17:00:39] *** Quits: ikanobori (sid187663@replaced-ip ) (Ping timeout: 250 seconds)
2496 [17:00:48] *** Quits: OtakuSenpai (~Peter@replaced-ip ) (Remote host closed the connection)
2497 [17:01:04] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 250 seconds)
2498 [17:01:05] *** Joins: Mikail_ (~smuxi@replaced-ip )
2499 [17:01:36] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 256 seconds)
2500 [17:01:40] *** Quits: rpoisel (c3ca9322@replaced-ip ) (Quit: Page closed)
2501 [17:02:17] *** Quits: avalchev (uid190868@replaced-ip ) (Ping timeout: 258 seconds)
2502 [17:02:22] *** Joins: Zvmdyv_m (~Zvmdyv@replaced-ip )
2503 [17:02:23] *** Quits: paroxp (sid185690@replaced-ip ) (Ping timeout: 250 seconds)
2504 [17:02:44] *** Joins: afx_ (~afx_@replaced-ip )
2505 [17:03:03] *** Joins: Overseer (6b4dca50@replaced-ip )
2506 [17:03:04] *** Parts: Overseer (6b4dca50@replaced-ip )
2507 [17:03:08] *** Joins: wtkp (~wtkp@replaced-ip )
2508 [17:03:11] *** Joins: Mithrandir__ (~Nobody@replaced-ip )
2509 [17:03:14] *** Joins: Overseer (6b4dca50@replaced-ip )
2510 [17:03:16] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Ping timeout: 265 seconds)
2511 [17:03:18] *** Quits: twisted` (sid6794@replaced-ip ) (Ping timeout: 256 seconds)
2512 [17:03:43] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
2513 [17:03:55] *** Joins: Planecrazy (~Planecraz@replaced-ip )
2514 [17:03:59] *** Quits: XO-Odin (~XO@replaced-ip ) (Ping timeout: 256 seconds)
2515 [17:04:01] *** Joins: crayon (~user@replaced-ip )
2516 [17:04:50] *** Joins: bmr (~bmr@replaced-ip )
2517 [17:05:12] <Overseer> Hello all. Not sure where to ask this
but, I use sendmail for my SMTP server....is it possible to get some
sort of daily digest of sent mail? Mail coming from my server has
started being refused by Outlook citing junk....but outside of
opinions, it shouldnt be.
2518 [17:05:16] *** Quits: afx_ (~afx_@replaced-ip ) (Client Quit)
2519 [17:05:28] *** Quits: TvL2386 (~tom@replaced-ip ) (Remote host closed the connection)
2520 [17:05:34] *** Joins: afx_ (~afx_@replaced-ip )
2521 [17:05:38] *** Quits: aricz (~aricz@replaced-ip ) (Quit: leaving)
2522 [17:05:38] *** Joins: ikanobori (sid187663@replaced-ip )
2523 [17:06:05] <greycat> There should be logs. But what you
really need is to know why the Outlook server is rejecting your
mail. Could be that you're on a blacklist of some kind.
2524 [17:06:51] *** Quits: suffer (~jeff@replaced-ip##) (Quit: ZNC - ##replaced-url
2525 [17:06:54] *** Joins: afx__ (~afx_@replaced-ip )
2526 [17:07:33] <Overseer> greycat: As usual they won't tell
me, though I am "conditionally mitigated", but it sounds
like next strike I'm out, sooo....
2527 [17:07:34] *** Joins: paroxp (sid185690@replaced-ip )
2528 [17:07:48] *** Joins: humbot (~unkraut@replaced-ip )
2529 [17:08:10] <jelly> Overseer: your reputation usually goes
down when your server actually emits spam
2530 [17:08:27] *** Joins: suffer (~jeff@replaced-ip )
2531 [17:08:37] <fguide> Overseer: you can check your SMTP ip
address for blacklisting
2532 [17:08:47] *** Quits: mlandoceansky (~m_los_f@replaced-ip ) (Quit: qicr for android: faster and better)
2533 [17:08:47] *** Joins: ToeSnacks (sid84043@replaced-ip )
2534 [17:08:48] <jelly> dunno any log analyzers for Sendmail,
stopped using it a while ago
2535 [17:09:26] <jelly> Overseer: does google show any results for
"sendmail log analyzer" ?
2536 [17:09:33] <Overseer> jelly: It sounds like outlook users are
marking emails as Junk, but unless its a malicious attempt to ruin
my small community, I cannot think of any actual spam coming from
me.
2537 [17:09:44] *** Quits: petems (sid27138@replaced-ip ) (Ping timeout: 250 seconds)
2538 [17:10:08] *** Joins: mlandoceansky (~m_los_f@replaced-ip )
2539 [17:10:09] *** Joins: shinnya (~shinnya@replaced-ip )
2540 [17:10:26] *** Joins: thadtheman (~tlophd@replaced-ip )
2541 [17:10:29] *** Joins: NickyP (sid20176@replaced-ip )
2542 [17:10:35] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
2543 [17:10:41] *** Joins: phystau (~phystau@replaced-ip )
2544 [17:10:42] <fguide> Overseer: what kind of link you have?
Normally, dynamic home ISP IP's are blacklisted because some
other people already used it to send... spam
2545 [17:10:42] <jelly> Overseer: if by outlook you mean
outlook.com, Microsoft's free and cloud mail services, they
have some sort of feedback loop
2546 [17:10:43] <thadtheman> Ok I have a short program which I
want to use associative arrays in. The associative array will map
strings to "structs" ( aggregate datatypes ). Is it better
to use bash or ruby? If not for the AA and the structs I would use
ruby, but ...
2547 [17:11:10] *** Joins: twisted` (sid6794@replaced-ip )
2548 [17:11:13] *** Joins: Nnavd (~Nnavd@replaced-ip )
2549 [17:11:21] *** Quits: Guest68921 (~johnny@replaced-ip ) (Ping timeout: 256 seconds)
2550 [17:11:23] <fguide> Overseer: so if you are using a dynamic
IP address, that might be it, other than that, call your ISP if your
IP is static and if it's actually blacklisted
2551 [17:11:24] <greycat> Bash has no struct.
2552 [17:11:43] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
2553 [17:11:46] *** Quits: jazz (~jazz@replaced-ip ) (Remote host closed the connection)
2554 [17:11:46] <greycat> The closest bash equivalent would be to
have multiple associative arrays that share indices.
2555 [17:11:46] *** Quits: aswen (~aswen@replaced-ip ) (Quit: WeeChat 1.5)
2556 [17:11:48] *** Joins: hualet (~hualet@replaced-ip )
2557 [17:12:03] <Overseer> fguide: It's a VPS, so should be a
dedicated IP. And I've run the IP though like MXToolbox and no
blacklist hits.
2558 [17:12:08] *** Quits: karimb (~karimb@replaced-ip ) (Quit: Karim has gone to sleep. ZZZzzz…)
2559 [17:12:53] <Overseer> All I can think of is some kids angry
the game isnt out yet trying to get back at me, but that's why
I was looking to catch a copy of all outgoing mail and make sure
something wasn't sneaking by.
2560 [17:12:59] *** Joins: petems (sid27138@replaced-ip )
2561 [17:13:11] *** Joins: CEnnis91 (uid3543@replaced-ip )
2562 [17:13:11] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
2563 [17:13:24] <greycat> Copies of the email are not generally
stored. Just log entries showing the sender and the recipient and
possibly a byte count.
2564 [17:14:08] <Overseer> Of course, outlook.com has from the
beginning been the only site to automatically send my mail to junk,
so maybe that counts. Not sure what more I could do except as my VPS
host to go up the chain and sell me ownership of the IP, put my name
on it.
2565 [17:14:20] <jelly> you can do a lot of things.
2566 [17:14:42] *** Joins: AnD[a]LeS (~andales@replaced-ip )
2567 [17:14:52] <jelly> one of them is use a reputable ESP to send
your stuff, instead of a self-hosted solution
2568 [17:14:56] *** Joins: karimb (~karimb@replaced-ip )
2569 [17:15:00] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2570 [17:15:16] <Overseer> Speaking of I tried the outlook
feedback loop, trouble is I would need to get my ISP to answer the
confirmation email since it will only send the email to them.
2571 [17:15:18] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Quit: GJ_)
2572 [17:15:28] *** Joins: go_upe_io (~nodebot@replaced-ip )
2573 [17:15:30] <`Kevin> Overseer: do you have a proper SPF record
+ RDNS/PTR + DKIM setup?
2574 [17:15:35] <jelly> Overseer: do you have your own domain and
MX?
2575 [17:15:54] *** Quits: go_upe_io (~nodebot@replaced-ip ) (Remote host closed the connection)
2576 [17:16:29] *** Joins: mdim (~mdim@replaced-ip )
2577 [17:16:34] <Overseer> I have the SPF, Reverse DNS on the IP
is filled out with the IP owner(quadranet), not me, DKIM I am
looking into.
2578 [17:16:44] *** Quits: mlandoceansky (~m_los_f@replaced-ip ) (Remote host closed the connection)
2579 [17:16:59] <jelly> do you have a static ip assignment at all
2580 [17:16:59] *** Joins: Ceber (~cerberus@replaced-ip )
2581 [17:17:04] *** Parts: n4dir (~user@replaced-ip )
2582 [17:17:06] *** Joins: avalchev (uid190868@replaced-ip )
2583 [17:17:17] <Overseer> jelly: I have my own domain, MX record
set up for it...though I guess an issue could be that I also send
mail to myself and family as a second domain.
2584 [17:17:20] <`Kevin> Overseer: you confirmed RDNS matches what
your MTA is identifying itself as?
2585 [17:17:42] *** Joins: go_upe_io (~nodebot@replaced-ip )
2586 [17:17:47] *** Quits: go_upe_io (~nodebot@replaced-ip ) (Remote host closed the connection)
2587 [17:18:17] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
2588 [17:18:28] *** Quits: Elirips (~Elirips@replaced-ip ) (Read error: Connection reset by peer)
2589 [17:18:36] *** Quits: knamehost (~kdname@replaced-ip ) (Remote host closed the connection)
2590 [17:18:38] *** Joins: go_upe_io (~nodebot@replaced-ip )
2591 [17:18:39] <`Kevin> if you have all the basics covered back
to jelly's point the reason ESPs exist is because of IPs with
reputation which is to an extent BS but is what it is
2592 [17:18:43] *** Quits: go_upe_io (~nodebot@replaced-ip ) (Remote host closed the connection)
2593 [17:18:46] *** Quits: franzer (~franz@replaced-ip ) (Quit: WeeChat 1.6)
2594 [17:19:02] *** Quits: patterson (~patterson@replaced-ip ) (Read error: Connection reset by peer)
2595 [17:19:03] *** Joins: go_upe_io (~nodebot@replaced-ip )
2596 [17:19:21] *** Joins: Colti (Miramar-FL@replaced-ip )
2597 [17:19:24] <Overseer> Kevin That's a fun one, because I
was told previously to set my MTA to the domain I was sending,
because the RDNS is the IP Owner, and has no valid FDNS.
2598 [17:19:28] *** Quits: go_upe_io (~nodebot@replaced-ip ) (Remote host closed the connection)
2599 [17:19:52] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
2600 [17:20:02] *** Joins: Guest68921 (~johnny@replaced-ip )
2601 [17:20:10] *** Joins: sp3ctr3 (~sp3ctr3@replaced-ip )
2602 [17:20:10] <missmbob> Overseer: the rdns can only be set by
the ip owner - so you need to contact them. they'll do it. i
did it to my linode vps
2603 [17:20:11] <Overseer> Is there such a thing as a free ESP? :P
Hate to be cheap but that's the life.
2604 [17:20:15] *** Joins: acidtech (acid@replaced-ip )
2605 [17:20:34] *** Quits: CapsAdmon (~CapsAdmin@replaced-ip ) (Ping timeout: 250 seconds)
2606 [17:20:44] <`Kevin> Overseer: do you manage the domain?
2607 [17:20:45] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 240 seconds)
2608 [17:21:00] <`Kevin> Overseer: if so you can just make an A
record that is identical to the PTR/RDNS
2609 [17:21:16] *** Joins: schu-r (~Thunderbi@replaced-ip )
2610 [17:21:16] *** Quits: trueneu (~noone@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2611 [17:21:23] *** Joins: go_upe_io (~go_upe_io@replaced-ip )
2612 [17:21:24] *** Quits: wtkp (~wtkp@replaced-ip ) (Ping timeout: 260 seconds)
2613 [17:21:40] <`Kevin> but yes x2 @ missmbob
2614 [17:22:43] <`Kevin> Overseer: when your server send mail it
should be .... EHLO blah.domain.tld
2615 [17:22:43] <Overseer> Kevin I own my domain but the IP rDNS
is something like 123.static.quadranet.com, which I do not own...I
will prod my host again to change it to my domain...I thought I
already went through this..
2616 [17:22:52] <`Kevin> the RDNS should match that
2617 [17:22:58] *** Joins: lethu_ (~lethu@replaced-ip )
2618 [17:23:06] <`Kevin> A rcords should exist for blah.domain.tkd
as well
2619 [17:23:09] <`Kevin> records*
2620 [17:23:21] <`Kevin> right
2621 [17:23:29] <Overseer> It resolves to localhost.
2622 [17:23:45] <`Kevin> Overseer: as missmbob said contact
quadranet and tell them to make it something else ..
blah.yourdomain.com and change your MTAs hostname to match
2623 [17:24:02] *** Joins: patterson (~patterson@replaced-ip )
2624 [17:24:05] *** Quits: evade (~evade@replaced-ip ) (Ping timeout: 260 seconds)
2625 [17:24:12] <Overseer> OK, I will get on that (and learning
about DKIM)
2626 [17:24:14] *** Quits: afx_ (~afx_@replaced-ip ) (Quit: Leaving)
2627 [17:24:16] *** Quits: Ceber (~cerberus@replaced-ip ) (Remote host closed the connection)
2628 [17:24:21] <qqx> Or they should at least add an A record for
the PTR.
2629 [17:24:26] *** Quits: lolusux (~lolusux@replaced-ip ) (Quit: Leaving)
2630 [17:24:38] *** Quits: _KaszpiR_ (~kaszpir@replaced-ip ) (Ping timeout: 245 seconds)
2631 [17:24:41] <qqx> If for some reason they're unwilling to
setup RDNS pointing to your domain.
2632 [17:24:45] *** Quits: afx__ (~afx_@replaced-ip ) (Quit: Leaving)
2633 [17:24:56] <`Kevin> qqx: yep its just cleaner to update PTR
to match the server's settings ;)
2634 [17:24:58] <`Kevin> but both ways will work
2635 [17:25:06] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2636 [17:25:15] *** Joins: afx_ (~afx_@replaced-ip )
2637 [17:25:53] *** Quits: lethu (~lethu@replaced-ip ) (Ping timeout: 245 seconds)
2638 [17:25:57] <`Kevin> Overseer: i would do that before sending
much more mail... IP reputation could be going down for certain
destinations
2639 [17:26:01] *** Joins: WormFood (~wormfood@replaced-ip )
2640 [17:26:11] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
2641 [17:26:30] <shodan`> is there any reason why
sid-proposed-updates doesn't work?
2642 [17:26:32] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
2643 [17:26:35] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Read error: Connection reset by peer)
2644 [17:26:39] <missmbob> shodan`: because it makes no sense
2645 [17:26:39] <shodan`> or am I just doing something wrong?
2646 [17:26:49] <missmbob> !tell shodan` about debian-next
2647 [17:26:52] <qqx> shodan`: Updates to sid don't get
proposed, they just happen
2648 [17:26:57] <Overseer> And just to be clear, it is acceptable
to send mail for gamename.com while identifying as companyname.com
as long as the SPF for gamename.com declares companyname.com?
2649 [17:27:10] *** Quits: sp3ctr3 (~sp3ctr3@replaced-ip ) (Quit: leaving)
2650 [17:27:11] <Hello71> spf doesn't have domains
2651 [17:27:22] <shodan`> missmbob: so `deb
replaced-url
2652 [17:27:32] <jelly> shodan`: there is no such thing, sid is
where the latest packages go.
2653 [17:27:35] <missmbob> shodan`: yes.
2654 [17:28:00] *** debhelper sets mode: +l 1663
2655 [17:28:07] *** Joins: Dohplay (~Dohplay@replaced-ip )
2656 [17:28:10] *** Joins: marcozink (~marcozink@replaced-ip )
2657 [17:28:23] *** Quits: jmnk (jargonmonk@replaced-ip ) (Remote host closed the connection)
2658 [17:28:29] <shodan`> is there a reason why the php7 package
is downgraded to php 7.0.12-1 instead of 7.8 (what is was before I
ran upgrade for the first time in a month or so)
2659 [17:28:46] <shodan`> or am I again doing something silly
2660 [17:28:50] <missmbob> shodan`: please see what the bot said
about debian-next
2661 [17:28:52] <jelly> shodan`: 7.8?
2662 [17:28:57] *** Joins: brammator (~brammator@replaced-ip )
2663 [17:29:11] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip ) (Ping timeout: 257 seconds)
2664 [17:29:19] *** Quits: Dohplay (~Dohplay@replaced-ip ) (Max SendQ exceeded)
2665 [17:29:25] <greycat> what is downgrade
2666 [17:29:32] <shodan`> oh wait I'm just misreading it
2667 [17:29:48] *** Joins: Dohplay (~Dohplay@replaced-ip )
2668 [17:29:49] *** Quits: go_upe_io (~go_upe_io@replaced-ip ) (Remote host closed the connection)
2669 [17:29:54] <shodan`> jelly: yeah, no sleep for 24+ hours
takes a toll I guess, it used to be 7.0.8 now it's 7.0.12 so
it's correct
2670 [17:29:57] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip )
2671 [17:29:59] <jelly> shodan`: read /msg dpkg ssb, and provide
all the info to the right channel (#debian-next, NOT on freenode)
2672 [17:30:19] <jelly> shodan`: don't sysadmin while drunk.
Or sleep deprived.
2673 [17:30:24] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
2674 [17:30:28] <jelly> same thing, basically
2675 [17:30:36] *** Joins: eric12345 (~eric12345@replaced-ip )
2676 [17:30:47] *** Joins: cdown (~cdown@replaced-ip )
2677 [17:30:51] *** Joins: dtcrshr (~datacrush@replaced-ip )
2678 [17:30:57] <petn-randall> One of them is more fun, though.
2679 [17:30:58] <shodan`> I haven't broken anything yet and
the day is almost over, doing some overtime at the moment
2680 [17:31:33] <missmbob> overtime. so this is work? running sid?
2681 [17:31:40] <shodan`> build slaves
2682 [17:31:50] <jelly> slavery!
2683 [17:31:59] *** Joins: Ceber (~cerberus@replaced-ip )
2684 [17:32:07] <shodan`> Our build slaves run Debian sid to make
sure that we're targeting the most recent version of PHP
2685 [17:32:40] *** Joins: ruied (~ruied@replaced-ip )
2686 [17:32:42] <greycat> On purpose?!?
2687 [17:33:06] <missmbob> you should update your resume
2688 [17:33:17] *** Quits: ruied (~ruied@replaced-ip ) (Max SendQ exceeded)
2689 [17:33:29] *** Joins: Meerkat (~meerkat@replaced-ip )
2690 [17:33:36] *** Joins: idts (~lxuser@replaced-ip )
2691 [17:33:45] *** Quits: Mithrandir__ (~Nobody@replaced-ip ) (Ping timeout: 244 seconds)
2692 [17:33:53] *** Joins: ruied (~ruied@replaced-ip )
2693 [17:33:53] *** Quits: DomaMuffin (~DomaMuffi@replaced-ip ) (Ping timeout: 260 seconds)
2694 [17:34:00] <shodan`> The project is not scheduled for release
for quite some time so the slaves that build it are running php7.x.
Other projects are running on php5.6 workers
2695 [17:34:40] *** Quits: epistrephein (uid190806@replaced-ip ) (Quit: Connection closed for inactivity)
2696 [17:35:08] <jelly> shodan`: thumbs up for future proofing!
2697 [17:35:13] *** Joins: morphis_ (~morphis@replaced-ip )
2698 [17:35:14] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
2699 [17:35:25] *** Joins: DomaMuffin (~DomaMuffi@replaced-ip )
2700 [17:35:27] *** Joins: In33dt0Kn0w (~v@replaced-ip )
2701 [17:35:33] *** Joins: Lorenzo_ (~Lorenzo@replaced-ip )
2702 [17:35:38] *** Joins: sandeepkr_ (~sandeepkr@replaced-ip )
2703 [17:35:39] <shodan`> it's not something I just decided
because I want to just run the most bleeding edge
2704 [17:35:39] *** Quits: brammator (~brammator@replaced-ip ) ()
2705 [17:35:42] *** Quits: sandeepkr_ (~sandeepkr@replaced-ip ) (Read error: Connection reset by peer)
2706 [17:35:53] <jelly> shodan`: if you never experienced debian
during a freeze, /msg dpkg slushy
2707 [17:36:01] *** Joins: Lorenzo64 (~quassel@replaced-ip )
2708 [17:36:18] *** Joins: sandeepkr_ (~sandeepkr@replaced-ip )
2709 [17:36:19] *** Quits: sandeepkr_ (~sandeepkr@replaced-ip ) (Read error: Connection reset by peer)
2710 [17:36:28] <shodan`> we're still building stuff on a
2005 version of delphi for example
2711 [17:37:01] <shodan`> jelly: If a php7.x version gets frozen
then we'll target that. But nothing is reverse incompatible at
the moment.
2712 [17:37:08] <jelly> does that delphi source build with fpc
:->
2713 [17:37:28] <shodan`> Don't know, we have a pretty
terrible bus factor for the people who work on that project
2714 [17:37:32] *** Quits: Y04NN (~y04nn@replaced-ip ) (Remote host closed the connection)
2715 [17:37:34] *** Joins: cyan__ (~cyan@replaced-ip )
2716 [17:37:38] <shodan`> 1985 was the year the project started :x
2717 [17:37:40] *** Joins: go_upe_io (~go_upe_io@replaced-ip )
2718 [17:38:01] *** debhelper sets mode: +l 1673
2719 [17:38:01] *** Quits: go_upe_io (~go_upe_io@replaced-ip ) (Remote host closed the connection)
2720 [17:38:08] *** Quits: angor (~angor@replaced-ip ) (Read error: Connection reset by peer)
2721 [17:38:09] *** lethu_ is now known as lethu
2722 [17:39:03] *** Joins: angor (~angor@replaced-ip )
2723 [17:39:29] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip ) (Ping timeout: 260 seconds)
2724 [17:39:35] *** Joins: Dohplay_ (~Dohplay@replaced-ip )
2725 [17:39:38] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 245 seconds)
2726 [17:40:15] *** Quits: Guest68921 (~johnny@replaced-ip ) (Ping timeout: 256 seconds)
2727 [17:40:16] * jelly decides he doesn't want to know more
2728 [17:40:43] *** Joins: Guest68921 (~johnny@replaced-ip )
2729 [17:40:53] *** Quits: Rafi1 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2730 [17:41:03] *** Joins: go_upe_io (~go_upe_io@replaced-ip )
2731 [17:41:15] *** Quits: polemic (~polemic@replaced-ip ) (Quit: Leaving)
2732 [17:41:33] *** Quits: go_upe_io (~go_upe_io@replaced-ip ) (Remote host closed the connection)
2733 [17:42:53] *** Joins: Agiofws (~agiofws@replaced-ip )
2734 [17:43:05] *** Quits: Dohplay (~Dohplay@replaced-ip ) (Ping timeout: 256 seconds)
2735 [17:44:10] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
2736 [17:44:18] *** Joins: go_upe_io (~go_upe_io@replaced-ip )
2737 [17:44:20] *** Joins: wokedame (~sfgsfdsad@replaced-ip )
2738 [17:44:37] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Ping timeout: 260 seconds)
2739 [17:45:33] *** Quits: towo` (~towo@replaced-ip ) (Ping timeout: 260 seconds)
2740 [17:46:33] *** Joins: cyan__ (~cyan@replaced-ip )
2741 [17:47:06] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2742 [17:47:15] *** Joins: brguy (uid21011@replaced-ip )
2743 [17:47:34] *** Joins: hualet (~hualet@replaced-ip )
2744 [17:48:03] <boxrick1_> I am setting a network bridge, yet it
only comes to life after a reboot. Having done multiple network
restarts and ifup and ifdown its only the reboot which fixes it
2745 [17:48:09] <boxrick1_> Is there any reason this may be?
2746 [17:48:11] *** Quits: cyan__ (~cyan@replaced-ip ) (Remote host closed the connection)
2747 [17:48:48] *** Quits: wokedame (~sfgsfdsad@replaced-ip ) (Ping timeout: 245 seconds)
2748 [17:49:31] *** Quits: go_upe_io (~go_upe_io@replaced-ip ) (Remote host closed the connection)
2749 [17:49:46] *** Quits: markovh (zncuser@replaced-ip ) (Ping timeout: 244 seconds)
2750 [17:49:56] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Read error: Connection reset by peer)
2751 [17:50:27] *** Joins: artskiller (~artskille@replaced-ip )
2752 [17:50:29] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 248 seconds)
2753 [17:50:59] *** Joins: KaiserAres (~KaiserAre@replaced-ip )
2754 [17:52:09] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 252 seconds)
2755 [17:52:25] *** Joins: Lipp (~Lipp@replaced-ip )
2756 [17:53:09] *** Joins: l4m8d4 (~daniel@replaced-ip )
2757 [17:53:17] *** Quits: Lorenzo_ (~Lorenzo@replaced-ip ) (Quit: Leaving)
2758 [17:53:25] <ghormoon> hi, is it possible to use sssd to use
ldap and map uids? with clean ldap it seems impossible unsless the
ius are set for the users in the schema
2759 [17:53:29] *** Joins: GeorgeJipa (~admin@replaced-ip )
2760 [17:53:29] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
2761 [17:53:29] *** Joins: GeorgeJipa (~admin@replaced-ip )
2762 [17:53:32] *** Quits: m-h (~m-h@replaced-ip ) (Ping timeout: 265 seconds)
2763 [17:53:50] <l4m8d4> When I change my boot subvolume via
fstab, e.g. from "subvol=root" to
"subvol=root-new", setting is just ignored and the next
boot will boot to root again, even though I ran
"update-grub" and "update-initramfs -u -k all" -
what am I doing wrong?
2764 [17:53:53] *** Joins: sterniste (~sstern@replaced-ip )
2765 [17:54:13] *** Joins: babak (uid19622@replaced-ip )
2766 [17:54:22] *** Joins: wokedame (~sfgsfdsad@replaced-ip )
2767 [17:54:51] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 252 seconds)
2768 [17:55:47] *** Joins: Twinkletoes (~chatzilla@replaced-ip )
2769 [17:55:53] *** Joins: artskiller (~artskille@replaced-ip )
2770 [17:56:18] *** Quits: karimb (~karimb@replaced-ip ) (Quit: Karim has gone to sleep. ZZZzzz…)
2771 [17:56:22] *** Quits: dmr (~dmr@replaced-ip ) (Quit: Leaving)
2772 [17:56:37] *** Joins: maotm (~mao@replaced-ip )
2773 [17:56:41] *** Quits: Twinkletoes (~chatzilla@replaced-ip ) (Client Quit)
2774 [17:57:04] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
2775 [17:57:08] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
2776 [17:57:42] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (Ping timeout: 256 seconds)
2777 [17:57:55] *** Joins: evade (~evade@replaced-ip )
2778 [17:58:00] *** debhelper sets mode: +l 1666
2779 [17:58:11] *** Joins: towo` (~towo@replaced-ip )
2780 [17:58:42] *** Quits: evade (~evade@replaced-ip ) (Client Quit)
2781 [17:58:53] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
2782 [17:59:01] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2783 [17:59:12] *** Joins: trueneu (~noone@replaced-ip )
2784 [17:59:19] *** Joins: valeech (~valeech@replaced-ip )
2785 [17:59:43] *** Joins: bugzc (~1@replaced-ip )
2786 [18:00:01] *** Joins: heurist__ (heurist@replaced-ip )
2787 [18:00:04] *** Joins: polemic (~polemic@replaced-ip )
2788 [18:00:55] <annoymouse4210> what `70` means in
/etc/apt/apt.conf.d/70local-default-release ?
2789 [18:00:57] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
2790 [18:01:16] *** Quits: redeemed (~rd@replaced-ip ) (Quit: q)
2791 [18:01:18] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 250 seconds)
2792 [18:01:50] *** Quits: Spec (~Spec@replaced-ip ) (Ping timeout: 268 seconds)
2793 [18:01:52] <greycat> It's just a sequence number. The
files are processed in order.
2794 [18:01:57] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
2795 [18:02:55] *** Quits: heurist`_` (heurist@replaced-ip ) (Ping timeout: 256 seconds)
2796 [18:03:04] *** Joins: pencilandpaper (~penciland@replaced-ip )
2797 [18:05:09] *** Quits: KaiserAres (~KaiserAre@replaced-ip ) (Ping timeout: 260 seconds)
2798 [18:05:31] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
2799 [18:06:18] *** Quits: Overseer (6b4dca50@replaced-ip##) (Quit: ##replaced-url
2800 [18:06:44] *** Joins: c4a7b9b2 (~Corsair@replaced-ip )
2801 [18:07:32] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 250 seconds)
2802 [18:07:39] *** Joins: avalchev_ (~avalchev@replaced-ip )
2803 [18:08:20] *** Quits: David_Hernandez (~David_Her@replaced-ip ) (Quit: Saliendo)
2804 [18:09:04] *** Joins: SCHAAP137 (~SCHAAP137@replaced-ip )
2805 [18:10:22] *** Joins: Deathrattle (~death@replaced-ip )
2806 [18:10:24] *** Quits: arcviel (~root@replaced-ip ) (Ping timeout: 250 seconds)
2807 [18:11:33] *** Quits: avalchev_ (~avalchev@replaced-ip ) (Client Quit)
2808 [18:11:48] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
2809 [18:11:52] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 256 seconds)
2810 [18:12:42] *** Joins: arcviel (~root@replaced-ip )
2811 [18:12:42] *** Joins: wonderworld (~ww@replaced-ip )
2812 [18:12:53] *** Joins: evade (~evade@replaced-ip )
2813 [18:13:11] *** Quits: evade (~evade@replaced-ip ) (Client Quit)
2814 [18:14:19] *** Joins: pencilandpaper (~penciland@replaced-ip )
2815 [18:15:15] *** Quits: DomaMuffin (~DomaMuffi@replaced-ip ) (Ping timeout: 252 seconds)
2816 [18:15:15] *** Joins: Maxou_ (~maxou@replaced-ip )
2817 [18:15:17] *** Joins: OS-24749 (~OS-24749@replaced-ip )
2818 [18:15:31] *** Quits: Maxou (~maxou@replaced-ip ) (Read error: Connection reset by peer)
2819 [18:16:02] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 250 seconds)
2820 [18:16:08] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 252 seconds)
2821 [18:16:35] *** Joins: n4dir (~user@replaced-ip )
2822 [18:16:49] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 260 seconds)
2823 [18:17:00] *** Joins: DomaMuffin (~DomaMuffi@replaced-ip )
2824 [18:18:03] *** Joins: magnulu (~magnulu@replaced-ip )
2825 [18:18:52] *** Joins: piggah (~nick@replaced-ip )
2826 [18:18:52] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (Ping timeout: 260 seconds)
2827 [18:18:54] *** Joins: sh00p (~sh00p@replaced-ip )
2828 [18:18:59] *** Joins: Spec (~Spec@replaced-ip )
2829 [18:19:06] *** Quits: tlaxkit (~Thunderbi@replaced-ip ) (Quit: tlaxkit)
2830 [18:20:11] *** Joins: mtn (~mtn@replaced-ip )
2831 [18:20:32] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Ping timeout: 250 seconds)
2832 [18:21:01] *** Quits: polemic (~polemic@replaced-ip ) (Ping timeout: 260 seconds)
2833 [18:21:04] *** Quits: retduck (~jki@replaced-ip ) (Quit: -a- Connection Timed Out)
2834 [18:21:05] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
2835 [18:21:19] *** Joins: The_Loko (~The_Loko@replaced-ip )
2836 [18:21:23] *** Joins: retduck (~jki@replaced-ip )
2837 [18:21:35] *** Joins: idoit (~IceChat9@replaced-ip )
2838 [18:22:14] *** Joins: conta (~Thunderbi@replaced-ip )
2839 [18:22:35] *** Quits: idoit (~IceChat9@replaced-ip ) (Client Quit)
2840 [18:22:58] *** Quits: afx_ (~afx_@replaced-ip ) (Ping timeout: 250 seconds)
2841 [18:23:09] *** Joins: idoit (~IceChat9@replaced-ip )
2842 [18:23:48] *** Quits: fguide (~fguide@replaced-ip ) (Ping timeout: 245 seconds)
2843 [18:24:21] *** Joins: joncrunchbang (~joncrunch@replaced-ip )
2844 [18:25:46] *** Joins: Lipp (~Lipp@replaced-ip )
2845 [18:26:16] *** Quits: verm1n (~verm1n@replaced-ip ) (Ping timeout: 260 seconds)
2846 [18:26:26] *** Joins: franzer (~franzer@replaced-ip )
2847 [18:26:34] *** Quits: Maxou_ (~maxou@replaced-ip ) (Remote host closed the connection)
2848 [18:26:36] *** Quits: eshlox (uid44222@replaced-ip ) (Quit: Connection closed for inactivity)
2849 [18:26:43] *** Quits: ilyaman (ilyaman@replaced-ip ) (Ping timeout: 256 seconds)
2850 [18:27:58] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
2851 [18:27:59] *** Joins: anigma (~coder@replaced-ip )
2852 [18:28:19] <anigma> does anyone know if twm is included by
default in the xorg meta-package?
2853 [18:28:31] <greycat> judd file bin/twm
2854 [18:28:35] <judd> Search for bin/twm in jessie/amd64: twm:
usr/bin/twm
2855 [18:28:48] *** Quits: nj8 (~nj8@replaced-ip ) (Ping timeout: 245 seconds)
2856 [18:29:44] <greycat> I don't believe xorg brings in
*any* window manager packages.
2857 [18:29:53] *** Quits: pisekot (~user@replaced-ip ) (Remote host closed the connection)
2858 [18:29:59] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2859 [18:30:05] *** Joins: retduck_ (~jki@replaced-ip )
2860 [18:30:35] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Read error: Connection reset by peer)
2861 [18:31:57] <n4dir> in the past xorg added a tiny
window-manager, perhaps twm, but it doesn't anymore.
2862 [18:32:04] <n4dir> well: last time i checked.
2863 [18:32:08] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
2864 [18:32:19] *** Joins: altin (~altin@replaced-ip )
2865 [18:32:19] *** Quits: altin (~altin@replaced-ip ) (Changing host)
2866 [18:32:19] *** Joins: altin (~altin@replaced-ip )
2867 [18:32:31] *** Quits: retduck (~jki@replaced-ip ) (Ping timeout: 250 seconds)
2868 [18:33:48] *** Quits: Agiofws (~agiofws@replaced-ip ) (Quit: Leaving)
2869 [18:33:58] *** Quits: SCHAAP137 (~SCHAAP137@replaced-ip ) (Ping timeout: 250 seconds)
2870 [18:34:08] *** Joins: retduck (~jki@replaced-ip )
2871 [18:36:24] <greycat> Last dependency it lists is "xterm
| x-terminal-emulator"
2872 [18:36:50] *** Quits: retduck_ (~jki@replaced-ip ) (Ping timeout: 250 seconds)
2873 [18:36:58] *** Joins: SpeccyMan (~nick@replaced-ip )
2874 [18:37:02] *** Joins: smokin_dank (~zipnode@replaced-ip )
2875 [18:37:58] *** Quits: In33dt0Kn0w (~v@replaced-ip ) (Ping timeout: 245 seconds)
2876 [18:38:41] *** Joins: smica (~smica@replaced-ip )
2877 [18:38:46] *** Joins: In33dt0Kn0w (~v@replaced-ip )
2878 [18:39:27] *** Joins: fguide (~fguide@replaced-ip )
2879 [18:39:45] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
2880 [18:39:52] <anigma> greycat: much obliged
2881 [18:39:55] *** Parts: anigma (~coder@replaced-ip )
2882 [18:39:56] *** Quits: TsukiRa (~fpob@replaced-ip ) (Ping timeout: 265 seconds)
2883 [18:41:27] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Ping timeout: 256 seconds)
2884 [18:41:56] *** Joins: afx_ (~afx_@replaced-ip )
2885 [18:42:14] *** Quits: HappyLoaf (~HappyLoaf@replaced-ip ) (Ping timeout: 245 seconds)
2886 [18:42:27] *** Joins: SuperTramp83 (~user@replaced-ip )
2887 [18:42:38] *** Joins: Masterphi (~Masterphi@replaced-ip )
2888 [18:42:41] *** Quits: Zvmdyv_m (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2889 [18:43:30] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 250 seconds)
2890 [18:44:27] *** Joins: HappyLoaf (~HappyLoaf@replaced-ip )
2891 [18:46:44] *** Joins: shootbird (~quassel@replaced-ip )
2892 [18:47:03] *** Quits: Ishaq (~Ishaq@replaced-ip ) (Excess Flood)
2893 [18:47:18] *** Joins: Ishaq (~Ishaq@replaced-ip )
2894 [18:47:31] *** Joins: debinola (523b0f02@replaced-ip )
2895 [18:47:41] *** Quits: h9 (Elite17198@replaced-ip ) (Ping timeout: 250 seconds)
2896 [18:48:14] *** Joins: micros (~no@replaced-ip )
2897 [18:48:17] <micros> does anyone know how to post a linux user
input key event for KEY_VOLDOWN/UP where the input type is EV_REL?
when i do this, no event is processed under android. If i use
EV_KEY, it works OK, but this is not suitable for a rotary knob
which provides only a relative offset when its turned.
2898 [18:48:17] *** Joins: maotm_ (~mao@replaced-ip )
2899 [18:48:24] *** Joins: nullbyte_ (~ghost@replaced-ip )
2900 [18:48:24] <debinola> hi. my headless machine stopped to get
ready ssh so i'm out. now i've got its memory here. how i
can investigate the issue? since systemd i don't know how to
debug things anymore... no text log
2901 [18:48:48] <debinola> i tried the 'systemd-nspawn -D
debian-tree/' magic but i get a shell working but with systemd
unusable.
2902 [18:49:10] <debinola> with "systemd-nspawn -D
debian-tree/ /sbin/init" i get the system running but login
prompt don't show up. last mesasge is "Failed to allocate
manager object: Function not implemented"
2903 [18:49:17] *** Quits: BaW (~BaW@replaced-ip ) (Quit: connection reset by cruise missile)
2904 [18:50:15] *** Joins: luckman212 (~luckman21@replaced-ip )
2905 [18:51:04] *** Quits: NoteOn (~noteon@replaced-ip ) (Quit: Leaving...)
2906 [18:51:30] *** Joins: NoteOn (~noteon@replaced-ip )
2907 [18:51:52] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2908 [18:51:58] *** Joins: nikoma (~nikoma@replaced-ip )
2909 [18:52:08] *** Joins: nj8 (~nj8@replaced-ip )
2910 [18:52:12] *** Joins: Specialist (~tg@replaced-ip )
2911 [18:52:13] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 256 seconds)
2912 [18:52:28] *** Joins: lver_ (~liver@replaced-ip )
2913 [18:53:09] *** Joins: Putti (~Putti@replaced-ip )
2914 [18:53:48] *** Joins: davimore (~davimore@replaced-ip )
2915 [18:54:20] *** Quits: lver (~liver@replaced-ip ) (Ping timeout: 250 seconds)
2916 [18:54:37] *** Quits: DrNo (~DrNo@replaced-ip ) (Read error: Connection reset by peer)
2917 [18:54:48] *** Joins: polemic (~polemic@replaced-ip )
2918 [18:54:58] *** Joins: sdlnv (~sdlnv@replaced-ip )
2919 [18:54:59] <petn-randall> debinola: What would you do with
sysv init what you can't do with systemd?
2920 [18:55:03] *** Quits: l4m8d4 (~daniel@replaced-ip ) (Ping timeout: 256 seconds)
2921 [18:55:21] *** Quits: davimore_ (~davimore@replaced-ip ) (Ping timeout: 252 seconds)
2922 [18:55:23] *** Joins: l4m8d4 (~daniel@replaced-ip )
2923 [18:56:06] <somiaj> debinola: besides for the journctl log
which may not be there if you don't have persistance enabled,
lots of other logs are still in /var/log you can look for things in.
2924 [18:56:27] *** Joins: DrNo (~DrNo@replaced-ip )
2925 [18:56:31] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
2926 [18:56:46] <petn-randall> I'd try to chroot into the
system, and look at the logs in /var/log/, both things you can still
do with systemd.
2927 [18:56:49] *** Joins: pencilandpaper (~skribblez@replaced-ip )
2928 [18:57:03] *** Joins: Goddesspapa (~goddesspa@replaced-ip )
2929 [18:57:32] <greycat> sysvinit + bootlogd did create a nice
human-readable /var/log/boot though.
2930 [18:57:32] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 260 seconds)
2931 [18:57:49] <n4dir> ^^ that.
2932 [18:57:54] *** Joins: TsukiRa (~fpob@replaced-ip )
2933 [18:58:33] *** Quits: srtu (~hypnotoad@replaced-ip ) (Quit: Verlassend)
2934 [18:58:44] *** Quits: retduck (~jki@replaced-ip ) (Remote host closed the connection)
2935 [18:59:18] <petn-randall> Ah, in that case you need
persistent journal to get the same.
2936 [18:59:47] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2937 [18:59:49] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Ping timeout: 248 seconds)
2938 [19:00:26] *** Quits: sl4v3 (~casey.bil@216.13.193.90) (Quit:
leaving)
2939 [19:00:39] *** Joins: GeorgeJipa (~admin@replaced-ip )
2940 [19:00:39] *** Quits: GeorgeJipa (~admin@replaced-ip ) (Changing host)
2941 [19:00:39] *** Joins: GeorgeJipa (~admin@replaced-ip )
2942 [19:01:12] *** Quits: humbot (~unkraut@replaced-ip ) (Ping timeout: 265 seconds)
2943 [19:01:15] *** Quits: endstille (~endstille@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2944 [19:02:23] *** Joins: pitelpan (~panagioti@replaced-ip )
2945 [19:02:23] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
2946 [19:02:23] *** Joins: pitelpan (~panagioti@replaced-ip )
2947 [19:02:29] *** Joins: jorb (~jorb@replaced-ip )
2948 [19:02:34] *** Quits: afernandez_ (~afernande@replaced-ip ) (Read error: Connection reset by peer)
2949 [19:03:02] <jorb> so i'm trying to extract these rpms ..
via `rpm2cpio <file> | cpio -di`
2950 [19:03:19] <jorb> and some of the files are setgid, and
causing lots of permission denied
2951 [19:03:33] <jorb> i'm at a loss as to how to fix it
without sudo'ing
2952 [19:03:39] *** Quits: n4dir (~user@replaced-ip ) (Read error: Connection reset by peer)
2953 [19:04:10] <greycat> Are you planning to *run* those setgid
programs? With or without their setgid bits?
2954 [19:04:29] *** Quits: hepukt4e (~hep@replaced-ip ) (Quit: Leaving)
2955 [19:04:34] *** Quits: wonton (wonton@replaced-ip ) ()
2956 [19:04:54] <jorb> not ncessarily .. just trying to extract
them
2957 [19:05:02] <jorb> actually, it is the directories that are
setgid
2958 [19:05:19] <jorb> i can confirm the rpms are perfectly valid
and stuff
2959 [19:05:21] *** Quits: thebrush (~Icedove@replaced-ip ) (Quit: Ciao)
2960 [19:05:27] <jorb> just not sure how to extract them on my
debian machine
2961 [19:05:48] *** Joins: mistar_ti (~Ludmil@replaced-ip )
2962 [19:06:04] *** Joins: Vjetar (~Vjetar@replaced-ip )
2963 [19:06:36] *** Quits: mistar_ti (~Ludmil@replaced-ip ) (Client Quit)
2964 [19:07:01] *** Joins: humbot (~unkraut@replaced-ip )
2965 [19:07:02] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2966 [19:08:10] *** Quits: oish (~charlie@replaced-ip ) (Quit: leaving)
2967 [19:08:19] *** Quits: fguide (~fguide@replaced-ip##) (Quit: ZNC - ##replaced-url
2968 [19:08:22] *** Joins: h9 (Elite17198@replaced-ip )
2969 [19:09:06] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Remote host closed the connection)
2970 [19:09:15] *** Quits: eumel (~eumel@replaced-ip ) (Quit: leaving)
2971 [19:09:43] *** Joins: OS-24749 (~OS-24749@replaced-ip )
2972 [19:10:02] *** Quits: rlange (~rlange@replaced-ip ) (Quit: leaving)
2973 [19:10:04] *** Joins: fearnothing (~nothing@replaced-ip )
2974 [19:10:10] *** Quits: Starky (~Starky@replaced-ip ) (Read error: Connection reset by peer)
2975 [19:10:28] *** Joins: Starky (~Starky@replaced-ip )
2976 [19:10:44] <petn-randall> jorb: You could use fakeroot if the
extraction process fails. rpm2cpio doesn't have an option to
override permissions and ownership?
2977 [19:10:48] *** Quits: nj8 (~nj8@replaced-ip ) (Ping timeout: 256 seconds)
2978 [19:11:18] *** Joins: kpease (~kpease@replaced-ip )
2979 [19:11:44] *** Parts: micros (~no@replaced-ip )
2980 [19:11:54] *** Joins: z0ran (~z0ran@replaced-ip )
2981 [19:11:56] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 250 seconds)
2982 [19:12:08] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2983 [19:12:45] *** Joins: Knaldgas (~pdj@replaced-ip )
2984 [19:12:55] *** Joins: jmnk (jargonmonk@replaced-ip )
2985 [19:13:03] *** Quits: polemic (~polemic@replaced-ip ) (Remote host closed the connection)
2986 [19:13:20] *** Joins: rlange (~rlange@replaced-ip )
2987 [19:13:27] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
2988 [19:13:31] <debinola> petn-randall: /var/log XD
2989 [19:13:34] *** Joins: josuebrunel (~josuebrun@replaced-ip )
2990 [19:14:03] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Ping timeout: 252 seconds)
2991 [19:14:10] *** rainfyre_ is now known as rainfyre
2992 [19:14:41] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Ping timeout: 260 seconds)
2993 [19:15:20] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
2994 [19:16:05] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Read error: Connection timed out)
2995 [19:16:19] *** Quits: pitelpan (~panagioti@replaced-ip##) (Quit: ZNC - ##replaced-url
2996 [19:16:36] *** Quits: Gnomethrower (~B@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2997 [19:16:37] *** Joins: pitelpan (~panagioti@replaced-ip )
2998 [19:16:38] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
2999 [19:16:38] *** Joins: pitelpan (~panagioti@replaced-ip )
3000 [19:16:38] *** Parts: josuebrunel (~josuebrun@replaced-ip )
3001 [19:16:42] *** Quits: afx_ (~afx_@replaced-ip ) (Ping timeout: 250 seconds)
3002 [19:16:50] *** Joins: Goddesspapa (~goddesspa@replaced-ip )
3003 [19:17:03] *** Quits: rlange (~rlange@replaced-ip ) (Client Quit)
3004 [19:17:35] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3005 [19:18:00] *** debhelper sets mode: +l 1657
3006 [19:18:32] *** Quits: suffer (~jeff@replaced-ip ) (Ping timeout: 260 seconds)
3007 [19:19:03] *** Joins: rlange (~rlange@replaced-ip )
3008 [19:20:08] *** Joins: eraser (~eraser@replaced-ip )
3009 [19:20:15] *** Joins: karimb (~karimb@replaced-ip )
3010 [19:20:24] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 260 seconds)
3011 [19:20:32] <petn-randall> debinola: I'm not quite
getting what you're trying to say.
3012 [19:20:58] *** Quits: NoteOn (~noteon@replaced-ip ) (Quit: Leaving...)
3013 [19:21:10] *** Joins: NoteOn (~noteon@replaced-ip )
3014 [19:21:26] *** Joins: vannorden (~vannorden@replaced-ip )
3015 [19:21:26] *** Joins: lver (~liver@replaced-ip )
3016 [19:21:43] *** Joins: dreamon_ (~dreamon@replaced-ip )
3017 [19:22:02] *** Joins: magnulu (~magnulu@replaced-ip )
3018 [19:22:27] *** Joins: t0mmy (~tprrt@replaced-ip )
3019 [19:22:40] *** Joins: krytarik (~krytarik@replaced-ip )
3020 [19:22:48] *** Joins: ipx (~ipx@replaced-ip )
3021 [19:23:04] *** Joins: menace (~knorr@replaced-ip )
3022 [19:23:16] *** Quits: lver_ (~liver@replaced-ip ) (Ping timeout: 260 seconds)
3023 [19:23:35] *** Joins: silverhom (~silverhom@replaced-ip )
3024 [19:23:50] <debinola> neither do i with your question sorry.
so move on petn-randall
3025 [19:23:57] *** Joins: mtn (~mtn@replaced-ip )
3026 [19:24:09] *** Joins: Lipp (~Lipp@replaced-ip )
3027 [19:24:12] *** Quits: sm00th (~sm00th@replaced-ip ) (Ping timeout: 260 seconds)
3028 [19:25:32] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 250 seconds)
3029 [19:26:06] *** Joins: klow (~textual@replaced-ip )
3030 [19:27:29] *** Quits: Bennux_dev (~Bennux_de@replaced-ip ) (Quit: Leaving)
3031 [19:28:01] *** debhelper sets mode: +l 1666
3032 [19:28:16] *** Joins: amcorreia (~amcorreia@replaced-ip )
3033 [19:31:12] *** Quits: In33dt0Kn0w (~v@replaced-ip ) (Ping timeout: 256 seconds)
3034 [19:31:17] *** Joins: LNJ2GO (~lnj@replaced-ip )
3035 [19:31:23] *** Joins: ocx32 (369a46a6@replaced-ip )
3036 [19:31:24] <ocx32> hello
3037 [19:31:32] <ocx32> i F***cked my pc can anyone help?
3038 [19:31:32] <jim> hi
3039 [19:31:39] <ocx32> i booted in gparted livecd to extand /boot
, so i shrinked / few mbs and extanded /boot, pressed apply and now
i am unable to boot my ubuntu
3040 [19:31:54] *** Joins: robotroll (~robotroll@replaced-ip )
3041 [19:32:15] *** Quits: shodan` (~shodan`@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3042 [19:32:28] <petn-randall> !ubuntu
3043 [19:32:28] <dpkg> Ubuntu is based on Debian, but it is not
Debian. Only Debian is supported on #debian. Use #ubuntu on
chat.freenode.net instead. Even if the channel happens to be less
helpful, support for distributions other than Debian is offtopic on
#debian. See also <based on debian> and <ubuntuirc>.
3044 [19:32:32] <petn-randall> ocx32: ^^^
3045 [19:32:42] <ocx32> its a general linux question
3046 [19:32:59] <petn-randall> ocx32: Still offtopic in #debian,
check the /topic.
3047 [19:33:16] *** Joins: luckman212 (~luckman21@replaced-ip )
3048 [19:33:21] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (*.net *.split)
3049 [19:33:21] *** Quits: r0ck_ (r0ck@replaced-ip ) (*.net *.split)
3050 [19:33:21] *** Quits: beardface (~bearface@replaced-ip ) (*.net *.split)
3051 [19:33:21] *** Quits: georgeowell (~from@replaced-ip ) (*.net *.split)
3052 [19:33:21] *** Quits: beisner (~beisner@replaced-ip ) (*.net *.split)
3053 [19:33:21] *** Quits: Asoka (~a@replaced-ip ) (*.net *.split)
3054 [19:33:21] *** Quits: simp_ (~simp@replaced-ip ) (*.net *.split)
3055 [19:33:21] *** Quits: testian (~quassel@replaced-ip ) (*.net *.split)
3056 [19:33:21] *** Quits: at0m|c (~at0m@replaced-ip ) (*.net *.split)
3057 [19:33:21] *** Quits: markus4 (~markus@replaced-ip ) (*.net *.split)
3058 [19:33:21] *** Quits: macrobat (~beep@replaced-ip ) (*.net *.split)
3059 [19:33:21] *** Quits: yves_del_harlow| (~ydh@replaced-ip ) (*.net *.split)
3060 [19:33:21] *** Quits: stuartcnz__ (~quassel@replaced-ip ) (*.net *.split)
3061 [19:33:21] *** Quits: ketralnis (~ketralnis@replaced-ip ) (*.net *.split)
3062 [19:33:21] *** Quits: Pwnna (~Pwnna@replaced-ip ) (*.net *.split)
3063 [19:33:21] *** Quits: bibble (~bibble@replaced-ip ) (*.net *.split)
3064 [19:33:21] *** Quits: resixian (~akira@replaced-ip ) (*.net *.split)
3065 [19:33:21] *** Quits: enoch85 (~enoch85@replaced-ip ) (*.net *.split)
3066 [19:33:21] *** Quits: rpcope (~rpcope@replaced-ip ) (*.net *.split)
3067 [19:33:21] *** Quits: c0ded (~c0ded@replaced-ip ) (*.net *.split)
3068 [19:33:21] *** Quits: tomocha_______ (tomocha@replaced-ip ) (*.net *.split)
3069 [19:33:21] *** Quits: gunkaaa (~gunkaaa@replaced-ip ) (*.net *.split)
3070 [19:33:21] *** Quits: stealthii (sid17385@replaced-ip ) (*.net *.split)
3071 [19:33:21] *** Quits: AdorableGNU (~michael@replaced-ip ) (*.net *.split)
3072 [19:33:21] *** Quits: valdyn (valdyn@replaced-ip ) (*.net *.split)
3073 [19:33:21] *** Quits: XDS2010 (sid1218@replaced-ip ) (*.net *.split)
3074 [19:33:22] *** Quits: sidv (sidv@replaced-ip ) (*.net *.split)
3075 [19:33:22] *** Quits: Lildirt|SomeoneT (~Lildirt@replaced-ip ) (*.net *.split)
3076 [19:33:22] *** Quits: ikeigenwijs_ (~ikeigenwi@replaced-ip ) (*.net *.split)
3077 [19:33:22] *** Quits: paskl_ (~paskl@replaced-ip ) (*.net *.split)
3078 [19:33:22] *** Quits: DLange (~DLange@replaced-ip ) (*.net *.split)
3079 [19:33:22] *** Quits: SirLagz (~SirLagz@replaced-ip ) (*.net *.split)
3080 [19:33:22] *** Quits: ebarch (sid17287@replaced-ip ) (*.net *.split)
3081 [19:33:22] *** Quits: koltrast (f632df27@replaced-ip ) (*.net *.split)
3082 [19:33:22] *** Quits: Jidoor_ (~Jidoor@replaced-ip ) (*.net *.split)
3083 [19:33:22] *** Quits: Sciuro (~rogier@replaced-ip ) (*.net *.split)
3084 [19:33:22] *** Quits: NeoBlaster (~N3oBl@replaced-ip ) (*.net *.split)
3085 [19:33:22] *** Quits: Keridos (~Keridos@replaced-ip ) (*.net *.split)
3086 [19:33:22] *** Quits: dfgas (~dfgas@replaced-ip ) (*.net *.split)
3087 [19:33:22] *** Quits: `slikts (~nelabs@replaced-ip ) (*.net *.split)
3088 [19:33:22] *** Quits: dooglus (~biufter@replaced-ip ) (*.net *.split)
3089 [19:33:22] *** Quits: xsdg (~xsdg@replaced-ip ) (*.net *.split)
3090 [19:33:22] *** Quits: cmam (~cmam@replaced-ip ) (*.net *.split)
3091 [19:33:22] *** Quits: metaKin (metaKin@replaced-ip ) (*.net *.split)
3092 [19:33:22] *** Quits: Cipher45 (~Cipher45@replaced-ip ) (*.net *.split)
3093 [19:33:22] *** Quits: Ool (~Ool@replaced-ip ) (*.net *.split)
3094 [19:33:22] *** Quits: MrGeneral (~MrGeneral@replaced-ip ) (*.net *.split)
3095 [19:33:22] *** Quits: tobias1 (sid15532@replaced-ip ) (*.net *.split)
3096 [19:33:22] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (*.net *.split)
3097 [19:33:22] *** Quits: AndrewAlexMac (~andrewale@replaced-ip ) (*.net *.split)
3098 [19:33:22] *** Quits: sonne (~vmlinuz@replaced-ip ) (*.net *.split)
3099 [19:33:22] *** Quits: ashka (~postmaste@replaced-ip ) (*.net *.split)
3100 [19:33:22] *** Quits: ggherdov (sid11402@replaced-ip ) (*.net *.split)
3101 [19:33:22] *** Quits: gtrott_ (sid78444@replaced-ip ) (*.net *.split)
3102 [19:33:22] *** Quits: sloucher (sid168007@replaced-ip ) (*.net *.split)
3103 [19:33:22] *** Quits: c^ (chip@replaced-ip ) (*.net *.split)
3104 [19:33:22] *** Quits: CustosL1men (~CustosLim@replaced-ip ) (*.net *.split)
3105 [19:33:22] *** Quits: dflurker (~dimon@replaced-ip ) (*.net *.split)
3106 [19:33:22] *** Quits: ilken (~ilken@replaced-ip ) (*.net *.split)
3107 [19:33:22] *** Quits: Cybertinus (~Cybertinu@replaced-ip ) (*.net *.split)
3108 [19:33:22] *** Quits: muggahtee (sid148520@replaced-ip ) (*.net *.split)
3109 [19:33:22] *** Quits: fiQmob (uid13281@replaced-ip ) (*.net *.split)
3110 [19:33:22] *** Quits: CodingWithClass (~CodingWit@replaced-ip ) (*.net *.split)
3111 [19:33:22] *** Quits: bzed (~bzed@replaced-ip ) (*.net *.split)
3112 [19:33:22] *** Quits: mar77i (~mar77i@replaced-ip ) (*.net *.split)
3113 [19:33:22] *** Quits: mquin (~mquin@replaced-ip ) (*.net *.split)
3114 [19:33:22] *** Quits: Mir4g3 (~Mir4g3@replaced-ip ) (*.net *.split)
3115 [19:33:22] *** Quits: bolt (r00t@replaced-ip ) (*.net *.split)
3116 [19:33:22] *** Quits: trobotham (nitemare@replaced-ip ) (*.net *.split)
3117 [19:33:22] *** Quits: dcpc007 (~dcpc007@replaced-ip ) (*.net *.split)
3118 [19:33:22] *** Quits: Jikan (~Jikan@replaced-ip ) (*.net *.split)
3119 [19:33:22] *** Quits: ujjain (~ujjain@replaced-ip ) (*.net *.split)
3120 [19:33:22] *** Quits: DzAirmaX (~AirmaX@replaced-ip ) (*.net *.split)
3121 [19:33:22] *** Quits: eddul (~ludde@replaced-ip ) (*.net *.split)
3122 [19:33:22] *** Quits: nathanhi (~nathanhi@replaced-ip ) (*.net *.split)
3123 [19:33:22] *** Quits: jeezy (~xz@replaced-ip ) (*.net *.split)
3124 [19:33:22] *** Quits: Nightmare (ddoscomin@replaced-ip ) (*.net *.split)
3125 [19:33:22] *** Quits: Scuttle (~Scuttle@replaced-ip ) (*.net *.split)
3126 [19:33:22] *** Quits: XeonSquared (~ShadowKat@replaced-ip ) (*.net *.split)
3127 [19:33:22] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (*.net *.split)
3128 [19:33:22] *** Quits: ohithere (~binary@replaced-ip ) (*.net *.split)
3129 [19:33:22] *** Quits: cruxeternus (~cruxetern@replaced-ip ) (*.net *.split)
3130 [19:33:22] *** Quits: devtea (~tdreyer1@replaced-ip ) (*.net *.split)
3131 [19:33:22] *** Quits: deego (~user@replaced-ip ) (*.net *.split)
3132 [19:33:22] *** Quits: Zharf (~eclipser@replaced-ip ) (*.net *.split)
3133 [19:33:22] *** Quits: Tr4sK (~tr4sk@replaced-ip ) (*.net *.split)
3134 [19:33:22] *** Quits: phantomcircuit (~phantomci@replaced-ip ) (*.net *.split)
3135 [19:33:22] *** Quits: unborn (~ugly@replaced-ip ) (*.net *.split)
3136 [19:33:22] *** Quits: sheedy-away (sheedy@replaced-ip ) (*.net *.split)
3137 [19:33:22] *** Quits: gonyere (sid13040@replaced-ip ) (*.net *.split)
3138 [19:33:22] *** Quits: neffs (~neffs@replaced-ip ) (*.net *.split)
3139 [19:33:22] *** Quits: mfyll (~mfyll@replaced-ip ) (*.net *.split)
3140 [19:33:22] *** Quits: Merixer (~Merixer@replaced-ip ) (*.net *.split)
3141 [19:33:22] *** Quits: freakcom (~freakcom@replaced-ip ) (*.net *.split)
3142 [19:33:22] *** Quits: xrogaan (xrogaan@replaced-ip ) (*.net *.split)
3143 [19:33:22] *** Quits: kline (~kline@replaced-ip ) (*.net *.split)
3144 [19:33:22] *** Quits: rOss^64 (hayama@replaced-ip ) (*.net *.split)
3145 [19:33:22] *** Quits: bfit (~bfit@replaced-ip ) (*.net *.split)
3146 [19:33:22] *** Quits: precise (~precise@replaced-ip ) (*.net *.split)
3147 [19:33:22] *** Quits: shahri (~shahri@replaced-ip ) (*.net *.split)
3148 [19:33:22] *** Quits: TacoGS (~TacoGS@replaced-ip ) (*.net *.split)
3149 [19:33:22] *** Quits: DonVitoCorleone (don@replaced-ip ) (*.net *.split)
3150 [19:33:22] *** Quits: launchy (~david63@replaced-ip ) (*.net *.split)
3151 [19:33:22] *** Quits: Quick_Wango (~quickwang@replaced-ip ) (*.net *.split)
3152 [19:33:22] *** Quits: JasonO (~jason@replaced-ip ) (*.net *.split)
3153 [19:33:22] *** Quits: mordocai (~mordocai@replaced-ip ) (*.net *.split)
3154 [19:33:22] *** Quits: Nomads (~Nomad@replaced-ip ) (*.net *.split)
3155 [19:33:22] *** Quits: Miga (Miga@replaced-ip ) (*.net *.split)
3156 [19:33:22] *** Quits: Werring (werring@replaced-ip ) (*.net *.split)
3157 [19:33:22] *** Quits: alexbligh1 (~alexbligh@replaced-ip ) (*.net *.split)
3158 [19:33:22] *** Quits: stew (~stew@replaced-ip ) (*.net *.split)
3159 [19:33:22] *** Quits: NiLon (nilon@replaced-ip ) (*.net *.split)
3160 [19:33:22] *** Quits: SpeedBus (~SpeedBus@replaced-ip ) (*.net *.split)
3161 [19:33:22] *** Quits: phuzion (~phuzion@replaced-ip ) (*.net *.split)
3162 [19:33:22] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (*.net *.split)
3163 [19:33:22] *** Quits: jdiez (~jdiez@replaced-ip ) (*.net *.split)
3164 [19:33:22] *** Quits: bier (~bier@replaced-ip ) (*.net *.split)
3165 [19:33:22] *** Quits: guios (~gio@replaced-ip ) (*.net *.split)
3166 [19:33:22] *** Quits: banging (~banging@replaced-ip ) (*.net *.split)
3167 [19:33:22] *** Quits: CrazyyMaxx (CrazyyMaxx@replaced-ip ) (*.net *.split)
3168 [19:33:22] *** Quits: Madgod (~sheo@replaced-ip ) (*.net *.split)
3169 [19:33:22] *** Quits: djvdorp (djvdorp@replaced-ip ) (*.net *.split)
3170 [19:33:22] *** Quits: Telvana (~digits@replaced-ip ) (*.net *.split)
3171 [19:33:22] *** Quits: thalos (~thalos@replaced-ip ) (*.net *.split)
3172 [19:33:22] *** Quits: Dagger (~dagger@replaced-ip ) (*.net *.split)
3173 [19:33:22] *** Quits: Kulrak (~kvirc@replaced-ip ) (*.net *.split)
3174 [19:33:22] *** Quits: Andreas33 (~quassel@replaced-ip ) (*.net *.split)
3175 [19:33:22] *** Quits: mz|` (~emerick@replaced-ip ) (*.net *.split)
3176 [19:33:22] *** Quits: Cueball (~lee@replaced-ip ) (*.net *.split)
3177 [19:33:22] *** Quits: parshimers (~parshimer@replaced-ip ) (*.net *.split)
3178 [19:33:22] *** Quits: Trellmor (~Trellmor@replaced-ip ) (*.net *.split)
3179 [19:33:22] *** Quits: cusco (~tralala@replaced-ip ) (*.net *.split)
3180 [19:33:22] *** Quits: rosseaux (~BeRo@replaced-ip ) (*.net *.split)
3181 [19:33:22] *** Quits: nemo (~nemo@replaced-ip ) (*.net *.split)
3182 [19:33:23] *** Quits: Piper-Off (~P4rtyV4n@replaced-ip ) (*.net *.split)
3183 [19:33:23] *** Quits: Neo (~neo@replaced-ip ) (*.net *.split)
3184 [19:33:23] *** Quits: Nitori (~kappa@replaced-ip ) (*.net *.split)
3185 [19:33:23] *** Quits: Phanes (~Phanes@replaced-ip ) (*.net *.split)
3186 [19:33:23] *** Quits: themill (~stuart@replaced-ip ) (*.net *.split)
3187 [19:33:23] *** Quits: Apeiron` (znc@replaced-ip ) (*.net *.split)
3188 [19:33:23] *** Quits: bitti (bitti@replaced-ip ) (*.net *.split)
3189 [19:33:23] *** Quits: rypervenche (~rypervenc@replaced-ip ) (*.net *.split)
3190 [19:33:23] *** Quits: hassoon (hassoon@replaced-ip ) (*.net *.split)
3191 [19:33:23] *** Quits: rsully (~rsully@replaced-ip ) (*.net *.split)
3192 [19:33:23] *** Quits: SpaceKookie (~SpaceKook@replaced-ip ) (*.net *.split)
3193 [19:33:23] *** Quits: misiek200m (~miskof@replaced-ip ) (*.net *.split)
3194 [19:33:23] *** Quits: Jarus (~Jarus@replaced-ip ) (*.net *.split)
3195 [19:33:23] *** Quits: elky (~elky@replaced-ip ) (*.net *.split)
3196 [19:33:23] *** Quits: rhada (~rhada@replaced-ip ) (*.net *.split)
3197 [19:33:23] *** Quits: cwillu_at_work (~cwillu@replaced-ip ) (*.net *.split)
3198 [19:33:23] *** Quits: pasturesofplenty (~pastureso@replaced-ip ) (*.net *.split)
3199 [19:33:23] *** Quits: Hobby_boy (Hobbyboy@replaced-ip ) (*.net *.split)
3200 [19:33:23] *** Quits: IbexPeak (~quassel@replaced-ip ) (*.net *.split)
3201 [19:33:23] *** Quits: TonyL (~Tony@replaced-ip ) (*.net *.split)
3202 [19:33:23] *** Quits: namix (~namix@replaced-ip ) (*.net *.split)
3203 [19:33:23] *** Quits: sohum (sohum@replaced-ip ) (*.net *.split)
3204 [19:33:23] *** Quits: ilteris (~ilteris@replaced-ip ) (*.net *.split)
3205 [19:33:23] *** Quits: Emogen (quasselcor@replaced-ip ) (*.net *.split)
3206 [19:33:23] *** Quits: xand (~xand@replaced-ip ) (*.net *.split)
3207 [19:33:23] *** Quits: devster31 (~devsterkn@replaced-ip ) (*.net *.split)
3208 [19:33:23] *** Quits: James_T (james@replaced-ip ) (*.net *.split)
3209 [19:33:23] *** Quits: mirsal (~mirsal@replaced-ip ) (*.net *.split)
3210 [19:33:23] *** Quits: blommer (~blommer@replaced-ip ) (*.net *.split)
3211 [19:33:23] *** Quits: valerius (~valerius@replaced-ip ) (*.net *.split)
3212 [19:33:23] *** Quits: Subfusc (subfusc@replaced-ip ) (*.net *.split)
3213 [19:33:23] *** Quits: soahccc_ (~soahccc@replaced-ip ) (*.net *.split)
3214 [19:33:23] *** Quits: swaechter (swaechter@replaced-ip ) (*.net *.split)
3215 [19:33:23] *** Quits: dax (~dax@replaced-ip ) (*.net *.split)
3216 [19:33:23] *** Quits: VampiricPadraig (~quassel@replaced-ip ) (*.net *.split)
3217 [19:33:23] *** Quits: nailyk (~nailyk@replaced-ip ) (*.net *.split)
3218 [19:33:23] *** Quits: Joost (~Joost@replaced-ip ) (*.net *.split)
3219 [19:33:23] *** Quits: robin_debspace (~robin_deb@replaced-ip ) (*.net *.split)
3220 [19:33:23] *** Quits: hicks_ (~quassel@replaced-ip ) (*.net *.split)
3221 [19:33:23] *** Quits: jorb (~jorb@replaced-ip ) (*.net *.split)
3222 [19:33:23] *** Quits: LaunchDirector (~pi@replaced-ip ) (*.net *.split)
3223 [19:33:23] *** Quits: optraz (~cyzie@replaced-ip ) (*.net *.split)
3224 [19:33:23] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (*.net *.split)
3225 [19:33:23] *** Quits: alexlist (~alexlist@replaced-ip ) (*.net *.split)
3226 [19:33:23] *** Quits: hycer (~hycer@replaced-ip ) (*.net *.split)
3227 [19:33:23] *** Quits: ypwong (ypwong@replaced-ip ) (*.net *.split)
3228 [19:33:23] *** Quits: SPF (~spf@replaced-ip ) (*.net *.split)
3229 [19:33:23] *** Quits: djz88 (~ZKubala@replaced-ip ) (*.net *.split)
3230 [19:33:23] *** Quits: SwK (~SwK@replaced-ip ) (*.net *.split)
3231 [19:33:23] *** Quits: Fusselkater (~Fusselkat@replaced-ip ) (*.net *.split)
3232 [19:33:23] *** Quits: paulr (quasselcor@replaced-ip ) (*.net *.split)
3233 [19:33:23] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (*.net *.split)
3234 [19:33:23] *** Quits: ectospasm (~ectospasm@replaced-ip ) (*.net *.split)
3235 [19:33:23] *** Quits: Redfoxmoon (~Redfox@replaced-ip ) (*.net *.split)
3236 [19:33:23] *** Quits: howitdo (~howitdo@replaced-ip ) (*.net *.split)
3237 [19:33:23] *** Quits: cvr (~cvr@replaced-ip ) (*.net *.split)
3238 [19:33:23] *** Quits: fold4 (~JimmyRcom@replaced-ip ) (*.net *.split)
3239 [19:33:23] *** Quits: CowboyNeal (~pater@replaced-ip ) (*.net *.split)
3240 [19:33:23] *** Quits: llakey (~llakey@replaced-ip ) (*.net *.split)
3241 [19:33:23] *** Quits: Zew (~root@replaced-ip ) (*.net *.split)
3242 [19:33:23] *** Quits: preaction (~doug@replaced-ip ) (*.net *.split)
3243 [19:33:23] *** Quits: kingkong (antalya@replaced-ip ) (*.net *.split)
3244 [19:33:23] *** Quits: s7r (~s7r@replaced-ip ) (*.net *.split)
3245 [19:33:23] *** Quits: bezaban (~bezaban@replaced-ip ) (*.net *.split)
3246 [19:33:23] *** Quits: defanor (~defanor@replaced-ip ) (*.net *.split)
3247 [19:33:23] *** Quits: fauweh (~root@replaced-ip ) (*.net *.split)
3248 [19:33:23] *** Quits: nonada (~nonada@replaced-ip ) (*.net *.split)
3249 [19:33:27] *** Joins: shahri_ (~shahri@replaced-ip )
3250 [19:33:27] *** Joins: Tr4sK_ (~tr4sk@replaced-ip )
3251 [19:33:28] *** Joins: Miga (Miga@replaced-ip )
3252 [19:33:29] *** Joins: SPF (~spf@replaced-ip )
3253 [19:33:29] *** Joins: Sciuro (~rogier@replaced-ip )
3254 [19:33:29] *** Joins: ujjain- (~ujjain@replaced-ip )
3255 [19:33:29] *** Joins: Phanes- (Phanes@replaced-ip )
3256 [19:33:30] *** Joins: SpaceKoo- (~SpaceKook@replaced-ip )
3257 [19:33:30] *** Joins: bfit_ (~bfit@replaced-ip )
3258 [19:33:30] *** Joins: at0m|c_ (~at0m@replaced-ip )
3259 [19:33:30] *** Joins: ashka (~postmaste@replaced-ip )
3260 [19:33:30] *** Quits: ashka (~postmaste@replaced-ip ) (Changing host)
3261 [19:33:30] *** Joins: ashka (~postmaste@replaced-ip )
3262 [19:33:30] *** Joins: nemo (~nemo@replaced-ip )
3263 [19:33:31] *** Joins: dflurker (~dimon@replaced-ip )
3264 [19:33:31] *** Joins: valdyn (valdyn@replaced-ip )
3265 [19:33:31] *** Joins: cusco_ (~tralala@replaced-ip )
3266 [19:33:32] *** Joins: SpeedBus (~SpeedBus@replaced-ip )
3267 [19:33:32] *** Joins: parshimers (~parshimer@replaced-ip )
3268 [19:33:32] *** Joins: NiLon (nilon@replaced-ip )
3269 [19:33:32] *** Joins: TacoGS_ (~TacoGS@replaced-ip )
3270 [19:33:32] *** Joins: Zharf_ (~eclipser@replaced-ip )
3271 [19:33:32] *** Joins: xsdg_ (~xsdg@replaced-ip )
3272 [19:33:32] *** Joins: djz88 (~ZKubala@replaced-ip )
3273 [19:33:32] *** Joins: Werring` (werring@replaced-ip )
3274 [19:33:33] *** Joins: Quick_Wango (~quickwang@replaced-ip )
3275 [19:33:33] *** Joins: ilken (~ilken@replaced-ip )
3276 [19:33:33] *** Joins: rOss^64 (hayama@replaced-ip )
3277 [19:33:33] *** Joins: Trellmor (~Trellmor@replaced-ip )
3278 [19:33:33] *** Joins: phuzion (~phuzion@replaced-ip )
3279 [19:33:33] *** Joins: Keridos_ (~Keridos@replaced-ip )
3280 [19:33:34] *** Joins: Scuttle (~Scuttle@replaced-ip )
3281 [19:33:34] *** Joins: MrGeneral (~MrGeneral@replaced-ip )
3282 [19:33:34] *** Joins: jorb_ (~jorb@replaced-ip )
3283 [19:33:34] *** Joins: phantomcircuit (~phantomci@replaced-ip )
3284 [19:33:34] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
3285 [19:33:34] *** Joins: launchy (~david63@replaced-ip )
3286 [19:33:34] *** Joins: GhostInTheShell (~melkor@replaced-ip )
3287 [19:33:34] *** Joins: Qann (~Nomad@replaced-ip )
3288 [19:33:35] *** Joins: RyanKnack (RyanKnack@replaced-ip )
3289 [19:33:35] *** Joins: simp (~simp@replaced-ip )
3290 [19:33:35] *** Joins: Fusselkater (~Fusselkat@replaced-ip )
3291 [19:33:35] *** Joins: stew (~stew@replaced-ip )
3292 [19:33:35] *** Joins: Apeiron` (znc@replaced-ip )
3293 [19:33:36] *** Joins: CodingWithClass (~CodingWit@replaced-ip )
3294 [19:33:36] *** Joins: unborn (~ugly@replaced-ip )
3295 [19:33:36] *** Joins: SirLagz (~SirLagz@replaced-ip )
3296 [19:33:36] *** Joins: IbexPeak (~quassel@replaced-ip )
3297 [19:33:36] *** Joins: Pwnna (~Pwnna@replaced-ip )
3298 [19:33:37] *** Joins: thalos (~thalos@replaced-ip )
3299 [19:33:37] *** Joins: TonyL (~Tony@replaced-ip )
3300 [19:33:38] *** Quits: SpeedBus (~SpeedBus@replaced-ip ) (Changing host)
3301 [19:33:38] *** Joins: SpeedBus (~SpeedBus@replaced-ip )
3302 [19:33:38] *** Joins: Zew (~root@replaced-ip )
3303 [19:33:38] *** Joins: gunkaaa (~gunkaaa@replaced-ip )
3304 [19:33:38] *** Joins: alexlist (~alexlist@replaced-ip )
3305 [19:33:38] *** Joins: Merixer (~Merixer@replaced-ip )
3306 [19:33:38] *** Joins: CowboyNeal (~pater@replaced-ip )
3307 [19:33:38] *** Joins: bzed (~bzed@replaced-ip )
3308 [19:33:39] *** Joins: beardface (~bearface@replaced-ip )
3309 [19:33:39] *** Joins: cmam (~cmam@replaced-ip )
3310 [19:33:39] *** Joins: LaunchDirector (~pi@replaced-ip )
3311 [19:33:39] *** Joins: robin_debspace (~robin_deb@replaced-ip )
3312 [19:33:39] *** Joins: Cipher45 (~Cipher45@replaced-ip )
3313 [19:33:40] *** Joins: ketralnis (~ketralnis@replaced-ip )
3314 [19:33:40] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3315 [19:33:42] *** Joins: DLange (~DLange@replaced-ip )
3316 [19:33:42] *** Joins: preaction (~doug@replaced-ip )
3317 [19:33:42] *** Joins: jdiez (~jdiez@replaced-ip )
3318 [19:33:42] *** Joins: dfgas_off (~dfgas@replaced-ip )
3319 [19:33:42] *** Joins: Lildirt (~Lildirt@replaced-ip )
3320 [19:33:42] *** Joins: themill (~stuart@replaced-ip )
3321 [19:33:42] *** Joins: pasturesofplenty (~pastureso@replaced-ip )
3322 [19:33:43] *** Quits: beardface (~bearface@replaced-ip ) (Changing host)
3323 [19:33:43] *** Joins: beardface (~bearface@replaced-ip )
3324 [19:33:43] *** Zharf_ is now known as Zharf
3325 [19:33:43] *** Joins: koltrast (bed2fb63@replaced-ip )
3326 [19:33:44] *** Joins: precise (~precise@replaced-ip )
3327 [19:33:44] <jim> whee
3328 [19:33:44] *** Joins: tomocha_______ (tomocha@replaced-ip )
3329 [19:33:45] *** Joins: alexbligh1 (~alexbligh@replaced-ip )
3330 [19:33:45] *** Joins: ikeigenwijs_ (~ikeigenwi@replaced-ip )
3331 [19:33:45] *** jorb_ is now known as jorb
3332 [19:33:45] *** Joins: circ-user-4HZxK (~circuser-@replaced-ip )
3333 [19:33:45] *** Joins: sidv_ (sidv@replaced-ip )
3334 [19:33:45] *** Quits: CowboyNeal (~pater@replaced-ip ) (Changing host)
3335 [19:33:45] *** Joins: CowboyNeal (~pater@replaced-ip )
3336 [19:33:46] *** Joins: Don (don@replaced-ip )
3337 [19:33:47] *** Joins: c^ (chip@replaced-ip )
3338 [19:33:47] *** Quits: ketralnis (~ketralnis@replaced-ip ) (Changing host)
3339 [19:33:47] *** Joins: ketralnis (~ketralnis@replaced-ip )
3340 [19:33:48] *** Joins: rsully (~rsully@replaced-ip )
3341 [19:33:48] *** Joins: soahccc (~soahccc@replaced-ip )
3342 [19:33:48] *** Joins: rhada (~rhada@replaced-ip )
3343 [19:33:48] *** Joins: dcpc007 (~dcpc007@replaced-ip )
3344 [19:33:53] *** dfgas_off is now known as dfgas
3345 [19:33:56] *** TacoGS_ is now known as TacoGS
3346 [19:33:56] *** Werring` is now known as Werring
3347 [19:33:56] *** Joins: ilteris (~ilteris@replaced-ip )
3348 [19:33:56] *** Joins: yves_del_harlow (~ydh@replaced-ip )
3349 [19:33:58] *** Joins: misiek200m (~miskof@replaced-ip )
3350 [19:33:58] *** Joins: optraz (~cyzie@replaced-ip )
3351 [19:33:59] *** Joins: guios (~gio@replaced-ip )
3352 [19:34:00] *** Quits: LaunchDirector (~pi@replaced-ip ) (Changing host)
3353 [19:34:00] *** Joins: LaunchDirector (~pi@replaced-ip )
3354 [19:34:00] *** Joins: deego (~user@replaced-ip )
3355 [19:34:01] *** Joins: Telvana (~digits@replaced-ip )
3356 [19:34:02] *** Joins: namix (~namix@replaced-ip )
3357 [19:34:02] *** Joins: nailyk (~nailyk@replaced-ip )
3358 [19:34:03] *** Joins: hicks_ (~quassel@replaced-ip )
3359 [19:34:03] *** Joins: xand (~xand@replaced-ip )
3360 [19:34:04] *** Joins: Jikan (~Jikan@replaced-ip )
3361 [19:34:04] *** Joins: macrobat (~beep@replaced-ip )
3362 [19:34:04] *** Joins: eddul (~ludde@replaced-ip )
3363 [19:34:05] *** Quits: namix (~namix@replaced-ip ) (Changing host)
3364 [19:34:05] *** Joins: namix (~namix@replaced-ip )
3365 [19:34:05] *** Joins: Hobby_boy (Hobbyboy@replaced-ip )
3366 [19:34:06] *** Joins: Cueball (~lee@replaced-ip )
3367 [19:34:07] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
3368 [19:34:08] *** Quits: Cipher45 (~Cipher45@replaced-ip ) (Changing host)
3369 [19:34:08] *** Joins: Cipher45 (~Cipher45@replaced-ip )
3370 [19:34:08] *** Joins: cruxeternus (~cruxetern@replaced-ip )
3371 [19:34:08] *** Joins: banging (~banging@replaced-ip )
3372 [19:34:09] *** Quits: TonyL (~Tony@replaced-ip ) (Changing host)
3373 [19:34:09] *** Joins: TonyL (~Tony@replaced-ip )
3374 [19:34:09] *** Joins: sohum (sohum@replaced-ip )
3375 [19:34:09] *** Joins: paskl (~paskl@replaced-ip )
3376 [19:34:09] *** Joins: markus4 (~markus@replaced-ip )
3377 [19:34:09] *** Joins: XeonSquared (~ShadowKat@replaced-ip )
3378 [19:34:10] *** Joins: mz|` (~emerick@replaced-ip )
3379 [19:34:11] *** Joins: cwillu_at_work (~cwillu@replaced-ip )
3380 [19:34:11] *** Joins: Nitori (~kappa@replaced-ip )
3381 [19:34:11] *** Joins: trobotham (nitemare@replaced-ip )
3382 [19:34:12] *** Quits: NiLon (nilon@replaced-ip ) (Changing host)
3383 [19:34:12] *** Joins: NiLon (nilon@replaced-ip )
3384 [19:34:14] *** nemo is now known as Guest32147
3385 [19:34:16] *** Joins: SwK (~SwK@replaced-ip )
3386 [19:34:16] *** Joins: Ool (~Ool@replaced-ip )
3387 [19:34:16] *** Joins: ohithere (~binary@replaced-ip )
3388 [19:34:18] *** Joins: rypervenche (~rypervenc@replaced-ip )
3389 [19:34:18] *** Joins: bier (~bier@replaced-ip )
3390 [19:34:18] *** Joins: AdorableGNU (~michael@replaced-ip )
3391 [19:34:18] *** Joins: CrazyyMaxx (CrazyyMaxx@replaced-ip )
3392 [19:34:20] *** Quits: xand (~xand@replaced-ip ) (Changing host)
3393 [19:34:20] *** Joins: xand (~xand@replaced-ip )
3394 [19:34:20] *** Joins: cvr (~cvr@replaced-ip )
3395 [19:34:21] *** Joins: devtea (~tdreyer1@replaced-ip )
3396 [19:34:21] *** Joins: mirsal (~mirsal@replaced-ip )
3397 [19:34:22] *** Don is now known as Guest48996
3398 [19:34:22] *** Joins: rpcope (~rpcope@replaced-ip )
3399 [19:34:23] *** Joins: valerius (~valerius@replaced-ip )
3400 [19:34:23] *** Quits: sohum (sohum@replaced-ip ) (Changing host)
3401 [19:34:23] *** Joins: sohum (sohum@replaced-ip )
3402 [19:34:26] *** Joins: Andreas33 (~quassel@replaced-ip )
3403 [19:34:27] *** Joins: slikts (~nelabs@replaced-ip )
3404 [19:34:27] *** Joins: Piper-Off (~P4rtyV4n@replaced-ip )
3405 [19:34:27] *** Joins: mfyll (~mfyll@replaced-ip )
3406 [19:34:27] *** Joins: testi (~quassel@replaced-ip )
3407 [19:34:28] *** Joins: Mir4g3 (~Mir4g3@replaced-ip )
3408 [19:34:28] *** Joins: freakcom (~freakcom@replaced-ip )
3409 [19:34:29] *** Joins: neffs (~neffs@replaced-ip )
3410 [19:34:29] *** Joins: VampiricPadraig (~quassel@replaced-ip )
3411 [19:34:29] *** Joins: fold4 (~JimmyRcom@replaced-ip )
3412 [19:34:30] *** Joins: nonada (~nonada@replaced-ip )
3413 [19:34:31] *** Joins: mquin (~mquin@replaced-ip )
3414 [19:34:32] *** Joins: Dagger2 (~dagger@replaced-ip )
3415 [19:34:32] *** Quits: devtea (~tdreyer1@replaced-ip ) (Changing host)
3416 [19:34:33] *** Joins: devtea (~tdreyer1@replaced-ip )
3417 [19:34:33] *** Joins: defanor (~defanor@replaced-ip )
3418 [19:34:33] *** Quits: slikts (~nelabs@replaced-ip ) (Changing host)
3419 [19:34:34] *** Joins: slikts (~nelabs@replaced-ip )
3420 [19:34:34] *** Quits: freakcom (~freakcom@replaced-ip ) (Changing host)
3421 [19:34:34] *** Joins: freakcom (~freakcom@replaced-ip )
3422 [19:34:34] *** Joins: Kulrak (~kvirc@replaced-ip )
3423 [19:34:35] *** Quits: VampiricPadraig (~quassel@replaced-ip ) (Changing host)
3424 [19:34:35] *** Joins: VampiricPadraig (~quassel@replaced-ip )
3425 [19:34:37] *** Joins: NeoBlaster (~N3oBl@replaced-ip )
3426 [19:34:37] *** Quits: Kulrak (~kvirc@replaced-ip ) (Changing host)
3427 [19:34:38] *** Joins: Kulrak (~kvirc@replaced-ip )
3428 [19:34:38] *** Joins: Joost (~Joost@replaced-ip )
3429 [19:34:38] *** Joins: mordocai (~mordocai@replaced-ip )
3430 [19:34:40] *** Joins: CustosL1men (~CustosLim@replaced-ip )
3431 [19:34:41] *** Joins: AndrewAlexMac (~andrewale@replaced-ip )
3432 [19:34:41] *** Joins: Jarus (~Jarus@replaced-ip )
3433 [19:34:42] *** Joins: paulr (quasselcor@replaced-ip )
3434 [19:34:43] *** Joins: Subfusc (subfusc@replaced-ip )
3435 [19:34:43] *** Joins: beisner (~beisner@replaced-ip )
3436 [19:34:43] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
3437 [19:34:43] *** Joins: jeezy (~xz@replaced-ip )
3438 [19:34:44] *** Joins: devster31 (~devsterkn@replaced-ip )
3439 [19:34:44] *** Joins: kingkong (antalya@replaced-ip )
3440 [19:34:44] *** Quits: kingkong (antalya@replaced-ip ) (Changing host)
3441 [19:34:44] *** Joins: kingkong (antalya@replaced-ip )
3442 [19:34:45] *** Joins: s7r (~s7r@replaced-ip )
3443 [19:34:45] *** Joins: hycer (~hycer@replaced-ip )
3444 [19:34:45] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
3445 [19:34:45] *** Joins: c0ded (~c0ded@replaced-ip )
3446 [19:34:46] *** Joins: elky (~elky@replaced-ip )
3447 [19:34:47] *** Joost is now known as Guest13801
3448 [19:34:49] *** Joins: llakey (~llakey@replaced-ip )
3449 [19:34:53] *** Joins: bolt (r00t@replaced-ip )
3450 [19:34:56] *** Joins: sonne (~vmlinuz@replaced-ip )
3451 [19:35:02] *** Joins: metaKin (metaKin@replaced-ip )
3452 [19:35:03] *** Joins: Redfoxmoon (~Redfox@replaced-ip )
3453 [19:35:05] *** Joins: resixian (~akira@replaced-ip )
3454 [19:35:07] *** jeezy is now known as Guest19644
3455 [19:35:07] *** Joins: JasonO (~jason@replaced-ip )
3456 [19:35:19] *** Joins: georgeowell (~from@replaced-ip )
3457 [19:35:22] *** Joins: Guest12423 (~nathanhi@replaced-ip )
3458 [19:35:30] *** Joins: rosseaux (~BeRo@replaced-ip )
3459 [19:35:31] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Ping timeout: 265 seconds)
3460 [19:35:35] *** Joins: Nightmare (ddoscomin@replaced-ip )
3461 [19:35:38] *** Joins: DzAirmaX (~AirmaX@replaced-ip )
3462 [19:35:39] *** Joins: djvdorp (djvdorp@replaced-ip )
3463 [19:35:40] *** Joins: Emogen (quasselcor@replaced-ip )
3464 [19:35:45] *** Joins: suffer (jeff@replaced-ip )
3465 [19:35:49] *** Joins: fauweh (~root@replaced-ip )
3466 [19:35:53] *** Quits: `z (sid68223@replaced-ip ) (Ping timeout: 245 seconds)
3467 [19:35:54] *** Joins: sheedy-away (sheedy@replaced-ip )
3468 [19:35:54] *** Joins: fax (~fax@replaced-ip )
3469 [19:36:03] *** Joins: Madgod (~sheo@replaced-ip )
3470 [19:36:08] *** Joins: ectospasm (~ectospasm@replaced-ip )
3471 [19:36:12] *** Joins: paradx (~paradx@replaced-ip )
3472 [19:36:13] *** Quits: ec (sid1544@replaced-ip ) (Ping timeout: 250 seconds)
3473 [19:36:13] *** Quits: attente (sid178759@replaced-ip ) (Ping timeout: 250 seconds)
3474 [19:36:13] *** Quits: katymoe_ (uid135810@replaced-ip ) (Ping timeout: 250 seconds)
3475 [19:36:13] *** Quits: uda (sid143461@replaced-ip ) (Ping timeout: 250 seconds)
3476 [19:36:13] *** Quits: drowngodx (sid162816@replaced-ip ) (Ping timeout: 250 seconds)
3477 [19:36:13] *** Quits: flyinprogrammer (sid145234@replaced-ip ) (Ping timeout: 250 seconds)
3478 [19:36:25] *** Quits: alxy (uid115853@replaced-ip ) (Ping timeout: 256 seconds)
3479 [19:36:25] *** Quits: posi (sid124649@replaced-ip ) (Ping timeout: 256 seconds)
3480 [19:36:25] *** Quits: sz0 (uid110435@replaced-ip ) (Ping timeout: 256 seconds)
3481 [19:36:26] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Read error: Connection reset by peer)
3482 [19:36:32] *** Joins: Cybertinus (~Cybertinu@replaced-ip )
3483 [19:36:33] *** Joins: dax (~dax@replaced-ip )
3484 [19:36:36] *** Joins: enoch85 (~enoch85@replaced-ip )
3485 [19:36:36] *** Quits: enoch85 (~enoch85@replaced-ip ) (Changing host)
3486 [19:36:36] *** Joins: enoch85 (~enoch85@replaced-ip )
3487 [19:36:39] *** Quits: jhill_ (sid1055@replaced-ip ) (Ping timeout: 250 seconds)
3488 [19:36:39] *** Quits: webbyz (sid48091@replaced-ip ) (Ping timeout: 250 seconds)
3489 [19:36:39] *** Quits: elmcrest (sid46763@replaced-ip ) (Ping timeout: 250 seconds)
3490 [19:36:49] *** Joins: daniel-s (~daniel-s@replaced-ip )
3491 [19:36:50] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
3492 [19:36:59] *** Quits: ToeSnacks (sid84043@replaced-ip ) (Ping timeout: 256 seconds)
3493 [19:37:14] *** Quits: shock_ (~mda1@replaced-ip ) (Ping timeout: 250 seconds)
3494 [19:37:31] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 252 seconds)
3495 [19:37:33] *** Quits: ikanobori (sid187663@replaced-ip ) (Ping timeout: 256 seconds)
3496 [19:37:41] *** Parts: ocx32 (369a46a6@replaced-ip )
3497 [19:38:01] *** debhelper sets mode: +l 1674
3498 [19:38:07] *** Quits: surfist (~surfist@replaced-ip ) (Ping timeout: 256 seconds)
3499 [19:38:08] *** Joins: blommer (~blommer@replaced-ip )
3500 [19:38:09] *** Joins: James_T (james@replaced-ip )
3501 [19:38:12] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Ping timeout: 260 seconds)
3502 [19:38:18] *** Joins: eumel (~ahoneiser@replaced-ip )
3503 [19:38:22] *** Joins: Asoka (~a@replaced-ip )
3504 [19:38:28] *** Joins: bezaban (~bezaban@replaced-ip )
3505 [19:38:31] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
3506 [19:38:31] *** Joins: ypwong (ypwong@replaced-ip )
3507 [19:38:33] *** Joins: r0ck_ (r0ck@replaced-ip )
3508 [19:38:35] *** Quits: arcviel (~root@replaced-ip ) (Quit: Lost terminal)
3509 [19:38:35] *** Joins: dooglus (~biufter@replaced-ip )
3510 [19:38:37] *** Joins: bibble (~bibble@replaced-ip )
3511 [19:38:40] *** Joins: bitti_away (bitti@replaced-ip )
3512 [19:38:49] *** bitti_away is now known as bitti
3513 [19:38:49] *** Joins: mar77i (~mar77i@replaced-ip )
3514 [19:38:51] *** bezaban is now known as Guest87306
3515 [19:38:54] *** Quits: hrkljus (~weechat@replaced-ip ) (Quit: WeeChat 1.4)
3516 [19:38:54] *** Joins: mihaicmn (~mihaicmn@replaced-ip )
3517 [19:39:05] *** Parts: suffer (jeff@replaced-ip )
3518 [19:39:08] *** Joins: XDS2010 (sid1218@replaced-ip )
3519 [19:39:12] *** Joins: pisekot (~user@replaced-ip )
3520 [19:39:20] *** Joins: de-facto (~de-facto@replaced-ip )
3521 [19:39:31] *** Joins: sandeepkr (~sandeepkr@replaced-ip )
3522 [19:39:33] *** Joins: OS-24749 (~OS-24749@replaced-ip )
3523 [19:39:54] *** Joins: shock_ (~mda1@replaced-ip )
3524 [19:40:04] *** Joins: Bennux_dev (~Bennux_de@replaced-ip )
3525 [19:40:15] *** Dagger2 is now known as Dagger
3526 [19:40:16] *** Quits: phystau (~phystau@replaced-ip ) (Ping timeout: 250 seconds)
3527 [19:40:21] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 265 seconds)
3528 [19:40:26] *** Joins: wobelingers (~wobelinge@replaced-ip )
3529 [19:40:35] *** Joins: Neo (~neo@replaced-ip )
3530 [19:40:46] *** Quits: turfal (~Icedove@replaced-ip ) (Quit: turfal)
3531 [19:40:51] *** Joins: t0mmy (~tprrt@replaced-ip )
3532 [19:41:02] *** Joins: muggahtee (sid148520@replaced-ip )
3533 [19:41:06] *** Joins: stealthii (sid17385@replaced-ip )
3534 [19:41:07] *** Joins: sloucher (sid168007@replaced-ip )
3535 [19:41:08] *** Joins: gtrott_ (sid78444@replaced-ip )
3536 [19:41:15] *** Joins: lebster (sid17131@replaced-ip )
3537 [19:41:31] *** Joins: Muflo (sid174539@replaced-ip )
3538 [19:41:57] *** Joins: ggherdov (sid11402@replaced-ip )
3539 [19:42:19] *** Joins: kline (~kline@replaced-ip )
3540 [19:42:34] *** Joins: `z (sid68223@replaced-ip )
3541 [19:42:36] *** Joins: alxy (uid115853@replaced-ip )
3542 [19:42:38] *** Joins: flyinprogrammer (sid145234@replaced-ip )
3543 [19:42:41] *** Joins: fiQmob (uid13281@replaced-ip )
3544 [19:42:43] *** Joins: sz0 (uid110435@replaced-ip )
3545 [19:42:46] *** Joins: uda (sid143461@replaced-ip )
3546 [19:42:48] *** Quits: ki0 (~ki0@replaced-ip ) (Ping timeout: 260 seconds)
3547 [19:42:54] *** Joins: swaechter (swaechter@replaced-ip )
3548 [19:42:56] *** Joins: jhill_ (sid1055@replaced-ip )
3549 [19:43:03] *** Joins: ec (sid1544@replaced-ip )
3550 [19:43:05] *** Joins: webbyz (sid48091@replaced-ip )
3551 [19:43:11] *** at0m|c_ is now known as at0m
3552 [19:43:12] *** Joins: attente (sid178759@replaced-ip )
3553 [19:43:13] *** Joins: drowngodx (sid162816@replaced-ip )
3554 [19:43:14] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
3555 [19:43:16] *** Quits: at0m (~at0m@replaced-ip ) (Changing host)
3556 [19:43:16] *** Joins: at0m (~at0m@replaced-ip )
3557 [19:43:19] *** Joins: posi (sid124649@replaced-ip )
3558 [19:43:25] *** Quits: ec (sid1544@replaced-ip ) (Excess Flood)
3559 [19:43:36] *** Joins: surfist (~surfist@replaced-ip )
3560 [19:43:52] *** Joins: paradizelost (sid23952@replaced-ip )
3561 [19:43:52] *** Joins: ebarch (sid17287@replaced-ip )
3562 [19:43:54] *** Guest32147 is now known as nemo
3563 [19:44:00] *** Quits: nailyk (~nailyk@replaced-ip ) (Changing host)
3564 [19:44:00] *** Joins: nailyk (~nailyk@replaced-ip )
3565 [19:44:15] *** Joins: ec (sid1544@replaced-ip )
3566 [19:45:28] *** Quits: topshell (~wew@replaced-ip ) (Remote host closed the connection)
3567 [19:45:45] *** Joins: tobias1 (sid15532@replaced-ip )
3568 [19:45:57] *** Quits: Guest19644 (~xz@replaced-ip ) (Changing host)
3569 [19:45:57] *** Joins: Guest19644 (~xz@replaced-ip )
3570 [19:45:58] *** Guest19644 is now known as jeezy
3571 [19:46:03] *** Joins: guampa (~guampa@replaced-ip )
3572 [19:46:07] *** Quits: idts (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
3573 [19:46:33] *** Joins: elmcrest (sid46763@replaced-ip )
3574 [19:46:37] *** Joins: ToeSnacks (sid84043@replaced-ip )
3575 [19:46:37] *** Joins: B4daBing73 (~B4daBing7@replaced-ip )
3576 [19:46:39] *** Joins: gonyere (sid13040@replaced-ip )
3577 [19:46:49] *** Joins: Ceber (~cerberus@replaced-ip )
3578 [19:47:04] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 256 seconds)
3579 [19:47:22] *** Joins: ikanobori (uid187663@replaced-ip )
3580 [19:47:33] *** Joins: Y04NN (~y04nn@replaced-ip )
3581 [19:47:36] *** Joins: katymoe_ (uid135810@replaced-ip )
3582 [19:47:45] *** Quits: Colloguy (~Colloguy@replaced-ip ) (Ping timeout: 256 seconds)
3583 [19:48:01] *** debhelper sets mode: +l 1667
3584 [19:48:49] *** Joins: pitelpan (~panagioti@replaced-ip )
3585 [19:48:49] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
3586 [19:48:49] *** Joins: pitelpan (~panagioti@replaced-ip )
3587 [19:48:53] *** Joins: rgr (~user@replaced-ip )
3588 [19:49:26] *** Joins: schu-r (~Thunderbi@replaced-ip )
3589 [19:49:57] *** Quits: wobelingers (~wobelinge@replaced-ip ) (Quit: leaving)
3590 [19:50:01] *** Quits: Cavedude (~Cavedude@replaced-ip ) (Ping timeout: 265 seconds)
3591 [19:50:27] *** Parts: ketralnis (~ketralnis@replaced-ip )
3592 [19:50:27] *** Quits: bigpresh (~bigpresh@replaced-ip##) (Quit: ZNC by prozac - ##replaced-url
3593 [19:50:35] *** Quits: nullbyte_ (~ghost@replaced-ip ) (Quit: quit.)
3594 [19:50:39] *** Joins: polemic (~polemic@replaced-ip )
3595 [19:50:40] *** Quits: Rothgar (~admin@replaced-ip ) (Ping timeout: 244 seconds)
3596 [19:50:58] *** Joins: artskiller (~artskille@replaced-ip )
3597 [19:51:02] *** Quits: NoteOn (~noteon@replaced-ip ) (Quit: Leaving...)
3598 [19:51:05] *** Joins: Rothgar (~admin@replaced-ip )
3599 [19:51:12] *** Joins: quackgyver (uid11872@replaced-ip )
3600 [19:51:16] *** Joins: NoteOn (~noteon@replaced-ip )
3601 [19:51:24] *** Joins: Goddesspapa (~goddesspa@replaced-ip )
3602 [19:51:30] *** Joins: bigpresh (~bigpresh@replaced-ip )
3603 [19:51:40] *** Joins: Cavedude (~Cavedude@replaced-ip )
3604 [19:52:04] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
3605 [19:52:15] *** Guest87306 is now known as bezaban
3606 [19:52:19] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
3607 [19:52:32] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
3608 [19:52:56] *** Quits: ipx (~ipx@replaced-ip ) (Quit: ipx)
3609 [19:53:40] *** Joins: foetus (~norbi@replaced-ip )
3610 [19:53:49] *** Joins: go_upe_io (~go_upe_io@replaced-ip )
3611 [19:54:49] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 260 seconds)
3612 [19:55:04] *** Joins: ww_ (~ww@replaced-ip )
3613 [19:55:07] *** Quits: wonderworld (~ww@replaced-ip ) (Ping timeout: 256 seconds)
3614 [19:55:41] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 256 seconds)
3615 [19:55:45] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
3616 [19:55:50] *** Joins: faw (~faw@replaced-ip )
3617 [19:55:50] *** Quits: faw (~faw@replaced-ip ) (Changing host)
3618 [19:55:50] *** Joins: faw (~faw@replaced-ip )
3619 [19:56:23] *** Joins: artskiller (~artskille@replaced-ip )
3620 [19:56:30] *** Joins: The_Loko (~The_Loko@replaced-ip )
3621 [19:56:51] *** Joins: XO_Odin (~XO@replaced-ip )
3622 [19:57:21] *** Quits: samurailink3 (~samuraili@replaced-ip ) (Quit: leaving)
3623 [19:58:01] *** debhelper sets mode: +l 1673
3624 [19:58:24] *** Joins: delYsid (~user@replaced-ip )
3625 [19:58:25] *** Quits: B4daBing73 (~B4daBing7@replaced-ip ) (Quit: Leaving)
3626 [19:58:33] *** Quits: foetus (~norbi@replaced-ip ) (Client Quit)
3627 [19:58:42] *** Joins: AimHere (~bod@replaced-ip )
3628 [19:58:46] *** Quits: delYsid (~user@replaced-ip ) (Changing host)
3629 [19:58:46] *** Joins: delYsid (~user@replaced-ip )
3630 [19:59:15] *** Quits: go_upe_io (~go_upe_io@replaced-ip ) (Remote host closed the connection)
3631 [19:59:31] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3632 [19:59:46] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip )
3633 [20:00:25] *** Quits: OS-23624 (~OS-23624@replaced-ip ) (Ping timeout: 260 seconds)
3634 [20:00:54] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 250 seconds)
3635 [20:01:04] *** Quits: galeido (galeido@replaced-ip ) (Ping timeout: 260 seconds)
3636 [20:01:19] *** Joins: Darcidride (~Darcidrid@replaced-ip )
3637 [20:01:37] *** Quits: Qwertie (~Qwertie@replaced-ip ) (Ping timeout: 265 seconds)
3638 [20:01:43] *** Quits: aax (~xaa@replaced-ip ) (Ping timeout: 245 seconds)
3639 [20:03:05] *** Joins: Qwertie (~Qwertie@replaced-ip )
3640 [20:04:02] *** Quits: Tiffon (~name@replaced-ip ) (Quit: exit)
3641 [20:04:11] *** Joins: howitdo (~howitdo@replaced-ip )
3642 [20:05:00] *** Quits: asterismo (~santiago@replaced-ip ) (Quit: Konversation terminated!)
3643 [20:05:51] *** Joins: sdlnv_ (~sdlnv@replaced-ip )
3644 [20:06:01] *** Quits: circ-user-4HZxK (~circuser-@replaced-ip ) (Remote host closed the connection)
3645 [20:06:01] *** Quits: maotm_ (~mao@replaced-ip ) (Ping timeout: 260 seconds)
3646 [20:06:18] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
3647 [20:06:38] *** Joins: oish (~charlie@replaced-ip )
3648 [20:07:16] *** Joins: Akuli (~Akuli@replaced-ip )
3649 [20:07:43] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3650 [20:07:45] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Max SendQ exceeded)
3651 [20:08:35] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3652 [20:08:52] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 250 seconds)
3653 [20:09:08] *** Joins: poleprogger (~mj@replaced-ip )
3654 [20:09:09] *** Joins: frozengeek__ (~frozengee@replaced-ip )
3655 [20:09:21] *** Quits: sdlnv (~sdlnv@replaced-ip ) (Ping timeout: 265 seconds)
3656 [20:09:45] *** Quits: paradx (~paradx@replaced-ip ) (Ping timeout: 260 seconds)
3657 [20:10:28] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Ping timeout: 245 seconds)
3658 [20:11:35] *** Joins: aswen (~aswen@replaced-ip )
3659 [20:11:35] *** Joins: pitelpan (~panagioti@replaced-ip )
3660 [20:11:35] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
3661 [20:11:35] *** Joins: pitelpan (~panagioti@replaced-ip )
3662 [20:11:57] *** Joins: phystau (~phystau@replaced-ip )
3663 [20:12:25] *** Quits: LtL (~irssi@replaced-ip ) (Quit: leaving)
3664 [20:12:27] *** Joins: cliluw (~cliluw@replaced-ip )
3665 [20:12:33] *** Quits: smokin_dank (~zipnode@replaced-ip ) (Ping timeout: 260 seconds)
3666 [20:12:37] *** Joins: satbyy (~Satish_By@replaced-ip )
3667 [20:13:07] *** Joins: seoner (~usr@replaced-ip )
3668 [20:13:15] *** Joins: marcozink2 (~marcozink@replaced-ip )
3669 [20:13:36] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 260 seconds)
3670 [20:15:33] *** Joins: wonderworld (~ww@replaced-ip )
3671 [20:15:42] *** Quits: ww_ (~ww@replaced-ip ) (Ping timeout: 252 seconds)
3672 [20:16:40] *** Joins: CutMeOwnThroat (~k@replaced-ip )
3673 [20:16:41] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Changing host)
3674 [20:16:41] *** Joins: CutMeOwnThroat (~k@replaced-ip )
3675 [20:16:45] *** Joins: OS-23624 (~OS-23624@replaced-ip )
3676 [20:17:06] *** Joins: cyan__ (~cyan@replaced-ip )
3677 [20:18:46] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
3678 [20:18:47] *** Joins: navlys (~smuxi@replaced-ip )
3679 [20:20:14] <jorb> petn-randall: thx, makes sense
3680 [20:20:36] *** Joins: Braven (~Braven36@replaced-ip )
3681 [20:21:15] <Braven> /msg dpkg guidelines
3682 [20:21:22] *** Quits: Bennux_dev (~Bennux_de@replaced-ip ) (Remote host closed the connection)
3683 [20:21:46] <Braven> hello everyone
3684 [20:21:47] *** Quits: bocaneri (~bocaneri@replaced-ip ) (Read error: Connection reset by peer)
3685 [20:21:53] <Akuli> hello :)
3686 [20:23:03] *** Joins: gentoo_ (~gentoo@replaced-ip )
3687 [20:23:16] *** Parts: jorb (~jorb@replaced-ip )
3688 [20:23:46] *** Joins: jorb (~jorb@replaced-ip )
3689 [20:24:25] *** Joins: paradx (~paradx@replaced-ip )
3690 [20:24:32] <Braven> I have an issue with DNS and my multihone
server. I have 2 interfaces. One is set to DHCP (we are using it for
deployment) and another one that is static. The issue is sometime it
register in DNS with the DHCP IP and sometime is register with the
static IP. We alway want the static IP to register
3691 [20:24:44] *** Quits: ryouma (~user@replaced-ip ) (Ping timeout: 250 seconds)
3692 [20:24:46] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 244 seconds)
3693 [20:24:52] <greycat> How are you making it
"register"?
3694 [20:24:54] *** Joins: Almtesh (~Almtesh@replaced-ip )
3695 [20:25:08] *** Joins: dayten (~gnoid@replaced-ip )
3696 [20:25:11] <Braven> it is GreyCat!
3697 [20:25:30] <Braven> You are everywhere.
3698 [20:26:09] *** Quits: ojoa (~zetagi@replaced-ip ) (Ping timeout: 252 seconds)
3699 [20:26:48] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3700 [20:26:54] <Braven> So wierd part is that we have static
entry in DNS for the servers. But usaully after a reboot it could go
either way
3701 [20:27:03] <greycat> How are you making it
"register" in DNS?
3702 [20:27:29] *** Quits: Specialist (~tg@replaced-ip ) (Ping timeout: 260 seconds)
3703 [20:28:21] *** Quits: clu5ter (~staff@replaced-ip ) (Quit: ||||||||||||||||||||||||||||||||||||||||||||||| 99%)
3704 [20:28:37] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
3705 [20:28:51] *** Quits: thurstylark (thurstylar@replaced-ip ) (Quit: WeeChat 1.6)
3706 [20:28:59] *** Joins: TsukiRa (~fpob@replaced-ip )
3707 [20:29:22] <Braven> I am not making it register. I have a
static Host A entry in Windows DNS server. The problem is some how
it is over writing the static entry.
3708 [20:29:27] *** Joins: thurstylark (thurstylar@replaced-ip )
3709 [20:29:48] <greycat> windows... dns... *shudder*
3710 [20:30:05] <greycat> Well, figure out what is causing it to
do that, and make it stop.
3711 [20:30:18] <jelly> Braven: disable dynamic dns registration
in windows dns server?
3712 [20:31:07] <jelly> or figure out which dhcp client is used,
and what it does to make windows "register" it, and try to
disable that setting
3713 [20:31:12] <Braven> lol! I have support case open with M$. I
am thinking if could control the order of interfaces came online I
could fix the issue
3714 [20:31:56] <jelly> I wouldn't rely on side effects like
that
3715 [20:32:04] *** Joins: magnulu (~magnulu@replaced-ip )
3716 [20:32:12] <greycat> It is not a Debian issue, unless you are
explicitly running a dynamic DNS client program on the Debian
system.
3717 [20:32:26] *** Joins: ojoa (~zetagi@replaced-ip )
3718 [20:32:29] <jelly> if it's the very same server, why use
two interfaces pointed at the same network segment at all?
3719 [20:32:39] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Remote host closed the connection)
3720 [20:32:56] <Braven> they are seperate vlans
3721 [20:33:09] <jelly> but the same windows dns server is present
in _both_ vlans?
3722 [20:33:41] <Braven> eth0 is on it own vlan and eth2 and eth3
are in a port channel bond
3723 [20:33:56] <jelly> Braven: pastebin your "ip a"
output
3724 [20:34:01] *** Quits: marcozink2 (~marcozink@replaced-ip ) (Ping timeout: 260 seconds)
3725 [20:35:29] <jelly> Braven: which debian release?
3726 [20:35:49] *** Quits: pitelpan (~panagioti@replaced-ip ) (Ping timeout: 252 seconds)
3727 [20:36:24] <jelly> Braven: is the windows machine visible
over both eth0 and bond0?
3728 [20:36:41] <Braven> yes,
3729 [20:36:52] <jelly> Braven: and your /etc/network/interfaces,
too, please
3730 [20:37:02] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Remote host closed the connection)
3731 [20:37:37] *** Quits: Dohplay_ (~Dohplay@replaced-ip ) (Read error: Connection reset by peer)
3732 [20:37:58] *** Quits: rbern (~rbern@replaced-ip ) (Read error: Connection reset by peer)
3733 [20:38:00] *** Joins: bizarro_1 (~bizarro_1@replaced-ip )
3734 [20:38:04] *** Joins: Dohplay_ (~Dohplay@replaced-ip )
3735 [20:38:12] *** Joins: notadeveloper (~notadevel@replaced-ip )
3736 [20:38:13] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Max SendQ exceeded)
3737 [20:38:37] *** Joins: notadeveloper (~notadevel@replaced-ip )
3738 [20:38:55] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
3739 [20:39:20] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Read error: Connection reset by peer)
3740 [20:39:48] *** Parts: pencilandpaper (~skribblez@replaced-ip )
3741 [20:39:51] <Braven> where do I need to share it?
3742 [20:39:51] *** Joins: fhdrin (~fhdrin@replaced-ip )
3743 [20:39:53] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 256 seconds)
3744 [20:40:00] <greycat>
replaced-url
3745 [20:40:10] <Akuli> easy way: your command | nc termbin.com
9999
3746 [20:40:13] *** Joins: anddam (~anddam@replaced-ip )
3747 [20:40:23] *** Joins: pitelpan (~panagioti@replaced-ip )
3748 [20:40:23] *** Quits: pitelpan (~panagioti@replaced-ip ) (Changing host)
3749 [20:40:23] *** Joins: pitelpan (~panagioti@replaced-ip )
3750 [20:40:29] *** Joins: ki0 (~ki0@replaced-ip )
3751 [20:40:34] <anddam> having to use a microsoft fs for a 1TB
partition should I use vfat or ntfs?
3752 [20:40:47] <greycat> If he's got easy copy/paste to a
web browser, then it's better to use that, so you can copy the
COMMAND as well as the output.
3753 [20:41:10] <Akuli> does a modern windows even install on a
vfat filesystem?
3754 [20:41:14] <anddam> this is an USB enclosure and other OSes
need to access the files so it's the "lingua franca"
3755 [20:41:18] <greycat> anddam: depends on what you're
going to do with it.
3756 [20:41:24] <anddam> Akuli: I don't have any idea
3757 [20:41:25] *** Joins: tatalazaro (4c0e4314@replaced-ip )
3758 [20:41:26] <Braven>
replaced-url
3759 [20:41:27] *** Joins: b6s3d_ (~b00s3d@replaced-ip )
3760 [20:41:33] <greycat> If you're moving it across many
different systems, vfat for sure.
3761 [20:41:41] *** Quits: buffal0 (~buffal0@replaced-ip ) (Quit: quit)
3762 [20:41:55] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
3763 [20:42:00] <anddam> greycat: allows other system to access
files on the volume, I don't have any further specs
3764 [20:42:22] <anddam> well ofc I want to preserve long names
and all, I mean I wouldn't want to hit a nested directory limit
or so
3765 [20:42:25] <anddam> or stick to 8.3 naming
3766 [20:42:32] *** Joins: alexgr (~alexgr___@replaced-ip )
3767 [20:42:32] *** Quits: alexgr (~alexgr___@replaced-ip ) (Changing host)
3768 [20:42:32] *** Joins: alexgr (~alexgr___@replaced-ip )
3769 [20:42:39] <jelly> Braven: why do you have a static ip on
untagged bond0?
3770 [20:43:00] <anddam> greycat: it's mainly connected to
the debian box, but it might go to macos or windows boxes
3771 [20:43:09] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Client Quit)
3772 [20:43:10] *** Quits: Starky (~Starky@replaced-ip ) (Read error: Connection reset by peer)
3773 [20:43:12] <greycat> If you're moving it across many
different systems, vfat for sure.
3774 [20:43:18] <anddam> not sure if three qualifies as
"many"
3775 [20:43:27] *** Joins: OS-24695 (~OS-24695@replaced-ip )
3776 [20:43:29] *** Joins: Starky (~Starky@replaced-ip )
3777 [20:44:20] <greycat> Three *different* operating systems?
That's many.
3778 [20:44:25] *** Quits: b6s3d (~b00s3d@replaced-ip ) (Ping timeout: 256 seconds)
3779 [20:44:34] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
3780 [20:44:57] <Akuli> are they always on the same computer or do
you have multiple computers that you want to run with the hard
drive?
3781 [20:45:15] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Remote host closed the connection)
3782 [20:45:15] *** Joins: sm00th (~sm00th@replaced-ip )
3783 [20:45:25] *** Joins: xet7 (~xet7@replaced-ip )
3784 [20:45:32] <anddam> Akuli: can you rephrase?
3785 [20:45:39] <anddam> oh no wait, I got it
3786 [20:45:42] <anddam> different computers
3787 [20:45:46] <greycat> akuli seems to think you are *BOOTING*
from this drive
3788 [20:45:48] <Akuli> so you want to move the hard drive around?
3789 [20:45:50] <Braven> Bond0.310 interface is suppose to be
updating the DNS
3790 [20:45:53] *** Quits: thurstylark (thurstylar@replaced-ip ) (Quit: WeeChat 1.6)
3791 [20:46:00] <Akuli> greycat, good point, yes
3792 [20:46:00] <anddam> no, it's just for some data storage
3793 [20:46:03] <Akuli> oh ok
3794 [20:46:11] *** Joins: thurstylark (thurstylar@replaced-ip )
3795 [20:46:15] *** Joins: notadeveloper (~notadevel@replaced-ip )
3796 [20:46:16] <jelly> Braven: a stupid workaround could be: use
overrides in /etc/dhcp/dhclient.conf to make dhclient account a
different hostname
3797 [20:46:16] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Max SendQ exceeded)
3798 [20:46:19] <Akuli> now i understand greycat's
recommendations :)
3799 [20:46:29] <anddam> vfat it is then, thanks
3800 [20:46:40] *** Joins: valeech (~valeech@replaced-ip )
3801 [20:46:43] <anddam> out of curiosity why is it a better
choice than ntfs?
3802 [20:46:49] <Akuli> i think vfat can't be used for
storing files larger than 2GB
3803 [20:46:55] *** Joins: makeio (~makeio@replaced-ip )
3804 [20:46:57] *** Joins: notadeveloper (~notadevel@replaced-ip )
3805 [20:46:58] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Max SendQ exceeded)
3806 [20:47:01] <Akuli> i might be wrong
3807 [20:47:13] <anddam> I'll check, thanks for the heads up
3808 [20:47:19] <Braven> That could work..I could give hostname
and append-Mgmt to the name
3809 [20:47:20] <jelly> Braven: bond0.310 seems to have a static
ip, it's not supposed to update anything
3810 [20:47:22] *** Joins: notadeveloper (~notadevel@replaced-ip )
3811 [20:47:40] <jelly> man dhclient.conf for details, I guess.
Similar to eg.
3812 [20:47:44] <jelly> !override dns
3813 [20:47:44] <dpkg> To instruct dhclient to use your specified
nameserver rather than the one given to you by your DHCP server,
echo "supersede domain-name-servers a.b.c.d, e.f.g.h;"
>> /etc/dhcp/dhclient.conf, or see man 5 dhclient.conf for
more information. Instead of supersede, you can also use
"prepend" or "append" to add nameservers. Or
remove domain-name-servers (etc.) from dhclient.conf if you prefer.
3814 [20:47:51] <CutMeOwnThroat> depends on the version/type of
fat… there's a wikipedia page on it
3815 [20:47:59] *** makeio is now known as makeiofx
3816 [20:48:15] *** Joins: rbern (~rbern@replaced-ip )
3817 [20:48:15] *** Joins: ryouma (~user@replaced-ip )
3818 [20:48:33] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3819 [20:48:36] <Akuli> i assumed fat32
3820 [20:48:39] <jelly> lemme see if I have a lacp bonding setup
with vlan trunk somewhere
3821 [20:48:48] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
3822 [20:49:14] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3823 [20:49:15] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
3824 [20:49:17] *** Joins: v3g4n (~v3g4n@replaced-ip )
3825 [20:49:43] <jelly> Braven: I must have missed it, which
Debian release is this?
3826 [20:50:04] *** Quits: debinola (523b0f02@replaced-ip ) (Quit: Page closed)
3827 [20:50:30] *** Joins: r4z (~r4z@replaced-ip )
3828 [20:50:35] <CutMeOwnThroat>
replaced-url
3829 [20:50:41] <CutMeOwnThroat> apparently 4G
3830 [20:51:05] <CutMeOwnThroat> well, really seems
"it's complicated"
3831 [20:51:38] <CutMeOwnThroat> I seem to remember a table
comparing different filesystems or so
3832 [20:52:09] *** Joins: clu5ter (~staff@replaced-ip )
3833 [20:52:10] <Braven> So in dhclient.conf. I have already
removed the setting that retrieves DNS setting for the DHCP
interfaces
3834 [20:52:58] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
3835 [20:53:02] *** Joins: Guest56_ (~textual@replaced-ip )
3836 [20:53:09] *** Joins: eshlox (uid44222@replaced-ip )
3837 [20:53:34] *** Joins: dayten (~gnoid@replaced-ip )
3838 [20:53:57] <greycat> Braven: that has nothing to do with the
DHCP server telling the DNS server to fuck around with your entry.
3839 [20:54:08] *** Joins: wonton (wonton@replaced-ip )
3840 [20:54:19] *** Joins: marcozink (~marcozink@replaced-ip )
3841 [20:54:21] <greycat> Which, if I am understanding you, is
what is happening.
3842 [20:54:33] *** Joins: aricz (~aricz@replaced-ip )
3843 [20:54:58] <greycat> And since they're both Windows
products, the solution probably involves clicking something.
3844 [20:55:10] <jelly> Braven: that was not relevant, just an
example how dhcp client settings can be overridden
3845 [20:55:37] *** Quits: mihaicmn (~mihaicmn@replaced-ip ) (Quit: Lost terminal)
3846 [20:55:52] *** Quits: Guest56_ (~textual@replaced-ip ) (Client Quit)
3847 [20:56:04] <jelly> and if you can override the hostname
dhclient on eth0 offers, you can probably make it not overwrite the
existing static entry
3848 [20:56:24] *** Quits: crayon (~user@replaced-ip ) (Ping timeout: 252 seconds)
3849 [20:56:38] *** Joins: gl-prout (~gl-prout@replaced-ip )
3850 [20:56:47] *** Joins: gl-prout_ (~gl-prout@replaced-ip )
3851 [20:56:48] *** Quits: gl-prout_ (~gl-prout@replaced-ip ) (Client Quit)
3852 [20:56:56] <r4z> Hello! quick question could be that iptables
are blocking the DNS? I set an CNAME record to a sandstorm public ID
but I just get 404s
3853 [20:57:15] <greycat> Um.
3854 [20:57:19] <jelly> Braven: you did not say 1. which debian
release this was 2. whether your (window) dns server was also your
dhcp server
3855 [20:57:24] <greycat> 404 is an HTTP response, most likely.
3856 [20:57:28] <r4z> public id and grain confirmed working
3857 [20:57:32] <r4z> debian 8
3858 [20:57:47] <jelly> r4z: a 404 would mean dns worked
3859 [20:57:56] <r4z> hmm true
3860 [20:58:01] *** debhelper sets mode: +l 1682
3861 [20:58:06] *** Joins: artskiller (~artskille@replaced-ip )
3862 [20:58:08] <greycat> 404 in a web browser means you
successfully contacted *some* web server and got a response.
3863 [20:58:22] <r4z> I see, thanks!
3864 [20:58:24] <jelly> (or at least, returned _something_ if not
necessarily what you wanted to)
3865 [21:00:03] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
3866 [21:00:05] *** Joins: plantfood (~hello@replaced-ip )
3867 [21:00:37] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
3868 [21:01:01] *** Joins: mtn (~mtn@replaced-ip )
3869 [21:01:08] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3870 [21:01:24] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3871 [21:01:36] *** Joins: blueness (~blueness@replaced-ip )
3872 [21:02:04] <Rust3dCor3> Hi. cant start uget-gtk as normal
user, but only as root. i have reinstalled it but with no success.
does anybody has a similar problem?
3873 [21:02:29] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
3874 [21:03:46] <Rust3dCor3>
replaced-url
3875 [21:04:27] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3876 [21:04:28] *** Quits: ksft (~k@replaced-ip ) (Ping timeout: 260 seconds)
3877 [21:04:28] *** Quits: eumel (~ahoneiser@replaced-ip ) (Quit: leaving)
3878 [21:05:23] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 256 seconds)
3879 [21:05:30] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3880 [21:05:49] *** swant is now known as IKEA
3881 [21:05:54] *** IKEA is now known as Swant
3882 [21:05:54] *** Quits: vannorden (~vannorden@replaced-ip ) (Ping timeout: 265 seconds)
3883 [21:05:55] *** Joins: btf (~btf@replaced-ip )
3884 [21:06:55] <Braven> I am not sure what the version is
3885 [21:07:01] <greycat> cat /etc/debian_version
3886 [21:07:11] *** Joins: timahvo1 (~rogue@replaced-ip )
3887 [21:07:16] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Ping timeout: 260 seconds)
3888 [21:07:33] <Rust3dCor3> mine is 8.6
3889 [21:07:42] *** Quits: frozengeek__ (~frozengee@replaced-ip ) (Quit: frozengeek__)
3890 [21:08:18] *** Joins: frozengeek__ (~frozengee@replaced-ip )
3891 [21:08:23] *** Quits: Akuli (~Akuli@replaced-ip ) (Quit: Lähdössä)
3892 [21:08:26] *** Joins: _foldLeft (~foldleft@replaced-ip )
3893 [21:08:37] <jelly> Braven: or run "lsb_release -sc"
3894 [21:08:42] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3895 [21:08:49] *** Joins: Rackham (~Rackham@replaced-ip )
3896 [21:08:59] *** Joins: 7GHAAHW7L (~rory_lapt@replaced-ip )
3897 [21:09:00] *** Quits: 7GHAAHW7L (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3898 [21:09:03] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 252 seconds)
3899 [21:09:39] *** Quits: brguy (uid21011@replaced-ip ) (Quit: Connection closed for inactivity)
3900 [21:09:41] <Braven> jessie
3901 [21:10:04] *** Quits: mearon28 (~mearon@replaced-ip ) (Ping timeout: 260 seconds)
3902 [21:10:16] *** Joins: kenden (~dsps@replaced-ip )
3903 [21:10:22] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3904 [21:11:10] *** Joins: tty0_ (~NA@replaced-ip )
3905 [21:11:23] *** Joins: murfjr (~realname@replaced-ip )
3906 [21:11:28] *** Quits: tty0_ (~NA@replaced-ip ) (Changing host)
3907 [21:11:28] *** Joins: tty0_ (~NA@replaced-ip )
3908 [21:11:28] *** Quits: murfjr (~realname@replaced-ip ) (Max SendQ exceeded)
3909 [21:11:45] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3910 [21:11:47] *** Joins: murfjr (~realname@replaced-ip )
3911 [21:11:50] <hexnewbie> How would i set the keyboard rate
reliably in LXDE after login? So far I tried the lxinput, as well
as: echo 'DISPLAY=:0; export DISPLAY; xset r rate 175 40'
| at now + 1 min
3912 [21:12:08] <hexnewbie> The latter being put in .xsessionrc. I
get the emails, but the keyboard rate is still wrong
3913 [21:12:11] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Ping timeout: 256 seconds)
3914 [21:12:25] *** Joins: rory_laptop (~rory_lapt@replaced-ip )
3915 [21:12:47] *** Quits: clu5ter (~staff@replaced-ip ) (Quit: ||||||||||||||||||||||||||||||||||||||||||||||| 99%)
3916 [21:13:04] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Quit: Leaving)
3917 [21:13:24] <jelly> Braven: something like
replaced-url
3918 [21:13:31] <jelly> jessie is 8, the current release
3919 [21:14:41] *** Joins: monkeyjuice (~rudydog@replaced-ip )
3920 [21:14:47] <Braven> bond-updelay 200
3921 [21:14:49] <jelly> older releases needed slave device links
manually up, and a sleep 8 or similar to make sure they're up,
or vlan would not work correctly
3922 [21:15:21] *** Joins: The_Loko (~The_Loko@replaced-ip )
3923 [21:15:29] <jelly> if it works for you without delays, the
better
3924 [21:15:40] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
3925 [21:16:02] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 256 seconds)
3926 [21:16:03] *** Quits: v3g4n (~v3g4n@replaced-ip ) (Ping timeout: 265 seconds)
3927 [21:16:22] <jelly> presumably you tested unplugging links and
back, then unplugging the other one and back
3928 [21:16:35] <jelly> s/links/a link/
3929 [21:17:17] <jelly> > If bond-miimon is NOT defined, Debian
uses crappy behaviour of ignoring slave failures. Always define
miimon!.
3930 [21:17:26] <jelly> says internal doc
3931 [21:17:30] *** Quits: shovel_boss (~shovel_bo@replaced-ip ) (Read error: Connection reset by peer)
3932 [21:17:31] <hexnewbie> Maybe LXDE has a bug where it sets the
reciprocal of the lxinput rate (40) when pressing OK, and the
lxinput rate after reboot (25)? Because that's what I get
3933 [21:17:43] *** Joins: Ievh (~Ievh@replaced-ip )
3934 [21:18:27] <jelly> you already got that bit
3935 [21:19:14] *** Quits: Rackham (~Rackham@replaced-ip ) (Quit: Leaving)
3936 [21:19:25] *** Joins: SPF|Cloud (uid11755@replaced-ip )
3937 [21:19:34] *** Joins: samodid (~vsamodid@replaced-ip )
3938 [21:19:39] *** Joins: bit1 (~joseanton@replaced-ip )
3939 [21:19:40] *** Quits: gentoo_ (~gentoo@replaced-ip ) (Quit: Konversation terminated!)
3940 [21:20:41] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3941 [21:20:54] *** Joins: ksft (~k@replaced-ip )
3942 [21:21:02] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
3943 [21:21:16] *** Joins: smidlers (smyers@replaced-ip )
3944 [21:21:22] *** Joins: circ-user-qHook (~circuser-@replaced-ip )
3945 [21:21:29] *** Joins: _foldLeft (~foldleft@replaced-ip )
3946 [21:22:02] *** Joins: OS-24749 (~OS-24749@replaced-ip )
3947 [21:24:23] *** Joins: clu5ter (~staff@replaced-ip )
3948 [21:24:27] *** Quits: clu5ter (~staff@replaced-ip ) (Remote host closed the connection)
3949 [21:25:13] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 244 seconds)
3950 [21:26:40] *** Joins: RA3OR (~demon@replaced-ip )
3951 [21:26:49] *** Quits: R430R (~demon@replaced-ip ) (Read error: Connection reset by peer)
3952 [21:26:55] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 256 seconds)
3953 [21:27:08] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
3954 [21:28:14] <TG_> ok, well that burn failed. is this fine?
growisofs -dvd-compat -speed=1 -Z
/dev/dvd=debian-8.6.0-amd64-DVD-1.iso
3955 [21:28:18] *** Joins: bluenemo (~bluenemo@replaced-ip )
3956 [21:28:40] <TG_> for some reason I'm having a hard time
with the concept that growisofs is the command I should use to write
DVDs
3957 [21:29:05] *** Quits: led_belly (~led_belly@replaced-ip ) (Ping timeout: 258 seconds)
3958 [21:29:21] *** Quits: RA3OR (~demon@replaced-ip ) (Read error: Connection reset by peer)
3959 [21:29:30] *** Joins: RA3OR (~demon@replaced-ip )
3960 [21:29:47] *** Joins: ranix (~ranix@replaced-ip )
3961 [21:30:12] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 260 seconds)
3962 [21:30:23] *** Joins: ewew (~ewew@replaced-ip )
3963 [21:31:02] *** Quits: ojoa (~zetagi@replaced-ip ) (Ping timeout: 265 seconds)
3964 [21:31:23] *** Joins: vannorden (~vannorden@replaced-ip )
3965 [21:31:25] <TriJetScud> TG_: it would be easier just to stick
it in an USB
3966 [21:31:27] *** Quits: canopus (~canopus@replaced-ip ) (Read error: Connection reset by peer)
3967 [21:31:54] *** Joins: magnulu (~magnulu@replaced-ip )
3968 [21:32:16] *** Joins: hrkljus (~weechat@replaced-ip )
3969 [21:32:48] <TG_> thanks, but I need a DVD for now
3970 [21:32:49] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3971 [21:33:00] *** Joins: ojoa (~zetagi@replaced-ip )
3972 [21:33:12] <TG_> I think it's just a crappy blank disc,
nevermind
3973 [21:33:29] <TriJetScud> TG_: legacy system?
3974 [21:33:36] <TriJetScud> i.e. no UEFI at all?
3975 [21:33:44] *** Joins: mtn (~mtn@replaced-ip )
3976 [21:34:21] <TG_> No, it's fine. It's my own
personal idiosyncracy, so I guess I won't bother you with it.
3977 [21:34:36] <TG_> I just like optical discs sometimes
3978 [21:34:49] <TG_> Plus, no spare USB sticks of that size
3979 [21:35:04] <TriJetScud> heh, i'd just do net install at
that point
3980 [21:35:19] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
3981 [21:35:23] <TriJetScud> a bootable usb stick and the actual
files hosted on a network
3982 [21:35:30] *** Quits: rory_laptop (~rory_lapt@replaced-ip ) (Remote host closed the connection)
3983 [21:36:01] *** Joins: sponji_ (ir@replaced-ip )
3984 [21:36:37] *** Joins: cdown_ (~cdown@replaced-ip )
3985 [21:36:40] <TG_> I might try that :)
3986 [21:37:14] *** Joins: panta (~panta@replaced-ip )
3987 [21:37:18] *** sponji_ is now known as spn
3988 [21:37:28] *** Joins: Innokenty (~innokenty@replaced-ip )
3989 [21:37:41] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 256 seconds)
3990 [21:37:53] *** Quits: Innokenty (~innokenty@replaced-ip ) (Client Quit)
3991 [21:38:10] *** spn is now known as cywar
3992 [21:38:51] *** Quits: kenden (~dsps@replaced-ip ) (Quit: My computer has gone to sleep. ZZZzzz…)
3993 [21:39:09] *** Parts: polemic (~polemic@replaced-ip )
3994 [21:39:09] *** Quits: meta-coder (~meta-code@replaced-ip ) (Quit: Bye.)
3995 [21:39:30] *** Joins: Emil (emil@replaced-ip )
3996 [21:39:33] <Emil> Yo
3997 [21:39:38] *** Joins: marcozink (~marcozink@replaced-ip )
3998 [21:39:38] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
3999 [21:39:48] *** Joins: Innokenty (~innokenty@replaced-ip )
4000 [21:40:00] <Emil> So I have a server and did an raid array on
it with mdadm
4001 [21:40:22] *** Parts: ewew (~ewew@replaced-ip )
4002 [21:40:33] <Emil> now I needed to change the name of an array
so I assembled it again and edited the name in mdadm.conf and then
updated initramfs
4003 [21:40:34] *** Joins: _erik_hansen (~eha@replaced-ip )
4004 [21:40:37] <Emil> And then rebooted
4005 [21:40:40] <Emil> but it doesn't come up again
4006 [21:41:00] <Emil> Can I simply boot from an usb stick, change
the name in mdadm.conf and it should work?
4007 [21:41:30] *** Quits: _erik_hansen (~eha@replaced-ip ) (Client Quit)
4008 [21:41:50] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
4009 [21:41:55] *** Quits: Almtesh (~Almtesh@replaced-ip ) (Remote host closed the connection)
4010 [21:41:55] *** Quits: OS-24749 (~OS-24749@replaced-ip ) (Remote host closed the connection)
4011 [21:42:28] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
4012 [21:42:47] *** Quits: seoner (~usr@replaced-ip ) (Ping timeout: 256 seconds)
4013 [21:43:01] *** Joins: canopus (~canopus@replaced-ip )
4014 [21:43:13] *** Quits: Ievh (~Ievh@replaced-ip ) (Read error: Connection reset by peer)
4015 [21:43:59] *** Quits: altin (~altin@replaced-ip ) (Remote host closed the connection)
4016 [21:44:51] *** Quits: plantfood (~hello@replaced-ip ) (Ping timeout: 244 seconds)
4017 [21:45:19] *** Quits: makeiofx (~makeio@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
4018 [21:45:54] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
4019 [21:46:14] *** Joins: cdown (~cdown@replaced-ip )
4020 [21:46:14] *** Quits: ebarch (sid17287@replaced-ip ) (Read error: Connection reset by peer)
4021 [21:46:24] *** Joins: jus (~jus@replaced-ip )
4022 [21:46:33] *** Joins: th0r (~th0r@replaced-ip )
4023 [21:46:35] *** Joins: ebarch (sid17287@replaced-ip )
4024 [21:46:48] *** Joins: drzraf (~yug@replaced-ip )
4025 [21:46:49] *** Quits: b6s3d_ (~b00s3d@replaced-ip##) (Quit: ZNC 1.6.3 - ##replaced-url
4026 [21:47:24] *** Quits: paradizelost (sid23952@replaced-ip ) (Ping timeout: 260 seconds)
4027 [21:47:56] *** matthiakrgr is now known as matthiaskrgr
4028 [21:48:05] *** Joins: pseudocrat (~sudo@replaced-ip )
4029 [21:48:05] *** Quits: pseudocrat (~sudo@replaced-ip ) (Changing host)
4030 [21:48:05] *** Joins: pseudocrat (~sudo@replaced-ip )
4031 [21:48:05] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
4032 [21:48:13] *** Joins: dutchfish (~wil@replaced-ip )
4033 [21:48:20] *** Joins: Quatroking (~Quatrokin@replaced-ip )
4034 [21:48:25] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Quit: Leaving)
4035 [21:48:26] *** Quits: petems (sid27138@replaced-ip ) (Ping timeout: 265 seconds)
4036 [21:48:47] *** Quits: avalchev (uid190868@replaced-ip ) (Ping timeout: 252 seconds)
4037 [21:48:56] *** Quits: pavlushka (~Pavel@replaced-ip ) (Quit: See you on the other side...)
4038 [21:49:20] *** Quits: circ-user-qHook (~circuser-@replaced-ip ) (Ping timeout: 260 seconds)
4039 [21:49:29] <drzraf> Hi, I've a setgid quetion: userA
just created its own dir (dirA/) inside a setgid'ed root
directory (sftp). dirA/ is drwxrwsr-x (userA.groupX). Then comes
userB (whose primary group is groupX too) inside dirA/. But
he's forbidden to write. Why?
4040 [21:49:31] *** Joins: b6s3d (~b00s3d@replaced-ip )
4041 [21:49:35] *** Joins: avalchev (uid190868@replaced-ip )
4042 [21:49:39] *** Joins: petems (sid27138@replaced-ip )
4043 [21:49:48] <Emil> So I have a server and did an raid array on
it with mdadm
4044 [21:49:52] <Emil> oops
4045 [21:50:21] *** Quits: l0xas (~unix@replaced-ip ) (Remote host closed the connection)
4046 [21:50:31] <somiaj> drzraf: Just because the directory gives
write permissions to a group, indviduial files may not have these
permisions. Some programs such as sftp, could set the permisions to
be what the original file is after the file is made.
4047 [21:50:36] *** Quits: twisted` (sid6794@replaced-ip ) (Ping timeout: 256 seconds)
4048 [21:51:03] *** Joins: paradizelost (sid23952@replaced-ip )
4049 [21:51:13] *** Joins: circ-user-qHook (~circuser-@replaced-ip )
4050 [21:51:14] <greycat> Ah, clever. I hadn't even
considered that he might be colliding on the filename INSIDE the
dir.
4051 [21:51:29] <drzraf> somiaj: userB try to touch a new file
inside dirA/ + the test is not yet done with sftp (interactive
shell)
4052 [21:51:32] *** Joins: morphis_ (~morphis@replaced-ip )
4053 [21:51:34] *** Joins: artskiller (~artskille@replaced-ip )
4054 [21:51:47] *** Joins: fyk9 (~yko@replaced-ip )
4055 [21:51:51] <drzraf> `touch` is
open("touch-from-B.txt",
O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK, 0666) = -1 EACCES
4056 [21:51:54] <somiaj> drzraf: so when userB runs touch, the
created file doesn't get the correct default permissions?
4057 [21:52:08] <drzraf> he isn't allowedto create the file
4058 [21:52:21] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip )
4059 [21:52:21] <greycat> drzraf: are you sure you're in the
right directory?
4060 [21:52:25] <somiaj> drzraf: this is inside dirA (or the
subdirectory dirB)?
4061 [21:52:32] *** Joins: RFleming (~RFleming@replaced-ip )
4062 [21:52:35] <RFleming> Greetings!
4063 [21:52:36] <drzraf> inside dirA
4064 [21:52:44] <RFleming> When does debian ignore setuid on a
folder?
4065 [21:52:53] <greycat> drzraf: does user B have x perms on all
the PARENTS of dirA?
4066 [21:52:59] <somiaj> drzraf: run 'groups', do you
need to logout/back in to get the user into the right group?
4067 [21:53:02] <greycat> RFleming: every. time.
4068 [21:53:12] <greycat> setuid on a directory does nothing.
4069 [21:53:12] *** Joins: twisted` (sid6794@replaced-ip )
4070 [21:53:27] <drzraf> userB can touch inside the parent of dirA
(the "root" dir)
4071 [21:53:36] <RFleming> I've set a directory with both
setuid and setgid, but only setgid is applied on new file/directory
creation.
4072 [21:53:41] <greycat> setuid on a directory does nothing.
4073 [21:53:45] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Ping timeout: 265 seconds)
4074 [21:54:03] <drzraf> that's setgid (+s): dirA/ is
drwxrwsr-x (userA.groupX)
4075 [21:54:56] * RFleming isn't sure if he walked into a similar
question or if greycat is speaking with him
4076 [21:55:01] *** Joins: Adbray (~Adbtay@replaced-ip )
4077 [21:55:02] <greycat> RFLEMING: setuid on a directory does
nothing.
4078 [21:55:12] <RFleming> yes, I see that... but the question is
why?
4079 [21:55:21] <RFleming> protection from stupid? :)
4080 [21:55:28] <greycat> BECAUSE IT NEVER HAS, AND IT IS NOT
SUPPOSED TO
4081 [21:55:43] <greycat> You imagined it would do something,
perhaps.
4082 [21:55:50] *** Quits: Innokenty (~innokenty@replaced-ip ) (Remote host closed the connection)
4083 [21:56:09] *** Quits: marijnfs (~smuxi@replaced-ip ) (Ping timeout: 260 seconds)
4084 [21:56:14] <fyk9> Hello i can't get autocompletion when
logging as root in ssh any idea ?
4085 [21:56:15] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
4086 [21:56:16] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 260 seconds)
4087 [21:56:18] *** Quits: Lipp (~Lipp@replaced-ip ) (Ping timeout: 245 seconds)
4088 [21:56:31] <RFleming> Oooh, yelling.
4089 [21:56:33] <RFleming> lovely
4090 [21:56:35] <greycat> fyk9: stop logging in directly as root
and expecting a comfy padded user environment.
4091 [21:56:39] *** Joins: CEnnis91 (uid3543@replaced-ip )
4092 [21:56:59] <pseudocrat> Hey guys. I'm using Debian 8
(Gnome) and I had a weird question. How come when I start Pidgin it
just connects in the background, but doesn't create the friends
window until I run the application a second time? This may be a
Gnome issue/feature so sorry if the question doesn't belong
here.
4093 [21:57:05] *** Joins: artskiller (~artskille@replaced-ip )
4094 [21:57:08] <fyk9> greycat, you want me to use sudo ?
4095 [21:57:08] *** Joins: Innokenty (~innokenty@replaced-ip )
4096 [21:57:21] <greycat> Root's environment, if you login
directly as root, which is frowned upon, is supposed to be spartan.
Not crufted up with bash-completion garbage.
4097 [21:57:44] <somiaj> pseudocrat: could be it just loads it
into the systray and then you need to open it from the systtray.
4098 [21:57:57] <pseudocrat> Nothing is loaded into the systray
until I open it the second time
4099 [21:58:00] <RFleming> fyk9: if you want to live in root...
use sudo -s and log in the once. Uses your own bash profile and
settings without messing up root
4100 [21:58:26] *** Joins: clu5ter (~staff@replaced-ip )
4101 [21:58:49] <pseudocrat> Pidgin has systray set to show always
as well. I thought that may be the issue
4102 [22:00:05] *** Joins: plantfood (~hello@replaced-ip )
4103 [22:00:14] *** Quits: quackgyver (uid11872@replaced-ip ) (Quit: Connection closed for inactivity)
4104 [22:00:54] *** Joins: marijnfs (~smuxi@replaced-ip )
4105 [22:00:54] <TG_> speaking of comfortable bash environments:
how do I get .profile to be loaded in xterm automatically? or do I
have to log out of my X session and back in again?
4106 [22:01:03] <TG_> this question has been bugging me for about
17 years now
4107 [22:01:07] *** Quits: WormFood (~wormfood@replaced-ip ) (Read error: Connection reset by peer)
4108 [22:01:20] <greycat> You configure your per-shell-instance
stuff in .bashrc instead of .profile, because .bashrc is loaded by
every xterm.
4109 [22:01:30] <greycat> That's aliases, functions, set -o
stuff, shopt stuff.
4110 [22:01:51] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 252 seconds)
4111 [22:02:23] *** Quits: Innokenty (~innokenty@replaced-ip ) (Remote host closed the connection)
4112 [22:02:26] *** Joins: WormFood (~wormfood@replaced-ip )
4113 [22:02:33] <pseudocrat> Actually, I think it may just be a
gnome issue on the first launch of the application. Subsequent
logins/launches behave as expected
4114 [22:02:40] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 250 seconds)
4115 [22:02:45] <TG_> while that's very informative, I need
the path set, and possibly other environment variables
4116 [22:03:14] <greycat> PATH should be set in your master login
config file, so it gets inherited by your window manager, and then
by the shells it creates.
4117 [22:03:34] <greycat> If you login on a console, that would be
.bash_profile or .profile or similar. If you login with a GUI,
it's .xsessionrc
4118 [22:03:37] *** Quits: paradx (~paradx@replaced-ip ) (Ping timeout: 260 seconds)
4119 [22:03:57] <greycat> (Same for all other environment
variables as well.)
4120 [22:04:46] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 256 seconds)
4121 [22:05:25] <TG_> .bash_profile, etc., is your master login
config file here?
4122 [22:05:32] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
4123 [22:05:46] *** Joins: Innokenty (~innokenty@replaced-ip )
4124 [22:05:52] *** Joins: DingoSaar (~hagen@replaced-ip )
4125 [22:05:54] *** Joins: neilthereildeil (hidden-use@replaced-ip )
4126 [22:06:10] <greycat> Only if you login on a text console and
use startx.
4127 [22:06:25] <drzraf> somiaj, greycat: it was ACL related.
After I setfacl -b dirA/ I found that directory wasn't
group-writable anymore
4128 [22:06:32] <neilthereildeil> whats a good screenvideo and mic
audio recorder for debian?
4129 [22:06:36] <TG_> ok, that would explain why it just worked
when I logged in to a text console and used startx
4130 [22:06:55] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Remote host closed the connection)
4131 [22:06:57] <greycat>
replaced-url
4132 [22:07:18] *** Joins: nsgn (~nsgn@replaced-ip )
4133 [22:07:27] *** Joins: galeido_ (galeido@replaced-ip )
4134 [22:07:50] <nsgn> Looking for an IRC channel for Caddy (the
http/2 server). Having trouble finding them.
4135 [22:07:52] <TG_> reading.
4136 [22:08:58] *** Quits: davimore (~davimore@replaced-ip ) (Quit: Leaving)
4137 [22:08:58] *** Quits: c4a7b9b2 (~Corsair@replaced-ip ) (Quit: Konversation terminated!)
4138 [22:09:24] *** Quits: MikeDebian (~ML@replaced-ip ) (Quit: Leaving)
4139 [22:09:26] *** Joins: notadeveloper (~notadevel@replaced-ip )
4140 [22:09:54] <neilthereildeil> i see a few, but they are not
available in debian repos
4141 [22:10:14] *** Joins: BrambleG (~BrambleG@replaced-ip )
4142 [22:10:23] *** Quits: murfjr (~realname@replaced-ip ) (Quit: Leaving)
4143 [22:10:40] *** Quits: valeriusL (~valerius@replaced-ip ) (Quit: Ухожу я от вас (xchat 2.4.5 или старше))
4144 [22:11:45] *** Quits: DomaMuffin (~DomaMuffi@replaced-ip ) (Read error: Connection reset by peer)
4145 [22:12:04] *** Joins: n0ir (~n0ir@replaced-ip )
4146 [22:12:08] *** Quits: acidtech (acid@replaced-ip ) (Ping timeout: 245 seconds)
4147 [22:12:19] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Quit: Leaving)
4148 [22:12:29] *** Quits: circ-user-qHook (~circuser-@replaced-ip ) (Ping timeout: 260 seconds)
4149 [22:12:30] *** Joins: daniel-s (~daniel-s@replaced-ip )
4150 [22:12:42] *** Joins: grimsley (~grimsley@replaced-ip )
4151 [22:13:14] *** Joins: makeiofx (~makeio@replaced-ip )
4152 [22:13:24] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Ping timeout: 252 seconds)
4153 [22:13:44] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 252 seconds)
4154 [22:13:56] *** Quits: nsgn (~nsgn@replaced-ip ) (Quit: Leaving)
4155 [22:14:37] *** Joins: pencilandpaper (~penciland@replaced-ip )
4156 [22:15:05] *** Quits: makeiofx (~makeio@replaced-ip ) (Remote host closed the connection)
4157 [22:15:12] *** Parts: n0ir (~n0ir@replaced-ip )
4158 [22:16:06] *** Quits: LNJ2GO (~lnj@replaced-ip ) (Remote host closed the connection)
4159 [22:16:15] *** Quits: Braven (~Braven36@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
4160 [22:16:35] *** Joins: DomaMuffin (~DomaMuffi@replaced-ip )
4161 [22:16:41] *** Parts: menace (~knorr@replaced-ip )
4162 [22:17:32] *** Joins: tharkun (~0@replaced-ip )
4163 [22:17:58] *** Joins: klow (~textual@replaced-ip )
4164 [22:18:00] *** debhelper sets mode: +l 1674
4165 [22:18:17] *** Quits: Innokenty (~innokenty@replaced-ip ) (Quit: Ухожу я от вас (xchat 2.4.5 или старше))
4166 [22:19:26] *** Joins: mtn (~mtn@replaced-ip )
4167 [22:20:26] *** Joins: morphis_ (~morphis@replaced-ip )
4168 [22:21:46] *** Joins: valeriusL (~valerius@replaced-ip )
4169 [22:23:20] *** Quits: marijnfs (~smuxi@replaced-ip ) (Ping timeout: 260 seconds)
4170 [22:23:45] *** Joins: amcorreia (~amcorreia@replaced-ip )
4171 [22:24:00] *** Quits: macartur (~macartur@replaced-ip ) (Quit: Leaving)
4172 [22:24:26] *** Joins: acidtech (acid@replaced-ip )
4173 [22:24:40] <TG_> greycat, I think I will use .xsessionrc,
thank you.
4174 [22:25:09] *** Parts: neilthereildeil (hidden-use@replaced-ip )
4175 [22:25:17] <drzraf> can I force "group::r-x" to
become "group::rwx" (given chmod g+w does not do it)?
4176 [22:25:35] <drzraf> (without have to setfacl -b, then chmod
g+w, then restore ACL)
4177 [22:26:01] *** Joins: murfjr (~realname@replaced-ip )
4178 [22:26:01] *** Quits: GandalfTheWizard (~Emma@replaced-ip ) (Ping timeout: 260 seconds)
4179 [22:26:08] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 260 seconds)
4180 [22:27:41] *** Joins: rmdashrf (~rmdashrf@replaced-ip )
4181 [22:27:53] *** Joins: Maxou (~maxou@replaced-ip )
4182 [22:28:12] <ghormoon> hi, any hint for something that will be
in repos to cut (start, end) and crop (which part of image) video?
4183 [22:29:14] <petemc> ffmpeg
4184 [22:29:16] <CutMeOwnThroat> ffmpeg
4185 [22:29:21] <petemc> i win
4186 [22:29:28] <CutMeOwnThroat> you cheated
4187 [22:29:46] <petemc> prove it
4188 [22:29:49] <CutMeOwnThroat> you need to recode to cut in most
cases
4189 [22:29:49] *** Quits: l3archos (~Icedove@replaced-ip ) (Quit: l3archos)
4190 [22:30:03] <franzer> anyone seen where using cinnamon on
hidpi, the lockscreen seems to do a strange zoom in?
4191 [22:30:12] *** Joins: jak2000 (~jak2000@replaced-ip )
4192 [22:30:15] <ghormoon> ok, somethnig with gui? :)
4193 [22:30:25] <jak2000> !dpkg sources.list
4194 [22:30:26] <dpkg> A suitable /etc/apt/sources.list for Debian
8 "Jessie" has three lines: "deb
replaced-url
4195 [22:30:51] <franzer> kernel 4.7.0-1 if necessary
4196 [22:30:52] *** Quits: morphis_ (~morphis@replaced-ip ) (Quit: Ex-Chat)
4197 [22:30:58] <teraflops> ghormoon: ehm, ffmpeg :P
4198 [22:31:20] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
4199 [22:31:24] <ghormoon> I've alays though ffmpeg was
cmdline only :)
4200 [22:32:22] *** Joins: Almtesh (~Almtesh@replaced-ip )
4201 [22:32:54] *** Quits: vannorden (~vannorden@replaced-ip ) (Ping timeout: 265 seconds)
4202 [22:32:58] *** Joins: Pazician (~pazician@replaced-ip )
4203 [22:33:35] <teraflops> ghormoon: yeah I didn't read your
last message
4204 [22:33:52] *** Joins: keltim (~keltim@replaced-ip )
4205 [22:34:02] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
4206 [22:34:02] *** Quits: monkeyjuice (~rudydog@replaced-ip ) (Ping timeout: 250 seconds)
4207 [22:34:05] <ghormoon> I just don't wanna be guessing the
crop coordinates all day :)
4208 [22:34:28] <CutMeOwnThroat> mplayer/mpv can show you a box
and you can map keys to move the box around
4209 [22:34:37] <CutMeOwnThroat> and resize it
4210 [22:35:34] *** Joins: rickrll (~rick@replaced-ip )
4211 [22:35:41] *** Quits: subhead (~subhead@replaced-ip ) ()
4212 [22:35:56] *** Joins: subhead (~subhead@replaced-ip )
4213 [22:36:24] <CutMeOwnThroat> and I don't usually use
ffmpeg, I use mplayer + x264 + neroAacEnc + MP4Box
4214 [22:36:53] <CutMeOwnThroat> apparently switching ffmpeg to
use divx works about as well, though… my setup predates that
4215 [22:37:11] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 256 seconds)
4216 [22:37:44] *** Quits: Maxou (~maxou@replaced-ip ) (Remote host closed the connection)
4217 [22:37:54] *** Joins: cdown (~cdown@replaced-ip )
4218 [22:38:08] <rattking> for a gui checkout pitivi or kdenlive
if you already have kde installed..
4219 [22:38:15] <CutMeOwnThroat> ghormoon, ~/.mplayer/input.conf
--> lines like KP1 change_rectangle 0 5
4220 [22:38:16] *** Quits: tatalazaro (4c0e4314@replaced-ip ) (Quit: Page closed)
4221 [22:38:49] *** Joins: tatalazaro (~tatalazar@replaced-ip )
4222 [22:40:26] <CutMeOwnThroat> pitivi, melt, openshot,
kino… and what was it (seems gone now) cinellara or
so… I dunno, I never could make them produce something useful
4223 [22:40:32] *** Quits: galeido_ (galeido@replaced-ip ) (Quit: leaving)
4224 [22:40:50] <ghormoon> I've googled up openshot and
failed to find crop in it
4225 [22:41:02] <ghormoon> and also even if I cut start/end, the
serult is not cut, that thing is strange :)
4226 [22:41:21] *** Joins: galeido (galeido@replaced-ip )
4227 [22:41:36] *** Quits: rainfyre (~rainfyre@replaced-ip ) (Quit: Lost terminal)
4228 [22:41:45] *** Quits: stoilkov (~anton@replaced-ip ) (Quit: stoilkov)
4229 [22:42:04] *** Joins: marcozink2 (~marcozink@replaced-ip )
4230 [22:42:13] *** Joins: vannorden (~vannorden@replaced-ip )
4231 [22:42:18] *** Joins: BaW (~BaW@replaced-ip )
4232 [22:42:23] <rattking> I figured out the start and end stuff
pretty quick but had to trial and error cropping in kdenlive
4233 [22:42:34] <CutMeOwnThroat> the youtube editor can do most
(all?) of these things… makes you wonder what google uses
4234 [22:44:05] *** Joins: ner0 (~noir@replaced-ip )
4235 [22:44:18] *** Joins: Danishman (~kvirc@replaced-ip )
4236 [22:44:52] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 250 seconds)
4237 [22:45:53] *** Quits: OS-23624 (~OS-23624@replaced-ip ) (Ping timeout: 245 seconds)
4238 [22:46:50] *** Joins: alowinz (~lnx@replaced-ip )
4239 [22:47:10] *** Quits: remo (~remo@replaced-ip ) (Remote host closed the connection)
4240 [22:47:14] *** Parts: rickrll (~rick@replaced-ip )
4241 [22:47:19] *** Quits: ner0 (~noir@replaced-ip ) (Quit: Leaving)
4242 [22:47:20] <ghormoon> can kdenlive copy stream whne not
altering it except start/end cut?
4243 [22:47:44] *** jor_ is now known as jor
4244 [22:48:04] *** Quits: gshrikant (~gshrikant@replaced-ip ) (Ping timeout: 260 seconds)
4245 [22:48:08] *** Quits: klow (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
4246 [22:48:18] *** Joins: PhoenixSTF (~rudi@replaced-ip )
4247 [22:48:44] <ghormoon> I feel bad about thinking abut windows
VM for viatualdub :-/
4248 [22:48:55] *** Quits: vannorden (~vannorden@replaced-ip ) (Ping timeout: 252 seconds)
4249 [22:48:57] <ghormoon> *virtualdub
4250 [22:48:58] *** Joins: Maxou (~maxou@replaced-ip )
4251 [22:49:49] *** Quits: sandeepkr (~sandeepkr@replaced-ip ) (Ping timeout: 260 seconds)
4252 [22:50:18] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 265 seconds)
4253 [22:51:04] *** Quits: MrNeon (~MrNeon@replaced-ip ) (Quit: Leaving)
4254 [22:51:18] *** Joins: Ricardo__ (~rick@replaced-ip )
4255 [22:52:00] *** Quits: notadeveloper (~notadevel@replaced-ip ) (Remote host closed the connection)
4256 [22:52:10] *** Joins: timahvo1 (~rogue@replaced-ip )
4257 [22:52:20] *** Quits: sh00p (~sh00p@replaced-ip ) ()
4258 [22:52:26] *** Joins: OS-23624 (~OS-23624@replaced-ip )
4259 [22:53:12] *** Quits: OS-24695 (~OS-24695@replaced-ip ) (Ping timeout: 260 seconds)
4260 [22:53:36] *** Quits: r4z (~r4z@replaced-ip ) (Quit: Leaving)
4261 [22:54:11] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
4262 [22:54:40] *** Joins: Bennux_dev (~Bennux_de@replaced-ip )
4263 [22:55:31] *** Quits: plantfood (~hello@replaced-ip ) (Ping timeout: 252 seconds)
4264 [22:55:32] *** Joins: notadeveloper (~notadevel@replaced-ip )
4265 [22:55:39] *** Joins: DanneStrat (~daniel@replaced-ip )
4266 [22:56:34] *** Quits: Al3xG0 (~unix@replaced-ip ) (Ping timeout: 250 seconds)
4267 [22:56:49] *** Quits: fffatman (~ffamousff@replaced-ip ) (Ping timeout: 260 seconds)
4268 [22:57:17] *** Quits: moestevens (~moesteven@replaced-ip ) (Ping timeout: 260 seconds)
4269 [22:57:18] *** Joins: n0ir (~noir@replaced-ip )
4270 [22:57:21] *** Joins: allizom (~Thunderbi@replaced-ip )
4271 [22:57:23] *** Joins: Al3xG0 (~unix@replaced-ip )
4272 [22:57:23] *** Quits: Al3xG0 (~unix@replaced-ip ) (Changing host)
4273 [22:57:23] *** Joins: Al3xG0 (~unix@replaced-ip )
4274 [22:57:27] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
4275 [22:57:34] *** Joins: davimore (~davimore@replaced-ip )
4276 [22:57:41] *** Joins: plantfood (~hello@replaced-ip )
4277 [22:58:11] *** Joins: gshrikant (~gshrikant@replaced-ip )
4278 [22:59:05] *** Joins: n0ir_ (~noir@replaced-ip )
4279 [22:59:18] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
4280 [23:00:10] *** Joins: marcozink (~marcozink@replaced-ip )
4281 [23:00:25] *** Quits: marcozink2 (~marcozink@replaced-ip ) (Ping timeout: 256 seconds)
4282 [23:00:52] *** Quits: eric12345 (~eric12345@replaced-ip ) (Ping timeout: 256 seconds)
4283 [23:00:59] *** Quits: Meerkat (~meerkat@replaced-ip ) (Quit: Leaving)
4284 [23:01:10] *** Quits: drzraf (~yug@replaced-ip ) (Ping timeout: 250 seconds)
4285 [23:01:29] *** Quits: bmr (~bmr@replaced-ip ) (Ping timeout: 260 seconds)
4286 [23:01:34] *** Joins: shovel_boss (~shovel_bo@replaced-ip )
4287 [23:01:36] *** Quits: pseudocrat (~sudo@replaced-ip ) (Ping timeout: 260 seconds)
4288 [23:01:48] *** Quits: n0ir (~noir@replaced-ip ) (Ping timeout: 252 seconds)
4289 [23:02:43] *** Quits: Maxou (~maxou@replaced-ip ) (Remote host closed the connection)
4290 [23:03:27] *** Quits: phystau (~phystau@replaced-ip ) (Ping timeout: 252 seconds)
4291 [23:03:31] *** Joins: n0ir (~noir@replaced-ip )
4292 [23:05:23] *** Quits: DrNo (~DrNo@replaced-ip ) (Max SendQ exceeded)
4293 [23:05:40] *** Joins: DrNo (~DrNo@replaced-ip )
4294 [23:07:01] *** Quits: DrNo (~DrNo@replaced-ip ) (Max SendQ exceeded)
4295 [23:07:15] *** Quits: RTFM[away] (~RTFMaway]@replaced-ip ) (Ping timeout: 252 seconds)
4296 [23:07:40] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 250 seconds)
4297 [23:07:47] *** Joins: DrNo (~DrNo@replaced-ip )
4298 [23:08:01] *** debhelper sets mode: +l 1667
4299 [23:08:50] *** Quits: hspcd (~hspcd@replaced-ip ) (Remote host closed the connection)
4300 [23:08:50] *** Joins: Hoffe (~Hoffe@replaced-ip )
4301 [23:09:10] *** Joins: fiveflowerzz (fiveflower@replaced-ip )
4302 [23:09:10] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: This time the bullet cold rocked ya / A yellow ribbon
instead of a swastika)
4303 [23:09:11] <fiveflowerzz> Hi!
4304 [23:10:03] *** Quits: panta (~panta@replaced-ip ) (Ping timeout: 256 seconds)
4305 [23:10:25] *** Joins: RebelCoder (~Yuriy@replaced-ip )
4306 [23:10:44] *** Joins: LtL (~irssi@replaced-ip )
4307 [23:10:59] *** Joins: kenden (~dsps@replaced-ip )
4308 [23:11:49] <somiaj> fiveflowerzz: hi, do you have a question
about debian support? If so please ask.
4309 [23:12:15] <Emil> Can anyone help with mdadm?
4310 [23:12:48] *** Quits: sm00th (~sm00th@replaced-ip ) (Ping timeout: 252 seconds)
4311 [23:12:55] <somiaj> Emil: I'd ask your question/issue
again, though I don't think I can be of much help.
4312 [23:13:54] *** Joins: hidden (~hidden@replaced-ip )
4313 [23:13:59] *** hidden is now known as h1dd3n
4314 [23:14:31] <fiveflowerzz> somiaj: my debian (on dedicated
server) is serving ~ 10 sites
4315 [23:14:44] <fiveflowerzz> I want to avoid Google analytics,
and install a local tool
4316 [23:14:50] <fiveflowerzz> that will do nearly the same
4317 [23:15:05] <fiveflowerzz> Google gives me thousand of
results, I wanted to know what you use guys
4318 [23:15:05] *** Quits: Hoffe (~Hoffe@replaced-ip ) ()
4319 [23:15:28] *** Quits: gshrikant (~gshrikant@replaced-ip ) (Ping timeout: 245 seconds)
4320 [23:15:35] *** Quits: boxrick1_ (sid98261@replaced-ip ) (Read error: Connection reset by peer)
4321 [23:15:37] *** Quits: Smold3r (uid78229@replaced-ip ) (Read error: Connection reset by peer)
4322 [23:15:49] *** Quits: adi (~adi@replaced-ip ) (Remote host closed the connection)
4323 [23:15:53] <preaction> fiveflowerzz: pick one from google and
see if you like it. if yes, use it. if no, pick another one.
4324 [23:16:06] *** Quits: pfoo_ (~pfood@replaced-ip ) (Remote host closed the connection)
4325 [23:16:06] *** Quits: sappel (~sappel@replaced-ip ) (Ping timeout: 252 seconds)
4326 [23:16:11] *** Joins: Smold3r (uid78229@replaced-ip )
4327 [23:16:17] *** Quits: blommer (~blommer@replaced-ip ) (Ping timeout: 256 seconds)
4328 [23:16:17] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Ping timeout: 256 seconds)
4329 [23:16:17] *** Quits: vaidy_ril (vaidy@replaced-ip ) (Ping timeout: 256 seconds)
4330 [23:16:23] <preaction> i've seen piwik being used, but i
have no idea about its ease-of-installation
4331 [23:16:26] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Read error: Connection reset by peer)
4332 [23:16:27] *** Quits: trueneu (~noone@replaced-ip ) (Write error: Connection reset by peer)
4333 [23:16:45] <somiaj> fiveflowerzz: If there is a large list of
tools, one way to narrow it down is pick ones that are already
provided by debian and can just be installed with apt.
4334 [23:16:49] *** Joins: boxrick1_ (sid98261@replaced-ip )
4335 [23:16:51] *** Quits: J_CA (~J_CA@replaced-ip ) (Ping timeout: 256 seconds)
4336 [23:16:51] *** Quits: dustpuppy (~dustpuppy@replaced-ip ) (Ping timeout: 256 seconds)
4337 [23:16:51] *** Quits: xargs (xargs@replaced-ip ) (Ping timeout: 256 seconds)
4338 [23:16:53] <fiveflowerzz> preaction: for (int i = 0; i <=
10000; i++)
4339 [23:17:13] <somiaj> fiveflowerzz: I don't have much
experience with such tools, so no suggestion form me.
4340 [23:17:14] <preaction> error: i am not a shell
4341 [23:17:25] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Ping timeout: 256 seconds)
4342 [23:17:25] *** Quits: Ishaq (~Ishaq@replaced-ip ) (Ping timeout: 256 seconds)
4343 [23:17:25] *** Quits: Guest68921 (~johnny@replaced-ip ) (Ping timeout: 256 seconds)
4344 [23:17:25] <fiveflowerzz> just wondering, what do you usually
use yourself?
4345 [23:17:26] *** Quits: gwaaf (gwaafmatri@replaced-ip ) (Ping timeout: 256 seconds)
4346 [23:17:26] *** Quits: ThomasJ|m (tjubergmat@replaced-ip ) (Ping timeout: 256 seconds)
4347 [23:17:26] *** Quits: uhoreg[m] (uhoregmatr@replaced-ip ) (Ping timeout: 256 seconds)
4348 [23:17:26] *** Quits: M-wkennington (wkenningto@replaced-ip ) (Ping timeout: 256 seconds)
4349 [23:17:26] *** Quits: M-shine (shinematri@replaced-ip ) (Ping timeout: 256 seconds)
4350 [23:17:26] *** Quits: M-alex_mayorga (alexmayorg@replaced-ip ) (Ping timeout: 256 seconds)
4351 [23:17:27] <fiveflowerzz> preaction :)
4352 [23:17:45] *** Quits: uda (sid143461@replaced-ip ) (Remote host closed the connection)
4353 [23:17:59] *** Quits: admincomplex (~admincomp@replaced-ip ) (Ping timeout: 256 seconds)
4354 [23:18:00] *** Quits: matthiaskrgr (matthiaskr@replaced-ip ) (Ping timeout: 256 seconds)
4355 [23:18:00] *** Quits: tensorpudding (~michael@replaced-ip ) (Ping timeout: 256 seconds)
4356 [23:18:00] *** debhelper sets mode: +l 1644
4357 [23:18:31] *** Joins: uda (sid143461@replaced-ip )
4358 [23:18:33] *** Joins: nsgn (~nsgn@replaced-ip )
4359 [23:18:35] <Bennux_dev>
replaced-url
4360 [23:18:38] *** Joins: admincomplex (~admincomp@replaced-ip )
4361 [23:18:42] *** Joins: pfoo (~pfood@replaced-ip )
4362 [23:18:48] *** Joins: Ishaq (~Ishaq@replaced-ip )
4363 [23:18:55] *** Joins: Solarus (~Solarus__@replaced-ip )
4364 [23:19:07] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip ) (Quit: Leaving)
4365 [23:19:26] *** Joins: adi (~adi@replaced-ip )
4366 [23:19:26] *** Joins: gwaaf (gwaafmatri@replaced-ip )
4367 [23:19:29] <fiveflowerzz> Bennux_dev: waw, exactly what I was
looking for!
4368 [23:19:41] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
4369 [23:19:44] *** Joins: dustpuppy (~dustpuppy@replaced-ip )
4370 [23:19:46] *** Joins: Guest68921 (~johnny@replaced-ip )
4371 [23:19:49] <nsgn> So I'm trying to start caddy using
systemd. Daemon.log keeps telling me no such file or folder while I
can copy/paste my exact exec path to caddy into the shell and it
runs fine. Wtf?
4372 [23:19:58] *** Quits: avalchev (uid190868@replaced-ip ) (Quit: Connection closed for inactivity)
4373 [23:19:58] *** Joins: fhdrin (~fhdrin@replaced-ip )
4374 [23:20:00] *** Joins: ThomasJ|m (tjubergmat@replaced-ip )
4375 [23:20:12] *** Joins: tensorpudding (~michael@replaced-ip )
4376 [23:20:13] <somiaj> nsgn: care to share the unit file you are
using?
4377 [23:20:19] *** Joins: M-wkennington (wkenningto@replaced-ip )
4378 [23:20:21] <somiaj> nsgn: use paste.debian.net
4379 [23:20:24] *** Joins: J_CA (~J_CA@replaced-ip )
4380 [23:20:41] *** Joins: blommer (~blommer@replaced-ip )
4381 [23:20:44] *** Quits: RFleming (~RFleming@replaced-ip ) (Quit: Leaving)
4382 [23:20:48] <fiveflowerzz> Bennux_dev: have you tried it?
4383 [23:20:53] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 245 seconds)
4384 [23:21:00] <nsgn> somiaj, standby
4385 [23:21:08] *** Joins: matthiaskrgr (matthiaskr@replaced-ip )
4386 [23:21:32] *** matthiaskrgr is now known as Guest68193
4387 [23:21:36] <fiveflowerzz> I'm trying to figure out how
it works again: access.log ? access.log.1 ? access.log.2 etc. then
access.log.1.gz (which is not access.log.1 gzipped)
4388 [23:21:40] *** Joins: uhoreg[m] (uhoregmatr@replaced-ip )
4389 [23:21:46] *** Quits: grumble (~grumble@replaced-ip ) (Quit: brb)
4390 [23:21:55] <Bennux_dev> fiveflowerzz: Yes, for view the log
of my server, like visits and that stuff.
4391 [23:22:01] *** Quits: Guest68193 (matthiaskr@replaced-ip ) (Changing host)
4392 [23:22:01] *** Joins: Guest68193 (matthiaskr@replaced-ip )
4393 [23:22:01] *** Quits: Guest68193 (matthiaskr@replaced-ip ) (Changing host)
4394 [23:22:01] *** Joins: Guest68193 (matthiaskr@replaced-ip )
4395 [23:22:05] *** Joins: xargs (xargs@replaced-ip )
4396 [23:22:09] *** Joins: grumble (~grumble@replaced-ip )
4397 [23:22:14] *** Guest68193 is now known as matthiaskrgr_
4398 [23:22:23] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: Ahoi)
4399 [23:22:25] *** Joins: M-alex_mayorga (alexmayorg@replaced-ip )
4400 [23:22:35] <nsgn> somiaj,
replaced-url
4401 [23:22:53] <fiveflowerzz> Bennux_dev: can you set up your own
dashboard ? ex: first display unique visitors for sitea.com , then
this for siteb.com, etc.
4402 [23:24:06] <somiaj> nsgn: systemctl statuts unitname.service
-- does it say the unit is running, sometimes when working with a
unit file it will get running, and you need to explicty
'stop' it, then reload the unit file then start it for any
changes to actually take aaffect
4403 [23:25:20] <nsgn> Says it entered failed state. No such file
or directory for /opt/caddy-server/caddy
4404 [23:25:30] <nsgn> Yet I can copy/paste that right to the
shell and it fires up caddy
4405 [23:26:01] <nsgn> I've rebooted fully a few times. It
automatically tries to start caddy but logs the same no such file or
directory to daemon.log
4406 [23:26:21] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Remote host closed the connection)
4407 [23:26:29] *** Joins: vaidy (vaidy@replaced-ip )
4408 [23:26:32] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Ex-Chat)
4409 [23:26:35] *** Joins: cybrNaut (cybrNaut@replaced-ip )
4410 [23:26:40] <somiaj> nsgn: it still thinks it is running (even
though it failed), you have to stop the service before you can try
again after you fix the unit file, 'systemctl stop
unitname'
4411 [23:26:44] <Bennux_dev> fiveflowerzz: actually the server
runs one VirtualHost, I haven't much experience with the tool.
4412 [23:26:56] <nsgn> somiaj, Even between reboots?
4413 [23:27:35] *** Quits: AnD[a]LeS (~andales@replaced-ip ) (Quit: You can never change the world because the world changes
you! ~The Great FeRRoH~)
4414 [23:27:53] *** Joins: agrecascino (~agrecasci@replaced-ip )
4415 [23:28:00] *** debhelper sets mode: +l 1659
4416 [23:28:02] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Ping timeout: 250 seconds)
4417 [23:28:08] <fiveflowerzz> Bennux_dev: as you have to give the
input file (like "goaccess /var/log/apache2/access.log")
what happens if you have lots of .gz files in /var/log/apache2 ?
4418 [23:28:08] <agrecascino> so im using ia64 with debian 7
4419 [23:28:18] <nsgn> somiaj, I expected something like that
which is why I rebooted but are you saying it somehow remembers its
running state through a reboot? I have had the unit file correct for
several reboots.
4420 [23:28:25] <somiaj> nsgn: if the service is trying to be
brought up automatically and you haven't reloaded the unit file
then yes.
4421 [23:28:37] <agrecascino> and i have the net installer on my
flash drive
4422 [23:28:38] <somiaj> nsgn: I would get it to work from the
command 'systemctl start unitname' before rbooting
4423 [23:28:48] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
4424 [23:28:53] <somiaj> nsgn: making a change may not be reloaded
by systemd, I think you need to do a reload, one second.
4425 [23:28:54] <agrecascino> and when i launch elilo and start
linux
4426 [23:28:57] <agrecascino> the system restarts
4427 [23:29:20] <somiaj> agrecascino: and you are positive you
have ia64 hardware (this is usually rare).
4428 [23:29:28] *** Quits: ki0 (~ki0@replaced-ip ) (Remote host closed the connection)
4429 [23:29:38] *** Quits: sdlnv_ (~sdlnv@replaced-ip ) (Quit: Leaving)
4430 [23:29:43] <agrecascino> its an rx2620
4431 [23:29:48] <agrecascino> hell yeah i do
4432 [23:29:50] *** Joins: sdlnv (~sdlnv@replaced-ip )
4433 [23:30:01] <somiaj> agrecascino: how did you create/put the
image on the flash drive.
4434 [23:30:14] <somiaj> agrecascino: okay just checking, some
people use that for say an i7 when amd64 is needed.
4435 [23:30:22] <agrecascino> i formatted it fat32
4436 [23:30:25] <agrecascino> then copied the files
4437 [23:30:33] <Bennux_dev> fiveflowerzz: Yes, and generate the
html to view online.
4438 [23:30:40] *** Joins: Amirr (~Amirr@replaced-ip )
4439 [23:31:26] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
4440 [23:31:35] <somiaj> agrecascino: I'm not that familar
with the arch, but the standard way to create a bootable image is to
'cp debian.iso /dev/sdc' if /dev/sdc is your usb drive,
make sure you get the drive right
4441 [23:31:47] <nsgn> somiaj, I can do stop and then start and
the same issue persists. I'm missing how it can't find
this file that has fairly open permissions and that I can run from
the shell with the exact same path.
4442 [23:32:01] *** Nh3xus is now known as disciple_correct
4443 [23:32:03] <agrecascino> somiaj, i cant mount the drive with
isofs
4444 [23:32:06] <somiaj> nsgn: did you systemctl reload unitname
after making the changes.
4445 [23:32:07] *** Quits: Amirr (~Amirr@replaced-ip ) (Client Quit)
4446 [23:32:17] <nsgn> yes
4447 [23:32:17] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
4448 [23:32:29] <nsgn> The log shows me it is trying to hit the
correct path
4449 [23:32:35] <somiaj> nsgn: look at systemclt status unitname,
is it still giving the same error?
4450 [23:32:48] <nsgn> I can literally copy the path from the
error message in daemon.log and paste it at the shell and run it and
caddy fires up
4451 [23:33:11] <nsgn> So this doesn't appear to be that
systemctl isn't picking up my current caddy.service file
4452 [23:33:54] <somiaj> agrecascino: I'm unsure if there is
anything different for the ia64 images than the i386/amd64 ones
I'm use to. But in general the image is already created, you
just need to copy the image onto the usb drive and then it should
boot. If not double check the install manual for ia64.
4453 [23:33:57] *** disciple_correct is now known as impertinent
4454 [23:34:48] *** impertinent is now known as Nh3xus
4455 [23:34:49] <somiaj> nsgn: you don't have an old
caddy.service file sitting in /lib/systemd/system or
/etc/systemd/system?
4456 [23:35:00] <nsgn> no sir
4457 [23:35:03] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 245 seconds)
4458 [23:35:10] <nsgn> this is the only one and it has a correct
path
4459 [23:35:18] *** Joins: sslb (~sslb@replaced-ip )
4460 [23:35:38] *** Joins: G0di (~W0rk@replaced-ip )
4461 [23:35:40] *** Joins: cdown (~cdown@replaced-ip )
4462 [23:35:54] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 252 seconds)
4463 [23:35:57] <somiaj> nsgn: well how about you paste the full
output of 'systemctl -l status caddy'
4464 [23:36:13] <somiaj> nsgn: there is also a systemd channel
that may give better support than I can.
4465 [23:36:40] *** Quits: bhurstpdx2 (~bhurstpdx@replaced-ip ) (Ping timeout: 260 seconds)
4466 [23:37:00] *** Joins: magnulu (~magnulu@replaced-ip )
4467 [23:37:34] <fiveflowerzz> Where is the apache "log
rotating" config done?
4468 [23:37:38] <fiveflowerzz> in debian 8?
4469 [23:37:49] <fiveflowerzz> the rule that states when
access.log is gzipped, etc. ?
4470 [23:37:53] *** Joins: cdown_ (~cdown@replaced-ip )
4471 [23:38:36] *** Quits: frozengeek__ (~frozengee@replaced-ip ) (Quit: frozengeek__)
4472 [23:39:15] <somiaj> fiveflowerzz: logrotate
4473 [23:39:34] <somiaj> fiveflowerzz: check /etc/logrorate.conf
and /etc/logrotate.d/
4474 [23:39:41] *** Quits: codfection (~codfectio@replaced-ip ) (Remote host closed the connection)
4475 [23:39:53] *** Joins: spudzz (~mjdl01@replaced-ip )
4476 [23:39:54] <fiveflowerzz> somiaj: this file is empty
4477 [23:40:13] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
4478 [23:40:14] *** cdown_ is now known as cdown
4479 [23:40:41] *** Joins: codfection (~codfectio@replaced-ip )
4480 [23:40:50] <fiveflowerzz> no ok, found, it's
/etc/logrotate.d/apache2
4481 [23:40:54] <nsgn> somiaj,
replaced-url
4482 [23:41:00] *** Joins: kobcang (~user@replaced-ip )
4483 [23:41:22] *** Joins: frozengeek__ (~frozengee@replaced-ip )
4484 [23:41:26] *** Parts: kobcang (~user@replaced-ip )
4485 [23:42:17] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
4486 [23:42:23] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
4487 [23:42:44] <ghormoon> rattking: any hints on the cropping?
best I got is to crop the part black, but it will leave me with
black rectangles on all sides even if I match some reasonable
resolution with resulting video :-/
4488 [23:42:55] *** Quits: sdlnv (~sdlnv@replaced-ip ) (Quit: Leaving)
4489 [23:43:04] *** Joins: de-facto (~de-facto@replaced-ip )
4490 [23:43:07] *** Joins: sdlnv (~sdlnv@replaced-ip )
4491 [23:43:07] *** Joins: Dancus (~Dancus@replaced-ip )
4492 [23:43:47] *** Quits: ExoUNX (~textual@replaced-ip ) (Quit: I'm outta here)
4493 [23:43:59] *** Quits: sdlnv (~sdlnv@replaced-ip ) (Remote host closed the connection)
4494 [23:44:11] *** Joins: sdlnv (~sdlnv@replaced-ip )
4495 [23:44:34] *** Joins: format_c (~format_c@replaced-ip )
4496 [23:44:41] *** Joins: nsgnn (~nsgn@replaced-ip )
4497 [23:44:52] *** Quits: eraser (~eraser@replaced-ip ) (Quit: Leaving)
4498 [23:45:23] *** Joins: g00se (~goose@replaced-ip )
4499 [23:45:24] *** Quits: plantfood (~hello@replaced-ip ) (Quit: Leaving)
4500 [23:45:25] <somiaj> nsgn: it didn't produce any logs or
messages besides what you pasted? I'm unsure what 'failed
(Result: start-limit)' means in terms of why it is failing.
4501 [23:45:33] *** Quits: KomputerKid (~KomputerK@replaced-ip ) (Ping timeout: 258 seconds)
4502 [23:45:37] *** Joins: KK (~KomputerK@replaced-ip )
4503 [23:45:49] *** Quits: cyan__ (~cyan@replaced-ip ) (Ping timeout: 260 seconds)
4504 [23:46:05] *** Quits: navlys (~smuxi@replaced-ip ) (Remote host closed the connection)
4505 [23:46:06] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
4506 [23:46:41] <g00se> If i wanted to send a mail before the user
shuts down, what would Before and After be, such that sending the
mail is still possible?
4507 [23:47:08] <Emil> somiaj: okay
4508 [23:47:08] *** Quits: _m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
4509 [23:47:14] <Emil> so I'm having trouble with mdadm
4510 [23:47:20] <petemc> before shutting down, send mail.
4511 [23:47:28] <petemc> after sending mail, shut down
4512 [23:47:31] <somiaj> g00se: systemd should perform shutdown
exactly oposite of bootup which is what I think Before and After
refer to.
4513 [23:47:48] *** Quits: nsgn (~nsgn@replaced-ip ) (Ping timeout: 260 seconds)
4514 [23:47:56] <Emil> I tried updating my array name from
name11:2 to name:2 by editing mdadm.conf, using mdadm --assembly and
then update-initramfs
4515 [23:48:00] *** debhelper sets mode: +l 1651
4516 [23:48:01] <Emil> and the server doesn't boot anymore
4517 [23:48:16] <Emil> To fix it, can I just boot from a memory
stick and edit mdadm.conf?
4518 [23:48:21] <Emil> Or is the server fucked
4519 [23:48:23] <somiaj> g00se:
replaced-url
4520 [23:49:00] <somiaj> Emil: you should be able to boot from a
recovery image, chroot into your current install and edit the
mdadm.conf file and rebuild the initrd image
4521 [23:50:13] <Emil> Thanks
4522 [23:50:22] *** Joins: otirc (~fish@replaced-ip )
4523 [23:50:24] *** Joins: moestevens (~moesteven@replaced-ip )
4524 [23:50:41] *** Quits: Bennux_dev (~Bennux_de@replaced-ip ) (Remote host closed the connection)
4525 [23:50:55] *** Quits: tatalazaro (~tatalazar@replaced-ip ) (Ping timeout: 244 seconds)
4526 [23:51:04] *** Joins: tatalazaro (~tatalazar@replaced-ip )
4527 [23:51:10] <nsgnn> somiaj, The failure is it can't find
the file or folder /opt/caddy-server/caddy, which shows repeatedly
as it tries over and over to launch caddy until it reaches the start
limit.
4528 [23:51:11] *** Quits: tatalazaro (~tatalazar@replaced-ip ) (Max SendQ exceeded)
4529 [23:51:25] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
4530 [23:51:29] <nsgnn> somiaj, The issue is that, without any
sliver of doubt, that file exists.
4531 [23:51:32] *** Quits: biberu (~biberu@replaced-ip ) ()
4532 [23:52:12] *** Joins: artskiller (~artskille@replaced-ip )
4533 [23:52:33] *** Quits: Slumlord_ (~743848304@replaced-ip ) (Ping timeout: 245 seconds)
4534 [23:53:17] *** Joins: tatalazaro (~tatalazar@replaced-ip )
4535 [23:53:25] *** Quits: tatalazaro (~tatalazar@replaced-ip ) (Max SendQ exceeded)
4536 [23:53:26] <somiaj> could it be an issue with the user
replaced-url
4537 [23:53:33] *** Joins: eikenb (~jae@replaced-ip )
4538 [23:53:38] *** Joins: brguy (uid21011@replaced-ip )
4539 [23:53:53] <nsgnn> somiaj, Possibly. I tried two other users,
all of which I can log into a shell for and hit the file. No luck in
systemd but works fine from shell.
4540 [23:54:36] <somiaj> nsgnn: when I had to debug my unit files
it took a bit, I don't see what the problem is, but gave you
the tools i know to debug it
4541 [23:54:59] <g00se> somiaj: thanks
4542 [23:55:01] *** Joins: diniwed (~gavron@replaced-ip )
4543 [23:55:27] *** Quits: tty0_ (~NA@replaced-ip ) (Quit: Leaving.)
4544 [23:55:52] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
4545 [23:56:15] <nsgnn> somiaj, I appreciate it. I'm just
dead stumped. I don't get how when I put my user in there it
claims a file doesn't exist which I can open just fine with the
same creds.
4546 [23:56:30] <somiaj> nsgnn: there is #systemd or ##systemd
4547 [23:56:43] *** Quits: artskiller (~artskille@replaced-ip ) (Ping timeout: 245 seconds)
4548 [23:56:44] *** Quits: aricz (~aricz@replaced-ip ) (Quit: leaving)
4549 [23:57:01] <somiaj> nsgnn: maybe provide them with a copy of
the unit file, the full output (with the errors) of systemctl -l
status unit, and then they might know something I don't from my
limited experience.
4550 [23:57:14] <nsgnn> Thanks
4551 [23:57:36] *** Joins: artskiller (~artskille@replaced-ip )
4552 [23:59:02] *** Parts: ilken (~ilken@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