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:02] *** Quits: drzacek (~drzacek@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1 [00:00:53] *** Joins: drzacek (~drzacek@replaced-ip )
2 [00:01:17] *** Quits: openface (~sunzero@replaced-ip ) (Quit: leaving)
3 [00:02:35] *** Joins: Garb0_ (~Garb0@replaced-ip )
4 [00:03:00] <HelloShitty> Hello peeps. I have a debug file that is increasing in size very rapidly. IS there a way (I know there is, I just don't remember) of splitting this file deppending on it's size and when there are, let's say, 5 of these files, it deletes the oler ones?
5 [00:03:24] <sney> the principle you're looking for is called log rotation
6 [00:03:44] <HelloShitty> I mean, let's say I want files no greater in size than 100Mb, and when I have 5 of these files, I start deleting the older ones
7 [00:03:45] <sney> but if you have a log that's filling up so rapidly that it's a problem, you should probably address the underlying cause too
8 [00:03:47] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Ping timeout: 258 seconds)
9 [00:03:49] <HelloShitty> ahh ok, that was it I guess
10 [00:03:53] *** Joins: mitrokov_ (~mitrokov@replaced-ip )
11 [00:04:32] <HelloShitty> sney: I set it to log every action of a program which is very verbose... So it logs everything. Not only info, warning or errors
12 [00:04:51] <HelloShitty> so, that's why it gets quite big in a matter of a few days...
13 [00:05:07] <HelloShitty> but it's log rotate what I was looking for
14 [00:05:08] <HelloShitty> thatnks
15 [00:05:08] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 256 seconds)
16 [00:05:12] <sney> np
17 [00:05:53] *** Quits: nutron (~nutron@replaced-ip ) (Ping timeout: 265 seconds)
18 [00:06:09] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
19 [00:06:22] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 265 seconds)
20 [00:09:34] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
21 [00:10:01] *** Joins: annadane (~annadane@replaced-ip )
22 [00:10:42] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #70: "If Stupidity got us into this mess, then why can't it get us out?" - Will Rogers (1879-1935))
23 [00:14:34] *** Quits: mitrokov_ (~mitrokov@replaced-ip ) (Ping timeout: 240 seconds)
24 [00:18:55] <HelloShitty> sney: tell me something. I have already created the log rotate file I want in /etc/logrotate.d/. Or better, I had this file already created and it was working in the past. But I don't know why, it's not working anymore. Maybe due to some upgrade I did to my OS or reboot, I have no idea. So, do I have to start/restart any service to make it work again?
25 [00:19:01] *** debhelper sets mode: +l 1208
26 [00:20:05] <sney> I'm not super familiar with logrotate for daemons that don't already do it out of the box. you'd have better results reading the manual
27 [00:21:28] <HelloShitty> I am, but so far I haven't read anything about starting/restarting the service or even if it's needed to be restarted
28 [00:21:48] <HelloShitty> I tried to check with `ps aux | grep logrotate`but got nothing
29 [00:22:56] *** Joins: cquence (~cquence@replaced-ip )
30 [00:24:18] <nevivurn> HelloShitty: logrotate is scheduled by something else (cron, systemd timers, etc.) and usually doesn't show up in process lists.
31 [00:24:53] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 260 seconds)
32 [00:25:22] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Read error: Connection reset by peer)
33 [00:26:00] <HelloShitty> ok, nevivurn ... But is it ok to add logrotate to cron even if the cron frequency is different from the one set by logrotate config files?
34 [00:26:20] *** Quits: rewrited (~rewrited@replaced-ip ) (Quit: ...)
35 [00:26:47] <HelloShitty> For instance, how it behaves if logrotate config files says to perform some action hourly and I set logrotate in cron to run daily (once a day)?
36 [00:26:56] *** Quits: Obi-Wan (~obi-wan@replaced-ip##) (Quit: ZNC by prozac - ##replaced-url
37 [00:28:03] <nevivurn> The highest resolution logrotate can work at is at whatever you schedule it to be. At every execution, it will determine whether to rotate your files by looking at your configuration and the state file (that tells it when it last rotated).
38 [00:28:07] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
39 [00:28:48] <nevivurn> If you want it to rotate more often, configure your system to run logrotate more often. If configured correctly, it should not affect other configuration that rotates less frequently.
40 [00:29:54] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
41 [00:30:08] <HelloShitty> ok, I'll read the rest of the manual to see if I understand it
42 [00:30:35] <HelloShitty> Your eplanation seems quite clear but I'm not english and I have some doubts.
43 [00:30:58] <HelloShitty> For instance, I'm not sure if state files are the same as the logrotate config files in /etc/logrotate./
44 [00:31:12] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
45 [00:32:05] <HelloShitty> Because, so far I have only messed with /etc/logrotate.d/ files. Now I'm confused as is the files in this logrotate.d folder are config files or state files
46 [00:32:12] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
47 [00:32:13] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
48 [00:32:46] *** Joins: search_social (~search_so@replaced-ip )
49 [00:33:08] *** Joins: xcm (~xcm@replaced-ip )
50 [00:33:33] <nevivurn> The state files are stored in /var/lib/logrotate. The logrotate logic (every time it's executed) is something like: 1. Read the configuration (/etc/logrotate...); 2. For every log configured, check if the state file says it's been longer than the value in the configuration. 3. If yes, rotate and update the state file.
51 [00:33:42] *** Joins: yonder (~yonder@replaced-ip )
52 [00:34:37] <nevivurn> So if your logrotate runs daily, but configuration says hourly, it will rotate daily. If run hourly, and configuration also says hourly, it will rotate hourly.
53 [00:35:35] <HelloShitty> So, the first scenario is not good, if I want to rotate the files hourly, right?
54 [00:35:49] <nevivurn> Yup.
55 [00:36:01] <HelloShitty> Meaning that I need to set the cron job to as fast as the fastest rotation needed in the config files
56 [00:36:05] *** Joins: Gerula (~Gerula@replaced-ip )
57 [00:36:18] <nevivurn> Yup, exactly correct.
58 [00:36:48] <HelloShitty> However, I think I can make a workaround, and use file sizes and the condition to rotate, I guess
59 [00:37:27] <HelloShitty> So, if a file reaches that size, whenever cron job starts, it will (or won't) rotate the file, depending on its size
60 [00:37:33] <HelloShitty> I guess
61 [00:37:42] <nevivurn> Yup yup, you got it.
62 [00:37:57] <HelloShitty> thanks once more
63 [00:38:16] <nevivurn> I just looked at it, and debian (by default) schedules logrotate with systemd timers, so take that into account.
64 [00:39:14] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
65 [00:39:41] *** Quits: BalooRJ (~BalooRJ@replaced-ip ) (Quit: Leaving)
66 [00:40:43] *** Joins: grobi (~rtng@replaced-ip )
67 [00:41:09] *** Joins: mnemonic (~semeion@replaced-ip )
68 [00:42:38] <HelloShitty> yeah, I just saw cron.daily an etc
69 [00:43:04] <HelloShitty> I'm not sure if I set a cron job for logrotate using crontab -e, if I'm not going to mess things up
70 [00:43:50] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 246 seconds)
71 [00:43:51] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
72 [00:44:14] *** Quits: msantana (~darkstar@replaced-ip ) (Quit: Coyote finally caught me)
73 [00:45:36] *** Quits: blurkis (~kent@replaced-ip ) (Read error: Connection reset by peer)
74 [00:46:12] *** Joins: blurkis (~kent@replaced-ip )
75 [00:47:38] *** Joins: althalus (~bjanes@replaced-ip )
76 [00:48:00] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
77 [00:48:16] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
78 [00:48:51] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Ah! By Brain!)
79 [00:51:40] *** Quits: LordBreetai (~LordBreet@replaced-ip ) (Ping timeout: 256 seconds)
80 [00:52:05] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
81 [00:52:12] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
82 [00:54:10] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
83 [00:56:43] *** Quits: zodd (~Zzzzzzzzz@replaced-ip ) (Remote host closed the connection)
84 [00:59:02] *** debhelper sets mode: +l 1202
85 [00:59:20] *** Quits: tripkin (~tripkin@replaced-ip ) (Ping timeout: 272 seconds)
86 [00:59:44] *** Joins: Gnhugo (~yaaic@replaced-ip )
87 [01:00:10] *** Quits: abdulocracy (abdulocrac@replaced-ip##) (Quit: The Lounge - ##replaced-url
88 [01:00:27] *** Joins: abdulocracy (abdulocrac@replaced-ip )
89 [01:02:52] *** Quits: cquence (~cquence@replaced-ip ) (Quit: cquence)
90 [01:03:24] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
91 [01:03:42] *** Joins: tripkin (~tripkin@replaced-ip )
92 [01:05:01] *** Joins: fission6 (~textual@replaced-ip )
93 [01:05:11] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 246 seconds)
94 [01:06:32] *** Joins: Adbray (~Adbray@replaced-ip )
95 [01:10:07] *** Joins: mamonetti (~mamonetti@replaced-ip )
96 [01:10:09] <mamonetti> hi
97 [01:10:18] *** Quits: ndegruchy (~ndegruchy@replaced-ip ) (Quit: Bye!)
98 [01:11:36] *** Joins: hbautista (~hbautista@replaced-ip )
99 [01:12:20] <mamonetti> anybody knows whether there's any configuration that makes an app not work properly when it has more than one connection open with dbus in different threads?
100 [01:12:35] *** Quits: winy (~vince@replaced-ip ) (Ping timeout: 265 seconds)
101 [01:13:17] <mamonetti> i was thinking about something related to some security option, or something like that, cause i've tried an app i've developed which works fine in other distros and that's the only reason i can think of
102 [01:15:55] <mamonetti> one of the connections gets randomly frozen if the other is up, although they're completely independent (in theory)
103 [01:16:06] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
104 [01:18:17] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
105 [01:18:29] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 246 seconds)
106 [01:18:57] *** Lord_of_Life_ is now known as Lord_of_Life
107 [01:24:56] *** Joins: m0u (m0u@replaced-ip )
108 [01:25:42] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
109 [01:28:29] *** Joins: winy (~vince@replaced-ip )
110 [01:29:47] *** Joins: cquence (~cquence@replaced-ip )
111 [01:30:19] *** Quits: freebench__ (~freebench@replaced-ip ) (Ping timeout: 260 seconds)
112 [01:35:01] *** Quits: CrazyEddy (crazyed@replaced-ip ) (Ping timeout: 264 seconds)
113 [01:35:07] *** Joins: CrazyEddy (crazyed@replaced-ip )
114 [01:35:45] *** Quits: g6502 (~user@replaced-ip ) (Quit: WeeChat 2.8)
115 [01:35:53] *** Quits: mamonetti (~mamonetti@replaced-ip ) (Quit: bye)
116 [01:40:46] *** Quits: banox (~banox@replaced-ip ) (Quit: Leaving)
117 [01:45:46] *** Quits: m0u (m0u@replaced-ip ) (Ping timeout: 246 seconds)
118 [01:48:29] *** Quits: diniwed (~gavron@replaced-ip ) (Read error: Connection reset by peer)
119 [01:48:54] *** Quits: argonautx (~argonautx@replaced-ip ) (Ping timeout: 240 seconds)
120 [01:51:07] *** Joins: cdown_ (~cdown@replaced-ip )
121 [01:51:09] *** Quits: Tyrasuki7 (~Tyrasuki@replaced-ip ) (Quit: Ping timeout (120 seconds))
122 [01:52:18] *** Joins: Tyrasuki7 (~Tyrasuki@replaced-ip )
123 [01:53:28] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
124 [01:53:41] *** cdown_ is now known as cdown
125 [01:54:55] *** Joins: aeplus (~steve@replaced-ip )
126 [01:55:37] *** Joins: thatpythonguy (~thatpytho@replaced-ip )
127 [01:57:19] *** Quits: thoros (~thoros@replaced-ip ) (Ping timeout: 246 seconds)
128 [01:57:47] *** Joins: n4dir (~n4dir@replaced-ip )
129 [02:00:30] *** Quits: abdulocracy (abdulocrac@replaced-ip##) (Quit: The Lounge - ##replaced-url
130 [02:01:09] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
131 [02:01:26] *** Joins: de-facto (~de-facto@replaced-ip )
132 [02:01:40] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
133 [02:01:59] *** Joins: cheet (~cheet@replaced-ip )
134 [02:02:00] <n4dir> hi. if i start qjackctl in openbox or fluxbox it freezes the session and i have to pkill it from tty. No problems, qjackctl starts fine. The error i get after pkill'ing it is:
135 [02:02:05] <n4dir> Warning: no translation found for 'en_US' locale: /usr/share/qt5/translations/qt_en_US.qm
136 [02:02:13] *** Quits: krabador (~krabador@replaced-ip ) (Read error: Connection reset by peer)
137 [02:02:13] *** Quits: jrgill (~jrgill@replaced-ip ) (Ping timeout: 246 seconds)
138 [02:02:26] <n4dir> indeed that file doesn't exist and if i use "find" for / it can't find it either
139 [02:02:34] *** Joins: abdulocracy (abdulocrac@replaced-ip )
140 [02:03:15] *** Joins: diniwed (~gavron@replaced-ip )
141 [02:03:46] *** Joins: krabador (~krabador@replaced-ip )
142 [02:04:47] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
143 [02:04:55] <jmcnaught> n4dir: I don't have that file either, and apt-file can't find it. But I have qjackctl installed and it starts okay (in GNOME/Wayland).
144 [02:05:10] *** Joins: ayew (~ayew@replaced-ip )
145 [02:05:33] <n4dir> thanks. I probably screwed this installation, would have reinstalled, but i wonder why xfce4 has no problems
146 [02:05:59] <n4dir> i also did "mv .fluxbox fluxbox_backup". and other things. it's weird
147 [02:06:23] *** Joins: grobi (~rtng@replaced-ip )
148 [02:06:46] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
149 [02:07:05] <jmcnaught> When you say it "freezes the session" you mean X11 is locked up? Killing qjackctl unfreezes everything, or do you have to restart a session?
150 [02:07:32] *** Quits: orbatos (~orbatos@replaced-ip ) (Ping timeout: 256 seconds)
151 [02:07:48] <n4dir> yes, i mean i can't do anything in the gui anymore. no command prompt, no alt+tab to switch windows, no right click to open root-menu and exit session
152 [02:07:56] *** Joins: gekkou (main@replaced-ip )
153 [02:08:08] <n4dir> i do alt+F2; then "pkill qjackctl", then everything works again.
154 [02:08:10] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
155 [02:08:29] <n4dir> clear enough? i am already tired.
156 [02:08:43] <jmcnaught> n4dir: thanks for clarifying. That is pretty strange.
157 [02:09:08] *** Joins: dastier_ (~dastier@replaced-ip )
158 [02:09:11] *** Joins: coruja- (~coruja@replaced-ip )
159 [02:09:19] <n4dir> i got no idea what i did to this installation. it wasn't used for quite a while. Working fine in xfce makes me hesitate to reinstall
160 [02:10:04] <n4dir> well: and the data i have to copy around. Let me start doing that ....
161 [02:10:35] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
162 [02:10:35] *** Joins: Garb0__ (~Garb0@replaced-ip )
163 [02:11:22] *** Quits: dastier_ (~dastier@replaced-ip ) (Client Quit)
164 [02:13:25] *** Quits: Garb0_ (~Garb0@replaced-ip ) (Ping timeout: 264 seconds)
165 [02:16:14] *** Quits: rotaticus (~rotaticus@replaced-ip ) (Ping timeout: 246 seconds)
166 [02:18:38] *** Quits: Garb0__ (~Garb0@replaced-ip ) (Quit: I'm out.)
167 [02:19:21] <n4dir> the same happens when starting qsynth, same error message.
168 [02:19:37] *** Quits: Gerula (~Gerula@replaced-ip ) (Remote host closed the connection)
169 [02:21:01] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
170 [02:21:21] *** Joins: Gerula (~Gerula@replaced-ip )
171 [02:22:19] *** Joins: HyP3r (~HyP3r@replaced-ip )
172 [02:22:56] <HyP3r> Hello, I actually use debian 10 with a linux-image buster-backports: replaced-url
173 [02:23:16] <HyP3r> And with that constellation the aufs-dkms doesn't build: replaced-url
174 [02:23:47] <HyP3r> The reason is simple. The dkms.conf has this line: BUILD_EXCLUSIVE_KERNEL="^4.19.*"
175 [02:23:54] <HyP3r> Is this solveable?
176 [02:24:48] *** Quits: aeplus (~steve@replaced-ip ) (Quit: Leaving)
177 [02:24:55] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
178 [02:25:42] <dvs> HyP3r, personally, I'd just change that line and see if it works.
179 [02:26:23] *** Quits: Gerula (~Gerula@replaced-ip ) (Quit: Leaving)
180 [02:26:39] <dvs> or see if there is a aufs-dkms package in backports as well
181 [02:28:15] *** Joins: fission6 (~textual@replaced-ip )
182 [02:28:17] <HyP3r> 1) if I remove that line the build fails, a lot of structs in the linux kernel has changed 2) there is no backport :(
183 [02:29:01] <dvs> HyP3r, I wouldn't remove the line. I'd change it to "^5.5.*"
184 [02:29:02] *** debhelper sets mode: +l 1195
185 [02:29:37] <dvs> oh the structs have changed. I guess you have to wait for a new aufs-dkms
186 [02:30:01] <HyP3r> e.g. error: too few arguments to function ‘vfs_clone_file_range’
187 [02:30:10] *** Joins: freebench__ (~freebench@replaced-ip )
188 [02:31:08] <HyP3r> I still wonder why the linux-enviroment doesn't search for ways to solve that "functions in the kernel change their signature problem". The WinSXS subsystem solved that in the winodws 2000/xp era
189 [02:31:16] *** Quits: cquence (~cquence@replaced-ip ) (Quit: cquence)
190 [02:31:18] *** Quits: gekkou (main@replaced-ip ) (Quit: WeeChat 2.9-dev)
191 [02:35:56] *** Joins: electro33 (uid613@replaced-ip )
192 [02:36:26] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
193 [02:37:12] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
194 [02:37:47] <phogg> HyP3r: the kernel userspace interface is pretty stable, the internal interface is unstable on purpose
195 [02:38:37] *** Joins: ddsys (~ddsys@replaced-ip )
196 [02:38:47] *** Joins: nebunez (~user@replaced-ip )
197 [02:42:46] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
198 [02:55:28] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
199 [02:57:37] *** Quits: jet_ (~jet@replaced-ip ) (Remote host closed the connection)
200 [02:59:55] *** Joins: jameshjacks0njr (sid381910@replaced-ip )
201 [03:02:55] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
202 [03:03:21] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
203 [03:03:45] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
204 [03:04:47] *** Quits: tomgray (~quassel@replaced-ip##) (Quit: ##replaced-url
205 [03:08:23] *** Joins: jpe_ (~jp@replaced-ip )
206 [03:08:35] *** Quits: amerigo (uid331857@replaced-ip ) (Quit: Connection closed for inactivity)
207 [03:08:59] *** Joins: ddsys (~ddsys@replaced-ip )
208 [03:09:23] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
209 [03:11:32] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 246 seconds)
210 [03:11:38] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 256 seconds)
211 [03:12:31] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
212 [03:14:48] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
213 [03:15:22] *** Joins: Trieste (~T@replaced-ip )
214 [03:15:29] <annadane> what do i need for a basic wine install, again? dpkg --add-architecture i386 && apt update && apt install wine?
215 [03:16:01] <quadrathoch2> annadane yes
216 [03:16:59] *** Joins: LordBreetai (~LordBreet@replaced-ip )
217 [03:17:15] *** Joins: fission6 (~textual@replaced-ip )
218 [03:17:37] *** Joins: sidmo_ (~ident@replaced-ip )
219 [03:17:39] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 260 seconds)
220 [03:19:34] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 246 seconds)
221 [03:19:53] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
222 [03:21:26] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 256 seconds)
223 [03:21:49] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 264 seconds)
224 [03:25:27] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: leaving)
225 [03:26:55] *** Joins: deicide- (~deicide-@replaced-ip )
226 [03:28:23] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
227 [03:28:28] *** Joins: davschr (~daschr@replaced-ip )
228 [03:29:01] *** debhelper sets mode: +l 1188
229 [03:29:28] *** Quits: daschr (~daschr@replaced-ip ) (Ping timeout: 256 seconds)
230 [03:29:28] *** Joins: monksam (~monksam@replaced-ip )
231 [03:30:13] *** Joins: clincks (~clincks@replaced-ip )
232 [03:30:57] <clincks> Hi, is it the right place to ask question about proxmox and network config ?
233 [03:30:57] *** Quits: drzacek (~drzacek@replaced-ip ) (Ping timeout: 260 seconds)
234 [03:31:08] *** Joins: drzacek (~drzacek@replaced-ip )
235 [03:32:20] *** Joins: dvs (~hibbard@replaced-ip )
236 [03:32:31] *** Quits: tripkin (~tripkin@replaced-ip ) (Ping timeout: 246 seconds)
237 [03:33:47] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
238 [03:34:16] *** Joins: gimmel_ (~gavin@replaced-ip )
239 [03:34:18] <annadane> !proxmox
240 [03:34:18] <dpkg> Proxmox Virtual Environment (Proxmox VE) is a GNU/Linux distribution <based on Debian>, providing a virtualization platform with <LXC> and <KVM>. It is not supported in #debian. There's an unofficial proxmox channel on Freenode. For official venues, see ##replaced-url
241 [03:34:23] <annadane> clincks, ^
242 [03:34:50] *** Joins: n4dir (~n4dir@replaced-ip )
243 [03:35:23] <clincks> I think it is more a network "general" problem than something related to proxmox
244 [03:35:49] <annadane> there's also networking or linux
245 [03:35:55] *** Joins: diniwed (~gavron@replaced-ip )
246 [03:36:44] <n4dir> i did a couple of more tests. starting qjacktcl makes the gui freeze for quite a few window-managers, openbox/fluxbox/icewm/fvwm, i get the same error message about missing qt-locales in xfce and enlightenment, but qjackctl starts fine and nothing freezes. The same is valid for qsynth. midori complains about it, but doesn't freeze the screen. Any ideas?
247 [03:37:20] <clincks> thanks
248 [03:38:40] <n4dir> nothing in .xsession-errors or Xorg.0.log
249 [03:39:47] *** Joins: th0r (~th0r@replaced-ip )
250 [03:40:43] *** Quits: th0r (~th0r@replaced-ip ) (Client Quit)
251 [03:41:14] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 240 seconds)
252 [03:43:19] *** Joins: secntech (~secntech@replaced-ip )
253 [03:44:03] *** Joins: tripkin (~tripkin@replaced-ip )
254 [03:44:19] *** Joins: velix (~velix@replaced-ip )
255 [03:44:39] <velix> Is there a tool, which lists CVEs for my installed packages?
256 [03:47:15] <coruja> ,i debsecan
257 [03:47:16] <judd> Package debsecan (admin, optional) in buster/amd64: Debian Security Analyzer. Version: 0.4.19; Size: 34.1k; Installed: 111k; Homepage: replaced-url
258 [03:47:22] <velix> coruja: thx
259 [03:47:35] <coruja> yw
260 [03:47:46] <velix> This should be default :D
261 [03:48:10] <coruja> feel free to file a wishlist bug ;)
262 [03:48:22] <velix> oh god ... 677 entries :D
263 [03:49:15] *** Joins: boubou (~boubou@replaced-ip )
264 [03:51:04] <annadane> but a minimal debian is sexy!
265 [03:52:07] *** Quits: b1ack0p (~M@replaced-ip ) (Quit: leaving)
266 [03:52:08] <coruja> dpkg -l | wc -l -> 915 ;)
267 [03:52:08] <dpkg> ii | wc -l -> 915 ;) 1.6-11.3 ultra s3kr1t #debian package
268 [03:52:32] *** Quits: sbetrium (~sbetrium@replaced-ip ) (Quit: sbetrium)
269 [03:52:48] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: Lost terminal)
270 [03:53:26] *** Joins: ddsys (~ddsys@replaced-ip )
271 [03:53:38] *** Joins: fmaurer_ (~quassel@replaced-ip )
272 [03:57:19] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 260 seconds)
273 [03:57:23] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
274 [03:59:37] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 264 seconds)
275 [03:59:51] *** Quits: Prints (~333@replaced-ip ) (Quit: Computer has gone to sleep...)
276 [03:59:59] *** Joins: edlou (uid413273@replaced-ip )
277 [04:01:27] *** Joins: Trieste (~T@replaced-ip )
278 [04:03:16] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Remote host closed the connection)
279 [04:05:51] *** Quits: oahong (~samigarus@replaced-ip ) (Read error: Connection reset by peer)
280 [04:07:07] *** Joins: oahong (~samigarus@replaced-ip )
281 [04:07:26] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
282 [04:12:24] *** Joins: foul_owl (~foul_owl@replaced-ip )
283 [04:12:43] *** Quits: dijong_ (~dijong@replaced-ip ) (Ping timeout: 240 seconds)
284 [04:12:59] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
285 [04:13:45] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
286 [04:15:43] *** Quits: monksam (~monksam@replaced-ip ) (Ping timeout: 240 seconds)
287 [04:16:15] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
288 [04:17:38] *** Joins: derpadmin (~luciano@replaced-ip )
289 [04:19:16] *** Quits: secntech (~secntech@replaced-ip ) (Quit: Leaving)
290 [04:19:36] *** Joins: secntech (~secntech@replaced-ip )
291 [04:20:19] *** Quits: secntech (~secntech@replaced-ip ) (Remote host closed the connection)
292 [04:20:36] *** Joins: secntech (~secntech@replaced-ip )
293 [04:21:21] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
294 [04:22:57] <DeaDSouL> Hello, I forgot my gpg passphrase. can I revoke it?
295 [04:23:25] <phogg> I suggest you remember it.
296 [04:23:41] <DeaDSouL> I tried... no luck
297 [04:23:43] *** Quits: net0bsd (~net0@replaced-ip ) (Quit: Leaving)
298 [04:24:09] <annadane> without knowing much about gpg you're probably SOL
299 [04:24:34] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.8)
300 [04:24:51] <annadane> i found replaced-url
301 [04:26:18] *** Joins: radmuskai2 (~radmuskai@replaced-ip )
302 [04:26:20] <phogg> one of the verses to "favorite net things" ends "finally remembering my PGP key" for a reason. You really don't want to forget it.
303 [04:26:37] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 264 seconds)
304 [04:26:40] <DeaDSouL> annadane: I'm already tring johnTheRipper almost 16 hours ago, 0g 0:15:43:23 3/3 0g/s 157729p/s 157729c/s 157729C/s bsbm58lj..bsbm5316
305 [04:26:55] <phogg> 16 hours is not much. How long was your phrase?
306 [04:26:58] *** Joins: oahong (~samigarus@replaced-ip )
307 [04:27:05] <DeaDSouL> phogg: 4096
308 [04:27:30] <phogg> DeaDSouL: not your key, the passphrase. Or was your passphrase really 4KiB?
309 [04:27:34] *** Joins: dijong_ (~dijong@replaced-ip )
310 [04:28:06] <DeaDSouL> phogg: I can't remember
311 [04:28:39] <phogg> well it's unlikely to be that long. In any case brute forcing can take months or even years.
312 [04:29:11] <ectospasm> You have no idea what it could be? When's the last time you used this passphrase?
313 [04:29:15] *** Quits: radmuskai (~radmuskai@replaced-ip ) (Ping timeout: 272 seconds)
314 [04:29:18] <DeaDSouL> ahh.. so there is no way possible to revoke it
315 [04:29:37] <ectospasm> It's computationally infeasible for a reason.
316 [04:29:41] <DeaDSouL> ectospasm: 2years ago
317 [04:29:44] <ectospasm> Maybe if you had a quantum computer.
318 [04:30:01] <DeaDSouL> ectospasm: right :D
319 [04:30:04] <ectospasm> DeaDSouL: It's probably lost, then.
320 [04:30:08] <sney> you don't quite realize how secure it is until you get locked out of your own stuff
321 [04:30:12] <dvs> DeaDSouL, you needed to create a revoke certificate when you created the key
322 [04:30:30] <DeaDSouL> sney: lesson is learned
323 [04:30:47] *** Quits: boubou (~boubou@replaced-ip##) (Quit: ZNC - ##replaced-url
324 [04:31:06] <DeaDSouL> dvs: I think i have it, does end with .revoke ?
325 [04:31:13] *** Quits: nebunez (~user@replaced-ip ) (Remote host closed the connection)
326 [04:32:54] <dvs> no,
327 [04:33:04] <dvs> oh wait
328 [04:33:24] <dvs> I don't think it has a definite extension
329 [04:34:36] <sney> it's probably like any kind of .pem where it's just a text block anyway
330 [04:35:09] <dvs> It usually has an .asc extension but it's not a definite rule
331 [04:35:31] <DeaDSouL> let me check if I have it
332 [04:35:32] <sney> my PGP passphrase was originally a "correct horse battery staple" style 7-word, actual phrase. but I mistyped it so often that I shortened it to a more utilitarian l33t$p34k password. it's ok, howsecureismypassword.net tells me it'll take more years than I've been alive to bruteforce the "new" one
333 [04:35:44] *** Quits: lfaraone (sid4319@replaced-ip ) (Read error: Connection reset by peer)
334 [04:35:48] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (Read error: Connection reset by peer)
335 [04:36:02] *** Quits: Sicnus (uid319956@replaced-ip ) (Ping timeout: 260 seconds)
336 [04:36:14] *** Quits: noahmg123 (sid89117@replaced-ip ) (Ping timeout: 246 seconds)
337 [04:36:16] <annadane> is it c0rr3cth0rs3b4tt3ryst4pl3?
338 [04:36:37] *** Quits: openJ (sid276354@replaced-ip ) (Read error: Connection reset by peer)
339 [04:36:51] *** Joins: lfaraone (sid4319@replaced-ip )
340 [04:37:11] <sney> that one would take 640 quintillion years, apparently. with the question mark it goes off the scale
341 [04:37:13] <DeaDSouL> :D
342 [04:37:29] *** RyanKnack is now known as doomsayer
343 [04:37:29] *** Quits: aweeraman (sid419722@replaced-ip ) (Ping timeout: 272 seconds)
344 [04:37:29] *** Quits: peltre (sid268329@replaced-ip ) (Ping timeout: 272 seconds)
345 [04:38:40] <annadane> you should have good security practices, for sure; but let's face it, if you're an individual your chances to get hacked go down hugely compared to a corporation
346 [04:39:02] *** debhelper sets mode: +l 1182
347 [04:39:17] *** Joins: sbetrium (~sbetrium@replaced-ip )
348 [04:39:26] <sney> also, security practices are no longer "good" if they lock you out of your own stuff.
349 [04:39:29] *** Joins: nebunez (~user@replaced-ip )
350 [04:39:43] <sney> it's perfectly secure. Nobody has access anymore.
351 [04:40:54] *** Quits: timeless (sid4015@replaced-ip ) (Ping timeout: 265 seconds)
352 [04:41:55] *** Quits: teej (uid154177@replaced-ip ) (Ping timeout: 272 seconds)
353 [04:42:08] *** Quits: drbrule (sid395654@replaced-ip ) (Ping timeout: 260 seconds)
354 [04:43:49] *** Quits: lfaraone (sid4319@replaced-ip ) (Ping timeout: 272 seconds)
355 [04:43:56] <coruja> future archeologists may have means to reopen it ;)
356 [04:44:34] <annadane> Question: Have the quantum computers managed to read Heisenberg's diaries?
357 [04:44:40] <annadane> Answer: Nobody knows; it changes on observation
358 [04:45:02] *** Joins: Sicnus (uid319956@replaced-ip )
359 [04:45:11] *** Quits: nebunez (~user@replaced-ip ) (Remote host closed the connection)
360 [04:45:44] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
361 [04:46:44] <annadane> (Zuckerberg's password was "dadada", so don't feel too bad)
362 [04:46:59] <annadane> (with that being said, stop password reusing, yes i mean you, person reading this)
363 [04:47:06] * annadane is very guilty
364 [04:48:44] *** Joins: boubou (~boubou@replaced-ip )
365 [04:49:26] <sney> I only reuse when a site refuses to integrate my password manager or allow me to paste. less and less often, these days
366 [04:50:16] <annadane> i find it funny that i have to install both keepassx and keepassxc, the former for storing passwords, the latter for password generation
367 [04:50:22] <annadane> because keepassx in buster can't do it
368 [04:51:03] <sney> just use date|md5sum to generate passwords
369 [04:51:26] <ectospasm> sney: those passwords woulodn't have enough entropy.
370 [04:51:33] <ectospasm> Theyre all [0-9a-f]
371 [04:52:29] *** Joins: drbrule (sid395654@replaced-ip )
372 [04:52:41] *** Quits: Sicnus (uid319956@replaced-ip ) (Ping timeout: 272 seconds)
373 [04:52:51] <ectospasm> I like the xkcd method: replaced-url
374 [04:53:12] <sney> I'm not entirely serious. I do use those md5 passwords from time to time but never in anything public-facing
375 [04:53:16] <annadane> how did randall know my password?!
376 [04:53:26] <sney> it's a better option than hunter2 or the name of your dog, anyway
377 [04:54:21] *** Quits: blurkis (~kent@replaced-ip ) (Read error: Connection reset by peer)
378 [04:54:36] *** Joins: nebunez (~user@replaced-ip )
379 [04:55:11] *** Quits: drbrule (sid395654@replaced-ip ) (Max SendQ exceeded)
380 [04:55:23] *** Joins: blurkis (~kent@replaced-ip )
381 [04:55:26] *** Joins: aweeraman (sid419722@replaced-ip )
382 [04:55:52] <ectospasm> It depends on the system, on whether it allows you to reuse the same password or not, or change a few characters.
383 [04:56:23] <ectospasm> For my work laptop, I haven't used a different password in a long time. I just keep prefixing it with more and more spaces.
384 [04:57:26] <ectospasm> One time I had to work with IT to unlock our CrashPlan backup. THAT wouldn't let me use the password I had set (with all the spaces in front), so I did end up having to change it.
385 [04:57:32] *** Quits: kzimmermann (~sdkjlw22@replaced-ip ) (Ping timeout: 256 seconds)
386 [04:59:06] <sney> I will always have some respect for the users at the major american bank that I worked at in 2005, for figuring out that the capitalized month + the year fit within the password rules and was easy enough to memorize even when forced to change it every 30 days
387 [04:59:19] <sney> Fine, you want a new password every month? November2005 lol
388 [05:00:52] *** Joins: careta (~careta@replaced-ip )
389 [05:01:43] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 2.3)
390 [05:01:54] <ectospasm> It's what happens when you require people to change their password too frequently.
391 [05:02:11] *** Quits: aweeraman (sid419722@replaced-ip ) (Read error: Connection reset by peer)
392 [05:02:28] <annadane> this is the problem with media representations of hacking; yes, sometimes the hackers really are computer wizards and systems aren't safe from them and they're dangerous
393 [05:02:40] <annadane> but basic security knowledge is something not a lot of people have
394 [05:03:16] *** Joins: noahmg123 (sid89117@replaced-ip )
395 [05:03:23] *** Joins: openJ (sid276354@replaced-ip )
396 [05:03:27] <ectospasm> convenience always trumps security
397 [05:03:29] *** Joins: peltre (sid268329@replaced-ip )
398 [05:04:29] <ectospasm> Or, engaging in best practices is too hard for some folks.
399 [05:04:35] *** Quits: clincks (~clincks@replaced-ip ) (Ping timeout: 265 seconds)
400 [05:05:15] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
401 [05:05:21] *** Quits: rappet_ (~rappet@replaced-ip ) (Ping timeout: 272 seconds)
402 [05:05:42] *** Quits: raver (f98f5ce56e@replaced-ip ) (Remote host closed the connection)
403 [05:06:07] *** Joins: rappet (~rappet@replaced-ip )
404 [05:06:13] <annadane> certain linux users are happy to curl | sudo bash and these are the people who knowingly use something that isn't windows so presumably would have a better idea of things
405 [05:07:09] *** Quits: peltre (sid268329@replaced-ip ) (Max SendQ exceeded)
406 [05:07:09] <annadane> though this all being said i've been badgering the debian website people to make image verification more clear
407 [05:07:23] <annadane> because it's something new users should have spoon fed to them, it's a basic security check
408 [05:07:49] *** Quits: noahmg123 (sid89117@replaced-ip ) (Max SendQ exceeded)
409 [05:09:18] *** Quits: careta (~careta@replaced-ip ) (Ping timeout: 258 seconds)
410 [05:10:23] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Quit: leaving)
411 [05:11:21] *** Joins: Sicnus (uid319956@replaced-ip )
412 [05:12:02] *** Quits: openJ (sid276354@replaced-ip ) (Ping timeout: 256 seconds)
413 [05:12:36] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 256 seconds)
414 [05:13:40] *** Joins: oahong (~samigarus@replaced-ip )
415 [05:15:45] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
416 [05:16:04] *** Joins: k4nz (~Thunderbi@replaced-ip )
417 [05:16:59] *** Joins: peltre (sid268329@replaced-ip )
418 [05:17:47] *** Joins: noahmg123 (sid89117@replaced-ip )
419 [05:17:52] *** Joins: openJ (sid276354@replaced-ip )
420 [05:18:41] *** Joins: aweeraman (sid419722@replaced-ip )
421 [05:20:36] *** Joins: oahong_ (~samigarus@replaced-ip )
422 [05:20:54] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 240 seconds)
423 [05:22:22] *** Joins: timeless (sid4015@replaced-ip )
424 [05:23:25] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
425 [05:24:48] *** Joins: svf (~svf@replaced-ip )
426 [05:25:41] *** Joins: lfaraone (sid4319@replaced-ip )
427 [05:25:48] *** Joins: teej (uid154177@replaced-ip )
428 [05:26:37] *** Joins: drbrule (sid395654@replaced-ip )
429 [05:30:56] *** Joins: kzimmermann (sdkjlw22@replaced-ip )
430 [05:32:07] *** Joins: Prints (~333@replaced-ip )
431 [05:37:03] *** Joins: lunaa (Lunateris@replaced-ip )
432 [05:37:09] <ectospasm> not even security, how do you know your download wasn't corrupted in transit?
433 [05:39:01] *** Quits: Prints (~333@replaced-ip ) (Quit: Computer has gone to sleep...)
434 [05:41:53] *** Quits: jeddi (~jedd@replaced-ip ) (Quit: Ping timeout (120 seconds))
435 [05:42:24] *** Joins: jeddi (~jedd@replaced-ip )
436 [05:43:58] *** Joins: swickrotation (~swickrota@replaced-ip )
437 [05:45:00] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (Read error: Connection reset by peer)
438 [05:45:40] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
439 [05:45:48] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
440 [05:45:53] *** Quits: noahmg123 (sid89117@replaced-ip ) (Ping timeout: 272 seconds)
441 [05:45:56] <swickrotation> Hey gang. I'm trying to get my DVI-input monitor working on my new-ish computer. There's no signal coming from the graphics card over DVI, but hdmi seems to be working correctly. Any ideas?
442 [05:46:36] *** Quits: teej (uid154177@replaced-ip ) (Ping timeout: 256 seconds)
443 [05:46:52] *** Quits: lfaraone (sid4319@replaced-ip ) (Ping timeout: 260 seconds)
444 [05:47:10] *** Quits: peltre (sid268329@replaced-ip ) (Ping timeout: 256 seconds)
445 [05:47:41] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (Max SendQ exceeded)
446 [05:47:44] *** Quits: timeless (sid4015@replaced-ip ) (Ping timeout: 256 seconds)
447 [05:49:03] *** Joins: calc (~ccheney@replaced-ip )
448 [05:50:14] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
449 [05:50:34] *** Quits: drbrule (sid395654@replaced-ip ) (Ping timeout: 256 seconds)
450 [05:52:50] *** Quits: nebunez (~user@replaced-ip ) (Remote host closed the connection)
451 [05:52:52] *** Joins: timeless (sid4015@replaced-ip )
452 [05:53:06] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (Max SendQ exceeded)
453 [05:53:22] *** Joins: nebunez (~user@replaced-ip )
454 [05:54:07] *** Quits: openJ (sid276354@replaced-ip ) (Ping timeout: 272 seconds)
455 [05:54:32] *** Quits: aweeraman (sid419722@replaced-ip ) (Ping timeout: 256 seconds)
456 [05:55:15] *** Parts: calc (~ccheney@replaced-ip ) ()
457 [05:55:51] *** Joins: careta (~careta@replaced-ip )
458 [05:57:22] *** Joins: drbrule (sid395654@replaced-ip )
459 [05:57:55] *** Joins: openJ (sid276354@replaced-ip )
460 [05:58:06] *** Quits: secntech (~secntech@replaced-ip ) (Read error: Connection reset by peer)
461 [06:00:03] <somiaj> swickrotation: in xorg, start with running xrandr and see if it see's the display
462 [06:00:16] *** Quits: drbrule (sid395654@replaced-ip ) (Max SendQ exceeded)
463 [06:01:38] *** Quits: openJ (sid276354@replaced-ip ) (Max SendQ exceeded)
464 [06:01:58] *** Quits: nebunez (~user@replaced-ip ) (Remote host closed the connection)
465 [06:02:01] *** Quits: timeless (sid4015@replaced-ip ) (Read error: Connection reset by peer)
466 [06:02:33] *** Joins: nebunez (~user@replaced-ip )
467 [06:03:43] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Remote host closed the connection)
468 [06:05:20] <swickrotation> somiaj: I'm interfacing with the machine over ssh, having trouble getting anything meaningful out of xrandr
469 [06:06:00] <swickrotation> That is, if I ssh in with the -X flag I can use xrandr, but it only tells me about the machine I'm using to interface with the problem computer.
470 [06:06:23] <swickrotation> without it, it returns "Can't open display"
471 [06:06:38] *** Joins: gh00p (~Thunderbi@replaced-ip )
472 [06:06:39] *** Joins: drbrule (sid395654@replaced-ip )
473 [06:07:18] *** Quits: Sicnus (uid319956@replaced-ip ) (Ping timeout: 260 seconds)
474 [06:08:18] *** Quits: wilkc (~wilkc@replaced-ip ) (Ping timeout: 260 seconds)
475 [06:08:26] *** Joins: debiantonio (~Antonio@replaced-ip )
476 [06:08:31] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
477 [06:10:59] *** Joins: Jade_NL (~JadeNL@replaced-ip )
478 [06:11:01] <jelly> swickrotation, that is precisely how ssh -X is supposed to work, if you want to deal with the X server running on the console of the remote machine you need to set the DISPLAY environment variable manually instead of using ssh -X
479 [06:11:32] *** Quits: gh00p (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
480 [06:11:58] <jelly> usually the first running X server uses DISPLAY=:0
481 [06:12:03] *** Quits: drbrule (sid395654@replaced-ip ) (Max SendQ exceeded)
482 [06:12:10] *** Joins: noahmg123 (sid89117@replaced-ip )
483 [06:13:20] *** Quits: noahmg123 (sid89117@replaced-ip ) (Max SendQ exceeded)
484 [06:14:21] *** Joins: noahmg123 (sid89117@replaced-ip )
485 [06:14:28] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 258 seconds)
486 [06:14:33] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
487 [06:15:15] *** Joins: timeless (sid4015@replaced-ip )
488 [06:15:24] *** Joins: Sicnus (uid319956@replaced-ip )
489 [06:15:27] *** Joins: drbrule (sid395654@replaced-ip )
490 [06:15:36] <swickrotation> I might be a bit on the confused side. In the remote session, echoing $DISPLAY returns a blank
491 [06:15:39] *** Joins: aweeraman (sid419722@replaced-ip )
492 [06:16:06] *** Joins: wikan (~wikan@replaced-ip )
493 [06:16:14] *** Joins: peltre (sid268329@replaced-ip )
494 [06:16:46] <wikan> hi. I need to use usb to install some pkgs because my network card died and need wifi
495 [06:17:03] <wikan> but i cant add usb to sourceslist
496 [06:17:08] <swickrotation> exporting display0.0 and then using xrandr returns "Invalid MIT-MAGIC-COOKIE-1 keyCan't open display :0.0"
497 [06:17:35] <wikan> i did trusted=true but usb seems to be empty. I dounwloaded xfce 2GB live cd
498 [06:17:46] *** Joins: openJ (sid276354@replaced-ip )
499 [06:18:07] <wikan> maybe I should use different iso image?
500 [06:18:22] <wikan> i need wpasuplicant and networkmanager
501 [06:19:42] <wikan> please help :(
502 [06:22:25] *** Quits: careta (~careta@replaced-ip ) (Ping timeout: 264 seconds)
503 [06:22:52] *** Quits: debiantonio (~Antonio@replaced-ip ) (Quit: -a- IRC for Android 2.1.55)
504 [06:22:53] *** Joins: lfaraone (sid4319@replaced-ip )
505 [06:22:53] *** Quits: factor (~factor@replaced-ip ) (Quit: Leaving)
506 [06:23:55] <ectospasm> wikan: did you try a Devian live img?
507 [06:24:41] <wikan> i didnt
508 [06:24:45] <wikan> why devuan?
509 [06:25:04] <ectospasm> Debian
510 [06:25:06] <ectospasm> Sorry
511 [06:25:41] <binaryhermit> wikan: also, you might be able to usb tether to your phone with it connected to Wifi
512 [06:26:04] <binaryhermit> this works with Android phones, possibly unless your carrier blocks tethering
513 [06:26:16] <wikan> i dont use smartphones
514 [06:26:37] <binaryhermit> and even then, on a rooted phone you can disable your phone checking with your carrier to see if you're allowed to tether
515 [06:26:37] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 264 seconds)
516 [06:27:07] *** Quits: shokohsc (~shokohsc@replaced-ip ) (Ping timeout: 258 seconds)
517 [06:27:14] <wikan> there are 3 dvds
518 [06:27:29] <binaryhermit> you probably only need DVD 1
519 [06:27:44] <binaryhermit> they put the most common packages on the first one
520 [06:27:49] <wikan> downloading :|
521 [06:27:53] *** Quits: lunaa (Lunateris@replaced-ip ) (Ping timeout: 258 seconds)
522 [06:28:27] <wikan> damn, maybe week earler I uninstalled wifi stuff
523 [06:28:35] <wikan> suprice
524 [06:28:54] <wikan> or Linux is broken dunno
525 [06:29:10] <wikan> I dont have wired link device in ip l and lscpi
526 [06:29:13] *** Joins: Trieste (~T@replaced-ip )
527 [06:29:33] *** Joins: diogenes_ (~diogenes_@replaced-ip )
528 [06:29:57] <wikan> right after weird firefox crashes, short os freezes, and reboot
529 [06:30:35] <wikan> before I had have to manualy setup enp device after every boot (for about 2 weeks)
530 [06:31:05] <swickrotation> jelly: I did some digging and see that I also needed to enter in theo remote desktop's IP if I was expecting a proper return fromthe commands I logged the results for above. Having done that now, it too returns nothing on "export DISPLAY=<remote ip>:0.0"
531 [06:31:22] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
532 [06:35:27] *** Quits: coruja- (~coruja@replaced-ip ) (Quit: Quit)
533 [06:35:42] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
534 [06:37:39] *** Joins: Ericounet (~Eric@replaced-ip )
535 [06:39:57] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
536 [06:48:54] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
537 [06:49:15] *** Quits: zenxhd (uid443594@replaced-ip ) (Quit: Connection closed for inactivity)
538 [06:49:38] *** Quits: edlou (uid413273@replaced-ip ) (Quit: Connection closed for inactivity)
539 [06:54:27] *** Quits: oahong_ (~samigarus@replaced-ip ) (Read error: Connection reset by peer)
540 [06:54:44] *** Joins: oahong (~samigarus@replaced-ip )
541 [06:55:41] *** Joins: Hammerschlag (~Hammersch@replaced-ip )
542 [07:17:06] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
543 [07:17:09] *** Joins: Newami (~Newami@replaced-ip )
544 [07:17:30] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
545 [07:19:45] *** Quits: hbautista (~hbautista@replaced-ip ) (Read error: Connection reset by peer)
546 [07:23:26] *** Joins: sauvin (sauvin@replaced-ip )
547 [07:26:34] *** Quits: nebunez (~user@replaced-ip ) (Ping timeout: 256 seconds)
548 [07:29:52] *** Joins: th0r (~th0r@replaced-ip )
549 [07:31:01] <wikan> great, as I see tplink drivers still are missing in debian
550 [07:31:39] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 272 seconds)
551 [07:33:51] *** Joins: jh001_ (~user@replaced-ip )
552 [07:35:07] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
553 [07:35:22] *** Quits: ayew (~ayew@replaced-ip##) (Quit: The Lounge - ##replaced-url
554 [07:37:58] *** Joins: ayew (~ayew@replaced-ip )
555 [07:42:03] *** Joins: bouzu_ (~bouzu_@replaced-ip )
556 [07:43:09] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
557 [07:44:46] <ectospasm> wikan: you probably need non-free firmware
558 [07:46:42] <wikan> fuck i am angry
559 [07:47:00] <wikan> missing fucking font and initramfs gives errors
560 [07:47:03] <wikan> wtf
561 [07:47:45] <wikan> and i wonder it my os is now broken or just error
562 [07:48:43] *** Joins: swift110 (~swift110@replaced-ip )
563 [07:49:01] <ectospasm> wikan: do you keep /home on a separate partition?
564 [07:49:19] *** Joins: nickodd (~nickodd@replaced-ip )
565 [07:49:25] <ectospasm> It may be easier to reinstall if so.
566 [07:49:32] <ectospasm> If initramfs is jacked
567 [07:50:10] <jelly> wikan, if you need wifi to work you will probably need a live image with firmware
568 [07:50:10] <wikan> impossible to reinstall
569 [07:50:14] <jelly> !firmware live
570 [07:50:14] <dpkg> Unofficial <live> images - containing non-free Debian <firmware> packages - for Debian 10 "Buster" as a live OS are available at replaced-url
571 [07:50:39] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 272 seconds)
572 [07:50:43] <wikan> or maybe...
573 [07:51:05] <jelly> ectospasm, or boot an older kernel
574 [07:51:49] <wikan> hybrid is always wth firmware?
575 [07:54:50] *** Quits: radmuskai2 (~radmuskai@replaced-ip ) (Read error: Connection reset by peer)
576 [07:56:38] <jelly> no
577 [07:56:46] *** Quits: ayew (~ayew@replaced-ip##) (Quit: The Lounge - ##replaced-url
578 [07:56:47] <jelly> image with firmware is with firmware.
579 [07:58:59] <jelly> (all debian bootable x86 images are "hybrid" these days, that is a reference to them being created to be bootable both as usb disk or as burned cd/dvd)
580 [07:59:19] *** Joins: ayew (~ayew@replaced-ip )
581 [08:01:31] <wikan> downloading standard version
582 [08:01:43] <wikan> i guess it is text installer
583 [08:01:54] <wikan> i hope it will work
584 [08:03:57] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Quit: Leaving)
585 [08:07:21] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
586 [08:08:52] *** Joins: conta (~Thunderbi@replaced-ip )
587 [08:08:57] *** Joins: raver (~raver@replaced-ip )
588 [08:10:35] <wikan> i think i am tired. Maybe it is time to say good bye to linux, technologi, computers, etc :|
589 [08:13:11] <wikan> don't get it. What wen wrong if pure desktop requires 130MB after boot. And onyl because I forced it. Normaly 300MB at least.
590 [08:14:55] <wikan> the same funcionality as 20 years ago. Nothing special, nothing more - but need much more memory. 2Ghz computers work like old 200Mhz those days. All is fucked.
591 [08:15:44] <wikan> I don't feel I use giga prefixed machine
592 [08:17:10] *** Joins: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip )
593 [08:17:16] *** Parts: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip ) ()
594 [08:18:26] <kzimmermann> wikan: I'm running only on a pure Linux Console (no GUI), and I'm already at 300MB. No services (no apache, etc) just CLI stuff.
595 [08:18:34] <kzimmermann> feelsbadman
596 [08:18:54] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.8)
597 [08:20:50] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 260 seconds)
598 [08:20:55] <wikan> really? wtf
599 [08:21:10] <wikan> ia64, right ?
600 [08:21:24] <kzimmermann> raspberry pi here
601 [08:21:38] <wikan> magic for me
602 [08:21:48] <kzimmermann> or software bloat
603 [08:21:50] <kzimmermann> :)
604 [08:22:28] *** Joins: ayew8 (~ayew@replaced-ip )
605 [08:22:41] *** Joins: tsal (~tsal@replaced-ip )
606 [08:22:45] <wikan> i am tired. I am looking for different oses. Maybe it is possible to find something "normal" but...
607 [08:23:09] <kzimmermann> kind of lost faith the moment I found out that 4GB of RAM was not enough anymore for a laptop because of shitty webpages and browsers rendering them
608 [08:23:11] *** Quits: ayew (~ayew@replaced-ip ) (Read error: Connection reset by peer)
609 [08:23:11] *** ayew8 is now known as ayew
610 [08:23:13] <wikan> or I will try to install 20yo Linux :D
611 [08:23:25] <kzimmermann> I guess it's "thanks, Javascript"
612 [08:23:34] <wikan> exactly! the same problem
613 [08:23:53] *** Joins: addmayo (~pi@replaced-ip )
614 [08:24:04] <wikan> i discovered gopher and I feel sad
615 [08:24:11] *** Joins: wilson (~wilson@replaced-ip )
616 [08:24:12] <kzimmermann> I ditched most of my browsing to dillo and elinks sometimes, and most of the time it's alright
617 [08:24:24] <kzimmermann> that's something I wanna try some time!
618 [08:24:37] <wikan> http is a shit
619 [08:24:49] <kzimmermann> but wikan which distros you've been through already?
620 [08:24:53] <wikan> gopher is much better in my opinion
621 [08:25:27] <kzimmermann> 'guess gopher would be in a similar position had several large corporations taken its back too
622 [08:25:41] <wikan> suse, devian, puppy, gentoo, ubu but I prefer debian yet
623 [08:26:11] <kzimmermann> no antix?
624 [08:26:16] <wikan> I had record on opensuse - 29MB after boot, and 59 with desktop :D
625 [08:26:30] <kzimmermann> for me it's the best of the "old computer, straight-to-ram" distros out there
626 [08:26:39] <nevivurn> wikan: I've never actuall used gopher, only read about it in ancient documents. What makes it better than HTTP?
627 [08:26:43] <wikan> not sure I was trying many
628 [08:26:43] <kzimmermann> has savefiles a-la Puppy Linux, but debian based. apt and all
629 [08:26:54] *** Joins: amerigo (uid331857@replaced-ip )
630 [08:27:09] *** Joins: Ericounet (~Eric@replaced-ip )
631 [08:27:13] <kzimmermann> I used to boot Debian Jessie + XFCE on 93MB on a EEEPC. Good ol' times!
632 [08:27:19] *** Quits: ayew (~ayew@replaced-ip ) (Client Quit)
633 [08:27:33] <kzimmermann> and now even my CLI takes more RAM
634 [08:27:41] * kzimmermann plays the software bloat blues
635 [08:27:56] <wikan> gopher is just hierarhical. not sure if it is so great but i can imagine gopher net. Easy to browse no fancy css, no js - simple text
636 [08:28:32] <wikan> and i love menu idea
637 [08:28:55] <wikan> systems are broken, software is broken, internet is broken :(
638 [08:29:24] <wikan> system are heavy, software are fucking heavy, internet is a.... facebook and youtube mostly
639 [08:30:10] <kzimmermann> faceboogle'd
640 [08:30:11] <wikan> no forums like before, no smart communities - face face face facebook likes likes likes comments PUKE
641 [08:30:35] <kzimmermann> 90% of all Javascript today is Tracking
642 [08:30:41] <kzimmermann> disgusting
643 [08:31:06] <kzimmermann> at least IRC is more or less untouched...?
644 [08:31:25] <wikan> and you know... i got idea to make my own library tui/gui. Easy, fast, flexible. Like GTK but without widgets. Nobody wants more. But... I don't believe in it anymore
645 [08:32:28] *** Quits: Betal (~Betal@replaced-ip ) (Quit: WeeChat 2.8)
646 [08:34:09] <wikan> i would love to use computer with old retro lcd monohrome display. It is all I need. Great terminal apps, fast device, nice lcd display.
647 [08:34:57] *** Joins: wonderer (~quakeroat@replaced-ip )
648 [08:35:39] <kzimmermann> Years ago, I gave myself a challenge not to use a GUI for one week. And thanks to the modern terminal applications, my experience was very complete and smooth. Today I'm trying this challenge again (thanks COVID19)
649 [08:35:46] *** Joins: Ycarus (~Ycarus@replaced-ip )
650 [08:35:49] <wikan> internet taken by corps, linux taken by corps. There is no such thing like hobby anymore
651 [08:35:49] <kzimmermann> so far so good!
652 [08:36:36] <wikan> the only not terminal app I use is webbrowser :| it is nightmare to browse from terminal
653 [08:36:56] <kzimmermann> what disgusts me is people who don't even have a computer at home because "you can do everything from your phone"
654 [08:37:00] <wikan> but now I am on detox. There is nothing interesting in the web
655 [08:37:11] <kzimmermann> elinks works alright for me!
656 [08:37:35] <wikan> but doesn't play youtube. I follow nice channels and like to watch sometimes ;)
657 [08:37:56] <kzimmermann> ehh touché, I guess
658 [08:39:30] <wikan> don't understand ppl using phones for net. Everywhere they want to have internet.
659 [08:39:39] <wikan> I even dont use smartphone
660 [08:39:50] *** Joins: bouzu_ (~bouzu_@replaced-ip )
661 [08:40:02] <kzimmermann> If only I could get puppylinux to play nicely with the raspberry pi my SD card would not be bogging down the whole system
662 [08:40:36] <kzimmermann> I guess is fear of "what if someone wants to reach me??" or something
663 [08:42:11] <wikan> did you tried opensuse? Opensuse has great tools to configure kernel from terminal. It is possible to make Opensuse extremly small
664 [08:44:25] *** Joins: diogenes_ (~diogenes_@replaced-ip )
665 [08:44:27] *** Joins: thoros (~thoros@replaced-ip )
666 [08:44:46] *** Joins: ijurisic (~ijurisic@replaced-ip )
667 [08:45:04] <kzimmermann> that sounds like a good suggestion. This is actually one of the few larger distros that I have not ever tried
668 [08:45:27] <wikan> i was supriced
669 [08:46:34] <wikan> install minimum and configure installation with yast.
670 [08:46:34] *** Joins: zenxhd (uid443594@replaced-ip )
671 [08:47:50] <wikan> yast was the best administration tool ever. Was. Now it is mostly problematic. But package manager and kernel setup should work fine
672 [08:48:27] <wikan> dont try to configure any servers from yast :D
673 [08:49:01] *** debhelper sets mode: +l 1190
674 [08:49:38] *** Quits: Hazza (~Harrison@replaced-ip##) (Quit: ZNC 1.6.2+deb1+jessie0 - ##replaced-url
675 [08:49:49] <wikan> btw, now i am using nice laptop. Imposible to modern Linux distro. Debian is fine ;)
676 [08:50:41] *** Quits: Aavar_ (~aavar@replaced-ip ) (Quit: Haddebrah!)
677 [08:52:50] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
678 [08:53:37] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
679 [08:54:15] *** Joins: martian67 (~martian67@replaced-ip )
680 [08:54:43] *** Joins: Aavar (~aavar@replaced-ip )
681 [08:55:12] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman and other victims of cancel culture! | ##replaced-url
682 [08:55:56] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
683 [08:57:57] *** Joins: deicide- (~deicide-@replaced-ip )
684 [09:06:33] *** Joins: fflori (~fflori@replaced-ip )
685 [09:09:10] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #50: "In the end, everything is a gag."- Charlie Chaplin (1889-1977))
686 [09:10:16] *** Quits: mns (~mns@replaced-ip ) (Ping timeout: 246 seconds)
687 [09:11:38] *** Joins: nebunez (~user@replaced-ip )
688 [09:11:53] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
689 [09:12:13] *** Joins: mns (~mns@replaced-ip )
690 [09:14:59] *** Joins: k4nz (~Thunderbi@replaced-ip )
691 [09:16:13] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 246 seconds)
692 [09:16:34] *** Quits: nebunez (~user@replaced-ip ) (Ping timeout: 256 seconds)
693 [09:17:30] *** Joins: Trieste (~T@replaced-ip )
694 [09:18:10] *** Joins: conta (~Thunderbi@replaced-ip )
695 [09:19:51] *** Joins: netcrash (~charmande@replaced-ip )
696 [09:22:21] *** Joins: Hokedli (~laslie@replaced-ip )
697 [09:24:10] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
698 [09:30:20] *** Joins: nebunez (~user@replaced-ip )
699 [09:30:31] *** Joins: srged (~airways@replaced-ip )
700 [09:31:35] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
701 [09:32:32] *** Joins: careta (~careta@replaced-ip )
702 [09:33:01] *** Joins: Haxxa (~Harrison@replaced-ip )
703 [09:33:20] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Quit: Leaving)
704 [09:33:39] *** Joins: contrapunctus (~contrapun@replaced-ip )
705 [09:34:57] *** Quits: nebunez (~user@replaced-ip ) (Ping timeout: 258 seconds)
706 [09:35:26] *** Quits: srged (~airways@replaced-ip ) (Remote host closed the connection)
707 [09:35:49] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
708 [09:37:40] *** Quits: luuuciano__ (~luuuciano@replaced-ip ) (Ping timeout: 265 seconds)
709 [09:37:52] *** Joins: luuuciano__ (~luuuciano@replaced-ip )
710 [09:40:14] *** Joins: pasiz (~pasiz@replaced-ip )
711 [09:41:38] *** Joins: conta (~Thunderbi@replaced-ip )
712 [09:44:03] *** Joins: nifker (~Thunderbi@replaced-ip )
713 [09:44:31] *** Joins: ansimita (~ansimita@replaced-ip )
714 [09:46:13] *** Joins: rebrec (~rebrec@replaced-ip )
715 [09:47:08] *** Joins: dpoet58 (~Thunderbi@replaced-ip )
716 [09:49:05] *** Quits: dpoet58 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
717 [09:49:25] *** Joins: dpoet58 (~Thunderbi@replaced-ip )
718 [09:49:54] *** Joins: monksam (~monksam@replaced-ip )
719 [09:50:11] *** Quits: dpoet58 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
720 [09:52:13] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
721 [09:52:17] *** Joins: banox (~banox@replaced-ip )
722 [09:52:59] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
723 [09:54:02] *** k4nz1 is now known as k4nz
724 [09:57:03] *** Joins: Jerrynicki (~niklas@replaced-ip )
725 [09:57:47] *** Joins: geowiesnot (~user@replaced-ip )
726 [09:59:02] *** debhelper sets mode: +l 1198
727 [10:02:04] *** Joins: grobi (~rtng@replaced-ip )
728 [10:08:14] *** Quits: wikan (~wikan@replaced-ip ) (Quit: WeeChat 2.3)
729 [10:10:13] *** Quits: careta (~careta@replaced-ip ) (Ping timeout: 258 seconds)
730 [10:14:47] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
731 [10:15:38] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
732 [10:17:09] *** Joins: martian67 (~martian67@replaced-ip )
733 [10:17:24] *** Joins: Ericounet (~Eric@replaced-ip )
734 [10:19:03] *** Joins: Haudegen (~quassel@replaced-ip )
735 [10:20:14] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.8)
736 [10:22:22] *** Quits: knaved (~knaved@replaced-ip ) (Quit: life is a sexually transmitted disease [anonymous] - knaved.com)
737 [10:23:56] *** Joins: grobi (~rtng@replaced-ip )
738 [10:24:12] *** Joins: sixtysix (~sixtysix@replaced-ip )
739 [10:25:03] *** Joins: kn0rki (~Kn0rki@replaced-ip )
740 [10:26:26] *** Joins: s10gopal (75c7c8f2@replaced-ip )
741 [10:26:57] *** Joins: Grldfrdom (uid391113@replaced-ip )
742 [10:28:20] <s10gopal> a bug due to regression was introduced in kernel 4.13(upstream) and was fixed(upstream). The kernel source of debian contain those changes, But the bug still effects debian kernel.
743 [10:30:15] <ratrace> s10gopal: file a bug report
744 [10:30:30] *** Quits: anoncon (~Falsememo@replaced-ip ) (Ping timeout: 256 seconds)
745 [10:30:41] <s10gopal> ratrace Did
746 [10:31:09] <s10gopal> replaced-url
747 [10:31:10] <judd> Bug replaced-url
748 [10:31:34] <ratrace> great.
749 [10:32:41] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
750 [10:35:41] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
751 [10:36:14] *** Joins: k4nz (~Thunderbi@replaced-ip )
752 [10:40:43] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
753 [10:40:54] <netcrash> Hello, I have these users connected to machines by freeipa one as /bin/bash other is a system account with /bin/nologin , the first can access the nfs share the second one can't I checked and logically they both should have access since the directory is 777 but the second user only views ???? in directory permissions . Any ideas?
754 [10:41:19] *** Joins: kreyren (~kreyren@replaced-ip )
755 [10:42:05] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
756 [10:45:47] *** Joins: knaved (~knaved@replaced-ip )
757 [10:47:11] *** Quits: Hammerschlag (~Hammersch@replaced-ip ) (Quit: Hammerschlag)
758 [10:48:03] *** Joins: freshpassport (~freshpass@replaced-ip )
759 [10:48:49] *** Quits: swickrotation (~swickrota@replaced-ip ) (Ping timeout: 264 seconds)
760 [10:51:55] *** Joins: asymptotically (~asymptoti@replaced-ip )
761 [10:53:02] *** Joins: martinus__ (~martin@replaced-ip )
762 [10:55:43] *** rjsalts_ is now known as rjsalts
763 [10:56:18] *** Quits: zenxhd (uid443594@replaced-ip ) (Quit: Connection closed for inactivity)
764 [10:56:23] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 240 seconds)
765 [10:56:28] *** Joins: tryte_ (~tryte@replaced-ip )
766 [10:57:35] *** Joins: rephlexie (~rephlexie@replaced-ip )
767 [10:59:02] *** Quits: epony (epony@replaced-ip ) (Quit: upgrades)
768 [11:01:41] *** Joins: dastier_ (~dastier@replaced-ip )
769 [11:02:13] *** Joins: Brigo (~Brigo@replaced-ip )
770 [11:04:21] *** Quits: sbetrium (~sbetrium@replaced-ip ) (Quit: sbetrium)
771 [11:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
772 [11:06:55] *** Joins: Gazooo (~Gazooo@replaced-ip )
773 [11:08:33] *** Joins: epony (epony@replaced-ip )
774 [11:10:26] *** Joins: careta (~careta@replaced-ip )
775 [11:11:36] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 256 seconds)
776 [11:20:18] *** Joins: sbetrium (~sbetrium@replaced-ip )
777 [11:20:57] *** Joins: discovered (~discovere@replaced-ip )
778 [11:22:22] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 260 seconds)
779 [11:25:00] *** Joins: AimHere (~David@replaced-ip )
780 [11:27:16] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
781 [11:28:20] *** Joins: JohnML (~john1@replaced-ip )
782 [11:28:21] *** Quits: bkraptor (~bkraptor@replaced-ip ) (Ping timeout: 265 seconds)
783 [11:29:01] *** debhelper sets mode: +l 1204
784 [11:31:31] *** Joins: tagomago (~tagomago@replaced-ip )
785 [11:35:08] *** Quits: raver (~raver@replaced-ip ) (Read error: Connection reset by peer)
786 [11:37:34] *** Quits: abdulocracy (abdulocrac@replaced-ip##) (Quit: The Lounge - ##replaced-url
787 [11:39:04] *** Joins: thiras (~thiras@replaced-ip )
788 [11:39:30] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
789 [11:40:59] *** Joins: ddp` (~ddp@replaced-ip )
790 [11:41:19] *** Joins: dpoet58 (~Don@replaced-ip )
791 [11:41:41] *** Parts: dpoet58 (~Don@replaced-ip ) ("Leaving")
792 [11:42:14] *** Joins: bkraptor (~bkraptor@replaced-ip )
793 [11:42:32] <tagomago> It's been days since the last time the weather report widgets show any value on Debian stable. Is there anything wrong with them or their data source?
794 [11:43:48] *** Quits: careta (~careta@replaced-ip ) (Quit: Leaving)
795 [11:55:37] *** Joins: discovered_ (~discovere@replaced-ip )
796 [11:58:04] *** Quits: discovered (~discovere@replaced-ip ) (Ping timeout: 256 seconds)
797 [11:59:12] *** Quits: discovered_ (~discovere@replaced-ip ) (Client Quit)
798 [12:00:14] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 258 seconds)
799 [12:00:52] *** Joins: fjavier (~fjavier@replaced-ip )
800 [12:02:28] *** Joins: mmh (~mmh@replaced-ip )
801 [12:03:05] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
802 [12:03:39] *** Joins: phunyguy (~blaahchm@replaced-ip )
803 [12:04:04] *** Quits: soul-d (~name@replaced-ip ) (Remote host closed the connection)
804 [12:04:07] *** Quits: tijara (~tijara@replaced-ip ) (Ping timeout: 265 seconds)
805 [12:04:57] *** Joins: tijara (~tijara@replaced-ip )
806 [12:07:01] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 265 seconds)
807 [12:10:09] *** Joins: towo` (~towo@replaced-ip )
808 [12:11:44] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
809 [12:12:40] *** Quits: never_released (~excalibur@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
810 [12:13:16] *** Joins: dselect (~dselect@replaced-ip )
811 [12:13:44] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
812 [12:14:06] <ratrace> tagomago: you'll have to specify what widgets, where, how, who, etc.... meanwhile, I bet it's the data source.
813 [12:15:11] *** Joins: ddp` (~ddp@replaced-ip )
814 [12:15:11] *** Joins: mibo (~mibo@replaced-ip )
815 [12:15:39] *** Joins: never_released (~excalibur@replaced-ip )
816 [12:15:53] *** Joins: m0u (m0u@replaced-ip )
817 [12:17:02] <tagomago> retrace: It's the default weather widget that comes with the system (I use Debian stable with MATE). It doesn't have a name... or at least I can't find it.
818 [12:18:44] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 256 seconds)
819 [12:18:56] <tagomago> It's a panel app
820 [12:19:02] *** Joins: Lupricon (~Lupricon@replaced-ip )
821 [12:19:29] *** Joins: woenx (~quassel@replaced-ip )
822 [12:19:54] <tagomago> You can add it to a panel by its own or within the clock/date panel app
823 [12:20:42] *** Quits: pi__ (~Lupricon@replaced-ip ) (Ping timeout: 260 seconds)
824 [12:21:58] <ratrace> "panel apps" are very much desktop dependent, so this is a MATE desktop weathre widget then?
825 [12:23:43] *** Joins: ob-sed___ (~obesd@replaced-ip )
826 [12:23:49] <tagomago> retrace: Oh, it seems so
827 [12:24:01] <tagomago> "Copyright © 2012-2018 MATE developers"
828 [12:24:21] *** Joins: Jerrynicki (~niklas@replaced-ip )
829 [12:24:39] <tagomago> I'll ask at the #mate channel then, thanks!
830 [12:26:38] *** Joins: flayer (~a_flayer@replaced-ip )
831 [12:31:42] *** Quits: fjavier (~fjavier@replaced-ip ) (Remote host closed the connection)
832 [12:31:45] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
833 [12:36:04] *** Joins: fjavier (~fjavier@replaced-ip )
834 [12:36:26] *** Joins: phunyguy (~blaahchm@replaced-ip )
835 [12:37:12] *** Quits: fjavier (~fjavier@replaced-ip ) (Remote host closed the connection)
836 [12:37:48] *** Quits: shabius (~shabius@replaced-ip ) (Read error: Connection reset by peer)
837 [12:37:54] *** Quits: freebench__ (~freebench@replaced-ip ) (Ping timeout: 240 seconds)
838 [12:38:16] *** Joins: shabius (~shabius@replaced-ip )
839 [12:38:45] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
840 [12:39:17] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
841 [12:39:26] *** Joins: shokohsc (~shokohsc@replaced-ip )
842 [12:39:29] *** Joins: fjavier (~fjavier@replaced-ip )
843 [12:42:29] *** Quits: shokohsc (~shokohsc@replaced-ip ) (Client Quit)
844 [12:43:16] *** Quits: bkraptor (~bkraptor@replaced-ip ) (Ping timeout: 265 seconds)
845 [12:43:43] *** Quits: DJDan (~DJDan@replaced-ip ) (Ping timeout: 260 seconds)
846 [12:44:30] *** Joins: abdulocracy (abdulocrac@replaced-ip )
847 [12:45:09] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
848 [12:46:20] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
849 [12:48:03] *** Joins: [gnubie] (~gnubie]@replaced-ip )
850 [12:48:10] * [gnubie] waves
851 [12:49:06] * annadane waves
852 [12:49:32] <[gnubie]> what is the best way to copy a ssh private key to a remote host via ssh and once the ssh session ends, the ssh private key on the remote host will be gone
853 [12:50:42] <[gnubie]> workstation ~ ssh ~> serverA ~ ssh ~> serverB
854 [12:51:00] *** Quits: oahong (~samigarus@replaced-ip ) (Read error: Connection reset by peer)
855 [12:51:12] <[gnubie]> basically, i want to copy a ssh private key to serverA in order for me to ssh to serverB
856 [12:51:16] *** Joins: oahong (~samigarus@replaced-ip )
857 [12:52:37] <[gnubie]> so once the ssh session between the workstation and serverA ends for whatever reason, automatically the ssh private key that was copied over to serverA will be gone
858 [12:52:53] *** Joins: shokohsc (~shokohsc@replaced-ip )
859 [12:55:45] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
860 [12:55:46] *** Joins: hata (~caffeine@replaced-ip )
861 [12:56:54] <[gnubie]> anyone?
862 [12:57:15] *** Joins: bkraptor (~bkraptor@replaced-ip )
863 [12:57:31] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
864 [12:58:44] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 265 seconds)
865 [12:58:55] *** Joins: oahong_ (~samigarus@replaced-ip )
866 [12:59:35] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
867 [13:00:52] *** Joins: jrgill (~jrgill@replaced-ip )
868 [13:01:09] *** Joins: phunyguy (~blaahchm@replaced-ip )
869 [13:02:22] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 256 seconds)
870 [13:02:44] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Remote host closed the connection)
871 [13:03:31] *** Joins: phunyguy (~blaahchm@replaced-ip )
872 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
873 [13:05:06] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Remote host closed the connection)
874 [13:05:55] *** Joins: StathisA (~StathisA@replaced-ip )
875 [13:05:59] *** Joins: dpkg (~dpkg@replaced-ip )
876 [13:06:11] *** Joins: phunyguy (~blaahchm@replaced-ip )
877 [13:09:39] *** Joins: Garb0 (~Garb0@replaced-ip )
878 [13:11:17] <rad4day> it is described in the manpage of ssh
879 [13:11:32] <rad4day> you either are looking for a "jump host" or "agent forwarding"
880 [13:11:32] *** Quits: blurkis (~kent@replaced-ip ) (Read error: Connection reset by peer)
881 [13:12:34] *** Joins: blurkis (~kent@replaced-ip )
882 [13:13:48] *** Joins: BenNZ (~Ben__@replaced-ip )
883 [13:16:54] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
884 [13:17:32] *** Joins: brkiddo_ (~brkiddo@replaced-ip )
885 [13:18:06] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 260 seconds)
886 [13:18:57] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
887 [13:19:02] *** debhelper sets mode: +l 1211
888 [13:19:14] *** Quits: brkiddo_ (~brkiddo@replaced-ip ) (Client Quit)
889 [13:19:36] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 256 seconds)
890 [13:19:46] *** Lord_of_Life_ is now known as Lord_of_Life
891 [13:20:46] *** Joins: Brigo (~Brigo@replaced-ip )
892 [13:20:49] *** Joins: OptimusMKD (~risto@replaced-ip )
893 [13:21:33] *** Joins: StathisA (~StathisA@replaced-ip )
894 [13:22:37] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 246 seconds)
895 [13:22:59] *** Quits: s10gopal (75c7c8f2@replaced-ip ) (Ping timeout: 245 seconds)
896 [13:24:39] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
897 [13:25:08] *** Joins: kreyren (~kreyren@replaced-ip )
898 [13:26:11] *** Joins: Jerrynicki (~niklas@replaced-ip )
899 [13:27:41] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
900 [13:27:41] *** Quits: never_released (~excalibur@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
901 [13:27:55] *** Joins: never_released (~excalibur@replaced-ip )
902 [13:29:00] *** Joins: martian67 (~martian67@replaced-ip )
903 [13:29:14] *** Quits: barteks2x (~barteks2x@replaced-ip ) (Ping timeout: 256 seconds)
904 [13:29:45] *** Joins: FnorZ (~FnorZ@replaced-ip )
905 [13:30:36] <tdn> Can I run docker on Debian 9 with Debian 10 containers? Or is this a bad idea?
906 [13:32:59] *** Joins: oahong (~samigarus@replaced-ip )
907 [13:33:18] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
908 [13:34:07] *** Quits: oahong_ (~samigarus@replaced-ip ) (Ping timeout: 260 seconds)
909 [13:35:34] <nkuttler> tdn: depends on what you do i guess, the kernel is shared
910 [13:37:47] *** Quits: never_released (~excalibur@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
911 [13:38:01] *** Joins: never_released (~excalibur@replaced-ip )
912 [13:39:04] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
913 [13:40:45] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Client Quit)
914 [13:44:58] *** Joins: black_ant (~antilope@replaced-ip )
915 [13:46:40] *** Joins: n4dir (~n4dir@replaced-ip )
916 [13:47:39] *** Quits: never_released (~excalibur@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
917 [13:47:54] *** Joins: never_released (~excalibur@replaced-ip )
918 [13:48:29] <tdn> nkuttler, ok
919 [13:49:08] <tdn> Can I upgrade from debian 9 to 10 and still be using iptables? I have a fairly complex iptables set up that I cannot easily migrate. It is possible. I simply do not have the time at the moment.
920 [13:49:35] *** Joins: otisolsen70 (~otisolsen@replaced-ip )
921 [13:49:38] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
922 [13:49:54] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
923 [13:49:56] *** Joins: geowiesnot (~user@replaced-ip )
924 [13:51:55] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
925 [13:52:32] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
926 [13:52:33] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
927 [13:52:56] *** Joins: StathisA (~StathisA@replaced-ip )
928 [13:53:06] *** Joins: martian67 (~martian67@replaced-ip )
929 [13:55:31] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
930 [13:56:12] *** Quits: swift110 (~swift110@replaced-ip ) (Ping timeout: 256 seconds)
931 [13:56:41] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
932 [13:58:13] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 256 seconds)
933 [13:58:35] *** Joins: _aeris (~aeris@replaced-ip )
934 [13:58:43] *** Quits: _aeris_ (~aeris@replaced-ip ) (Ping timeout: 240 seconds)
935 [13:59:26] *** _aeris is now known as _aeris_
936 [14:00:55] *** Parts: tomtastic (~tomtastic@replaced-ip ) ("part/quit")
937 [14:01:00] *** Joins: StathisA (~StathisA@replaced-ip )
938 [14:03:57] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
939 [14:04:35] *** Joins: dvs (~Heubert@replaced-ip )
940 [14:04:49] *** Joins: pentachore (~pentachor@replaced-ip )
941 [14:07:34] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 260 seconds)
942 [14:07:44] *** Quits: never_released (~excalibur@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
943 [14:07:58] *** Joins: gryffus (~gryffus@replaced-ip )
944 [14:08:05] *** Joins: brkiddo_ (~brkiddo@replaced-ip )
945 [14:08:05] *** Joins: b1ack0p (~M@replaced-ip )
946 [14:08:16] *** Quits: TimWolla (~timwolla@replaced-ip ) (Quit: Bye)
947 [14:08:16] *** Quits: max-m- (~max-m@replaced-ip ) (Quit: Ping timeout: 480 seconds)
948 [14:08:29] *** Joins: never_released (~excalibur@replaced-ip )
949 [14:09:59] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
950 [14:11:16] *** Joins: InsterRandmNick (~max-m@replaced-ip )
951 [14:13:35] *** Joins: TimWolla (~timwolla@replaced-ip )
952 [14:14:28] *** Quits: rebrec (~rebrec@replaced-ip ) (Read error: Connection reset by peer)
953 [14:15:43] *** Joins: rebrec (~rebrec@replaced-ip )
954 [14:15:58] *** Joins: Kiwis (5a355e97@replaced-ip )
955 [14:16:13] *** Joins: spinningCat-work (~spinningc@replaced-ip )
956 [14:16:15] <spinningCat-work> hey
957 [14:16:25] *** Quits: ob-sed___ (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
958 [14:16:50] <spinningCat-work> i try to install woe-usb and i followed instructor here but i cannot reach woe-usb. Is there something wrong here? replaced-url
959 [14:18:58] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 265 seconds)
960 [14:18:59] *** Joins: ShalokShalom (b9110d05@replaced-ip )
961 [14:19:03] <ShalokShalom> hi there
962 [14:19:35] <spinningCat-work> i need woe-usb
963 [14:19:58] <ShalokShalom> can anybody explain me, why partitionmanager tries to start with gtksu instead of the kde policy kit?
964 [14:21:12] *** Quits: dvs (~Heubert@replaced-ip ) (Quit: Outta here!)
965 [14:21:21] <ShalokShalom> I have installed libkf5su5, libkf5su-bin and everything similarly and the command partitionmanager still reads like:
966 [14:22:03] <ShalokShalom> partitionmanager
967 [14:22:04] <ShalokShalom> qt5ct: using qt5ct plugin
968 [14:22:04] <ShalokShalom> Executing: "/usr/bin/gksudo" "XDG_RUNTIME_DIR=/run/user/1000 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Fqm8HB9DFr,guid=eecd388dae85e2c880c4c2945ee4a7b2 partitionmanager --dontsu"
969 [14:23:35] *** Quits: m0u (m0u@replaced-ip ) (Ping timeout: 260 seconds)
970 [14:25:38] *** Joins: geowiesnot (~user@replaced-ip )
971 [14:29:14] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
972 [14:29:32] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
973 [14:29:46] *** Joins: nksegos (~Thunderbi@replaced-ip )
974 [14:30:17] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
975 [14:31:33] *** Joins: ddsys (~ddsys@replaced-ip )
976 [14:31:55] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 246 seconds)
977 [14:31:56] *** Joins: Elagost (~Elagost@replaced-ip )
978 [14:33:06] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Client Quit)
979 [14:33:56] *** Joins: mitrokov (~mitrokov@replaced-ip )
980 [14:34:06] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Max SendQ exceeded)
981 [14:34:43] *** Joins: mitrokov (~mitrokov@replaced-ip )
982 [14:34:53] <ShalokShalom> thanks, I am running it with sudo
983 [14:34:54] *** Quits: ShalokShalom (b9110d05@replaced-ip ) (Quit: Connection closed)
984 [14:36:14] *** Joins: alx^ (~alx^@replaced-ip )
985 [14:36:14] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
986 [14:37:08] *** Joins: k4nz (~Thunderbi@replaced-ip )
987 [14:39:30] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
988 [14:41:17] *** Quits: Elagost (~Elagost@replaced-ip ) (Quit: Elagost)
989 [14:41:58] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 2.8)
990 [14:42:43] *** Joins: raver (~raver@replaced-ip )
991 [14:43:27] *** Joins: funnel (~funnel@replaced-ip )
992 [14:45:35] *** Joins: dD_ (~ddshore@replaced-ip )
993 [14:46:07] <Eryn_1983_FL> hey does anybody got a script or api to post screen shots to the web?
994 [14:46:15] <Eryn_1983_FL> is there a slackone even?
995 [14:46:33] <Eryn_1983_FL> hmmm
996 [14:46:59] *** Quits: spinningCat-work (~spinningc@replaced-ip ) (Ping timeout: 246 seconds)
997 [14:47:10] <dD_> I was having trouble with an SSD that wasn't connected directly to the motherboard. I passed it to the motehrboard and was suggested that after doing that I should run fstrim. I still get some new error messages: replaced-url
998 [14:47:37] <abrotman> Eryn_1983_FL: those are different things .. choose one
999 [14:48:16] *** Joins: genpaku (~genpaku@replaced-ip )
1000 [14:50:07] <Eryn_1983_FL> yeah
1001 [14:50:14] <Eryn_1983_FL> i think i just want a link for now..
1002 [14:50:27] <Eryn_1983_FL> public site no slack
1003 [14:51:09] *** Joins: Jerrynicki (~niklas@replaced-ip )
1004 [14:51:38] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1005 [14:52:22] <dD_> Eryn_1983_FL: so imgur does it with the bash script I sent you, not sure if that works for you
1006 [14:53:24] <Eryn_1983_FL> well i can use my imgur account
1007 [14:53:39] <Eryn_1983_FL> ill see if any of the other site got an api to anon posting
1008 [14:53:47] <Eryn_1983_FL> with like auto destroy
1009 [14:53:58] <ws2k3> im having a strange issue with my debian server. replaced-url
1010 [14:54:35] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 246 seconds)
1011 [14:55:10] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Remote host closed the connection)
1012 [14:55:36] *** Joins: mitrokov (~mitrokov@replaced-ip )
1013 [14:55:42] *** Joins: BalooRJ (~BalooRJ@replaced-ip )
1014 [14:57:42] *** Quits: [gnubie] (~gnubie]@replaced-ip ) (Quit: [gnubie])
1015 [14:58:38] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
1016 [14:58:45] *** Joins: nifker1 (~Thunderbi@replaced-ip )
1017 [14:58:51] <abrotman> is the switch healthy?
1018 [14:59:02] *** debhelper sets mode: +l 1217
1019 [15:01:04] <ws2k3> abrotman isp says it is. but im kinda sure. cause when i boot recover mode. and then put the same workload on the box. it works fine.
1020 [15:01:05] *** nifker1 is now known as nifker
1021 [15:01:33] <ws2k3> abrotman i also booted normaly again. installed backports kernel. to see if that resolved the issue and that was not the case
1022 [15:01:50] *** Joins: CrystalMath (~coderain@replaced-ip )
1023 [15:02:01] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 264 seconds)
1024 [15:02:06] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Quit: WeeChat 2.8)
1025 [15:02:38] *** Joins: steven_saus (~steven_sa@replaced-ip )
1026 [15:06:03] *** Joins: ob-sed___ (~obesd@replaced-ip )
1027 [15:06:12] *** ob-sed___ is now known as obsed
1028 [15:06:34] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
1029 [15:07:07] *** Joins: phunyguy (~blaahchm@replaced-ip )
1030 [15:07:15] *** Joins: Texou (~Texou@replaced-ip )
1031 [15:07:38] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
1032 [15:07:45] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1033 [15:10:29] <abrotman> ISP?
1034 [15:10:45] *** Joins: martian67 (~martian67@replaced-ip )
1035 [15:12:11] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1036 [15:13:05] *** Joins: conta (~Thunderbi@replaced-ip )
1037 [15:13:07] *** Joins: xcm (~xcm@replaced-ip )
1038 [15:14:46] *** Joins: swift110 (~swift110@replaced-ip )
1039 [15:19:04] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1040 [15:19:13] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Client Quit)
1041 [15:20:55] *** Joins: spinningCat-work (~spinningc@replaced-ip )
1042 [15:21:01] <spinningCat-work> i try to install woe-usb and i followed instructor here but i cannot reach woe-usb. Is there something wrong here? replaced-url
1043 [15:22:18] *** Joins: lord2y (~lord2y@replaced-ip )
1044 [15:22:44] *** Joins: cquence (~cquence@replaced-ip )
1045 [15:23:02] <quadrathoch2> spinningCat-work what do you mean by not reaching?
1046 [15:25:38] <ws2k3> abrotman hetzner
1047 [15:25:44] *** Joins: OERIAS (~OERIAS@replaced-ip )
1048 [15:25:58] *** Quits: raver (~raver@replaced-ip ) (Read error: Connection reset by peer)
1049 [15:26:13] *** Joins: nutron (~nutron@replaced-ip )
1050 [15:29:02] *** debhelper sets mode: +l 1224
1051 [15:29:53] *** Joins: discovered (~discovere@replaced-ip )
1052 [15:31:14] *** Joins: laibach (~laibach@replaced-ip )
1053 [15:32:31] *** Joins: Garb0 (~Garb0@replaced-ip )
1054 [15:33:36] <spinningCat-work> quadrathoch2, i am hitting windows key and type woe-usb nothing is appear
1055 [15:33:41] <NetTerminalGene> ,v firefox
1056 [15:33:42] <judd> Package: firefox on amd64 -- sid: 77.0-1
1057 [15:34:26] *** Joins: jubalh (jubalh@replaced-ip )
1058 [15:34:40] *** Parts: jubalh (jubalh@replaced-ip ) ()
1059 [15:35:13] *** Quits: cquence (~cquence@replaced-ip ) (Quit: cquence)
1060 [15:35:41] *** Joins: OEIRAS (~OERIAS@replaced-ip )
1061 [15:36:08] <spinningCat-work> ,w woe-usb
1062 [15:36:16] <spinningCat-work> ,v woe-usb
1063 [15:36:17] <judd> No package named 'woe-usb' was found in amd64.
1064 [15:36:32] *** Joins: Garb0_ (~Garb0@replaced-ip )
1065 [15:36:55] *** Quits: laibach (~laibach@replaced-ip ) (Quit: WeeChat 2.8)
1066 [15:36:59] <quadrathoch2> spinningCat-work just run snap run woe-usb from terminal
1067 [15:37:10] <quadrathoch2> the snap is probably not in your PATH
1068 [15:38:06] *** Quits: OERIAS (~OERIAS@replaced-ip ) (Ping timeout: 260 seconds)
1069 [15:38:22] *** Joins: b30wulf (uid175355@replaced-ip )
1070 [15:38:44] *** Quits: freshpassport (~freshpass@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1071 [15:39:30] *** Joins: bthomas (~user@replaced-ip )
1072 [15:39:32] *** Joins: gnumdk (~gnumdk@replaced-ip )
1073 [15:39:39] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 260 seconds)
1074 [15:40:48] *** Quits: OEIRAS (~OERIAS@replaced-ip ) (Remote host closed the connection)
1075 [15:41:12] *** Joins: bolovanos (~bolovanos@replaced-ip )
1076 [15:42:05] *** Quits: TimWolla (~timwolla@replaced-ip ) (Quit: Bye)
1077 [15:42:05] *** Quits: InsterRandmNick (~max-m@replaced-ip ) (Quit: Ping timeout: 480 seconds)
1078 [15:42:19] <spinningCat-work> error: cannot find app "woe-usb" in "woe-usb"
1079 [15:42:41] <spinningCat-work> what shoul i do?
1080 [15:44:12] <quadrathoch2> spinningCat-work you could use the github version replaced-url
1081 [15:44:23] *** Joins: InsterRandmNick (~max-m@replaced-ip )
1082 [15:44:36] <quadrathoch2> the last time I used it, sadly the GUI wasn't working 100% but the cli version does
1083 [15:44:51] <spinningCat-work> trying this right now
1084 [15:45:13] *** Joins: TimWolla (~timwolla@replaced-ip )
1085 [15:50:05] *** Joins: th0r (~th0r@replaced-ip )
1086 [15:51:07] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1087 [15:52:52] *** Joins: conta (~Thunderbi@replaced-ip )
1088 [15:53:13] *** Joins: _Matth_ (~Matth@replaced-ip )
1089 [15:53:51] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1090 [15:57:29] *** Quits: conta (~Thunderbi@replaced-ip ) (Client Quit)
1091 [15:57:29] *** Joins: mzajc (~marko@replaced-ip )
1092 [16:00:51] *** Joins: timahvo1 (~rogue@replaced-ip )
1093 [16:02:35] *** Quits: OptimusMKD (~risto@replaced-ip ) (Read error: Connection reset by peer)
1094 [16:05:38] *** Quits: nutron (~nutron@replaced-ip ) (Ping timeout: 256 seconds)
1095 [16:08:59] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1096 [16:09:34] *** Quits: AlmarShenwan_1 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1097 [16:11:12] *** Joins: nutron (~nutron@replaced-ip )
1098 [16:11:37] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 264 seconds)
1099 [16:12:45] *** Quits: BalooRJ (~BalooRJ@replaced-ip ) (Remote host closed the connection)
1100 [16:13:32] *** Joins: grobi (~rtng@replaced-ip )
1101 [16:15:24] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Remote host closed the connection)
1102 [16:16:34] *** Joins: magic_ninja (~sparkie1@replaced-ip )
1103 [16:16:53] *** Joins: StathisA (~StathisA@replaced-ip )
1104 [16:18:26] *** Joins: fego (~fego@replaced-ip )
1105 [16:18:32] *** Joins: zbychuk (~zbychuk@replaced-ip )
1106 [16:18:39] *** Joins: swickrotation (~swickrota@replaced-ip )
1107 [16:19:28] *** Quits: zbychuk (~zbychuk@replaced-ip ) (Client Quit)
1108 [16:22:36] *** Joins: tehnull (~tehnull@replaced-ip )
1109 [16:23:16] *** Joins: Garb0__ (~Garb0@replaced-ip )
1110 [16:23:37] *** Quits: obsed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
1111 [16:24:43] *** Joins: Guest80683 (5884da2b@replaced-ip )
1112 [16:24:51] *** Quits: leorat (~leorat@replaced-ip ) (Read error: Connection reset by peer)
1113 [16:24:57] *** Quits: fego (~fego@replaced-ip ) (Quit: leaving)
1114 [16:25:25] *** Quits: sobkas (~sobkas@replaced-ip ) (Ping timeout: 264 seconds)
1115 [16:25:27] <Guest80683> Hi everbody. I need some little help with network interdsces.
1116 [16:25:28] *** Quits: amerigo (uid331857@replaced-ip ) (Quit: Connection closed for inactivity)
1117 [16:25:46] <spinningCat-work> woe is working
1118 [16:25:51] *** Quits: Garb0_ (~Garb0@replaced-ip ) (Ping timeout: 260 seconds)
1119 [16:26:35] <Guest80683> I added a second nic to my debian computer and Setuped in interfaces file, after put inside the cable and restarted the computer. Nic is in state down. I cannot up it. Can somebody shortly help me? Thank you
1120 [16:27:13] <quadrathoch2> Guest80683 did you test out ip link set eth up?
1121 [16:27:56] <Guest80683> yes. Nic called ens34.i tried ip link set ens34 up
1122 [16:28:00] *** Joins: conta (~Thunderbi@replaced-ip )
1123 [16:28:07] <Guest80683> it does nothing. No error message but still down
1124 [16:28:17] <Guest80683> i can provide any info the debian is next to me
1125 [16:28:59] *** Joins: cruncher (~cruncher@replaced-ip )
1126 [16:29:06] <quadrathoch2> Guest80683 could you post your interfaces file (on a paste)
1127 [16:29:19] *** Quits: woenx (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1128 [16:29:45] *** Joins: conta1 (~Thunderbi@replaced-ip )
1129 [16:30:01] *** Joins: woenx (~quassel@replaced-ip )
1130 [16:30:07] <Guest80683> auto lo
1131 [16:30:13] <Guest80683> i will paste
1132 [16:30:24] <quadrathoch2> use pastebin or sth Guest80683
1133 [16:30:38] <swickrotation> Hey there again, I came here last night talking about an issue getting my fresh (though pretty bare-bones) debian install on a new-ish computer to display anything out of the DVI, despite there being working output over HDMI. Are there any good ideas about why that might be?
1134 [16:31:46] *** Joins: guenhael (~guenhael@replaced-ip )
1135 [16:31:53] <swickrotation> The DVI is the only source for video signal in use right now, and my screen is totally blank. SSH-ing into the machine, export DISPLAY=<ip>:0.0 returns nothing
1136 [16:32:27] *** Garb0__ is now known as Garb0
1137 [16:32:36] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1138 [16:32:36] *** conta1 is now known as conta
1139 [16:32:47] *** Joins: fstd_ (~fstd@replaced-ip )
1140 [16:33:20] <guenhael> Dear everyone. With Debian 10, the command "sudo mount -t vboxsf -o uid=1000,gid=1000 TOTO /media/TOTO" works if I run it from a Terminal but if I run it from an executable file I get the error "/sbin/mount.vboxsf: shared folder '/media/TOTO' was not found (check VM settings / spelling)". Thanks for your help
1141 [16:34:00] <Guest80683> Here is my interfaces file
1142 [16:34:06] <Guest80683> replaced-url
1143 [16:34:27] <Guest80683> ip address shows this
1144 [16:35:08] <quadrathoch2> Guest80683 are you running a GUI on the debian system?
1145 [16:35:22] <Guest80683> ens34: NO CARRIER BROADCAST MULTICAST UP mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
1146 [16:35:36] <Guest80683> No ! Only cli
1147 [16:35:56] <quadrathoch2> as you said, it's the second network interface, but there is only one in the interfaces file
1148 [16:36:09] <Guest80683> i deleted the other, does not need anymore
1149 [16:36:18] <quadrathoch2> and the device can only be auto or allow-hotplug not both
1150 [16:36:19] <Guest80683> no cable inside also
1151 [16:36:23] *** Joins: comlord (~pi@replaced-ip )
1152 [16:36:23] <quadrathoch2> k
1153 [16:36:48] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 256 seconds)
1154 [16:36:53] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 246 seconds)
1155 [16:36:53] *** fstd_ is now known as fstd
1156 [16:38:27] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 260 seconds)
1157 [16:38:50] *** Joins: hk238 (~nsd@replaced-ip )
1158 [16:38:53] <Guest80683> i tried disable auto and systemctl restart networking, not worked, tried also disable hotplug and reallow auto and restart but still down
1159 [16:39:43] <hk238> Hi. I'm trying to copy a file on an USB drive stick, but for some reason can't write on the drive. It's a flashboot stick for arch, so I probably have to format it first?
1160 [16:39:54] <hk238> Is there any other explanation for why it's not possible to write things on the drive?
1161 [16:40:16] <Guest80683> quadrath I can also pay for the help its really important and urgent
1162 [16:40:19] <quadrathoch2> Guest80683 what happens if you dhclient ens34
1163 [16:40:47] <quadrathoch2> there is nothing to pay, as this is a community support channel
1164 [16:40:49] *** Bugz000 is now known as Polyethene
1165 [16:40:49] <Guest80683> cursor start blinking
1166 [16:40:51] *** Polyethene is now known as Bugz000
1167 [16:40:54] <quadrathoch2> give it a bit
1168 [16:41:15] <quadrathoch2> hk238 which filesystem do you have on the stick
1169 [16:41:44] <derpadmin> Guest80683 : did you changed the physical cable?
1170 [16:42:01] <Guest80683> yes put out from deleted and connected to new one
1171 [16:42:08] <derpadmin> Guest80683 : what is at the other end of the debian box?
1172 [16:42:14] <Guest80683> cable tested of course
1173 [16:42:16] <hk238> I'm not sure I think it's isofs
1174 [16:42:20] <hk238> based on properties
1175 [16:42:40] <quadrathoch2> hm isofs is readonly as far as I know
1176 [16:42:44] <Guest80683> dhclient did nothing. No message
1177 [16:42:53] <derpadmin> Guest80683 : ** the other end of the cable, what the debian box is connected to?
1178 [16:43:07] <Guest80683> main router
1179 [16:43:28] <derpadmin> Guest80683 : specs of main router?
1180 [16:43:44] <derpadmin> Guest80683 : home grade or commercial grade?
1181 [16:43:48] <Guest80683> Simple Arris provided by isp
1182 [16:43:50] <Guest80683> home
1183 [16:45:32] <Guest80683> Nothing really configured except port forwarding
1184 [16:45:52] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Ping timeout: 256 seconds)
1185 [16:46:29] *** Quits: Guest80683 (5884da2b@replaced-ip ) (Remote host closed the connection)
1186 [16:47:57] <derpadmin> Guest80683 : led light in on for the port on the simple arris?
1187 [16:48:00] *** Joins: debsan (~debsan@replaced-ip )
1188 [16:48:12] *** Quits: FnorZ (~FnorZ@replaced-ip ) (Quit: Leaving)
1189 [16:49:23] *** Joins: fission6 (~textual@replaced-ip )
1190 [16:49:34] *** Joins: colethegamer (5884da2b@replaced-ip )
1191 [16:49:40] <colethegamer> Im back sorry
1192 [16:49:50] <colethegamer> i was the guy with the nic problem 1 minutes before
1193 [16:49:54] *** Parts: cruncher (~cruncher@replaced-ip ) ("Leaving")
1194 [16:50:10] <colethegamer> did you wrote anything after i wrote my router brand?
1195 [16:50:31] *** Joins: pentachore1 (~pentachor@replaced-ip )
1196 [16:50:55] *** Joins: FsgMax (~FsgMax@replaced-ip )
1197 [16:51:58] *** Joins: bn_work (uid268505@replaced-ip )
1198 [16:52:22] <colethegamer> I was the guest
1199 [16:52:58] <quadrathoch2> derpadmin> Guest80683 : led light in on for the port on the simple arris?
1200 [16:52:58] *** Quits: pentachore (~pentachor@replaced-ip ) (Ping timeout: 246 seconds)
1201 [16:54:33] <omenius> I encrypted my / during installation. Can I still mount the partition from live as long as I know the password?
1202 [16:55:02] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1203 [16:55:19] <quadrathoch2> omenius yes
1204 [16:56:22] <colethegamer> Quadrath led is off
1205 [16:56:31] <colethegamer> not blinking
1206 [16:57:03] <colethegamer> Maybe I addecwrong name?
1207 [16:57:19] <colethegamer> The name was ens33 for the old one I used ens34 here
1208 [16:57:41] <colethegamer> how should I know what is the name? I integrated into pci x port on mainboard
1209 [16:57:51] <colethegamer> maybe the name of the interface is bad
1210 [16:57:57] <quadrathoch2> colethegamer what does ip addr say?
1211 [16:58:39] <colethegamer> ens33 is still here
1212 [16:58:44] <colethegamer> how can that be?
1213 [16:58:48] <colethegamer> If i deleted out?
1214 [16:59:02] *** debhelper sets mode: +l 1230
1215 [16:59:12] <quadrathoch2> deleted out of what? interfaces file?
1216 [16:59:40] <quadrathoch2> as long as the network interface is still in the computer, ip addr will find it, but it's not configured (by interfaces)
1217 [16:59:50] <colethegamer> Understood
1218 [16:59:54] *** Joins: diniwed (~gavron@replaced-ip )
1219 [16:59:54] *** Quits: hk238 (~nsd@replaced-ip ) (Quit: Leaving)
1220 [17:00:22] <quadrathoch2> so the name of ens34 is correct?
1221 [17:00:25] <CrystalMath> hmmm... what could cause the usb_common module to fail verification
1222 [17:00:34] *** Parts: brkiddo_ (~brkiddo@replaced-ip ) ()
1223 [17:00:40] <colethegamer> I dont know
1224 [17:00:50] <colethegamer> how should I know what should be the good name?
1225 [17:01:05] <colethegamer> my ip address info : replaced-url
1226 [17:01:11] <quadrathoch2> well if the old interface is ens33 then there should only be 1 other interface or?
1227 [17:01:29] <colethegamer> Yes
1228 [17:01:38] <colethegamer> then Its okey
1229 [17:01:41] <quadrathoch2> colethegamer and ens34 has the ip of 192.168.0.20
1230 [17:01:50] <quadrathoch2> does your internet work/
1231 [17:01:51] <quadrathoch2> ?
1232 [17:01:52] <colethegamer> yes i added staticly
1233 [17:02:06] <colethegamer> no
1234 [17:02:18] <colethegamer> not reachable by lan and also by wan
1235 [17:02:50] <quadrathoch2> colethegamer is there a possibilty to just test out dhcp? so to see if there is something wrong with the setup?
1236 [17:03:06] <colethegamer> dhcp allowed in my network
1237 [17:03:15] <colethegamer> What should i write into my config file?
1238 [17:03:38] <quadrathoch2> replaced-url
1239 [17:03:40] *** Joins: amphiprions (~amphiprio@replaced-ip )
1240 [17:04:02] *** Joins: arahael1 (~arahael@replaced-ip )
1241 [17:04:32] <colethegamer> Done
1242 [17:04:45] <colethegamer> What is the best way to refresh settings?
1243 [17:04:52] <colethegamer> systemctl restart networking?
1244 [17:04:52] *** Quits: arahael (~arahael@replaced-ip ) (Ping timeout: 246 seconds)
1245 [17:05:16] *** Joins: AlmarShenwan (~quassel@replaced-ip )
1246 [17:05:22] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 258 seconds)
1247 [17:05:23] <quadrathoch2> colethegamer yes
1248 [17:06:00] *** Quits: FsgMax (~FsgMax@replaced-ip ) (Quit: Leaving)
1249 [17:07:03] <colethegamer> tried it
1250 [17:07:10] <colethegamer> still down
1251 [17:07:11] <quadrathoch2> and
1252 [17:07:28] <quadrathoch2> could you again 'ip link set ens34 up'
1253 [17:07:29] <colethegamer> ip address looks same
1254 [17:07:33] <colethegamer> tried also
1255 [17:07:38] <colethegamer> no message came back
1256 [17:07:44] *** Joins: mzajc (~marko@replaced-ip )
1257 [17:07:50] <quadrathoch2> what does ip addr say?
1258 [17:07:52] <colethegamer> this is a really cheap aliexpress nic
1259 [17:07:57] <colethegamer> maybe problem is that
1260 [17:08:02] <colethegamer> ip address is the same
1261 [17:08:06] <colethegamer> replaced-url
1262 [17:08:37] <colethegamer> there is one more slot to connect nic lets try it?
1263 [17:09:03] <quadrathoch2> colethegamer probably test it :) i would stick to dhcp as long as it's not working
1264 [17:09:15] <quadrathoch2> so we can rule out any misconfiguration on the debian side
1265 [17:09:19] <colethegamer> I will do like that
1266 [17:11:46] *** Joins: daniel_gc (~daniel_gc@replaced-ip )
1267 [17:12:13] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 246 seconds)
1268 [17:12:38] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Remote host closed the connection)
1269 [17:13:05] *** Joins: mitrokov (~mitrokov@replaced-ip )
1270 [17:13:52] *** Joins: radmuskai (~radmuskai@replaced-ip )
1271 [17:14:05] <colethegamer> nic connected
1272 [17:14:11] <colethegamer> pc is starting
1273 [17:14:48] *** Joins: m0u (m0u@replaced-ip )
1274 [17:15:50] *** Joins: StathisA (~StathisA@replaced-ip )
1275 [17:17:58] *** Quits: ephesius (~ephesius@replaced-ip ) (Ping timeout: 260 seconds)
1276 [17:18:44] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Ping timeout: 256 seconds)
1277 [17:19:16] *** Joins: mitrokov (~mitrokov@replaced-ip )
1278 [17:19:55] *** Joins: vopijep (fred@replaced-ip )
1279 [17:20:15] *** Quits: omenius (~omenius@replaced-ip ) (Remote host closed the connection)
1280 [17:20:17] *** Joins: citypw (~citypw@replaced-ip )
1281 [17:20:24] <colethegamer> when pc is starting says something like : realtek pcie . Press f9 to configure
1282 [17:20:38] <colethegamer> maybe if there is still problem should try this?
1283 [17:20:49] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Read error: Connection reset by peer)
1284 [17:20:49] *** Quits: blurkis (~kent@replaced-ip ) (Read error: Connection reset by peer)
1285 [17:21:02] *** Joins: mitrokov (~mitrokov@replaced-ip )
1286 [17:21:03] <quadrathoch2> colethegamer probably
1287 [17:21:46] *** Joins: blurkis (~kent@replaced-ip )
1288 [17:21:47] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Max SendQ exceeded)
1289 [17:22:23] *** Joins: mitrokov (~mitrokov@replaced-ip )
1290 [17:22:42] *** Joins: hbautista (~hbautista@replaced-ip )
1291 [17:22:52] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Max SendQ exceeded)
1292 [17:23:08] <colethegamer> Pc is up
1293 [17:23:19] *** Joins: mitrokov (~mitrokov@replaced-ip )
1294 [17:23:30] <colethegamer> ens32 is the new interface name
1295 [17:23:44] <quadrathoch2> so rewrite the interfaces file, and then restart the network
1296 [17:23:50] <colethegamer> yes
1297 [17:24:38] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1298 [17:24:41] *** Joins: lad (~lad@replaced-ip )
1299 [17:26:07] *** Joins: dreamon (~dreamon@replaced-ip )
1300 [17:26:10] <colethegamer> Not getting IP. Same behaviour
1301 [17:26:45] *** Quits: vopijep (fred@replaced-ip ) (Read error: Connection reset by peer)
1302 [17:27:20] *** Joins: vopijep (fred@replaced-ip )
1303 [17:27:26] <colethegamer> but if ip address identifies the interface name it means its not corrupted right?
1304 [17:27:26] <vopijep> hi
1305 [17:27:36] <colethegamer> or still can be the nic is corrupted?
1306 [17:27:36] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1307 [17:28:09] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
1308 [17:28:52] *** Joins: th0r (~th0r@replaced-ip )
1309 [17:29:01] *** Quits: lad (~lad@replaced-ip ) (Client Quit)
1310 [17:29:02] *** debhelper sets mode: +l 1237
1311 [17:29:19] *** Joins: lad (~lad@replaced-ip )
1312 [17:30:09] <quadrathoch2> colethegamer it could be corrupted (as far as I can imagine it)
1313 [17:31:05] <vopijep> ctrl-F = "/bar toggle nicklist; /bar toggle buflist"
1314 [17:31:23] <vopijep> damm
1315 [17:31:46] <colethegamer> I read now if its written next to the nic name lower up rhat means nothing connected to that
1316 [17:31:53] <colethegamer> but i got no lower up
1317 [17:32:09] <colethegamer> that means some data going trough but i does not get ip address
1318 [17:32:14] *** Quits: AlmarShenwan (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1319 [17:32:26] *** Quits: Enkidu_ak (~abrown@replaced-ip ) (Ping timeout: 246 seconds)
1320 [17:34:29] <colethegamer> I ran a dmsg
1321 [17:35:43] <colethegamer> Quadrath check this : replaced-url
1322 [17:36:17] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1323 [17:37:12] <quadrathoch2> weird :/ colethegamer sorry, i think I am at the end of my knowledge
1324 [17:37:21] *** Joins: Enkidu_ak (~abrown@replaced-ip )
1325 [17:38:04] *** Joins: Lampion (~gosseyn@replaced-ip )
1326 [17:38:44] <colethegamer> Looks like its looking for ipv6
1327 [17:39:05] <Lampion> Hello everyone, I'm trying to build a ipsec-based VPN, but can't seem to find an ipsec toolbox package in Debian Buster.
1328 [17:39:08] <colethegamer> anyhow thanks for the help. Looks like i have to find another distribution
1329 [17:39:21] <quadrathoch2> colethegamer could you disable ipv6? as in just removing the entry?
1330 [17:39:23] <Lampion> I found ISAKMP, but no ipsec package.
1331 [17:39:34] <Dagger> quadrathoch2: dude
1332 [17:39:55] <Dagger> that message is an informative message that tells you that the link isn't ready
1333 [17:40:16] <Dagger> disabling v6 isn't going to help. the link still won't be ready, you just won't get a message about it
1334 [17:40:47] *** Joins: rander2 (~kdk@replaced-ip )
1335 [17:40:55] *** Quits: dD_ (~ddshore@replaced-ip ) (Ping timeout: 246 seconds)
1336 [17:41:14] <quadrathoch2> so rather than helping you just try to flame me? nice Dagger
1337 [17:41:29] <rander2> hello
1338 [17:42:32] *** Joins: papin (~papin@replaced-ip )
1339 [17:42:45] <rander2> how may I read the phone cell ID in deb10 using a usb modem hspa ? I mean to replicate the same thing of cell ID position in the smartphone
1340 [17:42:46] <Dagger> I'm still reading the backlog. I'm just getting very tired of "disable IPv6!!" being the first response whenever anyone sees any hint of IPv6 somewhere
1341 [17:43:04] <Dagger> we're far beyond the point where that's an appropriate response to a networking problem
1342 [17:43:11] *** Quits: gryffus (~gryffus@replaced-ip ) (Quit: This computer has gone to sleep)
1343 [17:43:26] *** Quits: woenx (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
1344 [17:43:30] <quadrathoch2> sure that's why the first thing you do, before reading the backlog, is flaming, nice DUDE
1345 [17:43:37] *** Joins: woenx (~quassel@replaced-ip )
1346 [17:45:11] <Lampion> Guys, calm down :(
1347 [17:45:13] *** Quits: Frances (~papin@replaced-ip ) (Ping timeout: 264 seconds)
1348 [17:45:20] <colethegamer> Dagger can you maybe look at my issue?
1349 [17:45:52] <colethegamer> If you have knowledge about adding new nic to a pc
1350 [17:46:50] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Ping timeout: 256 seconds)
1351 [17:47:20] *** Quits: lad (~lad@replaced-ip ) (Quit: Quit)
1352 [17:47:23] <Dagger> colethegamer: the `ip link` output says NO-CARRIER which I guess means no cable, so maybe try wiggling the cable at both ends, or a different known-working cable?
1353 [17:47:55] *** Quits: m0u (m0u@replaced-ip ) (Ping timeout: 246 seconds)
1354 [17:47:58] *** Quits: rustbuckett (~downtime@replaced-ip ) (Ping timeout: 256 seconds)
1355 [17:49:04] *** Quits: rander2 (~kdk@replaced-ip ) (Ping timeout: 258 seconds)
1356 [17:49:41] *** Quits: woenx (~quassel@replaced-ip##) (Quit: ##replaced-url
1357 [17:51:10] *** Joins: rander2 (~kdk@replaced-ip )
1358 [17:51:35] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1359 [17:51:38] *** Joins: AlmarShenwan (~quassel@replaced-ip )
1360 [17:52:03] *** Joins: Frances (~papin@replaced-ip )
1361 [17:52:43] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 240 seconds)
1362 [17:52:58] *** Quits: AlmarShenwan (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1363 [17:53:05] *** Joins: mitrokov (~mitrokov@replaced-ip )
1364 [17:53:18] *** Joins: AlmarShenwan (~quassel@replaced-ip )
1365 [17:53:31] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Max SendQ exceeded)
1366 [17:53:34] *** Quits: h0 (~h0@replaced-ip ) (Ping timeout: 240 seconds)
1367 [17:54:36] *** Quits: guenhael (~guenhael@replaced-ip ) (Quit: Quitte)
1368 [17:54:40] *** Quits: colethegamer (5884da2b@replaced-ip ) (Ping timeout: 245 seconds)
1369 [17:55:34] *** Quits: papin (~papin@replaced-ip ) (Ping timeout: 256 seconds)
1370 [17:55:39] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 256 seconds)
1371 [17:58:23] *** Joins: Tom01 (~tom@replaced-ip )
1372 [17:59:01] *** debhelper sets mode: +l 1227
1373 [17:59:18] *** Joins: Trieste (~T@replaced-ip )
1374 [17:59:23] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1375 [17:59:39] *** Joins: gelignite (~gelignite@replaced-ip )
1376 [18:01:18] <kreyren> variable `$XDG_CONFIG_HOME` is blank on my bian -> How do i provide it?
1377 [18:02:29] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Ping timeout: 258 seconds)
1378 [18:02:37] <jmcnaught> kreyren: on your {debian,devuan} {stable,testing,unstable,experimental} system?
1379 [18:03:43] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Quit: Goodbye cruel world!)
1380 [18:04:17] *** Joins: phunyguy (~blaahchm@replaced-ip )
1381 [18:04:56] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Read error: Connection reset by peer)
1382 [18:05:11] <kreyren> jmcnaught, on my {debian{stable,testing,unstable,experimental},devuan{stable,testing,unstable,experimental,beowulf},xebian-stable,kreyherbo-rolling,kreytoo-fuc@$ed,debian-stable,bare minimum LFS, FOSS parts from darwin, FreeBSDrey {12,11}.,ReactOS master, Windows}
1383 [18:05:21] *** Joins: th0r (~th0r@replaced-ip )
1384 [18:05:28] <kreyren> Also forgot Redox ^-^
1385 [18:05:32] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 256 seconds)
1386 [18:05:48] *** Joins: h0 (~h0@replaced-ip )
1387 [18:07:07] <kreyren> and Android sandboxed but that thing barely works atm >.>
1388 [18:07:24] *** Joins: wonderer (~quakeroat@replaced-ip )
1389 [18:07:25] <kreyren> kreyren, xdg-user-dirs package
1390 [18:07:28] <kreyren> kreyren, thanku <3
1391 [18:07:49] <kreyren> kreyren, xdg-user-dirs is already the newest version (0.17-2). O.o
1392 [18:08:00] <kreyren> kreyren, weird~
1393 [18:08:07] *** Joins: pringau (~pringau@replaced-ip )
1394 [18:08:25] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
1395 [18:09:21] <kreyren> kreyren, seems that package xdg-user-dirs doesn't export it my bad! you have to put that in /etc/environment
1396 [18:09:24] <kreyren> kreyren, i see, thanks
1397 [18:11:23] <rander2> how discover device in /dev from lsusb commad ? I'm trying to discover usb modem
1398 [18:11:30] <kreyren> aldo even with that exported my gimp doesn't read `$XDG_CONFIG_HOME/GIMP/2.10/menurc` >.<
1399 [18:11:34] *** Quits: BenderRodriguez (~TaxDodger@replaced-ip ) (Quit: I'm Done.)
1400 [18:11:54] <kreyren> rander2, off the head `lsusb --class network`
1401 [18:12:08] <rander2> thx
1402 [18:12:50] *** Joins: BenderRodriguez (~TaxDodger@replaced-ip )
1403 [18:16:06] <kreyren> Debian GIMP is in downstream level hardcoding the path to user configuration for /etc -.-
1404 [18:16:41] *** Joins: MikZyth (~MikZyth@replaced-ip )
1405 [18:18:19] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1406 [18:20:08] *** Joins: Prints (~333@replaced-ip )
1407 [18:22:43] *** Joins: frgo (~frgo@replaced-ip )
1408 [18:23:40] *** Quits: h0 (~h0@replaced-ip ) (Ping timeout: 256 seconds)
1409 [18:24:56] *** Joins: cyberpsi (~paulo@replaced-ip )
1410 [18:25:29] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 258 seconds)
1411 [18:25:36] <karlpinc> kreyren: If that's ungood, file a bug report.
1412 [18:26:15] *** Quits: frgo_ (~frgo@replaced-ip ) (Ping timeout: 260 seconds)
1413 [18:27:25] *** Joins: h0 (~h0@replaced-ip )
1414 [18:30:21] *** Joins: epony (epony@replaced-ip )
1415 [18:32:08] <kreyren> karlpinc, Should that be a good thing?
1416 [18:33:22] *** Joins: Jerrynicki (~niklas@replaced-ip )
1417 [18:33:37] *** Joins: deicide- (~deicide-@replaced-ip )
1418 [18:38:29] *** Joins: poli (~poli@replaced-ip )
1419 [18:39:01] *** debhelper sets mode: +l 1233
1420 [18:39:35] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
1421 [18:39:54] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1422 [18:40:04] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
1423 [18:40:37] *** Joins: Hammerschlag_ (~Hammersch@replaced-ip )
1424 [18:40:40] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 256 seconds)
1425 [18:40:43] *** Joins: Garb0_ (~Garb0@replaced-ip )
1426 [18:41:52] <karlpinc> kreyren: I've no idea.
1427 [18:42:21] *** Hammerschlag_ is now known as Hammerschlag
1428 [18:42:43] *** Quits: Garb0_ (~Garb0@replaced-ip ) (Client Quit)
1429 [18:43:30] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 256 seconds)
1430 [18:44:20] *** Joins: cdown (~cdown@replaced-ip )
1431 [18:48:52] *** Joins: bolovanos (~bolovanos@replaced-ip )
1432 [18:49:11] *** Joins: gryffus (~gryffus@replaced-ip )
1433 [18:50:50] *** Joins: Betal (~Betal@replaced-ip )
1434 [18:55:02] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 260 seconds)
1435 [18:55:50] *** Quits: _Matth_ (~Matth@replaced-ip ) (Ping timeout: 246 seconds)
1436 [18:55:57] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1437 [19:01:59] *** Joins: Jerrynicki (~niklas@replaced-ip )
1438 [19:02:39] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
1439 [19:03:16] *** Joins: platvoeten (~platvoete@replaced-ip )
1440 [19:05:20] *** Quits: alx^ (~alx^@replaced-ip ) (Read error: Connection reset by peer)
1441 [19:08:17] *** Quits: nickodd (~nickodd@replaced-ip ) (Remote host closed the connection)
1442 [19:10:14] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1443 [19:10:54] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1444 [19:11:49] *** Joins: platvoeten (~platvoete@replaced-ip )
1445 [19:13:36] *** Joins: nickodd (~nickodd@replaced-ip )
1446 [19:14:08] *** Joins: conta (~Thunderbi@replaced-ip )
1447 [19:14:37] <xparanoik> trying to get wifi to work on a panasonic toughbook CF-74.. Got debian buster running xfce. can't bring the interface up due to RF-KILL.. Any ideas on what to do next?
1448 [19:14:41] *** Joins: Silmarilion (~Silmarili@replaced-ip )
1449 [19:15:21] <xparanoik> here is the iw dev output replaced-url
1450 [19:16:15] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1451 [19:16:58] <xparanoik> here is the error message replaced-url
1452 [19:17:57] <sney> !rfkill
1453 [19:17:57] <dpkg> /dev/rfkill is the Linux rfkill (radio frequency <killswitch>) device interface, available since Linux 2.6.31. It is used to enable and disable wireless networking devices (e.g. wireless LAN, Bluetooth, WiMAX). The rfkill userspace tool for accessing this interface is in the rfkill package. replaced-url
1454 [19:18:48] *** Joins: nksegos (~Thunderbi@replaced-ip )
1455 [19:18:50] *** Joins: dD_ (~ddshore@replaced-ip )
1456 [19:19:53] <xparanoik> ~# rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes
1457 [19:20:13] <xparanoik> hmm, hard blocked. wonder if there's a switch somewhere I just haven't found it
1458 [19:20:23] <jmcnaught> I was just going to ask that.
1459 [19:21:49] *** Joins: Zardoz (~Zardoz@replaced-ip )
1460 [19:22:54] *** Quits: poli (~poli@replaced-ip ) (Ping timeout: 256 seconds)
1461 [19:22:55] <swickrotation> I might have narrowed down my issue to just not having the correct drivers so that the DVI can be recognised. In Jessie the package was fglrx-driver, but that doesn't seem to be the case for the current release of stable. Any insights here?
1462 [19:24:41] <xparanoik> yeah looks like the wifi switch (just found it) isn't working... i cycled it from on to off and back, and the hardblock stays in
1463 [19:24:47] <xparanoik> i guess i have to stick with wired then..
1464 [19:24:48] *** Joins: radmuskai2 (~radmuskai@replaced-ip )
1465 [19:25:20] *** Joins: nebunez (~user@replaced-ip )
1466 [19:25:26] <vopijep> could you open it and hard wire it to "on"?
1467 [19:25:45] <xparanoik> i could try, yes. going to need to figure that out
1468 [19:25:59] <vopijep> good luck
1469 [19:26:01] <xparanoik> thanks
1470 [19:27:12] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1471 [19:27:57] *** Quits: radmuskai (~radmuskai@replaced-ip ) (Ping timeout: 272 seconds)
1472 [19:28:24] *** Bugz000 is now known as Polyethene
1473 [19:28:26] *** Polyethene is now known as Bugz000
1474 [19:28:55] <nevyn> swickrotation: what card?
1475 [19:29:12] *** Joins: mihi (~mihi@replaced-ip )
1476 [19:29:19] <swickrotation> nevyn: it's an AMD radeon 7870
1477 [19:29:31] *** Parts: contrapunctus (~contrapun@replaced-ip ) ("Disconnected: Replaced by new connection")
1478 [19:29:44] *** Joins: contrapunctus (~contrapun@replaced-ip )
1479 [19:30:07] *** Joins: argonautx (~argonautx@replaced-ip )
1480 [19:31:51] *** Joins: grobi (~rtng@replaced-ip )
1481 [19:31:53] <nevyn> why do you want to use fglrx? the radeon support ofr that should be fine.
1482 [19:33:59] <swickrotation> nevyn: I don't know what that is!
1483 [19:34:32] <nevyn> swickrotation: ok do you have working graphics at all?
1484 [19:34:36] <swickrotation> oh sorry mistook the typo for a package
1485 [19:35:03] <nevyn> for :D
1486 [19:35:13] <swickrotation> nevyn: yes I do, I've been able to test HDMI which works fine
1487 [19:35:35] <swickrotation> however my own monitor is only DVI/VGA in
1488 [19:36:51] <nevyn> if you run xrandr can you see the dvi output?
1489 [19:37:09] <nevyn> you know there are hdmi -> dvi cables ?
1490 [19:37:31] <swickrotation> haha ok so here's the tricky thing. For now I have to interact with the machine through ssh because the only monitor I have is the DVI which is not being detected
1491 [19:37:35] <nevyn> because they're the same signals just a different connector
1492 [19:37:49] <nevyn> the card has a dvi on it?
1493 [19:38:05] <swickrotation> Very strangely, when both monitors were plugged in neither were detected in xrandr even though there was hdmi signal being recieved
1494 [19:38:22] <swickrotation> but using xrandr --auto in that state shut them both off
1495 [19:38:56] <swickrotation> nevyn: the card has both, but this really feels like a software issue and not a hardware problem
1496 [19:39:02] *** debhelper sets mode: +l 1239
1497 [19:40:28] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1498 [19:40:58] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 246 seconds)
1499 [19:43:47] <swickrotation> oh, I should also say that while ssh'd into the problem machine, using `export DISPLAY=<remote ip>:0.0` returns nothing
1500 [19:44:01] *** Joins: wildlander (~wildlande@replaced-ip )
1501 [19:44:01] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Quit: WeeChat 2.8)
1502 [19:45:00] <xparanoik> hmm, figured it out. installed firmware-iwlwifi and cycled the switch, it seemed to stay in the "on" position and wifi connected..
1503 [19:45:03] <xparanoik> thanks for the help
1504 [19:46:14] *** Joins: hitest (~hitest@replaced-ip )
1505 [19:46:58] *** Joins: keropok (~keropok@replaced-ip )
1506 [19:47:11] *** Joins: adapter (~adapter@replaced-ip )
1507 [19:49:13] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1508 [19:50:12] *** Joins: steven_saus (~steven_sa@replaced-ip )
1509 [19:50:25] *** Joins: semeion (~semeion@replaced-ip )
1510 [19:52:44] *** Joins: hisacro (~hisacro@replaced-ip )
1511 [19:53:09] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1512 [19:55:25] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 264 seconds)
1513 [19:55:47] *** Joins: jottr (~jottr@replaced-ip )
1514 [19:57:37] *** Joins: dez (uid92154@replaced-ip )
1515 [19:57:57] *** Joins: FreEm1nD (~freemindm@replaced-ip )
1516 [19:58:15] *** Quits: pentachore1 (~pentachor@replaced-ip ) (Read error: Connection reset by peer)
1517 [19:58:34] *** Joins: pentachore1 (~pentachor@replaced-ip )
1518 [19:58:45] *** Joins: Brigo (~Brigo@replaced-ip )
1519 [19:59:01] *** debhelper sets mode: +l 1248
1520 [19:59:37] *** Quits: quadrathoch2 (~thelounge@replaced-ip##) (Quit: The Lounge - ##replaced-url
1521 [20:00:05] *** Joins: XOPK (~OPK@replaced-ip )
1522 [20:01:09] *** Quits: keropok (~keropok@replaced-ip ) (Quit: marvel)
1523 [20:01:31] *** Joins: quadrathoch2 (~quadrat@replaced-ip )
1524 [20:01:36] *** Quits: OPK (~OPK@replaced-ip ) (Ping timeout: 256 seconds)
1525 [20:01:54] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1526 [20:01:56] *** Quits: FreEm1nD (~freemindm@replaced-ip ) (Client Quit)
1527 [20:02:16] *** Quits: pentachore1 (~pentachor@replaced-ip ) (Remote host closed the connection)
1528 [20:03:33] *** Joins: czesmir (~stefan@replaced-ip )
1529 [20:05:21] *** Joins: fission6 (~textual@replaced-ip )
1530 [20:10:22] *** Quits: daniel_gc (~daniel_gc@replaced-ip ) (Quit: Leaving)
1531 [20:12:24] *** Joins: Zardoz (~Zardoz@replaced-ip )
1532 [20:12:59] *** Joins: electro33 (uid613@replaced-ip )
1533 [20:13:44] *** Joins: Hokedli (~laslie@replaced-ip )
1534 [20:14:09] *** Joins: kizmut (~bucket@replaced-ip )
1535 [20:14:42] *** Joins: alx^ (~alx^@replaced-ip )
1536 [20:14:53] *** Parts: kizmut (~bucket@replaced-ip ) ()
1537 [20:19:08] *** Parts: contrapunctus (~contrapun@replaced-ip ) ("Disconnected: closed")
1538 [20:20:08] *** Quits: alx^ (~alx^@replaced-ip ) (Quit: Leaving)
1539 [20:20:11] *** Joins: brondif (~brondif@replaced-ip )
1540 [20:21:05] *** Joins: platvoeten (~platvoete@replaced-ip )
1541 [20:22:13] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1542 [20:23:17] <swickrotation> I've tried all the steps on ATI How-To on the debian site, but am coming up totally empty
1543 [20:23:26] *** Joins: bubi67 (~klo_jnk@replaced-ip )
1544 [20:23:31] <swickrotation> it's a little frustrating haha
1545 [20:24:03] *** Joins: Bit_MCP (~Bit_MCP@replaced-ip )
1546 [20:24:18] *** Joins: pentachore (~pentachor@replaced-ip )
1547 [20:24:20] *** Joins: Zardoz (~Zardoz@replaced-ip )
1548 [20:27:03] *** Joins: m0u (m0u@replaced-ip )
1549 [20:27:54] <swickrotation> dmesg doesn't show any of the firmware loading, despite it all being installed
1550 [20:28:05] <kreyren> Any idea what might this be caused by? replaced-url
1551 [20:29:02] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
1552 [20:31:22] *** Joins: n4dir (~n4dir@replaced-ip )
1553 [20:31:37] *** Joins: Hokedli (~laslie@replaced-ip )
1554 [20:34:23] <kreyren> solved by recompiling ca-certificates~
1555 [20:34:46] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1556 [20:35:52] *** Joins: Zardoz (~Zardoz@replaced-ip )
1557 [20:35:56] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 246 seconds)
1558 [20:37:08] *** Quits: dD_ (~ddshore@replaced-ip ) (Ping timeout: 256 seconds)
1559 [20:37:16] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
1560 [20:37:53] *** Joins: samsmith (~samsmith@replaced-ip )
1561 [20:38:38] *** Joins: Trieste (~T@replaced-ip )
1562 [20:38:42] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1563 [20:39:30] <n4dir> hi. i followed advice from debian wiki for the wireless chip ISL3890, but neither wicd-gtk nor iwlist * scan give results. replaced-url
1564 [20:40:58] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Ping timeout: 260 seconds)
1565 [20:41:06] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Read error: Connection reset by peer)
1566 [20:42:25] *** Parts: brondif (~brondif@replaced-ip ) ("Leaving")
1567 [20:42:59] *** Quits: mmh (~mmh@replaced-ip ) (Quit: leaving)
1568 [20:43:17] *** Joins: ddsys (~ddsys@replaced-ip )
1569 [20:43:17] *** Joins: keropok (~keropok@replaced-ip )
1570 [20:50:57] *** Quits: rander2 (~kdk@replaced-ip ) (Ping timeout: 265 seconds)
1571 [20:51:10] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1572 [20:51:37] *** Joins: koniu (~koniu@replaced-ip )
1573 [20:52:06] *** Quits: keropok (~keropok@replaced-ip ) (Quit: bye)
1574 [20:52:52] <xparanoik> n4dir, i was just messing with wifi.. apt-get install rfkill then rfkill list
1575 [20:53:29] *** Joins: swift110-phone__ (uid50036@replaced-ip )
1576 [20:54:05] <n4dir> let me try. thanks
1577 [20:54:38] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1578 [20:54:41] <n4dir> no, same results. It's just "rfkill list" ?
1579 [20:55:16] *** Quits: Python1320 (Python1320@replaced-ip ) (Quit: quit)
1580 [20:56:47] *** Joins: dD_ (~ddshore@replaced-ip )
1581 [20:56:50] <xparanoik> yeah, to see if your wifi card is disabled or not, i had that issue
1582 [20:57:17] <xparanoik> you should see soft blocked NO and hard blocked NO if it's enabled
1583 [20:57:41] <n4dir> yes, that is what i get
1584 [20:57:50] <xparanoik> both not blocked? hm
1585 [20:59:54] <xparanoik> did you bring the interface up before scanning?
1586 [21:00:03] *** Joins: Zardoz (~Zardoz@replaced-ip )
1587 [21:00:27] <n4dir> i don't think so. is it like "ip name_of up" ?
1588 [21:00:31] *** Joins: Python1320 (Python1320@replaced-ip )
1589 [21:00:34] *** Quits: dreamon (~dreamon@replaced-ip ) (Remote host closed the connection)
1590 [21:01:07] *** Quits: Frances (~papin@replaced-ip ) (Read error: Connection reset by peer)
1591 [21:01:13] *** Joins: McMurdo (~McMurdo@replaced-ip )
1592 [21:01:51] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1593 [21:02:14] *** Joins: omenius (~omenius@replaced-ip )
1594 [21:02:18] <xparanoik> earlier i used "ip link set INTERFACE_NAME up" - in your case use wlp2s0
1595 [21:02:47] <n4dir> yeah, just found it in the man page and iwlist works now. Thanks a ton
1596 [21:02:48] *** Joins: k4nz (~Thunderbi@replaced-ip )
1597 [21:02:53] <xparanoik> np
1598 [21:03:11] <n4dir> !next
1599 [21:03:12] <dpkg> Another happy customer leaves the building.
1600 [21:03:14] <n4dir> :-)
1601 [21:03:45] <McMurdo> Howdy, I have full disk encryption on my Debian setup can someone point me in the direction of how to shrink this encrypted partition to make room for another partition (to install a separate Debian OS)?
1602 [21:06:38] *** Joins: ChmEarl (~chmearl@replaced-ip )
1603 [21:06:39] *** Quits: mns (~mns@replaced-ip ) (Quit: Quit)
1604 [21:07:15] *** Quits: Nokaji (~Nokaji@replaced-ip ) (Ping timeout: 260 seconds)
1605 [21:07:42] *** Joins: contrapunctus (~contrapun@replaced-ip )
1606 [21:11:58] *** Quits: dD_ (~ddshore@replaced-ip ) (Ping timeout: 256 seconds)
1607 [21:13:05] *** Joins: Jerrynicki (~niklas@replaced-ip )
1608 [21:13:46] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
1609 [21:13:49] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Client Quit)
1610 [21:18:33] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1611 [21:19:19] *** Joins: Zardoz (~Zardoz@replaced-ip )
1612 [21:19:51] *** Joins: Nokaji (~Nokaji@replaced-ip )
1613 [21:20:45] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
1614 [21:23:05] *** Joins: discovered_ (~discovere@replaced-ip )
1615 [21:23:07] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Ping timeout: 260 seconds)
1616 [21:25:14] *** Quits: discovered (~discovere@replaced-ip ) (Ping timeout: 240 seconds)
1617 [21:27:29] <swickrotation> Still no luck. I'm not sure what to do, I've followed all the steps on AtiHowTo
1618 [21:27:48] <swickrotation> Maybe I'll try contacting AMD for support. Any other thoughts?
1619 [21:27:56] *** Quits: hitest (~hitest@replaced-ip ) (Quit: Leaving)
1620 [21:29:03] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
1621 [21:31:07] <swift110-phone__> How do I put Debian onto a Mac pro 1.1?
1622 [21:32:16] *** Quits: discovered_ (~discovere@replaced-ip ) (Ping timeout: 246 seconds)
1623 [21:32:44] *** Joins: soul-d (~name@replaced-ip )
1624 [21:33:18] *** Joins: seraphyn (~seraphyn@replaced-ip )
1625 [21:35:27] *** Quits: pwnd_nsfw` (~pwnd_nsfw@replaced-ip ) (Quit: Leaving)
1626 [21:35:40] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
1627 [21:36:00] *** Joins: pwnd_nsfw (~pwnd_nsfw@replaced-ip )
1628 [21:37:04] <NetTerminalGene> swickrotation, what is your gpu?
1629 [21:37:10] *** Quits: spinningCat-work (~spinningc@replaced-ip ) (Ping timeout: 246 seconds)
1630 [21:38:13] *** Quits: m0u (m0u@replaced-ip ) (Ping timeout: 246 seconds)
1631 [21:39:12] *** Joins: leorat (~leorat@replaced-ip )
1632 [21:41:45] *** Joins: Zppix (uid182351@replaced-ip )
1633 [21:42:13] *** Joins: Jerrynicki (~niklas@replaced-ip )
1634 [21:46:39] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1635 [21:49:21] <Lampion> hey lads, what does the '(8)' mean after a command ?
1636 [21:49:25] <Lampion> Like, vpn(8)
1637 [21:49:26] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
1638 [21:49:32] *** Quits: seraphyn (~seraphyn@replaced-ip ) (Quit: If in trouble, if in doubt, run in circles scream and shout... The great Immundus said this 2 years ago)
1639 [21:49:38] *** Quits: fcanela_ (~fcanela@replaced-ip ) (Remote host closed the connection)
1640 [21:50:27] <swickrotation> NetTerminalGene: I'm using a Radeon 7870
1641 [21:50:32] *** Joins: mori (~mori@replaced-ip )
1642 [21:50:33] *** Joins: conta (~Thunderbi@replaced-ip )
1643 [21:51:16] *** Joins: oxek (qjvl@replaced-ip )
1644 [21:51:48] <NetTerminalGene> swickrotation, can you send me wiki debian link?
1645 [21:51:57] <oxek> I am on debian 10 and something is generating thumbnails inside ~/.cache/thumbnails/ and I'd like this behavior to stop. How can I do that?
1646 [21:52:05] <oxek> xfce is my DE
1647 [21:52:32] *** Joins: ob-sed (~obesd@replaced-ip )
1648 [21:54:26] <NetTerminalGene> oxek, you don't have any thumbnailed extension?
1649 [21:54:41] <NetTerminalGene> i mean pictures, videos etc..
1650 [21:55:55] *** Joins: freebench__ (~freebench@replaced-ip )
1651 [21:56:01] <oxek> NetTerminalGene: I suspect I have 'tumbler' installed by default
1652 [21:56:04] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 246 seconds)
1653 [21:56:13] <oxek> don't know anything about any extensions
1654 [21:56:24] *** Joins: th0r (~th0r@replaced-ip )
1655 [21:56:49] <oxek> if 'tumbler' is the culprit, can this behavior be disabled or can I simply safely purge this package?
1656 [21:57:10] <NetTerminalGene> oxek, can't you just disable it in thunar?
1657 [21:57:30] <NetTerminalGene> there should be a setting for that
1658 [21:59:01] <oxek> NetTerminalGene: I've set that setting to disabled long ago, but the behavior persists
1659 [21:59:06] <oxek> so the setting does not do anything
1660 [21:59:27] <NetTerminalGene> sorry
1661 [21:59:51] *** Joins: rustbuckett (~downtime@replaced-ip )
1662 [22:01:24] <NetTerminalGene> oxek, my minimal xfce installation notes points these packages: tumbler-plugins-extra ffmpegthumbnailer
1663 [22:01:28] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1664 [22:01:56] <NetTerminalGene> but it is for older debian. i am not sure if this apply buster
1665 [22:03:26] <oxek> yeah I think I'll just try to remove the package 'tumbler'. Anyone know if something unexpected will break as a result?
1666 [22:03:47] <oxek> (I fully expect thumbnail generation to no longer work, just wondering if it breaks something else)
1667 [22:04:05] *** Parts: bthomas (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
1668 [22:05:19] *** Quits: fission6 (~textual@replaced-ip ) (Read error: Connection reset by peer)
1669 [22:05:39] *** Joins: fission6 (~textual@replaced-ip )
1670 [22:06:08] <Lampion> Guys ?
1671 [22:06:56] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1672 [22:07:07] <annadane> Lampion, see "man man"
1673 [22:07:10] <annadane> they're sections
1674 [22:07:27] <annadane> they designate the area a program belongs to
1675 [22:07:58] <annadane> 1 Executable programs or shell commands 2 System calls (functions provided by the kernel) and so on
1676 [22:08:13] <Lampion> Problem is, 'vpn' does not show up in the repositories, in the internet or in anything...
1677 [22:08:29] <Lampion> What should I be looking for ? That's a *big* document.
1678 [22:08:37] *** Quits: rustbuckett (~downtime@replaced-ip ) (Ping timeout: 260 seconds)
1679 [22:08:57] <jmcnaught> The sections are described in the description of "man man", on the second page.
1680 [22:10:23] <Lampion> VPN seems to be a superuser-only command, but even with sudo or su enabled it does not bring up anything.
1681 [22:10:27] *** Joins: nicolaf (~nicolaf@replaced-ip )
1682 [22:10:37] <Lampion> And as said earlier, it doesn't show up in repositories either.
1683 [22:11:29] <jmcnaught> Where did you find this vpn(8) command?
1684 [22:12:04] <Lampion> Under isakmpd's man
1685 [22:12:46] *** Joins: kupi (uid212005@replaced-ip )
1686 [22:14:05] <n4dir> which apt-cache says to be a openbsd thing, which might or might not indicate that the debian app name is a different one
1687 [22:14:18] <n4dir> or service.
1688 [22:14:43] <n4dir> though you can always find manpages online
1689 [22:15:03] <n4dir> not sure if the posix-manpages would contain it (man vpn)
1690 [22:15:46] <Lampion> I found nothing on the internet, dude, but I'll check that site.
1691 [22:17:44] *** Quits: flayer (~a_flayer@replaced-ip ) (Quit: Leaving)
1692 [22:17:54] <n4dir> it is a package in debian, but the name might be slightly different
1693 [22:18:09] *** Joins: Ravexina (~ravexina@replaced-ip )
1694 [22:18:51] <n4dir> if the web doesn't know man vpn, i wouldn't have much hope those manpages have it
1695 [22:20:08] <Lampion> That's real strange... The worst is I *need* that manpage in order to know what to do with isakmpd.
1696 [22:20:44] <Lampion> I'm looking to build an ipsec vpn with friends, nothing fancy, just a tunnel and some routing tweaks.
1697 [22:21:09] <Lampion> But I honestly can't find anything that's not a client, I don't know what to use.
1698 [22:21:44] <AndreasLutro> strongswan is the one I know
1699 [22:22:10] *** Joins: rustbuckett (~downtime@replaced-ip )
1700 [22:22:13] <n4dir> perhaps write a mail to the developper(s) of isakmpd and ask them to clarify (or if they are on github or such report there) ?
1701 [22:23:05] <Lampion> Yeah, but we're trying not to use premade clients, see ? We want to do it from scratch, make the tunnel ourselves, configure isakmp and stuff.
1702 [22:23:22] <Lampion> I'll try and do that n4dir, thanks for your help
1703 [22:23:52] <n4dir> good luck. :-)
1704 [22:24:54] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1705 [22:25:20] *** Quits: Ravexina (~ravexina@replaced-ip ) (Quit: Leaving)
1706 [22:27:03] *** Quits: yonder (~yonder@replaced-ip ) (Ping timeout: 260 seconds)
1707 [22:27:15] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
1708 [22:27:47] *** Joins: yonder (~yonder@replaced-ip )
1709 [22:28:20] *** Joins: adu (~arobbins@replaced-ip )
1710 [22:28:45] *** Quits: bubi67 (~klo_jnk@replaced-ip ) (Quit: Leaving.)
1711 [22:29:09] *** Quits: fjavier (~fjavier@replaced-ip ) (Quit: Leaving)
1712 [22:30:51] *** Quits: ttrs (~ttrs@replaced-ip ) (Quit: 10gbit)
1713 [22:30:51] <freebench__> hi, advice is needed. a while ago buster got stopped on boot with message that errors have been found on /dev/sda2 part, with message to run ckfs on it. S
1714 [22:30:51] <freebench__> o was did. Now, after a reboot it fails to start, goes into manual mode. the main failure poing is "r8169 0000:0c:00.0: firmware: failed to load rtl_nic/rtl18168e-3.fw(-2)".
1715 [22:31:01] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Remote host closed the connection)
1716 [22:31:31] *** Joins: Harm133 (~harm@replaced-ip )
1717 [22:31:59] <adu> How do I install cdrkit/
1718 [22:32:09] *** Joins: Mazhive (~Mazhive@replaced-ip )
1719 [22:32:12] <Harm133> Hey guys, I'm trying to get nginx to run with TLSv1.3 on buster; but can't seem to get it to work
1720 [22:32:17] <oxek> freebench__: that error should not prevent booting, something else is the issue.
1721 [22:32:19] *** Joins: ttrs (~ttrs@replaced-ip )
1722 [22:32:31] <Harm133> Isn't the default nginx package from the repo compatible with TLSv1.3?
1723 [22:32:43] <Harm133> nginx -V shows; built with OpenSSL 1.1.0l 10 Sep 2019 (running with OpenSSL 1.1.1d 10 Sep 2019)
1724 [22:33:32] <oxek> Harm133: needs to be built with openssl 1.1.1
1725 [22:33:45] <Harm133> Damn I thought so, thx
1726 [22:33:53] <Harm133> Why isn't it done in the repo by default?
1727 [22:34:13] <oxek> nginx is problematic, and upstream strongly recommends to not use debian repos
1728 [22:34:28] <Harm133> for the nginx package you mean
1729 [22:34:33] <oxek> yes
1730 [22:34:45] <Harm133> Alright, I'll try and see their repo
1731 [22:34:48] <Harm133> thx for the fast reply :)
1732 [22:35:12] <freebench__> oxek, how to find out what is it ?
1733 [22:35:35] <oxek> Harm133: I don't see any other way of getting nginx with TLSv1.3 on debian stable yet.
1734 [22:36:23] <oxek> freebench__: a start would be pasting the entire log and any other related logfiles somewhere and someone might help
1735 [22:37:38] *** Joins: tuxmania (~tuxmania@replaced-ip )
1736 [22:37:50] <freebench__> oxek, machine isn't in my possession
1737 [22:38:21] *** Parts: nickodd (~nickodd@replaced-ip ) ()
1738 [22:39:33] <oxek> unfortunately with no information there is nothing I can do, but perhaps someone wiser might have some input
1739 [22:40:36] *** Quits: mori (~mori@replaced-ip ) (Quit: WeeChat 2.3)
1740 [22:42:12] <freebench__> oxek, here are some more. when it was prompted by the system to run ckfs on partition. there was many prompts to fix the errors, all of these were allowed to fix
1741 [22:42:57] *** Joins: synaps3 (~synaps34@replaced-ip )
1742 [22:43:34] <synaps3> hi, i have port 25 open on my vps and idk why, looked into systemctl -l smtpd is not there, looked into ps aux | grep smtpd found nothing
1743 [22:43:45] <synaps3> when i connect with nc smtpd is working on there
1744 [22:43:48] <synaps3> how to shut it off
1745 [22:44:34] <sney> could be xinetd. or check for exim4/postfix/sendmail service
1746 [22:44:53] *** Quits: McMurdo (~McMurdo@replaced-ip ) (Quit: Leaving)
1747 [22:45:13] *** Quits: n4dir (~n4dir@replaced-ip ) (Ping timeout: 256 seconds)
1748 [22:45:23] <sney> however if your vps is going to have a website that can send mail you may need smtp for that
1749 [22:45:46] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Ping timeout: 258 seconds)
1750 [22:47:26] <Harm133> synaps3: you can do 'netstat -tulnap | grep LISTEN' and see what proces is using that port
1751 [22:47:31] <Harm133> listening on that port*
1752 [22:47:46] <synaps3> i don't have netstat only ss
1753 [22:48:23] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
1754 [22:48:29] <Harm133> 'ss -l4p' should do the trick then
1755 [22:48:43] <synaps3> wow thanks
1756 [22:48:50] <synaps3> what does 4 do in that
1757 [22:49:01] <Harm133> only IPv4
1758 [22:49:02] <synaps3> sney, it is exim4
1759 [22:49:05] <synaps3> oh thanks
1760 [22:49:13] <Harm133> No problem :)
1761 [22:49:20] <synaps3> i had some trouble with ss telling what process is using what port
1762 [22:49:37] <Harm133> ss / netstat to the rescue ;)
1763 [22:52:52] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1764 [22:54:26] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1765 [22:54:37] <oxek> remind me, is 'ss' the deprecated program?
1766 [22:54:53] <oxek> what is its intended replacement?
1767 [22:55:09] <Harm133> netstat is the old one, ss is the new one
1768 [22:55:12] <Harm133> afaik
1769 [22:55:49] <oxek> ah, that might be the case then, thanks
1770 [22:56:09] *** Joins: msantana (~darkstar@replaced-ip )
1771 [22:56:47] *** Quits: nicolaf (~nicolaf@replaced-ip ) (Remote host closed the connection)
1772 [22:57:01] *** Joins: grobi (~rtng@replaced-ip )
1773 [22:57:22] *** Joins: dD_ (~ddshore@replaced-ip )
1774 [22:57:27] <Harm133> From the netstat man; 'This program is mostly obsolete. Replacement for netstat is ss.'
1775 [22:57:49] *** Joins: anoncon (~Falsememo@replaced-ip )
1776 [22:58:27] *** Quits: amphiprions (~amphiprio@replaced-ip ) (Remote host closed the connection)
1777 [23:03:06] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1778 [23:03:13] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 264 seconds)
1779 [23:06:00] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1780 [23:07:17] *** Joins: towo` (~towo@replaced-ip )
1781 [23:07:29] *** Quits: elibrokeit (eschwartz@replaced-ip ) (Quit: A random quit message)
1782 [23:07:48] *** Joins: elibrokeit (eschwartz@replaced-ip )
1783 [23:07:57] *** Quits: elibrokeit (eschwartz@replaced-ip ) (Client Quit)
1784 [23:08:10] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #20: "I have not failed. I've just found 10,000 ways that won't work." - Thomas Alva Edison (1847-1931))
1785 [23:09:01] *** debhelper sets mode: +l 1242
1786 [23:09:28] *** Joins: elibrokeit (eschwartz@replaced-ip )
1787 [23:10:10] *** Joins: flayer (~a_flayer@replaced-ip )
1788 [23:10:43] *** Joins: calux (~claudio@replaced-ip )
1789 [23:10:59] *** Joins: pringau (~pringau@replaced-ip )
1790 [23:11:03] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
1791 [23:11:43] *** Joins: m0u (~m0u@replaced-ip )
1792 [23:14:36] *** Parts: calux (~claudio@replaced-ip ) ()
1793 [23:15:58] *** Quits: anoncon (~Falsememo@replaced-ip ) (Quit: Leaving)
1794 [23:16:14] *** Joins: calux (~claudio@replaced-ip )
1795 [23:16:25] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
1796 [23:16:59] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 260 seconds)
1797 [23:17:05] *** Joins: BenNZ (~Ben__@replaced-ip )
1798 [23:17:53] *** Quits: thoros (~thoros@replaced-ip ) (Ping timeout: 265 seconds)
1799 [23:18:40] *** Joins: Vladi (~great@replaced-ip )
1800 [23:18:40] *** Joins: n-iCe (~nice@replaced-ip )
1801 [23:18:48] *** Quits: otisolsen70 (~otisolsen@replaced-ip ) (Quit: Leaving)
1802 [23:20:34] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 260 seconds)
1803 [23:21:10] <Vladi> Hello. I have this python script that I want to run when my Raspberry Pi boots. I also want it to be run from its folder (because it's accessing files there). I also made a .sh launcher that starts the script. Can I make either of those execute during or right after boot?
1804 [23:21:26] *** Quits: jottr (~jottr@replaced-ip ) (Quit: WeeChat 2.8)
1805 [23:21:47] *** Joins: gurmble (~Thunderbi@replaced-ip )
1806 [23:21:49] *** Quits: grumble (~grumble@replaced-ip ) (Killed (tepper.freenode.net (Nickname regained by services)))
1807 [23:21:49] *** gurmble is now known as grumble
1808 [23:21:57] *** Joins: Telcoguy (~quassel@replaced-ip )
1809 [23:22:17] *** Joins: winterflaw (~winterfla@replaced-ip )
1810 [23:22:19] *** Quits: Telcoguy (~quassel@replaced-ip ) (Client Quit)
1811 [23:22:26] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1812 [23:22:35] *** Parts: calux (~claudio@replaced-ip ) ()
1813 [23:22:51] *** Joins: Telcoguy (~quassel@replaced-ip )
1814 [23:23:02] <winterflaw> I'm upgrading a Jessie on mipsel using archive.debian.org and although I may be completely wrong, there seems to be a corrupt package for libcario2
1815 [23:23:02] *** Joins: dvs (~hibbard@replaced-ip )
1816 [23:23:51] <winterflaw> dpkg throws "unexpected end of file or stream" while unpacking
1817 [23:23:52] <dpkg> winterflaw: KCI error, or a problem with the Keyboard-Chair Interface.
1818 [23:23:57] *** Joins: Garb0 (~Garb0@replaced-ip )
1819 [23:24:09] <winterflaw> well I hope so because then it's relatively quick and easy to fix
1820 [23:24:58] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
1821 [23:25:01] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
1822 [23:25:16] *** Quits: omenius (~omenius@replaced-ip ) (Quit: Leaving)
1823 [23:25:20] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
1824 [23:26:43] *** Quits: addmayo (~pi@replaced-ip ) (Ping timeout: 272 seconds)
1825 [23:26:51] *** Quits: shabius (~shabius@replaced-ip ) (Read error: Connection reset by peer)
1826 [23:27:20] *** Joins: shabius (~shabius@replaced-ip )
1827 [23:28:24] *** Joins: addmayo (~pi@replaced-ip )
1828 [23:28:31] *** Joins: nt1036 (~nt1036@replaced-ip )
1829 [23:31:22] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 256 seconds)
1830 [23:32:11] *** Joins: tuxmania (~tuxmania@replaced-ip )
1831 [23:32:44] *** Quits: oxek (qjvl@replaced-ip ) (Quit: oxek)
1832 [23:36:06] *** Joins: abdulocracy4 (abdulocrac@replaced-ip )
1833 [23:36:09] *** Quits: sysgrammer_moe (~sysgramme@replaced-ip ) (Remote host closed the connection)
1834 [23:37:59] *** Quits: abdulocracy (abdulocrac@replaced-ip ) (Ping timeout: 260 seconds)
1835 [23:37:59] *** abdulocracy4 is now known as abdulocracy
1836 [23:38:35] <CrystalMath> hmm
1837 [23:38:42] <CrystalMath> i have some sort of problem
1838 [23:38:49] <CrystalMath> when i install my linux-libc-dev package
1839 [23:39:01] <CrystalMath> it wants to upgrade it to the backports version
1840 [23:39:26] <CrystalMath> any way i can disable a particular backports package?
1841 [23:39:36] <sney> debian preferentially installs the newest version of an available package. you can work around that with pinning or holds
1842 [23:39:50] *** Quits: Stryker_ (~Stryker@replaced-ip ) (Quit: Bye)
1843 [23:39:52] <BenNZ> CrystalMath: you can change the pin priority
1844 [23:39:59] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
1845 [23:40:06] <sney> 'apt-mark hold packagename' will hold the package at the current version, which is a little easier than doing pin math
1846 [23:40:35] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 258 seconds)
1847 [23:40:38] <BenNZ> CrystalMath: replaced-url
1848 [23:40:40] <CrystalMath> idk why it wants the bacport suddenly
1849 [23:40:48] <CrystalMath> *backport
1850 [23:40:53] <CrystalMath> but i mean, i installed my custom-built package
1851 [23:40:57] <BenNZ> CrystalMath: because backports is probably a later version
1852 [23:41:10] <CrystalMath> yes but i mean, for every package, the backport is a later version
1853 [23:41:15] <CrystalMath> why only linux-libc-dev?
1854 [23:41:22] *** Joins: argusbr (~cotoco@replaced-ip )
1855 [23:41:27] <sney> backports is default pinned at a low priority so there's probably something else that's recommending a newer libc
1856 [23:41:42] *** Joins: sysgrammer_moe (~sysgramme@replaced-ip )
1857 [23:41:43] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1858 [23:41:52] *** Quits: Zardoz (~Zardoz@replaced-ip##) (Quit: ZNC 1.8.0 - ##replaced-url
1859 [23:42:04] *** Quits: sysgrammer_moe (~sysgramme@replaced-ip ) (Remote host closed the connection)
1860 [23:42:13] *** Joins: Zardoz (~Zardoz@replaced-ip )
1861 [23:42:26] *** Joins: Stryker (~Stryker@replaced-ip )
1862 [23:42:31] *** Joins: sysgrammer_moe (~sysgramme@replaced-ip )
1863 [23:42:33] <BenNZ> CrystalMath: more than likely it is needed by another package
1864 [23:42:48] <CrystalMath> any way to find out?
1865 [23:43:40] *** Joins: StathisA (~StathisA@replaced-ip )
1866 [23:43:55] <BenNZ> cryptic: apt-cache rdepends linux-libc-dev
1867 [23:45:04] <CrystalMath> only two in the resulting list are installed
1868 [23:45:12] <CrystalMath> libc6-dev and libklibc-dev
1869 [23:45:42] <CrystalMath> libc6-dev: Depends: libc6 (= 2.28-10), libc-dev-bin (= 2.28-10), linux-libc-dev
1870 [23:45:43] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Remote host closed the connection)
1871 [23:46:08] <CrystalMath> libklibc-dev: Depends: libklibc (= 2.0.6-1), linux-libc-dev
1872 [23:46:33] <CrystalMath> they don't ask for a specific version
1873 [23:47:23] *** Joins: gnumdk (~gnumdk@replaced-ip )
1874 [23:47:50] <CrystalMath> the version i have is 4.19.118-custom-4
1875 [23:48:28] *** Joins: tuxmania (~tuxmania@replaced-ip )
1876 [23:49:00] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Remote host closed the connection)
1877 [23:50:58] *** mpmc is now known as mork
1878 [23:51:34] *** Quits: dD_ (~ddshore@replaced-ip ) (Ping timeout: 240 seconds)
1879 [23:52:04] *** Quits: pentachore (~pentachor@replaced-ip ) (Ping timeout: 256 seconds)
1880 [23:53:12] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 256 seconds)
1881 [23:53:39] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Ping timeout: 265 seconds)
1882 [23:54:32] *** Joins: enoch85 (~enoch85@replaced-ip )
1883 [23:55:52] *** Joins: otmi (~mito@replaced-ip )
1884 [23:56:47] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1885 [23:56:50] *** Quits: rebrec (~rebrec@replaced-ip ) (Ping timeout: 246 seconds)
1886 [23:56:50] *** Joins: netcrash (~charmande@replaced-ip )
1887 [23:57:20] *** Joins: BalooRJ (~BalooRJ@replaced-ip )
1888 [23:59:15] *** Quits: search_social (~search_so@replaced-ip ) (Quit: leaving)
1889 [23:59:54] *** Quits: Q_Continuum (~quassel@replaced-ip##) (Quit: ##replaced-url
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be