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:05] *** Quits: kapitalist (~Kapitalis@replaced-ip ) (Read error: Connection reset by peer)
1 [00:00:12] *** Joins: PUPPY (92e5779d@replaced-ip )
2 [00:00:17] <liplit> "ext4magic" shows a list of all deleted files. for security, how can I wipe those names to avoid "ext4magic" or other software read them. thank you
3 [00:00:19] <PUPPY> hey kiddos
4 [00:00:30] <psiklops> iLogic, Kewl !
5 [00:00:35] <PUPPY> hey kiddos
6 [00:00:42] <xormor> supertux2 is a nice game - it can be installed with "sudo aptitude install -t jessie-backports supertux".
7 [00:00:56] <PUPPY> so i wanna install debian,, my dudes,, but the website is confusing me
8 [00:01:05] <PUPPY> like i have a USB?? it's like 4gb
9 [00:01:38] <psiklops> iLogic, you seen this site: replaced-url
10 [00:01:44] *** Quits: egos (~egos@replaced-ip##) (Quit: ZNC - ##replaced-url
11 [00:01:45] <g0zzy> Use net install. You can pull down the packages later
12 [00:01:49] <somiaj> liplit: seems it is using the journal to get this info, you could just not use a journal.
13 [00:01:55] <g0zzy> (after installing a base system)
14 [00:02:01] *** Quits: Cy-GorWork (~IceChat9@replaced-ip ) (Quit: I couldn't repair your brakes, so I made your horn louder.)
15 [00:02:10] <PUPPY> where is the net install?
16 [00:02:14] *** Joins: lollypoppy (~lolly@replaced-ip )
17 [00:02:26] <iLogic> psiklops: will check it, but i'm trying to use the certificate with dovecot too, does it apply?
18 [00:02:26] <somiaj> !netinstall
19 [00:02:27] <dpkg> netinst is, like, a small CD image with which you can install Debian. If, during the installation process you have a working Internet connection, you can install more packages straight away, otherwise, you will have a base install and more packages later. See replaced-url
20 [00:02:31] <PUPPY> i'm extremely new to linux; i have only used linux mint and manjaro
21 [00:02:46] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 268 seconds)
22 [00:02:50] <g0zzy> replaced-url
23 [00:02:50] <JDM> hello I just install anope, services, Where is the o-lines from the config, location?
24 [00:03:00] <PUPPY> oh DOPE it just downloaded
25 [00:03:04] <PUPPY> thanks my man
26 [00:03:05] *** Quits: UUID00 (~UUID00@replaced-ip ) (Ping timeout: 240 seconds)
27 [00:03:05] *** Quits: Panacea (~Panacea@replaced-ip ) (Quit: My laptop has gone to sleep. ZZZzzz…)
28 [00:03:35] <g0zzy> (other architectures available)
29 [00:03:42] *** Joins: Alessandro-B (~androirc@replaced-ip )
30 [00:03:43] *** Joins: egos (~egos@replaced-ip )
31 [00:04:38] <liplit> somiaj: I don't know what magic "ext4magic" does, but it list all deleted filenames. should I clean the journal?
32 [00:05:04] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
33 [00:05:16] <psiklops> iLogic, it should. This guy can do it: replaced-url
34 [00:06:03] *** Joins: nvdr (~nvdr@replaced-ip )
35 [00:06:24] *** Quits: PUPPY (92e5779d@replaced-ip ) (Quit: Page closed)
36 [00:06:47] <acheron-a> <<-- can't wait till Debian 9 is done ;)
37 [00:06:55] *** Quits: lollypoppy (~lolly@replaced-ip ) (Remote host closed the connection)
38 [00:07:05] *** Quits: glebihan (~glebihan@replaced-ip ) (Quit: That's all folks !)
39 [00:07:12] <psiklops> iLogic, and this one too: replaced-url
40 [00:07:19] *** Joins: ki0 (~ki0@replaced-ip )
41 [00:07:20] <r4f_debian> Please, I was told to add line 'init=bin/sh' to the end of it (to the end of script in the grub menu command line ?
42 [00:08:03] <r4f_debian> the 2º procedure was too difficult to be understood: ' fsck your root file system'... where should I use fsck, if I had to make changes in the grub menu command line ? so, if was the case to do it in the grub menu command line, why it didn't work ?
43 [00:08:05] <davascript> i compile all my code with --funroll-sec-loopz just to be extra sure
44 [00:08:15] *** Joins: Pr0t3us (~Pr0t3us@replaced-ip )
45 [00:08:22] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
46 [00:09:06] <somiaj> liplit: in general you don't want to do this, the journal is useful if your machine crashes and you want to recover the filesystem.
47 [00:09:13] *** Quits: javifs (~javifs@replaced-ip ) (Quit: Quit)
48 [00:09:15] *** Quits: f10 (~flo@replaced-ip ) (Read error: Connection reset by peer)
49 [00:09:34] <somiaj> liplit: replaced-url
50 [00:09:36] <psiklops> r4f_debian, replaced-url
51 [00:10:14] <somiaj> liplit: that might help, but journal filesystems are part of the advantage of ext3 or ext4 over ext2, the journal keeps a log of how the file system inodes change, which of course allows programs like ext4magic to look over the journal and see the changes, and then provided the data wasn't overwritten recover stuff.
52 [00:10:21] *** Joins: kzimmermann (~username@replaced-ip )
53 [00:10:38] <somiaj> liplit: note you maybe able to make it so non-root users can't read the journal and ext4magic may not work unless you have root premissions -- unsure if this is possible or the details
54 [00:10:42] <liplit> somiaj: I deleted the "/var/log/journal" files, but "ext4magic" still listing ALL deleted files.
55 [00:11:31] *** Joins: f10 (~flo@replaced-ip )
56 [00:11:35] <somiaj> I don't think /var/log/journal is the filesystem journal
57 [00:11:37] *** Quits: likcoras (~likcoras@replaced-ip ) (Quit: Bye~)
58 [00:11:44] <somiaj> these aren't logs, these are part of the filesystem.
59 [00:11:56] *** Joins: likcoras (~likcoras@replaced-ip )
60 [00:12:25] <somiaj> I'm not sure on the details. replaced-url
61 [00:12:35] *** Quits: bit1 (~joseanton@replaced-ip ) (Ping timeout: 240 seconds)
62 [00:13:44] *** Quits: metasansana (~metasansa@replaced-ip ) (Quit: Leaving)
63 [00:13:55] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Quit: Leaving)
64 [00:14:16] <iLogic> psiklops: very cool, thanks for the tips!!
65 [00:15:20] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
66 [00:17:05] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 240 seconds)
67 [00:17:28] *** Joins: nickgaw (~nick@replaced-ip )
68 [00:17:34] *** Quits: biberu (~biberu@replaced-ip ) ()
69 [00:17:47] *** Joins: ArchDebian (~Arch@replaced-ip )
70 [00:17:53] <ArchDebian> "ext4magic" shows a list of all deleted files. For security, how can I Wipe those names to avoid "ext4magic" or other software list deleted filenames? thank you.
71 [00:18:01] *** Quits: liplit (483fc162@replaced-ip ) (Quit: Page closed)
72 [00:18:07] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
73 [00:18:24] <nickgaw> Hi, My live disc works fine the only thing that does not start as early as possible is espeakup how can I change it to start as early as possible and have my sound modules and alsa start up as early as possible rather after most other tasks?
74 [00:19:03] *** Joins: magnulu (~magnulu@replaced-ip )
75 [00:19:05] *** Quits: sh00p (~z@replaced-ip ) ()
76 [00:19:34] *** Quits: Plushteddy (542e1914@replaced-ip ) (Quit: Page closed)
77 [00:20:28] *** Joins: Zzeiss (~wsy@replaced-ip )
78 [00:20:36] *** Quits: zorg1 (~zorg1@replaced-ip ) (Ping timeout: 260 seconds)
79 [00:20:36] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
80 [00:21:49] <somiaj> ArchDebian: wasn't I just answering this question, either disable or delete the ext4 journal.
81 [00:22:00] *** debhelper sets mode: +l 1729
82 [00:23:59] <ArchDebian> somiaj: yes, this is the correct way, not I'm trying find the security way to clean the filesystem Journal.
83 [00:24:00] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
84 [00:24:39] <r4f_debian> pkiklogs, thanks for help and great support provided !
85 [00:24:51] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: Peace. :))
86 [00:24:56] <r4f_debian> now It's more clear for me, and I think it will be possible to fix this issue
87 [00:25:01] <r4f_debian> really thanks !!
88 [00:25:05] <somiaj> unsure here, replaced-url
89 [00:25:42] *** Joins: msl09 (~msl09@replaced-ip )
90 [00:25:49] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
91 [00:25:56] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
92 [00:26:31] <somiaj> ArchDebian: you could use tune2fs to remove the journal, fsck the filesystem, then add a journal back to it, it should create a new clean journal. I don't nkow enough about journaling on ext4 to say what is the best way to deal with this.
93 [00:26:42] <somiaj> most prefer the journal as it helps if your system crashes and you need to recover a filesystem.
94 [00:28:14] <ArchDebian> somiaj: thank you, I'll try do that
95 [00:28:40] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 268 seconds)
96 [00:29:22] <r4f_debian> bye all !
97 [00:29:29] *** Quits: r4f_debian (~debian_r4@replaced-ip ) (Quit: Leaving)
98 [00:30:06] *** Joins: deb (~MalConsej@replaced-ip )
99 [00:30:48] *** Joins: Nanananan (~Chinesium@replaced-ip )
100 [00:31:13] *** Joins: kooldavi (~kooldavi@replaced-ip )
101 [00:31:22] *** Joins: Ticho (~Ticho@replaced-ip )
102 [00:32:00] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 260 seconds)
103 [00:32:17] *** Joins: glebihan (~glebihan@replaced-ip )
104 [00:33:01] *** Joins: zorg1 (~zorg1@replaced-ip )
105 [00:33:05] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
106 [00:33:49] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
107 [00:35:46] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
108 [00:36:03] <ArchDebian> somiaj: "sudo journalctl --vacuum-time=1s && sudo journalctl --vacuum-size=1K && sudo systemctl restart systemd-journald && journalctl -u systemd-resolved" doesn't work
109 [00:36:37] <somiaj> ArchDebian: of course it dosen't. And that is not what I suggested
110 [00:36:50] <somiaj> journalctl is for the logs on the system. This is not the ext4 journal, which is something different.
111 [00:36:56] *** Quits: rgr_ (~rgr@replaced-ip ) (Ping timeout: 260 seconds)
112 [00:37:25] <somiaj> I think you aren't fully understanding what the filesystem journal is, this is part of the filesystem (it isn't a file on the file system)
113 [00:37:46] *** Joins: theluckymike (~theluckym@replaced-ip )
114 [00:37:49] *** Quits: Slumlord_ (Slumlord_@replaced-ip ) (Ping timeout: 246 seconds)
115 [00:38:05] *** Quits: markinfo (~marek@replaced-ip ) (Ping timeout: 240 seconds)
116 [00:38:25] <somiaj> replaced-url
117 [00:38:31] *** Quits: SolarAquarion (SolarAquar@replaced-ip ) (Ping timeout: 246 seconds)
118 [00:38:58] <nickgaw> Where is a good place to get assistance with bootcd?
119 [00:39:01] *** Joins: seanzd (~seanzd@replaced-ip )
120 [00:39:52] <somiaj> ArchDebian: "The journal inode is typically inode 8. The first 68 bytes of the journal inode are replicated in the ext4 superblock. The journal itself is normal (but hidden) file within the filesystem. The file usually consumes an entire block group, though mke2fs tries to put it in the middle of the disk."
121 [00:40:49] <somiaj> replaced-url
122 [00:42:03] *** Joins: dave0x6d (uid190567@replaced-ip )
123 [00:42:12] *** Joins: p3rror (~p3rror@replaced-ip )
124 [00:43:03] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 240 seconds)
125 [00:43:19] *** Joins: dethos (~dethos@replaced-ip )
126 [00:43:40] *** Joins: scoobertron (~tom@replaced-ip )
127 [00:44:32] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
128 [00:44:40] *** Joins: theluckymike (~theluckym@replaced-ip )
129 [00:46:09] <ArchDebian> somiaj: thank you, I'll work more in this issue
130 [00:46:24] *** Quits: scoobert1on (~tom@replaced-ip ) (Ping timeout: 240 seconds)
131 [00:46:58] *** Quits: raynold (uid201163@replaced-ip ) ()
132 [00:48:44] *** Quits: seanzd (~seanzd@replaced-ip ) (Ping timeout: 240 seconds)
133 [00:48:57] *** Quits: comradegarry (~garry@replaced-ip ) (Quit: leaving)
134 [00:49:00] *** Quits: fred`` (fred@replaced-ip ) (Quit: +++ATH0)
135 [00:49:46] *** Quits: kzimmermann (~username@replaced-ip ) (Ping timeout: 260 seconds)
136 [00:50:25] *** Quits: gdot (~gdot@replaced-ip ) (Remote host closed the connection)
137 [00:50:49] *** Joins: raynold (uid201163@replaced-ip )
138 [00:51:01] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) ()
139 [00:52:08] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
140 [00:52:23] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
141 [00:52:46] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Client Quit)
142 [00:52:59] *** Quits: Doldge (~Doldge@replaced-ip ) (Quit: WeeChat 1.7.1)
143 [00:53:03] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
144 [00:53:22] *** Joins: jubo2 (~juboxi@replaced-ip )
145 [00:53:31] *** Joins: nodiscc (~bsp@replaced-ip )
146 [00:53:37] <wongon> Has anyone else had this issue? On debian, I hold down the left shift key, then press some arrow key, intending to highlight a bunch of text. Instead, the mouse pointer turns into a + sign. No idea why. I checked the shortcut keys in settings and cannot find this key combo.
147 [00:54:00] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
148 [00:54:09] *** Quits: SuperTramp83 (~SuperTram@replaced-ip ) (Quit: bzzzZ :P)
149 [00:54:11] *** Joins: mtn (~mtn@replaced-ip )
150 [00:54:16] *** Quits: ArchDebian (~Arch@replaced-ip ) (Quit: Konversation terminated!)
151 [00:54:38] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Quit: .)
152 [00:55:41] <pingfloyd> wongon: in which program?
153 [00:56:15] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
154 [00:56:22] *** Quits: ssarah (~miguel@replaced-ip ) (Remote host closed the connection)
155 [00:56:26] *** Parts: psiklops (~psiklops@replaced-ip )
156 [00:56:28] *** Joins: fred`` (fred@replaced-ip )
157 [00:56:34] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 260 seconds)
158 [00:56:57] *** Quits: g0zzy (~goose@replaced-ip ) (Ping timeout: 240 seconds)
159 [00:57:26] <wongon> no limited to any program in particular.
160 [00:57:40] *** Quits: juboxi (~juboxi@replaced-ip ) (Ping timeout: 260 seconds)
161 [00:58:05] <wongon> but I'm in gnome, using a text editor
162 [00:58:24] <somiaj> which text editor? gedit?
163 [00:58:53] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 268 seconds)
164 [00:59:06] *** Joins: RickXy (~zncadmin@replaced-ip )
165 [00:59:24] <pingfloyd> maybe it's an accessibility setting turned on
166 [01:00:10] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 240 seconds)
167 [01:01:01] *** Quits: nickgaw (~nick@replaced-ip ) (Quit: ircII EPIC5-2.0.1 -- Are we there yet?)
168 [01:01:52] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
169 [01:02:01] *** debhelper sets mode: +l 1714
170 [01:02:28] *** Joins: theluckymike (~theluckym@replaced-ip )
171 [01:02:54] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Quit: Leaving)
172 [01:03:04] *** Quits: Xanthor (~Xanthor@replaced-ip ) (Remote host closed the connection)
173 [01:04:10] *** Joins: jsdfkhuytjikpdfo (~Chinesium@replaced-ip )
174 [01:04:44] *** Quits: cnu- (~u@replaced-ip ) (Ping timeout: 240 seconds)
175 [01:05:01] *** Joins: nickd25 (~nickd25@replaced-ip )
176 [01:05:20] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
177 [01:05:42] *** Joins: cnu- (~u@replaced-ip )
178 [01:05:59] *** Joins: kalipso (~kalipso@replaced-ip )
179 [01:06:55] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 245 seconds)
180 [01:07:07] *** Quits: Nanananan (~Chinesium@replaced-ip ) (Ping timeout: 255 seconds)
181 [01:09:57] *** Quits: kw21 (~kw21@replaced-ip ) (Quit: Leaving)
182 [01:09:57] *** Quits: Alessandro-B (~androirc@replaced-ip ) (Remote host closed the connection)
183 [01:10:58] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
184 [01:11:13] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
185 [01:12:03] *** Joins: ExcelTronic (~ExcelTron@replaced-ip )
186 [01:12:05] *** Quits: rk[ghost] (~rak@replaced-ip ) (Ping timeout: 240 seconds)
187 [01:13:06] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
188 [01:13:13] *** Joins: jasonwc (~jasonwc@replaced-ip )
189 [01:13:29] *** Quits: ki0 (~ki0@replaced-ip ) ()
190 [01:14:57] *** Joins: f10 (~flo@replaced-ip )
191 [01:15:41] *** Joins: Slumlord_ (Slumlord_@replaced-ip )
192 [01:17:39] *** Joins: kw21 (~kw21@replaced-ip )
193 [01:20:29] *** Joins: bogo_ (~bogo@replaced-ip )
194 [01:20:40] <bogo_> anyone here?
195 [01:20:55] <mtn> never
196 [01:20:59] *** Joins: lethu_ (~lethu@replaced-ip )
197 [01:21:01] <bogo_> nice
198 [01:21:02] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
199 [01:21:09] <mtn> 1697 nobodys
200 [01:21:11] <bogo_> replaced-url
201 [01:21:19] <bogo_> I am trying to do this
202 [01:21:48] <bogo_> but I am getting an error when I try to do sudo apt-get install certbot -t jessie-backports
203 [01:22:18] <bogo_> The following packages have unmet dependencies:
204 [01:22:18] <bogo_> certbot : Depends: python-certbot (= 0.9.3-1~bpo8+2) but it is not going to be installed
205 [01:22:18] <bogo_> E: Unable to correct problems, you have held broken packages.
206 [01:23:07] <bogo_> is it missing something now or what?
207 [01:23:31] *** Quits: lethu (~lethu@replaced-ip ) (Ping timeout: 258 seconds)
208 [01:23:32] *** Joins: skza (~skza@replaced-ip )
209 [01:28:25] <bogo_> is it a problem with the file?
210 [01:28:56] *** Quits: ForceRecon (~ForceReco@replaced-ip ) (Ping timeout: 260 seconds)
211 [01:29:05] <mtn> bogo_: can you install python-certbot from backports?
212 [01:29:24] <bogo_> how do I do that?
213 [01:30:03] <mtn> bogo_: you just pasted a backports install command. same way with the other package name ;)
214 [01:30:19] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
215 [01:30:56] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
216 [01:30:57] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 268 seconds)
217 [01:30:58] *** Joins: SolarAquarion (SolarAquar@replaced-ip )
218 [01:31:06] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
219 [01:31:17] *** Joins: cdown (~cdown@replaced-ip )
220 [01:31:54] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
221 [01:32:00] *** debhelper sets mode: +l 1708
222 [01:32:14] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
223 [01:32:24] *** Quits: El_RubenZ (~rubenz@replaced-ip ) (Quit: Leaving.)
224 [01:32:46] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
225 [01:33:06] <bogo_> apt-get install python-certbot ?
226 [01:33:11] *** Joins: kzimmermann (~username@replaced-ip )
227 [01:33:15] <bogo_> is that what you want?
228 [01:33:19] *** Joins: cdown (~cdown@replaced-ip )
229 [01:33:24] *** Joins: dbuduru (~dbuduru@replaced-ip )
230 [01:33:58] <mtn> bogo_: no. look up. you pasted "sudo apt-get install certbot -t jessie-backports" change cerbot to python-cerbot
231 [01:34:31] <dbuduru> bye
232 [01:34:34] <dbuduru> exit
233 [01:34:40] *** Parts: dbuduru (~dbuduru@replaced-ip )
234 [01:34:48] *** Quits: cmatrix (~root@replaced-ip ) (Remote host closed the connection)
235 [01:35:21] <bogo_> E: Unable to locate package python-cerbot
236 [01:35:24] *** Joins: mirsone (~mirs_one@replaced-ip )
237 [01:35:26] *** Joins: cmatrix (~root@replaced-ip )
238 [01:35:36] <mirsone> hi
239 [01:35:49] <mirsone> i am new here
240 [01:35:53] <bazhang> ,v python-certbot
241 [01:35:54] <judd> Package: python-certbot on amd64 -- jessie-backports: 0.9.3-1~bpo8+2; stretch: 0.10.2-1; sid: 0.11.1-1; experimental: 0.12.0-1
242 [01:36:02] <bazhang> with a t
243 [01:36:10] *** Quits: Tom012 (~tom@replaced-ip ) (Ping timeout: 240 seconds)
244 [01:36:10] *** Quits: feri (~feri@replaced-ip ) (Ping timeout: 240 seconds)
245 [01:36:11] *** Quits: jsdfkhuytjikpdfo (~Chinesium@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
246 [01:36:51] <bogo_> fat fingers lol
247 [01:36:59] *** Joins: Chinesium (~Chinesium@replaced-ip )
248 [01:37:17] <bogo_> python-certbot : Depends: python-acme (>= 0.9.3) but it is not going to be installed
249 [01:37:19] *** Quits: pbrewczynski_c (uid172802@replaced-ip ) (Quit: Connection closed for inactivity)
250 [01:37:36] <bogo_> E: Unable to correct problems, you have held broken packages.
251 [01:39:02] <bogo_> I think backports is in the process of updating but broke it again maybe?
252 [01:39:26] *** Joins: dakka (~dakka@replaced-ip )
253 [01:39:53] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
254 [01:40:50] *** Quits: nighty-- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
255 [01:41:05] *** Joins: ForceRecon (~ForceReco@replaced-ip )
256 [01:41:24] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
257 [01:42:20] *** Quits: Zynkx (~zynkx@replaced-ip ) (Quit: Leaving)
258 [01:42:55] <bogo_> OK maybe certbot is broke?
259 [01:43:44] *** Joins: Achylles (~Achylles@replaced-ip )
260 [01:45:08] *** Quits: kalipso (~kalipso@replaced-ip ) (Ping timeout: 268 seconds)
261 [01:45:35] *** Quits: vegananarchist (~bevegan@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
262 [01:46:21] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 260 seconds)
263 [01:46:26] *** Joins: kalipso (~kalipso@replaced-ip )
264 [01:46:30] <bogo_> replaced-url
265 [01:46:39] <bogo_> I see I am not the only one having issues
266 [01:48:05] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
267 [01:48:23] *** Joins: Tom01 (~tom@replaced-ip )
268 [01:51:50] *** Joins: dirtyroshi_ (~dirtyrosh@replaced-ip )
269 [01:52:14] <bogo_> OK then
270 [01:53:09] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
271 [01:54:56] *** Quits: msl09 (~msl09@replaced-ip ) (Quit: Leaving)
272 [01:55:31] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
273 [01:56:30] *** Joins: California (~saoirse@replaced-ip )
274 [01:57:04] <p3rror> is it possible to rewrite arpwatch on bash only
275 [01:57:23] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
276 [01:57:58] *** Joins: mandeep (~mandeep@replaced-ip )
277 [01:59:10] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
278 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
279 [02:01:46] *** Joins: dayten (~gnoid@replaced-ip )
280 [02:01:47] *** Joins: de-facto (~de-facto@replaced-ip )
281 [02:02:45] *** Quits: circ-user-qzNJE (~circuser-@replaced-ip ) (Ping timeout: 245 seconds)
282 [02:03:29] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
283 [02:05:09] *** Joins: cmatrix089 (~root@replaced-ip )
284 [02:05:35] *** Joins: xiaodong (~xiaodong@replaced-ip )
285 [02:06:10] *** Quits: cmatrix (~root@replaced-ip ) (Ping timeout: 240 seconds)
286 [02:06:12] *** Joins: cdown (~cdown@replaced-ip )
287 [02:07:12] *** Quits: Pr0t3us (~Pr0t3us@replaced-ip ) (Quit: Leaving)
288 [02:07:20] *** Joins: aachen_ (~Anatolia@replaced-ip )
289 [02:07:40] *** Quits: DrNo (~DrNo@replaced-ip##) (Quit: ZNC 1.6.3+deb1 - ##replaced-url
290 [02:08:57] *** Joins: diniwed (~gavron@replaced-ip )
291 [02:09:23] *** Joins: floo123 (~flo@replaced-ip )
292 [02:09:30] *** Quits: anhedonist (~anhedonis@replaced-ip ) (Remote host closed the connection)
293 [02:09:33] *** Quits: floo123 (~flo@replaced-ip ) (Client Quit)
294 [02:09:44] *** Quits: aachen_ (~Anatolia@replaced-ip ) (Quit: Reconnecting)
295 [02:09:52] *** Joins: aachen (~Anatolia@replaced-ip )
296 [02:10:20] *** Joins: DrNo (~DrNo@replaced-ip )
297 [02:10:29] *** Quits: babilen (~babilen@replaced-ip ) (Ping timeout: 255 seconds)
298 [02:12:12] *** Quits: dootele (~dootele@replaced-ip ) (Remote host closed the connection)
299 [02:13:09] *** Joins: blueness (~blueness@replaced-ip )
300 [02:13:44] *** Quits: p3rror (~p3rror@replaced-ip ) (Quit: Leaving)
301 [02:14:12] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Exiting)
302 [02:14:42] *** Quits: California (~saoirse@replaced-ip ) (Quit: Konversation terminated!)
303 [02:15:26] *** Joins: dreamon__ (~dreamon@replaced-ip )
304 [02:16:05] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 260 seconds)
305 [02:16:41] *** Quits: RUDE (Elite19330@replaced-ip##) (Quit: EliteBNC free bnc service - ##replaced-url
306 [02:17:00] *** Joins: G4st0n (~epsilon@replaced-ip )
307 [02:17:00] *** Joins: jasonwc (~jasonwc@replaced-ip )
308 [02:17:12] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 268 seconds)
309 [02:17:49] *** Quits: apt (ibot@replaced-ip ) (Read error: Connection reset by peer)
310 [02:18:51] *** Joins: apt (ibot@replaced-ip )
311 [02:19:20] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
312 [02:19:33] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 240 seconds)
313 [02:22:11] <mirsone> bye
314 [02:22:16] *** Quits: mirsone (~mirs_one@replaced-ip ) (Quit: Leaving)
315 [02:22:36] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 260 seconds)
316 [02:23:12] *** Quits: kzimmermann (~username@replaced-ip ) (Quit: leaving)
317 [02:23:24] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
318 [02:24:23] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
319 [02:24:35] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 240 seconds)
320 [02:25:10] *** Joins: DrNo (~DrNo@replaced-ip )
321 [02:26:16] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
322 [02:26:25] *** Joins: marcozink2 (~marcozink@replaced-ip )
323 [02:27:10] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 240 seconds)
324 [02:27:53] *** Quits: JDM (~Aaron@replaced-ip ) (Killed (kornbluth.freenode.net (Nickname regained by services)))
325 [02:28:10] *** Joins: Guest34680 (~Aaron@replaced-ip )
326 [02:28:47] *** Joins: Tom01 (~tom@replaced-ip )
327 [02:30:02] *** Joins: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es)
328 [02:30:40] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 240 seconds)
329 [02:31:05] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 240 seconds)
330 [02:31:57] *** Quits: rhizome (~rhizome@replaced-ip ) (Ping timeout: 240 seconds)
331 [02:32:00] *** debhelper sets mode: +l 1698
332 [02:32:14] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 260 seconds)
333 [02:32:38] *** Joins: rodrigopaiva (~rodrigopa@replaced-ip )
334 [02:33:24] *** Quits: Downer (~downer@replaced-ip ) (Ping timeout: 240 seconds)
335 [02:33:45] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
336 [02:34:21] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
337 [02:36:01] *** Joins: ShalokShalom_ (~quassel@replaced-ip )
338 [02:37:26] *** Joins: kus (~minot@replaced-ip )
339 [02:37:31] *** Joins: jasonwc (~jasonwc@replaced-ip )
340 [02:37:53] *** Quits: ShalokShalom (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
341 [02:38:40] *** Joins: electro33 (uid613@replaced-ip )
342 [02:39:27] *** Joins: rhizome (~rhizome@replaced-ip )
343 [02:39:48] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 258 seconds)
344 [02:40:48] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 260 seconds)
345 [02:41:26] *** Quits: fyrril (~fyrril@replaced-ip ) (Read error: Connection reset by peer)
346 [02:41:45] *** Quits: nodiscc (~bsp@replaced-ip ) (Ping timeout: 260 seconds)
347 [02:42:29] *** Joins: fstd_ (~fstd@replaced-ip )
348 [02:42:39] *** Quits: fstd (~fstd@replaced-ip ) (Read error: Connection reset by peer)
349 [02:42:49] *** fstd_ is now known as fstd
350 [02:42:55] *** Joins: ryouma (~user@replaced-ip )
351 [02:43:21] *** Parts: ryouma (~user@replaced-ip )
352 [02:43:45] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
353 [02:44:11] *** Joins: blueness (~blueness@replaced-ip )
354 [02:44:17] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
355 [02:44:54] *** Joins: cyphase (~cyphase@replaced-ip )
356 [02:45:57] *** Joins: DarkZero (~DarkZero@replaced-ip )
357 [02:46:01] *** Joins: diniwed (~gavron@replaced-ip )
358 [02:47:48] *** Quits: DarkZero (~DarkZero@replaced-ip ) (Client Quit)
359 [02:48:15] *** Joins: come (~come@replaced-ip )
360 [02:48:43] *** Joins: Salcoder (689ce470@replaced-ip )
361 [02:49:53] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 268 seconds)
362 [02:50:00] *** Quits: namyzarc (~namyzarc@replaced-ip ) (Quit: Leaving)
363 [02:51:13] *** Parts: come (~come@replaced-ip )
364 [02:53:13] *** Joins: PHahrrgis (~come@replaced-ip )
365 [02:53:24] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Remote host closed the connection)
366 [02:53:41] *** Joins: namyzarc (~namyzarc@replaced-ip )
367 [02:53:57] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
368 [02:54:30] *** Quits: hhao (~samigarus@replaced-ip ) (Read error: Connection reset by peer)
369 [02:55:41] *** Joins: DrNo (~DrNo@replaced-ip )
370 [02:55:42] *** Joins: nighty-- (~nighty@replaced-ip )
371 [02:55:44] *** Quits: vin3 (~vin3@replaced-ip ) (Ping timeout: 260 seconds)
372 [02:56:42] *** Joins: memyself (~he@replaced-ip )
373 [02:56:57] *** Joins: teclo- (42@replaced-ip )
374 [02:57:06] *** Joins: lunchslut (~lunch@replaced-ip )
375 [02:58:40] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 260 seconds)
376 [02:59:03] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 240 seconds)
377 [02:59:36] *** Joins: civillian (~nick@replaced-ip )
378 [02:59:47] *** Quits: madlord (~joaoborge@replaced-ip ) (Quit: leaving)
379 [02:59:55] *** Joins: karakedi (~eAC53C340@replaced-ip )
380 [02:59:55] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
381 [02:59:55] *** Joins: karakedi (~eAC53C340@replaced-ip )
382 [02:59:59] *** Joins: indistylo (~indistylo@replaced-ip )
383 [03:00:02] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
384 [03:00:33] *** Joins: dunderproto (~dunderpro@replaced-ip )
385 [03:04:00] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 245 seconds)
386 [03:05:26] *** Joins: sidmo_ (~sidmo@replaced-ip )
387 [03:08:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
388 [03:08:16] *** Joins: Ricardo__ (~rick@replaced-ip )
389 [03:09:16] *** Quits: sidmo (~sidmo@replaced-ip ) (Ping timeout: 260 seconds)
390 [03:09:56] *** Quits: acheron-a (~acheron-a@replaced-ip ) (Quit: Good Bye and Good Luck)
391 [03:10:30] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
392 [03:12:05] *** Quits: juantelez (~juantelez@replaced-ip ) (Quit: WeeChat 1.0.1)
393 [03:12:36] *** Quits: autofsckk (~autofsckk@replaced-ip ) (Remote host closed the connection)
394 [03:12:50] *** Joins: juantelez (~juantelez@replaced-ip )
395 [03:13:09] *** Joins: valeech (~valeech@replaced-ip )
396 [03:13:45] *** Joins: th0r (~th0r@replaced-ip )
397 [03:13:48] *** Quits: th0r (~th0r@replaced-ip ) (Max SendQ exceeded)
398 [03:13:50] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 260 seconds)
399 [03:14:52] *** Quits: js9600 (~jsdk@replaced-ip ) (Ping timeout: 260 seconds)
400 [03:16:00] *** Joins: autofsckk (~autofsckk@replaced-ip )
401 [03:16:05] *** Quits: tty0_ (~NA@replaced-ip ) (Quit: Leaving.)
402 [03:16:21] *** Joins: tty0_ (~NA@replaced-ip )
403 [03:17:12] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 260 seconds)
404 [03:18:30] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
405 [03:20:17] *** lethu_ is now known as lethu
406 [03:20:27] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (Ping timeout: 240 seconds)
407 [03:21:24] *** Joins: RUDE (Elite19330@replaced-ip )
408 [03:22:17] *** Joins: cyphase (~cyphase@replaced-ip )
409 [03:24:18] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
410 [03:26:05] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
411 [03:27:08] *** Joins: Colti (Miramar-FL@replaced-ip )
412 [03:27:23] *** Joins: oahong (~samigarus@replaced-ip )
413 [03:27:27] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
414 [03:27:36] *** Quits: Salcoder (689ce470@replaced-ip ) (Quit: Page closed)
415 [03:28:56] *** Joins: Downer (~downer@replaced-ip )
416 [03:29:33] *** Quits: deb (~MalConsej@replaced-ip ) (Ping timeout: 240 seconds)
417 [03:32:28] *** Quits: bodqhrohro (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
418 [03:33:29] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 260 seconds)
419 [03:33:30] *** Joins: Arianna (~Arianna@replaced-ip )
420 [03:33:50] *** Quits: Downer (~downer@replaced-ip ) (Changing host)
421 [03:33:50] *** Joins: Downer (~downer@replaced-ip )
422 [03:34:02] *** Quits: anuxivm (~anuxi@replaced-ip ) (Quit: Leaving.)
423 [03:34:35] *** Quits: kalipso (~kalipso@replaced-ip ) (Ping timeout: 240 seconds)
424 [03:34:41] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Ping timeout: 252 seconds)
425 [03:35:27] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 240 seconds)
426 [03:36:40] *** Quits: diqidoq_afk (~digidog@replaced-ip ) (Quit: leaving)
427 [03:36:48] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
428 [03:37:44] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
429 [03:37:45] *** Joins: hhao (~samigarus@replaced-ip )
430 [03:37:45] *** Quits: hhao (~samigarus@replaced-ip ) (Changing host)
431 [03:37:45] *** Joins: hhao (~samigarus@replaced-ip )
432 [03:38:10] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
433 [03:38:23] *** Joins: cyphase (~cyphase@replaced-ip )
434 [03:38:34] *** Joins: Adbray (~Adbray@replaced-ip )
435 [03:38:38] *** Quits: ploop (~ploop@replaced-ip ) (Remote host closed the connection)
436 [03:38:50] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 258 seconds)
437 [03:39:17] *** Joins: blueness (~blueness@replaced-ip )
438 [03:40:15] *** Joins: Dreaman (~deb@replaced-ip )
439 [03:40:20] *** Joins: mirwin (~mirwin@replaced-ip )
440 [03:42:07] *** Joins: Yondering (~timo@replaced-ip )
441 [03:42:47] *** Quits: blueness (~blueness@replaced-ip ) (Client Quit)
442 [03:43:03] *** Quits: kw21 (~kw21@replaced-ip ) (Quit: Leaving)
443 [03:45:06] *** Joins: dvs (~hibbard@replaced-ip )
444 [03:45:31] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
445 [03:45:50] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
446 [03:46:26] *** Joins: ploop (~ploop@replaced-ip )
447 [03:47:38] *** Joins: kalipso (~kalipso@replaced-ip )
448 [03:47:52] *** Joins: x032cx (~lxuser@replaced-ip )
449 [03:49:00] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 245 seconds)
450 [03:51:38] *** Joins: dirac1 (~dirac@replaced-ip )
451 [03:52:06] *** Joins: deb (~MalConsej@replaced-ip )
452 [03:52:12] *** Joins: cyphase (~cyphase@replaced-ip )
453 [03:53:03] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 240 seconds)
454 [03:53:05] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 240 seconds)
455 [03:53:28] *** Joins: holden- (~username@replaced-ip )
456 [03:53:51] *** Quits: NyanPasu (~NyanPasu@replaced-ip ) (Remote host closed the connection)
457 [03:53:54] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
458 [03:54:08] *** Joins: Mahe (~mahe@replaced-ip )
459 [03:55:51] *** Joins: karakedi (~eAC53C340@replaced-ip )
460 [03:55:57] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
461 [03:55:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
462 [03:56:52] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 260 seconds)
463 [03:57:47] *** Joins: sphenxes (~sphenxes@replaced-ip )
464 [03:58:52] *** Joins: blueness (~blueness@replaced-ip )
465 [04:00:59] *** Joins: pencilandpaper (~penciland@replaced-ip )
466 [04:01:20] *** Quits: paulgrmn (~paulgorma@replaced-ip ) (Read error: Connection reset by peer)
467 [04:01:39] *** Joins: cyphase (~cyphase@replaced-ip )
468 [04:01:50] *** Joins: paulgrmn (~paulgorma@replaced-ip )
469 [04:02:54] *** Joins: mirwin_ (~mirwin@replaced-ip )
470 [04:03:07] *** Quits: mirwin (~mirwin@replaced-ip ) (Read error: Connection reset by peer)
471 [04:03:43] *** Quits: mirwin_ (~mirwin@replaced-ip ) (Max SendQ exceeded)
472 [04:03:45] *** Quits: realies (~realies@replaced-ip ) (Ping timeout: 258 seconds)
473 [04:04:47] *** Joins: shinnya (~shinnya@replaced-ip )
474 [04:06:56] *** Joins: mirwin (~mirwin@replaced-ip )
475 [04:08:46] *** Joins: mirwin_ (~mirwin@replaced-ip )
476 [04:09:17] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
477 [04:09:26] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 268 seconds)
478 [04:09:31] *** Quits: mirwin (~mirwin@replaced-ip ) (Read error: Connection reset by peer)
479 [04:10:22] *** uNmowed|2 is now known as uNmowed
480 [04:11:16] *** Joins: graytron (~tero@replaced-ip )
481 [04:11:28] *** Joins: Guest9879 (~blarg@replaced-ip )
482 [04:11:40] *** graytron is now known as Guest42155
483 [04:11:54] *** Joins: uNmowed|2 (~Mayu@replaced-ip )
484 [04:12:02] <PHahrrgis> My machine (thinkcentre edge 71) will only boot a mint liveusb (from unetbootin), windows 7 (from the disk) or the debian installer. It doesn't recognize either mint or debian after they say they're finished installing. Is there a magic bullet to fix this and get it to boot? I tried putting the bootx64.efi from the usb into /EFI/BOOT and nothing changed. The error it gives me is 1962: no operating system found. Trying to do a wipe and install of
485 [04:12:02] <PHahrrgis> mint, and if that works, debian. I don't have data to waste and mint installs without the net.
486 [04:12:53] *** Quits: mirwin_ (~mirwin@replaced-ip ) (Remote host closed the connection)
487 [04:13:15] *** Joins: mirwin_ (~mirwin@replaced-ip )
488 [04:14:27] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Quit: Leaving)
489 [04:15:54] *** Quits: mirwin_ (~mirwin@replaced-ip ) (Remote host closed the connection)
490 [04:16:03] *** Quits: uNmowed (~Mayu@replaced-ip ) (Ping timeout: 240 seconds)
491 [04:16:06] *** Joins: Canucktux (~quassel@replaced-ip )
492 [04:16:44] <Dreaman> PHahrrgis win 7 start or not
493 [04:17:09] <PHahrrgis> yeah it boots
494 [04:17:20] <Dreaman> rufus download creat usb boot stick restart bios farst boot usb and install
495 [04:17:34] <Dreaman> but
496 [04:17:52] <Dreaman> creat boot part and swap and root
497 [04:18:19] *** Quits: genpaku (~genpaku@replaced-ip ) (Remote host closed the connection)
498 [04:18:36] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
499 [04:19:22] <Dreaman> replaced-url
500 [04:19:27] <Dreaman> see my system
501 [04:19:47] <Dreaman> in debian same
502 [04:19:54] <dvs> PHahrrgis, install the system as if it's installed on a removable device.
503 [04:20:17] *** Joins: genpaku (~genpaku@replaced-ip )
504 [04:20:39] <PHahrrgis> dvs: is that an option in the debian installer?
505 [04:20:40] *** Quits: Guest42155 (~tero@replaced-ip ) (Ping timeout: 240 seconds)
506 [04:22:12] <dvs> PHahrrgis, it was when I was installing it using the UEFI boot option
507 [04:22:37] *** Joins: gr8ron (~tero@replaced-ip )
508 [04:22:58] *** Joins: o33 (~o33@replaced-ip )
509 [04:23:10] <PHahrrgis> thanks fella; I'll try that
510 [04:23:56] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 260 seconds)
511 [04:24:10] *** Joins: vin3 (~vin3@replaced-ip )
512 [04:24:54] *** Joins: fnlkj (~fnlkj@replaced-ip )
513 [04:25:57] *** Quits: deb (~MalConsej@replaced-ip ) (Ping timeout: 240 seconds)
514 [04:29:17] *** Quits: Guest9879 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
515 [04:31:38] *** Joins: jakefb (~textual@replaced-ip )
516 [04:31:43] *** Joins: _tyranny12 (~blarg@replaced-ip )
517 [04:32:24] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 260 seconds)
518 [04:35:34] *** Joins: memyself (~he@replaced-ip )
519 [04:38:38] *** Quits: vin3 (~vin3@replaced-ip ) (Quit: Leaving)
520 [04:38:51] *** Joins: vin3 (~vin3@replaced-ip )
521 [04:38:56] *** Quits: vin3 (~vin3@replaced-ip ) (Max SendQ exceeded)
522 [04:39:21] *** Joins: vin3 (~vin3@replaced-ip )
523 [04:39:45] *** Quits: vin3 (~vin3@replaced-ip ) (Max SendQ exceeded)
524 [04:39:54] *** Joins: meghnath (~meghnath@replaced-ip )
525 [04:40:08] *** Joins: vin3 (~vin3@replaced-ip )
526 [04:40:13] *** Joins: bandrami (~weldon@replaced-ip )
527 [04:40:18] *** Joins: realies (~realies@replaced-ip )
528 [04:40:18] *** Quits: realies (~realies@replaced-ip ) (Changing host)
529 [04:40:18] *** Joins: realies (~realies@replaced-ip )
530 [04:40:30] *** Quits: vin3 (~vin3@replaced-ip ) (Max SendQ exceeded)
531 [04:40:32] *** Quits: meghnath (~meghnath@replaced-ip ) (Client Quit)
532 [04:40:54] *** Joins: vin3 (~vin3@replaced-ip )
533 [04:41:05] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
534 [04:41:15] *** Quits: vin3 (~vin3@replaced-ip ) (Max SendQ exceeded)
535 [04:41:37] *** Joins: vin3 (~vin3@replaced-ip )
536 [04:41:58] *** Quits: vin3 (~vin3@replaced-ip ) (Max SendQ exceeded)
537 [04:44:03] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
538 [04:44:27] *** Quits: dirtyroshi_ (~dirtyrosh@replaced-ip ) (Quit: Leaving)
539 [04:44:32] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 252 seconds)
540 [04:45:34] *** Quits: korzybski (~vetco-mbp@replaced-ip ) (Quit: korzybski)
541 [04:46:29] *** Joins: chachasmooth (~chachasmo@replaced-ip )
542 [04:47:48] *** Joins: bnw (~bnw@replaced-ip )
543 [04:51:04] <kus> anyone seen something like this? debian stable display won't start if I connect vga or hdmi on a lenovo y510p laptop with nvidia GT750M graphics card [ 20.092579] nouveau E[ PBUS][0000:07:00.0] MMIO write of 0x00000002 FAULT at 0x4188ac [ IBUS ]
544 [04:51:27] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 240 seconds)
545 [04:53:12] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 258 seconds)
546 [04:53:19] *** Parts: bandrami (~weldon@replaced-ip )
547 [04:54:11] *** Quits: bogo_ (~bogo@replaced-ip ) (Read error: Connection reset by peer)
548 [04:54:22] *** Joins: jasonwc (~jasonwc@replaced-ip )
549 [04:57:57] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 240 seconds)
550 [04:59:40] *** Joins: mdorenka (~mdorenka@replaced-ip )
551 [05:00:00] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 260 seconds)
552 [05:00:35] *** Quits: murphy (~murphy@replaced-ip ) (Ping timeout: 255 seconds)
553 [05:01:30] *** Joins: pacha (~user@replaced-ip )
554 [05:01:56] *** Quits: wongon (~jtam@replaced-ip ) (Quit: wongon)
555 [05:02:00] *** debhelper sets mode: +l 1691
556 [05:02:57] *** Joins: korzybski (~vetco-mbp@replaced-ip )
557 [05:04:16] *** Quits: kus (~minot@replaced-ip ) (Quit: Leaving)
558 [05:04:18] *** Quits: korzybski (~vetco-mbp@replaced-ip ) (Client Quit)
559 [05:05:03] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 240 seconds)
560 [05:08:16] *** Joins: snar3 (~snar3@replaced-ip )
561 [05:08:38] *** Joins: nodiscc (~bsp@replaced-ip )
562 [05:08:38] *** Quits: nodiscc (~bsp@replaced-ip ) (Changing host)
563 [05:08:38] *** Joins: nodiscc (~bsp@replaced-ip )
564 [05:09:58] *** Joins: murphy (~murphy@replaced-ip )
565 [05:12:33] *** Quits: dunderproto (~dunderpro@replaced-ip ) (Ping timeout: 240 seconds)
566 [05:12:49] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
567 [05:12:53] *** Joins: dunderproto (~dunderpro@replaced-ip )
568 [05:13:04] *** Quits: memyself (~he@replaced-ip ) (Remote host closed the connection)
569 [05:13:34] *** Quits: holden- (~username@replaced-ip ) (Ping timeout: 268 seconds)
570 [05:17:00] *** Quits: DrNo (~DrNo@replaced-ip##) (Quit: ZNC 1.6.3+deb1 - ##replaced-url
571 [05:18:21] *** Joins: DrNo (~DrNo@replaced-ip )
572 [05:19:00] *** Quits: atomi (~atomi@replaced-ip ) (Ping timeout: 260 seconds)
573 [05:19:03] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
574 [05:19:54] *** Joins: skza (~skza@replaced-ip )
575 [05:20:01] *** Joins: MaggieC (~MaggieC@replaced-ip )
576 [05:22:45] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
577 [05:25:10] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 240 seconds)
578 [05:25:47] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
579 [05:27:00] *** Parts: fragtastic (fragtastic@replaced-ip )
580 [05:27:19] *** Quits: james41382 (~james4138@replaced-ip ) (Read error: Connection reset by peer)
581 [05:30:22] *** Joins: james41382 (~james4138@replaced-ip )
582 [05:31:40] *** Joins: dreamon__ (~dreamon@replaced-ip )
583 [05:31:43] *** Joins: Alessandro-B (~androirc@replaced-ip )
584 [05:33:18] *** Joins: DrNo (~DrNo@replaced-ip )
585 [05:35:22] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
586 [05:35:24] *** Joins: Azur (~Charon@replaced-ip )
587 [05:36:00] *** Quits: Dreaman (~deb@replaced-ip ) (Quit: Leaving)
588 [05:36:00] *** Parts: Azur (~Charon@replaced-ip )
589 [05:36:03] *** Joins: atomi (~atomi@replaced-ip )
590 [05:36:16] *** Joins: dreamon_ (~dreamon@replaced-ip )
591 [05:38:05] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 240 seconds)
592 [05:38:19] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
593 [05:38:35] *** Quits: o33 (~o33@replaced-ip ) (Quit: Leaving)
594 [05:39:04] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
595 [05:39:19] *** Joins: dadinn (~DADINN@replaced-ip )
596 [05:39:33] *** Quits: binwiederhier (~binwieder@replaced-ip ) (Ping timeout: 240 seconds)
597 [05:39:33] *** Quits: Yondering (~timo@replaced-ip ) (Quit: Back later)
598 [05:39:34] *** Joins: Dreaman (~deb@replaced-ip )
599 [05:39:41] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
600 [05:40:09] *** Joins: binwiederhier (~binwieder@replaced-ip )
601 [05:41:45] *** Joins: Rusty1_ (~kanotix@replaced-ip )
602 [05:42:10] *** Joins: Espopore (~Espopore@replaced-ip )
603 [05:42:32] *** Joins: velly (~reev@replaced-ip )
604 [05:45:38] *** Quits: JLye (~Jlye03@replaced-ip ) (Ping timeout: 268 seconds)
605 [05:45:38] *** Quits: NoCode (~NoCode@replaced-ip ) (Ping timeout: 268 seconds)
606 [05:47:08] *** Quits: magenbrot (~magenbrot@replaced-ip ) (Remote host closed the connection)
607 [05:47:10] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
608 [05:47:52] *** Parts: dunderproto (~dunderpro@replaced-ip )
609 [05:48:57] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
610 [05:49:11] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 255 seconds)
611 [05:49:29] *** Quits: nodiscc (~bsp@replaced-ip ) (Quit: Leaving.)
612 [05:50:33] *** Quits: vamiry (~vamiry@replaced-ip ) (Ping timeout: 240 seconds)
613 [05:50:34] *** Joins: xXEoflaOEXx (~xXEoflaOE@replaced-ip )
614 [05:51:01] *** Joins: vamiry (~vamiry@replaced-ip )
615 [05:51:41] *** Joins: magenbrot (~magenbrot@replaced-ip )
616 [05:52:07] *** Quits: dirac1 (~dirac@replaced-ip ) (Quit: WeeChat 1.7.1)
617 [05:52:11] *** Joins: electro33 (uid613@replaced-ip )
618 [05:52:12] *** Joins: zacts (~zacts@replaced-ip )
619 [05:53:12] *** Joins: robotroll (~robotroll@replaced-ip )
620 [05:53:27] *** Quits: beaver (~none@replaced-ip ) (Ping timeout: 240 seconds)
621 [05:54:19] *** Joins: dirac1 (~dirac@replaced-ip )
622 [05:55:05] *** Joins: beaver (~none@replaced-ip )
623 [05:55:08] *** Quits: nvdr (~nvdr@replaced-ip ) (Quit: WeeChat 1.6)
624 [05:55:35] *** Joins: nvdr (~nvdr@replaced-ip )
625 [05:55:55] *** Quits: pacha (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 25.1.1))
626 [05:56:27] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 258 seconds)
627 [05:56:49] *** Quits: Dreaman (~deb@replaced-ip ) (Quit: Leaving)
628 [05:57:31] *** Joins: cjbayliss (~cjbayliss@replaced-ip )
629 [05:57:39] <cjbayliss> join ##c
630 [05:58:19] <cjbayliss> sorry, thats ^ unitentional imput
631 [06:00:42] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
632 [06:00:43] *** Quits: dirac1 (~dirac@replaced-ip ) (Read error: Connection reset by peer)
633 [06:01:11] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Client Quit)
634 [06:01:14] *** Joins: dirac1 (~dirac@replaced-ip )
635 [06:01:35] *** Joins: Timmy (~quassel@replaced-ip )
636 [06:01:37] *** Joins: DrNo (~DrNo@replaced-ip )
637 [06:01:50] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 260 seconds)
638 [06:01:56] *** Quits: xXEoflaOEXx (~xXEoflaOE@replaced-ip ) (Ping timeout: 260 seconds)
639 [06:02:23] <nvdr> cjbayliss: lol, I've done that too.
640 [06:03:27] *** Quits: ExcelTronic (~ExcelTron@replaced-ip ) (Quit: I'm going to go hit the sack, then go to bed.)
641 [06:03:46] <cjbayliss> I fotgot to put a '/' in front xD
642 [06:03:51] *** Joins: civillian (~nick@replaced-ip )
643 [06:04:00] <nvdr> Yup, lol. Been there.
644 [06:04:07] *** Quits: james41382 (~james4138@replaced-ip ) (Ping timeout: 258 seconds)
645 [06:04:32] <Rusty1_> he meant ##c#
646 [06:06:36] *** Quits: melvin (~melvin@replaced-ip ) (Ping timeout: 268 seconds)
647 [06:08:33] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 240 seconds)
648 [06:11:04] *** Joins: Bock (~bocaneri@replaced-ip )
649 [06:11:05] *** Quits: Bock (~bocaneri@replaced-ip ) (Max SendQ exceeded)
650 [06:11:25] *** Joins: acheron-a (~acheron-a@replaced-ip )
651 [06:11:34] *** Parts: acheron-a (~acheron-a@replaced-ip )
652 [06:11:36] *** Joins: Bock (~bocaneri@replaced-ip )
653 [06:14:04] *** Quits: cmatrix089 (~root@replaced-ip ) (Ping timeout: 260 seconds)
654 [06:14:06] *** Joins: NoCode (~NoCode@replaced-ip )
655 [06:14:28] *** Joins: DrNo (~DrNo@replaced-ip )
656 [06:16:40] *** Quits: snar3 (~snar3@replaced-ip ) (Ping timeout: 240 seconds)
657 [06:17:47] *** Joins: snar3 (~snar3@replaced-ip )
658 [06:19:50] *** Joins: dreamon__ (~dreamon@replaced-ip )
659 [06:21:53] *** Joins: cdown (~cdown@replaced-ip )
660 [06:21:58] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
661 [06:23:03] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 240 seconds)
662 [06:23:52] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
663 [06:23:53] *** Joins: rgr_ (~rgr@replaced-ip )
664 [06:24:41] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Quit: Leaving)
665 [06:24:48] *** Quits: dmtd (uid121116@replaced-ip ) (Quit: Connection closed for inactivity)
666 [06:25:10] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
667 [06:25:33] *** Joins: slicepaperwords (~slicepape@replaced-ip )
668 [06:26:07] *** Joins: oaao (~oaao@replaced-ip )
669 [06:26:21] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
670 [06:27:21] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
671 [06:28:39] *** Joins: beaver (~none@replaced-ip )
672 [06:29:08] *** Joins: dab21 (~david@replaced-ip )
673 [06:30:59] *** Quits: rgr_ (~rgr@replaced-ip ) (Remote host closed the connection)
674 [06:32:01] *** debhelper sets mode: +l 1685
675 [06:32:20] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Ping timeout: 252 seconds)
676 [06:32:55] *** Quits: velly (~reev@replaced-ip ) (Remote host closed the connection)
677 [06:34:10] *** Joins: awal1 (~awal1@replaced-ip )
678 [06:34:16] *** Joins: k0nsl (~k0nsl@replaced-ip )
679 [06:34:16] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Changing host)
680 [06:34:16] *** Joins: k0nsl (~k0nsl@replaced-ip )
681 [06:34:35] *** Joins: el-aman (~Mutter@replaced-ip )
682 [06:34:50] *** Joins: reev (~reev@replaced-ip )
683 [06:35:04] *** Quits: Timmy (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
684 [06:35:05] *** Parts: Epakai (~coweater@replaced-ip )
685 [06:35:12] *** Joins: Epakai (~coweater@replaced-ip )
686 [06:35:46] *** Joins: mirwin (~mirwin@replaced-ip )
687 [06:35:48] *** Quits: mirwin (~mirwin@replaced-ip ) (Max SendQ exceeded)
688 [06:36:19] *** Joins: mirwin (~mirwin@replaced-ip )
689 [06:36:20] *** Quits: mirwin (~mirwin@replaced-ip ) (Max SendQ exceeded)
690 [06:36:47] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
691 [06:37:10] *** Joins: mirwin (~mirwin@replaced-ip )
692 [06:38:05] *** Joins: mel00010 (~mel00010@replaced-ip )
693 [06:38:14] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
694 [06:39:15] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
695 [06:39:58] *** Joins: beaver (~none@replaced-ip )
696 [06:40:24] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
697 [06:40:51] *** Quits: dab21 (~david@replaced-ip ) (Quit: Lost terminal)
698 [06:41:21] *** Joins: skza (~skza@replaced-ip )
699 [06:42:49] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 255 seconds)
700 [06:43:19] *** Joins: Timmy (~quassel@replaced-ip )
701 [06:43:19] *** Quits: nvdr (~nvdr@replaced-ip ) (Quit: WeeChat 1.6)
702 [06:43:53] *** Joins: nvdr (~nvdr@replaced-ip )
703 [06:46:01] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
704 [06:46:34] *** Quits: snar3 (~snar3@replaced-ip ) (Quit: Leaving)
705 [06:48:35] *** Joins: kryptoz (~kryptoz@replaced-ip )
706 [06:49:34] *** Quits: Timmy (~quassel@replaced-ip ) (Ping timeout: 255 seconds)
707 [06:49:35] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
708 [06:50:18] <Renari> Hi guys I'm trying to debug an xorg segfault however according to the xorg documentation I should install xserver-xor-core-dbg, it seems this package doesn't exist though.
709 [06:50:30] <gry> ,v xserver-xor-core-dbg
710 [06:50:35] <judd> No package named 'xserver-xor-core-dbg' was found in amd64.
711 [06:50:42] <Renari> Er that's xorg
712 [06:50:42] *** Joins: dunderproto (~dunderpro@replaced-ip )
713 [06:50:49] <gry> ,v xserver-xorg-core-dbg
714 [06:50:52] <judd> Package: xserver-xorg-core-dbg on amd64 -- wheezy: 2:1.12.4-6+deb7u6; wheezy-security: 2:1.12.4-6+deb7u6; jessie: 2:1.16.4-1
715 [06:51:00] *** Quits: dunderproto (~dunderpro@replaced-ip ) (Client Quit)
716 [06:51:06] <gry> how come it does not exist for you?
717 [06:51:08] *** Quits: nvdr (~nvdr@replaced-ip ) (Quit: WeeChat 1.6)
718 [06:51:18] <Renari> I'm going to assume because I'm on testing. :\
719 [06:51:47] *** Joins: wolf (~wolf@replaced-ip )
720 [06:52:05] *** wolf is now known as Guest81835
721 [06:52:52] *** Joins: pragomer_1 (~pragomer_@replaced-ip )
722 [06:53:18] <Renari> replaced-url
723 [06:53:28] <Renari> Seems testing is the only branch that it's missing from.
724 [06:53:37] <Renari> Guess I'm out of luck.
725 [06:53:40] *** Joins: Xanthor (~Xanthor@replaced-ip )
726 [06:53:44] *** Quits: Guest81835 (~wolf@replaced-ip ) (Client Quit)
727 [06:54:12] *** Joins: Guest81835 (~wolf@replaced-ip )
728 [06:54:54] <pragomer_1> I cannot install kdenlive under stretch. I get an apt error message about: /var/cache/apt/archives/kdenlive-data_1%3a17.04.0-dmo1_all.deb
729 [06:55:33] *** Joins: dunderproto (~dunderpro@replaced-ip )
730 [06:55:44] <autofsckk> Renari: good night, can you explain me a little please on how you can use different packages from jessie testing and whatever you like? a friend of mine was explaining that to me, that you can put like % on what you like of each repositories? is that true?
731 [06:56:31] *** Joins: patterson (~patterson@replaced-ip )
732 [06:56:39] *** Guest81835 is now known as WOLF99
733 [06:56:45] <Renari> I'm not sure what you're asking me.
734 [06:57:51] <gry> maybe pinning
735 [06:59:06] *** Joins: Hacker01 (~Haxker01@replaced-ip )
736 [06:59:07] *** Quits: dirac1 (~dirac@replaced-ip ) (Quit: WeeChat 1.7.1)
737 [07:00:08] <pragomer_1> I get this error message when I try to install kdenlive via synaptic:
738 [07:00:08] <pragomer_1> replaced-url
739 [07:00:58] *** Joins: _lyte_ (~kryptoz@replaced-ip )
740 [07:01:26] <somiaj> !don't break debian
741 [07:01:26] <dpkg> [dont break debian] replaced-url
742 [07:01:47] <somiaj> you do not want to mix packages from jessie and testing and whatever you like, you will break things.
743 [07:01:51] <somiaj> and it won't be supported here
744 [07:01:55] <somiaj> !frakendebian
745 [07:02:08] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Ping timeout: 260 seconds)
746 [07:02:46] <somiaj> !frakendebian
747 [07:02:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
748 [07:02:54] <somiaj> !frankendebian
749 [07:02:54] <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.
750 [07:02:56] <somiaj> arg
751 [07:03:08] *** Joins: kryptoz (~kryptoz@replaced-ip )
752 [07:03:29] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
753 [07:03:36] *** Joins: RebelCoderRU (~Yuriy@replaced-ip )
754 [07:05:02] *** Joins: james41382 (~james4138@replaced-ip )
755 [07:05:29] *** Quits: WOLF99 (~wolf@replaced-ip ) (Quit: Leaving)
756 [07:06:04] *** Quits: DalekSec (unit193@replaced-ip ) (Read error: Connection reset by peer)
757 [07:06:24] *** Quits: _lyte_ (~kryptoz@replaced-ip ) (Ping timeout: 260 seconds)
758 [07:07:13] <Renari> .checkbackport xserver-xorg-core-dbg
759 [07:07:21] *** Joins: TReK (~UnFaQ@replaced-ip )
760 [07:07:21] *** Quits: TReK (~UnFaQ@replaced-ip ) (Changing host)
761 [07:07:21] *** Joins: TReK (~UnFaQ@replaced-ip )
762 [07:07:32] <Renari> ,checkbackport xserver-xorg-core-dbg
763 [07:07:38] <judd> No package named 'xserver-xorg-core-dbg' was found in sid/amd64.
764 [07:07:39] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 268 seconds)
765 [07:08:03] <Renari> ,checkbackport xserver-xorg-core-dbg:i386
766 [07:08:04] <uxfi> ,checkbackport dovecot
767 [07:08:04] <judd> No package named 'xserver-xorg-core-dbg:i386' was found in sid/amd64.
768 [07:08:05] *** Quits: G4st0n (~epsilon@replaced-ip ) (Ping timeout: 252 seconds)
769 [07:08:12] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 260 seconds)
770 [07:08:25] <judd> Backporting package dovecot in sid→jessie/amd64: all build-dependencies satisfied using jessie, virtual, jessie-backports.
771 [07:08:54] <Renari> How would I check for backporting sid to testing?
772 [07:09:05] <Renari> This is reporting for jessie which the package exists already.
773 [07:09:29] <CutMeOwnThroat> krakendebian?
774 [07:09:44] <Renari> stretch?
775 [07:10:18] <CutMeOwnThroat> I don't think you usually need to check backporting unstable to testing
776 [07:10:20] *** Joins: mifritscher (~michi@replaced-ip )
777 [07:10:46] *** Joins: DalekSec (unit193@replaced-ip )
778 [07:10:51] <CutMeOwnThroat> those two are staying so close together that it's normal to mix packages
779 [07:11:23] <Renari> I thought that wasn't the case currently since testing was preparing for debian 9 release.
780 [07:12:03] <CutMeOwnThroat> packages still migrate to testing via unstable
781 [07:12:12] <CutMeOwnThroat> it just means that unstable gets less updates
782 [07:12:15] <CutMeOwnThroat> dpkg, slushy
783 [07:12:15] <dpkg> When a <testing> release becomes frozen, <unstable> tends to partially freeze as well. This is because developers are reluctant to upload radically new software to unstable, in case the frozen software in testing needs minor updates and to fix release critical bugs which keep testing from becoming <stable>.
784 [07:13:11] *** Joins: littlebear (~littlebea@replaced-ip )
785 [07:13:53] <Renari> So what is the correct way to install a package from sid then? The internet will tell you to add the sid repo to your sources.list but this isn't really desireable.
786 [07:13:59] *** Joins: sing0 (~michael@replaced-ip )
787 [07:14:08] <gry> pinning or backporting
788 [07:14:10] <CutMeOwnThroat> why not
789 [07:14:24] <Renari> Since it will try to update all of the other packages to unstable as well.
790 [07:14:34] <CutMeOwnThroat> no
791 [07:14:48] *** Quits: el-aman (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
792 [07:15:20] <CutMeOwnThroat> try adding sid to sources.list and then do apt-get update and then look at apt-cache policy
793 [07:15:24] *** Joins: DrNo (~DrNo@replaced-ip )
794 [07:15:43] *** Joins: oish (~charlie@replaced-ip )
795 [07:15:45] <CutMeOwnThroat> sid gets lower priority
796 [07:17:22] *** Quits: littlebear (~littlebea@replaced-ip ) (Ping timeout: 240 seconds)
797 [07:17:29] *** Joins: chomwitt (~chomwitt@replaced-ip )
798 [07:18:38] *** Quits: Teklad (~justin@replaced-ip ) (Quit: Coyote finally caught me)
799 [07:18:42] <CutMeOwnThroat> I think that should happen automatically somehow. if not, it's a pinning rule one adds and then forgets about
800 [07:18:45] <CutMeOwnThroat> dpkg, pinning
801 [07:18:45] <dpkg> Pinning is a method to choose which version of a package to install when multiple versions are available from <sources.list>. Bugs are explained at replaced-url
802 [07:19:27] *** Quits: dunderproto (~dunderpro@replaced-ip ) (Quit: leaving)
803 [07:20:16] <CutMeOwnThroat> I just love how AptPreferences has something not really in any sensible wiki format that obviously is there since woody
804 [07:20:33] <CutMeOwnThroat> (not)
805 [07:20:35] *** Joins: G4st0n (~epsilon@replaced-ip )
806 [07:21:07] *** Quits: Z_mbie (~zombie@replaced-ip ) (Quit: bye)
807 [07:21:11] *** Quits: lkadsf (~tyasd@replaced-ip##) (Quit: ZNC - ##replaced-url
808 [07:21:59] *** Quits: johnnysn0 (~user@replaced-ip ) (Quit: pce)
809 [07:22:32] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
810 [07:22:54] *** Joins: Drzacek (~Drzacek@replaced-ip )
811 [07:23:23] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Remote host closed the connection)
812 [07:23:44] *** Joins: maziar (~textual@replaced-ip )
813 [07:23:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
814 [07:24:48] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
815 [07:25:00] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
816 [07:25:05] <pragomer_1> dolphin tells me "only root can mount" my nas. this is whats is it my fstab: replaced-url
817 [07:25:22] <pragomer_1> any idea? I always have to to "mount -a" after booting
818 [07:25:35] <autofsckk> somiaj: i read about that already, im now to debian, i spoke with a friend that have been using debian for years, well now he uses devuan, but he told me about that, mixing, i mean, i need a newer package of smplayer because the one i have is super old, i was using arch for 8-10 years so i need some newer versions of some stuff, not everything but some, so that isnt possible?
819 [07:26:04] *** Joins: cdown (~cdown@replaced-ip )
820 [07:27:52] *** Joins: blingrang (~blingrang@replaced-ip )
821 [07:27:53] <Renari> autofsckk, we just talked about this with a different package first check debian backports
822 [07:28:17] <Renari> ,checkbackport smplayer
823 [07:28:18] <judd> Backporting package smplayer in sid→jessie/amd64: all build-dependencies satisfied using jessie, jessie-backports.
824 [07:29:32] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
825 [07:29:44] <Renari> replaced-url
826 [07:29:57] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 240 seconds)
827 [07:30:14] <autofsckk> Renari: i found it on testing
828 [07:31:15] <Renari> !simple sid backport
829 [07:31:15] <dpkg> First, check for a backport on <debian-backports>. If unavailable: 1) Add a deb-src line for sid (not a deb line!); ask me about <deb-src sid> 2) enable debian-backports (see <bdo>) 3) aptitude update; aptitude install build-essential; aptitude build-dep packagename; apt-get -b source packagename; 4) install the resultant debs. To change compilation options, see <package recompile>; for versions newer than sid see <uupdate>.
830 [07:31:17] *** Joins: jasonwc (~jasonwc@replaced-ip )
831 [07:31:21] <Renari> @autofsckk, ^
832 [07:31:26] <autofsckk> i experience many problems trying to install mariadb, well i think now my system is "stable" again, but i tried to install mariadb again with no luck the same errors i used to have, i tried to installed it form the mariadb servers and following their ways
833 [07:32:33] <autofsckk> Renari: ok let me zim-it for tomorrow, i already copy that
834 [07:32:35] *** Quits: cjbayliss (~cjbayliss@replaced-ip ) (Quit: leaving)
835 [07:33:17] *** Joins: trytus (c12ebbfc@replaced-ip )
836 [07:34:10] *** Quits: ctp (~ctp@replaced-ip ) (Ping timeout: 268 seconds)
837 [07:34:24] *** Joins: ctp (~ctp@replaced-ip )
838 [07:34:25] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Read error: Connection reset by peer)
839 [07:35:20] *** Joins: kryptoz (~kryptoz@replaced-ip )
840 [07:35:44] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 260 seconds)
841 [07:35:50] *** Joins: gb00s (uid99359@replaced-ip )
842 [07:35:52] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.7)
843 [07:35:52] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
844 [07:36:14] <Renari> Hm, so I added sid to my sources.list but apt still isn't finding xserver-xorg-core-dbg.
845 [07:36:55] <CutMeOwnThroat> judd, versions xserver-xorg-core-dbg
846 [07:36:56] <judd> Package: xserver-xorg-core-dbg on amd64 -- wheezy: 2:1.12.4-6+deb7u6; wheezy-security: 2:1.12.4-6+deb7u6; jessie: 2:1.16.4-1
847 [07:37:27] <CutMeOwnThroat> Renari, did you check what apt-cache policy says about the priorities of packages from distributions?
848 [07:37:34] <autofsckk> that judd thing is simplier than apt-cache show ha
849 [07:37:48] <CutMeOwnThroat> also… not surprising?
850 [07:37:54] <CutMeOwnThroat> autofsckk, apt-cache madison
851 [07:38:15] <autofsckk> CutMeOwnThroat: sorry, im very new to debian, just learning :D
852 [07:38:24] <Renari> I checkedbut I don't see anything relating to priorities in apt-cache policy
853 [07:38:35] <Renari> Unless that's the numbers to the left.
854 [07:38:38] <CutMeOwnThroat> the numbers at the begining on the line
855 [07:38:46] <Renari> They are all 500.
856 [07:39:26] <Renari> Except /var/lib/dpkg/status which is 100.
857 [07:39:35] <CutMeOwnThroat> then adjust with pinning so that sid isn't the normal thing
858 [07:40:24] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
859 [07:43:45] <Renari> Alright I changed unstable to 400.
860 [07:44:27] *** Joins: boris_t (~boris_t@replaced-ip )
861 [07:44:34] *** Joins: ogny (~orkun@replaced-ip )
862 [07:44:38] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
863 [07:45:22] *** Joins: chomwitt (~chomwitt@replaced-ip )
864 [07:45:48] <Renari> replaced-url
865 [07:46:05] *** Joins: Drzacek (~Drzacek@replaced-ip )
866 [07:46:08] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Read error: Connection reset by peer)
867 [07:46:12] <Renari> But apt still doesn't find it.
868 [07:46:33] *** Joins: kryptoz (~kryptoz@replaced-ip )
869 [07:47:07] <Renari> Ah it's in debian ports.
870 [07:48:11] *** Quits: G4st0n (~epsilon@replaced-ip ) (Quit: Leaving)
871 [07:48:25] *** Joins: rpd_ (~rpd@replaced-ip )
872 [07:49:26] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Remote host closed the connection)
873 [07:50:27] *** Joins: cdown_ (~cdown@replaced-ip )
874 [07:51:20] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
875 [07:51:21] <Renari> Apparently the sid version of xorg debug symbols is dead.
876 [07:51:26] <Renari> All of the mirrors 404.
877 [07:52:25] *** Joins: adoua (~adoua@replaced-ip )
878 [07:52:29] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 255 seconds)
879 [07:52:32] *** Quits: mifritscher (~michi@replaced-ip ) (Ping timeout: 240 seconds)
880 [07:52:53] *** Joins: LucaTM (~LucaTM@replaced-ip )
881 [07:52:58] <rpd_> hi, is there a specific channel to discuss debian ARM ports, I have few queries on setting up automated builds...
882 [07:53:17] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
883 [07:53:18] *** cdown_ is now known as cdown
884 [07:56:34] <rpd_> !dpkg debian-arm
885 [07:59:23] <Renari> It seems that debug symbols only exist on stable and wheezy.
886 [07:59:36] <Renari> Guess I'll have to look into building it myself.
887 [08:01:05] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
888 [08:01:18] <autofsckk> Renari: when you say bulding, what do you mean? because i read about not making tarballs
889 [08:01:33] <llamapixel> rpd_: maybe the raspberry pi channel
890 [08:01:50] <llamapixel> #raspberrypi
891 [08:02:13] <Renari> Compiling the newest version.
892 [08:02:35] <Renari> The xorg documentation advises against doing this though.
893 [08:02:41] <rpd_> llamapixel: thanks will try that but my query are regarding setting up automated builds for arm systems I have, like buildd
894 [08:02:45] <autofsckk> Renari: but is that ok with debian? i read that frankendebian stuff and it say that making isnt the debian way
895 [08:03:14] <Renari> I don't exactly have any other option, the package I need doesn't exist.
896 [08:05:16] *** Quits: Guest34680 (~Aaron@replaced-ip ) (Remote host closed the connection)
897 [08:06:48] <Renari> Well my other option would be to simply deal with my xsession crashing and closing everything every few hours..
898 [08:06:59] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
899 [08:07:12] *** Joins: Karazhan (~nobody@replaced-ip )
900 [08:07:22] <autofsckk> Renari: i was having that proble
901 [08:07:27] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
902 [08:07:34] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Client Quit)
903 [08:07:37] *** Quits: mirwin (~mirwin@replaced-ip ) (Quit: Leaving)
904 [08:07:44] *** Joins: el-aman (~Mutter@replaced-ip )
905 [08:07:45] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
906 [08:07:47] *** Joins: littlebear (~littlebea@replaced-ip )
907 [08:07:50] <autofsckk> i installed lxde like 2 or 3 weeks ago, lxde
908 [08:07:51] *** Quits: Fuj1M4s (~Fuj1M4s@replaced-ip ) (Remote host closed the connection)
909 [08:07:56] *** Joins: Falson (~samuli@replaced-ip )
910 [08:08:48] <autofsckk> stopped lightdm i think it was, and i ran startx from console, and the i found the proble was with some xkeboard, i dont remember what, but i think you should start X with startx to see whats the problem
911 [08:09:27] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
912 [08:09:41] <Renari> My logs show that it's sefaulting, to get a usable stack trace I need debug symbols but that package only exists on stable and I'm on testing.
913 [08:09:55] <Renari> segfaulting*
914 [08:10:10] <uxfi> hi all
915 [08:10:12] <uxfi> good evening
916 [08:11:12] <autofsckk> hi uxfi
917 [08:11:16] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
918 [08:12:02] *** Quits: littlebear (~littlebea@replaced-ip ) (Ping timeout: 240 seconds)
919 [08:12:08] <uxfi> hey autofsckk
920 [08:12:24] *** Quits: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es) (Ping timeout: 268 seconds)
921 [08:13:03] *** Quits: pragomer_1 (~pragomer_@replaced-ip ) (Remote host closed the connection)
922 [08:13:10] <autofsckk> Renari: how unstable is testing? i have read that it isnt any unstable at all, is that true?
923 [08:13:33] *** Joins: furb (~hagen.pac@213.187.85.7)
924 [08:13:40] <at0m> dpkg: tell rpd_ about arm
925 [08:13:51] <Renari> I mean my whole issue is that the package I need isn't on testing.
926 [08:13:54] *** Joins: bvdk (~bvdkfreen@replaced-ip )
927 [08:13:58] <Renari> If I was on stable I wouldn't have an issue right now.
928 [08:14:05] <at0m> dpkg: tell Renari about testing
929 [08:14:09] <furb> hi
930 [08:14:51] <autofsckk> Renari: but what about doing that thing my friend told mñe about
931 [08:15:05] <uxfi> hi furb
932 [08:15:06] <uxfi> hows u
933 [08:15:13] <autofsckk> using some packages from stable, some from testing and osme from other places, with %
934 [08:15:17] <autofsckk> how do you do that?
935 [08:15:34] <rpd_> thanks at0m!
936 [08:15:44] <at0m> dpkg: tell autofsckk about backports
937 [08:15:57] *** Joins: towo^work (~towo@replaced-ip )
938 [08:16:11] *** Quits: maziar (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
939 [08:16:12] *** Joins: oish (~charlie@replaced-ip )
940 [08:17:09] <autofsckk> 10x at0m
941 [08:17:20] *** Joins: chele (~chele@replaced-ip )
942 [08:18:33] *** Quits: Alessandro-B (~androirc@replaced-ip ) (Read error: Connection reset by peer)
943 [08:19:35] <at0m> :)
944 [08:20:43] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
945 [08:20:49] <autofsckk> anybody here use beets?
946 [08:21:07] *** BlackPhoenix is now known as BlackFox
947 [08:21:21] *** Joins: deemel (~deemel@replaced-ip )
948 [08:21:34] <at0m> autofsckk: #beets, probably
949 [08:23:24] <autofsckk> yes i know
950 [08:23:47] <autofsckk> i just want to know experiences from using it jajaja cause it destroyed my music library completely
951 [08:23:49] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
952 [08:23:55] *** Joins: arturo (~arturo@replaced-ip )
953 [08:24:01] *** Joins: Devastator_g (~Devastato@replaced-ip )
954 [08:25:31] *** Quits: katyucha (~katyucha@replaced-ip ) (Remote host closed the connection)
955 [08:25:47] *** Quits: Devastator (~Devastato@replaced-ip ) (Ping timeout: 255 seconds)
956 [08:26:32] *** Joins: katyucha (~katyucha@replaced-ip )
957 [08:26:49] *** Quits: el-aman (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
958 [08:27:05] *** Quits: RebelCoderRU (~Yuriy@replaced-ip ) (Ping timeout: 260 seconds)
959 [08:27:12] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 268 seconds)
960 [08:28:38] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 258 seconds)
961 [08:28:56] *** Quits: todd_dsm (~todd_dsm@replaced-ip ) (Ping timeout: 260 seconds)
962 [08:29:20] *** Joins: todd_dsm_ (~todd_dsm@replaced-ip )
963 [08:29:24] *** Joins: sliekas99 (~mantas@replaced-ip )
964 [08:30:02] *** Quits: heurist (heurist@replaced-ip ) (Ping timeout: 240 seconds)
965 [08:30:53] *** Joins: heurist (heurist@replaced-ip )
966 [08:31:58] *** Joins: Haudegen (~quassel@replaced-ip )
967 [08:32:27] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 240 seconds)
968 [08:33:58] *** Joins: replaced-url
969 [08:34:32] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 260 seconds)
970 [08:36:35] *** Quits: replaced-url
971 [08:38:02] *** Joins: luciusFox (~luciusFox@replaced-ip )
972 [08:39:21] *** Joins: haystack (~haystack@replaced-ip )
973 [08:39:59] *** Joins: nvdr (~chance@replaced-ip )
974 [08:40:28] *** Quits: autofsckk (~autofsckk@replaced-ip ) (Quit: leaving)
975 [08:40:59] *** Joins: RickXy (~zncadmin@replaced-ip )
976 [08:41:34] *** Joins: conta (~Thunderbi@replaced-ip )
977 [08:43:14] *** Quits: slack_ (~slack@replaced-ip ) (Ping timeout: 252 seconds)
978 [08:45:16] *** Joins: bvdk (~bvdkfreen@replaced-ip )
979 [08:45:29] *** Joins: loader (~rado@replaced-ip )
980 [08:45:45] *** Quits: nvdr (~chance@replaced-ip ) (Ping timeout: 260 seconds)
981 [08:49:45] *** Joins: Zyf (~Zyferus@replaced-ip )
982 [08:49:45] *** Joins: El_RubenZ (~rubenz@replaced-ip )
983 [08:50:34] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Remote host closed the connection)
984 [08:51:24] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
985 [08:51:31] *** Joins: DingoSaar_ (~hagen@replaced-ip )
986 [08:51:32] *** Quits: Zyferus (Zyferus@replaced-ip ) (Ping timeout: 240 seconds)
987 [08:54:51] *** Joins: gokul (~gokul@replaced-ip )
988 [08:55:04] *** Quits: DingoSaar (~hagen@replaced-ip ) (Ping timeout: 260 seconds)
989 [08:55:42] *** Quits: misirk85 (~misirk85@replaced-ip ) (Ping timeout: 240 seconds)
990 [08:55:58] *** Joins: jazz (~jazz@replaced-ip )
991 [08:56:04] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
992 [08:56:17] *** Quits: aguestuser (~aguestuse@replaced-ip ) (Ping timeout: 248 seconds)
993 [08:56:34] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
994 [08:56:54] *** Joins: alxy (uid115853@replaced-ip )
995 [08:57:03] *** Joins: aguestuser (~aguestuse@replaced-ip )
996 [08:57:45] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 245 seconds)
997 [08:57:45] *** Joins: mar77i_ (~mar77i@replaced-ip )
998 [08:58:32] *** Joins: deeemel (~deemel@replaced-ip )
999 [08:58:48] *** Joins: BalTun (~BalTun@replaced-ip )
1000 [08:58:55] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 258 seconds)
1001 [08:59:07] *** Quits: _tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
1002 [08:59:44] *** Quits: mar77i (~mar77i@replaced-ip ) (Ping timeout: 252 seconds)
1003 [09:01:02] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
1004 [09:02:01] *** Joins: tyranny12 (~blarg@replaced-ip )
1005 [09:02:05] *** Quits: deemel (~deemel@replaced-ip ) (Ping timeout: 240 seconds)
1006 [09:02:28] *** Joins: sonique (~Sonique@replaced-ip )
1007 [09:03:27] *** Joins: Baliano (~androirc@replaced-ip )
1008 [09:04:01] *** Joins: ToBeCloud (uid51591@replaced-ip )
1009 [09:08:22] *** Quits: fonshua (~fonshua@replaced-ip ) (Ping timeout: 240 seconds)
1010 [09:09:05] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1011 [09:09:07] *** Joins: TheRuralJuror_ (~quassel@replaced-ip )
1012 [09:09:25] *** Joins: fonshua (~fonshua@replaced-ip )
1013 [09:10:12] *** Joins: f10 (~flo@replaced-ip )
1014 [09:10:42] *** Joins: __marco (~marco@replaced-ip )
1015 [09:11:49] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
1016 [09:12:23] *** Quits: berndj (~berndj@replaced-ip##) (Quit: ZNC - ##replaced-url
1017 [09:12:57] *** Quits: Nnnavd (~Nnavd@replaced-ip ) (Ping timeout: 240 seconds)
1018 [09:14:46] *** Quits: f10 (~flo@replaced-ip ) (Read error: Connection reset by peer)
1019 [09:14:47] *** Joins: Delta-One (~zero@replaced-ip )
1020 [09:15:01] *** Joins: thereyougo (partyinpar@replaced-ip )
1021 [09:15:08] *** Quits: beaver (~none@replaced-ip ) (Ping timeout: 260 seconds)
1022 [09:15:14] <thereyougo> anyone knows how to use wget over proxy ?
1023 [09:15:21] *** Joins: tucks (~tucks@replaced-ip )
1024 [09:15:46] <thereyougo> "wget --help" doesn't have any "proxy" option
1025 [09:15:54] *** Joins: t0mmy (~tprrt@replaced-ip )
1026 [09:16:14] <rpd_> thereyougo: http_proxy="replaced-url
1027 [09:16:17] *** Joins: beaver (~none@replaced-ip )
1028 [09:16:22] <thereyougo> no way
1029 [09:16:29] <thereyougo> is it the same as "lynx" ?
1030 [09:16:38] *** Joins: f10 (~flo@replaced-ip )
1031 [09:16:39] *** Joins: berndj (~berndj@replaced-ip )
1032 [09:16:54] <thereyougo> why can't they just use "--proxy" option
1033 [09:17:03] <thereyougo> like say "-x" in curl
1034 [09:17:35] <thereyougo> also by any chance any one know s if curl can be used to download batch of files ?
1035 [09:17:42] <thereyougo> I mean like "wget -i linkx.txt"
1036 [09:18:07] <thereyougo> or because curl outputs to stdout by default and "-o" can only be use for one output file curl can't be used for batch downloads ?
1037 [09:19:00] *** Quits: heurist (heurist@replaced-ip ) (Ping timeout: 260 seconds)
1038 [09:19:02] *** Joins: srtu (~hypnotoad@replaced-ip )
1039 [09:19:12] <rpd_> thereyougo: you can just use for shell for/while loop around curl
1040 [09:19:22] *** Quits: Espopore (~Espopore@replaced-ip ) (Quit: leaving)
1041 [09:20:01] <thereyougo> you know, curl is 19 years in development, they could've just make optiion "--url-list" or somethinglike that
1042 [09:21:34] *** Joins: Goojoopers (~AndChat10@replaced-ip )
1043 [09:21:48] *** Parts: Goojoopers (~AndChat10@replaced-ip )
1044 [09:22:13] *** Joins: Elirips (~Elirips@replaced-ip )
1045 [09:22:20] <thereyougo> thanks
1046 [09:22:34] *** Joins: ledeni (~ledeni@replaced-ip )
1047 [09:22:34] *** Quits: deeemel (~deemel@replaced-ip ) (Quit: Leaving)
1048 [09:23:19] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 268 seconds)
1049 [09:23:29] *** Joins: HJfFun (~Omega@replaced-ip )
1050 [09:24:26] *** Joins: tadej (tadej@replaced-ip )
1051 [09:25:02] *** Quits: sing0 (~michael@replaced-ip ) (Ping timeout: 252 seconds)
1052 [09:26:28] *** Joins: Pjusur (~Pjusur@replaced-ip )
1053 [09:27:51] <coke> ranting about missing features in oss tools never gets old
1054 [09:28:45] *** Joins: jirka (~Thunderbi@replaced-ip )
1055 [09:29:10] *** Joins: schu-r (~Thunderbi@replaced-ip )
1056 [09:30:38] *** Joins: antgel (~topdog@replaced-ip )
1057 [09:31:30] *** Parts: thereyougo (partyinpar@replaced-ip )
1058 [09:32:00] *** debhelper sets mode: +l 1694
1059 [09:32:01] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 240 seconds)
1060 [09:35:49] *** Joins: savantgarde (~savantgar@replaced-ip )
1061 [09:37:31] *** Joins: iNCoNFuN (~inconfun@replaced-ip )
1062 [09:37:32] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
1063 [09:37:43] *** Quits: tucks (~tucks@replaced-ip ) (Quit: BlaBla)
1064 [09:38:47] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 252 seconds)
1065 [09:40:06] <Lowl3v3l> coke: yeah. especially if its a trivial one
1066 [09:40:10] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1067 [09:40:15] *** Quits: theluckymike (~theluckym@replaced-ip ) (Read error: No route to host)
1068 [09:40:31] *** Joins: PHahrrgis (~come@replaced-ip )
1069 [09:40:43] <coke> aliases are hard
1070 [09:42:07] *** Joins: daniel-s (~daniel-s@replaced-ip )
1071 [09:42:53] *** Quits: torjeh (~Torje@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1072 [09:43:39] *** Quits: internot_ (node1@replaced-ip ) (Quit: Leaving)
1073 [09:43:48] *** Joins: internot (~node1@replaced-ip )
1074 [09:43:48] *** Joins: heurist (heurist@replaced-ip )
1075 [09:44:07] *** Joins: Pjusur (~Pjusur@replaced-ip )
1076 [09:44:25] *** Joins: Vizva (~max@replaced-ip )
1077 [09:44:50] *** Quits: Baliano (~androirc@replaced-ip ) (Ping timeout: 252 seconds)
1078 [09:45:07] *** Joins: wabuh (~wabuh@replaced-ip )
1079 [09:45:27] *** Parts: tadej (tadej@replaced-ip )
1080 [09:46:17] *** Joins: DrNo (~DrNo@replaced-ip )
1081 [09:46:32] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
1082 [09:46:49] *** Quits: zz_djz88 (ZKubala@replaced-ip ) (Ping timeout: 260 seconds)
1083 [09:49:08] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1084 [09:49:28] *** Joins: PHahrrgis (~come@replaced-ip )
1085 [09:49:35] *** Joins: this_self (~this_self@replaced-ip )
1086 [09:49:47] *** Quits: austin987 (~null@replaced-ip ) (Read error: Connection reset by peer)
1087 [09:50:06] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1088 [09:50:25] *** Joins: PHahrrgis (~come@replaced-ip )
1089 [09:50:31] *** Joins: austin987 (~null@replaced-ip )
1090 [09:50:40] <this_self> Oh guys. When debian's guys will update network-manager to newer version? Newer than 0.9.** current? Because 0.* version is too laggy. But when I try to install network-manager from testing repo - it's overwritten many system packages (which are requires for testing NM) from testing repo.
1091 [09:51:06] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1092 [09:51:25] *** Joins: HJfFun_ (~Omega@replaced-ip )
1093 [09:51:26] *** Joins: PHahrrgis (~come@replaced-ip )
1094 [09:51:33] *** Quits: HJfFun (~Omega@replaced-ip ) (Read error: Connection reset by peer)
1095 [09:51:39] *** Quits: AimHere (~David@replaced-ip ) (Quit: Leaving)
1096 [09:51:48] <Lowl3v3l> this_self: most likely after the freeze. In unstable, network-manager is in 1.6.2
1097 [09:52:03] *** Joins: HJfFun (~Omega@replaced-ip )
1098 [09:52:20] *** Quits: candidat (~candidat@replaced-ip ) ()
1099 [09:52:28] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 260 seconds)
1100 [09:52:29] *** Joins: sing0 (~michael@replaced-ip )
1101 [09:52:43] <this_self> Lowl3v3l, what you mean after freeze?:)
1102 [09:53:03] <this_self> In my country the weather is too warm :3
1103 [09:54:20] <abff> Ijust ran apt install and the install only completed by half. When I ran install --fix-missing apt notes that 11.0MB/23.1MB was fetched. Okay fine, the problem is apt now claims that 112MB of additional space will be used. What? That's ridiculous
1104 [09:55:01] <Lowl3v3l> this_self: at the moment, we are in the freeze aka the state where primarily release critical bugs for stretch are fixed and no feature patches get thrown into it. after stretch's release there might be an update.
1105 [09:55:17] *** Joins: lotharkatt__ (~lotharkat@replaced-ip )
1106 [09:55:35] *** Quits: HJfFun_ (~Omega@replaced-ip ) (Ping timeout: 240 seconds)
1107 [09:56:02] *** Joins: brokency1le (~brokencyc@replaced-ip )
1108 [09:56:04] *** Joins: indistylo (~indistylo@replaced-ip )
1109 [09:56:24] *** Quits: lotharkatt__ (~lotharkat@replaced-ip ) (Client Quit)
1110 [09:56:29] <this_self> Oh you mean it. When will be the next freeze ?:)
1111 [09:57:12] <Lowl3v3l> this_self: its done when its done ;)
1112 [09:57:29] <furb> I have to integrate a debian 8 based distro in an openstack environment as guest... but I failed. to cross-check if the iso I got is corrupted I tried with an debian standard iso and failed as well
1113 [09:57:29] <furb> As hypervisor qemu is used
1114 [09:57:29] <furb> the effect I have is that the installer does not recognize any disk, neither hda,sda or vda.
1115 [09:57:29] <furb> I would expect vda
1116 [09:57:29] *** furb was kicked by debhelper (flood. Please use replaced-url
1117 [09:57:36] *** Parts: iNCoNFuN (~inconfun@replaced-ip )
1118 [09:57:43] *** Joins: bodqhrohro (~Thunderbi@replaced-ip )
1119 [09:57:46] *** Joins: furb (~hagen.pac@213.187.85.7)
1120 [09:58:12] <this_self> Lowl3v3l, but... during 1 day.. week.. month... year..?:)
1121 [09:58:14] *** Joins: zz_djz88 (ZKubala@replaced-ip )
1122 [09:58:31] <abff> !stretch release
1123 [09:58:43] *** Joins: torjeh (~Torje@replaced-ip )
1124 [09:58:46] *** Joins: hejohn (~gernot@replaced-ip )
1125 [09:59:47] <Lowl3v3l> this_self: freezes usually happen once a year during the transition from testing->stable
1126 [10:00:03] *** Joins: eternal-pain (~eternal-p@replaced-ip )
1127 [10:00:08] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1128 [10:00:25] *** Joins: Baliano (~androirc@replaced-ip )
1129 [10:00:35] <this_self> thanks. Will wait....
1130 [10:02:00] <boser> question. is there a timeline online, for the next major release? I use now Debian jessie(8).
1131 [10:03:03] *** Joins: TsukiRa (~fpob@replaced-ip )
1132 [10:03:03] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
1133 [10:03:39] *** Joins: Baliano (~androirc@replaced-ip )
1134 [10:03:40] <Lowl3v3l> boser: as i just said, the freeze is now. But its don when its done, i suspect maybe 3 or 4 more weeks. If you dont want to wait nobody forces you to run stable ( i'd even argue that running stable on a desktop machine is a missapplication^^)
1135 [10:04:16] <boser> thx, Lowl3v3l
1136 [10:04:16] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
1137 [10:04:43] *** Joins: wabuh (~wabuh@replaced-ip )
1138 [10:05:14] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1139 [10:05:16] *** Joins: pyface (~pyface@replaced-ip )
1140 [10:05:35] *** Joins: PHahrrgis (~come@replaced-ip )
1141 [10:05:42] *** Joins: amb1t10us (~amb1t10us@replaced-ip )
1142 [10:06:04] *** Quits: austin987 (~null@replaced-ip ) (Read error: Connection reset by peer)
1143 [10:06:11] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1144 [10:06:31] *** Joins: PHahrrgis (~come@replaced-ip )
1145 [10:07:13] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1146 [10:07:34] *** Joins: PHahrrgis (~come@replaced-ip )
1147 [10:07:47] *** Joins: Zynkx (~zynkx@replaced-ip )
1148 [10:07:58] *** Quits: Zynkx (~zynkx@replaced-ip ) (Remote host closed the connection)
1149 [10:08:45] *** Joins: Baliano (~androirc@replaced-ip )
1150 [10:09:25] *** Quits: Comstock (~Comstock@replaced-ip ) (Ping timeout: 245 seconds)
1151 [10:09:47] *** Joins: Zynkx (~zynkx@replaced-ip )
1152 [10:10:13] *** Joins: theluckymike (~theluckym@replaced-ip )
1153 [10:10:55] *** Quits: amb1t10us (~amb1t10us@replaced-ip ) (Quit: Leaving)
1154 [10:11:13] *** Joins: biberu (~biberu@replaced-ip )
1155 [10:11:22] *** Joins: austin987 (~null@replaced-ip )
1156 [10:12:00] *** Quits: Cronus (~Cronus@replaced-ip ) (Max SendQ exceeded)
1157 [10:12:00] *** debhelper sets mode: +l 1703
1158 [10:12:13] <abff> anyone have any idea why apt is saying it needs 10 times the required space to finish installing this package?
1159 [10:12:34] *** Joins: Cronus (~Cronus@replaced-ip )
1160 [10:13:33] <Lowl3v3l> abff: the magic of compression algorithms.
1161 [10:15:30] <abff> it didn't mistake the difference when I first triedto the package and all of it's dependencies. The first install call claimed that thesystem only required 23.1MB of space
1162 [10:16:17] *** Joins: buhletxr (~buhletxr@replaced-ip )
1163 [10:18:53] *** Joins: thiras (~thiras@replaced-ip )
1164 [10:19:18] <Lowl3v3l> abff: then look at the package itself.
1165 [10:22:21] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 240 seconds)
1166 [10:23:34] *** Joins: schu-r (~Thunderbi@replaced-ip )
1167 [10:23:35] *** Joins: oish_ (~charlie@replaced-ip )
1168 [10:24:32] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 240 seconds)
1169 [10:24:46] *** Joins: Selveste1 (~hds@replaced-ip )
1170 [10:25:08] *** Quits: sonique (~Sonique@replaced-ip ) (Ping timeout: 260 seconds)
1171 [10:25:49] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
1172 [10:27:08] *** Joins: HugsWont1etgo (~HugsWontl@replaced-ip )
1173 [10:28:43] *** Quits: EmleyMoor (phil@replaced-ip ) (Ping timeout: 255 seconds)
1174 [10:28:48] *** Joins: Delta-One (~zero@replaced-ip )
1175 [10:28:50] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 252 seconds)
1176 [10:28:57] *** Joins: betandr (~betandr@replaced-ip )
1177 [10:29:51] *** Joins: datasmurf (~datasmurf@replaced-ip )
1178 [10:29:58] *** Joins: maerlyn (~maerlyn@replaced-ip )
1179 [10:29:59] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1180 [10:30:39] *** Joins: Prunus (~Prunus@replaced-ip )
1181 [10:30:45] *** Quits: Prunus (~Prunus@replaced-ip ) (Changing host)
1182 [10:30:45] *** Joins: Prunus (~Prunus@replaced-ip )
1183 [10:31:00] *** Joins: EmleyMoor (phil@replaced-ip )
1184 [10:31:27] *** Joins: tkla (~tklassen@replaced-ip )
1185 [10:32:00] *** debhelper sets mode: +l 1712
1186 [10:32:45] <CutMeOwnThroat> Lowl3v3l, running stable on a desktop is great if you need it for work or other stuff you want to do… and you can't/don't want to spend half a day fixing the latest crap coming in from unstable
1187 [10:32:51] *** Joins: p3rs3us (~jduro@replaced-ip )
1188 [10:33:04] <CutMeOwnThroat> also, that should be just…
1189 [10:33:06] <CutMeOwnThroat> dpkg, stretch
1190 [10:33:06] <dpkg> The release following Debian 8 "Jessie" is codenamed "Stretch" (the rubber octopus in Toy Story 3) and will be Debian 9: replaced-url
1191 [10:33:23] <CutMeOwnThroat> hm, unfortunately not
1192 [10:34:17] <CutMeOwnThroat> meh.
1193 [10:34:45] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1194 [10:36:24] <CutMeOwnThroat> dpkg, stretch =~ s#<slushy>#<slushy><wwsr>#
1195 [10:36:24] <dpkg> CutMeOwnThroat: OK
1196 [10:36:41] <CutMeOwnThroat> dpkg, wwsr
1197 [10:36:41] <dpkg> Well... it's starting to get distinctly chilly... Debian 9 "Stretch" will probably release in mid-2017. It will release sooner if you help fix bugs in stretch and sid... take that as a challenge. Ask me about <stretch freeze>, <how-can-i-help> replaced-url
1198 [10:37:10] *** Quits: dka (~dka@replaced-ip ) (Ping timeout: 240 seconds)
1199 [10:37:24] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1200 [10:37:49] *** Joins: llucenic (~Thunderbi@replaced-ip )
1201 [10:37:58] <CutMeOwnThroat> what… I was looking for the graph with release critical bugs… that udd link is still not it D:
1202 [10:39:21] *** Joins: istevenmon (50200f4f@replaced-ip )
1203 [10:39:29] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1204 [10:39:54] <petn-randall> CutMeOwnThroat: this one? replaced-url
1205 [10:40:02] *** Joins: sirka (~Thunderbi@replaced-ip )
1206 [10:40:22] *** Joins: notebox (~textual@replaced-ip )
1207 [10:40:30] <CutMeOwnThroat> dpkg, when will stretch release =~ s#bugs/#bugs/ replaced-url
1208 [10:40:30] <dpkg> OK, CutMeOwnThroat
1209 [10:40:43] <CutMeOwnThroat> petn-randall, thanks… already had it… it's in <release critical bugs>
1210 [10:40:48] *** Quits: Selveste1 (~hds@replaced-ip ) (Remote host closed the connection)
1211 [10:40:50] <CutMeOwnThroat> dpkg, wwsr
1212 [10:40:50] <dpkg> Well... it's starting to get distinctly chilly... Debian 9 "Stretch" will probably release in mid-2017. It will release sooner if you help fix bugs in stretch and sid... take that as a challenge. Ask me about <stretch freeze>, <how-can-i-help> replaced-url
1213 [10:41:01] <CutMeOwnThroat> wfm
1214 [10:41:07] *** Joins: Selveste1 (~hds@replaced-ip )
1215 [10:41:11] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
1216 [10:41:31] *** Joins: PHahrrgis (~come@replaced-ip )
1217 [10:41:52] *** Quits: frankie (~frankie@replaced-ip ) (Changing host)
1218 [10:41:52] *** Joins: frankie (~frankie@replaced-ip )
1219 [10:41:55] *** Quits: jirka (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1220 [10:42:03] *** sirka is now known as jirka
1221 [10:42:23] *** Joins: lucad111 (~lucad111@replaced-ip )
1222 [10:43:09] <blackflow> omg they're growing in number! :)
1223 [10:43:39] <CutMeOwnThroat> err, no? Which line are you looking at?
1224 [10:43:41] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1225 [10:44:13] <blackflow> the green one?
1226 [10:44:33] <CutMeOwnThroat> looks like a dramatic drop from ~1000 to 500, then soon ~200… and then much smaller/slowewr drops afterwards?
1227 [10:45:32] *** Joins: js9600 (~jsdk@replaced-ip )
1228 [10:45:35] <blackflow> I'm concerned about that blue line tho'. Still no bind9 secvuln fix.
1229 [10:46:05] *** Joins: guardianx (~javaserve@replaced-ip )
1230 [10:47:34] *** Joins: klm41 (55494ddc@replaced-ip )
1231 [10:47:50] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Quit: Leaving)
1232 [10:49:01] *** TheRuralJuror_ is now known as Haudegen
1233 [10:49:06] <CutMeOwnThroat> the question is how you can have release critical bugs in something already released :P
1234 [10:49:17] *** Joins: mar77i (~mar77i@replaced-ip )
1235 [10:49:39] *** Joins: frostschutz (~frostschu@replaced-ip )
1236 [10:49:41] *** Joins: dka (~dka@replaced-ip )
1237 [10:50:38] *** Joins: sonique (~Sonique@replaced-ip )
1238 [10:50:48] *** Quits: maerlyn (~maerlyn@replaced-ip ) (Quit: Leaving)
1239 [10:51:00] <Lowl3v3l> CutMeOwnThroat: integration tests vs unit tests?
1240 [10:51:13] *** Quits: mar77i_ (~mar77i@replaced-ip ) (Ping timeout: 255 seconds)
1241 [10:52:00] *** debhelper sets mode: +l 1720
1242 [10:52:17] <CutMeOwnThroat> hm?
1243 [10:52:28] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Quit: Leaving.)
1244 [10:54:43] *** Joins: morphis (~morphis@replaced-ip )
1245 [10:55:31] *** Joins: g0zzy (~goose@replaced-ip )
1246 [10:55:36] *** Parts: g0zzy (~goose@replaced-ip )
1247 [10:57:53] *** Quits: klm41 (55494ddc@replaced-ip ) (Quit: Page closed)
1248 [10:57:57] *** Quits: sonique (~Sonique@replaced-ip ) (Ping timeout: 240 seconds)
1249 [10:58:06] <trewas> CutMeOwnThroat: sharp drops are probably caused by package removals from testing
1250 [10:59:10] *** Joins: lazandrei19 (524cc9ba@replaced-ip )
1251 [11:00:02] *** Quits: lazandrei19 (524cc9ba@replaced-ip ) (Client Quit)
1252 [11:00:08] <trewas> and you know, stable is stable, bugs (including release critical bugs) are not usually fixed there
1253 [11:00:23] *** Quits: Zynkx (~zynkx@replaced-ip ) (Quit: Leaving)
1254 [11:00:44] <jelly> that's basically asking why are there bugs in software
1255 [11:01:10] *** Quits: phinxy (~tehhhd@replaced-ip ) (Quit: Leaving)
1256 [11:01:11] *** Joins: jubo2 (~juboxi@replaced-ip )
1257 [11:02:05] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
1258 [11:02:23] <CutMeOwnThroat> the first big drop is directly after the freeze… I'd think its not package removals but people stopping to push new crap into unstable (after they did so heavily directly before the freeze)
1259 [11:02:40] *** Joins: Zynkx (~zynkx@replaced-ip )
1260 [11:04:18] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Remote host closed the connection)
1261 [11:04:25] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 245 seconds)
1262 [11:04:32] *** Joins: electro33 (uid613@replaced-ip )
1263 [11:04:53] *** Joins: moetunes (~Jean-luc@replaced-ip )
1264 [11:05:41] *** Joins: Sasasu (~QAQ~@replaced-ip )
1265 [11:07:46] *** Joins: Brigo (~Brigo@replaced-ip )
1266 [11:07:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
1267 [11:08:01] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 240 seconds)
1268 [11:08:38] *** Quits: srtu (~hypnotoad@replaced-ip ) (Quit: Verlassend)
1269 [11:08:40] *** Joins: k0nsl (~k0nsl@replaced-ip )
1270 [11:08:40] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Changing host)
1271 [11:08:40] *** Joins: k0nsl (~k0nsl@replaced-ip )
1272 [11:09:48] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1273 [11:10:02] *** Joins: tymczenko (~tymczenko@replaced-ip )
1274 [11:10:20] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Max SendQ exceeded)
1275 [11:10:46] *** Quits: Atm0spher1c (~future@replaced-ip ) (Quit: quit)
1276 [11:11:20] *** Joins: ludoviko (~jguillen@replaced-ip )
1277 [11:11:21] *** Quits: Baliano (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1278 [11:11:24] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
1279 [11:12:18] *** Joins: safe (~safe@replaced-ip )
1280 [11:14:08] *** Quits: evilQ (~jguillen@replaced-ip ) (Ping timeout: 260 seconds)
1281 [11:14:57] *** Joins: deb (~MalConsej@replaced-ip )
1282 [11:15:08] *** Joins: Baliano (~androirc@replaced-ip )
1283 [11:16:22] *** Joins: sonique (~Sonique@replaced-ip )
1284 [11:16:23] *** Quits: theluckymike (~theluckym@replaced-ip ) (Read error: Connection reset by peer)
1285 [11:17:06] *** Quits: Zzeiss (~wsy@replaced-ip ) (Quit: Zzeiss)
1286 [11:17:24] *** Joins: Nekojimi (~jimj316@replaced-ip )
1287 [11:19:08] *** Joins: uniTosch (~henryk@replaced-ip )
1288 [11:19:25] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 245 seconds)
1289 [11:20:02] *** Joins: invizus (~q@replaced-ip )
1290 [11:20:32] <hexhaxtron> Can I post a link here to a new Shell Provider?
1291 [11:21:26] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1292 [11:24:52] <nkuttler> hexhaxtron: no ads please
1293 [11:25:15] <celyr> does shell providers still exists ? XD
1294 [11:25:23] *** Joins: kryptoz (~kryptoz@replaced-ip )
1295 [11:26:05] *** Joins: mittttens (~mittens@replaced-ip )
1296 [11:26:30] <mittttens> how good is debian support for OpenRC?
1297 [11:26:36] <mittttens> would i be better going with devuan?
1298 [11:26:41] <mittttens> i'm planning on using unstable
1299 [11:27:16] *** Quits: brokency1le (~brokencyc@replaced-ip ) (Ping timeout: 268 seconds)
1300 [11:30:09] *** Joins: astirik (~s0lid@replaced-ip )
1301 [11:30:20] <petn-randall> mittttens: It's in jessie, stretch and testing, but it's less well tested than systemd.
1302 [11:30:26] <petn-randall> s/testing/sid/
1303 [11:31:20] <mittttens> as far as the initscripts, do most daemon packages include scripts for sysvinit/openrc?
1304 [11:31:31] *** Joins: theluckymike (~theluckym@replaced-ip )
1305 [11:32:10] <petn-randall> mittttens: For sysv init yes, but I doubt there's any support for openrc beyond that package.
1306 [11:32:19] <Brigo> mittttens, i think most of them do it for sysvinit as they already had them before systemd, for openrc, i doubt it.
1307 [11:32:32] *** Quits: rodrigopaiva (~rodrigopa@replaced-ip ) (Quit: Leaving)
1308 [11:32:59] <Brigo> openrc claims to be sysvinit compatible, don't it?
1309 [11:33:36] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1310 [11:34:17] *** Joins: m8 (~m8@replaced-ip )
1311 [11:35:36] *** Joins: Wizek_ (~Wizek@replaced-ip )
1312 [11:36:43] *** Joins: Quatroking (~Quatrokin@replaced-ip )
1313 [11:38:27] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
1314 [11:39:07] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
1315 [11:39:08] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1316 [11:39:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1317 [11:39:39] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Client Quit)
1318 [11:39:49] *** Joins: ahmed751995 (~ahmed@replaced-ip )
1319 [11:39:51] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1320 [11:39:51] *** Joins: UUID00 (~UUID00@replaced-ip )
1321 [11:40:01] *** Quits: kardborren (~weechat@replaced-ip ) (Ping timeout: 240 seconds)
1322 [11:40:10] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 252 seconds)
1323 [11:40:11] *** Joins: Colti (Miramar-FL@replaced-ip )
1324 [11:41:27] *** Quits: Baliano (~androirc@replaced-ip ) (Ping timeout: 268 seconds)
1325 [11:41:36] *** Joins: disaster__ (5a718170@replaced-ip )
1326 [11:41:42] <disaster__> Hi! i centralize logs from my server with rsyslog tls/relp, and now i want to collect metrics. So as i have the servers connected for rsyslog i would like to push the metrics from collectd to rsyslog on a specific facility and then on the central server push the data from the specific facility into graphite. So i have two question : is it a good idea? how to push data from collectd into rsyslog?
1327 [11:42:00] *** debhelper sets mode: +l 1729
1328 [11:42:18] *** Joins: woshty (~irc@replaced-ip )
1329 [11:43:06] *** Quits: mittttens (~mittens@replaced-ip ) (Quit: WeeChat 1.7.1)
1330 [11:43:56] <petn-randall> disaster__: *from* collectd to rsyslog?
1331 [11:44:07] <disaster__> petn-randall: yes
1332 [11:44:52] <petn-randall> disaster__: The usual approach for log aggregation is having ELK or graylog at the end of the chain. Both support aggregate stats and graphing.
1333 [11:46:23] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 268 seconds)
1334 [11:46:36] <disaster__> petn-randall: yes for log i will setup a elk stack at the end of chain, but this is for metrics. And in my research i find a lot of mention about collectd.
1335 [11:46:57] *** Joins: eternal-pain (~eternal-p@replaced-ip )
1336 [11:47:00] *** Joins: Baliano (~androirc@replaced-ip )
1337 [11:47:41] *** Quits: thiras (~thiras@replaced-ip ) (Remote host closed the connection)
1338 [11:47:41] *** Quits: vvande (~vvande@replaced-ip ) (Read error: Connection reset by peer)
1339 [11:47:59] *** Joins: vvande (~vvande@replaced-ip )
1340 [11:48:13] <petn-randall> disaster__: logstash (the "L" in ELK) supports receiving data from rsyslog via RELP. I have that in production. The whole ELK stack is rather heavy on the aggregating server, though.
1341 [11:48:45] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
1342 [11:48:56] *** Joins: Slashman (~Slash@replaced-ip )
1343 [11:49:08] *** Quits: deb (~MalConsej@replaced-ip ) (Ping timeout: 260 seconds)
1344 [11:49:14] <disaster__> yes for logs but you don't take metrics? (cpu,loadaverage,memory...)
1345 [11:49:23] *** Joins: Delta-One (~zero@replaced-ip )
1346 [11:50:27] <petn-randall> disaster__: I have monitoring for that.
1347 [11:50:48] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
1348 [11:50:53] <disaster__> petn-randall: so what you use?
1349 [11:51:12] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Remote host closed the connection)
1350 [11:51:53] *** Joins: Guest33883 (~root@replaced-ip )
1351 [11:53:34] *** Parts: ahmed751995 (~ahmed@replaced-ip )
1352 [11:53:50] *** Quits: oaao (~oaao@replaced-ip ) (Read error: Connection reset by peer)
1353 [11:54:04] <petn-randall> disaster__: icinga or icinga2
1354 [11:54:10] *** Joins: k0nsl (~k0nsl@replaced-ip )
1355 [11:54:10] *** Quits: k0nsl (~k0nsl@replaced-ip ) (Changing host)
1356 [11:54:10] *** Joins: k0nsl (~k0nsl@replaced-ip )
1357 [11:54:43] <petn-randall> disaster__: If you want a little extra sugar on top, you can use OMD (open monitoring distribution), it allows you to do a lot of configuring through the web frontend.
1358 [11:56:07] <disaster__> petn-randall: and you send your metrics on a central server?
1359 [11:56:21] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
1360 [11:56:36] *** Joins: thiras (~thiras@replaced-ip )
1361 [11:56:36] *** Quits: davimore (~davimore@replaced-ip ) (Ping timeout: 260 seconds)
1362 [11:57:33] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 258 seconds)
1363 [11:57:45] <petn-randall> disaster__: Yes, you have an agent running on every machine for that.
1364 [11:57:51] *** Parts: Guest33883 (~root@replaced-ip )
1365 [11:57:57] *** Joins: user23e3 (~root@replaced-ip )
1366 [11:58:07] <petn-randall> (or can do the version where the server logs in via SSH and pulls the metrics)
1367 [11:58:12] *** Parts: user23e3 (~root@replaced-ip )
1368 [11:58:16] *** Joins: indistylo (~indistylo@replaced-ip )
1369 [11:58:48] *** Joins: g0zzy (~goose@replaced-ip )
1370 [11:59:00] *** Quits: uniTosch (~henryk@replaced-ip ) (Ping timeout: 245 seconds)
1371 [11:59:52] <g0zzy> For Windows-only drivers we sometimes resort to Wine. What are the possibilities of leveraging Mac drivers?
1372 [12:00:15] <disaster__> well he work on mysql? cause all i read seems to say that specialized database like graphite, influxdb... save much space for that kind of data
1373 [12:00:36] *** Quits: notebox (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1374 [12:00:43] <blackflow> g0zzy: drivers? like, kernel modules? not sure how wine helps there...
1375 [12:01:00] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
1376 [12:01:52] *** Joins: OS-27412 (~OS-27412@replaced-ip )
1377 [12:01:55] <g0zzy> Driver in the loose sense. Say things like software to control a printer
1378 [12:02:03] *** Joins: hexjay (~hexjay@replaced-ip )
1379 [12:02:39] *** Joins: notebox (~textual@replaced-ip )
1380 [12:03:47] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
1381 [12:04:11] *** Joins: Hacker01 (~Haxker01@replaced-ip )
1382 [12:04:12] <petn-randall> g0zzy: That sounds a lot like drivers to me. wine can only run userspace windows programs, not windows drivers.
1383 [12:04:23] <blackflow> so, like, random userland software? specialized mac only, non portable, random userland software?
1384 [12:04:39] <g0zzy> Yes, it would be userland 'drivers'
1385 [12:04:52] <petn-randall> !tias
1386 [12:04:52] <dpkg> TIAS is "Try It And See".
1387 [12:05:03] * blackflow wishes people would use IT terminology properly...
1388 [12:05:04] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Remote host closed the connection)
1389 [12:05:21] *** Joins: Colti (Miramar-FL@replaced-ip )
1390 [12:05:27] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Ping timeout: 240 seconds)
1391 [12:06:04] *** Quits: trytus (c12ebbfc@replaced-ip ) (Ping timeout: 260 seconds)
1392 [12:06:35] <g0zzy> IOW is the there anything like Wine for Mac?
1393 [12:06:54] *** Joins: uniTosch (~henryk@replaced-ip )
1394 [12:07:04] *** Quits: astirik (~s0lid@replaced-ip ) (Remote host closed the connection)
1395 [12:07:07] *** Joins: Pukan2 (~alex@replaced-ip )
1396 [12:07:35] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 240 seconds)
1397 [12:07:48] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 260 seconds)
1398 [12:07:50] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1399 [12:08:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
1400 [12:09:44] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1401 [12:09:45] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
1402 [12:10:26] <blackflow> g0zzy: yes but usability of it is another question. replaced-url
1403 [12:10:58] <petn-randall> g0zzy: What is your actual question though?
1404 [12:11:04] <petn-randall> !goal
1405 [12:11:04] <dpkg> Describe your goal, not what you think the solution is.
1406 [12:11:14] *** Joins: dselect (~dselect@replaced-ip )
1407 [12:11:44] <g0zzy> My goal is to run arbitrary Mac userland software to control arbitrary devices
1408 [12:12:03] *** Quits: haz (~hazzzz@replaced-ip ) (Quit: Leaving)
1409 [12:12:28] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 260 seconds)
1410 [12:12:42] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1411 [12:12:52] <blackflow> I doubt that's possible.
1412 [12:13:11] <colo-work> I have two Jessie hosts with sources.list entries like this: "deb replaced-url
1413 [12:13:13] <blackflow> (on Linux, without virtualization)
1414 [12:13:15] *** Joins: evilQ (~jguillen@replaced-ip )
1415 [12:13:15] <g0zzy> Could be a printer, could be a scanner
1416 [12:13:27] <petn-randall> g0zzy: That's not possible.
1417 [12:13:27] <colo-work> I can fetch stuff via HTTP from that URI via curl without problems
1418 [12:13:27] <coke> just get a bunch of mac minis and remote in :p
1419 [12:13:33] <colo-work> any ideas what I'm doing wrong?
1420 [12:13:41] <colo-work> (the listener is inetd/approx)
1421 [12:13:57] *** Quits: vvande (~vvande@replaced-ip ) (Remote host closed the connection)
1422 [12:14:13] *** Joins: vvande (~vvande@replaced-ip )
1423 [12:14:54] *** Joins: archer121 (75f6c11d@replaced-ip )
1424 [12:15:22] *** Quits: ludoviko (~jguillen@replaced-ip ) (Ping timeout: 268 seconds)
1425 [12:15:22] *** Quits: hiberno (~flume@replaced-ip ) (Quit: WeeChat 1.6)
1426 [12:16:05] *** Joins: Elirips_ (~Elirips@replaced-ip )
1427 [12:16:43] *** Quits: Zyf (~Zyferus@replaced-ip ) (Ping timeout: 258 seconds)
1428 [12:16:45] *** Joins: dreamon (~dreamon@replaced-ip )
1429 [12:16:51] <archer121> hi, I am trying to work out a very trivial permission issue in debian. I need to access a directory with 750 permissions. But it says permission denied eventhough I am in the group. It's a very trivial question, please tell me what I am missing. Here is a illustration: replaced-url
1430 [12:18:03] <themill> archer121: did you only just add yourself to the group?
1431 [12:18:05] *** Quits: Elirips (~Elirips@replaced-ip ) (Ping timeout: 260 seconds)
1432 [12:18:08] <CutMeOwnThroat> colo-work, different versions of apt?
1433 [12:18:24] <archer121> yes
1434 [12:18:34] <colo-work> CutMeOwnThroat, nope. a _different_ line in the sources.list was the culprit, apparently
1435 [12:18:34] <petn-randall> archer121: If you just added yourself to the group, you need to log out and in again to have effect.
1436 [12:18:39] <g0zzy> Yes, was just musing. In theory Mac binaries are closer so in theory 'Mac wine' should be relatively easy
1437 [12:18:49] <colo-work> but the presented error message is nonsensical
1438 [12:18:58] <archer121> petn-randall: Thanks!
1439 [12:18:59] <colo-work> I'll file this under "wtf" and march on
1440 [12:19:26] *** Joins: Elirips (~Elirips@replaced-ip )
1441 [12:20:05] *** Joins: BluesKaj (~Blues@replaced-ip )
1442 [12:20:18] *** Joins: benlue (~benlue@replaced-ip )
1443 [12:20:24] <g0zzy> My _general_ motivation is finding ways to make it easier to migrate people from Windows 10 to Debian. Having to abandon peripherals is not a good selling point
1444 [12:20:56] <BluesKaj> Howdy folks
1445 [12:21:01] <blackflow> g0zzy: win10 to debian, and you need mac software for that?
1446 [12:21:05] *** Quits: Elirips_ (~Elirips@replaced-ip ) (Ping timeout: 245 seconds)
1447 [12:21:18] <benlue> need umount /mnt/storagebox but i get some trouble: replaced-url
1448 [12:22:21] <blackflow> benlue: tried lsof as instructed in that message?
1449 [12:23:14] <petn-randall> g0zzy: But there are lots of existing Linux cups drivers? Except for brother printers.
1450 [12:23:16] *** guardianx is now known as uSureDo
1451 [12:24:40] *** Quits: kalipso (~kalipso@replaced-ip ) (Ping timeout: 240 seconds)
1452 [12:25:38] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 255 seconds)
1453 [12:25:45] *** Joins: kalipso (~kalipso@replaced-ip )
1454 [12:26:14] *** Quits: luciusFox (~luciusFox@replaced-ip ) (Quit: Leaving)
1455 [12:26:30] *** Joins: Zyferus (~Zyferus@replaced-ip )
1456 [12:26:40] *** Joins: lquidfire (~LQuidFire@replaced-ip )
1457 [12:26:44] *** Joins: lnx_ (~lnx@replaced-ip )
1458 [12:26:50] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1459 [12:26:50] *** Quits: uniTosch (~henryk@replaced-ip ) (Ping timeout: 260 seconds)
1460 [12:26:53] *** Joins: NyanPasu (~NyanPasu@replaced-ip )
1461 [12:27:37] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
1462 [12:27:49] <benlue> blackflow, there is nothing in lsof /mnt/storagebox
1463 [12:28:21] *** Joins: deb (~MalConsej@replaced-ip )
1464 [12:29:22] <blackflow> benlue: try lsof | grep storagebox as giving paths to lsof requires full exact path
1465 [12:30:21] <benlue> blackflow, replaced-url
1466 [12:31:25] <blackflow> benlue: how did you mount that, some fuse thing?
1467 [12:31:52] <benlue> mount -t davfs replaced-url
1468 [12:32:17] <g0zzy> petn-randall: And if you need to know how much ink you have left ..?
1469 [12:33:13] <blackflow> benlue: can you fusermount -u /mnt/storagebox ?
1470 [12:34:56] <petn-randall> g0zzy: Some drivers even support that. And I actually see it as an advantage that you don't have the crap GUI of the vendor running on your machine. Printer software is one of the worst classes of software you can have on a windows machine.
1471 [12:34:56] <blackflow> benlue: or umount.davfs /mnt/storagebox
1472 [12:35:20] *** Quits: DalekSec (unit193@replaced-ip ) (Ping timeout: 260 seconds)
1473 [12:35:37] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1474 [12:36:01] <benlue> blackflow, same issue: target is busy
1475 [12:36:03] <benlue> :/
1476 [12:36:55] <benlue> fusermount: failed to unmount /mnt/storagebox: Device or resource busy
1477 [12:36:59] <petn-randall> g0zzy: "We have an offer in our web shop for ink! Do you want to visit it?" - "Remember, only use original printer cartridges!" - "Please register your printer after purchase!"
1478 [12:37:06] <petn-randall> nobody needs those annoying popups.
1479 [12:37:28] <petn-randall> It's because they sell the printers below value, they try to pester the customer to buy the overpriced accessoires for the printer.
1480 [12:37:35] *** Quits: theluckymike (~theluckym@replaced-ip ) (Ping timeout: 240 seconds)
1481 [12:37:41] *** Joins: __marco (~marco@replaced-ip )
1482 [12:37:56] *** Joins: OS-21136 (~OS-21136@replaced-ip )
1483 [12:38:11] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 258 seconds)
1484 [12:38:14] *** Joins: Nekojami (~jimj316@replaced-ip )
1485 [12:38:29] <p0g0__> benlue: I am not really paying attention, but you may want "umount -f -l MOUNTPOINT" to force the umount so you can re-mount.
1486 [12:38:35] <g0zzy> I don't like it either. I prefer printers to have a web interface. A lot don't
1487 [12:38:36] <blackflow> benlue: I'm sorry, I don't know then. those fuse things can be fussy. or it's a bug somewhere.
1488 [12:39:17] <petn-randall> g0zzy: I prefer printers that print. And are good at that job.
1489 [12:39:27] <benlue> p0g0__, target is busy ...
1490 [12:39:32] *** Quits: notebox (~textual@replaced-ip ) (Ping timeout: 260 seconds)
1491 [12:39:48] <blackflow> people still squirt dead ancestors based liquid onto flattened dead trees?
1492 [12:40:55] *** Quits: inthl (~meltdown@replaced-ip ) (Quit: Leaving)
1493 [12:40:58] <coke> like cavemen
1494 [12:41:10] *** Quits: Cirius (~roberotm@replaced-ip ) (Quit: Reconnecting)
1495 [12:41:16] *** Joins: Cirius (~roberotm@replaced-ip )
1496 [12:41:27] *** Joins: SugoiBeans (uid188175@replaced-ip )
1497 [12:41:27] *** SugoiBeans is now known as Guest47024
1498 [12:41:38] *** Guest47024 is now known as wolves
1499 [12:41:43] *** Quits: wolves (uid188175@replaced-ip ) (Changing host)
1500 [12:41:43] *** Joins: wolves (uid188175@replaced-ip )
1501 [12:41:44] *** Quits: wolves (uid188175@replaced-ip ) (Changing host)
1502 [12:41:44] *** Joins: wolves (uid188175@replaced-ip )
1503 [12:42:09] *** Quits: Cirius (~roberotm@replaced-ip ) (Client Quit)
1504 [12:42:11] *** Quits: tty0_ (~NA@replaced-ip ) (Quit: Leaving.)
1505 [12:42:14] *** Quits: archer121 (75f6c11d@replaced-ip ) (Ping timeout: 260 seconds)
1506 [12:42:20] *** Quits: dennis3 (~dennis@replaced-ip ) (Ping timeout: 260 seconds)
1507 [12:42:52] *** Quits: mar77i (~mar77i@replaced-ip ) (Remote host closed the connection)
1508 [12:43:07] *** Joins: mar77i (~mar77i@replaced-ip )
1509 [12:43:10] *** Joins: Chinesium (~Chinesium@replaced-ip )
1510 [12:43:32] *** Joins: ggggsg (~ghhhhhh@replaced-ip )
1511 [12:43:38] *** Quits: n1ck3 (~n1ck3@replaced-ip ) (Ping timeout: 255 seconds)
1512 [12:44:12] *** Quits: ggggsg (~ghhhhhh@replaced-ip ) (Client Quit)
1513 [12:45:22] *** Quits: nighty-- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1514 [12:46:03] *** Quits: OS-21136 (~OS-21136@replaced-ip ) (Quit: Leaving)
1515 [12:46:24] *** Joins: OS-21136 (~OS-21136@replaced-ip )
1516 [12:47:28] *** Parts: furb (~hagen.pac@213.187.85.7)
1517 [12:47:51] *** Quits: jirka (~Thunderbi@replaced-ip ) (Quit: jirka)
1518 [12:50:54] *** Joins: Meerkat (~meerkat@replaced-ip )
1519 [12:52:00] *** debhelper sets mode: +l 1721
1520 [12:52:22] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 258 seconds)
1521 [12:52:32] *** Quits: rpd_ (~rpd@replaced-ip ) (Ping timeout: 240 seconds)
1522 [12:53:14] *** Joins: rpd_ (~rpd@replaced-ip )
1523 [12:53:32] *** Quits: Vizva (~max@replaced-ip ) (Ping timeout: 255 seconds)
1524 [12:53:51] *** Joins: ruied (~ruied@replaced-ip )
1525 [12:54:13] *** Joins: dennis3 (~dennis@replaced-ip )
1526 [12:54:28] *** Joins: tty0_ (~NA@replaced-ip )
1527 [12:56:09] *** Joins: thiras (~thiras@replaced-ip )
1528 [12:56:33] *** Joins: eternal-pain (~eternal-p@replaced-ip )
1529 [12:58:00] *** Joins: altin (~altin@replaced-ip )
1530 [12:58:00] *** Quits: altin (~altin@replaced-ip ) (Changing host)
1531 [12:58:00] *** Joins: altin (~altin@replaced-ip )
1532 [12:58:55] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 260 seconds)
1533 [12:59:53] *** Joins: Shock_ (~Shock@replaced-ip )
1534 [13:00:29] *** Quits: this_self (~this_self@replaced-ip ) (Read error: Connection reset by peer)
1535 [13:00:55] *** Joins: this_self (~this_self@replaced-ip )
1536 [13:02:02] *** Quits: deb (~MalConsej@replaced-ip ) (Ping timeout: 240 seconds)
1537 [13:03:07] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
1538 [13:03:17] *** Joins: Colti (Miramar-FL@replaced-ip )
1539 [13:03:29] *** Quits: jakefb (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1540 [13:03:35] *** Joins: kardborren (~weechat@replaced-ip )
1541 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1542 [13:05:54] *** Joins: huwjr (~huwjr@replaced-ip )
1543 [13:06:08] *** Quits: uSureDo (~javaserve@replaced-ip ) (Remote host closed the connection)
1544 [13:06:08] *** Quits: vvande (~vvande@replaced-ip ) (Read error: Connection reset by peer)
1545 [13:06:10] *** Joins: dpkg (~dpkg@replaced-ip )
1546 [13:06:25] *** Joins: vvande (~vvande@replaced-ip )
1547 [13:07:50] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1548 [13:07:52] *** Joins: Delta-One (~zero@replaced-ip )
1549 [13:09:14] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
1550 [13:09:49] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1551 [13:11:05] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1552 [13:12:00] *** Joins: GenteelBen (~GenteelBe@replaced-ip )
1553 [13:12:05] *** Joins: karakedi (~eAC53C340@replaced-ip )
1554 [13:12:05] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
1555 [13:12:05] *** Joins: karakedi (~eAC53C340@replaced-ip )
1556 [13:12:32] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
1557 [13:13:17] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 252 seconds)
1558 [13:14:11] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
1559 [13:15:22] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
1560 [13:15:31] *** Quits: NyanPasu (~NyanPasu@replaced-ip ) (Remote host closed the connection)
1561 [13:15:32] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
1562 [13:15:41] <tdn> How do I verify that my apache httpd (which uses openssl) actually utilizes the AES-NI instructions/kernel module?
1563 [13:15:51] *** Joins: NyanPasu (~NyanPasu@replaced-ip )
1564 [13:17:04] *** Joins: lasdam (~lasdam@replaced-ip )
1565 [13:17:04] *** Quits: lasdam (~lasdam@replaced-ip ) (Changing host)
1566 [13:17:04] *** Joins: lasdam (~lasdam@replaced-ip )
1567 [13:17:58] <nkuttler> tdn: sounds like a question for #httpd
1568 [13:18:00] *** Joins: aboulafia_ (~smuxi@replaced-ip )
1569 [13:18:03] *** Quits: joelthepirate (~joelthepi@replaced-ip ) (Ping timeout: 258 seconds)
1570 [13:18:18] <nkuttler> maybe if you increase debug output, who knows..
1571 [13:18:34] <aboulafia_> Hello Debian !
1572 [13:18:50] <aboulafia_> this works : $tar cvf - directory/ | 7za a -si myfile.tar.7z
1573 [13:18:53] <aboulafia_> but not : $tar cvf - directory/ |7za a -v23750m -si myfile.tar.7z
1574 [13:18:53] <aboulafia_> any idea ? thanks.
1575 [13:19:28] <tdn> nkuttler, yeah I tried in #httpd, but they said that it was not for them because it is done by openssl which is compiled and packaged by the debian packages. So I am hoping to get more info here :)
1576 [13:20:24] *** Joins: joelthepirate (~joelthepi@replaced-ip )
1577 [13:20:25] *** Quits: joelthepirate (~joelthepi@replaced-ip ) (Max SendQ exceeded)
1578 [13:21:08] *** Joins: davimore (~davimore@replaced-ip )
1579 [13:21:29] <nkuttler> tdn: that question is so specific, i'd probably start here replaced-url
1580 [13:22:00] *** debhelper sets mode: +l 1728
1581 [13:22:17] <sine0> ~/j help
1582 [13:22:20] <sine0> crap
1583 [13:22:35] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
1584 [13:22:38] *** Joins: altin_ (~altin@replaced-ip )
1585 [13:22:38] *** Quits: altin_ (~altin@replaced-ip ) (Changing host)
1586 [13:22:38] *** Joins: altin_ (~altin@replaced-ip )
1587 [13:23:13] *** Joins: fr0stbit1 (~pi@replaced-ip )
1588 [13:23:17] *** Quits: altin_ (~altin@replaced-ip ) (Remote host closed the connection)
1589 [13:23:22] *** Joins: SH0x_ (~saulius@replaced-ip )
1590 [13:23:36] *** Joins: eduardas_m (~eduardas@replaced-ip )
1591 [13:24:15] *** Joins: antgel (~topdog@replaced-ip )
1592 [13:24:32] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 240 seconds)
1593 [13:24:35] *** Quits: fr0stbite (~pi@replaced-ip ) (Ping timeout: 260 seconds)
1594 [13:26:16] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1595 [13:27:03] *** Joins: altin_ (~altin@replaced-ip )
1596 [13:28:32] *** Quits: kalipso (~kalipso@replaced-ip ) (Ping timeout: 240 seconds)
1597 [13:28:44] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
1598 [13:29:54] *** Quits: fnlkj (~fnlkj@replaced-ip ) (Quit: ?)
1599 [13:30:23] *** Joins: cccc828 (~severin@replaced-ip )
1600 [13:30:58] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
1601 [13:31:22] *** Joins: u0_a651 (~u0_a65@replaced-ip )
1602 [13:32:20] *** Quits: vvande (~vvande@replaced-ip ) (Remote host closed the connection)
1603 [13:32:35] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Client Quit)
1604 [13:32:38] *** Joins: vvande (~vvande@replaced-ip )
1605 [13:33:04] *** Joins: _Nox (~Nox@replaced-ip )
1606 [13:34:37] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
1607 [13:34:44] *** Joins: jirka (~Thunderbi@replaced-ip )
1608 [13:35:05] *** Quits: jirka (~Thunderbi@replaced-ip ) (Client Quit)
1609 [13:35:29] *** Joins: FierceDeityLink (~shayne@replaced-ip )
1610 [13:35:34] *** Joins: fr0stbite (~pi@replaced-ip )
1611 [13:36:15] *** Quits: cyphase (~cyphase@replaced-ip ) (Ping timeout: 260 seconds)
1612 [13:36:27] *** Quits: fr0stbit1 (~pi@replaced-ip ) (Ping timeout: 240 seconds)
1613 [13:36:59] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1614 [13:37:47] *** Joins: andrew2221 (~andrew222@replaced-ip )
1615 [13:38:05] *** Quits: Caplain (~shayne@replaced-ip ) (Ping timeout: 255 seconds)
1616 [13:39:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1617 [13:39:30] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1618 [13:39:53] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1619 [13:40:52] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 255 seconds)
1620 [13:41:03] *** Quits: Nekojami (~jimj316@replaced-ip ) (Ping timeout: 258 seconds)
1621 [13:41:24] *** Joins: patterson (~patterson@replaced-ip )
1622 [13:41:42] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1623 [13:42:28] *** Joins: kalipso (~kalipso@replaced-ip )
1624 [13:42:54] *** Joins: nighty-- (~nighty@replaced-ip )
1625 [13:44:06] *** Joins: limburger (~lim6@replaced-ip )
1626 [13:44:49] *** Quits: dka (~dka@replaced-ip ) (Ping timeout: 260 seconds)
1627 [13:44:58] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 246 seconds)
1628 [13:45:15] *** wolves is now known as SugoiBeans
1629 [13:45:32] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 240 seconds)
1630 [13:45:43] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
1631 [13:46:02] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1632 [13:46:38] *** Quits: mrkebab (~mk@replaced-ip ) (Quit: Leaving)
1633 [13:47:15] <boxrick1> I have multiple network interfaces on different subnets, and a router sits inbetween these subnets and passes traffic.
1634 [13:48:02] <boxrick1> This machine has a single default gateway on NET1, and a second interface on NET2
1635 [13:48:08] *** Quits: limburger (~lim6@replaced-ip ) (Client Quit)
1636 [13:48:11] *** Joins: kooldavi (~kooldavi@replaced-ip )
1637 [13:48:24] <boxrick1> If it receives traffic from NET2 via NET1 it tries to send it back out NET1
1638 [13:48:30] <boxrick1> How can I fix that?
1639 [13:48:50] <boxrick1> Some form of static route, or is there a more elegant way?
1640 [13:49:04] *** Joins: ffernand (~ffernand@replaced-ip )
1641 [13:49:05] *** DingoSaar_ is now known as DingoSaar
1642 [13:49:14] <boxrick1> Sorry it tries to send it out back by NET2 not NET1 ( which is what i need )
1643 [13:49:21] *** Joins: limburger (~lim6@replaced-ip )
1644 [13:49:25] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 245 seconds)
1645 [13:49:55] *** Joins: theluckymike (~theluckym@replaced-ip )
1646 [13:50:11] *** Quits: OS-21136 (~OS-21136@replaced-ip ) (Quit: Leaving)
1647 [13:51:35] *** Quits: kalipso (~kalipso@replaced-ip ) (Ping timeout: 255 seconds)
1648 [13:52:08] *** Quits: Meerkat (~meerkat@replaced-ip ) (Quit: Leaving)
1649 [13:52:28] *** Quits: lasdam (~lasdam@replaced-ip ) (Read error: Connection reset by peer)
1650 [13:52:42] *** Joins: Baliano (~androirc@replaced-ip )
1651 [13:53:27] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
1652 [13:53:36] *** Joins: Nekojimi (~jimj316@replaced-ip )
1653 [13:54:09] *** Joins: Nekojami (~jimj316@replaced-ip )
1654 [13:54:18] *** Quits: theluckymike (~theluckym@replaced-ip ) (Read error: Connection reset by peer)
1655 [13:54:20] *** Joins: Shock_ (~Shock@replaced-ip )
1656 [13:54:38] *** Joins: cyphase (~cyphase@replaced-ip )
1657 [13:55:02] *** Joins: theluckymike (~theluckym@replaced-ip )
1658 [13:55:20] *** Quits: theluckymike (~theluckym@replaced-ip ) (Read error: Connection reset by peer)
1659 [13:55:35] *** Joins: oish (~charlie@replaced-ip )
1660 [13:55:47] *** Parts: g0zzy (~goose@replaced-ip )
1661 [13:56:17] *** Joins: nodiscc (~bsp@replaced-ip )
1662 [13:56:34] *** Joins: Panacea (~Panacea@replaced-ip )
1663 [13:56:59] *** Quits: Panacea (~Panacea@replaced-ip ) (Client Quit)
1664 [13:57:16] *** Joins: turfal (~Thunderbi@replaced-ip )
1665 [13:57:36] *** Joins: dka (~dka@replaced-ip )
1666 [13:57:54] *** Joins: Hacker01 (~Haxker01@replaced-ip )
1667 [13:58:21] *** Quits: sliekas99 (~mantas@replaced-ip ) (Quit: Leaving)
1668 [13:58:58] *** Quits: turfal (~Thunderbi@replaced-ip ) (Client Quit)
1669 [13:58:58] *** Joins: nullbyte_ (~ghost@replaced-ip )
1670 [14:00:07] *** Joins: theluckymike (~theluckym@replaced-ip )
1671 [14:00:39] *** Parts: hejohn (~gernot@replaced-ip )
1672 [14:02:16] *** Joins: tkla (~tklassen@replaced-ip )
1673 [14:02:55] *** Quits: BluesKaj (~Blues@replaced-ip ) (Ping timeout: 255 seconds)
1674 [14:03:05] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 260 seconds)
1675 [14:03:25] *** Joins: tsglove (~tsglove@replaced-ip )
1676 [14:03:44] *** Joins: Shock_ (~Shock@replaced-ip )
1677 [14:04:18] *** Quits: at0m (~at0m@replaced-ip ) (Read error: Connection reset by peer)
1678 [14:04:20] *** Quits: edi (~e@replaced-ip ) (Read error: Connection reset by peer)
1679 [14:04:37] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
1680 [14:04:39] *** ffernand is now known as filipe
1681 [14:05:35] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 240 seconds)
1682 [14:05:44] *** Parts: filipe (~ffernand@replaced-ip )
1683 [14:05:55] <__marco> Someone using uwsgi and systemd? Can I use systemctl to control the single uwsgi's apps?
1684 [14:06:10] <CutMeOwnThroat> aboulafia_, seems to work fine here as things go. Seems a bit strange to use something like zip that can put several files into one archive together with tar, whose only function is to put several files into an archive… *shrug*
1685 [14:06:12] *** Joins: Fuj1M4s (~Fuj1M4s@replaced-ip )
1686 [14:07:03] *** Joins: notwithstanding (elysian234@replaced-ip )
1687 [14:07:05] *** Quits: pyface (~pyface@replaced-ip ) (Remote host closed the connection)
1688 [14:07:25] *** Joins: kryptoz (~kryptoz@replaced-ip )
1689 [14:07:42] *** Quits: paulgrmn (~paulgorma@replaced-ip ) (Read error: Connection reset by peer)
1690 [14:08:10] *** Joins: paulgrmn (~paulgorma@replaced-ip )
1691 [14:08:10] *** Quits: moetunes (~Jean-luc@replaced-ip ) (Ping timeout: 240 seconds)
1692 [14:08:55] <notwithstanding> hi im running debian 8.6 and am looking to install pdns-backend-bind package, is it available? replaced-url
1693 [14:08:56] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
1694 [14:09:12] *** Joins: Baliano (~androirc@replaced-ip )
1695 [14:09:22] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
1696 [14:09:33] <notwithstanding> will stretch or sid work?
1697 [14:09:48] *** Joins: ffernand (~ffernand@replaced-ip )
1698 [14:09:56] <petn-randall> ,v pdns-backend-bind
1699 [14:09:57] <judd> Package: pdns-backend-bind on amd64 -- sid: 4.0.3-1; stretch: 4.0.3-1
1700 [14:10:00] *** Joins: edi (~e@replaced-ip )
1701 [14:10:00] *** Quits: edi (~e@replaced-ip ) (Client Quit)
1702 [14:10:02] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 240 seconds)
1703 [14:10:25] <petn-randall> notwithstanding: It's not in jessie, and I don't recommend pulling it from testing/unstable. Instead, backport it yourself.
1704 [14:10:32] <petn-randall> !checkbackport pdns-backend-bind
1705 [14:10:41] <petn-randall> ,checkbackport pdns-backend-bind
1706 [14:10:42] <judd> Backporting package pdns-backend-bind in sid→jessie/amd64: all build-dependencies satisfied using jessie, jessie-backports.
1707 [14:10:50] <petn-randall> !ssb
1708 [14:10:51] <dpkg> First, check for a backport on <debian-backports>. If unavailable: 1) Add a deb-src line for sid (not a deb line!); ask me about <deb-src sid> 2) enable debian-backports (see <bdo>) 3) aptitude update; aptitude install build-essential; aptitude build-dep packagename; apt-get -b source packagename; 4) install the resultant debs. To change compilation options, see <package recompile>; for versions newer than sid see <uupdate>.
1709 [14:11:03] <petn-randall> notwithstanding: These would be the steps to create that package. ^^^
1710 [14:11:38] *** Joins: tyranny12 (~blarg@replaced-ip )
1711 [14:11:38] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1712 [14:11:38] *** Joins: tyranny12 (~blarg@replaced-ip )
1713 [14:11:48] *** Joins: edi (~e@replaced-ip )
1714 [14:11:55] <notwithstanding> ,deb-src sid
1715 [14:12:00] <notwithstanding> !deb-src sid
1716 [14:12:00] <dpkg> You can get apt to download source packages with a <deb-src> line in your <sources.list>. A suitable entry for the sid release is: "deb-src replaced-url
1717 [14:12:24] *** Joins: teclo- (42@replaced-ip )
1718 [14:13:06] *** Quits: limburger (~lim6@replaced-ip ) (Remote host closed the connection)
1719 [14:13:16] *** Joins: nicoladp (~nicola@replaced-ip )
1720 [14:13:24] *** Joins: limburger (~lim6@replaced-ip )
1721 [14:14:00] <notwithstanding> theres nothing available on debian-backports right? only stretch and sid ?
1722 [14:14:09] <notwithstanding> !bdo
1723 [14:14:09] <dpkg> backports.debian.org (formerly backports.org) is an official repository of <backports> for the current stable (see <jessie backports>) and oldstable (<wheezy backports>) distributions, prepared by Debian developers. Ask me about <backport caveat> and read replaced-url
1724 [14:14:31] <petn-randall> notwithstanding: Right, only stretch and sid.
1725 [14:14:34] *** Quits: js9600 (~jsdk@replaced-ip ) (Ping timeout: 260 seconds)
1726 [14:15:06] *** Joins: uniTosch (~henryk@replaced-ip )
1727 [14:16:15] *** Quits: nullbyte_ (~ghost@replaced-ip ) (Quit: quit.)
1728 [14:16:21] <nicoladp> Hi, is there any solution to running a hd7870xt (tahiti LE chip) video card with the open drivers?
1729 [14:16:25] *** Joins: BluesKaj (~Blues@replaced-ip )
1730 [14:16:32] *** Quits: kardborren (~weechat@replaced-ip ) (Ping timeout: 240 seconds)
1731 [14:17:18] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
1732 [14:17:44] *** Joins: anti (~anti@replaced-ip )
1733 [14:18:07] *** Joins: remo (~user@replaced-ip )
1734 [14:18:07] *** anti is now known as Guest66387
1735 [14:19:20] <jelly> notwithstanding: isn't pdns-backend-bind built in?
1736 [14:19:32] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 240 seconds)
1737 [14:19:37] <nodiscc> hi, prefs set in /etc/firefox-esr/firefox-esr.js are not applied. is this a bug?
1738 [14:19:46] <nodiscc> for example I set browser.pocket.enabled to false in /etc/firefox-esr/firefox-esr.js but when I start firefox, about:config shows it is back to true
1739 [14:19:46] <jelly> notwithstanding: why do you think you need a separate package?
1740 [14:20:03] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Remote host closed the connection)
1741 [14:20:42] *** Joins: floo123 (~flo@replaced-ip )
1742 [14:20:45] *** Joins: flo_ (~flo@replaced-ip )
1743 [14:20:46] *** Joins: kalipso (~kalipso@replaced-ip )
1744 [14:20:59] <petn-randall> nodiscc: Where is it documented that this should work?
1745 [14:21:06] *** Quits: uNmowed|2 (~Mayu@replaced-ip##) (Quit: KVIrc 4.9.2 Aria ##replaced-url
1746 [14:21:16] *** Quits: buhletxr (~buhletxr@replaced-ip ) (Ping timeout: 260 seconds)
1747 [14:21:40] <nodiscc> petn-randall: in the original firefox-esr.js file shipped with debian package:
1748 [14:22:17] *** Quits: altin_ (~altin@replaced-ip ) (Remote host closed the connection)
1749 [14:22:33] *** Joins: buhletxr (~buhletxr@replaced-ip )
1750 [14:22:58] *** Quits: ffernand (~ffernand@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
1751 [14:23:10] *** Joins: amcorreia (~amcorreia@replaced-ip )
1752 [14:23:30] *** Joins: digidog (~digidog@replaced-ip )
1753 [14:23:40] *** Joins: ffernand (ffernand@replaced-ip )
1754 [14:23:47] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
1755 [14:23:55] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
1756 [14:23:55] *** digidog is now known as diqidoq
1757 [14:24:33] * nodiscc looking for the original file
1758 [14:24:47] *** Joins: altin_ (~altin@replaced-ip )
1759 [14:24:47] *** Quits: altin_ (~altin@replaced-ip ) (Changing host)
1760 [14:24:47] *** Joins: altin_ (~altin@replaced-ip )
1761 [14:25:01] *** Joins: Dev0n (~Dev0n@replaced-ip )
1762 [14:25:11] *** Joins: yeehi_ (~n@replaced-ip )
1763 [14:25:20] *** Quits: yeehi (~n@replaced-ip ) (Ping timeout: 240 seconds)
1764 [14:25:53] *** Quits: bnw (~bnw@replaced-ip ) (Quit: Leaving)
1765 [14:26:26] *** Quits: macrobat (~beep@replaced-ip ) (Ping timeout: 252 seconds)
1766 [14:27:01] <nodiscc> // This is the Debian specific preferences file for Firefox ESR You can make any change in here, it is the purpose of this file. You can, with this file and all files present in the /etc/firefox-esr directory, override any preference you can see in about:config.
1767 [14:27:44] *** Quits: lnx_ (~lnx@replaced-ip ) (Quit: Leaving)
1768 [14:27:57] <nodiscc> I have checked that my firefox-esr.js has valid syntax
1769 [14:28:40] <nodiscc> no warning in terminal/browser console
1770 [14:29:26] *** Joins: x032cx (~lxuser@replaced-ip )
1771 [14:29:46] *** Quits: buhletxr (~buhletxr@replaced-ip ) (Ping timeout: 246 seconds)
1772 [14:30:27] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 240 seconds)
1773 [14:31:19] *** Quits: disaster__ (5a718170@replaced-ip ) (Ping timeout: 260 seconds)
1774 [14:31:26] *** Joins: sspssptest (d4a23784@replaced-ip )
1775 [14:31:35] *** Joins: kekskurse (~skriftlig@replaced-ip )
1776 [14:32:26] *** Joins: Shock_ (~Shock@replaced-ip )
1777 [14:32:58] *** Quits: jeddi (~jedd@replaced-ip ) (Quit: Konversation terminated!)
1778 [14:33:00] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Ping timeout: 240 seconds)
1779 [14:33:25] *** Joins: Vizva (~max@replaced-ip )
1780 [14:33:31] *** Joins: Trieste (~Trieste@replaced-ip )
1781 [14:34:08] *** Quits: limburger (~lim6@replaced-ip ) (Quit: Leaving)
1782 [14:34:10] *** Joins: mifritscher (~michi@replaced-ip )
1783 [14:35:15] * nodiscc notices missing semicolon...
1784 [14:36:02] *** Joins: Ticho_ (~Ticho@replaced-ip )
1785 [14:36:25] *** Quits: Ticho (~Ticho@replaced-ip ) (Disconnected by services)
1786 [14:36:33] *** Ticho_ is now known as Ticho
1787 [14:37:06] <rpd_> so this has been a long-time PITA for me, once you install one of the desktop-environments, how can you use apt-get to fully remove it? is there a simple way to do so?
1788 [14:37:07] *** Quits: davimore (~davimore@replaced-ip ) (Ping timeout: 255 seconds)
1789 [14:37:12] *** Quits: olalonde (uid136@replaced-ip ) (Quit: Connection closed for inactivity)
1790 [14:38:25] *** Joins: davimore (~davimore@replaced-ip )
1791 [14:38:49] <celyr> rpd_, no
1792 [14:39:08] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 240 seconds)
1793 [14:39:15] <celyr> rpd_, buy if you go throught the logs
1794 [14:39:19] <CutMeOwnThroat> actually I thought the problem is more the reverse… that removing any of the packages from the desktop environment removes the whole environment and often X as well
1795 [14:39:34] <celyr> you can remove all packages that have been installed
1796 [14:39:41] *** Joins: yeehi (~n@replaced-ip )
1797 [14:40:01] <celyr> and also removing most of the packages dm in the name will end up removing everything with autoremove
1798 [14:40:04] *** Quits: istevenmon (50200f4f@replaced-ip ) (Ping timeout: 260 seconds)
1799 [14:40:16] *** Quits: yeehi_ (~n@replaced-ip ) (Ping timeout: 246 seconds)
1800 [14:40:33] <CutMeOwnThroat> rpd_, it depends on how you installed it
1801 [14:41:06] <celyr> tdn, I think that the easier way is to download the sources of openssl
1802 [14:41:16] <celyr> tdn, and then look at the default config parameters
1803 [14:41:24] <celyr> tdn, this way you will know without asking anyone
1804 [14:41:48] *** Quits: mar77i (~mar77i@replaced-ip ) (Ping timeout: 260 seconds)
1805 [14:41:51] *** Joins: dethos (~dethos@replaced-ip )
1806 [14:42:00] <tdn> celyr, I have tried benchmarking openssl via the openssl speed test. This indicates that aes-ni IS used by openssl if -evp switch is on
1807 [14:42:11] <tdn> But that does not tell me if apache use the EVP or not
1808 [14:42:28] <nodiscc> (fixed my problem after correcting 2 missing semicolons)
1809 [14:42:40] *** Joins: chomwitt (~chomwitt@replaced-ip )
1810 [14:42:40] *** Joins: cmatrix089 (~root@replaced-ip )
1811 [14:42:54] *** Joins: acheron-a (~acheron-a@replaced-ip )
1812 [14:43:05] *** Parts: acheron-a (~acheron-a@replaced-ip )
1813 [14:43:06] <sonOfRa> rpd_: Maybe unselect it in tasksel and then run apt autoremove?
1814 [14:43:23] <sonOfRa> Not sure if that works, just a thought
1815 [14:43:43] <celyr> tdn, then do the same with apache (get the source) maybe the guys in #httpd told you what are the correct switches for that and check if they were enable by who packaged it
1816 [14:45:06] <CutMeOwnThroat> rpd_, look at the Depends: and Recommends: lines of task-gnome-desktop (and the depends of those depends) to see how it's done
1817 [14:46:09] *** Joins: cruncher (~cruncher@replaced-ip )
1818 [14:46:32] *** Joins: kikitehkitty (~kiki@replaced-ip )
1819 [14:47:26] *** Joins: Shock_ (~Shock@replaced-ip )
1820 [14:47:31] *** Quits: HJfFun (~Omega@replaced-ip ) (Quit: Fatal server error: (EE) Caught signal 11 (Segmentation fault). Server aborting)
1821 [14:47:33] *** Joins: markinfo (~marek@replaced-ip )
1822 [14:48:06] <rpd_> celyr: yeah thats what I do, I kind of manually remove after checking the deps
1823 [14:48:22] *** Quits: smidlers (smyers@replaced-ip ) (Ping timeout: 255 seconds)
1824 [14:48:25] <rpd_> sonOfRa: never tried that, will check, thanks!
1825 [14:48:29] *** Quits: Eduard_Munteanu (~Eduard_Mu@replaced-ip ) (Remote host closed the connection)
1826 [14:48:41] <sonOfRa> If you didn't install it through tasksel to begin with, it probably won't work
1827 [14:48:53] <sonOfRa> It's the thing that runs at the start of the installation and asks you what you want to do with your system
1828 [14:49:20] *** Joins: holden- (~username@replaced-ip )
1829 [14:49:52] <rpd_> sonOfRa: I know what tasksel is, I usually do a minimal install and then use apt, but sometimes I want to go back to just wm's and then its a PITA to check deps and remove one by one
1830 [14:50:08] *** Joins: BluesKaj (~Blues@replaced-ip )
1831 [14:50:12] *** Joins: smidlers (smyers@replaced-ip )
1832 [14:50:48] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1833 [14:51:27] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 240 seconds)
1834 [14:52:22] <CutMeOwnThroat> rpd_, it should be relatively simple to remove it with autoremove if you installed it via the meta packages
1835 [14:52:29] *** Quits: PHahrrgis (~come@replaced-ip ) (Changing host)
1836 [14:52:29] *** Joins: PHahrrgis (~come@replaced-ip )
1837 [14:52:39] <CutMeOwnThroat> if you installed anything else, just remove the things that you manually installed…
1838 [14:52:45] *** Quits: kalipso (~kalipso@replaced-ip ) (Quit: WeeChat 1.7)
1839 [14:53:14] *** Quits: ctp (~ctp@replaced-ip ) (Ping timeout: 268 seconds)
1840 [14:53:25] *** Joins: demize (kyrias@replaced-ip )
1841 [14:53:26] *** Quits: kikitehkitty (~kiki@replaced-ip ) (Read error: Connection reset by peer)
1842 [14:53:32] *** Joins: Trieste (~Trieste@replaced-ip )
1843 [14:53:50] *** Joins: kikitehkitty (~kiki@replaced-ip )
1844 [14:53:52] <demize> Got a bit of a strange issue on an old frankenstein-ish server we have when trying to install libpam-systemd
1845 [14:53:57] <demize> "libpam-systemd : Depends: systemd (= 215-17+deb8u6) but 230-7~bpo8+2 is to be installed"
1846 [14:54:06] <demize> Not really sure how to fix it.
1847 [14:54:30] <rpd_> CutMeOwnThroat: thanks will look at autoremove
1848 [14:54:31] *** Joins: ctp (~ctp@replaced-ip )
1849 [14:54:35] *** Quits: zachary (~zachary@replaced-ip ) (Ping timeout: 240 seconds)
1850 [14:54:39] <koma> /msg dpkg stretch freeze
1851 [14:54:40] *** Joins: ledeni_ (~ledeni@replaced-ip )
1852 [14:54:40] *** Quits: reev (~reev@replaced-ip ) (Ping timeout: 240 seconds)
1853 [14:54:51] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
1854 [14:54:53] <jelly> !bat
1855 [14:54:54] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
1856 [14:54:57] <jelly> demize: ^^
1857 [14:55:38] *** Quits: mifritscher (~michi@replaced-ip ) (Quit: Leaving.)
1858 [14:56:12] *** Joins: Achylles (~Achylles@replaced-ip )
1859 [14:56:45] <rpd_> demize: good old systemd..., the other day it refused to reboot/shutdown the system because it could not connect to dbus daemon, that was something, had to hard reset
1860 [14:56:56] <demize> apt-get install libpam-systemd: replaced-url
1861 [14:57:00] *** Quits: mzf (~mzf@replaced-ip ) (Quit: Leaving)
1862 [14:57:02] *** Quits: holden- (~username@replaced-ip ) (Ping timeout: 240 seconds)
1863 [14:57:20] *** Quits: ValodiaDeSeynes (~ValodiaDe@replaced-ip ) (Ping timeout: 258 seconds)
1864 [14:57:20] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Remote host closed the connection)
1865 [14:57:21] <demize> rpd_: This has nothing to do with systemd itself...
1866 [14:57:25] *** Joins: macrobat (~beep@replaced-ip )
1867 [14:58:26] <rpd_> demize: yeah I know, I am just relating my experience with systemd recently...
1868 [14:58:59] *** Devastator_g is now known as Devastator
1869 [14:59:15] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 258 seconds)
1870 [14:59:23] <toruvinn> i realize this isn't exactly debian-related, more linuxingeneral-related, but did anyone notice that the cpu governor "performance" is behaving... weirdly?
1871 [14:59:26] *** Joins: juantelez (~juantelez@replaced-ip )
1872 [14:59:29] <toruvinn> at least in newer kernels
1873 [15:01:23] *** Joins: electro33 (uid613@replaced-ip )
1874 [15:01:29] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
1875 [15:01:32] <celyr> toruvinn, how can performance behave wierdly it's 100% always lol
1876 [15:02:01] *** Joins: savantgarde (~savantgar@replaced-ip )
1877 [15:02:18] <toruvinn> celyr, that's the point! it's hardly statically set to max_freq!
1878 [15:02:23] <toruvinn> it's jumping like mad :-O
1879 [15:02:42] <celyr> toruvinn, how are you measuring it and what cpu do you have
1880 [15:02:54] <toruvinn> celyr, model name : Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
1881 [15:03:02] <toruvinn> celyr, measuring by looking either at /proc/cpuinfo or cpufreq-info
1882 [15:03:09] <jelly> demize: you forgot "apt-cache policy systemd"
1883 [15:03:13] <toruvinn> and i'm seeing things like cpu MHz : 1967.871
1884 [15:03:35] <toruvinn> celyr, min_freq is 1200000 max_freq is 3200000
1885 [15:03:46] <demize> jelly: Ah, right, sorry: replaced-url
1886 [15:04:10] <celyr> toruvinn, is it sandy bridge ?
1887 [15:04:35] <jelly> demize: you have systemd from jessie-backports installed. If you want libpam-systemd, you have to explicitely ask to get it from jessie-backports as well
1888 [15:05:01] *** Quits: andrew2221 (~andrew222@replaced-ip ) (Quit: Leaving)
1889 [15:05:01] <celyr> no it's haswell
1890 [15:05:06] <demize> jelly: How do I get it to just automatically get the backports version of something if necessary?
1891 [15:05:36] <jelly> demize: you don't, that's not how backports are used.
1892 [15:06:02] <toruvinn> celyr, yeah haswell, according to ark.intel
1893 [15:06:04] <demize> Hmm, hokay. I'm just used to all repos being created equally, and if a repo is enabled it JustWorks.
1894 [15:06:08] <demize> jelly: Anyway, thanks.
1895 [15:06:09] <celyr> toruvinn, can you please install cpufrequtils and paste to pastebin cpufreq-info ?
1896 [15:06:15] <jelly> demize: it will only get stuff from backports automatically after you manually asked for the backports version once
1897 [15:06:19] <toruvinn> celyr, sure. sec.
1898 [15:06:32] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
1899 [15:06:52] <jelly> demize: you don't want to get all the backports for every possible package that's present there automatically.
1900 [15:07:02] <toruvinn> celyr, do you need output for all the cores, or just... dunno, a few? ;-)
1901 [15:07:08] <demize> Says who?
1902 [15:07:13] <jelly> says I.
1903 [15:07:20] *** Joins: Guest27673 (~lynx@replaced-ip )
1904 [15:07:26] <demize> And how do you know that?
1905 [15:07:49] <demize> But either way, if I try to install something and it requires something from backports, I'd definitely expect the package manager to get it from there.
1906 [15:07:53] <jelly> demize: if you wanted all that, you'd run testing.
1907 [15:07:57] *** Guest27673 is now known as lynkan
1908 [15:08:27] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
1909 [15:08:35] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
1910 [15:09:08] *** Joins: Cy-GorWork (~IceChat9@replaced-ip )
1911 [15:09:08] <jelly> demize: aptitude is a bit smarter in this particular case. With apt-get, you do need to be explicit with -t.
1912 [15:09:34] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1913 [15:09:48] <toruvinn> celyr, replaced-url
1914 [15:09:50] *** Quits: nicoladp (~nicola@replaced-ip ) (Quit: Leaving)
1915 [15:09:59] <jelly> demize: this is intentional, to avoid users get stuff from backports they didn't explicitely ask for
1916 [15:10:13] *** Joins: mar77i (~mar77i@replaced-ip )
1917 [15:10:57] *** Joins: mifritscher (~michi@replaced-ip )
1918 [15:10:58] *** Joins: woshty (~irc@replaced-ip )
1919 [15:11:10] *** Joins: ValodiaDeSeynes (~ValodiaDe@replaced-ip )
1920 [15:12:41] *** Joins: VanillaCookie (542e23b5@replaced-ip )
1921 [15:13:37] <VanillaCookie> Hey, I've read that Debian isn't updating every package in their stable repository, some guys and even many web sites found with Google told me that. Is that true?
1922 [15:13:56] <toruvinn> celyr, should i take it to #linux?
1923 [15:13:56] <celyr> toruvinn, it's not working as intended
1924 [15:13:59] <toruvinn> celyr, ;-D
1925 [15:14:28] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 260 seconds)
1926 [15:14:34] <Stummi> VanillaCookie, yes
1927 [15:14:43] <celyr> toruvinn, but
1928 [15:14:43] *** Joins: corner_cubicle (0cb47366@replaced-ip )
1929 [15:14:46] <toruvinn> i don't remember the last time i've thrown so many "whaaaaaaaaaaaaaaaaaaaaaaat"s at my screen. ;-)
1930 [15:14:49] *** Quits: ledeni_ (~ledeni@replaced-ip ) (Ping timeout: 268 seconds)
1931 [15:14:57] <celyr> toruvinn, what is this server ?
1932 [15:14:58] *** Joins: dasher^0_o (~dasher00@replaced-ip )
1933 [15:15:09] <celyr> toruvinn, I suspect there is something in the firmware doing shit
1934 [15:15:17] <blackflow> toruvinn: probably intel pstate taking precedence
1935 [15:15:17] <toruvinn> celyr, thanks, i guess i'll take it to #linux. kernel 4.9 seems to be fine at first glance. that server is one of OVH machines.
1936 [15:15:45] <celyr> toruvinn, and kernel 4.9 is working as intended ?
1937 [15:15:50] *** Joins: ledeni (~ledeni@replaced-ip )
1938 [15:15:58] *** Quits: _Nox (~Nox@replaced-ip ) (Read error: Connection reset by peer)
1939 [15:16:16] <VanillaCookie> Stummi: Okay, thanks for the short answer, but why should I use a stable distribution then if not every package is updated with security/bug fixes? I know that stable means the package versions doesn't change for some years, but you may also want or need security updates, even for rare packages that aren't install that many often on some systems ..
1940 [15:16:34] <blackflow> toruvinn: you can try and disable pstate (iirc intel_pstate=disable on the kernel line) and see if the performance governor then forces max Hz
1941 [15:16:38] <VanillaCookie> *installed
1942 [15:16:48] <Stummi> VanillaCookie, ah, thats what you mean with updates. Yes, you will get security updates, just no additional features
1943 [15:16:48] *** Joins: kus (~minot@replaced-ip )
1944 [15:17:01] <jelly> VanillaCookie: where did you read this?
1945 [15:17:24] <toruvinn> blackflow, thanks, will see.
1946 [15:17:30] <VanillaCookie> jelly: Some Debian forums posted that and also some sites found by Google, that some packages in stable will never see updates
1947 [15:17:39] *** Joins: Tom01 (~tom@replaced-ip )
1948 [15:17:40] <jelly> VanillaCookie: an example URL?
1949 [15:17:42] <toruvinn> celyr, yes, but that's even weirder as that 4.9 is OVH-supplied kernel and those have powersave governor by default.
1950 [15:17:52] <Stummi> VanillaCookie, if these packages don't have security problems, they won't see updates
1951 [15:17:54] <VanillaCookie> jelly: There are many, just Google
1952 [15:17:55] <toruvinn> celyr, yet i see a stable near-max frequency on them there. hah!
1953 [15:18:05] <jelly> VanillaCookie: no thanks
1954 [15:18:20] <blackflow> toruvinn: you should be able to install default debian kernel
1955 [15:18:26] <jelly> VanillaCookie: it's a bit of an extraordinary statement
1956 [15:18:29] <toruvinn> blackflow, hrmf. it seems that this 4.9 ovh kernel has pstate driver builtin too.
1957 [15:18:33] <blackflow> toruvinn: iirc OVH forces grsec kernels on their dedicated servers line
1958 [15:18:40] *** Quits: INIM (~pi@replaced-ip ) (Ping timeout: 240 seconds)
1959 [15:18:46] <VanillaCookie> jelly: I only quoted the statement
1960 [15:18:46] <toruvinn> blackflow, well, you have a choice there, but yeah, the default one has grsec
1961 [15:18:49] <Stummi> VanillaCookie, google also tells you that vaccinations cause autism. As long you are not providing an actual source I am going to assume you just found some shady unreliable website
1962 [15:18:51] <blackflow> toruvinn: right, so intel_pstate=disable on kernel line
1963 [15:18:59] *** Quits: this_self (~this_self@replaced-ip ) (Read error: Connection reset by peer)
1964 [15:19:05] <jelly> VanillaCookie: sure, but quoted from where, can you provide a single reference?
1965 [15:19:15] <blackflow> toruvinn: I always install my own debootstraps with official debian kernels on OVH
1966 [15:19:15] *** Quits: nodiscc (~bsp@replaced-ip ) (Quit: Leaving.)
1967 [15:19:21] <toruvinn> blackflow, err, that 4.9 ovh kernel which has pstate doesnt behave like that though ;-)
1968 [15:19:23] <VanillaCookie> Stummi: Please don't say something wrong with Autism, I have it!
1969 [15:19:24] <blackflow> primarily because FDE
1970 [15:19:25] *** Joins: this_self (~this_self@replaced-ip )
1971 [15:19:55] <toruvinn> blackflow, i install my own kernels, the thing is, something had to change between 3.18 and 4.10 when it comes to those governors/cpuscaling
1972 [15:19:57] <blackflow> toruvinn: well pstate was just a guess. thre's that, and there's thermald as well, so several factors that could affect the CPU freq
1973 [15:20:23] *** Joins: sz0 (uid110435@replaced-ip )
1974 [15:20:24] <VanillaCookie> jelly: I'm looking in my browser history
1975 [15:20:29] <blackflow> toruvinn: my advice, leave the default which comes with debian, ondemand, no userland tools needed
1976 [15:20:30] *** Joins: hele (~hele@replaced-ip )
1977 [15:21:21] <blackflow> toruvinn: you really don't need performance over ondemand unless those few micro (nano?) seconds overhead in sampling and switching are significant to you somehow
1978 [15:22:00] *** debhelper sets mode: +l 1735
1979 [15:22:15] *** Joins: seanzd (~seanzd@replaced-ip )
1980 [15:22:37] <blackflow> and besides, these days with modern cpus and newer kernels (like 4.9) intel pstate is the best option
1981 [15:23:31] *** Joins: callidvs (~Icedove@replaced-ip )
1982 [15:24:12] <jelly> toruvinn: those CPUs will try hard to keep their power and temperature nominal, the frequency value on its own does not mean much any more
1983 [15:24:16] *** Quits: OS-27412 (~OS-27412@replaced-ip ) (Ping timeout: 260 seconds)
1984 [15:24:36] *** Quits: callidvs (~Icedove@replaced-ip ) (Client Quit)
1985 [15:25:36] *** Joins: INIM (~pi@replaced-ip )
1986 [15:25:40] *** Quits: dka (~dka@replaced-ip ) (Ping timeout: 240 seconds)
1987 [15:26:50] *** Joins: In33dt0Kn0w (~In33dt0Kn@replaced-ip )
1988 [15:27:50] *** Quits: metaphysician (~meta-code@replaced-ip ) (Quit: Bye.)
1989 [15:27:58] <VanillaCookie> jelly: replaced-url
1990 [15:28:01] <VanillaCookie> an example
1991 [15:29:15] *** Joins: FreeBeast (~max@replaced-ip )
1992 [15:29:16] *** Quits: FreeBeast (~max@replaced-ip ) (Client Quit)
1993 [15:29:48] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1994 [15:30:07] <toruvinn> jelly, hmm. i have one server doing almost nothing, can see the frequency being low there, rebooting it to 3.18 kernel to see if it's the same. but honestly, i'm almost sure it varies between kernels (all with `performance' governor), so... there's something weird with the software, not necessarily the hardware.
1995 [15:30:18] *** Quits: Zynkx (~zynkx@replaced-ip ) (Ping timeout: 258 seconds)
1996 [15:30:40] <toruvinn> jelly, yep, 3.18 keeps max freq there. 4.10 doesn't for some reason.
1997 [15:30:58] *** Joins: oish_ (~charlie@replaced-ip )
1998 [15:31:05] <jelly> toruvinn: that may well be, but I think the bigger difference is actual pstate support in kernel
1999 [15:31:06] *** Joins: _Nox (~Nox@replaced-ip )
2000 [15:31:33] <VanillaCookie> jelly: Have you read that?
2001 [15:31:45] <jelly> VanillaCookie: no, busy with other things
2002 [15:31:50] <VanillaCookie> hm ok
2003 [15:31:54] *** Joins: juantelez (~juantelez@replaced-ip )
2004 [15:32:00] <VanillaCookie> You wanted the link, I sent it to you ...
2005 [15:32:07] <jelly> yes, thanks
2006 [15:32:51] <VanillaCookie> So summarize the content there: They're saying that webkit-based applications can be seen as unsecure and a risk, as well as contrib and non-free
2007 [15:32:54] <VanillaCookie> *To
2008 [15:32:56] <VanillaCookie> jelly: ^
2009 [15:33:49] <toruvinn> jelly, it probably is. just checking what happens if i disable pstate there.
2010 [15:33:55] *** Quits: PHahrrgis (~come@replaced-ip ) (Read error: Connection reset by peer)
2011 [15:33:57] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Read error: Connection reset by peer)
2012 [15:34:15] *** Joins: Deific (sid66892@replaced-ip )
2013 [15:34:40] *** Joins: fr0stbit1 (~pi@replaced-ip )
2014 [15:35:07] *** Joins: lighteningbolt (~lightenin@replaced-ip )
2015 [15:35:10] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
2016 [15:35:17] <toruvinn> jelly, blackflow, celyr, apparently it is caused by pstate. seems like pstate is the default since (kernel) 3.9. thanks.
2017 [15:35:34] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2018 [15:35:56] *** Quits: fr0stbite (~pi@replaced-ip ) (Ping timeout: 260 seconds)
2019 [15:36:06] <celyr> toruvinn, nice at least you fixed it
2020 [15:36:45] <jelly> VanillaCookie: right, there are a couple packages like that where there's no way to fix security issues with the current versions. Those are noted and documented, debian-security-support package exposes that info to the admin
2021 [15:36:50] *** Quits: mifritscher (~michi@replaced-ip ) (Ping timeout: 252 seconds)
2022 [15:36:50] *** Joins: dka (~dka@replaced-ip )
2023 [15:36:56] <celyr> toruvinn, imho cpuinfo-freq should expose pstate also
2024 [15:37:23] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2025 [15:37:43] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
2026 [15:37:59] *** Joins: samael (~earendil@replaced-ip )
2027 [15:38:05] <jelly> VanillaCookie: in any case a user can look up specific vulnerabilities on
2028 [15:38:08] <jelly> !tracker of doom
2029 [15:38:08] <dpkg> The Tracker of Doom is a vulnerability database maintained by the Debian security team, viewable at replaced-url
2030 [15:38:18] <toruvinn> celyr, that would be nice, to be honest.
2031 [15:38:40] <samael> hello. where to find the equivalent of old Xorg.0.log in debian stretch?
2032 [15:39:02] *** Joins: bit1 (~joseanton@replaced-ip )
2033 [15:39:31] *** Joins: dka (~dka@replaced-ip )
2034 [15:39:41] *** Joins: jakefb (~textual@replaced-ip )
2035 [15:39:43] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2036 [15:39:56] <zykotick9> samael: the best place for testing questions is #debian-next on the OFTC irc network.
2037 [15:40:13] *** Joins: siiky (~siiky@replaced-ip )
2038 [15:40:20] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2039 [15:40:36] *** Joins: tieinv (~tieinv@replaced-ip )
2040 [15:40:38] <samael> zykotick9: my bad. actually i'm in there, too... :D
2041 [15:40:51] *** Joins: savantgarde (~savantgar@replaced-ip )
2042 [15:41:16] *** Joins: dka (~dka@replaced-ip )
2043 [15:41:54] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2044 [15:41:58] *** Joins: Dreaman (~deb@replaced-ip )
2045 [15:42:00] *** debhelper sets mode: +l 1744
2046 [15:43:00] *** Joins: jhutchins_wk (0c7e567a@replaced-ip )
2047 [15:43:03] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
2048 [15:43:20] *** Joins: dka (~dka@replaced-ip )
2049 [15:43:24] *** Quits: uniTosch (~henryk@replaced-ip ) (Ping timeout: 260 seconds)
2050 [15:43:48] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2051 [15:43:49] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
2052 [15:43:52] <VanillaCookie> I see ... Debian becomes more and more a troll-ish distribution since Ian Murdock sadly died (Don't get me wrong please, it's sad)
2053 [15:43:54] *** Parts: VanillaCookie (542e23b5@replaced-ip )
2054 [15:44:14] *** Joins: RickXy (~zncadmin@replaced-ip )
2055 [15:44:19] <jelly> yeah, that one did look like a troll.
2056 [15:45:00] *** Joins: dka (~dka@replaced-ip )
2057 [15:45:05] *** Quits: Selveste1 (~hds@replaced-ip ) (Ping timeout: 252 seconds)
2058 [15:45:07] *** Joins: Selveste1_ (~hds@replaced-ip )
2059 [15:45:46] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2060 [15:47:10] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
2061 [15:48:01] <petn-randall> I give it a 2/10, but only for the attempt.
2062 [15:48:07] *** Quits: Olufunmilayo (~Olufunmil@replaced-ip ) (Read error: Connection reset by peer)
2063 [15:48:58] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
2064 [15:49:34] *** Joins: savantgarde (~savantgar@replaced-ip )
2065 [15:49:41] *** Joins: redd (~anon@replaced-ip )
2066 [15:50:14] *** Joins: towo^work (~towo@replaced-ip )
2067 [15:51:11] *** Joins: nunatak (~nunatak@replaced-ip )
2068 [15:51:17] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
2069 [15:52:32] *** Quits: dennis3 (~dennis@replaced-ip ) (Quit: WeeChat 1.0.1)
2070 [15:53:30] *** Joins: B[]rG (~tuptidup@replaced-ip )
2071 [15:53:55] *** Quits: tieinv (~tieinv@replaced-ip ) (Quit: Leaving)
2072 [15:53:57] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 240 seconds)
2073 [15:56:07] *** Joins: Trieste (~Trieste@replaced-ip )
2074 [15:56:46] *** Joins: dka (~dka@replaced-ip )
2075 [15:57:05] *** Quits: dka (~dka@replaced-ip ) (Max SendQ exceeded)
2076 [15:58:02] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 240 seconds)
2077 [15:58:19] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2078 [15:59:48] *** Joins: jirka (~Thunderbi@replaced-ip )
2079 [16:00:01] *** Joins: kobz (~kobz@replaced-ip )
2080 [16:00:41] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2081 [16:00:45] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2082 [16:01:14] *** Quits: jubo2 (~juboxi@replaced-ip ) (Remote host closed the connection)
2083 [16:01:19] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 260 seconds)
2084 [16:01:36] *** Joins: jubo2 (~juboxi@replaced-ip )
2085 [16:02:43] *** Joins: mum0l (~mum0l@replaced-ip )
2086 [16:03:38] <mum0l> Hi guys, is there any huge change between bash 4.2 (debian7) and bash 4.3 (debian8)? Looks like on debian 8, variable $1 doesnt work in my script...
2087 [16:03:39] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2088 [16:03:47] *** Quits: kobz (~kobz@replaced-ip ) (Client Quit)
2089 [16:03:47] *** SugoiBeans is now known as SugoiBeats
2090 [16:03:49] *** Joins: xiaodong (~xiaodong@replaced-ip )
2091 [16:03:54] *** SugoiBeats is now known as SugoiBeans
2092 [16:03:59] *** Joins: chele (~chele@replaced-ip )
2093 [16:04:05] *** Joins: uniTosch (~henryk@replaced-ip )
2094 [16:04:11] *** Quits: chele (~chele@replaced-ip ) (Read error: Connection reset by peer)
2095 [16:04:24] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 260 seconds)
2096 [16:04:25] <petn-randall> mum0l: Pretty sure it should work in Debian 8.
2097 [16:04:27] <jelly> mum0l: there isn't. Does your script begin with #!/bin/bash ?
2098 [16:04:27] <petn-randall> but:
2099 [16:04:28] <celyr> mum0l, we have to see your script
2100 [16:04:29] *** Joins: chele (~chele@replaced-ip )
2101 [16:04:31] <petn-randall> !doesn't work
2102 [16:04:31] <dpkg> "Doesn't work" is a vague statement. Does it sit on the couch all day long? Does it procrastinate doing the dishes? Does it beg on the street for change? Please be specific! Define 'it' and what it isn't doing. Give us more details so we can help you without needing to ask basic questions like "what's the error message?". Ask me about <smart questions>, <sicco> and <errors>.
2103 [16:04:47] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
2104 [16:04:47] <mum0l> here's the script: replaced-url
2105 [16:05:13] <mum0l> and whenever I specify the args, I get error to specify at least 1 mountpoint..
2106 [16:05:35] <celyr> if "$1" == "" is false by definiton
2107 [16:05:40] <celyr> definition*
2108 [16:05:44] <celyr> NEXT
2109 [16:06:17] <mum0l> celyr: what do you suggest?
2110 [16:06:23] *** Joins: cgnu (~cgnu@replaced-ip )
2111 [16:06:30] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
2112 [16:06:30] <jelly> mum0l: [ command does not know about ==
2113 [16:06:39] *** Quits: cgnu (~cgnu@replaced-ip ) (Remote host closed the connection)
2114 [16:06:43] *** Quits: this_self (~this_self@replaced-ip ) (Quit: Leaving)
2115 [16:07:10] * petn-randall wonders how this worked in wheezy.
2116 [16:07:13] <celyr> jokes aside I don't think
2117 [16:07:15] <jelly> mum0l: man [
2118 [16:07:19] <celyr> yeah it can't work
2119 [16:07:25] <jelly> mum0l: or use bash builtin [[
2120 [16:07:29] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
2121 [16:07:30] *** jackNemrod_ is now known as jackNemrod
2122 [16:07:36] <jelly> (then, man bash I guess)
2123 [16:08:09] *** Joins: phinxy (~tehhhd@replaced-ip )
2124 [16:08:25] <Voldenet> mum0l: i suggest using perl instead
2125 [16:08:30] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 260 seconds)
2126 [16:08:44] <mum0l> even I put them in double brackets I get teh same output..
2127 [16:08:57] *** Joins: Njvpg (~Njvpg@replaced-ip )
2128 [16:09:11] <jelly> there's no reason to switch languages for a simple nagios check, but whichever language you choose, make sure the syntax is correct
2129 [16:09:17] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 255 seconds)
2130 [16:09:25] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 245 seconds)
2131 [16:09:29] *** Joins: xiaodong (~xiaodong@replaced-ip )
2132 [16:09:45] <jelly> mum0l: #bash channel will probably be more helpful
2133 [16:09:48] <mum0l> yeah I know.. but I use bash, as I use "mount" command which is dedicated bash cmd
2134 [16:10:05] <jelly> mount is not a bash command as far as I know
2135 [16:10:28] <jelly> it's a separate command, /bin/mount
2136 [16:10:32] <mum0l> so far plugin is deployed on many servers, and only on 2 debian8 deosnt work.. so I prefer to fix the current one rather than going thru process again
2137 [16:10:39] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 260 seconds)
2138 [16:10:41] <mum0l> yeah it its, sorry ;]
2139 [16:10:53] *** Joins: autofsckk (~autofsckk@replaced-ip )
2140 [16:10:54] *** Joins: RickXy (~zncadmin@replaced-ip )
2141 [16:10:55] <mum0l> ok, I will ask on #bash than how quicklyu fix the script
2142 [16:10:57] *** Quits: autofsckk (~autofsckk@replaced-ip ) (Changing host)
2143 [16:10:57] *** Joins: autofsckk (~autofsckk@replaced-ip )
2144 [16:10:58] <celyr> mum0l, just remove one =
2145 [16:11:33] <jelly> beware, I'm sure they're going to tell you there's a dozen more things wrong with that script
2146 [16:11:40] <mum0l> celyr: removing one "=" didnt fix
2147 [16:11:41] *** Joins: Trieste (~Trieste@replaced-ip )
2148 [16:11:55] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
2149 [16:12:11] <jelly> mum0l: instead of telling "did not fix", show the new command line and full output
2150 [16:12:18] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
2151 [16:12:27] <jelly> unless the output is exactly the same, then say so.
2152 [16:12:35] <mum0l> jelly: nothing change, same output "Please specify at least 1 mountpoint"
2153 [16:12:37] *** Joins: come (~come@replaced-ip )
2154 [16:12:44] *** Quits: Trieste (~Trieste@replaced-ip ) (Excess Flood)
2155 [16:12:55] <celyr> mum0l, can i see how you invoked that script ?
2156 [16:12:56] <Voldenet> == is correct
2157 [16:13:00] <Voldenet> replaced-url
2158 [16:13:10] <jelly> Voldenet: man [
2159 [16:13:13] *** diqidoq is now known as diqidoq_afk
2160 [16:13:14] *** Joins: anhedonist (~anhedonis@replaced-ip )
2161 [16:13:19] *** Quits: come (~come@replaced-ip ) (Read error: Connection reset by peer)
2162 [16:13:43] <jelly> Voldenet: you will find [ does not have a == test
2163 [16:13:46] *** Joins: Trieste (~Trieste@replaced-ip )
2164 [16:14:22] <celyr> if [ "$1" = "" ]; then it's correct
2165 [16:14:31] <jelly> mum0l: you can coerce bash to show each executed command inside the script by adding "set -x" as the second line of the script
2166 [16:14:59] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
2167 [16:15:10] <tw> [ x == y ] is syntactically valid in bash, but it doesn't work in dash, ash, or zsh
2168 [16:15:15] <themill> if it's inside bash, you want "help [" not "man ["
2169 [16:15:23] <mum0l> yeah but even I put [ -z $1 ] it doesnt work, if I put "echo $1" it doesnt work to.. so its more about returing the arg rather than the condition...
2170 [16:15:53] *** Joins: Zzeiss (~wsy@replaced-ip )
2171 [16:15:59] <jelly> themill: "help test" does not list == anywhere, either
2172 [16:16:00] <celyr> mum0l, how are you invoking this script ? if $1 is not set then that's the problem
2173 [16:16:04] <themill> jelly: indeed
2174 [16:16:08] <Voldenet> jelly: "man [" does not have a == test... but it works on my debian ;)
2175 [16:16:17] <mum0l> ./script /opt/
2176 [16:16:23] <celyr> Voldenet, nice it doesn't work on mine
2177 [16:16:24] <jelly> Voldenet: your debian 8?
2178 [16:16:24] *** Joins: Hercules (~Hercules@replaced-ip )
2179 [16:16:29] <Voldenet> Yeah.
2180 [16:16:32] *** Joins: towo` (~towo@replaced-ip )
2181 [16:16:36] <jelly> Voldenet: and bash?
2182 [16:16:38] *** Quits: Trieste (~Trieste@replaced-ip ) (Excess Flood)
2183 [16:16:40] *** Quits: vinzv (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
2184 [16:16:55] <Voldenet> I'm fairly sure it's bash
2185 [16:16:57] *** Joins: JLye (~Jlye03@replaced-ip )
2186 [16:17:10] <celyr> jelly, well i just tried right now and it works also for me
2187 [16:17:52] <jelly> I wouldn't rely on undocumented behaviour
2188 [16:18:02] *** Quits: wabuh (~wabuh@replaced-ip ) (Quit: Leaving)
2189 [16:18:17] *** Joins: Trieste (~Trieste@replaced-ip )
2190 [16:18:21] <jelly> at least not when there're equivalents
2191 [16:18:21] <Voldenet> ([ "" == "" ] || echo "FAIL") && ([ "a" == "" ] && echo "FAIL") && ([ "" == "a" ] && echo "FAIL") && echo "SUCCESS"
2192 [16:18:54] *** Joins: ltem (~ltem@replaced-ip )
2193 [16:19:10] *** Quits: gokul (~gokul@replaced-ip ) (Ping timeout: 240 seconds)
2194 [16:19:33] <celyr> mum0l, can you ./script "/opt/" ?
2195 [16:19:51] *** Joins: RickXy (~zncadmin@replaced-ip )
2196 [16:19:52] <Voldenet> erm, nevermind, lol
2197 [16:21:16] <jelly> celyr: are you sure you want to check for /opt/ and not /opt ?
2198 [16:21:24] <jelly> mum0l: are you sure you want to check for /opt/ and not /opt ?
2199 [16:22:48] *** SugoiBeans is now known as SugoiBeats
2200 [16:22:52] *** Quits: jirka (~Thunderbi@replaced-ip ) (Quit: jirka)
2201 [16:22:57] *** SugoiBeats is now known as SugoiBeans
2202 [16:23:33] *** Joins: Zesk (540e5b89@replaced-ip )
2203 [16:24:09] <tw> mum0l: Err, doesn't getopts implicitly shift?
2204 [16:24:16] *** Joins: vinzv (~quassel@replaced-ip )
2205 [16:24:16] *** Quits: vinzv (~quassel@replaced-ip ) (Changing host)
2206 [16:24:16] *** Joins: vinzv (~quassel@replaced-ip )
2207 [16:24:19] *** Quits: cccc828 (~severin@replaced-ip ) (Remote host closed the connection)
2208 [16:25:45] *** Quits: Dreaman (~deb@replaced-ip ) (Quit: Leaving)
2209 [16:25:55] <tw> nope, guess not. ignore that.
2210 [16:26:42] <Zesk> Hello, I have a quick question. On spamassassin default installation, use_bayes 1 is commented but it's write "default: 1". So I have I assume that even if this line is commented, use_bayes is on, is'nt it ?
2211 [16:28:11] *** Quits: hlmjr (~herbmille@replaced-ip ) (Remote host closed the connection)
2212 [16:28:28] *** Joins: juantelez (~juantelez@replaced-ip )
2213 [16:28:29] *** Joins: buhletxr (~buhletxr@replaced-ip )
2214 [16:28:31] <Voldenet> that's what usually default means
2215 [16:29:16] <Zesk> That's what I though ah ah ^^'' just to be sure
2216 [16:29:19] <Zesk> Thanks
2217 [16:29:27] *** Quits: lynkan (~lynx@replaced-ip ) (Quit: Leaving)
2218 [16:29:46] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
2219 [16:29:58] <petn-randall> Zesk: It might be that newer versions have the default flipped, so if you rely on that option it's better to be explicit.
2220 [16:30:33] *** Joins: dirac1 (~dirac@replaced-ip )
2221 [16:30:42] <petn-randall> because config files won't get overwritten on upgrade, so that comment *might* (fairly low chance) become wrong some time in the future.
2222 [16:31:15] *** Quits: blingrang (~blingrang@replaced-ip ) (Ping timeout: 258 seconds)
2223 [16:31:18] *** Joins: aaronr (~arussell@replaced-ip )
2224 [16:31:28] *** Quits: jakefb (~textual@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
2225 [16:31:44] <mum0l> guys! sorry I specify wrongly my issue.. the plugin itself works when I am executiing it normlay, the issue occurs when I execute plugin thru check_nrpe, so check_nrpe -H host -c script -a '/opt'
2226 [16:31:48] <mum0l> [;
2227 [16:31:57] *** Joins: Haudegen (~quassel@replaced-ip )
2228 [16:32:05] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 240 seconds)
2229 [16:32:05] *** Joins: kryptoz (~kryptoz@replaced-ip )
2230 [16:32:19] <Zesk> ok, it's better to be explicit then. Thanks. I'll set it up that way
2231 [16:35:30] <mum0l> and when I check this plugin on remote system debian8 args doesnt work, but when I checked on debian7 it works properly
2232 [16:35:37] *** Joins: BluesKaj (~Blues@replaced-ip )
2233 [16:35:39] *** Joins: Trieste (~Trieste@replaced-ip )
2234 [16:35:46] *** Quits: BluesKaj (~Blues@replaced-ip ) (Client Quit)
2235 [16:36:10] *** Joins: herbmillerjr (~herbmille@replaced-ip )
2236 [16:37:00] *** Quits: Trieste (~Trieste@replaced-ip ) (Excess Flood)
2237 [16:37:03] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2238 [16:37:06] <toruvinn> jelly, blackflow, celyr, so a little bit more backstory; after upgrading the kernel we've noticed that one of the (more (ab)used) machines is getting occasional lags. i was thinking it was something with the scheduler updates in the kernel, or even that IO chokes it, but then i started getting lags while typing on ssh. not sure how but i just decided to check /proc/cpuinfo and spotted weirdness there. disabling pstate made the machine alive
2239 [16:37:20] *** Quits: dasher^0_o (~dasher00@replaced-ip ) (Ping timeout: 252 seconds)
2240 [16:37:39] *** Joins: Trieste (~Trieste@replaced-ip )
2241 [16:38:07] *** Quits: Pukan2 (~alex@replaced-ip ) (Quit: Leaving)
2242 [16:38:15] *** Quits: electrostat (~dag@replaced-ip ) (Quit: uwotm8)
2243 [16:38:17] *** Joins: BluesKaj_ (~Blues@replaced-ip )
2244 [16:38:21] *** Joins: come (~come@replaced-ip )
2245 [16:38:22] <jelly> toruvinn: abused on which resource, just cpu%?
2246 [16:38:25] *** Quits: Kurocon (kevin@replaced-ip ) (Read error: Connection reset by peer)
2247 [16:38:27] *** Joins: electrostat (~dag@replaced-ip )
2248 [16:38:34] *** Selveste1_ is now known as Selveste1
2249 [16:38:45] *** Selveste1 is now known as Selveste1^
2250 [16:38:53] *** Selveste1^ is now known as Selveste1
2251 [16:38:54] <toruvinn> jelly, mostly, to be honest. but I/O suffers a bit too, i wanted to rule this one out first, but i've checked cpuinfo first ;-)
2252 [16:38:59] *** Joins: nubenstein (~nub@replaced-ip )
2253 [16:39:14] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
2254 [16:39:18] <toruvinn> jelly, it's running pgsql slave and a java app. not sure which one hurts more. ;^) (not a huge java fan!)
2255 [16:39:20] *** Quits: come (~come@replaced-ip ) (Read error: Connection reset by peer)
2256 [16:39:27] <jelly> toruvinn: if you're seeing io contention, make sure you don't have the ever-buggy cfq ioscheduler active
2257 [16:39:35] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2258 [16:40:09] *** Quits: Trieste (~Trieste@replaced-ip ) (Excess Flood)
2259 [16:40:11] <nubenstein> a minimal install is how many megabytes?
2260 [16:40:12] <toruvinn> jelly, eww cfq. deadline <3 <3 <3 since i was born.
2261 [16:40:21] <jelly> yes
2262 [16:40:35] *** Joins: Poster|w (~poster@replaced-ip )
2263 [16:40:59] <jelly> possibly even noop for VMs, but deadline is a sane default everywhere
2264 [16:41:10] *** Joins: shinnya (~shinnya@replaced-ip )
2265 [16:41:11] <jelly> sane to* use* as* default
2266 [16:41:43] *** Joins: Zynkx (~zynkx@replaced-ip )
2267 [16:41:43] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 246 seconds)
2268 [16:41:43] *** Joins: Trieste (~Trieste@replaced-ip )
2269 [16:41:44] <jelly> nubenstein: it depends whether you need a kernel or running in a container.
2270 [16:42:01] *** Joins: nodiscc (~bsp@replaced-ip )
2271 [16:42:31] *** Joins: come (~come@replaced-ip )
2272 [16:43:05] <themill> and a bootloader
2273 [16:43:10] *** Quits: Poster (~poster@replaced-ip ) (Ping timeout: 240 seconds)
2274 [16:43:48] <celyr> toruvinn, where you able to find out the bottleneck ?
2275 [16:43:52] <jelly> nubenstein: starting at about 203M /opt/chroots/jessie-64bit
2276 [16:44:28] *** Quits: flo_ (~flo@replaced-ip ) (Remote host closed the connection)
2277 [16:44:28] *** Quits: floo123 (~flo@replaced-ip ) (Remote host closed the connection)
2278 [16:44:32] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
2279 [16:44:34] *** Quits: come (~come@replaced-ip ) (Read error: Connection reset by peer)
2280 [16:44:50] *** Joins: hexjay (~hexjay@replaced-ip )
2281 [16:45:04] <nubenstein> jelly, i started installing through PXE then it kept downloading for an hour at the same time seemed stuck at "retrieving 8 of 13 files"
2282 [16:45:12] *** Joins: killian99 (~killian99@replaced-ip )
2283 [16:45:33] <nubenstein> jelly, that seemed more like 10 gb download
2284 [16:45:39] *** Quits: altin_ (~altin@replaced-ip ) (Ping timeout: 260 seconds)
2285 [16:46:00] *** Quits: padawin_ (~padawin@replaced-ip ) (Quit: WeeChat 1.0.1)
2286 [16:46:58] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 258 seconds)
2287 [16:47:27] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
2288 [16:47:29] <toruvinn> celyr, yeah it was intel_pstate changing frequencies(well, p-states) like mad. as i said, this is one of the more (ab)used machines and it honestly should run at max all the time (not even necessarily turbo, which i'm not sure is possible through acpi-cpufreq, but whatever)... intel_pstate didnt agree. well, it got fired. ;-)
2289 [16:47:34] *** Joins: lnx_ (~lnx@replaced-ip )
2290 [16:47:45] *** Joins: fax (~fax@replaced-ip )
2291 [16:47:56] <celyr> wired
2292 [16:48:07] *** Quits: electrostat (~dag@replaced-ip ) (Quit: uwotm8)
2293 [16:48:20] *** lnx_ is now known as ralinux
2294 [16:48:24] <celyr> the system should be clever enough to stay at high frequency
2295 [16:48:29] <toruvinn> so, again; jelly, blackflow, celyr: thanks for your tips/advice/help. :-)
2296 [16:48:31] *** Quits: ralinux (~lnx@replaced-ip ) (Client Quit)
2297 [16:48:37] *** Joins: electrostat (~dag@replaced-ip )
2298 [16:48:49] <toruvinn> (in completely random order, it's actually "scrollback highlight-coloured line order")
2299 [16:48:57] <celyr> I honestly would file a bug at lkml
2300 [16:49:09] *** gr8ron is now known as graytron
2301 [16:49:15] *** Quits: SugoiBeans (uid188175@replaced-ip ) (Quit: goodnight bbz <333 tajtajtajtajtajtajtaj :3333333)
2302 [16:49:20] *** Joins: ralinux (~lnx@replaced-ip )
2303 [16:49:21] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Remote host closed the connection)
2304 [16:49:38] <jelly> nubenstein: ah, no, that part is uspposed to be fairly quick
2305 [16:49:38] *** graytron is now known as Guest85266
2306 [16:49:39] *** Joins: kpease (~kpease@replaced-ip )
2307 [16:49:44] <toruvinn> celyr, the only thing i wish is that intel_pstate was controllable by the user. right now you cant really do much with that. or at least switching the driver on-line would be nice. rebooting production servers is... sorta... not nice/fun.
2308 [16:50:02] *** Joins: savantgarde (~savantgar@replaced-ip )
2309 [16:50:15] *** Joins: turfal (~Thunderbi@replaced-ip )
2310 [16:50:56] *** Joins: Chrismeister (~Thunderbi@replaced-ip )
2311 [16:51:13] *** Joins: ben_roose (~roose@replaced-ip )
2312 [16:51:28] *** Parts: Chrismeister (~Thunderbi@replaced-ip )
2313 [16:51:43] *** Joins: ChmEarl (~chmearl@replaced-ip )
2314 [16:52:08] *** Joins: Olufunmilayo (~Olufunmil@replaced-ip )
2315 [16:52:17] *** Joins: kupi (uid212005@replaced-ip )
2316 [16:52:57] *** Joins: M4hd1 (~M4hD1@replaced-ip )
2317 [16:53:37] *** Joins: Baliano (~androirc@replaced-ip )
2318 [16:53:53] *** Joins: come (~come@replaced-ip )
2319 [16:54:48] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
2320 [16:55:14] *** Parts: mum0l (~mum0l@replaced-ip )
2321 [16:55:24] *** Quits: Njvpg (~Njvpg@replaced-ip ) (Remote host closed the connection)
2322 [16:55:39] <come> eugh
2323 [16:55:40] *** Joins: funkster (a2c37452@replaced-ip )
2324 [16:55:44] *** Parts: andril (~andril@replaced-ip )
2325 [16:56:22] *** Poster|w is now known as Poster
2326 [16:56:23] *** Quits: M4hd1 (~M4hD1@replaced-ip ) (Client Quit)
2327 [16:56:31] *** Parts: samael (~earendil@replaced-ip )
2328 [16:58:26] <celyr> toruvinn, yeah totally, I've double checked my servers after you pointed out this problem and... Well vmware handles it nicely
2329 [16:58:35] *** Joins: brokencycle (~brokencyc@replaced-ip )
2330 [16:59:10] *** Joins: DammitJim (~DammitJim@replaced-ip )
2331 [16:59:57] <toruvinn> celyr, it's possibly cause vmware doesn't report the cpu as something that can be managed by intel_pstate. i dunno, i'm not really running many VMs
2332 [17:00:58] *** Joins: andril (~andril@replaced-ip )
2333 [17:01:20] *** Quits: dirac1 (~dirac@replaced-ip ) (Quit: WeeChat 1.7.1)
2334 [17:01:51] *** Joins: yeticry_ (~yeticry@replaced-ip )
2335 [17:01:59] *** Joins: RickXy (~zncadmin@replaced-ip )
2336 [17:02:00] *** debhelper sets mode: +l 1751
2337 [17:02:10] *** Quits: Baliano (~androirc@replaced-ip ) (Ping timeout: 240 seconds)
2338 [17:03:17] *** Joins: dirac1 (~dirac@replaced-ip )
2339 [17:03:30] <celyr> toruvinn, CPU is never virtualized, anyway in some way throttling is disabled
2340 [17:03:49] *** Guest85266 is now known as graytron
2341 [17:03:55] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 260 seconds)
2342 [17:04:38] *** Joins: ewew (~ewew@replaced-ip )
2343 [17:05:10] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 264 seconds)
2344 [17:05:52] *** Quits: TuxShells (~TuxShells@replaced-ip ) (Ping timeout: 246 seconds)
2345 [17:06:01] *** Quits: dirac1 (~dirac@replaced-ip ) (Client Quit)
2346 [17:06:04] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 255 seconds)
2347 [17:07:03] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 268 seconds)
2348 [17:07:06] *** Quits: andril (~andril@replaced-ip ) (Quit: Leaving)
2349 [17:07:07] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
2350 [17:07:14] *** Joins: hexjay (~hexjay@replaced-ip )
2351 [17:07:56] *** Joins: aruns (~indistylo@replaced-ip )
2352 [17:08:02] *** Quits: come (~come@replaced-ip ) (Quit: Leaving)
2353 [17:08:07] *** RoyK is now known as RoyK_Home
2354 [17:08:14] *** Quits: funkster (a2c37452@replaced-ip ) (Ping timeout: 260 seconds)
2355 [17:08:18] *** Joins: TuxShells (~TuxShells@replaced-ip )
2356 [17:08:22] *** Joins: w4lk (~w4lk@replaced-ip )
2357 [17:09:35] *** Quits: Shock_ (~Shock@replaced-ip ) (Ping timeout: 240 seconds)
2358 [17:10:09] *** Quits: In33dt0Kn0w (~In33dt0Kn@replaced-ip ) (Ping timeout: 260 seconds)
2359 [17:10:45] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 268 seconds)
2360 [17:11:32] *** Quits: LiuYan (~NiHola@replaced-ip ) (Ping timeout: 240 seconds)
2361 [17:11:35] *** Joins: frostschutz (~frostschu@replaced-ip )
2362 [17:11:48] *** Quits: alexgr (~alexgr@replaced-ip ) (Quit: Leaving)
2363 [17:11:50] <nubenstein> jelly, so what do you think?
2364 [17:12:00] *** debhelper sets mode: +l 1742
2365 [17:12:05] *** Joins: Achylles (~Achylles@replaced-ip )
2366 [17:12:11] *** RoyK_Home is now known as RoyK
2367 [17:12:16] *** Joins: n4dir (~user@replaced-ip )
2368 [17:12:17] *** Joins: skza (~skza@replaced-ip )
2369 [17:12:19] *** RoyK^ is now known as RoyK_Home
2370 [17:12:25] *** Quits: aboulafia_ (~smuxi@replaced-ip ) (Read error: Connection reset by peer)
2371 [17:12:49] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 255 seconds)
2372 [17:13:01] *** Joins: soee (~soee@replaced-ip )
2373 [17:14:33] *** Joins: zabow (~zabow@replaced-ip )
2374 [17:14:34] *** Joins: dontknow (~Guest75@replaced-ip )
2375 [17:14:34] *** Quits: dontknow (~Guest75@replaced-ip ) (Changing host)
2376 [17:14:34] *** Joins: dontknow (~Guest75@replaced-ip )
2377 [17:15:44] *** Joins: ludoviko (~jguillen@replaced-ip )
2378 [17:16:10] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
2379 [17:16:45] *** Joins: Delta-One (~zero@replaced-ip )
2380 [17:17:14] *** Joins: liske1 (~liske1@replaced-ip )
2381 [17:17:29] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2382 [17:17:45] *** Joins: conta (~Thunderbi@replaced-ip )
2383 [17:17:53] *** Quits: sing0 (~michael@replaced-ip ) (Quit: WeeChat 1.0.1)
2384 [17:17:59] *** Quits: evilQ (~jguillen@replaced-ip ) (Ping timeout: 240 seconds)
2385 [17:18:27] *** Quits: n4dir (~user@replaced-ip ) (Ping timeout: 240 seconds)
2386 [17:18:35] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 252 seconds)
2387 [17:19:54] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Remote host closed the connection)
2388 [17:20:17] *** Selveste1 is now known as Selveste1^
2389 [17:20:24] *** Selveste1^ is now known as Selveste1
2390 [17:20:30] *** Joins: Trieste (~Trieste@replaced-ip )
2391 [17:21:57] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2392 [17:22:18] *** Joins: Introoter (uid189461@replaced-ip )
2393 [17:24:12] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 260 seconds)
2394 [17:24:31] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 255 seconds)
2395 [17:24:45] *** Joins: mifritscher (~michi@replaced-ip )
2396 [17:24:46] *** diqidoq_afk is now known as diqidoq
2397 [17:25:08] *** Quits: Trieste (~Trieste@replaced-ip ) (Ping timeout: 260 seconds)
2398 [17:25:18] *** Joins: RickXy (~zncadmin@replaced-ip )
2399 [17:25:37] *** Quits: zabow (~zabow@replaced-ip ) (Remote host closed the connection)
2400 [17:26:50] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
2401 [17:26:52] *** Joins: wonderworld (~ww@replaced-ip )
2402 [17:27:15] *** Quits: _Nox (~Nox@replaced-ip ) (Ping timeout: 260 seconds)
2403 [17:27:21] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
2404 [17:28:10] *** Quits: mel00010 (~mel00010@replaced-ip ) (Ping timeout: 240 seconds)
2405 [17:28:21] *** Joins: mib8 (~mib8_@replaced-ip )
2406 [17:28:24] <mib8> hey
2407 [17:29:07] <mib8> does anyone know how I can delete a directory from /sys/class/backlight
2408 [17:29:25] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
2409 [17:29:26] <mib8> I installed mba6x_bl and now I don't want it anyomre
2410 [17:30:10] *** Quits: kus (~minot@replaced-ip ) (Read error: Connection reset by peer)
2411 [17:30:34] *** Quits: bpsecret (~bpsecret@replaced-ip##) (Quit: ZNC - ##replaced-url
2412 [17:30:47] *** Joins: c0rwin (~zglozman@replaced-ip )
2413 [17:30:59] *** Quits: sspssptest (d4a23784@replaced-ip ) (Ping timeout: 260 seconds)
2414 [17:31:11] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2415 [17:31:48] <petn-randall> ,v mba6x_bl
2416 [17:31:49] <judd> No package named 'mba6x_bl' was found in amd64.
2417 [17:31:58] <petn-randall> mib8: What is mba6x_bl? A kernel module?
2418 [17:32:01] *** debhelper sets mode: +l 1736
2419 [17:32:20] *** Joins: bpsecret (~bpsecret@replaced-ip )
2420 [17:32:40] <mib8> a backlight driver
2421 [17:32:45] *** Quits: jazz (~jazz@replaced-ip ) (Remote host closed the connection)
2422 [17:32:47] <mib8> petn-randall:
2423 [17:32:59] <mib8> petn-randall: a backlight driver
2424 [17:33:28] <mib8> now I want to use intel_backlight instead
2425 [17:33:42] *** Joins: u0_a652 (~u0_a65@replaced-ip )
2426 [17:34:11] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Read error: Connection reset by peer)
2427 [17:34:35] *** Quits: cmatrix089 (~root@replaced-ip ) (Read error: Connection reset by peer)
2428 [17:34:42] *** Joins: cmatrix (~root@replaced-ip )
2429 [17:34:48] *** Joins: kryptoz (~kryptoz@replaced-ip )
2430 [17:35:16] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 246 seconds)
2431 [17:35:26] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
2432 [17:36:18] *** Quits: notwithstanding (elysian234@replaced-ip ) ()
2433 [17:36:20] <petn-randall> mib8: How did you "install" it?
2434 [17:36:20] *** Joins: skza (~skza@replaced-ip )
2435 [17:36:40] *** Quits: u0_a651 (~u0_a65@replaced-ip ) (Ping timeout: 240 seconds)
2436 [17:37:09] *** Joins: czesmir (~stefan@replaced-ip )
2437 [17:37:23] *** Joins: mtn (~mtn@replaced-ip )
2438 [17:37:25] <mib8> petn-randall: replaced-url
2439 [17:37:59] *** Joins: amcorreia (~amcorreia@replaced-ip )
2440 [17:38:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2441 [17:38:50] <petn-randall> mib8: modprobe -r mba6x_bl, then reverse any steps you did during installation.
2442 [17:38:56] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2443 [17:39:14] *** Joins: Hercules` (~Hercules@replaced-ip )
2444 [17:39:19] <petn-randall> mib8: If you run into any problems you can file a bug against that project.
2445 [17:39:42] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2446 [17:40:02] *** Quits: uniTosch (~henryk@replaced-ip ) (Ping timeout: 252 seconds)
2447 [17:40:03] <mib8> modprobe -r mba6_bl turns off my screen backlight and the whole system stops
2448 [17:40:22] <mib8> petn-randall: How do I modprobe intel_backlight?
2449 [17:41:04] *** Quits: Hercules (~Hercules@replaced-ip ) (Ping timeout: 260 seconds)
2450 [17:41:23] *** Joins: jeffspeff (~Jeff@replaced-ip )
2451 [17:41:56] *** Quits: BluesKaj_ (~Blues@replaced-ip ) (Ping timeout: 260 seconds)
2452 [17:42:05] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
2453 [17:42:16] *** Joins: robotroll (~robotroll@replaced-ip )
2454 [17:42:44] *** Joins: BluesKaj_ (~Blues@replaced-ip )
2455 [17:44:23] *** Joins: TsukiRa (~fpob@replaced-ip )
2456 [17:45:26] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Read error: Connection reset by peer)
2457 [17:45:40] *** Joins: hmz365 (~hmz365@replaced-ip )
2458 [17:45:53] *** Joins: kryptoz (~kryptoz@replaced-ip )
2459 [17:46:29] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
2460 [17:47:14] *** Quits: TsukiRa (~fpob@replaced-ip ) (Client Quit)
2461 [17:47:23] *** Quits: nodiscc (~bsp@replaced-ip ) (Ping timeout: 255 seconds)
2462 [17:47:32] *** Joins: TsukiRa (~fpob@replaced-ip )
2463 [17:48:00] *** Quits: mib8 (~mib8_@replaced-ip ) (Ping timeout: 260 seconds)
2464 [17:48:01] *** Joins: altin_ (~altin@replaced-ip )
2465 [17:49:40] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
2466 [17:49:55] *** Quits: Prunus (~Prunus@replaced-ip ) (Quit: Leaving)
2467 [17:50:15] *** Joins: wonderworld (~ww@replaced-ip )
2468 [17:50:32] *** Selveste1 is now known as Selveste1^
2469 [17:50:39] *** Selveste1^ is now known as Selveste1
2470 [17:50:48] *** Joins: savantgarde (~savantgar@replaced-ip )
2471 [17:50:59] *** Quits: nhhc (~nhhc@replaced-ip ) (Ping timeout: 260 seconds)
2472 [17:51:51] *** Quits: corner_cubicle (0cb47366@replaced-ip##) (Quit: ##replaced-url
2473 [17:52:06] *** Joins: corner_cubicle (0cb47366@replaced-ip )
2474 [17:52:22] *** Quits: Hercules` (~Hercules@replaced-ip ) (Quit: Leaving)
2475 [17:52:29] *** Joins: holden- (~username@replaced-ip )
2476 [17:52:40] *** Joins: mum0l (~mum0l@replaced-ip )
2477 [17:52:48] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
2478 [17:52:53] <mum0l> I just fix my issue with check_nrpe args - found a typo - $ARGS1$ instead $ARG1$ in nrpe configuration ;]
2479 [17:53:44] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
2480 [17:54:30] *** Joins: Brigo (~Brigo@replaced-ip )
2481 [17:54:32] *** Joins: w4lk_ (~w4lk@replaced-ip )
2482 [17:54:52] *** Joins: LtL (~ltl@replaced-ip )
2483 [17:54:52] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
2484 [17:55:17] *** Joins: TsukiRa (~fpob@replaced-ip )
2485 [17:55:29] *** Joins: LiuYan (~NiHola@replaced-ip )
2486 [17:55:39] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
2487 [17:55:40] *** Joins: fhdrin (~fhdrin@replaced-ip )
2488 [17:56:20] *** Joins: rejadatodo (uid225987@replaced-ip )
2489 [17:56:32] *** Quits: w4lk (~w4lk@replaced-ip ) (Ping timeout: 240 seconds)
2490 [17:57:06] *** Joins: Starky (~Starky@replaced-ip )
2491 [17:58:10] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 245 seconds)
2492 [17:58:40] *** Joins: evilQ (~jguillen@replaced-ip )
2493 [17:59:05] *** Quits: adc (~adc@replaced-ip ) (Ping timeout: 240 seconds)
2494 [17:59:15] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
2495 [17:59:59] *** Quits: ludoviko (~jguillen@replaced-ip ) (Ping timeout: 240 seconds)
2496 [18:00:03] *** Quits: lighteningbolt (~lightenin@replaced-ip ) (Quit: Leaving)
2497 [18:01:45] <benlue> I have some trouble with my wifi stick: replaced-url
2498 [18:01:51] *** Joins: w4lk__ (~w4lk@replaced-ip )
2499 [18:02:36] *** Joins: juantelez (~juantelez@replaced-ip )
2500 [18:03:04] *** Joins: mel00010 (~mel00010@replaced-ip )
2501 [18:03:09] *** Quits: Zesk (540e5b89@replaced-ip ) ()
2502 [18:04:01] *** Quits: w4lk_ (~w4lk@replaced-ip ) (Ping timeout: 258 seconds)
2503 [18:04:37] <mtn> benlue: what kind of trouble?
2504 [18:05:28] <benlue> mtn, did you see my log in pastebin? I get a disconnect in free networks and networks with wpa2
2505 [18:05:28] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 255 seconds)
2506 [18:05:53] <benlue> [154369.678440] wlx404a0301c72d: aborting authentication with e6:6c:04:b3:2e:2b by local choice (Reason: 3=DEAUTH_LEAVING)
2507 [18:05:59] *** Quits: strive (~strive@replaced-ip ) (Quit: WeeChat 1.0.1)
2508 [18:06:01] *** Joins: RickXy (~zncadmin@replaced-ip )
2509 [18:06:30] *** Joins: akash_ (uid150251@replaced-ip )
2510 [18:07:33] <petn-randall> benlue: Did you install firmware-realtek yet?
2511 [18:07:37] *** Joins: eldee (~eldee@replaced-ip )
2512 [18:07:50] *** Quits: liske1 (~liske1@replaced-ip ) (Quit: leaving)
2513 [18:08:06] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 268 seconds)
2514 [18:08:21] *** Quits: __marco (~marco@replaced-ip ) (Quit: Leaving)
2515 [18:08:50] <benlue> petn-randall, yes
2516 [18:08:50] *** Quits: cmatrix (~root@replaced-ip ) (Read error: Connection reset by peer)
2517 [18:08:51] <benlue> replaced-url
2518 [18:08:55] *** Joins: mibo (~mibo@replaced-ip )
2519 [18:09:12] *** Joins: cmatrix (~root@replaced-ip )
2520 [18:09:44] <petn-randall> benlue: What is that output from?
2521 [18:10:05] *** Joins: seanzd_ (~seanzd@replaced-ip )
2522 [18:10:11] *** Joins: adc (~adc@replaced-ip )
2523 [18:10:25] <benlue> petn-randall, apt search firmware-realtek
2524 [18:10:32] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
2525 [18:10:34] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 268 seconds)
2526 [18:10:36] <benlue> its already installed
2527 [18:10:46] *** Parts: Pr0 (~user@replaced-ip )
2528 [18:10:46] *** Parts: ee (~user@replaced-ip )
2529 [18:11:01] <petn-randall> ,v firmware-realtek
2530 [18:11:02] <judd> Package: firmware-realtek on amd64 -- wheezy/non-free: 0.36+wheezy.1; wheezy-backports/non-free: 0.43~bpo70+1; jessie/non-free: 0.43; jessie-backports/non-free: 20161130-2~bpo8+1; stretch/non-free: 20161130-2; sid/non-free: 20161130-2
2531 [18:11:06] *** Quits: mum0l (~mum0l@replaced-ip ) (Quit: leaving)
2532 [18:11:44] *** Joins: DingoSaar (~hagen@replaced-ip )
2533 [18:11:50] <petn-randall> benlue: If you rebooted since the installation it might just not be supported. You could try the backports kernel.
2534 [18:11:57] *** Joins: Nnnavd (~Nnavd@replaced-ip )
2535 [18:12:05] *** Joins: seanzd__ (~seanzd@replaced-ip )
2536 [18:12:40] *** Joins: Schmetterwurm (~Schmetter@replaced-ip )
2537 [18:12:41] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2538 [18:12:49] *** Quits: eduardas_m (~eduardas@replaced-ip ) (Quit: Konversation terminated!)
2539 [18:12:56] <benlue> petn-randall, yes
2540 [18:13:09] *** Quits: seanzd (~seanzd@replaced-ip ) (Ping timeout: 260 seconds)
2541 [18:13:10] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Ping timeout: 240 seconds)
2542 [18:13:25] *** Quits: rpd_ (~rpd@replaced-ip ) (Quit: leaving)
2543 [18:13:27] *** Joins: strive (~strive@replaced-ip )
2544 [18:13:50] *** Joins: Baliano (~androirc@replaced-ip )
2545 [18:14:20] <benlue> petn-randall, like jessie-backports/non-free: 20161130-2~bpo8+1?
2546 [18:14:39] *** Quits: seanzd_ (~seanzd@replaced-ip ) (Ping timeout: 240 seconds)
2547 [18:16:07] *** Quits: jeffspeff (~Jeff@replaced-ip ) (Quit: I'm outta here!)
2548 [18:16:21] *** Joins: v3n0m (~v3n0m@replaced-ip )
2549 [18:17:07] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2550 [18:17:49] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 260 seconds)
2551 [18:18:12] *** Joins: RickXy (~zncadmin@replaced-ip )
2552 [18:18:13] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Quit: jackNemrod)
2553 [18:18:38] *** Parts: v3n0m (~v3n0m@replaced-ip )
2554 [18:19:08] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Read error: Connection reset by peer)
2555 [18:19:36] *** Joins: kryptoz (~kryptoz@replaced-ip )
2556 [18:19:48] *** Joins: Bercik (~Yotsuba@replaced-ip )
2557 [18:19:52] <petn-randall> ,kernels
2558 [18:19:53] *** Joins: GeMiNniS (~geminnis@replaced-ip )
2559 [18:19:53] <judd> Available kernel versions are: experimental: 4.10.0-rc6-686-pae (4.10~rc6-1~exp2); sid: 4.9.0-2-686 (4.9.18-1); stretch: 4.9.0-2-686 (4.9.18-1); jessie-backports: 4.9.0-0.bpo.2-686-pae (4.9.18-1~bpo8+1); jessie: 3.16.0-4-686-pae (3.16.39-1+deb8u2); wheezy-backports: 3.16.0-0.bpo.4-686-pae (3.16.39-1+deb8u1~bpo70+1); wheezy: 3.2.0-4-686-pae (3.2.86-1)
2560 [18:20:27] <petn-randall> benlue: jessie-backports has the linux kernel 4.9, try the wifi adapter with that.
2561 [18:20:47] *** Selveste1 is now known as Selveste1^
2562 [18:20:47] *** Joins: Brigo (~Brigo@replaced-ip )
2563 [18:20:54] *** Selveste1^ is now known as Selveste1
2564 [18:21:29] <benlue> petn-randall, but stretch too: stretch: 4.9.0-2-686
2565 [18:21:47] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
2566 [18:21:49] <benlue> is there different?
2567 [18:22:02] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Quit: Konversation terminated!)
2568 [18:22:30] <petn-randall> benlue: If you're running jessie you should only use jessie repos. Mixing stable and testing repos is discouraged and not supported.
2569 [18:22:33] *** Quits: m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
2570 [18:22:58] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2571 [18:23:18] <benlue> uname -a: Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux
2572 [18:23:53] <petn-randall> benlue: What are you using to connect? network-manager?
2573 [18:24:12] <benlue> petn-randall, yes
2574 [18:24:16] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 246 seconds)
2575 [18:24:32] *** Joins: hele (~hele@replaced-ip )
2576 [18:25:09] *** Joins: monpocchi (~monpocchi@replaced-ip )
2577 [18:25:11] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 255 seconds)
2578 [18:25:12] <petn-randall> benlue: It could be that this device just happens to have buggy drivers. I'd look around via internet search if someone else got it to run without problems.
2579 [18:25:19] <rizonz> why are the debian installers not downloaded when you create a mirror and sync main ?
2580 [18:25:28] <petn-randall> benlue: Other than current kernel + firmware there's not much you can do to improve it.
2581 [18:25:42] <petn-randall> rizonz: Why would they?
2582 [18:25:58] <rizonz> because I include main ?
2583 [18:26:08] <rizonz> even main/installer-amd64 doesn't download it
2584 [18:26:12] <petn-randall> rizonz: Installer and packages are two different things.
2585 [18:26:14] <benlue> petn-randall, thanks for Infos
2586 [18:26:32] *** Joins: kooldavi (~kooldavi@replaced-ip )
2587 [18:26:40] <rizonz> petn-randall: I know but when I specify it like that... it should be grabbed I think
2588 [18:26:49] <petn-randall> rizonz: If you want the URL for the installer, it's linked from the main page on debian.org.
2589 [18:27:03] <rizonz> petn-randall: installer is in main ?
2590 [18:27:16] <petn-randall> rizonz: I hate repeating myself.
2591 [18:27:28] <petn-randall> !net installer
2592 [18:27:29] <dpkg> somebody said netinst was a small CD image with which you can install Debian. If, during the installation process you have a working Internet connection, you can install more packages straight away, otherwise, you will have a base install and more packages later. See replaced-url
2593 [18:27:38] *** Joins: earthundead (~earthunde@replaced-ip )
2594 [18:27:39] <rizonz> petn-randall: ftp://mirror.nl.leaseweb.net/debian/dists/jessie/main/
2595 [18:27:44] <rizonz> petn-randall: I need the PXE boot ones
2596 [18:27:55] *** Quits: kikitehkitty (~kiki@replaced-ip ) (Ping timeout: 252 seconds)
2597 [18:28:27] *** Quits: Selveste1 (~hds@replaced-ip ) (Ping timeout: 268 seconds)
2598 [18:29:00] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2599 [18:30:11] *** Joins: dadinn_ (~DADINN@replaced-ip )
2600 [18:30:30] *** Quits: teclo- (42@replaced-ip ) (Quit: Lost terminal)
2601 [18:31:27] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 240 seconds)
2602 [18:31:30] *** Joins: teclo- (42@replaced-ip )
2603 [18:31:32] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 240 seconds)
2604 [18:31:51] <petn-randall> rizonz: Have you checked the release notes? replaced-url
2605 [18:32:00] *** debhelper sets mode: +l 1728
2606 [18:32:17] <rizonz> petn-randall: what about it ?
2607 [18:32:19] *** Joins: cdown (~cdown@replaced-ip )
2608 [18:32:39] <petn-randall> rizonz: It will tell you where to find the PXE boot images.
2609 [18:32:40] <rizonz> petn-randall: I have a full automatedPXE boot env that kicks RH ones, Ubunut. Solaris, the whole shabang
2610 [18:32:59] *** Joins: thiras (~thiras@replaced-ip )
2611 [18:33:08] <rizonz> petn-randall: my enc downloads them automaticly from the mirror
2612 [18:33:16] <rizonz> but if debmirror doesn't download them...
2613 [18:33:31] *** Quits: turfal (~Thunderbi@replaced-ip ) (Quit: turfal)
2614 [18:33:59] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
2615 [18:34:20] <petn-randall> rizonz: I don't know how I can help you. Your setup expect boot images. I told you're they're not in main, and told you where to find them.
2616 [18:35:00] <rizonz> petn-randall: on the public mirrors they are, debmirror just doesn't download them, only binary-amd64
2617 [18:35:02] *** Joins: juantelez (~juantelez@replaced-ip )
2618 [18:35:02] *** Joins: _Nox (~Nox@replaced-ip )
2619 [18:35:17] * petn-randall shrugs.
2620 [18:35:26] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) ()
2621 [18:35:44] *** Joins: f10 (~flo@replaced-ip )
2622 [18:36:01] *** Quits: corner_cubicle (0cb47366@replaced-ip##) (Quit: ##replaced-url
2623 [18:36:18] *** Quits: eldee (~eldee@replaced-ip ) (Remote host closed the connection)
2624 [18:37:10] *** Quits: hmz365 (~hmz365@replaced-ip ) (Remote host closed the connection)
2625 [18:37:47] *** Joins: GuilhermeCunha (~guilherme@replaced-ip )
2626 [18:38:15] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2627 [18:38:19] <rizonz> this is just weird
2628 [18:38:34] *** Joins: eternal-pain (~eternal-p@replaced-ip )
2629 [18:39:01] *** Joins: Achylles (~Achylles@replaced-ip )
2630 [18:39:49] *** Joins: RickXy (~zncadmin@replaced-ip )
2631 [18:39:53] *** Joins: deemel (~deemel@replaced-ip )
2632 [18:40:07] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 255 seconds)
2633 [18:40:59] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 240 seconds)
2634 [18:41:35] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Ping timeout: 240 seconds)
2635 [18:42:24] *** Joins: kikitehkitty (~kiki@replaced-ip )
2636 [18:43:04] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 260 seconds)
2637 [18:43:43] *** Quits: ralinux (~lnx@replaced-ip ) (Quit: Leaving)
2638 [18:44:46] *** Joins: asterismo_m (~asterismo@replaced-ip )
2639 [18:45:19] *** Joins: forgotmynick (uid24625@replaced-ip )
2640 [18:45:24] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 260 seconds)
2641 [18:45:43] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
2642 [18:46:59] *** Joins: ChmEarl (~chmearl@replaced-ip )
2643 [18:48:35] *** Zvmdyv is now known as owltocat
2644 [18:49:14] *** Joins: guestYU009 (~msfdev@replaced-ip )
2645 [18:49:32] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
2646 [18:49:56] <heller__> what package has command whois?
2647 [18:50:28] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 255 seconds)
2648 [18:50:34] *** Joins: skza (~skza@replaced-ip )
2649 [18:51:00] <coke> google
2650 [18:51:02] *** Joins: RickXy (~zncadmin@replaced-ip )
2651 [18:51:12] <nkuttler> !tell heller__ about apt-file
2652 [18:51:22] *** Joins: rabbee (~rabbee@replaced-ip )
2653 [18:51:34] *** Joins: savantgarde (~savantgar@replaced-ip )
2654 [18:52:07] *** Quits: nubenstein (~nub@replaced-ip ) (Quit: Leaving)
2655 [18:52:30] *** Quits: yeehi (~n@replaced-ip ) (Quit: Konversation terminated!)
2656 [18:52:38] <rizonz> annoying this, debmirror is buggy on it it seems
2657 [18:52:49] *** Parts: rabbee (~rabbee@replaced-ip )
2658 [18:54:01] *** Joins: rockyou (~rohit@replaced-ip )
2659 [18:54:09] *** Joins: geekbri (~geekbri@replaced-ip )
2660 [18:54:34] *** Joins: eldee (~eldee@replaced-ip )
2661 [18:54:35] *** Joins: asterismo_m2 (~asterismo@replaced-ip )
2662 [18:54:45] <petn-randall> rizonz: Have you asked in #ubuntu yet? This isn't really a Debian issue.
2663 [18:54:52] *** Joins: hexjay (~hexjay@replaced-ip )
2664 [18:55:03] *** Quits: rockyou (~rohit@replaced-ip ) (Client Quit)
2665 [18:55:17] *** Quits: asterismo_m (~asterismo@replaced-ip ) (Read error: Connection reset by peer)
2666 [18:55:27] *** Joins: cdown (~cdown@replaced-ip )
2667 [18:55:34] <rizonz> petn-randall: because it's a debian packages you mean ?
2668 [18:55:37] *** Quits: GuilhermeCunha (~guilherme@replaced-ip ) ()
2669 [18:55:52] <petn-randall> rizonz: You're running debmirror on Ubuntu, right?
2670 [18:56:30] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
2671 [18:56:40] *** Quits: betandr (~betandr@replaced-ip ) (Remote host closed the connection)
2672 [18:56:47] <rizonz> petn-randall: yes but it mirrors everything fine, only the installer part of debian not well
2673 [18:57:00] <petn-randall> rizonz: Then it's also their support case, regardless of what you're trying with it. Who knows, maybe they don't even support it.
2674 [18:57:01] *** Joins: bubbely (44e76215@replaced-ip )
2675 [18:57:14] *** Joins: DarkZero (~DarkZero@replaced-ip )
2676 [18:57:16] <rizonz> petn-randall: as I said, is it an ubuntu package ?
2677 [18:57:25] <rizonz> I thought it way
2678 [18:57:29] <rizonz> *was
2679 [18:57:31] *** Joins: Nothos927 (~Nothos927@replaced-ip )
2680 [18:57:32] *** Quits: eldee (~eldee@replaced-ip ) (Remote host closed the connection)
2681 [18:57:35] *** Joins: cdown_ (~cdown@replaced-ip )
2682 [18:57:37] <petn-randall> !based on
2683 [18:57:37] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
2684 [18:57:39] <bubbely> hi. im trying to install a realtek driver ... i run ./configure and then a make and i get the messsage please run configure first
2685 [18:57:40] <rizonz> then OK but still, people seem to use it
2686 [18:57:53] <bubbely> any ideas?
2687 [18:58:15] *** Quits: DarkZero (~DarkZero@replaced-ip ) (Client Quit)
2688 [18:58:21] <petn-randall> bubbely: Have you tried using the stock driver first? You might just be missing the package firmware-realtek.
2689 [18:58:50] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 260 seconds)
2690 [18:59:09] *** Joins: webuser5224 (~webuser52@replaced-ip )
2691 [18:59:24] <Nothos927> Hey guys, I just installed a debian 8 vm (on a KVM hypervisor) using netinstall and did a guided installation using an encrypted LVM. But when I try to boot the VM it doesn't prompt for the decryption key, it just stalls on Loading initial ramdisk
2692 [18:59:49] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 260 seconds)
2693 [19:00:00] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
2694 [19:00:00] *** cdown_ is now known as cdown
2695 [19:00:11] *** Joins: uniTosch (~henryk@replaced-ip )
2696 [19:00:14] <petn-randall> Nothos927: Does it timeout with an error at some point?
2697 [19:00:28] <bubbely> petn-randall: how do i install that package?
2698 [19:00:33] <bubbely> sudo apt-get install firmware-realtek?
2699 [19:00:36] *** Joins: graytron (~tero@replaced-ip )
2700 [19:00:38] <petn-randall> bubbely: yes
2701 [19:00:39] <Nothos927> petn-randall No, it just hangs permanently
2702 [19:01:00] *** graytron is now known as Guest55989
2703 [19:01:09] <bubbely> resource temporary unavailable
2704 [19:01:13] <petn-randall> Nothos927: Did you add the net installer as CD to the VM, or did you install differently?
2705 [19:01:21] *** Joins: teclo- (42@replaced-ip )
2706 [19:01:28] <Nothos927> Net installer as CD to the VM petn-randall
2707 [19:01:29] <jelly> Nothos927: boot a live image, mount your system and chroot into it, try to rebuild initramfs
2708 [19:01:36] *** Quits: guestYU009 (~msfdev@replaced-ip ) (Remote host closed the connection)
2709 [19:01:36] <petn-randall> bubbely: Sounds like you have a package manager currently running.
2710 [19:01:42] <bubbely> lol yeah i do
2711 [19:02:05] *** Joins: ssswdon (~ssswdon@replaced-ip )
2712 [19:02:06] <bubbely> unable to locate package firmwar-erealtek
2713 [19:02:10] <bubbely> firmware-realtek
2714 [19:02:20] *** Joins: msl09 (~msl09@replaced-ip )
2715 [19:03:09] *** Joins: silverhom (~silverhom@replaced-ip )
2716 [19:03:13] *** Quits: DrNo (~DrNo@replaced-ip##) (Quit: ZNC 1.6.3+deb1 - ##replaced-url
2717 [19:03:45] *** Joins: greycat (~wooledg@replaced-ip )
2718 [19:04:01] <jelly> dpkg, tell bubbely about non-free sources
2719 [19:04:43] *** Joins: DrNo (~DrNo@replaced-ip )
2720 [19:04:59] *** Joins: n4dir (~user@replaced-ip )
2721 [19:06:24] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
2722 [19:06:25] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 260 seconds)
2723 [19:06:49] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
2724 [19:06:53] *** Joins: mugai (~Hotondo@replaced-ip )
2725 [19:06:54] *** Joins: RickXy (~zncadmin@replaced-ip )
2726 [19:08:02] <ssswdon> installing debian 8, are there any difference between a desktop and server besides selecting a desktop. I seem to recall on some linux version there was an optimize kernel?
2727 [19:08:06] *** Joins: faw (~faw@replaced-ip )
2728 [19:08:07] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
2729 [19:08:08] *** Joins: kion (~kion@replaced-ip )
2730 [19:08:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
2731 [19:08:20] *** Quits: GeMiNniS (~geminnis@replaced-ip ) (Remote host closed the connection)
2732 [19:08:22] *** Joins: adoua (~adoua@replaced-ip )
2733 [19:08:32] <greycat> No, there's no difference except which packages are chosen.
2734 [19:08:33] <jhutchins_wk> ssswdon: That affects package selection, with whatever configuration differences result.
2735 [19:09:02] *** Joins: juboxi (~juboxi@replaced-ip )
2736 [19:09:20] *** Quits: tkla (~tklassen@replaced-ip ) (Ping timeout: 260 seconds)
2737 [19:09:45] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2738 [19:10:24] <ssswdon> so server may do something like preselect web/mail/db …. packages but they could also be installed later with same results
2739 [19:10:34] <greycat> correct
2740 [19:10:39] <petn-randall> ssswdon: exactly
2741 [19:10:44] <ssswdon> thanks!
2742 [19:11:02] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Ping timeout: 240 seconds)
2743 [19:11:04] <petn-randall> Same with Ubuntu btw, but they give the installers different names for some reason.
2744 [19:11:23] <greycat> Probably because ex-Microsoft users expect it. Who knows.
2745 [19:11:32] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
2746 [19:11:32] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 240 seconds)
2747 [19:11:53] <ssswdon> makes sense @ll
2748 [19:11:56] <ssswdon> @all
2749 [19:11:58] *** Joins: scream (~scream@replaced-ip )
2750 [19:11:58] *** Quits: nadley (~quassel@replaced-ip ) (Remote host closed the connection)
2751 [19:12:00] *** debhelper sets mode: +l 1735
2752 [19:12:29] <Nothos927> Found the issue. Seems it doesn't show the unlock part on the console
2753 [19:12:35] <Nothos927> Enabled spice display on the VM and it works now
2754 [19:12:57] *** Joins: m8 (~m8@replaced-ip )
2755 [19:13:24] *** Quits: jubo2 (~juboxi@replaced-ip ) (Ping timeout: 260 seconds)
2756 [19:13:37] <petn-randall> weird
2757 [19:13:39] *** Quits: bubbely (44e76215@replaced-ip ) (Ping timeout: 260 seconds)
2758 [19:14:21] *** Quits: ssswdon (~ssswdon@replaced-ip ) (Quit: ssswdon)
2759 [19:14:32] *** Joins: raynold (uid201163@replaced-ip )
2760 [19:14:44] *** Joins: sh00p (~z@replaced-ip )
2761 [19:15:04] <Nothos927> Well given that that'll be the way the server'll be managed (user has the key, they'll connect to spice to decrypt when booting), it's not too bad
2762 [19:15:04] *** Quits: ibex (~ibex@replaced-ip ) (Read error: Connection reset by peer)
2763 [19:15:09] *** Joins: RickXy (~zncadmin@replaced-ip )
2764 [19:15:24] <Nothos927> Thanks for your help petn-randall and jelly :)
2765 [19:15:27] *** Joins: DrNo (~DrNo@replaced-ip )
2766 [19:15:33] *** Quits: mel00010 (~mel00010@replaced-ip ) (Remote host closed the connection)
2767 [19:16:07] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 255 seconds)
2768 [19:17:05] *** Joins: candidat (~candidat@replaced-ip )
2769 [19:17:28] *** Joins: juantelez (~juantelez@replaced-ip )
2770 [19:17:38] <candidat> hello, i have problems with apache2. it doesnt want to start replaced-url
2771 [19:17:47] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
2772 [19:18:11] *** Quits: JLye (~Jlye03@replaced-ip ) (Remote host closed the connection)
2773 [19:18:27] <greycat> "AH02291: Cannot access directory '/var/log/apache/' for ...conf:16" seems like a reasonable place to start.
2774 [19:18:32] *** Quits: pierrot (~pi@replaced-ip ) (Quit: Let us not forget that the perfect is also the enemy of the bad and the ugly.)
2775 [19:18:39] *** Joins: cdown (~cdown@replaced-ip )
2776 [19:18:49] *** Joins: pierrot (~pi@replaced-ip )
2777 [19:19:02] <greycat> Does that directory exist, and can the user that apache uses for logging write there?
2778 [19:19:32] *** Joins: herbmillerjr (~herbmille@replaced-ip )
2779 [19:19:36] <petn-randall> candidat: And you're running Debian?
2780 [19:19:48] <greycat> arc3:/var/log$ ls -ld *apache*
2781 [19:19:48] <greycat> drwxr-xr-x 3 root root 4096 Apr 27 06:25 apache2
2782 [19:20:05] <greycat> Note that the standard jessie setup uses /var/log/apache2 not /var/log/apache
2783 [19:20:28] * petn-randall guesses someone copy/pasted some config.
2784 [19:20:44] <greycat> Actually reading the error messages is very helpful, a lot of the time.
2785 [19:21:05] *** Quits: ketralnis (~ketralnis@replaced-ip ) (Quit: Coyote finally caught me)
2786 [19:21:20] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
2787 [19:22:03] *** Joins: tkla (~tklassen@replaced-ip )
2788 [19:22:31] <jhutchins_wk> Especially when they say something like "a thing went wrong. Do exactly this to fix it."
2789 [19:22:37] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
2790 [19:23:40] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 260 seconds)
2791 [19:23:40] *** Joins: asterismo_m (~asterismo@replaced-ip )
2792 [19:23:52] *** Joins: JLye (~Jlye03@replaced-ip )
2793 [19:23:53] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Remote host closed the connection)
2794 [19:24:06] *** Joins: RickXy (~zncadmin@replaced-ip )
2795 [19:25:06] *** Joins: thunderrd (~thunderrd@replaced-ip )
2796 [19:25:53] *** Joins: wongon (~jtam@replaced-ip )
2797 [19:26:03] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 258 seconds)
2798 [19:26:19] *** Quits: ddybing (~daniel@replaced-ip ) (Quit: WeeChat 1.0.1)
2799 [19:26:44] *** Quits: asterismo_m2 (~asterismo@replaced-ip ) (Ping timeout: 252 seconds)
2800 [19:27:04] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
2801 [19:27:10] <candidat> ok i m goint to read the doc
2802 [19:27:14] <candidat> g
2803 [19:28:07] *** Quits: juboxi (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2804 [19:29:05] *** Joins: Comstock (~Comstock@replaced-ip )
2805 [19:29:10] *** Quits: deemel (~deemel@replaced-ip ) (Ping timeout: 240 seconds)
2806 [19:29:56] *** Quits: rolig (~rolig@replaced-ip ) (Quit: Quit)
2807 [19:30:33] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
2808 [19:30:40] *** Quits: ghoti (~paul@replaced-ip ) (Remote host closed the connection)
2809 [19:31:27] *** Quits: adc (~adc@replaced-ip ) (Ping timeout: 240 seconds)
2810 [19:31:34] *** Joins: remo (~user@replaced-ip )
2811 [19:32:03] *** Joins: trcody (~trcody@replaced-ip )
2812 [19:32:05] *** Joins: Envil (~envil@replaced-ip )
2813 [19:33:51] *** Joins: robotroll (~robotroll@replaced-ip )
2814 [19:34:19] *** Joins: Levure (~quassel@replaced-ip )
2815 [19:34:24] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 260 seconds)
2816 [19:34:58] *** Joins: nikoma (~nikoma@replaced-ip )
2817 [19:36:46] *** Joins: GerWoManChester (~gomanches@replaced-ip )
2818 [19:36:56] *** Quits: hexjay (~hexjay@replaced-ip ) (Remote host closed the connection)
2819 [19:37:37] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
2820 [19:37:53] *** Quits: nick123_ (~nick123@replaced-ip ) (Quit: Leaving...)
2821 [19:38:02] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
2822 [19:38:04] *** Joins: oish (~charlie@replaced-ip )
2823 [19:38:09] *** Joins: Rackmount (~cipherpun@replaced-ip )
2824 [19:38:43] *** Joins: adc (~adc@replaced-ip )
2825 [19:39:08] *** Joins: DingoSaar (~hagen@replaced-ip )
2826 [19:39:20] *** Joins: rolig (~rolig@replaced-ip )
2827 [19:40:24] *** Joins: DrNo (~DrNo@replaced-ip )
2828 [19:40:46] *** not-dStruct is now known as dStruct
2829 [19:41:18] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2830 [19:41:47] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
2831 [19:42:17] *** Joins: AimHere (~David@replaced-ip )
2832 [19:42:27] *** Quits: trcody (~trcody@replaced-ip ) (Quit: leaving)
2833 [19:42:55] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 258 seconds)
2834 [19:43:10] *** Joins: skza (~skza@replaced-ip )
2835 [19:43:29] *** Quits: GerWoManChester (~gomanches@replaced-ip ) (Quit: Leaving)
2836 [19:43:31] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
2837 [19:44:08] *** Joins: DingoSaar (~hagen@replaced-ip )
2838 [19:45:47] *** Quits: skza (~skza@replaced-ip ) (Client Quit)
2839 [19:46:59] *** Joins: skza (~skza@replaced-ip )
2840 [19:47:37] *** Joins: mirwin (~mirwin@replaced-ip )
2841 [19:47:38] *** Quits: mirwin (~mirwin@replaced-ip ) (Max SendQ exceeded)
2842 [19:47:44] *** Joins: Unline (~Unline@replaced-ip )
2843 [19:47:56] *** Quits: Unline (~Unline@replaced-ip ) (Max SendQ exceeded)
2844 [19:48:05] *** Joins: mirwin (~mirwin@replaced-ip )
2845 [19:48:11] *** Quits: skza (~skza@replaced-ip ) (Client Quit)
2846 [19:48:55] *** Joins: root-x (~root-x@replaced-ip )
2847 [19:50:20] *** Joins: krytarik (~krytarik@replaced-ip )
2848 [19:50:54] *** Joins: juantelez (~juantelez@replaced-ip )
2849 [19:52:12] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
2850 [19:52:17] *** Joins: savantgarde (~savantgar@replaced-ip )
2851 [19:52:30] *** Quits: Kulrak (~101001101@replaced-ip ) (Ping timeout: 260 seconds)
2852 [19:52:37] *** Joins: aaro (~aaro@replaced-ip )
2853 [19:54:01] *** Joins: root-x (~root-x@replaced-ip )
2854 [19:54:12] *** Quits: anhedonist (~anhedonis@replaced-ip ) (Read error: Connection reset by peer)
2855 [19:54:32] *** Joins: anhedonist (~anhedonis@replaced-ip )
2856 [19:54:32] *** Quits: Guest55989 (~tero@replaced-ip ) (Read error: Connection reset by peer)
2857 [19:55:29] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Quit: Leaving)
2858 [19:57:10] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
2859 [19:57:33] *** Joins: daniel-s (~daniel-s@replaced-ip )
2860 [19:57:42] *** Quits: lunchslut (~lunch@replaced-ip ) (Remote host closed the connection)
2861 [19:57:57] *** Quits: Bock (~bocaneri@replaced-ip ) (Read error: Connection reset by peer)
2862 [19:58:25] *** Joins: lunchslut (~lunch@replaced-ip )
2863 [19:59:48] *** Joins: skza (~skza@replaced-ip )
2864 [20:00:29] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
2865 [20:00:45] *** Joins: graytron (~tero@replaced-ip )
2866 [20:00:59] <c-c> I've finished with jesbang, jessie openbox desktop installer-script. I'm hoping people will take over it now. replaced-url
2867 [20:01:01] *** Joins: kw21 (~kw21@replaced-ip )
2868 [20:01:40] *** Joins: shinnya (~shinnya@replaced-ip )
2869 [20:02:25] <c-c> (yes, I know its kind of silly not to use a metapackage, but list of packages in a bash-script is a way to have only one file.
2870 [20:02:31] <c-c> +)
2871 [20:02:32] *** Joins: Brigo (~Brigo@replaced-ip )
2872 [20:02:39] *** Quits: teclo- (42@replaced-ip ) (Quit: Lost terminal)
2873 [20:03:09] <jhutchins_wk> ,v openbox
2874 [20:03:10] <judd> Package: openbox on amd64 -- wheezy: 3.5.0-7; wheezy-backports: 3.5.2-6~bpo70+1; jessie: 3.5.2-8+deb8u1; sid: 3.6.1-4; stretch: 3.6.1-4
2875 [20:03:31] <c-c> yup, thats one of the packges in the pack
2876 [20:03:35] <jhutchins_wk> c-c: So what we really need is an openbox-desktop task for tasksel.
2877 [20:04:45] *** Joins: abcdevuan (~devuan@replaced-ip )
2878 [20:04:47] *** Joins: Yeeu (~Yeeu@replaced-ip )
2879 [20:05:05] <abcdevuan> .
2880 [20:05:30] *** Quits: wafflejock (~wafflej0c@replaced-ip ) (Quit: Leaving)
2881 [20:05:40] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
2882 [20:05:48] *** Quits: mirwin (~mirwin@replaced-ip ) (Remote host closed the connection)
2883 [20:05:58] <abcdevuan> How does one set the console resolution after booting please? xrandr sets the gui size but what does it for consoles?
2884 [20:06:19] *** Quits: JLye (~Jlye03@replaced-ip ) (Ping timeout: 260 seconds)
2885 [20:06:24] <abcdevuan> I would like to change console resolution on the fly.
2886 [20:06:24] *** Joins: Kulrak (~101001101@replaced-ip )
2887 [20:06:24] *** Quits: Kulrak (~101001101@replaced-ip ) (Changing host)
2888 [20:06:24] *** Joins: Kulrak (~101001101@replaced-ip )
2889 [20:06:37] <c-c> jhutchins_wk: I wish I knew how to handle manipulating confs like in a bash with tasksel
2890 [20:06:47] *** Joins: mirwin (~mirwin@replaced-ip )
2891 [20:06:48] *** Quits: theluckymike (~theluckym@replaced-ip ) (Read error: Connection reset by peer)
2892 [20:07:13] *** Quits: mirwin (~mirwin@replaced-ip ) (Max SendQ exceeded)
2893 [20:07:28] <c-c> abcdevuan: you want different sized font? or console window size?
2894 [20:07:37] <abcdevuan> size
2895 [20:07:40] *** Joins: mirwin (~mirwin@replaced-ip )
2896 [20:07:46] *** Joins: lethu (~lethu@replaced-ip )
2897 [20:08:03] <c-c> abcdevuan: just drag from corner
2898 [20:09:17] <abcdevuan> dude there are no draggable corners in a console. Text console. chvt 1
2899 [20:09:23] *** Joins: SalanderLives (~SalanderL@replaced-ip )
2900 [20:09:36] *** Quits: lquidfire (~LQuidFire@replaced-ip ) (Quit: Leaving)
2901 [20:09:51] <c-c> grub? replaced-url
2902 [20:10:15] <c-c> weird, where did that url come from
2903 [20:10:29] <c-c> abcdevuan: can you use grub? replaced-url
2904 [20:11:30] *** Joins: nuno_nunes (~PC@replaced-ip )
2905 [20:12:13] *** Quits: katyucha (~katyucha@replaced-ip ) (Killed (hobana.freenode.net (Nickname regained by services)))
2906 [20:12:35] <jhutchins_wk> abcdevuan: Pretty sure it's possible, especially if the console is using kms or framebuffer. Don't know the details.
2907 [20:12:36] *** Joins: katyucha_ (~katyucha@replaced-ip )
2908 [20:12:40] *** Joins: mel00010 (~mel00010@replaced-ip )
2909 [20:14:10] *** Joins: teclo- (42@replaced-ip )
2910 [20:14:31] *** Joins: wafflejock (~wafflej0c@replaced-ip )
2911 [20:14:55] *** Joins: B[]rG (~tuptidup@replaced-ip )
2912 [20:15:41] *** Quits: kryptoz (~kryptoz@replaced-ip ) (Remote host closed the connection)
2913 [20:16:05] <jhutchins_wk> c-c: That's a well done project.
2914 [20:16:30] <jhutchins_wk> c-c: The one thing I might suggest is that instead of --ignore you use something more descriptive like --ignore_err
2915 [20:17:13] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
2916 [20:18:26] <abcdevuan> c-c: please, the system is booted, the resolution is to be changed by cli command.
2917 [20:18:55] <abcdevuan> I tried in framebuffer and in kms. No way works yet.
2918 [20:19:05] *** Joins: rsx (~dummy@replaced-ip )
2919 [20:19:20] *** Quits: cmatrix (~root@replaced-ip ) (Remote host closed the connection)
2920 [20:19:37] *** Joins: oish (~charlie@replaced-ip )
2921 [20:19:40] *** Joins: cmatrix (~root@replaced-ip )
2922 [20:19:47] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
2923 [20:20:12] *** Joins: gigetoo (~gigetoo@replaced-ip )
2924 [20:20:15] <c-c> abcdevuan: afaik you must restart framebuffer to change resolution
2925 [20:20:25] <abcdevuan> google is absolutely full of ubuntu newbies asking the same thing, no answers. Have to google with -ubuntu
2926 [20:20:43] <abcdevuan> c-c: so there is no way to restart fb from cli or program_!
2927 [20:20:47] <abcdevuan> ?!
2928 [20:20:48] *** Joins: brejoc (~breuer@replaced-ip )
2929 [20:21:04] <c-c> whats "fb"?
2930 [20:21:08] *** Joins: Ticho_ (~Ticho@replaced-ip )
2931 [20:21:15] <abcdevuan> framebuffer
2932 [20:21:27] *** Quits: likcoras (~likcoras@replaced-ip ) (Remote host closed the connection)
2933 [20:21:29] <c-c> oh, framebuffer? I think you restart it by restarting your system
2934 [20:21:41] <abcdevuan> $really_
2935 [20:21:59] * c-c forgets, but has once set login term resolution with boot params
2936 [20:22:00] *** debhelper sets mode: +l 1745
2937 [20:22:55] <abcdevuan> yes it's easy. kernel cli param xvga=1024x768 and that's it
2938 [20:23:07] <c-c> jhutchins_wk: wow, you really think so? Wow I was hoping people won't think of it as something cludged together. Certainly took dozens of hours.
2939 [20:23:31] *** Joins: SH0x_ (~saulius@replaced-ip )
2940 [20:23:42] *** Joins: callidvs (~Icedove@replaced-ip )
2941 [20:24:42] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 258 seconds)
2942 [20:24:52] <c-c> jhutchins_wk: but jesbang isn't good enough, so I restarted with obviux
2943 [20:25:05] <c-c> but its for debian stretch which is off-topic here
2944 [20:25:17] *** Joins: Wizek_ (~Wizek@replaced-ip )
2945 [20:25:26] <brejoc> Hi @all! I would like to mirror the packages of a Debian installation. Problem is: I can't rely on /var/cache/apt/archives/ and some of the pkgs can be a bit older and might not be in the current debian repo anymore. Is there a way to do that anyway?
2946 [20:25:49] <c-c> hm, a local mirror?
2947 [20:25:55] <somiaj> !aptitude clone
2948 [20:25:56] <dpkg> To clone a Debian machine using aptitude (or install your favourite packages) use aptitude search --disable-columns -F%p '~i!~M!~v' > package_list; on the reference machine; xargs aptitude --schedule-only install < package_list; aptitude install; on the other machine. This preserves information about "automatically installed" packages that other methods do not. See also <reinstall>, <things to backup>, <debian clone>, <apt-clone>.
2949 [20:26:05] <somiaj> brejoc: that is the best way to clone a debian installination in my opinion.
2950 [20:26:40] <brejoc> somiaj: Where does aptitude pull the packages from, when they are not in the repos anymore?
2951 [20:26:46] <somiaj> brejoc: the internet
2952 [20:27:13] <somiaj> brejoc: oh if not in repos anymore? You may need a local repo for that.
2953 [20:27:26] *** Quits: abcdevuan (~devuan@replaced-ip ) (Quit: Lost terminal)
2954 [20:27:33] <somiaj> what sort of packages do you need to clone over that are no longer provided, usually one doens't want to do that.
2955 [20:27:40] <brejoc> somiaj: Yeah, but I have to compile that local repo first…
2956 [20:28:05] *** Quits: patobot (~patobot@replaced-ip ) (Ping timeout: 268 seconds)
2957 [20:28:17] *** Joins: kardborren (~weechat@replaced-ip )
2958 [20:28:24] <somiaj> I would suggest just maning your local/custom packages seperate, so you could just remove them from the list and then manually install them after you clone the rest.
2959 [20:28:35] *** Joins: wcfields (~wcfields@replaced-ip )
2960 [20:28:37] *** Quits: callidvs (~Icedove@replaced-ip ) (Quit: callidvs)
2961 [20:29:06] *** Quits: Yeeu (~Yeeu@replaced-ip ) (Remote host closed the connection)
2962 [20:29:27] <c-c> maybe you should have a source based system
2963 [20:29:43] *** Joins: ssarah (~miguel@replaced-ip )
2964 [20:29:45] <brejoc> c-c: Whould that make it easier?
2965 [20:29:49] *** Quits: akash_ (uid150251@replaced-ip ) (Quit: Connection closed for inactivity)
2966 [20:30:08] <c-c> brejoc: no, and it would take longer, but it would be ultimate
2967 [20:30:19] *** Quits: rsx (~dummy@replaced-ip ) (Remote host closed the connection)
2968 [20:30:32] <somiaj> what sort of packages are you needing that are no longer in the debian repos?
2969 [20:30:33] *** Joins: maotm (~mao@replaced-ip )
2970 [20:30:48] *** Joins: rpd_ (~rpd@replaced-ip )
2971 [20:31:05] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2972 [20:31:22] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2973 [20:31:55] *** Joins: Egq (~Egq@replaced-ip )
2974 [20:31:55] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 245 seconds)
2975 [20:31:59] <brejoc> Okay, to give you a bit background. This would be used to create a build system. And there one might want to create an older installation because specifically this set of packages is needed.
2976 [20:31:59] *** Joins: callidvs (~Icedove@replaced-ip )
2977 [20:32:04] *** Quits: sh00p (~z@replaced-ip ) ()
2978 [20:32:08] *** Quits: callidvs (~Icedove@replaced-ip ) (Client Quit)
2979 [20:32:16] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 260 seconds)
2980 [20:32:20] *** Joins: sh00p (~z@replaced-ip )
2981 [20:32:53] <somiaj> brejoc: if using debian stable that shouldn't be an issue. Debian stable is a frozen system and if using as a build system debian tries really hard to ensure api/abi and the likes don't change (not always possible though)
2982 [20:32:56] *** Quits: sh00p (~z@replaced-ip ) (Client Quit)
2983 [20:33:09] *** Joins: zachary (~zachary@replaced-ip )
2984 [20:33:13] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2985 [20:33:13] *** Joins: sh00p (~z@replaced-ip )
2986 [20:33:23] <somiaj> if using testing, it really isn't designed for that type of snapshots, but if you really needed there is snapshot.debian.org
2987 [20:33:48] *** Quits: Egq (~Egq@replaced-ip ) (Excess Flood)
2988 [20:33:50] *** Quits: pvoigt (~Linux@replaced-ip ) (Excess Flood)
2989 [20:33:52] <somiaj> as for debian release, one can use archive.debian.org to get older versions as well.
2990 [20:33:56] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
2991 [20:33:56] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
2992 [20:33:56] *** Quits: cmatrix (~root@replaced-ip ) (Remote host closed the connection)
2993 [20:33:56] *** Quits: oerheks (~oerheks@replaced-ip ) (Remote host closed the connection)
2994 [20:33:56] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
2995 [20:33:56] *** Joins: replaced-url
2996 [20:33:57] *** Joins: aachen_ (~Anatolia@replaced-ip )
2997 [20:33:58] *** Quits: mar77i (~mar77i@replaced-ip ) (Read error: Connection reset by peer)
2998 [20:34:07] *** Joins: tsglove2 (~tsglove@replaced-ip )
2999 [20:34:08] *** Quits: tsglove (~tsglove@replaced-ip ) (Remote host closed the connection)
3000 [20:34:10] *** Joins: cmatrix (~root@replaced-ip )
3001 [20:34:12] *** Joins: ledeni (~ledeni@replaced-ip )
3002 [20:34:18] *** Joins: mar77i (~mar77i@replaced-ip )
3003 [20:34:32] *** Joins: Rackmount (~cipherpun@replaced-ip )
3004 [20:34:35] *** Joins: Adbray (~Adbray@replaced-ip )
3005 [20:34:41] <brejoc> somiaj: Okay, I'll look into it. Thanks!
3006 [20:35:10] *** Joins: oerheks (~oerheks@replaced-ip )
3007 [20:35:15] *** Joins: pvoigt (~Linux@replaced-ip )
3008 [20:36:03] *** Joins: likcoras (~likcoras@replaced-ip )
3009 [20:37:21] *** Quits: hexa- (~hexa-@replaced-ip ) (Quit: WeeChat 1.7)
3010 [20:37:54] *** Joins: hexa- (~hexa-@replaced-ip )
3011 [20:37:55] *** Joins: tharkun_ (~0@replaced-ip )
3012 [20:37:56] *** Joins: azg_ (~azg@replaced-ip )
3013 [20:37:59] *** Joins: ibex (~ibex@replaced-ip )
3014 [20:38:00] *** Joins: CyberGabber (~CyberGabb@replaced-ip )
3015 [20:38:13] *** Quits: hexa- (~hexa-@replaced-ip ) (Client Quit)
3016 [20:38:18] *** Joins: haystack_ (~haystack@replaced-ip )
3017 [20:38:27] *** Joins: dgriffi_ (~dave@replaced-ip )
3018 [20:38:36] *** Joins: MrHyde_ (~MrHyde@replaced-ip )
3019 [20:38:43] *** Joins: jj-_ (juutiju@replaced-ip )
3020 [20:38:49] *** Joins: ineiros_ (ineiros@replaced-ip )
3021 [20:38:52] *** Quits: XSoul (~XRule@replaced-ip ) (Excess Flood)
3022 [20:38:56] *** Joins: Oioq (~Oioq@replaced-ip )
3023 [20:38:57] *** Quits: adrian17 (~adrian17@replaced-ip ) (Write error: Broken pipe)
3024 [20:38:57] *** Quits: jj- (juutiju@replaced-ip ) (Write error: Connection reset by peer)
3025 [20:38:57] *** Quits: dgriffi (~dave@replaced-ip ) (Write error: Broken pipe)
3026 [20:38:58] *** Quits: ineiros (ineiros@replaced-ip ) (Write error: Broken pipe)
3027 [20:38:58] *** Quits: MrHyde (~MrHyde@replaced-ip ) (Write error: Broken pipe)
3028 [20:38:58] *** Quits: azg (~azg@replaced-ip ) (Write error: Broken pipe)
3029 [20:38:58] *** Quits: _val_ (~val@replaced-ip ) (Write error: Broken pipe)
3030 [20:38:58] *** Quits: sidmo_ (~sidmo@replaced-ip ) (Write error: Broken pipe)
3031 [20:38:58] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Excess Flood)
3032 [20:38:58] *** Quits: jim (~jim@replaced-ip ) (Excess Flood)
3033 [20:38:58] *** Quits: CeBe (~cebe@replaced-ip ) (Excess Flood)
3034 [20:38:58] *** Quits: High_Priest (~hp@replaced-ip ) (Excess Flood)
3035 [20:38:58] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Excess Flood)
3036 [20:38:58] *** Quits: replaced-url
3037 [20:38:58] *** Quits: sonOfRa (sonOfRa@replaced-ip ) (Quit: Bye!)
3038 [20:38:58] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Excess Flood)
3039 [20:38:58] *** Quits: aachen (~Anatolia@replaced-ip ) (Remote host closed the connection)
3040 [20:38:58] *** Quits: haystack (~haystack@replaced-ip ) (Remote host closed the connection)
3041 [20:38:58] *** Quits: tharkun (~0@replaced-ip ) (Remote host closed the connection)
3042 [20:38:58] *** Quits: Nik05 (~Nik05@replaced-ip ) (Remote host closed the connection)
3043 [20:38:58] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
3044 [20:39:00] *** Joins: sidmo_ (~sidmo@replaced-ip )
3045 [20:39:09] *** Joins: XSoul (~XRule@replaced-ip )
3046 [20:39:12] *** Joins: beaver_ (~none@replaced-ip )
3047 [20:39:13] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
3048 [20:39:13] *** Joins: Nik05 (~Nik05@replaced-ip )
3049 [20:39:19] *** Joins: shell0ck (~shellock@replaced-ip )
3050 [20:39:20] *** Joins: jim (~jim@replaced-ip )
3051 [20:39:21] *** Joins: CeBe (~cebe@replaced-ip )
3052 [20:39:25] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
3053 [20:39:35] *** Quits: Oioq (~Oioq@replaced-ip ) (Max SendQ exceeded)
3054 [20:39:47] *** Joins: chalcedony (~chalcedon@replaced-ip )
3055 [20:39:55] *** Joins: skyfer1 (~shailu@replaced-ip )
3056 [20:40:05] *** Joins: sonOfRa (sonOfRa@replaced-ip )
3057 [20:40:05] *** Joins: SpeccyMan (~nick@replaced-ip )
3058 [20:40:38] *** Parts: skyfer1 (~shailu@replaced-ip )
3059 [20:40:42] *** Quits: ArchDuke (~ArchDuke@replaced-ip ) (Read error: Connection reset by peer)
3060 [20:40:58] *** Joins: akash_ (uid150251@replaced-ip )
3061 [20:41:27] *** Joins: ArchDuke (~ArchDuke@replaced-ip )
3062 [20:41:32] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 255 seconds)
3063 [20:42:03] *** Joins: tarjo (~gjjfk@replaced-ip )
3064 [20:42:24] *** Joins: cliluw (~cliluw@replaced-ip )
3065 [20:42:47] *** Joins: patobot (~patobot@replaced-ip )
3066 [20:44:36] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3067 [20:44:51] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
3068 [20:44:54] *** Parts: tarjo (~gjjfk@replaced-ip )
3069 [20:45:09] *** Joins: DingoSaar (~hagen@replaced-ip )
3070 [20:46:04] *** Joins: hexa- (~hexa-@replaced-ip )
3071 [20:46:08] *** Quits: hexa- (~hexa-@replaced-ip ) (Client Quit)
3072 [20:47:15] *** Quits: grumble (~grumble@replaced-ip ) (Read error: Connection reset by peer)
3073 [20:47:16] *** Quits: lunchslut (~lunch@replaced-ip ) (Remote host closed the connection)
3074 [20:47:19] *** Joins: insidious15 (~insidious@replaced-ip )
3075 [20:47:35] *** Quits: brejoc (~breuer@replaced-ip ) (Ping timeout: 252 seconds)
3076 [20:47:55] *** Quits: kardborren (~weechat@replaced-ip ) (Ping timeout: 260 seconds)
3077 [20:48:18] *** Joins: Bercik (~Yotsuba@replaced-ip )
3078 [20:49:37] <c-c> wow I actually found man-page for tasksel
3079 [20:49:44] *** Quits: rpd_ (~rpd@replaced-ip ) (Remote host closed the connection)
3080 [20:50:19] *** Joins: skyfer (~skyfer@replaced-ip )
3081 [20:50:28] <c-c> but how to make tasksels?
3082 [20:51:11] *** Joins: lsv_ (~nn@replaced-ip )
3083 [20:51:11] *** Quits: skyfer (~skyfer@replaced-ip ) (Client Quit)
3084 [20:51:14] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
3085 [20:51:32] *** Joins: skyfer (~skyfer@replaced-ip )
3086 [20:51:59] <jhutchins_wk> c-c: Stretch isn't exactly off-topic, it's just better served on #debian-next and if a problem is specific to stretch we can send people there.
3087 [20:52:28] <greycat> !tasksel
3088 [20:52:28] <dpkg> tasksel is a program to select and install "tasks": a collection of packages for a system to perform a specific task (e.g. desktop environment, web server). Ask me about <standard task>, <server tasks> and <laptop task>. replaced-url
3089 [20:52:29] <jhutchins_wk> c-c: Maybe #debian-mentors on oftc.net?
3090 [20:52:41] *** Quits: BluesKaj_ (~Blues@replaced-ip ) (Quit: Konversation terminated!)
3091 [20:53:01] *** Quits: owltocat (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
3092 [20:53:04] *** Joins: savantgarde (~savantgar@replaced-ip )
3093 [20:53:08] *** Joins: Luoar (~sailfish@replaced-ip )
3094 [20:53:43] *** Joins: grumble (~grumble@replaced-ip )
3095 [20:54:34] *** Quits: altin_ (~altin@replaced-ip ) (Quit: Leaving)
3096 [20:54:38] *** Joins: BluesKaj (~Blues@replaced-ip )
3097 [20:54:40] *** Quits: lsv (~nn@replaced-ip ) (Ping timeout: 240 seconds)
3098 [20:54:41] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
3099 [20:54:55] *** Quits: n4dir (~user@replaced-ip ) (Ping timeout: 260 seconds)
3100 [20:54:59] *** Joins: TsukiRa (~fpob@replaced-ip )
3101 [20:54:59] *** Quits: TsukiRa (~fpob@replaced-ip ) (Client Quit)
3102 [20:55:38] *** Quits: skyfer (~skyfer@replaced-ip ) (Ping timeout: 240 seconds)
3103 [20:56:26] *** Joins: Ricardo__ (~rick@replaced-ip )
3104 [20:56:26] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
3105 [20:56:26] *** Joins: Ricardo__ (~rick@replaced-ip )
3106 [20:56:42] *** Joins: dreamon (~dreamon@replaced-ip )
3107 [20:57:02] *** Joins: deemel (~deemel@replaced-ip )
3108 [20:58:15] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
3109 [20:58:18] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 268 seconds)
3110 [20:58:33] <c-c> ok tasks are described in /usr/share/doc/tasksel/README.gz
3111 [20:58:35] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 240 seconds)
3112 [20:59:05] *** Joins: juantelez (~juantelez@replaced-ip )
3113 [20:59:21] *** Joins: TsukiRa (~fpob@replaced-ip )
3114 [20:59:27] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip )
3115 [20:59:48] *** Quits: asterismo_m (~asterismo@replaced-ip ) (Ping timeout: 260 seconds)
3116 [20:59:55] <somiaj> I think a task requires a meta package and maybe update some master list of them.
3117 [21:00:32] *** Quits: Zzeiss (~wsy@replaced-ip ) (Ping timeout: 240 seconds)
3118 [21:03:14] *** Quits: kw21 (~kw21@replaced-ip ) (Ping timeout: 268 seconds)
3119 [21:04:20] *** Quits: Iota (~weechat@replaced-ip ) (Quit: Ahhhhhhhhhhhhh)
3120 [21:04:44] <candidat> do you have some linux dns and apache ebooks ?
3121 [21:05:06] <greycat> Is there supposed to be a comma after "linux"? Are these three separate topics?
3122 [21:05:11] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 252 seconds)
3123 [21:05:18] <greycat> Or do you believe that there is such a thing as "linux dns"?
3124 [21:05:43] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 258 seconds)
3125 [21:05:49] <candidat> i mean bind and apache2 ebooks
3126 [21:06:04] <candidat> sorry :-)
3127 [21:06:55] *** Joins: Ticho (~Ticho@replaced-ip )
3128 [21:07:20] *** Quits: mel00010 (~mel00010@replaced-ip ) (Remote host closed the connection)
3129 [21:07:26] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
3130 [21:07:34] *** Joins: ghoti (~paul@replaced-ip )
3131 [21:08:15] <greycat> The bottom of replaced-url
3132 [21:08:44] *** Joins: poeticrpm (~poeticrpm@replaced-ip )
3133 [21:09:02] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3134 [21:09:23] *** Joins: Rackmount (~cipherpun@replaced-ip )
3135 [21:09:36] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 260 seconds)
3136 [21:09:40] <c-c> somiaj: ok, sounds like a lot. I was planning on going with "a metapackage, config-writing-bash-script + config-files" -approach
3137 [21:09:48] *** Quits: Guest66387 (~anti@replaced-ip ) (Remote host closed the connection)
3138 [21:09:54] <somiaj> c-c: what is your end goal?
3139 [21:10:00] *** Quits: scoobertron (~tom@replaced-ip ) (Read error: Connection reset by peer)
3140 [21:10:06] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3141 [21:10:21] *** Joins: anti (~anti@replaced-ip )
3142 [21:10:28] <c-c> somiaj: store desktop customization, and (some) service and env setup
3143 [21:10:45] <somiaj> would a cloning system work?
3144 [21:10:47] <somiaj> !aptitude clone
3145 [21:10:47] <dpkg> To clone a Debian machine using aptitude (or install your favourite packages) use aptitude search --disable-columns -F%p '~i!~M!~v' > package_list; on the reference machine; xargs aptitude --schedule-only install < package_list; aptitude install; on the other machine. This preserves information about "automatically installed" packages that other methods do not. See also <reinstall>, <things to backup>, <debian clone>, <apt-clone>.
3146 [21:11:01] *** anti is now known as Guest19531
3147 [21:11:04] <c-c> somiaj: yes I saw that, and thats what jesbang does in a way
3148 [21:11:18] *** Joins: asterismo_m (~asterismo@replaced-ip )
3149 [21:12:00] *** debhelper sets mode: +l 1737
3150 [21:12:04] <c-c> somiaj: but theres all the custom shortcuts, vimrc, desktop widget conf+themes, system mods I want to get on a freshly installed system
3151 [21:12:54] <somiaj> c-c: these are all stored in $HOME, you could try to figure out what there you need to clone
3152 [21:13:27] <somiaj> this should not be conroled by the packgae software, so you have two things to clone, 1) clone the package list so you can install the full package list ona new machine. 2) clone the configs in $HOME you want to use on the new machine
3153 [21:13:59] <c-c> yes, and theres the problem: what happens when I make a new user? - nothing!
3154 [21:14:00] *** Joins: kw21 (~kw21@replaced-ip )
3155 [21:14:12] <greycat> What do you *expect* to happen?
3156 [21:14:38] <c-c> I install base, apply the script and its all setup and I *save time*
3157 [21:14:44] *** Joins: scoobertron (~tom@replaced-ip )
3158 [21:14:49] <somiaj> c-c: so then figure out what configs you need and put them in /etc/skel
3159 [21:15:01] <somiaj> so still two thigns to clone, package list and configs
3160 [21:15:04] <greycat> If the goal is "All new users should have the ugliest purple-and-blood-red theme in their KGNOMEFCE thingies" then put the crap you want into /etc/skel/.*
3161 [21:15:44] <c-c> greycat: I went for indigo, skyglow and bright orange, myself
3162 [21:16:15] <greycat> People who want to control the configurations of their users always do the most hideous, horrible things. Usually to poor innocent shells.
3163 [21:16:32] <greycat> usually to $PS1
3164 [21:17:47] <c-c> I just want stuff out of my way, 4 virtual desktops, 2+ dropdown terminals, terminals, vim, neovim, sound, network manager
3165 [21:17:57] *** Joins: js9600 (~jsdk@replaced-ip )
3166 [21:18:13] <greycat> But for some reason you want this to be done to ALL of your new users. Not just yourself.
3167 [21:18:23] <c-c> I don't have any users afaik
3168 [21:18:28] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 260 seconds)
3169 [21:18:32] <c-c> It is squarely targeted for my use atm
3170 [21:18:36] *** Quits: geekbri (~geekbri@replaced-ip ) ()
3171 [21:18:44] <greycat> Then why are you worried about shit that has no effect on anything? Just restore your $HOME from your last backup.
3172 [21:19:08] *** Joins: WayToDoor (~milk.bott@autresservs.api-d.com)
3173 [21:19:11] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Read error: Connection reset by peer)
3174 [21:19:47] <c-c> I want clean, quick, persistent setup. You know as well as I do that copying configs from home doesn't always end well
3175 [21:20:03] <greycat> No, I do not "know" any such thing.
3176 [21:20:06] <greycat> You just made this up and it's wrong.
3177 [21:20:17] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
3178 [21:20:37] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
3179 [21:21:00] <greycat> Just the other week they dropped off my new PC at work. I backed up /etc and /home, installed netinst jessie minimum standard, upgraded to stretch, restored /home, and viola.
3180 [21:21:09] <greycat> Voila*
3181 [21:21:21] <c-c> whatabout your stuff in /etc/*/autostart?
3182 [21:21:26] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3183 [21:21:26] <greycat> My what.
3184 [21:21:31] <greycat> Seriously, what planet are you on.
3185 [21:22:06] *** Joins: DingoSaar (~hagen@replaced-ip )
3186 [21:22:08] <c-c> I think I'm going to take out systemd in some point
3187 [21:22:13] <greycat> I "restored" the /etc into /root/etc as a reference so I could copy over any files that I want from the old system, one by one.
3188 [21:23:04] <somiaj> c-c: copying configs from $HOME hsa worked so well for me, I have configs from 10+ years ago I have not touched...note software upgrades sometimes require things, but this is always an issue with cloning, your image you use needs to be compadable with the version of debian you are using.
3189 [21:23:23] *** Joins: mda1 (~MDA1@replaced-ip )
3190 [21:23:30] <somiaj> c-c: luckly debian stable is frozen, so you shoudln't expect things to change until you upgrade. So during a paticular debian stable your configs will work, just update when you start using the new release.
3191 [21:23:36] <jhutchins_wk> The nice thing about Linux is there's often more than one "right way" to do things.
3192 [21:23:53] *** Joins: anuxivm (~anuxi@replaced-ip )
3193 [21:23:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 260 seconds)
3194 [21:24:01] <greycat> My $HOME on my home PC still has some dot files dated 2002. I don't know if they're still used. Perhaps not.
3195 [21:24:10] <jhutchins_wk> I upgraded my 32b jessie to 64b, and I had to remove my $HOME files and selectively restore, X wouldn't start.
3196 [21:24:16] *** Quits: ssarah (~miguel@replaced-ip ) (Remote host closed the connection)
3197 [21:24:29] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3198 [21:24:44] *** Joins: Slashman (~Slash@replaced-ip )
3199 [21:25:28] *** Quits: Luoar (~sailfish@replaced-ip ) (Ping timeout: 260 seconds)
3200 [21:26:58] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3201 [21:28:35] <greycat> I'd be extremely surprised if changing arch made startx fail for me, but I use very simple, old-fashioned things. If you're using KGNOMEFCE stuff with Flux Capacitors, all bets are off. The people who do that bleeding edge crap tend not to live in my world.
3202 [21:28:36] *** Quits: deemel (~deemel@replaced-ip ) (Quit: Leaving)
3203 [21:29:04] <somiaj> I want a flux capacitor in my fvwm...
3204 [21:29:28] *** Joins: oo_miguel (~miguel@replaced-ip )
3205 [21:29:31] <somiaj> I'm surprised x had an issue there, but sometimes small things can cause unexpected issues.
3206 [21:29:42] <greycat> I bet it wasn't X. I bet it was GNOME.
3207 [21:29:52] *** Joins: ryouma (~user@replaced-ip )
3208 [21:30:15] <greycat> Unless he had a literal error in a ~/.xsession file that would cause the window manager not to run, for some reason. But it's hard to see how.
3209 [21:30:28] *** Joins: ssarah (~miguel@replaced-ip )
3210 [21:30:32] *** Joins: Atm0spher1c (~future@replaced-ip )
3211 [21:30:51] <c-c> Openbox takes about 7 mb memory when it runs. Must be the quantum flux capacitors...
3212 [21:31:02] *** Quits: u0_a652 (~u0_a65@replaced-ip ) (Ping timeout: 255 seconds)
3213 [21:31:06] <candidat> ty greycat
3214 [21:31:17] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3215 [21:31:31] <teraflops> ugh I wouldnt call gnome 3.22 from stretch bleeding edge
3216 [21:32:11] *** Joins: DingoSaar (~hagen@replaced-ip )
3217 [21:32:26] *** Joins: juantelez (~juantelez@replaced-ip )
3218 [21:32:34] <greycat> Does it do Compisiting and Rendering and whatever the other Big Fancy Graphics Words are? Does it fail to start when the user hasn't installed the right proprietary firmware to make the video card do 3D Whatever? If so, it's bleeding edge as far as I'm concerned.
3219 [21:33:10] *** Joins: korzybski (~vetco-mbp@replaced-ip )
3220 [21:33:21] <c-c> teraflops: is there an alternative
3221 [21:33:26] <teraflops> for what?
3222 [21:33:50] <c-c> gnomey libraries
3223 [21:33:55] *** Joins: srg___ (~srg@replaced-ip )
3224 [21:34:18] <c-c> - ie. what would you use instead?
3225 [21:34:38] <greycat> I used fvwm. Apparently so does somiaj.
3226 [21:34:46] <greycat> use*
3227 [21:34:47] <teraflops> c-c: why? hmm I think I'm missing context
3228 [21:34:53] *** Quits: dannyLopez (~damunoz@replaced-ip ) (Quit: Fin de la jornada laboral.)
3229 [21:35:11] <autofsckk> hello, i need to install flash, i already putted contrib into my sources.list and tried to install it, i got this output replaced-url
3230 [21:35:26] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
3231 [21:35:34] <somiaj> autofsckk: do you need flash for firefox or chromium? In either case the debian packages are currently broken.
3232 [21:35:38] *** Quits: vutral (~vutral@replaced-ip ) (Changing host)
3233 [21:35:38] *** Joins: vutral (~vutral@replaced-ip )
3234 [21:35:45] <teraflops> c-c: I do xmonad most of the time, with no compositing manager
3235 [21:35:46] <somiaj> autofsckk: right now you have to manually install flash.
3236 [21:35:50] <autofsckk> i know the problem is at adobe's server, or at list thats what the error says, but how can i make it work?
3237 [21:35:51] *** Joins: Relsak (~dragan@replaced-ip )
3238 [21:36:03] *** Quits: rizonz (~rizonz@replaced-ip ) (Quit: Lost terminal)
3239 [21:36:11] <autofsckk> i need it for mmm both? you can install it for just one of them?
3240 [21:36:20] <somiaj> autofsckk: well the problem is a debian matainer puts meta data on their server because adobe is not relaiable, and the matainer hasn't not been available to update this metadata
3241 [21:36:32] <somiaj> no one uses papi (pepperflash) and the other napi
3242 [21:36:38] <somiaj> so you have to install them both seperatally
3243 [21:36:50] <greycat> If you just want to watch some flash crap, the *simplest* solution is to install and run the proprietary google-chrome instead of any of the open source browsers.
3244 [21:36:56] <somiaj> check the bug reports, the grave bug for flashplugin-nonfree contains info on how to manually install it.
3245 [21:37:30] <autofsckk> i need to see a video from a friends hosting company support :/ i dont know why they use flash
3246 [21:37:35] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 240 seconds)
3247 [21:37:43] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
3248 [21:38:03] *** Joins: Kurocon (kevin@replaced-ip )
3249 [21:38:10] *** Quits: peterrooney (~peter@replaced-ip ) (Ping timeout: 264 seconds)
3250 [21:38:11] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
3251 [21:38:37] <somiaj> getting google-chrome from google is the easiest way as greycat suggested, otherwise you'll have to a) download the plugin from adobe, 2) configure it to work on your system.
3252 [21:38:59] <autofsckk> so i have to make it or download the deb from adobe?
3253 [21:39:01] *** Joins: rt__ (~rt@replaced-ip )
3254 [21:39:25] *** Joins: scoobert1on (~tom@replaced-ip )
3255 [21:39:36] *** Joins: tucks (~tucks@replaced-ip )
3256 [21:40:31] <mefistofeles> autofsckk: there's no deb from adobe
3257 [21:40:36] <somiaj> adobe doens't make .debs for debian, you'll have to download the .tar.gz file and copy the plugin to the right spot, and myabe write a configuration file for your browser (chromium here) to use it.
3258 [21:41:11] <autofsckk> how do you use this ? "apt:adobe-flashplugin?channel=$distro-partner" is what i get when i selecto the apt debian/ubuntu
3259 [21:41:23] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3260 [21:41:28] <mefistofeles> not sure why some websites insist on flash though, but that's another discussion xD
3261 [21:41:31] *** Joins: blueness (~blueness@replaced-ip )
3262 [21:41:50] *** Quits: siiky (~siiky@replaced-ip ) (Ping timeout: 255 seconds)
3263 [21:41:55] *** Joins: DingoSaar (~hagen@replaced-ip )
3264 [21:42:00] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
3265 [21:42:00] *** debhelper sets mode: +l 1744
3266 [21:42:01] <somiaj> autofsckk: what is that? did you download the appropriate linux .tar.gz file?
3267 [21:43:08] <autofsckk> somiaj: yes i unpacked it
3268 [21:43:44] *** Quits: scoobertron (~tom@replaced-ip ) (Ping timeout: 260 seconds)
3269 [21:44:38] <somiaj> is this for firefox or chromium (napi or papi) plugin
3270 [21:44:42] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: leaving)
3271 [21:45:32] *** Quits: rt__ (~rt@replaced-ip ) (Ping timeout: 260 seconds)
3272 [21:45:50] *** Joins: limburger (~lim6@replaced-ip )
3273 [21:45:55] *** Quits: limburger (~lim6@replaced-ip ) (Remote host closed the connection)
3274 [21:46:57] *** Joins: root____3 (~root@replaced-ip )
3275 [21:46:58] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
3276 [21:47:30] *** Parts: root____3 (~root@replaced-ip )
3277 [21:47:35] <autofsckk> firefox
3278 [21:48:48] *** Quits: stu_meat (~stu_meat@replaced-ip ) (Ping timeout: 260 seconds)
3279 [21:48:48] *** Quits: tripkin (~tripkin@replaced-ip ) (Ping timeout: 260 seconds)
3280 [21:49:09] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3281 [21:49:09] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Changing host)
3282 [21:49:09] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3283 [21:49:36] <somiaj> I think in this case you can just copy the libflashplugin.so into .mozilla/firefox/plugins or something like that.
3284 [21:49:40] *** Joins: pencilandpaper (~penciland@replaced-ip )
3285 [21:49:55] <somiaj> I belive firefox is still fiarly nice about loading plugins (chromium is a pain, but I haven't tried with firefox for a long time)
3286 [21:51:09] *** Quits: bertbob (~bertbob@replaced-ip ) (Remote host closed the connection)
3287 [21:51:15] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
3288 [21:51:34] <c-c> Hm, chromium?
3289 [21:51:36] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3290 [21:51:47] <c-c> or, maybe theres nonfree chrome?
3291 [21:52:01] *** debhelper sets mode: +l 1737
3292 [21:52:08] *** Joins: DingoSaar (~hagen@replaced-ip )
3293 [21:52:10] *** Quits: mirwin (~mirwin@replaced-ip ) (Remote host closed the connection)
3294 [21:52:26] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
3295 [21:52:42] *** Quits: asterismo_m (~asterismo@replaced-ip ) (Quit: AtomicIRC: The nuclear option.)
3296 [21:53:12] *** Quits: woshty (~irc@replaced-ip ) (Quit: leaving)
3297 [21:54:02] *** Quits: nuno_nunes (~PC@replaced-ip ) (Remote host closed the connection)
3298 [21:54:02] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3299 [21:54:27] *** Joins: Rackmount (~cipherpun@replaced-ip )
3300 [21:55:02] *** Quits: insidious15 (~insidious@replaced-ip ) (Ping timeout: 268 seconds)
3301 [21:55:33] *** Joins: JLye (~Jlye03@replaced-ip )
3302 [21:56:49] *** Joins: bertbob (~bertbob@replaced-ip )
3303 [21:56:59] <autofsckk> it was very simple really, just put the .so file at /usr/lib/mozilla/plugins/ and thats it
3304 [21:57:04] *** Joins: oish (~charlie@replaced-ip )
3305 [21:57:08] *** Quits: Vizva (~max@replaced-ip ) (Read error: No route to host)
3306 [21:57:13] <autofsckk> but the tarball had a lot of stuff in it
3307 [21:57:22] *** Quits: pkiller (~pkiller@replaced-ip ) (Remote host closed the connection)
3308 [21:57:28] *** Joins: Vizva (~max@replaced-ip )
3309 [21:57:35] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 255 seconds)
3310 [21:58:03] *** Joins: dannyLopez (~damunoz@replaced-ip )
3311 [21:58:19] <somiaj> autofsckk: that works too, I think you need the debian package installed for that, so if you install the debian package everythign is setup, the script just fails to download the .so file so you have to add it
3312 [21:59:28] <autofsckk> the thing was very strange, the apt did like all the install, without installing it of course, but after that i tried to install it again and it said that it was already installed
3313 [21:59:55] <greycat> The package is a downloader with an outdated URL. It's really not strange.
3314 [22:00:10] <greycat> What's strange is that it hasn't been fixed.
3315 [22:00:41] *** Quits: GJdan (~dan@replaced-ip ) (Remote host closed the connection)
3316 [22:00:58] <autofsckk> its strange because it should not tell you that it is installed when it isnt
3317 [22:00:59] *** Joins: msl09_ (~msl09@replaced-ip )
3318 [22:01:15] <greycat> Well, that would be another bug then.
3319 [22:01:16] *** Quits: markinfo (~marek@replaced-ip ) (Ping timeout: 255 seconds)
3320 [22:01:19] *** Joins: baphomet` (~baphomet@replaced-ip )
3321 [22:01:25] <greycat> Maybe they'll fix that one after they fix the one where they give it a new URL.
3322 [22:01:47] *** Quits: mquin (~mquin@replaced-ip ) (Quit: ***** FILE SYSTEM WAS MODIFIED *****)
3323 [22:02:10] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 255 seconds)
3324 [22:02:38] *** Quits: msl09 (~msl09@replaced-ip ) (Remote host closed the connection)
3325 [22:04:24] *** Joins: brejoc (~breuer@replaced-ip )
3326 [22:05:33] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
3327 [22:05:36] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 260 seconds)
3328 [22:06:35] *** Quits: SpeccyMan (~nick@replaced-ip ) (Ping timeout: 255 seconds)
3329 [22:06:36] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
3330 [22:07:04] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3331 [22:07:25] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
3332 [22:07:29] *** Joins: Rackmount (~cipherpun@replaced-ip )
3333 [22:07:38] *** Joins: mquin (~mquin@replaced-ip )
3334 [22:08:02] <jhutchins_wk> I run xfce, not gnome, but it was an app that didn't like an old config or something basically crashing X at autologin.
3335 [22:08:36] *** Joins: zinks_ (~zinks@replaced-ip )
3336 [22:08:38] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
3337 [22:08:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
3338 [22:09:00] *** Joins: Baliano (~androirc@replaced-ip )
3339 [22:09:36] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3340 [22:10:04] *** Quits: television (~alex@replaced-ip ) (Read error: Connection reset by peer)
3341 [22:10:30] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
3342 [22:10:43] *** Joins: monpocchi (~monpocchi@replaced-ip )
3343 [22:11:13] *** Joins: DalekSec (unit193@replaced-ip )
3344 [22:12:00] *** debhelper sets mode: +l 1731
3345 [22:12:05] <jhutchins_wk> I suspect it's the installer that's already installed.
3346 [22:12:06] *** Joins: t0mmy (~tprrt@replaced-ip )
3347 [22:12:13] *** Joins: kupi (uid212005@replaced-ip )
3348 [22:12:37] <jhutchins_wk> I'm a little surprised it's not updated, the one time a URL change caught me the maintainer fixed it the same day I reported it. Guess he got busy.
3349 [22:12:48] <greycat> I'm not sure how a package whose post-install can legitimately *fail* is supposed to work.
3350 [22:13:15] <greycat> If the download fails, should it leave itself unconfigured, or what?
3351 [22:13:15] *** Quits: earthundead (~earthunde@replaced-ip ) (Read error: Connection reset by peer)
3352 [22:14:35] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
3353 [22:14:37] *** Joins: juantelez (~juantelez@replaced-ip )
3354 [22:14:41] *** Joins: SpeccyMan (~nick@replaced-ip )
3355 [22:15:01] *** Joins: AimHere (~David@replaced-ip )
3356 [22:15:29] *** Quits: baphomet` (~baphomet@replaced-ip ) (Remote host closed the connection)
3357 [22:15:33] * jhutchins_wk wonders if anybody knows how to edit a shell script to update the URL.
3358 [22:15:53] *** Quits: Texou (~Texou@replaced-ip ) (Remote host closed the connection)
3359 [22:16:00] <greycat> I'm fairly confident that 0% of the people who come here and ask how 2 flash can do it.
3360 [22:16:09] *** Joins: Vizva (~max@replaced-ip )
3361 [22:16:47] *** Joins: bilal80 (~bilal80@replaced-ip )
3362 [22:16:48] <greycat> I've never seen a single person manage this feat. They always take some simpler route, like downloading the .tar.gz, extracting by hand, and copying the .so file to some directory. Nothing wrong with that.
3363 [22:18:21] <jhutchins_wk> greycat: You act like the download inclludes a README file that tells you where to put which file.
3364 [22:18:41] *** gftg is now known as gftg_link
3365 [22:18:45] *** Joins: GJdan (~dan@replaced-ip )
3366 [22:19:00] <autofsckk> greycat: ive tried to do things by myself here in debian, and been told not to, that theres a debian way bla bla bla bla jajajajaj so im learning that, but it seems that mmm whatever
3367 [22:19:43] <greycat> The "Debian way" if you're not the package maintainer, I think, would be to edit the postinst shell script and rerun it. Maybe. I'm not quite sure what state the package ends up in if the download fails.
3368 [22:19:51] <jhutchins_wk> autofsckk: There's a hierarchy of methods and practices.
3369 [22:20:04] <greycat> In the end what matters is that your computer is doing what you want it to do.
3370 [22:20:40] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
3371 [22:21:04] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
3372 [22:21:10] *** Joins: lethu (~lethu@replaced-ip )
3373 [22:21:35] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Ping timeout: 240 seconds)
3374 [22:22:00] *** Quits: torjeh (~Torje@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3375 [22:22:26] <Azrael_-> i just try to run "apt-get update" but it seems like i can't connect to the mirror using ipv6 ( 0% [Connecting to security.debian.org (2001:a78:5:1:216:35ff:fe7f:6ceb)] [Connecting to debian.mirrors.ovh.net (2001:41d0:1:7c8b::1)] ) i'm a noob regarding ipv6, can you give me some hints to debug them?
3376 [22:22:31] *** Quits: bilal80 (~bilal80@replaced-ip ) (Quit: bilal80)
3377 [22:22:49] *** Joins: torjeh (~Torje@replaced-ip )
3378 [22:23:03] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3379 [22:23:13] *** Quits: thallada (~thallada@replaced-ip ) (Read error: Connection reset by peer)
3380 [22:23:29] *** Joins: thallada (~thallada@replaced-ip )
3381 [22:23:31] *** Joins: Rackmount (~cipherpun@replaced-ip )
3382 [22:24:08] *** Quits: seanzd__ (~seanzd@replaced-ip ) (Ping timeout: 255 seconds)
3383 [22:24:22] *** Joins: fhdrin (~fhdrin@replaced-ip )
3384 [22:24:44] *** Quits: fleaz (~fleaz@replaced-ip ) (Remote host closed the connection)
3385 [22:25:06] *** Joins: fleaz (~fleaz@replaced-ip )
3386 [22:25:08] <jhutchins_wk> !disable ipv6
3387 [22:25:08] <dpkg> From Debian 6.0 "Squeeze" onwards, <IPv6> is built into the Linux kernel (excluding the loongson-2f flavour). To disable IPv6, add the kernel command line option ipv6.disable=1 to your bootloader.
3388 [22:25:17] <Dagger> "debug", not "disable"
3389 [22:25:20] <jolt> Azrael_-: if you do ip -6 r, it will show the default route (if any). If there is one, then run "ping6 2a00:<address>" and see if that works
3390 [22:25:41] <jolt> Azrael_-: if not, then you don't have a proper ipv6 setup configured
3391 [22:25:57] <jhutchins_wk> Azrael_-: If ipv6 is failing, there's a good chance it's not you.
3392 [22:25:59] *** Joins: cesdo (~user@replaced-ip )
3393 [22:26:26] *** Quits: crayon (urandom@replaced-ip ) (Quit: Quit)
3394 [22:26:31] <Dagger> doing `wget security.debian.org` might be useful, to see the connection order and get some useful error messages
3395 [22:27:33] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
3396 [22:27:45] *** Quits: ltem (~ltem@replaced-ip ) (Quit: Leaving)
3397 [22:28:04] *** Joins: notpc (~pc@replaced-ip )
3398 [22:29:14] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Ping timeout: 260 seconds)
3399 [22:32:11] *** Joins: jazz (~jazz@replaced-ip )
3400 [22:32:32] *** Joins: SH0x_ (~saulius@replaced-ip )
3401 [22:33:25] *** Quits: skza (~skza@replaced-ip ) (Quit: 💤💤💤)
3402 [22:34:19] *** Quits: notpc (~pc@replaced-ip ) (Quit: Leaving)
3403 [22:34:28] *** Quits: brejoc (~breuer@replaced-ip ) (Read error: Connection reset by peer)
3404 [22:34:46] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3405 [22:34:49] *** Joins: Rackham (~Rackham@replaced-ip )
3406 [22:35:30] *** Joins: Berzerker (~berzerker@replaced-ip )
3407 [22:35:55] <Berzerker> hello, I'm having a problem with apt, it seems to be ignoring my third party repo, is there any simple reason why it could be doing this
3408 [22:36:01] <Azrael_-> ping6 2001:a78:5:1:216:35ff:fe7f:6ceb and ping6 2a00:a78:5:1:216:35ff:fe7f:6ceb doesn't work. "ip -6 r" shows some routes
3409 [22:36:30] *** Joins: crayon (urandom@replaced-ip )
3410 [22:37:10] *** Quits: DrNo (~DrNo@replaced-ip ) (Ping timeout: 240 seconds)
3411 [22:37:29] *** Parts: Berzerker (~berzerker@replaced-ip )
3412 [22:39:55] *** Joins: cdown (~cdown@replaced-ip )
3413 [22:40:32] *** Joins: dArK_IcE (~lawl@replaced-ip )
3414 [22:42:07] <teraflops> Azrael_-: that works for me
3415 [22:42:09] *** Joins: DrNo (~DrNo@replaced-ip )
3416 [22:42:56] *** Quits: Rackham (~Rackham@replaced-ip ) (Quit: Leaving)
3417 [22:43:52] *** Joins: RandomGuyOnIrc (~RandomGuy@replaced-ip )
3418 [22:44:38] <RandomGuyOnIrc> when building a new kernel, is it safe to run make in parallel mode? For example, "make -j5 deb-pkg" ?
3419 [22:45:27] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 240 seconds)
3420 [22:46:19] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
3421 [22:47:28] *** Joins: siiky (~siiky@replaced-ip )
3422 [22:47:35] <RandomGuyOnIrc> I guess I can try it and see what happens
3423 [22:47:55] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3424 [22:48:02] <Azrael_-> i will probably reset the machine. i guess i screwed it up when enabling xen and reconfiguring the network
3425 [22:48:03] *** Joins: juantelez (~juantelez@replaced-ip )
3426 [22:48:29] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 260 seconds)
3427 [22:48:33] *** Quits: Levure (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3428 [22:48:33] *** Joins: Rackmount (~cipherpun@replaced-ip )
3429 [22:48:46] *** Quits: torjeh (~Torje@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3430 [22:49:49] *** Joins: Chinesium (~Chinesium@replaced-ip )
3431 [22:49:49] *** Quits: akash_ (uid150251@replaced-ip ) (Quit: Connection closed for inactivity)
3432 [22:49:55] *** Quits: Defaultti (defaultti@replaced-ip ) (Remote host closed the connection)
3433 [22:50:29] *** Parts: El_RubenZ (~rubenz@replaced-ip )
3434 [22:50:46] *** Quits: RoyK (~roy@replaced-ip ) (Ping timeout: 264 seconds)
3435 [22:51:42] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
3436 [22:52:15] *** Joins: Achylles (~Achylles@replaced-ip )
3437 [22:52:37] *** Quits: haystack_ (~haystack@replaced-ip ) (Quit: leaving)
3438 [22:53:08] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
3439 [22:53:21] *** Joins: Karazhan (~nobody@replaced-ip )
3440 [22:54:47] *** Quits: zinks_ (~zinks@replaced-ip ) (Quit: zinks_)
3441 [22:55:17] *** Joins: crc32 (~crc@replaced-ip )
3442 [22:55:56] *** Joins: Aim_Here (~David@replaced-ip )
3443 [22:56:46] *** Joins: dirac1 (~dirac@replaced-ip )
3444 [22:57:08] *** Quits: jhutchins_wk (0c7e567a@replaced-ip ) (Quit: Page closed)
3445 [22:57:31] *** Quits: shell0ck (~shellock@replaced-ip ) (Remote host closed the connection)
3446 [22:57:49] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 260 seconds)
3447 [22:57:54] *** Joins: shell0ck (~shellock@replaced-ip )
3448 [22:58:46] *** Quits: nunatak (~nunatak@replaced-ip ) (Quit: Leaving)
3449 [22:58:48] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 258 seconds)
3450 [22:59:18] *** Joins: stu_meat (~stu_meat@replaced-ip )
3451 [22:59:48] *** Joins: tripkin (~tripkin@replaced-ip )
3452 [22:59:59] *** Quits: holden- (~username@replaced-ip ) (Remote host closed the connection)
3453 [23:00:22] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3454 [23:00:54] *** Parts: w4lk__ (~w4lk@replaced-ip )
3455 [23:01:10] *** Quits: _Nox (~Nox@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
3456 [23:01:25] *** Quits: dirac1 (~dirac@replaced-ip ) (Remote host closed the connection)
3457 [23:01:40] *** Quits: LambdaComplex (~LambdaCom@replaced-ip ) (Quit: WeeChat 1.7)
3458 [23:02:01] *** debhelper sets mode: +l 1721
3459 [23:02:02] *** Joins: dirac1 (~dirac@replaced-ip )
3460 [23:03:10] *** Quits: siiky (~siiky@replaced-ip ) (Quit: Leaving)
3461 [23:03:14] *** Joins: brokencycle (~brokencyc@replaced-ip )
3462 [23:03:15] *** Quits: WayToDoor (~milk.bott@autresservs.api-d.com) (Quit: Textual IRC Client: replaced-url
3463 [23:03:29] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 268 seconds)
3464 [23:03:49] *** Quits: mifritscher (~michi@replaced-ip ) (Disconnected by services)
3465 [23:04:11] *** Quits: Adbray (~Adbray@replaced-ip ) (Ping timeout: 255 seconds)
3466 [23:04:16] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
3467 [23:04:32] *** Joins: mifritscher (~michi@replaced-ip )
3468 [23:04:46] *** Joins: LambdaComplex (~LambdaCom@replaced-ip )
3469 [23:05:38] *** Quits: mefistofeles (~mefistofe@replaced-ip ) (Ping timeout: 252 seconds)
3470 [23:05:47] *** Joins: shellock (~shellock@replaced-ip )
3471 [23:06:19] *** Quits: diqidoq (~digidog@replaced-ip ) (Quit: leaving)
3472 [23:06:54] *** Joins: Texou (~Texou@replaced-ip )
3473 [23:06:56] *** Joins: grimsley (~grimsley@replaced-ip )
3474 [23:08:18] *** clopez_ is now known as clopez
3475 [23:08:25] *** Quits: shell0ck (~shellock@replaced-ip ) (Ping timeout: 268 seconds)
3476 [23:08:29] *** Joins: digidog (~digidog@replaced-ip )
3477 [23:08:31] *** Joins: Adbray (~Adbray@replaced-ip )
3478 [23:08:43] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
3479 [23:08:56] *** Quits: Introoter (uid189461@replaced-ip ) (Quit: Connection closed for inactivity)
3480 [23:09:49] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
3481 [23:10:36] *** Joins: z (~z@replaced-ip )
3482 [23:11:00] *** z is now known as Guest66095
3483 [23:11:10] *** Quits: shellock (~shellock@replaced-ip ) (Ping timeout: 240 seconds)
3484 [23:11:25] <Guest66095> hi guys, im running Debian 8 jessie but i would like to install posfix 3.x, how can I do that? thank you
3485 [23:11:58] <greycat> ,checkbackport postfix
3486 [23:11:59] <judd> Backporting package postfix in sid→jessie/amd64: all build-dependencies satisfied using jessie, jessie-backports.
3487 [23:12:12] <greycat> You can attempt a backport from stretch/sid sources.
3488 [23:13:05] *** Quits: Aim_Here (~David@replaced-ip ) (Ping timeout: 240 seconds)
3489 [23:13:06] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
3490 [23:13:07] *** Joins: Nanananan (~Chinesium@replaced-ip )
3491 [23:13:32] <Guest66095> greycat: do i need to add some source sources.list ? for backporting
3492 [23:13:42] *** Quits: Walex (~Walex@replaced-ip ) (Remote host closed the connection)
3493 [23:13:48] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Disconnected by services)
3494 [23:13:52] *** Nanananan is now known as Chinesium
3495 [23:13:54] <greycat> !simple sid backport
3496 [23:13:54] <dpkg> First, check for a backport on <debian-backports>. If unavailable: 1) Add a deb-src line for sid (not a deb line!); ask me about <deb-src sid> 2) enable debian-backports (see <bdo>) 3) aptitude update; aptitude install build-essential; aptitude build-dep packagename; apt-get -b source packagename; 4) install the resultant debs. To change compilation options, see <package recompile>; for versions newer than sid see <uupdate>.
3497 [23:14:38] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
3498 [23:14:57] *** Quits: Malinux (~malin@replaced-ip ) (Quit: WeeChat 1.5)
3499 [23:15:08] *** Quits: tucks (~tucks@replaced-ip ) (Ping timeout: 260 seconds)
3500 [23:15:17] *** Joins: buhdoh (~kris@replaced-ip )
3501 [23:16:13] *** Parts: CyberGabber (~CyberGabb@replaced-ip )
3502 [23:16:13] <buhdoh> hellp - I've a turnkey lamp lxc that I'm trying to connect to mysql remotely with - my credential work correctly in the instance shell and `netstat -utlpn` shows port 3306 is listening, but whenever I try to connect I'm seeing "ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.1.210' (61)"
3503 [23:16:36] <buhdoh> is there a setting I need to find to make that work?
3504 [23:16:58] <Guest66095> greycat: i have now, deb replaced-url
3505 [23:16:59] *** Quits: crc32 (~crc@replaced-ip ) (Quit: Leaving)
3506 [23:17:05] *** Quits: loader (~rado@replaced-ip ) (Ping timeout: 240 seconds)
3507 [23:17:05] *** Joins: PoaB (~Thunderbi@replaced-ip )
3508 [23:17:29] <greycat> It's not *in* jessie-backports. That was the first thing I checked.
3509 [23:17:31] *** Joins: Malinux (~malin@replaced-ip )
3510 [23:17:51] *** Joins: lethu (~lethu@replaced-ip )
3511 [23:17:51] <greycat> Hence I checked (publically) whether a manual backport would be *possible*.
3512 [23:19:13] <Azrael_-> this is the output of the wget-test for ipv6: replaced-url
3513 [23:19:48] <Azrael_-> seems like no ipv6 works, always only the ipv4-fallback
3514 [23:20:06] *** Quits: SalanderLives (~SalanderL@replaced-ip ) (Quit: Leaving)
3515 [23:20:09] <Dagger> Azrael_-: okay... so you have a v6 address configured but it's not working. anything in `ip6tables-save`?
3516 [23:20:34] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Ping timeout: 260 seconds)
3517 [23:20:57] <Azrael_-> Dagger: output is empty
3518 [23:21:29] *** Joins: SalanderLives (~SalanderL@replaced-ip )
3519 [23:21:44] *** Quits: biberu (~biberu@replaced-ip ) ()
3520 [23:22:00] *** gftg_link is now known as gftg
3521 [23:22:00] *** debhelper sets mode: +l 1711
3522 [23:22:35] *** Quits: aruns (~indistylo@replaced-ip ) (Ping timeout: 240 seconds)
3523 [23:22:47] *** Quits: LambdaCalculus37 (~robert@replaced-ip ) (Changing host)
3524 [23:22:47] *** Joins: LambdaCalculus37 (~robert@replaced-ip )
3525 [23:22:54] *** Quits: XeonSquared (~ShadowKat@replaced-ip ) (Ping timeout: 260 seconds)
3526 [23:23:19] <Dagger> no firewall then. erm... pastebin `ifconfig` and `ip -6 r`? I can look and see if they're sane
3527 [23:23:28] <Dagger> or as sane as any OVH config can ever be, given their fucked up network
3528 [23:23:35] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
3529 [23:23:45] *** Joins: nvdr (~chance@replaced-ip )
3530 [23:23:48] *** Joins: Haudegen (~quassel@replaced-ip )
3531 [23:24:05] *** Joins: deepb1ue (~deepb1ue@replaced-ip )
3532 [23:24:09] *** Parts: deepb1ue (~deepb1ue@replaced-ip )
3533 [23:24:22] <Azrael_-> :)
3534 [23:24:30] *** Joins: juantelez (~juantelez@replaced-ip )
3535 [23:24:33] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3536 [23:24:57] *** Joins: c00lbard (~c00lbard@replaced-ip )
3537 [23:25:58] *** Joins: Aim_Here (~David@replaced-ip )
3538 [23:26:24] <Brigo> buhdoh, did you try something like this? replaced-url
3539 [23:26:25] *** Quits: root-x (~root-x@replaced-ip ) (Read error: No route to host)
3540 [23:28:01] <Dagger> Azrael_-: (re: PM): move "2001:41d0:a:19ff:ff:ff:ff:ff dev eth0" and "default via 2001:41d0:a:19ff:ff:ff:ff:ff dev eth0" to use xenbr0
3541 [23:28:02] <Azrael_-> Dagger: did you get the config?
3542 [23:28:15] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
3543 [23:28:32] <Dagger> and yes, it's retarded that you even have to have the first route, and it's retarded that the second isn't autoconfigured
3544 [23:28:43] <Dagger> because apparently OVH doesn't know how to set a simple network up
3545 [23:29:26] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
3546 [23:29:45] *** Joins: Delta-One (~zero@replaced-ip )
3547 [23:30:16] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Quit: Leaving)
3548 [23:30:20] *** Joins: skza (~skza@replaced-ip )
3549 [23:31:00] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 260 seconds)
3550 [23:31:46] *** Quits: nvdr (~chance@replaced-ip ) (Quit: WeeChat 1.6)
3551 [23:32:31] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
3552 [23:32:44] *** Joins: Karazhan (~nobody@replaced-ip )
3553 [23:33:09] <Azrael_-> wait a second, i think i figured it out
3554 [23:33:10] <Azrael_-> testing
3555 [23:33:43] *** Quits: gb00s (uid99359@replaced-ip ) (Quit: Connection closed for inactivity)
3556 [23:33:54] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: This time the bullet cold rocked ya / A yellow ribbon instead of a swastika)
3557 [23:34:40] *** Joins: nvdr (~chance@replaced-ip )
3558 [23:34:58] *** Quits: strass (~strass@replaced-ip ) (Quit: Bye Bye)
3559 [23:35:45] *** Joins: herbmillerjr (~herbmille@replaced-ip )
3560 [23:35:45] *** Joins: emaillinux (c119019d@replaced-ip )
3561 [23:36:02] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
3562 [23:36:03] <emaillinux> hello
3563 [23:36:14] *** Quits: Guest19531 (~anti@replaced-ip ) (Quit: Leaving)
3564 [23:36:15] *** Joins: Karazhan (~nobody@replaced-ip )
3565 [23:36:16] *** Joins: strass (~strass@replaced-ip )
3566 [23:36:18] <emaillinux> can we one day have a debian release that includes an email client that actually works?
3567 [23:36:24] <emaillinux> with GUI and GPG
3568 [23:36:33] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
3569 [23:36:34] *** Joins: Ticho_ (~Ticho@replaced-ip )
3570 [23:36:58] <emaillinux> debian "stable" 8 - kmail shows dozen of errors, starts a loop of asking for kwallet password over and over, and finally crashes sigsegv
3571 [23:37:04] <emaillinux> and sylphed does nothing
3572 [23:37:34] <somiaj> from what I hear mutt works just fine.
3573 [23:37:42] <Azrael_-> ok, i tried adding "dev xenbr0" at the end of the default routes but this didn't help. please provide me some hints how to configure this right
3574 [23:37:46] <emaillinux> somiaj: GUI
3575 [23:37:51] <somiaj> also check the bug reports, such things should be reported.
3576 [23:37:55] <somiaj> ncurses is a semi gui. (:
3577 [23:38:06] <emaillinux> somiaj: they are. kmail guys are "lol you use too old version screw you"
3578 [23:38:14] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 260 seconds)
3579 [23:38:25] <Dagger> Azrael_-: (re: PM) I'd write it like this, personally: replaced-url
3580 [23:38:29] *** Joins: mdorenka_ (~mdorenka@replaced-ip )
3581 [23:38:31] <Dagger> but I don't see where the eth0 stuff is coming from either
3582 [23:38:35] <emaillinux> somiaj: gui, like the 80's have passed and we have graphical moves, like EGA, VGA and such
3583 [23:38:41] <Dagger> anything in /etc/network/interfaces.d/?
3584 [23:38:52] <Dagger> or maybe just `grep -R ff:ff:ff:ff /etc`
3585 [23:39:13] <somiaj> emaillinux: I mean reported to the debian BTS, the debian matainers should at least know about it. If not a grave bug, well maybe find a email client that works better. There is thunderbird and evolution. Not that I use either so can't give to much info.
3586 [23:39:14] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 260 seconds)
3587 [23:40:03] *** Joins: Karazhan (~nobody@replaced-ip )
3588 [23:40:11] <emaillinux> somiaj: both kmail and sylhped are unusable
3589 [23:40:40] <emaillinux> it's so amazing how a supposedly large open source community can not deliver such most basic functionality
3590 [23:40:46] *** Quits: Starky (~Starky@replaced-ip ) (Read error: Connection reset by peer)
3591 [23:40:49] *** Joins: elik (~elik@replaced-ip )
3592 [23:41:05] *** Joins: Starky (~Starky@replaced-ip )
3593 [23:41:12] *** Joins: root-x (~root-x@replaced-ip )
3594 [23:41:20] *** Joins: holden- (~username@replaced-ip )
3595 [23:41:34] <Azrael_-> interfaces.d is empty, it is hidden in /etc/network/if-up.d/ipv6-routes
3596 [23:41:35] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 240 seconds)
3597 [23:42:20] *** Quits: Nekojami (~jimj316@replaced-ip ) (Ping timeout: 268 seconds)
3598 [23:42:27] <Azrael_-> is "service networking restart" the proper way to reconfigure the network when i changed something? or do i always have to restart?
3599 [23:43:57] <Dagger> `ifdown xenbr0; ifup xenbr0`
3600 [23:43:57] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3601 [23:43:59] *** Quits: herbmillerjr (~herbmille@replaced-ip ) (Remote host closed the connection)
3602 [23:44:18] <Dagger> pretty sure `service networking restart` has been deprecated for ages and prints a message to that effect when you try to use it
3603 [23:44:34] *** Joins: Rackmount (~cipherpun@replaced-ip )
3604 [23:44:50] <Azrael_-> currently it doesn't print anything like this. i always feared ifdown as i didn't think about directly chaining the commands like you showed me :)
3605 [23:45:19] <Azrael_-> didn't want to wait, just rebooting it
3606 [23:45:30] *** Joins: oish (~charlie@replaced-ip )
3607 [23:45:36] *** Quits: firef1y (~firef1y@replaced-ip ) (Remote host closed the connection)
3608 [23:45:42] <Dagger> best if done under screen so any disconnect doesn't interrupt it
3609 [23:45:58] <Dagger> but that's basically true of any server admin anyway
3610 [23:46:25] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
3611 [23:47:13] *** Quits: Karazhan (~nobody@replaced-ip ) (Remote host closed the connection)
3612 [23:47:29] *** Joins: Karazhan (~nobody@replaced-ip )
3613 [23:47:59] *** Quits: bemawi (~bemawi@replaced-ip ) (Ping timeout: 260 seconds)
3614 [23:48:13] *** cy8aer is now known as Cy8aer
3615 [23:48:47] <Azrael_-> Dagger: you're godlike, after changing the default route to xenbr0 it works now just like a charm!
3616 [23:48:52] <Azrael_-> thank you very much!
3617 [23:49:14] *** Joins: iiaann (~ian@replaced-ip )
3618 [23:49:16] <Azrael_-> haven't been using screen for a long time, didn't have much of a need to keep processes running after disconnecting
3619 [23:49:36] *** Joins: mordicus (5a3d3e3a@replaced-ip )
3620 [23:49:37] <Dagger> I should note that you might find OVH shut your port down if they see any different MAC addresses on there other than your server's
3621 [23:49:56] <Dagger> and because they don't route you any v6 space you also can't do a routed v6 network either
3622 [23:50:09] <mordicus> bonsoir parlez vous français?
3623 [23:50:34] *** Joins: MarioBranco (~MarioBran@replaced-ip )
3624 [23:50:35] *** Quits: dirac1 (~dirac@replaced-ip ) (Ping timeout: 240 seconds)
3625 [23:50:35] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Max SendQ exceeded)
3626 [23:50:38] <Azrael_-> until now i only used ipv4 and for this i can request special macs which they allow. didn't think about ipv6 regarding this setup yeet
3627 [23:51:00] *** Parts: mordicus (5a3d3e3a@replaced-ip )
3628 [23:51:15] *** Quits: phinxy (~tehhhd@replaced-ip ) (Read error: Connection reset by peer)
3629 [23:51:47] *** Quits: srg___ (~srg@replaced-ip ) (Quit: srg___)
3630 [23:51:52] *** Joins: MuffinMedic (Evan@replaced-ip )
3631 [23:52:19] <MuffinMedic> Hey guys, does anyone know of a command-line utility that can generate a single-line summary of system stats? I need something that does similar to below
3632 [23:52:21] <MuffinMedic> System Information: Model: MacBook Air (13-inch, Mid-2012) • CPU: Intel Core i5-3427U (4 Threads, 2 Cores) @ 1.80 GHz • Memory: 8.00 GB • Uptime: 8 days • Disk Space: 120.10 GB • Graphics: Intel HD Graphics 4000 • Screen Resolution: 1440 x 900 • OS: macOS Sierra (Version 10.12.4, Build 16E195)
3633 [23:52:28] <MuffinMedic> ^ Basically that, but for debian
3634 [23:54:27] *** Joins: Nekojimi (~jimj316@replaced-ip )
3635 [23:55:23] *** Joins: Nekojami (~jimj316@replaced-ip )
3636 [23:55:50] *** Quits: m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
3637 [23:56:34] *** Quits: Relsak (~dragan@replaced-ip ) (Remote host closed the connection)
3638 [23:56:34] *** Quits: Rackmount (~cipherpun@replaced-ip ) (Read error: Connection reset by peer)
3639 [23:56:34] *** Joins: cipherpunk_ (~cipherpun@replaced-ip )
3640 [23:56:41] *** Joins: peterbec` (~peterbeci@replaced-ip )
3641 [23:56:59] *** Quits: buhletxr (~buhletxr@replaced-ip ) (Quit: Leaving)
3642 [23:57:17] <Azrael_-> Dagger: and according to this document replaced-url
3643 [23:57:26] <Azrael_-> so this doesn't sound that bad
3644 [23:57:53] *** Joins: juantelez (~juantelez@replaced-ip )
3645 [23:58:21] <Dagger> Azrael_-: the one they mention in there isn't your range. it's the range on the WAN interface (and it's also /56 not /64, another thing they don't bother to tell you...)
3646 [23:58:31] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.7)
3647 [23:59:11] *** Quits: Cy-GorWork (~IceChat9@replaced-ip ) (Quit: Live long and prosper \v//)
3648 [23:59:49] *** Quits: JLye (~Jlye03@replaced-ip ) (Ping timeout: 260 seconds)
3649 [23:59:56] <Azrael_-> are you also at ovh? (i'm just surprised how much you know about their environment)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be