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:01] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
1 [00:00:20] <john> sorry, im not used to highlighting names yet simonlnu, i'll try and do that more
2 [00:00:25] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 240 seconds)
3 [00:00:30] <simonlnu> np
4 [00:00:44] <john> So I guess once i've made a /dev/zram0, i can just mount it?
5 [00:00:46] *** Joins: barto (~Freddy@replaced-ip )
6 [00:01:01] <simonlnu> you don't mount it
7 [00:01:12] *** Joins: CursedKnave (~dffsda124@replaced-ip )
8 [00:01:14] <john> ah, so its really only for swap?
9 [00:01:40] <simonlnu> yes
10 [00:01:58] *** Quits: tako (~tako@replaced-ip ) (Quit: Leaving)
11 [00:02:02] *** Joins: Xavier714 (~Xavier714@replaced-ip )
12 [00:02:07] <john> poooop - I thought i found a way to get more data into ram instead of reading it off the disk
13 [00:02:13] *** Joins: denisk (~denisk@replaced-ip )
14 [00:02:26] <john> compressed it's like 100x smaller, since theres a lot of repetition in the datastructure
15 [00:02:53] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
16 [00:03:08] <simonlnu> yeah, it's useful for that
17 [00:03:15] <jmcnaught> john: using it as swap is how you use it as ram. swap doesn't automatically mean "on a hard drive".
18 [00:03:16] *** Quits: biberu (~biberu@replaced-ip ) ()
19 [00:03:23] *** Quits: flutterbrony (~flutterbr@replaced-ip ) (Quit: Leaving)
20 [00:03:37] <john> oh, er, right
21 [00:03:43] <john> good point
22 [00:03:44] <jmcnaught> john: by using it as swap you're saying to the kernel "hey, this compressed virtual ram disk/block device, use this as swap"
23 [00:03:48] *** Joins: pencilandpaper (~penciland@replaced-ip )
24 [00:03:50] <john> I see
25 [00:03:59] <john> Well, ah, again i dont know if that will help me much
26 [00:04:22] <awal1> I have problem runnin 'xmobar' replaced-url
27 [00:04:22] *** Joins: moozzz (~moozzz@replaced-ip )
28 [00:04:27] <john> I'm reading a gzip file from disk in Python, then loading it into memory as a binary table of two 32bit columns
29 [00:04:52] *** Joins: s_i_m (~s_i_m@replaced-ip )
30 [00:04:52] <salviaD> how can I make raspbian jessy friedly to constant insert/removal of the ethernet cable? I may start it without cable, plug in after a while, remove at any time, plug again in another lan... In resume, make it plug and play dhcp/dns
31 [00:04:55] *** Quits: Slimmy (~tst@replaced-ip ) (Quit: Leaving)
32 [00:05:02] <jmcnaught> john: you could compare the output of "free -m" before and after using the zram as swap.
33 [00:05:06] <john> The second column has an essentially random number, but the first column is a sorted, so its highly compressable
34 [00:05:11] *** Quits: John_EFF (~John_EFF_@replaced-ip ) (Quit: Leaving)
35 [00:05:38] <john> I think if i ask python to load the file, it will just go into normal RAM since i have tons of it, rather than a special compressed RAM place
36 [00:05:49] <jmcnaught> salviaD: raspian isn't supported in #debian, only Debian is.
37 [00:06:06] *** Quits: moozzz (~moozzz@replaced-ip ) (Client Quit)
38 [00:06:12] <john> I was hoping I would just, like, turn my 128Gb of ram into 500Gb or something with a tiny decompression tradeoff
39 [00:06:13] <jmcnaught> salviaD: you'll need to ask in #raspian
40 [00:06:17] <salviaD> jmcnaught: in case I want to do this , with debian? The concept helps me
41 [00:06:21] *** Joins: cerebro_ (~cerebro@replaced-ip )
42 [00:06:43] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
43 [00:07:31] *** Quits: SerajewelKS (me@replaced-ip ) (Ping timeout: 268 seconds)
44 [00:07:31] *** Quits: Caelum (rkitover@replaced-ip ) (Ping timeout: 268 seconds)
45 [00:08:58] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Read error: Connection reset by peer)
46 [00:09:05] <john> jmcnaught, ah! it can be done!
47 [00:09:10] <john> I can turn it into a disk :)
48 [00:09:18] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 248 seconds)
49 [00:09:21] <john> mkfs.ext4 /dev/zram0
50 [00:09:23] *** Joins: cerebro_ (~cerebro@replaced-ip )
51 [00:09:30] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
52 [00:09:37] <john> mount /dev/zram0 /mnt/zram
53 [00:09:41] <john> boom :)
54 [00:09:54] <jmcnaught> john: have you found/read replaced-url
55 [00:09:55] *** Quits: edg (~edg@replaced-ip ) (Ping timeout: 248 seconds)
56 [00:10:10] <john> i liturally JUST found it :)
57 [00:10:17] <john> i was copy/pasting it to show you :)
58 [00:10:19] *** Quits: gdot (~gdot@replaced-ip ) (Ping timeout: 252 seconds)
59 [00:10:41] <john> So yeah, although it's not 'true' ram, i can atleast make a ram disk, put my data on there, and then tell python to read from it
60 [00:11:18] <jmcnaught> john: using it as swap is probably closer to what you originally wanted, (free ram)
61 [00:11:36] <john> maybe, i will have to try that
62 [00:11:40] *** Joins: edg (~edg@replaced-ip )
63 [00:11:53] <john> Thing is i have tons of ram - but it isn't enough to hold all my data at once
64 [00:12:05] <john> if the daa stazed the size as it is on disk (gzipped), then it would be no problem
65 [00:12:20] <john> but to read it, i have to unpack it, and i don't have 200Gb of RAM
66 [00:13:04] <john> maybe... if i just have 1Gb of normal ram and 127 of this zram, when all the ram gets taken up, python will use it anyway as swap
67 [00:13:06] <john> ...hm
68 [00:13:18] *** Joins: nuno_nunes (~PC@replaced-ip )
69 [00:13:20] <john> Thats what you were saying right?
70 [00:13:26] <jmcnaught> john: there's probably also a python library for dealing with large data sets, loading only a bit into memory at a time. maybe ask in #python ?
71 [00:14:31] <jmcnaught> john: that's the general concept with zram swap yes. when something gets swapped out of memory, it gets swapped into a compressed zram disk (not as slow as a hard drive where a traditional swap would be)
72 [00:15:02] <john> I seee
73 [00:15:18] *** Joins: githogori (~githogori@replaced-ip )
74 [00:15:27] <john> But isn't that only for writes?
75 [00:15:30] <john> No, i guess thats anything...
76 [00:15:44] *** Quits: nuno_nunes (~PC@replaced-ip ) (Read error: Connection reset by peer)
77 [00:15:46] *** Joins: mtn (~mtn@replaced-ip )
78 [00:15:47] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 248 seconds)
79 [00:16:33] <jmcnaught> john: i would probably try to solve this in python instead
80 [00:16:55] *** Joins: tako (~tako@replaced-ip )
81 [00:17:27] <john> Ah, i've been on this issue for months - there are other ways to get random-access data structures with compression, like HDF5, but i really just want a simple C struct
82 [00:17:31] <tako> i fix my problems
83 [00:17:39] <john> two columns, 32bit and 16bits, and a bazillion rows
84 [00:17:49] *** Joins: x032cx (~lxuser@replaced-ip )
85 [00:17:50] <tako> guys which nvidia version bumblebee using ?
86 [00:18:45] *** Quits: l3archos (~Icedove@replaced-ip ) (Quit: l3archos)
87 [00:19:06] *** Quits: vivid (~vivid@replaced-ip ) (Ping timeout: 246 seconds)
88 [00:19:20] <s_i_m> jonh, maybe you do not need all data in ram at the same time?
89 [00:20:02] <john> s_i_m, ah, I dont *have* to, but the idea is, um
90 [00:20:46] *** Quits: hexnewbie (~hexqip@replaced-ip ) (Quit: Leaving)
91 [00:21:47] <s_i_m> huge hash array?
92 [00:22:31] <john> Um, no no, that would make sense :P This is more like, every 700Mb binary table represents 1 person's genome, and some signal information for every base
93 [00:22:43] <flaf> Hi. Question about pinning. Can someone explain me why the priority is the same (ie 990) for all versions of the "ceph" package here (outpout of the second command) => replaced-url
94 [00:22:53] *** Quits: stratum (~stratum@replaced-ip ) (Quit: stratum)
95 [00:22:59] *** Joins: MBach (b0b8237e@replaced-ip )
96 [00:23:00] <john> And the biggest problem at the moment is that, while you can ask a question of the data and get a reply back in 3 minutes, that kind of sucks
97 [00:23:13] <MBach> hi
98 [00:23:18] <john> You bring 3 or 4 people in to look at the data and start thinking of questions, and by the third question everyone is asleep
99 [00:23:43] <john> if i can get it from 3 minutes or even 1 minute down to 3 seconds, then the whole thing becomes more interactive and we dont waste people's time
100 [00:24:00] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 246 seconds)
101 [00:24:00] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 246 seconds)
102 [00:24:24] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
103 [00:24:25] <john> But i couldn't load *all* the data into memory by about 50Gb, so i was about to think about lossy compression
104 [00:24:31] <john> like, delete data
105 [00:24:37] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 252 seconds)
106 [00:24:37] *** Joins: alive876 (4b895a4e@replaced-ip )
107 [00:24:53] <john> So this is waaay better, since i know gzipped these 700Mb numpy arrays become <70
108 [00:25:06] *** Joins: Radj (uid137502@replaced-ip )
109 [00:25:09] *** Quits: T0rch (~T0rch@replaced-ip ) (Remote host closed the connection)
110 [00:25:17] <MBach> I made a software available for Ubuntu, but I would like to make it available also for debian. However, one of its dependency is available only on Ubuntu. Where should I look for help?
111 [00:25:19] *** Joins: kam270 (~kam270@replaced-ip )
112 [00:25:21] *** Quits: tako (~tako@replaced-ip ) (Quit: Leaving)
113 [00:26:01] *** Joins: js9600 (~js9600@replaced-ip )
114 [00:26:12] *** Quits: blahRus (~blahRus@replaced-ip ) (Quit: Leaving.)
115 [00:26:25] <bazhang> !backports
116 [00:26:25] <dpkg> A backport is a package from a newer Debian branch, compiled from source for an older branch to avoid dependency and <ABI> complications. replaced-url
117 [00:26:54] *** Quits: zlatan (~Zlatan@replaced-ip ) (Quit: Leaving)
118 [00:26:59] *** Joins: marcozink (~marcozink@replaced-ip )
119 [00:26:59] *** Quits: marcozink2 (~marcozink@replaced-ip ) (Ping timeout: 248 seconds)
120 [00:27:26] <s_i_m> MBach, you need to package dependencies too. check for debian-mentors list and website.
121 [00:27:52] *** Joins: bluenemo (~bluenemo@replaced-ip )
122 [00:27:53] *** Quits: WinstonSmith (~WinstonSm@replaced-ip ) (Ping timeout: 250 seconds)
123 [00:27:53] *** Quits: chrisc (~chrisc@replaced-ip ) (Quit: leaving)
124 [00:27:57] *** Quits: hillbicks (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
125 [00:28:01] *** debhelper sets mode: +l 1601
126 [00:28:21] <zykotick9> MBach: <just a guess> but i'd think what the dependency actually is, might determine success/failure... good luck
127 [00:29:09] <MBach> well this is QtAV
128 [00:29:18] *** Quits: krawchyk (~textual@replaced-ip ) (Quit: left)
129 [00:29:32] <MBach> ( replaced-url
130 [00:30:35] *** Joins: WinstonSmith (~WinstonSm@replaced-ip )
131 [00:30:44] *** Joins: chrisc (~chrisc@replaced-ip )
132 [00:30:52] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 260 seconds)
133 [00:31:51] <alive876> hi, newbie here, trying to do X11 forwarding over ssh... I checked the remote server which has these set "X11Forwarding yes" "X11DisplayOffset 10" , the so I do this ssh -v -X <address> and when i log in, is there a way to test if its working?
134 [00:32:31] <themill> MBach: what's missing for that?
135 [00:33:10] *** Joins: vivid (~vivid@replaced-ip )
136 [00:33:11] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
137 [00:33:36] <s_i_m> alive876: run an xlibs-based app?
138 [00:33:39] <zykotick9> alive876: historically, i've used "xeyes" to test x forwarding
139 [00:33:40] <MBach> themill: in fact, QtAV isn't available for debian, only for Ubuntu in an external ppa
140 [00:34:01] *** Quits: Paianni (~sailfish@replaced-ip ) (Quit: IRC for Sailfish 0.9)
141 [00:34:23] <themill> MBach: ahh, qtav is the missing bit? Do you feel like maintaining it yourself in Debian?
142 [00:34:27] <MBach> and I made my software on top of this SDK (QtAV SDK includes a player, a QML Player, libQtAV and libQtAV Widget)
143 [00:35:26] <MBach> it should be that difficult I suppose, tonight I built it from scratch (git clone etc... sudo apt-cache search missing deps)
144 [00:35:32] *** Joins: SerajewelKS (me@replaced-ip )
145 [00:35:33] <MBach> and I made my soft working
146 [00:35:41] *** Joins: alive876__ (4b895a4e@replaced-ip )
147 [00:35:43] <MBach> now the tricky part, a clean, well formed package
148 [00:36:09] <MBach> I'm more a C++ guy, but I have some experience in packaging. But this isn't my favorite part
149 [00:36:10] <themill> MBach: if qtav already exists in a PPA then someone has already made a source package (of unknown quality). That's your starting point
150 [00:36:14] *** Quits: alive876 (4b895a4e@replaced-ip ) (Ping timeout: 252 seconds)
151 [00:36:28] <alive876__> hi, newbie here, trying to do X11 forwarding over ssh... I checked the remote server which has these set "X11Forwarding yes" "X11DisplayOffset 10" , the so I do this ssh -v -X <address> and when i log in, is there a way to test if its working?
152 [00:36:48] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
153 [00:36:55] <s_i_m> MBach, you may ask the mainteiner of that ppa if he/she is interested in including his/her soft in Debian and propose your help
154 [00:36:56] *** Joins: finlstrm (~finlstrm@replaced-ip )
155 [00:37:26] <s_i_m> that would be a good starting point imo
156 [00:37:39] <MBach> s_i_m: you are probably right, I should ask Wang-Bin if he's interested by submitting it for debian
157 [00:37:53] *** Quits: sonOfRa (sonOfRa@replaced-ip ) (Quit: Bye!)
158 [00:38:13] <MBach> he kindly offered his help by translating my soft in Chinese, so I suppose he could do some extra work for his own SDK
159 [00:38:14] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: thisisapartmessage)
160 [00:38:27] *** Joins: tty0_ (~NA@replaced-ip )
161 [00:38:34] *** Joins: bertbob (~bertbob@replaced-ip )
162 [00:39:28] <themill> MBach: #debian-mentors on irc.oftc.net or the debian-mentors mailing lists are where you'll get better help with packaging. It would be worth contacting the Qt and multimedia teams to see if either of them were interested in this library
163 [00:39:52] *** Quits: happy-dude (uid62780@replaced-ip ) (Quit: Connection closed for inactivity)
164 [00:40:32] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
165 [00:40:45] *** Joins: sonOfRa (sonOfRa@replaced-ip )
166 [00:41:27] <MBach> ok so first, I will contact Wang-Bin then some gurus with beard or not
167 [00:41:53] *** Joins: valentt (~valentt@replaced-ip )
168 [00:43:41] *** Quits: s_i_m (~s_i_m@replaced-ip ) (Quit: Bye)
169 [00:44:08] *** Joins: teamcoltra (~textual@replaced-ip )
170 [00:44:14] *** Joins: humbobble (~humbag@replaced-ip )
171 [00:45:34] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
172 [00:47:58] *** Quits: MBach (b0b8237e@replaced-ip ) (Quit: Page closed)
173 [00:48:15] <ZodoTurtle> Before I install proprietary drivers. Where do I report my specs that hate the nouveau drivers?
174 [00:48:57] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 260 seconds)
175 [00:49:05] *** Parts: john (~john@replaced-ip )
176 [00:49:29] <zykotick9> ZodoTurtle: from what i learned earlier today... good luck...
177 [00:51:39] <zykotick9> ZodoTurtle: fyi replaced-url
178 [00:51:40] <judd> Bug replaced-url
179 [00:51:45] *** Parts: salviaD (~salviaD@replaced-ip )
180 [00:51:49] <ZodoTurtle> I don't need luck. Debian 7 works great for this machine. If I have to, I will go back to that.
181 [00:51:54] *** Quits: bertrik (~quassel@replaced-ip ) (Remote host closed the connection)
182 [00:52:11] *** Joins: AciD` (~fu@replaced-ip )
183 [00:52:21] <AciD`> hi
184 [00:52:29] <AciD`> is there a way to reinstall the base packages (like init) with one meta-package?
185 [00:52:31] <ZodoTurtle> I'm curious to know if my problem is nouveau or KMS. Both are new to me.
186 [00:52:55] <abrotman> AciD`: aptitude reinstall '~pstandard'
187 [00:53:00] *** Quits: mezod (~mezod@replaced-ip ) (Remote host closed the connection)
188 [00:53:08] <AciD`> abrotman > thanks!
189 [00:53:53] *** Joins: shadows (e@replaced-ip )
190 [00:53:59] *** Joins: dlmayhem (~delm@replaced-ip )
191 [00:54:07] *** Parts: shadows (e@replaced-ip )
192 [00:54:12] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 276 seconds)
193 [00:54:44] <lost_soul> if I boot a system using ide=nodma will that also affect my sata drives... I would think no but thought it best to ask.
194 [00:54:50] *** Joins: Caelum (rkitover@replaced-ip )
195 [00:55:05] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
196 [00:55:22] *** Quits: Ad1 (~Adrian@replaced-ip ) (Quit: Wychodzi z Matrixa)
197 [00:56:34] *** Joins: Lokke (~Thunderbi@replaced-ip )
198 [00:57:06] <sine0> how do i stop init.d items from startup up at boot. like i installed musql ages ago, not used it and have just /etc/init.d/mysql stop
199 [00:57:49] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
200 [00:58:00] <markybob> !tell sine0 about update-rc.d
201 [00:58:23] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Quit: Leaving)
202 [00:58:49] *** Joins: denisk (~denisk@replaced-ip )
203 [00:59:35] *** Quits: Groscheri (~Dyonisos@replaced-ip ) (Quit: Quis custodiet ipsos custodes ?)
204 [01:02:49] <AciD`> abrotman > is there a way to reinstall the base packages..without removing the other (non-base) packages? ;)
205 [01:03:18] *** Quits: clopez (~tau@replaced-ip ) (Ping timeout: 276 seconds)
206 [01:04:07] *** Quits: Kang0 (~androirc@replaced-ip ) (Ping timeout: 260 seconds)
207 [01:04:22] <markybob> ah frankendebian
208 [01:04:23] *** Quits: Suguki (~Suguki@replaced-ip ) (Remote host closed the connection)
209 [01:04:24] <ZodoTurtle> If that becomes my issue. Then I will permantely boycott nvidia in all its forms. The serious issue is that I don't believe ATI to be any better.
210 [01:05:11] <AciD`> hm, wierd, relaunching the exact same aptitude command allows me to only reinstall, and not remove the other packages..
211 [01:06:04] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
212 [01:06:17] <zykotick9> ZodoTurtle: no ATI can be used in 3D freedom... requiring a non-free blob for the "open source" driver to do 3D... so ya, I _think_ ATI/AMD is worse :(
213 [01:06:18] *** Joins: lsv (~nn@replaced-ip )
214 [01:06:43] *** Joins: babak (uid19622@replaced-ip )
215 [01:06:56] *** Joins: clopez (~tau@replaced-ip )
216 [01:06:58] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 252 seconds)
217 [01:07:59] *** Quits: turtlehat (~turtlehat@replaced-ip ) (Quit: gone)
218 [01:08:01] *** debhelper sets mode: +l 1593
219 [01:08:02] <bmomjian> Uh, I can't get SSI to work on Apache 2.4 since my upgrade to Jessie; logs say: mod_include: Options +Includes wasn't set, INCLUDES filter removed:; Any ideas? I have been at this for 30 minutes now.
220 [01:08:11] *** Joins: Finetundra (~james@replaced-ip )
221 [01:08:26] <ZodoTurtle> So, now Linux will not have reasonable drivers per distrobution, and will be required to download frequently incompatable packages directly from the vendor. Something that is NOT a requirement for Windows users and therefore, unreasonable.
222 [01:08:30] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Ping timeout: 276 seconds)
223 [01:08:54] <teraflops> hehe
224 [01:08:58] <teraflops> sorry
225 [01:09:04] <ZodoTurtle> Is that what I'm reading?
226 [01:09:07] *** Quits: kermit (~zip55413@replaced-ip ) (Ping timeout: 248 seconds)
227 [01:09:30] <blind> uh, people on windows download graphics card drivers from the manufacturer..
228 [01:09:36] *** Joins: bit1 (~josea@replaced-ip )
229 [01:10:38] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
230 [01:10:38] *** Quits: QuartedOnion (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
231 [01:12:27] <Finetundra> Hey folks, how can I determine what kind of drive is in use?
232 [01:12:39] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
233 [01:12:59] <blind> as in?
234 [01:13:00] <zykotick9> Finetundra: "drive"?
235 [01:13:31] <abrotman> ludicrous speed?
236 [01:13:42] *** Quits: teamcoltra (~textual@replaced-ip ) (Ping timeout: 276 seconds)
237 [01:13:51] *** Quits: CursedKnave (~dffsda124@replaced-ip ) (Read error: Connection reset by peer)
238 [01:13:56] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
239 [01:14:22] *** Quits: alive876__ (4b895a4e@replaced-ip ) (Ping timeout: 252 seconds)
240 [01:14:26] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
241 [01:14:37] <Finetundra> zykotick9: yes, so can I ID a drive as scsi, ide, sata, etc from the OS level
242 [01:14:40] *** Joins: philipballew (~philip@replaced-ip )
243 [01:15:17] *** Quits: WakiMiko_ (~WakiMiko@replaced-ip ) (Remote host closed the connection)
244 [01:15:18] <zykotick9> Finetundra: ahhh. well, now the channel knows what you mean ;) best of luck...
245 [01:15:26] *** Parts: deadFox (~root@replaced-ip )
246 [01:15:28] *** Joins: teamcoltra (~textual@replaced-ip )
247 [01:16:15] *** Joins: WakiMiko (~WakiMiko@replaced-ip )
248 [01:17:01] <AciD`> would you see why I cannot `aptitude reinstall '~pstandard'` (cf replaced-url
249 [01:17:11] <bmomjian> I am confused what a2ensite does on Jessie. Do I have to run it?
250 [01:17:18] *** Joins: damentz (~damentz@replaced-ip )
251 [01:17:21] *** Joins: mdim (~mdim@replaced-ip )
252 [01:17:35] <markybob> AciD`: we don't know because you're not using debian. ask #ubuntu
253 [01:17:41] *** Joins: mezod (~mezod@replaced-ip )
254 [01:18:15] *** Quits: Krass (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
255 [01:18:19] *** Joins: CursedKnave (~dffsda124@replaced-ip )
256 [01:19:12] *** Joins: c0fe (~c0fe@replaced-ip )
257 [01:20:52] <zykotick9> Finetundra: fyi, smartmontool has "smartctl -i /dev/foo"
258 [01:21:03] *** Joins: veverak (~squirrel@replaced-ip )
259 [01:21:29] <veverak> is there some way to prevent users from launching binaries in their ~/ directory?
260 [01:21:43] <veverak> (like when they copy into it something, mark it +x and want to run it)
261 [01:21:51] <veverak> it's ment for users that ssh into machine only
262 [01:22:05] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Quit: Leaving)
263 [01:22:06] <abrotman> can you mount /home/ noexec ?
264 [01:22:48] <veverak> I can, thanks! :D
265 [01:23:09] *** Quits: xcpep (~xcpep@replaced-ip ) (Ping timeout: 260 seconds)
266 [01:23:31] * zykotick9 wouldn't be happy if ~/bin suddenly became non-executable...
267 [01:23:48] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
268 [01:23:53] <veverak> whatever
269 [01:23:57] <veverak> zykotick9: it's "backup" machine
270 [01:24:05] <veverak> you are ment to copy data there, not to use anything there
271 [01:24:08] <veverak> :)
272 [01:24:19] <abrotman> so why do the yhave interactive login ability?
273 [01:24:20] <at0m> you could still "sh ~/bin/app" right?
274 [01:24:39] <veverak> abrotman: been thinkig about using limited shell
275 [01:24:43] <veverak> not sure it's perfect though
276 [01:24:50] * veverak doesn't have yet figured out everything
277 [01:25:26] *** Joins: xcpep (~xcpep@replaced-ip )
278 [01:25:46] *** Joins: geusebio (~geusebio@replaced-ip )
279 [01:25:52] <geusebio> join #ubuntu
280 [01:25:56] <geusebio> Fffuck
281 [01:26:03] <geusebio> *seppaku*
282 [01:26:22] <lost_soul> now, now... no need to be a potty mouth
283 [01:26:44] <geusebio> I'm sorry, I shouldn't have dropped a u-bomb in here.
284 [01:26:56] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
285 [01:27:15] *** Quits: bkraptor (~bkraptor@replaced-ip ) (Ping timeout: 248 seconds)
286 [01:27:19] *** Joins: TyrfingMjolnir (~Tyrfing@replaced-ip )
287 [01:28:10] *** Joins: fnstudio (~fabio@replaced-ip )
288 [01:28:41] *** Joins: bninja (~bninja@replaced-ip )
289 [01:29:20] *** mumixam_ is now known as mumixam
290 [01:30:15] *** Quits: bninja (~bninja@replaced-ip ) (Client Quit)
291 [01:31:45] *** Quits: dArK_IcE (~DARKICEPT@replaced-ip ) ()
292 [01:32:19] *** Joins: slucx (~slucx@replaced-ip )
293 [01:36:03] *** Quits: Maws (~mawrick@replaced-ip ) (Quit: Leaving)
294 [01:36:44] *** Parts: pod (~patrickod@replaced-ip )
295 [01:37:13] *** Joins: _replaced-url
296 [01:38:46] *** Parts: bollullera (~anuxi@replaced-ip )
297 [01:39:03] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 276 seconds)
298 [01:39:42] *** Quits: asterismo_m (~santiago@replaced-ip ) (Ping timeout: 276 seconds)
299 [01:40:06] *** Joins: kermit (~zip55413@replaced-ip )
300 [01:40:15] *** Quits: firewated (uid147916@replaced-ip ) (Quit: Connection closed for inactivity)
301 [01:41:56] *** Joins: crocodilehunter (~Thunderbi@replaced-ip )
302 [01:42:58] *** Joins: AlexLikeRock- (~AlexLikeR@replaced-ip )
303 [01:44:50] *** Joins: asterismo_m (~santiago@replaced-ip )
304 [01:45:33] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 246 seconds)
305 [01:45:49] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 260 seconds)
306 [01:46:01] *** Quits: natoka (~natoka@replaced-ip ) (Quit: leaving)
307 [01:46:07] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Ping timeout: 260 seconds)
308 [01:46:26] *** Joins: WormFood (~wormfood@replaced-ip )
309 [01:46:42] *** Joins: mrrhq (~mrrhq@replaced-ip )
310 [01:46:43] *** Quits: thirtynein (~thirtynei@replaced-ip ) (Quit: Leaving)
311 [01:46:50] *** Joins: donald (~user@replaced-ip )
312 [01:46:54] *** Quits: SlaGTaTs (~bilbo@replaced-ip ) (Remote host closed the connection)
313 [01:47:54] <donald> How to move a sofware downloaded by git clone to another directory to use it as a software?
314 [01:49:47] *** Quits: AlexLikeRock- (~AlexLikeR@replaced-ip ) (Ping timeout: 250 seconds)
315 [01:49:50] *** Quits: s8321414 (~s8321414@replaced-ip ) (Quit: Konversation terminated!)
316 [01:49:52] <geusebio> mv directory_you_cloned ./some/place/else?
317 [01:50:09] <donald> yes
318 [01:50:13] <donald> with this command
319 [01:50:25] <geusebio> mv ./from ./to
320 [01:50:26] <donald> but where is he final destination?
321 [01:50:34] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
322 [01:50:35] <geusebio> Wherever you want it, buddy.
323 [01:50:36] *** Quits: kayamm (~km@replaced-ip ) (Quit: part)
324 [01:50:37] *** Quits: bit1 (~josea@replaced-ip ) (Quit: Ex-Chat)
325 [01:51:01] <geusebio> if you want it to be executable in your CLI without going to the explicit location and running ./somesoftware to make it run, you need to add it to your $PATH
326 [01:51:24] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
327 [01:51:46] <markybob> donald: most git's have a readme/install file. read that. maybe it has make install. anyway, read and ask them. if it's a binary you can put it just about anywhere. most likely /usr/local/bin or ~/bin
328 [01:51:53] <donald> I mean I want to put it to the nice destination to let my os know this directory as a librairy.
329 [01:51:57] *** Quits: nikio_ (~nikio_@replaced-ip ) (Ping timeout: 260 seconds)
330 [01:51:59] *** Joins: turfrex (~py@replaced-ip )
331 [01:52:14] <markybob> it's a libary now
332 [01:52:19] <donald> right I am going to read it
333 [01:52:44] <markybob> donald: yeah do that first. you didn't even tell us which softare it is. we're not mind readers.
334 [01:52:54] <markybob> donald: please research before asking
335 [01:54:50] <donald> rofl replaced-url
336 [01:55:34] <donald> use the classic way replaced-url
337 [01:56:02] *** Quits: Gabs5807_ (~Gabriel@replaced-ip ) (Ping timeout: 260 seconds)
338 [01:56:45] *** Joins: edju (~edju@replaced-ip )
339 [01:56:59] <donald> markybob
340 [01:57:27] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
341 [01:58:01] *** debhelper sets mode: +l 1583
342 [01:58:12] *** Quits: SignorD (~D@replaced-ip ) (Quit: ZZZzzz…)
343 [01:58:28] <jmcnaught> donald: that software seems to be available in Debian, and also has a newer version available in backports.
344 [01:58:53] <jmcnaught> donald: installing stuff from source code should usually be a last-resort on Debian, especially if you don't know how
345 [01:59:04] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
346 [01:59:09] <donald> If I understand nicely I have to change repository?
347 [01:59:47] <jmcnaught> donald: see replaced-url
348 [02:00:02] <mrrhq> donald: You're probably looking for something like ~/.local/bin/ but it needs to be enabled in your .profile or .bashrc (forget which one).
349 [02:00:05] *** Quits: d3v3l0p3r (~d3v3l0p3r@replaced-ip ) (Quit: Leaving)
350 [02:00:08] *** Joins: fstd (~fstd@replaced-ip )
351 [02:00:22] *** Joins: krenn08 (~krenn08@replaced-ip )
352 [02:00:29] <mrrhq> That's what I use when I want to build something for Git, that Debian doesn't have in the repos.
353 [02:01:11] <donald> apt-get -t jessie-backports install python-stem
354 [02:01:11] <donald> Lecture des listes de paquets... Fait
355 [02:01:11] <donald> E: La valeur « jessie-backports » n'est pas valable pour APT::Default-Release car cette version ne fait pas partie des sources disponibles.
356 [02:01:17] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 248 seconds)
357 [02:01:46] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
358 [02:01:59] <jmcnaught> donald: you forgot to add the repo: replaced-url
359 [02:02:41] *** Joins: detha (~detha@replaced-ip )
360 [02:02:48] <donald> deb replaced-url
361 [02:02:49] <donald> deb-src replaced-url
362 [02:02:50] <jmcnaught> donald: also if you ever need to paste more than a single line, please use replaced-url
363 [02:02:52] <donald> that looks fine
364 [02:03:19] <mrrhq> donald: That's not backports though.
365 [02:03:36] <jmcnaught> donald: that's not from the instructions i linked you to. if you would rather use the tor project's packages instead of Debian's, then you should get support from the tor project
366 [02:05:49] *** Quits: pteyer__ (~pteyer@replaced-ip ) (Ping timeout: 252 seconds)
367 [02:06:39] *** Quits: TsukiRa (~tsukira@replaced-ip ) (Quit: Leaving.)
368 [02:06:57] <mrrhq> Hm, that reminds me. Sorry for an unrelated question, but when will Debian ever upstream Syncthing? replaced-url
369 [02:08:19] <donald> I think I understand
370 [02:09:39] *** Quits: n0ok (~n0ok@replaced-ip ) (Quit: Bye Bye :))
371 [02:10:03] <bmomjian> Can someone look at my Apache 2.4 configs after a Jessie upgrade to tell me why I am getting this error? "mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed:".
372 [02:10:15] <bmomjian> My fies are here: replaced-url
373 [02:10:48] <abrotman> bmomjian: probably want your main apache.conf
374 [02:11:18] *** Quits: edju (~edju@replaced-ip ) (Read error: Connection reset by peer)
375 [02:11:29] <bmomjian> karlpinc: was a huge help but I am afraid he has left.
376 [02:11:33] <bmomjian> ok, hold
377 [02:11:34] *** Parts: Finetundra (~james@replaced-ip )
378 [02:11:38] <abrotman> he'll be around again
379 [02:11:47] <bmomjian> ok, it is at the URL now
380 [02:12:10] <bmomjian> I wrote down everything karlpinc told me and followed his instructions, but he didn't mention SSI. :-(
381 [02:12:12] *** Quits: sine0 (~sine@replaced-ip ) (Ping timeout: 276 seconds)
382 [02:12:42] *** Joins: dvs (~gilford@replaced-ip )
383 [02:13:11] <bmomjian> Is the problem with "AllowOverride None" in <Directory /var/replaced-url
384 [02:13:23] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
385 [02:13:51] <abrotman> Some of your content has SSI?
386 [02:13:56] <bmomjian> yes
387 [02:14:08] <bmomjian> a lot of it, or I would have just rewritten it out.
388 [02:14:27] <bmomjian> the ssi is being served literally to the browser
389 [02:14:40] <bmomjian> and the error message kind of explains why, but it doesn't explain what I am missing.
390 [02:15:20] <bmomjian> e.g. replaced-url
391 [02:15:23] <abrotman> your main site has two Options directives, is that allowed?
392 [02:15:30] <bmomjian> uh
393 [02:15:43] <abrotman> for /var/replaced-url
394 [02:15:48] <abrotman> I'm asking, I don't know, just a thought
395 [02:16:03] <bmomjian> OK, let me move it; it is worth a try, sure
396 [02:16:06] *** Quits: goon_ (~goon@replaced-ip ) (Ping timeout: 276 seconds)
397 [02:16:14] *** Quits: kriskropd (~kris@replaced-ip ) (Ping timeout: 260 seconds)
398 [02:16:15] *** Parts: donald (~user@replaced-ip )
399 [02:16:51] <bmomjian> uh, no change
400 [02:16:52] *** Quits: dvs (~gilford@replaced-ip ) (Client Quit)
401 [02:17:24] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 276 seconds)
402 [02:18:00] *** debhelper sets mode: +l 1570
403 [02:18:13] *** Joins: sz0 (~sz0@replaced-ip )
404 [02:18:19] <abrotman> replaced-url
405 [02:19:22] <abrotman> bmomjian: you're not the only one, and the comments have some suggestions
406 [02:19:25] <bmomjian> I am hanging on that url
407 [02:19:43] <abrotman> yeah, it was slow for me
408 [02:19:48] <abrotman> it loaded eventually
409 [02:20:28] <jmcnaught> bmomjian: based on your error message, i would try moving what you have in xbit-hack.conf to inside the the Directory it should apply to in 000-default (that apache bug is still loading for me too...)
410 [02:20:45] *** Joins: bninja (~bninja@replaced-ip )
411 [02:20:46] *** Joins: n0ok (~n0ok@replaced-ip )
412 [02:21:16] <armin> is there an easy way to create a new users home directory so that it is encrypted?
413 [02:21:17] *** Quits: Thibaut120094 (~Thibaut12@replaced-ip ) (Quit: Leaving)
414 [02:21:22] *** Quits: bninja (~bninja@replaced-ip ) (Max SendQ exceeded)
415 [02:21:45] <abrotman> bmomjian: replaced-url
416 [02:21:58] <bmomjian> Do I keep the IfModule lines to?
417 [02:22:08] <armin> yes.
418 [02:22:40] <abrotman> replaced-url
419 [02:22:44] <abrotman> so many different solutions ..
420 [02:22:59] <abrotman> armin: just for one user?
421 [02:23:41] *** Quits: Finetundra__ (~AndChat54@replaced-ip ) (Ping timeout: 248 seconds)
422 [02:23:42] <bmomjian> moving into 000-default did not help
423 [02:24:16] <bmomjian> oh, <DIRECTORY>
424 [02:24:42] <armin> what exactly are you both guys up to? does everybody of you have a *different* apache problem?
425 [02:25:23] <armin> i just looked at the config one of you posted above, was the question why that site doesn't do https?
426 [02:25:33] <bmomjian> moving into <directory> didn't help either? Does it have to be in apache.conf?
427 [02:25:35] <flaf> Hi. Question about pinning. Can someone explain me why the priority is the same (ie 990) for all versions of the "ceph" package here (outpout of the second command) => replaced-url
428 [02:26:10] *** Quits: Agent001 (~Ichabod@replaced-ip ) (Ping timeout: 252 seconds)
429 [02:27:49] *** Quits: Echo6 (~Echo6@replaced-ip ) (Quit: Leaving)
430 [02:27:50] <bmomjian> should I ask on #httpd?
431 [02:27:59] <armin> flaf: it basically just means that if you have other pinning definitions as well for that package, those would have to have a priority that is higher. nothing more.
432 [02:28:07] *** Joins: dvs (~hibbard@replaced-ip )
433 [02:28:19] <armin> flaf: no. this is the correct channel to ask about pinning.
434 [02:28:45] <markybob> bmomjian: probably
435 [02:28:59] <armin> oh i just got confused by nicknames again. damn.
436 [02:29:24] <flaf> armin: but why the priority is the same for ceph_9.2.1-1~bpo80+ _and_ for ceph_0.80.7-2+deb8u1? In my preference file, I have set pinning version just for 9.2.1-*
437 [02:29:59] <armin> flaf: i don't know.
438 [02:30:06] <flaf> I expected 990 only for ceph_9.2.1-1~bpo80+
439 [02:30:07] *** Joins: h0pde_ (~h0pde@replaced-ip )
440 [02:30:56] *** Joins: stonerfish (~stonerfis@replaced-ip )
441 [02:31:43] <jmcnaught> flaf: is pinning necessary in this case? wouldn't the higher version number on the third party package mean that the official debian one (with a lower version) would never be used to upgrade over it?
442 [02:31:44] <flaf> armin: ok, me too and this is exactly my question (Why isn't the priority set only for ceph_9.2.1-1~bpo80+ as regard my preference file)?
443 [02:32:14] <armin> flaf: i really can't say.
444 [02:32:19] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 248 seconds)
445 [02:32:24] <armin> maybe someone else wants to elaborate.
446 [02:32:42] *** Joins: keltim (~keltim@replaced-ip )
447 [02:32:48] *** Joins: Finetundra__ (~AndChat54@replaced-ip )
448 [02:33:20] <flaf> jmcnaught: no, it's not necessary in the present case but this not my question. My question is why the priority is 990 for ceph_9.2.1-1~bpo80+ _and_ for ceph_0.80.7-2+deb8u1 (as regard my preference file) instead only for ceph_9.2.1-1~bpo80+ as I expected.
449 [02:33:52] *** Quits: h0pde (~h0pde@replaced-ip ) (Ping timeout: 252 seconds)
450 [02:34:35] <armin> the suffixes confuse me
451 [02:35:45] *** Joins: laughingtiger (~xk_@replaced-ip )
452 [02:35:52] *** Quits: Spider (~spider@replaced-ip ) (Quit: Leaving)
453 [02:36:05] *** Joins: namix (~namix@replaced-ip )
454 [02:36:05] *** Quits: namix (~namix@replaced-ip ) (Changing host)
455 [02:36:05] *** Joins: namix (~namix@replaced-ip )
456 [02:36:48] <flaf> replaced-url
457 [02:37:17] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Quit: nathanleclaire)
458 [02:37:21] *** Quits: alvesadrian (~adrian@replaced-ip ) (Ping timeout: 246 seconds)
459 [02:38:10] *** Quits: beisner (~beisner@replaced-ip ) (Ping timeout: 244 seconds)
460 [02:38:45] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 246 seconds)
461 [02:39:51] *** Joins: k_sze[work] (654eb2ba@replaced-ip )
462 [02:40:04] <flaf> Until now, I thought basic "pinning version" was something clear for me. I realize that it's not so clear for me in fact. ;)
463 [02:40:09] *** Quits: namix_ (~namix@replaced-ip ) (Ping timeout: 276 seconds)
464 [02:40:55] <bmomjian> OK, no help from #httpd. Is my only option to roll back to apache 2.2? Can that be done on Jessie?
465 [02:41:08] *** Joins: beisner (~beisner@replaced-ip )
466 [02:41:33] *** Quits: magellanicloud (~magellani@replaced-ip ) (Ping timeout: 246 seconds)
467 [02:43:02] <mrrhq> bmomjian: There's also ##networking. They are sometimes active.
468 [02:43:03] <jmcnaught> flaf: i generally don't use pinning, there's some documentation about it here though: replaced-url
469 [02:43:14] *** Joins: Dark_Hunter (~Dark_Hunt@replaced-ip )
470 [02:43:16] <bmomjian> double ##?
471 [02:43:55] *** Joins: denisk (~denisk@replaced-ip )
472 [02:44:17] <mrrhq> I don't use pinning either. :p
473 [02:44:55] <mrrhq> bmomjian: If you join #networking it will redirect you.
474 [02:45:07] <flaf> jmcnaught: mrrhq: It can be handy when you want to avoid upgrade of a specific package.
475 [02:45:42] *** Quits: Xc3ls10r (~Xc@replaced-ip ) (Quit: Bye!)
476 [02:45:57] <bmomjian> ok, I have asked there
477 [02:46:00] <mrrhq> I think the thing is so people know it's not an "official" channel. Like on freenode it's linux instead of #linux, because #linux is an official channel, likely one that Torvolds would be on, or something. I don't know...
478 [02:46:07] <bmomjian> and I asked on the Postgres channel for off-channel help.
479 [02:46:12] *** Quits: June-wolf (~june@replaced-ip ) (Ping timeout: 260 seconds)
480 [02:46:15] *** Joins: Xc3ls10r (~Xc@replaced-ip )
481 [02:46:31] <mrrhq> Seems to be a Freenode thing.
482 [02:47:02] <jmcnaught> flaf: there's also "apt-mark hold"
483 [02:47:50] *** Quits: githogori (~githogori@replaced-ip ) (Read error: Connection reset by peer)
484 [02:48:09] <flaf> jmcnaught: indeed but I prefer pinning set in a plain text configuration (for instance I use pinning on servers managed by puppet).
485 [02:48:41] <flaf> (puppet works well with plain text configuration files)
486 [02:48:43] *** Joins: gardenman (5f5bf68d@replaced-ip )
487 [02:49:06] <mrrhq> jmcnaught: flaf: Th eonly thing I've used apt-pinning for was when I was experimenting with downgrading from Sid to Stable for a moment while everything was transitioning to libstdc++ version 6, because there's no better way to do that.
488 [02:49:28] <mrrhq> I really don't use it anymore. It worked out fine though.
489 [02:50:08] <bmomjian> Nothing from ##networking either
490 [02:50:29] *** Joins: nuno_nunes (~PC@replaced-ip )
491 [02:50:44] *** Quits: axc1298 (~axc1298@replaced-ip ) (Quit: Leaving)
492 [02:50:59] *** Joins: bollocks_k (~bollocks@replaced-ip )
493 [02:51:11] <mrrhq> IRC is slow. :p
494 [02:51:29] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Remote host closed the connection)
495 [02:52:24] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
496 [02:52:43] <gardenman> httpredir.debian.org down? ive trouble connect to the repos...
497 [02:53:40] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
498 [02:53:48] <mrrhq> gardenman: What about ftp.debian.org ?
499 [02:53:57] *** Quits: laughingtiger (~xk_@replaced-ip ) (Quit: farewell)
500 [02:54:18] *** Joins: QuartedOnion (~choppeddi@replaced-ip )
501 [02:54:19] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
502 [02:55:02] <mrrhq> Also, yeah, I've checked it in my browser. It 404'd.
503 [02:55:06] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 276 seconds)
504 [02:55:19] *** Joins: james41382_ (~james4138@replaced-ip )
505 [02:55:53] *** Joins: cerebro (~cerebro@replaced-ip )
506 [02:56:14] *** Quits: spacebison (~bison@replaced-ip ) (Quit: Leaving)
507 [02:56:43] *** Quits: mezod (~mezod@replaced-ip ) (Remote host closed the connection)
508 [02:56:46] <gardenman> same for security.debian.org i guess ive to wait _
509 [02:57:08] *** Joins: spacebison (~bison@replaced-ip )
510 [02:57:19] <jmcnaught> bmomjian: on thing you could try while you wait is separate all of your VirtualHosts into separate .conf files in sites-available (instead of everything in 000-default). Then turn the sites on one at a time. It might help you narrow down the problem
511 [02:57:48] <dvs> gardenman, I just updated 10 minutes ago and it was fine.
512 [02:58:27] *** Quits: nuno_nunes (~PC@replaced-ip ) (Ping timeout: 248 seconds)
513 [02:58:29] <bmomjian> but the problem is the main site, not any virtual ones
514 [02:58:49] *** Quits: tlaxkit (~hexchat@replaced-ip ) (Quit: ¡Adiós!)
515 [02:59:10] *** Quits: james41382 (~james4138@replaced-ip ) (Ping timeout: 252 seconds)
516 [02:59:29] *** Joins: mastokley (~mastokley@replaced-ip )
517 [02:59:53] *** Quits: gardenman (5f5bf68d@replaced-ip ) (Quit: Page closed)
518 [02:59:54] <mrrhq> Security works fine for me. replaced-url
519 [03:00:04] <mrrhq> So does the FTP, so use those.
520 [03:00:22] *** Joins: CTRL_Freak (~PLR@replaced-ip )
521 [03:00:48] <lost_soul> if I boot a system using ide=nodma will that also affect my sata drives... I would think no but thought it best to ask.
522 [03:00:57] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 276 seconds)
523 [03:01:36] <laidback_01> bmomjian, it's a symptom of using virtualhosts *:80 You'll need to define your 'main' site as a VirtualHost as well - using NameVirtualHost or have a 'default' site that is the catch all for any of the incorrectly directed names. that could be your 'main' site then.
524 [03:01:41] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
525 [03:01:56] <bmomjian> wow, I was not aware of that
526 [03:02:01] <lost_soul> researching further I see many people that say the ide=nodma option doesn't make any difference on many distros so I'm not even sure that booting with that option will have any affect
527 [03:02:12] <bmomjian> is that what a2ensite does?
528 [03:02:13] *** Joins: sidmo_ (~sidmo@replaced-ip )
529 [03:02:46] <jmcnaught> bmomjian: a2ensite/a2dissite basically just manage symlinks
530 [03:03:05] <laidback_01> I've no idea, I just manually do it, mostly I ignore the debian scripts and do it the apache way - because debian isn't the only system I use. learning the apache way applies to freebsd, redhat, debian, etc.
531 [03:03:08] <bmomjian> karlpinc said 2.4 would be a difficult upgrade
532 [03:03:22] *** Joins: cerebro (~cerebro@replaced-ip )
533 [03:03:31] *** Joins: rodolfowtf (~quassel@replaced-ip )
534 [03:03:42] *** Quits: lours974 (~Vitry@replaced-ip ) (Ping timeout: 248 seconds)
535 [03:04:23] <bmomjian> so the new site is DocumentRoot /var/replaced-url
536 [03:04:39] *** Joins: samson (~v0idp0int@replaced-ip )
537 [03:04:55] <mrrhq> lost_soul: I think it's only needed if the BIOS does not properly support DMA for IDE drives. Not sure if it affects SATA
538 [03:04:56] <laidback_01> well... it's sort of what you define... but sure, that would work
539 [03:05:06] <laidback_01> there is a 'default' site in there.
540 [03:05:13] <laidback_01> perhaps you need to make sure it's acting as the catch all
541 [03:05:54] <laidback_01> or, if you are using the debian system, check out if it's in sites-enabled or wahtever. probably since it's default, it is.
542 [03:05:57] <bmomjian> ok, done, restarted, same error.
543 [03:06:04] *** Quits: sidmo (~sidmo@replaced-ip ) (Ping timeout: 244 seconds)
544 [03:06:27] <bmomjian> oh, uh
545 [03:06:30] <laidback_01> most likely they got it right, so there's something off with your configs. not being rude, just saying. you are not using globbing or anything in your configs are you? t
546 [03:06:42] <bmomjian> is that question for me?
547 [03:06:46] <laidback_01> there should be only one that is *:80, the others are someName:80
548 [03:06:58] <lost_soul> mrrhq: well as with most of the google results I'm using an IDE to CF adapter and getting absolutely tons of messages. I would like to do away with them and having the CF use PIO mode should accomplish that but I don't want to limit my sata drives
549 [03:07:04] <bmomjian> my configs are here: replaced-url
550 [03:07:24] <bmomjian> Yes, first line is VirtualHost *:80
551 [03:07:25] <lost_soul> incidently the sata drives are via PCI-X card, not on the motherboard itself.
552 [03:07:43] *** Joins: lours974 (~Vitry@replaced-ip )
553 [03:07:46] <bmomjian> in fact there are multiple entries like that
554 [03:07:49] *** Joins: BlueByte_ (~walther@replaced-ip )
555 [03:08:32] <abrotman> bmomjian: #httpd didn't help you?
556 [03:08:57] <bmomjian> no reply at all.
557 [03:08:59] *** Quits: BinBasher (BinBasher@replaced-ip ) (Remote host closed the connection)
558 [03:09:06] <bmomjian> I am starting to panic.
559 [03:09:23] <abrotman> bmomjian: none of the URLs helped? Do you have a .htaccess in the content directory?
560 [03:09:24] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Ping timeout: 276 seconds)
561 [03:09:29] <bmomjian> I am trying to grab one of the PostgreSQL team I work with but no one is replying either
562 [03:09:33] <bmomjian> no .htaccess at all
563 [03:10:10] *** Quits: asterismo_m (~santiago@replaced-ip ) (Remote host closed the connection)
564 [03:10:36] *** Quits: BlueByte (~walther@replaced-ip ) (Ping timeout: 246 seconds)
565 [03:11:00] <laidback_01> gah, I said a dumb there. *:80 is fine for Virtualhosts, all of them. Thinking of something else.
566 [03:11:01] <bmomjian> what is odd is that in both #httpd and ##networking it is not like it scrolled off the screen. My question is still near the top
567 [03:11:26] <mrrhq> lost_soul: IDE to CF sounds like a pretty cool idea though, but.. Maybe you would be better off scrapping the IDE for SATA only instead, and using an SSD if you really want more speed. IDE is really showing its age...
568 [03:11:45] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. o/)
569 [03:11:53] *** Quits: N3X15 (~Rob@replaced-ip ) (Quit: Leaving)
570 [03:12:05] <abrotman> bmomjian: I saw a few of them suggested an additional line to allow INCLUDES
571 [03:12:07] <mrrhq> Most of the newer motherboards are going to be SATA only. I just always liked the retro look of an IDE cable. :p
572 [03:12:50] *** Quits: c0fe (~c0fe@replaced-ip ) (Quit: Leaving)
573 [03:13:00] <bmomjian> yes, I saw that and tried. I am unclear exactly what section they go in though, and which file.
574 [03:13:10] <mrrhq> Might be worth putting a CD player on IDE if it's a desktop. If it's a laptop, idk..
575 [03:13:12] <lost_soul> mrrhq: This is a very old server with onboard IDE and SCSI only. The SATA card I'm using has only 8 ports and I have 8 data drives plugged in to it.
576 [03:13:18] <bmomjian> I tried it in <Directory /> and <Directory /var/replaced-url
577 [03:13:18] *** Quits: fnstudio (~fabio@replaced-ip ) (Ping timeout: 276 seconds)
578 [03:13:30] <bmomjian> what is odd is that I don't have a <Directory /var/replaced-url
579 [03:13:50] <abrotman> bmomjian: such as one that suggests you need an AllowOverrides Options in your apache2.conf for /var/replaced-url
580 [03:14:25] <lost_soul> I like the idea of CF as it has no moving parts and I don't really need the OS to be fast or huge on this install. All it is meant to do is serve files via NFS and samba
581 [03:14:27] *** Quits: filisko_ (~filisko@replaced-ip ) (Ping timeout: 246 seconds)
582 [03:14:52] <bmomjian> ok, let me try that
583 [03:15:15] *** Quits: markybob (~markybob@replaced-ip ) (Remote host closed the connection)
584 [03:15:25] *** Joins: BinBasher (BinBasher@replaced-ip )
585 [03:15:34] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
586 [03:15:42] *** Joins: markybob (~markybob@replaced-ip )
587 [03:16:12] <karlpinc> bmomjian: Yeah. The apache 2.4 release notes say AllowOverrides defaults now to "none".
588 [03:16:18] <mrrhq> lost_soul: What a cool sounding kit. Yeah, without knowing how a CF to IDE controller works, I'm not sure how one would stop all the error messages you said you were getting. I'm also really not even sure if the IDE transfer itself will be a bottleneck.
589 [03:16:28] <abrotman> karlpinc: he was wondering where you got to :)
590 [03:16:37] <laidback_01> bmomjian, why do you have <Directory /> do you really have files in / that you want served?
591 [03:17:12] *** Quits: samson (~v0idp0int@replaced-ip ) (Ping timeout: 276 seconds)
592 [03:17:12] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 276 seconds)
593 [03:17:24] *** Quits: filadome (~filadome_@replaced-ip ) (Read error: Connection reset by peer)
594 [03:17:51] <mrrhq> replaced-url
595 [03:18:00] *** debhelper sets mode: +l 1558
596 [03:18:01] <mrrhq> Looks like it also depends on the speed of the CF card itself.
597 [03:18:03] <bmomjian> OK, URL updated, same problem: replaced-url
598 [03:18:07] <bmomjian> but fresh config files
599 [03:18:18] <bmomjian> oh, karlpinc is here!
600 [03:18:20] <bmomjian> Yeah!
601 [03:18:22] <lost_soul> mrrhq: well I use a similar setup on the machine that does my network routing (OpenBSD for that box) and it works fine, although it is a little slow.. but as I said I don't really need something fast
602 [03:18:40] <bmomjian> so I wrote down everything he said, but SSI has my website down for a few hours now and I can't figure it out.
603 [03:18:42] *** Joins: filadome (~filadome_@replaced-ip )
604 [03:18:52] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 260 seconds)
605 [03:19:06] <karlpinc> bmomjian: Hah. I once knew what I was doing. Then my brain started leaking.... Anyhow, is there a line above that says what the problem is?
606 [03:19:19] *** Joins: bpsecret (~bpsecret@replaced-ip )
607 [03:19:34] <karlpinc> bmomjian: (I've become more enamored of nginx than apache of late.)
608 [03:19:36] <bmomjian> just the error message about INCLUDE noet enabled.
609 [03:19:42] <bmomjian> yes, I can feel that now. ;-)
610 [03:19:47] *** Joins: THX1138 (~Zzyzx@replaced-ip )
611 [03:20:45] *** Joins: fnstudio (~fabio@replaced-ip )
612 [03:20:57] *** Joins: LitoII_ (~LitoII@replaced-ip )
613 [03:20:58] *** Quits: Drugo (~9mwe@replaced-ip ) (Quit: Leaving)
614 [03:21:01] *** Joins: patterson_ (~patterson@replaced-ip )
615 [03:21:07] <bmomjian> as far as I see AllowOverride only controls .htaccess, and I am not using htaccess.
616 [03:21:28] <karlpinc> bmomjian: Tried putting "IncludesNoExec <uh, something here>" in the top-level <Directory ...>?
617 [03:21:29] <abrotman> it allows subdirectory overrides also IIRC
618 [03:21:29] <bmomjian> I am happy to try, of course. Maybe Apache considers SSI to be htaccess controls.
619 [03:22:00] <bmomjian> in which file?
620 [03:22:19] <laidback_01> bmomjian, here, try this one: replaced-url
621 [03:22:35] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
622 [03:22:41] <laidback_01> I think you had the impression that the default would go to the last entry, whereas it's just the opposite, it'll go to the first.
623 [03:22:47] <karlpinc> bmomjian: I'm going to look at your setup....
624 [03:23:04] <laidback_01> and if you didn't have the server alias setup to handle that, it wouldn't behave as expected.
625 [03:23:24] *** Joins: angerman (~m@replaced-ip )
626 [03:23:51] <laidback_01> karlpinc, yeah, I've changed my servers over to nginx as well... so I'm just kind of trying to remember how to apache again.
627 [03:23:55] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 252 seconds)
628 [03:23:59] *** patterson_ is now known as patterson
629 [03:24:13] <bmomjian> no change in using that pastebin
630 [03:24:14] *** Joins: safe (~safe@replaced-ip )
631 [03:24:22] <laidback_01> hmm. bummer.
632 [03:24:29] <bmomjian> thanks karlpinc
633 [03:24:42] <laidback_01> apache configtest comes out OK, right?
634 [03:25:22] *** Joins: strayPuppy (~vi@replaced-ip )
635 [03:25:26] *** Joins: ben_roose (~roose@replaced-ip )
636 [03:25:38] *** Joins: g0ne (~g0ne@replaced-ip )
637 [03:25:45] <bmomjian> apache2 -t has some odd error, hold
638 [03:26:24] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
639 [03:26:31] <bmomjian> odd error: replaced-url
640 [03:26:38] *** Quits: QuartedOnion (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
641 [03:27:51] <abrotman> and what's line 74?
642 [03:28:04] *** Joins: andrew_ (~andrew@replaced-ip )
643 [03:28:19] *** Joins: hspcd (~hspcd@replaced-ip )
644 [03:28:24] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
645 [03:28:27] *** Quits: g0ne_ (~g0ne@replaced-ip ) (Ping timeout: 246 seconds)
646 [03:28:36] <jmcnaught> it's: Mutex file:${APACHE_LOCK_DIR} default
647 [03:30:08] <laidback_01> replaced-url
648 [03:30:21] <bmomjian> should I try that?
649 [03:30:28] <laidback_01> replaced-url
650 [03:30:43] <bmomjian> oh, hold you wanted me to try noexec
651 [03:30:46] <bmomjian> sorry, let me do that now
652 [03:30:46] <laidback_01> I'm just pointing out 74 - the line doesn't make sense in either context
653 [03:31:05] *** Joins: denisk (~denisk@replaced-ip )
654 [03:31:37] <bmomjian> in apache.conf line 74 is Mutex file:${APACHE_LOCK_DIR} default
655 [03:33:06] *** Joins: samson (~v0idp0int@replaced-ip )
656 [03:33:36] *** Joins: salviaD (~salviaD@replaced-ip )
657 [03:33:40] <karlpinc> bmomjian: Google came up with a good debugging hint. Put a CustomLog in each virtualhost to narrow the problem down.
658 [03:33:46] <salviaD> On wheezy, I had one line of code added to /etc/init.d/rcS . Now on jessy with systemd, where can I added this 1 script line to be executed at this same early stage?
659 [03:33:55] <karlpinc> bmomjian: (Then look for the error message in each log.)
660 [03:34:09] <bmomjian> oh
661 [03:35:35] *** Joins: syssi_ (~syssi@replaced-ip )
662 [03:35:58] *** Joins: zykotic10 (~zykotick9@replaced-ip )
663 [03:36:20] *** Quits: zykotic10 (~zykotick9@replaced-ip ) (Client Quit)
664 [03:36:33] *** Quits: zykotick9 (~zykotick9@replaced-ip ) (Ping timeout: 244 seconds)
665 [03:36:47] <bmomjian> OK, so I put CustomLog "1.0" in <Directory /var/replaced-url
666 [03:36:48] *** Joins: QuartedOnion (~choppeddi@replaced-ip )
667 [03:36:49] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
668 [03:36:58] *** Quits: slucx (~slucx@replaced-ip ) (Quit: Leaving)
669 [03:37:22] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
670 [03:37:55] *** Joins: slucx (~slucx@replaced-ip )
671 [03:38:00] *** debhelper sets mode: +l 1569
672 [03:38:07] <bmomjian> let me try every virtual host
673 [03:38:50] *** Quits: AntimatterCarp (~Carp@replaced-ip ) (Remote host closed the connection)
674 [03:39:15] <bmomjian> I put it in every one but didn't see it, let me try apache2.conf
675 [03:39:18] *** Quits: syssi (~syssi@replaced-ip ) (Ping timeout: 276 seconds)
676 [03:39:30] <karlpinc> bmomjian: Humm. I'd expect a CustomLog line to look like: CustomLog "logs/access_log" "%h %l %u %t \"%r\" %>s %b" (or some other "format string")
677 [03:39:31] *** Quits: slucx (~slucx@replaced-ip ) (Changing host)
678 [03:39:31] *** Joins: slucx (~slucx@replaced-ip )
679 [03:39:53] <jmcnaught> salviaD: you can make a .service unit for the script and put it in /etc/systemd/system
680 [03:40:12] <karlpinc> bmomjian: But let me look into apache more. Maybe that won't capture errors. (Just when are you getting that log message, in what log file?)
681 [03:40:15] <bmomjian> seems it can't go in apache2.conf, syntax error
682 [03:40:32] <bmomjian> actually I was looking in the error log; let me look in the access log
683 [03:40:51] <salviaD> jmcnaught: what would be the equal to having it, as the first line in /etc/init.d/rcS ?
684 [03:40:59] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
685 [03:41:01] *** Joins: zykotick9 (~zykotick9@replaced-ip )
686 [03:41:30] <bmomjian> no , nothing the access logs either
687 [03:41:39] *** Quits: fnstudio (~fabio@replaced-ip ) (Ping timeout: 248 seconds)
688 [03:41:43] *** Quits: onebrokeguy (~pi@replaced-ip ) (Ping timeout: 244 seconds)
689 [03:42:09] *** Joins: onebrokeguy (~pi@replaced-ip )
690 [03:42:22] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Remote host closed the connection)
691 [03:42:27] *** Joins: alvesadrian (~adrian@replaced-ip )
692 [03:42:28] <bmomjian> I just added: CustomLog "1.0" to 000-default
693 [03:42:45] *** Quits: mthecreator (~mthecreat@replaced-ip ) (Read error: Connection reset by peer)
694 [03:42:48] *** Joins: mr_daemon (~supernaut@replaced-ip )
695 [03:42:59] <karlpinc> bmomjian: Looks like "the internet" is not a reliable source of advice. :-) If it's an error message you want an ErrorLog directive, and supply a path.
696 [03:43:10] <karlpinc> bmomjian: You can supply a different path for each virtual host.
697 [03:43:14] <bmomjian> ok
698 [03:43:32] <abrotman> If only Apache worked as well as PostgreSQL ...
699 [03:43:35] <karlpinc> bmomjian: Then we at least narrow it down to a virtual host. (I hope.)
700 [03:44:32] *** Joins: billythefish (~btf@replaced-ip )
701 [03:44:59] *** Joins: dayten (~gnoid@replaced-ip )
702 [03:45:38] <bmomjian> I just added ErrorLog "/var/log/apache2/1.0" but no files were created.
703 [03:45:59] <bmomjian> hold missed one
704 [03:46:19] *** Joins: alexei (~amgarchin@replaced-ip )
705 [03:46:52] *** Joins: seraph1 (~ernesto@replaced-ip )
706 [03:47:02] <jmcnaught> salviaD: it seems that there is a /lib/systemd/system/rc.local.service unit that will execute stuff in /etc/rc.local, but the systemd way would be to make your own service unit that runs the script/command, and put that in /etc/systemd/system (and then enable the service unit)
707 [03:47:27] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 260 seconds)
708 [03:47:30] <bmomjian> no, nothing, sorry
709 [03:47:38] *** Quits: Radj (uid137502@replaced-ip ) (Quit: Connection closed for inactivity)
710 [03:47:55] <salviaD> jmcnaught: rc.local is userspace... i need this to run at the very first 2 seconds
711 [03:48:05] *** Quits: josuebrunel (~Icedove@replaced-ip ) (Ping timeout: 250 seconds)
712 [03:48:10] <karlpinc> jmcnaught: He wants it really early in the boot process. Probably needs to have a "systemd magic come before multiuser target" sort of directive.
713 [03:48:12] <salviaD> as it did, inside /etc/init.d/rcS
714 [03:48:21] *** Joins: TomTomTosch (~TomTomTos@replaced-ip )
715 [03:48:44] *** Joins: Colti (Miramar-FL@replaced-ip )
716 [03:48:59] *** Quits: TomTomTosch (~TomTomTos@replaced-ip ) (Client Quit)
717 [03:49:13] *** Quits: amgarching (~amgarchin@replaced-ip ) (Ping timeout: 252 seconds)
718 [03:49:33] *** Joins: ungali (ungali@replaced-ip )
719 [03:49:33] *** Quits: ungali (ungali@replaced-ip ) (Changing host)
720 [03:49:33] *** Joins: ungali (ungali@replaced-ip )
721 [03:49:41] <karlpinc> bmomjian: So, you're doing something with includes, right? These are html includes? And not executing?
722 [03:50:03] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
723 [03:50:14] *** Joins: zave (~zave@replaced-ip )
724 [03:50:16] <bmomjian> so the files have html comments that used to be expanded by apache, called SSI.
725 [03:50:23] <bmomjian> e.g. <!--#set var="title" value="Contact" -->
726 [03:50:33] <bmomjian> This has them: replaced-url
727 [03:50:38] *** Quits: andrew_ (~andrew@replaced-ip ) (Ping timeout: 248 seconds)
728 [03:50:48] <jmcnaught> salviaD: systemd has this concept of targets that a service unit can want. you can list them with "systemctl list-units -t target", so you would would have your custom service unit want or require one of those
729 [03:50:57] *** Quits: Otap (~Ota@replaced-ip ) (Ping timeout: 260 seconds)
730 [03:51:02] <bmomjian> The error is pretty clear that it can't find the +Includes
731 [03:51:07] *** Quits: finlstrm (~finlstrm@replaced-ip ) (Ping timeout: 250 seconds)
732 [03:51:09] *** Quits: zave (~zave@replaced-ip ) (Max SendQ exceeded)
733 [03:51:21] <bmomjian> mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed:
734 [03:51:33] *** Joins: zave (~zave@replaced-ip )
735 [03:51:39] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 276 seconds)
736 [03:52:54] *** Joins: Otap (~Ota@replaced-ip )
737 [03:53:04] *** Joins: sorta (~fjajar@replaced-ip )
738 [03:53:25] <jmcnaught> bmomjian: could it be because the includes filter happens in confs-enabled/xbit-hack.conf which gets loaded before the sites-enabled/000-default? There is a <Directory /var/replaced-url
739 [03:53:35] <bmomjian> I moved "Options +Includes" out of the directory block and into the Virtual host block , but no change.
740 [03:53:53] <sorta> how do i compare a .gpg file in the apt trusted dir with a pub key .asc file?
741 [03:54:00] <bmomjian> that is true
742 [03:54:12] <bmomjian> let me try copying the xbit-hack.conf into the file again
743 [03:54:49] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
744 [03:55:33] *** Joins: gigetoo (~gigetoo@replaced-ip )
745 [03:55:35] <bmomjian> No change but the file is here: replaced-url
746 [03:55:50] <jmcnaught> bmomjian: or move the site's files into /var/replaced-url
747 [03:56:21] *** Quits: rbanffy (~rbanffy@replaced-ip ) (Remote host closed the connection)
748 [03:56:47] *** Quits: humbobble (~humbag@replaced-ip ) (Ping timeout: 260 seconds)
749 [03:57:14] <bmomjian> I have moved the sites files into /var/replaced-url
750 [03:57:29] *** Joins: mezod (~mezod@replaced-ip )
751 [03:57:38] <bmomjian> should the Directory config say /var/replaced-url
752 [03:57:39] *** Quits: JayFK (~JayFK@replaced-ip ) (Ping timeout: 248 seconds)
753 [03:58:09] <jmcnaught> bmomjian: in 000-default yes change /var/replaced-url
754 [03:58:46] <bmomjian> ok, hold
755 [03:59:05] <bmomjian> fyi, someone on #httpd has responded.
756 [03:59:20] <jmcnaught> bmomjian: also it's not clear to me why you have a <Directory /> in 000-default
757 [03:59:35] *** Joins: sidmo (~sidmo@replaced-ip )
758 [03:59:36] <karlpinc> bmomjian: (and everyone) I've not really been following what's been tried. But I see a <Directory /> Options foo\n Then _no_ Options +Includes in any subdir. So the original options does not allow includes and that sticks.
759 [03:59:53] *** Joins: blueness (~blueness@replaced-ip )
760 [04:00:02] <abrotman> I did say that ..
761 [04:00:03] <karlpinc> (any subdir with "main" in it.)
762 [04:00:08] <bmomjian> OK, updated file, but same problem: replaced-url
763 [04:00:12] <abrotman> not sure what he tried to resolve that
764 [04:00:16] <bmomjian> I have no idea myself
765 [04:00:36] <bmomjian> Is this right "DocumentRoot /var/replaced-url
766 [04:01:24] *** Quits: aau (~aau@replaced-ip ) (Ping timeout: 276 seconds)
767 [04:01:50] *** Quits: mezod (~mezod@replaced-ip ) (Ping timeout: 248 seconds)
768 [04:01:51] <karlpinc> bmomjian: But it's not fixed. You've got an Options FollowSymlinks on /. Does that not get rid of the Options +Includes on anything in /? (My apache is not all that....)
769 [04:01:54] <bmomjian> OK, new file contents, same output: replaced-url
770 [04:02:02] <bmomjian> oh, hold
771 [04:02:16] <jmcnaught> bmomjian: it should be the directory that has your website in it. if you moved it to /var/replaced-url
772 [04:02:43] *** Quits: locrian9 (~mike@replaced-ip ) (Quit: Lost terminal)
773 [04:02:54] *** Quits: sidmo_ (~sidmo@replaced-ip ) (Ping timeout: 244 seconds)
774 [04:03:06] <karlpinc> bmomjian: If it were "Options +FollowSymlinks" on / then I'd expect it to work.
775 [04:03:25] *** Joins: JayFK (~JayFK@replaced-ip )
776 [04:03:26] <bmomjian> Options +Includes is lower.
777 [04:03:31] <bmomjian> let me merge them all into one
778 [04:03:40] *** Quits: Xavier714 (~Xavier714@replaced-ip ) (Ping timeout: 250 seconds)
779 [04:03:44] *** Joins: locrian9 (~mike@replaced-ip )
780 [04:04:17] *** Joins: andrew_ (~andrew@replaced-ip )
781 [04:04:19] *** Quits: locrian9 (~mike@replaced-ip ) (Client Quit)
782 [04:04:20] <bmomjian> OK, updated, same issue: replaced-url
783 [04:04:38] <sorta> hmmm, why does the zfsonlinux_6_all.deb file's gpg key differ so drastically from the key at the bottom of replaced-url
784 [04:07:17] *** noahfx_ is now known as noahfx
785 [04:07:22] *** cafuego is now known as all
786 [04:07:27] *** all is now known as cafuego
787 [04:07:51] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
788 [04:08:01] *** debhelper sets mode: +l 1562
789 [04:09:00] *** Quits: msjche (~msjche@replaced-ip ) (Quit: WeeChat 1.4)
790 [04:09:12] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 276 seconds)
791 [04:09:34] *** Joins: Zzyzx (~Zzyzx@replaced-ip )
792 [04:10:07] *** Joins: unborn (~ugly@replaced-ip )
793 [04:10:08] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
794 [04:10:24] <jmcnaught> bmomjian: and with the 000-default you most recently linked to, do you still have xbit-hack.conf in conf-enabled? (a2disconf can disable it)
795 [04:11:03] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Remote host closed the connection)
796 [04:11:14] <bmomjian> yes
797 [04:11:23] *** Joins: Lokke (~Thunderbi@replaced-ip )
798 [04:11:44] <karlpinc> bmomjian: I'm starting to think about ways to crank up the verbosity of the config file parsing....
799 [04:11:46] <bmomjian> Oh, I added a "2" to ErrorLog ${APACHE_LOG_DIR}/error2.log in my default 000-default config block and there was no error2.log file created
800 [04:11:48] <bmomjian> yes
801 [04:12:02] <bmomjian> I also tried LogLevel debug and saw no change
802 [04:12:11] <bmomjian> so I am now thinking it is not even seeing that block
803 [04:12:15] <bmomjian> which gets us somewhere
804 [04:12:24] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Quit: Leaving)
805 [04:12:33] <karlpinc> bmomjian: So it's looking at the wrong virtualhost?
806 [04:12:37] *** Joins: kriskropd (~kris@replaced-ip )
807 [04:12:37] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
808 [04:13:29] <bmomjian> that is my thought now
809 [04:13:42] <bmomjian> I am fiddling with adding that Errorlog even more places
810 [04:13:42] <karlpinc> bmomjian: Is there a NameVirtualHost anywhere? I'm getting feelings about incompatibility with that and, uh, where you specify names for each host.... but I don't remember any details.
811 [04:13:44] *** Joins: angerman (~m@replaced-ip )
812 [04:14:07] <bmomjian> nope
813 [04:14:10] *** Joins: aau (~aau@replaced-ip )
814 [04:14:24] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 276 seconds)
815 [04:14:27] <bmomjian> karlpinc, you mentioned some command to run
816 [04:14:31] <bmomjian> ap...
817 [04:14:41] <bmomjian> a2ensite
818 [04:14:46] *** Quits: FoolishOwl (U2FsdGVkX1@replaced-ip##) (Quit: ZNC - ##replaced-url
819 [04:14:48] <bmomjian> do I need to run that?
820 [04:14:52] <karlpinc> bmomjian: That wasn't me.
821 [04:14:55] <bmomjian> oh
822 [04:15:01] <bmomjian> it was the changelog I guess
823 [04:15:05] <karlpinc> bmomjian: It puts a symlink in sites-enabled.
824 [04:15:21] *** Joins: earthundead (~earthunde@replaced-ip )
825 [04:15:24] *** Quits: spronk (~spronkey@replaced-ip ) (Quit: I may need a longer sleep timer...)
826 [04:15:25] <karlpinc> bmomjian: Would not hurt to look at that dir to see what's enabled.
827 [04:15:43] <jmcnaught> bmomjian: a2ensite and a2dissite simply manage symlinks from sites-available to sites-enabled. there's also a2enmod and a2enconf
828 [04:15:52] <bmomjian> OK, something is seriously wrong; I just put 'asdfasdf' as the top of 000-default and the service restarted
829 [04:15:54] <bmomjian> yikes
830 [04:16:27] <bmomjian> Yikes
831 [04:16:37] * karlpinc giggles at all the changes we've been pouring over that were ignored.
832 [04:16:40] <bmomjian> I never renamed 000-default to 000-default.conf
833 [04:16:46] <karlpinc> *
834 [04:16:53] *** Parts: sorta (~fjajar@replaced-ip )
835 [04:17:07] *** Quits: QuartedOnion (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
836 [04:17:17] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
837 [04:17:18] *** Quits: a1 (~a1@replaced-ip ) (Ping timeout: 248 seconds)
838 [04:17:18] <bmomjian> The release notes had this text: This change also includes Debian default
839 [04:17:18] <bmomjian> sites, so the default site has been renamed to 000-default to avoid naming
840 [04:17:18] <bmomjian> confusions.
841 [04:17:34] <bmomjian> so I thought it means that 000-default was not to have a .config added
842 [04:18:17] <jmcnaught> heh.. something so simple, i feel silly for not noticing this.. good catch bmomjian
843 [04:18:23] <karlpinc> bmomjian: Well, never would have found that problem without chatting about it. :-) I recall now making the same mistake, briefly mercifully.
844 [04:18:42] <bmomjian> Here is the text block that had me confused: replaced-url
845 [04:18:55] *** Zzyzx is now known as THX1138
846 [04:19:16] <bmomjian> wow, I do feel a little better but I should have found it much sooner. I added junk in the xbit conf file to check it was being seen, but never checked 000-default
847 [04:20:14] <karlpinc> bmomjian: Ah. Text seems pretty clear. But you need to know that [3] is a footnote.
848 [04:20:38] *** Joins: QuartedOnion (~choppeddi@replaced-ip )
849 [04:20:39] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
850 [04:21:11] <bmomjian> oh
851 [04:21:38] *** Joins: astrofog (~astrofog@replaced-ip )
852 [04:23:27] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
853 [04:24:47] *** Joins: crocodilehunter (~Thunderbi@replaced-ip )
854 [04:24:48] *** Joins: rodolfowtf (~quassel@replaced-ip )
855 [04:26:39] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
856 [04:26:45] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
857 [04:27:02] *** Joins: chachasmooth (~chachasmo@replaced-ip )
858 [04:28:22] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
859 [04:28:49] <bmomjian> Odd that ../sites-available/000-default.conf has "Order allow,deny"
860 [04:28:53] <bmomjian> the old syntax
861 [04:29:06] <bmomjian> is my document root /var/replaced-url
862 [04:29:12] <bmomjian> for the default virtual host?
863 [04:29:22] <bmomjian> sites-enable says /var/replaced-url
864 [04:29:28] *** Quits: AntiSpamMeta (~MetaBot@replaced-ip ) (Excess Flood)
865 [04:29:49] *** Joins: AntiSpamMeta (~MetaBot@replaced-ip )
866 [04:30:06] *** Joins: henryk (~henryk@replaced-ip )
867 [04:30:24] *** Parts: henryk (~henryk@replaced-ip )
868 [04:30:33] <karlpinc> bmomjian: The only one used is the one in sites-enabled. It's supposed to be a symlink of the one in sites-available.
869 [04:31:44] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
870 [04:31:50] <karlpinc> bmomjian: The symlink-ness is what allows the a2ensite (or whatever) commands to work.
871 [04:32:18] *** Joins: s4ndm4n (~sandman@replaced-ip )
872 [04:32:45] *** Joins: slysir (~michael@replaced-ip )
873 [04:33:28] *** Joins: FoolishOwl (U2FsdGVkX1@replaced-ip )
874 [04:33:42] *** Quits: percY- (~percY@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
875 [04:33:57] *** Joins: niknik (494cc11b@replaced-ip )
876 [04:35:15] *** Joins: angerman (~m@replaced-ip )
877 [04:35:18] *** Joins: Spider (~spider@replaced-ip )
878 [04:35:43] <bmomjian> oh
879 [04:36:00] *** Joins: percY- (~percY@replaced-ip )
880 [04:36:43] *** Joins: EOIP (~Thunderbi@replaced-ip )
881 [04:36:46] <bmomjian> Ah, yes I see the 000-default.conf.dpkg-new version now
882 [04:37:39] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
883 [04:37:40] *** EOIP is now known as crocodilehunter
884 [04:39:16] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 252 seconds)
885 [04:39:27] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
886 [04:39:43] <jim> bmomjian, aren't you the pg project lead?
887 [04:39:45] *** Quits: vook (~vook@replaced-ip ) (Ping timeout: 276 seconds)
888 [04:39:54] *** Joins: vook (~vook@replaced-ip )
889 [04:40:28] *** Joins: centurion18 (~centurion@replaced-ip )
890 [04:40:50] <centurion18> hi
891 [04:40:50] *** Quits: s5fs (s5fs@replaced-ip##) (Quit: ZNC - ##replaced-url
892 [04:41:12] <centurion18> does unattended-updates upgrades automatically?
893 [04:41:26] *** Joins: bpsecret (~bpsecret@replaced-ip )
894 [04:41:33] <centurion18> or do i need a cron line for that?
895 [04:41:49] <markybob> centurion18: apticron makes a cron job to do that
896 [04:42:05] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
897 [04:42:18] *** Joins: TomTomTo1 (~TomTomTos@replaced-ip )
898 [04:42:22] *** Quits: alvesadrian (~adrian@replaced-ip ) (Ping timeout: 248 seconds)
899 [04:42:25] *** Joins: _aeris_ (~aeris@replaced-ip )
900 [04:42:32] *** Parts: TomTomTo1 (~TomTomTos@replaced-ip )
901 [04:42:53] *** Quits: damentz (~damentz@replaced-ip ) (Quit: Konversation terminated!)
902 [04:42:56] *** Joins: reev (~reev@replaced-ip )
903 [04:43:17] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
904 [04:44:00] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
905 [04:44:58] *** Joins: damentz (~damentz@replaced-ip )
906 [04:45:04] *** Joins: socomm (~socomm@replaced-ip )
907 [04:46:38] *** Joins: CTRL_Fre1k (~PLR@replaced-ip )
908 [04:46:54] *** Quits: vook (~vook@replaced-ip ) (Ping timeout: 276 seconds)
909 [04:47:34] *** Quits: D-Boy (~D-Boy@replaced-ip ) (Excess Flood)
910 [04:48:04] *** Quits: CTRL_Freak (~PLR@replaced-ip ) (Ping timeout: 252 seconds)
911 [04:48:06] *** Joins: vook (~vook@replaced-ip )
912 [04:48:26] *** Avasz_ is now known as Avasz
913 [04:48:37] *** Quits: Avasz (~N900@replaced-ip ) (Changing host)
914 [04:48:37] *** Joins: Avasz (~N900@replaced-ip )
915 [04:49:11] *** Quits: reev (~reev@replaced-ip ) (Ping timeout: 250 seconds)
916 [04:49:12] *** Joins: slysir (~michael@replaced-ip )
917 [04:49:56] *** Joins: hanasaki (~hanasaki@replaced-ip )
918 [04:49:58] *** Joins: Eifrig (~lano@replaced-ip )
919 [04:50:31] *** Quits: fp7 (~fp7@replaced-ip ) (Quit: Yo momma so bloated, almost every linux distro has transitioned to use her as an init daemon.)
920 [04:50:52] <bmomjian> I am changing to the new SSI variable syntax now
921 [04:51:05] <bmomjian> yes, I am a PG core team member.
922 [04:51:28] <bmomjian> not the lead actually
923 [04:51:59] *** Joins: moonpunter (~chatzilla@replaced-ip )
924 [04:52:31] <markybob> bmomjian: peerguardian?
925 [04:52:35] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 248 seconds)
926 [04:52:46] <karlpinc> markybob: PostgreSQL
927 [04:53:05] *** Joins: skiz (~skiz@replaced-ip )
928 [04:53:05] <markybob> never heard of that used for postgresql. okay
929 [04:53:07] <bmomjian> village elder is a term bandied about. ;-)
930 [04:54:03] *** Quits: AlphaAtom (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
931 [04:54:30] <karlpinc> bmomjian: Perhaps you should hide leds in your beard, in lue of twigs. ;-)
932 [04:55:07] *** Quits: joelpet_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
933 [04:55:17] <bmomjian> lol
934 [04:56:01] *** Quits: dlmayhem (~delm@replaced-ip ) (Quit: Saliendo)
935 [04:56:13] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
936 [04:56:40] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Read error: Connection reset by peer)
937 [04:59:38] *** Joins: mastokley (~mastokley@replaced-ip )
938 [05:00:19] *** Joins: joelpet (~quassel@replaced-ip )
939 [05:00:35] *** Quits: RA3OR (~demon@replaced-ip ) (Read error: Connection reset by peer)
940 [05:00:42] *** Joins: RA3OR (~demon@replaced-ip )
941 [05:04:23] *** Joins: cdbob_linux (~cdbob_lin@replaced-ip )
942 [05:05:35] <Eryn_1983_FL> hey guys how do i check what version of ssl my ssl install is using for apache2?
943 [05:05:47] <Eryn_1983_FL> i can't seem to find anywhere it says what version..
944 [05:05:48] *** Parts: niknik (494cc11b@replaced-ip )
945 [05:05:54] <Eryn_1983_FL> /etc/ssl /etc/apache2/
946 [05:06:57] *** Quits: WormFood (~wormfood@replaced-ip ) (Ping timeout: 260 seconds)
947 [05:07:00] <markybob> Eryn_1983_FL: dpkg -l libssl1.0.0
948 [05:07:21] <Eryn_1983_FL> ok
949 [05:07:49] *** Joins: D-Boy (~D-Boy@replaced-ip )
950 [05:08:13] <jim> bmomjian, thanks for the work you all do... pg has been awesome over the years and continues to be
951 [05:08:16] <Eryn_1983_FL> it is installed
952 [05:08:25] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip ) (Ping timeout: 252 seconds)
953 [05:08:27] *** Joins: thirtynein (~thirtynei@replaced-ip )
954 [05:08:44] *** Joins: llorephie (~Thunderbi@replaced-ip )
955 [05:09:00] *** Joins: s8321414 (~s8321414@replaced-ip )
956 [05:09:04] <Eryn_1983_FL> SSLProtocol all -SSLv3
957 [05:09:07] *** Quits: ungali (ungali@replaced-ip ) (Remote host closed the connection)
958 [05:09:08] <Eryn_1983_FL> in ssl.conf
959 [05:09:10] <markybob> Eryn_1983_FL: i'm sure it is. which version?
960 [05:09:20] <bmomjian> jim: glad to hear it
961 [05:09:24] <Eryn_1983_FL> ii libssl1.0.0:am 1.0.1k-3+deb amd64 Secure Sockets Layer toolkit - sh
962 [05:09:33] *** Quits: s8321414 (~s8321414@replaced-ip ) (Client Quit)
963 [05:09:42] <mrrhq> Oh jeez, do not use SSLv3. People really need to start using TLS.
964 [05:09:52] *** Quits: skiz (~skiz@replaced-ip ) (Quit: skiz)
965 [05:09:53] <markybob> mrrhq: - says it's not used
966 [05:09:57] *** Joins: Evilcom (~lano@replaced-ip )
967 [05:10:11] *** Joins: s8321414 (~s8321414@replaced-ip )
968 [05:10:29] <markybob> Eryn_1983_FL: you didn't get the whole thing. it should be 1.0.1k-3+deb8u2 if you haven't apt-get update && apt-get upgrade today you need to do it
969 [05:10:31] <simonlnu> i see a nice little - there myself
970 [05:10:41] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Client Quit)
971 [05:10:50] <Eryn_1983_FL> ok
972 [05:11:09] *** Joins: N3X15 (~Rob@replaced-ip )
973 [05:11:22] <mrrhq> Oh okay, whew. :p
974 [05:11:28] <markybob> Eryn_1983_FL: i mistyped. 1.0.1k-3+deb8u4
975 [05:11:41] <Eryn_1983_FL> it updating...
976 [05:11:43] *** Quits: Eifrig (~lano@replaced-ip ) (Ping timeout: 252 seconds)
977 [05:12:13] *** Quits: s8321414 (~s8321414@replaced-ip ) (Client Quit)
978 [05:12:21] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip )
979 [05:12:27] *** Joins: s8321414 (~s8321414@replaced-ip )
980 [05:12:27] <simonlnu> i second jim there, :)
981 [05:12:46] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 248 seconds)
982 [05:12:50] <Eryn_1983_FL> there updated
983 [05:12:56] *** Quits: s8321414 (~s8321414@replaced-ip ) (Client Quit)
984 [05:13:04] <Eryn_1983_FL> SSLProtocol all -SSLv3 is that sufficent do i need anything else
985 [05:13:06] *** Joins: s8321414 (~s8321414@replaced-ip )
986 [05:13:15] <markybob> Eryn_1983_FL: that's enough for apache
987 [05:13:17] <Eryn_1983_FL> ii libssl1.0.0:am 1.0.1k-3+deb amd64 Secure Sockets Layer toolkit - sh
988 [05:13:21] *** Joins: ungali (ungali@replaced-ip )
989 [05:13:25] <Eryn_1983_FL> ok
990 [05:13:43] <Eryn_1983_FL> i got no webserver of my own
991 [05:13:58] <Eryn_1983_FL> i guess there are days when having gmail is a good thing?
992 [05:15:02] <Eryn_1983_FL> er i mean email server...
993 [05:15:06] <Eryn_1983_FL> long day..
994 [05:15:15] <Eryn_1983_FL> lol
995 [05:15:55] *** Joins: DBA_1 (~DBA@replaced-ip )
996 [05:16:21] *** Quits: s8321414 (~s8321414@replaced-ip ) (Client Quit)
997 [05:16:30] *** Quits: Nach0z (~nach0z@replaced-ip ) (Ping timeout: 248 seconds)
998 [05:16:34] *** Joins: s8321414 (~s8321414@replaced-ip )
999 [05:17:35] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1000 [05:17:56] *** Quits: s8321414 (~s8321414@replaced-ip ) (Client Quit)
1001 [05:17:56] *** Joins: Nach0z (~nach0z@replaced-ip )
1002 [05:18:11] *** Joins: s8321414 (~s8321414@replaced-ip )
1003 [05:18:34] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1004 [05:19:06] *** Joins: crocodilehunter (~Thunderbi@replaced-ip )
1005 [05:19:07] *** Quits: s8321414 (~s8321414@replaced-ip ) (Read error: Connection reset by peer)
1006 [05:19:24] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Ping timeout: 276 seconds)
1007 [05:19:24] *** Joins: s8321414 (~s8321414@replaced-ip )
1008 [05:20:10] <mrrhq> I also use my Google Account for YouTube, and so I don't think I could give up both that and GMail.
1009 [05:21:04] *** Quits: waspinator (~waspinato@replaced-ip ) (Ping timeout: 252 seconds)
1010 [05:21:38] *** Quits: cra1g321 (~craig@replaced-ip ) (Quit: Konversation terminated!)
1011 [05:22:01] *** Joins: tonythomas (uid25971@replaced-ip )
1012 [05:22:10] *** Quits: alexei (~amgarchin@replaced-ip ) (Ping timeout: 252 seconds)
1013 [05:24:36] *** Quits: faw (~Felipe@replaced-ip ) (Ping timeout: 276 seconds)
1014 [05:25:34] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
1015 [05:26:45] *** Joins: rodolfowtf (~quassel@replaced-ip )
1016 [05:27:46] *** Parts: darsie (~darsie@replaced-ip )
1017 [05:29:52] *** Quits: socomm (~socomm@replaced-ip ) (Quit: WeeChat 0.3.8)
1018 [05:30:12] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
1019 [05:31:06] *** Quits: wyre (wyre@replaced-ip ) (Ping timeout: 276 seconds)
1020 [05:31:07] *** Joins: angerman (~m@replaced-ip )
1021 [05:31:41] *** Joins: dreamon (~dreamon@replaced-ip )
1022 [05:32:56] *** Joins: wyre (wyre@replaced-ip )
1023 [05:33:07] *** Joins: denis_k (~denisk@replaced-ip )
1024 [05:33:14] *** Quits: DBA_1 (~DBA@replaced-ip ) (Quit: Leaving)
1025 [05:33:35] *** Joins: cmhobbs (~cmhobbs@replaced-ip )
1026 [05:33:37] *** Quits: cmhobbs (~cmhobbs@replaced-ip ) (Changing host)
1027 [05:33:37] *** Joins: cmhobbs (~cmhobbs@replaced-ip )
1028 [05:34:19] *** KindOne is now known as DonaldTrump
1029 [05:34:20] *** Joins: aaro (~aaro@replaced-ip )
1030 [05:34:28] <bmomjian> Yeah, my website is back up, replaced-url
1031 [05:34:29] <bmomjian> :-)
1032 [05:34:29] *** Joins: Telvana2 (~digits@replaced-ip )
1033 [05:34:37] *** Joins: forrcaho (~forrcaho@replaced-ip )
1034 [05:35:01] *** Joins: bninja (~bninja@replaced-ip )
1035 [05:35:39] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 276 seconds)
1036 [05:35:58] <mrrhq> gz
1037 [05:36:57] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 276 seconds)
1038 [05:37:02] *** Joins: THX1138 (~Zzyzx@replaced-ip )
1039 [05:37:23] *** Joins: Xavier714 (~Xavier714@replaced-ip )
1040 [05:37:25] *** Quits: Telvana2 (~digits@replaced-ip ) (Client Quit)
1041 [05:39:03] *** Joins: Rusty1 (~Rusty1@replaced-ip )
1042 [05:39:03] <markybob> bmomjian: your ssl setup kinda sucks
1043 [05:40:23] <bmomjian> yes, I am missing an intermediate certificate that I got an Apache complaint about, which I can fix.
1044 [05:40:25] <bmomjian> if that is it
1045 [05:41:46] *** Joins: Telvana (~digits@replaced-ip )
1046 [05:42:55] <markybob> bmomjian: it's valid for replaced-url
1047 [05:43:06] *** Joins: Gabs5807_ (~Gabriel@replaced-ip )
1048 [05:44:06] *** Quits: Xavier714 (~Xavier714@replaced-ip ) ()
1049 [05:44:51] <bmomjian> oh, yeah, I thought I just redirected replaced-url
1050 [05:44:57] <bmomjian> unless redirection is also broken
1051 [05:45:18] *** DonaldTrump is now known as KindOne
1052 [05:45:20] *** CTRL_Fre1k is now known as CTRL_Freak
1053 [05:45:27] <markybob> bmomjian: well now you know what to look at :)
1054 [05:45:34] <bmomjian> yep
1055 [05:46:19] *** Joins: slysir (~michael@replaced-ip )
1056 [05:46:43] *** Quits: slysir (~michael@replaced-ip ) (Client Quit)
1057 [05:47:33] *** Joins: magellanicloud (~magellani@replaced-ip )
1058 [05:50:21] <markybob> bmomjian: you really should aim for an A replaced-url
1059 [05:50:48] *** Quits: forrcaho (~forrcaho@replaced-ip ) (Quit: Leaving)
1060 [05:50:59] *** Joins: de-facto_ (~de-facto@replaced-ip )
1061 [05:51:07] *** Quits: kermit (~zip55413@replaced-ip ) (Ping timeout: 260 seconds)
1062 [05:52:13] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 248 seconds)
1063 [05:52:14] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 248 seconds)
1064 [05:53:14] *** Quits: spock (~spock@replaced-ip ) (Ping timeout: 260 seconds)
1065 [05:53:39] *** Joins: n0t (n0t@replaced-ip )
1066 [05:53:42] *** Quits: Gabs5807_ (~Gabriel@replaced-ip ) (Ping timeout: 246 seconds)
1067 [05:53:56] <bmomjian> Agreed
1068 [05:54:14] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
1069 [05:54:19] *** Joins: spock (~spock@replaced-ip )
1070 [05:54:43] *** spock is now known as Guest4647
1071 [05:55:19] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
1072 [05:56:39] *** Quits: ungali (ungali@replaced-ip ) (Remote host closed the connection)
1073 [05:57:24] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1074 [05:58:07] <markybob> bmomjian: wanna see my config? it's an a+
1075 [05:59:44] *** Joins: stroph (stroph@replaced-ip )
1076 [05:59:46] *** Joins: Hacker01 (~Haxker01@replaced-ip )
1077 [05:59:55] *** Quits: lost_soul (~shawn@replaced-ip ) (Quit: Lost terminal)
1078 [06:00:21] <bmomjian> uh, not sure I would understand it
1079 [06:01:00] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
1080 [06:01:14] *** Joins: josuebrunel (~Icedove@replaced-ip )
1081 [06:01:24] *** Quits: aaro (~aaro@replaced-ip ) (Read error: Connection reset by peer)
1082 [06:02:41] *** Joins: aaro (~aaro@replaced-ip )
1083 [06:03:09] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
1084 [06:04:09] *** Joins: vortek (~vortek@replaced-ip )
1085 [06:04:43] *** Quits: tallbarr (~none@replaced-ip ) (Quit: tallbarr)
1086 [06:06:03] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
1087 [06:07:19] *** Quits: Rusty1 (~Rusty1@replaced-ip ) (Remote host closed the connection)
1088 [06:09:34] *** Joins: cyan__ (~cyan@replaced-ip )
1089 [06:09:49] *** Joins: jaggzt (~Jag@replaced-ip )
1090 [06:09:56] <jaggzt> "configure: error: failed to find required GObject Introspection module GooCanvas"
1091 [06:10:01] <jaggzt> anyone know what to install to get that to work?
1092 [06:10:32] <jaggzt> I have already installed libgoocanvas-common, libgoocanvas-dev, python-pygoocanvas
1093 [06:10:34] *** Quits: denis_k (~denisk@replaced-ip ) (Remote host closed the connection)
1094 [06:11:34] <markybob> jaggzt: pastebin apt-cache policy libgoocanvas-common
1095 [06:11:37] *** Joins: dreki (~dreki@replaced-ip )
1096 [06:11:39] *** Quits: dreki (~dreki@replaced-ip ) (Max SendQ exceeded)
1097 [06:11:49] *** Joins: silent` (~silent@replaced-ip )
1098 [06:11:57] *** Joins: dreki (~dreki@replaced-ip )
1099 [06:12:05] <markybob> jaggzt: and what are you compiling?
1100 [06:12:08] *** Joins: tallbarr (~none@replaced-ip )
1101 [06:12:45] <jaggzt> replaced-url
1102 [06:12:56] *** Joins: ironpillow (~ironpillo@replaced-ip )
1103 [06:12:56] <jaggzt> compiling ocrfeeder.. my debian version is old
1104 [06:13:05] <ironpillow> hi all, when I install squid (caching proxy) on a machine with two NICs, eth0 (wan) and eth1 (lan) how does it know what interface to hook on to?
1105 [06:13:06] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
1106 [06:14:01] <jaggzt> debian ocrfeeder is at 7.11-6 but apparently I need 8.x
1107 [06:14:10] <jaggzt> replaced-url
1108 [06:14:11] <ironpillow> or is it just listening to both eth0:port and eth1:port ?
1109 [06:14:17] <markybob> ,v ocrfeeder
1110 [06:14:18] <judd> Package: ocrfeeder on amd64 -- squeeze: 0.6.6+dfsg1-1; wheezy: 0.7.9-1; jessie: 0.7.11-6; stretch: 0.8.1-2; sid: 0.8.1-2
1111 [06:14:27] *** Quits: NaStYdoG (~cupoftea@replaced-ip ) (Read error: Connection reset by peer)
1112 [06:14:29] <markybob> ,checkbackport ocrfeeder
1113 [06:14:38] <jaggzt> I have backports in apt sources
1114 [06:14:47] <judd> Backporting package ocrfeeder in sid→jessie/amd64: unsatisfiable build dependencies: Build-Depends: gir1.2-goocanvas-2.0.
1115 [06:14:50] <jaggzt> eh
1116 [06:14:52] <jaggzt> oh
1117 [06:14:55] <jaggzt> ooh
1118 [06:14:58] <markybob> jaggzt: that's your problem
1119 [06:15:04] *** Joins: bitgeek (~bitgeek@replaced-ip )
1120 [06:15:05] <jaggzt> grr
1121 [06:15:13] <jaggzt> so I'd need to go to stretch?
1122 [06:15:13] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Quit: Gone Fishing!)
1123 [06:15:29] *** Joins: AfroThundr (~AfroThund@replaced-ip )
1124 [06:15:34] <markybob> jaggzt: if you really *need* it. but it won't be supported here per /topic.
1125 [06:15:41] <jaggzt> (had some other stuff the other day that led me to want to upgrade)
1126 [06:15:47] *** Quits: bitgeek_ (~bitgeek@replaced-ip ) (Ping timeout: 248 seconds)
1127 [06:15:59] <jaggzt> just don't feel like extra broken things with the amount of stuff I have to do right now :)
1128 [06:16:06] *** Joins: Rusty1_ (~kanotix@replaced-ip )
1129 [06:16:18] <jaggzt> okay.. well thanks.. I might just wait then
1130 [06:16:32] <jaggzt> it's not urgent yet.. just was exporting text as a searchable pdf.. it'll help when writing reports
1131 [06:16:33] <markybob> jaggzt: stretch will freeze in december so probably six months after that it'll be stable :P
1132 [06:16:41] <jaggzt> (scanned in some book pages.. but the stuff's not selectable)
1133 [06:16:52] <jaggzt> I can just use adobe acrobat to make those for now though
1134 [06:17:22] <jaggzt> markybob, heh.. okay.. well that'll be a bit late.. I'll use adobe's ocr'ing then.. just need to use my windows system each time :)
1135 [06:17:30] <jaggzt> thanks a lot for the help
1136 [06:17:58] <markybob> jaggzt: sure thing
1137 [06:18:11] *** Joins: kermit (~zip55413@replaced-ip )
1138 [06:19:07] *** Quits: CrazyTux[m] (~CrazyTuxm@replaced-ip ) (Quit: This computer has gone to sleep)
1139 [06:19:21] <jaggzt> :)
1140 [06:19:32] *** Joins: faultline (~faultline@replaced-ip )
1141 [06:20:45] <jaggzt> then I'll get a newer kde.. yay :)
1142 [06:21:47] *** Quits: stroph (stroph@replaced-ip ) (Quit: μόνον εἰδέναι τὸν σοφὸν τίνων χρὴ ἐρᾶν.)
1143 [06:21:53] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
1144 [06:22:47] *** Joins: ChoppedDill_ (~choppeddi@replaced-ip )
1145 [06:22:58] *** Joins: denisk (~denisk@replaced-ip )
1146 [06:23:02] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
1147 [06:23:10] *** Quits: mochi (~mochi@replaced-ip ) (Ping timeout: 248 seconds)
1148 [06:23:18] *** Quits: Spider (~spider@replaced-ip ) (Quit: Leaving)
1149 [06:24:57] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 260 seconds)
1150 [06:26:08] *** Joins: angerman (~m@replaced-ip )
1151 [06:26:14] *** Quits: QuartedOnion (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
1152 [06:26:21] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
1153 [06:26:35] *** Joins: denisk (~denisk@replaced-ip )
1154 [06:26:57] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 246 seconds)
1155 [06:27:08] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
1156 [06:27:27] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
1157 [06:27:39] *** Quits: CursedKnave (~dffsda124@replaced-ip ) (Ping timeout: 276 seconds)
1158 [06:28:52] *** Joins: magnulu (~magnulu@replaced-ip )
1159 [06:28:56] *** Joins: denisk (~denisk@replaced-ip )
1160 [06:29:33] *** Quits: Otap (~Ota@replaced-ip ) (Ping timeout: 248 seconds)
1161 [06:29:46] *** Joins: TechChristoph_ (~quassel@replaced-ip )
1162 [06:29:51] *** Quits: TechChristoph (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1163 [06:29:53] *** Joins: TechChristoph__ (~quassel@replaced-ip )
1164 [06:30:06] *** Quits: Xc3ls10r (~Xc@replaced-ip ) (Ping timeout: 248 seconds)
1165 [06:30:17] *** Joins: CursedKnave (~dffsda124@replaced-ip )
1166 [06:31:41] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
1167 [06:32:42] <bmomjian> Any idea why this vhost isn't allowing SSI? It is in the same file as the default host that works, and the error4.log file gets created and has the SSI errors. replaced-url
1168 [06:33:38] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
1169 [06:34:17] *** Parts: centurion18 (~centurion@replaced-ip )
1170 [06:34:48] *** Quits: we6jbo2 (~we6jbo2@replaced-ip ) (Remote host closed the connection)
1171 [06:36:21] *** Parts: Evilcom (~lano@replaced-ip )
1172 [06:36:45] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 276 seconds)
1173 [06:38:01] *** debhelper sets mode: +l 1556
1174 [06:39:15] *** Joins: AusteritySucks (~Austerity@replaced-ip )
1175 [06:40:46] *** Joins: T0rch (~T0rch@replaced-ip )
1176 [06:41:01] *** Joins: balaios (~Icedove@replaced-ip )
1177 [06:41:21] *** Joins: reev (~reev@replaced-ip )
1178 [06:42:10] *** Joins: pteyer_ (~pteyer@replaced-ip )
1179 [06:42:38] *** Joins: otto___ (~otto@replaced-ip )
1180 [06:43:05] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 244 seconds)
1181 [06:43:16] <otto___> Greetings everyone!
1182 [06:44:20] <otto___> I recently dist-upgraded two systems (dekstop & laptop) to jessie. Now on my laptop NetworkManager refuses to start due to "undefined symbol: nl_object_get_type".
1183 [06:44:50] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
1184 [06:45:11] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1185 [06:45:15] *** Joins: Cybernaut (~gentoo@replaced-ip )
1186 [06:45:18] <otto___> Both have the same set of libnl -packages installed. I even tried --reinstalling all of those, including network-manager, but no effect. Any suggestions what to try next?
1187 [06:45:43] *** Quits: CTRL_Freak (~PLR@replaced-ip ) (Quit: leaving)
1188 [06:46:27] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Client Quit)
1189 [06:46:52] *** Joins: Seto_Kaiba (Hunterkll@replaced-ip )
1190 [06:47:07] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 260 seconds)
1191 [06:48:01] *** debhelper sets mode: +l 1562
1192 [06:48:27] *** Quits: GenTooMan (~gentoo@replaced-ip ) (Ping timeout: 276 seconds)
1193 [06:48:48] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
1194 [06:49:18] *** Joins: andrew__ (~andrew@replaced-ip )
1195 [06:49:37] <markybob> otto___: not really. want to pastebin your sources.list?
1196 [06:50:01] *** Quits: LitoII_ (~LitoII@replaced-ip ) (Ping timeout: 240 seconds)
1197 [06:50:24] *** Quits: Hunterkll (Hunterkll@replaced-ip ) (Ping timeout: 246 seconds)
1198 [06:50:27] *** Quits: Cybernaut (~gentoo@replaced-ip ) (Ping timeout: 248 seconds)
1199 [06:50:37] <markybob> otto___: google seems lacking as well. replaced-url
1200 [06:50:52] <otto___> Indeed
1201 [06:51:00] *** Quits: ironpillow (~ironpillo@replaced-ip ) (Remote host closed the connection)
1202 [06:51:13] <otto___> Both use an identical sources list, so there shouldn't be a problem.
1203 [06:51:36] *** Quits: abramart (~abramart@replaced-ip ) (Quit: Leaving)
1204 [06:51:37] *** Joins: BenNZ (~Ben__@replaced-ip )
1205 [06:52:09] *** Quits: andrew_ (~andrew@replaced-ip ) (Ping timeout: 246 seconds)
1206 [06:53:00] *** Joins: fp7 (~fp7@replaced-ip )
1207 [06:53:11] <otto___> And sources list is only the finnish official mirror with main, non-free and contrib + security.debian.org jessie/updates
1208 [06:53:19] *** Quits: asc232 (~Keith@replaced-ip ) (Quit: Saliendo)
1209 [06:53:33] *** Quits: josuebrunel (~Icedove@replaced-ip ) (Quit: josuebrunel)
1210 [06:53:38] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Read error: Connection reset by peer)
1211 [06:53:49] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1212 [06:54:34] <markybob> otto___: so give us an apt-cache policy network-manager
1213 [06:56:26] *** Joins: jessie (~jessie@replaced-ip )
1214 [06:56:30] <markybob> otto___: i still want your sources though
1215 [06:56:34] *** Joins: pteyer__ (~pteyer@replaced-ip )
1216 [06:56:48] <otto___> replaced-url
1217 [06:57:33] <otto___> replaced-url
1218 [06:57:37] <markybob> otto___: why is it 950?
1219 [06:57:50] *** Quits: pteyer_ (~pteyer@replaced-ip ) (Ping timeout: 248 seconds)
1220 [06:58:00] *** debhelper sets mode: +l 1556
1221 [06:58:06] *** Quits: Sleepy63 (~Sleepy63@replaced-ip##) (Quit: ##replaced-url
1222 [06:58:12] *** Quits: detha (~detha@replaced-ip ) (Ping timeout: 276 seconds)
1223 [06:58:31] <otto___> because of Pin-Priority: 950 in preferences.d
1224 [06:58:41] *** Quits: q3aql2 (~q3aql@replaced-ip ) (Read error: Connection reset by peer)
1225 [06:58:48] <otto___> But that applies to *, so there shouldn't be a problem
1226 [06:58:49] *** Joins: q3aql22 (~q3aql@replaced-ip )
1227 [06:58:50] *** Quits: q3aql22 (~q3aql@replaced-ip ) (Client Quit)
1228 [06:59:07] <markybob> otto___: so you have some kind of frankendebian?
1229 [06:59:25] <markybob> otto___: we can't support that
1230 [07:00:03] *** Quits: Nach0z (~nach0z@replaced-ip ) (Ping timeout: 248 seconds)
1231 [07:00:57] <jmcnaught> otto___: for future reference disabling pinning must be done before doing a release upgrade. replaced-url
1232 [07:01:15] <jmcnaught> otto___: do you have any other repos in /etc/apt/sources.list.d ?
1233 [07:02:33] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
1234 [07:02:58] <otto___> I've backports pinned at 100, and as an afterthought that wasn't a very good idea during dist-upgrade :P However, the situtation is identical on both systems, and the other one survived just fine
1235 [07:03:12] <otto___> jmcnaught: there's google and dropbox repos
1236 [07:03:51] <markybob> otto___: yeah there you go. frankendebian
1237 [07:03:55] <markybob> !frankendebian
1238 [07:03:56] <dpkg> When you get random packages from random repositories, mix multiple releases of Debian, or mix Debian and derived distributions, you have a mess. There's no way anyone can support this "distribution of Frankenstein" and #debian certainly doesn't want to even try. See if you can convince ##linux to help.
1239 [07:04:23] <jmcnaught> otto___: manually pinning backports is unnecesarry, by default packages will only be installed from backports if you use "-t jessie-backports" in the apt-get command.
1240 [07:04:48] <jmcnaught> otto___: you could try reinstalling the network-manager package to see if that helps
1241 [07:05:42] <otto___> I'm quite aware that I'm on my own in this situation. My question was probably more in the direction, how would I find out which library ought to provide a symbol.
1242 [07:06:17] <markybob> otto___: if google has no idea we probably won't be able to help
1243 [07:06:54] <otto___> Haven't found a .so yet on my functioning system that would provide that nl_object_get_type
1244 [07:07:22] *** Joins: ArcVile (~quassel@replaced-ip )
1245 [07:07:48] <markybob> otto___: i'm not sure of which part of "we don't support frankendebian because you fucked up" you don't really get
1246 [07:08:28] <otto___> I get the message. No need to get mad about it.
1247 [07:08:42] <otto___> Afterall, it's my problem. Not yours.
1248 [07:10:49] <jmcnaught> otto___: i hope you figure it out. i don't know how to narrow it down really, but it will likely be in one of the three libnl packages that network-manager depends on: libnl-3-200, libnl-genl-3-200, libnl-route-3-200.
1249 [07:11:42] <otto___> nl_ prefix also refers to netlink. I've tried reinstalling those too, and versions match one-to-one between the systems. But no success yet.
1250 [07:12:07] *** Quits: giorgosp (uid27492@replaced-ip ) (Quit: Connection closed for inactivity)
1251 [07:12:24] <vortek> does debian notify u of a usb drive being pluged in?
1252 [07:12:34] <vortek> or offer u to browse it?
1253 [07:12:52] <markybob> vortek: sure. every GUI does.
1254 [07:13:00] <jmcnaught> vortek: it will depend on the desktop environment you're using, but most will do that
1255 [07:13:07] <vortek> kde
1256 [07:13:12] <markybob> vortek: yes
1257 [07:13:41] *** Quits: cdbob_linux (~cdbob_lin@replaced-ip ) (Remote host closed the connection)
1258 [07:13:44] *** Joins: darxmurf_ (~darxmurf@replaced-ip )
1259 [07:14:23] <vortek> cuase dmesg show its connected but kde does nothing
1260 [07:14:49] *** Quits: markybob (~markybob@replaced-ip ) (Remote host closed the connection)
1261 [07:14:58] <vortek> any ideas?
1262 [07:15:44] *** Quits: PryMar56 (~prymar@replaced-ip ) (Quit: Leaving)
1263 [07:17:06] *** Joins: TomTomTosch (~henryk@replaced-ip )
1264 [07:17:42] *** Quits: darxmurf (~darxmurf@replaced-ip ) (Ping timeout: 276 seconds)
1265 [07:18:01] *** debhelper sets mode: +l 1549
1266 [07:18:06] <vortek> ah other usb i get notified
1267 [07:18:16] <vortek> this usb is a bad drive
1268 [07:19:09] <jmcnaught> otto___: You could also try with a fresh set of conf files in /etc/NetworkManager, ask dpkg bot about "confmiss" and/or "confnew" for info on how to do that. Maybe there are some clues in the apt or dpkg logs in /var/log, a warning or something.
1269 [07:19:52] *** Quits: fp7 (~fp7@replaced-ip ) (Ping timeout: 252 seconds)
1270 [07:22:27] *** Quits: strayPuppy (~vi@replaced-ip ) (Ping timeout: 248 seconds)
1271 [07:22:50] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
1272 [07:23:27] *** Joins: philipballew (~philip@replaced-ip )
1273 [07:25:21] <jmcnaught> otto___: that symbol is in /lib/x86_64-linux-gnu/libnl-3.so.200. "readelf -Ws /lib/x86_64-linux-gnu/libnl-3.so.200 | grep nl_object_get_type" (i used "ldd /usr/sbin/NetworkManager" to get the list of shared objects that are linked)
1274 [07:25:24] <otto___> Now I think I found it... I had a older version of libnl-3.so.200 in /usr/local/lib lying around from some old compiling needs. Jessie apparently prioritized that location before /lib
1275 [07:25:30] *** Quits: bhuvi (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1276 [07:25:46] <otto___> Yea... I found out that too: 00000000000118f0 T nl_object_get_type :)
1277 [07:25:53] *** Joins: calbasi (~joan@replaced-ip )
1278 [07:26:00] <jmcnaught> otto___: nice :)
1279 [07:26:49] <otto___> And the outliar in /usr/local/lib doesn't define that symbol. Excellent.
1280 [07:26:55] *** Joins: gdot (~gdot@replaced-ip )
1281 [07:27:32] <jmcnaught> otto___: might be time to get rid of some/all stuff in there anyways
1282 [07:28:39] *** Quits: ChoppedDill_ (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
1283 [07:28:46] *** Quits: ryouma (~user@replaced-ip ) (Ping timeout: 248 seconds)
1284 [07:29:05] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
1285 [07:29:21] <otto___> Would be a good idea. A few years ago I did some developing that required specific versions of libnl and eg. libtins, which isn't (or atleast wasn't) packaged in debian
1286 [07:29:26] *** Joins: super_gollum (~ich@replaced-ip )
1287 [07:30:03] *** Quits: j0z (~j0z@replaced-ip ) (Ping timeout: 276 seconds)
1288 [07:30:28] <otto___> Having them under $HOME would be one way, but linking system services to a userdir isn't too good either
1289 [07:31:19] *** Joins: z8z (~x@replaced-ip )
1290 [07:31:26] <otto___> Luckily I don't have to dist-upgrade too often :P
1291 [07:31:41] *** Joins: pierre365 (~pierre@replaced-ip )
1292 [07:31:43] <pierre365> hi
1293 [07:31:52] <z8z> Hello i have a fresh debian install.... .how to configure it as an http proxy to use that IP to navigate?
1294 [07:32:14] <otto___> (And yes. It's working now)
1295 [07:32:17] *** Joins: j0z (~j0z@replaced-ip )
1296 [07:32:18] *** Quits: j0z (~j0z@replaced-ip ) (Changing host)
1297 [07:32:18] *** Joins: j0z (~j0z@replaced-ip )
1298 [07:32:28] <jmcnaught> otto___: i'm glad you figured it out
1299 [07:32:42] *** Joins: HeOS (~heos@replaced-ip )
1300 [07:32:59] *** Joins: KyokoDebian (4d4da301@replaced-ip )
1301 [07:33:03] *** Parts: KyokoDebian (4d4da301@replaced-ip )
1302 [07:33:14] *** Quits: sparetire (~sparetire@replaced-ip ) (Quit: sparetire)
1303 [07:33:18] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 276 seconds)
1304 [07:33:33] <grawity> z8z: install Squid
1305 [07:34:11] *** Quits: uNmowed (~Kaede@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
1306 [07:34:55] *** Joins: ubik123 (~ubik@replaced-ip )
1307 [07:35:06] *** Quits: tjcarter (~ikarith@replaced-ip##) (Quit: ZNC - ##replaced-url
1308 [07:35:30] *** Quits: moonpunter (~chatzilla@replaced-ip ) (Changing host)
1309 [07:35:30] *** Joins: moonpunter (~chatzilla@replaced-ip )
1310 [07:36:10] *** Joins: wabuh (~wabuh@replaced-ip )
1311 [07:36:18] *** Joins: tjcarter (~ikarith@replaced-ip )
1312 [07:36:30] *** Quits: vortek (~vortek@replaced-ip ) (Read error: Connection reset by peer)
1313 [07:37:24] <z8z> grawity: then maybe configuring might be a little difficult
1314 [07:37:32] *** Joins: earthundead (~earthunde@replaced-ip )
1315 [07:37:37] *** Joins: denisk (~denisk@replaced-ip )
1316 [07:37:38] <z8z> grawity: otherwise a remote desktop would be ok too
1317 [07:38:02] <z8z> grawity: but there is no good remote desktop afaik
1318 [07:38:10] *** Joins: dionysus69 (~Icedove@replaced-ip )
1319 [07:38:21] *** GegenRung is now known as test58974735
1320 [07:38:24] *** test58974735 is now known as test5897473895r9
1321 [07:38:27] *** test5897473895r9 is now known as test589747389543
1322 [07:38:57] *** test589747389543 is now known as test58974738955
1323 [07:38:59] *** test58974738955 is now known as test58974738953
1324 [07:39:00] <pierre365> i'm trying to understand the output of lspci -t. For example, I have the following output: replaced-url
1325 [07:39:01] *** test58974738953 is now known as test58974738952
1326 [07:39:11] *** test58974738952 is now known as GegenRung
1327 [07:40:23] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1328 [07:41:15] <grawity> it's domain:bus:slot.function
1329 [07:41:33] <grawity> so you have all those devices on PCI bus 0000:00
1330 [07:41:36] *** Joins: superusr (~usr@replaced-ip )
1331 [07:41:52] <grawity> however the "slot" numbers rarely correspond to physical ones
1332 [07:42:07] *** Joins: morphis (~morphis@replaced-ip )
1333 [07:43:21] *** Joins: donught (~kyle@replaced-ip )
1334 [07:44:27] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1335 [07:44:34] <pierre365> so for the network card for example, what does "02.2-[04-08]----00.0-[05-08]--" means? does it means the 4 connection are using the same slot? in anycase, if i got your answer correctly, they all use the same bus (so if my bus is limited to lets say 32Gbps, the maximum speed i can get from my network is 32Gbps, right?)
1336 [07:44:38] *** Quits: safe (~safe@replaced-ip ) (Quit: Leaving)
1337 [07:45:01] *** Joins: abramart (~martin@replaced-ip )
1338 [07:45:42] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Ping timeout: 246 seconds)
1339 [07:45:43] *** Quits: HeOS (~heos@replaced-ip ) (Ping timeout: 252 seconds)
1340 [07:46:00] <pierre365> grawity: what i dont understand is, which value of "slot.function" should i read?
1341 [07:46:25] <venkat_330> Is there ome way where i can give temporary admin right to linux user ...
1342 [07:47:13] *** Joins: crocodilehunter (~Thunderbi@replaced-ip )
1343 [07:47:19] *** Parts: abramart (~martin@replaced-ip )
1344 [07:47:26] *** Joins: abramart (~martin@replaced-ip )
1345 [07:47:39] *** Joins: lelouch_ (~lelouch@replaced-ip )
1346 [07:47:56] *** Quits: kam270 (~kam270@replaced-ip ) (Remote host closed the connection)
1347 [07:49:33] *** Joins: jch__be (~jch_be@replaced-ip )
1348 [07:50:50] *** Quits: abramart (~martin@replaced-ip ) (Quit: Leaving)
1349 [07:53:02] *** Quits: jch_be (~jch_be@replaced-ip ) (Ping timeout: 260 seconds)
1350 [07:53:13] *** Quits: okee (~Okee@replaced-ip ) (Remote host closed the connection)
1351 [07:53:18] *** Quits: lours974 (~Vitry@replaced-ip ) (Ping timeout: 248 seconds)
1352 [07:54:30] *** Joins: abramart (~martin@replaced-ip )
1353 [07:54:59] *** Joins: sine0 (~sine@replaced-ip )
1354 [07:56:27] *** Joins: dhanraj (~quassel@replaced-ip )
1355 [07:56:39] *** Joins: __316k__ (~316k@replaced-ip )
1356 [07:56:48] *** Joins: lours974 (~Vitry@replaced-ip )
1357 [07:57:26] *** Joins: esleep (~esleep@replaced-ip )
1358 [07:57:35] *** Quits: Dewi (~dewi@replaced-ip##) (Quit: ZNC - ##replaced-url
1359 [07:57:57] *** Joins: angerman (~m@replaced-ip )
1360 [07:57:59] *** Quits: Guest925 (crazyed@replaced-ip ) (Remote host closed the connection)
1361 [07:58:10] *** Joins: Dewi (~dewi@replaced-ip )
1362 [07:58:17] *** Joins: DBZ732838 (~usr@replaced-ip )
1363 [07:59:09] *** Joins: daniel-s (~daniel-s@replaced-ip )
1364 [08:00:19] *** Quits: cafuego (~cafuego@replaced-ip ) (Quit: K-Lined)
1365 [08:00:30] *** Quits: abramart (~martin@replaced-ip ) (Quit: Leaving)
1366 [08:00:39] *** Joins: abramart (~martin@replaced-ip )
1367 [08:01:07] *** Quits: abramart (~martin@replaced-ip ) (Client Quit)
1368 [08:01:19] *** Joins: cafuego (~cafuego@replaced-ip )
1369 [08:01:49] *** Joins: Pazician (~pazician@replaced-ip )
1370 [08:02:33] *** Quits: superusr (~usr@replaced-ip ) (Ping timeout: 276 seconds)
1371 [08:04:00] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1372 [08:04:45] *** Joins: Guest73204 (crazyed@replaced-ip )
1373 [08:04:59] *** Joins: druidd (~druidd@replaced-ip )
1374 [08:05:06] *** Joins: llucenic (~Thunderbi@replaced-ip )
1375 [08:06:21] *** Joins: mastokley (~mastokley@replaced-ip )
1376 [08:07:14] *** Quits: WayToDoor (~milk.bott@nor75-11-82-66-224-134.fbx.proxad.net) (Quit: Textual IRC Client: replaced-url
1377 [08:08:00] *** debhelper sets mode: +l 1560
1378 [08:08:07] *** Joins: katyucha (~katyucha@replaced-ip )
1379 [08:08:14] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 248 seconds)
1380 [08:08:55] *** Joins: abramart (~martin@replaced-ip )
1381 [08:09:05] *** Joins: zave (~zave@replaced-ip )
1382 [08:11:17] *** Quits: druidd (~druidd@replaced-ip ) (Quit: Leaving)
1383 [08:12:11] *** Quits: esleep (~esleep@replaced-ip ) (Quit: Leaving)
1384 [08:13:42] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 250 seconds)
1385 [08:14:43] *** Quits: abramart (~martin@replaced-ip ) (Quit: Leaving)
1386 [08:14:53] *** Joins: abramart (~martin@replaced-ip )
1387 [08:15:47] *** Quits: bugzc (~1@replaced-ip ) (Ping timeout: 260 seconds)
1388 [08:16:51] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Ping timeout: 276 seconds)
1389 [08:16:55] *** Joins: siebjee (~siebjee@replaced-ip )
1390 [08:18:07] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 260 seconds)
1391 [08:19:58] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1392 [08:20:45] *** Joins: SignorD (~D@replaced-ip )
1393 [08:21:05] *** Joins: mavhq (~quassel@replaced-ip )
1394 [08:21:07] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 248 seconds)
1395 [08:22:49] *** Joins: EOIP (~Thunderbi@replaced-ip )
1396 [08:23:47] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1397 [08:23:48] *** EOIP is now known as crocodilehunter
1398 [08:24:08] *** Joins: jubo2 (~juboxi@replaced-ip )
1399 [08:24:20] *** Quits: joze (~joze@replaced-ip ) (Quit: leaving)
1400 [08:24:37] *** Joins: joze (~joze@replaced-ip )
1401 [08:25:19] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 252 seconds)
1402 [08:27:05] *** Joins: bugzc (~1@replaced-ip )
1403 [08:27:06] *** Joins: jonkri (~jonkri@replaced-ip )
1404 [08:27:13] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 240 seconds)
1405 [08:27:21] *** Quits: jonkri (~jonkri@replaced-ip ) (Client Quit)
1406 [08:28:00] *** Joins: BalTun (~BalTun@replaced-ip )
1407 [08:30:05] *** Quits: Knaldgas (~pdj@replaced-ip ) (Quit: Leaving)
1408 [08:31:15] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
1409 [08:32:30] *** Joins: bertbob (~bertbob@replaced-ip )
1410 [08:32:54] *** Joins: pragomer_1 (~pragomer_@replaced-ip )
1411 [08:33:39] <pragomer_1> how would you create a system image (like windows-users with acronis for example) of a dmcrypt/luks 200GB debian partition? dd? clonezilla? something else?
1412 [08:34:32] *** Joins: zorg1 (~zorg1@replaced-ip )
1413 [08:35:48] *** Quits: unborn (~ugly@replaced-ip ) (Remote host closed the connection)
1414 [08:36:38] *** Joins: HeOS (~heos@replaced-ip )
1415 [08:37:25] *** Quits: skapunker (~skapunker@replaced-ip ) (Ping timeout: 252 seconds)
1416 [08:37:33] *** Quits: bninja (~bninja@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1417 [08:37:35] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
1418 [08:38:07] *** Joins: skapunker (~skapunker@replaced-ip )
1419 [08:38:08] <bmomjian> markybob: how do I increase my SSL grade?
1420 [08:38:37] *** Joins: Relsak (~dragan@replaced-ip )
1421 [08:39:09] <bmomjian> I put my intermediate certificates in the same PEM file as my server certificate, but the website checker still says it is an extra download.
1422 [08:39:29] <grawity> the checker doesn't care about which files it's in
1423 [08:39:38] <grawity> I mean, how would it even know
1424 [08:39:58] <grawity> rather, it's complaining that the certificate is there *at all*
1425 [08:40:14] <grawity> i.e. your server is sending too many certs
1426 [08:40:23] <bmomjian> wow
1427 [08:40:26] *** Joins: paoki4 (~paoki4@replaced-ip )
1428 [08:40:28] <grawity> maybe one of those intermediates is actually a root?
1429 [08:43:47] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
1430 [08:43:47] *** Joins: ttyrnpuu_ (~ttyrnpuu@replaced-ip )
1431 [08:43:47] *** Quits: earendel (~earendel@replaced-ip ) (Ping timeout: 248 seconds)
1432 [08:43:47] *** Quits: chen (~fury@replaced-ip ) (Ping timeout: 248 seconds)
1433 [08:43:47] *** Joins: fstd (~fstd@replaced-ip )
1434 [08:43:47] *** Quits: silent` (~silent@replaced-ip ) (Ping timeout: 248 seconds)
1435 [08:43:52] *** Quits: xis10z (~xis10z@replaced-ip ) (Remote host closed the connection)
1436 [08:44:03] *** Quits: infinity2 (~brendon@replaced-ip ) (Ping timeout: 248 seconds)
1437 [08:44:09] *** Quits: m4rCsi_ (~shoar@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1438 [08:44:10] *** Joins: infinity2 (~brendon@replaced-ip )
1439 [08:44:35] *** Quits: zanshin (~zanshin@replaced-ip ) (Ping timeout: 248 seconds)
1440 [08:44:35] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Ping timeout: 248 seconds)
1441 [08:44:43] *** Joins: her0- (~her0@replaced-ip )
1442 [08:44:49] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
1443 [08:44:49] *** Joins: ttyrnpuu_ (~ttyrnpuu@replaced-ip )
1444 [08:44:49] *** Quits: earendel (~earendel@replaced-ip ) (Ping timeout: 248 seconds)
1445 [08:44:49] *** Quits: chen (~fury@replaced-ip ) (Ping timeout: 248 seconds)
1446 [08:44:49] *** Joins: fstd (~fstd@replaced-ip )
1447 [08:44:49] *** Quits: silent` (~silent@replaced-ip ) (Ping timeout: 248 seconds)
1448 [08:44:49] *** Quits: fstd (~fstd@replaced-ip ) (Changing host)
1449 [08:44:49] *** Joins: fstd (~fstd@replaced-ip )
1450 [08:44:49] *** Quits: xis10z (~xis10z@replaced-ip ) (Remote host closed the connection)
1451 [08:44:49] *** Quits: infinity2 (~brendon@replaced-ip ) (Ping timeout: 248 seconds)
1452 [08:44:49] *** Quits: m4rCsi_ (~shoar@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1453 [08:44:49] *** Joins: infinity2 (~brendon@replaced-ip )
1454 [08:44:49] *** Quits: zanshin (~zanshin@replaced-ip ) (Ping timeout: 248 seconds)
1455 [08:44:49] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Ping timeout: 248 seconds)
1456 [08:44:49] *** Quits: her0 (~her0@replaced-ip ) (Ping timeout: 248 seconds)
1457 [08:44:49] *** Quits: planetmaker (~pm@replaced-ip ) (Ping timeout: 248 seconds)
1458 [08:44:49] *** her0- is now known as her0
1459 [08:45:06] *** Joins: planetma- (~pm@replaced-ip )
1460 [08:45:09] *** Quits: pragomer_1 (~pragomer_@replaced-ip ) (Quit: Verlassend)
1461 [08:45:24] *** Joins: duckinja (~duckinja@replaced-ip )
1462 [08:45:34] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
1463 [08:46:14] *** Joins: aborrero (~aborrero@replaced-ip )
1464 [08:46:21] *** Joins: zBob (~Bob@replaced-ip )
1465 [08:47:19] *** Joins: chen (~fury@replaced-ip )
1466 [08:48:34] *** Joins: zerqdbt9 (~zerqdbt9@replaced-ip )
1467 [08:48:44] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
1468 [08:49:02] *** Quits: bolt (r00t@replaced-ip ) (Remote host closed the connection)
1469 [08:49:08] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
1470 [08:49:13] *** Joins: silent` (~silent@replaced-ip )
1471 [08:51:11] *** Quits: pierre365 (~pierre@replaced-ip ) (Quit: leaving)
1472 [08:51:47] *** Joins: earendel (~earendel@replaced-ip )
1473 [08:52:08] *** Joins: bolt (r00t@replaced-ip )
1474 [08:53:06] *** Joins: chele (~chele@replaced-ip )
1475 [08:53:11] *** Joins: SlaGTaTs (~bilbo@replaced-ip )
1476 [08:53:39] *** Joins: detha (~detha@replaced-ip )
1477 [08:55:05] *** Quits: SignorD (~D@replaced-ip ) (Quit: ZZZzzz…)
1478 [08:56:12] *** Joins: angerman (~m@replaced-ip )
1479 [08:57:15] *** Joins: lxsameer (~lxsameer@replaced-ip )
1480 [08:57:31] <lxsameer> how can i find out that what executable files does a deb provides
1481 [08:58:01] *** debhelper sets mode: +l 1567
1482 [08:58:30] *** Quits: zerqdbt9 (~zerqdbt9@replaced-ip ) (Ping timeout: 246 seconds)
1483 [08:58:56] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1484 [08:59:17] *** Joins: bninja (~bninja@replaced-ip )
1485 [08:59:54] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1486 [08:59:57] *** Quits: bninja (~bninja@replaced-ip ) (Max SendQ exceeded)
1487 [09:00:59] *** Joins: afuentes (~kusanagi@replaced-ip )
1488 [09:01:03] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 276 seconds)
1489 [09:01:03] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 276 seconds)
1490 [09:01:57] <grawity> lxsameer: dpkg-deb --contents foo.deb | grep bin
1491 [09:02:22] *** Joins: Lokke (~Thunderbi@replaced-ip )
1492 [09:02:31] <lxsameer> grawity, thanks man
1493 [09:03:07] *** Joins: abll (~abll@replaced-ip )
1494 [09:03:10] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip ) (Read error: Connection reset by peer)
1495 [09:03:45] <grawity> bmomjian: I tested with gnutls-cli
1496 [09:03:48] *** Joins: astrofog (~astrofog@replaced-ip )
1497 [09:03:57] <grawity> bmomjian: the problem is that your cert is issued by "RapidSSL CA G3"
1498 [09:04:07] <grawity> bmomjian: but the intermediate you send is "RapidSSL CA G4"
1499 [09:04:19] *** Joins: biberu (~biberu@replaced-ip )
1500 [09:05:48] *** Joins: bpsecret (~bpsecret@replaced-ip )
1501 [09:06:06] <grawity> also I guess I was mistaken about what SSLLabs means by "Extra download"
1502 [09:07:03] *** Quits: s8321414 (~s8321414@replaced-ip ) (Quit: Konversation terminated!)
1503 [09:08:51] *** Quits: tannercollin (~tanner@replaced-ip ) (Ping timeout: 276 seconds)
1504 [09:09:42] *** Joins: TomyWork (~tomy@replaced-ip )
1505 [09:11:08] <bmomjian> oh, OK, I am getting a new certificate this week and will check they match, thanks
1506 [09:11:23] <bmomjian> how did you see that?
1507 [09:12:14] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1508 [09:13:29] *** Joins: harmaahylje (~drc@replaced-ip )
1509 [09:13:30] <grawity> `gnutls-cli momjian.us`
1510 [09:13:35] <grawity> + visual grep
1511 [09:13:43] *** Joins: mibo (~mibo@replaced-ip )
1512 [09:13:54] *** Joins: llakey (~llakey@replaced-ip )
1513 [09:15:16] *** Joins: hillbicks (~quassel@replaced-ip )
1514 [09:15:18] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 246 seconds)
1515 [09:15:42] *** Joins: [HeOS] (~heos@replaced-ip )
1516 [09:16:27] *** Quits: grepper (~grepper@replaced-ip ) (Ping timeout: 260 seconds)
1517 [09:16:35] *** Quits: calbasi (~joan@replaced-ip ) (Quit: Leaving.)
1518 [09:17:50] *** jelly-home is now known as jelly
1519 [09:18:03] *** Joins: donoban (~user@replaced-ip )
1520 [09:18:27] *** Quits: HeOS (~heos@replaced-ip ) (Ping timeout: 246 seconds)
1521 [09:18:36] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 276 seconds)
1522 [09:18:37] <jmcnaught> bmomjian: Once you get the certificate straightened out, Mozilla's config generator can be pretty helpful, especially for stuff like SSLCipherSuite replaced-url
1523 [09:18:44] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1524 [09:18:48] *** Quits: dtcrshr (~datacrush@replaced-ip ) (Ping timeout: 246 seconds)
1525 [09:19:08] *** Quits: abll (~abll@replaced-ip ) (Ping timeout: 250 seconds)
1526 [09:19:15] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 276 seconds)
1527 [09:19:26] *** Joins: abll (~abll@replaced-ip )
1528 [09:20:31] *** Joins: cubus (~notyourbu@replaced-ip )
1529 [09:20:35] *** Quits: cubus (~notyourbu@replaced-ip ) (Remote host closed the connection)
1530 [09:21:15] *** Quits: hillbicks (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1531 [09:21:45] <bmomjian> wow
1532 [09:21:58] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 252 seconds)
1533 [09:22:15] *** Joins: gebjgd (~stmsgebjg@replaced-ip )
1534 [09:23:23] *** Quits: antenagora (~antenagor@replaced-ip ) (Remote host closed the connection)
1535 [09:23:49] *** Quits: cryptic (~cryptic@replaced-ip ) (Ping timeout: 260 seconds)
1536 [09:24:43] *** Joins: jubo2 (~juboxi@replaced-ip )
1537 [09:24:50] *** Joins: bpsecret (~bpsecret@replaced-ip )
1538 [09:25:46] *** Joins: err404 (~err404@replaced-ip )
1539 [09:26:37] *** Parts: lxsameer (~lxsameer@replaced-ip )
1540 [09:27:11] *** Joins: WayToDoor (~milk.bott@mailsecondaire.ucatchit.com)
1541 [09:28:32] *** Joins: goon_ (~goon@replaced-ip )
1542 [09:29:48] *** Joins: romano2k (~romain@replaced-ip )
1543 [09:30:06] *** Joins: hillbicks (~quassel@replaced-ip )
1544 [09:30:10] *** Joins: antgel (~topdog@replaced-ip )
1545 [09:31:11] *** Joins: rutsch (~rutsch@replaced-ip )
1546 [09:31:39] *** Quits: stonerfish (~stonerfis@replaced-ip ) (Quit: Leaving.)
1547 [09:31:50] <z8z> How to hide original IP in squid when using http proxy?
1548 [09:33:05] *** Parts: rutsch (~rutsch@replaced-ip )
1549 [09:33:13] *** Joins: Tiffon (~name@replaced-ip )
1550 [09:33:34] *** Quits: nrt848 (~nrt848@replaced-ip ) (Read error: Connection reset by peer)
1551 [09:33:51] *** Quits: samson (~v0idp0int@replaced-ip ) (Ping timeout: 246 seconds)
1552 [09:34:12] *** Quits: paoki4 (~paoki4@replaced-ip ) (Ping timeout: 246 seconds)
1553 [09:34:47] *** Quits: teamcoltra (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1554 [09:35:05] *** Joins: cryptic (~cryptic@replaced-ip )
1555 [09:35:54] *** Joins: bertbob (~bertbob@replaced-ip )
1556 [09:36:22] *** Joins: MaBunny (~androirc@replaced-ip )
1557 [09:37:03] <MaBunny> Hey guys im speaking frm my phone while installing debian on my computet
1558 [09:37:11] *** Joins: dreamon (~dreamon@replaced-ip )
1559 [09:37:21] *** Quits: moz1 (~moz1@replaced-ip ) (Remote host closed the connection)
1560 [09:37:30] *** Joins: mark1 (~petruilie@replaced-ip )
1561 [09:37:51] *** Quits: mark1 (~petruilie@replaced-ip ) (Read error: Connection reset by peer)
1562 [09:37:53] <MaBunny> I hav used the debian live cd for gnome and while installing ive run into a problem
1563 [09:38:26] *** Joins: josuebrunel (~Icedove@replaced-ip )
1564 [09:38:29] *** Joins: mark1 (~petruilie@replaced-ip )
1565 [09:38:36] <MaBunny> The installer asks me to give a swap space to my hard drive
1566 [09:38:37] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 260 seconds)
1567 [09:38:45] *** Quits: abramart (~martin@replaced-ip ) (Ping timeout: 246 seconds)
1568 [09:38:58] *** Joins: Samouy (~Samouy@replaced-ip )
1569 [09:38:58] <MaBunny> But i dont kno wht or where to do it
1570 [09:39:27] *** Joins: strencinls (~none@replaced-ip )
1571 [09:39:31] *** Quits: Amnez777 (~Amnez777@replaced-ip ) (Changing host)
1572 [09:39:31] *** Joins: Amnez777 (~Amnez777@replaced-ip )
1573 [09:39:44] <MaBunny> Should i give the mount point as /swap or is there an option for it???
1574 [09:40:23] <MaBunny> I hav created a 200mb partition for giving swap space
1575 [09:40:30] *** Quits: hillbicks (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1576 [09:40:47] <grawity> swap space doesn't have any mountpoint
1577 [09:40:58] <grawity> though, I don't remember what the installer has
1578 [09:41:05] <grawity> I think there was a special option?
1579 [09:41:08] <Ticho> use "none" in fstab
1580 [09:41:26] <MaBunny> No i am in the installer guys
1581 [09:41:57] <MaBunny> I mean is there any option in the installer to giv swap space??
1582 [09:42:19] <Ticho> sure, just create a block device for swap
1583 [09:42:36] <MaBunny> I hav created one
1584 [09:43:10] <MaBunny> But wht do i do to let the installer kno its the swap space
1585 [09:43:25] *** Quits: rick_ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
1586 [09:43:49] <Ticho> I think it was in the filesystem type choice, or something like that
1587 [09:44:08] <MaBunny> I hav used ext4
1588 [09:44:36] *** Quits: xanadu_ (~xanadu@replaced-ip ) (Ping timeout: 276 seconds)
1589 [09:44:36] *** Joins: valentt (~valentt@replaced-ip )
1590 [09:44:57] <MaBunny> Also in the root partition do i set the bootable flag to 'on' ???
1591 [09:45:44] *** Quits: coolmadmax (~coolmadma@replaced-ip ) (Quit: Leaving)
1592 [09:45:50] *** lloda`` is now known as lloda
1593 [09:45:57] *** Joins: samson (~v0idp0int@replaced-ip )
1594 [09:46:12] *** Joins: Zitter (~danilo@replaced-ip )
1595 [09:46:14] <moozer> the filesystem type must be swap, not ext4
1596 [09:46:35] <MaBunny> Ok
1597 [09:46:59] <moozer> Does anyone have suggestion on how to limit nfsd to a specific interface?
1598 [09:47:08] *** Joins: humbobble (~humbag@replaced-ip )
1599 [09:47:10] <grawity> iptables >_>
1600 [09:47:30] <MaBunny> Should it hav a bootable flag as 'on' ??
1601 [09:47:38] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
1602 [09:47:39] *** Joins: grepper (~grepper@replaced-ip )
1603 [09:47:39] *** Quits: awal1 (~Awal1@replaced-ip ) (Quit: Leaving)
1604 [09:48:27] <jmcnaught> MaBunny: if you are using the entire harddrive, then the installer has a "guided paritioning" feature that sets all of this up for you
1605 [09:49:00] *** Joins: nikitasius (~nikitasiu@replaced-ip )
1606 [09:49:01] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 248 seconds)
1607 [09:49:03] <MaBunny> Well i didnt select tht option
1608 [09:49:08] <nikitasius> helloworld!
1609 [09:49:09] <MaBunny> My bad
1610 [09:49:58] *** Joins: Danishman (~kvirc@replaced-ip )
1611 [09:50:07] <moozer> grawity: yes, that was my next move. Most services can bind to specific interface, but apparently not rpc stuff
1612 [09:50:13] <MaBunny> Can u guys help me in the right direction, i want to set it up on my own
1613 [09:51:07] *** Joins: Hopman (~joost@replaced-ip )
1614 [09:51:20] <MaBunny> So i guess the root partition has bootable flag as on,right??
1615 [09:51:39] *** Joins: srtu (~hypnotoad@replaced-ip )
1616 [09:51:48] *** Quits: Hopman (~joost@replaced-ip ) (Client Quit)
1617 [09:52:30] *** Quits: N3X15 (~Rob@replaced-ip ) (Ping timeout: 250 seconds)
1618 [09:52:38] *** Joins: coolmadmax (~coolmadma@replaced-ip )
1619 [09:52:39] *** Joins: N3X15 (~Rob@replaced-ip )
1620 [09:53:43] <MaBunny> Guys??
1621 [09:53:58] <moozer> looking...
1622 [09:54:19] *** Joins: yaume (~gchenuet@replaced-ip )
1623 [09:54:40] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 250 seconds)
1624 [09:54:40] <moozer> I'm in doubt if it is /boot that needs it :-)
1625 [09:55:00] *** Quits: level7 (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1626 [09:55:04] <grawity> yes, /boot needs it, / doesn't
1627 [09:55:19] <grawity> your BIOS, or EFI, doesn't care about / at all
1628 [09:55:21] <MaBunny> All i want to kno is does the root and swap partitions both need bootable flag as 'on'. Pls tell me
1629 [09:55:38] <moozer> For me it takes 20 minutes to install debian from scratch, so if this is your fist time - just install whatever, and be prepared to reinstall if you have done something wrong.
1630 [09:55:54] <moozer> not swap
1631 [09:56:13] <moozer> If you only have swap and root, set root bootable
1632 [09:56:22] *** Quits: Freeaqingme (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1633 [09:56:46] <MaBunny> Sorry if i provoke someone,but its really my first time i am installing an os on my own
1634 [09:57:05] <jmcnaught> MaBunny: you can also go back in the installer, so you could go back and select guided partitioning, and then go back again do manual and see/edit what it has done
1635 [09:57:24] <MaBunny> I had it done by the installer earlier,so i wanted to learn something :)
1636 [09:57:43] <jmcnaught> MaBunny: if this is your first time you will save time by reading/skimming the install manual: replaced-url
1637 [09:58:03] <MaBunny> Thnx :)
1638 [09:58:09] *** Quits: billythefish (~btf@replaced-ip ) (Remote host closed the connection)
1639 [09:58:16] <jmcnaught> MaBunny: we often see people in here wasting hours/days through trial and error when they could have just looked at the manual to see how to do it properly
1640 [09:58:36] *** Joins: Freeaqingme (~quassel@replaced-ip )
1641 [09:59:08] <MaBunny> Ok thnx for showing me the guide :)
1642 [10:00:01] *** Quits: ryan57 (~ryan60@replaced-ip ) (Read error: Connection reset by peer)
1643 [10:01:22] *** Quits: _aeris_ (~aeris@replaced-ip ) (Ping timeout: 260 seconds)
1644 [10:02:01] *** Joins: yekk (~yekk@replaced-ip )
1645 [10:02:20] *** Joins: dash562_ (~dashdotdo@replaced-ip )
1646 [10:02:20] *** Quits: dash562_ (~dashdotdo@replaced-ip ) (Client Quit)
1647 [10:03:48] *** Joins: lucad111 (~lucad111@replaced-ip )
1648 [10:04:42] *** Joins: level7 (~quassel@replaced-ip )
1649 [10:05:03] *** Joins: magellanicloud (~magellani@replaced-ip )
1650 [10:05:39] <Iridos> moozer, fascinating... I thought we had an nfs that only faces inwards... but seems we are relying on iptables
1651 [10:05:41] *** Joins: _aeris_ (~aeris@replaced-ip )
1652 [10:05:52] *** Quits: MrGeneral (~MrGeneral@replaced-ip ) (Ping timeout: 264 seconds)
1653 [10:06:06] *** Joins: l3archos (~Icedove@replaced-ip )
1654 [10:06:21] *** Quits: level7 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1655 [10:06:40] *** Joins: syntroPi (~syntroPi@replaced-ip )
1656 [10:06:45] *** Joins: MrGeneral (~MrGeneral@replaced-ip )
1657 [10:06:54] *** Joins: awal1 (~Awal1@replaced-ip )
1658 [10:07:04] <moozer> Iridos: I am looking at my iptalbes now ... libvirt has made a wall of rules, and I considering how to do a "ssh only from outside" ruleset while keeping my libvirt networks...
1659 [10:07:05] *** Joins: hemi770 (~hemi666@replaced-ip )
1660 [10:07:21] *** Joins: sakal (~quassel@replaced-ip )
1661 [10:07:22] *** Joins: level7 (~quassel@replaced-ip )
1662 [10:07:35] *** Joins: Samouy (~Samouy@replaced-ip )
1663 [10:07:47] *** Parts: hemi770 (~hemi666@replaced-ip )
1664 [10:08:00] *** debhelper sets mode: +l 1580
1665 [10:08:03] *** Joins: daniel-s (~daniel-s@replaced-ip )
1666 [10:08:36] *** Joins: p4trix (~p4trix@replaced-ip )
1667 [10:08:43] <sakal> hi. is it possible to pair headphones by NFC method in debian? I want to attach my headphones with NFC support to my laptop with NFC support to pair they
1668 [10:11:15] *** Quits: cyan__ (~cyan@replaced-ip ) (Ping timeout: 276 seconds)
1669 [10:11:19] *** Joins: brokencycle (~brokencyc@replaced-ip )
1670 [10:11:39] *** Joins: calbasi (~joan@replaced-ip )
1671 [10:11:57] *** Joins: shodan` (~shodan`@replaced-ip )
1672 [10:12:03] *** Quits: level7 (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
1673 [10:12:21] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
1674 [10:12:46] <Iridos> moozer, heh, I just googled... seems the recommended way is to use LD_PRELOAD ... that might turn out to be a mite little difficult if one uses the in-kernel nfsd, though
1675 [10:12:55] *** Quits: awal1 (~Awal1@replaced-ip ) (Quit: Leaving)
1676 [10:13:13] *** Quits: AimHere (~bod@replaced-ip ) (Quit: Leaving)
1677 [10:15:17] *** Joins: kaiserbald0 (~textual@replaced-ip )
1678 [10:15:31] *** Quits: shaun413 (uid121475@replaced-ip ) (Quit: Connection closed for inactivity)
1679 [10:15:42] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 248 seconds)
1680 [10:16:07] *** Quits: Adbray (~Adbtay@replaced-ip ) (Quit: Adbray)
1681 [10:16:58] *** Joins: abramart (~martin@replaced-ip )
1682 [10:17:15] *** Quits: pipeep (~pipeep@replaced-ip ) (Ping timeout: 246 seconds)
1683 [10:17:29] *** Quits: __316k__ (~316k@replaced-ip ) (Ping timeout: 260 seconds)
1684 [10:18:53] *** Joins: lucdalton (~lucdalton@replaced-ip )
1685 [10:19:14] *** Quits: monkboy (~monkboy@replaced-ip ) (Quit: leaving)
1686 [10:19:43] *** Joins: zblakany (~zblakany@replaced-ip )
1687 [10:20:43] *** Joins: pipeep (~pipeep@replaced-ip )
1688 [10:21:25] <Iridos> moozer, maybe like replaced-url
1689 [10:21:58] *** Joins: infl00p (~infloop@replaced-ip )
1690 [10:22:36] *** Quits: abramart (~martin@replaced-ip ) (Quit: Leaving)
1691 [10:22:48] *** Joins: js9600 (~js9600@replaced-ip )
1692 [10:23:15] *** Joins: arjun_ (~arjun@replaced-ip )
1693 [10:23:19] *** Joins: MadHatter42 (~tarak@replaced-ip )
1694 [10:23:32] *** Quits: BarthezZ_ (~bart@replaced-ip ) (Ping timeout: 260 seconds)
1695 [10:24:27] *** Joins: clmsy (~eoz@replaced-ip )
1696 [10:27:18] <moozer> Iridos: From 2011 - are there some differences in ports for nfs3 vs nfs4?
1697 [10:27:38] *** Joins: Walakea (~marian@replaced-ip )
1698 [10:27:48] <moozer> Iridos: my problem is easier - I only want nfs towars my internal virtual machine networks.
1699 [10:28:38] *** Joins: wmang (~textual@replaced-ip )
1700 [10:29:17] *** Quits: wmang (~textual@replaced-ip ) (Client Quit)
1701 [10:29:32] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
1702 [10:30:29] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
1703 [10:30:53] *** Joins: level7 (~quassel@replaced-ip )
1704 [10:31:07] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Ping timeout: 260 seconds)
1705 [10:31:21] *** Quits: zblakany (~zblakany@replaced-ip ) (Quit: Jing-a-lang, jang-a-lang...)
1706 [10:31:22] *** Joins: clmsy (~eoz@replaced-ip )
1707 [10:31:33] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
1708 [10:31:57] *** [HeOS] is now known as HeOS
1709 [10:32:19] *** Quits: l3archos (~Icedove@replaced-ip ) (Ping timeout: 248 seconds)
1710 [10:32:25] *** Joins: bkraptor (~bkraptor@replaced-ip )
1711 [10:32:29] *** Joins: towo` (~towo@replaced-ip )
1712 [10:33:21] *** Quits: clopez (~tau@replaced-ip ) (Ping timeout: 276 seconds)
1713 [10:34:26] *** Quits: Walakea (~marian@replaced-ip ) (Quit: Walakea)
1714 [10:34:34] *** Joins: clopez (~tau@replaced-ip )
1715 [10:35:00] *** Joins: abramart (~martin@replaced-ip )
1716 [10:36:38] *** Joins: Slashman (~Slash@replaced-ip )
1717 [10:37:59] *** Quits: astrofog (~astrofog@replaced-ip ) (Quit: Quite)
1718 [10:38:00] *** debhelper sets mode: +l 1587
1719 [10:39:18] *** Quits: Aaaaand (~quassel@replaced-ip ) (Remote host closed the connection)
1720 [10:39:20] *** Joins: fnstudio (~fabio@replaced-ip )
1721 [10:40:04] *** Quits: break19 (~break19@replaced-ip ) (Ping timeout: 252 seconds)
1722 [10:40:42] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 246 seconds)
1723 [10:40:58] *** Quits: dhanraj (~quassel@replaced-ip ) (Remote host closed the connection)
1724 [10:41:21] *** Joins: mzf (~mzf@replaced-ip )
1725 [10:42:25] *** Quits: level7 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1726 [10:42:47] *** Quits: bkraptor (~bkraptor@replaced-ip ) (Ping timeout: 260 seconds)
1727 [10:42:50] *** Quits: marcoslater (~marcoslat@replaced-ip ) (Quit: Quit)
1728 [10:42:51] *** Joins: level7 (~quassel@replaced-ip )
1729 [10:43:05] *** Joins: marcoslater (~marcoslat@replaced-ip )
1730 [10:43:06] *** Quits: Daniel0 (~admin@replaced-ip ) (Ping timeout: 276 seconds)
1731 [10:43:47] *** Joins: kooldavi (~kooldavi@replaced-ip )
1732 [10:43:52] *** Joins: wmang (~textual@replaced-ip )
1733 [10:44:51] *** Joins: l3archos (~Icedove@replaced-ip )
1734 [10:45:22] *** Quits: Finetundra__ (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
1735 [10:45:45] *** Joins: pasjdopa (~jiraiah@replaced-ip )
1736 [10:45:58] <pasjdopa> hi
1737 [10:46:15] *** Joins: booboy_laptop (~booboy@replaced-ip )
1738 [10:46:52] *** Quits: bugzc (~1@replaced-ip ) (Ping timeout: 260 seconds)
1739 [10:47:04] *** Joins: s8321414 (~s8321414@replaced-ip )
1740 [10:47:06] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 250 seconds)
1741 [10:47:53] *** Joins: B[]rG (~Borg@replaced-ip )
1742 [10:48:09] *** Joins: Daniel0 (~admin@replaced-ip )
1743 [10:48:24] *** Quits: lucad111 (~lucad111@replaced-ip ) (Ping timeout: 250 seconds)
1744 [10:48:52] *** Quits: MaBunny (~androirc@replaced-ip ) (Ping timeout: 252 seconds)
1745 [10:49:16] <mzf> is it possible to chroot to a dir without having the chroot command available?
1746 [10:49:25] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
1747 [10:50:22] *** Quits: NeoBlaster (N3oBl@replaced-ip ) (Ping timeout: 248 seconds)
1748 [10:50:51] *** Joins: NeoBlaster (~N3oBl@replaced-ip )
1749 [10:51:32] *** Quits: Gurty (~princess@replaced-ip ) (Ping timeout: 260 seconds)
1750 [10:51:54] *** Quits: Asoka (~a@replaced-ip ) (Ping timeout: 260 seconds)
1751 [10:52:15] *** Quits: abramart (~martin@replaced-ip ) (Ping timeout: 246 seconds)
1752 [10:53:04] *** Quits: pasjdopa (~jiraiah@replaced-ip ) (Remote host closed the connection)
1753 [10:53:10] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 250 seconds)
1754 [10:54:38] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 248 seconds)
1755 [10:55:21] *** Joins: bumbar_ (~bumbar@replaced-ip )
1756 [10:55:25] *** Joins: gigetoo (~gigetoo@replaced-ip )
1757 [10:56:08] *** Joins: ollivier (~cedric@replaced-ip )
1758 [10:56:10] *** Joins: antgel (~topdog@replaced-ip )
1759 [10:56:11] *** Joins: lucad111 (~lucad111@replaced-ip )
1760 [10:57:18] *** Quits: de-facto_ (~de-facto@replaced-ip ) (Quit: Leaving)
1761 [10:59:07] *** Quits: ploopkazoo (~ruukasu@replaced-ip ) (Ping timeout: 260 seconds)
1762 [10:59:11] *** Joins: abramart (~martin@replaced-ip )
1763 [10:59:29] *** Quits: reev (~reev@replaced-ip ) (Read error: Connection reset by peer)
1764 [10:59:44] *** Joins: ploopkazoo (~ruukasu@replaced-ip )
1765 [11:01:05] *** Joins: ewew (~none@replaced-ip )
1766 [11:02:14] *** Quits: infl00p (~infloop@replaced-ip ) (Quit: WeeChat 1.4)
1767 [11:03:10] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
1768 [11:03:17] *** Joins: MaBunny (~androirc@replaced-ip )
1769 [11:04:03] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1770 [11:04:13] *** Quits: CurryWurst_ (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
1771 [11:04:51] *** Quits: abramart (~martin@replaced-ip ) (Ping timeout: 246 seconds)
1772 [11:04:51] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Ping timeout: 248 seconds)
1773 [11:04:52] *** Quits: _vOYtEC (~vOYtEC@replaced-ip ) (Read error: Connection reset by peer)
1774 [11:06:00] *** Joins: firewated (uid147916@replaced-ip )
1775 [11:06:30] *** Quits: elkmoose (~jesus@replaced-ip ) (Remote host closed the connection)
1776 [11:06:46] *** Joins: darxmurf (~darxmurf@replaced-ip )
1777 [11:07:52] *** Quits: venkat_330 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1778 [11:08:11] *** Joins: venkat_330 (~Thunderbi@replaced-ip )
1779 [11:08:20] *** Quits: heurist (~heurist@replaced-ip ) (Ping timeout: 250 seconds)
1780 [11:10:24] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 276 seconds)
1781 [11:10:24] *** Quits: darxmurf_ (~darxmurf@replaced-ip ) (Ping timeout: 276 seconds)
1782 [11:11:49] *** Joins: sp4nky (~sp4nky@replaced-ip )
1783 [11:13:02] *** Joins: bhuvi (~quassel@replaced-ip )
1784 [11:13:37] *** Quits: humbobble (~humbag@replaced-ip ) (Ping timeout: 252 seconds)
1785 [11:15:02] *** Joins: msn (~msn@replaced-ip )
1786 [11:15:07] *** Joins: reev (~reev@replaced-ip )
1787 [11:15:26] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 248 seconds)
1788 [11:15:40] *** Joins: sbasso (~sbasso@replaced-ip )
1789 [11:18:05] *** Joins: notebox (~textual@replaced-ip )
1790 [11:18:11] *** Joins: killian99 (~killian99@replaced-ip )
1791 [11:19:01] *** Joins: davi (~davi@replaced-ip )
1792 [11:19:29] *** Parts: syntroPi (~syntroPi@replaced-ip )
1793 [11:20:02] *** Joins: Whitesquall (~user@replaced-ip )
1794 [11:20:05] *** Joins: Havis (~Havis@replaced-ip )
1795 [11:20:14] *** Joins: feleouet (~fanch@replaced-ip )
1796 [11:20:29] *** Quits: sp4nky (~sp4nky@replaced-ip ) (Quit: Leaving)
1797 [11:21:29] *** Joins: oish (~charlie@replaced-ip )
1798 [11:21:46] *** Quits: MaBunny (~androirc@replaced-ip ) (Ping timeout: 250 seconds)
1799 [11:21:57] *** Joins: BarthezZ (~bart@replaced-ip )
1800 [11:22:21] *** Quits: booboy_laptop (~booboy@replaced-ip ) (Ping timeout: 246 seconds)
1801 [11:22:22] *** Joins: filisko_ (~filisko@replaced-ip )
1802 [11:23:02] *** Quits: arjun_ (~arjun@replaced-ip ) (Ping timeout: 260 seconds)
1803 [11:23:02] *** Quits: samson (~v0idp0int@replaced-ip ) (Ping timeout: 260 seconds)
1804 [11:23:56] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 250 seconds)
1805 [11:24:26] *** Joins: abramart (~martin@replaced-ip )
1806 [11:24:38] *** Quits: tErik_mc (~tErik@replaced-ip ) (Quit: Leaving.)
1807 [11:25:35] *** Joins: elkmoose (~jesus@replaced-ip )
1808 [11:26:12] *** Joins: WorkGroup (~WorkGroup@replaced-ip )
1809 [11:26:27] *** Joins: swing (~massimo@replaced-ip )
1810 [11:26:49] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
1811 [11:26:49] *** Joins: ChoppedDill_ (~choppeddi@replaced-ip )
1812 [11:27:57] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 276 seconds)
1813 [11:28:19] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 248 seconds)
1814 [11:29:02] *** Joins: Aliekezhi (~Aliekezhi@replaced-ip )
1815 [11:29:15] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 276 seconds)
1816 [11:29:39] *** Quits: swing (~massimo@replaced-ip ) (Client Quit)
1817 [11:29:41] *** Joins: speeddragon (~speeddrag@replaced-ip )
1818 [11:29:50] <Aliekezhi> hi, any idea of an existing fork from acidlab / acidbase ?
1819 [11:30:31] *** Joins: bpsecret (~bpsecret@replaced-ip )
1820 [11:31:11] *** Joins: irssi_ (~irssi@replaced-ip )
1821 [11:33:02] *** Quits: speeddra_ (~speeddrag@replaced-ip ) (Ping timeout: 248 seconds)
1822 [11:33:20] *** Joins: M3mphiZ (~quassel@replaced-ip )
1823 [11:33:21] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Changing host)
1824 [11:33:21] *** Joins: M3mphiZ (~quassel@replaced-ip )
1825 [11:33:34] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
1826 [11:33:34] *** Quits: ChoppedDill_ (~choppeddi@replaced-ip ) (Ping timeout: 248 seconds)
1827 [11:34:31] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1828 [11:35:13] *** Joins: heurist (heurist@replaced-ip )
1829 [11:35:20] *** Quits: irssi_ (~irssi@replaced-ip ) (Client Quit)
1830 [11:35:20] *** Joins: tErik_mc (~tErik@replaced-ip )
1831 [11:35:27] *** Quits: tErik_mc (~tErik@replaced-ip ) (Changing host)
1832 [11:35:27] *** Joins: tErik_mc (~tErik@replaced-ip )
1833 [11:35:52] *** Joins: irssi_ (~irssi@replaced-ip )
1834 [11:37:37] *** Joins: Knaldgas (~pdj@replaced-ip )
1835 [11:38:35] *** Quits: lelouch_ (~lelouch@replaced-ip ) (Quit: Leaving)
1836 [11:38:50] *** Quits: irssi_ (~irssi@replaced-ip ) (Client Quit)
1837 [11:39:06] *** Joins: wonderworld (~ww@replaced-ip )
1838 [11:39:08] *** Joins: zepp^ (~zepp^@replaced-ip )
1839 [11:39:15] *** Quits: zepp^ (~zepp^@replaced-ip ) (Client Quit)
1840 [11:41:03] *** Joins: BalTun (~BalTun@replaced-ip )
1841 [11:41:58] *** Quits: abramart (~martin@replaced-ip ) (Quit: Leaving)
1842 [11:42:07] *** Joins: Gurty (~princess@replaced-ip )
1843 [11:42:13] *** Quits: ArcVile (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
1844 [11:42:15] *** Joins: ArcVile_ (~quassel@replaced-ip )
1845 [11:43:16] *** Joins: Rephlexie (~Rephlexie@replaced-ip )
1846 [11:43:19] *** Quits: goon_ (~goon@replaced-ip ) (Ping timeout: 252 seconds)
1847 [11:45:12] *** Joins: abramart (~martin@replaced-ip )
1848 [11:46:22] *** Joins: tako (~tako@replaced-ip )
1849 [11:46:25] *** Joins: mthecreator (~mthecreat@replaced-ip )
1850 [11:46:32] *** Joins: EOIP (~Thunderbi@replaced-ip )
1851 [11:46:40] *** Quits: s8321414 (~s8321414@replaced-ip ) (Quit: Konversation terminated!)
1852 [11:46:43] *** Joins: dr4kk4r^ (~dr4kk4r^@replaced-ip )
1853 [11:47:33] <tako> Hello
1854 [11:48:00] <tako> should i install nvidia driver after the bumblebee ?
1855 [11:48:00] *** debhelper sets mode: +l 1594
1856 [11:48:03] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1857 [11:48:04] *** EOIP is now known as crocodilehunter
1858 [11:48:20] *** Joins: AlexPortable (uid7568@replaced-ip )
1859 [11:48:30] <tako> how can i detect my nvidia driver version
1860 [11:48:41] *** Joins: xanadu_ (~xanadu@replaced-ip )
1861 [11:49:14] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
1862 [11:49:22] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
1863 [11:50:57] *** Quits: T0rch (~T0rch@replaced-ip ) (Remote host closed the connection)
1864 [11:51:04] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
1865 [11:52:06] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 246 seconds)
1866 [11:52:47] <nkuttler> tako: nvidia-settings
1867 [11:53:12] *** Quits: level7 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1868 [11:53:12] *** Joins: level7_ (~quassel@replaced-ip )
1869 [11:54:27] *** Joins: nick_prova (~nick_prov@replaced-ip )
1870 [11:54:34] *** Joins: bpsecret (~bpsecret@replaced-ip )
1871 [11:54:38] *** Joins: tdl1142 (~xis10z@replaced-ip )
1872 [11:54:52] *** Joins: T0rch (~T0rch@replaced-ip )
1873 [11:55:15] <tako> nkuttler, with bumblebee its not opening
1874 [11:55:25] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 252 seconds)
1875 [11:55:38] <nkuttler> tako: apt-cache policy nvidia-driver
1876 [11:56:28] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
1877 [11:57:00] <tako> nvidia-driver:
1878 [11:57:00] <tako> Installed: 340.96-1
1879 [11:57:00] <tako> Candidate: 340.96-1
1880 [11:57:15] <nkuttler> no need to paste that in here
1881 [11:57:18] <tako> but my game on steam want to min 350.00 driver
1882 [11:57:27] <nkuttler> ,v nvidia-driver
1883 [11:57:28] <judd> Package: nvidia-driver on amd64 -- wheezy-backports/non-free: 340.96-1~bpo70+1; jessie/non-free: 340.96-1; jessie-backports/non-free: 352.79-1~bpo8+1; stretch/non-free: 352.79-3; sid/non-free: 352.79-4; experimental/non-free: 355.11-2
1884 [11:57:38] <nkuttler> !tell tako about backports
1885 [11:57:52] *** Joins: moozer (~moz@replaced-ip )
1886 [11:58:06] <tako> nkuttler, if i install new driver from jessie backports its will be work with bumblebee ?
1887 [11:59:02] <nkuttler> tako: no idea. backported kernels/drivers can break stuff
1888 [11:59:07] <bazhang> ,v nvidia-prime
1889 [11:59:08] <judd> No package named 'nvidia-prime' was found in amd64.
1890 [11:59:11] *** Quits: nick_prova (~nick_prov@replaced-ip ) ()
1891 [11:59:11] *** Parts: PerfDave (~grimoire@replaced-ip )
1892 [11:59:37] <nkuttler> tako: worse case you just remove them and install the stable ones
1893 [12:00:17] *** Quits: poleprogger (~mj@replaced-ip ) (Remote host closed the connection)
1894 [12:00:44] *** Joins: poleprogger (~mj@replaced-ip )
1895 [12:01:05] *** Joins: humbobble (~humbag@replaced-ip )
1896 [12:01:12] *** Quits: AusteritySucks (~Austerity@replaced-ip ) (Ping timeout: 246 seconds)
1897 [12:01:36] *** Joins: hillbicks (~quassel@replaced-ip )
1898 [12:01:44] *** Joins: amcorreia (~amcorreia@replaced-ip )
1899 [12:04:03] *** Quits: T0rch (~T0rch@replaced-ip ) (Ping timeout: 248 seconds)
1900 [12:04:21] *** Quits: jampola (~jampola@replaced-ip ) (Ping timeout: 276 seconds)
1901 [12:05:21] *** Joins: Agent001 (~Agent001@replaced-ip )
1902 [12:05:33] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
1903 [12:06:38] *** Quits: poleprogger (~mj@replaced-ip ) (Quit: Konversation terminated!)
1904 [12:06:41] *** Quits: tako (~tako@replaced-ip ) (Quit: Leaving)
1905 [12:06:54] *** Joins: poleprogger (~mj@replaced-ip )
1906 [12:07:09] *** Joins: Devastator_ (~devas@replaced-ip )
1907 [12:07:44] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 260 seconds)
1908 [12:08:04] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 252 seconds)
1909 [12:08:19] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 248 seconds)
1910 [12:08:30] *** Joins: UtkarshRay (~UtkarshRa@replaced-ip )
1911 [12:08:54] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 276 seconds)
1912 [12:08:55] *** Joins: sphenxes (~sphenxes@replaced-ip )
1913 [12:09:35] *** Joins: bpsecret (~bpsecret@replaced-ip )
1914 [12:09:40] *** Joins: Deele (~Deele@replaced-ip )
1915 [12:09:43] <Deele> hello
1916 [12:09:46] <Deele> I have multiple projects residing in my ~/projects directory. I want to create each developer single ftp account, and add one or more subdirectories from ~/projects to accessible directories from ftp account. I'm thinking about some sort of ~/ftp_homes/john directories and put symlinks of ~/projects inside each ftp account inside ~/ftp_homes. I did that, but FTP do not understand symlinks as
1917 [12:09:46] <Deele> directories. What should I do?
1918 [12:09:57] *** Joins: Brigo (~Brigo@replaced-ip )
1919 [12:10:07] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1920 [12:10:10] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Quit: Konversation terminated!)
1921 [12:10:18] *** Joins: tdl1142 (~xis10z@replaced-ip )
1922 [12:10:57] *** Joins: kayamm (~km@replaced-ip )
1923 [12:10:58] *** Joins: brontosaurusrex (~bronto@replaced-ip )
1924 [12:11:00] <alexbligh1> I'm seeing an issue upgrading a debian system Squeeze -> Jessie, and Cyrus imapd from 2.2 to 2.4. For reasons related to postfix, packages were left half configured. Now having fixed that, when I try to dpkg --configure cyrus, I see "db5.1_upgrade: /var/lib/cyrus/deliver.db: unrecognized file type". Full output here: replaced-url
1925 [12:11:00] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1926 [12:11:21] *** Quits: kayamm (~km@replaced-ip ) (Client Quit)
1927 [12:12:09] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 276 seconds)
1928 [12:12:54] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
1929 [12:13:12] *** Quits: Knaldgas (~pdj@replaced-ip ) (Ping timeout: 260 seconds)
1930 [12:13:20] *** Joins: markybob (~markybob@replaced-ip )
1931 [12:13:34] *** Joins: dselect (~dselect@replaced-ip )
1932 [12:16:05] *** Joins: jampola (~jampola@replaced-ip )
1933 [12:16:05] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
1934 [12:16:22] *** Quits: Atm0spher1c (~future@replaced-ip ) (Quit: WeeChat)
1935 [12:16:59] *** Joins: T0rch (~T0rch@replaced-ip )
1936 [12:17:18] <themill> alexbligh1: are you actually upgrading squeeze→jessie in one step?
1937 [12:17:37] <alexbligh1> themill, sorry, squeeze to wheezy
1938 [12:17:38] *** Quits: filisko_ (~filisko@replaced-ip ) (Quit: Leaving)
1939 [12:17:42] <Deele> For my problem, does this solution is useful? replaced-url
1940 [12:18:27] *** Quits: pkv1 (~pkv@replaced-ip ) (Ping timeout: 260 seconds)
1941 [12:18:58] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1942 [12:19:34] *** Joins: allizom (~Thunderbi@replaced-ip )
1943 [12:19:57] *** Joins: Muhannad (~Muhannad@replaced-ip )
1944 [12:21:57] *** Joins: TsukiRa (~tsukira@replaced-ip )
1945 [12:22:26] *** Quits: UtkarshRay (~UtkarshRa@replaced-ip ) (Ping timeout: 250 seconds)
1946 [12:22:28] *** Joins: le_tropico (~le_tropic@replaced-ip )
1947 [12:23:57] *** Quits: hillbicks (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1948 [12:24:49] *** Joins: phryn (~Phryn@replaced-ip )
1949 [12:28:37] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1950 [12:29:22] *** Quits: wonderworld (~ww@replaced-ip ) (Read error: Connection reset by peer)
1951 [12:29:25] *** Parts: dr4kk4r^ (~dr4kk4r^@replaced-ip )
1952 [12:29:33] *** Joins: wonderworld (~ww@replaced-ip )
1953 [12:29:39] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 248 seconds)
1954 [12:29:39] *** Quits: Falcoris (~Falcoris@replaced-ip ) (Read error: Connection reset by peer)
1955 [12:29:48] *** Parts: ffledgling (~anhad@replaced-ip )
1956 [12:30:43] *** Joins: Knaldgas (~pdj@replaced-ip )
1957 [12:30:52] *** Joins: pkv1 (~pkv@replaced-ip )
1958 [12:30:58] *** Joins: agemaniac (~jaime@replaced-ip )
1959 [12:31:45] *** Joins: Falcoris (~Falcoris@replaced-ip )
1960 [12:32:19] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1961 [12:32:31] <agemaniac> i have a text file with around 500k urls, and i would like to write another file with those urls that return a status code different than 200, how can i do this?
1962 [12:33:23] <agemaniac> i tried to do it in python, but its too slow
1963 [12:33:50] <agemaniac> and i know in wget theres an option to do parallel requests.. but thats all i know :s
1964 [12:34:33] *** Joins: paradise (2ea5d22b@replaced-ip )
1965 [12:36:15] *** Joins: Dyonisos (~Dyonisos@replaced-ip )
1966 [12:36:32] *** Quits: Falcoris (~Falcoris@replaced-ip ) (Ping timeout: 260 seconds)
1967 [12:36:46] *** Joins: awesomediocrity (~nereos@replaced-ip )
1968 [12:37:08] *** Joins: Falcoris (~Falcoris@replaced-ip )
1969 [12:37:21] <petemc> agemaniac: curl has an option to do parellel connections
1970 [12:38:01] *** debhelper sets mode: +l 1603
1971 [12:38:38] *** Joins: macartur (uid39242@replaced-ip )
1972 [12:38:49] *** Quits: phryn (~Phryn@replaced-ip ) (Remote host closed the connection)
1973 [12:38:52] *** Quits: Agent001 (~Agent001@replaced-ip ) (Ping timeout: 252 seconds)
1974 [12:38:54] <petemc> agemaniac: replaced-url
1975 [12:39:02] *** Quits: alexbligh1 (~alexbligh@replaced-ip ) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
1976 [12:39:42] *** Quits: T0rch (~T0rch@replaced-ip ) (Ping timeout: 248 seconds)
1977 [12:40:28] <agemaniac> thanks petemc :)
1978 [12:40:48] <petemc> that uses xargs to do multiple requests
1979 [12:41:04] <petemc> it seems i imagined curls inbuilt ability to do it
1980 [12:42:06] *** Joins: diniwed (~gavron@replaced-ip )
1981 [12:42:22] *** Quits: spleen (~gg@replaced-ip ) (Quit: Quitte)
1982 [12:42:31] *** Quits: paradise (2ea5d22b@replaced-ip ) (Quit: Page closed)
1983 [12:42:35] *** Parts: salviaD (~salviaD@replaced-ip )
1984 [12:42:46] *** Joins: CTRL_Freak (~PLR@replaced-ip )
1985 [12:43:12] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 246 seconds)
1986 [12:43:23] *** Joins: Spitfire (spitfire@replaced-ip )
1987 [12:44:32] <nikitasius> petemc: handy script, nice!
1988 [12:45:32] *** Quits: mrrhq (~mrrhq@replaced-ip ) (Quit: WeeChat 1.4. Ahh, much better than Irssi.)
1989 [12:46:42] *** Quits: xanadu_ (~xanadu@replaced-ip ) (Ping timeout: 246 seconds)
1990 [12:47:15] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 276 seconds)
1991 [12:47:46] *** Joins: jch__be (~jch_be@replaced-ip )
1992 [12:48:01] *** debhelper sets mode: +l 1597
1993 [12:48:56] *** Joins: M3mphiZ (~quassel@replaced-ip )
1994 [12:49:00] *** Joins: diniwed (~gavron@replaced-ip )
1995 [12:49:31] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Remote host closed the connection)
1996 [12:49:53] *** Joins: zerodrama (~zerodrama@replaced-ip )
1997 [12:50:09] *** Joins: bpsecret (~bpsecret@replaced-ip )
1998 [12:50:17] <zerodrama> bash script is not setting variables
1999 [12:50:49] <markybob> zerodrama: might want to ask #bash
2000 [12:51:06] <zerodrama> thx
2001 [12:51:43] *** Parts: zerodrama (~zerodrama@replaced-ip )
2002 [12:51:45] *** Joins: MaBunny (~androirc@replaced-ip )
2003 [12:51:48] *** Quits: jch_be (~jch_be@replaced-ip ) (Ping timeout: 276 seconds)
2004 [12:51:59] *** Joins: gebjgd (~stmsgebjg@replaced-ip )
2005 [12:52:14] <MaBunny> Is codeblocks there for debian??
2006 [12:52:35] *** Joins: poleprogger (~mj@replaced-ip )
2007 [12:52:39] <markybob> ,v codeblocks
2008 [12:52:40] <judd> Package: codeblocks on amd64 -- wheezy: 10.05-2.1; jessie-backports: 13.12-3.1~bpo8+1; sid: 13.12+dfsg-4; stretch: 13.12+dfsg-4
2009 [12:53:15] <MaBunny> Ok, i can apt-get it but
2010 [12:53:17] *** Joins: kale (~kale@replaced-ip )
2011 [12:53:36] <MaBunny> My password(root) is 15 chars long
2012 [12:53:51] <MaBunny> How do i write it all?
2013 [12:53:54] <kale> hi, i want to disable the ctrl+alt+f8 to jump to that screen. i would expect to do that in /etc/inittab, but cannot find that file. Any hint on how i do that?
2014 [12:53:59] *** Joins: Asoka (~a@replaced-ip )
2015 [12:54:12] <markybob> MaBunny: i have no idea how that could matter or what you're talking about
2016 [12:54:22] *** Joins: T0rch (~T0rch@replaced-ip )
2017 [12:54:30] *** Quits: thirtynein (~thirtynei@replaced-ip ) (Quit: Leaving)
2018 [12:54:43] *** Joins: ghormoon (~ghormoon@replaced-ip )
2019 [12:54:43] *** Joins: sef (~sef@replaced-ip )
2020 [12:54:43] *** Joins: grim4593 (~grim4593@replaced-ip )
2021 [12:54:43] *** Joins: Afforess (~Afforess@replaced-ip )
2022 [12:54:43] *** Joins: FailHard (~FailHard@replaced-ip )
2023 [12:54:54] <MaBunny> I mean the sudo request a new pssword everytime b4 i complete writing my password
2024 [12:55:12] *** Quits: Knaldgas (~pdj@replaced-ip ) (Ping timeout: 260 seconds)
2025 [12:55:32] *** Quits: ghormoon (~ghormoon@replaced-ip ) (Max SendQ exceeded)
2026 [12:55:56] *** Joins: ghormoon (~ghormoon@replaced-ip )
2027 [12:56:19] *** Quits: Jurkki (jukka@replaced-ip ) (Ping timeout: 248 seconds)
2028 [12:56:21] *** Quits: bitgeek (~bitgeek@replaced-ip ) (Ping timeout: 276 seconds)
2029 [12:57:00] *** Quits: detha (~detha@replaced-ip ) (Ping timeout: 276 seconds)
2030 [12:57:09] *** Joins: Finetundra__ (~AndChat54@replaced-ip )
2031 [12:57:15] <MaBunny> Is there a way to let sudo wait for some moment longer b4 i finish writing my pssword???
2032 [12:57:31] *** Joins: Foren (~Foren@replaced-ip )
2033 [12:58:01] *** debhelper sets mode: +l 1606
2034 [12:58:07] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 260 seconds)
2035 [12:58:18] *** Quits: RA3OR (~demon@replaced-ip ) (Ping timeout: 276 seconds)
2036 [12:58:31] *** Joins: Knaldgas (~pdj@replaced-ip )
2037 [12:58:56] <ntz> MaBunny: can you elaborate it bit further, maybe some language barrier around the phrase ``sudo request a new pssword everytime b4 i complete writing my password''
2038 [12:59:15] <kale> or in other words: how do i disable vt8 ?
2039 [12:59:59] <MaBunny> I think i cant do a lot of work if im unable to complete writing my whole 15 character pssword when i type sudo apt....
2040 [13:00:00] <ntz> kale: replaced-url
2041 [13:00:12] *** Joins: knidos (~knidos@replaced-ip )
2042 [13:00:16] *** Parts: anonkun (~ananke@replaced-ip )
2043 [13:00:31] *** Joins: detha (~detha@replaced-ip )
2044 [13:00:33] *** Joins: UtkarshRay (~UtkarshRa@replaced-ip )
2045 [13:00:47] <ntz> MaBunny: I have to test it :D ... I never noticed that sudo has no patience
2046 [13:00:49] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2047 [13:01:14] *** Quits: mzf (~mzf@replaced-ip ) (Quit: Leaving)
2048 [13:01:29] <MaBunny> I mean i type su,then i begin writing my pssword,then b4 im able to write the whole password sudo ask again for the password
2049 [13:01:46] *** Joins: t4nk330 (d41d2cd2@replaced-ip )
2050 [13:01:59] <MaBunny> It goes for 3 times b4 it goes to the command line
2051 [13:02:11] <t4nk330> Hi! Special question relating to ACL
2052 [13:02:24] <t4nk330> mkdir /tmp/testfolder
2053 [13:02:39] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Remote host closed the connection)
2054 [13:02:44] *** Joins: paoki4 (~paoki4@replaced-ip )
2055 [13:02:55] <t4nk330> setfacl -R -m d:u::rwx,d:g::rwx,d::- /tmp/testfolder
2056 [13:03:16] <MaBunny> I also couldnt apt-cache search codeblocks,didnt find it in the list
2057 [13:03:28] <MaBunny> Maybe it was my fault
2058 [13:03:35] <t4nk330> displaying acl through getfacl /tmp/testfolder displays correct default acl
2059 [13:03:48] <kale> ntz: you searched for opensuse on duckgogo for me?
2060 [13:03:48] <ntz> MaBunny: you type su and then sudo ???????
2061 [13:03:57] *** Joins: poleprogger (~mj@replaced-ip )
2062 [13:03:59] <t4nk330> touch /tmp/testfolder/testfile
2063 [13:04:00] <ntz> kale: nope
2064 [13:04:12] *** Joins: gebjgd (~stmsgebjg@replaced-ip )
2065 [13:04:12] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Changing host)
2066 [13:04:12] *** Joins: gebjgd (~stmsgebjg@replaced-ip )
2067 [13:04:14] <t4nk330> -rw-rw---- 1 root root 0 Mär 2 12:54 testfile <--- why not adapted from default acl??
2068 [13:04:35] <ntz> kale: &t=opensuse means that my client os is suse and not deb
2069 [13:04:42] <markybob> MaBunny: the bot told you it's in backports. so you have to follow these instructions to get it in jessie replaced-url
2070 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
2071 [13:05:03] *** Joins: __316k__ (~316k@replaced-ip )
2072 [13:05:05] <markybob> MaBunny: and that's not sudo. that's su
2073 [13:05:23] *** Quits: MaBunny (~androirc@replaced-ip ) (Remote host closed the connection)
2074 [13:05:24] *** Joins: dpkg (~dpkg@replaced-ip )
2075 [13:05:46] <ntz> MaBunny: show us please which exact command you're trying to run
2076 [13:06:02] *** Joins: LitoII_ (~LitoII@replaced-ip )
2077 [13:07:06] *** Joins: TheFeRRoH (~andales@replaced-ip )
2078 [13:07:23] <ntz> hmm, waiting already for several minutes: sudo echo haha
2079 [13:07:31] *** Joins: alexbligh1 (~alexbligh@replaced-ip )
2080 [13:07:33] <markybob> yeah i've never had a problem
2081 [13:07:45] <ntz> my sudo doesn't kick me that I type passwd too long
2082 [13:07:55] <ntz> and I have in this surely default settings
2083 [13:08:06] <ntz> testing in 7.9
2084 [13:08:24] <markybob> i don't know how we went from sudo to su, though. i don't know what he's doing.
2085 [13:08:37] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 260 seconds)
2086 [13:08:53] *** Quits: hggdh (~hggdh@replaced-ip ) (Max SendQ exceeded)
2087 [13:09:12] <t4nk330> anyone pro with ACL?
2088 [13:09:15] *** Joins: MaBunny (~androirc@replaced-ip )
2089 [13:09:30] <MaBunny> Srry bad net
2090 [13:09:42] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
2091 [13:09:50] *** Joins: hggdh (~hggdh@replaced-ip )
2092 [13:09:51] <MaBunny> Can u help me guys???
2093 [13:10:06] *** [BNC]jackburton is now known as jackburton
2094 [13:10:16] <ntz> MaBunny: again, I asked you to show us what command exactly are you typing
2095 [13:10:27] *** Joins: Jurkki (jukka@replaced-ip )
2096 [13:10:38] *** Quits: AnD[a]LeS (~andales@replaced-ip ) (Ping timeout: 248 seconds)
2097 [13:10:59] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Remote host closed the connection)
2098 [13:11:25] <MaBunny> sudo apt-get install codeblocks
2099 [13:11:28] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
2100 [13:12:16] <MaBunny> It isnt the cmmand,its sudo which is impatient with d pssword
2101 [13:12:18] <markybob> MaBunny: did you follow the backports instructions i linked you to so it could actually find codeblocks?
2102 [13:12:21] *** Joins: inspectorcluseau (~Inspector@replaced-ip )
2103 [13:12:27] *** Joins: ferseiti (ferseiti@replaced-ip )
2104 [13:12:31] *** Quits: Havis (~Havis@replaced-ip ) (Quit: Leaving)
2105 [13:12:36] <markybob> i don't know what to do with that
2106 [13:12:36] *** Quits: TheFeRRoH (~andales@replaced-ip ) (Ping timeout: 276 seconds)
2107 [13:12:44] *** Quits: Devastator_ (~devas@replaced-ip ) (Changing host)
2108 [13:12:44] *** Joins: Devastator_ (~devas@replaced-ip )
2109 [13:12:45] *** Devastator_ is now known as Devastator
2110 [13:12:53] *** Quits: shodan` (~shodan`@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2111 [13:12:54] <markybob> MaBunny: what's your native tongue?
2112 [13:13:06] *** Parts: icecream (icecream@replaced-ip )
2113 [13:13:06] <MaBunny> I guess i was logged off whn u gave me
2114 [13:13:12] <MaBunny> Bengali
2115 [13:13:15] <markybob> MaBunny: the bot told you it's in backports. so you have to follow these instructions to get it in jessie replaced-url
2116 [13:13:30] *** Joins: tkla (~tklassen@replaced-ip )
2117 [13:13:40] <MaBunny> Ok
2118 [13:13:40] <markybob> damn
2119 [13:15:30] *** Parts: ewew (~none@replaced-ip )
2120 [13:15:58] *** Joins: haz (~hazzzz@replaced-ip )
2121 [13:17:12] *** Joins: mezod (~mezod@replaced-ip )
2122 [13:17:34] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
2123 [13:17:36] <MaBunny> But how do i let sudo wait long enough to let me write my 15 character long password???
2124 [13:17:48] *** Quits: level7_ (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
2125 [13:17:52] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Quit: BWMerlin)
2126 [13:17:54] *** Joins: Otis (~coffee@replaced-ip )
2127 [13:17:55] <markybob> MaBunny: i've never heard of such a thing
2128 [13:18:25] <MaBunny> I hav described my problem earlier
2129 [13:18:29] <bazhang> MaBunny, how long does it take for you to do that
2130 [13:18:30] <markybob> MaBunny: can you su instead of sudo?
2131 [13:18:30] <Rephlexie> mabunny, lookup visudo timestamp_timeout ?
2132 [13:18:38] <markybob> yes i know
2133 [13:18:51] <t4nk330> when i create a file in a folder that has assigned default acl, why the file does not adapt the acl from the parent target?
2134 [13:19:02] *** Joins: thirtynein (~thirtynei@replaced-ip )
2135 [13:19:03] <MaBunny> Guys??
2136 [13:19:05] <bazhang> markybob, is sudo -i supported in debian?
2137 [13:19:18] <MaBunny> 6 seconds
2138 [13:19:26] <markybob> bazhang: yes
2139 [13:19:26] <bazhang> MaBunny, how long
2140 [13:19:40] *** Quits: T0rch (~T0rch@replaced-ip ) (Quit: Leaving)
2141 [13:19:44] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Quit: Konversation terminated!)
2142 [13:19:46] <bazhang> MaBunny, sudo will NOT time out in six seconds
2143 [13:19:48] <MaBunny> 6 sec
2144 [13:20:00] *** Joins: tdl1142 (~xis10z@replaced-ip )
2145 [13:20:05] *** Quits: Aliekezhi (~Aliekezhi@replaced-ip ) (Quit: Leaving)
2146 [13:20:07] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
2147 [13:20:14] *** Quits: UtkarshRay (~UtkarshRa@replaced-ip ) (Ping timeout: 248 seconds)
2148 [13:20:24] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 244 seconds)
2149 [13:20:28] <themill> Accidentally hitting Ctrl+J or Ctrl+M there?
2150 [13:20:40] <Rephlexie> MaBunny, dont think sudo times out like that as baz said, its something else.
2151 [13:20:43] <MaBunny> I type sudo,then i write my pssword,but b4 typing the first 8 letters it asks again for password
2152 [13:20:46] *** Joins: Dr_Coke (~Dr_Coke@replaced-ip )
2153 [13:20:59] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip )
2154 [13:21:20] <MaBunny> Then wht can it be,it happened in the earlier non debian system too
2155 [13:21:20] *** Quits: WayToDoor (~milk.bott@mailsecondaire.ucatchit.com) (Quit: Textual IRC Client: replaced-url
2156 [13:21:42] <Rephlexie> you add your user via visudo MaBunny ALL=(ALL) etc etc?
2157 [13:21:51] *** Quits: Dr_Coke (~Dr_Coke@replaced-ip ) (Max SendQ exceeded)
2158 [13:21:52] *** Joins: alphanet (~ircuser@replaced-ip )
2159 [13:21:57] <alphanet> hello
2160 [13:22:08] *** Joins: anonkun (~ananke@replaced-ip )
2161 [13:22:22] *** Joins: Dr_Coke (~Dr_Coke@replaced-ip )
2162 [13:22:25] <anonkun> does doing apt-get install "nvidia-driver' install the nonfree driver ?
2163 [13:22:28] *** Joins: Billias (~MrV@replaced-ip )
2164 [13:22:50] <Billias> I am trying to preseed debian
2165 [13:22:52] <Billias> using (not CD-rom) but replaced-url
2166 [13:22:56] <Billias> i cannot find the proper preseed setting for http mirror
2167 [13:22:57] <markybob> anonkun: unfortunately
2168 [13:22:59] <MaBunny> Wait
2169 [13:22:59] <MaBunny> Ok,wht is the command?
2170 [13:23:18] <anonkun> markybob: thanks, but I have no other choice on this hardware.
2171 [13:23:47] *** Quits: krenn08 (~krenn08@replaced-ip ) (Ping timeout: 260 seconds)
2172 [13:24:07] <markybob> anonkun: before you do it...are you on jessie, stable?
2173 [13:24:22] <anonkun> yes
2174 [13:24:23] <themill> Billias: mirror settings are in the example-preseed.txt
2175 [13:24:29] *** Joins: Krass (~quassel@replaced-ip )
2176 [13:24:39] <Billias> themill: on repository?
2177 [13:24:50] <markybob> anonkun: okay. good luck.
2178 [13:25:01] <anonkun> thanks, I dont need to activate backports for this right?
2179 [13:25:02] <themill> Billias: that's the documentation for preseeding; replaced-url
2180 [13:25:12] *** Joins: hassonofer (~hassonofe@replaced-ip )
2181 [13:25:13] <markybob> anonkun: no
2182 [13:25:20] <anonkun> okay
2183 [13:25:31] *** Joins: njumdl2014 (~njumdl201@replaced-ip )
2184 [13:25:37] *** Joins: denisk (~denisk@replaced-ip )
2185 [13:26:42] *** Quits: Asoka (~a@replaced-ip ) (Ping timeout: 260 seconds)
2186 [13:27:17] *** Quits: yekk (~yekk@replaced-ip ) (Ping timeout: 260 seconds)
2187 [13:27:32] <t4nk330> problem with default acl. why the newly created file, does not get the acl from parent directory? replaced-url
2188 [13:27:37] *** Joins: poleprogger (~mj@replaced-ip )
2189 [13:27:37] *** Joins: Tempesta_ (~Tempesta@replaced-ip )
2190 [13:27:56] *** Joins: RealLinuX (~arming@replaced-ip )
2191 [13:27:56] *** Joins: valentt (~valentt@replaced-ip )
2192 [13:28:00] *** debhelper sets mode: +l 1615
2193 [13:28:27] *** Quits: MaBunny (~androirc@replaced-ip ) (Remote host closed the connection)
2194 [13:28:36] *** Parts: veverak (~squirrel@replaced-ip )
2195 [13:28:37] *** Joins: UtkarshRay (~UtkarshRa@replaced-ip )
2196 [13:28:39] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
2197 [13:29:03] *** Joins: Asoka (~a@replaced-ip )
2198 [13:29:12] *** Joins: shodan` (~shodan`@replaced-ip )
2199 [13:29:38] *** Joins: aaro (~aaro@replaced-ip )
2200 [13:30:26] *** Joins: laughingtiger (~xk_@replaced-ip )
2201 [13:30:34] *** Quits: Tempesta (~Tempesta@replaced-ip ) (Ping timeout: 252 seconds)
2202 [13:30:49] *** Joins: MaBunny (~androirc@replaced-ip )
2203 [13:31:03] <Billias> themill: I copied the example and still asks for CDro
2204 [13:31:23] <MaBunny> Ok guys i typed visudo avra ALL = ALL but it says 'command not found'
2205 [13:31:25] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2206 [13:31:26] *** Quits: Dr_Coke (~Dr_Coke@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2207 [13:31:58] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
2208 [13:32:14] <rafalcpp> is it possible to check, regarding the yesterday's attack on SSL, if our server (apache, postfix, dovecot, etc) was compromised (was the key leaked) or was it attacked or anything?
2209 [13:33:32] *** Joins: yekk (~yekk@replaced-ip )
2210 [13:33:34] <themill> Billias: what are you actually doing?
2211 [13:33:47] <markybob> rafalcpp: probably not. you did update/restart those services?
2212 [13:33:54] <MaBunny> Guys???
2213 [13:34:04] *** Joins: Levure (~quassel@replaced-ip )
2214 [13:34:06] *** Parts: Deele (~Deele@replaced-ip )
2215 [13:34:31] <markybob> MaBunny: you're talking nonsense. visudo can only be run as root or under sudo. and no one has heard of sudo doing what you're describing
2216 [13:34:59] <markybob> MaBunny: plus that visudo command was insane. that's what you put in the file not in the command
2217 [13:35:40] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 250 seconds)
2218 [13:35:42] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 246 seconds)
2219 [13:37:37] *** Joins: WormFood (~wormfood@replaced-ip )
2220 [13:37:40] *** Quits: Otis (~coffee@replaced-ip ) (Quit: leaving)
2221 [13:37:43] *** Quits: AfroThundr (~AfroThund@replaced-ip ) (Read error: Connection reset by peer)
2222 [13:39:15] *** Quits: hspcd (~hspcd@replaced-ip ) (Ping timeout: 276 seconds)
2223 [13:39:55] *** Joins: veek (~veek@replaced-ip )
2224 [13:40:14] <veek> what's that tool to automount stuff
2225 [13:40:38] <veek> usb (not autofs - part of the devfs thingy)
2226 [13:40:48] <themill> udisks2
2227 [13:41:09] *** Joins: Hopman (~jhopmans@replaced-ip )
2228 [13:41:11] <themill> (well, some wrapper around it that your gui will actually use)
2229 [13:41:21] <alphanet> I reported a bug on the wheezy-backports kernel 3.16, apparently to src:linux; does that mean that jessie will also get a fix sometime? because the bug is also confirmed on jessie. Or should I do something specific to flag the bug is also on jessie?
2230 [13:42:56] *** Quits: shodan` (~shodan`@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2231 [13:43:03] *** Joins: gmichael (~gmichael@replaced-ip )
2232 [13:43:14] *** Joins: slysir (~michael@replaced-ip )
2233 [13:43:16] *** Joins: AnD[a]LeS (~andales@replaced-ip )
2234 [13:45:25] *** Joins: wdouglass (~user@replaced-ip )
2235 [13:45:38] *** Quits: msn (~msn@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2236 [13:46:24] <wdouglass> i want to let non-root users manipulate the iptables firewall in limited ways. my program is setuid, and uses execl to call the iptables binary. even when the program is setuid root, i get this error message
2237 [13:46:27] *** Joins: shodan` (~shodan`@replaced-ip )
2238 [13:46:30] <wdouglass> iptables v1.4.21: can't initialize iptables table `filter': Permission denied (you must be root)
2239 [13:46:38] <wdouglass> what am i missing?
2240 [13:46:38] *** mactimes is now known as mactimes_
2241 [13:46:45] <markybob> root
2242 [13:47:09] *** Joins: Ticho_ (~Ticho@replaced-ip )
2243 [13:47:22] <wdouglass> i understand that. I'm trying to let my users open and close a single port. how can I accomplish this without giving my users root?
2244 [13:47:23] <MaBunny> I got the solution
2245 [13:47:26] *** Quits: andrew__ (~andrew@replaced-ip ) (Remote host closed the connection)
2246 [13:47:38] *** Quits: duckinja (~duckinja@replaced-ip ) (Remote host closed the connection)
2247 [13:47:39] <alphanet> wdouglass: your setuid program should do a seteuid(getuid()) or something like this; however you could do it through a clever config of sudo
2248 [13:48:03] <alphanet> wdouglass: a setuid program is something generally risky: use sudo instead, with a group limitation and a command limitation
2249 [13:48:09] <wdouglass> yea, i've thought about sudo...
2250 [13:48:24] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip ) (Read error: Connection reset by peer)
2251 [13:49:00] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 276 seconds)
2252 [13:49:00] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 246 seconds)
2253 [13:49:52] *** Quits: MaBunny (~androirc@replaced-ip ) (Read error: Connection reset by peer)
2254 [13:49:58] *** Quits: dustpuppy (~dustpuppy@replaced-ip ) (Remote host closed the connection)
2255 [13:50:50] *** Joins: valentt (~valentt@replaced-ip )
2256 [13:51:50] *** Ticho_ is now known as Ticho
2257 [13:52:15] *** Quits: HauM1 (~HauM1@replaced-ip ) (Ping timeout: 276 seconds)
2258 [13:52:15] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 276 seconds)
2259 [13:52:15] *** Joins: dustpuppy (~dustpuppy@replaced-ip )
2260 [13:52:57] *** Joins: Wizek (~Wizek@replaced-ip )
2261 [13:53:11] *** Joins: level7 (~quassel@replaced-ip )
2262 [13:53:23] *** Quits: reev (~reev@replaced-ip ) (Ping timeout: 248 seconds)
2263 [13:54:52] *** Joins: zblakany (~zblakany@replaced-ip )
2264 [13:55:26] *** Quits: lours974 (~Vitry@replaced-ip ) (Ping timeout: 248 seconds)
2265 [13:55:52] *** Joins: lours974 (~Vitry@replaced-ip )
2266 [13:56:00] *** Quits: shroud_ (gunnar@replaced-ip ) (Changing host)
2267 [13:56:00] *** Joins: shroud_ (gunnar@replaced-ip )
2268 [13:56:07] *** Joins: Quatroking (~Quatrokin@replaced-ip )
2269 [13:57:28] *** Quits: veek (~veek@replaced-ip ) (Quit: Leaving)
2270 [13:57:45] *** Quits: zwiep` (~zwiep@replaced-ip ) (Read error: Connection reset by peer)
2271 [13:58:02] *** Quits: agemaniac (~jaime@replaced-ip ) (Remote host closed the connection)
2272 [13:58:16] *** Joins: bpsecret (~bpsecret@replaced-ip )
2273 [13:58:23] *** Joins: zwiep` (~zwiep@replaced-ip )
2274 [13:58:50] *** Joins: HauM1 (~HauM1@replaced-ip )
2275 [13:58:50] *** Joins: Aaaaand (~quassel@replaced-ip )
2276 [13:59:04] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
2277 [13:59:10] *** Joins: angerman (~m@replaced-ip )
2278 [13:59:57] *** Joins: fstd (~fstd@replaced-ip )
2279 [14:00:13] *** Quits: mrkebab (~mk@replaced-ip ) (Quit: Leaving)
2280 [14:02:28] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2281 [14:03:41] *** Joins: yaume_ (~gchenuet@replaced-ip )
2282 [14:03:58] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 248 seconds)
2283 [14:03:59] *** Joins: HansE (~HansE@replaced-ip )
2284 [14:04:21] *** Joins: chromas (~chromas@replaced-ip )
2285 [14:04:21] *** Joins: js9600 (~js9600@replaced-ip )
2286 [14:04:37] *** Quits: yaume (~gchenuet@replaced-ip ) (Ping timeout: 260 seconds)
2287 [14:04:57] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 268 seconds)
2288 [14:06:15] *** Joins: poleprogger (~mj@replaced-ip )
2289 [14:07:12] *** Quits: andatche (~andatche@replaced-ip ) (Ping timeout: 276 seconds)
2290 [14:07:16] *** Parts: anonkun (~ananke@replaced-ip )
2291 [14:08:03] *** Joins: Thibaut120094 (~Thibaut12@replaced-ip )
2292 [14:08:17] *** Joins: Ad1_RnR (~adrian@replaced-ip )
2293 [14:08:51] *** Joins: salviaD (~salviaD@replaced-ip )
2294 [14:09:23] <salviaD> can I still insert my own lines in rc.local, on jessie? Or it is not using this startup script anymore?
2295 [14:09:54] *** Quits: Hopman (~jhopmans@replaced-ip ) (Quit: Lost terminal)
2296 [14:09:56] <markybob> !rc.local
2297 [14:09:56] <dpkg> /etc/rc.local is a script called by /etc/init.d/rc.local which is typically one of the last things to be run during the boot sequence. If you have commands you want run at boot, edit /etc/rc.local (don't touch /etc/init.d/rc.local). rc.local is regarded as a hack, consider writing a real init script instead, ask me about <init.d>.
2298 [14:10:27] *** Quits: Sick (~Sick@replaced-ip ) (Ping timeout: 276 seconds)
2299 [14:10:49] <wdouglass> markybob: haha i was just typing up a very similar explanation to dpkg's...dpkg always seems to know way more then i give it credit for
2300 [14:10:54] <salviaD> so yeah, it is still on the game
2301 [14:11:01] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 244 seconds)
2302 [14:11:22] *** Quits: laughingtiger (~xk_@replaced-ip ) (Quit: farewell)
2303 [14:11:22] *** Quits: seraph1 (~ernesto@replaced-ip ) (Remote host closed the connection)
2304 [14:11:45] *** Quits: Ad1_RN (~adrian@replaced-ip ) (Ping timeout: 246 seconds)
2305 [14:11:59] *** Quits: DonVitoCorleone (don@replaced-ip ) (Ping timeout: 260 seconds)
2306 [14:12:34] *** Quits: yaume_ (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2307 [14:12:43] *** Quits: austeregrim (~austeregr@replaced-ip ) (Quit: Leaving)
2308 [14:13:14] *** Joins: yaume (~gchenuet@replaced-ip )
2309 [14:13:14] <salviaD> in this answer replaced-url
2310 [14:13:32] <markybob> salviaD: hell no
2311 [14:13:39] <wdouglass> !interfaces
2312 [14:13:40] <dpkg> Your network configuration is in the file /etc/network/interfaces ; "man 5 interfaces" for documentation, "zless /usr/share/doc/ifupdown/examples/network-interfaces.gz" for example configurations. Start and stop your networking with ifup -a and ifdown -a respectively. replaced-url
2313 [14:13:44] *** Joins: DonVitoCorleone (don@replaced-ip )
2314 [14:13:50] <markybob> salviaD: yeah. that ^
2315 [14:14:38] *** Joins: zBob1 (~Bob@replaced-ip )
2316 [14:14:46] *** Quits: hassonofer (~hassonofe@replaced-ip ) (Quit: Leaving)
2317 [14:14:55] *** Joins: andatche (~andatche@replaced-ip )
2318 [14:15:00] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 276 seconds)
2319 [14:15:18] <salviaD> markybob: but I need resolv.conf to work on a RO fs
2320 [14:15:40] *** Quits: zBob (~Bob@replaced-ip ) (Ping timeout: 252 seconds)
2321 [14:15:54] <markybob> salviaD: what's your point?
2322 [14:15:57] *** Joins: FatB0yy (~FatB0yy@replaced-ip )
2323 [14:16:06] <wdouglass> make resolv.conf a symbolic link to something in a ramfs?
2324 [14:16:10] *** Joins: mateusz (mateusz@replaced-ip )
2325 [14:16:17] *** Parts: mateusz (mateusz@replaced-ip )
2326 [14:16:21] *** Joins: mateusz (mateusz@replaced-ip )
2327 [14:16:25] <teraflops> !xy
2328 [14:16:25] <dpkg> Slow down for a bit! Are you sure that you need to jump through that particular hoop to achieve your goal? We suspect you don't, so why don't you back up a bit and tell us about the overall objective... We know that people often falsely diagnose problems because they are too close to them -- it's easy to miss that there is a better way to proceed. See replaced-url
2329 [14:16:43] <wdouglass> lol
2330 [14:16:48] *** Joins: bpsecret (~bpsecret@replaced-ip )
2331 [14:16:54] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Remote host closed the connection)
2332 [14:17:21] <salviaD> the system is read only and it gotta work on different lan connections
2333 [14:17:48] *** Joins: sbasso (~sbasso@replaced-ip )
2334 [14:18:11] *** Joins: speeddragon (~speeddrag@replaced-ip )
2335 [14:18:13] <wdouglass> salviaD: replaced-url
2336 [14:18:27] <markybob> salviaD: how can you edit rc.local but not the interfaces file?
2337 [14:18:31] <wdouglass> there's a package for that...use resolveconf
2338 [14:18:46] <salviaD> only install the pckg and I am done?
2339 [14:18:50] <wdouglass> yup
2340 [14:18:54] *** Joins: bertbob (~bertbob@replaced-ip )
2341 [14:19:02] <wdouglass> (and set up /etc/network/interfaces)
2342 [14:20:34] <teraflops> salviaD: maybe it helps replaced-url
2343 [14:20:40] *** Joins: Samouy (~Samouy@replaced-ip )
2344 [14:20:49] <teraflops> the "...or dinamic part"
2345 [14:21:10] *** Joins: Sick (~Sick@replaced-ip )
2346 [14:21:58] *** Joins: mtn (~mtn@replaced-ip )
2347 [14:22:21] *** Joins: austeregrim (~austeregr@replaced-ip )
2348 [14:22:28] *** Joins: xanadu_ (~xanadu@replaced-ip )
2349 [14:23:11] *** Joins: hspcd (~hspcd@replaced-ip )
2350 [14:23:18] *** Quits: magellanicloud (~magellani@replaced-ip ) (Ping timeout: 246 seconds)
2351 [14:24:34] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 240 seconds)
2352 [14:26:21] *** Guest84461 is now known as CyberJacob
2353 [14:26:40] *** Joins: Gaijin (~gaijin@replaced-ip )
2354 [14:26:42] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 276 seconds)
2355 [14:27:05] *** Joins: morphis (~morphis@replaced-ip )
2356 [14:27:09] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2357 [14:27:41] *** Quits: r6ku (~r6ku@replaced-ip ) (Quit: r6ku)
2358 [14:27:43] *** Joins: yaume (~gchenuet@replaced-ip )
2359 [14:28:03] *** Joins: gusgus (~arbiter69@replaced-ip )
2360 [14:28:04] <z8z> How to hide original IP in squid when using http proxy?
2361 [14:28:12] <gusgus> hello
2362 [14:28:18] <gusgus> !list
2363 [14:28:18] <dpkg> gusgus: vedi replaced-url
2364 [14:29:00] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 268 seconds)
2365 [14:29:12] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
2366 [14:29:17] <markybob> z8z: ask #squid
2367 [14:30:01] *** Joins: saram (~saram@replaced-ip )
2368 [14:31:03] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 264 seconds)
2369 [14:31:09] *** Joins: mochi (~mochi@replaced-ip )
2370 [14:31:12] *** Joins: x4n4_ (~x4n4@replaced-ip )
2371 [14:31:47] *** Parts: gusgus (~arbiter69@replaced-ip )
2372 [14:32:37] *** Quits: r0bby (sid699@replaced-ip ) (Quit: Connection closed for inactivity)
2373 [14:32:49] *** Joins: bpsecret (~bpsecret@replaced-ip )
2374 [14:33:33] *** Quits: RealLinuX (~arming@replaced-ip ) (Ping timeout: 240 seconds)
2375 [14:33:34] *** Quits: jiggawattz (jiggawattz@replaced-ip ) (Quit: tschüß!)
2376 [14:33:35] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2377 [14:33:42] *** Quits: sine0 (~sine@replaced-ip ) (Changing host)
2378 [14:33:42] *** Joins: sine0 (~sine@replaced-ip )
2379 [14:34:02] *** Joins: jiggawattz (jiggawattz@replaced-ip )
2380 [14:34:11] *** Joins: yaume (~gchenuet@replaced-ip )
2381 [14:34:27] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2382 [14:34:46] * Gaijin wonders what-all needs to be manually configured to get rid of avahi-daemon and what may be possibly required for system upkeep., or at least where to ask a question like this.
2383 [14:35:07] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
2384 [14:35:10] *** Joins: hualet (~hualet@replaced-ip )
2385 [14:35:59] <markybob> Gaijin: i don't have avahi-daemon. i'm fine.
2386 [14:36:06] *** Joins: hanasaki (~hanasaki@replaced-ip )
2387 [14:36:24] *** Joins: masonjar99 (5858b09f@replaced-ip )
2388 [14:36:28] <masonjar99> .
2389 [14:36:56] *** Quits: Muhannad (~Muhannad@replaced-ip ) (Remote host closed the connection)
2390 [14:37:06] <masonjar99> Hey so im trying to install ubuntu on an empty hdd with no os. I've got a bootable usb stick, and i know the iso used to create it is not corrupted. The error i get when i try to install ubuntu is: "mount: mounting /dev/loop0 on //filesystem.squashfs failed: No such device Can not mount /dev/loop0 "
2391 [14:37:13] <humbobble> who hates avahi, it's so handy
2392 [14:37:23] <markybob> masonjar99: ask #ubuntu it's not supported here
2393 [14:37:41] <masonjar99> they didnt tell me anything
2394 [14:37:45] *** Joins: asfav (c8a93e10@replaced-ip )
2395 [14:37:51] <markybob> masonjar99: don't care. not supported here
2396 [14:37:55] <masonjar99> Im not asking for an offical answer, just curious if someone knows what the answer might be
2397 [14:38:09] <masonjar99> Take your little nerdy hard ass attitude elsewhere lol
2398 [14:38:13] <markybob> !ubuntu
2399 [14:38:14] <dpkg> Ubuntu is based on Debian, but it is not Debian. Only Debian is supported on #debian. Use #ubuntu on chat.freenode.net instead. Even if the channel happens to be less helpful, support for distributions other than Debian is offtopic on #debian. See also <based on debian> and <ubuntuirc>.
2400 [14:38:21] *** Joins: ChoppedDill_ (~choppeddi@replaced-ip )
2401 [14:38:21] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
2402 [14:38:32] <markybob> masonjar99: take your ass elsewhere as it's offtopic
2403 [14:38:43] <masonjar99> haha your pathetic
2404 [14:38:49] *** Joins: s4ndm4n (~sandman@replaced-ip )
2405 [14:38:49] <masonjar99> id kill myself if my life was as shit as yours mate
2406 [14:38:49] <humbobble> hmm, i wonder why ubuntu people come here
2407 [14:38:50] <markybob> you're*
2408 [14:38:50] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Max SendQ exceeded)
2409 [14:38:59] <asfav> Hi all, I installed debian on my Macbook Pro (mid 2012) last week, rebooted, installed xfce4 and etc did a startx, and it worked fine. Now, after rebooting the PC, it boots but it gives me a black screen only (and the cursor seems frozen)
2410 [14:38:59] <masonjar99> see
2411 [14:39:02] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
2412 [14:39:03] <asfav> what could this be?
2413 [14:39:06] *** Parts: masonjar99 (5858b09f@replaced-ip )
2414 [14:39:16] <blind> "ubuntu people" don't come here. Impatient entitled people do
2415 [14:39:16] *** Joins: ays (~ays@replaced-ip )
2416 [14:39:19] *** Joins: lelouch (~lelouch@replaced-ip )
2417 [14:39:28] <asfav> I now reinstalled debian, and installed xfce again, did a startx and it works fine, but I am afraid that if I reboot, it will happen the same
2418 [14:39:31] *** Parts: alphanet (~ircuser@replaced-ip )
2419 [14:39:40] <humbobble> ubuntu docs seem pretty good, generally
2420 [14:39:42] *** lelouch is now known as Guest61963
2421 [14:39:42] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
2422 [14:39:46] *** Joins: likevinyl (~freebeer@replaced-ip )
2423 [14:40:37] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2424 [14:41:07] <jaggzt> how do I install a python module in debian? I want to install goocanvas's latest version
2425 [14:41:16] *** Joins: yaume (~gchenuet@replaced-ip )
2426 [14:41:16] <jaggzt> but there's no pacman, except a game
2427 [14:41:37] *** Joins: shootbird (~quassel@replaced-ip )
2428 [14:41:44] *** Joins: clmsy (~eoz@replaced-ip )
2429 [14:41:46] *** Quits: Guest61963 (~lelouch@replaced-ip ) (Client Quit)
2430 [14:41:53] *** Joins: oddly (~sam@replaced-ip )
2431 [14:41:57] *** Joins: dionysus69 (~Icedove@replaced-ip )
2432 [14:42:52] *** zanshin_ is now known as zanshin
2433 [14:42:52] *** Quits: t4nk330 (d41d2cd2@replaced-ip ) (Ping timeout: 252 seconds)
2434 [14:42:52] *** Joins: Yopyop_ (~aa@replaced-ip )
2435 [14:42:53] <fireba11> jaggzt: search packages.debian.org if there is a package including the module you want
2436 [14:43:01] <humbobble> .v python-pygoocanvas
2437 [14:43:15] <humbobble> ,v python-pygoocanvas
2438 [14:43:17] <judd> Package: python-pygoocanvas on amd64 -- squeeze: 0.14.1-1+b1; wheezy: 0.14.1-1+b3; jessie: 0.14.1-1+b3; sid: 0.14.1-1.1; stretch: 0.14.1-1.1
2439 [14:43:37] <jaggzt> hm
2440 [14:43:39] *** Quits: mezod (~mezod@replaced-ip ) (Remote host closed the connection)
2441 [14:43:46] *** Quits: kaiserbald0 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2442 [14:43:47] <humbobble> apt rules :)
2443 [14:44:08] <jaggzt> ,checkbackport ocrfeeder
2444 [14:44:12] <judd> Backporting package ocrfeeder in sid→jessie/amd64: unsatisfiable build dependencies: Build-Depends: gir1.2-goocanvas-2.0.
2445 [14:44:28] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Quit: WeeChat 1.0.1)
2446 [14:44:30] <markybob> jaggzt: i thought we covered this yesterday
2447 [14:44:32] *** Joins: Xc3ls10r (~Xc@replaced-ip )
2448 [14:44:40] <asfav> I rebooted and it happend the same, hwoever, I disabled lightdm on boot, rebooted, doing a startx works fine, then, doing a systemctl start lightdm, gives me a black screen
2449 [14:44:42] <asfav> any idea?
2450 [14:44:44] *** Joins: RealLinuX (~arming@replaced-ip )
2451 [14:44:45] * Gaijin sighs, wondering why the `/LIST *network*` command no longer works in irssi.
2452 [14:45:02] <jaggzt> markybob, I decided I wanted to see if I could get the latest goocanvas installed itself, with python itself
2453 [14:45:06] *** Joins: MrKeuner (~Kudret@replaced-ip )
2454 [14:45:18] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Read error: Connection reset by peer)
2455 [14:45:20] *** Joins: TomTomTosch (~henryk@replaced-ip )
2456 [14:45:21] *** Quits: Yopyop_ (~aa@replaced-ip ) (Quit: Leaving)
2457 [14:45:21] <jaggzt> maybe that would work, satisfying the goocanvas needs for ocrfeeder, without needing to go to unstable
2458 [14:45:24] *** Quits: ferseiti (ferseiti@replaced-ip ) (Remote host closed the connection)
2459 [14:45:31] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
2460 [14:45:52] *** Quits: awesomediocrity (~nereos@replaced-ip ) (Ping timeout: 250 seconds)
2461 [14:46:19] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
2462 [14:46:59] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 260 seconds)
2463 [14:47:00] *** Parts: reactormonk (~reactormo@replaced-ip )
2464 [14:47:04] *** Parts: Gaijin (~gaijin@replaced-ip )
2465 [14:47:42] *** Joins: infl00p (~infloop@replaced-ip )
2466 [14:47:51] *** Joins: bpsecret (~bpsecret@replaced-ip )
2467 [14:48:06] <jaggzt> I should just go to unstable and hope
2468 [14:48:20] <jaggzt> dpkg sid?
2469 [14:48:20] <dpkg> hmm... sid is the codename for <unstable>, named after the kid in Toy Story that breaks toys. The great thing about running sid is that, when it breaks you get to keep ALL the pieces!!
2470 [14:48:40] <markybob> jaggzt: remember unstable isn't supported here.
2471 [14:48:55] <jaggzt> :(
2472 [14:49:03] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
2473 [14:49:32] *** Quits: cmhobbs (~cmhobbs@replaced-ip ) (Ping timeout: 260 seconds)
2474 [14:49:48] *** Joins: ferseiti (ferseiti@replaced-ip )
2475 [14:50:30] <jaggzt> #debian-next is invite only
2476 [14:50:32] <jaggzt> heh
2477 [14:50:42] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2478 [14:50:47] <markybob> jaggzt: wrong network. it's on irc.oftc.net
2479 [14:50:52] *** Joins: rrehbein (~rrehbein@replaced-ip )
2480 [14:51:03] <jaggzt> ohh
2481 [14:51:05] <jaggzt> tx
2482 [14:51:10] *** Quits: Apeiron` (znc@replaced-ip ) (Remote host closed the connection)
2483 [14:51:19] *** Joins: yaume (~gchenuet@replaced-ip )
2484 [14:51:37] <asfav> Anyone?
2485 [14:52:25] <humbobble> reminds me of the nomodeset issue
2486 [14:52:29] *** Quits: saram (~saram@replaced-ip ) (Ping timeout: 248 seconds)
2487 [14:52:39] *** Joins: Kang0 (~androirc@replaced-ip )
2488 [14:52:41] <asfav> but doing a startx from tty works fine
2489 [14:52:42] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 276 seconds)
2490 [14:52:48] <asfav> lightdm seems to be the issue
2491 [14:52:48] *** Quits: Kang0 (~androirc@replaced-ip ) (Remote host closed the connection)
2492 [14:53:01] <humbobble> ah
2493 [14:53:19] <asfav> also xorg.logs doesnt seem to have any errors
2494 [14:53:47] *** Joins: diniwed (~gavron@replaced-ip )
2495 [14:54:10] *** Joins: poleprogger (~mj@replaced-ip )
2496 [14:54:32] *** Parts: ays (~ays@replaced-ip )
2497 [14:54:49] <asfav> lightdm's log gives me CRITICAL *: session_get_login1_session_id: assertion 'session != NULL' failed
2498 [14:54:58] *** Quits: sinseer (~sinseer@replaced-ip ) (Ping timeout: 250 seconds)
2499 [14:55:20] *** Joins: Akimoto (~mark@replaced-ip )
2500 [14:55:41] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2501 [14:56:15] *** Joins: yaume (~gchenuet@replaced-ip )
2502 [14:56:37] <TomTomTosch> asfav, have you already tried to reconfigure lightdm?
2503 [14:56:49] *** Joins: pg_ (~pg___@replaced-ip )
2504 [14:56:58] *** Joins: Samouy (~Samouy@replaced-ip )
2505 [14:57:00] *** Joins: Apeiron` (znc@replaced-ip )
2506 [14:57:06] <asfav> TomTomTosch: yes
2507 [14:57:19] *** Joins: aruna (~Icedove@replaced-ip )
2508 [14:57:50] *** Quits: haz (~hazzzz@replaced-ip ) (Disconnected by services)
2509 [14:58:07] *** Joins: awesomediocrity (~nereos@replaced-ip )
2510 [14:58:09] <asfav> it seems that systemctl start lightdm (or manually runnign lightdm) both gives me the same error, black screen + cursor not blinking
2511 [14:58:12] *** Quits: infl00p (~infloop@replaced-ip ) (Quit: WeeChat 1.4)
2512 [14:58:18] *** Quits: notebox (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2513 [14:58:27] *** Quits: Knaldgas (~pdj@replaced-ip ) (Ping timeout: 248 seconds)
2514 [14:58:36] <asfav> check bug reports on debian, nothing related
2515 [14:59:02] <MrKeuner> hi, Wheezy here: sudo apt-get --reinstall install virtualbox virtualbox-dkms fails. What can I do to fix?
2516 [14:59:18] *** Joins: jfdh (~jfdh@replaced-ip )
2517 [14:59:28] <MrKeuner> somewhere around /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c: In function ‘rtR0MemObjNativeMapUser’:
2518 [14:59:45] <MrKeuner> error: ‘VM_RESERVED’ undeclared (first use in this function)
2519 [14:59:56] *** Joins: jasonwert (~wert@replaced-ip )
2520 [14:59:57] *** Joins: THX1138 (~Zzyzx@replaced-ip )
2521 [15:00:19] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2522 [15:00:32] *** Joins: deb (~a1@replaced-ip )
2523 [15:00:40] *** Joins: hazz (~hazzzz@replaced-ip )
2524 [15:01:03] *** Joins: yaume (~gchenuet@replaced-ip )
2525 [15:03:42] *** ChanServ sets mode: +o eir
2526 [15:03:43] *** eir sets mode: -qo *!*@66.131.157.108 eir
2527 [15:03:50] *** Quits: zblakany (~zblakany@replaced-ip ) (Quit: Jing-a-lang, jang-a-lang...)
2528 [15:03:56] <asfav> Hmm, this is odd. The same happens with Slim
2529 [15:04:03] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Quit: Leaving)
2530 [15:04:40] *** Quits: aborrero (~aborrero@replaced-ip ) (Remote host closed the connection)
2531 [15:04:46] *** Joins: zblakany (~zblakany@replaced-ip )
2532 [15:04:51] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2533 [15:05:05] *** Joins: sbasso (~sbasso@replaced-ip )
2534 [15:05:27] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2535 [15:05:33] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.4)
2536 [15:05:35] *** Quits: Danishman (~kvirc@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
2537 [15:06:05] *** Joins: yaume (~gchenuet@replaced-ip )
2538 [15:07:14] *** Quits: ChoppedDill_ (~choppeddi@replaced-ip ) (Ping timeout: 268 seconds)
2539 [15:07:39] *** Joins: shaun413 (uid121475@replaced-ip )
2540 [15:07:51] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 268 seconds)
2541 [15:08:14] *** Joins: DammitJim (~DammitJim@replaced-ip )
2542 [15:08:19] *** Joins: adellam (~adellam@replaced-ip )
2543 [15:08:29] *** Quits: jfdh (~jfdh@replaced-ip ) (Quit: WeeChat 1.4)
2544 [15:08:51] *** Joins: dontknow (~dontknow@replaced-ip )
2545 [15:09:38] *** Joins: d3c0 (b5b1ebde@replaced-ip )
2546 [15:09:42] <d3c0> !hi
2547 [15:09:43] <dpkg> hello, d3c0
2548 [15:09:51] *** Joins: hele (~hele@replaced-ip )
2549 [15:09:54] *** Joins: slysir (~michael@replaced-ip )
2550 [15:10:03] *** Joins: kaiserbald0 (~textual@replaced-ip )
2551 [15:10:09] *** Joins: DoctorD90 (~DoctorD90@replaced-ip )
2552 [15:10:15] *** Parts: calbasi (~joan@replaced-ip )
2553 [15:10:19] *** Joins: Knaldgas (~pdj@replaced-ip )
2554 [15:10:24] <DoctorD90> ??? why have I quited? ...bha...
2555 [15:10:41] *** Joins: mezod (~mezod@replaced-ip )
2556 [15:10:56] <DoctorD90> guys, how may I check if a bin is the same of repo? ...rkhunter warns me about LDD...i would check if it is the same of repos
2557 [15:12:04] *** Quits: MrKeuner (~Kudret@replaced-ip ) (Quit: Leaving)
2558 [15:12:10] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2559 [15:12:48] *** Joins: yaume (~gchenuet@replaced-ip )
2560 [15:14:38] *** Joins: dreamon (~dreamon@replaced-ip )
2561 [15:15:09] *** Parts: Bicou (~Bicou@replaced-ip )
2562 [15:16:07] *** Joins: jfdh (~jfdh@replaced-ip )
2563 [15:16:18] *** Joins: schu-r (~Thunderbi@replaced-ip )
2564 [15:17:02] *** Quits: zblakany (~zblakany@replaced-ip ) (Quit: Am I still in basement?)
2565 [15:17:45] *** Joins: happy-dude (uid62780@replaced-ip )
2566 [15:18:01] *** debhelper sets mode: +l 1623
2567 [15:18:05] *** Joins: AlphaAtom (~textual@replaced-ip )
2568 [15:18:27] *** Quits: eb0t (~ebot@replaced-ip ) (Quit: WeeChat 1.1.1)
2569 [15:18:45] *** Joins: eb0t (~ebot@replaced-ip )
2570 [15:18:56] *** Joins: angerman (~m@replaced-ip )
2571 [15:19:50] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
2572 [15:20:39] *** Joins: denisk (~denisk@replaced-ip )
2573 [15:21:01] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2574 [15:21:12] *** Parts: lysobit (~musalbas@replaced-ip )
2575 [15:21:40] <TomTomTosch> DoctorD90, not sure i understood you correctly, but you can use aptitude why-not <pkg> to see with which packages on your system <pkg> conflicts.
2576 [15:21:52] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
2577 [15:21:57] *** Quits: riddle (riddle@replaced-ip ) (Ping timeout: 276 seconds)
2578 [15:22:25] *** Joins: gebjgd (~stmsgebjg@replaced-ip )
2579 [15:22:27] <DoctorD90> TomTomTosch, i runned rkhunter, it says gives a warn on LDD command
2580 [15:22:36] <DoctorD90> i would check integrity for that command
2581 [15:22:47] *** Joins: riddle (riddle@replaced-ip )
2582 [15:23:14] <DoctorD90> this: /usr/bin/ldd [ Warning ]
2583 [15:24:55] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 244 seconds)
2584 [15:25:15] *** Quits: yaume (~gchenuet@replaced-ip ) (Read error: Connection reset by peer)
2585 [15:25:53] *** Joins: yaume (~gchenuet@replaced-ip )
2586 [15:26:12] <ntz> DoctorD90: rkhunter is ridiculously useless .... if you wish something real that works with better effectivity than say 10%, use something like nessus scan or so
2587 [15:26:49] *** Joins: wdouglas` (~user@replaced-ip )
2588 [15:26:53] *** Parts: wdouglas` (~user@replaced-ip )
2589 [15:27:19] <humbobble> i guess you could check md5sum of the online package against yours in /var/cache/apt/archives, then compare the files it contains with your installed executable
2590 [15:27:29] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Ping timeout: 244 seconds)
2591 [15:27:38] *** Joins: MY123 (MY123@replaced-ip )
2592 [15:28:07] <humbobble> it's in libc-bin, which i think has been upgraded recently
2593 [15:30:03] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 244 seconds)
2594 [15:31:31] <ntz> humbobble: generally said, I would rather listen to toilet voices than to rkhunter .... when rkhunter says that there's some warning on ldd, you can be 98% sure, that everything (except rkhunter) is fine
2595 [15:31:45] <TomTomTosch> check is done on install anyway and you need root to change that file.
2596 [15:32:03] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2597 [15:32:20] *** Joins: cyan__ (~cyan@replaced-ip )
2598 [15:33:53] *** Joins: magellanicloud (~magellani@replaced-ip )
2599 [15:33:57] *** Joins: F[]rK (~Borg@replaced-ip )
2600 [15:34:09] *** Quits: jcara (~jcara@replaced-ip ) (Remote host closed the connection)
2601 [15:34:14] *** Joins: donoban1 (~user@replaced-ip )
2602 [15:34:55] *** Joins: jcara (~jcara@replaced-ip )
2603 [15:35:20] *** Quits: jcara (~jcara@replaced-ip ) (Remote host closed the connection)
2604 [15:35:48] *** Quits: judd (~judd@replaced-ip ) (Remote host closed the connection)
2605 [15:36:00] *** Joins: jcara (~jcara@replaced-ip )
2606 [15:36:08] *** Joins: judd (~judd@replaced-ip )
2607 [15:36:08] *** Quits: B[]rG (~Borg@replaced-ip ) (Ping timeout: 250 seconds)
2608 [15:36:45] *** Quits: donoban (~user@replaced-ip ) (Ping timeout: 248 seconds)
2609 [15:39:46] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2610 [15:40:22] *** Joins: swing (~user@replaced-ip )
2611 [15:41:18] *** Joins: marcozink (~marcozink@replaced-ip )
2612 [15:41:59] <TomTomTosch> DoctorD90, otherwise there is the debsums tool for verification of installed packages.
2613 [15:42:22] *** Joins: schu-r (~Thunderbi@replaced-ip )
2614 [15:42:50] *** Parts: d3c0 (b5b1ebde@replaced-ip )
2615 [15:43:32] *** Parts: swing (~user@replaced-ip )
2616 [15:44:37] *** Quits: le_tropico (~le_tropic@replaced-ip ) (Quit: Leaving)
2617 [15:44:44] <jelly> ntz, DoctorD90: rkhunter (and chkrootkit) and free nessus have loads of false positives, use their results as a guideline. I think rkhunter can be tuned to ignore issues you've verified to be false positive.
2618 [15:44:52] *** Quits: wabuh (~wabuh@replaced-ip ) (Read error: Connection reset by peer)
2619 [15:45:22] <bezaban> rkhunter can be tuned and 'should' be hooked into apt or manually run
2620 [15:45:28] <bezaban> after software updates
2621 [15:45:31] *** Joins: wabuh (~wabuh@replaced-ip )
2622 [15:45:35] *** Joins: RA3OR (~demon@replaced-ip )
2623 [15:45:49] *** Joins: yaume_ (~gchenuet@replaced-ip )
2624 [15:46:37] *** Joins: fishxz (~daniel@replaced-ip )
2625 [15:46:41] *** Joins: June-wolf (~june@replaced-ip )
2626 [15:46:44] *** Joins: Avasz_ (~N900@replaced-ip )
2627 [15:47:05] <TomTomTosch> DoctorD90, just to answer your initial question, ´debsums libc-bin | grep /usr/bin/ldd´ to test the integrity of that file against the debian repo md5.
2628 [15:48:18] <fishxz> hey, should gnome-software work in debian stretch? a few weeks ago i was able to find/install packages over gnome-software, but a few days later everything disappeared, like it was before.
2629 [15:48:32] *** Quits: penguinguru (~penguingu@replaced-ip ) (Ping timeout: 240 seconds)
2630 [15:48:42] <nkuttler> fishxz: by definition, nothing is suppsed to work in testing
2631 [15:48:47] *** Joins: notebox (~textual@replaced-ip )
2632 [15:49:02] <nkuttler> !tell fishxz about debian-next
2633 [15:49:03] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2634 [15:49:08] <fishxz> nkuttler: thats why im asking ;) maybe someone can confirm
2635 [15:49:10] *** Quits: yaume (~gchenuet@replaced-ip ) (Ping timeout: 252 seconds)
2636 [15:49:20] <fishxz> oh, im sorry
2637 [15:49:43] *** Quits: Avasz (~N900@replaced-ip ) (Ping timeout: 252 seconds)
2638 [15:49:54] *** Quits: XeonSquared (~ShadowKat@replaced-ip ) (Ping timeout: 276 seconds)
2639 [15:51:25] *** Quits: dontknow (~dontknow@replaced-ip ) (Quit: Leaving)
2640 [15:51:49] *** Joins: saram (~saram@replaced-ip )
2641 [15:52:40] *** Joins: strayPuppy (~vi@replaced-ip )
2642 [15:52:49] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Ping timeout: 244 seconds)
2643 [15:56:30] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
2644 [15:56:34] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 268 seconds)
2645 [15:56:34] *** Quits: srtu (~hypnotoad@replaced-ip ) (Quit: Verlassend)
2646 [15:56:34] *** Joins: ben_roose (~roose@replaced-ip )
2647 [15:57:08] *** Quits: tErik_mc (~tErik@replaced-ip ) (Quit: Leaving.)
2648 [15:59:40] *** Joins: okee (~Okee@replaced-ip )
2649 [15:59:55] *** Joins: XeonSquared (~ShadowKat@replaced-ip )
2650 [16:00:25] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
2651 [16:01:27] *** Joins: ibm (~ibm@replaced-ip )
2652 [16:01:44] *** Parts: ntz (~jdoe@replaced-ip )
2653 [16:01:45] *** Joins: jfdh1 (~jfdh@replaced-ip )
2654 [16:01:51] *** ibm is now known as Guest62589
2655 [16:02:15] *** Quits: rainfyre (~rainfyre@replaced-ip ) (Remote host closed the connection)
2656 [16:03:05] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2657 [16:03:26] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 250 seconds)
2658 [16:04:14] *** Quits: zBob1 (~Bob@replaced-ip ) (Quit: Leaving.)
2659 [16:04:48] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Ping timeout: 246 seconds)
2660 [16:05:07] <jdavila> hi i have this error on my syslog. Mar 1 10:09:01 samba CRON[3078]: Fallo de autenticación . what coud it be?
2661 [16:05:21] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2662 [16:05:58] <blind> Sounds like something samba related you have in a cron job failed to authorize
2663 [16:06:47] *** Joins: littlebear (~littlebea@replaced-ip )
2664 [16:07:04] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
2665 [16:07:07] *** Joins: C0nflict (~conflict@replaced-ip )
2666 [16:07:28] *** Quits: poleprogger (~mj@replaced-ip ) (Remote host closed the connection)
2667 [16:08:12] *** Quits: imunsie (~imunsie@replaced-ip ) (Ping timeout: 240 seconds)
2668 [16:09:22] <DoctorD90> ntz as jelly said, it is good to get some check from system....a guideline.... :) and yes, i have aspected some false positive :D
2669 [16:09:49] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2670 [16:09:57] <DoctorD90> TomTomTosch, thx! probably this was what i was looking for! i go to check :D
2671 [16:10:17] *** Joins: kiao2938 (~mj@replaced-ip )
2672 [16:10:48] *** Joins: Samouy (~Samouy@replaced-ip )
2673 [16:11:35] <noid-> jdavila: hay un fallo de autenticacion en samba. Verificate que credenciales esta usando ese CRON
2674 [16:12:08] *** Joins: CheckDavid (uid14990@replaced-ip )
2675 [16:12:08] <jdavila> great
2676 [16:12:18] <DoctorD90> btw TomTomTosch i remember about some command to retrieve info /hash of files inside packages, to get md5 :P
2677 [16:12:26] *** Joins: blahRus (~blahRus@replaced-ip )
2678 [16:12:39] *** Joins: speeddragon (~speeddrag@replaced-ip )
2679 [16:12:57] *** Joins: sbasso (~sbasso@replaced-ip )
2680 [16:13:12] *** Joins: trini7y (~trini7y@replaced-ip )
2681 [16:13:41] <jdavila> the problem is that i cant log in the system. and ssh refuse the connection. and i think is because that CRON[3078
2682 [16:14:25] *** Joins: wonderworld (~ww@replaced-ip )
2683 [16:14:49] *** Joins: denisk (~denisk@replaced-ip )
2684 [16:15:03] <noid-> jdavila: samba and ssh use different authentication mechanisms and accounts for that matter.
2685 [16:15:07] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2686 [16:15:15] *** Parts: melt (~melt@replaced-ip )
2687 [16:15:41] <DoctorD90> btw guys...ok, i will learn about nessus xD ....if you suggest that...i will learn :) thx :)
2688 [16:15:51] *** Quits: Relsak (~dragan@replaced-ip ) (Remote host closed the connection)
2689 [16:16:00] *** jfdh1 is now known as jfdh
2690 [16:16:27] <jdavila> o right noid- lent me see
2691 [16:16:29] *** Quits: nse (~leo@replaced-ip ) (Quit: Leaving.)
2692 [16:16:49] *** Joins: sbasso (~sbasso@replaced-ip )
2693 [16:16:59] *** Parts: bmomjian (~bmomjian@replaced-ip )
2694 [16:17:20] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Remote host closed the connection)
2695 [16:17:41] *** Joins: schu-r (~Thunderbi@replaced-ip )
2696 [16:17:52] *** Joins: infra-red (~infra-red@replaced-ip )
2697 [16:18:16] *** Quits: notebox (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2698 [16:18:24] *** Joins: Nyctophilia (~IamHereFo@replaced-ip )
2699 [16:18:47] *** Quits: kaiserbald0 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2700 [16:18:58] *** Quits: mark1 (~petruilie@replaced-ip ) (Quit: Leaving.)
2701 [16:19:13] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 240 seconds)
2702 [16:19:33] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2703 [16:21:43] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (Quit: I'm out of here!)
2704 [16:21:57] *** Joins: RyanKnack (RyanKnack@replaced-ip )
2705 [16:22:23] *** Joins: kaiserbald0 (~textual@replaced-ip )
2706 [16:22:48] *** Joins: kayamm (~km@replaced-ip )
2707 [16:23:25] *** Quits: barto (~Freddy@replaced-ip ) (Remote host closed the connection)
2708 [16:23:38] *** Quits: strencinls (~none@replaced-ip ) (Remote host closed the connection)
2709 [16:23:42] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 268 seconds)
2710 [16:23:58] *** Joins: mdim (~mdim@replaced-ip )
2711 [16:24:01] *** Quits: Jurkki (jukka@replaced-ip ) (Ping timeout: 240 seconds)
2712 [16:24:09] *** Joins: aeneas (~aeneas@replaced-ip )
2713 [16:24:14] *** Joins: sbasso (~sbasso@replaced-ip )
2714 [16:24:35] *** Joins: llorephie (~Thunderbi@replaced-ip )
2715 [16:24:53] *** Joins: meth (~Methylato@replaced-ip )
2716 [16:25:18] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 248 seconds)
2717 [16:25:41] *** Joins: penguinguru (~penguingu@replaced-ip )
2718 [16:25:58] *** Joins: barto (~Freddy@replaced-ip )
2719 [16:26:01] *** Joins: Tom01 (~tom@replaced-ip )
2720 [16:26:31] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2721 [16:26:50] *** Quits: salviaD (~salviaD@replaced-ip ) (Ping timeout: 250 seconds)
2722 [16:27:22] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
2723 [16:27:37] *** Joins: salviaD (~salviaD@replaced-ip )
2724 [16:27:47] *** Quits: salviaD (~salviaD@replaced-ip ) (Client Quit)
2725 [16:28:04] *** Quits: Wizek (~Wizek@replaced-ip ) (Ping timeout: 264 seconds)
2726 [16:28:08] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
2727 [16:28:21] *** Joins: sbasso (~sbasso@replaced-ip )
2728 [16:28:46] *** Joins: zBob (~Bob@replaced-ip )
2729 [16:29:21] *** Joins: mrkebab (~mk@replaced-ip )
2730 [16:29:44] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
2731 [16:30:10] *** Joins: druidd (~druidd@replaced-ip )
2732 [16:30:18] *** Joins: Dr_Coke (~Dr_Coke@replaced-ip )
2733 [16:30:37] *** Quits: barto (~Freddy@replaced-ip ) (Remote host closed the connection)
2734 [16:31:24] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Ping timeout: 260 seconds)
2735 [16:32:35] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 244 seconds)
2736 [16:32:47] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
2737 [16:33:05] *** Joins: cedvan (~cedvan@replaced-ip )
2738 [16:33:14] *** Joins: MrHyde_ (~MrHyde@replaced-ip )
2739 [16:33:14] *** Quits: MrHyde_ (~MrHyde@replaced-ip ) (Client Quit)
2740 [16:33:26] *** Joins: Jurkki (jukka@replaced-ip )
2741 [16:34:32] *** Joins: tdl1142 (~xis10z@replaced-ip )
2742 [16:35:03] *** Joins: boycottg00gle (~user@replaced-ip )
2743 [16:35:03] *** Quits: druidd (~druidd@replaced-ip ) (Ping timeout: 240 seconds)
2744 [16:35:25] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Ping timeout: 268 seconds)
2745 [16:35:34] *** Quits: feleouet (~fanch@replaced-ip ) (Remote host closed the connection)
2746 [16:35:56] *** Joins: feleouet (~fanch@replaced-ip )
2747 [16:36:18] *** Quits: Sick (~Sick@replaced-ip ) (Quit: Leaving)
2748 [16:36:43] *** meth is now known as Windows10
2749 [16:36:47] <boycottg00gle> i have a thinkpad x240 with i7 and it looks like on battery the max freq isn't used? any hint? (looks like it is related to intel_pstate but didn't find the faq yet)
2750 [16:37:13] *** Quits: trini7y (~trini7y@replaced-ip ) (Ping timeout: 244 seconds)
2751 [16:37:21] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 276 seconds)
2752 [16:37:26] *** Joins: Drugo (~9mwe@replaced-ip )
2753 [16:37:27] *** Joins: crystalraven (~starclear@replaced-ip )
2754 [16:37:37] *** Quits: LitoII_ (~LitoII@replaced-ip ) (Ping timeout: 240 seconds)
2755 [16:37:38] *** Quits: ubik123 (~ubik@replaced-ip ) (Remote host closed the connection)
2756 [16:37:51] *** Quits: Windows10 (~Methylato@replaced-ip ) (Quit: WeeChat 1.4)
2757 [16:38:52] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
2758 [16:39:49] *** Joins: lesta (~user@replaced-ip )
2759 [16:39:49] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2760 [16:40:04] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
2761 [16:40:12] *** Quits: paoki4 (~paoki4@replaced-ip ) (Quit: Leaving)
2762 [16:40:31] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
2763 [16:41:09] *** Joins: speeddragon (~speeddrag@replaced-ip )
2764 [16:41:14] *** Joins: user16 (~derek@replaced-ip )
2765 [16:41:22] *** Joins: zave (~zave@replaced-ip )
2766 [16:41:27] <bumbar_> i've installed pm-utils on my laptop, but then hibernate stopped working, so i've uninstalled it and still doesn't work; when i put it to hibernate and then turn it on, it doesn't boot properly so i have to restart it, but it boots freshly. i'm using jessie (8.3) with encrypted disk
2767 [16:42:09] *** Quits: infra-red (~infra-red@replaced-ip ) (Remote host closed the connection)
2768 [16:42:32] *** Joins: schu-r (~Thunderbi@replaced-ip )
2769 [16:43:07] <Brigo> bumbar_, go to "Diagnose Shutdown Problems" and try it: replaced-url
2770 [16:43:11] <gdot> when copying a file with a longer name from my local (Mate) desktop to a samba share I mounted using "Connect to server" dialogue, the filename gets mangled to something like "ILIG8G~3" at the target. This does not happen when I copy files to the same (!) share mounted via (a quite brief) entry in fstab. Any pointers to what might be the cause/fix here?
2771 [16:43:40] *** Quits: sparetire_ (~sparetire@replaced-ip ) (Quit: sparetire_)
2772 [16:44:42] *** Quits: hazz (~hazzzz@replaced-ip ) (Ping timeout: 246 seconds)
2773 [16:45:14] *** Parts: Qann (~Nomad@replaced-ip )
2774 [16:45:15] *** Joins: Qann (~Nomad@replaced-ip )
2775 [16:45:54] <Brigo> bumbar_, sorry that was for shutdown, not hibernate. try this better: replaced-url
2776 [16:45:56] *** Joins: asc232 (~Keith@replaced-ip )
2777 [16:46:20] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 250 seconds)
2778 [16:46:27] *** Quits: earendel (~earendel@replaced-ip ) (Ping timeout: 246 seconds)
2779 [16:47:20] *** Joins: zave (~zave@replaced-ip )
2780 [16:47:28] *** Joins: trini7y (~trini7y@replaced-ip )
2781 [16:47:28] <zykotick9> bumbar_: just curious, are you using "systemctl hibernate" to hibernate? also, by "encrypted disk" do you mean encrypted lvm, or home directory encryption (the later breaks hibernate by default)?
2782 [16:47:43] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
2783 [16:47:45] *** Quits: trini7y (~trini7y@replaced-ip ) (Changing host)
2784 [16:47:45] *** Joins: trini7y (~trini7y@replaced-ip )
2785 [16:47:45] <boycottg00gle> will try intel_pstate=disable
2786 [16:47:47] *** Joins: Muhannad (~Muhannad@replaced-ip )
2787 [16:48:24] *** Quits: fnstudio (~fabio@replaced-ip ) (Ping timeout: 276 seconds)
2788 [16:48:45] *** Joins: Sick (~Sick@replaced-ip )
2789 [16:49:14] *** Quits: noid- (~zadm1n@replaced-ip ) (Changing host)
2790 [16:49:14] *** Joins: noid- (~zadm1n@replaced-ip )
2791 [16:50:17] *** Joins: Samouy (~Samouy@replaced-ip )
2792 [16:50:40] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 244 seconds)
2793 [16:50:44] *** Joins: sparetire_ (~sparetire@replaced-ip )
2794 [16:50:49] *** Quits: angerman (~m@replaced-ip ) (Quit: Gone)
2795 [16:50:56] *** Quits: boycottg00gle (~user@replaced-ip ) (Remote host closed the connection)
2796 [16:51:22] *** Quits: okee (~Okee@replaced-ip ) (Quit: Leaving)
2797 [16:51:33] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 240 seconds)
2798 [16:51:56] *** Joins: ubik123 (~ubik@replaced-ip )
2799 [16:52:01] *** Quits: ubik123 (~ubik@replaced-ip ) (Remote host closed the connection)
2800 [16:52:58] <bumbar_> zykotick9, can't remember, i think i've only encrypted home. hibernation was working prior to installing pm-utils. no idea what is calls in background, but i either press shortcut (fn + f1) or shutdown > hibernate in shutdown menu
2801 [16:54:55] *** Joins: shinnya (~shinnya@replaced-ip )
2802 [16:56:17] <bumbar_> zykotick9, in dconf manager org.mate.power-manager value for button-suspend=hibernate, if that helps
2803 [16:56:37] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
2804 [16:57:01] *** Joins: llucenic (~Thunderbi@replaced-ip )
2805 [16:57:10] *** Quits: pteyer__ (~pteyer@replaced-ip ) (Ping timeout: 250 seconds)
2806 [16:57:34] *** Joins: aralmelintang (~aralmelin@replaced-ip )
2807 [16:58:27] *** Quits: shodan` (~shodan`@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2808 [16:59:29] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2809 [17:00:10] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Remote host closed the connection)
2810 [17:00:35] <bumbar_> Brigo, i've tried "# echo reboot > /sys/power/disk # echo disk > /sys/power/state" couple of times, and it works just fine
2811 [17:00:38] *** Quits: kayamm (~km@replaced-ip ) (Read error: Connection reset by peer)
2812 [17:01:40] *** Joins: kayamm (~km@replaced-ip )
2813 [17:02:00] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Verlassend)
2814 [17:02:01] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 240 seconds)
2815 [17:02:01] *** Joins: jfdh1 (~jfdh@replaced-ip )
2816 [17:02:54] *** Joins: raphyduck (~raph@replaced-ip )
2817 [17:02:56] *** Joins: dhanraj (~quassel@replaced-ip )
2818 [17:02:59] *** Joins: secrgb (~secrgb@replaced-ip )
2819 [17:03:45] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2820 [17:03:50] *** Joins: astrofog (~astrofog@replaced-ip )
2821 [17:04:03] *** Joins: Fitzsimmons (~quassel@replaced-ip )
2822 [17:04:41] <Fitzsimmons> is there a way to configure apt to always use my configuration files instead of the package maintainer's version?
2823 [17:04:50] *** Joins: bertbob (~bertbob@replaced-ip )
2824 [17:05:12] *** Quits: Dr_Coke (~Dr_Coke@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2825 [17:05:16] *** Joins: jfdh2 (~jfdh@replaced-ip )
2826 [17:05:36] *** Joins: fnstudio (~fabio@replaced-ip )
2827 [17:05:37] *** Joins: drixter (~drixter@replaced-ip )
2828 [17:05:43] *** Quits: lucdalton (~lucdalton@replaced-ip ) ()
2829 [17:05:56] *** Joins: earthundead (~earthunde@replaced-ip )
2830 [17:05:57] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 276 seconds)
2831 [17:05:59] *** Parts: crystalraven (~starclear@replaced-ip )
2832 [17:06:04] *** Parts: drixter (~drixter@replaced-ip )
2833 [17:06:12] *** Quits: zBob (~Bob@replaced-ip ) (Quit: Leaving.)
2834 [17:06:40] *** Joins: M4GNV5 (~M4GNV5@replaced-ip )
2835 [17:06:41] *** Quits: jfdh1 (~jfdh@replaced-ip ) (Ping timeout: 244 seconds)
2836 [17:07:16] *** Joins: malinux- (~malin@replaced-ip )
2837 [17:07:32] <malinux-> RoyK: hi
2838 [17:07:52] <blind> Fitzsimmons: you can pass along the dpkg options for that, yes
2839 [17:07:56] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
2840 [17:08:17] *** Quits: RealLinuX (~arming@replaced-ip ) (Quit: Leaving)
2841 [17:08:33] <Fitzsimmons> ah, right
2842 [17:08:40] <Fitzsimmons> looks like --force-confold
2843 [17:08:43] *** Quits: tcpman (~yeah@replaced-ip ) (Ping timeout: 268 seconds)
2844 [17:08:44] <RoyK> hi all. I'm helping a friend, malinux-, debug her computer. She did an mkinitramfs to update those, and she extracted it to make sure /sbin/mdadm was there, and it was, but then, when booting on the system, mdadm can't be found, meaning it won't boot (since the root is on a mirror). Any ideas?
2845 [17:08:57] *** Joins: denisk (~denisk@replaced-ip )
2846 [17:09:19] *** Quits: level7 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2847 [17:09:23] <blind> Fitzsimmons: yeah, the option for apt-get would be: -o Dpkg::Options::=--force-confold
2848 [17:09:41] *** Joins: patterson (~patterson@replaced-ip )
2849 [17:09:44] <Fitzsimmons> thanks, I'll give that a shot
2850 [17:09:44] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2851 [17:10:36] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2852 [17:10:40] <thurstylark> Just installed Jessie on a brand new Dell OptiPlex 7040 with an i7 and skylake graphics, and I can't get any graphical session to start. X complains about no screens, and Weston says no drm device found.
2853 [17:11:16] *** jfdh2 is now known as jfdh
2854 [17:11:58] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
2855 [17:12:03] *** Joins: dionysus69 (~Icedove@replaced-ip )
2856 [17:12:29] *** Joins: schu-r (~Thunderbi@replaced-ip )
2857 [17:12:44] *** Joins: Lpah_ (~irc@replaced-ip )
2858 [17:12:48] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Client Quit)
2859 [17:12:51] *** Joins: pbn_ (pbn@replaced-ip )
2860 [17:12:56] *** Joins: sewer (~sewerinsp@replaced-ip )
2861 [17:13:13] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 240 seconds)
2862 [17:13:40] *** Quits: Rephlexie (~Rephlexie@replaced-ip ) (Read error: Connection reset by peer)
2863 [17:13:52] *** Joins: pushpop- (~pushpop@replaced-ip )
2864 [17:13:59] *** Joins: M3mphiZ (~quassel@replaced-ip )
2865 [17:14:03] *** Joins: s7r_ (~s7r@replaced-ip )
2866 [17:14:04] *** Joins: level7 (~quassel@replaced-ip )
2867 [17:14:05] *** Joins: glongo_ (sid17594@replaced-ip )
2868 [17:14:11] *** Joins: valeriusL_ (~quassel@replaced-ip )
2869 [17:14:24] *** Joins: RyanKnack_ (RyanKnack@replaced-ip )
2870 [17:14:31] <M4GNV5> so i have a Samsung RF511 S08 notebook with a Broadcom BCM4313 (PCI ID 14e4:4727) wifi however since today i have very high response times even to my own router (google.com mtr: replaced-url
2871 [17:14:31] <M4GNV5> etc. :)
2872 [17:14:36] *** Joins: Fusselkater_ (~Fusselkat@replaced-ip )
2873 [17:14:40] <M4GNV5> ahh too long for IRC i assume, sry
2874 [17:14:45] *** Joins: stonerfish (~stonerfis@replaced-ip )
2875 [17:14:58] *** Quits: n0t (n0t@replaced-ip ) (Ping timeout: 252 seconds)
2876 [17:15:00] *** Joins: Riviera__ (Riviera@replaced-ip )
2877 [17:15:03] *** Quits: blink (b20@replaced-ip ) (Ping timeout: 276 seconds)
2878 [17:15:05] *** Joins: Jurkki_ (jukka@replaced-ip )
2879 [17:15:06] *** Joins: magyar (~magyar@replaced-ip )
2880 [17:15:11] *** Joins: hns_ (hns@replaced-ip )
2881 [17:15:13] *** Joins: sigterm- (~sigterm@replaced-ip )
2882 [17:15:16] *** Joins: masterm_ (quasselcor@replaced-ip )
2883 [17:15:32] *** Quits: Qann (~Nomad@replaced-ip ) (Ping timeout: 264 seconds)
2884 [17:15:32] *** Quits: s7r (~s7r@replaced-ip ) (Ping timeout: 264 seconds)
2885 [17:15:33] *** Quits: h4ndy (H4ndy@replaced-ip ) (Ping timeout: 264 seconds)
2886 [17:15:33] *** Quits: nirel (nirel@replaced-ip ) (Ping timeout: 264 seconds)
2887 [17:15:33] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (Quit: I'm out of here!)
2888 [17:15:33] *** Quits: deepy (deepy@replaced-ip ) (Quit: meow)
2889 [17:15:33] *** Quits: dataio (~dataio@replaced-ip ) (Ping timeout: 264 seconds)
2890 [17:15:33] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Ping timeout: 264 seconds)
2891 [17:15:33] *** Quits: Madgod (~sheo@replaced-ip ) (Ping timeout: 264 seconds)
2892 [17:15:33] *** Quits: cherti (cherti@replaced-ip ) (Ping timeout: 264 seconds)
2893 [17:15:33] *** Quits: pushpop (~pushpop@replaced-ip ) (Ping timeout: 264 seconds)
2894 [17:15:33] *** Quits: hns (hns@replaced-ip ) (Ping timeout: 264 seconds)
2895 [17:15:34] *** Quits: sigterm (~sigterm@replaced-ip##) (Quit: ZNC - ##replaced-url
2896 [17:15:34] *** Quits: Jurkki (jukka@replaced-ip ) (Ping timeout: 264 seconds)
2897 [17:15:34] *** sigterm- is now known as sigterm
2898 [17:15:34] *** Quits: mynis (mynis@replaced-ip ) (Ping timeout: 264 seconds)
2899 [17:15:34] *** Quits: JasonSW (sid36696@replaced-ip ) (Ping timeout: 264 seconds)
2900 [17:15:34] *** Quits: sewerinspector (~sewer@replaced-ip ) (Ping timeout: 264 seconds)
2901 [17:15:34] *** Quits: Riviera_ (Riviera@replaced-ip ) (Ping timeout: 264 seconds)
2902 [17:15:34] *** Quits: pasturesofplenty (~pastureso@replaced-ip ) (Ping timeout: 264 seconds)
2903 [17:15:35] *** Quits: namespace (irssi@replaced-ip ) (Ping timeout: 264 seconds)
2904 [17:15:35] *** Quits: Lpah (~irc@replaced-ip ) (Ping timeout: 264 seconds)
2905 [17:15:35] *** Quits: lmcloughlin (sid1532@replaced-ip ) (Ping timeout: 264 seconds)
2906 [17:15:35] *** Quits: bezaban (~bezaban@replaced-ip ) (Ping timeout: 264 seconds)
2907 [17:15:35] *** Quits: Fusselkater (~Fusselkat@replaced-ip ) (Read error: Connection reset by peer)
2908 [17:15:35] *** Quits: masterm (quasselcor@replaced-ip ) (Read error: Connection reset by peer)
2909 [17:15:35] *** Quits: valeriusL (~quassel@replaced-ip ) (Write error: Connection reset by peer)
2910 [17:15:35] *** Quits: C0nflict (~conflict@replaced-ip ) (Ping timeout: 264 seconds)
2911 [17:15:35] *** Quits: crisu (crisu@replaced-ip ) (Ping timeout: 264 seconds)
2912 [17:15:36] *** Quits: Zambezi (~Zulu@replaced-ip ) (Ping timeout: 264 seconds)
2913 [17:15:36] *** Quits: EmleyMoor (phil@replaced-ip ) (Ping timeout: 264 seconds)
2914 [17:15:36] *** Quits: pbn (pbn@replaced-ip ) (Ping timeout: 264 seconds)
2915 [17:15:36] *** Quits: integral (bsmith@replaced-ip ) (Ping timeout: 264 seconds)
2916 [17:15:36] *** pbn_ is now known as pbn
2917 [17:15:36] *** Joins: crisu (crisu@replaced-ip )
2918 [17:15:36] *** Joins: integral_ (bsmith@replaced-ip )
2919 [17:15:36] *** RyanKnack_ is now known as RyanKnack
2920 [17:15:36] *** Quits: integral_ (bsmith@replaced-ip ) (Changing host)
2921 [17:15:36] *** Joins: integral_ (bsmith@replaced-ip )
2922 [17:15:36] *** Joins: EmleyMoo1 (phil@replaced-ip )
2923 [17:15:36] <M4GNV5> is this even the right channel to ask for networking help? and hi btw
2924 [17:15:50] *** integral_ is now known as integral
2925 [17:15:53] *** Joins: cherti1 (cherti@replaced-ip )
2926 [17:15:54] *** Joins: Madgod (~sheo@replaced-ip )
2927 [17:15:54] *** Joins: Qann (~Nomad@replaced-ip )
2928 [17:15:54] *** Joins: l4m8d4 (~daniel@replaced-ip )
2929 [17:15:57] *** Joins: nathanhi (~nathanhi@replaced-ip )
2930 [17:16:02] *** Joins: h4ndy (H4ndy@replaced-ip )
2931 [17:16:05] *** nathanhi is now known as Guest76918
2932 [17:16:06] *** Joins: namespace (~irssi@replaced-ip )
2933 [17:16:06] *** Joins: blink (b20@replaced-ip )
2934 [17:16:19] *** Joins: pasturesofplenty (~pastureso@replaced-ip )
2935 [17:16:26] *** Joins: dataio (~dataio@replaced-ip )
2936 [17:16:29] *** glongo_ is now known as glongo
2937 [17:16:37] *** Joins: gregor2_ (~root@replaced-ip )
2938 [17:16:44] *** Joins: n0t (n0t@replaced-ip )
2939 [17:16:48] *** Joins: deepy (deepy@replaced-ip )
2940 [17:16:59] <karlpinc> M4GNV5: Yup. This is the channel for support on all things Debian.
2941 [17:17:03] *** Quits: JayFK (~JayFK@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
2942 [17:17:06] *** Quits: ArcVile_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
2943 [17:17:10] <karlpinc> M4GNV5: (Well, all things debian stable.)
2944 [17:17:21] *** Joins: ArcVile (~quassel@replaced-ip )
2945 [17:17:32] <M4GNV5> k then i hope someone can help me here :)
2946 [17:18:00] *** Joins: C0nflict (~ninjo@replaced-ip )
2947 [17:18:00] *** debhelper sets mode: +l 1614
2948 [17:18:05] *** Joins: nirel (nirel@replaced-ip )
2949 [17:18:09] *** Joins: mynis (mynis@replaced-ip )
2950 [17:18:11] <karlpinc> M4GNV5: You may need patience. Installed only debian packages or stuff from elsewhere?
2951 [17:18:18] *** Quits: noteness (noteness@replaced-ip ) (Ping timeout: 246 seconds)
2952 [17:18:24] <RoyK> !ask | M4GNV5
2953 [17:18:36] *** Joins: Walakea (~marian@replaced-ip )
2954 [17:18:47] *** Joins: Zambezi (Zulu@replaced-ip )
2955 [17:18:51] *** Quits: sec (sec@replaced-ip ) (Quit: Quit)
2956 [17:18:52] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Read error: Connection reset by peer)
2957 [17:18:54] <karlpinc> RoyK: He did. (Although he didn't say what "high" was.)
2958 [17:19:01] <M4GNV5> karlpinc, uhhm some minor packages like tmate from elsewhere, nothing networking wise though afaik
2959 [17:19:27] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 260 seconds)
2960 [17:19:34] *** Quits: jfdh (~jfdh@replaced-ip ) (Quit: WeeChat 1.4)
2961 [17:20:04] <karlpinc> M4GNV5: You're going to get in trouble doing things like that.
2962 [17:20:14] <karlpinc> !tell M4GNV5 about don't break debian
2963 [17:20:16] <RoyK> karlpinc, M4GNV5: sorry, didn't see that
2964 [17:20:16] <karlpinc> M4GNV5: This is the wiki page. replaced-url
2965 [17:20:18] *** Joins: lmcloughlin (sid1532@replaced-ip )
2966 [17:20:19] *** Quits: user16 (~derek@replaced-ip ) (Quit: Leaving)
2967 [17:20:36] *** Joins: infra-red (~infra-red@replaced-ip )
2968 [17:21:03] *** Quits: fnstudio (~fabio@replaced-ip ) (Ping timeout: 240 seconds)
2969 [17:21:08] *** Quits: trini7y (~trini7y@replaced-ip ) (Ping timeout: 244 seconds)
2970 [17:21:34] <karlpinc> M4GNV5: (Nobody here really wants to look at pictures unless there's any other option.)
2971 [17:21:40] *** Joins: marcozink2 (~marcozink@replaced-ip )
2972 [17:21:55] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 248 seconds)
2973 [17:22:23] *** Joins: JasonSW (sid36696@replaced-ip )
2974 [17:22:41] <M4GNV5> karlpinc, basically it just shows that i have an average ping of 1490ms to my local wifi router
2975 [17:23:07] *** Joins: ArcVile_ (~quassel@replaced-ip )
2976 [17:23:35] <M4GNV5> and regarding the wiki page i already read that and tried the iw reg set thing, installing module-init-tools atm
2977 [17:24:28] *** Joins: noteness (saapete@replaced-ip )
2978 [17:24:41] *** Quits: gregor2_ (~root@replaced-ip ) (Quit: leaving)
2979 [17:24:47] *** Joins: sbasso (~sbasso@replaced-ip )
2980 [17:25:30] *** Joins: ZeloZelos (~zelozelos@replaced-ip )
2981 [17:25:58] *** Quits: ArcVile (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
2982 [17:25:59] *** Quits: kayamm (~km@replaced-ip ) (Ping timeout: 268 seconds)
2983 [17:26:09] <ZeloZelos> a am not new to linux, but have been away for a while. i would like to do an install to usb, not persistence, but an install, with login /password when the key is booted from, did we ever work out a way to do it?
2984 [17:26:35] <M4GNV5> ohh right that just switched my wifi off/on
2985 [17:26:42] *** Joins: TheFeRRoH (~andales@replaced-ip )
2986 [17:27:23] <TomTomTosch> M4GNV5, did you check if the brcmsmac module was loaded?
2987 [17:27:24] *** Joins: aversario (~chatzilla@replaced-ip )
2988 [17:27:56] *** Joins: kmo (~Kris@replaced-ip )
2989 [17:27:59] *** Quits: Walakea (~marian@replaced-ip ) (Quit: Walakea)
2990 [17:28:13] *** Joins: kbtr (~kbtr@replaced-ip )
2991 [17:28:36] *** Quits: kbtr (~kbtr@replaced-ip ) (Client Quit)
2992 [17:28:45] *** Joins: kayamm (~km@replaced-ip )
2993 [17:28:54] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 244 seconds)
2994 [17:28:55] *** brolin_empey_ is now known as brolin_empey
2995 [17:29:08] *** Joins: kbtr (~kbtr@replaced-ip )
2996 [17:29:20] *** gonyere___ is now known as gonyere
2997 [17:29:37] *** Quits: AnD[a]LeS (~andales@replaced-ip ) (Ping timeout: 240 seconds)
2998 [17:29:58] *** Quits: FatB0yy (~FatB0yy@replaced-ip ) (Quit: Leaving)
2999 [17:30:01] *** Joins: antgel (~topdog@replaced-ip )
3000 [17:30:35] *** Joins: tannercollin (~tanner@replaced-ip )
3001 [17:30:54] *** Joins: ouj (~ouj@replaced-ip )
3002 [17:30:59] *** Quits: ouj (~ouj@replaced-ip ) (Max SendQ exceeded)
3003 [17:31:56] <karlpinc> ZeloZelos: You can get an image from replaced-url
3004 [17:32:25] <ZeloZelos> oh it is? thats exectly what i need thanks karlpinc
3005 [17:32:33] <TomTomTosch> M4GNV5, just restarting brcmsmac as the wiki described did not work for me as i still had the wl driver running. had loads of problems with that particular broadcom chipset though.
3006 [17:33:41] *** Joins: rick_ (~rick@replaced-ip )
3007 [17:33:44] *** Joins: bertbob (~bertbob@replaced-ip )
3008 [17:33:52] *** cherti1 is now known as cherti
3009 [17:34:13] *** Quits: kmo (~Kris@replaced-ip ) (Quit: I quit)
3010 [17:34:19] <TomTomTosch> M4GNV5, threw it away for an atheros one ;D
3011 [17:34:39] <M4GNV5> TomTomTosch, replaced-url
3012 [17:34:45] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
3013 [17:35:32] <M4GNV5> is the line "Kernel driver in use: bcma-pci-bridge" what it should be?
3014 [17:35:47] *** Joins: pencilandpaper (~penciland@replaced-ip )
3015 [17:36:06] *** Quits: gebjgd (~stmsgebjg@replaced-ip ) (Remote host closed the connection)
3016 [17:36:20] *** Quits: chewieQC (~vincent@replaced-ip ) (Remote host closed the connection)
3017 [17:37:09] *** Quits: jasonwert (~wert@replaced-ip ) (Ping timeout: 244 seconds)
3018 [17:37:31] <TomTomTosch> M4GNV5, ye, that looks right. the wl driver didn't work for you?
3019 [17:38:07] *** Quits: infra-red (~infra-red@replaced-ip ) (Remote host closed the connection)
3020 [17:38:40] *** Quits: ZeloZelos (~zelozelos@replaced-ip ) (Quit: Leaving)
3021 [17:39:09] <M4GNV5> ill try, i guess ill have to remove the other one?
3022 [17:39:39] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
3023 [17:39:57] <Iridos> why is rtlwifi also loaded
3024 [17:40:04] <TomTomTosch> M4GNV5, you have to unload them. that's step 3 in the wiki.
3025 [17:40:56] <TomTomTosch> Iridos, he, didn't even notice that.
3026 [17:41:02] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 248 seconds)
3027 [17:41:11] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
3028 [17:41:30] <Iridos> M4GNV5, any idea why rtlwifi is also loaded?
3029 [17:41:47] <M4GNV5> haha maybe i should install the new one first before capping my connection lol
3030 [17:42:09] *** Joins: binarym (~binarym@replaced-ip )
3031 [17:42:14] *** Joins: Rosco2 (~RossGammo@replaced-ip )
3032 [17:42:23] *** Parts: Fitzsimmons (~quassel@replaced-ip )
3033 [17:42:28] <M4GNV5> no :D
3034 [17:42:31] <Iridos> M4GNV5, maybe wait a bit with that
3035 [17:42:35] <binarym> hey, i've a script download on demande netinst ISO from this location : replaced-url
3036 [17:42:40] <binarym> but right now, it's empty
3037 [17:42:43] <binarym> any idea ?
3038 [17:42:52] <Iridos> M4GNV5, have you checked dmesg?
3039 [17:42:55] <M4GNV5> test123
3040 [17:42:59] *** Joins: speeddragon (~speeddrag@replaced-ip )
3041 [17:43:06] *** Quits: TheFeRRoH (~andales@replaced-ip ) (Read error: Connection reset by peer)
3042 [17:43:06] *** Joins: sbasso (~sbasso@replaced-ip )
3043 [17:43:21] *** Joins: infra-red (~infra-red@replaced-ip )
3044 [17:43:31] <M4GNV5> Iridos, thats pretty long, what should i search for?
3045 [17:43:53] <Iridos> also /var/log/messages
3046 [17:44:08] <Iridos> well, lots and lots of repeating network-related errors of any kind would be a clue
3047 [17:44:46] <M4GNV5> ok nvm wl works, got an average of 13ms to my router now
3048 [17:44:51] *** Joins: rodolfowtf (~quassel@replaced-ip )
3049 [17:44:58] <Iridos> else I'd try to unload all possible wifi kernel modules and then look at the messages you get when you re-load it
3050 [17:45:01] <M4GNV5> ty all of you karlpinc TomTomTosch Iridos :)
3051 [17:45:33] <Iridos> did you reboot the machine for that?
3052 [17:45:44] <M4GNV5> nope
3053 [17:46:02] <M4GNV5> just followed the installation steps of the wl debian wiki page
3054 [17:46:35] <Iridos> hm, but so the rtlwifi stuff is still loaded
3055 [17:46:54] *** Quits: tabris|a1ay (~northman@replaced-ip ) (Ping timeout: 276 seconds)
3056 [17:47:26] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.4)
3057 [17:47:38] *** Joins: hillbicks (~quassel@replaced-ip )
3058 [17:47:40] <M4GNV5> should i unload it? whats so bad about having it?
3059 [17:47:42] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip )
3060 [17:48:10] <RoyK> hi all. I'm helping a friend, malinux-, debug her computer. She did an mkinitramfs to update those, and she extracted it to make sure /sbin/mdadm was there, and it was, but then, when booting on the system, mdadm can't be found, meaning it won't boot (since the root is on a mirror). Any ideas?
3061 [17:48:45] *** Joins: kiao2938 (~mj@replaced-ip )
3062 [17:48:46] *** Joins: bpsecret (~bpsecret@replaced-ip )
3063 [17:49:34] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 244 seconds)
3064 [17:49:46] *** Quits: infra-red (~infra-red@replaced-ip ) (Remote host closed the connection)
3065 [17:50:03] *** Joins: jasonwert (~wert@replaced-ip )
3066 [17:51:05] <karlpinc> binarym: The netinstall images are linked to from the debian.org home page....
3067 [17:51:14] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
3068 [17:51:43] <karlpinc> RoyK: Boot from an install image in rescue mode. Then, "update-initramfs -u".
3069 [17:51:55] <RoyK> karlpinc: been tried a few times
3070 [17:52:01] *** Quits: Pazician (~pazician@replaced-ip ) (Remote host closed the connection)
3071 [17:52:09] <binarym> karlpinc: sure, but i liked the "current" URL that allowed me to fetch the last one with just a lftp -e 'glob get *netinst*.iso; exit' replaced-url
3072 [17:52:20] <binarym> looks just like current link hasn't been updated
3073 [17:52:24] *** Joins: Synthase_ (uid63346@replaced-ip )
3074 [17:52:25] <thurstylark> Alrighty, so I got my Skylake box working with Weston by updating to the 4.3 kernel, but X is still complaining about no screens. Can anyone advise?
3075 [17:52:49] <karlpinc> binarym: Would that be for unstable? Maybe that's why it's gone.
3076 [17:52:57] <TomTomTosch> M4GNV5, it could create conflicts. who knows what those non-free drivers do. i would remove them and think about why they are there in the first place :P
3077 [17:53:26] *** Joins: alexei (~amgarchin@replaced-ip )
3078 [17:53:47] <binarym> karlpinc: ok
3079 [17:53:47] <binarym> thx
3080 [17:54:34] <RoyK> karlpinc: the problem is - if we unpack the initramfs and look inside, everything looks normal, but mdadm is missing in the (initramfs) prompt after bootup
3081 [17:54:42] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 276 seconds)
3082 [17:56:45] *** Joins: philipballew (~philip@replaced-ip )
3083 [17:57:38] <karlpinc> RoyK: Means to me you're not loading the initramfs you think you're loading. Look in the bootloader config.
3084 [17:58:51] <karlpinc> thurstylark: Do you have a config file for X? Do you need one? If not, move what you have out of the way and see if X can autoconfig. Otherwise, you'll probably have to pastebin your X log.
3085 [17:59:19] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
3086 [17:59:40] *** Parts: binarym (~binarym@replaced-ip )
3087 [18:00:07] <malinux-> karlpinc: the computer RoyK is talking about is mine, and we have executed upate-initramfs -u and same problem occure
3088 [18:00:14] *** Joins: earthundead (~earthunde@replaced-ip )
3089 [18:00:31] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 268 seconds)
3090 [18:00:41] *** h4ndy is now known as H4ndy
3091 [18:00:42] *** Joins: navlys (~navlys@replaced-ip )
3092 [18:01:11] *** Parts: unixoidfan (~unixoidfa@replaced-ip )
3093 [18:01:23] *** Quits: p4trix (~p4trix@replaced-ip ) (Ping timeout: 248 seconds)
3094 [18:02:20] *** Joins: tabris|away (~northman@replaced-ip )
3095 [18:02:23] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
3096 [18:02:34] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
3097 [18:02:46] <thurstylark> karlpinc: /etc/X11/xorg.conf doesn't exist. I don't know if I need one or not, but it's a brand new install, and my goal is just to get x to launch something and I don't care what it is at the moment.
3098 [18:03:04] *** Joins: denisk (~denisk@replaced-ip )
3099 [18:03:10] *** Joins: break19 (~break19@replaced-ip )
3100 [18:05:23] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Quit: ...)
3101 [18:05:32] *** Joins: Yukiteru (~Yukiteru@replaced-ip )
3102 [18:05:32] *** Quits: aralmelintang (~aralmelin@replaced-ip ) (Quit: I'm Always Newbie)
3103 [18:05:32] *** Quits: Yukiteru (~Yukiteru@replaced-ip ) (Changing host)
3104 [18:05:32] *** Joins: Yukiteru (~Yukiteru@replaced-ip )
3105 [18:05:34] *** Joins: meth (~Methylato@replaced-ip )
3106 [18:05:38] *** Quits: gdot (~gdot@replaced-ip ) (Ping timeout: 250 seconds)
3107 [18:05:59] *** Joins: gdot (~gdot@replaced-ip )
3108 [18:06:17] *** Joins: AnD[a]LeS (~andales@replaced-ip )
3109 [18:06:21] *** Joins: slysir (~michael@replaced-ip )
3110 [18:06:50] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
3111 [18:07:39] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 246 seconds)
3112 [18:08:00] *** debhelper sets mode: +l 1620
3113 [18:08:50] *** Quits: ollivier (~cedric@replaced-ip ) (Quit: Ex-Chat)
3114 [18:08:58] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Remote host closed the connection)
3115 [18:09:05] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
3116 [18:09:17] *** Joins: MaBunny (~androirc@replaced-ip )
3117 [18:10:07] <MaBunny> Guys i want to get codeblocks,i hav added a repo to sources.list but it doesnt work
3118 [18:10:48] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 246 seconds)
3119 [18:11:19] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3120 [18:11:22] *** Joins: tcpman (~tcpman@replaced-ip )
3121 [18:11:49] *** Quits: CheckDavid (uid14990@replaced-ip ) (Quit: Connection closed for inactivity)
3122 [18:11:51] <TomTomTosch> MaBunny can you post your sources.list to replaced-url
3123 [18:12:06] *** Joins: Devastator (~devas@replaced-ip )
3124 [18:12:15] <MaBunny> Im on smartphone guys
3125 [18:12:19] <TomTomTosch> MaBunny, you did try to install from jessie-backports, right?
3126 [18:12:30] <MaBunny> No
3127 [18:12:33] *** Quits: saram (~saram@replaced-ip ) (Remote host closed the connection)
3128 [18:12:51] <TomTomTosch> MaBunny, two things wrong with this then.
3129 [18:12:54] <MaBunny> I dont kno wht command to write
3130 [18:13:03] *** Joins: morbid_ape (~sdfg@replaced-ip )
3131 [18:13:08] <morbid_ape> hi everyone burn all jews in oven
3132 [18:13:08] <MaBunny> Pls tell
3133 [18:13:10] <morbid_ape> daeth to infidels
3134 [18:13:16] <morbid_ape> only muslims have a right to live
3135 [18:13:18] <morbid_ape> ALLAHU AKHBAR
3136 [18:13:20] <thurstylark> !ops
3137 [18:13:21] <dpkg> Please invoke 'dpkg: ops $problem' to call the operators to deal with a specific problem. Misuse of this will lead to a ban. Operators can also be contacted in the #debian-ops channel.
3138 [18:13:27] <morbid_ape> allahu akhbar!
3139 [18:13:30] <morbid_ape> i throw stones to jews
3140 [18:13:46] <thurstylark> dpkg: ops morbid_ape spam
3141 [18:13:46] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: thurstylark complains about: morbid_ape spam
3142 [18:13:50] *** ChanServ sets mode: +o abrotman
3143 [18:13:50] *** abrotman sets mode: +b *!*@85-76-140-22-nat.elisa-mobile.fi
3144 [18:13:50] *** morbid_ape was kicked by abrotman (you should know better)
3145 [18:13:50] *** abrotman sets mode: -o abrotman
3146 [18:13:52] <MaBunny> Im trying to reload my sourves.list in synaptic
3147 [18:14:05] <MaBunny> Tht was horrible
3148 [18:14:09] <TomTomTosch> MaBunny, how can i help you if you are not at your machine and you should not install anything from non-debian sources. codeblocks is in jessie-backports.
3149 [18:14:11] <thurstylark> abrotman: sorry for the extra ping :P
3150 [18:14:27] <abrotman> it's fine, we only get pinged for the one with our nicks
3151 [18:14:35] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3152 [18:14:49] *** Joins: mavhq (~quassel@replaced-ip )
3153 [18:14:57] <MaBunny> I dont even hav a irc client on my debian,srry for inconvenience
3154 [18:15:00] *** Quits: flexoboto (~flexo@replaced-ip ) (Ping timeout: 246 seconds)
3155 [18:15:03] *** Joins: UltimaQ (~main@replaced-ip )
3156 [18:15:10] <MaBunny> I just installed it today
3157 [18:15:21] <TomTomTosch> MaBunny, install one. i want to see your sources.lost :P
3158 [18:15:33] <TomTomTosch> s/sources.lost/sources.list
3159 [18:15:48] <MaBunny> Which one? I mean irc client
3160 [18:15:55] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
3161 [18:15:56] *** Quits: AnD[a]LeS (~andales@replaced-ip ) (Ping timeout: 268 seconds)
3162 [18:15:59] *** Joins: mastokley (~mastokley@replaced-ip )
3163 [18:16:20] *** Joins: ipxman (~yeah@replaced-ip )
3164 [18:16:24] <TomTomTosch> MaBunny hexchat is popular i think.
3165 [18:16:49] *** jor_ is now known as jor
3166 [18:17:44] *** Quits: UltimaQ (~main@replaced-ip ) (Remote host closed the connection)
3167 [18:17:51] <MaBunny> Wait im searching on synaptic
3168 [18:18:25] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
3169 [18:19:13] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 240 seconds)
3170 [18:19:46] <thurstylark> shameless plug for weechat :)
3171 [18:19:52] *** Joins: saram (~saram@replaced-ip )
3172 [18:20:16] <TomTomTosch> heh, i use weechat too, but you have to know some commands :P
3173 [18:20:20] *** Joins: fnstudio (~fabio@replaced-ip )
3174 [18:20:24] *** Joins: giorgosp (uid27492@replaced-ip )
3175 [18:20:27] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3176 [18:20:45] <MaBunny> Its says broken packages
3177 [18:21:07] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
3178 [18:21:28] *** Joins: rodolfowtf (~quassel@replaced-ip )
3179 [18:21:49] <TomTomTosch> MaBunny, replaced-url
3180 [18:22:39] *** Joins: flexoboto (~flexo@replaced-ip )
3181 [18:23:20] *** Joins: faw (~Felipe@replaced-ip )
3182 [18:23:35] <TomTomTosch> MaBunny, reading that will save you from another reinstall in the future.
3183 [18:23:43] *** Quits: DBZ732838 (~usr@replaced-ip ) (Quit: Leaving)
3184 [18:23:59] <MaBunny> Ok tom,it says i hav to download a lot of packages
3185 [18:24:10] *** Joins: verri (~verri@replaced-ip )
3186 [18:24:19] <TomTomTosch> MaBunny, stop doing anything for now.
3187 [18:24:34] *** Quits: level7 (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
3188 [18:24:38] *** Quits: meth (~Methylato@replaced-ip ) (Quit: WeeChat 1.4)
3189 [18:24:51] <MaBunny> Why
3190 [18:25:01] <TomTomTosch> MaBunny, post your sources.list to paste.debian.net and type the url into the chat.
3191 [18:25:12] *** Joins: crystalraven (~starclear@replaced-ip )
3192 [18:26:17] *** Quits: MadHatter42 (~tarak@replaced-ip ) (Remote host closed the connection)
3193 [18:26:51] *** Joins: mhk001 (~mhk@replaced-ip )
3194 [18:27:27] <TomTomTosch> MaBunny, the content of /etc/apt/sources.list that is.
3195 [18:27:44] *** Joins: dontknow (~dontknow@replaced-ip )
3196 [18:27:55] *** Joins: edoardo (~edoardo@replaced-ip )
3197 [18:28:10] *** Joins: jeeves_moss (18f4177d@replaced-ip )
3198 [18:28:11] *** Joins: SignorD (~D@replaced-ip )
3199 [18:29:14] <MaBunny> Ok im taking a picture of it
3200 [18:29:33] <jeeves_moss> how do I see what device tree overlays are loaded?
3201 [18:30:35] *** Quits: mpmc (~mpmc@replaced-ip##) (Quit: ZNC 1.6.1+deb1+jessie0 - ##replaced-url
3202 [18:30:55] *** Joins: mpmc_ (~mpmc@replaced-ip )
3203 [18:31:54] *** Joins: lord_rob (~robert@replaced-ip )
3204 [18:31:56] *** Joins: bertbob (~bertbob@replaced-ip )
3205 [18:32:08] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
3206 [18:32:13] <karlpinc> MaBunny: Nobody really wants to look at a picture.
3207 [18:32:51] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 246 seconds)
3208 [18:33:04] *** Quits: astrofog (~astrofog@replaced-ip ) (Ping timeout: 252 seconds)
3209 [18:33:26] *** sc0_ is now known as sc0
3210 [18:33:32] <karlpinc> !tell MaBunny about mark and paste
3211 [18:33:33] *** Quits: stonerfish (~stonerfis@replaced-ip ) (Quit: Leaving.)
3212 [18:33:49] *** Quits: sc0 (sid117681@replaced-ip ) (Changing host)
3213 [18:33:49] *** Joins: sc0 (sid117681@replaced-ip )
3214 [18:33:49] *** Quits: sc0 (sid117681@replaced-ip ) (Changing host)
3215 [18:33:49] *** Joins: sc0 (sid117681@replaced-ip )
3216 [18:33:50] *** Joins: digitalpeer (~digitalpe@replaced-ip )
3217 [18:34:35] <MaBunny> Ok can i type wht ive written??
3218 [18:34:45] *** Joins: davi (~davi@replaced-ip )
3219 [18:34:45] *** Quits: davi (~davi@replaced-ip ) (Changing host)
3220 [18:34:45] *** Joins: davi (~davi@replaced-ip )
3221 [18:34:58] *** Joins: dasj (~daniel@replaced-ip )
3222 [18:35:09] *** Joins: denisk (~denisk@replaced-ip )
3223 [18:35:16] <TomTomTosch> MaBunny, i have no idea what you want to tell us :P
3224 [18:35:29] *** Joins: kpease (~kpease@replaced-ip )
3225 [18:35:42] <TomTomTosch> MaBunny, just show us the damn file ;D
3226 [18:35:53] <MaBunny> Its this : " deb replaced-url
3227 [18:35:55] <MaBunny> And one for sid too
3228 [18:36:19] <TomTomTosch> MaBunny, nvm then.
3229 [18:36:35] <TomTomTosch> !tell MaBunny about frankendebian
3230 [18:37:04] *** Quits: AlexPortable (uid7568@replaced-ip ) (Quit: Connection closed for inactivity)
3231 [18:37:16] *** Quits: thebrush (~Icedove@replaced-ip ) (Quit: Ciao)
3232 [18:37:17] <TomTomTosch> MaBunny, read what the bot told you, read the wiki link i gave you, understand what that means, reinstall your system and try to not break it again.
3233 [18:37:35] *** Joins: WayToDoor (~milk.bott@nor75-11-82-66-224-134.fbx.proxad.net)
3234 [18:38:00] *** debhelper sets mode: +l 1626
3235 [18:38:11] *** Quits: abll (~abll@replaced-ip ) (Ping timeout: 248 seconds)
3236 [18:38:14] *** Quits: oish (~charlie@replaced-ip ) (Quit: leaving)
3237 [18:38:37] <edoardo> Is dhclient supposed to eat all my ram?
3238 [18:38:59] <edoardo> 5.7% of ram usage from ps aux, freshly installed jessie
3239 [18:39:06] *** Joins: cte-st-g (~cte-st-g@replaced-ip )
3240 [18:39:11] *** Joins: abll (~abll@replaced-ip )
3241 [18:39:30] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 246 seconds)
3242 [18:39:33] *** Quits: marcozink2 (~marcozink@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
3243 [18:39:42] *** Joins: Samouy (~Samouy@replaced-ip )
3244 [18:39:55] *** Joins: superusr (~usr@replaced-ip )
3245 [18:40:00] *** Quits: Zitter (~danilo@replaced-ip ) (Remote host closed the connection)
3246 [18:40:05] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
3247 [18:40:08] <dontknow> edoardo, how much ram?
3248 [18:40:14] *** Quits: MaBunny (~androirc@replaced-ip ) (Ping timeout: 248 seconds)
3249 [18:40:21] *** Quits: mezod (~mezod@replaced-ip ) (Remote host closed the connection)
3250 [18:40:25] <TomTomTosch> killed the bunny again.
3251 [18:41:27] *** Quits: Devastator (~devas@replaced-ip ) (Changing host)
3252 [18:41:27] *** Joins: Devastator (~devas@replaced-ip )
3253 [18:41:34] *** Quits: jeeves_moss (18f4177d@replaced-ip ) (Ping timeout: 252 seconds)
3254 [18:41:37] *** Joins: marcozink (~marcozink@replaced-ip )
3255 [18:41:38] *** Joins: greycat (~wooledg@replaced-ip )
3256 [18:41:40] *** Joins: AlexPortable (uid7568@replaced-ip )
3257 [18:43:02] <edoardo> dontknow: How do i check?
3258 [18:43:34] <dontknow> edoardo, how much ram do you have?
3259 [18:43:38] *** Joins: slysir (~michael@replaced-ip )
3260 [18:43:43] *** Joins: jmd (~user@replaced-ip )
3261 [18:44:20] <TomTomTosch> i distinctly remember that MaBunny was here before and got the same dontbreakdebian speech... ah well...
3262 [18:44:29] <edoardo> dontknow: heh, 128mb
3263 [18:44:56] <noid-> edoardo: cat /proc/meminfo |head -1
3264 [18:45:10] <edoardo> MemTotal: 119252 kB
3265 [18:45:19] <noid-> wow
3266 [18:45:32] <noid-> I feel that you are from the past~
3267 [18:45:36] <edoardo> It's a cheap kvm machine i just got
3268 [18:45:42] <dontknow> edoardo, i guess it is normal then. it eats 7 MB ram
3269 [18:45:51] <edoardo> Like... for 5$ a year
3270 [18:45:52] *** Joins: ubik123 (~ubik@replaced-ip )
3271 [18:46:00] <noid-> o I see
3272 [18:46:13] <noid-> then like don't know says, it should be normal..
3273 [18:46:23] <noid-> probably dies down after a while
3274 [18:47:14] *** Quits: dasj (~daniel@replaced-ip ) (Ping timeout: 250 seconds)
3275 [18:47:24] *** Quits: lesta (~user@replaced-ip ) (Read error: Connection reset by peer)
3276 [18:47:26] *** Joins: SinSeerDiscirdia (~sinseer@replaced-ip )
3277 [18:47:42] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
3278 [18:47:45] <edoardo> If i set my network to be static, can i stop using dhclient or is it essential?
3279 [18:47:58] *** Quits: BotaniCar__ (~BotaniCar@replaced-ip ) (Read error: Connection reset by peer)
3280 [18:47:59] *** Joins: BotaniCar_ (~BotaniCar@replaced-ip )
3281 [18:48:11] *** Joins: dtcrshr (~datacrush@replaced-ip )
3282 [18:49:12] <dontknow> edoardo, as far as i know, it sets your internal ip address. so it wouldn't be necessary
3283 [18:49:14] *** Quits: Samouy (~Samouy@replaced-ip ) (Ping timeout: 268 seconds)
3284 [18:49:20] <dontknow> i guess
3285 [18:50:00] *** Joins: Drizt (~Drizt@replaced-ip )
3286 [18:50:16] <edoardo> i guess i can just copy my current ethernet config i got with dhcp to /etc/network
3287 [18:50:25] <edoardo> but then how would i disable dhclient properly?
3288 [18:51:25] *** Joins: bblindy (~bblinder@replaced-ip )
3289 [18:51:41] <TomTomTosch> edoardo, you prob have a dhcp entry in /etc/network/interfaces.
3290 [18:51:46] *** Quits: swatti- (~memory@replaced-ip ) (Ping timeout: 252 seconds)
3291 [18:51:53] <edoardo> Indeed
3292 [18:52:23] *** Joins: teamcoltra (~textual@replaced-ip )
3293 [18:52:41] <TomTomTosch> you could change that to static for example. then he should not try to do a dhcp discover.
3294 [18:52:53] <edoardo> Yep, doing it right now. I'll then reboot and see what happens
3295 [18:53:02] *** Quits: feleouet (~fanch@replaced-ip ) (Remote host closed the connection)
3296 [18:53:06] <TomTomTosch> that a vps?
3297 [18:53:07] <greycat> You'll have to down/up the interface to kill off the existing dhcp client daemon.
3298 [18:53:13] <edoardo> Yes it is
3299 [18:53:33] *** Joins: metallic (~trisqsan@replaced-ip )
3300 [18:53:36] <Akimoto> "that a vps" penny drops
3301 [18:54:10] *** Quits: jmd (~user@replaced-ip ) (Remote host closed the connection)
3302 [18:54:13] *** Joins: swatti (~memory@replaced-ip )
3303 [18:54:33] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 246 seconds)
3304 [18:55:15] *** Quits: Foren (~Foren@replaced-ip ) (Read error: Connection reset by peer)
3305 [18:56:10] *** Quits: kaiserbald0 (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3306 [18:56:20] *** Quits: abll (~abll@replaced-ip ) (Ping timeout: 250 seconds)
3307 [18:56:45] <TomTomTosch> edoardo, is there nothing important on this machine and do you have tools to reset it?
3308 [18:56:55] <edoardo> TomTomTosch: Yes and yes
3309 [18:57:02] <edoardo> It's just a box i got to play with
3310 [18:57:09] <edoardo> Probably gonna run some telegram bots on it, nothing else
3311 [18:57:28] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Ping timeout: 264 seconds)
3312 [18:57:34] *** Quits: cedvan (~cedvan@replaced-ip ) (Remote host closed the connection)
3313 [18:57:34] <TomTomTosch> edoardo, ah well, then go ahead :3
3314 [18:58:06] <edoardo> Since it's a kvm i can also boot from systemrescuecd and fix it if something goes wrong
3315 [18:58:14] <edoardo> And i also can reset the network from solusvm
3316 [18:58:24] *** Quits: strayPuppy (~vi@replaced-ip ) (Ping timeout: 276 seconds)
3317 [18:58:30] *** Parts: crystalraven (~starclear@replaced-ip )
3318 [18:59:54] <edoardo> Is gateway and broadcast the same thing?
3319 [19:01:10] <markybob> no
3320 [19:01:14] <edoardo> Nice
3321 [19:01:32] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 260 seconds)
3322 [19:03:41] *** Joins: barto (~Freddy@replaced-ip )
3323 [19:04:51] *** Joins: Samouy (~Samouy@replaced-ip )
3324 [19:05:02] *** Parts: lucad111 (~lucad111@replaced-ip )
3325 [19:05:08] *** Joins: Ghostbird (~Icedove@replaced-ip )
3326 [19:05:21] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
3327 [19:05:22] <edoardo> Networking lesson #1: never ifdown the interface you're connected to
3328 [19:05:30] *** Joins: Cloudish (0h@replaced-ip )
3329 [19:05:44] <TomTomTosch> x)
3330 [19:06:26] *** Joins: ribas (~ribas@replaced-ip )
3331 [19:06:28] <TomTomTosch> something about cutting the branch you are sitting on :P
3332 [19:06:34] *** Quits: pasturesofplenty (~pastureso@replaced-ip ) (Ping timeout: 260 seconds)
3333 [19:06:39] *** Joins: jmd (~user@replaced-ip )
3334 [19:07:05] *** Quits: navlys (~navlys@replaced-ip ) (Ping timeout: 244 seconds)
3335 [19:07:09] *** Quits: valeriusL_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3336 [19:07:28] *** Joins: Ad1 (~Adrian@replaced-ip )
3337 [19:07:47] <jmd> I want to upgrade from 7 to 8 tonight. Any precautions I should take?
3338 [19:07:57] <jmd> (yes I have read the release notes)
3339 [19:07:57] *** Joins: Almtesh (~Almtesh@replaced-ip )
3340 [19:08:13] *** Joins: pasturesofplenty (~pastureso@replaced-ip )
3341 [19:08:16] <markybob> jmd: apache going to shit is the main thing
3342 [19:08:21] *** Joins: rainfyre (~rainfyre@replaced-ip )
3343 [19:08:33] <jmd> Hmm.
3344 [19:08:39] *** Joins: silverhom (~silverhom@replaced-ip )
3345 [19:08:53] <markybob> jmd: that's in the upgrade guide
3346 [19:09:06] <markybob> !tell jmd about wheezy->jessie
3347 [19:09:16] *** Joins: valerius (~quassel@replaced-ip )
3348 [19:09:24] *** Quits: cte-st-g (~cte-st-g@replaced-ip ) (Quit: Leaving)
3349 [19:09:29] <jdavila> TomTomTosch, that is a error from the 8 network layer.
3350 [19:09:37] *** Joins: llucenic (~Thunderbi@replaced-ip )
3351 [19:09:48] *** Quits: aeneas (~aeneas@replaced-ip ) (Quit: WeeChat 1.4)
3352 [19:10:31] *** Parts: ribas (~ribas@replaced-ip )
3353 [19:10:33] <jmd> And then of course there is the bizarre new replacement for the sysvinit
3354 [19:10:41] *** Joins: philipballew (~philip@replaced-ip )
3355 [19:11:05] *** Joins: earendel (~earendel@replaced-ip )
3356 [19:11:07] <TomTomTosch> jdavila, yeye, pebkac and all that :P
3357 [19:11:14] <markybob> jmd: systemd upgrade was pretty painless here
3358 [19:11:23] *** Quits: RaiNerTsuFal (~RaiNerTsu@replaced-ip ) (Quit: Conversation terminated!)
3359 [19:11:38] *** Joins: rsx (~dummy@replaced-ip )
3360 [19:11:45] *** Joins: navlys (~navlys@replaced-ip )
3361 [19:11:54] <jmd> Yeah, but I heard that the problems come later when one wishes to do the tiniest of customisation.
3362 [19:12:26] <markybob> jmd: it can be a pain in the ass, sure. so can flossing
3363 [19:12:28] *** Joins: mezod (~mezod@replaced-ip )
3364 [19:12:32] *** Joins: hazz (~hazzzz@replaced-ip )
3365 [19:12:49] *** Quits: bblindy (~bblinder@replaced-ip ) (Ping timeout: 240 seconds)
3366 [19:12:56] <jmd> Anyway I cannot see apache mentioned anywhere in that upgrade guide.
3367 [19:13:21] *** Quits: bumbar_ (~bumbar@replaced-ip ) (Ping timeout: 276 seconds)
3368 [19:13:27] *** Joins: ryouma (~user@replaced-ip )
3369 [19:13:40] <markybob> jmd: replaced-url
3370 [19:13:45] *** Joins: RaiNerTsuFal (~RaiNerTsu@replaced-ip )
3371 [19:14:05] *** Joins: Devastator_ (~devas@replaced-ip )
3372 [19:14:31] *** Parts: WorkGroup (~WorkGroup@replaced-ip )
3373 [19:14:38] *** Quits: barto (~Freddy@replaced-ip ) (Remote host closed the connection)
3374 [19:15:12] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 246 seconds)
3375 [19:15:16] *** Joins: Se-bash^2 (~seba@replaced-ip )
3376 [19:15:25] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Quit: Konversation terminated!)
3377 [19:15:26] *** Se-bash^2 is now known as Se-bash
3378 [19:15:36] *** Joins: tdl1142 (~xis10z@replaced-ip )
3379 [19:16:20] *** Quits: OxOO (~OxOO@replaced-ip ) (Quit: OxOO)
3380 [19:16:38] *** Joins: bblindy (~bblinder@replaced-ip )
3381 [19:17:29] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
3382 [19:17:37] *** Quits: mezod (~mezod@replaced-ip ) (Ping timeout: 252 seconds)
3383 [19:17:50] <jmd> If all goes to plan, this will be my last ever debian upgrade...
3384 [19:17:52] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Ping timeout: 264 seconds)
3385 [19:17:54] *** Quits: Aaaaand (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
3386 [19:18:13] *** Joins: msjche (~msjche@replaced-ip )
3387 [19:18:22] *** Joins: druidd (~druidd@replaced-ip )
3388 [19:18:36] *** Quits: yaume_ (~gchenuet@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3389 [19:18:43] *** Joins: mito1 (~Icedove@replaced-ip )
3390 [19:18:47] *** Joins: Dadou (~Dadou@replaced-ip )
3391 [19:18:53] *** Joins: nitefall (~thewellin@replaced-ip )
3392 [19:18:56] *** Quits: tdl1142 (~xis10z@replaced-ip ) (Client Quit)
3393 [19:20:31] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
3394 [19:21:03] *** Quits: ubik123 (~ubik@replaced-ip ) (Remote host closed the connection)
3395 [19:21:29] *** Joins: Blaguvest (~blaguvest@replaced-ip )
3396 [19:21:40] *** Quits: nitefall (~thewellin@replaced-ip ) (Client Quit)
3397 [19:21:53] *** Quits: rsx (~dummy@replaced-ip ) (Quit: rsx)
3398 [19:22:00] *** Joins: afuentes (~kusanagi@replaced-ip )
3399 [19:22:01] *** Quits: fishxz (~daniel@replaced-ip ) (Quit: fishxz)
3400 [19:22:08] *** Quits: Akimoto (~mark@replaced-ip ) (Quit: leaving)
3401 [19:22:29] <markybob> jmd: will you be dying soon?
3402 [19:22:59] *** Joins: DammitJim (~DammitJim@replaced-ip )
3403 [19:23:06] *** Quits: ojeunv (~john@replaced-ip ) (Ping timeout: 276 seconds)
3404 [19:23:45] *** Quits: fnstudio (~fabio@replaced-ip ) (Ping timeout: 276 seconds)
3405 [19:24:01] <Kobaz> jmd: switching to slackware?
3406 [19:24:19] <Kobaz> what's that package that emails you when you have security-vulnerable packages installed
3407 [19:24:20] *** Joins: jfdh (~jfdh@replaced-ip )
3408 [19:24:26] *** Quits: secrgb (~secrgb@replaced-ip ) (Quit: I Hope Senpai Will Notice Me ...)
3409 [19:24:44] *** Quits: Devastator_ (~devas@replaced-ip ) (Changing host)
3410 [19:24:44] *** Joins: Devastator_ (~devas@replaced-ip )
3411 [19:24:46] *** Devastator_ is now known as Devastator
3412 [19:24:52] *** Quits: AlexRussia (~Alex@replaced-ip ) (Ping timeout: 260 seconds)
3413 [19:25:31] *** Joins: secrgb (~secrgb@replaced-ip )
3414 [19:25:41] *** Quits: secrgb (~secrgb@replaced-ip ) (Client Quit)
3415 [19:26:36] *** Joins: wonderworld (~ww@replaced-ip )
3416 [19:26:47] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
3417 [19:26:49] *** Quits: UtkarshRay (~UtkarshRa@replaced-ip ) (Ping timeout: 240 seconds)
3418 [19:27:01] *** Quits: mito1 (~Icedove@replaced-ip ) (Quit: mito1)
3419 [19:27:12] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 260 seconds)
3420 [19:27:48] *** Quits: LincKraker (~dan@replaced-ip ) (Quit: leaving)
3421 [19:27:51] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
3422 [19:28:00] *** Quits: dontknow (~dontknow@replaced-ip ) (Quit: Leaving)
3423 [19:28:00] *** debhelper sets mode: +l 1620
3424 [19:28:02] *** Joins: LincKraker (~dan@replaced-ip )
3425 [19:28:28] *** Quits: bblindy (~bblinder@replaced-ip ) (Quit: leaving)
3426 [19:28:29] *** Joins: speeddragon (~speeddrag@replaced-ip )
3427 [19:29:28] *** Joins: denisk (~denisk@replaced-ip )
3428 [19:29:31] *** Joins: Darcidride (~Quentin@replaced-ip )
3429 [19:30:06] *** Quits: kiao2938 (~mj@replaced-ip ) (Read error: Connection reset by peer)
3430 [19:30:19] *** Joins: AimHere (~bod@replaced-ip )
3431 [19:30:53] <jmd> Kobaz: Nah I switched from Slackware to Debian about 15 years ago.
3432 [19:31:07] *** Joins: dayten (~gnoid@replaced-ip )
3433 [19:31:12] *** Joins: soee (~soee@replaced-ip )
3434 [19:31:14] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3435 [19:31:31] *** Joins: Walakea (~marian@replaced-ip )
3436 [19:32:26] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Quit: I'm off.. See Ya!)
3437 [19:32:27] <Drizt> slackware 1.0 was my first linux distro
3438 [19:32:35] *** Quits: mhk001 (~mhk@replaced-ip ) (Ping timeout: 248 seconds)
3439 [19:32:44] <Drizt> didnt get xwindows to work back then
3440 [19:32:55] <Kobaz> hehe
3441 [19:32:56] <jdavila> :')
3442 [19:33:02] <Kobaz> so anyway
3443 [19:33:06] <Kobaz> security alerts for packages?
3444 [19:33:08] <Kobaz> i used to have it?
3445 [19:33:11] <jmd> Drizt: That would be because there is not and never was such a thing as "xwindows"
3446 [19:33:11] *** Joins: mhk001 (~mhk@replaced-ip )
3447 [19:33:19] <Drizt> X?
3448 [19:33:26] <jmd> or X11
3449 [19:33:35] <jmd> or maybe X10 back then.
3450 [19:33:37] *** Parts: factor (~factor@replaced-ip )
3451 [19:33:39] <markybob> Kobaz: apticron
3452 [19:34:03] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 240 seconds)
3453 [19:34:03] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Ping timeout: 240 seconds)
3454 [19:34:11] *** Quits: CTRL_Freak (~PLR@replaced-ip ) (Ping timeout: 248 seconds)
3455 [19:34:40] *** Joins: AlexRussia (~Alex@replaced-ip )
3456 [19:34:40] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Remote host closed the connection)
3457 [19:34:55] *** Quits: asfav (c8a93e10@replaced-ip ) (Quit: Page closed)
3458 [19:34:56] *** Joins: dionysus69 (~Icedove@replaced-ip )
3459 [19:35:26] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
3460 [19:35:40] *** Joins: rodolfowtf (~quassel@replaced-ip )
3461 [19:35:43] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3462 [19:35:47] *** Joins: aindilis (~aindilis@replaced-ip )
3463 [19:36:12] <Kobaz> yay
3464 [19:36:57] *** Joins: nathanleclaire (~nathanlec@replaced-ip )
3465 [19:37:12] <grawity> jmd: XFree86?
3466 [19:37:31] *** Joins: rodolfowtf (~quassel@replaced-ip )
3467 [19:37:34] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3468 [19:37:44] <jmd> grawity: That is (was) one vendor's implementation of X, yes.
3469 [19:37:50] *** Quits: josuebrunel (~Icedove@replaced-ip ) (Ping timeout: 248 seconds)
3470 [19:38:16] <Drizt> then there was gnome kde unity
3471 [19:38:27] *** Quits: sbasso (~sbasso@replaced-ip ) (Ping timeout: 248 seconds)
3472 [19:38:37] *** Joins: T0rch (~T0rch@replaced-ip )
3473 [19:38:40] <markybob> this is getting silly. back on /topic
3474 [19:39:20] *** Joins: aindilis` (~aindilis@replaced-ip )
3475 [19:39:27] *** Quits: jasonwert (~wert@replaced-ip ) (Ping timeout: 260 seconds)
3476 [19:39:31] *** Joins: rodolfowtf (~quassel@replaced-ip )
3477 [19:39:34] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3478 [19:39:54] <jmd> There was also debian gnu unity in those days too.
3479 [19:39:58] *** Joins: sharky (~sharky@replaced-ip )
3480 [19:40:21] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
3481 [19:40:26] *** Joins: neurot (~neurosis@replaced-ip )
3482 [19:40:38] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
3483 [19:41:00] *** Quits: tubaman_ (~tubaman@replaced-ip ) (Remote host closed the connection)
3484 [19:41:07] *** Joins: rodolfowtf (~quassel@replaced-ip )
3485 [19:41:11] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3486 [19:41:20] *** Parts: x4n4_ (~x4n4@replaced-ip )
3487 [19:41:34] *** Joins: infra-red (~infra-red@replaced-ip )
3488 [19:42:12] <grawity> none of which are implementations of X though
3489 [19:42:13] *** Quits: SignorD (~D@replaced-ip ) (Quit: ZZZzzz…)
3490 [19:42:38] *** Quits: enki (~enki@replaced-ip ) (Read error: Connection reset by peer)
3491 [19:42:44] *** Joins: enki- (~enki@replaced-ip )
3492 [19:43:01] *** Joins: bobol (~user@replaced-ip )
3493 [19:43:14] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 244 seconds)
3494 [19:43:31] *** Joins: ahmetalpbalkan (uid24629@replaced-ip )
3495 [19:45:38] <ZodoTurtle> I have the nVidia drivers compiled and installed from nVidia's website. Was a pain but at least it is working. I can play my games and stream again. Nouveau is still broken.
3496 [19:45:50] *** Quits: aindilis` (~aindilis@replaced-ip ) (Ping timeout: 244 seconds)
3497 [19:46:20] *** Joins: rodolfowtf (~quassel@replaced-ip )
3498 [19:46:21] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3499 [19:46:29] <markybob> ZodoTurtle: your system is now unsupported
3500 [19:46:47] *** Joins: john (~john@replaced-ip )
3501 [19:46:59] <Drizt> markybob: you dont know what graphics card he has
3502 [19:47:11] *** john is now known as Guest64815
3503 [19:47:29] <markybob> Drizt: that's irrelevant. installing direct from nvidia is not supported
3504 [19:48:33] *** Joins: rodolfowtf (~quassel@replaced-ip )
3505 [19:48:35] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3506 [19:49:22] <ZodoTurtle> markybob: I don't care. nouveau is NOT support! I tried. It doesn't work. It is absolute crap. Nice try, possibly getting better. but it still isn't ready. Still doesn't work. At least it hasn't worked every time I attempted.
3507 [19:49:38] *** Joins: MrTrump (~gschuette@replaced-ip )
3508 [19:49:55] <ZodoTurtle> I don't know if it is nouveau or the new KMS thing. Either way. It doesn't work.
3509 [19:49:57] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 260 seconds)
3510 [19:49:57] <markybob> ZodoTurtle: that's fine. debian packages nvidia's proprietary drivers. those are supported
3511 [19:50:04] *** Joins: rodolfowtf (~quassel@replaced-ip )
3512 [19:50:07] *** Quits: rodolfowtf (~quassel@replaced-ip ) (Max SendQ exceeded)
3513 [19:50:11] *** Joins: toogley (~toogley@replaced-ip )
3514 [19:50:16] *** Parts: jaggzt (~Jag@replaced-ip )
3515 [19:50:41] <SPF> hmm, dist-upgrade did not update kernel?
3516 [19:50:45] <ZodoTurtle> markybob: I read that those are going away. Kind of hard to consider something supported if it disappears.
3517 [19:51:20] <markybob> SPF: from what to what?
3518 [19:51:20] *** Joins: SignorD (~D@replaced-ip )
3519 [19:51:34] <SPF> 6.0 to 7.0
3520 [19:51:42] <markybob> SPF: did you reboot?
3521 [19:51:46] <SPF> yes
3522 [19:51:50] <SPF> and then it got stuck
3523 [19:52:06] <markybob> SPF: what does that mean?
3524 [19:52:13] <SPF> black screen
3525 [19:52:26] <SPF> after grub
3526 [19:52:28] <markybob> SPF: are you in it now? got it fixed?
3527 [19:52:30] *** Joins: Pazician (~pazician@replaced-ip )
3528 [19:52:34] <SPF> in grub I still see the old kernel
3529 [19:52:48] <SPF> I used iso to chroot
3530 [19:53:00] *** Quits: markybob (~markybob@replaced-ip ) (Remote host closed the connection)
3531 [19:53:01] <jmd> Anyone have any bright ideas about backup solutions without speding $$$$
3532 [19:53:03] <SPF> now figuring out how to install a new kernel
3533 [19:53:43] <Drizt> jmd: gnome commander
3534 [19:53:59] <jmd> Huh?
3535 [19:54:26] <Drizt> its a simple file managment utility
3536 [19:54:28] <Walakea> does anyone have an idea what can make my HDD suddenly be 7 °C hotter than usual? i am doing the same things as before (iceweasel, qtox, deadbeef)
3537 [19:54:56] *** Quits: althalus (~althalus@replaced-ip ) (Quit: Leaving)
3538 [19:55:05] <SPF> I managed to create resolv.conf, but now during installation it gives a lot of errors
3539 [19:55:06] <jmd> Walakea: 14 °C rise in the ambient temperature.
3540 [19:55:23] *** Joins: bizarro_1 (~bizarro_1@replaced-ip )
3541 [19:55:23] <SPF> like modules dep requires mounted sysfs on /sys
3542 [19:55:51] *** Joins: jasonwert (~wert@replaced-ip )
3543 [19:55:52] *** sheedy-away is now known as sheedy
3544 [19:56:09] *** Quits: jasonwert (~wert@replaced-ip ) (Remote host closed the connection)
3545 [19:56:15] *** Quits: wmang (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3546 [19:56:40] *** Quits: Pazician (~pazician@replaced-ip ) (Ping timeout: 244 seconds)
3547 [19:57:54] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
3548 [19:58:05] *** Joins: js9600 (~js9600@replaced-ip )
3549 [19:58:07] *** Quits: bobol (~user@replaced-ip ) (Ping timeout: 260 seconds)
3550 [19:58:13] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
3551 [19:58:25] *** Quits: superusr (~usr@replaced-ip ) (Remote host closed the connection)
3552 [19:58:30] *** Joins: awal1 (~Awal1@replaced-ip )
3553 [19:58:41] <SPF> seems I needed the kernel-headers package as well, now it's continuing (I hope)
3554 [19:59:10] *** Quits: hspcd (~hspcd@replaced-ip ) (Remote host closed the connection)
3555 [19:59:12] *** Quits: voidlily (~voidlily@replaced-ip ) (Read error: Connection reset by peer)
3556 [19:59:28] *** Quits: awal1 (~Awal1@replaced-ip ) (Client Quit)
3557 [19:59:31] *** Joins: hspcd (~hspcd@replaced-ip )
3558 [20:00:54] *** Joins: xemacs (~mlowe@replaced-ip )
3559 [20:00:54] *** Joins: superusr (~usr@replaced-ip )
3560 [20:01:12] *** Quits: Guest76918 (~nathanhi@replaced-ip ) (Changing host)
3561 [20:01:12] *** Joins: Guest76918 (~nathanhi@replaced-ip )
3562 [20:01:16] *** Guest76918 is now known as nathanhi
3563 [20:01:51] *** Joins: dreamon (~dreamon@replaced-ip )
3564 [20:02:00] *** Quits: Yukiteru (~Yukiteru@replaced-ip ) (Ping timeout: 268 seconds)
3565 [20:02:02] <SPF> still the same error
3566 [20:02:08] *** Quits: Logg (~Logg@replaced-ip ) (Quit: Leaving)
3567 [20:02:27] *** Joins: sharky (~sharky@replaced-ip )
3568 [20:02:34] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
3569 [20:02:48] *** Joins: Xanthor (~Xanthor@replaced-ip )
3570 [20:02:52] *** Quits: Ghostbird (~Icedove@replaced-ip ) (Ping timeout: 264 seconds)
3571 [20:03:00] *** Joins: spartis (~sp4@replaced-ip )
3572 [20:03:07] *** Joins: awal1 (~Awal1@replaced-ip )
3573 [20:03:23] *** Quits: awal1 (~Awal1@replaced-ip ) (Client Quit)
3574 [20:03:24] <SPF> solved it outside chroot with bind -o /sys /mnt/sys
3575 [20:03:26] *** Quits: spartis (~sp4@replaced-ip ) (Client Quit)
3576 [20:03:45] <MrTrump> how do I stop postgresql from being updated again?
3577 [20:03:50] *** Joins: sepi (~user@replaced-ip )
3578 [20:03:51] <MrTrump> Qa is concered
3579 [20:03:59] <MrTrump> about debian updates blasting thier work
3580 [20:04:22] <MrTrump> someone mentioned "pinning"
3581 [20:05:13] *** Joins: squinteye (~bugeye@replaced-ip )
3582 [20:05:19] *** Joins: salih-emin (~salih-emi@replaced-ip )
3583 [20:05:26] <greycat> You want "hold" not "pin".
3584 [20:05:39] *** Quits: mr_daemon (~supernaut@replaced-ip ) (Remote host closed the connection)
3585 [20:05:42] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
3586 [20:06:06] *** Joins: mr_daemon (~supernaut@replaced-ip )
3587 [20:06:10] *** Joins: barto (~Freddy@replaced-ip )
3588 [20:06:15] <babilen> MrTrump: You should be aware that this means that you won't get security upgrades (which you probably are)
3589 [20:06:23] <babilen> dpkg: tell MrTrump about hold
3590 [20:06:57] *** Joins: MadHatter42 (~tarak@replaced-ip )
3591 [20:06:58] *** Quits: PlasmaStar (Plasma@replaced-ip ) (Ping timeout: 250 seconds)
3592 [20:07:52] *** Joins: alvesadrian (~adrian@replaced-ip )
3593 [20:08:00] *** debhelper sets mode: +l 1627
3594 [20:08:16] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Ping timeout: 250 seconds)
3595 [20:08:21] *** Joins: awal1 (~Awal1@replaced-ip )
3596 [20:08:56] *** Joins: fnstudio (~fabio@replaced-ip )
3597 [20:09:06] *** Joins: stratum (~stratum@replaced-ip )
3598 [20:09:30] *** Joins: western (~western@replaced-ip )
3599 [20:09:34] *** Quits: barto (~Freddy@replaced-ip ) (Remote host closed the connection)
3600 [20:09:39] *** Joins: speeddragon (~speeddrag@replaced-ip )
3601 [20:09:55] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
3602 [20:11:23] *** Joins: PlasmaStar (Plasma@replaced-ip )
3603 [20:11:30] *** Quits: Phil-Work (~Phil-Work@replaced-ip ) (Remote host closed the connection)
3604 [20:11:40] *** Joins: cybrNaut (cybrNaut@replaced-ip )
3605 [20:11:42] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
3606 [20:12:01] *** Joins: tlolczyk (~Thad@replaced-ip )
3607 [20:12:15] *** Quits: western (~western@replaced-ip ) (Client Quit)
3608 [20:12:39] *** Joins: aaronmehar (~aaronmeha@replaced-ip )
3609 [20:13:14] *** Joins: schu-r (~Thunderbi@replaced-ip )
3610 [20:13:31] *** Joins: Logg (~Logg@replaced-ip )
3611 [20:13:39] *** Joins: hexnewbie (~hexqip@replaced-ip )
3612 [20:14:18] *** Joins: abll (~abll@replaced-ip )
3613 [20:14:22] *** Joins: ubik123 (~ubik@replaced-ip )
3614 [20:14:23] *** Joins: bollocks_k (~bollocks@replaced-ip )
3615 [20:14:36] *** Quits: ubik123 (~ubik@replaced-ip ) (Remote host closed the connection)
3616 [20:14:43] *** Quits: adellam (~adellam@replaced-ip ) (Ping timeout: 248 seconds)
3617 [20:15:07] *** Joins: althalus (~althalus@replaced-ip )
3618 [20:15:09] *** Joins: voidlily (~voidlily@replaced-ip )
3619 [20:15:16] *** Joins: lowin (~lowin@replaced-ip )
3620 [20:15:38] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 250 seconds)
3621 [20:16:10] *** Quits: druidd (~druidd@replaced-ip ) (Quit: Leaving)
3622 [20:16:32] *** Joins: druidd (~nick@replaced-ip )
3623 [20:16:45] *** Quits: fnstudio (~fabio@replaced-ip ) (Quit: leaving)
3624 [20:16:47] *** Joins: sp4 (~sp4@replaced-ip )
3625 [20:16:58] *** Quits: superusr (~usr@replaced-ip ) (Quit: Leaving)
3626 [20:17:09] *** superstr1w is now known as superstraw
3627 [20:17:13] *** Quits: superstraw (~user.name@50-196-100-146-static.hfc.comcastbusiness.net) (Changing host)
3628 [20:17:14] *** Joins: superstraw (~user.name@unaffiliated/superstraw)
3629 [20:17:19] *** Quits: druidd (~nick@replaced-ip ) (Remote host closed the connection)
3630 [20:17:26] *** Joins: ibm (~ibm@replaced-ip )
3631 [20:17:41] *** Joins: Kristure (~Kristure@replaced-ip )
3632 [20:17:42] *** Joins: druidd (~druidd@replaced-ip )
3633 [20:17:49] *** ibm is now known as Guest42240
3634 [20:17:59] *** Joins: speeddragon (~speeddrag@replaced-ip )
3635 [20:18:00] *** debhelper sets mode: +l 1637
3636 [20:18:14] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 250 seconds)
3637 [20:18:17] *** Quits: Guest42240 (~ibm@replaced-ip ) (Client Quit)
3638 [20:18:18] *** Quits: miroesq (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
3639 [20:18:26] <MrTrump> :(
3640 [20:18:40] <MrTrump> how in debian7 do I see if apache2 will start on bootup?
3641 [20:18:50] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
3642 [20:18:54] *** Joins: superusr (~usr@replaced-ip )
3643 [20:19:07] *** Quits: dreki (~dreki@replaced-ip ) (Quit: Leaving.)
3644 [20:19:28] *** Joins: cliluw (~cliluw@replaced-ip )
3645 [20:19:38] *** Joins: miroesq (~quassel@replaced-ip )
3646 [20:20:07] *** Joins: mdorenka (~mdorenka@replaced-ip )
3647 [20:20:14] *** Joins: gtrotcko (~Thunderbi@replaced-ip )
3648 [20:20:16] *** Joins: Otap (~Ota@replaced-ip )
3649 [20:20:28] *** Quits: sp4 (~sp4@replaced-ip ) (Client Quit)
3650 [20:21:03] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 240 seconds)
3651 [20:21:34] *** ChanServ sets mode: +o eir
3652 [20:21:35] *** eir sets mode: -bo *!*@85-76-140-22-nat.elisa-mobile.fi eir
3653 [20:21:39] *** malinux- is now known as Malinux
3654 [20:21:43] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Remote host closed the connection)
3655 [20:21:47] *** Joins: hitlin37 (uid16371@replaced-ip )
3656 [20:22:22] <hitlin37> could someone dig xulrunner 1.9.28 deb build for armel? i didn't manged to find it
3657 [20:23:05] *** Joins: infra-re_ (~infra-red@replaced-ip )
3658 [20:23:34] *** Joins: denisk (~denisk@replaced-ip )
3659 [20:24:02] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3660 [20:25:18] *** Joins: Enissay (~Enissay@replaced-ip )
3661 [20:25:20] *** Quits: druidd (~druidd@replaced-ip ) (Quit: Leaving)
3662 [20:25:40] *** Joins: druidd (~druidd@replaced-ip )
3663 [20:25:41] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3664 [20:25:55] *** Quits: infra-red (~infra-red@replaced-ip ) (Ping timeout: 248 seconds)
3665 [20:26:39] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
3666 [20:26:54] *** Joins: infra-red (~infra-red@replaced-ip )
3667 [20:26:57] *** Quits: Tiffon (~name@replaced-ip ) (Quit: Saliendo)
3668 [20:27:47] *** Quits: tonythomas (uid25971@replaced-ip ) (Quit: Connection closed for inactivity)
3669 [20:28:23] *** Joins: gutleib (4d32f828@replaced-ip )
3670 [20:28:37] *** Joins: sharky (~sharky@replaced-ip )
3671 [20:28:45] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 276 seconds)
3672 [20:29:10] *** Quits: sauvin (~sauvin@replaced-ip ) (Read error: Connection reset by peer)
3673 [20:29:39] *** Quits: infra-re_ (~infra-red@replaced-ip ) (Ping timeout: 248 seconds)
3674 [20:30:10] *** Quits: hazz (~hazzzz@replaced-ip ) (Quit: Leaving)
3675 [20:31:56] *** Joins: mi100hael (~mi100hael@replaced-ip )
3676 [20:33:03] <jmd> I really wish after all these years, a debian dist-upgrade would not be so interactive. It's worse than Windows!
3677 [20:34:27] *** Quits: geusebio (~geusebio@replaced-ip ) (Ping timeout: 248 seconds)
3678 [20:34:54] *** Quits: mixomathoze (~mixomatho@replaced-ip ) (Ping timeout: 244 seconds)
3679 [20:35:54] *** Joins: bertbob (~bertbob@replaced-ip )
3680 [20:36:18] <hexnewbie> jmd: You should be glad you're using Debian, and not Gentoo. At least the upgrades go quick, but if you had one question asked every few hours, you wouldn't even be able to watch a film and upgrade at the same time
3681 [20:37:01] *** Quits: vivid (~vivid@replaced-ip ) (Quit: Leaving)
3682 [20:37:01] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3683 [20:37:06] *** Quits: Telvana (~digits@replaced-ip ) (Ping timeout: 246 seconds)
3684 [20:37:12] <hexnewbie> jmd: If your Debian upgrades are too slow, Konsole has an inactivity monitor that will pop a notification whenever the upgrade terminal is no longer processing
3685 [20:37:53] *** Joins: topyli (~topyli@replaced-ip )
3686 [20:38:05] <jmd> hexnewbie: I'm thinking of moving to guix where there is no need of "upgrades" - you just install whatever version(s) of whatever you need.
3687 [20:38:26] *** Joins: philipp (~philipp@replaced-ip )
3688 [20:38:29] <gutleib> Hi. I have a problem with jessie network/interfaces. config works well for single eth, but when I try to make 802.3ad bond it ignores config in all peculiar manners... First it ignored the 802.3ad part, and I relocated config to /etc/modprobe.d/bonding.conf as was suggested in some ubuntu bug workaround. But now it ignores ip config now! I am a bit
3689 [20:38:29] <gutleib> new to systemd jessie (hi from under the rock), but I can't figure out how to make it work...
3690 [20:38:37] *** Quits: druidd (~druidd@replaced-ip ) (Quit: Leaving)
3691 [20:38:47] <faultline> gutleib: I can help you there.
3692 [20:38:55] <faultline> gutleib: Pastebin your interfaces file for me?
3693 [20:39:27] *** Joins: schu-r (~Thunderbi@replaced-ip )
3694 [20:39:28] <faultline> gutleib: And also the relevant portions of your switch configuration for those interfaces.
3695 [20:39:30] <MrTrump> How would I tell if someone had set apache2 to not start on boot, and how would I enable start on boot?
3696 [20:39:33] <gutleib> yep, I'll just rollback my patient...
3697 [20:39:33] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3698 [20:39:37] <hexnewbie> jmd: I hope that doesn't work the way you described it, because that way it sounds like a security nightmare.
3699 [20:40:25] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
3700 [20:40:34] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Quit: ...)
3701 [20:40:43] <philipp> hi, is it possible to pull the source of a package in a specific version using apt-get source?
3702 [20:41:11] <faultline> gutleib: Also, do you have the ifenslave package installed?
3703 [20:41:14] *** Joins: infra-re_ (~infra-red@replaced-ip )
3704 [20:41:22] *** Parts: mhk001 (~mhk@replaced-ip )
3705 [20:41:32] <towo`> if the version of the binary is avialable with apt-cache policy, yes
3706 [20:41:59] <gutleib> faultline: the switch works fine
3707 [20:42:19] *** Joins: schu-r (~Thunderbi@replaced-ip )
3708 [20:42:45] <gutleib> faultline: when i Configure the bond manually, it works fine
3709 [20:43:07] <faultline> gutleib: Just asking.
3710 [20:43:21] <gutleib> faultline: like 'ifconfig bond0 x.x.x.x netmask x.x.x.x'
3711 [20:43:33] <faultline> gutleib: After all, LACP requires switch-side support, so it seems relevant.
3712 [20:43:35] *** Joins: bolovanos (~bolovanos@replaced-ip )
3713 [20:43:42] *** Quits: mochi (~mochi@replaced-ip ) (Remote host closed the connection)
3714 [20:43:42] <gutleib> faultline: ifenslave-2.6
3715 [20:43:43] <faultline> gutleib: network/interfaces?
3716 [20:43:54] *** Joins: vivid (~vivid@replaced-ip )
3717 [20:43:59] <gutleib> faultline: yep, a sec
3718 [20:44:06] *** Quits: JNixx_0 (~JNixx@replaced-ip ) (Ping timeout: 246 seconds)
3719 [20:44:12] *** Quits: infra-red (~infra-red@replaced-ip ) (Ping timeout: 244 seconds)
3720 [20:44:13] *** Joins: aaro (~aaro@replaced-ip )
3721 [20:44:17] <faultline> gutleib: Also, strictly speaking, that package is a transitional one. You should be using "ifenslave".
3722 [20:44:46] *** Quits: xemacs (~mlowe@replaced-ip ) (Quit: Leaving)
3723 [20:45:37] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 252 seconds)
3724 [20:46:06] *** Joins: j0n3 (~j0n3@replaced-ip )
3725 [20:46:32] *** Quits: sakal (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3726 [20:46:33] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Ping timeout: 240 seconds)
3727 [20:47:06] *** Joins: cedvan (~cedvan@replaced-ip )
3728 [20:47:36] *** Quits: Kristure (~Kristure@replaced-ip ) (Ping timeout: 276 seconds)
3729 [20:47:36] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 276 seconds)
3730 [20:47:59] *** Joins: Kristure (~Kristure@replaced-ip )
3731 [20:48:00] *** debhelper sets mode: +l 1630
3732 [20:48:15] *** Joins: pencilandpaper (~penciland@replaced-ip )
3733 [20:48:21] <gutleib> faultline: it's a bit messy, but there it is replaced-url
3734 [20:48:45] *** Joins: markybob (~markybob@replaced-ip )
3735 [20:48:54] <edoardo> Cool
3736 [20:49:10] <edoardo> This 128mb kvm can actually compile python without exploding to pieces
3737 [20:49:28] <awal1> Any privacy/security concrens using weather plugins/extensions? I'm using 'xmobar' and enabled weather plugin/feature.
3738 [20:49:38] <awal1> concerns ^
3739 [20:49:45] <gutleib> faultline: also, /etc/modprobe.d/bonding.conf contains "options bonding mode=802.3ad miimon=100 lacp_rate=1 updelau=100 downdelay=100"
3740 [20:49:46] <faultline> gutleib: You don't need any physical interface stanzas in jessie. If you add them, things blow up.
3741 [20:50:08] <faultline> gutleib: Remove your changes to modprobe.d/bonding.conf, first off.
3742 [20:50:15] <jmcnaught> MrTrump: "systemctl is-enabled apache2" and "systemctl enable apache2"
3743 [20:50:28] <faultline> gutleib: Also, your netmask is... quite off.
3744 [20:50:28] <gutleib> than it falls back to balance-rr
3745 [20:50:34] *** Joins: infra-red (~infra-red@replaced-ip )
3746 [20:50:41] <faultline> gutleib: As is your gateway. I'll show you how to configure it.
3747 [20:50:51] *** Quits: misprint (misprint@replaced-ip ) (Ping timeout: 276 seconds)
3748 [20:50:56] <gutleib> faultline: darn! now i see it
3749 [20:51:33] <gutleib> faultline: that part with mask/gw is a plain mistake
3750 [20:51:33] *** Joins: re (~ibm@replaced-ip )
3751 [20:51:36] <MrTrump> debian 7 my good man!!
3752 [20:52:17] *** Joins: littlebit (~Thunderbi@replaced-ip )
3753 [20:52:22] <jmcnaught> MrTrump: Okay. Read "man update-rc.d" and replaced-url
3754 [20:52:28] *** Joins: valentt (~valentt@replaced-ip )
3755 [20:52:28] *** Quits: infra-re_ (~infra-red@replaced-ip ) (Ping timeout: 250 seconds)
3756 [20:52:31] <greycat> MrTrump: It's a strange question to ask. I guess my answer would be "How did you think you disabled it? Check for that."
3757 [20:52:37] <faultline> gutleib: replaced-url
3758 [20:53:02] *** Joins: abs (~abirks@replaced-ip )
3759 [20:53:03] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 240 seconds)
3760 [20:53:04] <faultline> gutleib: Remove all physical interface configuration for bond members, remove your custmoizations to bonding.conf. That's all you'll need.
3761 [20:53:39] <greycat> MrTrump: The #debian answer to "How do I disable startup of foo" (pre-jessie) was always "apt-get remove foo", so I guess you can check whether /usr/sbin/foo exists?
3762 [20:53:45] *** Joins: julius (~julius@replaced-ip )
3763 [20:53:55] *** Joins: netzfisch (~Thunderbi@replaced-ip )
3764 [20:53:57] <julius> hi
3765 [20:54:49] <gutleib> faultline: ok, wow, that's... elegant
3766 [20:54:54] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.4)
3767 [20:55:03] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3768 [20:55:04] *** Joins: paoki4 (~paoki4@replaced-ip )
3769 [20:55:04] <gutleib> faultline: gone pasting
3770 [20:55:11] <julius> replaced-url
3771 [20:55:11] *** Joins: pencilandpaper (~penciland@replaced-ip )
3772 [20:55:35] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 244 seconds)
3773 [20:55:41] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
3774 [20:56:14] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
3775 [20:56:17] <faultline> gutleib: Example (my own server): replaced-url
3776 [20:56:49] *** Joins: joobcode (~joobcode@replaced-ip )
3777 [20:56:52] *** Joins: paianni (~paianni@replaced-ip )
3778 [20:57:37] <joobcode> anyone point me to docs or search term for connecting incoming ssh connections to a ttysX
3779 [20:58:01] *** debhelper sets mode: +l 1637
3780 [20:58:11] <jmcnaught> MrTrump: or are you trying to figure out why Apache will not start?
3781 [20:59:03] *** Joins: josuebrunel (~Icedove@replaced-ip )
3782 [20:59:07] *** Joins: Teddy-B (~Yeah@replaced-ip )
3783 [21:00:10] *** Joins: PryMar56 (~prymar@replaced-ip )
3784 [21:00:43] <gutleib> faultline: seems OK! guess I should sleep more, that netmask/gw error made me blush
3785 [21:01:32] *** Joins: Horton (~Horton@replaced-ip )
3786 [21:01:32] *** Quits: aversario (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.92 [Iceweasel 38.6.1/20160214065925])
3787 [21:01:35] <Teddy-B> Good Day All, I'm having an issue with a Jessie Install, With Konqueror, complaining about libraries for dolphinpart.so, I have tried purging and re-installing both. looks like a bug by my searching, issue with update of dolphin4? was considering a complete re-install of the system. but the core ISO's haven't been updated since Febuary's GlibC Vulnerability was released. so re-installing and updateing will likely break the system aga
3788 [21:01:36] <Teddy-B> in. is there a KNOWN fix for this?
3789 [21:02:09] *** Joins: BalTun (~BalTun@replaced-ip )
3790 [21:03:03] *** Quits: valentt (~valentt@replaced-ip ) (Ping timeout: 240 seconds)
3791 [21:04:17] *** Quits: MadHatter42 (~tarak@replaced-ip ) (Remote host closed the connection)
3792 [21:04:21] <faultline> gutleib: You can verify the current operating state of your LAG via /proc/net/bonding/bond0
3793 [21:04:43] *** Quits: aaronmehar (~aaronmeha@replaced-ip ) (Quit: I'm off.. See Ya!)
3794 [21:05:00] *** Quits: Drizt (~Drizt@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
3795 [21:05:01] *** Quits: Guest64815 (~john@replaced-ip ) (Read error: Connection reset by peer)
3796 [21:05:47] *** Quits: Walakea (~marian@replaced-ip ) (Quit: Walakea)
3797 [21:06:46] *** Quits: MY123 (MY123@replaced-ip ) (Quit: Leaving)
3798 [21:07:01] <gutleib> faultline yes, that's how I found system brought up balance-rr instead of 802.3ad bond0
3799 [21:07:13] <faultline> gutleib: Good now, though?
3800 [21:07:14] *** Joins: pyface (~pyface@replaced-ip )
3801 [21:07:23] *** Quits: dayten (~gnoid@replaced-ip ) (Remote host closed the connection)
3802 [21:07:37] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 240 seconds)
3803 [21:07:48] <gutleib> faultline: yes, thank you! that was very helpful of you!
3804 [21:08:03] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
3805 [21:08:30] <faultline> gutleib: Cool. :) replaced-url
3806 [21:08:32] <Teddy-B> actually, looking at the error again, it also complains about libgl.so, which is most likely the issue as I have yet to solve an issue with my graphics driver as well. I went to multiple screens, and the system puts out to them in clone mode, but doesn't see the secondary monitors
3807 [21:08:45] <faultline> gutleib: Upstart processes network/interfaces differently than systemd.
3808 [21:08:55] *** Joins: we6jbo2 (~we6jbo2@replaced-ip )
3809 [21:09:00] *** Joins: dasj (~daniel@replaced-ip )
3810 [21:09:16] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 252 seconds)
3811 [21:10:48] *** Joins: bertbob (~bertbob@replaced-ip )
3812 [21:11:29] *** Joins: shootbird (~quassel@replaced-ip )
3813 [21:11:42] *** Joins: secrgb (~secrgb@replaced-ip )
3814 [21:11:46] *** Quits: secrgb (~secrgb@replaced-ip ) (Remote host closed the connection)
3815 [21:12:28] <jim> do systemd and upstart use ifup/ifdown?
3816 [21:13:01] <faultline> jim: I'm not certain as to why they're processed differently, to be honest.
3817 [21:13:17] *** Quits: infra-red (~infra-red@replaced-ip ) ()
3818 [21:13:37] *** Joins: gtrotcko1 (~Thunderbi@replaced-ip )
3819 [21:14:13] *** Joins: Echo6 (~Echo6@replaced-ip )
3820 [21:14:16] *** Quits: gtrotcko (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
3821 [21:14:17] *** Joins: barto (~Freddy@replaced-ip )
3822 [21:15:13] <jim> any idea of what the difference is? (aka how they process)
3823 [21:15:32] *** Quits: pankid_ (~quassel@replaced-ip##) (Quit: ##replaced-url
3824 [21:15:33] <jim> faultline, thanks for response btw
3825 [21:15:59] <faultline> jim: Behaviorally, individual physical interfaces have to be specified and assigned to a bond interface under upstart, whereas with systemd, it's enough to specify them as bond-slave in the bond stanza.
3826 [21:16:15] *** Quits: donoban1 (~user@replaced-ip ) (Ping timeout: 244 seconds)
3827 [21:16:32] *** Quits: otih (~otih@replaced-ip ) (Remote host closed the connection)
3828 [21:16:39] *** Joins: pankid (~quassel@replaced-ip )
3829 [21:16:45] <faultline> jim: Strangely, under upstart, the bond-slave parameter must be set to "none" on an upstart system, or the bond will fail to assemble.
3830 [21:17:22] *** Joins: donoban (~user@replaced-ip )
3831 [21:17:40] *** Quits: Teddy-B (~Yeah@replaced-ip ) (Quit: Leaving)
3832 [21:17:41] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
3833 [21:17:44] *** Joins: denisk (~denisk@replaced-ip )
3834 [21:17:51] *** Joins: otih (~otih@replaced-ip )
3835 [21:17:54] <jim> oh I see, so there is a configuration difference at least
3836 [21:18:25] *** Joins: MadHatter42 (~tarak@replaced-ip )
3837 [21:18:25] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 240 seconds)
3838 [21:18:50] <faultline> jim: replaced-url
3839 [21:18:59] *** Joins: misprint (misprint@replaced-ip )
3840 [21:19:10] *** Quits: fernie (~jarkko@replaced-ip ) (Ping timeout: 248 seconds)
3841 [21:19:47] <faultline> jim: Those are otherwise functionally-identical bond configurations between jessie and Ubuntu trusty.
3842 [21:19:57] *** Quits: Seto_Kaiba (Hunterkll@replaced-ip ) (Read error: Connection reset by peer)
3843 [21:20:09] *** Quits: MuMittens (~MuMittens@replaced-ip ) (Quit: leaving)
3844 [21:20:13] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Quit: netzfisch)
3845 [21:20:17] <jim> wow, thanks!
3846 [21:20:21] *** Joins: hanasaki (~hanasaki@replaced-ip )
3847 [21:20:21] *** Joins: Yukiteru (~Yukiteru@replaced-ip )
3848 [21:20:47] <faultline> jim: Attempting to use each configuration style on the other system will make the network stack go o.O huh?
3849 [21:20:56] <faultline> jim: Sure thing.
3850 [21:21:11] <hanasaki> how do you clear the dns cache so the new entry will be fetched from the ISP where the record was updated?
3851 [21:21:29] *** Quits: mrkebab (~mk@replaced-ip ) (Quit: Leaving)
3852 [21:21:45] <jim> hanasaki, restart the dns?
3853 [21:21:57] <hanasaki> tried restarting bind
3854 [21:22:28] *** Joins: speeddragon (~speeddrag@replaced-ip )
3855 [21:22:28] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 252 seconds)
3856 [21:22:34] <teraflops> hanasaki: unless you explicitly run a dns cache you do not have a dns cache
3857 [21:22:47] *** sheedy is now known as sheedy-away
3858 [21:22:52] *** Joins: Ariannah (~adagio@replaced-ip )
3859 [21:22:55] <teraflops> so, if you dont just try to pick other dns servers
3860 [21:23:15] <faultline> hanasaki: What's the issue you're trying to solve?
3861 [21:23:25] <faultline> hanasaki: DNS change isn't propagating, that kind of thing?
3862 [21:23:50] <teraflops> hanasaki: but i bet your isp dns do caching
3863 [21:23:53] *** Joins: SynrG (~synrg@replaced-ip )
3864 [21:23:55] *** Quits: T0rch (~T0rch@replaced-ip ) (Read error: Connection reset by peer)
3865 [21:24:01] <hanasaki> teraflops: like resolvconf and ncsd?
3866 [21:24:02] *** Joins: Jeremy_lappy (~jeremy_la@replaced-ip )
3867 [21:24:11] <faultline> All DNS is cached. That's why TTLs exist.
3868 [21:24:17] <hanasaki> resolves fine of google 8.8.8.8
3869 [21:24:20] *** Joins: aeneas (~aeneas@replaced-ip )
3870 [21:24:21] <teraflops> faultline: not in his machine
3871 [21:24:36] *** Joins: a-l-e (~quassel@replaced-ip )
3872 [21:24:39] <faultline> teraflops: Rephrased: All DNS servers cache responses.
3873 [21:24:43] <teraflops> unless he explicitly run unbound anf thisgs like that
3874 [21:24:54] <hanasaki> teraflops: what is unbound?
3875 [21:25:01] *** Joins: Guest69036 (~john@replaced-ip )
3876 [21:25:02] <teraflops> faultline: nope
3877 [21:25:17] <hanasaki> teraflops: the dns did propogate because it resolves OK directly from google servers and the isp servers. just not on my server
3878 [21:25:23] <teraflops> faultline: you know what I mean, so if you want to argue it's ok
3879 [21:25:27] *** Joins: Aaaaand (~quassel@replaced-ip )
3880 [21:25:39] *** Quits: abll (~abll@replaced-ip ) (Ping timeout: 248 seconds)
3881 [21:25:41] * hanasaki prefers to be productive over arguing
3882 [21:25:42] <teraflops> hanasaki: that's what i said
3883 [21:25:47] <faultline> teraflops: Don't be a dick.
3884 [21:25:50] *** Quits: markybob (~markybob@replaced-ip ) (Quit: leaving)
3885 [21:25:57] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 276 seconds)
3886 [21:26:06] <teraflops> faultline: oh I see
3887 [21:26:35] <hanasaki> teraflops: since it resolves ok off external servers directly it must be cached on my server and I need to manually expire it
3888 [21:26:40] <hanasaki> negative cache
3889 [21:26:41] <faultline> hanasaki: Your ISP may be using nameservers upstream from its own resolver whose cached responses may not have yet expired.
3890 [21:27:01] <teraflops> hanasaki: "your server" is?
3891 [21:27:04] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Ping timeout: 244 seconds)
3892 [21:27:16] <faultline> hanasaki: At any rate, somewhere in this process is a cached record that's causing you problems.
3893 [21:27:26] <Malinux> replaced-url
3894 [21:27:28] *** Joins: spronk (~spronkey@replaced-ip )
3895 [21:27:31] <teraflops> faultline: that's exactly what I said ....
3896 [21:27:35] <hanasaki> faultline: my dns server is set to resolve off google's if it fails locally. and a manual resolve directly to googl works
3897 [21:28:04] *** Joins: kamyl_ (~kamyl@replaced-ip )
3898 [21:28:29] *** Joins: mathijn (~mathijn@replaced-ip )
3899 [21:28:29] <faultline> hanasaki: Are you running your own DNS server internally?
3900 [21:28:35] *** Quits: spronk (~spronkey@replaced-ip ) (Max SendQ exceeded)
3901 [21:28:36] <hanasaki> faultline: yes.
3902 [21:28:39] <Malinux> the installer-usb-stick is on sda, however, I tried to install grub to /dev/sdd as it is one of my root-disks
3903 [21:28:42] <hanasaki> faultline: my dns server is set to resolve off google's if it fails locally. and a manual resolve directly to googl works
3904 [21:28:42] <faultline> hanasaki: Ah, I was ambiguous on that point. BIND?
3905 [21:28:43] *** Joins: Artpicre (~Artpicre@replaced-ip )
3906 [21:28:49] <hanasaki> bind9
3907 [21:28:49] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
3908 [21:28:51] *** Joins: LAZ2 (~iLT@replaced-ip )
3909 [21:28:55] <faultline> hanasaki: Tried an "rndc flush?"
3910 [21:29:10] <hanasaki> what package contains rndc?
3911 [21:29:30] *** Joins: NGq (48bb2821@replaced-ip )
3912 [21:29:49] <faultline> bind9utils, I think.
3913 [21:29:55] *** Quits: philipp (~philipp@replaced-ip ) (Ping timeout: 248 seconds)
3914 [21:30:27] <hanasaki> yes
3915 [21:30:36] <hanasaki> faultline: yes - no change
3916 [21:30:40] <hanasaki> hrs ago
3917 [21:30:53] *** Quits: mathijn (~mathijn@replaced-ip ) (Client Quit)
3918 [21:31:07] <faultline> You just asked me what package contained it. If you tried it hours ago, then you would have already known you had it installed.
3919 [21:31:18] <NGq> I'm having issues running a LibreOffice basic macro that was working a bit ago. Now it is simply giving me the same error on a few lines. I need an answer soon and the libreoffice irc chaneels are quite at the moment.
3920 [21:31:28] <NGq> channels*
3921 [21:31:29] *** Joins: mastokley (~mastokley@replaced-ip )
3922 [21:31:47] <faultline> hanasaki: I assume you ran that command on the bind server system itself.
3923 [21:31:58] <hanasaki> yes. locally
3924 [21:32:17] <faultline> You have a tendency to respond ambiguously. Locally on the DNS server itself?
3925 [21:32:26] *** Joins: imunsie (~imunsie@replaced-ip )
3926 [21:34:50] *** Quits: miroesq (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
3927 [21:35:45] *** Quits: NGq (48bb2821@replaced-ip##) (Quit: ##replaced-url
3928 [21:35:58] <teraflops> hanasaki: if you setup forwarders to dns' that not resolve your new records yet, restarting/refreshing is useless
3929 [21:36:13] <jmcnaught> Malinux: There are some more details about this here: replaced-url
3930 [21:36:19] *** Joins: miroesq (~quassel@replaced-ip )
3931 [21:36:25] *** Joins: waspinator (~waspinato@replaced-ip )
3932 [21:36:55] <jmcnaught> Malinux: it's not talking about the USB stick the installer is on, it's talking about some UEFI jargon
3933 [21:37:04] *** Joins: NGq_ (48bb2821@replaced-ip )
3934 [21:37:12] *** Quits: NGq_ (48bb2821@replaced-ip ) (Client Quit)
3935 [21:37:13] *** Joins: bertbob (~bertbob@replaced-ip )
3936 [21:37:23] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 248 seconds)
3937 [21:37:39] <hanasaki> teraflops: where to check forwards
3938 [21:37:40] <hanasaki> ?
3939 [21:37:52] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 260 seconds)
3940 [21:38:03] <teraflops> hanasaki: you run your own bind, right'
3941 [21:38:05] <teraflops> ?
3942 [21:38:30] <hanasaki> yes. been awhile since I touched it :) forwards are commented out as in the original default
3943 [21:38:39] *** Parts: hitlin37 (uid16371@replaced-ip )
3944 [21:38:42] *** Joins: xauth (~vincent@replaced-ip )
3945 [21:38:43] <teraflops> maybe here /etc/bind/named.conf.options
3946 [21:38:44] <Malinux> jmcnaught: okey. I tried to choose no, and the box booted, so well, it works anyway :)
3947 [21:38:55] *** Joins: Gazpaxxo (~bizarro_1@replaced-ip )
3948 [21:39:39] <jmcnaught> Malinux: it's there as a fallback options for folks with broken UEFI (quite common apparently), but it can also prevent booting other OSs that are already installed. If you don't need it, all is good
3949 [21:39:46] *** Joins: swing (~user@replaced-ip )
3950 [21:40:19] *** Joins: nuno_nunes (~PC@replaced-ip )
3951 [21:40:23] *** Joins: RippyDippy (~RippyDipp@replaced-ip )
3952 [21:40:25] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 240 seconds)
3953 [21:40:39] <RippyDippy> Hey guys, any idea how to assign handle lid close to hibernate?
3954 [21:40:39] <Malinux> jmcnaught: okey. Don't think I'll need it :)
3955 [21:40:41] *** Joins: bkraptor (~bkraptor@replaced-ip )
3956 [21:40:59] *** Joins: ndumont (~ndumont@replaced-ip )
3957 [21:41:32] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 244 seconds)
3958 [21:41:33] *** Quits: bizarro_1 (~bizarro_1@replaced-ip ) (Ping timeout: 276 seconds)
3959 [21:41:44] <SynrG> RippyDippy: /etc/systemd/logind.conf has a lid action
3960 [21:42:01] <RippyDippy> SynrG: Ive done that. HandleLidSwitch=hibernate
3961 [21:42:02] *** Quits: swing (~user@replaced-ip ) (Remote host closed the connection)
3962 [21:42:11] <RippyDippy> but it isn't hibernating :/
3963 [21:42:15] *** Joins: ibm (~ibm@replaced-ip )
3964 [21:42:29] <teraflops> RippyDippy: restarted systemd-logind?
3965 [21:42:38] *** ibm is now known as Guest44299
3966 [21:42:45] <SynrG> And you have swap space at least as big as your RAM?
3967 [21:42:50] <RippyDippy> teraflops: Restarted the entire machine
3968 [21:42:52] <teraflops> heh
3969 [21:42:59] <SynrG> i.e. hibernate otherwise works
3970 [21:43:02] <RippyDippy> SynrG: OOoooo That could be it.
3971 [21:43:20] <RippyDippy> SynrG: Actually no. I've hybernated by automatically choosing it from the aciton buttons.
3972 [21:43:20] *** Joins: sbasso (~sbasso@replaced-ip )
3973 [21:43:27] <hanasaki> teraflops: yes I run my own bind. and the forward section is commented out
3974 [21:43:34] <RippyDippy> SynrG: So I doubt thats my issue
3975 [21:43:43] <teraflops> hanasaki: ok
3976 [21:43:44] <SynrG> Nevertheless you need that
3977 [21:43:49] *** Quits: Muhannad (~Muhannad@replaced-ip ) (Quit: Leaving)
3978 [21:43:57] <SynrG> Otherwise it can't be reliable i don't think
3979 [21:44:01] *** Quits: topyli (~topyli@replaced-ip ) (Ping timeout: 240 seconds)
3980 [21:44:09] *** Quits: philipballew (~philip@replaced-ip ) (Ping timeout: 276 seconds)
3981 [21:44:10] *** Joins: Quatroking_ (~Quatrokin@replaced-ip )
3982 [21:44:24] *** Joins: balaios1 (~Icedove@replaced-ip )
3983 [21:44:25] <RippyDippy> SynrG: Yeah that might be true. Im trying to figure out how to lock encryption without powering off on lid close
3984 [21:44:36] *** Joins: mastokley (~mastokley@replaced-ip )
3985 [21:44:39] *** Quits: mthecreator (~mthecreat@replaced-ip ) (Ping timeout: 246 seconds)
3986 [21:44:47] *** Joins: bollullera (~anuxi@replaced-ip )
3987 [21:44:48] *** Quits: balaios (~Icedove@replaced-ip ) (Ping timeout: 276 seconds)
3988 [21:44:49] *** balaios1 is now known as balaios
3989 [21:45:40] <teraflops> RippyDippy: did you take a look at journalctl?
3990 [21:45:41] *** Quits: PryMar56 (~prymar@replaced-ip ) (Quit: Leaving)
3991 [21:46:11] *** Joins: mezod (~mezod@replaced-ip )
3992 [21:46:43] <teraflops> as in close the lid, wait, wait, wait, open the lid and grep journalctl for useful information
3993 [21:46:44] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Ping timeout: 244 seconds)
3994 [21:47:26] <RippyDippy> SynrG: Well I do have a swap the size of my RAM 20G encrypted swap.
3995 [21:48:00] *** debhelper sets mode: +l 1643
3996 [21:48:02] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Quit: littlebit)
3997 [21:48:22] *** Joins: EOIP (~Thunderbi@replaced-ip )
3998 [21:48:35] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
3999 [21:48:36] *** EOIP is now known as crocodilehunter
4000 [21:48:38] <SynrG> OK
4001 [21:48:44] *** Joins: brycks (~bas@replaced-ip )
4002 [21:49:23] <hanasaki> anyone know a good development lapto? works with kde and gnome and touchscreen 4k touch screen / 802.11ac / 24 or 32GB or more RAM . big SSD
4003 [21:50:13] *** Quits: joobcode (~joobcode@replaced-ip ) ()
4004 [21:51:20] *** Riviera__ is now known as Riviera_
4005 [21:52:07] *** JmZ_ is now known as JmZ
4006 [21:52:23] *** Joins: nse (~leo@replaced-ip )
4007 [21:52:23] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
4008 [21:53:08] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
4009 [21:53:15] *** Quits: saram (~saram@replaced-ip ) (Ping timeout: 264 seconds)
4010 [21:53:17] *** Quits: ferseiti (ferseiti@replaced-ip ) (Quit: Leaving)
4011 [21:53:20] *** Joins: Telvana (~digits@replaced-ip )
4012 [21:53:37] *** Joins: patchwerk (~patchwerk@replaced-ip )
4013 [21:53:55] *** Quits: salih-emin (~salih-emi@replaced-ip ) (Ping timeout: 248 seconds)
4014 [21:54:05] *** Parts: patchwerk (~patchwerk@replaced-ip )
4015 [21:54:12] *** Joins: mi11k1 (~mi11k1@replaced-ip )
4016 [21:54:34] *** Parts: hanasaki (~hanasaki@replaced-ip )
4017 [21:54:42] *** Joins: axc1298 (~axc1298@replaced-ip )
4018 [21:55:39] <MrTrump> can aptitude be used all the time?
4019 [21:55:46] <MrTrump> or are there times apt-get is needed?
4020 [21:56:07] <MrTrump> i ask because I want to hold some packages and I noticed someone sent me info about aptitude hold
4021 [21:56:17] <MrTrump> which apt-get aparently ignores
4022 [21:56:42] *** Joins: slysir (~michael@replaced-ip )
4023 [21:56:56] *** Joins: abll (~abll@replaced-ip )
4024 [21:57:24] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
4025 [21:57:57] *** Quits: jmd (~user@replaced-ip ) (Read error: No route to host)
4026 [21:58:04] *** Joins: markybob (~markybob@replaced-ip )
4027 [21:58:26] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
4028 [21:58:26] *** Joins: ChoppedDill_ (~choppeddi@replaced-ip )
4029 [21:59:15] *** Quits: skapunker (~skapunker@replaced-ip ) (Ping timeout: 248 seconds)
4030 [22:00:47] *** Joins: littlebit (~Thunderbi@replaced-ip )
4031 [22:01:33] *** Joins: skapunker (~skapunker@replaced-ip )
4032 [22:02:02] *** Joins: steven_saus (~steven@replaced-ip )
4033 [22:02:52] *** Joins: wmang (~textual@replaced-ip )
4034 [22:03:31] <Brigo> MrTrump, apt-get should not ignore hold packages.
4035 [22:03:33] *** Joins: cruncher (~cruncher@replaced-ip )
4036 [22:03:55] *** Quits: pyface (~pyface@replaced-ip ) (Quit: Leaving)
4037 [22:04:00] *** Joins: AntimatterCarp (~Carp@replaced-ip )
4038 [22:04:01] <nkuttler> MrTrump: they share a database for such data, unless you run an ancient release
4039 [22:04:11] *** Joins: strayPuppy (~vi@replaced-ip )
4040 [22:04:44] *** Joins: mdim (~mdim@replaced-ip )
4041 [22:04:58] <towo`> Brigo, aptitude holds will be for sure ignored by apt
4042 [22:05:00] *** Quits: steven_saus (~steven@replaced-ip ) (Client Quit)
4043 [22:05:03] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Client Quit)
4044 [22:05:21] *** Joins: pyface (~pyface@replaced-ip )
4045 [22:05:42] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
4046 [22:05:49] <nkuttler> towo`: huh? sure?
4047 [22:06:02] *** Quits: miroesq (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
4048 [22:07:31] *** Joins: miroesq (~quassel@replaced-ip )
4049 [22:07:34] <enoch85> anyone that are good with networks? I had a network failure some days ago, and I managed to fix so that port 443 works, but something is still wrong as port 80 won't work. When I run netstat I can only see the port 80 on ipv6 and it should work as I have Listen 80 in ports.conf, but no success. Please help.
4050 [22:07:36] <nkuttler> towo`: certainly not
4051 [22:07:45] <mi11k1> Hey can somebody give me a hand with this? replaced-url
4052 [22:07:46] <mi11k1> I have an old ThinkPad and I'm trying to get lirc to work and am getting this error.
4053 [22:07:54] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
4054 [22:08:01] *** debhelper sets mode: +l 1650
4055 [22:08:09] *** Quits: LAZ2 (~iLT@replaced-ip ) ()
4056 [22:08:17] *** Joins: SubjectOne (~section1@replaced-ip )
4057 [22:08:21] *** Parts: Horton (~Horton@replaced-ip )
4058 [22:08:23] *** Quits: Starduster (~SD@replaced-ip ) ()
4059 [22:08:48] *** Joins: paludo (~user@replaced-ip )
4060 [22:09:17] *** Quits: slysir (~michael@replaced-ip ) (Quit: This computer has gone to sleep)
4061 [22:09:57] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 244 seconds)
4062 [22:10:20] <Amun_Ra> towo`: apt won't ignore aptitude holds
4063 [22:10:33] *** Joins: balaios1 (~Icedove@replaced-ip )
4064 [22:10:51] *** Quits: lord_rob (~robert@replaced-ip ) (Quit: Konversation terminated!)
4065 [22:10:53] <karlpinc> MrTrump: I also am under the impression that aptitude and apt-get use different mechanisims for "hold". Everything else I know got unified, but not that for some reason. Anyway, yes, you can use aptitude for everything. The one exception is upgrading to the next stable release. For that you must do whatever the release notes say. Sometimes one or the other is used for major upgrades.
4066 [22:10:53] *** Joins: HelloAtMega (~HelloShit@replaced-ip )
4067 [22:11:00] *** Joins: mrkebab (~mk@replaced-ip )
4068 [22:11:02] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
4069 [22:11:15] *** Quits: balaios (~Icedove@replaced-ip ) (Ping timeout: 264 seconds)
4070 [22:11:16] *** balaios1 is now known as balaios
4071 [22:11:22] <karlpinc> MrTrump: I've not tested how the 2 work with "hold" though.
4072 [22:11:31] <Amun_Ra> karlpinc: your impression is, unfortunatelly, wrong
4073 [22:11:35] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
4074 [22:11:39] *** Joins: alison_ (~alison@replaced-ip )
4075 [22:11:39] <mi11k1> haaaha
4076 [22:11:53] *** Joins: denisk (~denisk@replaced-ip )
4077 [22:12:14] *** Quits: SubjectOne (~section1@replaced-ip ) (Client Quit)
4078 [22:12:29] <karlpinc> Amun_Ra: When did this change?
4079 [22:12:54] <Amun_Ra> karlpinc: well, tbh I did a test in testing, so it really should be #debian-next answer
4080 [22:13:05] *** Quits: oddly (~sam@replaced-ip ) (Ping timeout: 244 seconds)
4081 [22:13:19] *** Joins: cliluw (~cliluw@replaced-ip )
4082 [22:13:30] *** Joins: master_o1_master (~master_of@replaced-ip )
4083 [22:13:36] <Amun_Ra> let me test it on oldstable
4084 [22:13:41] *** Joins: aswen (~aswen@replaced-ip )
4085 [22:14:13] <karlpinc> Amun_Ra: It's not true in wheezy. See: Note that aptitude uses a different method for registering packages that are on hold than apt-get and dselect. In: replaced-url
4086 [22:14:24] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 246 seconds)
4087 [22:14:28] *** Quits: Yukiteru (~Yukiteru@replaced-ip ) (Quit: Leaving)
4088 [22:14:35] *** Quits: wmang (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
4089 [22:14:59] *** Quits: dasj (~daniel@replaced-ip ) (Ping timeout: 260 seconds)
4090 [22:15:13] <karlpinc> Amun_Ra: It's really nice to see this fixed in testing.
4091 [22:15:43] <Amun_Ra> karlpinc: I've tested it in oldstable and you're right - aptitude uses different hold mechanism than apt and wajig in oldstable
4092 [22:16:09] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 244 seconds)
4093 [22:16:09] <karlpinc> Amun_Ra: The exciting answer will be regards stable. :)
4094 [22:16:30] *** Quits: master_of_master (~master_of@replaced-ip ) (Ping timeout: 246 seconds)
4095 [22:16:35] <jmcnaught> apt-get ignores aptitude holds for me in jessie: replaced-url
4096 [22:16:36] *** Joins: Ticho_ (~Ticho@replaced-ip )
4097 [22:16:42] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
4098 [22:16:44] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 260 seconds)
4099 [22:16:46] <paludo> Hey guys, I was having problems with shutdowns hanging from time to time, not sure what was causing. So, I was advised to upgrade my kernel to jessie's backport ... well I did that, but it still hanging. I'm using a external usb mouse plugged in, someone here said that might be the problem, wouldn't it always hang then? What you guys think?
4100 [22:16:47] *** Joins: saram (~saram@replaced-ip )
4101 [22:17:16] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 264 seconds)
4102 [22:17:19] *** Quits: flexoboto (~flexo@replaced-ip ) (Ping timeout: 260 seconds)
4103 [22:17:39] *** Joins: mibo (~mibo@replaced-ip )
4104 [22:17:45] <karlpinc> jmcnaught: Yay!
4105 [22:17:48] <Amun_Ra> yes, I've tested it in stable and it's the same as in oldstable
4106 [22:17:56] <Iridos> jmcnaught, yes, they are different holds... apparently still
4107 [22:17:59] <greycat> paludo: what is the exact symptom? Where does it get stuck?
4108 [22:18:00] * Amun_Ra hides under rock ;)
4109 [22:18:00] *** debhelper sets mode: +l 1644
4110 [22:18:11] *** Parts: xauth (~vincent@replaced-ip )
4111 [22:18:22] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 248 seconds)
4112 [22:18:26] <Iridos> dpkg, tell jmcnaught about hold
4113 [22:18:27] *** Quits: jvdm (~jvdm@replaced-ip ) (Ping timeout: 248 seconds)
4114 [22:18:42] *** Quits: gtrotcko1 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
4115 [22:18:45] *** Joins: EOIP (~Thunderbi@replaced-ip )
4116 [22:18:47] *** Quits: dhanraj (~quassel@replaced-ip ) (Remote host closed the connection)
4117 [22:18:48] <karlpinc> Amun_Ra: Your tests must be different from jmcnaught. His paste shows an aptitude hold working with apt-get. ?
4118 [22:18:54] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
4119 [22:18:54] *** EOIP is now known as crocodilehunter
4120 [22:18:55] *** Joins: zave (~zave@replaced-ip )
4121 [22:19:04] <jmcnaught> Iridos: thanks, i was just testing and providing an example related to the discussion
4122 [22:19:08] *** Joins: THX1138 (~Zzyzx@replaced-ip )
4123 [22:19:20] <jmcnaught> karlpinc: i used aptitude hold on the perl package, which apt-get still wanted to upgrade
4124 [22:19:30] *** H4ndy is now known as h4ndy
4125 [22:19:41] <Iridos> jmcnaught, ah, the danger of jumping in without reading an hour of backlog :)
4126 [22:19:45] <jmcnaught> that's with "aptitude hold". holds made with "apt-mark hold" are held back in both
4127 [22:19:54] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 276 seconds)
4128 [22:19:59] <alison_> hello. I am running jessie with backports kernel and nvidia-legacy-340xx. All good except when I suspend, it seems to work but then immediately resumes. Then it comes back with no video signal.
4129 [22:20:03] <Amun_Ra> karlpinc: my tests regarding jessie are the same as jmcnaught's
4130 [22:20:10] *** Quits: ndumont (~ndumont@replaced-ip ) (Quit: quit)
4131 [22:20:44] *** Quits: toogley (~toogley@replaced-ip ) (Quit: toogley)
4132 [22:20:48] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
4133 [22:20:54] *** Joins: fishxz (~daniel@replaced-ip )
4134 [22:21:04] *** Joins: philipballew (~philip@replaced-ip )
4135 [22:21:10] *** Joins: moozer (~moz@replaced-ip )
4136 [22:21:12] <Iridos> jmcnaught, have you tested with hold, if any the new "apt" comand honors/ignores? :)
4137 [22:21:24] *** Quits: valerius (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
4138 [22:21:29] <paludo> greycat: so with the 3.16 kernel this message came up (removing quiet from grub) "xhci_hcd <bunch of numbers> can't derive routing for PCI INT A"
4139 [22:21:36] <karlpinc> Amun_Ra: Bug #137771 says fixed in jessie. This is the "hold" bug.
4140 [22:21:36] *** Joins: flexoboto (~flexo@replaced-ip )
4141 [22:21:50] <greycat> paludo: Totally different from mine, then :-/
4142 [22:21:52] *** Quits: ahmetalpbalkan (uid24629@replaced-ip ) (Quit: Connection closed for inactivity)
4143 [22:21:59] <karlpinc> *Agh!* _Not_ fixed in jessie. Fixed in testing.
4144 [22:22:03] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 240 seconds)
4145 [22:22:15] <jmcnaught> holds made with apt-mark hold seem to be respected by apt-get, aptitude and apt: replaced-url
4146 [22:22:22] <greycat> ,bug 137771
4147 [22:22:23] <judd> Bug replaced-url
4148 [22:22:40] <jmcnaught> maybe dpkg's hold factoid should be updated?
4149 [22:22:47] <greycat> Hey, it's only 14 years old, don't rush them!
4150 [22:23:20] <paludo> greycat: what are you getting?
4151 [22:23:31] *** Quits: paianni (~paianni@replaced-ip ) (Ping timeout: 252 seconds)
4152 [22:23:31] *** Joins: valerius (~quassel@replaced-ip )
4153 [22:23:32] <karlpinc> jmcnaught: Probably should not update it until next release. It has the bug number in it for testing users.
4154 [22:23:34] *** Joins: speeddragon (~speeddrag@replaced-ip )
4155 [22:23:34] <__316k__> Hi, I'm having trouble with unexpected shutdowns systematically after a shot period, I checked the kern.log file, and found out that "temperature (254 C) hit the shutdown threshold" (which is just absurd, acpi -t gives me around 40.0 degrees C). Any idea what could be causing this ?
4156 [22:23:54] *** Quits: zave (~zave@replaced-ip ) (Ping timeout: 250 seconds)
4157 [22:23:57] *** Quits: mo1991reg (~mo1991@replaced-ip ) (Ping timeout: 260 seconds)
4158 [22:24:03] <greycat> paludo: mine is replaced-url
4159 [22:24:04] <judd> Bug replaced-url
4160 [22:24:05] *** Joins: de-facto (~de-facto@replaced-ip )
4161 [22:24:10] *** Joins: bertbob (~bertbob@replaced-ip )
4162 [22:24:20] *** Joins: zave (~zave@replaced-ip )
4163 [22:24:41] *** Joins: Walakea (~marian@replaced-ip )
4164 [22:24:54] *** Quits: a-l-e (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
4165 [22:25:21] *** Quits: Walakea (~marian@replaced-ip ) (Client Quit)
4166 [22:25:59] <jmcnaught> karlpinc: i mean perhaps the factoid could be updated to mention "apt-mark hold" which is respected by all three on stable
4167 [22:26:39] <Iridos> karlpinc, oh dear... just reading the bug and... "> Would it not be best if it behaved like> apt-get, ie. reading information from /var/lib/dpkg/status? (Answer) No, it wouldn't. dselect's states are not in general equivalent to aptitude's, although they're similar." aiiiiiiiiiiiiiiii
4168 [22:26:41] *** Quits: saram (~saram@replaced-ip ) (Remote host closed the connection)
4169 [22:26:53] <paludo> greycat: with the backports' kernel too? Does you computer have graphics card? I thought it could be related, I have an optimus laptop
4170 [22:26:56] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
4171 [22:27:04] *** Quits: AlexPortable (uid7568@replaced-ip ) (Quit: Connection closed for inactivity)
4172 [22:27:05] *** Joins: paianni (~paianni@replaced-ip )
4173 [22:27:32] <karlpinc> jmcnaught: I updated dpkg to note when fixed.
4174 [22:27:33] *** Joins: charly_ (~charly@replaced-ip )
4175 [22:27:38] <greycat> paludo: if your symptom involves an *hci message, then I'm absolutely positive it's NOT related to mine, which involves very specifically the failure to swapoff a swap partition correctly
4176 [22:28:00] *** Joins: frostschutz (~frostschu@replaced-ip )
4177 [22:28:02] *** Quits: rick_ (~rick@replaced-ip ) (Ping timeout: 244 seconds)
4178 [22:28:03] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Ping timeout: 244 seconds)
4179 [22:28:22] <karlpinc> Iridos: Why "no"? What's the distinction? (I only ever use aptitude's hold.)
4180 [22:29:00] <karlpinc> Iridos: (Could it possibly have taken so long to fix because they did it right?)
4181 [22:29:03] <Iridos> karlpinc, this is all quoted from the bug... the "No" is from Daniel Burrows, who apparently develops apt
4182 [22:29:13] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 240 seconds)
4183 [22:29:13] *** Joins: Asuran (~Asuran@replaced-ip )
4184 [22:29:15] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 264 seconds)
4185 [22:29:25] <paludo> greycat: mine works fine most of the time
4186 [22:29:26] <Iridos> that's earlyish into the bug, though
4187 [22:29:45] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
4188 [22:29:46] *** Quits: mezod (~mezod@replaced-ip ) (Remote host closed the connection)
4189 [22:29:52] <Asuran> does debian offer at installation complete desktop packages which includes for example network mananger?
4190 [22:29:52] <karlpinc> Iridos: OMG! It's systemd all over again! ;-)
4191 [22:30:09] <greycat> Asuran: yes
4192 [22:30:18] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Quit: ...)
4193 [22:30:22] <Asuran> thanks greycat
4194 [22:30:31] *** Parts: charly_ (~charly@replaced-ip )
4195 [22:30:36] <Asuran> i hope debian is still good linux, much other fails me...
4196 [22:30:56] *** Joins: uglybandersnatch (~johngrime@replaced-ip )
4197 [22:30:56] <Asuran> i tried now sabayon, opensuse and dont really want ubuntu back except if only choice
4198 [22:31:37] *** Quits: Levure (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
4199 [22:32:21] <Iridos> karlpinc, well.. it's one of too many examples, where it seems a 100% clear and obvious what is wrong and what is right and a developer or even all developers think different... like recently the infamous browser-bar, which you cannot use unix-like middle-moues-button paste on when it's full, because it autoselects and or... dunno, I guess the whole gnome-shell thing of removing buttons ... lots of examples
4200 [22:32:29] *** Joins: mthecreator (~mthecreat@replaced-ip )
4201 [22:33:04] *** Joins: aaro (~aaro@replaced-ip )
4202 [22:33:16] *** Joins: spronk (~spronkey@replaced-ip )
4203 [22:33:21] *** Joins: patterson (~patterson@replaced-ip )
4204 [22:34:48] *** Joins: Zitter (~danilo@replaced-ip )
4205 [22:34:52] *** Joins: LaptopBrain (~brain@replaced-ip )
4206 [22:35:12] *** Joins: denisk (~denisk@replaced-ip )
4207 [22:35:47] *** Quits: crdil (~crdil@replaced-ip ) (Quit: WeeChat 1.3)
4208 [22:35:49] *** Joins: jvdm (~jvdm@replaced-ip )
4209 [22:35:50] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
4210 [22:36:09] *** Quits: Blaguvest (~blaguvest@replaced-ip ) ()
4211 [22:36:10] <ZodoTurtle> so, Um, Yeah. I'm an IT sysadmin. Sure, that's a little redundant. Anyhow. Apparently, I was in such a hurry to get my home system up and running that I failed to install one very important package. The one package that I always install on any Linux system I install.
4212 [22:36:54] *** Joins: ToBeCloud (uid51591@replaced-ip )
4213 [22:36:55] <ZodoTurtle> openssh
4214 [22:37:20] <noid-> ouch
4215 [22:37:25] <noid-> sudo apt-get install openssh-server ?
4216 [22:37:44] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 260 seconds)
4217 [22:37:47] <greycat> after he drives back home, sure
4218 [22:37:48] <ZodoTurtle> noid-: I'm not at home. So, I can't reach the system to do ANYTHING right now. :(
4219 [22:37:54] <noid-> areplaced-url
4220 [22:37:55] <noid-> gee whiz
4221 [22:37:56] <noid-> :(
4222 [22:38:25] * greycat checks on his own home box, finds it unreponsive again. This is so fucking obnoxious.
4223 [22:39:18] <karlpinc> Asuran: Since you're new to debian you might find this helpful:
4224 [22:39:26] <karlpinc> !tell Asuran about don't break debian
4225 [22:39:27] *** Joins: PryMar56 (~prymar@replaced-ip )
4226 [22:39:55] <Brigo> ZodoTurtle, do you expect one of us install go to your home and install it for you? :D
4227 [22:39:58] <karlpinc> Iridos: Just skimmed the bug and seem to have thought it through.
4228 [22:40:03] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 276 seconds)
4229 [22:40:04] *** Quits: flexoboto (~flexo@replaced-ip ) (Ping timeout: 260 seconds)
4230 [22:40:16] <Iridos> judd, versions aptitude
4231 [22:40:17] <judd> Package: aptitude on amd64 -- squeeze: 0.6.3-3.2+squeeze1; wheezy: 0.6.8.2-1; jessie: 0.6.11-1+b1; stretch: 0.7.5-3; sid: 0.7.7-1
4232 [22:40:25] <ZodoTurtle> Brigo: Nope. Not asking for help. Just sharing the realization of my derp. I'll be home in a few hours.
4233 [22:40:36] <Iridos> hmm, so 0.7.2-1 is supposed to have it fixed
4234 [22:40:55] <Brigo> ZodoTurtle, ok :D
4235 [22:41:10] <noid-> I'll do it for beer
4236 [22:41:19] <noid-> wait, where are you from?
4237 [22:41:20] <karlpinc> Iridos: Yeah. The little incomprehensible graphic in the upper right becomes comprehensible when you click on it.
4238 [22:41:27] <Iridos> I'm not really using holds much (at all) but there's an itch now to backport aptitude to be rid of the bug
4239 [22:42:12] <karlpinc> Iridos: I tend to hold the kernel and glibc and let other things update automatically.
4240 [22:42:15] *** Joins: WifiBrain (brain@replaced-ip )
4241 [22:42:29] <Asuran> ah thanks seems to be useful karlpinc
4242 [22:42:31] <greycat> My stupid home computer randomly freezes up, every 1 to 30 days. No pattern to it at all. Can happen while I'm just moving the mouse.
4243 [22:42:32] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: thisisapartmessage)
4244 [22:42:46] <Iridos> I'm not holding anything... probably because of no need. But possibly, because holds were effin broken
4245 [22:42:50] <Asuran> especially the part about compiling not as root
4246 [22:42:52] *** Quits: WifiBrain (brain@replaced-ip ) (Read error: Connection reset by peer)
4247 [22:42:57] <karlpinc> Asuran: You might also look at the <overview> factoid then.
4248 [22:43:02] <Iridos> greycat, netconsole?
4249 [22:43:10] *** Joins: online (~demo@replaced-ip )
4250 [22:43:18] *** Joins: nuno_nunes (~PC@replaced-ip )
4251 [22:43:27] *** Joins: mo1991reg (~mo1991@replaced-ip )
4252 [22:43:40] <greycat> Iridos: I don't even know what that is. When I say freezes, I mean *hard*. Total hardware freeze. Motherboard. Not even the caps lock light on the keyboard will work.
4253 [22:43:45] <karlpinc> greycat: My stupid home computer freezes up when the temperature drops. I've given up trying to figure out why.
4254 [22:43:54] <karlpinc> greycat: Mine segfaults.
4255 [22:44:09] *** Joins: medeirosthiiago (~medeirost@replaced-ip )
4256 [22:44:09] *** Joins: flexoboto (~flexo@replaced-ip )
4257 [22:44:15] *** Joins: WifiBrain (brain@replaced-ip )
4258 [22:44:45] *** Joins: adverb (~tom@replaced-ip )
4259 [22:45:02] *** Quits: Whitesquall (~user@replaced-ip ) (Ping timeout: 248 seconds)
4260 [22:45:12] <ZodoTurtle> To whom it may concern, Nouveau drivers have serious problems with my GTX 760 video card.
4261 [22:45:14] <Iridos> greycat, we have a netconsole factoid that describes how to set it up... other than serial console it only needs the computer to be connected to wired ethernet and a 2nd computer in the same net... both are requirements I found a lot easier than getting whatever serial console needs... and it may just print some error in the last second before it dies that helps show the reason
4262 [22:45:19] *** Quits: LaptopBrain (~brain@replaced-ip ) (Ping timeout: 260 seconds)
4263 [22:45:52] *** Quits: mo1991reg (~mo1991@replaced-ip ) (Remote host closed the connection)
4264 [22:45:59] <markybob> that was random
4265 [22:46:03] *** Quits: bkraptor (~bkraptor@replaced-ip ) (Ping timeout: 264 seconds)
4266 [22:46:10] <greycat> Iridos: I can't imagine the computer has a chance to notice a problem and emit any kind of dying scream. I've watched it happen, literally just while sitting there innocently moving the mouse as I said.
4267 [22:46:29] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. o/)
4268 [22:46:30] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Remote host closed the connection)
4269 [22:46:36] <greycat> One microsecond, it's fine. The next, nothing is happening on the screen. At all.
4270 [22:46:43] *** Joins: mo1991reg (~mo1991@replaced-ip )
4271 [22:46:56] <greycat> The image is still THERE, usually, but is not being updated. Except one time it went totally white.
4272 [22:47:04] <karlpinc> greycat: Might as well go all the way and get a usb to serial converter and do a serial console. The hardware is just a few bucks.
4273 [22:47:08] <Iridos> maybe... you don't know for sure if you don't try, though. it might be spewing into dmesg for a whole second before it freezes
4274 [22:47:17] *** Quits: barto (~Freddy@replaced-ip ) (Remote host closed the connection)
4275 [22:47:25] <karlpinc> greycat: That's what I see when I get a segfault. But the actual console shows "stuff".
4276 [22:47:40] <karlpinc> greycat: My gui just freezes.
4277 [22:48:00] *** debhelper sets mode: +l 1637
4278 [22:48:11] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
4279 [22:48:22] <greycat> grep -vE '(2160|1080|720|480|360)p'
4280 [22:48:26] <greycat> gah, wrong channel
4281 [22:48:37] <jhutchins> greycat: Have you played with SysRq at all?
4282 [22:48:53] *** Joins: crocodilehunter (~Thunderbi@replaced-ip )
4283 [22:48:58] <karlpinc> (I think my problem is either network or graphic activity.)
4284 [22:49:11] <karlpinc> jhutchins: Yeah, that's a quick approach.
4285 [22:49:12] <jhutchins> greycat: Although if numlock is dead it's unlikely to listen to sysrq.
4286 [22:49:18] <greycat> jhutchins: No. As I said, the whole *keyboard* loses functionality. The caps lock light won't light when I press caps lock, which is my first and best indicator that the machine is frozen.
4287 [22:49:38] *** Quits: Rosco2 (~RossGammo@replaced-ip ) (Quit: Leaving)
4288 [22:49:47] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
4289 [22:49:47] <jhutchins> greycat: Yeah, and that sounds like a hardware freeze.
4290 [22:50:01] <jhutchins> greycat: Clean case, reseat all cards and cables.
4291 [22:50:16] *** Joins: satdav (~satdav@replaced-ip )
4292 [22:50:29] *** Quits: WifiBrain (brain@replaced-ip ) (Read error: Connection reset by peer)
4293 [22:50:39] *** Quits: pg_ (~pg___@replaced-ip ) (Remote host closed the connection)
4294 [22:51:34] *** Joins: LaptopBrain (brain@replaced-ip )
4295 [22:51:44] <karlpinc> greycat: Purchase newbox. Dip old in molten metal and leave for future archaeologists to resolve. ;-)
4296 [22:52:00] <greycat> Yes, eventually that will be the answer.
4297 [22:52:31] *** Joins: bertrik (~quassel@replaced-ip )
4298 [22:52:40] *** Quits: nuno_nunes (~PC@replaced-ip ) (Remote host closed the connection)
4299 [22:53:13] *** Joins: jvalleroy (~quassel@replaced-ip )
4300 [22:53:15] *** Joins: denisk (~denisk@replaced-ip )
4301 [22:53:18] *** Joins: level7 (~quassel@replaced-ip )
4302 [22:54:53] <julius> hi
4303 [22:55:06] *** Joins: hanasaki (~hanasaki@replaced-ip )
4304 [22:55:06] <jercos> bronze is traditional for confusion archaeologists, yes?
4305 [22:55:29] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
4306 [22:55:56] <jercos> julius: [sparc, ia64, s390]
4307 [22:55:58] *** Quits: ChoppedDill (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
4308 [22:55:58] *** Quits: ChoppedDill_ (~choppeddi@replaced-ip ) (Ping timeout: 250 seconds)
4309 [22:56:23] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip ) (Remote host closed the connection)
4310 [22:56:31] *** Quits: kermit (~zip55413@replaced-ip ) (Ping timeout: 252 seconds)
4311 [22:56:43] *** Joins: Fahrradkette (~Fahrradke@replaced-ip )
4312 [22:57:07] <julius> im following this howto: replaced-url
4313 [22:57:19] *** Quits: nikitasius (~nikitasiu@replaced-ip ) (Quit: WeeChat 1.0.1)
4314 [22:57:29] <jercos> julius: the BIOS one is most likely
4315 [22:57:29] *** Joins: turtlehat (~turtlehat@replaced-ip )
4316 [22:57:34] *** Quits: LaptopBrain (brain@replaced-ip ) (Ping timeout: 260 seconds)
4317 [22:57:37] <julius> ok, lets try
4318 [22:57:46] *** Joins: patterson (~patterson@replaced-ip )
4319 [22:58:34] <karlpinc> jul!tell julius about debian-live
4320 [22:59:10] <karlpinc> julius: You might be better off following whatever the official instructions are than following some random blog post....
4321 [22:59:17] *** Joins: rgiskard234 (~rgiskard@replaced-ip )
4322 [23:00:16] *** Parts: rgiskard234 (~rgiskard@replaced-ip )
4323 [23:00:22] *** Quits: Guest69036 (~john@replaced-ip ) (Read error: Connection reset by peer)
4324 [23:00:53] *** Joins: mdim (~mdim@replaced-ip )
4325 [23:01:26] *** Quits: Jeremy_lappy (~jeremy_la@replaced-ip ) (Remote host closed the connection)
4326 [23:01:26] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
4327 [23:02:03] *** Quits: adverb (~tom@replaced-ip ) (Ping timeout: 240 seconds)
4328 [23:02:06] <Fahrradkette> Hey guys, I'm running jessie/xfce4 and want to use libmtp 1.1.11 (version according to the libmtp guys) in the file manager (Thunar I believe). Is there a right way to replace my current libmtp library?
4329 [23:03:12] <Iridos> the short answer is probably "no"
4330 [23:03:21] <Iridos> judd, versions libmtp
4331 [23:03:21] <jercos> Fahrradkette: if there's perfect ABI compatibiulity, sure. If not, you'd have to recompile thunar as well.
4332 [23:03:22] <judd> No package named 'libmtp' was found in amd64.
4333 [23:03:49] <markybob> Fahrradkette: you can have 1.1.10 from backports
4334 [23:03:54] <Iridos> judd, versions libmtp-common
4335 [23:03:55] <judd> Package: libmtp-common on amd64 -- wheezy: 1.1.3-35-g0ece104-5; wheezy-backports: 1.1.8-1~bpo70+1; jessie: 1.1.8-1; jessie-backports: 1.1.10-1~bpo8+1; stretch: 1.1.10-2; sid: 1.1.10-2
4336 [23:03:56] <markybob> ,v libmtp-runtime
4337 [23:03:57] <judd> Package: libmtp-runtime on amd64 -- wheezy: 1.1.3-35-g0ece104-5; wheezy-backports: 1.1.8-1~bpo70+1; jessie: 1.1.8-1+b1; jessie-backports: 1.1.10-1~bpo8+1; stretch: 1.1.10-2; sid: 1.1.10-2
4338 [23:04:04] *** Quits: hillbicks (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
4339 [23:04:14] <Iridos> tee hee
4340 [23:04:16] <julius> karlpinc, could be
4341 [23:04:17] <Fahrradkette> I need 1.1.11 since my android device is fairly new
4342 [23:04:38] <julius> karlpinc, just getting qemu to test
4343 [23:04:40] *** Quits: otto___ (~otto@replaced-ip ) (Quit: leaving)
4344 [23:04:45] <markybob> Fahrradkette: then you're on your own
4345 [23:05:02] *** Quits: Darcidride (~Quentin@replaced-ip ) (Quit: Bye.)
4346 [23:05:09] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 246 seconds)
4347 [23:05:16] *** Quits: stratum (~stratum@replaced-ip ) (Quit: stratum)
4348 [23:05:23] *** Joins: Lil_Kalee (~root@replaced-ip )
4349 [23:05:24] <Fahrradkette> could I run 2 different versions, i.e. just get some cli functionality running?
4350 [23:05:59] *** Quits: patterson (~patterson@replaced-ip ) (Remote host closed the connection)
4351 [23:06:24] *** Joins: babak (uid19622@replaced-ip )
4352 [23:06:26] *** Quits: level7 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
4353 [23:07:42] *** Joins: blueness (~blueness@replaced-ip )
4354 [23:07:49] <Iridos> Fahrradkette, you can wait until it's at least in sid... or make your own package
4355 [23:08:00] *** debhelper sets mode: +l 1628
4356 [23:08:30] <Fahrradkette> guess so
4357 [23:08:46] <Iridos> but... apt-rdepends -r libmtp9 shows a hell lot of stuff that is linked against the runtime library
4358 [23:09:13] <Iridos> that may be a good way to break a lot of programs in one go
4359 [23:09:26] <humbobble> mtp still exists?
4360 [23:09:55] *** Joins: mixomathoze (~mixomatho@replaced-ip )
4361 [23:09:57] <Iridos> Fahrradkette, there are programs like uupdate to help updating an existing package with new source. Can't remember that I've used it, though...
4362 [23:09:57] <Asuran> judd, versions calligra
4363 [23:09:58] <judd> Package: calligra on amd64 -- wheezy: 1:2.4.4-3; jessie: 1:2.8.5+dfsg-1; sid: 1:2.8.5+dfsg-1.2
4364 [23:10:18] <Fahrradkette> mby I could figure out on how to add my device to the current version
4365 [23:10:27] *** Quits: MrTrump (~gschuette@replaced-ip ) (Quit: Lost terminal)
4366 [23:10:38] *** Joins: scsix (~pepe@replaced-ip )
4367 [23:10:39] <Iridos> maybe
4368 [23:10:42] <Fahrradkette> cba going down the dependency hell
4369 [23:11:02] <Iridos> Fahrradkette, I think I would build the library separately in /usr/local ...
4370 [23:11:30] <Iridos> at least I guess in the end you need mainly /usr/lib/x86_64-linux-gnu/libmtp.so.9.x.x?
4371 [23:12:34] *** Joins: JNixx_0 (~JNixx@replaced-ip )
4372 [23:12:54] <Iridos> hmm, maybe I don't understand too well how that works
4373 [23:13:12] *** Quits: debug0x1 (~user@replaced-ip ) (Ping timeout: 246 seconds)
4374 [23:13:12] *** Quits: n0ok (~n0ok@replaced-ip ) (Ping timeout: 240 seconds)
4375 [23:13:16] <Iridos> I don't see that thunar would be linked against libmtp.so.9
4376 [23:13:27] *** Quits: inspectorcluseau (~Inspector@replaced-ip ) (Quit: Ex-Chat)
4377 [23:13:54] <Fahrradkette> it's just a guess since the device showed up in thunar
4378 [23:14:05] *** Joins: r0bby (sid699@replaced-ip )
4379 [23:14:07] <Iridos> mmh
4380 [23:14:10] *** Joins: sbasso (~sbasso@replaced-ip )
4381 [23:14:11] *** Joins: stratum (~stratum@replaced-ip )
4382 [23:14:13] <Iridos> I hardly ever use filemanagers
4383 [23:14:42] <Iridos> and not mtp for some qears now, I think
4384 [23:15:14] <Iridos> even android phones now appear as just a harddisk
4385 [23:15:25] <Iridos> the 90ies re-invented
4386 [23:15:41] <Iridos> hometime
4387 [23:15:53] *** Quits: SlaGTaTs (~bilbo@replaced-ip ) (Remote host closed the connection)
4388 [23:15:59] <Fahrradkette> omg
4389 [23:16:07] <Fahrradkette> just figured thunar did it for me
4390 [23:16:18] *** Quits: scsix (~pepe@replaced-ip ) (Quit: Leaving)
4391 [23:16:33] <Fahrradkette> had to unlock the screen, it's prolly really mounted as a harddisk
4392 [23:17:03] <alison_> hello. I am running jessie with backports kernel and nvidia-legacy-340xx. All good except when I suspend, it seems to work but then immediately resumes.
4393 [23:17:19] *** Joins: fstd (~fstd@replaced-ip )
4394 [23:17:20] <Fahrradkette> thanks for the effort Iridos, I appreciate it:)
4395 [23:17:23] *** Quits: philipballew (~philip@replaced-ip ) (Read error: Connection reset by peer)
4396 [23:18:06] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 246 seconds)
4397 [23:18:55] *** Quits: binwiederhier (~binwieder@replaced-ip ) (Remote host closed the connection)
4398 [23:19:09] *** Joins: EOIP (~Thunderbi@replaced-ip )
4399 [23:19:50] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
4400 [23:20:15] *** Quits: crocodilehunter (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
4401 [23:20:16] *** EOIP is now known as crocodilehunter
4402 [23:20:20] *** Joins: binwiederhier (~binwieder@replaced-ip )
4403 [23:20:35] *** Joins: philipballew (~philip@replaced-ip )
4404 [23:20:42] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Read error: Connection reset by peer)
4405 [23:21:24] *** Joins: nathanleclaire (~nathanlec@replaced-ip )
4406 [23:21:47] *** Joins: mezod (~mezod@replaced-ip )
4407 [23:22:00] *** Joins: kpease (~kpease@replaced-ip )
4408 [23:22:11] <awal1> How to supervise cpu, ram... usage of X process (single process? )
4409 [23:22:46] <jercos> top?
4410 [23:22:51] <jercos> how do you mean supervise?
4411 [23:23:00] *** Joins: denisk (~denisk@replaced-ip )
4412 [23:23:12] *** Joins: patterson (~patterson@replaced-ip )
4413 [23:23:41] <jercos> top -p <pid> will let you observe a single process' usage, but won't help if you're looking to apply limits.
4414 [23:23:46] *** Joins: level7 (~quassel@replaced-ip )
4415 [23:24:16] <awal1> yeah, top, htop and similar packages do the job but I want have ram, cpu... usage information of only 1 process (iceweasel, for example) not all my system
4416 [23:24:18] <julius> karlpinc, there was a little error in it, but now the iso boots
4417 [23:24:24] *** Quits: Otap (~Ota@replaced-ip ) (Ping timeout: 260 seconds)
4418 [23:24:52] *** Joins: Otap (~Ota@replaced-ip )
4419 [23:24:57] <awal1> jercos, top -p pid may be what I'm looking for . ok, thanks
4420 [23:25:37] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
4421 [23:25:39] <jercos> np :)
4422 [23:26:01] *** Quits: awesomediocrity (~nereos@replaced-ip ) (Ping timeout: 240 seconds)
4423 [23:26:07] *** Quits: spronk (~spronkey@replaced-ip ) (Quit: I may need a longer sleep timer...)
4424 [23:26:25] *** Joins: spronk (~spronkey@replaced-ip )
4425 [23:26:29] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: This time the bullet cold rocked ya / A yellow ribbon instead of a swastika)
4426 [23:26:44] *** Joins: valentt (~valentt@replaced-ip )
4427 [23:27:46] <awal1> jercos, "top -p pidnumber", does the job:) thanks
4428 [23:28:58] *** Quits: Zitter (~danilo@replaced-ip ) (Remote host closed the connection)
4429 [23:29:33] *** Joins: kermit (~zip55413@replaced-ip )
4430 [23:29:44] *** Quits: Ad1 (~Adrian@replaced-ip ) (Quit: Wychodzi z Matrixa)
4431 [23:29:55] *** Joins: amcorreia (~amcorreia@replaced-ip )
4432 [23:30:04] *** Joins: debug0x1 (~user@replaced-ip )
4433 [23:30:39] *** Joins: Starduster (~SD@replaced-ip )
4434 [23:32:33] *** Quits: uglybandersnatch (~johngrime@replaced-ip ) (Ping timeout: 240 seconds)
4435 [23:32:50] *** JmZ is now known as JmZ_
4436 [23:33:03] *** Quits: aaro (~aaro@replaced-ip ) (Read error: Connection reset by peer)
4437 [23:33:11] *** Quits: medeirosthiiago (~medeirost@replaced-ip ) (Quit: ...)
4438 [23:33:29] *** Quits: cerebro (~cerebro@replaced-ip ) (Read error: Connection reset by peer)
4439 [23:33:42] <awal1> Looking for nice 'xmobar' config files. Any one using xmobar and wanna share its config file (paste.debian.net)
4440 [23:33:44] *** Joins: aaro (~aaro@replaced-ip )
4441 [23:33:49] *** Joins: cerebro (~cerebro@replaced-ip )
4442 [23:33:54] *** Quits: Quatroking_ (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
4443 [23:34:00] *** Quits: paoki4 (~paoki4@replaced-ip ) (Ping timeout: 276 seconds)
4444 [23:34:11] *** Quits: Lil_Kalee (~root@replaced-ip ) (Ping timeout: 248 seconds)
4445 [23:34:24] <awal1> I have a nice 1, but looking for something probably better (bcuz i'm not really familiar with hasksel stuff)
4446 [23:34:43] *** Quits: slicepaperwords (~slicepape@replaced-ip ) (Ping timeout: 248 seconds)
4447 [23:35:02] <stratum> is the proper way of spoofing wifi MAC address in /etc/network/interfaces the same as with wired? hwaddress ether?
4448 [23:35:05] *** Joins: druidd (~druidd@replaced-ip )
4449 [23:35:15] <stratum> it seemingly gets ignored in my case
4450 [23:35:26] *** Joins: ToHellWithGA (~ryan@replaced-ip )
4451 [23:35:56] *** Joins: s8321414 (~s8321414@replaced-ip )
4452 [23:36:01] *** Quits: paianni (~paianni@replaced-ip ) (Quit: Leaving)
4453 [23:37:03] *** Quits: jfdh (~jfdh@replaced-ip ) (Quit: WeeChat 1.4)
4454 [23:37:17] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
4455 [23:38:43] <axc1298> stratum: i just used apt-cache search and found macchanger. you might want to try that
4456 [23:38:58] <stratum> i know about that, but thanks
4457 [23:39:07] *** Joins: dlmayhem (~delm@replaced-ip )
4458 [23:39:34] *** Quits: josuebrunel (~Icedove@replaced-ip ) (Ping timeout: 240 seconds)
4459 [23:39:44] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 250 seconds)
4460 [23:39:59] *** Joins: jerigondor (~jerigondo@replaced-ip )
4461 [23:40:03] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
4462 [23:40:23] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
4463 [23:40:25] *** Quits: strayPuppy (~vi@replaced-ip ) (Ping timeout: 244 seconds)
4464 [23:40:35] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
4465 [23:41:13] <teraflops> awal1: I just do dzen2, xmobar is easy though, just google for xmonad/xmobar dotfiles
4466 [23:41:24] *** Joins: speeddragon (~speeddrag@replaced-ip )
4467 [23:41:55] *** Quits: cerebro (~cerebro@replaced-ip ) (Read error: No route to host)
4468 [23:42:02] *** Joins: jfdh (~jfdh@replaced-ip )
4469 [23:42:14] *** Joins: cerebro (~cerebro@replaced-ip )
4470 [23:42:57] *** Quits: laidback_01 (~jax@replaced-ip ) (Quit: Leaving)
4471 [23:43:06] *** Quits: Krass (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
4472 [23:43:13] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 240 seconds)
4473 [23:44:14] <dimitry7> hi guys!
4474 [23:44:14] <dimitry7> i need help backing up 20TB of information
4475 [23:44:14] <dimitry7> What are your recommendations?
4476 [23:44:14] <dimitry7> This backup has to be reliable and Linux Debian compatible.
4477 [23:44:15] *** dimitry7 was kicked by debhelper (flood. Please use replaced-url
4478 [23:44:27] <ToHellWithGA> i don't remember the order of precedence between .bashrc .bash_profile .profile and .screenrc
4479 [23:44:40] *** Joins: kripx (~kripx@replaced-ip )
4480 [23:44:45] *** Joins: awesomediocrity (~nereos@replaced-ip )
4481 [23:44:49] <ToHellWithGA> i need to add something to $PATH on an otherwise stock debian installation. to which file should i add it?
4482 [23:45:00] *** Quits: SM0TVI (usul@replaced-ip ) (Read error: Connection reset by peer)
4483 [23:45:31] *** Joins: mdim (~mdim@replaced-ip )
4484 [23:45:35] <ToHellWithGA> 4 lines constitutes a flood? wow.
4485 [23:46:33] *** Joins: rsx (~dummy@replaced-ip )
4486 [23:46:49] *** Quits: speeddragon (~speeddrag@replaced-ip ) (Ping timeout: 240 seconds)
4487 [23:47:29] <fishxz> any advices for a atheros wifi adapter? my ping is rly unstable from time to time. its like a lag for 1-2 seconds every 1-2 mins.
4488 [23:47:39] <fishxz> on windows i have zero problems.
4489 [23:47:54] *** Quits: aeneas (~aeneas@replaced-ip ) (Quit: WeeChat 1.4)
4490 [23:48:17] *** Joins: ewew (~none@replaced-ip )
4491 [23:48:23] *** Joins: crazyonerob (~textual@replaced-ip )
4492 [23:48:49] *** Joins: ptx0 (~cheesus_c@replaced-ip )
4493 [23:48:52] *** Quits: hexnewbie (~hexqip@replaced-ip ) (Quit: Leaving)
4494 [23:49:02] *** Avasz_ is now known as Avasz
4495 [23:49:15] *** Quits: Avasz (~N900@replaced-ip ) (Changing host)
4496 [23:49:15] *** Joins: Avasz (~N900@replaced-ip )
4497 [23:50:07] *** Joins: suexec_ (~milligan@replaced-ip )
4498 [23:50:45] *** Parts: jvalleroy (~quassel@replaced-ip )
4499 [23:50:53] *** Quits: Almtesh (~Almtesh@replaced-ip ) (Remote host closed the connection)
4500 [23:50:59] <suexec_> I am trying to resize a partition. resize2fs /dev/xvda1 45G . Gives error: The containing partition (or device) is only 1243648 (4k) blocks. . cfdisk on /dev/xvda says there is 45G free space on the device.
4501 [23:51:03] *** Quits: druidd (~druidd@replaced-ip ) (Quit: Leaving)
4502 [23:51:04] <suexec_> What am I doing wrong ?
4503 [23:51:37] *** Quits: jerigondor (~jerigondo@replaced-ip ) (Quit: Leaving)
4504 [23:53:11] *** Joins: ChoppedDill_ (~choppeddi@replaced-ip )
4505 [23:53:11] *** Joins: ChoppedDill (~choppeddi@replaced-ip )
4506 [23:53:19] *** Quits: CeBe (~CeBe@replaced-ip ) (Quit: Leaving.)
4507 [23:53:28] *** Joins: hanfm (~Thunderbi@replaced-ip )
4508 [23:53:53] *** Quits: kamyl_ (~kamyl@replaced-ip ) (Read error: Connection reset by peer)
4509 [23:54:32] *** Quits: austeregrim (~austeregr@replaced-ip ) (Quit: Leaving)
4510 [23:54:34] *** Quits: turtlehat (~turtlehat@replaced-ip ) (Quit: gone)
4511 [23:54:52] *** Joins: austeregrim (~austeregr@replaced-ip )
4512 [23:54:55] *** Joins: bertbob (~bertbob@replaced-ip )
4513 [23:55:05] *** Quits: faw (~Felipe@replaced-ip ) (Remote host closed the connection)
4514 [23:56:05] *** Joins: dvs (~hibbard@replaced-ip )
4515 [23:58:13] <ToHellWithGA> suexec_: do it have to be done via CLI? gParted is pretty nice.
4516 [23:58:22] <ToHellWithGA> s/do it /does it /
4517 [23:58:50] <suexec_> Server does not have gui :( I am trying to boot the gParted live cd, but it's not doing its thing
4518 [23:58:51] *** Quits: kripx (~kripx@replaced-ip ) (Quit: Quit..)
4519 [23:59:21] *** Quits: austeregrim (~austeregr@replaced-ip ) (Client Quit)
4520 [23:59:45] *** Joins: austeregrim (~austeregr@replaced-ip )
4521 [23:59:50] *** Quits: Fahrradkette (~Fahrradke@replaced-ip ) (Quit: Leaving)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be