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:15] <tobiasBora> I see a line "REJECT all --
anywhere anywhere reject-with icmp-host-prohibited"
1 [00:00:20] <tobiasBora> in Chain INPUT (policy ACCEPT)
2 [00:00:32] <tobiasBora> However the line "ACCEPT all --
anywhere anywhere" is above
3 [00:00:53] *** Joins: macartur (~macartur@replaced-ip )
4 [00:01:09] <tobiasBora> Does anyone knows if this iptables
could block the port 4505?
5 [00:01:24] *** Quits: macartur (~macartur@replaced-ip ) (Remote host closed the connection)
6 [00:01:27] *** Quits: wcfields (~wcfields@replaced-ip ) (Ping timeout: 240 seconds)
7 [00:01:38] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
8 [00:01:41] <tw> no way to tell, iptables -L doesn't show
interfaces.
9 [00:01:54] *** Joins: peterbec` (~peterbeci@replaced-ip )
10 [00:01:58] *** Quits: toro (~tony@replaced-ip ) (Ping timeout: 260 seconds)
11 [00:02:27] *** Quits: Jonwel (~Jonwel@replaced-ip ) (Read error: Connection reset by peer)
12 [00:02:39] <tobiasBora> tw, how could I check them?
13 [00:03:01] <tw> iptables-save will give you the raw rules.
14 [00:04:05] <tobiasBora> iptables-save does not give me any
output
15 [00:04:48] *** Quits: Modeuse (~kvirc@replaced-ip ) (Ping timeout: 240 seconds)
16 [00:05:07] *** Quits: aielima (~aielima@replaced-ip ) (Ping timeout: 240 seconds)
17 [00:05:07] *** Quits: wcfields_ (~wcfields@replaced-ip ) ()
18 [00:05:08] *** Quits: jannic (~jan@replaced-ip ) (Ping timeout: 240 seconds)
19 [00:05:41] *** Joins: Flynnn (~textual@replaced-ip )
20 [00:05:49] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
21 [00:05:57] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
22 [00:06:28] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 240 seconds)
23 [00:07:24] *** Quits: peterbec` (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
24 [00:07:42] *** Joins: jannic (~jan@replaced-ip )
25 [00:07:57] *** Joins: Modeuse (~kvirc@replaced-ip )
26 [00:08:00] *** debhelper sets mode: +l 1687
27 [00:08:22] <tw> Yet iptables -L does? You've got me
baffled then. The only time it gives no output is when iptables
isn't loaded.
28 [00:08:39] *** Joins: tikund (~David@replaced-ip )
29 [00:08:42] <tw> Or if it isn't run as root.
30 [00:09:28] *** Joins: afuentes (~kusanagi@replaced-ip )
31 [00:09:31] *** Joins: datasmurf (~datasmurf@replaced-ip )
32 [00:09:56] <qqx> `iptables -vL` will include interface info
33 [00:10:17] *** Quits: datasmurf (~datasmurf@replaced-ip ) (Client Quit)
34 [00:10:18] *** Quits: Marumarsu (~quassel@replaced-ip ) (Read error: Connection reset by peer)
35 [00:10:46] *** Quits: marie1972 (marie1972@replaced-ip ) ()
36 [00:11:38] <tobiasBora> Here is the iptables -vL outputs:
replaced-url
37 [00:11:53] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
38 [00:11:54] *** Quits: tikun (~David@replaced-ip ) (Ping timeout: 256 seconds)
39 [00:12:05] <tobiasBora> tw: I'm stupid, I forgot sudo...
40 [00:13:40] *** Joins: RA3OR (~demon@replaced-ip )
41 [00:14:29] <tobiasBora> tw:
replaced-url
42 [00:14:45] <tobiasBora> Is it linked with -A IN_public_allow
-p tcp -m tcp --dport 22 -m conntrack --ctstate NEW -j ACCEPT ?
43 [00:15:32] *** Quits: manjaroCinnamon1 (~Manjarous@replaced-ip ) (Quit: Leaving)
44 [00:15:38] *** Quits: nidzo_ (~Nidzo@replaced-ip ) (Read error: Connection reset by peer)
45 [00:16:03] <tw> tobiasBora: you need to add 4505 to your
firewall manager.
46 [00:17:10] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 264 seconds)
47 [00:18:14] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
48 [00:18:17] *** Joins: aielima (~aielima@replaced-ip )
49 [00:18:28] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 240 seconds)
50 [00:21:53] *** Joins: x032cx (~lxuser@replaced-ip )
51 [00:22:35] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Ping timeout: 240 seconds)
52 [00:23:53] *** Joins: douzer (~douzer@replaced-ip )
53 [00:23:53] *** Quits: douzer (~douzer@replaced-ip ) (Changing host)
54 [00:23:53] *** Joins: douzer (~douzer@replaced-ip )
55 [00:23:54] <mutante> tobiasBora: it will block port 4505
unless the destination is 185.107.80.185. Is that the IP of the
server you are trying to reach?
56 [00:23:55] *** Quits: douzer (~douzer@replaced-ip ) (Remote host closed the connection)
57 [00:24:08] <tobiasBora> Ok I found the solution!
58 [00:24:34] <tobiasBora> mutante: It's the server that
tries to reach me ^^
59 [00:24:53] <tobiasBora> What is the difference between
IN_public_allow and INPUT?
60 [00:25:16] *** Quits: derstrom (~derstrom@replaced-ip ) (Quit: derstrom)
61 [00:25:27] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
62 [00:25:36] *** Quits: olek_poz (~bobik314@replaced-ip ) (Ping timeout: 260 seconds)
63 [00:25:52] <mutante> tobiasBora: eh, then that might be the
problem. the rule above says "destination port 4505 on IP
185.107.80.185"
64 [00:25:53] *** Quits: Zzeiss (~wsy@replaced-ip ) (Ping timeout: 260 seconds)
65 [00:25:58] <missmbob> you should really ask #netfilter
66 [00:26:02] <mutante> but you have the solution .. so...
67 [00:26:03] <Tom01> How can I switch off the Screen with the
Mouse?
68 [00:26:40] *** Quits: aielima (~aielima@replaced-ip ) (Quit: Leaving)
69 [00:26:48] <mutante> Tom01:
replaced-url
70 [00:27:25] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
71 [00:27:28] <tobiasBora> Ok thank you!
72 [00:28:00] *** debhelper sets mode: +l 1676
73 [00:28:26] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
74 [00:28:57] <Tom01> mutante: thx
75 [00:29:02] *** Parts: ewew (~ewew@replaced-ip )
76 [00:29:17] *** Quits: mihaicmn (~mihaicmn@replaced-ip ) (Quit: leaving)
77 [00:29:45] *** Joins: omenius (~omenius@replaced-ip )
78 [00:29:59] *** Joins: mihaicmn (~mihaicmn@replaced-ip )
79 [00:30:01] *** Joins: x_ (~x@replaced-ip )
80 [00:30:54] *** Quits: biberu (~biberu@replaced-ip ) ()
81 [00:32:19] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
82 [00:32:44] *** Quits: Y04NN (~y04nn@replaced-ip ) (Remote host closed the connection)
83 [00:33:29] *** Quits: tumble_ (~tumble@replaced-ip ) (Quit: Leaving)
84 [00:33:34] *** Joins: mavhq (~quassel@replaced-ip )
85 [00:33:43] *** Joins: lukaso666 (~lukaso666@replaced-ip )
86 [00:33:45] *** Quits: philipballew (~philip@replaced-ip ) (Remote host closed the connection)
87 [00:33:54] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
88 [00:35:08] *** Quits: LambdaCalculus37 (~robert@replaced-ip ) (Ping timeout: 240 seconds)
89 [00:35:42] *** Quits: bob_ (5600670e@replaced-ip ) (Quit: Page closed)
90 [00:37:14] *** Joins: Zynkx (~zynkx@replaced-ip )
91 [00:39:28] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 240 seconds)
92 [00:39:36] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Quit: Bye.)
93 [00:40:15] *** Quits: LufyCZ_ (uid215222@replaced-ip ) (Quit: Connection closed for inactivity)
94 [00:40:35] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 240 seconds)
95 [00:41:42] *** Joins: Immanuel (~Manu@replaced-ip )
96 [00:43:20] *** Quits: alecov (~control@replaced-ip ) (Ping timeout: 260 seconds)
97 [00:43:39] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
98 [00:45:56] *** Joins: todd_dsm (~todd_dsm@replaced-ip )
99 [00:46:00] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 245 seconds)
100 [00:47:10] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 264 seconds)
101 [00:48:00] *** debhelper sets mode: +l 1665
102 [00:48:20] *** Joins: kion (~kion@replaced-ip )
103 [00:48:36] *** Quits: kapitalist (~Kapitalis@replaced-ip ) (Read error: Connection reset by peer)
104 [00:48:54] *** Joins: goldkatze (~nobody@replaced-ip )
105 [00:48:58] <goldkatze> Hi :-)
106 [00:49:30] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
107 [00:49:38] <goldkatze> Does Debian GNU/kfreebsd Jessie use
kernel 10 or 11? Been poking around packages.d.o but can't seem
to find much on the matter.
108 [00:49:54] *** Joins: finlstrm (~finlstrm@replaced-ip )
109 [00:50:28] <mutante> goldkatze: eh, the current kernel
version is 4.10 or 4.11
110 [00:50:33] *** Joins: u0_a253 (~u0_a253@replaced-ip )
111 [00:50:49] <mutante> i think it's gonna use the stable
one, so .10
112 [00:50:54] <goldkatze> mutante: Reread my question, and
you'll know I made sense.
113 [00:51:01] *** Quits: alekz (~alekz@replaced-ip ) (Quit: Got Debian?)
114 [00:51:04] <mutante> goldkatze: yes, i did. i think the
answer is 10
115 [00:51:16] *** Joins: Immanuel (~Manu@replaced-ip )
116 [00:51:23] <mutante> 4.11 is still just a release candidate
117 [00:51:23] *** Quits: zuiss1 (~zuiss1@replaced-ip ) (Quit: Leaving)
118 [00:52:05] *** Joins: rocksteady (~tyfoo@replaced-ip )
119 [00:52:14] <goldkatze> ...
120 [00:53:02] *** Quits: rocksteady (~tyfoo@replaced-ip ) (Read error: Connection reset by peer)
121 [00:53:29] <jmcnaught> goldkatze: there's a #debian-kbsd
channel on irc.oftc.net where they're more likely to know
122 [00:53:38] <mutante> goldkatze: ok ok, i get it now , sorry
123 [00:53:56] <goldkatze> jmcnaught: Hm, alright. I'll head
over. Thanks for the hint :-)
124 [00:54:39] *** Quits: callidvs (~Icedove@replaced-ip ) (Quit: callidvs)
125 [00:56:42] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Read error: Connection reset by peer)
126 [00:56:58] *** Joins: safe (~safe@replaced-ip )
127 [00:57:29] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
128 [00:58:43] *** Joins: Speed2u (~speed2u@replaced-ip )
129 [00:58:56] *** Quits: MystaMax (~MystaMax@replaced-ip ) (Ping timeout: 256 seconds)
130 [00:59:04] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Ping timeout: 246 seconds)
131 [00:59:35] *** Quits: joncrunchbang (~joncrunch@replaced-ip ) (Ping timeout: 240 seconds)
132 [00:59:44] <x_> i was looking at upgrading my dist from
jessie to stretch, since it passed the package freeze
133 [01:00:17] *** Joins: julianED5577 (~julianED@replaced-ip )
134 [01:00:28] <x_> are there any people reporting breakage
during/after upgrade?
135 [01:00:48] <x_> anything major i should keep an eye out
136 [01:01:08] <mutante> x_: for me it just worked
137 [01:01:34] *** Joins: blueness (~blueness@replaced-ip )
138 [01:01:40] <teraflops> x_: idk I only dist-upgraded a clean
minimal jessie installation
139 [01:02:38] *** Joins: Grimsley (~justin@replaced-ip )
140 [01:02:38] *** Quits: evilQ (~jguillen@replaced-ip ) (Ping timeout: 260 seconds)
141 [01:02:56] *** Joins: estragon_ (~estragon@replaced-ip )
142 [01:03:22] *** Joins: peterbec` (~peterbeci@replaced-ip )
143 [01:03:52] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
144 [01:04:12] *** Joins: olalonde (uid136@replaced-ip )
145 [01:04:22] *** Joins: wonderworld (~ww@replaced-ip )
146 [01:05:06] *** Parts: SweeneyTodd (~aperry@replaced-ip )
147 [01:05:41] *** Joins: allorder (~allorder@replaced-ip )
148 [01:06:02] *** Quits: plasticle (~plasticle@replaced-ip ) (Quit: WeeChat 1.6)
149 [01:07:21] *** Joins: plasticle (~plasticle@replaced-ip )
150 [01:07:26] *** Quits: estragon_ (~estragon@replaced-ip ) (Ping timeout: 256 seconds)
151 [01:07:49] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 246 seconds)
152 [01:08:10] *** Joins: JLye (~Jlye03@replaced-ip )
153 [01:08:29] *** Joins: peterbecich (~peterbeci@replaced-ip )
154 [01:10:05] *** Joins: bean_jd (~Thunderbi@replaced-ip )
155 [01:10:28] *** Quits: peterbec` (~peterbeci@replaced-ip ) (Ping timeout: 240 seconds)
156 [01:10:45] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Read error: Connection reset by peer)
157 [01:11:03] *** Joins: lethu_ (~lethu@replaced-ip )
158 [01:11:06] *** Joins: snypz (~lynk@replaced-ip )
159 [01:11:12] <snypz> hello all
160 [01:11:38] *** Joins: CHCl3 (~CHCl3@replaced-ip )
161 [01:11:48] *** Joins: denisk (~denisk@replaced-ip )
162 [01:11:51] <snypz> is ther a bare metal ZFS ISO install for
deian?
163 [01:12:09] <snypz> NOT virtual Bare Metal?
164 [01:12:33] <snypz> from the ground up?
165 [01:12:58] <snypz> would like to use debian as my core OS
166 [01:13:00] *** Joins: Marumarsu (~quassel@replaced-ip )
167 [01:13:05] *** Quits: lethu (~lethu@replaced-ip ) (Ping timeout: 240 seconds)
168 [01:13:11] <snypz> requesting help...
169 [01:13:23] *** Parts: bean_jd (~Thunderbi@replaced-ip )
170 [01:13:46] *** Quits: TEXM (~TEXM@replaced-ip ) (Ping timeout: 246 seconds)
171 [01:16:19] <goldkatze> Are there currently any discussions of
reconsidering a proper init system for installation default? (as in:
any news since that ill-advised systemd/upstart/sysvinit-triage?)
172 [01:16:38] *** Quits: punctuatin (~PortableP@replaced-ip ) (Ping timeout: 260 seconds)
173 [01:17:21] <prussian> snypz: no, but you can get zfs-dkms
from contrib.
174 [01:17:32] <prussian> goldkatze: systemd is the best init
system, what are you on about?
175 [01:18:01] *** debhelper sets mode: +l 1671
176 [01:18:11] *** SpicerackTrick is now known as abff
177 [01:18:32] <snypz> Intel (Asus turbo MB)
178 [01:19:08] <prussian> wut
179 [01:19:14] <snypz> Hmmm
180 [01:19:15] <goldkatze> prussian: If that's the
rethorical question I stringly suspect it to be: haha, sure ;-) if
it's not, search the web; I agree with critics on that one.
181 [01:19:44] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 260 seconds)
182 [01:19:48] <goldkatze> Just care for progress, dont care for
feeding trolls and reheating the flame
183 [01:20:08] <snypz> thanks for the info...
184 [01:20:11] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
185 [01:20:46] *** Joins: evilQ (~evilQ@replaced-ip )
186 [01:20:50] <snypz> Oh well you all have a great day... LINUX
for Life!!!
187 [01:21:00] *** Joins: dethos (~dethos@replaced-ip )
188 [01:21:37] *** Joins: ledeni (~ledeni@replaced-ip )
189 [01:21:42] *** Joins: digidog (~digidog@replaced-ip )
190 [01:23:08] *** Joins: ericshortcut (~ericshort@replaced-ip )
191 [01:23:19] *** Joins: uNmowed (~Mayu@replaced-ip )
192 [01:23:25] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
193 [01:23:34] *** Quits: r7st (~user@replaced-ip ) (Ping timeout: 246 seconds)
194 [01:24:58] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 246 seconds)
195 [01:25:48] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 260 seconds)
196 [01:28:12] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
197 [01:28:20] <snypz> add
198 [01:28:38] *** Quits: snypz (~lynk@replaced-ip ) (Quit: Leaving)
199 [01:28:50] *** Quits: _sfiguser (~sfigguser@replaced-ip ) (Quit: Leaving)
200 [01:28:52] *** Quits: Introoter (uid189461@replaced-ip ) (Quit: Connection closed for inactivity)
201 [01:30:16] *** Joins: Flynnn (~textual@replaced-ip )
202 [01:32:20] *** Quits: kw21 (~kw21@replaced-ip ) (Ping timeout: 260 seconds)
203 [01:32:43] *** Quits: Flynnn (~textual@replaced-ip ) (Max SendQ exceeded)
204 [01:32:56] *** Quits: wizardedit (~evidentkn@replaced-ip ) (Remote host closed the connection)
205 [01:33:39] *** Joins: Flynnn (~textual@replaced-ip )
206 [01:34:35] *** Quits: uNmowed (~Mayu@replaced-ip ) (Ping timeout: 240 seconds)
207 [01:35:40] *** Joins: feneco (uid135851@replaced-ip )
208 [01:35:45] *** Quits: Flynnn (~textual@replaced-ip ) (Max SendQ exceeded)
209 [01:35:51] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
210 [01:35:58] *** Quits: ericshortcut (~ericshort@replaced-ip ) (Read error: Connection reset by peer)
211 [01:36:32] *** Joins: cef (~cef@replaced-ip )
212 [01:36:43] *** Joins: Flynnn (~textual@replaced-ip )
213 [01:37:10] *** Quits: nighty-- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
214 [01:38:08] *** Quits: arha (~temp@replaced-ip ) (Ping timeout: 240 seconds)
215 [01:39:32] *** Quits: RA3OR (~demon@replaced-ip ) (Ping timeout: 252 seconds)
216 [01:39:40] *** Joins: earthundead (~earthunde@replaced-ip )
217 [01:41:58] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
218 [01:41:59] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Max SendQ exceeded)
219 [01:42:49] *** Joins: arha (~temp@replaced-ip )
220 [01:43:10] *** Quits: vle (~vle@replaced-ip ) (Quit: vle)
221 [01:43:26] *** Joins: RA3OR (~demon@replaced-ip )
222 [01:43:26] *** Quits: RA3OR (~demon@replaced-ip ) (Changing host)
223 [01:43:26] *** Joins: RA3OR (~demon@replaced-ip )
224 [01:43:57] *** Joins: claudio (~claudio@replaced-ip )
225 [01:44:06] *** claudio is now known as darklight
226 [01:44:37] *** darklight is now known as darklight_
227 [01:45:01] *** Quits: darklight_ (~claudio@replaced-ip ) (Changing host)
228 [01:45:01] *** Joins: darklight_ (~claudio@replaced-ip )
229 [01:48:43] *** Quits: jon_x111114 (~jon_x@replaced-ip ) (Read error: Connection reset by peer)
230 [01:48:51] *** Quits: darklight_ (~claudio@replaced-ip ) (Remote host closed the connection)
231 [01:50:09] *** Joins: Uneliasmarsu (~quassel@replaced-ip )
232 [01:51:23] *** Quits: Marumarsu (~quassel@replaced-ip ) (Remote host closed the connection)
233 [01:51:24] *** Quits: Uneliasmarsu (~quassel@replaced-ip ) (Remote host closed the connection)
234 [01:51:38] *** Quits: mhall119 (~mhall@replaced-ip ) (Ping timeout: 260 seconds)
235 [01:51:45] *** Joins: jon_x111114 (~jon_x@replaced-ip )
236 [01:51:53] *** Joins: Boltermor (~Boltermor@replaced-ip )
237 [01:51:57] *** Quits: Clouder (~0b@replaced-ip ) (Ping timeout: 240 seconds)
238 [01:54:11] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
239 [01:55:53] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
240 [01:56:08] *** Joins: RaiNerTsuFal (~RaiNerTsu@replaced-ip )
241 [01:56:13] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
242 [01:56:19] *** Joins: pioneer42 (~jgram@replaced-ip )
243 [01:56:33] *** Joins: MystaMax (~MystaMax@replaced-ip )
244 [01:56:37] *** Quits: mihaicmn (~mihaicmn@replaced-ip ) (Quit: leaving)
245 [01:58:00] *** debhelper sets mode: +l 1663
246 [01:58:23] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
247 [01:58:50] *** Joins: mihaicmn (~mihaicmn@replaced-ip )
248 [02:00:00] *** Quits: alexlist (~alexlist@replaced-ip ) (Quit: Coyote finally caught me)
249 [02:00:21] *** Quits: Zynkx (~zynkx@replaced-ip ) (Quit: Leaving)
250 [02:00:44] *** Quits: janne_ (~janne@replaced-ip ) (Remote host closed the connection)
251 [02:00:55] *** Joins: LambdaCalculus37 (~robert@replaced-ip )
252 [02:00:57] *** Joins: alexlist (~alexlist@replaced-ip )
253 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
254 [02:01:08] *** Quits: teraflops (~teraflops@replaced-ip ) (Ping timeout: 240 seconds)
255 [02:01:17] *** Joins: de-facto (~de-facto@replaced-ip )
256 [02:01:24] *** Quits: LambdaCalculus37 (~robert@replaced-ip ) (Changing host)
257 [02:01:24] *** Joins: LambdaCalculus37 (~robert@replaced-ip )
258 [02:02:50] *** Quits: jordila (~jordi@replaced-ip ) (Ping timeout: 268 seconds)
259 [02:03:00] *** Joins: jordila (~jordi@replaced-ip )
260 [02:03:19] *** Joins: janne_ (~janne@replaced-ip )
261 [02:03:28] *** Quits: mickael_ (~smuxi@replaced-ip ) (Ping timeout: 246 seconds)
262 [02:03:36] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
263 [02:04:34] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
264 [02:04:47] *** Joins: mda1 (~dedicate@replaced-ip )
265 [02:05:09] *** Joins: iten (~iten@replaced-ip )
266 [02:05:29] *** Quits: jordila (~jordi@replaced-ip ) (Client Quit)
267 [02:05:49] *** Joins: cereal_poster (~Douglas@replaced-ip )
268 [02:05:56] *** Quits: jon_x111114 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
269 [02:06:21] *** Quits: Boltermor (~Boltermor@replaced-ip ) (Quit: Leaving)
270 [02:08:11] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
271 [02:08:22] *** Joins: fassl____ (~fassl@replaced-ip )
272 [02:09:11] *** Joins: blueness (~blueness@replaced-ip )
273 [02:09:28] *** Joins: dreamon_ (~dreamon@replaced-ip )
274 [02:09:46] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 256 seconds)
275 [02:09:47] *** Quits: Iridos (~iridos@replaced-ip ) (Remote host closed the connection)
276 [02:10:04] *** Joins: Iridos (~iridos@replaced-ip )
277 [02:10:47] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
278 [02:11:08] *** Quits: fassl (~fassl@replaced-ip ) (Ping timeout: 240 seconds)
279 [02:12:27] *** Joins: Flynnn (~textual@replaced-ip )
280 [02:13:13] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
281 [02:13:57] *** Joins: teraflops (~teraflops@replaced-ip )
282 [02:14:15] *** Joins: baribal__ (~baribal@replaced-ip )
283 [02:15:15] *** Joins: jon_x111114 (~jon_x@replaced-ip )
284 [02:15:18] *** Quits: u0_a253 (~u0_a253@replaced-ip ) (Remote host closed the connection)
285 [02:15:26] *** Quits: iten (~iten@replaced-ip ) (Read error: Connection reset by peer)
286 [02:17:28] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 240 seconds)
287 [02:17:30] *** Quits: Xanthor (~Xanthor@replaced-ip ) (Remote host closed the connection)
288 [02:17:41] *** Joins: DingoSaar (~hagen@replaced-ip )
289 [02:17:49] *** Quits: baribal_ (~baribal@replaced-ip ) (Ping timeout: 246 seconds)
290 [02:20:15] *** Joins: OERIAS (~OERIAS@replaced-ip )
291 [02:20:25] *** Joins: micros (~no@replaced-ip )
292 [02:21:06] <micros> hello. i recently installed hostapd and
it starts on every boot. how can i prevent this behavior?
293 [02:21:22] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip )
294 [02:21:22] *** Quits: RTFM[away] (~RTFMaway]@replaced-ip ) (Changing host)
295 [02:21:22] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip )
296 [02:21:23] *** Quits: brokency1le (~brokencyc@replaced-ip ) (Ping timeout: 260 seconds)
297 [02:22:03] *** Joins: r2d2_ (~r2d2@replaced-ip )
298 [02:23:09] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
299 [02:24:29] <goldkatze> micros: either in /etc/default or
init-dependant
300 [02:25:12] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
301 [02:25:46] *** Joins: dvs (~hibbard@replaced-ip )
302 [02:26:32] *** Joins: f10_ (~flo@replaced-ip )
303 [02:27:11] *** Joins: f10 (~flo@replaced-ip )
304 [02:27:48] <goldkatze> micros: that is, for instance,
rc-update delete hostapd # :-)
305 [02:28:29] <micros> gold - no, i want to keep it
306 [02:28:44] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 268 seconds)
307 [02:28:51] <micros> i found the /etc/default/dnsmasq and it
had an enable option... hostapd does not
308 [02:29:12] *** Joins: pencilandpaper (~penciland@replaced-ip )
309 [02:29:24] *** Joins: jim (~jim@replaced-ip )
310 [02:29:45] <micros> if i remove the /etc/default/hostapd will
that prevent starting of the service?
311 [02:30:07] <micros> or is that just a location of a default
cfg that the service will check if a custom override in
/etc/hostapd/ is not found?
312 [02:30:24] *** Joins: fstd (~fstd@replaced-ip )
313 [02:30:35] <goldkatze> micros: rc-update delete does /not/
uninstall; it merely prevents it from being started.
314 [02:30:48] <goldkatze> (or whichever command is appropriate
for whichever init you use)
315 [02:31:17] <goldkatze> and deleting /etc/default/hostapd will
probably not prevent it from starting
316 [02:32:24] <goldkatze> micros: for the most part, /etc only
contains configuration files and scripts which have configurating
effects.
317 [02:33:08] <micros> thank you . i will try it
318 [02:34:56] <micros> i dont have rc-update... im not running
debian, its raspbian which was branched and modified heavily :(
319 [02:35:37] <micros> update-rc.d <Servicename> disable
320 [02:35:46] <micros> gotta love google. thanks for the hint
321 [02:35:47] <goldkatze> micros: find out which init
you're using, eg with ps -q 1 -o cmd
322 [02:36:08] <micros> SysV
323 [02:36:24] <goldkatze> ah, there you go, update-rc.d :-)
324 [02:36:57] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 240 seconds)
325 [02:40:03] *** Quits: zerick (~zerick@replaced-ip ) (Remote host closed the connection)
326 [02:40:19] *** Joins: jim (~jim@replaced-ip )
327 [02:40:44] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Read error: Connection reset by peer)
328 [02:40:51] *** Joins: graff (~graff@replaced-ip )
329 [02:41:51] *** Joins: CHCl3 (~CHCl3@replaced-ip )
330 [02:42:03] *** Joins: zerick (~zerick@replaced-ip )
331 [02:42:21] *** Parts: graff (~graff@replaced-ip )
332 [02:44:23] *** Joins: sphenxes (~sphenxes@replaced-ip )
333 [02:44:42] *** digidog is now known as diqidoq_afk
334 [02:45:22] *** Joins: monpocchi (~monpocchi@replaced-ip )
335 [02:45:55] *** Joins: MarioBranco (~MarioBran@replaced-ip )
336 [02:46:12] <micros> not reallu understanding the warnings for
which run levels to supply as arguments
337 [02:46:31] <micros> i suppose i should stop it first, then
disable it... it generates warnings since i didnt specify any
run-levels. it did seem to work though.
338 [02:46:33] *** Quits: x_ (~x@replaced-ip ) (Quit: Leaving)
339 [02:48:56] *** agrecascino_ is now known as agrecascino
340 [02:49:09] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
341 [02:49:21] *** Quits: neurot (~neurosis@replaced-ip ) (Read error: Connection reset by peer)
342 [02:50:19] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 268 seconds)
343 [02:51:13] *** Joins: blueness (~blueness@replaced-ip )
344 [02:51:15] *** Joins: jon_x111115 (~jon_x@replaced-ip )
345 [02:51:56] *** Quits: jon_x111114 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
346 [02:52:10] *** Joins: estragon_ (~estragon@replaced-ip )
347 [02:52:10] *** bazhang_ is now known as bazhang
348 [02:54:01] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Remote host closed the connection)
349 [02:54:22] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
350 [02:54:33] *** Joins: nighty-- (~nighty@replaced-ip )
351 [02:54:52] *** Joins: MarioBranco (~MarioBran@replaced-ip )
352 [02:55:06] *** Quits: circ-user-C9FHY (~circuser-@replaced-ip ) (Ping timeout: 256 seconds)
353 [02:55:07] *** Joins: mda1 (~dedicate@replaced-ip )
354 [02:55:31] *** Joins: Clouder (~0x@replaced-ip )
355 [02:56:20] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 260 seconds)
356 [02:56:25] *** Quits: estragon_ (~estragon@replaced-ip ) (Ping timeout: 240 seconds)
357 [02:57:50] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Remote host closed the connection)
358 [02:58:25] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
359 [02:58:25] *** Joins: MarioBranco (~MarioBran@replaced-ip )
360 [02:58:32] *** Joins: dave0x6d (uid190567@replaced-ip )
361 [02:58:41] *** Quits: suffer (znc@replaced-ip##) (Quit: ZNC - ##replaced-url
362 [02:59:54] *** Joins: strungout (znc@replaced-ip )
363 [03:00:06] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Max SendQ exceeded)
364 [03:00:46] *** Quits: r2d2_ (~r2d2@replaced-ip ) (Quit: Leaving)
365 [03:01:06] *** Joins: fstd (~fstd@replaced-ip )
366 [03:01:47] *** Joins: neurot (~neurosis@replaced-ip )
367 [03:02:04] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.5)
368 [03:03:01] *** Joins: MarioBranco (~MarioBran@replaced-ip )
369 [03:03:12] *** Quits: n0arch (uid98170@replaced-ip ) (Quit: Connection closed for inactivity)
370 [03:03:41] *** Joins: xiaodong (~xiaodong@replaced-ip )
371 [03:05:40] *** Quits: sypher (~sypher@replaced-ip ) (Quit: WeeChat 1.7)
372 [03:06:45] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
373 [03:06:55] *** Joins: savantgarde (~savantgar@replaced-ip )
374 [03:09:09] *** Joins: jasonwc (~jasonwc@replaced-ip )
375 [03:10:00] *** Joins: TEXM (~TEXM@replaced-ip )
376 [03:10:16] *** Joins: sypher (~sypher@replaced-ip )
377 [03:10:28] *** Quits: micros (~no@replaced-ip ) ()
378 [03:11:43] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 246 seconds)
379 [03:11:53] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
380 [03:12:25] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 240 seconds)
381 [03:12:45] *** Joins: mumskull (~mumskull@replaced-ip )
382 [03:14:08] *** Quits: UUID00 (~UUID00@replaced-ip ) (Ping timeout: 240 seconds)
383 [03:14:25] *** Joins: lishoujun (~Thunderbi@replaced-ip )
384 [03:14:37] *** Joins: fstd_ (~fstd@replaced-ip )
385 [03:15:10] *** Joins: remo (~user@replaced-ip )
386 [03:16:04] *** Quits: chomwitt4 (~chomwitt@replaced-ip ) (Ping timeout: 256 seconds)
387 [03:16:19] *** Quits: cereal_poster (~Douglas@replaced-ip ) (Read error: Connection reset by peer)
388 [03:17:10] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 264 seconds)
389 [03:17:17] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
390 [03:17:58] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 260 seconds)
391 [03:18:06] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Remote host closed the connection)
392 [03:18:39] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
393 [03:18:53] *** Joins: Mahe (~mahe@replaced-ip )
394 [03:18:54] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 256 seconds)
395 [03:18:54] *** fstd_ is now known as fstd
396 [03:18:59] *** Joins: MarioBranco (~MarioBran@replaced-ip )
397 [03:19:12] *** Joins: savantgarde (~savantgar@replaced-ip )
398 [03:20:10] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 264 seconds)
399 [03:20:24] *** Joins: sidmo (~sidmo@replaced-ip )
400 [03:20:49] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
401 [03:21:01] *** Joins: remo (~user@replaced-ip )
402 [03:21:09] *** Quits: fassl____ (~fassl@replaced-ip ) (Ping timeout: 268 seconds)
403 [03:23:09] *** Joins: basdb (~basdb@replaced-ip )
404 [03:23:27] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 240 seconds)
405 [03:23:43] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
406 [03:24:20] *** Quits: sidmo_ (~sidmo@replaced-ip ) (Ping timeout: 260 seconds)
407 [03:25:04] *** Joins: remo (~user@replaced-ip )
408 [03:26:46] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 264 seconds)
409 [03:27:12] *** Quits: basdb (~basdb@replaced-ip ) (Client Quit)
410 [03:28:42] *** Joins: mdorenka (~mdorenka@replaced-ip )
411 [03:29:23] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
412 [03:29:40] *** Quits: nmschulte (~nmschulte@replaced-ip ) (Ping timeout: 256 seconds)
413 [03:29:53] *** Joins: Adbray (~Adbray@replaced-ip )
414 [03:29:56] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
415 [03:30:29] *** Joins: nmschulte (~nmschulte@replaced-ip )
416 [03:30:53] *** nmschulte is now known as Guest3968
417 [03:31:10] *** Joins: mhall119 (~mhall@replaced-ip )
418 [03:31:19] *** Joins: madaboutjessie (~madaboutj@replaced-ip )
419 [03:33:10] <madaboutjessie> hello i need to disable sleep on
X session
420 [03:33:17] <madaboutjessie> ¿help me please?
421 [03:33:45] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Quit: nathanleclaire)
422 [03:34:22] *** Joins: diniwed (~gavron@replaced-ip )
423 [03:35:04] *** Quits: Guest3968 (~nmschulte@replaced-ip ) (Ping timeout: 260 seconds)
424 [03:35:28] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
425 [03:37:14] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
426 [03:37:43] <missmbob> ,i caffeine
427 [03:37:44] <judd> No package named 'caffeine' was
found in jessie/amd64.
428 [03:37:45] *** Quits: ptx0 (~cheesus_c@replaced-ip ) (Remote host closed the connection)
429 [03:37:54] <missmbob> oh, yeah. stretch only
430 [03:38:53] *** Quits: julianED5577 (~julianED@replaced-ip ) (Quit: Leaving)
431 [03:39:26] <jmcnaught> madaboutjessie: look in your logs to
see what is suspending your computer. Also please do not cross post,
it's rude.
432 [03:40:13] *** Joins: nmschulte_ (~nmschulte@replaced-ip )
433 [03:40:43] *** Quits: flowmode (~user@replaced-ip ) (Ping timeout: 240 seconds)
434 [03:41:03] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Read error: Connection reset by peer)
435 [03:41:54] *** Joins: ptx0 (~cheesus_c@replaced-ip )
436 [03:42:33] *** Joins: k_sze[work] (~Kira@replaced-ip )
437 [03:42:58] *** Joins: adrem (~adrem@replaced-ip )
438 [03:43:32] *** Joins: elbart0 (~elbarto@replaced-ip )
439 [03:43:56] *** Quits: schmidta (~schmidta@replaced-ip ) (Ping timeout: 260 seconds)
440 [03:44:12] *** Joins: schmidta (~schmidta@replaced-ip )
441 [03:44:43] *** Joins: wreckitkenny (~T3@replaced-ip )
442 [03:46:10] *** Joins: deadend (~aa@replaced-ip )
443 [03:46:45] *** Quits: elbart0 (~elbarto@replaced-ip ) (Client Quit)
444 [03:46:52] <deadend> Does kernel version 3.16 support
multithreading with Ryzen processor?
445 [03:47:08] *** Joins: elbart0 (~elbarto@replaced-ip )
446 [03:47:12] *** Quits: feneco (uid135851@replaced-ip ) (Quit: Connection closed for inactivity)
447 [03:48:29] *** Strife1989 is now known as Strife89
448 [03:48:42] *** Quits: SugoiBeans (uid188175@replaced-ip ) (Quit: Connection closed for inactivity)
449 [03:49:39] <Voldenet> deadend: if you're asking if
multithreading will work overall - I see no reason why it
wouldn't
450 [03:50:35] <deadend> I was reading about the Ryzen processor
and how it would work on linux and found this in google
replaced-url
451 [03:51:02] *** Quits: mumskull (~mumskull@replaced-ip ) (Quit: Leaving)
452 [03:51:53] <Voldenet> deadend: pretty much this patch might
be significant
replaced-url
453 [03:51:55] *** Joins: eliotime (~Icedove@replaced-ip )
454 [03:53:03] *** Joins: TheRza (~Wutang43v@replaced-ip )
455 [03:53:23] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
456 [03:53:25] *** Quits: ptx0 (~cheesus_c@replaced-ip ) (Ping timeout: 240 seconds)
457 [03:54:01] *** Joins: flowmode (~user@replaced-ip )
458 [03:54:36] *** Quits: deadend (~aa@replaced-ip ) (Quit: Leaving)
459 [03:54:39] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
460 [03:55:41] *** Joins: jushur (~jushur@replaced-ip )
461 [03:56:31] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
462 [03:56:52] *** Quits: loader (~rado@replaced-ip ) (Read error: Connection reset by peer)
463 [03:57:01] *** Joins: Delta-One (~zero@replaced-ip )
464 [03:57:56] *** Quits: mingdao (~mingdao@replaced-ip ) (Ping timeout: 260 seconds)
465 [03:59:38] *** Joins: mandeep (~mandeep@replaced-ip )
466 [03:59:42] *** Joins: mingdao (~mingdao@replaced-ip )
467 [03:59:49] *** Joins: Flynnn (~textual@replaced-ip )
468 [04:01:36] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
469 [04:03:06] *** Quits: C_P (~aaa@replaced-ip ) (Remote host closed the connection)
470 [04:03:29] *** Joins: C_P (~aaa@replaced-ip )
471 [04:04:08] *** Quits: MonsterKiller (~MonsterKi@replaced-ip ) (Ping timeout: 240 seconds)
472 [04:04:08] *** Quits: `z (sid68223@replaced-ip ) (Ping timeout: 240 seconds)
473 [04:04:28] *** Quits: rxo (rxo@replaced-ip ) (Ping timeout: 240 seconds)
474 [04:05:28] *** Quits: CeBe (~cebe@replaced-ip ) (Ping timeout: 240 seconds)
475 [04:06:04] *** Joins: `z (sid68223@replaced-ip )
476 [04:06:46] *** Joins: MonsterKiller (~MonsterKi@replaced-ip )
477 [04:06:58] *** Joins: rxo (~rxo@replaced-ip )
478 [04:07:50] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
479 [04:08:07] *** Joins: CeBe (~cebe@replaced-ip )
480 [04:08:33] *** Quits: elbart0 (~elbarto@replaced-ip ) (Quit: Lost terminal)
481 [04:08:42] *** Quits: Grimsley (~justin@replaced-ip ) (Quit: Konversation terminated!)
482 [04:09:57] *** Quits: finlstrm (~finlstrm@replaced-ip ) (Ping timeout: 240 seconds)
483 [04:10:12] *** Joins: thereyougo (partyinpar@replaced-ip )
484 [04:10:45] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Read error: Connection reset by peer)
485 [04:11:57] *** Joins: CHCl3 (~CHCl3@replaced-ip )
486 [04:12:48] *** Quits: nmschulte_ (~nmschulte@replaced-ip ) (Ping timeout: 260 seconds)
487 [04:13:18] *** Joins: nmschulte_ (~nmschulte@replaced-ip )
488 [04:15:31] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
489 [04:16:34] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
490 [04:16:49] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
491 [04:17:35] *** Joins: cereal_poster (~Douglas@replaced-ip )
492 [04:18:01] *** debhelper sets mode: +l 1657
493 [04:19:57] *** Joins: savantgarde (~savantgar@replaced-ip )
494 [04:24:26] *** Parts: thereyougo (partyinpar@replaced-ip )
495 [04:28:47] *** Joins: autofsckk (~autofsckk@replaced-ip )
496 [04:29:58] *** Joins: xprtiod (kdevtmpfs@replaced-ip )
497 [04:31:16] *** Joins: Espopore (~Espopore@replaced-ip )
498 [04:33:32] *** Quits: surveyor (~surveyor@replaced-ip ) (Quit: like a fart in the wind)
499 [04:34:34] *** Joins: Older_Dog (~don@replaced-ip )
500 [04:36:46] *** Quits: weld__ (~weld@replaced-ip ) (Quit: weld__)
501 [04:36:48] *** Quits: juantele1 (~juantelez@replaced-ip ) (Quit: WeeChat 1.0.1)
502 [04:39:25] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
503 [04:39:56] *** Quits: diqidoq_afk (~digidog@replaced-ip ) (Quit: Lost terminal)
504 [04:40:00] *** Joins: estragon_ (~estragon@replaced-ip )
505 [04:42:31] *** Joins: chachasmooth (~chachasmo@replaced-ip )
506 [04:44:05] *** Quits: estragon_ (~estragon@replaced-ip ) (Ping timeout: 240 seconds)
507 [04:44:24] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
508 [04:45:27] *** Joins: james41382 (~james4138@replaced-ip )
509 [04:49:20] *** Quits: mhall119 (~mhall@replaced-ip ) (Ping timeout: 268 seconds)
510 [04:50:32] *** Quits: Recon0NE (~recon@replaced-ip ) (Quit: Lost terminal)
511 [04:51:54] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
512 [04:52:43] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Quit: Leaving)
513 [04:55:01] *** Joins: xpkill22 (~xpkill23@replaced-ip )
514 [04:58:03] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
515 [04:59:10] *** Quits: xpkill23 (~xpkill23@replaced-ip ) (Ping timeout: 264 seconds)
516 [05:00:20] *** Joins: basdb (~basdb@replaced-ip )
517 [05:01:52] *** Joins: ThePortWhisperer (~jafsf@replaced-ip )
518 [05:01:54] <ThePortWhisperer> hello
519 [05:01:58] *** Joins: spaceraspi (~Mutter@replaced-ip )
520 [05:02:04] <ThePortWhisperer> how do i install the following
application on debian
521 [05:02:05] <ThePortWhisperer>
replaced-url
522 [05:03:34] <gry> it's just a bash script. put it in your
PATH and configure your wm to start the daemon onlogin
523 [05:04:52] *** Joins: bnw (~bnw@replaced-ip )
524 [05:06:18] *** Joins: toro (~tony@replaced-ip )
525 [05:08:48] *** Quits: ctp (~ctp@replaced-ip ) (Ping timeout: 240 seconds)
526 [05:09:01] *** Joins: ctp (~ctp@replaced-ip )
527 [05:10:26] *** Joins: ptx0 (~cheesus_c@replaced-ip )
528 [05:13:38] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
529 [05:15:13] *** Quits: toro (~tony@replaced-ip ) (Ping timeout: 260 seconds)
530 [05:16:05] *** Quits: zerick (~zerick@replaced-ip##) (Quit: ##replaced-url
531 [05:17:03] *** Quits: wreckitkenny (~T3@replaced-ip ) (Remote host closed the connection)
532 [05:17:59] *** Quits: skooks (~jeff@replaced-ip ) (Remote host closed the connection)
533 [05:18:52] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Remote host closed the connection)
534 [05:20:33] *** Joins: bob_ (5600670e@replaced-ip )
535 [05:21:35] *** Quits: shjsdf (~sdfsf@replaced-ip ) (Ping timeout: 240 seconds)
536 [05:22:57] *** Quits: lishoujun (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
537 [05:24:43] *** Parts: pioneer42 (~jgram@replaced-ip )
538 [05:25:10] *** Joins: wreckitkenny (~T3@replaced-ip )
539 [05:26:58] *** Joins: Zvmdyv (nnn@replaced-ip )
540 [05:27:52] *** Quits: nodiscc (~bsp@replaced-ip ) (Quit: Leaving.)
541 [05:29:29] *** Quits: spaceraspi (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
542 [05:29:48] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
543 [05:30:04] *** Joins: pifon (uid108572@replaced-ip )
544 [05:30:44] *** Joins: estragon_ (~estragon@replaced-ip )
545 [05:31:19] *** Joins: dayten (~gnoid@replaced-ip )
546 [05:34:50] *** Joins: fusion809 (~fusion809@replaced-ip )
547 [05:39:30] *** Joins: Azulflame (~Azulflame@replaced-ip )
548 [05:40:23] *** Joins: smulverine (~smulverin@replaced-ip )
549 [05:40:36] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
550 [05:41:19] <ThePortWhisperer> gry thanks
551 [05:41:32] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
552 [05:43:13] *** Joins: lafleurdubien (uid206563@replaced-ip )
553 [05:43:24] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
554 [05:44:38] *** Joins: Adbray (~Adbray@replaced-ip )
555 [05:44:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
556 [05:44:46] *** Cabanoss- is now known as Cabanossi
557 [05:44:46] *** Joins: Rusty1_ (~kanotix@replaced-ip )
558 [05:45:08] *** Quits: Fuj1M4s (~Fuj1M4s@replaced-ip ) (Quit: Leaving)
559 [05:45:58] *** Quits: baribal__ (~baribal@replaced-ip ) (Remote host closed the connection)
560 [05:46:16] *** Joins: x032cx (~lxuser@replaced-ip )
561 [05:46:20] *** Joins: mhall119 (~mhall@replaced-ip )
562 [05:48:04] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
563 [05:48:20] *** Quits: RaiNerTsuFal (~RaiNerTsu@replaced-ip ) (Quit: Conversation terminated!)
564 [05:51:01] *** Joins: Guest_ (~textual@replaced-ip )
565 [05:51:08] *** Joins: RaiNerTsuFal (~RaiNerTsu@replaced-ip )
566 [05:51:27] *** Quits: madaboutjessie (~madaboutj@replaced-ip ) (Read error: Connection reset by peer)
567 [05:51:40] *** Joins: madaboutjessie (~madaboutj@replaced-ip )
568 [05:52:26] *** Quits: RaiNerTsuFal (~RaiNerTsu@replaced-ip ) (Client Quit)
569 [05:53:52] *** Quits: TheRza (~Wutang43v@replaced-ip ) (Remote host closed the connection)
570 [05:54:07] *** Joins: userro (~userro@replaced-ip )
571 [05:55:58] *** Quits: smulverine (~smulverin@replaced-ip ) (Quit: WeeChat 1.6)
572 [05:56:25] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
573 [05:56:34] *** Joins: l3archos (~Icedove@replaced-ip )
574 [05:58:21] *** Quits: Zvmdyv (nnn@replaced-ip ) (Remote host closed the connection)
575 [05:58:24] *** Joins: TunaLobster (~chatzilla@replaced-ip )
576 [05:58:58] *** Quits: l3archos (~Icedove@replaced-ip ) (Client Quit)
577 [06:04:12] *** Joins: winston_obrien (~winston_o@replaced-ip )
578 [06:04:34] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 268 seconds)
579 [06:04:35] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
580 [06:05:56] *** Quits: winston_obrien (~winston_o@replaced-ip ) (Client Quit)
581 [06:07:05] *** Quits: Guest_ (~textual@replaced-ip ) (Ping timeout: 240 seconds)
582 [06:08:45] *** Joins: Guest61407 (uid188175@replaced-ip )
583 [06:09:02] *** Guest61407 is now known as SugoiBeans_
584 [06:09:58] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 264 seconds)
585 [06:10:49] *** Joins: uNmowed (~Mayu@replaced-ip )
586 [06:12:25] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Ping timeout: 240 seconds)
587 [06:12:27] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 240 seconds)
588 [06:14:31] *** Joins: peterbec` (~peterbeci@replaced-ip )
589 [06:14:46] *** Joins: marie1972 (marie1972@replaced-ip )
590 [06:15:41] *** Joins: inex (~inex@replaced-ip )
591 [06:16:40] *** Quits: wreckitkenny (~T3@replaced-ip ) (Read error: Connection reset by peer)
592 [06:18:51] *** Joins: jim (~jim@replaced-ip )
593 [06:19:58] *** Quits: Older_Dog (~don@replaced-ip ) (Quit: Leaving)
594 [06:22:05] *** Quits: wonton (~wonton@replaced-ip ) (Ping timeout: 240 seconds)
595 [06:22:40] *** Joins: kyan (~kyan@replaced-ip )
596 [06:23:19] *** Joins: nathanleclaire (~nathanlec@replaced-ip )
597 [06:26:55] *** Joins: zerick (~zerick@replaced-ip )
598 [06:27:43] *** Joins: Gazooo (~Gazooo@replaced-ip )
599 [06:28:35] *** Quits: peterbec` (~peterbeci@replaced-ip ) (Ping timeout: 240 seconds)
600 [06:31:25] *** Joins: RebelCoderRU (~Yuriy@replaced-ip )
601 [06:32:40] *** Quits: fusion809 (~fusion809@replaced-ip ) (Remote host closed the connection)
602 [06:33:05] *** Quits: mhall119 (~mhall@replaced-ip ) (Ping timeout: 240 seconds)
603 [06:33:22] *** Joins: piggah (~nick@replaced-ip )
604 [06:34:13] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
605 [06:34:37] *** Joins: xormor (~xormor@replaced-ip )
606 [06:36:33] *** Joins: denisk (~denisk@replaced-ip )
607 [06:36:36] *** Quits: js9600 (~jsdk@replaced-ip ) (Ping timeout: 260 seconds)
608 [06:37:01] *** Joins: ffiv (~ffiv@replaced-ip )
609 [06:38:24] *** Quits: basdb (~basdb@replaced-ip ) (Quit: WeeChat 1.0.1)
610 [06:39:08] *** Joins: newcoder (~newcoder@replaced-ip )
611 [06:39:17] *** Parts: newcoder (~newcoder@replaced-ip )
612 [06:40:54] *** Quits: dvdmuckle (~dvdmuckle@replaced-ip ) (Quit: Bouncer Surgery)
613 [06:41:16] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 260 seconds)
614 [06:43:18] *** Joins: drpresident (~drpreside@replaced-ip )
615 [06:44:40] *** Joins: morphis_ (~morphis@replaced-ip )
616 [06:45:43] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
617 [06:46:18] *** Joins: dvdmuckle (~dvdmuckle@replaced-ip )
618 [06:48:07] *** Quits: dave4925_ (~dave4925@replaced-ip ) (Quit: meh)
619 [06:49:08] *** Quits: Digz (~digz@replaced-ip ) (Ping timeout: 260 seconds)
620 [06:52:20] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
621 [06:52:22] *** Joins: dave4925_ (~dave4925@replaced-ip )
622 [06:54:08] *** Joins: Digz (~digz@replaced-ip )
623 [06:54:08] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
624 [06:54:12] *** Quits: gl-prout (~gl-prout@replaced-ip ) (Quit: Leaving)
625 [06:54:55] *** Quits: JLye (~Jlye03@replaced-ip ) (Ping timeout: 240 seconds)
626 [06:55:04] *** Quits: bob_ (5600670e@replaced-ip ) (Quit: Page closed)
627 [06:55:19] *** Quits: cereal_poster (~Douglas@replaced-ip ) (Read error: Connection reset by peer)
628 [06:56:12] *** Quits: drpresident (~drpreside@replaced-ip ) (Ping timeout: 260 seconds)
629 [06:57:51] *** Joins: Zorroness (~albert@replaced-ip )
630 [06:59:41] *** Joins: n1ck3 (~n1ck3@replaced-ip )
631 [06:59:46] *** Quits: autofsckk (~autofsckk@replaced-ip ) (Ping timeout: 264 seconds)
632 [07:00:52] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
633 [07:01:33] *** Joins: CutMeOwnThroat (~k@replaced-ip )
634 [07:01:33] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Changing host)
635 [07:01:33] *** Joins: CutMeOwnThroat (~k@replaced-ip )
636 [07:04:19] *** morphis_ is now known as morphis
637 [07:05:01] *** Joins: lithie (uid45836@replaced-ip )
638 [07:05:29] *** Joins: dec0n (~dec0n@replaced-ip )
639 [07:06:44] <xormor> how do I setup xscreensaver to work on my
Debian Cinnamon system? Thank you.
640 [07:07:10] *** Joins: lishoujun (~Thunderbi@replaced-ip )
641 [07:07:20] *** Joins: SH0x_ (~saulius@replaced-ip )
642 [07:08:11] *** Joins: mypapit_rulz (~fakap@replaced-ip )
643 [07:08:11] *** Joins: papitmobile (~hafiz@replaced-ip )
644 [07:08:44] *** Quits: bweston92 (uid187776@replaced-ip ) (Quit: Connection closed for inactivity)
645 [07:09:08] *** Quits: ffiv (~ffiv@replaced-ip ) (Ping timeout: 240 seconds)
646 [07:09:44] *** Quits: bhuvi___ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
647 [07:09:58] *** Quits: papitfx (~hafiz@replaced-ip ) (Ping timeout: 264 seconds)
648 [07:09:58] *** papitmobile is now known as papitfx
649 [07:10:25] *** Quits: mypapit (~fakap@replaced-ip ) (Ping timeout: 240 seconds)
650 [07:10:26] *** mypapit_rulz is now known as mypapit
651 [07:10:55] *** Quits: userro (~userro@replaced-ip ) (Ping timeout: 240 seconds)
652 [07:11:14] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 256 seconds)
653 [07:11:44] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
654 [07:12:33] *** Joins: shjsdf (~sdfsf@replaced-ip )
655 [07:13:22] *** Joins: sing0 (~michael@replaced-ip )
656 [07:14:58] *** Quits: sorrySusan (~SorrySist@replaced-ip ) (Ping timeout: 246 seconds)
657 [07:15:12] *** Joins: Bock (~bocaneri@replaced-ip )
658 [07:15:50] *** Quits: eliotime (~Icedove@replaced-ip ) (Quit: eliotime)
659 [07:15:56] *** Joins: slowd (bca60d6e@replaced-ip )
660 [07:21:35] *** Joins: bhuvi_ (~quassel@replaced-ip )
661 [07:23:40] *** Joins: sorrySusan (~SorrySist@replaced-ip )
662 [07:28:10] *** Joins: noxs (~noxs@replaced-ip )
663 [07:29:28] *** Joins: Introoter (uid189461@replaced-ip )
664 [07:29:54] *** Joins: afuentes (~kusanagi@replaced-ip )
665 [07:30:39] *** Joins: denisk (~denisk@replaced-ip )
666 [07:34:17] *** Joins: overlord_tm (~andraz@replaced-ip )
667 [07:34:24] *** Joins: bhuvi__ (~quassel@replaced-ip )
668 [07:35:28] *** Joins: adoua (~adoua@replaced-ip )
669 [07:35:33] *** Joins: woshty (~irc@replaced-ip )
670 [07:35:36] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 256 seconds)
671 [07:35:50] *** Quits: bhuvi_ (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
672 [07:35:57] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 240 seconds)
673 [07:38:11] *** Joins: s0lar1s (~sol@replaced-ip )
674 [07:38:15] *** Joins: spaceraspi (~Mutter@replaced-ip )
675 [07:38:48] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Ping timeout: 240 seconds)
676 [07:39:14] *** Joins: olek_poz (~bobik314@replaced-ip )
677 [07:40:38] *** Quits: spaceraspi (~Mutter@replaced-ip ) (Client Quit)
678 [07:41:47] *** Quits: estragon_ (~estragon@replaced-ip ) (Remote host closed the connection)
679 [07:41:59] *** Joins: sz0 (uid110435@replaced-ip )
680 [07:42:00] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 268 seconds)
681 [07:42:51] *** Joins: monpocchi (~monpocchi@replaced-ip )
682 [07:42:51] *** Quits: High_Priest (~hp@replaced-ip ) (Read error: Connection reset by peer)
683 [07:43:18] *** Joins: High_Priest (~hp@replaced-ip )
684 [07:43:34] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
685 [07:46:22] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
686 [07:47:14] *** Quits: slowd (bca60d6e@replaced-ip##) (Quit: ##replaced-url
687 [07:48:04] *** Quits: madaboutjessie (~madaboutj@replaced-ip ) (Quit: Saliendo)
688 [07:48:27] *** Joins: rpd_ (~rpd@replaced-ip )
689 [07:48:37] *** Joins: LucaTM (~LucaTM@replaced-ip )
690 [07:48:41] *** Joins: denisk (~denisk@replaced-ip )
691 [07:50:55] *** Joins: xiaodong (~xiaodong@replaced-ip )
692 [07:52:36] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
693 [07:53:17] *** Joins: robotroll (~robotroll@replaced-ip )
694 [07:54:00] *** Joins: yrkhoon (~yrkhoon@replaced-ip )
695 [07:55:38] *** Joins: boris_t (~boris_t@replaced-ip )
696 [07:57:21] *** Joins: GenteelBen (~GenteelBe@replaced-ip )
697 [07:57:32] *** Joins: schu-r (~Thunderbi@replaced-ip )
698 [07:58:01] *** debhelper sets mode: +l 1667
699 [07:59:27] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 240 seconds)
700 [07:59:43] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
701 [08:01:38] *** Joins: xiaodong (~xiaodong@replaced-ip )
702 [08:01:39] *** Quits: doyle (~doyle@replaced-ip ) (Read error: Connection reset by peer)
703 [08:02:00] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 260 seconds)
704 [08:02:05] *** Quits: Anderson69s (~anders@replaced-ip ) (Ping timeout: 240 seconds)
705 [08:02:07] *** Joins: doyle (~doyle@replaced-ip )
706 [08:02:11] *** Joins: suboptimal90 (~jcd@replaced-ip )
707 [08:02:20] *** Joins: mickael (~smuxi@replaced-ip )
708 [08:02:21] <suboptimal90> join security
709 [08:02:35] *** Joins: Geom` (~Geom@replaced-ip )
710 [08:02:49] *** Joins: js9600 (~jsdk@replaced-ip )
711 [08:02:55] *** Quits: Geom (~Geom@replaced-ip ) (Ping timeout: 246 seconds)
712 [08:04:03] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
713 [08:07:55] *** Joins: biberu (~biberu@replaced-ip )
714 [08:10:22] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 268 seconds)
715 [08:11:00] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
716 [08:12:33] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Quit: nathanleclaire)
717 [08:12:54] *** Joins: wabuh (~wabuh@replaced-ip )
718 [08:13:08] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 240 seconds)
719 [08:13:21] *** Joins: Drzacek (~Drzacek@replaced-ip )
720 [08:14:12] *** Joins: marvn (~marvn@replaced-ip )
721 [08:15:28] *** Joins: yuck1 (~yuck@replaced-ip )
722 [08:16:38] *** Quits: bhuvi__ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
723 [08:16:54] *** Quits: soulz (~soulz@replaced-ip ) (Quit: leaving)
724 [08:18:04] *** Joins: bhuvi_ (~quassel@replaced-ip )
725 [08:20:07] *** Quits: Azulflame (~Azulflame@replaced-ip ) (Quit: Leaving)
726 [08:20:12] *** Joins: hexjay (~hexjay@replaced-ip )
727 [08:20:12] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 260 seconds)
728 [08:20:35] *** Joins: n1ck3 (~n1ck3@replaced-ip )
729 [08:21:51] *** Joins: dka (~dka@replaced-ip )
730 [08:22:19] *** Joins: arturo (~arturo@replaced-ip )
731 [08:24:57] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 240 seconds)
732 [08:25:47] *** Joins: def_jam (~eblip@replaced-ip )
733 [08:25:55] *** Joins: chele (~chele@replaced-ip )
734 [08:26:27] *** Joins: soulz (~soulz@replaced-ip )
735 [08:26:33] *** Joins: eb0t_ (~eblip@replaced-ip )
736 [08:26:59] *** Quits: marvn (~marvn@replaced-ip ) (Quit: Konversation terminated!)
737 [08:27:25] *** Quits: sorrySusan (~SorrySist@replaced-ip ) (Ping timeout: 246 seconds)
738 [08:27:40] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
739 [08:27:55] *** Quits: eblip (~eblip@replaced-ip ) (Ping timeout: 240 seconds)
740 [08:28:08] *** Quits: eb0t (~eblip@replaced-ip ) (Ping timeout: 260 seconds)
741 [08:30:06] *** Quits: olek_poz (~bobik314@replaced-ip ) (Ping timeout: 268 seconds)
742 [08:30:55] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 240 seconds)
743 [08:31:56] *** Joins: wabuh (~wabuh@replaced-ip )
744 [08:32:00] *** Joins: alicavus (~manjaro@replaced-ip )
745 [08:32:53] *** Quits: yrkhoon (~yrkhoon@replaced-ip ) (Quit: Zomg!)
746 [08:33:14] *** Joins:
replaced-url
747 [08:34:34] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
748 [08:34:42] *** Joins: gigetoo (~gigetoo@replaced-ip )
749 [08:35:22] *** Joins: mda1 (~dedicate@replaced-ip )
750 [08:35:25] *** Quits:
replaced-url
751 [08:35:54] *** Joins: kapitalist (~Kapitalis@replaced-ip )
752 [08:36:02] *** Joins: wonton (~wonton@replaced-ip )
753 [08:36:11] *** katyucha_ is now known as katyucha
754 [08:37:24] *** Joins: timahvo1 (~rogue@replaced-ip )
755 [08:37:54] *** Joins: BlueByte (~walther@replaced-ip )
756 [08:38:01] *** debhelper sets mode: +l 1674
757 [08:38:21] *** Quits: jsw__ (~jeff@replaced-ip ) (Quit: Leaving)
758 [08:38:51] *** Joins: srtu (~hypnotoad@replaced-ip )
759 [08:39:47] *** Quits: adrem (~adrem@replaced-ip ) (Remote host closed the connection)
760 [08:39:58] *** Quits: RebelCoderRU (~Yuriy@replaced-ip ) (Ping timeout: 260 seconds)
761 [08:40:11] *** Joins: spaceraspi (~Mutter@replaced-ip )
762 [08:40:15] *** Joins: sorrySusan (~SorrySist@replaced-ip )
763 [08:40:53] *** Joins: luciusFox (~luciusFox@replaced-ip )
764 [08:41:21] *** Quits: olalonde (uid136@replaced-ip ) (Quit: Connection closed for inactivity)
765 [08:41:57] *** Joins: t0mmy (~tprrt@replaced-ip )
766 [08:42:28] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 240 seconds)
767 [08:42:33] *** Joins: bvdk (~bvdkfreen@replaced-ip )
768 [08:44:00] *** Quits: webpigeon (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
769 [08:44:11] *** Joins: llucenic (~Thunderbi@replaced-ip )
770 [08:47:53] *** Joins: OS-21559 (~blooshoos@replaced-ip )
771 [08:48:16] *** Joins: Hercules (~Hercules@replaced-ip )
772 [08:48:16] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
773 [08:48:50] *** Quits: inex (~inex@replaced-ip ) (Quit: oh)
774 [08:49:00] *** Joins: webpigeon (~quassel@replaced-ip )
775 [08:49:06] *** Quits: alicavus (~manjaro@replaced-ip ) (Quit: Leaving)
776 [08:49:31] *** Joins: n1ck3 (~n1ck3@replaced-ip )
777 [08:49:43] *** Parts: unborn (~ugly@replaced-ip )
778 [08:49:48] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 240 seconds)
779 [08:51:17] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
780 [08:52:52] *** Joins: holyday (~holyday@replaced-ip )
781 [08:52:58] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 246 seconds)
782 [08:53:48] *** Joins: cronic (~quassel@replaced-ip )
783 [08:53:59] *** Joins: oish (~charlie@replaced-ip )
784 [08:56:18] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
785 [08:57:35] *** Joins: __marco (~marco@replaced-ip )
786 [08:58:33] *** Joins: torjeh (~Torje@replaced-ip )
787 [08:58:53] *** Parts: holyday (~holyday@replaced-ip )
788 [08:59:47] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Quit: jackNemrod)
789 [08:59:56] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
790 [09:00:02] *** Quits: Flynnn (~textual@replaced-ip ) (Ping timeout: 256 seconds)
791 [09:02:17] *** jackNemrod_ is now known as jackNemrod
792 [09:02:51] *** Joins: olek_poz (~bobik314@replaced-ip )
793 [09:03:18] *** Quits: spaceraspi (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
794 [09:04:03] *** Quits: scoobertron (~tom@replaced-ip ) (Read error: Connection reset by peer)
795 [09:04:16] *** Joins: lazycat (~mmmm@replaced-ip )
796 [09:04:25] *** Quits: fast (~fast@replaced-ip ) (Ping timeout: 240 seconds)
797 [09:04:33] <lazycat> is NTFS the best option if you need to
use linux and debian with a hard drive?
798 [09:04:41] <lazycat> windows*
799 [09:04:56] *** Joins: scoobertron (~tom@replaced-ip )
800 [09:04:56] *** Joins: spaceraspi (~spacerasp@replaced-ip )
801 [09:05:08] *** Quits: conley (znc@replaced-ip ) (Ping timeout: 240 seconds)
802 [09:05:39] *** Joins: toli (~toli@replaced-ip )
803 [09:05:55] *** Quits: guampa (~guampa@replaced-ip ) (Ping timeout: 240 seconds)
804 [09:06:10] *** Joins: sndb (~kiri@replaced-ip )
805 [09:09:46] *** Joins: TomyWork (~tomy@replaced-ip )
806 [09:10:44] *** Quits: lazycat (~mmmm@replaced-ip ) (Quit: Leaving)
807 [09:11:03] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
808 [09:11:33] *** Quits: OS-21559 (~blooshoos@replaced-ip ) (Quit: Leaving)
809 [09:11:51] *** Parts: spaceraspi (~spacerasp@replaced-ip )
810 [09:12:35] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 240 seconds)
811 [09:13:54] <coke> i prefer exfat
812 [09:14:37] *** Joins: teclo- (42@replaced-ip )
813 [09:14:55] *** Joins: Cogitabundus (~NOBODY@replaced-ip )
814 [09:14:57] *** Quits: Cogitabundus (~NOBODY@replaced-ip ) (Max SendQ exceeded)
815 [09:16:38] *** Joins: moozer (~moz@replaced-ip )
816 [09:18:49] *** Joins: calvinh (~calvin@replaced-ip )
817 [09:19:05] *** Joins: jirka (~Thunderbi@replaced-ip )
818 [09:19:59] *** Joins: Pjusur (~Pjusur@replaced-ip )
819 [09:21:17] *** Joins: jazz (~jazz@replaced-ip )
820 [09:22:22] *** Joins: Quatroking (~Quatrokin@replaced-ip )
821 [09:22:39] *** Joins: kuplaj (51d7e58e@replaced-ip )
822 [09:23:05] <kuplaj> can i find older versions of packages in
debian repos?
823 [09:23:12] <kuplaj> for example i need samba 3.0
824 [09:25:29] *** Quits: Espopore (~Espopore@replaced-ip ) (Read error: Connection reset by peer)
825 [09:26:03] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 260 seconds)
826 [09:26:05] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 240 seconds)
827 [09:26:24] *** Joins: Elirips (~Elirips@replaced-ip )
828 [09:26:44] *** Quits: percY- (~percY@replaced-ip ) (Remote host closed the connection)
829 [09:27:59] *** Quits: rpd_ (~rpd@replaced-ip ) (Quit: leaving)
830 [09:28:21] <Stummi> kuplaj, archive.debian.org
831 [09:28:24] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
832 [09:28:37] <Stummi> no wait, sorry
833 [09:28:49] <Stummi> snapshot.debian.org I mean
834 [09:28:50] *** Joins: cyphase (~cyphase@replaced-ip )
835 [09:29:40] *** Joins: rpd_ (~rpd@replaced-ip )
836 [09:29:52] *** Quits: masber (~masber@replaced-ip ) (Quit: Leaving)
837 [09:30:01] <kuplaj> @Stummi thanks
838 [09:30:10] *** Joins: masber (~masber@replaced-ip )
839 [09:30:25] *** Quits: last1 (~last1@replaced-ip ) (Ping timeout: 240 seconds)
840 [09:32:22] *** Quits: lafleurdubien (uid206563@replaced-ip ) (Quit: Connection closed for inactivity)
841 [09:35:33] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (Quit: Programmers don't die. They just GOSUB without
RETURN.)
842 [09:39:07] *** Joins: Levure (~quassel@replaced-ip )
843 [09:40:04] *** Joins: bvdk (~bvdkfreen@replaced-ip )
844 [09:40:57] *** Quits: lishoujun (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
845 [09:41:25] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
846 [09:41:52] *** Quits: rpd_ (~rpd@replaced-ip ) (Quit: leaving)
847 [09:41:59] *** Joins: remote (~remote@replaced-ip )
848 [09:42:42] *** Joins: dreamon_ (~dreamon@replaced-ip )
849 [09:42:53] *** Joins: estragon_ (~estragon@replaced-ip )
850 [09:43:40] *** Joins: peewhy (~peewhy@replaced-ip )
851 [09:44:08] *** Joins: oish (~charlie@replaced-ip )
852 [09:44:41] *** Joins: percY- (~percY@replaced-ip )
853 [09:45:31] *** Quits: flatstuff (~flatstuff@replaced-ip ) (Remote host closed the connection)
854 [09:46:12] *** Joins: GhostInTheShell (~melkor@replaced-ip )
855 [09:47:08] *** Quits: estragon_ (~estragon@replaced-ip ) (Ping timeout: 240 seconds)
856 [09:47:32] *** Joins: Y04NN (~y04nn@replaced-ip )
857 [09:47:49] <celyr> lazouz, there are many drivers for ext234
for windows
858 [09:48:00] *** debhelper sets mode: +l 1680
859 [09:48:26] *** Joins: lishoujun (~Thunderbi@replaced-ip )
860 [09:49:54] *** Joins: last1 (~last1@replaced-ip )
861 [09:52:10] *** Joins: joncrunchbang (~joncrunch@replaced-ip )
862 [09:53:12] *** Quits: CurryWurst_ (~CurryWurs@replaced-ip ) (Remote host closed the connection)
863 [09:54:26] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 256 seconds)
864 [09:54:49] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
865 [09:55:29] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: Ahoi)
866 [09:55:43] *** Quits: AimHere (~David@replaced-ip ) (Quit: Leaving)
867 [09:57:26] *** Joins: UUID00 (~UUID00@replaced-ip )
868 [09:57:59] *** Quits: kuplaj (51d7e58e@replaced-ip ) (Ping timeout: 260 seconds)
869 [09:58:54] *** Joins: TsukiRa (~fpob@replaced-ip )
870 [09:59:10] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 264 seconds)
871 [10:00:28] *** Quits: bhuvi_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
872 [10:01:50] *** Joins: Piraty (~quassel@replaced-ip )
873 [10:03:24] *** Joins: Zvmdyv (nnn@replaced-ip )
874 [10:04:42] *** Joins: Guest91927 (~quassel@replaced-ip )
875 [10:04:50] *** Joins: bhuvi_ (~quassel@replaced-ip )
876 [10:06:57] *** Joins: ndee (~ndee@replaced-ip )
877 [10:07:40] *** Joins: BlueByte (~walther@replaced-ip )
878 [10:08:56] *** Joins: circ-user-C9FHY (~circuser-@replaced-ip )
879 [10:09:19] *** Joins: Slashman (~Slash@replaced-ip )
880 [10:09:36] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
881 [10:10:02] *** Joins: Delta-One (~zero@replaced-ip )
882 [10:10:07] *** Quits: angor (~angor@replaced-ip ) (Remote host closed the connection)
883 [10:11:45] *** Parts: remote (~remote@replaced-ip )
884 [10:12:07] *** Quits: Zvmdyv (nnn@replaced-ip ) (Remote host closed the connection)
885 [10:12:17] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Remote host closed the connection)
886 [10:12:18] *** Joins: dasj_ (~daniel@replaced-ip )
887 [10:13:05] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
888 [10:13:25] *** Joins: Jacob8432 (~Jacob843@replaced-ip )
889 [10:13:55] *** Quits: ThePortWhisperer (~jafsf@replaced-ip ) (Ping timeout: 240 seconds)
890 [10:14:07] *** Joins: notebox (~textual@replaced-ip )
891 [10:14:15] *** Joins: djghost (0e99ec0e@replaced-ip )
892 [10:14:18] *** Parts: djghost (0e99ec0e@replaced-ip )
893 [10:14:23] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
894 [10:14:48] *** Joins: oish (~charlie@replaced-ip )
895 [10:14:55] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 240 seconds)
896 [10:14:58] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Client Quit)
897 [10:16:37] *** Quits: Jacob843 (~Jacob843@replaced-ip ) (Ping timeout: 246 seconds)
898 [10:17:02] *** Joins: inviz (~q@replaced-ip )
899 [10:17:50] <dionysus69> ok thats it
900 [10:18:01] *** debhelper sets mode: +l 1686
901 [10:18:22] <dionysus69> I have been bothered by this for long
enough. sometimes when I plug in my laptop and start system up, the
battery is not charging, this happens usually when the battery is
low.
902 [10:18:39] *** Joins: mavhq_ (~quassel@replaced-ip )
903 [10:18:42] <dionysus69> when I unplug, system just turns off,
it mysteriously refuses to charge, any ideas why this could be the
case :\
904 [10:19:40] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 260 seconds)
905 [10:19:41] *** Joins: cef (~cef@replaced-ip )
906 [10:19:43] *** Joins: Vizva (~max@replaced-ip )
907 [10:20:11] <petemc> dionysus69: battery could be degraded to
the point it no longer takes a charge
908 [10:20:28] *** Quits: hexjay (~hexjay@replaced-ip ) (Ping timeout: 246 seconds)
909 [10:20:29] *** Quits: mavhq (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
910 [10:21:20] *** Joins: rpd_ (~rpd@replaced-ip )
911 [10:21:43] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
912 [10:22:30] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
913 [10:22:31] *** Quits: rpd_ (~rpd@replaced-ip ) (Client Quit)
914 [10:22:31] *** Quits: ice303 (~pi@replaced-ip ) (Quit: leaving)
915 [10:22:57] *** Joins: mavhc (~mavhc@replaced-ip )
916 [10:23:23] <dionysus69> petemc: but battery is working great,
i have 4 - 5 hour usage on full battery, this is x1 carbon 3rd gen
;)
917 [10:24:08] <dionysus69> the problem i noted could be resolved
by powering down, reconnecting charger and then turning back on.
then it starts charging as needed
918 [10:24:23] *** Joins: rpd_ (~rpd@replaced-ip )
919 [10:24:42] *** Joins: hexjay (~hexjay@replaced-ip )
920 [10:24:52] *** Quits: s0lar1s (~sol@replaced-ip ) (Quit: Leaving)
921 [10:24:59] *** Joins: gagrio (~George@replaced-ip )
922 [10:25:08] *** Quits: OERIAS (~OERIAS@replaced-ip ) (Ping timeout: 240 seconds)
923 [10:25:24] *** Joins: s0lar1s (~sol@replaced-ip )
924 [10:25:55] *** Quits: dexta (~D3XTA@replaced-ip ) (Ping timeout: 240 seconds)
925 [10:25:59] *** Guest91927 is now known as Haudegen
926 [10:26:29] *** Joins: lithie (uid45836@replaced-ip )
927 [10:26:35] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 240 seconds)
928 [10:26:39] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 268 seconds)
929 [10:26:53] *** Joins: betandr (~betandr@replaced-ip )
930 [10:27:08] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 260 seconds)
931 [10:28:20] *** Joins: dexta (~D3XTA@replaced-ip )
932 [10:28:29] *** Joins: moozer (~moz@replaced-ip )
933 [10:29:10] *** Joins: thiras (~thiras@replaced-ip )
934 [10:29:56] *** Joins: n1ck3 (~n1ck3@replaced-ip )
935 [10:30:40] *** Joins: electro33 (uid613@replaced-ip )
936 [10:30:49] *** Joins: Nickel (~User@replaced-ip )
937 [10:32:15] <Nickel> Hi, how do i execute an iptables-command
from a script at boot-time ? The skript is already written but how
to execute it automatically at boot time ?
938 [10:32:29] *** Quits: altin (~altin@replaced-ip ) (Quit: Leaving)
939 [10:32:31] *** Joins: timahvo1 (~rogue@replaced-ip )
940 [10:33:45] *** Joins: daniel-s (~daniel-s@replaced-ip )
941 [10:34:34] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 264 seconds)
942 [10:34:40] *** Quits: umbSublime (~Sublime_@replaced-ip ) (Ping timeout: 268 seconds)
943 [10:34:56] *** Joins: p3rs3us (~jduro@replaced-ip )
944 [10:35:42] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Remote host closed the connection)
945 [10:36:44] *** Joins: estragon_ (~estragon@replaced-ip )
946 [10:37:45] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
947 [10:38:00] *** debhelper sets mode: +l 1693
948 [10:38:30] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
949 [10:38:42] *** Quits: SugoiBeans_ (uid188175@replaced-ip ) (Quit: Connection closed for inactivity)
950 [10:38:46] *** Joins: moozer (~moz@replaced-ip )
951 [10:39:03] *** Joins: r0073r (~r0073r@replaced-ip )
952 [10:39:20] *** Joins: foxpup (~foxpup@replaced-ip )
953 [10:39:35] *** Joins: vitaerk (~vitaerk@replaced-ip )
954 [10:40:12] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
955 [10:40:12] *** jackNemrod_ is now known as jackNemrod
956 [10:40:53] *** Quits: Piraty (~quassel@replaced-ip ) (Remote host closed the connection)
957 [10:41:05] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
958 [10:41:32] <vitaerk> hi, iam using debian 8.7.1 and have some
"firmwareBugs" in dmesg. See
replaced-url
959 [10:41:35] <vitaerk> andy ideas
960 [10:41:38] <vitaerk> ?
961 [10:41:54] <vitaerk> any
962 [10:43:17] *** Joins: nhhc (~nhhc@replaced-ip )
963 [10:43:20] *** Joins: killian99 (~killian99@replaced-ip )
964 [10:44:08] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 240 seconds)
965 [10:44:12] <jelly> vitaerk: does anything fail towork?
966 [10:44:12] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: Ahoi)
967 [10:44:42] *** Joins: angor (~angor@replaced-ip )
968 [10:45:48] *** Joins: xdqioh (~phil.wern@151.26.58.254)
969 [10:46:33] *** Joins: Popzi (~Thunderbi@replaced-ip )
970 [10:46:59] <vitaerk> jelly, all seems to work. I dont know,
iam noticed nothing for now
971 [10:47:35] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Ping timeout: 240 seconds)
972 [10:47:52] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
973 [10:48:08] *** Joins: clmsy (~eoz@replaced-ip )
974 [10:48:20] *** Joins: jon_x111115 (~jon_x@replaced-ip )
975 [10:49:27] *** Joins: D092M (~textual@replaced-ip )
976 [10:49:49] *** Joins: moozer (~moz@replaced-ip )
977 [10:49:57] <Nickel> Hi, how do i use APT, or dpkg , to check
where "debian-policy" has been installed to (into which
directory) ?
978 [10:50:08] <Popzi> Does anyone know what caused my server to
reboot? - Logs -
replaced-url
979 [10:50:16] <Popzi> pam_unix(cron:session)?
980 [10:50:22] <jelly> Nickel: dpkg -L packagename ... to list
installed package contents
981 [10:50:44] *** Quits: D092M (~textual@replaced-ip ) (Client Quit)
982 [10:51:26] *** Joins: enigma_ (~enigma@replaced-ip )
983 [10:51:48] *** Quits: foxpup (~foxpup@replaced-ip ) (Remote host closed the connection)
984 [10:52:17] *** Joins: foxpup (~foxpup@replaced-ip )
985 [10:53:37] *** Joins: frapox (~frapox@replaced-ip )
986 [10:53:45] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
987 [10:54:50] *** Joins: fassl____ (~fassl@replaced-ip )
988 [10:54:56] *** Joins: lucad111 (~lucad111@replaced-ip )
989 [10:55:57] *** Joins: zabow (~zabow@replaced-ip )
990 [10:56:26] *** Joins: Megaf (~Megaf@replaced-ip )
991 [10:58:01] *** debhelper sets mode: +l 1705
992 [10:58:37] *** Quits: fassl____ (~fassl@replaced-ip ) (Remote host closed the connection)
993 [10:58:54] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) (Remote host closed the connection)
994 [10:59:04] *** Joins: foxpup_ (~foxpup@replaced-ip )
995 [10:59:05] *** Joins: fassl____ (~fassl@replaced-ip )
996 [10:59:16] *** Quits: foxpup (~foxpup@replaced-ip ) (Quit: Leaving)
997 [10:59:19] *** Quits: foxpup_ (~foxpup@replaced-ip ) (Read error: Connection reset by peer)
998 [10:59:20] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
999 [10:59:39] *** Joins: foxpup (~foxpup@replaced-ip )
1000 [11:00:01] *** Ralin3_ is now known as Ralin3
1001 [11:00:36] *** Quits: nighty-- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1002 [11:01:26] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1003 [11:01:27] *** Joins: afidegnum (~afidegnum@replaced-ip )
1004 [11:01:44] *** Joins: czesmir (~stefan@replaced-ip )
1005 [11:02:17] *** Quits: Hercules (~Hercules@replaced-ip ) (Quit: Leaving)
1006 [11:02:41] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1007 [11:03:57] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) (Ping timeout: 240 seconds)
1008 [11:05:02] *** Joins: BalTun (~BalTun@replaced-ip )
1009 [11:05:12] *** Quits: Nickel (~User@replaced-ip ) (Quit: Lost terminal)
1010 [11:05:19] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1011 [11:05:39] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1012 [11:06:30] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1013 [11:06:34] *** Quits: zabow (~zabow@replaced-ip ) (Quit: Leaving)
1014 [11:07:09] *** Joins: okao (~ookura@replaced-ip )
1015 [11:07:15] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1016 [11:07:19] *** Joins: enigma__ (~enigma@replaced-ip )
1017 [11:07:33] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
1018 [11:07:48] *** Parts: okao (~ookura@replaced-ip )
1019 [11:08:03] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1020 [11:08:32] *** Joins: alecov (~control@replaced-ip )
1021 [11:08:56] *** Joins: el-aman (~Mutter@replaced-ip )
1022 [11:08:57] *** Quits: lishoujun (~Thunderbi@replaced-ip ) (Quit: lishoujun)
1023 [11:09:27] *** Joins: winston_obrien (~winston_o@replaced-ip )
1024 [11:09:46] <dTal> Hm. Debian Jessie, MATE desktop, clean
install: PDFs open in GIMP, instead of Atril (the PDF viewer). This
seems bad enough behaviour to count as a bug.
1025 [11:10:08] *** Quits: dannyLopez (~damunoz@replaced-ip ) (Ping timeout: 240 seconds)
1026 [11:10:09] <dTal> Trivially fixed of course, but it
won't leave a great impression on a first timer.
1027 [11:10:22] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 256 seconds)
1028 [11:10:27] *** Joins: lishoujun (~Thunderbi@replaced-ip )
1029 [11:10:31] *** Quits: enigma_ (~enigma@replaced-ip ) (Ping timeout: 246 seconds)
1030 [11:11:04] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1031 [11:11:48] *** Quits: foxpup (~foxpup@replaced-ip ) (Ping timeout: 240 seconds)
1032 [11:11:57] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1033 [11:12:12] *** Joins: dannyLopez (~damunoz@replaced-ip )
1034 [11:12:12] *** Joins: Jonwel (~Jonwel@replaced-ip )
1035 [11:14:14] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1036 [11:14:21] *** Joins: Zynkx (~zynkx@replaced-ip )
1037 [11:14:22] *** Joins: Zzeiss (~wsy@replaced-ip )
1038 [11:15:05] *** Joins: LorD_n1c0w (~rhodan@replaced-ip )
1039 [11:15:05] *** Quits: winston_obrien (~winston_o@replaced-ip ) (Quit: bye!)
1040 [11:15:27] *** Quits: rj1 (uid221277@replaced-ip ) (Quit: Connection closed for inactivity)
1041 [11:15:33] *** Quits: Zzeiss (~wsy@replaced-ip ) (Client Quit)
1042 [11:16:37] *** Joins: Vizva (~max@replaced-ip )
1043 [11:17:26] *** Quits: el-aman (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
1044 [11:19:09] *** Joins: centrx (~centrx@replaced-ip )
1045 [11:19:09] *** Quits: centrx (~centrx@replaced-ip ) (Changing host)
1046 [11:19:09] *** Joins: centrx (~centrx@replaced-ip )
1047 [11:21:22] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) (Ping timeout: 264 seconds)
1048 [11:21:32] *** Quits: Simeon (~secure@replaced-ip ) (Ping timeout: 268 seconds)
1049 [11:21:39] *** Joins: B[]rG (~tuptidup@replaced-ip )
1050 [11:21:57] *** Quits: vitaerk (~vitaerk@replaced-ip ) (Quit: Verlassend)
1051 [11:22:29] *** Joins: pinqvin_ (~sailfish@replaced-ip )
1052 [11:23:12] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
1053 [11:23:20] *** Joins: Straza (c8462882@replaced-ip )
1054 [11:23:33] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1055 [11:23:45] *** Joins: B[]rG (~tuptidup@replaced-ip )
1056 [11:24:14] *** Quits: yuck1 (~yuck@replaced-ip ) (Quit: Leaving.)
1057 [11:24:20] *** Joins: foxpup (~foxpup@replaced-ip )
1058 [11:24:44] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1059 [11:25:27] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1060 [11:26:37] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1061 [11:26:53] *** Joins: Simeon (~secure@replaced-ip )
1062 [11:27:11] *** Quits: Straza (c8462882@replaced-ip ) (Client Quit)
1063 [11:27:15] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1064 [11:28:06] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1065 [11:28:22] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 246 seconds)
1066 [11:30:58] *** Guest46632 is now known as gyaresu
1067 [11:30:59] *** Quits: gyaresu (~gareth__@replaced-ip ) (Changing host)
1068 [11:30:59] *** Joins: gyaresu (~gareth__@replaced-ip )
1069 [11:31:06] *** gyaresu is now known as gareth__
1070 [11:31:07] *** Quits: enigma__ (~enigma@replaced-ip ) (Remote host closed the connection)
1071 [11:31:28] *** Quits: Simeon (~secure@replaced-ip ) (Ping timeout: 260 seconds)
1072 [11:32:39] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
1073 [11:32:43] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
1074 [11:33:10] *** Joins: oaao (~oaao@replaced-ip )
1075 [11:33:12] *** Joins: nidzo_ (~Nidzo@replaced-ip )
1076 [11:33:34] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
1077 [11:35:24] *** Joins: SH0x_ (~saulius@replaced-ip )
1078 [11:40:07] *** Joins: blueness (~blueness@replaced-ip )
1079 [11:40:20] *** Joins: nighty-- (~nighty@replaced-ip )
1080 [11:41:02] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1081 [11:41:08] *** Joins: rgr (~rgr@replaced-ip )
1082 [11:41:26] *** Joins: Simeon (~secure@replaced-ip )
1083 [11:42:55] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1084 [11:43:12] *** Joins: chele (~chele@replaced-ip )
1085 [11:43:34] *** Quits: sing0 (~michael@replaced-ip ) (Ping timeout: 264 seconds)
1086 [11:43:36] *** chele is now known as Guest68813
1087 [11:43:47] *** Quits: Guest68813 (~chele@replaced-ip ) (Client Quit)
1088 [11:44:15] *** Joins: chele_ (~chele@replaced-ip )
1089 [11:45:35] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) (Ping timeout: 240 seconds)
1090 [11:46:06] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
1091 [11:46:12] *** chele_ is now known as gosho
1092 [11:47:00] *** gosho is now known as pedroa
1093 [11:47:01] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1094 [11:47:19] *** Joins: SH0x_ (~saulius@replaced-ip )
1095 [11:47:23] *** pedroa is now known as chel
1096 [11:47:28] *** Quits: itsiam_ (~unknown@replaced-ip ) (Ping timeout: 240 seconds)
1097 [11:47:29] *** Joins: sing0 (~michael@replaced-ip )
1098 [11:47:51] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1099 [11:48:00] *** debhelper sets mode: +l 1711
1100 [11:48:06] *** Joins: Brigo (~Brigo@replaced-ip )
1101 [11:48:24] *** Quits: neurot (~neurosis@replaced-ip ) (Quit: Leaving)
1102 [11:48:26] *** chel is now known as chele
1103 [11:48:35] *** Joins: grimsley (~grimsley@replaced-ip )
1104 [11:48:54] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
1105 [11:49:07] *** Quits: kiao2938 (~mj@replaced-ip ) (Quit: Konversation terminated!)
1106 [11:49:08] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
1107 [11:49:20] *** Joins: kiao2938 (~mj@replaced-ip )
1108 [11:49:33] *** Joins: _C_P_ (~aaa@replaced-ip )
1109 [11:50:25] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
1110 [11:50:25] *** Quits: C_P (~aaa@replaced-ip ) (Ping timeout: 240 seconds)
1111 [11:50:35] *** Quits: RA3OR (~demon@replaced-ip ) (Ping timeout: 252 seconds)
1112 [11:51:29] *** Joins: weld__ (~weld@replaced-ip )
1113 [11:51:52] *** Joins: umbSublime (~Sublime_@replaced-ip )
1114 [11:52:51] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
1115 [11:52:54] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1116 [11:53:35] *** Quits: foxpup (~foxpup@replaced-ip ) (Quit: Leaving)
1117 [11:53:39] *** Joins: tkla (~tklassen@replaced-ip )
1118 [11:53:47] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1119 [11:53:48] *** Joins: Nickel (~User@replaced-ip )
1120 [11:54:29] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1121 [11:55:25] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1122 [11:56:04] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1123 [11:56:32] *** Joins: cynicallemon (~cynicalle@replaced-ip )
1124 [11:57:11] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1125 [11:57:23] *** Joins: serrano (~uOvKHN7V2@replaced-ip )
1126 [11:57:56] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1127 [11:58:00] *** debhelper sets mode: +l 1719
1128 [11:58:37] *** Joins: jwd (~jwd@replaced-ip )
1129 [11:58:57] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1130 [12:00:03] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
1131 [12:00:06] <serrano> How can I specify a package dependency
where the version must lie within a range (e.g. (>= 3.6
&& < 3.7))?
1132 [12:00:17] <serrano> I can't find this in the Debian
dependency specification
1133 [12:01:32] <dgriffi> does anyone here do much graphics
programming?
1134 [12:01:48] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
1135 [12:02:37] *** Quits: OtakuSenpai (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
1136 [12:03:36] <goldkatze> dgriffi: Probably best to try more
specific channel, eg: /msg alis list *opengl* -min 10
1137 [12:03:37] <serrano> I didn't formulate my question
correctly; it should be: what is the correct syntax for specifying a
version range?
1138 [12:04:00] *** Joins: pbrewczynski (uid172802@replaced-ip )
1139 [12:04:34] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
1140 [12:05:03] <dgriffi> goldkatze: topic is jpeg... no jpeg/jpg
channels
1141 [12:05:22] *** Joins: mda1 (~dedicate@replaced-ip )
1142 [12:05:24] *** Quits: jirka (~Thunderbi@replaced-ip ) (Quit: jirka)
1143 [12:05:43] <goldkatze> maybe ##imagemagick and lots of
patience
1144 [12:06:28] *** Quits: rpd_ (~rpd@replaced-ip ) (Ping timeout: 260 seconds)
1145 [12:07:07] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
1146 [12:07:43] *** Joins: el-aman (~Mutter@replaced-ip )
1147 [12:07:49] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1148 [12:08:16] *** Joins: rpd_ (~rpd@replaced-ip )
1149 [12:08:22] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1150 [12:08:23] *** Joins: hexjay (~hexjay@replaced-ip )
1151 [12:08:32] *** mavhq_ is now known as mavhq
1152 [12:08:59] <abff> dgriffi check out #blender
1153 [12:09:12] <dgriffi> hmm.... okay
1154 [12:09:34] <dgriffi> my problem is how to convert an old
application that uses libjasper to use openjpeg instead
1155 [12:09:53] <abff> oh those guys do open source 3d stuff
1156 [12:10:07] <petn-randall> serrano: You might want to ask in
#debian-mentors on irc.oftc.net.
1157 [12:10:13] <abff> sorry I missed your jpeg needs.
1158 [12:10:31] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1159 [12:10:31] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Changing host)
1160 [12:10:31] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1161 [12:10:48] *** Joins: dadinn (~DADINN@replaced-ip )
1162 [12:11:11] *** Joins: dselect (~dselect@replaced-ip )
1163 [12:11:13] <serrano> petn-randall: alright, thanks
1164 [12:15:39] *** Joins: f10_ (~flo@replaced-ip )
1165 [12:16:23] *** Quits: goldkatze (~nobody@replaced-ip ) ()
1166 [12:16:28] *** Joins: f10 (~flo@replaced-ip )
1167 [12:16:54] *** Joins: Tiffon (~name@replaced-ip )
1168 [12:17:35] *** Joins: wonderworld (~ww@replaced-ip )
1169 [12:18:00] *** debhelper sets mode: +l 1725
1170 [12:18:46] *** Joins: Ridout (~coffee@replaced-ip )
1171 [12:19:35] *** Quits: Jonwel (~Jonwel@replaced-ip ) (Read error: Connection reset by peer)
1172 [12:20:35] *** Joins: chomwitt4 (~chomwitt@replaced-ip )
1173 [12:22:13] *** Quits: savantgarde (~savantgar@replaced-ip ) (Read error: Connection reset by peer)
1174 [12:22:19] *** Joins: tty0_ (~NA@replaced-ip )
1175 [12:22:27] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
1176 [12:22:34] *** Joins: savantgarde (~savantgar@replaced-ip )
1177 [12:22:44] *** Quits: estragon_ (~estragon@replaced-ip ) (Remote host closed the connection)
1178 [12:22:51] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Quit: WeeChat 1.0.1)
1179 [12:23:14] *** Joins: estragon_ (~estragon@replaced-ip )
1180 [12:23:25] *** Joins: chomwitt (~chomwitt@replaced-ip )
1181 [12:23:41] *** Quits: estragon_ (~estragon@replaced-ip ) (Remote host closed the connection)
1182 [12:24:25] *** Joins: oish (~charlie@replaced-ip )
1183 [12:24:34] *** Joins: estragon_ (~estragon@replaced-ip )
1184 [12:24:47] *** Quits: el-aman (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
1185 [12:26:48] *** Joins: Jonwel (~Jonwel@replaced-ip )
1186 [12:27:00] *** Joins: itsiam (~unknown@replaced-ip )
1187 [12:27:27] *** Joins: streuner (~streuner@replaced-ip )
1188 [12:27:28] *** Quits: chomwitt4 (~chomwitt@replaced-ip ) (Ping timeout: 260 seconds)
1189 [12:27:31] <dgriffi> what package controls bash-completion?
1190 [12:27:44] *** Quits: streuner (~streuner@replaced-ip ) (Client Quit)
1191 [12:28:10] <freehck> hello people, do somebody know what
paramaters do preinst scripts get?
1192 [12:28:38] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: Leaving)
1193 [12:28:48] *** Quits: estragon_ (~estragon@replaced-ip ) (Ping timeout: 240 seconds)
1194 [12:28:48] <centrx> dgriffi: Looks like there is a
bash-completion package
1195 [12:29:00] <centrx> dgriffi: and bash itself does some level
of completion
1196 [12:29:30] <dgriffi> centrx: searching for it on
packages.debian.org got me nothing
1197 [12:29:51] <centrx> dgriffi:
replaced-url
1198 [12:29:56] <centrx> dgriffi: That's the easiest way to
do simple searches
1199 [12:30:09] <centrx> dgriffi: also you can run a search on
your own machine: apt-cache search bash completion
1200 [12:31:04] <freehck> forget, found myself
1201 [12:31:06] <freehck>
replaced-url
1202 [12:32:15] *** Joins: davimore_ (~davimore@replaced-ip )
1203 [12:32:41] *** Joins: estragon_ (~estragon@replaced-ip )
1204 [12:32:48] *** Quits: davimore (~davimore@replaced-ip ) (Ping timeout: 240 seconds)
1205 [12:33:06] *** Quits: dasher00 (~dasher00@replaced-ip ) (Ping timeout: 256 seconds)
1206 [12:33:07] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1207 [12:33:28] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 246 seconds)
1208 [12:33:41] *** Joins: el-aman (~Mutter@replaced-ip )
1209 [12:34:16] *** Joins: blueness (~blueness@replaced-ip )
1210 [12:34:27] *** Joins: Fuj1M4s (~Fuj1M4s@replaced-ip )
1211 [12:34:31] *** Joins: jirka (~Thunderbi@replaced-ip )
1212 [12:34:35] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 240 seconds)
1213 [12:34:47] *** Joins: theluckymike (~theluckym@replaced-ip )
1214 [12:34:52] *** Quits: TEXM (~TEXM@replaced-ip ) (Ping timeout: 246 seconds)
1215 [12:35:13] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1216 [12:36:34] *** Quits: kapitalist (~Kapitalis@replaced-ip ) ()
1217 [12:37:31] *** Joins: vle (~vle@replaced-ip )
1218 [12:37:54] *** Quits: r0073r (~r0073r@replaced-ip ) (Remote host closed the connection)
1219 [12:38:22] *** Joins: u0_a123 (~u0_a123@replaced-ip )
1220 [12:38:44] *** Joins: akash_ (uid150251@replaced-ip )
1221 [12:40:31] *** Joins: LOL-sex-LOL (~sex@replaced-ip )
1222 [12:40:36] <LOL-sex-LOL> LOL DRUGS
1223 [12:40:58] *** Joins: acresearch (~acresearc@replaced-ip )
1224 [12:40:59] <LOL-sex-LOL> im so fucking high on smoking
methcrackphetamine with extra heroin and shroom crank.
1225 [12:41:55] <acresearch> people, you know how in unity the
menue (file, edit ect...) is in the top main manu and not top of
each window, is there something similar to this in debian's
gnome or mate or cinnamon?
1226 [12:43:10] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
1227 [12:44:10] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Ping timeout: 264 seconds)
1228 [12:44:53] *** Joins: dasher00 (~dasher00@replaced-ip )
1229 [12:46:08] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 260 seconds)
1230 [12:47:07] <Nickel> LOL-sex-LOL: say no to drugs..., dont try
get me into that nonsense, please respect me...
1231 [12:48:52] *** Quits: srtu (~hypnotoad@replaced-ip ) (Remote host closed the connection)
1232 [12:49:22] *** Joins: Apathy_INC (~ApathyINC@replaced-ip )
1233 [12:50:30] *** Quits: Jonwel (~Jonwel@replaced-ip ) (Read error: Connection reset by peer)
1234 [12:50:37] *** Quits: allorder (~allorder@replaced-ip ) (Ping timeout: 246 seconds)
1235 [12:51:12] <acresearch> people, you know how in unity the
menue (file, edit ect...) is in the top main manu and not top of
each window, is there something similar to this in debian's
gnome or mate or cinnamon?
1236 [12:51:37] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1237 [12:53:06] *** Joins: LEader055 (5b8703f0@replaced-ip )
1238 [12:53:19] *** Joins: afuentes (~kusanagi@replaced-ip )
1239 [12:53:25] *** Quits: el-aman (~Mutter@replaced-ip ) (Ping timeout: 268 seconds)
1240 [12:54:56] *** Joins: chr1ss (~chrass@replaced-ip )
1241 [12:55:17] *** Joins: nikoma (~nikoma@replaced-ip )
1242 [12:58:29] *** Joins: JLye (~Jlye03@replaced-ip )
1243 [13:00:25] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 240 seconds)
1244 [13:00:28] *** Quits: bnw (~bnw@replaced-ip ) (Quit: Leaving)
1245 [13:00:40] <LOL-sex-LOL> ALL SHROOMS ARE NOW PURPLE!
1246 [13:00:49] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1247 [13:01:01] *** Joins: chomwitt1 (~chomwitt@replaced-ip )
1248 [13:01:17] <petn-randall> 1/10, weak attempt at trolling.
Would not recommend.
1249 [13:02:01] <LEader055> I am the shitter of the nation.
1250 [13:02:05] <LOL-sex-LOL> petn-randall: what is trolling?
1251 [13:02:19] <LEader055> I shit. You shit. We shit. It's
shit.
1252 [13:02:23] <LOL-sex-LOL> is it when a gay guy tries to shove
a squirrel up his ass?
1253 [13:02:37] <LEader055> Depends if the squirrel is m or f.
1254 [13:02:40] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 268 seconds)
1255 [13:03:00] <LOL-sex-LOL> squirrel is neither, its a trannie
1256 [13:03:00] <petn-randall> !ops Several nicks trolling in
here.
1257 [13:03:00] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH,
mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel,
zobel, themill, babilen, SynrG, jm_, somiaj, jelly: petn-randall
complains about: Several nicks trolling in here.
1258 [13:03:42] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 256 seconds)
1259 [13:05:01] *** Joins: allorder (~allorder@replaced-ip )
1260 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1261 [13:05:53] *** Joins: dpkg (~dpkg@replaced-ip )
1262 [13:06:06] *** Joins: moozer (~moz@replaced-ip )
1263 [13:10:13] *** Quits: s0lar1s (~sol@replaced-ip ) (Ping timeout: 246 seconds)
1264 [13:10:25] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
1265 [13:11:08] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 240 seconds)
1266 [13:12:43] *** Quits: circ-user-C9FHY (~circuser-@replaced-ip ) (Remote host closed the connection)
1267 [13:14:00] *** Quits: Apathy_INC (~ApathyINC@replaced-ip ) (Quit: Leaving)
1268 [13:14:06] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1269 [13:14:39] *** Joins: btf (~btf@replaced-ip )
1270 [13:14:45] *** Joins: _Nox (~Nox@replaced-ip )
1271 [13:15:29] *** Quits: centrx (~centrx@replaced-ip ) ()
1272 [13:15:36] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 260 seconds)
1273 [13:16:32] *** Quits: zorg1 (~zorg1@replaced-ip ) (Remote host closed the connection)
1274 [13:17:13] *** Joins: n1ck3 (~n1ck3@replaced-ip )
1275 [13:17:28] *** Quits: dasj_ (~daniel@replaced-ip ) (Ping timeout: 260 seconds)
1276 [13:18:03] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Read error: Connection reset by peer)
1277 [13:18:46] *** Quits: LEader055 (5b8703f0@replaced-ip ) (Quit: Page closed)
1278 [13:18:49] *** Quits: acresearch (~acresearc@replaced-ip ) (Quit: WeeChat 1.4)
1279 [13:18:53] *** Joins: slunatecqo (~slune@replaced-ip )
1280 [13:19:08] *** Joins: Wizek_ (~Wizek@replaced-ip )
1281 [13:21:01] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1282 [13:21:50] *** Joins: dreamon__ (~dreamon@replaced-ip )
1283 [13:22:02] *** Parts: Simeon (~secure@replaced-ip )
1284 [13:22:05] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
1285 [13:22:11] *** Joins: huwjr (~huwjr@replaced-ip )
1286 [13:22:25] *** Quits: xdqioh (~phil.wern@151.26.58.254) (Ping
timeout: 240 seconds)
1287 [13:23:20] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1288 [13:23:21] *** Joins: xiaodong (~xiaodong@replaced-ip )
1289 [13:24:56] *** Joins: uyptva (~phil.wern@151.26.4.161)
1290 [13:25:11] *** Joins: blueness (~blueness@replaced-ip )
1291 [13:25:38] *** Joins: techping (~techping@replaced-ip )
1292 [13:25:48] *** Quits: Ryushin (chris@replaced-ip ) (Ping timeout: 256 seconds)
1293 [13:28:07] *** Quits: cynicallemon (~cynicalle@replaced-ip ) (Quit: Leaving)
1294 [13:28:20] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1295 [13:28:50] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
1296 [13:28:50] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Changing host)
1297 [13:28:50] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
1298 [13:29:08] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Quit: Leaving)
1299 [13:29:15] *** Joins: afidegnum (~afidegnum@replaced-ip )
1300 [13:29:56] *** Joins: billythefish (~btf@replaced-ip )
1301 [13:30:04] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 260 seconds)
1302 [13:30:16] *** Joins: Tengo (~Tengo@replaced-ip )
1303 [13:30:32] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1304 [13:31:49] *** Quits: pinqvin_ (~sailfish@replaced-ip ) (Quit: IRC for Sailfish 0.9)
1305 [13:32:04] *** Joins: stoopidmunkey (~stoopidmu@replaced-ip )
1306 [13:32:07] *** Joins: in1t3r (~LordShiva@replaced-ip )
1307 [13:32:09] *** Joins: amcorreia (~amcorreia@replaced-ip )
1308 [13:32:24] <tdn> Duplicity is using 100 % CPU and I have
--no-encryption. What can be the bottleneck here and how to speed it
up? It is the actual duplicity python script that is using 100 %
CPU. Throughput is only about 30 mb/s on average while the storage
can easily do 1-200 mb/s
1309 [13:32:28] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 240 seconds)
1310 [13:32:30] *** Quits: morphis (~morphis@replaced-ip ) (Remote host closed the connection)
1311 [13:32:31] *** in1t3r is now known as Guest99771
1312 [13:32:52] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 260 seconds)
1313 [13:32:55] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 240 seconds)
1314 [13:33:02] <slunatecqo> Hi - please send me to another IRC
channel if this question does should not be here. I am trying to set
up a NFS server. I set up a server, and when I do showmount -e
172.17.0.5 (where the ip is a ip of container), i get
/exports/share1 (which is my export). But when I do mount -vvv -t
nfs -o proto=tcp,port=2049 172.17.0.5:/exports/share1 /mnt/ on my
test server, it just thinks and thinks forever... Any ideas?
1315 [13:33:09] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
1316 [13:33:18] *** Joins: Ryushin (chris@replaced-ip )
1317 [13:33:30] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 268 seconds)
1318 [13:33:48] *** Joins: olegfusion (~olegfusio@replaced-ip )
1319 [13:34:21] *** Quits: billythefish (~btf@replaced-ip ) (Remote host closed the connection)
1320 [13:34:36] *** Joins: morphis (~morphis@replaced-ip )
1321 [13:34:57] *** Joins: btf (~btf@replaced-ip )
1322 [13:35:50] *** Quits: morphis (~morphis@replaced-ip ) (Remote host closed the connection)
1323 [13:36:21] *** Joins: Vizva (~max@replaced-ip )
1324 [13:37:04] *** Joins: conta (~Thunderbi@replaced-ip )
1325 [13:37:08] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 256 seconds)
1326 [13:39:16] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 246 seconds)
1327 [13:39:32] *** Joins: n1ce (~n1ce@replaced-ip )
1328 [13:39:48] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 240 seconds)
1329 [13:40:21] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Read error: Connection reset by peer)
1330 [13:40:26] <dgriffi> would submitting a diff to coreutils to
debian bug reports suffice for getting a diff applied to the
coreutils git repo at git://git.sv.gnu.org/coreutils.git
1331 [13:40:29] <dgriffi> ?
1332 [13:41:25] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1333 [13:41:33] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 260 seconds)
1334 [13:41:59] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
1335 [13:42:55] *** Joins: SugoiBeans (uid188175@replaced-ip )
1336 [13:43:18] *** Joins: t0mmy (~tprrt@replaced-ip )
1337 [13:43:22] *** Joins: punctuatin (~PortableP@replaced-ip )
1338 [13:43:36] *** Quits: treegor (~gary@replaced-ip ) (Ping timeout: 260 seconds)
1339 [13:45:18] *** Joins: morphis (~morphis@replaced-ip )
1340 [13:46:50] *** davimore_ is now known as davimore
1341 [13:47:12] *** Quits: Ridout (~coffee@replaced-ip ) (Quit: Lost terminal)
1342 [13:47:33] *** Quits: luciusFox (~luciusFox@replaced-ip ) (Quit: Leaving)
1343 [13:49:43] *** Quits: chr1ss (~chrass@replaced-ip ) (Ping timeout: 260 seconds)
1344 [13:50:08] *** Joins: Guest70259 (~textual@replaced-ip )
1345 [13:50:48] <Guest70259> hello. I just completed a clean
install of Debian 8.0. I selected encrypted LVM, but now during boot
there seems to be an initramfs that does not include driver for me
keyboard. As a result I cannot enter the password to decrypt the
filesystem
1346 [13:51:07] *** Guest70259 is now known as Jubei
1347 [13:51:27] *** Joins: dethos (~dethos@replaced-ip )
1348 [13:51:28] <Jubei> so the question is, how can I include some
keyboard module in that iniramfs
1349 [13:51:43] <Jubei> so that my usb keyboard is recognized and
I can decrypt the hard disk
1350 [13:51:48] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1351 [13:51:48] <Jubei> and boot
1352 [13:52:17] *** Quits: nhhc (~nhhc@replaced-ip ) (Quit: Leaving)
1353 [13:52:55] *** Joins: dadinn (~DADINN@replaced-ip )
1354 [13:53:39] <petn-randall> Guest98038: There are two ways
around this: 1) enable "legacy USB keyboard" or something
similar in your BIOS 2) Add the relevant USB modules to /etc/modules
and run 'update-initramfs -k all -u'.
1355 [13:54:12] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
1356 [13:54:17] <Jubei> petn-randall : thank you for the help! The
problem is that I did a net-install and now I don't have any
media to boot and edit files.
1357 [13:54:53] <petn-randall> Jubei: The netinst should have a
recovery mode installed.
1358 [13:55:09] <Jubei> petn-randall : ah yes I think it does.
I'll investigate. Thank you!
1359 [13:55:10] *** Joins: afidegnum (~afidegnum@replaced-ip )
1360 [13:55:10] <petn-randall> ehm, not installed, but as a menu
option when you boot from it.
1361 [13:55:16] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 260 seconds)
1362 [13:55:16] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Read error: Connection reset by peer)
1363 [13:55:37] <petn-randall> Jubei: Option 1 might be easier to
fix your system with option 2)
1364 [13:55:52] *** Parts: slunatecqo (~slune@replaced-ip )
1365 [13:56:04] *** Joins: kiao2938 (~mj@replaced-ip )
1366 [13:56:21] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
1367 [13:56:22] *** Joins: treegor (~gary@replaced-ip )
1368 [13:57:18] *** Quits: feri (~feri@replaced-ip ) (Quit: Leaving)
1369 [13:57:23] *** Joins: toli (~toli@replaced-ip )
1370 [13:57:27] *** Joins: afidegnum (~afidegnum@replaced-ip )
1371 [13:57:38] *** Quits: lishoujun (~Thunderbi@replaced-ip ) (Quit: lishoujun)
1372 [13:57:38] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Read error: Connection reset by peer)
1373 [13:57:55] *** Joins: adoua (~adoua@replaced-ip )
1374 [13:58:04] *** gftg_away is now known as gftg
1375 [13:58:35] <Jubei> petn-randall: doesn't seem to be such
an option on my BIOS :(
1376 [13:58:49] <LOL-sex-LOL> pussy
1377 [13:59:24] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
1378 [14:00:07] <petn-randall> Jubei: It might be called
"legacy input" or "usb compat" or something
similar.
1379 [14:00:13] <LOL-sex-LOL> LOL pussy cunt niggers
1380 [14:00:31] <LOL-sex-LOL> .
1381 [14:00:31] <LOL-sex-LOL> .
1382 [14:00:32] <LOL-sex-LOL> .
1383 [14:00:44] *** Quits: LOL-sex-LOL (~sex@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1384 [14:01:15] *** Quits: kyan (~kyan@replaced-ip ) (Remote host closed the connection)
1385 [14:01:23] *** Joins: uniqdom (~uniqdom@replaced-ip )
1386 [14:03:08] *** dreamon__ is now known as dreamon
1387 [14:03:09] *** Joins: CHCl3 (~CHCl3@replaced-ip )
1388 [14:04:03] *** Joins: _stoopidmunkey_ (~stoopidmu@replaced-ip )
1389 [14:04:43] <uniqdom> Hello. I have created a systemd service
to run my script. in the service file I have this:
ExecStart=/usr/bin/systemd-cat /usr/bin/python
/root/2tides-relay.py. I'm using systemd-cat to log to the
journal, but I can't see any of the messages printed to stdout
by my script in the journal. But when my script misbehaves and abort
because an exception occurs, then all of the messages are printed in
the journal.
1390 [14:05:23] <uniqdom> is there a way to print the messages to
the journal at the time they occur?
1391 [14:05:35] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Client Quit)
1392 [14:06:27] <petn-randall> uniqdom: I don't think you
need systemd-cat, everything going to STDERR/STDOUT automatically go
to the journal.
1393 [14:06:30] *** Joins: timahvo1 (~rogue@replaced-ip )
1394 [14:06:52] *** Quits: notebox (~textual@replaced-ip ) (Quit: My Mac Pro has gone to sleep. ZZZzzz…)
1395 [14:07:05] <uniqdom> I will try removing systemd-cat from the
service exec line
1396 [14:07:24] *** Quits: stoopidmunkey (~stoopidmu@replaced-ip ) (Ping timeout: 260 seconds)
1397 [14:07:30] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1398 [14:08:24] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
1399 [14:09:21] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
1400 [14:09:23] <uniqdom> petn-randall: looks like it doesn't
work
1401 [14:09:23] *** Joins: mr (~mr@replaced-ip )
1402 [14:09:32] <mr> hi
1403 [14:09:50] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
1404 [14:10:11] <mr> gays
1405 [14:10:32] *** Quits: mr (~mr@replaced-ip ) (Client Quit)
1406 [14:11:04] *** Joins: BluesKaj (~Blues@replaced-ip )
1407 [14:11:15] *** Joins: afidegnum (~afidegnum@replaced-ip )
1408 [14:11:18] <BluesKaj> Howdy folks
1409 [14:11:53] <petn-randall> uniqdom: Are you looking it up with
'journalctl -u <service>'?
1410 [14:11:54] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Read error: Connection reset by peer)
1411 [14:12:08] <uniqdom> journalctl -f -u
1412 [14:12:31] *** Quits: reev (~reev@replaced-ip ) (Ping timeout: 246 seconds)
1413 [14:12:31] *** Quits: velly (~reev@replaced-ip ) (Ping timeout: 246 seconds)
1414 [14:13:00] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 260 seconds)
1415 [14:13:08] <uniqdom> petn-randall wait a second... it is
working, but it takes time to flush the data to the journal.
1416 [14:13:15] *** Joins: electro33 (uid613@replaced-ip )
1417 [14:13:27] <uniqdom> is there any way to flush it earlier?
1418 [14:14:08] <uniqdom> sorry... I don't know if flush is
the right word.
1419 [14:14:16] <petn-randall> uniqdom: By default STDOUT is
buffered, and STDERR is not. Your app might need to flush STDOUT
manually.
1420 [14:15:40] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1421 [14:16:24] *** Joins: lithie (uid45836@replaced-ip )
1422 [14:18:00] *** debhelper sets mode: +l 1718
1423 [14:18:08] <uniqdom> petn-randall: thanks a lot. It's
working now :)
1424 [14:19:35] *** Joins: aivkiv (~aivkiv@replaced-ip )
1425 [14:19:38] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1426 [14:19:54] <petn-randall> uniqdom: You're welcome!
1427 [14:22:37] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1428 [14:23:03] *** Quits: jackNemrod_ (~Thunderbi@replaced-ip ) (Client Quit)
1429 [14:23:05] *** Joins: macartur (~macartur@replaced-ip )
1430 [14:23:21] *** Quits: BalTun (~BalTun@replaced-ip ) (Quit: Leaving)
1431 [14:23:22] *** Joins: Doros (~Doros@replaced-ip )
1432 [14:23:30] <dgriffi> petn-randall: does your nick
intentionally have anything to do with explosives?
1433 [14:23:43] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1434 [14:24:07] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1435 [14:24:30] *** Joins: srtu (~hypnotoad@replaced-ip )
1436 [14:24:36] *** Joins: Nd-48-m (~nend@replaced-ip )
1437 [14:24:58] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
1438 [14:25:08] *** Joins: mda1 (~dedicate@replaced-ip )
1439 [14:25:10] <petn-randall> dgriffi: Maybe. Maybe not. I might
want to fly to the US some time in the future.
1440 [14:26:35] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
1441 [14:27:32] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
1442 [14:27:40] *** Joins: Marumarsu (~quassel@replaced-ip )
1443 [14:28:13] *** Quits: frapox (~frapox@replaced-ip ) (Ping timeout: 260 seconds)
1444 [14:28:35] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1445 [14:28:39] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1446 [14:28:39] *** Quits: _stoopidmunkey_ (~stoopidmu@replaced-ip ) (Remote host closed the connection)
1447 [14:29:00] *** Joins: stoopidmunkey (~stoopidmu@replaced-ip )
1448 [14:30:33] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Quit: WeeChat 1.0.1)
1449 [14:30:44] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 260 seconds)
1450 [14:30:56] *** Quits: uniqdom (~uniqdom@replaced-ip ) (Quit: Saliendo)
1451 [14:30:59] *** jackNemrod_ is now known as jackNemrod
1452 [14:31:02] *** Joins: Megaf (~Megaf@replaced-ip )
1453 [14:31:25] *** Quits: _Nox (~Nox@replaced-ip ) (Ping timeout: 240 seconds)
1454 [14:31:45] *** Joins: TEXM (~TEXM@replaced-ip )
1455 [14:31:52] *** Joins: vettel (~vettel@replaced-ip )
1456 [14:32:38] *** Joins: afidegnum (~afidegnum@replaced-ip )
1457 [14:34:06] *** Joins: adoua (~adoua@replaced-ip )
1458 [14:34:31] *** Quits: techping (~techping@replaced-ip ) (Remote host closed the connection)
1459 [14:35:55] <mmayorga_> I want to create a debian package with
windows binaries, crazy? it might be, but I need to have development
libraries to build sw for windows in linux. I want to do something
like: apt source libssl-dev, then dpkg-buildpackage (but I need it
to use x86_64-w64-mingw32 toolset , any clue of how this is done?
1460 [14:36:14] *** Joins: n1ck3 (~n1ck3@replaced-ip )
1461 [14:37:45] *** Joins: Uneliasmarsu (~quassel@replaced-ip )
1462 [14:37:49] *** Quits: Marumarsu (~quassel@replaced-ip ) (Remote host closed the connection)
1463 [14:37:52] *** Quits: Uneliasmarsu (~quassel@replaced-ip ) (Remote host closed the connection)
1464 [14:38:01] <dgriffi> mmayorga_: what advantage would this
provide?
1465 [14:38:15] *** Joins: Marumarsu (~quassel@replaced-ip )
1466 [14:38:54] <mmayorga_> it will install openssl.dll in the
system
1467 [14:39:00] <mmayorga_> would
1468 [14:41:44] *** Quits: Nickel (~User@replaced-ip ) (Quit: Lost terminal)
1469 [14:42:04] *** Quits: jirka (~Thunderbi@replaced-ip ) (Quit: jirka)
1470 [14:42:34] *** Quits: {41444d494e} (~kvirc@replaced-ip ) (Ping timeout: 268 seconds)
1471 [14:42:51] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1472 [14:42:52] *** Joins: kharloss (~kharloss@replaced-ip )
1473 [14:43:24] *** Joins: tsglove (~tsglove@replaced-ip )
1474 [14:44:06] *** Joins: Coolpig (1b206c93@replaced-ip )
1475 [14:44:18] *** Joins: {41444d494e} (~kvirc@replaced-ip )
1476 [14:44:32] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
1477 [14:44:56] *** Joins: digidog (~digidog@replaced-ip )
1478 [14:44:57] *** Quits: calvinh (~calvin@replaced-ip ) (Ping timeout: 240 seconds)
1479 [14:45:07] <Coolpig> Debian 7 or debian 8 better?
1480 [14:46:08] <mmayorga_> I am using debian 9 and 8.7
1481 [14:46:34] <dgriffi> debian 9 has some nits bothering me...
primarily having to do with MATE
1482 [14:47:02] <BluesKaj> Coolpig, depends on your machine and
hardware
1483 [14:47:23] <dgriffi> mmayorga_: there shouldn't be
anything particularly odious with what you're trying to do with
putting windows binaries in a deb.
1484 [14:47:32] *** Quits: Guest99771 (~LordShiva@replaced-ip ) (Ping timeout: 260 seconds)
1485 [14:47:44] <Coolpig> I am running a test on 128 mb ram with
debian 7
1486 [14:47:51] <dgriffi> mmayorga_: the deb would just put the
files where you want and the software inside would have to deal with
it
1487 [14:48:03] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 260 seconds)
1488 [14:48:05] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 240 seconds)
1489 [14:48:10] <Coolpig> Woukd like to know if debian 8 can run
on 128 mb ram
1490 [14:48:25] <dgriffi> Coolpig: barely
1491 [14:48:32] <BluesKaj> Coolpig, doubt it
1492 [14:48:35] *** Joins: Haudegen (~quassel@replaced-ip )
1493 [14:48:44] <dgriffi> Coolpig: 9 will not even install
1494 [14:48:44] <Coolpig> Woukd systemd eat more ram
1495 [14:48:54] <dgriffi> Coolpig: most certainly it will
1496 [14:49:12] <mmayorga_> dgriffi: my question is mostly if dpkg
has some standard way to do it (e.g. an env var) without having to
bother of editing the deb directory
1497 [14:49:32] *** Joins: kikitehkitty (~kiki@replaced-ip )
1498 [14:50:15] <dgriffi> mmayorga_: let me get this straight...
you're using a Linux program to load a Windows library to do
something special?
1499 [14:50:48] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Ping timeout: 240 seconds)
1500 [14:50:55] <mmayorga_> I am using a linux system to build a
program for windows that depends on libssl
1501 [14:51:05] <Coolpig> Hmm thanks will stick with debian 7 wish
things dont change so we could run on low powered systems
1502 [14:51:53] <dgriffi> Coolpig: you might find netbsd a better
fit for that machine... or some other linux distro designed for
low-spec machinery
1503 [14:52:15] <Coolpig> Probably with upgrade to 8 at some stage
and remove systemd
1504 [14:52:32] *** Joins: frapox (~frapox@replaced-ip )
1505 [14:53:10] <dgriffi> mmayorga_: I don't see any problem
1506 [14:53:11] <Coolpig> Thanks but I am using a vps with openvz
and so only linux is supported
1507 [14:53:27] <dgriffi> Coolpig: so some other linux distro
would be in order
1508 [14:54:47] *** Parts: lukaso666 (~lukaso666@replaced-ip )
1509 [14:54:48] <Coolpig> Kind of like debian since I heard it
does not use much memory but maybe I need to look at other distros
thanks
1510 [14:55:13] <dgriffi> Coolpig: I seem to recall a Debian-ish
fork that would be suited for your application
1511 [14:55:26] *** Quits: arturo (~arturo@replaced-ip ) (Remote host closed the connection)
1512 [14:55:40] <crash_> dgriffi: what kind of problems do you
have under debian 9 and mate? mate and debian 9 seems perfect here
for me running it since february.
1513 [14:55:54] <Coolpig> Could you please let me know the name
1514 [14:55:56] <dgriffi> crash_: minor though aesthetically
jarring
1515 [14:56:00] <kikitehkitty> Coolpig: #bunsellabs ?
1516 [14:56:09] <crash_> dgriffi: ok
1517 [14:56:17] <Coolpig> Just want to run a small web and mail
server for now
1518 [14:56:18] <kikitehkitty> Ill try that again #bunsenlabs
1519 [14:56:28] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 256 seconds)
1520 [14:57:00] <Coolpig> Ok thankseveryone will check bunsenlabs
1521 [14:57:15] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1522 [14:57:39] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
1523 [14:57:59] <dgriffi> crash_: for instance... it's no
longer possible to tweak the window dressing colors in Appearance
Preferences.
1524 [14:58:08] *** Joins: Bennux (~Bennux@replaced-ip )
1525 [14:58:10] *** Joins: savantgarde (~savantgar@replaced-ip )
1526 [14:58:19] <dgriffi> crash_: this is due to a fundamental
change in GTK3 versus GTK2 over how theming is accomplished.
1527 [14:58:32] *** Joins: Ard1t2 (~ard1t@replaced-ip )
1528 [14:58:39] *** Ard1t is now known as Guest59107
1529 [14:58:49] <dgriffi> crash_: it was justified to me as GTK2
was injecting random data into programs... which shouldn't be
done from a security perspective
1530 [14:59:08] <dgriffi> crash_: it's done in a CSS way
now.... and it isn't clear how that can be altered on the fly
yet...
1531 [14:59:10] *** Quits: Coolpig (1b206c93@replaced-ip##) (Quit: ##replaced-url
1532 [14:59:18] <dgriffi> crash_: though I did it in a very sloppy
way using sed.
1533 [14:59:55] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1534 [15:00:00] *** Joins: pav (~pav@replaced-ip )
1535 [15:00:03] *** Joins: Coolpig (1b206c93@replaced-ip )
1536 [15:00:09] <dgriffi> crash_: the other major nit is that the
workplace switcher has a line of pixels at its very top that is
nonresponsive.
1537 [15:00:12] *** Quits: plasticle (~plasticle@replaced-ip ) (Quit: WeeChat 1.6)
1538 [15:00:21] *** Quits: macartur (~macartur@replaced-ip ) (Quit: Leaving)
1539 [15:00:36] *** Joins: plasticle (~plasticle@replaced-ip )
1540 [15:00:39] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
1541 [15:00:48] *** Quits: Guest59107 (~ard1t@replaced-ip ) (Ping timeout: 240 seconds)
1542 [15:00:55] <dgriffi> crash_: this irritates me because
I've always accessed workspaces by jamming the mouse up against
the top of the screen. When I do this, the workspace I select
flickers between active and not active.
1543 [15:01:21] *** Quits: Coolpig (1b206c93@replaced-ip ) (Client Quit)
1544 [15:01:24] <crash_> dgriffi: i did not know this at all
actually, thanks for the explanation. and i can see why you are a
bit irritated with it as well
1545 [15:01:27] *** Quits: Uninstall (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1546 [15:01:29] <dgriffi> crash_: so I'm trying to figure out
how I can install MATE 1.18 instead of 1.16 (which is installed by
Stretch)
1547 [15:02:00] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1548 [15:02:10] <crash_> it's a bummer 1.18 is out and
stretch is stuck with 1.16
1549 [15:02:43] <dgriffi> crash_:
replaced-url
1550 [15:02:48] *** Joins: jemadux (~jemadux@replaced-ip )
1551 [15:02:56] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
1552 [15:03:17] *** Joins: mhall119 (~mhall@replaced-ip )
1553 [15:03:37] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 246 seconds)
1554 [15:04:17] <dgriffi> crash_: and
replaced-url
1555 [15:04:49] <dgriffi> crash_: on a positive note, it seems
easy to banish Systemd on Stretch
1556 [15:05:19] <BluesKaj> dgriffi, how so?
1557 [15:05:33] <dgriffi> BluesKaj: banishing systemd?
1558 [15:05:37] <BluesKaj> yes
1559 [15:05:52] *** Joins: rrehbein (~rrehbein@replaced-ip )
1560 [15:05:57] <mmayorga_> dgriffi: the problem is how to tell
dpkg-buildpackage to use the mingw toolchain
1561 [15:05:57] *** Quits: bwf (~bwf@replaced-ip ) (Quit: f4rmed?)
1562 [15:06:12] <dgriffi> BluesKaj:
replaced-url
1563 [15:06:15] *** Joins: bwf (~bwf@replaced-ip )
1564 [15:06:27] *** Joins: Infra_3600 (~rdanilov@replaced-ip )
1565 [15:06:31] *** Joins: xormor (~xormor@replaced-ip )
1566 [15:06:39] <dgriffi> mmayorga_: Sorry, but I don't know
anything more on that subject
1567 [15:06:45] *** Joins: afidegnum (~afidegnum@replaced-ip )
1568 [15:06:48] <crash_> that was very simple steps to remove
systemd
1569 [15:07:27] <dgriffi> I did it on a system that I'm
grooming to be put into production
1570 [15:07:34] <dgriffi> so far so good
1571 [15:07:48] *** Joins: in1t3r (~LordShiva@replaced-ip )
1572 [15:07:52] <BluesKaj> dgriffi, thanks, going to test that
1573 [15:07:57] *** Joins: RA3OR (~demon@replaced-ip )
1574 [15:08:00] *** debhelper sets mode: +l 1726
1575 [15:08:11] *** in1t3r is now known as Guest69599
1576 [15:08:20] <crash_> yeah i will test that as well
1577 [15:08:28] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 260 seconds)
1578 [15:08:49] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1579 [15:09:16] <dgriffi> mind you I did this on a fresh machine
1580 [15:09:30] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1581 [15:09:30] *** jackNemrod_ is now known as jackNemrod
1582 [15:09:32] <dgriffi> I wouldn't try this on a machine
that has already had stuff done to it.
1583 [15:09:41] *** Joins: Older_Dog (~don@replaced-ip )
1584 [15:09:50] *** Joins: tieinv (~tieinv@replaced-ip )
1585 [15:09:53] *** Joins: ToBeFree (uid51591@replaced-ip )
1586 [15:10:16] <dgriffi> the debian installer needs an option to
choose the kind of init at install time
1587 [15:10:43] *** Joins: toro (~tony@replaced-ip )
1588 [15:10:48] <crash_> yeah i will test it on a fresh machine
not this that is running :)
1589 [15:11:52] <dgriffi> I've been experimenting with
preseed.cfg settings to automatically configure the system for
sysvinit
1590 [15:12:07] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
1591 [15:12:41] <crash_> nice
1592 [15:12:51] <dgriffi> something like "d-i
preseed/late-command string in-target apt-get install -y
sysvinit-core"
1593 [15:12:53] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1594 [15:13:27] <dgriffi> and then some more commands to lock APT
in place re not installing systemd crap
1595 [15:14:14] <dgriffi>
replaced-url
1596 [15:14:19] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
1597 [15:14:39] *** Joins: n1ck3 (~n1ck3@replaced-ip )
1598 [15:14:43] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
1599 [15:14:58] *** Joins: x032cx (~lxuser@replaced-ip )
1600 [15:15:04] *** Quits: Marumarsu (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1601 [15:15:27] *** Joins: Drzacek (~Drzacek@replaced-ip )
1602 [15:15:34] <Drzacek> Hello
1603 [15:15:48] <Drzacek> I have problem booting to my system :D
1604 [15:16:14] <dgriffi> please elaborate
1605 [15:16:34] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 264 seconds)
1606 [15:16:36] <Drzacek> Looks like something has borked network
interface because it is stuck on step "configuring network
interfaces...ifup:waiting for lock on
/run/network/ifstate.eth0"
1607 [15:16:38] *** Joins: poleprogger (~mj@replaced-ip )
1608 [15:16:48] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Read error: Connection reset by peer)
1609 [15:16:51] *** Joins: olegfusion (~olegfusio@replaced-ip )
1610 [15:17:05] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1611 [15:17:26] *** Joins: turlutton (~turlutton@replaced-ip )
1612 [15:17:28] <Drzacek> but thats during sysvinit boot, I can
check sysmted boot in grub, then it only waits 5 minutes 9 seconds
and finaly boots - but no network then
1613 [15:17:40] <dgriffi> Drzacek: did you try to install another
network managing application? I sometimes like wicd instead of
network-manager
1614 [15:17:46] *** Quits: js9600 (~jsdk@replaced-ip ) (Ping timeout: 264 seconds)
1615 [15:17:52] <Drzacek> no
1616 [15:17:58] <dgriffi> if I have both installed, they'll
fight and give me the results you're describing
1617 [15:17:58] *** Joins: Kruppt (~Kruppt@replaced-ip )
1618 [15:18:27] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 240 seconds)
1619 [15:18:28] <Drzacek> not sure what went wrong
1620 [15:18:35] <dgriffi> Drzacek: hmm... sorry. I don't
know.
1621 [15:18:55] <Drzacek> my suspicion is that it didn't
closed cleanly and some files are broken
1622 [15:19:03] *** Joins: RebelCoder (~Yuriy@replaced-ip )
1623 [15:21:12] <turlutton> Hi there. Goal: playing music on my
portable bluetooth speaker (JBL charge 3) from Debian. It seems my
laptop and the speaker are paired, (but the type of the type is not
defined). Should I be able to set the sound play with the speaker
with alsa or something else ? Should I do anything special to make
the laptop know the pairing is with a speaker? Any directions or
ressources much appreciated.
1624 [15:21:56] <turlutton> s/type/peripherical device/
1625 [15:22:04] *** Quits: olek_poz (~bobik314@replaced-ip ) (Ping timeout: 260 seconds)
1626 [15:22:19] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1627 [15:23:06] *** Joins: Coolpig (1b206c93@replaced-ip )
1628 [15:23:11] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1629 [15:23:26] *** Quits: kharloss (~kharloss@replaced-ip ) (Read error: Connection reset by peer)
1630 [15:24:16] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1631 [15:24:16] *** jackNemrod_ is now known as jackNemrod
1632 [15:24:17] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1633 [15:24:38] *** Joins: kus (~minot@replaced-ip )
1634 [15:25:05] *** Quits: mickael (~smuxi@replaced-ip ) (Ping timeout: 240 seconds)
1635 [15:26:29] *** Joins: jasonwc (~jasonwc@replaced-ip )
1636 [15:26:36] *** Quits: Coolpig (1b206c93@replaced-ip ) (Client Quit)
1637 [15:27:17] *** Joins: daniel-s (~daniel-s@replaced-ip )
1638 [15:27:44] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1639 [15:27:49] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1640 [15:28:42] *** Joins: Adbray (~Adbray@replaced-ip )
1641 [15:29:28] *** Joins: zun (uid130397@replaced-ip )
1642 [15:30:03] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Ping timeout: 268 seconds)
1643 [15:30:07] *** Quits: srtu (~hypnotoad@replaced-ip ) (Remote host closed the connection)
1644 [15:30:16] *** Joins: theluckymike (~theluckym@replaced-ip )
1645 [15:30:28] *** Quits: Megaf (~Megaf@replaced-ip ) (Ping timeout: 260 seconds)
1646 [15:30:28] *** Quits: MystaMax (~MystaMax@replaced-ip ) (Ping timeout: 260 seconds)
1647 [15:30:58] *** Joins: pav4211 (~pav@replaced-ip )
1648 [15:31:00] *** Quits: tieinv (~tieinv@replaced-ip ) (Quit: Leaving)
1649 [15:31:03] *** Quits: pav4211 (~pav@replaced-ip ) (Remote host closed the connection)
1650 [15:31:24] *** Quits: vettel (~vettel@replaced-ip ) (Ping timeout: 260 seconds)
1651 [15:32:31] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 268 seconds)
1652 [15:32:43] *** Joins: tobinski (~tobinski@replaced-ip )
1653 [15:33:17] *** Joins: notebox (~textual@replaced-ip )
1654 [15:33:22] *** Joins: callidvs (~Icedove@replaced-ip )
1655 [15:34:12] *** Quits: pav (~pav@replaced-ip ) (Ping timeout: 260 seconds)
1656 [15:34:46] <turlutton> Found the right ressource
replaced-url
1657 [15:35:55] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 240 seconds)
1658 [15:36:04] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 260 seconds)
1659 [15:36:13] *** Joins: olegfusion (~olegfusio@replaced-ip )
1660 [15:37:17] *** Quits: callidvs (~Icedove@replaced-ip ) (Client Quit)
1661 [15:37:34] *** Quits: mda1 (~dedicate@replaced-ip ) (Ping timeout: 264 seconds)
1662 [15:37:45] *** Joins: Hestben (~robert@replaced-ip )
1663 [15:37:57] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 240 seconds)
1664 [15:38:22] *** Joins: mda1 (~dedicate@replaced-ip )
1665 [15:38:49] *** Joins: OffbeatAdam (~OffbeatAd@replaced-ip )
1666 [15:38:57] *** Joins: _foldLeft (~foldleft@replaced-ip )
1667 [15:39:50] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1668 [15:40:55] *** Quits: Bennux (~Bennux@replaced-ip ) (Quit: Saliendo)
1669 [15:41:46] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 246 seconds)
1670 [15:43:33] *** Joins: elbart0 (~elbarto@replaced-ip )
1671 [15:43:54] *** Joins: KindTwo (kindone@replaced-ip )
1672 [15:44:00] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1673 [15:44:05] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1674 [15:46:29] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 240 seconds)
1675 [15:47:09] *** Parts: lukaso666 (~lukaso666@replaced-ip )
1676 [15:47:16] *** Joins: llucenic (~Thunderbi@replaced-ip )
1677 [15:48:06] *** KindTwo is now known as KindOne
1678 [15:48:56] *** Quits: aatwood_ (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1679 [15:49:28] *** Quits: Jubei (~textual@replaced-ip ) (Ping timeout: 240 seconds)
1680 [15:50:12] *** Joins: aatwood (~quassel@replaced-ip )
1681 [15:50:13] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
1682 [15:50:40] *** Joins: tonymke (~tony@replaced-ip )
1683 [15:51:23] *** Joins: billythefish (~btf@replaced-ip )
1684 [15:51:35] *** Quits: Guest69599 (~LordShiva@replaced-ip ) (Remote host closed the connection)
1685 [15:52:52] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 260 seconds)
1686 [15:53:15] *** Joins: moozer (~moz@replaced-ip )
1687 [15:53:58] *** Joins: ben_roose (~roose@replaced-ip )
1688 [15:54:25] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1689 [15:54:33] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 260 seconds)
1690 [15:54:40] *** Joins: Hestben (~robert@replaced-ip )
1691 [15:54:57] *** Joins: krytarik (~krytarik@replaced-ip )
1692 [15:55:03] *** Quits: uyptva (~phil.wern@151.26.4.161) (Remote host
closed the connection)
1693 [15:57:32] *** Joins: shiva__ (~LordShiva@replaced-ip )
1694 [15:58:22] *** Quits: Almtesh (~Almtesh@replaced-ip##) (Quit: ZNC - ##replaced-url
1695 [15:58:40] *** Joins: Uninstall (~quassel@replaced-ip )
1696 [15:58:55] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
1697 [15:59:08] *** Quits: alecov (~control@replaced-ip ) (Disconnected by services)
1698 [15:59:13] *** Joins: alecov (~control@replaced-ip )
1699 [15:59:28] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
1700 [15:59:40] *** Joins: autofsckk (~autofsckk@replaced-ip )
1701 [15:59:52] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 260 seconds)
1702 [16:00:55] *** Joins: Tom01 (~tom@replaced-ip )
1703 [16:01:01] *** Quits: Uninstall (~quassel@replaced-ip ) (Remote host closed the connection)
1704 [16:01:27] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
1705 [16:01:57] *** Quits: TunaLobster (~chatzilla@replaced-ip ) (Ping timeout: 240 seconds)
1706 [16:02:21] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
1707 [16:02:49] *** Joins: Almtesh (~Almtesh@replaced-ip )
1708 [16:03:31] *** Quits: Old_Dog (~oldog@replaced-ip ) (Quit: Leaving)
1709 [16:03:58] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 268 seconds)
1710 [16:05:14] *** Joins: astrofog (~astrofog@replaced-ip )
1711 [16:05:56] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 260 seconds)
1712 [16:06:24] *** Quits: Older_Dog (~don@replaced-ip ) (Ping timeout: 260 seconds)
1713 [16:07:29] *** Joins: Hestben (~robert@replaced-ip )
1714 [16:07:47] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1715 [16:10:25] *** Joins: Uninstall (~quassel@replaced-ip )
1716 [16:10:28] *** Quits: Uninstall (~quassel@replaced-ip ) (Changing host)
1717 [16:10:28] *** Joins: Uninstall (~quassel@replaced-ip )
1718 [16:11:27] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
1719 [16:11:29] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Max SendQ exceeded)
1720 [16:11:57] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1721 [16:13:51] *** Quits: dec0n (~dec0n@replaced-ip ) (Read error: Connection reset by peer)
1722 [16:14:24] *** Joins: yeticry_ (~yeticry@replaced-ip )
1723 [16:14:34] *** Joins: safejav (~safejav@replaced-ip )
1724 [16:14:38] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
1725 [16:15:37] *** Joins: jubo2 (~juboxi@replaced-ip )
1726 [16:15:37] *** Quits: jubo2 (~juboxi@replaced-ip ) (Changing host)
1727 [16:15:37] *** Joins: jubo2 (~juboxi@replaced-ip )
1728 [16:17:06] *** Quits: dysfigured (~DANtheBEA@replaced-ip ) (Quit: I hate quit messages.)
1729 [16:17:09] *** Quits: katyucha (~katyucha@replaced-ip ) (Quit: leaving)
1730 [16:17:24] *** Joins: dysfigured (~DANtheBEA@replaced-ip )
1731 [16:17:26] *** Joins: f10 (~flo@replaced-ip )
1732 [16:17:32] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 268 seconds)
1733 [16:20:37] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1734 [16:21:21] *** Quits: dysfigured (~DANtheBEA@replaced-ip ) (Client Quit)
1735 [16:21:21] *** Quits: Uninstall (~quassel@replaced-ip ) (Remote host closed the connection)
1736 [16:21:39] *** Joins: dysfigured (~DANtheBEA@replaced-ip )
1737 [16:21:58] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 264 seconds)
1738 [16:23:00] *** SugoiBeans is now known as SugoiBeats
1739 [16:23:06] *** SugoiBeats is now known as SugoiBeans
1740 [16:23:12] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 260 seconds)
1741 [16:23:48] *** Joins: [sym]andrew (~sym]andre@replaced-ip )
1742 [16:23:58] <[sym]andrew> hey folks
1743 [16:24:08] *** Quits: Bock (~bocaneri@replaced-ip ) (Ping timeout: 260 seconds)
1744 [16:24:30] *** Joins: Uninstall (~quassel@replaced-ip )
1745 [16:24:30] *** Quits: Uninstall (~quassel@replaced-ip ) (Changing host)
1746 [16:24:30] *** Joins: Uninstall (~quassel@replaced-ip )
1747 [16:24:34] *** Joins: Bennux (~Bennux@replaced-ip )
1748 [16:24:34] <[sym]andrew> does anyone know a magical
incantation for making 'debuild' spit out packages in the
same directory you invoke it from, instead of the parent directory?
1749 [16:24:57] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1750 [16:25:04] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1751 [16:25:08] *** SabakuRou is now known as Sabaku
1752 [16:25:20] *** Quits: rpd_ (~rpd@replaced-ip ) (Quit: leaving)
1753 [16:26:03] <jelly> [sym]andrew: you think there _is_ one?
1754 [16:26:16] *** Quits: Smither_ (~Smither@replaced-ip##) (Quit: ZNC 1.7.x-nightly-20161227-e7b9ab27 -
##replaced-url
1755 [16:26:58] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1756 [16:27:46] <[sym]andrew> i hope there is one
1757 [16:27:48] *** Joins: oish (~charlie@replaced-ip )
1758 [16:28:27] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1759 [16:28:27] *** jackNemrod_ is now known as jackNemrod
1760 [16:28:40] *** Joins: kiao2938 (~mj@replaced-ip )
1761 [16:28:46] <jelly> debuild probably relieson
dpkg-buildpackage for that behaviour, and it makes very little sense
for dpkg-buildpackage to pollute the source tree with binary .deb
results
1762 [16:29:00] *** Joins: Smither (~Smither@replaced-ip )
1763 [16:29:26] <jelly> so make an extra directorty if you have
to, I guess
1764 [16:29:41] *** Quits: Ard1t2 (~ard1t@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1765 [16:29:55] <[sym]andrew> my debian directory is inside my
source tree
1766 [16:30:01] <[sym]andrew> checked in from git
1767 [16:30:05] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 240 seconds)
1768 [16:31:08] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 260 seconds)
1769 [16:32:08] *** Quits: uNmowed (~Mayu@replaced-ip ) (Ping timeout: 240 seconds)
1770 [16:32:16] *** Joins: BooK (~book@replaced-ip )
1771 [16:32:43] <[sym]andrew> so i'd need
git-root/dummy/debian and cd in to dummy
1772 [16:33:29] <[sym]andrew> which seems dumb
1773 [16:33:47] <[sym]andrew> right now debuild is putting our
debs outside of our jenkins workspace
1774 [16:33:49] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
1775 [16:34:24] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1776 [16:35:29] *** Joins: MystaMax (~MystaMax@replaced-ip )
1777 [16:35:58] *** Quits: elbart0 (~elbarto@replaced-ip ) (Ping timeout: 260 seconds)
1778 [16:36:56] *** Joins: elbart0 (~elbarto@replaced-ip )
1779 [16:37:09] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1780 [16:38:08] *** Joins: KindTwo (kindone@replaced-ip )
1781 [16:38:24] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
1782 [16:39:46] *** Joins: criztovyl (~christoph@replaced-ip )
1783 [16:39:53] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 252 seconds)
1784 [16:41:12] *** Quits: JLye (~Jlye03@replaced-ip ) (Remote host closed the connection)
1785 [16:42:01] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1786 [16:42:12] *** Joins: init7 (~init@replaced-ip )
1787 [16:42:21] *** KindTwo is now known as KindOne
1788 [16:43:26] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 268 seconds)
1789 [16:43:40] *** Joins: mtn (~mtn@replaced-ip )
1790 [16:43:42] *** Quits: sing0 (~michael@replaced-ip ) (Quit: WeeChat 1.0.1)
1791 [16:43:54] *** Joins: marcozink (~marcozink@replaced-ip )
1792 [16:45:40] *** Quits: a64 (a64@replaced-ip##) (Quit: EliteBNC - ##replaced-url
1793 [16:46:24] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip ) (Quit: Leaving)
1794 [16:46:40] *** Joins: macartur (~macartur@replaced-ip )
1795 [16:46:49] *** Quits: macartur (~macartur@replaced-ip ) (Client Quit)
1796 [16:47:00] *** Quits: tobinski (~tobinski@replaced-ip ) (Ping timeout: 260 seconds)
1797 [16:47:01] *** Joins: scrps (~scrps@replaced-ip )
1798 [16:47:31] *** Joins: Envil (~envil@replaced-ip )
1799 [16:47:41] *** Joins: monpocchi (~monpocchi@replaced-ip )
1800 [16:48:54] *** Quits: kikitehkitty (~kiki@replaced-ip ) (Remote host closed the connection)
1801 [16:49:59] *** Quits: blingrang (~blingrang@replaced-ip ) (Quit: Leaving)
1802 [16:50:14] *** Joins: shinnya (~shinnya@replaced-ip )
1803 [16:50:35] *** Joins: dgeary2 (~dgeary2@replaced-ip )
1804 [16:51:02] *** Joins: jhutchins_wk (0c7e567a@replaced-ip )
1805 [16:52:04] *** Quits: turlutton (~turlutton@replaced-ip ) (Quit: leaving)
1806 [16:52:07] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1807 [16:53:16] *** Joins: stonerfish (~stonerfis@replaced-ip )
1808 [16:54:52] *** Quits: weld__ (~weld@replaced-ip ) (Quit: weld__)
1809 [16:55:11] *** Quits: todd_dsm (~todd_dsm@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1810 [16:55:33] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
1811 [16:55:49] *** Quits: _C_P_ (~aaa@replaced-ip ) (Remote host closed the connection)
1812 [16:56:15] *** Joins: _C_P_ (~aaa@replaced-ip )
1813 [16:56:16] *** Joins: melvin (~melvin@replaced-ip )
1814 [16:56:20] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1815 [16:56:21] *** Joins: uniqdom (~uniqdom@replaced-ip )
1816 [16:56:27] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1817 [16:56:27] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1818 [16:56:33] *** Joins: _Nox (~Nox@replaced-ip )
1819 [16:56:47] <uniqdom> Hello... where I can see old messages of
journal (systemd)?
1820 [16:57:06] <uniqdom> are those in /var/log/*?
1821 [16:57:28] *** Quits: wabuh (~wabuh@replaced-ip ) (Quit: Leaving)
1822 [16:57:42] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) ()
1823 [16:57:51] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
1824 [16:57:53] *** Quits: safejav (~safejav@replaced-ip ) (Read error: Connection reset by peer)
1825 [16:57:57] <jelly> uniqdom: they are only persistent if you
create /var/log/journald
1826 [16:58:04] <jelly> directory
1827 [16:58:25] *** Joins: Rackham (~Rackham@replaced-ip )
1828 [16:58:28] *** Joins: safejav (~safejav@replaced-ip )
1829 [16:58:48] *** jackNemrod_ is now known as jackNemrod
1830 [16:58:50] *** Quits: plasticle (~plasticle@replaced-ip ) (Quit: WeeChat 1.6)
1831 [16:59:08] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 260 seconds)
1832 [16:59:18] <jelly> uniqdom: sorry, /var/log/journal without d
1833 [16:59:43] <uniqdom> jelly: ok... should I restart a service,
or reboot?
1834 [16:59:47] *** Joins: plasticle (~plasticle@replaced-ip )
1835 [16:59:52] *** Joins: maotm (~mao@replaced-ip )
1836 [17:00:42] *** Joins: glasscranker (~ec2-user@replaced-ip )
1837 [17:01:01] *** Joins: magnulu (~magnulu@replaced-ip )
1838 [17:01:38] *** Quits: alecov (~control@replaced-ip ) (Disconnected by services)
1839 [17:01:43] *** Joins: alecov (~control@replaced-ip )
1840 [17:02:05] *** Joins: _foldLeft (~foldleft@replaced-ip )
1841 [17:02:07] *** Joins: electro7 (~electro7@replaced-ip )
1842 [17:02:10] *** Quits: aivkiv (~aivkiv@replaced-ip ) (Read error: Connection reset by peer)
1843 [17:02:29] *** Quits: electro7 (~electro7@replaced-ip ) (Client Quit)
1844 [17:02:33] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 268 seconds)
1845 [17:02:37] *** Joins: init7_ (~init@replaced-ip )
1846 [17:02:53] *** fassl____ is now known as fassl
1847 [17:02:55] *** Joins: _stoopidmunkey_ (~stoopidmu@replaced-ip )
1848 [17:03:14] *** Quits: stonerfish (~stonerfis@replaced-ip ) (Quit: Leaving.)
1849 [17:03:25] *** Joins: fanfan (~fcerbell@replaced-ip )
1850 [17:03:37] *** Quits: init7 (~init@replaced-ip ) (Remote host closed the connection)
1851 [17:04:28] *** Quits: _stoopidmunkey_ (~stoopidmu@replaced-ip ) (Remote host closed the connection)
1852 [17:04:45] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
1853 [17:04:45] *** Joins: _stoopidmunkey_ (~stoopidmu@replaced-ip )
1854 [17:05:05] *** Quits: stoopidmunkey (~stoopidmu@replaced-ip ) (Ping timeout: 240 seconds)
1855 [17:05:17] *** Quits: Zynkx (~zynkx@replaced-ip ) (Quit: Leaving)
1856 [17:05:45] *** Joins: theluckymike (~theluckym@replaced-ip )
1857 [17:07:06] *** Joins: kpease (~kpease@replaced-ip )
1858 [17:07:22] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1859 [17:07:59] *** Quits: kpease (~kpease@replaced-ip ) (Client Quit)
1860 [17:08:06] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1861 [17:08:57] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1862 [17:10:47] *** Joins: tqswkk (~phil.wern@151.26.4.161)
1863 [17:11:35] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 240 seconds)
1864 [17:12:00] *** Joins: SpeccyMan (~nick@replaced-ip )
1865 [17:12:41] *** koma is now known as vualinkbot
1866 [17:12:46] *** SugoiBeans is now known as SugoiBeats
1867 [17:12:51] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
1868 [17:12:59] *** SugoiBeats is now known as SugoiBeans
1869 [17:13:05] *** Joins: kiao2938 (~mj@replaced-ip )
1870 [17:13:11] *** vualinkbot is now known as koma
1871 [17:13:50] *** Joins: Bock (~bocaneri@replaced-ip )
1872 [17:13:51] *** Quits: Bock (~bocaneri@replaced-ip ) (Max SendQ exceeded)
1873 [17:13:58] *** Quits: tonymke (~tony@replaced-ip ) (Quit: Leaving.)
1874 [17:14:02] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1875 [17:14:21] *** Joins: Bock (~bocaneri@replaced-ip )
1876 [17:14:26] *** Joins: savantgarde (~savantgar@replaced-ip )
1877 [17:15:33] *** Joins: bobby_ (5600670e@replaced-ip )
1878 [17:15:46] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1879 [17:15:56] *** Joins: Dreaman (~deb@replaced-ip )
1880 [17:16:09] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
1881 [17:16:51] *** Quits: _C_P_ (~aaa@replaced-ip ) (Remote host closed the connection)
1882 [17:17:16] *** Joins: _C_P_ (~aaa@replaced-ip )
1883 [17:18:00] *** debhelper sets mode: +l 1734
1884 [17:18:20] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
1885 [17:18:35] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 268 seconds)
1886 [17:18:56] *** Joins: dsoyet (~dsoyet@replaced-ip )
1887 [17:19:01] *** Joins: muhlas (~none@replaced-ip )
1888 [17:19:34] *** Joins: TomTomTo1 (~henryk@replaced-ip )
1889 [17:19:55] *** Joins: _foldLeft (~foldleft@replaced-ip )
1890 [17:20:15] *** Joins: Hestben (~robert@replaced-ip )
1891 [17:20:25] <muhlas> Hi all is it possible to get more options
on file roller except the default 3? I already have install
rar/unrar and I can use it from command line but I can't see it
as option when I'm right click compress
1892 [17:20:52] <spacebug^> Can anyone recommend a AMD graphic
card that uses open source drivers and has a performace >=
greater than NVIDIA GTX 960?
1893 [17:21:02] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
1894 [17:21:04] *** Joins: set10 (~user-athl@replaced-ip )
1895 [17:21:09] <set10> hi
1896 [17:21:19] *** Joins: Zynkx (~zynkx@replaced-ip )
1897 [17:21:25] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1898 [17:22:16] *** Joins: hexjay (~hexjay@replaced-ip )
1899 [17:22:33] <set10> any email server expert here?
1900 [17:22:53] <coke> meta question
1901 [17:22:56] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 260 seconds)
1902 [17:23:03] <set10> ?
1903 [17:23:06] *** init7_ is now known as init7
1904 [17:23:09] *** Quits: init7 (~init@replaced-ip ) (Changing host)
1905 [17:23:09] *** Joins: init7 (~init@replaced-ip )
1906 [17:23:28] <coke> the answer is yes but they wont come out of
the woodwork before you aks a real question
1907 [17:23:45] *** Joins: Marumarsu (~quassel@replaced-ip )
1908 [17:24:01] *** Joins: foxpup (~foxpup@replaced-ip )
1909 [17:24:29] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Quit: jackNemrod)
1910 [17:24:32] <set10> so i read on the internet that proper
email server must have reverse dns entry. i plan to host many
domains one one ip. how to make sure my server is not marked as
spam-server?
1911 [17:24:35] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 240 seconds)
1912 [17:25:06] *** Joins: pencilandpaper (~penciland@replaced-ip )
1913 [17:25:15] *** Quits: frapox (~frapox@replaced-ip ) (Read error: Connection reset by peer)
1914 [17:25:34] *** Joins: alekz (~alekz@replaced-ip )
1915 [17:25:50] *** Joins: Hestben (~robert@replaced-ip )
1916 [17:26:23] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Client Quit)
1917 [17:26:28] *** Joins: uppik (~uppik@replaced-ip )
1918 [17:26:57] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
1919 [17:27:04] <set10> reverse dns is per ip, right?
1920 [17:27:14] *** Joins: lolopolosko (~lolopolos@replaced-ip )
1921 [17:27:43] <muhlas> set10, have you asked the hosting isp?
1922 [17:28:00] *** debhelper sets mode: +l 1741
1923 [17:28:12] *** SugoiBeans is now known as SugoiBeats
1924 [17:28:18] *** SugoiBeats is now known as SugoiBeans
1925 [17:28:29] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1926 [17:29:26] *** Quits: plasticle (~plasticle@replaced-ip ) (Quit: WeeChat 1.6)
1927 [17:29:45] *** Joins: plasticle (~plasticle@replaced-ip )
1928 [17:29:45] <jhutchins_wk> set10: It is possible to have
multi-host reverse DNS. It doesn't always work, but it's
possible.
1929 [17:30:08] <lolopolosko> If I add some packages to CONTROL
file as Recommends would my package be installed if apt-get not
found this packages in repositories?
1930 [17:30:17] <set10> but is reverse-dns really a nessesity?
1931 [17:30:18] *** Joins: fax (~fax@replaced-ip )
1932 [17:30:41] <set10> i haven't got hosting provider yet.
i'm working on a project which includes email-boxes for users.
now trying to work out how to deliver that
1933 [17:30:46] *** Joins: pencilandpaper (~penciland@replaced-ip )
1934 [17:30:52] *** Quits: zykotick9 (~zykotick9@replaced-ip ) (Ping timeout: 260 seconds)
1935 [17:30:56] <jhutchins_wk> set10: It's not really a
requirement, but some servers will block you if it doesn't
match, others will flag you.
1936 [17:30:58] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Ping timeout: 264 seconds)
1937 [17:31:36] *** Joins: jon_x111115 (~jon_x@replaced-ip )
1938 [17:32:22] <set10> i suppose the most important thing is not
to get on any blacklists.
1939 [17:32:25] *** Joins: weld__ (~weld@replaced-ip )
1940 [17:32:28] <blackflow> set10: mailing without an rdns
won't get you far.
1941 [17:32:42] *** Joins: zykotick9 (~zykotick9@replaced-ip )
1942 [17:33:00] *** Joins: cereal_poster (~Douglas@replaced-ip )
1943 [17:33:23] *** Quits: elbart0 (~elbarto@replaced-ip ) (Ping timeout: 268 seconds)
1944 [17:34:08] <set10> other possibility is to send from one
domain and set reply-address as users mail@domain
1945 [17:34:30] <set10> but will other email providers (receiver)
will respect that?
1946 [17:34:38] *** Joins: todd_dsm (~todd_dsm@replaced-ip )
1947 [17:35:28] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1948 [17:36:01] <jhutchins_wk> blackflow: Because multihost is
common, and because it's also common that the host name
doesn't match the email domain name (AOL, Google, Yahoo, MS,
etc.) a good system will only ask that there be A RDNS entry.
1949 [17:36:02] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1950 [17:36:26] *** Joins: elbart0 (~elbarto@replaced-ip )
1951 [17:36:31] <jhutchins_wk> set10: Yes, avoiding the blacklists
is key, so you need to find the most common ones and see what they
flag.
1952 [17:37:10] *** Joins: Meow-J (sid69628@replaced-ip )
1953 [17:37:32] <jhutchins_wk> set10: Usually there's a small
set of lists that an operator will block on, and a larger set that
they will assign scores for. A good system (like spamassassin) will
add up scores for various things and only block the mail if the
score adds up too high.
1954 [17:38:06] <jhutchins_wk> set10: You need to keep up with
what's happening with the lists for the sake of your inbound
filtering as well.
1955 [17:38:21] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1956 [17:38:23] <set10> lack of rdns will get me pretty high score
1957 [17:38:46] <jhutchins_wk> set10: If there is NO rdns then
yes, that will get a high score.
1958 [17:38:55] *** Joins: sbasso (~sbasso@replaced-ip )
1959 [17:39:12] <set10> does rdns needs to match domain?
1960 [17:39:23] <jhutchins_wk> set10: See my comments above.
1961 [17:40:02] *** Quits: dsoyet (~dsoyet@replaced-ip ) (Remote host closed the connection)
1962 [17:40:20] <blackflow> jhutchins_wk: yes, that's what I
said. it doesn't have to match forward, just that the
connecting IP has to have a rdns
1963 [17:40:23] <jhutchins_wk> set10: The best test is to get the
RDNS, then see if the DNS for that hostname matches the IP.
1964 [17:41:49] <set10> okay big thanks
1965 [17:41:56] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
1966 [17:42:37] <muhlas> Hi all is it possible to get more options
on file roller except the default 3? I already have install
rar/unrar and I can use it from command line but I can't see it
as option when I'm right click compress
1967 [17:42:57] *** Quits: Rackham (~Rackham@replaced-ip ) (Quit: Leaving)
1968 [17:43:04] <jhutchins_wk> set10: Mail servers are hard, read
everything you can find.
1969 [17:43:09] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
1970 [17:44:59] <coke> and then you will be getting spam and
working on new sa rules for the rest of your life
1971 [17:45:09] <coke> or pay someone to do it
1972 [17:45:36] *** Parts: lolopolosko (~lolopolos@replaced-ip )
1973 [17:45:40] *** Joins: Nnavd (~Nnavd@replaced-ip )
1974 [17:45:43] *** Quits: Y04NN (~y04nn@replaced-ip ) (Ping timeout: 268 seconds)
1975 [17:45:48] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 240 seconds)
1976 [17:45:55] *** Quits: bobby_ (5600670e@replaced-ip ) (Quit: Page closed)
1977 [17:47:21] *** Quits: __marco (~marco@replaced-ip ) (Quit: Leaving)
1978 [17:47:37] *** Quits: init7 (~init@replaced-ip ) (Remote host closed the connection)
1979 [17:49:13] <jhutchins_wk> muhlas: Being gnome, there
isn't much documentation. There is a comment that you may need
to install other programs to handle other formats, but nothing about
how to make File Roller aware of them. Installing them and
restarting Gnome might be enough.
1980 [17:49:28] <jhutchins_wk> !gnome
1981 [17:49:28] <dpkg> GNOME is a Desktop Environment
("DE", so are <KDE> and <XFCE>) based on GTK+.
To get or delete GNOME, ask me about <install gnome> or
<remove gnome> respectively. See also <gnome status>.
replaced-url
1982 [17:49:41] <crash_> !mate
1983 [17:49:41] <dpkg> The MATE Desktop Environment is a fork of
GNOME 2, available since Debian 8 "Jessie" (and also in
wheezy-backports). To install, ask me about <install mate>.
replaced-url
1984 [17:49:57] *** Joins: sh00p (~z@replaced-ip )
1985 [17:51:07] *** Quits: autofsckk (~autofsckk@replaced-ip ) (Remote host closed the connection)
1986 [17:51:13] *** Joins: han-solo (~han-solo@replaced-ip )
1987 [17:51:29] <blackflow> coke: the problem is not receiving
spam (in fact, greylisting + rdns block filter out vast majority of
it), the problem is in major players like gmail frequently throwing
your mail into Junkbox for no apparent reason.
1988 [17:52:03] *** Quits: ruslan_m (~rmstoi@replaced-ip ) (Remote host closed the connection)
1989 [17:52:48] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 240 seconds)
1990 [17:52:58] *** Joins: n4dir (~user@replaced-ip )
1991 [17:53:09] *** Joins: wildlander (~wildlande@replaced-ip )
1992 [17:53:13] *** Quits: Bennux (~Bennux@replaced-ip ) (Remote host closed the connection)
1993 [17:53:18] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
1994 [17:54:01] *** Joins: mrcleanwithhair (~mrcleanwi@replaced-ip )
1995 [17:54:19] *** Quits: dannyLopez (~damunoz@replaced-ip ) (Remote host closed the connection)
1996 [17:54:42] *** Quits: muhlas (~none@replaced-ip ) (Remote host closed the connection)
1997 [17:55:32] *** Quits: toksnes (~tms@replaced-ip ) (Ping timeout: 256 seconds)
1998 [17:56:43] <jhutchins_wk> coke: I never had to write new
spamassassin rules, greylisting, a sensible choice of blacklists
(mostly for scoring), and beysian training did as good a job as
I've seen anywhere.
1999 [17:57:03] *** Quits: gry (~svetlana@replaced-ip ) (Ping timeout: 260 seconds)
2000 [17:57:32] *** Joins: pLk (~sherwood@replaced-ip )
2001 [17:57:38] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 260 seconds)
2002 [17:58:00] *** debhelper sets mode: +l 1735
2003 [17:59:12] *** Quits: Dreaman (~deb@replaced-ip ) (Quit: Leaving)
2004 [18:00:04] *** Joins: lowin (~lowin@replaced-ip )
2005 [18:00:12] <jhutchins_wk> blackflow: That happens to mail
FROM the "major players" as well. email is imperfect.
2006 [18:00:56] <jhutchins_wk> I have a friend who's email
from her ipad always goes into spam, although mail from the same
account on her desktop or phone goes through fine.
2007 [18:01:10] *** Joins: ChmEarl (~chmearl@replaced-ip )
2008 [18:01:21] *** Quits: ToBeFree (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
2009 [18:02:20] *** Quits: Popzi (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
2010 [18:02:22] *** Quits: sh00p (~z@replaced-ip ) ()
2011 [18:03:00] *** Quits: wooden_ (~anon@replaced-ip ) (Read error: Connection reset by peer)
2012 [18:03:22] *** Joins: Chinesium (~Chinesium@replaced-ip )
2013 [18:03:24] *** Joins: moozer (~moz@replaced-ip )
2014 [18:03:47] *** Joins: wonderworld (~ww@replaced-ip )
2015 [18:04:12] *** Joins: mibo (~mibo@replaced-ip )
2016 [18:04:45] *** Joins: gry (~svetlana@replaced-ip )
2017 [18:04:53] <coke> english has better rule coverage than other
languages
2018 [18:05:35] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 240 seconds)
2019 [18:05:39] <coke> and yea you cant run out of a bad AS or
without PTR if you want to send to big players
2020 [18:05:54] <coke> aIM will help a lot
2021 [18:05:58] <coke> DKIM*
2022 [18:06:55] <blackflow> jhutchins_wk: yeah, and google seems
to have changed the game recently. before we'd get once a month
blocked for a while by having the mail rejected at the connection
phase, and now that doesn' thappen, it just ends up in
recipients spambox from time to time.
2023 [18:07:13] *** Joins: wooden_ (~anon@replaced-ip )
2024 [18:07:13] *** Quits: pauna (pauna@replaced-ip##) (Quit: ##replaced-url
2025 [18:07:13] *** Quits: Satyajit (Satyajit@replaced-ip##) (Quit: ##replaced-url
2026 [18:07:14] *** Quits: WizJin (WizJin@replaced-ip##) (Quit: ##replaced-url
2027 [18:07:57] <blackflow> and it's all business
transactional mail, no spamming, the outbound volume is very low,
less than 10 mails per minute, we have rdns, dkim, dmarc, spf, the
whole shebang, and are clear on all the RBLs monitored by mxtoolbox.
2028 [18:07:57] *** Quits: eri451 (~eri@replaced-ip ) (Ping timeout: 240 seconds)
2029 [18:08:18] <coke> i think gmail has been doing that for a
while
2030 [18:08:25] *** Quits: rosseaux (~BeRo@replaced-ip ) (Ping timeout: 246 seconds)
2031 [18:08:33] <blackflow> I started noticing it late December
2032 [18:08:42] <coke> when we get used as outgoing spam by
phished accounts only yahoo rejects mails
2033 [18:08:46] *** Quits: _tremo (~tremo@replaced-ip ) (Ping timeout: 264 seconds)
2034 [18:08:47] *** Joins: toksnes (~tms@replaced-ip )
2035 [18:09:07] <coke> used to*
2036 [18:09:23] <blackflow> I do occasionally have to combat with
"enterprise" systems who all seem to be using very much
outdated Symantec something-something spam somethihng-service
2037 [18:09:35] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
2038 [18:09:38] *** Joins: kupi (uid212005@replaced-ip )
2039 [18:09:42] <coke> apple rejects if you make it on the wrong
rbl
2040 [18:10:25] <blackflow> never had our IPs RBL'd, except
that Symantec thing and that's before we even got the IP
address few years ago. that's what I meant by outdated.
2041 [18:10:29] *** Joins: keltim (~keltim@replaced-ip )
2042 [18:10:34] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 264 seconds)
2043 [18:10:43] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
2044 [18:11:35] *** Quits: [sym]andrew (~sym]andre@replaced-ip ) (Ping timeout: 240 seconds)
2045 [18:11:38] *** Parts: weld__ (~weld@replaced-ip )
2046 [18:12:08] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
2047 [18:12:14] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 268 seconds)
2048 [18:12:22] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 264 seconds)
2049 [18:12:51] *** Joins: olegfusion (~olegfusio@replaced-ip )
2050 [18:13:00] *** Quits: estragon_ (~estragon@replaced-ip ) (Remote host closed the connection)
2051 [18:13:15] *** Quits: scrps (~scrps@replaced-ip ) (Quit: Adios)
2052 [18:13:48] *** Joins: mi11k1 (~mi11k1@replaced-ip )
2053 [18:14:47] <mi11k1> how can I mv multiple files with the same
extension that i found using mlocate? so I did mlocate *.iso
2054 [18:16:19] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2055 [18:16:36] *** Joins: _foldLeft (~foldleft@replaced-ip )
2056 [18:17:08] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2057 [18:17:26] *** Joins: _foldLeft (~foldleft@replaced-ip )
2058 [18:17:28] *** Quits: jazz (~jazz@replaced-ip ) (Remote host closed the connection)
2059 [18:17:56] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2060 [18:17:59] *** Joins: pcav__ (~Paolo@replaced-ip )
2061 [18:18:00] *** debhelper sets mode: +l 1727
2062 [18:18:16] *** Joins: _foldLeft (~foldleft@replaced-ip )
2063 [18:18:44] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2064 [18:19:01] *** Joins: _foldLeft (~foldleft@replaced-ip )
2065 [18:19:11] *** Joins: nathanleclaire (~nathanlec@replaced-ip )
2066 [18:19:12] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 260 seconds)
2067 [18:19:32] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2068 [18:19:37] *** Joins: TunaLobster (~chatzilla@replaced-ip )
2069 [18:19:48] *** Quits: TunaLobster (~chatzilla@replaced-ip ) (Client Quit)
2070 [18:19:50] *** Joins: _foldLeft (~foldleft@replaced-ip )
2071 [18:20:20] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
2072 [18:20:52] *** Joins: hagridaaron (~hagridaar@replaced-ip )
2073 [18:21:16] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 260 seconds)
2074 [18:21:30] *** Joins: Tahr-user (~puppy@replaced-ip )
2075 [18:22:48] *** Joins: dannyLopez (~damunoz@replaced-ip )
2076 [18:23:43] *** Joins: Plushfish (542e0652@replaced-ip )
2077 [18:23:52] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 256 seconds)
2078 [18:23:56] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
2079 [18:24:08] *** Quits: vivid (~vivid@replaced-ip ) (Quit: Leaving)
2080 [18:24:10] <coke> mi11k1: man xargs
2081 [18:24:13] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
2082 [18:24:47] *** Joins: savantgarde (~savantgar@replaced-ip )
2083 [18:25:12] *** Joins: hexjay (~hexjay@replaced-ip )
2084 [18:25:20] <jhutchins_wk> mi11k1: You can use find.
2085 [18:25:28] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 240 seconds)
2086 [18:26:37] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
2087 [18:27:01] *** Joins: Delta-One (~zero@replaced-ip )
2088 [18:28:15] <mi11k1> jhutchins_wk, thanks
2089 [18:28:22] *** Quits: mi11k1 (~mi11k1@replaced-ip ) (Quit: Leaving)
2090 [18:28:42] *** Quits: Tahr-user (~puppy@replaced-ip ) (Quit: Leaving)
2091 [18:29:16] *** Joins: Tahr-user (~puppy@replaced-ip )
2092 [18:29:26] *** Joins: mickael_ (~smuxi@replaced-ip )
2093 [18:29:46] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 264 seconds)
2094 [18:30:08] *** Quits: han-solo (~han-solo@replaced-ip ) (Ping timeout: 240 seconds)
2095 [18:30:47] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Read error: Connection reset by peer)
2096 [18:31:19] *** Quits: Tahr-user (~puppy@replaced-ip ) (Remote host closed the connection)
2097 [18:31:35] *** Quits: mmayorga_ (~mmayorga@replaced-ip ) (Ping timeout: 240 seconds)
2098 [18:32:09] *** Joins: Tahr-user (~puppy@replaced-ip )
2099 [18:32:23] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2100 [18:33:22] *** Joins: n0arch (uid98170@replaced-ip )
2101 [18:33:34] *** Joins: misirk85 (~misirk85@replaced-ip )
2102 [18:33:56] *** Joins: DoctorSlightlyBa (040e213c@replaced-ip )
2103 [18:33:56] *** Joins: acresearch (~acresearc@replaced-ip )
2104 [18:34:04] *** Quits: _Nox (~Nox@replaced-ip ) (Ping timeout: 256 seconds)
2105 [18:34:20] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Ping timeout: 260 seconds)
2106 [18:35:25] <acresearch> hello people, i just installed debian
for the first time on a macbook pro 2011, 8,1 i think it is, the
wifi and SD card does not work, what are the firmwares? is there a
way to install them automatically from the graphical installation?
2107 [18:35:29] *** Joins: vivid (~vivid@replaced-ip )
2108 [18:35:43] *** Quits: mickael_ (~smuxi@replaced-ip ) (Ping timeout: 246 seconds)
2109 [18:36:17] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 268 seconds)
2110 [18:37:28] *** Quits: cwillu_at_work (~cwillu@replaced-ip ) (Ping timeout: 240 seconds)
2111 [18:37:29] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
2112 [18:37:50] <jhutchins_wk> acresearch: You need to determine
the chipset for the wifi, then figure out what it needs. Usually
it's just a package install, which is easy to do from the CLI.
2113 [18:37:54] <jhutchins_wk> !macbook
2114 [18:37:54] <dpkg> rumour has it, macbook is
replaced-url
2115 [18:38:08] *** Quits: Smither (~Smither@replaced-ip ) (Ping timeout: 240 seconds)
2116 [18:38:41] <jhutchins_wk> acresearch: As far as the card
reader goes, they're not very standard, but you should find
something on the wiki.
2117 [18:38:45] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Ping timeout: 268 seconds)
2118 [18:39:05] <acresearch> jhutchins_wk: ok i'll give it a
read
2119 [18:39:56] *** Joins: Ard1t (~ard1t@replaced-ip )
2120 [18:39:58] *** Quits: sphenxes02 (~sphenxes@replaced-ip ) (Ping timeout: 264 seconds)
2121 [18:40:05] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
2122 [18:40:21] *** Ard1t is now known as Guest99019
2123 [18:40:42] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2124 [18:40:43] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2125 [18:40:57] *** Quits: Guest99019 (~ard1t@replaced-ip ) (Changing host)
2126 [18:40:57] *** Joins: Guest99019 (~ard1t@replaced-ip )
2127 [18:41:04] *** Guest99019 is now known as Ard1t
2128 [18:41:24] *** Joins: Nekojimi (~jimj316@replaced-ip )
2129 [18:41:37] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2130 [18:41:38] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2131 [18:41:51] <Joel> any way to not run pre/post install scripts
when installing a package? I was thinking this was what the
--no-triggers was for, but doesn't seem to be the case
2132 [18:41:52] *** Quits: thms (~thms@replaced-ip ) (Remote host closed the connection)
2133 [18:41:58] *** Quits: zykotick9 (~zykotick9@replaced-ip ) (Quit: leaving)
2134 [18:42:18] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2135 [18:42:19] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2136 [18:42:41] *** Quits: foxpup (~foxpup@replaced-ip ) (Quit: Leaving)
2137 [18:42:42] *** Joins: weld__ (~weld@replaced-ip )
2138 [18:42:54] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
2139 [18:42:57] *** Joins: Smither (~Smither@replaced-ip )
2140 [18:43:02] *** Joins: f10 (~flo@replaced-ip )
2141 [18:43:04] *** Quits: Plushfish (542e0652@replaced-ip ) (Quit: Page closed)
2142 [18:43:40] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2143 [18:43:46] *** Quits: _stoopidmunkey_ (~stoopidmu@replaced-ip ) (Quit: Leaving...)
2144 [18:43:53] <acresearch> jhutchins_wk: the wiki says Broadcom
4322 chipset
2145 [18:44:03] <acresearch> all macbook pros after 2008 have
Broadcom 4322 chipset
2146 [18:44:24] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2147 [18:44:25] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2148 [18:44:54] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2149 [18:44:55] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2150 [18:45:11] *** Quits: cronic (~quassel@replaced-ip ) (Remote host closed the connection)
2151 [18:45:24] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2152 [18:45:25] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2153 [18:45:45] <acresearch> jhutchins_wk: no i think it is this:
replaced-url
2154 [18:45:58] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 256 seconds)
2155 [18:45:59] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2156 [18:46:00] *** Quits: kiltzman (~k1ltzman@replaced-ip ) (Max SendQ exceeded)
2157 [18:46:32] *** Quits: hagridaaron (~hagridaar@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2158 [18:47:16] *** Joins: my123 (~my123@replaced-ip )
2159 [18:47:30] *** Quits: my123 (~my123@replaced-ip ) (Changing host)
2160 [18:47:30] *** Joins: my123 (~my123@replaced-ip )
2161 [18:48:00] *** debhelper sets mode: +l 1717
2162 [18:48:11] *** Joins: tharkun (~0@replaced-ip )
2163 [18:48:44] <tharkun> There is a way to obtain the status of
cups using the systemd interface on a headless server. Which is it?
2164 [18:49:48] <jhutchins_wk> !broadcom
2165 [18:49:48] <dpkg> Broadcom Corporation is an integrated
circuits supplier. For wireless LAN chipset drivers, ask me about
<b43>, <brcmsmac>, <rndis_wlan>, <wl>. For
Ethernet controller support, ask me about <bnx2>,
<bnx2x>, <tg3>.
2166 [18:49:49] *** Quits: marcozink (~marcozink@replaced-ip ) (Read error: Connection reset by peer)
2167 [18:49:56] <jhutchins_wk> !bcm4322
2168 [18:49:56] <dpkg> The Broadcom BCM4322 (PCI IDs 14e4:432b,
14e4:432c, 14e4:432d) - incorrectly identified as BCM432B, BCM432C
or BCM432D by Broadcom's proprietary driver - is a draft
802.11n wireless LAN chip. Supported by the <b43> driver since
Linux 2.6.38. Alternatively supported by the <wl> driver. Not
to be confused with the <bcm43224> or <bcm43225>.
2169 [18:50:41] <jhutchins_wk> !bcm4331
2170 [18:50:41] <dpkg> The Broadcom BCM4331 is a PCIe 802.11n
wireless LAN chip using a HT PHY (PCI ID 14e4:4331). Supported by
the <b43> driver since Linux 3.2. It is alternatively
supported by Broadcom's proprietary driver since version
6.30.223.126 (packaged for Debian 8 "Jessie" as
broadcom-sta).
2171 [18:50:43] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2172 [18:50:46] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Ping timeout: 264 seconds)
2173 [18:51:08] *** Quits: Not_a_Robot_ (~soul@replaced-ip ) (Ping timeout: 240 seconds)
2174 [18:51:14] <acresearch> jhutchins_wk: so i just apt-get
install broadcom-sta?
2175 [18:51:17] *** Joins: sbasso (~sbasso@replaced-ip )
2176 [18:51:20] <jhutchins_wk> acresearch: So it should be working
with the b43, and it doesn't say anything about firmware.
2177 [18:51:54] <jhutchins_wk> acresearch: dmesg | less, search
for relevant things like bcm and wireless.
2178 [18:51:57] *** Joins: marcozink (~marcozink@replaced-ip )
2179 [18:52:11] *** Quits: jorgesanjuan (~jorgesanj@replaced-ip ) (Remote host closed the connection)
2180 [18:52:16] <acresearch> jhutchins_wk: search where? in the
wiki?
2181 [18:52:19] <blackflow> tharkun: systemctl status cups.service
?
2182 [18:52:34] *** Joins: Megaf (~Megaf@replaced-ip )
2183 [18:52:44] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2184 [18:53:19] *** Joins: flatstuff (~flatstuff@replaced-ip )
2185 [18:53:22] *** Joins: Not_a_Robot_ (~soul@replaced-ip )
2186 [18:53:54] <tharkun> blackflow: bingo thanks. Got me this
line out of it. io/hpmud/musb.c 1145: unable to open
hp:/usb/HP_LaserJet_P1006?serial=AB0PR2Z How do I fix it? It was
working fine two hours ago.
2187 [18:54:11] <jhutchins_wk> acresearch: In a console, as root,
do dmesg | less. It's the kernel log, it will have the lines
from when the kernel detected and tried to load the wifi.
2188 [18:54:31] <acresearch> jhutchins_wk: oh ok
2189 [18:54:36] *** Quits: rgr (~rgr@replaced-ip ) (Remote host closed the connection)
2190 [18:54:37] *** Joins: rgr_ (~rgr@replaced-ip )
2191 [18:54:48] <acresearch> jhutchins_wk: what would the line
look like? is there a spesific pattern?
2192 [18:55:08] *** Joins: cwillu_at_work (~cwillu@replaced-ip )
2193 [18:55:25] *** Quits: sbasso (~sbasso@replaced-ip ) (Ping timeout: 240 seconds)
2194 [18:55:25] *** Joins: pyrootpi (~pyrootpi@replaced-ip )
2195 [18:55:30] <acresearch> jhutchins_wk: i found this: [
4.379742] bcma: bus0: Found chip with id 0x4331, rev 0x02 and
package 0x09
2196 [18:55:52] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) ()
2197 [18:55:56] *** Quits: pyrootpi (~pyrootpi@replaced-ip ) (Client Quit)
2198 [18:56:18] *** Joins: alena (~alena@replaced-ip )
2199 [18:56:19] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Read error: Connection reset by peer)
2200 [18:56:32] *** Joins: callidvs (~Icedove@replaced-ip )
2201 [18:56:42] *** Joins: gigetoo (~gigetoo@replaced-ip )
2202 [18:56:48] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 240 seconds)
2203 [18:56:52] *** Joins: silverhom (~silverhom@replaced-ip )
2204 [18:57:02] *** Quits: Tengo (~Tengo@replaced-ip ) (Remote host closed the connection)
2205 [18:57:04] *** Joins: Comstock_ (~Comstock@replaced-ip )
2206 [18:57:10] *** Joins: Uneliasmarsu (~quassel@replaced-ip )
2207 [18:57:25] *** Joins: Nekojimi (~jimj316@replaced-ip )
2208 [18:57:58] *** Quits: inviz (~q@replaced-ip ) (Quit: quit)
2209 [18:58:05] *** Quits: callidvs (~Icedove@replaced-ip ) (Remote host closed the connection)
2210 [18:58:09] <jhutchins_wk> acresearch: Anything near there
mention firmware?
2211 [18:58:26] *** Joins: callidvs (~Icedove@replaced-ip )
2212 [18:58:32] <acresearch> jhutchins_wk: this is the only line
that has 4331 in it.
2213 [18:58:43] <jhutchins_wk> ,v firmware-b43-installer
2214 [18:58:44] <judd> Package: firmware-b43-installer on amd64 --
wheezy/contrib: 1:015-14.1; jessie/contrib: 1:019-2; sid/contrib:
1:019-3; stretch/contrib: 1:019-3
2215 [18:59:23] <jhutchins_wk> acresearch: Right, there would be
something about firmware in a line near that.
2216 [18:59:31] <acresearch> jhutchins_wk: ok i'll paste it
2217 [18:59:32] *** Quits: Marumarsu (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
2218 [18:59:42] *** Joins: Piraty (~quassel@replaced-ip )
2219 [18:59:51] *** Quits: gagrio (~George@replaced-ip ) (Quit: Leaving)
2220 [18:59:52] <acresearch> jhutchins_wk:
replaced-url
2221 [18:59:57] *** Joins: han-solo (~han-solo@replaced-ip )
2222 [19:00:00] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2223 [19:00:03] <jhutchins_wk> acresearch: See package identified
by judd above.
2224 [19:00:34] *** Quits: Comstock- (~Comstock@replaced-ip ) (Ping timeout: 246 seconds)
2225 [19:00:43] <acresearch> so then i just run apt-get install
firmware-b43-installer?
2226 [19:00:48] *** Quits: Gurty (~princess@replaced-ip ) (Ping timeout: 240 seconds)
2227 [19:01:18] <jhutchins_wk> acresearch: That would be the first
step.
2228 [19:01:29] *** Joins: kw21 (~kw21@replaced-ip )
2229 [19:01:37] <acresearch> what comes after it? is there a setup
step or anything else?
2230 [19:01:45] <jhutchins_wk> acresearch: I have no idea.
2231 [19:01:59] <acresearch> ok i will install it and come back to
confirm :-)
2232 [19:02:34] <acresearch> jhutchins_wk: unable to locate
pachage
2233 [19:02:37] <acresearch> jhutchins_wk: unable to locate
package
2234 [19:02:48] *** Quits: Tahr-user (~puppy@replaced-ip ) (Remote host closed the connection)
2235 [19:03:09] *** Joins: Tahr-user (~puppy@replaced-ip )
2236 [19:04:21] *** Joins: raynold (uid201163@replaced-ip )
2237 [19:04:24] <jhutchins_wk> acresearch: Note that the message
says /contrib - you need to add "contrib non-free" to the
deb lines in /etc/apt/sources.list, after the word "main",
then apt update.
2238 [19:04:58] <acresearch> jhutchins_wk: sorry i am confused,
what would the terminal command be?
2239 [19:04:59] *** Quits: kw21 (~kw21@replaced-ip ) (Client Quit)
2240 [19:05:05] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
2241 [19:05:46] <jhutchins_wk> acresearch: /etc/apt/sources.list
is a text file, open it with an editor (as root) - "edit
/etc/apt/sources.lost"
2242 [19:05:53] *** Joins: hmz365 (~hmz365@replaced-ip )
2243 [19:06:17] *** Joins: kw21 (~kw21@replaced-ip )
2244 [19:06:39] <jhutchins_wk> list
2245 [19:06:49] <acresearch> jhutchins_wk: ok opened it, what
should i change?
2246 [19:06:58] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 264 seconds)
2247 [19:07:22] *** Joins: Rackham (~Rackham@replaced-ip )
2248 [19:07:30] <jhutchins_wk> acresearch: As I said, add the
words "contrib non-free" after "main" on the deb
lines.
2249 [19:07:46] <acresearch> jhutchins_wk: ok
2250 [19:07:47] *** Joins: adoua (~adoua@replaced-ip )
2251 [19:08:20] <jhutchins_wk> no quotes
2252 [19:08:24] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 260 seconds)
2253 [19:08:33] *** Joins: olegfusion (~olegfusio@replaced-ip )
2254 [19:08:53] <acresearch> jhutchins_wk: all lines end with the
word main, so i add contrib non-free after each line?
2255 [19:08:57] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2256 [19:09:11] <jhutchins_wk> Yes.
2257 [19:09:11] *** Joins: n1ck3 (~n1ck3@replaced-ip )
2258 [19:09:16] <jelly> acresearch: all the debian.org repos sure
2259 [19:09:24] <acresearch> ok
2260 [19:09:28] <jhutchins_wk> acresearch: On the same line, not
after.
2261 [19:09:45] <acresearch> jhutchins_wk: yes i meant after the
word main on the same line...
2262 [19:09:47] <acresearch> ok
2263 [19:10:07] * jelly offers jhutchins_wk the verb append
2264 [19:10:24] *** Joins: hagridaaron (~hagridaar@replaced-ip )
2265 [19:10:25] <acresearch> jhutchins_wk: ok done
2266 [19:10:32] <jhutchins_wk> jelly: An excelent verb.
2267 [19:10:44] <jhutchins_wk> jelly: What's the default
editor? I appear to have already set mine to vi.
2268 [19:10:57] <acresearch> now i run apt-get install
firmware-b43-installer?
2269 [19:10:58] <jelly> probably nano
2270 [19:11:20] <jhutchins_wk> acresearch: apt update first to
retrieve the new filelist. Watch for errors.
2271 [19:11:27] <acresearch> ok
2272 [19:11:33] *** Joins: zuiss1 (~zuiss1@replaced-ip )
2273 [19:12:28] *** Joins: Gurty (~princess@replaced-ip )
2274 [19:12:28] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
2275 [19:12:28] *** Joins: Gurty (~princess@replaced-ip )
2276 [19:13:16] *** Quits: Tahr-user (~puppy@replaced-ip ) (Quit: Leaving)
2277 [19:13:17] *** Quits: elbart0 (~elbarto@replaced-ip ) (Quit: Lost terminal)
2278 [19:13:21] *** Joins: mickael_ (~smuxi@replaced-ip )
2279 [19:14:02] <acresearch> jhutchins_wk: ok instaled will
restart
2280 [19:14:25] *** Quits: HeOS (~heos@replaced-ip ) (Ping timeout: 240 seconds)
2281 [19:14:27] *** Quits: acresearch (~acresearc@replaced-ip ) (Quit: WeeChat 1.0.1)
2282 [19:15:16] *** Quits: moufl (~5moufl@replaced-ip ) (Quit: fuck it.)
2283 [19:15:38] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
2284 [19:15:49] *** Quits: betandr (~betandr@replaced-ip ) (Remote host closed the connection)
2285 [19:16:08] <jhutchins_wk> I'm a little surprised we
don't have a firmware package for it.
2286 [19:16:45] *** Joins: acresearch (~acresearc@replaced-ip )
2287 [19:16:56] <acresearch> jhutchins: it works :-)
2288 [19:17:06] <jhutchins_wk> xlnt!
2289 [19:17:14] <acresearch> now the SD card firmware
2290 [19:17:14] *** Quits: f10_ (~flo@replaced-ip ) (Read error: Connection reset by peer)
2291 [19:17:20] *** Quits: f10 (~flo@replaced-ip ) (Read error: No route to host)
2292 [19:17:27] *** Quits: mickael_ (~smuxi@replaced-ip ) (Ping timeout: 240 seconds)
2293 [19:17:28] <acresearch> let me retrace my steps
2294 [19:17:34] <jhutchins_wk> That one you're on your own,
but you should be able to find something on those pages.
2295 [19:17:43] <acresearch> ok :-)
2296 [19:17:45] *** Joins: zykotick9 (~zykotick9@replaced-ip )
2297 [19:18:40] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
2298 [19:18:45] *** Quits: callidvs (~Icedove@replaced-ip ) (Quit: callidvs)
2299 [19:20:19] *** Joins: s0lar1s (~sol@replaced-ip )
2300 [19:20:47] *** Joins: moufl (~5moufl@replaced-ip )
2301 [19:21:05] *** Joins: f10_ (~flo@replaced-ip )
2302 [19:21:35] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
2303 [19:22:05] <jelly> some software and firmware is
unredistributable, which is why you get download or installer or
cutter scripts
2304 [19:22:11] *** Joins: t0mmy (~tprrt@replaced-ip )
2305 [19:22:20] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
2306 [19:22:44] *** Joins: l_ (~hexjay@replaced-ip )
2307 [19:22:53] *** Parts: acresearch (~acresearc@replaced-ip )
2308 [19:23:03] *** Quits: notebox (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2309 [19:23:56] *** Joins: dutchfish (~wil@replaced-ip )
2310 [19:25:41] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2311 [19:26:08] *** Quits: hexjay (~hexjay@replaced-ip ) (Ping timeout: 260 seconds)
2312 [19:26:28] *** Quits: sorrySusan (~SorrySist@replaced-ip ) (Ping timeout: 246 seconds)
2313 [19:26:58] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
2314 [19:28:42] *** Quits: frediz (~Fred@replaced-ip ) (Ping timeout: 268 seconds)
2315 [19:29:21] *** Joins: frediz (~Fred@replaced-ip )
2316 [19:29:25] *** Quits: alekz (~alekz@replaced-ip ) (Read error: Connection reset by peer)
2317 [19:29:31] *** Quits: flatstuff (~flatstuff@replaced-ip ) (Remote host closed the connection)
2318 [19:29:44] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2319 [19:30:00] *** Joins: Hyp3ri0n (~OtakuSenp@replaced-ip )
2320 [19:30:25] *** Quits: Hyp3ri0n (~OtakuSenp@replaced-ip ) (Max SendQ exceeded)
2321 [19:30:27] <jhutchins_wk> jelly: Sometimes it's just a
matter of the docs not being up to date.
2322 [19:30:57] *** Quits: shiva__ (~LordShiva@replaced-ip ) (Ping timeout: 240 seconds)
2323 [19:31:01] *** Joins: Hyp3ri0n (~OtakuSenp@replaced-ip )
2324 [19:31:27] *** Hyp3ri0n is now known as OtakuSenpai
2325 [19:31:52] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
2326 [19:32:04] *** Quits: s0lar1s (~sol@replaced-ip ) (Ping timeout: 246 seconds)
2327 [19:33:54] *** Quits: weld__ (~weld@replaced-ip ) (Quit: weld__)
2328 [19:34:26] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
2329 [19:34:58] *** Joins: eri451 (~eri@replaced-ip )
2330 [19:35:37] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2331 [19:35:57] *** Joins: guampa (~guampa@replaced-ip )
2332 [19:36:35] *** Joins: grimsley (~grimsley@replaced-ip )
2333 [19:36:36] *** Quits: grimsley (~grimsley@replaced-ip ) (Max SendQ exceeded)
2334 [19:36:38] <jim> hi... having trouble getting cups web ui
going...
2335 [19:36:41] *** Joins: rosseaux (~BeRo@replaced-ip )
2336 [19:36:42] <jim> oops brb
2337 [19:37:00] *** Joins: grimsley (~grimsley@replaced-ip )
2338 [19:37:12] *** Joins: kak (kak@replaced-ip )
2339 [19:37:18] *** Joins: gl-prout (~gl-prout@replaced-ip )
2340 [19:37:38] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) ()
2341 [19:38:06] *** Joins: tax (~tax@replaced-ip )
2342 [19:38:14] *** OtakuSenpai is now known as NewtoThis
2343 [19:38:18] *** Joins: flatstuff (~flatstuff@replaced-ip )
2344 [19:38:25] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 240 seconds)
2345 [19:38:28] *** NewtoThis is now known as OtakuSenpai
2346 [19:38:48] *** gftg is now known as __gftg
2347 [19:38:57] *** Joins: diniwed (~gavron@replaced-ip )
2348 [19:39:05] *** Quits: uniqdom (~uniqdom@replaced-ip ) (Quit: Saliendo)
2349 [19:39:07] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 260 seconds)
2350 [19:39:39] *** Quits: flatstuff (~flatstuff@replaced-ip ) (Remote host closed the connection)
2351 [19:40:34] *** Joins: flatstuff (~flatstuff@replaced-ip )
2352 [19:40:53] *** Joins: sphenxes (~sphenxes@replaced-ip )
2353 [19:41:04] *** Joins: j4g0 (~j4g0@replaced-ip )
2354 [19:41:11] *** Joins: earthundead (~earthunde@replaced-ip )
2355 [19:41:12] *** Joins: LtL (~ltl@replaced-ip )
2356 [19:41:14] *** Joins: ompaul (~ompaul@replaced-ip )
2357 [19:41:24] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
2358 [19:41:39] *** Joins: alekz (~alekz@replaced-ip )
2359 [19:42:21] *** iNCoNFuN is now known as message
2360 [19:42:33] *** message is now known as iNCoNFuN
2361 [19:43:21] *** iNCoNFuN is now known as KuNLuNSaM
2362 [19:43:30] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 268 seconds)
2363 [19:43:38] *** Quits: KuNLuNSaM (~inconfun@replaced-ip ) ()
2364 [19:43:44] *** Quits: tqswkk (~phil.wern@151.26.4.161) (Remote host
closed the connection)
2365 [19:43:48] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
2366 [19:45:04] *** Joins: f10 (~flo@replaced-ip )
2367 [19:45:21] *** Joins: rsx (~dummy@replaced-ip )
2368 [19:45:22] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 264 seconds)
2369 [19:45:22] *** Joins: tlaxkit (~hexchat@replaced-ip )
2370 [19:45:37] *** Joins: Guest42821 (~quassel@replaced-ip )
2371 [19:46:26] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) ()
2372 [19:46:56] *** Joins: sh00p (~z@replaced-ip )
2373 [19:47:52] *** Quits: iNCoNFuN (~inconfun@replaced-ip ) (Client Quit)
2374 [19:48:00] *** debhelper sets mode: +l 1723
2375 [19:48:03] *** Guest42821 is now known as Haudegen
2376 [19:48:29] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
2377 [19:48:31] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2378 [19:50:27] *** Joins: Pr0metheus (~nezos@replaced-ip )
2379 [19:50:32] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
2380 [19:51:27] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
2381 [19:51:28] <jim> are there packages I might be missing to get
cups web ui working? it keeps saying "bad request" when I
point firefox to that.machine:631, and I presently have it opened up
to "Allow all"
2382 [19:51:42] *** Parts: Rackham (~Rackham@replaced-ip )
2383 [19:52:01] *** Joins: estragon_ (~estragon@replaced-ip )
2384 [19:52:07] *** Quits: murphy (~murphy@replaced-ip ) (Read error: Connection reset by peer)
2385 [19:52:22] <bin_bash> are you trying to connect on the same
local network, or externally
2386 [19:52:26] <jelly> jim: does
replaced-url
2387 [19:52:52] *** Joins: greycat (~wooledg@replaced-ip )
2388 [19:52:53] *** Quits: Zynkx (~zynkx@replaced-ip ) (Quit: Leaving)
2389 [19:53:09] <bin_bash> ^was just about to ask that next
2390 [19:53:48] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
2391 [19:53:54] *** Joins: murphy (~murphy@replaced-ip )
2392 [19:54:19] <Pr0metheus> I switched to XFCE and now whenever
Remote Desktop, Web and other apps start show a %U as an argument,
e.g, Remote desktop says "connection to host %U was
closed". Any idea what can be causing this? I haven't
found anything over the web
2393 [19:54:22] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 264 seconds)
2394 [19:55:27] *** Quits: Tiffon (~name@replaced-ip ) (Quit: exit)
2395 [19:55:32] *** Joins: KindOne (kindone@replaced-ip )
2396 [19:55:37] *** Joins: AimHere (~David@replaced-ip )
2397 [19:55:48] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
2398 [19:55:58] *** Quits: morphis (~morphis@replaced-ip ) (Quit: Ex-Chat)
2399 [19:56:40] *** Joins: dreamon (~dreamon@replaced-ip )
2400 [19:57:02] *** Quits: Adbray (~Adbray@replaced-ip ) (Read error: Connection reset by peer)
2401 [19:57:52] *** Quits: pcav__ (~Paolo@replaced-ip ) (Ping timeout: 260 seconds)
2402 [19:57:58] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 264 seconds)
2403 [19:58:09] *** Joins: Adbray (~Adbray@replaced-ip )
2404 [19:58:52] <jhutchins_wk> Pr0metheus: Which release?
2405 [19:58:56] *** Joins: glebihan (~glebihan@replaced-ip )
2406 [19:59:01] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 246 seconds)
2407 [19:59:40] <jim> jelly, umm, dunno, I'll check
2408 [19:59:57] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
2409 [20:00:12] *** Joins: KindTwo (kindone@replaced-ip )
2410 [20:00:18] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
2411 [20:01:15] *** Joins: pcav_ (~Paolo@replaced-ip )
2412 [20:01:36] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 260 seconds)
2413 [20:01:43] *** Joins: _Nox (~Nox@replaced-ip )
2414 [20:02:29] <Pr0metheus> jhutchins_wk 4.12
2415 [20:02:46] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (Ping timeout: 264 seconds)
2416 [20:02:58] <jim> jelly, it seems to work (the acceptance
test: I ssh -X theremote, then firefox localhost:631, and I got the
page
2417 [20:03:05] <jim> )
2418 [20:03:19] <bin_bash> jim: and youre on the same network, im
assuming?
2419 [20:03:29] <jim> yep
2420 [20:03:42] <bin_bash> and when you say that.machine, are you
using the hostname or the IP address
2421 [20:03:45] <jim> I just replaced a router
2422 [20:03:52] <jim> yesterday
2423 [20:04:11] <jim> mostly hostname
2424 [20:04:25] *** KindTwo is now known as KindOne
2425 [20:04:28] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
2426 [20:04:42] <bin_bash> try the IP address
2427 [20:04:54] *** Joins: chomwitt2 (~chomwitt@replaced-ip )
2428 [20:05:12] <jelly> jim: alright then, so it works and
it's really an access permission issue
2429 [20:05:23] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
2430 [20:05:44] <jim> hmm that's odd... when I try the
numeric IP, it works
2431 [20:05:47] <bin_bash> jim: if the IP address works, try
adding "ServerAlias hostname" to cupsd.conf
2432 [20:05:56] <bin_bash> where hostname is the hostname of that
machine
2433 [20:06:37] <bin_bash> and then restart cups and try again
2434 [20:07:28] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2435 [20:07:34] *** Quits: nSe (~leo@replaced-ip ) (Ping timeout: 264 seconds)
2436 [20:07:43] *** Quits: chomwitt1 (~chomwitt@replaced-ip ) (Ping timeout: 260 seconds)
2437 [20:07:43] <jim> one sec, let me check resolv.conf
2438 [20:08:28] <bin_bash> jim: actually it's working as
it's expected to
2439 [20:08:44] <bin_bash> you need to add the ServerAlias to your
cupsd.conf file in order to use hostnames
2440 [20:08:45] <jhutchins_wk> He replaced the router that was
presumably supplying DHCP, the new one had no cache so ip addresses
have changed. host file entries may now be invalid.
2441 [20:09:06] <jhutchins_wk> bin_bash: DNS won't do it?
2442 [20:09:18] <bin_bash> jhutchins_wk: no
2443 [20:09:25] <bin_bash>
replaced-url
2444 [20:09:32] <bin_bash> this is the redhat bug report, but it;s
the same thing
2445 [20:10:11] <jelly> tiny wee embedded apache
2446 [20:10:24] *** Quits: TuxShells (~TuxShells@replaced-ip ) (Ping timeout: 256 seconds)
2447 [20:10:38] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 268 seconds)
2448 [20:11:22] *** Joins: alioui_ (~alioui_al@replaced-ip )
2449 [20:11:23] *** Joins: KindOne (kindone@replaced-ip )
2450 [20:11:33] *** Quits: Adbray (~Adbray@replaced-ip ) (Read error: Connection reset by peer)
2451 [20:12:13] *** Parts: alioui_ (~alioui_al@replaced-ip )
2452 [20:12:39] *** Joins: Adbray (~Adbray@replaced-ip )
2453 [20:12:59] *** Joins: TuxShells (~TuxShells@replaced-ip )
2454 [20:14:14] *** Joins: exedore6 (~cleryd@replaced-ip )
2455 [20:14:26] <jim> now I have a very different problem...
apt-cacher-ng isn't installed, and I have the cache set...
which file is that in?
2456 [20:14:52] <jim> (so I can't install packages atm)
2457 [20:15:00] *** Joins: acresearch (~acresearc@replaced-ip )
2458 [20:15:14] *** Joins: b1shop (~textual@replaced-ip )
2459 [20:15:21] *** Quits: libbies (~elisabeth@replaced-ip ) (Read error: Connection reset by peer)
2460 [20:15:30] <acresearch> jhutchins: i tried, i could not, i
can't find the package name
2461 [20:16:14] *** Joins: olek_poz (~bobik314@replaced-ip )
2462 [20:17:30] *** Joins: heyoka (~soulez@replaced-ip )
2463 [20:17:33] *** Joins: libbies (~elisabeth@replaced-ip )
2464 [20:17:35] <jhutchins_wk> acresearch: What package?
2465 [20:17:47] *** Quits: heyoka (~soulez@replaced-ip ) (Client Quit)
2466 [20:17:55] *** Joins: jazz (~jazz@replaced-ip )
2467 [20:17:58] *** Joins: argus (~65dsaf5@replaced-ip )
2468 [20:18:09] <acresearch> jhutchins_wk: for this: 02:00.1 SD
Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card
Reader (rev 10)
2469 [20:18:32] <jhutchins_wk> It may not be a simple package.
2470 [20:18:37] <bin_bash> acresearch: are you trying to find the
driver? what "package"
2471 [20:18:41] <bin_bash> are you trying to find?
2472 [20:18:45] <bin_bash> s/driver/kernel module
2473 [20:18:49] *** Joins: soulez (~soulez@replaced-ip )
2474 [20:18:51] <jhutchins_wk> Searches I did indicated it just
worked, unless the laptop suspended, then it would fail.
2475 [20:18:55] *** Joins: edju (~edju@replaced-ip )
2476 [20:19:05] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
2477 [20:19:12] <jhutchins_wk> acresearch: Do lspci -nn and paste
the 8 char ID.
2478 [20:19:30] <jelly> [....:....]
2479 [20:19:52] <acresearch> jhutchins_wk: you mean this?
14e4:16bc
2480 [20:19:53] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 268 seconds)
2481 [20:20:21] <jhutchins_wk> ,pciid 14e4:16bc
2482 [20:20:22] <judd> [14e4:16bc] is 'BCM57765/57785
SDXC/MMC Card Reader' from 'Broadcom Limited' with no
known kernel module in jessie or in sid. See also
replaced-url
2483 [20:20:36] *** Parts: b1shop (~textual@replaced-ip )
2484 [20:20:39] *** Parts: LorD_n1c0w (~rhodan@replaced-ip )
2485 [20:20:55] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Ping timeout: 240 seconds)
2486 [20:21:13] <jelly> judd is being silly.
2487 [20:21:14] <jhutchins_wk> acresearch: There would appear to
be no "in Debian" solution. I googled "macbook pro sd
card linux" and got some discussion showing that it worked in
some distros.
2488 [20:21:15] <jelly>
/lib/modules/4.9.0-0.bpo.2-amd64/modules.alias:alias
pci:v000014E4d00004365sv00001028sd00000016bc*sc*i* bcma
2489 [20:21:26] *** Joins: Innoix (~Innoix@replaced-ip )
2490 [20:21:34] *** Joins: blueness (~blueness@replaced-ip )
2491 [20:21:40] <jelly> or not
2492 [20:22:11] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Quit: Leaving)
2493 [20:22:22] <jelly> :16bc really isn't supported there
yet
2494 [20:22:39] <jelly> (my grep was not grepping the right thing)
2495 [20:22:54] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
2496 [20:23:03] <acresearch> jelly: jhutchins_wk hmmm, i did
google as well and also found that is should work, but when i
connect my card it does not. on the same laptop when i install MacOS
the SD card works, so i know it is working but debian cannot
identify it
2497 [20:23:47] <jim> found that the cache setting is in apt.conf
2498 [20:23:55] <jhutchins_wk> acresearch: I have not had Linux
work with a laptop SD card reader yet.
2499 [20:24:02] *** Joins: nSe (~leo@replaced-ip )
2500 [20:24:21] *** Joins: dumbl3d0re (~dumbl3d0r@replaced-ip )
2501 [20:24:25] <acresearch> jhutchins_wk: oh
2502 [20:24:30] <jelly> acresearch: there appears to be no driver
in linux kernel for it, at least not any linux version provided by
debian
2503 [20:24:40] <acresearch> jelly: oh
2504 [20:25:09] <acresearch> jelly: jhutchins_wk ok, then there is
nothing i can, i appriciate your help guys :-)
2505 [20:25:34] <jelly> try doing a web search for 14e4:16bc linux
and see if there's anything useful
2506 [20:25:36] *** Joins: kiao2938 (~mj@replaced-ip )
2507 [20:25:44] <acresearch> jelly: 0k
2508 [20:26:11] <jhutchins_wk> It may be supported by xhci_hcd
2509 [20:26:22] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
2510 [20:26:59] <jhutchins_wk> This arch page suggests that in
proposing a fix for some 3.18 kernels:
replaced-url
2511 [20:27:20] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2512 [20:27:23] <dutchfish> acresearch, i dont know if that is of
any help, but someone posted patch in there, should be in newer
kernels
replaced-url
2513 [20:27:54] *** Joins: Brigo (~Brigo@replaced-ip )
2514 [20:28:01] *** debhelper sets mode: +l 1730
2515 [20:28:33] <jelly> then it has to be newer than 4.9.13 and
4.10.7
2516 [20:28:49] <acresearch> dutchfish: how can i check which
kernel do i have?
2517 [20:28:58] <dutchfish> acresearch, uname -a
2518 [20:29:01] <jelly> because it's not in stretch or
experimental kernels
2519 [20:29:10] <dutchfish> jelly, ah ok
2520 [20:29:49] <acresearch> my kernel is 3.16.0?
2521 [20:30:00] <acresearch> i installed debian 8.7 3 hours aog
2522 [20:30:12] *** Joins: Adbray (~Adbray@replaced-ip )
2523 [20:30:12] <jhutchins_wk> ,kernels
2524 [20:30:14] <judd> Available kernel versions are:
experimental: 4.10.0-rc6-686-pae (4.10~rc6-1~exp2); sid: 4.9.0-2-686
(4.9.18-1); stretch: 4.9.0-2-686 (4.9.18-1); jessie-backports:
4.9.0-0.bpo.2-686-pae (4.9.13-1~bpo8+1); jessie: 3.16.0-4-686-pae
(3.16.39-1+deb8u2); wheezy-backports: 3.16.0-0.bpo.4-686-pae
(3.16.39-1+deb8u1~bpo70+1); wheezy: 3.2.0-4-686-pae (3.2.86-1)
2525 [20:30:20] <han-solo> which is the best commandline recovery
tool?
2526 [20:30:23] <Voldenet> 3.16 is ancient
2527 [20:30:24] <jelly> acresearch: it's proably 3.16.39
based
2528 [20:30:34] <dutchfish> yes, 3.16.39-1
2529 [20:30:35] <acresearch> jelly: you are right
2530 [20:30:35] *** Quits: gl-prout (~gl-prout@replaced-ip ) (Quit: Leaving)
2531 [20:30:36] <Voldenet> stable, but ancient
2532 [20:30:46] <jelly> (look at the complete output that uname -a
command)
2533 [20:30:46] <Voldenet> maybe getting backports kernel would
help
2534 [20:30:56] <greycat> No, a univac is ancient.
2535 [20:30:56] <acresearch> oh acient?
2536 [20:30:59] <jelly> Voldenet: maybe not, we just looked there
2537 [20:31:02] *** Quits: Butt3rfly (~butt3rfly@replaced-ip ) (Remote host closed the connection)
2538 [20:31:09] <Voldenet> oh :(
2539 [20:31:31] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2540 [20:31:34] *** Quits: orb (orb@replaced-ip ) (Ping timeout: 246 seconds)
2541 [20:31:38] <jhutchins_wk> jelly: The section of the arch page
linked above suggests it's supported by a generic driver in
3.18+
2542 [20:31:42] <jelly> backports port back from stretch
2543 [20:31:56] <Devastator> dutchfish it seems this patch
wasn't picked yet
2544 [20:32:02] *** Quits: Uneliasmarsu (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2545 [20:32:37] *** Joins: blueness (~blueness@replaced-ip )
2546 [20:32:39] <dutchfish> Devastator, mm... strange, its not
that new
2547 [20:33:01] *** Joins: orb (~orb@replaced-ip )
2548 [20:33:14] <acresearch> does this mean that debian 8.7 is not
the latest version?
2549 [20:33:33] <jelly> acresearch: it's latest alright
2550 [20:33:36] <greycat> It is the latest stable.
2551 [20:33:41] <acresearch> oh ok
2552 [20:33:45] <dutchfish> acresearch, yes, it was the last
released version, but there is also bpo and testing
2553 [20:34:05] <jelly> just does not have latest versions of all
the components, and linux kernel is just one component in a distro
2554 [20:34:10] <acresearch> oh ok, no i would rather stick with
the stable version
2555 [20:34:20] *** Quits: argus (~65dsaf5@replaced-ip ) (Remote host closed the connection)
2556 [20:34:29] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
2557 [20:34:30] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Changing host)
2558 [20:34:30] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
2559 [20:35:22] <dutchfish> muggeltongue
2560 [20:36:08] *** Quits: hagridaaron (~hagridaar@replaced-ip ) (Ping timeout: 260 seconds)
2561 [20:36:09] *** Quits: Piraty (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2562 [20:36:54] <dutchfish> sorry, that was not for this channel,
my mistake.
2563 [20:37:06] *** Joins: Butt3rfly (~butt3rfly@replaced-ip )
2564 [20:37:43] <jim> resolvconf doesn't seem to be working
right... when I put up the outgoing interface (gets its IP via
dhcp), I have a nameserver defined, it puts that one into
resolv.conf, but it also puts the dhcp gotten nameserver, and
ignores my dns-search and dns-domain (I know it's deprecated, I
tried it anyway)
2565 [20:39:22] *** Quits: safejav (~safejav@replaced-ip ) (Read error: Connection reset by peer)
2566 [20:39:39] *** Quits: alekz (~alekz@replaced-ip ) (Quit: leaving)
2567 [20:39:41] *** Quits: dumbl3d0re (~dumbl3d0r@replaced-ip ) (Remote host closed the connection)
2568 [20:39:45] <jim> my /etc/network/interfaces coming in a sec
2569 [20:39:52] *** Joins: safejav (~safejav@replaced-ip )
2570 [20:40:06] *** Joins: dumbl3d0re (~dumbl3d0r@replaced-ip )
2571 [20:40:40] *** Quits: Hestben (~robert@replaced-ip ) (Ping timeout: 246 seconds)
2572 [20:40:40] *** Parts: acresearch (~acresearc@replaced-ip )
2573 [20:40:43] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
2574 [20:41:08] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Read error: Connection reset by peer)
2575 [20:41:32] <jim> one sec, trying something
2576 [20:41:50] <jelly> !override dns
2577 [20:41:50] <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.
2578 [20:41:55] *** Joins: Marumarsu (~quassel@replaced-ip )
2579 [20:41:59] *** Joins: Ticho_ (~Ticho@replaced-ip )
2580 [20:42:25] *** Quits: jwd (~jwd@replaced-ip ) (Remote host closed the connection)
2581 [20:42:33] *** Quits: jim (~jim@replaced-ip ) (Read error: Connection reset by peer)
2582 [20:42:40] *** Joins: Hestben (~robert@replaced-ip )
2583 [20:43:22] *** Quits: Doros (~Doros@replaced-ip ) (Remote host closed the connection)
2584 [20:44:35] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
2585 [20:44:47] *** Quits: safejav (~safejav@replaced-ip ) (Remote host closed the connection)
2586 [20:45:10] *** Quits: digidog (~digidog@replaced-ip ) (Quit: leaving)
2587 [20:45:19] *** Joins: digidog (~digidog@replaced-ip )
2588 [20:45:41] *** Joins: r7st (~user@replaced-ip )
2589 [20:46:23] <r7st> hey guys, having the same problem is
before. when i come home and boot up my laptop dhcp is up and i
instantly connect to my home network wirelessly, but at any other
location dhcp stays down and i can't get a connection
2590 [20:46:32] <r7st> using wicd
2591 [20:47:27] *** Quits: edju (~edju@replaced-ip ) (Quit: Leaving)
2592 [20:47:53] <bin_bash> when you say dhcp is down what do you
mean by that
2593 [20:48:00] *** debhelper sets mode: +l 1720
2594 [20:48:01] <bin_bash> do you mean the daemon doesnt run?
2595 [20:48:11] <jhutchins_wk> r7st: The only time I tried wicd it
couldn't see my card, so I don't know how to troubleshoot
it.
2596 [20:48:36] *** Joins: pencilandpaper (~penciland@replaced-ip )
2597 [20:48:52] <jhutchins_wk> r7st: Do you have the other
networks set up in wicd? Or are you expecting it to figure that out
for you?
2598 [20:49:05] *** Joins: Zynkx (~zynkx@replaced-ip )
2599 [20:49:07] <r7st> bin_bash: well, i'm using i3wm and it
gives a DHCP: yes/no on the status bar
2600 [20:49:19] <r7st> jhutchins_wk: i set them up using
wicd-client-gtk
2601 [20:49:39] <bin_bash> um idk what that would be referencing,
but i would guess it's referencing your connection and not
dhcpd
2602 [20:49:43] <r7st> i did this at home and it worked, and when
i tried to connect anywhere else, even to an unsecured network,
nothing
2603 [20:49:50] <bin_bash> r7st: so is the problem that you
don't auto-connect?
2604 [20:49:53] <r7st> no
2605 [20:49:54] <bin_bash> or you can't connect at all?
2606 [20:49:59] <r7st> i can't connect at all
2607 [20:50:07] <bin_bash> do you get an error?
2608 [20:50:15] <r7st> except at home, even if i disconnect,
forget the settings, and reconfigure it works at home
2609 [20:50:28] <r7st> no error, just it just hangs
2610 [20:50:48] *** Quits: uppik (~uppik@replaced-ip ) (Quit: QRT)
2611 [20:50:56] <r7st> services networking and wicd are running
2612 [20:51:10] *** Joins: ltem (~ltem@replaced-ip )
2613 [20:51:37] *** Quits: billythefish (~btf@replaced-ip ) (Quit: Leaving...)
2614 [20:51:51] <bin_bash> both of them?
2615 [20:51:52] <r7st> not network-manager, and wpa_supplicant
seems to be doing something. i'm definitely mixing things up a
little
2616 [20:51:52] *** Joins: bDreadz (~bDreadz@replaced-ip )
2617 [20:51:54] <jhutchins_wk> r7st: Does it show the networks?
2618 [20:51:59] <bin_bash> someone correct me if i'm wrong,
but don't they conflict?
2619 [20:52:01] <r7st> bin_bash: yes
2620 [20:52:08] <r7st> jhutchins_wk: yes they show fine
2621 [20:52:16] *** Joins: ac23 (~ac23@replaced-ip )
2622 [20:52:24] <bin_bash> r7st: have you tried uninstalling wicd
and seeing if you still auto-connect
2623 [20:52:30] <jhutchins_wk> bin_bash: NM and wicd would
conflict, but he appears to not have NM installed or at least
running.
2624 [20:52:38] <jhutchins_wk> bin_bash: Besides, he can connect
at home.
2625 [20:52:38] <r7st> nm is installed but not running
2626 [20:52:50] <bin_bash> hmm i thought the networking service
was its own service that managed connections
2627 [20:52:51] <jhutchins_wk> r7st: Which is fine.
2628 [20:52:51] <r7st> i tried uninstalling wicd, and did not
connect
2629 [20:52:55] <bin_bash> ok
2630 [20:53:02] <bin_bash> wicd is not fun to debug
2631 [20:53:14] <r7st> i'm thinking of moving away from wicd
2632 [20:53:15] <jhutchins_wk> bin_bash: No, it manages a broader
range of things, network-manager handles connections.
2633 [20:53:16] <bin_bash> i ended up switching from wicd to
network manager
2634 [20:53:22] <bin_bash> because i had so many probnlems with it
2635 [20:53:22] <r7st> i've never had anything but trouble
with wicd
2636 [20:53:28] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 256 seconds)
2637 [20:53:46] <bin_bash> i switched to networkmansger tbh
2638 [20:53:47] *** Quits: u0_a123 (~u0_a123@replaced-ip ) (Ping timeout: 260 seconds)
2639 [20:53:49] * zykotick9 doesn't have much issues with his
wicd-curses usage... i like it when travelling.
2640 [20:53:56] <jhutchins_wk> Generally network-manager has been
the better tools for a couple of releases now, wicd used to be
better and still works better for some people.
2641 [20:53:59] <bin_bash> i liek that it has a vpn built in too.
2642 [20:54:05] <bin_bash> jhutchins_wk: yeah ive noticed
that'
2643 [20:54:19] <bin_bash> i used to swear by wicd but then at one
point i "upgraded" and it just didnt work properly
2644 [20:54:29] <r7st> maybe i should switch to network-manager?
2645 [20:54:43] <jhutchins_wk> r7st: It's one option you
could try.
2646 [20:55:12] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
2647 [20:55:16] <r7st> i think that might be a good idea, i know
i'm probably doing something wrong, but i've also had tons
of trouble with wicd in the past
2648 [20:55:17] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.7)
2649 [20:56:04] *** Quits: xprtiod (kdevtmpfs@replaced-ip ) (Ping timeout: 246 seconds)
2650 [20:56:33] *** Joins: socomm (~socomm@replaced-ip )
2651 [20:56:34] *** Joins: Y04NN (~y04nn@replaced-ip )
2652 [20:56:48] *** Joins: patterson (~patterson@replaced-ip )
2653 [20:57:09] *** Joins: Ricardo__ (~rick@replaced-ip )
2654 [20:57:09] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2655 [20:57:09] *** Joins: Ricardo__ (~rick@replaced-ip )
2656 [20:57:09] <r7st> hm
2657 [20:57:13] *** Joins: BluesKaj (~Blues@replaced-ip )
2658 [20:57:22] <r7st> so i uninsitalled wicd, and nm started
automatically for some reason
2659 [20:57:25] *** Quits: pLk (~sherwood@replaced-ip##) (Quit: Quake Memorial! ##replaced-url
2660 [20:57:31] *** Joins: theluckymike (~theluckym@replaced-ip )
2661 [20:57:34] <bin_bash> you know
2662 [20:57:40] <bin_bash> it wouldnt surprise me if they were
conflicting
2663 [20:57:44] <bin_bash> just being installed together
2664 [20:57:56] <r7st> should i get rid of wpasupplicant?
2665 [20:57:58] *** Parts: ac23 (~ac23@replaced-ip )
2666 [20:58:17] <bin_bash> i dont think so
2667 [20:59:05] <r7st> would that cause any conflicts?
2668 [20:59:32] <jhutchins_wk> r7st: wpasupplicant handles wpa
security.
2669 [20:59:40] *** Joins: jwd (~jwd@replaced-ip )
2670 [20:59:45] <jhutchins_wk> r7st: Needed for either wicd or NM
to work with wpa.
2671 [20:59:57] *** Quits: digidog (~digidog@replaced-ip ) (Quit: leaving)
2672 [21:00:00] <r7st> oh ok
2673 [21:00:03] *** Joins: btf (~btf@replaced-ip )
2674 [21:00:07] *** Joins: scorpex (~scorpex__@replaced-ip )
2675 [21:00:26] *** Parts: socomm (~socomm@replaced-ip )
2676 [21:00:37] <jhutchins_wk> bin_bash: No, the only way you have
a conflict with a non-running package is if you have a file with the
same name and location that is actually different, like whatever
provides "sendmail" with a mailer.
2677 [21:01:42] <r7st> even killing network manager it seemed
something was happening
2678 [21:01:53] <r7st> i think removing wicd might have fixed it,
but i can't test until i go back on campus
2679 [21:02:12] <bin_bash> jhutchins_wk: yeahhh but nm does some
weird dameon shit at start out
2680 [21:02:32] *** Joins: AnD[a]LeS (~andales@replaced-ip )
2681 [21:02:46] *** Quits: l_ (~hexjay@replaced-ip ) (Remote host closed the connection)
2682 [21:03:06] *** Quits: punctuatin (~PortableP@replaced-ip ) (Ping timeout: 256 seconds)
2683 [21:03:24] <jhutchins_wk> Well, again, it works with his home
network, so we know that it works. It's just not working with
the other networks.
2684 [21:03:32] <jhutchins_wk> r7st: At what point does it fail?
2685 [21:03:45] <bin_bash> yeah im just wondering if there's
something fucky going on with competing shit.
2686 [21:04:01] *** Joins: jim (~jim@replaced-ip )
2687 [21:04:12] <bin_bash> i vaguely remember havign a similar
issue with wicd and nm on crunchbang forever ago
2688 [21:04:24] <r7st> jhutchins_wk: just never connects to
anything - i'm hoping removing wicd solved the problem
2689 [21:05:04] *** Quits: Smither (~Smither@replaced-ip ) (Ping timeout: 260 seconds)
2690 [21:05:19] <jim> futzing with dhclient.conf
2691 [21:05:42] <r7st> bin_bash: i mish crunchbang :(
2692 [21:06:49] <r7st> i think the solution here is not to use
wicd. even before i was stupidly using nm and wicd at the same time,
i still had issues with wicd
2693 [21:07:12] *** Quits: jim (~jim@replaced-ip ) (Read error: Connection reset by peer)
2694 [21:07:16] *** Quits: Y04NN (~y04nn@replaced-ip ) (Remote host closed the connection)
2695 [21:07:27] *** Joins: Y04NN (~y04nn@replaced-ip )
2696 [21:07:51] *** Joins: jim (~jim@replaced-ip )
2697 [21:08:42] *** Quits: SugoiBeans (uid188175@replaced-ip ) (Quit: Connection closed for inactivity)
2698 [21:10:09] *** Joins: uniqdom (~uniqdom@replaced-ip )
2699 [21:11:10] *** Quits: monoxane (~monoxane@replaced-ip ) (Ping timeout: 264 seconds)
2700 [21:11:31] *** Joins: Smither (~Smither@replaced-ip )
2701 [21:11:33] *** Parts: julius (~julius@replaced-ip )
2702 [21:11:35] *** Quits: guampa (~guampa@replaced-ip ) (Ping timeout: 240 seconds)
2703 [21:11:43] <uniqdom> Hello... how can I restart automatically
a service that has crashed (main process exited, code=exited,
status=1/FAILURE) in systemd?
2704 [21:11:48] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
2705 [21:12:13] <uniqdom> in my service config file I have this
line: "Restart=on-failure"
2706 [21:12:18] <uniqdom> but it is not working
2707 [21:12:27] <greycat> By default, most service definitions
*will* restart their service...
2708 [21:12:27] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
2709 [21:12:36] <greycat> Mine has Restart=always
2710 [21:13:09] *** Joins: Cassiopaya (~Discovery@replaced-ip )
2711 [21:13:11] <uniqdom> I'm going to try with always
2712 [21:13:41] <uniqdom> greycat: does it take some time to be
restarted?
2713 [21:13:54] <greycat> It shouldn't.
2714 [21:14:09] <greycat> There's a RestartSec too....
2715 [21:14:29] <greycat> "Defaults to 100ms" according
to systemd.service(5)
2716 [21:14:32] <uniqdom> I'm following the journal with
"journalctl -f -u serviceName.service", but it is not
being restarted
2717 [21:15:01] <uniqdom> I don't have that line, so It
should follow the default
2718 [21:15:26] *** Joins: meghnath (~meghnath@replaced-ip )
2719 [21:15:42] *** Quits: meghnath (~meghnath@replaced-ip ) (Client Quit)
2720 [21:15:51] <cyphix> Hello. When I try to set the volume of my
mic with alsamixer, it keeps resetting to max position, so the sound
is inaudible. Any idea why this happens?
2721 [21:16:54] *** Quits: Olanzapin (~Olanzapin@replaced-ip ) (Read error: Connection reset by peer)
2722 [21:18:18] *** Joins: lm_3 (~lm_3@replaced-ip )
2723 [21:19:13] *** Joins: js9600 (~jsdk@replaced-ip )
2724 [21:19:18] *** Quits: youmu_ (uid221348@replaced-ip ) (Quit: Connection closed for inactivity)
2725 [21:20:56] *** Joins: monoxane (~monoxane@replaced-ip )
2726 [21:22:38] *** Joins: scratch (~user@replaced-ip )
2727 [21:23:19] <jhutchins_wk> If the reason it is not running is
because it's broken, no amount of restarting it will help. Find
out why it's not running.
2728 [21:23:25] *** Quits: lm_3 (~lm_3@replaced-ip ) (Read error: Connection reset by peer)
2729 [21:23:36] <scratch> hi if i want to change ownership of a
usb/hdd ntfs-3g do i just put an entry into fstab?
2730 [21:23:49] <scratch> would be nice to ease into all this
nicely
2731 [21:23:51] *** Joins: lm_3 (~lm_3@replaced-ip )
2732 [21:24:01] *** Quits: Voldenet (~Voldenet@replaced-ip ) (Ping timeout: 268 seconds)
2733 [21:24:07] <jhutchins_wk> scratch: I believe that's
still current.
2734 [21:24:38] *** Joins: pencilandpaper (~penciland@replaced-ip )
2735 [21:24:50] <scratch> jhutchins_wk: you are a very kindly and
gently soul thanks you my friend, i heard that some of the uid an
gid come as a nummeric code?
2736 [21:24:52] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2737 [21:24:55] <scratch> like is ther user map?
2738 [21:24:59] *** Joins: jubo2 (~juboxi@replaced-ip )
2739 [21:25:17] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2740 [21:25:22] <scratch> or can i put
replaced-url
2741 [21:25:24] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Quit: nathanleclaire)
2742 [21:25:39] <scratch> can i use the same hdd for more than one
mountpoint?
2743 [21:25:53] <greycat> You mean the same file system?
2744 [21:25:56] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
2745 [21:25:58] <jhutchins_wk> !user accessible ntfs
2746 [21:25:58] <dpkg> To get an NTFS or VFAT file system
accessible by users and groups on the local machine, man mount; man
5 fstab; and read about the umask, fmask, dmask, uid, and gid
options. You'll end up sticking something like
conv=auto,uid=<user>,gid=<group>,dmask=0002,fmask=0003
into your fstab's mount option field.
2747 [21:25:59] <scratch> liek say i want a share for one thing
and then a share for samba or somrthing
2748 [21:26:09] <scratch> greycat: not sure i udnedrstand
2749 [21:26:14] <greycat> scratch: you mean partitions? Yes, you
can partition a hard drive.
2750 [21:26:19] <jhutchins_wk> scratch: Not if it's
auto-mounting. If you mount it manually, yes.
2751 [21:26:20] <scratch> you mean same file system it is attached
to?
2752 [21:26:33] <greycat> scratch: your questions are super
confusing.
2753 [21:26:38] <scratch> i could manually mount it from a script
2754 [21:26:44] <scratch> greycat i am sorry
2755 [21:26:54] *** Joins: nekomata (~nekomata@replaced-ip )
2756 [21:26:55] <scratch> i will try to be better at this in the
future thanks
2757 [21:26:57] *** Joins: jason2007 (~jason@replaced-ip )
2758 [21:27:02] *** Joins: aete (~root@replaced-ip )
2759 [21:27:37] *** Joins: Levure (~quassel@replaced-ip )
2760 [21:27:56] <jhutchins_wk> scratch: File managers do tend to
automount USB devices, sometimes you can turn that off. It would
probably take the first entry in fstab in that case.
2761 [21:28:08] <scratch> let me start my question anew: I have a
debian computer, onto this debian computer i want to mount a hdd on
start up. for my purposes it needs another user and group ownership
then the current default...(hang on i cant type this fast)
2762 [21:28:44] *** Quits: zuiss1 (~zuiss1@replaced-ip ) (Quit: Leaving)
2763 [21:28:50] *** Joins: Voldenet (~Voldenet@replaced-ip )
2764 [21:28:50] *** Quits: Voldenet (~Voldenet@replaced-ip ) (Changing host)
2765 [21:28:50] *** Joins: Voldenet (~Voldenet@replaced-ip )
2766 [21:28:52] <scratch> ... and in addition i want to use
another part of the hdd to be mounted int ot the debian system at
antoher moiunt point as another hdd
2767 [21:29:02] *** Joins: ac23 (~ac23@replaced-ip )
2768 [21:29:05] <scratch> basically i need two seperate areas with
differing permissions
2769 [21:29:05] <greycat> Is the USB disk all one big partition?
2770 [21:29:14] <scratch> yes as of now
2771 [21:29:15] <jhutchins_wk> scratch: Usually fstab entries are
by device, so anything that shows as sr0 will get the settings for
sr0 in fstab. If you need specific settings for a specific drive no
matter where or when it's plugged in,use UUID.
2772 [21:29:19] <greycat> Are you asking how to change that?
2773 [21:29:19] <scratch> but i am willing to do whaterver
2774 [21:29:40] *** Joins: gambiyali (c38eb315@replaced-ip )
2775 [21:29:56] <scratch> ok thanks friends, i understand, and you
answerd my questions
2776 [21:30:11] <greycat> Depending on what TYPE of file system is
on the existing partition, there are probably programs that can
shrink it to a smaller size without your having to back up all the
data and recreate it.
2777 [21:30:13] <scratch> so partition wont help, and i need uuid
2778 [21:30:32] <greycat> scratch: also stop listening to
jhutchins_wk
2779 [21:30:58] <jhutchins_wk> scratch: No, partitioning is what
you want for what you described, but I think you might want UUID as
well.
2780 [21:31:00] *** Joins: nodauf (~xflorianx@replaced-ip )
2781 [21:31:14] *** Joins: userro (~userro@replaced-ip )
2782 [21:31:18] <uniqdom> greycat: I had to reload the daemon
config. it is restarting my service now. thanks
2783 [21:31:27] <scratch> i think i accidently created a uuid
partition for my back ups
2784 [21:31:38] <greycat> My god. jhutchins_wk: STOP DOING DAMAGE
TO THE NEWBIES.
2785 [21:31:43] *** Quits: aete (~root@replaced-ip ) (Quit: leaving)
2786 [21:32:11] <scratch> the files syste isntfs-3g
2787 [21:32:17] <greycat> Every file system has a UUID associated
with it. This is just a big ugly string of letters and numbers.
Totally not central to the issue at hand.
2788 [21:32:38] *** Joins: __C_P__ (~aaa@replaced-ip )
2789 [21:32:49] *** Quits: uniqdom (~uniqdom@replaced-ip ) (Quit: Saliendo)
2790 [21:33:04] <scratch> oh ok one is file system (uuid) and
another is the device and again another category is the partitions
2791 [21:33:31] <greycat> He will never recover from the brain
damage jhutchins_wk inflicted.
2792 [21:34:02] <scratch> well thanks everbody!
2793 [21:34:29] <jhutchins_wk> greycat: Don't I recall that
ext filesystems don't have a UUID by default but need blkid to
assign them?
2794 [21:34:32] <greycat> scratch: Maybe you should start by
attaching the disk, and then running "fdisk -l" as root,
to see what is currently on it.
2795 [21:35:17] *** Quits: devurandom (~quassel@replaced-ip ) (Remote host closed the connection)
2796 [21:35:18] <scratch> ok thanks first thing i ll do
2797 [21:35:22] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
2798 [21:35:26] <scratch> but it is empty or at least should be
2799 [21:35:43] <jhutchins_wk> scratch: They usually come
pre-formatted as something.
2800 [21:35:51] *** Quits: Speed2u (~speed2u@replaced-ip ) (Read error: Connection reset by peer)
2801 [21:35:52] *** Quits: _C_P_ (~aaa@replaced-ip ) (Ping timeout: 260 seconds)
2802 [21:36:00] <scratch> yes i fromated it into ntfs-3g
2803 [21:36:00] <greycat> Better to run fdisk -l and find out,
than to guess.
2804 [21:36:03] <scratch> i think
2805 [21:36:11] *** Joins: Speed2u (~speed2u@replaced-ip )
2806 [21:36:13] *** Joins: devurandom (~quassel@replaced-ip )
2807 [21:36:29] <greycat> If there's a partition (or more
than one partition), then you can also run "blkid" to see
the file systems and their UUID strings.
2808 [21:36:42] <scratch> ah nice
2809 [21:37:07] <scratch> i think i formated the drive into fat
and then mounted as ntfs-3g but i will have to check to be sure
2810 [21:37:16] <scratch> well thanks sorry for the confusing
question
2811 [21:37:16] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 260 seconds)
2812 [21:38:34] *** Joins: aete (~root@replaced-ip )
2813 [21:40:56] *** Joins: perlnecrohacker (~perlowcod@replaced-ip )
2814 [21:44:49] *** Joins: towo` (~towo@replaced-ip )
2815 [21:45:20] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
2816 [21:46:08] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
2817 [21:47:24] *** Quits: Innoix (~Innoix@replaced-ip ) (Remote host closed the connection)
2818 [21:48:04] *** Quits: olek_poz (~bobik314@replaced-ip ) (Ping timeout: 268 seconds)
2819 [21:49:20] *** Joins: dArK_IcE (~lawl@replaced-ip )
2820 [21:50:57] *** Quits: toro (~tony@replaced-ip ) (Ping timeout: 260 seconds)
2821 [21:51:38] *** Quits: nekomata (~nekomata@replaced-ip ) (Quit: Leaving)
2822 [21:53:13] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2823 [21:54:04] *** Joins: in1t3r (~LordShiva@replaced-ip )
2824 [21:54:20] *** Joins: jason85 (~spacedog@replaced-ip )
2825 [21:54:27] *** in1t3r is now known as Guest27661
2826 [21:54:57] *** Quits: han-solo (~han-solo@replaced-ip ) (Quit: leaving)
2827 [21:56:04] *** Joins: czesmir_ (~stefan@replaced-ip )
2828 [21:56:05] *** Quits: userro (~userro@replaced-ip ) (Ping timeout: 240 seconds)
2829 [21:56:55] *** Joins: David_Hedlund (~cryptonit@replaced-ip )
2830 [21:57:05] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Quit: Bye.)
2831 [21:57:15] *** Joins: nekomata (~nekomata@replaced-ip )
2832 [21:57:25] <David_Hedlund> Where do I report upstream BTS?
2833 [21:58:19] *** Quits: scorpex (~scorpex__@replaced-ip ) (Quit: Leaving)
2834 [21:58:39] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.7)
2835 [21:58:42] *** Quits: __builtin (~xray@replaced-ip ) (Quit: No Ping reply in 240 seconds.)
2836 [21:58:50] <jhutchins_wk> David_Hedlund: Are you running
packages from upstream?
2837 [21:58:50] <David_Hedlund> How do I report to the upstream
bug tracking system? I need to suggest an update for
replaced-url
2838 [21:58:57] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 240 seconds)
2839 [21:59:03] *** Quits: Guest27661 (~LordShiva@replaced-ip ) (Read error: Connection reset by peer)
2840 [21:59:07] <jhutchins_wk> David_Hedlund: Short answer: you
don't.
2841 [21:59:12] *** Quits: jon_x111115 (~jon_x@replaced-ip ) (Ping timeout: 256 seconds)
2842 [21:59:22] <David_Hedlund> jhutchins: Great answer. Can you
please read
replaced-url
2843 [21:59:24] <judd> Bug
replaced-url
2844 [21:59:45] *** Joins: RebelCoderRU (~Yuriy@replaced-ip )
2845 [21:59:47] *** Joins: Starky (~Starky@replaced-ip )
2846 [21:59:50] *** Joins: jon_x111115 (~jon_x@replaced-ip )
2847 [22:00:11] *** Joins: __builtin (~xray@replaced-ip )
2848 [22:00:11] *** Joins: sorin-mihai (equinox@replaced-ip )
2849 [22:00:28] *** Quits: pvoigt (~Linux@replaced-ip ) (Ping timeout: 246 seconds)
2850 [22:00:30] <jhutchins_wk> David_Hedlund: If you read the bug
reporting guidelines, they will strongly suggest not reporting
upstream. If something needs to go upstream, the maintainers have
MUCH more credibility with the developers.
2851 [22:00:46] <David_Hedlund> jhutchins: Did you read
replaced-url
2852 [22:00:57] *** Quits: exedore6 (~cleryd@replaced-ip ) (Quit: exedore6)
2853 [22:01:03] <jhutchins_wk> David_Hedlund: Upstream projects
have their own tracking systems (or not), and handle
feature/enhancement requests differently.
2854 [22:01:31] <David_Hedlund> jhutchins: So what am I going to
do with
replaced-url
2855 [22:01:57] *** Quits: ghoti (~paul@replaced-ip ) (Ping timeout: 240 seconds)
2856 [22:02:00] *** Joins: jimmm (~jim@replaced-ip )
2857 [22:02:35] *** Joins: thecha (~thecha@replaced-ip )
2858 [22:02:38] <jhutchins_wk> David_Hedlund: I would wait for a
reply from the maintainers.
2859 [22:02:57] <jhutchins_wk> David_Hedlund: Have you complied
and installed the package from the upstream sources?
2860 [22:03:23] <David_Hedlund> jhutchins: He already replied
saying: "> I think you should report this to the upstream
BTS, though, since we have no control over their website."
2861 [22:03:24] *** Quits: jazz (~jazz@replaced-ip ) (Remote host closed the connection)
2862 [22:03:40] <David_Hedlund> jhutchins: No, I just installed
the package.
2863 [22:04:01] <jhutchins_wk> David_Hedlund: Then you don't
know if your problem exists upstream, and that is the first thing
they will tell you.
2864 [22:04:34] <jhutchins_wk> David_Hedlund: You could find out
what kind of resources they have - mailing lists, forums, trackers -
and see if anybody has commented on that. Maybe they don't
support rar because it isn't entirely free.
2865 [22:04:53] <David_Hedlund> jhutchins: I have no idea what
upstream or not have to do with this. Its about updating
replaced-url
2866 [22:05:01] *** Joins: Devastator_ (~devas@replaced-ip )
2867 [22:05:15] <David_Hedlund> jhutchins: Thanks, I'll have
a look on the other resources.
2868 [22:05:16] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 260 seconds)
2869 [22:05:37] <jhutchins_wk> David_Hedlund: Also, your report is
what, five days old? While we're on freeze for wheezy release,
and maintainers are presumably focused on that.
2870 [22:05:51] *** Quits: bwf (~bwf@replaced-ip ) (Read error: Connection reset by peer)
2871 [22:05:51] <jhutchins_wk> David_Hedlund: It's lucky if
you get a response at all within two weeks.
2872 [22:05:58] <greycat> jhutchins_wk: have you recently emerged
from a coma?
2873 [22:06:07] <jhutchins_wk> David_Hedlund: My average time from
report to published fix is two years in RedHat.
2874 [22:06:15] *** Quits: lm_3 (~lm_3@replaced-ip ) (Read error: Connection reset by peer)
2875 [22:06:28] <jhutchins_wk> greycat: No, but I did get over a
bad cold.
2876 [22:06:38] <greycat> wheezy release was a few years back
2877 [22:07:01] <David_Hedlund> jhutchins: Ah.
2878 [22:07:01] *** Quits: BroTroxer2 (~BroTroxer@replaced-ip ) (Read error: Connection reset by peer)
2879 [22:07:12] *** Joins: grimsley (~grimsley@replaced-ip )
2880 [22:07:18] *** Joins: BroTroxer2 (~BroTroxer@replaced-ip )
2881 [22:07:20] *** Joins: shewp (~z@replaced-ip )
2882 [22:07:24] *** Joins: ghoti (~paul@replaced-ip )
2883 [22:07:52] <jimmm> can you emerge gcc from a coma? is that
like a newfangled repo?
2884 [22:08:03] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
2885 [22:08:33] *** Quits: pcav_ (~Paolo@replaced-ip ) (Quit: Leaving)
2886 [22:08:39] *** Joins: lnx_ (~lnx@replaced-ip )
2887 [22:08:43] *** Quits: flatstuff (~flatstuff@replaced-ip ) (Quit: Leaving)
2888 [22:08:46] *** lnx_ is now known as ralinux
2889 [22:08:52] <jhutchins_wk> David_Hedlund: Reading further into
your report, it would appear that the upstream folks think it should
work with RAR, so maybe something is wrong.
2890 [22:09:00] *** Quits: sh00p (~z@replaced-ip ) (Ping timeout: 260 seconds)
2891 [22:09:03] *** Quits: Devastator_ (~devas@replaced-ip ) (Changing host)
2892 [22:09:03] *** Joins: Devastator_ (~devas@replaced-ip )
2893 [22:09:05] *** Devastator_ is now known as Devastator
2894 [22:09:27] *** Quits: ompaul (~ompaul@replaced-ip ) (Remote host closed the connection)
2895 [22:09:56] <jimmm> seriously, I got a printer issue...
I'm trying to configure my printer, an hplj4050, and having
trouble getting it working by cups... I remember something about hp
printers like port 9100, but I don't remember the details of
how to set that up
2896 [22:10:27] <jimmm> argh, I have too many ms
2897 [22:11:19] *** Joins: moozer (~moz@replaced-ip )
2898 [22:11:21] *** Joins: pvoigt (~Linux@replaced-ip )
2899 [22:11:27] *** Joins: CHCl3 (~CHCl3@replaced-ip )
2900 [22:11:34] <jhutchins_wk> jimmm: hplip?
2901 [22:11:56] *** Quits: CHCl3 (~CHCl3@replaced-ip ) (Remote host closed the connection)
2902 [22:11:59] <jhutchins_wk> jimmm: The cups web site has some
good pages on how to get specific printer.
2903 [22:12:01] *** Joins: hotdawg (~pi@replaced-ip )
2904 [22:12:03] <jhutchins_wk> s working.
2905 [22:12:12] *** Quits: DingoSaar (~hagen@replaced-ip ) (Quit: Leaving)
2906 [22:12:16] <jimmm> I'll check that
2907 [22:12:19] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2908 [22:13:04] <jimmm> meanwhile I have to fix my flaky
network...
2909 [22:13:20] *** Joins: fenns (~fenns@replaced-ip )
2910 [22:14:30] *** Joins: bobby_ (5600670e@replaced-ip )
2911 [22:14:44] <jhutchins_wk> greycat: Yes, we're on freeze
for stretch, not wheezy.
2912 [22:15:27] *** Quits: Aebian (~Aebian@replaced-ip ) (Ping timeout: 260 seconds)
2913 [22:15:28] <jimmm> what's the curr. rc bug count on
stretch?
2914 [22:15:47] *** Joins: AnimalFarmPig (~afp@replaced-ip )
2915 [22:15:59] <greycat> !release-critical
2916 [22:15:59] <dpkg> Release-Critical bugs are Debian bugs with
critical, grave or serious severities, preventing the next release
of Debian. See the graph at
replaced-url
2917 [22:16:25] <jhutchins_wk> I thought someone had one of the
bots programmed to retrieve the count...
2918 [22:17:19] *** Joins: pencilandpaper (~penciland@replaced-ip )
2919 [22:17:29] *** Joins: DammitJim (~DammitJim@replaced-ip )
2920 [22:19:05] <jimmm> what was that glitch in the graph from
january?
2921 [22:19:35] *** Joins: dave0x6d (uid190567@replaced-ip )
2922 [22:19:50] <AnimalFarmPig> I've had a Sun Netra T2000
sitting around in a closet unused (wife said it was too loud) for a
couple years. I just started a new job and one of the perks is that
I can colo servers at the office. I know that Debian dropped
official support for sun4v with the last release, but it looks like
there's an unofficial port
2923 [22:20:03] <AnimalFarmPig> I haven't used unofficial
ports before, is there anything I should watch out for?
2924 [22:20:43] <AnimalFarmPig> According to
replaced-url
2925 [22:22:38] <jhutchins_wk> jimmm: You mean where it jumped up
or the vertical line?
2926 [22:23:18] *** Quits: rsx (~dummy@replaced-ip ) (Remote host closed the connection)
2927 [22:25:32] *** Quits: jason85 (~spacedog@replaced-ip ) (Quit: Leaving)
2928 [22:26:48] *** Joins: macartur (~macartur@replaced-ip )
2929 [22:27:13] *** Joins: doslas (~doslas@replaced-ip )
2930 [22:29:23] *** Quits: internot (~node1@replaced-ip ) (Ping timeout: 268 seconds)
2931 [22:30:34] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
2932 [22:30:58] *** Quits: doslas (~doslas@replaced-ip ) (Client Quit)
2933 [22:31:07] *** Quits: jimmm (~jim@replaced-ip ) (Read error: Connection reset by peer)
2934 [22:31:28] *** Joins: Timmy (~quassel@replaced-ip )
2935 [22:31:36] *** Joins: jimmm (~jim@replaced-ip )
2936 [22:31:48] *** Joins: thiras (~thiras@replaced-ip )
2937 [22:32:03] *** Quits: _Nox (~Nox@replaced-ip ) (Quit: Pub time ;-))
2938 [22:32:30] *** Quits: DoctorSlightlyBa (040e213c@replaced-ip ) (Quit: Page closed)
2939 [22:33:21] *** Quits: Marumarsu (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2940 [22:33:25] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 240 seconds)
2941 [22:33:53] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2942 [22:35:10] *** Joins: mavhq (~quassel@replaced-ip )
2943 [22:35:20] *** Joins: civillian (~nick@replaced-ip )
2944 [22:37:20] *** Quits: Timmy (~quassel@replaced-ip ) (Remote host closed the connection)
2945 [22:38:59] *** Quits: fenns (~fenns@replaced-ip ) (Remote host closed the connection)
2946 [22:42:44] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2947 [22:42:57] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 268 seconds)
2948 [22:43:05] *** Quits: j4g0 (~j4g0@replaced-ip ) (Remote host closed the connection)
2949 [22:44:07] *** Joins: afuentes (~kusanagi@replaced-ip )
2950 [22:44:13] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: The Pwca has left the building)
2951 [22:46:25] *** Joins: ghff5 (~ghff5@replaced-ip )
2952 [22:46:26] *** Joins: Eduard_Munteanu (~Eduard_Mu@replaced-ip )
2953 [22:46:34] *** Quits: teraflops (~teraflops@replaced-ip ) (Quit: WeeChat 1.5)
2954 [22:47:10] *** Joins: teraflops (~teraflops@replaced-ip )
2955 [22:47:23] *** Quits: Megaf (~Megaf@replaced-ip ) (Remote host closed the connection)
2956 [22:47:24] <ghff5> Upgraded to gtx 960 from quadro 600. Had
nvidia drivers installed. Blinking cursor after post. Tried
'nomodeset' no such luck. Any ideas?
2957 [22:47:44] *** Joins: Megaf (~Megaf@replaced-ip )
2958 [22:47:53] *** Quits: teraflops (~teraflops@replaced-ip ) (Client Quit)
2959 [22:48:00] *** debhelper sets mode: +l 1713
2960 [22:48:12] *** Joins: kiltzman (~k1ltzman@replaced-ip )
2961 [22:49:28] *** Quits: criztovyl (~christoph@replaced-ip ) (Quit: Nooooooooo)
2962 [22:49:41] *** Quits: jwd (~jwd@replaced-ip ) ()
2963 [22:49:43] *** Quits: akash_ (uid150251@replaced-ip ) (Quit: Connection closed for inactivity)
2964 [22:49:55] <jimmm> jhutchins_wk, oh sorry, I meant the two
vertical lines at the beginning and end of january... also, I have
hplip installed on the server machine... does it need to be on the
client too?
2965 [22:50:22] <klow> Anyone know if its reasonably possible to
downgrade php packages to version 5.3 on Jessie 8.7 ? I broke an
application that isnt ready for 5.6 php
2966 [22:50:24] <jhutchins_wk> jimmm: I don't know,
mine's a brother.
2967 [22:50:36] *** Quits: bDreadz (~bDreadz@replaced-ip ) (Quit: buh bye.)
2968 [22:50:49] *** Joins: ghff6 (~ghff5@replaced-ip )
2969 [22:51:03] <jimmm> hmm, it used to work fine before I
replaced my linux-box gateway
2970 [22:51:15] <ghff6> Tried nvidia.modeset=0
2971 [22:51:19] *** Joins: eternal-pain (~eternal-p@replaced-ip )
2972 [22:51:26] <ghff6> Tried nv.modeset=0
2973 [22:51:38] <ghff6> Tried noveau.modeset=0
2974 [22:51:40] *** Joins: teraflops (~teraflops@replaced-ip )
2975 [22:51:43] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
2976 [22:51:50] <ghff6> Tried nomodeset
2977 [22:52:35] <jimmm> ok... hmm, anyone got an hplj with a
jetdirect card?
2978 [22:52:40] <jhutchins_wk> klow: What you really should do is
fix the app so it works with 7 and install that. 5 isn't
supported any more.
2979 [22:52:47] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 260 seconds)
2980 [22:53:15] <blackflow> klow: 5.3 is EOL long time ago
2981 [22:53:16] <jimmm> (cups printed its test pages)
2982 [22:53:33] <jhutchins_wk> I think 5.* was EOL 1 March.
2983 [22:53:40] <greycat> even wheezy has php 5.4
2984 [22:53:40] *** Quits: ghff5 (~ghff5@replaced-ip ) (Ping timeout: 246 seconds)
2985 [22:53:48] <jhutchins_wk> Or 1 April.
2986 [22:53:57] <blackflow> jhutchins_wk: no, 5.6 is supported
until end of next year
2987 [22:54:24] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 1.7)
2988 [22:54:49] <klow> ya, well that would be nice. But its a huge
project that I dont even develop for, just use as a consumer
(FreePBX) . Their *beta* version uses 5.6, and stable which I am
hoping to use, requires 5.3 .
2989 [22:54:51] <blackflow> klow: I think it'd be better to
just fix the application, there shouldn't be much
incompatibilities between 5.3 and 5.6
2990 [22:55:03] <blackflow> ah
2991 [22:55:25] <jhutchins_wk> Not sure where I got that date, 5.6
went security support only on 19 January.
2992 [22:56:01] <jhutchins_wk> 5.5 and earlier have no support.
2993 [22:56:18] <klow> Does that mean they are not available in
the jessie repos whatsoever?
2994 [22:56:32] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2995 [22:56:33] <klow> support is great but Im just looking for a
possible solution that works for me heh
2996 [22:56:41] <dStruct> ok a bit of a random question here. If I
had hypothetically have a disk formatted 768 bits per sector, is
there any remote possibility of mounting it on any UNIX/Linux or
even Windows platform? Aside from coding some kind of driver from
scratch?
2997 [22:56:43] <jhutchins_wk> blackflow:
replaced-url
2998 [22:56:45] <blackflow> klow: is there a docker package of it?
2999 [22:56:57] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 240 seconds)
3000 [22:57:00] *** Joins: Chinesium (~Chinesium@replaced-ip )
3001 [22:57:31] *** Joins: semeion (~semeion@replaced-ip )
3002 [22:57:33] <jhutchins_wk> klow: They're not supported
upstream, php.net. The packages still exist, but it's going to
require patches be backported from 5.6 to maintain security.
3003 [22:57:36] <klow> negative, I actually tried to make one and
it was exceedingly difficult. VoIP isnt well suited to containers.
FreePBX has many many parts, asterisk, mysql, node.js, apache, lua,
the list goes on.
3004 [22:57:44] <klow> makes for a pretty gnarly container
3005 [22:58:00] *** Joins: guampa (~guampa@replaced-ip )
3006 [22:58:02] <blackflow> klow: maybe just for phpfpm
3007 [22:58:08] <klow> not to mention cron, syslog, etc
3008 [22:58:47] <jhutchins_wk> dStruct: I don't know that the
sector size is relevant.
3009 [22:58:51] <klow> hmm
3010 [22:58:59] <jhutchins_wk> dStruct: It's more the
filesystem format.
3011 [22:59:08] *** Joins: AimHere (~David@replaced-ip )
3012 [22:59:23] *** Quits: jhutchins_wk (0c7e567a@replaced-ip ) (Quit: Page closed)
3013 [22:59:33] *** Joins: hagridaaron (~hagridaar@replaced-ip )
3014 [22:59:54] <dStruct> jhutchins_wk: well true, the disk itself
is hard coded to 768bps and the FS is formatted for it. Do you know
of a way I could pull files off of it without having to rebuild data
from scratch. I'm trying to do a file copy directly from it
3015 [22:59:57] *** Quits: andril (~andril@replaced-ip ) (Ping timeout: 240 seconds)
3016 [22:59:57] <blackflow> klow: I suppose you could find an
older package for 5.3 but then make sure you lock it down with
apparmor or similar and security features of systemd
3017 [23:00:13] *** Quits: ghff6 (~ghff5@replaced-ip ) (Ping timeout: 268 seconds)
3018 [23:00:24] <blackflow> klow: or simply use the beta? is it
unstable?
3019 [23:00:53] <klow> Ya, I might try to go that route. Im not
sure.
3020 [23:01:00] <klow> the beta of the app that is.
3021 [23:01:03] <klow> gah
3022 [23:01:50] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: This time the bullet cold rocked ya / A yellow ribbon
instead of a swastika)
3023 [23:01:52] *** Joins: loader (~rado@replaced-ip )
3024 [23:02:45] *** Joins: argus (~65dsaf5@replaced-ip )
3025 [23:03:35] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Ping timeout: 240 seconds)
3026 [23:03:48] *** Quits: hagridaaron (~hagridaar@replaced-ip ) (Client Quit)
3027 [23:04:48] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 240 seconds)
3028 [23:04:50] *** Joins: Megaf_ (~Megaf@replaced-ip )
3029 [23:05:20] *** Quits: Megaf (~Megaf@replaced-ip ) (Read error: Connection reset by peer)
3030 [23:05:43] *** Joins: internot (~node1@replaced-ip )
3031 [23:06:50] *** Joins: Specialist (~tg@replaced-ip )
3032 [23:07:19] *** Joins: hagridaaron (~hagridaar@replaced-ip )
3033 [23:07:21] *** __gftg is now known as gftg_away
3034 [23:08:27] *** Joins: mickael (~smuxi@replaced-ip )
3035 [23:08:30] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
3036 [23:11:28] <ikonia> dStruct: what are you trying to do this
on
3037 [23:11:34] <ikonia> you seem to be posting it across multiple
hanels
3038 [23:11:36] <ikonia> channels
3039 [23:11:43] <dStruct> ikonia: only these two
3040 [23:12:18] <ikonia> these two what ?
3041 [23:12:32] <dStruct> ikonia: I'm trying to mount an
unknown file system on a disk formatted 768 bit per sector with an
unknown partition type, and copy large amounts of files directly
from it
3042 [23:12:34] *** Quits: afidegnum (~afidegnum@replaced-ip ) (Ping timeout: 246 seconds)
3043 [23:12:54] <ikonia> dStruct: again as I told you what has the
sector size and partiton type got to do with the file system
3044 [23:13:03] *** Joins: andril (~andril@replaced-ip )
3045 [23:13:04] <ikonia> dStruct: and what are you doing this on
debian or ubuntu as you're asking the same in both
3046 [23:14:28] <dStruct> ikonia: I will use any distro even
Windows if it would allow me to natively copy the files preserving
path or at least file name
3047 [23:14:53] <ikonia> dStruct: right, so find out the file
system on it
3048 [23:15:08] <dStruct> ikonia: hmm, easier said then done but
I'll see what I can come up with
3049 [23:16:18] *** Joins: aaro (~aaro@replaced-ip )
3050 [23:18:59] *** Joins: rohtechki (~rohtechki@replaced-ip )
3051 [23:19:10] <rohtechki> hi
3052 [23:19:33] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Quit: kyy)
3053 [23:19:45] *** Joins: dontknow (~dontknow@replaced-ip )
3054 [23:19:59] *** Joins: earthundead (~earthunde@replaced-ip )
3055 [23:20:09] <rohtechki> i have a problem i cant run tor
3056 [23:21:14] *** Quits: bobby_ (5600670e@replaced-ip ) (Ping timeout: 260 seconds)
3057 [23:21:21] *** Joins: bpsecret (~bpsecret@replaced-ip )
3058 [23:21:39] *** __builtin is now known as |
3059 [23:21:48] *** | is now known as __builtin
3060 [23:22:15] <rohtechki> hello
3061 [23:22:17] <rohtechki> ??
3062 [23:22:24] <ikonia> hello what ?
3063 [23:22:30] <dontknow> rohtechki, tor browseR?
3064 [23:22:47] *** Parts: rohtechki (~rohtechki@replaced-ip )
3065 [23:22:58] <dontknow> lol
3066 [23:23:23] *** Quits: blaisebool (~blaiseboo@replaced-ip##) (Quit: ZNC 1.6.2 - ##replaced-url
3067 [23:23:48] *** Joins: Guest69634 (~Wid@replaced-ip )
3068 [23:24:17] *** Parts: AnimalFarmPig (~afp@replaced-ip )
3069 [23:25:03] *** Joins: superphunthyme (~superphun@replaced-ip )
3070 [23:26:27] *** Joins: woshty (~irc@replaced-ip )
3071 [23:26:43] *** Quits: soulez (~soulez@replaced-ip ) (Quit: Leaving)
3072 [23:26:44] *** Quits: macartur (~macartur@replaced-ip ) (Quit: Leaving)
3073 [23:27:49] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3074 [23:27:53] <dontknow> ubuntu cancels unity and switch to
gnome
3075 [23:27:57] *** Joins: bobby_ (5600670e@replaced-ip )
3076 [23:28:34] *** Quits: Kobra_ (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
3077 [23:32:24] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
3078 [23:33:43] *** Parts: Guest69634 (~Wid@replaced-ip )
3079 [23:33:52] *** Joins: Gi0 (~Gi0@replaced-ip )
3080 [23:33:53] *** Joins: scream (~scream@replaced-ip )
3081 [23:36:02] *** Joins: Kobra (~quassel@replaced-ip )
3082 [23:36:51] *** Joins: Devastator_ (~devas@replaced-ip )
3083 [23:36:59] *** Quits: Devastator_ (~devas@replaced-ip ) (Changing host)
3084 [23:36:59] *** Joins: Devastator_ (~devas@replaced-ip )
3085 [23:37:34] *** Quits: bobby_ (5600670e@replaced-ip ) (Ping timeout: 260 seconds)
3086 [23:37:41] *** Joins: ewew (~ewew@replaced-ip )
3087 [23:37:44] *** Quits: marie1972 (marie1972@replaced-ip ) ()
3088 [23:38:29] *** Quits: chomwitt2 (~chomwitt@replaced-ip ) (Quit: WeeChat 1.0.1)
3089 [23:38:37] *** Comstock_ is now known as Comstock
3090 [23:38:52] *** Joins: chomwitt (~chomwitt@replaced-ip )
3091 [23:38:57] *** Quits: |DM| (~|DM|@replaced-ip ) (Ping timeout: 240 seconds)
3092 [23:39:52] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 246 seconds)
3093 [23:40:20] *** Joins: dayten (~gnoid@replaced-ip )
3094 [23:40:55] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 240 seconds)
3095 [23:41:34] *** Quits: Y04NN (~y04nn@replaced-ip ) (Remote host closed the connection)
3096 [23:41:35] *** Quits: hagridaaron (~hagridaar@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3097 [23:42:13] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3098 [23:42:13] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Changing host)
3099 [23:42:13] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3100 [23:42:16] *** Joins: ScandalousGreenA (~Mutter@replaced-ip )
3101 [23:42:52] *** Joins: bobby_ (5600670e@replaced-ip )
3102 [23:43:00] *** Joins: Leoneof (~Leoneof@replaced-ip )
3103 [23:43:39] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
3104 [23:44:14] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
3105 [23:44:47] *** Joins: Y04NN (~y04nn@replaced-ip )
3106 [23:44:49] *** Quits: alecov (~control@replaced-ip ) (Disconnected by services)
3107 [23:44:54] *** Joins: alecov (~control@replaced-ip )
3108 [23:45:14] <Leoneof> hi, is there any option to install kde
within netinstall?
3109 [23:45:17] *** Joins: Haudegen (~quassel@replaced-ip )
3110 [23:45:58] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
3111 [23:45:59] <Leoneof> debian testing
3112 [23:47:17] *** Joins: blueness (~blueness@replaced-ip )
3113 [23:47:50] *** Quits: jason2007 (~jason@replaced-ip ) (Quit: Leaving)
3114 [23:49:44] *** Joins: init7 (~init@replaced-ip )
3115 [23:50:01] *** Quits: estragon_ (~estragon@replaced-ip ) ()
3116 [23:51:58] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Ping timeout: 264 seconds)
3117 [23:53:28] *** gambiyali is now known as mete_cetin
3118 [23:53:43] *** Joins: glebihan_ (~glebihan@replaced-ip )
3119 [23:53:52] <jimmm> Leoneof, yeah, if you have the net
configured early in the netinst process, and have a mirror
configured which is working, you should be able to get kde pretty
easily
3120 [23:54:00] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3121 [23:54:08] *** Joins: pencilandpaper (~penciland@replaced-ip )
3122 [23:54:21] <Leoneof> jimmm: oh great, thanks
3123 [23:54:23] <Leoneof> :]
3124 [23:54:43] <jimmm> even if you just install the base, once
you get networking and a mirror up, its easy
3125 [23:55:00] *** Quits: ltem (~ltem@replaced-ip ) (Quit: Leaving)
3126 [23:56:20] *** Quits: zun (uid130397@replaced-ip ) (Quit: Connection closed for inactivity)
3127 [23:56:33] <jimmm> and, even if you do have the net early,
and you install other stuff under netinstall, but forget the DE and
reboot into the newly installed debian, it will -still- be easy from
your installation (instead of from the netinstall)
3128 [23:56:40] <jimmm> so you're covered either way
3129 [23:56:42] *** Joins: chomwitt1 (~chomwitt@replaced-ip )
3130 [23:57:38] *** Jacob8432 is now known as Jacob843
3131 [23:59:28] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 246 seconds)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be