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:00] *** Quits: HelloShitty (~meehh@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1 [00:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2 [00:00:24] *** Joins: v01t (~v01t@replaced-ip )
3 [00:01:25] *** Joins: Kryczek (~kryczek@replaced-ip )
4 [00:02:01] <Kryczek> Hi! I can't seem to get pattern
matching in /etc/network/interfaces to work; I see "Ensure
allow-* also allows pattern matching" was added in ifupdown
0.8.21 but I do have a newer one (0.8.35) and I am completely stuck;
would anybody be so kind to please help? :)
5 [00:03:56] *** Quits: bazul (bazul@replaced-ip ) (Ping timeout: 246 seconds)
6 [00:04:11] *** Joins: Gaaab (~Gaaab@replaced-ip )
7 [00:05:01] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
8 [00:08:52] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
9 [00:09:29] *** Quits: djanos_ (~djanos@replaced-ip##) (Quit: ZNC 1.7.2 - ##replaced-url
10 [00:09:51] *** Joins: djanos_ (~djanos@replaced-ip )
11 [00:10:27] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
12 [00:11:10] *** Quits: graytron (~tero@replaced-ip ) (Remote host closed the connection)
13 [00:11:44] <petn-randall> Kryczek: It would help if you
explain what you tried, and what "didn't work".
14 [00:12:22] *** Joins: NappyPappy (~pendragon@replaced-ip )
15 [00:12:32] *** Joins: msimpson_ (~msimpson@replaced-ip )
16 [00:13:20] *** Quits: msimpson (~msimpson@replaced-ip ) (Read error: Connection reset by peer)
17 [00:14:16] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
18 [00:14:31] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 276 seconds)
19 [00:14:33] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
20 [00:15:04] *** Joins: sonicdee (~linushec@replaced-ip )
21 [00:15:07] *** Quits: pinkoy (~pinkoy@replaced-ip ) ()
22 [00:15:28] *** Joins: pinkoy (~pinkoy@replaced-ip )
23 [00:17:22] *** Quits: Alina-malina (~Alina-mal@replaced-ip ) (Ping timeout: 246 seconds)
24 [00:17:44] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
25 [00:20:28] <Kryczek> petn-randall: Hi! Thank you for the
reply :) I tried doing just like
/usr/share/doc/ifupdown/examples/pattern-matching and the
"PATTERN MATCHING INTERFACES" section of `man interfaces`,
for example "allow-hotplug /en*/=foo" (or with
"auto" instead of "allow-hotplug") followed by
"iface foo inet dhcp" and even "iface foo inet6
auto" but apart from "lo" (which is not
pattern-matched) no interface ever gets
26 [00:20:34] <Kryczek> brought up
27 [00:21:33] <NappyPappy> nice , I started using linux redhat
in 1997 then in 1999 I installed Debian slink. Now I am using again.
It is slower than slackware but still good
28 [00:21:57] <Kryczek> I also tried matching wireless
interfaces with "allow-hotplug /wl*/=bar" or "auto
wireless/*/1=baz" but still no luck
29 [00:22:08] <NappyPappy> I tried installing arch linux and a
slackware-current before debian stretch but I had to abort those
missions
30 [00:22:51] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
31 [00:22:54] *** Quits: rsully (~rsully@replaced-ip ) (Quit: rsully)
32 [00:23:48] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ***** Mesozoic climate far hotter (+15C) -
##replaced-url
33 [00:23:52] <Kryczek> I added a logging script in
/etc/network/if-up.d/ and I see that it gets called only for
IFACE=lo and IFACE=--all
34 [00:24:02] *** debhelper sets mode: +l 1517
35 [00:24:36] *** Joins: rpifan (~rpifan@replaced-ip )
36 [00:25:10] <Kryczek> Is it possible that systemd is hijacking
/etc/network/interfaces away from ifupdown, and supporting only
basic syntax?
37 [00:26:59] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
38 [00:27:10] *** Quits: TheFuzzball (~TheFuzzba@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
39 [00:27:17] *** Quits: tonyk (~tonyk@replaced-ip ) (Quit: Client terminated!)
40 [00:27:20] <petn-randall> Kryczek: Try showing the exact
things you tested instead of examples, it makes it easier to debug.
If you don't have a logical interfaces section wifor
"foo" then nothing will happen.
41 [00:27:24] *** Joins: zbychuk (~zbychuk@replaced-ip )
42 [00:27:30] *** Joins: juoano (~pavel@replaced-ip )
43 [00:27:44] *** Joins: dArK_IcE (~lawl@replaced-ip )
44 [00:27:54] <Kryczek> petn-randall: I called it literally
"foo" :)
45 [00:28:19] <Kryczek> I tried various names in case their was
some kind of name clash or recursive pattern matching
46 [00:29:18] <Kryczek> If I try to manually `ifup enp0s3` or
whatever interface, ifup always says "unknown interface",
but then again I don't know if ifup'ing a specific
interface is supposed to work when /etc/network/interfaces only
contains patterns (besides lo)
47 [00:29:38] <Kryczek> if I add a section for enp0s3 then it
works, of course, but I lose the whole point of pattern matching
48 [00:29:55] *** Quits: juoano (~pavel@replaced-ip ) (Remote host closed the connection)
49 [00:30:19] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 246 seconds)
50 [00:32:19] *** Joins: TheFuzzball (~TheFuzzba@replaced-ip )
51 [00:32:41] *** Joins: Alina-malina (~Alina-mal@replaced-ip )
52 [00:32:42] <petn-randall> Kryczek: systemd neither [4~ knows
nor does anything with your network configuration.
53 [00:32:55] <petn-randall> Kryczek: you're still
describing the file, instead of showing it.
54 [00:32:58] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
55 [00:32:59] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
56 [00:33:09] *** Quits: TheFuzzball (~TheFuzzba@replaced-ip ) (Client Quit)
57 [00:33:25] *** Joins: finalbeta (~finalbeta@replaced-ip )
58 [00:33:26] *** Joins: shabius_ (~shabius@replaced-ip )
59 [00:33:30] *** Joins: spacebison (~bison@replaced-ip )
60 [00:35:13] *** Joins: imzadi (~imzadi@replaced-ip )
61 [00:35:21] *** Joins: Gaaab (~Gaaab@replaced-ip )
62 [00:35:34] *** Quits: Portion (~General_c@replaced-ip ) (Ping timeout: 246 seconds)
63 [00:35:54] <imzadi> does squeeze precede stretch?
64 [00:36:02] <Kryczek> petn-randall:
replaced-url
65 [00:36:36] <petn-randall> imzadi: By several releases, yes.
66 [00:36:46] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 259 seconds)
67 [00:37:07] <Kryczek> imzadi: Debian 6 (squeeze), 7 (wheezy),
8 (jessie), 9 (stretch), 10 (buster)
68 [00:37:26] <imzadi> is it not practible to install an fdroid
server on squeeze?
69 [00:37:44] <petn-randall> imzadi: Try asking a concrete
question.
70 [00:38:48] <imzadi> well the instructions talk of having
stretch or higher
71 [00:39:02] <imzadi> and then there is mention of older using
wheezy
72 [00:39:12] <imzadi> but wheezy is debian 4 isnt it
73 [00:39:13] <petn-randall> !squeeze
74 [00:39:13] <dpkg> Debian 6.0 "Squeeze" was released
on 2011-02-06:
replaced-url
75 [00:39:36] <imzadi> !wheezy
76 [00:39:36] <dpkg> Wheezy is the current <oldoldstable>
release, Debian 7, released on 2013-05-04:
replaced-url
77 [00:39:54] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Remote host closed the connection)
78 [00:40:19] *** Joins: CyberHacker (~CyberHack@replaced-ip )
79 [00:40:19] <petn-randall> imzadi: Given that squeeze is not
supported anymore, why not use a supported Debian release?
80 [00:40:33] <imzadi> yeah petn-randall it looks like it isnt
going to work on this system
81 [00:40:35] <petn-randall> Kryczek: So what happens if you run
`ifup -v wlan0`?
82 [00:40:45] <petn-randall> imzadi: Define "doesn't
work".
83 [00:40:55] <imzadi> it isnt really that old
84 [00:41:02] <petn-randall> Eh?
85 [00:41:16] *** Joins: alexandros_c (~quassel@replaced-ip )
86 [00:41:19] *** Joins: alexandros_tab (~quassel@replaced-ip )
87 [00:41:21] <NappyPappy> Kryczek: systemd highjacked my wifi
interface while I was trying to install arch linux so I grabbed
debian stretch fully knowing it had systemd but knowing debian
developers are not stupid like arch. All because slackware-current
freezes on me after install.
88 [00:41:27] <imzadi> doesnt work , when something runs and
fails to do anything it was written to do
89 [00:41:39] <imzadi> why do you ask for precise defines
90 [00:41:50] <petn-randall> NappyPappy: Do you have a support
question
91 [00:42:03] <petn-randall> imzadi: *What* doesn't work
when installing a supported OS?
92 [00:42:33] <imzadi> knoppix is apparently written by some
german hacker using the name Klause Knopper
93 [00:42:33] *** Parts: NappyPappy (~pendragon@replaced-ip ) ()
94 [00:43:05] <Kryczek> petn-randall: it says "unknown
interface" (and the verbosity does not add anything to it)
95 [00:43:09] *** Quits: Monodroid (~Monodroid@replaced-ip ) (Remote host closed the connection)
96 [00:43:10] *** Parts: JohnDoe2 (~johndoe2@replaced-ip ) ()
97 [00:43:52] <Kryczek> petn-randall: however, interestingly if
I run `ifup --all` then the wifi interface gets activated, I guess
because it is the only kind with "auto" (wired has
"allow-hotplug")
98 [00:44:15] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 244 seconds)
99 [00:44:36] <Kryczek> petn-randall: then again that same
interface was not activated at boot, in other words the first `ifup
--all` was ran too early
100 [00:44:49] <imzadi> it looks like it is hacked together and
goes against intended constraints
101 [00:45:21] <imzadi> the session is about installing fdroid
server
102 [00:45:32] *** Joins: clemens3 (~clemens@replaced-ip )
103 [00:45:49] <imzadi> the site has a howto written for stretch
and above and it basicly says use apt-get
104 [00:46:20] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
105 [00:46:47] <imzadi> which is the quickest download for
installing stretch or higher, keep in mind the netinstallers dont
seem to have any drivers but ethernet
106 [00:47:07] <petn-randall> imzadi: How is this related to
Debian though?
107 [00:47:08] <imzadi> because of that the netinstallers are not
an option
108 [00:47:08] <petn-randall> !knoppix
109 [00:47:09] <dpkg> Knoppix is _not_ Debian. Seek Knoppix help
in freenode's #knoppix. Knoppix is a live CD distribution which
is <based on Debian>, useful as a rescue CD, to test hardware,
and for situations where you have access to a computer but it
isn't Debian.
replaced-url
110 [00:47:18] *** Joins: debsan_ (~debsan@replaced-ip )
111 [00:47:25] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Remote host closed the connection)
112 [00:47:44] <imzadi> petn-randall: read the question about
debian
113 [00:48:05] <imzadi> what is the quickest download for
installing debian which supports fdroid server
114 [00:48:19] <petn-randall> imzadi: If you can't install
stretch because of the drivers, just say so.
115 [00:48:24] <petn-randall> !firmware installer
116 [00:48:24] <dpkg> Debian-Installer is able to load additional
<firmware>, by including it within installation media or
supplying on removable media (e.g. USB stick, floppy). See
replaced-url
117 [00:48:26] <imzadi> do you sell cd sets petn-randall
118 [00:48:31] <petn-randall> imzadi: no
119 [00:49:07] <imzadi> osdisk has a copy past description of a
14 dvd set
120 [00:49:10] <petn-randall> imzadi: You can use the above
factoid to install stretch, even if you require non-free firmware to
during installation.
121 [00:49:30] <petn-randall> imzadi: How is that related to your
issue though?
122 [00:50:25] <imzadi> it isnt so much firmware this time
petn-randall does the installer have an rndis module
123 [00:50:28] <petn-randall> imzadi: You don't need all
disks for installation, if that's your question.
124 [00:50:32] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
125 [00:50:41] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 255 seconds)
126 [00:50:49] *** Joins: Humatiel (~Humatiel@replaced-ip )
127 [00:51:16] <imzadi> all discs can be used for a build system
that doesnt snake in garbage from apt repos
128 [00:51:31] <petn-randall> imzadi: You're making less and
less sense. Are you a bot?
129 [00:51:34] <imzadi> this is useful for installing any
software
130 [00:51:39] <petn-randall> Markov chains?
131 [00:51:42] <imzadi> in this case fdroid server
132 [00:52:07] <imzadi> the howto shows it needing three or four
packages but these packages may have any number of deps
133 [00:52:21] <petn-randall> imzadi: Why not use the apt repos
then?
134 [00:52:25] <Kryczek> petn-randall: maybe I need to configure
udev to launch ifup, somehow? :)
135 [00:52:33] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
136 [00:52:35] <imzadi> if I have all discs it can all be done
without snaking in sourcless packages from apt
137 [00:52:44] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 268 seconds)
138 [00:52:53] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
139 [00:52:53] <petn-randall> Kryczek: You shouldn't,
allow-hotplug should only work on hotplug, though.
140 [00:53:03] <Nozzzle> when is debian 10 coming?
141 [00:53:05] <petn-randall> Kryczek: Does a wifi interfaces
called wlan0 exist on your system?
142 [00:53:06] <imzadi> dependency injection of garbage
143 [00:53:10] <petn-randall> Nozzzle: when it's ready.
144 [00:53:20] <petn-randall> imzadi: Sounds like you don't
know what you're talking about.
145 [00:53:25] <Nozzzle> any date set?
146 [00:53:34] <petn-randall> Nozzzle: when it's ready.
147 [00:53:41] *** Quits: toxync12 (~toxync12@replaced-ip ) (Remote host closed the connection)
148 [00:53:48] <imzadi> listen closely and ask for clarification
if needed, that is if you want to be useful
149 [00:53:49] *** Joins: semeion (~semeion@replaced-ip )
150 [00:53:53] <petn-randall> !wwbr
151 [00:53:53] <dpkg> Debian 10 "Buster" started the
<freeze> process on 2019-01-12 and should release mid-2019.
replaced-url
152 [00:53:58] *** Joins: toxync12 (~toxync12@replaced-ip )
153 [00:54:25] *** ChanServ sets mode: +o petn-randall
154 [00:54:26] *** petn-randall sets mode: +q
*!*@047-232-066-178.res.spectrum.com
155 [00:54:26] *** petn-randall sets mode: -o petn-randall
156 [00:54:31] <petn-randall> imzadi: I'd rather not.
157 [00:54:35] *** Quits: imzadi (~imzadi@replaced-ip ) (Read error: Connection reset by peer)
158 [00:54:48] <Nozzzle> ah, thank you
159 [00:55:52] *** Joins: imzadi (~imzadi@replaced-ip )
160 [00:56:09] *** Quits: jhutchins (~jonathan@replaced-ip ) (Remote host closed the connection)
161 [00:56:10] <Kryczek> petn-randall: it actually has a super
long name like wlx0123456789af but I figured sticking to wlan0 was
better for clarity :) it works if I specify that name, but the
interface is not brought up before I do that or `ifup --all`
162 [00:56:40] <petn-randall> Kryczek: Ah, so what happens if you
run `ifup -v wlx0123456789af`?
163 [00:56:51] *** Quits: Achylles (~Achylles@replaced-ip ) (Read error: Connection reset by peer)
164 [00:57:15] <Kryczek> petn-randall: 23:43 < Kryczek>
petn-randall: it says "unknown interface" (and the
verbosity does not add anything to it)
165 [00:57:33] <petn-randall> Kryczek: Ah, so that was the
correct interface name, not "wlan0".
166 [00:57:37] <Kryczek> petn-randall: I just
s/wlx0123456789af/wlan0 in our conversation :)
167 [00:58:14] *** Joins: puhdabear (~puhdabear@replaced-ip )
168 [00:58:18] *** Quits: jmichel (~jmichel@replaced-ip ) (Ping timeout: 250 seconds)
169 [00:58:21] <petn-randall> Kryczek: Ah, that was why I was
confused. Maybe it only pattern matches digits. ifup predates the
change to unique interface names.
170 [00:58:23] <Kryczek> petn-randall: what do you mean by
"allow-hotplug should only work on hotplug, though" ?
171 [00:58:42] <Kryczek> ah, good point
172 [00:58:45] <petn-randall> Gotta head to bed, have a good one!
173 [00:58:52] <puhdabear> Hello
174 [00:59:03] <puhdabear> Hello
175 [00:59:07] <Kryczek> petn-randall: actually no I already
tried with tap[0..9] interfaces, without luck heh
176 [00:59:18] <Kryczek> petn-randall: good night
177 [00:59:19] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 258 seconds)
178 [00:59:36] <mawk> can you state your tap problem again
Kryczek ?
179 [00:59:39] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Read error: Connection reset by peer)
180 [01:00:22] <Kryczek> mawk: Hi! Sure :) Just a sec...
181 [01:00:30] *** Quits: pinkoy (~pinkoy@replaced-ip ) ()
182 [01:00:37] <mawk> hi sorry
183 [01:01:17] <Kryczek> mawk: I am trying to configure
interfaces without knowing their full name in advance, by using the
pattern matching feature in /etc/network/interfaces like so:
replaced-url
184 [01:01:28] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 246 seconds)
185 [01:01:36] *** Joins: dvs (~hibbard@replaced-ip )
186 [01:02:02] <mawk> ah right
187 [01:02:07] <Kryczek> with the new naming scheme (as far as I
know) wired interfaces are supposed to get names starting with
"en" and wifi interfaces start with "wl" (and
wwan interfaces with "ww")
188 [01:02:47] *** Quits: Nozzzle (~Nozzzle@replaced-ip ) (Quit: Leaving)
189 [01:03:49] *** Joins: puhdabear (~puhdabear@replaced-ip )
190 [01:03:59] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 258 seconds)
191 [01:04:01] *** debhelper sets mode: +l 1509
192 [01:04:06] <Kryczek> I think my problem might be that `ifup
--all` is executed only once and very early during boot (by
systemd's ifupdown-pre.service helper I think?) but never after
that
193 [01:04:17] <mawk> yes
194 [01:04:23] <Kryczek> well, not necessarily with
"--all", I mean any kind of ifup does not happen later
195 [01:04:26] <mawk> but normally allow-hotplug interfaces are
brought up when detected by udev
196 [01:04:31] <mawk> that's the purpose of the keyword
197 [01:04:39] <Kryczek> that's what I thought :)
198 [01:04:47] <Kryczek> maybe I am missing a package or
something?
199 [01:05:21] <Kryczek> how can I debug that udev correctly
detected them and/or tried to launch ifup ?
200 [01:05:36] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
201 [01:06:16] *** Joins: polman (~ananevtem@replaced-ip )
202 [01:06:28] *** Joins: nuuuciano_ (~luuuciano@replaced-ip )
203 [01:06:31] <mawk> you can drop in a script at
/usr/local/bin/ifup that will log every ifup call
204 [01:06:37] <mawk> and see how udev is calling it
205 [01:07:07] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 245 seconds)
206 [01:07:37] <mawk> #!/bin/bash <newline> { printf
'%s' "$@"; printf '\n'; } >>
/tmp/ifup.log; exec /sbin/ifup "$@"
207 [01:07:37] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
208 [01:07:38] <mawk> something like this
209 [01:08:16] <Kryczek> mawk: already did ;) I see it called
twice at boot, once for --all and once for lo
210 [01:08:19] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
211 [01:08:57] <mawk> nice
212 [01:09:02] <mawk> well so the fault is on udev for now
213 [01:09:10] <Kryczek> I think so indeed
214 [01:09:33] <mawk> /etc/network/interfaces is clunky and a
debianism and I would totally see systemd not making much efforts in
making it work
215 [01:09:40] <mawk> especially since they seem eager to
cannibalize udev related stuff
216 [01:09:47] <mawk> and have their own network thing
217 [01:09:49] <Kryczek> if I run `ifup --allow hotplug --all`
then my /etc/network/interfaces as you can see on the pastebin,
fully works
218 [01:09:56] <mawk> so you could be missing some hooks
219 [01:09:57] <mawk> yeah
220 [01:10:34] *** Quits: anonyan (~anonyan@replaced-ip ) (Ping timeout: 246 seconds)
221 [01:12:21] *** Joins: anonyan (~anonyan@replaced-ip )
222 [01:12:28] <mawk> so, udev hooks
223 [01:12:29] *** Joins: queip (~queip@replaced-ip )
224 [01:12:32] *** Joins: thePiGrepper (~nagato@replaced-ip )
225 [01:12:40] <mawk> let's see how they work
226 [01:12:57] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
227 [01:13:58] *** Quits: nixew (~nixew@replaced-ip ) (Quit: Konversation terminated!)
228 [01:14:16] <Kryczek> :)
229 [01:15:09] *** Parts: imzadi (~imzadi@replaced-ip ) ()
230 [01:15:14] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
231 [01:15:36] *** Joins: puhdabear (~puhdabear@replaced-ip )
232 [01:16:59] <mawk> so first we should raise the udev log level
to see more clearly what happens
233 [01:17:13] <mawk> I don't know which version of debian
you have, I assume you have systemd
234 [01:17:20] <mawk> and so you have systemd-udevd
235 [01:17:44] <mawk> it has a configuration file at
/etc/udev/udev.conf in which you can raise a log level
236 [01:17:53] <mawk> you add udev_log=debug
237 [01:18:29] <Kryczek> thanks, trying now...
238 [01:18:35] <mawk> next you do systemctl reload-or-restart
systemd-udevd.service
239 [01:18:39] <mawk> to acknowledge the change
240 [01:18:58] *** Quits: shifty (~shifty~~~@replaced-ip ) (Ping timeout: 246 seconds)
241 [01:19:18] <Kryczek> ii systemd 241-3 i386 system and service
manager
242 [01:19:23] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
243 [01:19:25] <mawk> yeah it's installed
244 [01:19:30] <Kryczek> ii udev 241-3 i386 /dev/ and hotplug
management daemon
245 [01:19:35] <Kryczek> does it mean I have the wrong udev?
246 [01:19:54] <mawk> no you've got even a newer system that
me
247 [01:20:00] <mawk> I'm at systemd 238
248 [01:20:02] <Kryczek> hehe thanks :)
249 [01:20:09] <mawk> (linear version numbers are dumb, you have
no stable version ever that way)
250 [01:20:49] <Kryczek> be careful that pattern matching was
added to ifupdown fairly recently, check if you have a PATTERN
MATCHING INTERFACES section in `man interfaces` for example if you
want to make sure
251 [01:20:57] <mawk> yeah I checked
252 [01:20:58] *** Quits: omonk (~omonk@replaced-ip ) (Quit: quit)
253 [01:21:09] <mawk> I'm on debian testing, just
haven't upgraded since a long time
254 [01:21:09] *** Quits: foolsh (~quassel@replaced-ip##) (Quit: ##replaced-url
255 [01:21:18] <mawk> because I'm lazy
256 [01:23:38] *** Joins: omonk (~omonk@replaced-ip )
257 [01:24:32] *** Joins: graytron (~tero@replaced-ip )
258 [01:26:01] *** Quits: Fye (~Fye@replaced-ip ) (Quit: Bye.)
259 [01:26:11] <mawk> do you have any result ?
260 [01:26:23] <mawk> should be in journalctl -u systemd-udevd
261 [01:26:38] <mawk> just open this in a tab: journalctl -u
systemd-udevd --follow
262 [01:26:41] <mawk> then plug your adapter
263 [01:26:56] <Kryczek> not yet, slow computer heh :)
264 [01:27:05] <mawk> yeah
265 [01:27:17] <mawk> we have a saying in french, shoemakers have
the worst shoes
266 [01:27:33] <mawk> I'm a software engineer with a lame
computer
267 [01:27:38] <Kryczek> so true
268 [01:27:40] <Kryczek> same
269 [01:28:31] *** Joins: foolsh (~quassel@replaced-ip )
270 [01:28:45] <Kryczek> ok, I'm in
271 [01:29:28] <Kryczek> many many lines saying "Maximum
number (10) of children reached"
272 [01:30:08] *** Quits: peylight (~peylight@replaced-ip ) (Quit: Chat comfortably. Anywhere.)
273 [01:30:09] *** Joins: DemiGuru (~demiguru@replaced-ip )
274 [01:31:18] <Kryczek> at least one interesting part:
"ifupdown-hotplug (err)" about ifquery saying unknown
interface enp0s9
275 [01:31:22] *** Joins: peylight (~peylight@replaced-ip )
276 [01:31:31] <Kryczek> (which is an existing interface name)
277 [01:31:58] <mawk> hmm
278 [01:32:31] <mawk> hook ifupdown-hotplug with your logging
279 [01:32:33] <mawk> it's in /lib/udev/ifupdown-hotplug
280 [01:32:49] <mawk> it's what is run by udev
281 [01:32:57] <mawk> the rule is located in
/lib/udev/rules.d/80-ifupdown.rules it's very simple
282 [01:33:46] <Kryczek> hehe great minds think alike,
that's what I alt-tab'ed to come back here :)
283 [01:33:55] <mawk> lol
284 [01:33:59] *** Joins: debsan (~debsan@replaced-ip )
285 [01:33:59] <Kryczek> the ifquery error happens for all 3 of
the existing interfaces
286 [01:35:08] *** Quits: debsan_ (~debsan@replaced-ip ) (Ping timeout: 250 seconds)
287 [01:36:10] *** Joins: zer0c (~user@replaced-ip )
288 [01:36:31] <mawk> ok so after the hotplug event the helper
script will verify that the interface is allowed for hotplug
289 [01:36:34] <mawk> TARGET_IFACE=$(/sbin/ifquery --allow
hotplug -l "$INTERFACE" || true)
290 [01:36:35] *** Joins: andmyaxe (~andmyaxe@replaced-ip )
291 [01:36:45] <mawk> then it will invoke ifup, but through
systemd: exec systemctl --no-block start $(systemd-escape --template
ifup@.service $TARGET_IFACE)
292 [01:37:03] <mawk> you said ifquery is failing
293 [01:37:08] <mawk> so that's the culprit now
294 [01:37:18] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 250 seconds)
295 [01:39:03] *** Joins: Sveta_ (~sveta@replaced-ip )
296 [01:39:05] *** Quits: Sveta_ (~sveta@replaced-ip ) (Changing host)
297 [01:39:05] *** Joins: Sveta_ (~sveta@replaced-ip )
298 [01:39:50] *** Joins: dodobrain (~dodobrain@replaced-ip )
299 [01:40:00] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
300 [01:40:25] *** Quits: zer0c (~user@replaced-ip ) (Remote host closed the connection)
301 [01:40:27] *** Quits: Sveta (~sveta@replaced-ip ) (Ping timeout: 245 seconds)
302 [01:41:21] *** Sveta_ is now known as Sveta
303 [01:41:37] *** Joins: puhdabear (~puhdabear@replaced-ip )
304 [01:41:43] *** Quits: DemiGuru (~demiguru@replaced-ip ) ()
305 [01:41:54] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
306 [01:43:09] *** Quits: JackK (~jack@replaced-ip ) (Ping timeout: 244 seconds)
307 [01:43:24] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
308 [01:44:00] <Kryczek> mawk: maybe it is expected behavior of
ifquery without the --allow=hotplug flag?
309 [01:44:26] <mawk> but it has allow hotplug
310 [01:44:35] <Kryczek> ph
311 [01:44:37] <mawk> /sbin/ifquery --allow hotplug -l
"$INTERFACE"
312 [01:44:39] <Kryczek> oh*
313 [01:44:42] <Kryczek> good point
314 [01:45:47] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 246 seconds)
315 [01:48:52] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
316 [01:49:09] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
317 [01:49:50] <Kryczek> ah I made a mistake in my logger, sorry
318 [01:49:57] <Kryczek> have to try again...
319 [01:51:39] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
320 [01:52:14] *** Joins: DecereBrain (~DecereBra@replaced-ip )
321 [01:52:27] <mawk> the thing of interest is $INTERFACE
322 [01:52:32] <mawk> then run manually ifquery
323 [01:53:13] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
324 [01:54:01] *** debhelper sets mode: +l 1502
325 [01:55:02] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 245 seconds)
326 [01:55:15] *** Joins: Sinewpy (~end@replaced-ip )
327 [01:55:27] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 240 seconds)
328 [01:56:22] *** Joins: ztychr (~ztychr@replaced-ip )
329 [01:57:33] <Kryczek> hmmm... now the boot process is stuck on
"Raise network interfaces", maybe I did something wrong
330 [01:57:48] *** Joins: chaus (~chaus@replaced-ip )
331 [01:58:10] <Kryczek> ah it completed, I have good logs now,
let's see...
332 [01:59:26] *** Quits: Sollg3r (~ejakuk@replaced-ip ) (Quit: Leaving)
333 [01:59:52] *** Quits: echoSMILE (~echoSMILE@replaced-ip ) (Quit: echoSMILE)
334 [02:00:05] <Kryczek> all my interfaces are up o_O
335 [02:00:18] *** Quits: Psy-Q (~psy-q@replaced-ip ) (Read error: Connection reset by peer)
336 [02:00:37] *** Joins: Psy-Q (~psy-q@replaced-ip )
337 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
338 [02:01:25] *** Joins: de-facto (~de-facto@replaced-ip )
339 [02:02:20] *** Joins: JohnDoe2 (~johndoe2@replaced-ip )
340 [02:02:47] *** Joins: pand0ra1D (~pand0ra13@replaced-ip )
341 [02:04:20] *** Quits: pand0ra1337^BNC (~pand0ra13@replaced-ip ) (Ping timeout: 244 seconds)
342 [02:04:56] <Kryczek> ah sorry I had changed the
"allow-hotplug" of en* interfaces to "auto" as a
test
343 [02:06:21] *** Quits: DecereBrain (~DecereBra@replaced-ip ) (Remote host closed the connection)
344 [02:07:05] *** Joins: dez (uid92154@replaced-ip )
345 [02:07:51] <JohnDoe2> any idea why this might be failing?
replaced-url
346 [02:08:09] <JohnDoe2> wlan0 is DOWN on restart
347 [02:09:03] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
348 [02:09:05] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 258 seconds)
349 [02:09:22] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 246 seconds)
350 [02:10:05] <dvs> why is it in a cron job?
351 [02:10:24] <JohnDoe2> where should it be?
352 [02:10:33] *** Joins: Workbench (~quassel@replaced-ip )
353 [02:10:34] *** Joins: tryte (~tryte@replaced-ip )
354 [02:10:56] <JohnDoe2> /etc/network/interfaces entry fails to
start dhclient for wlan0 so it holds up boot time until it gives up
in trying to get a dhcp address
355 [02:11:05] *** Joins: dreamon__ (~dreamon@replaced-ip )
356 [02:14:37] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
357 [02:18:56] * JohnDoe2 taps dvs
358 [02:19:58] <dvs> I wait for my interface to come up so
it's no big deal to me.
359 [02:20:17] <JohnDoe2> cool
360 [02:20:29] <JohnDoe2> I'm glad it works for you :)
361 [02:20:57] *** Quits: sirfarquad (~sirfq@replaced-ip ) (Remote host closed the connection)
362 [02:21:17] *** Joins: sirfarquad (~sirfq@replaced-ip )
363 [02:22:21] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
364 [02:22:35] <JohnDoe2> well that was very helpful
365 [02:26:10] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
366 [02:27:40] *** Joins: pi_ (~pi@replaced-ip )
367 [02:28:04] *** Quits: pi_ (~pi@replaced-ip ) (Client Quit)
368 [02:29:54] *** Quits: Zppix (uid182351@replaced-ip ) (Quit: Connection closed for inactivity)
369 [02:30:17] *** Joins: mandeep (~mandeep@replaced-ip )
370 [02:30:29] <jmcnaught> maybe there's something wrong
with your /etc/network/interfaces that someone will notice if you
put it into a paste
371 [02:30:34] *** Quits: nojake (~nojake@replaced-ip ) (Disconnected by services)
372 [02:30:36] *** Joins: nojake2 (~nojake@replaced-ip )
373 [02:33:05] <JohnDoe2>
replaced-url
374 [02:33:10] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 246 seconds)
375 [02:33:11] <JohnDoe2> I have no eth0
376 [02:33:17] <JohnDoe2> there's also lo but that's
not pertinent
377 [02:33:55] *** Joins: etech3 (~root@replaced-ip )
378 [02:35:32] <dvs> What does "ip link" say?
379 [02:35:45] <JohnDoe2> dormant
380 [02:36:00] <JohnDoe2> I see its mac addr but that's it
381 [02:36:22] <JohnDoe2> on boot it's DOWN only, not
dormant but since I poked around trying to figure it out...
382 [02:36:50] <JohnDoe2> if I manually run the two commands I
put in crontab the interface gets an IP
383 [02:37:57] <karlpinc> JohnDoe2: Usually the problem with
crontabs is in $PATH. But you should really try to figure out what
the real problem is. (And, let cron email you, at least locally, so
that you can debug it.)
384 [02:38:41] <dvs> How about changing "auto" to
"allow-hotplug" in /etc/network/interfaces?
385 [02:38:49] <JohnDoe2> oh ok, so full path to executable :D my
bad. thanks
386 [02:38:55] <JohnDoe2> dvs I'll reboot and let you know
387 [02:40:14] *** Parts: hazel_81 (~quassel@replaced-ip##) ("##replaced-url
388 [02:40:17] <mawk> did you have a chance of seeing the value
of $INTERFACE in the udev helper Kryczek ?
389 [02:41:31] <JohnDoe2> dvs well I'll be. That worked!
390 [02:41:50] <dvs> ha!
391 [02:42:38] <JohnDoe2> awesome, thanks a bunch
392 [02:42:54] <dvs> at least it wasn't for nuthin!
393 [02:43:54] <JohnDoe2> heck after googling my brains out for 2
days to get this c201 to boot and have network getting this resolved
in 1 hour is freaking amazing :)
394 [02:44:30] *** Joins: hazel9009 (~quassel@replaced-ip )
395 [02:44:43] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 246 seconds)
396 [02:44:54] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 250 seconds)
397 [02:46:12] *** Joins: rafuch0 (~rafa@replaced-ip )
398 [02:46:40] <rafuch0> hello i need to install gcc-5 but i cant
find the package in strech or sid or testing
399 [02:47:10] <rafuch0> any idea how can i solve this
400 [02:47:12] <rafuch0> ?
401 [02:47:48] *** Quits: tehnull (tehnull@replaced-ip ) (Remote host closed the connection)
402 [02:48:08] *** Joins: tehnull (tehnull@replaced-ip )
403 [02:48:58] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
404 [02:49:11] *** Joins: Ametrine (~Butt3rfly@replaced-ip )
405 [02:49:27] *** Quits: chaus (~chaus@replaced-ip ) ()
406 [02:50:40] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Ping timeout: 246 seconds)
407 [02:50:44] <mawk> why do you need such an old thing rafuch0 ?
408 [02:50:51] *** Ametrine is now known as Butt3rfly
409 [02:50:53] <mawk> gcc versions are pretty much backwards
compatible
410 [02:51:00] <mawk> except for broken codfe
411 [02:51:01] <mawk> -f
412 [02:52:09] <rafuch0> mawk: i want to compile ccminer and i
just compile it on my laptop using gcc-5 no problems but whit gcc-6
is failing whit a error of LDD final link
413 [02:52:29] <mawk> can you show the error ?
414 [02:52:46] *** Quits: graytron (~tero@replaced-ip ) (Quit: brb)
415 [02:52:59] *** Joins: Eduard_Munteanu (~Eduard_Mu@replaced-ip )
416 [02:53:05] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
417 [02:53:15] <rafuch0> /usr/bin/ld: final link failed:
Nonrepresentable section on output
418 [02:53:17] <rafuch0> that one
419 [02:53:22] <rafuch0> mawk:
420 [02:53:24] *** Quits: Guest73809 (~pihahirot@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
421 [02:53:56] <mawk> hmm
422 [02:54:01] *** debhelper sets mode: +l 1494
423 [02:54:27] <mawk> 32 bit computer ?
424 [02:54:48] *** Joins: tryte (~tryte@replaced-ip )
425 [02:54:50] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 268 seconds)
426 [02:55:05] <rafuch0> no
427 [02:55:17] *** Joins: corvo (~Thunderbi@replaced-ip )
428 [02:55:30] <mawk> good
429 [02:55:32] <mawk> let me try to build to see
430 [02:55:34] *** ChanServ sets mode: +o eir
431 [02:55:34] *** eir sets mode: -qo
*!*@047-232-066-178.res.spectrum.com eir
432 [02:55:35] <Kryczek> mawk: sorry I am falling asleep on my
keyboard heh; I'll give it one last try and continue tomorrow
:)
433 [02:55:40] <mawk> I have gcc 7
434 [02:56:14] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 258 seconds)
435 [02:57:32] <mawk> so you're using branch 2.3.1-tpruvot
right rafuch0
436 [02:58:08] <rafuch0> mawk: yes sir
437 [02:58:10] <rafuch0> that one
438 [02:58:43] <rafuch0> i also add this lines on the Makefile
439 [02:59:04] <rafuch0> NVCC = nvcc -ccbin clang-3.8
440 [02:59:04] <rafuch0>
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
441 [02:59:04] <rafuch0> CMAKE_CXX_FLAGS:STRING= -fPIC
442 [02:59:04] <rafuch0> CMAKE_C_FLAGS:STRING= -fPIC
443 [02:59:51] <mawk> uh
444 [02:59:53] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
445 [03:00:02] <mawk> the ld error you have is typical of messing
with -fPIC
446 [03:00:02] *** Joins: graytron (~tero@replaced-ip )
447 [03:00:06] <rafuch0> now i just read that if i modify
etc/dmd.conf and i add -fPIC switch
448 [03:00:11] *** Joins: incal (~user@replaced-ip )
449 [03:00:26] <mawk> dmd ? it's a D program ?
450 [03:00:39] <mawk> dmd is the D compiler
451 [03:00:57] <incal> hello, how can I find out from what
version (e.g. testing) a pack is from? I know of 'aptitude
show' but it doesn't say what I can see (?)
452 [03:01:01] <mawk> it's 3am here Kryczek
453 [03:01:07] <mawk> dpkg -l maybe incal
454 [03:01:07] <dpkg> ii maybe incal 2.5-3.3 ultra s3kr1t #debian
package
455 [03:01:11] <mawk> :(
456 [03:01:25] <mawk> dpkg -l zzzzzz zzzzzzzz
457 [03:01:25] <dpkg> ii zzzzzz zzzzzzzz 1.1-3.3 ultra s3kr1t
#debian package
458 [03:02:00] <rafuch0> i really dont know what is dmd ....
first time i hear about that compiler
459 [03:02:23] <mawk> yeah so just ignore the dmd business
it's not for you
460 [03:02:28] <mawk> it's for the D programming language
461 [03:02:41] <mawk> so the ld error you have is typical of
messing with PIC as I said
462 [03:02:45] <mawk> why do you want -fPIC ?
463 [03:02:46] *** Joins: chaus (~chaus@replaced-ip )
464 [03:02:52] *** Quits: toxync12 (~toxync12@replaced-ip ) (Remote host closed the connection)
465 [03:03:06] <mawk> also what's that clang business ? I
thought you were building with gcc ?
466 [03:03:09] *** Joins: toxync12 (~toxync12@replaced-ip )
467 [03:03:47] <Kryczek> mawk: ifupdown-hotplug gets called with
the various en* interfaces, but they do not get configured...
468 [03:05:28] *** Quits: e1z0 (~null@replaced-ip ) (Ping timeout: 245 seconds)
469 [03:05:28] <Kryczek> mawk: `ifquery --allow hotplug -l
enp0s3` shows "ifquery: unknown interface enp0s3" (but en*
are declared as hotplug)
470 [03:05:56] <rafuch0> mawk: i think is related to the use of
that libboost lib and boost the graphic card performance
471 [03:06:34] <mawk> and when you do ip link you see the
interface with the precise name Kryczek ?
472 [03:06:39] <mawk> enp0s3 ?
473 [03:06:43] <mawk> it's not enxffffffffffff as you said ?
474 [03:06:45] *** Joins: e1z0 (~null@replaced-ip )
475 [03:06:54] <Kryczek> yes
476 [03:06:59] <mawk> -fPIC isn't about performance rafuch0
if you don't know what it is don't use it
477 [03:07:05] <Kryczek> it is enp0s3, enp0s8 and enp0s9
478 [03:07:12] <Kryczek> only the wifi interface was getting a
wlx1234...
479 [03:07:20] <Kryczek> I'll try to pastebin the full log
480 [03:07:21] <rafuch0> now i am compiling it whitout those
options
481 [03:07:21] <mawk> so maybe you don't need the rename
thing after all ?
482 [03:07:30] <Kryczek> what rename thing?
483 [03:08:11] <mawk> the = in pattern matching
484 [03:08:15] <mawk> it doesn't rename the interface ?
485 [03:09:04] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
486 [03:10:07] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
487 [03:11:41] <Kryczek> mawk:
replaced-url
488 [03:12:23] <rafuch0> mawk: still compiling ....
489 [03:12:36] <Kryczek> mawk: no no, the = in the pattern
matching creates a mapping so that you can configure the whole
family of en* as an imaginary interface called "foo" for
example
490 [03:13:12] *** Joins: finalbeta (~finalbeta@replaced-ip )
491 [03:13:14] *** Joins: tryte (~tryte@replaced-ip )
492 [03:13:39] <mawk> ah I see
493 [03:13:43] <mawk> so it's not like the rename directive
494 [03:14:10] <mawk> so try to do ifquery by hand and adjusting
your interfaces file until it matches
495 [03:14:19] <mawk> you do /sbin/ifquery --allow hotplug
496 [03:14:21] *** Joins: [b0b] (~bob@replaced-ip )
497 [03:14:24] <mawk> let me test
498 [03:14:51] <Kryczek> mawk: ifupdown-hotplug is correctly
called for each one of them with their name in INTERFACE= etc, I
guess there is something wrong with ifquery itself
499 [03:15:06] <Kryczek> ah ok I will try
500 [03:15:10] <Kryczek> thank you
501 [03:15:17] <mawk> can you show again your interfaces file ?
502 [03:15:27] *** Quits: chaus (~chaus@replaced-ip ) ()
503 [03:16:27] *** Joins: chalcedny (~chalcedon@replaced-ip )
504 [03:16:36] *** Quits: macaronus (macaronus@replaced-ip ) (Remote host closed the connection)
505 [03:17:04] <rafuch0> mawk: IT WORKED man !!!!
506 [03:17:19] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 258 seconds)
507 [03:17:21] *** [b0b] is now known as b0b
508 [03:17:26] *** Joins: ryouma (~user@replaced-ip )
509 [03:17:29] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 246 seconds)
510 [03:17:48] <Kryczek> mawk:
replaced-url
511 [03:18:34] <mawk> good rafuch0
512 [03:18:45] <mawk> so it works with auto but not allow-hotplug
513 [03:18:51] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 258 seconds)
514 [03:19:08] <mawk> also in the docs I see pattern matching for
auto but not for allow-hotplug
515 [03:19:12] <mawk> maybe it's not supported ? it would be
sad
516 [03:20:00] *** Joins: semeion (~semeion@replaced-ip )
517 [03:20:19] <Kryczek> ah I think I am onto something
518 [03:20:58] <mawk> yeah no it's compatible with
allow-hotplug
519 [03:21:00] <Kryczek> using strace I see that ifquery prints
the error after failing to access a nonexistent
/run/network/ifstate.enp0s9 file
520 [03:21:06] <mawk> uh
521 [03:21:09] *** Joins: graytron (~tero@replaced-ip )
522 [03:21:12] <mawk> yeah
523 [03:21:16] <mawk> that's to verify if an interface is up
or not
524 [03:21:24] <mawk> you do ifdown between each test right ?
525 [03:21:36] <Kryczek> if I create that file (empty or with
"enp0s9" inside) then it does not say that the interface
is unknown, it just exits with code 1
526 [03:21:42] <mawk> hmm
527 [03:21:55] <Kryczek> mawk: should I? The interface is not up,
so I guess no need to ifdown? :)
528 [03:22:11] <mawk> yeah if the state file isn't there no
need
529 [03:22:22] <Kryczek> anyway ifdown says it doesn't know
the interface
530 [03:22:37] <Kryczek> (with that one and another one that I
hadn't touched yet)
531 [03:22:49] <mawk> hmm
532 [03:22:59] <mawk> why do you add a second / in the match ?
533 [03:23:08] <mawk> just do allow-hotplug /en*=foo
534 [03:23:12] <mawk> it should be enough
535 [03:23:16] <mawk> a second / is for options
536 [03:23:20] <mawk> and you don't have any
537 [03:23:27] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 258 seconds)
538 [03:23:46] *** Parts: etech3 (~root@replaced-ip ) ()
539 [03:23:51] <Kryczek> mawk: that's what I wrote at the
beginning, but then I noticed that in the ifupdown doc examples they
have 2 /s
540 [03:24:06] <mawk> yeah
541 [03:24:13] <mawk> well in the manpage there is no /
542 [03:24:22] <mawk> and according to the grammar it's used
only for options anyway
543 [03:24:26] <Kryczek> ah but I saw a difference syntax
somewhere else
544 [03:24:30] <Kryczek> ok I will try without
545 [03:25:14] <mawk> if you do manuall ifup --allow-hotplug
$INTERFACE it works ?
546 [03:25:32] <mawk> if yes you could just change the udev hook
script
547 [03:25:37] <mawk> skip the ifquery and call directly this
548 [03:25:57] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
549 [03:27:26] <Kryczek> hehe yeah I am starting to wonder if,
since I already "hacked" udev, I might as well push my
if-up.d script there
550 [03:30:08] <mawk> yes ifquery is bogus
551 [03:30:48] <mawk> I did « allow-hotplug /xx*=x »
552 [03:30:52] <mawk> and ifquery says the interface is not found
553 [03:31:22] <mawk> hmm
554 [03:31:28] <mawk> let me patch the udev script fo ryou
555 [03:31:52] *** Joins: gem808 (~Thunderbi@replaced-ip )
556 [03:32:13] <mawk> yeah no the ifquery is right Kryczek
557 [03:32:17] <mawk> ifquery should make an error
558 [03:32:44] <mawk> if you read the script it does [ -z
$TARGET_IFACE ] && exit 0
559 [03:32:55] <mawk> so if ifquery doesn't return anything
it exits
560 [03:32:58] <Kryczek> yeah TARGET_IFACE ends up being empty
561 [03:33:01] <mawk> why ?
562 [03:33:05] <mawk> ah
563 [03:33:06] <mawk> hmm
564 [03:33:16] <mawk> ah yeah I overlooked that
565 [03:33:30] <mawk> it's using the standard output
566 [03:33:47] *** Joins: macaronus (macaronus@replaced-ip )
567 [03:34:04] <mawk> there's a bug in the script I think
568 [03:34:14] <Kryczek> :)
569 [03:34:34] <Kryczek> or ifquery does not support pattern
matching yet?
570 [03:35:09] <Kryczek> Trying 02:25 < mawk> if you do
manuall ifup --allow-hotplug $INTERFACE it works ?
571 [03:35:58] <Kryczek> `ifup --allow-hotplug enp0s9` says
unknown interface enp0s9
572 [03:36:04] *** Quits: seekr (~seekr@replaced-ip ) (Read error: Connection reset by peer)
573 [03:36:08] <mawk> even more strange
574 [03:36:19] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
575 [03:36:22] <mawk> pattern matching doesn't look like
well implemented
576 [03:36:24] <Kryczek> same as `ifquery --allow-hotplug -l
enp0s9`
577 [03:36:39] <Kryczek> haha yeah I guess it's a bleeding
edge feature :D
578 [03:36:43] *** Joins: seekr (~seekr@replaced-ip )
579 [03:37:11] *** Quits: Humatiel (~Humatiel@replaced-ip ) (Remote host closed the connection)
580 [03:38:00] *** Quits: OS-16823 (~OS-16823@replaced-ip ) (Read error: Connection reset by peer)
581 [03:38:25] *** Joins: argusbr (~tls@replaced-ip )
582 [03:38:26] *** Quits: argusbr (~tls@replaced-ip ) (Changing host)
583 [03:38:26] *** Joins: argusbr (~tls@replaced-ip )
584 [03:38:26] <mawk> eh !
585 [03:38:31] <mawk> nicolas@desktop:~/Code/ccminer$ sudo ifup
'/xx*'
586 [03:38:32] <mawk> ifup: unknown interface xxp5s0
587 [03:38:44] <mawk> it expanded the pattern match, so it works
in a way
588 [03:38:48] <mawk> but it still says unknown interface
589 [03:38:56] <mawk> something fishy
590 [03:38:58] <Kryczek> if I add a simple "iface enp0s9
inet manual" line then `ifquery --allow-hotplug -l enp0s9`
returns enp0s9
591 [03:39:31] <mawk> yea
592 [03:39:32] <mawk> h
593 [03:40:46] <mawk> well you could write your own script and
add it to udev; you could make your own pattern matching engine for
ifupdown and add drop down interface files from a template and
delete them at shutdown; you could just drop /etc/network/interfaces
and use systemd-networkd
594 [03:40:57] <mawk> option 2 would be the more gentle with
regards to ifupdown
595 [03:41:01] <mawk> I guess
596 [03:41:02] *** Quits: toxync12 (~toxync12@replaced-ip ) (Remote host closed the connection)
597 [03:41:15] *** Joins: toxync12 (~toxync12@replaced-ip )
598 [03:41:40] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 250 seconds)
599 [03:42:17] *** Quits: t4skforce (~t4skforce@replaced-ip##) (Quit: The Lounge - ##replaced-url
600 [03:43:50] *** Joins: t4skforce (~t4skforce@replaced-ip )
601 [03:44:38] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
602 [03:45:25] <Kryczek> mawk: is option 2 something that
requires modifying the code of ifupdown, or just some scripts I can
add to a hook somewhere? :)
603 [03:45:44] *** Joins: deicide- (~deicide-@replaced-ip )
604 [03:46:53] <mawk> just some scripts
605 [03:46:59] <mawk> you don't modify ifupdown
606 [03:47:25] <mawk> it'd be like having a template
interface file somewhere that you can fill in with sed, that you
drop in /etc/network/interfaces.d/
607 [03:47:50] <mawk> with a tmpfs mounted at that place
optionally, to auto clear at boot
608 [03:48:09] <mawk> or symlink to a folder in /tmp or /run to
have systemd auto clear
609 [03:48:28] <mawk> and yeah you'd fill in the template
from an udev hook script
610 [03:49:47] *** Parts: rafuch0 (~rafa@replaced-ip ) ()
611 [03:50:06] <Kryczek> I think I understand
612 [03:50:17] <Kryczek> thank you very much for your time :)
613 [03:50:24] <mawk> you're welcome
614 [03:51:14] *** Joins: mark__ (~Mutter@replaced-ip )
615 [03:51:52] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
616 [03:52:51] *** Joins: armando (~armando@replaced-ip )
617 [03:53:06] *** Joins: sidmo_ (~ident@replaced-ip )
618 [03:53:52] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 244 seconds)
619 [03:54:05] *** Quits: mark__ (~Mutter@replaced-ip ) (Client Quit)
620 [03:54:11] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 258 seconds)
621 [03:54:39] *** Joins: `jig (~jig@replaced-ip )
622 [03:56:40] *** Joins: polman (~ananevtem@replaced-ip )
623 [03:56:41] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 246 seconds)
624 [03:56:50] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 250 seconds)
625 [03:58:02] *** Joins: Aussie_matt (~quassel@replaced-ip )
626 [03:59:24] <karlpinc> /etc/network/interfaces is the default
with buster?
627 [04:00:04] *** Quits: banc (~banc@replaced-ip ) (Quit: Bye)
628 [04:00:52] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
629 [04:01:32] *** Joins: nirakara (~nurks@replaced-ip )
630 [04:06:17] *** Quits: downer06 (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
631 [04:07:07] *** Joins: downer06 (~quassel@replaced-ip )
632 [04:09:18] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
633 [04:11:24] *** Joins: tempnick (~tempnick3@replaced-ip )
634 [04:11:41] *** tempnick is now known as coyoteboe
635 [04:11:53] *** Joins: foul_owl (~foul_owl@replaced-ip )
636 [04:14:42] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Quit: WeeChat 1.6)
637 [04:14:47] *** Joins: MACscr (~MACscr@replaced-ip )
638 [04:15:45] *** Joins: shifty (~shifty~~~@replaced-ip )
639 [04:19:15] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
640 [04:19:19] *** Quits: yans (~yans@replaced-ip ) (Ping timeout: 268 seconds)
641 [04:20:43] *** Joins: banc (~banc@replaced-ip )
642 [04:21:24] *** Quits: miyagui (~miyagui@replaced-ip ) (Remote host closed the connection)
643 [04:21:31] *** Quits: BrianG61UK_ (~BrianG61U@replaced-ip ) (Ping timeout: 276 seconds)
644 [04:21:36] *** Quits: preview (~quassel@replaced-ip ) (Read error: Connection reset by peer)
645 [04:22:58] *** Joins: preview (~quassel@replaced-ip )
646 [04:26:02] *** Quits: rednul (~rednul@replaced-ip ) (Excess Flood)
647 [04:26:11] *** Joins: rednul (~rednul@replaced-ip )
648 [04:26:12] *** Joins: dvs (~hibbard@replaced-ip )
649 [04:27:48] *** Quits: `jig (~jig@replaced-ip ) (Remote host closed the connection)
650 [04:28:11] *** Joins: `jig (~jig@replaced-ip )
651 [04:30:06] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Quit: Leaving)
652 [04:32:34] *** Joins: FriedEggBanjo_ (~FriedEggB@replaced-ip )
653 [04:34:15] *** Quits: FriedEggBanjo__ (~FriedEggB@replaced-ip ) (Read error: Connection reset by peer)
654 [04:35:14] *** Joins: equwal (~equwal@replaced-ip )
655 [04:37:53] *** Joins: uNmowed (~Kaede@replaced-ip )
656 [04:39:28] *** Joins: Surfer2011 (~quassel@replaced-ip )
657 [04:40:09] *** Parts: incal (~user@replaced-ip ) ("ERC (IRC client for Emacs 25.1.1)")
658 [04:40:37] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
659 [04:42:07] *** Quits: Surfer2011_ (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
660 [04:42:25] *** Joins: wireshark (~none@replaced-ip )
661 [04:42:31] *** Quits: JPT (~jpt@replaced-ip ) (Remote host closed the connection)
662 [04:44:00] *** Quits: Vasistha_ (~david@replaced-ip ) (Quit: Breathe and meditate -> ArtofLiving.org)
663 [04:44:15] *** Joins: Vasistha_ (~david@replaced-ip )
664 [04:44:15] *** Quits: Vasistha_ (~david@replaced-ip ) (Changing host)
665 [04:44:15] *** Joins: Vasistha_ (~david@replaced-ip )
666 [04:44:30] *** Quits: buspirate (~none@replaced-ip ) (Ping timeout: 250 seconds)
667 [04:44:53] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
668 [04:47:28] *** Quits: gem808 (~Thunderbi@replaced-ip ) (Quit: gem808)
669 [04:49:40] *** Quits: Randy (~randy@replaced-ip ) (Quit: Out)
670 [04:49:50] *** Joins: JPT (~jpt@replaced-ip )
671 [04:49:59] *** Joins: Randy (randy@replaced-ip )
672 [04:53:56] *** Joins: rsx (~rsx@replaced-ip )
673 [04:55:54] *** Joins: friendlyGoat (~jonah@replaced-ip )
674 [04:56:52] *** Joins: silentjet (~jet@replaced-ip )
675 [05:00:14] *** Joins: devnull (~none@replaced-ip )
676 [05:00:37] *** devnull is now known as Guest59543
677 [05:02:16] *** Quits: wireshark (~none@replaced-ip ) (Ping timeout: 246 seconds)
678 [05:03:55] *** Joins: wireshark (~none@replaced-ip )
679 [05:05:34] *** Quits: coyoteboe (~tempnick3@replaced-ip ) (Ping timeout: 268 seconds)
680 [05:05:46] *** Quits: Guest59543 (~none@replaced-ip ) (Ping timeout: 246 seconds)
681 [05:06:33] *** Joins: citypw (~citypw@replaced-ip )
682 [05:09:05] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
683 [05:11:42] *** Joins: Vizva (~Vizva@replaced-ip )
684 [05:13:13] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
685 [05:13:25] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.4)
686 [05:14:18] *** Quits: `jig (~jig@replaced-ip ) (Ping timeout: 258 seconds)
687 [05:17:41] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 258 seconds)
688 [05:20:59] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 256 seconds)
689 [05:21:10] *** Quits: hoarycripple (~hoarycrip@replaced-ip ) (Ping timeout: 246 seconds)
690 [05:21:27] *** Joins: hoarycripple (~hoarycrip@replaced-ip )
691 [05:23:16] *** Joins: dez (uid92154@replaced-ip )
692 [05:23:58] *** Joins: zeden (~user@replaced-ip )
693 [05:26:43] *** Joins: STMelon (~STMelon@replaced-ip )
694 [05:30:46] *** Joins: null1337 (~WhoAmI@replaced-ip )
695 [05:32:06] *** Joins: coyoteboe (~tempnick3@replaced-ip )
696 [05:32:43] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
697 [05:32:49] *** Joins: foul_owl (~foul_owl@replaced-ip )
698 [05:32:58] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
699 [05:35:52] *** Quits: coyoteboe (~tempnick3@replaced-ip ) (Read error: Connection reset by peer)
700 [05:38:06] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
701 [05:45:45] <friendlyGoat> heya, i need some help with rsync
one more time, i had everything set up but now its not syncing a
rather large .bin of mine for whatever reason. it just freezes up
when trying to sync it and i have no idea why.
702 [05:47:58] <ryouma> friendlyGoat: rsync channel might nkow
703 [05:49:56] <friendlyGoat> there an rsync channel?
704 [05:50:56] *** Joins: polman (~ananevtem@replaced-ip )
705 [05:51:01] <Sveta> yes
706 [05:51:55] <friendlyGoat> found, thanks!
707 [05:52:01] *** Parts: friendlyGoat (~jonah@replaced-ip ) ()
708 [05:52:07] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
709 [05:53:49] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
710 [05:56:40] *** Quits: null1337 (~WhoAmI@replaced-ip ) (Quit: Copywight 2016 Elmer Fudd. All wights wesewved.)
711 [05:57:36] *** Joins: HeWhois (~WhoAmI@replaced-ip )
712 [05:57:57] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
713 [05:58:01] *** Quits: HeWhois (~WhoAmI@replaced-ip ) (Client Quit)
714 [05:58:09] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
715 [05:58:13] *** Joins: xet7 (~xet7@replaced-ip )
716 [05:58:30] *** Joins: noobineer (~noobineer@replaced-ip )
717 [06:00:15] *** Joins: chiluk (~quassel@replaced-ip )
718 [06:00:26] *** Joins: v01t (~v01t@replaced-ip )
719 [06:02:22] *** Joins: tocka (uid198544@replaced-ip )
720 [06:05:08] *** Joins: kschlesselmann (~quassel@replaced-ip )
721 [06:06:28] *** Joins: led_belly (~led_belly@replaced-ip )
722 [06:08:17] *** Joins: slv (~slv@replaced-ip )
723 [06:09:06] *** Joins: arosusi (~arosusi@replaced-ip )
724 [06:14:02] *** debhelper sets mode: +l 1501
725 [06:19:54] *** Joins: polman (~ananevtem@replaced-ip )
726 [06:23:09] *** Joins: killtheclock (~killthecl@replaced-ip )
727 [06:25:01] *** Quits: Vasistha_ (~david@replaced-ip ) (Quit: Breathe and meditate -> ArtofLiving.org)
728 [06:31:23] *** Joins: diogenes_ (~diogenes_@replaced-ip )
729 [06:31:48] *** Joins: towo^work (~towo@replaced-ip )
730 [06:34:25] *** Joins: rizzo (~RizzoTheR@replaced-ip )
731 [06:34:42] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
732 [06:36:44] *** Quits: lilabsence (~RizzoTheR@replaced-ip ) (Ping timeout: 250 seconds)
733 [06:37:32] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
734 [06:38:52] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
735 [06:39:42] *** Joins: polman (~ananevtem@replaced-ip )
736 [06:40:02] *** Joins: xet7 (~xet7@replaced-ip )
737 [06:40:52] *** Quits: Old_Dog (~Old_Dog@replaced-ip ) (Ping timeout: 245 seconds)
738 [06:40:52] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 245 seconds)
739 [06:41:00] *** Parts: yoshi15 (~yoshi15@replaced-ip##) ("Textual IRC Client: ##replaced-url
740 [06:41:19] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
741 [06:42:37] *** Joins: xet7 (~xet7@replaced-ip )
742 [06:53:08] *** Joins: null1337 (~WhoAmI@replaced-ip )
743 [06:54:08] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
744 [06:54:09] *** Joins: cfoch (uid153227@replaced-ip )
745 [06:54:39] *** Joins: michaelni (~michael@replaced-ip )
746 [06:56:21] *** Joins: shabius (~shabius@replaced-ip )
747 [06:56:34] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
748 [06:57:38] *** Joins: viv`d (~ViViD@replaced-ip )
749 [06:57:48] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
750 [06:57:56] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
751 [06:58:34] *** Quits: shabius_ (~shabius@replaced-ip ) (Ping timeout: 258 seconds)
752 [06:58:48] *** Quits: fooctrl (~havoc@replaced-ip ) (Ping timeout: 245 seconds)
753 [06:59:08] *** Joins: fooctrl (~havoc@replaced-ip )
754 [06:59:13] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
755 [06:59:16] *** Quits: vivid (~ViViD@replaced-ip ) (Ping timeout: 250 seconds)
756 [07:00:30] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
757 [07:02:41] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
758 [07:02:49] *** Joins: zfs_lover2 (~zfs_lover@replaced-ip )
759 [07:03:06] *** Quits: zfs_lover2 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
760 [07:03:52] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
761 [07:04:07] *** Joins: lindylex (~lex@replaced-ip )
762 [07:04:11] *** Quits: lindylex (~lex@replaced-ip ) (Client Quit)
763 [07:05:22] *** Joins: airwind (~belovent@replaced-ip )
764 [07:05:42] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
765 [07:06:06] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
766 [07:06:18] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
767 [07:06:40] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
768 [07:07:13] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
769 [07:07:16] *** Joins: zfs_lover2 (~zfs_lover@replaced-ip )
770 [07:07:31] *** Quits: zfs_lover2 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
771 [07:08:25] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
772 [07:08:37] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
773 [07:09:56] <STMelon> knight all
774 [07:10:11] *** Quits: STMelon (~STMelon@replaced-ip ) (Quit: Leaving)
775 [07:12:07] *** Joins: kapil____ (uid36151@replaced-ip )
776 [07:12:08] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 245 seconds)
777 [07:12:40] *** Joins: jmarsac (~jmarsac@replaced-ip )
778 [07:15:13] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
779 [07:15:22] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
780 [07:15:44] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
781 [07:18:26] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 258 seconds)
782 [07:18:41] *** Joins: tyranny12 (~blarg@replaced-ip )
783 [07:18:41] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
784 [07:18:41] *** Joins: tyranny12 (~blarg@replaced-ip )
785 [07:18:46] *** Quits: rustbuckett (~downtime@replaced-ip ) (Ping timeout: 268 seconds)
786 [07:19:04] *** Joins: rustbuckett (~downtime@replaced-ip )
787 [07:22:36] *** Joins: Ericounet (~Eric@replaced-ip )
788 [07:22:37] *** Joins: conta (~Thunderbi@replaced-ip )
789 [07:28:07] *** Joins: wr (~wr@replaced-ip )
790 [07:28:18] <wr> E: The repository 'replaced-url
791 [07:30:40] *** Quits: ozzloy (~ozzloy@replaced-ip ) (Ping timeout: 246 seconds)
792 [07:31:44] *** Joins: Levure (~quassel@replaced-ip )
793 [07:32:15] *** Joins: fling_ (~fling@replaced-ip )
794 [07:32:55] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Quit: Leaving)
795 [07:32:58] *** Quits: fling (~fling@replaced-ip ) (Ping timeout: 245 seconds)
796 [07:33:27] *** fling_ is now known as fling
797 [07:33:54] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
798 [07:34:01] *** debhelper sets mode: +l 1507
799 [07:34:08] *** Joins: bazul (~bazul@replaced-ip )
800 [07:34:34] *** Joins: BenNZ (~Ben__@replaced-ip )
801 [07:34:54] *** Quits: Sinewpy (~end@replaced-ip ) (Read error: Connection reset by peer)
802 [07:35:31] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 244 seconds)
803 [07:35:35] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
804 [07:36:05] *** Joins: toxync12 (~toxync12@replaced-ip )
805 [07:37:25] *** Quits: uranoss (uid50374@replaced-ip ) (Quit: Connection closed for inactivity)
806 [07:37:56] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 255 seconds)
807 [07:38:07] *** Joins: ozzloy (~ozzloy@replaced-ip )
808 [07:39:31] *** Quits: anonyan (~anonyan@replaced-ip ) (Ping timeout: 258 seconds)
809 [07:39:56] *** Parts: zPlus (~zPlus@replaced-ip ) ("WeeChat 1.6")
810 [07:40:00] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
811 [07:40:26] *** Joins: chele (~chele@replaced-ip )
812 [07:41:42] *** Joins: Sabotender (~Sabotende@replaced-ip )
813 [07:41:45] *** Joins: toxync12- (~toxync12@replaced-ip )
814 [07:41:52] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
815 [07:42:07] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
816 [07:43:13] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
817 [07:43:46] *** Joins: lstanley (liam@replaced-ip )
818 [07:43:50] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 246 seconds)
819 [07:44:06] *** Joins: learjet60xr (~learjet60@replaced-ip )
820 [07:44:13] *** Quits: phenoble (~fthevisse@replaced-ip##) (Quit: ZNC 1.7.0 - ##replaced-url
821 [07:44:21] *** Quits: nojake2 (~nojake@replaced-ip ) (Ping timeout: 256 seconds)
822 [07:44:27] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Client Quit)
823 [07:45:41] *** Joins: phenoble (~fthevisse@replaced-ip )
824 [07:45:46] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
825 [07:46:06] *** Joins: reganto (~u0_a180@replaced-ip )
826 [07:46:09] *** Joins: enki (~enki@replaced-ip )
827 [07:46:13] *** Quits: Jonno_FTW (~come@replaced-ip ) (Quit: leaving)
828 [07:46:25] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
829 [07:46:37] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
830 [07:52:42] *** Joins: jmichel (~jmichel@replaced-ip )
831 [07:52:47] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 255 seconds)
832 [07:52:56] *** Quits: reganto (~u0_a180@replaced-ip ) (Ping timeout: 258 seconds)
833 [07:56:09] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
834 [07:56:12] *** Joins: wylel (~Thunderbi@replaced-ip )
835 [07:56:37] *** Joins: TheSpectre_ (~TheSpectr@replaced-ip )
836 [07:56:54] *** Joins: llucenic (~Thunderbi@replaced-ip )
837 [07:56:58] <wylel> How long until a release is considered
EOL?
838 [07:58:35] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
839 [07:58:51] *** Quits: TheSpectre (~TheSpectr@replaced-ip ) (Ping timeout: 268 seconds)
840 [08:00:23] <dax> the security team supports them until 1 year
after the next release comes out (so usually about 3 years total).
Debian LTS does some support after that, see
replaced-url
841 [08:01:53] <wylel> Oh so the final release of a version then
turns into an LTS for a certain amount of time.
842 [08:04:12] *** Quits: ircarcs (~quassel@replaced-ip ) (Quit: ircarcs)
843 [08:06:13] <nkuttler> !lts
844 [08:06:13] <dpkg> Debian Long Term Support (LTS) is a project
to extend the lifetime of all Debian stable releases to (at least) 5
years. Debian LTS is not handled by the Debian security team, but by
a separate group of volunteers and companies. Ask me about
<jessie-lts> and see
replaced-url
845 [08:06:25] *** Joins: ircarcs (~quassel@replaced-ip )
846 [08:11:41] *** Joins: oish (~charlie@replaced-ip )
847 [08:12:40] *** Joins: handsome_feng (~feng@replaced-ip )
848 [08:13:04] *** Joins: grobi (~rtng@replaced-ip )
849 [08:14:40] *** Joins: andrzejv (~andzej@replaced-ip )
850 [08:14:55] *** Joins: yokisuci (~yokisuci@replaced-ip )
851 [08:16:43] *** Joins: clemens3 (~clemens@replaced-ip )
852 [08:16:59] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
853 [08:17:21] *** Joins: tagomago (~tagomago@replaced-ip )
854 [08:17:32] *** Quits: nuuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 255 seconds)
855 [08:18:26] *** Quits: silentjet (~jet@replaced-ip ) (Ping timeout: 255 seconds)
856 [08:20:59] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 258 seconds)
857 [08:24:01] *** Joins: ich (~ich@replaced-ip )
858 [08:24:02] *** Joins: BlueByte_ (~walther@replaced-ip )
859 [08:24:50] *** Joins: flokuehn (~flokuehn@replaced-ip )
860 [08:25:36] *** Joins: tdn (~tdn@replaced-ip )
861 [08:27:20] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
862 [08:27:33] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
863 [08:27:53] *** Joins: ellyacht (~rm-rf@replaced-ip )
864 [08:28:49] *** Parts: ellyacht (~rm-rf@replaced-ip ) ()
865 [08:29:04] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 268 seconds)
866 [08:29:19] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
867 [08:30:49] *** Joins: STMelon (~STMelon@replaced-ip )
868 [08:31:25] *** Joins: thefatma (~thefatma@replaced-ip )
869 [08:34:01] *** debhelper sets mode: +l 1514
870 [08:34:26] *** Joins: Tempesta_ (Tempesta@replaced-ip )
871 [08:35:04] *** Joins: ellyacht (~rm-rf@replaced-ip )
872 [08:35:39] *** Joins: z8z (~x@replaced-ip )
873 [08:35:57] *** Quits: bananas (~bananas@replaced-ip ) (Ping timeout: 250 seconds)
874 [08:35:57] *** Quits: sndb (~kiri@replaced-ip ) (Ping timeout: 250 seconds)
875 [08:35:57] *** Quits: ayekat (~ayekat@replaced-ip ) (Ping timeout: 250 seconds)
876 [08:36:09] *** Joins: bananas (~bananas@replaced-ip )
877 [08:36:36] *** Joins: krion__ (~seb@replaced-ip )
878 [08:36:53] *** Quits: krion (~seb@replaced-ip ) (Ping timeout: 240 seconds)
879 [08:37:15] *** Quits: fonshua (~fonshua@replaced-ip ) (Ping timeout: 250 seconds)
880 [08:37:15] *** Quits: Tempesta (~Tempesta@replaced-ip ) (Ping timeout: 250 seconds)
881 [08:37:19] *** Joins: Nnnavd (~Nnavd@replaced-ip )
882 [08:37:23] *** Joins: fonshua (~fonshua@replaced-ip )
883 [08:37:31] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Quit: Leaving)
884 [08:37:41] *** Quits: spacecase (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
885 [08:37:41] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 250 seconds)
886 [08:37:41] *** Nnnavd is now known as Nnavd
887 [08:37:43] *** Joins: ayekat (~ayekat@replaced-ip )
888 [08:37:46] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
889 [08:37:59] *** Joins: spacecase (~quassel@replaced-ip )
890 [08:37:59] *** Quits: spacecase (~quassel@replaced-ip ) (Changing host)
891 [08:37:59] *** Joins: spacecase (~quassel@replaced-ip )
892 [08:38:30] *** Joins: sndb (~kiri@replaced-ip )
893 [08:38:33] *** Quits: azi` (~foo@replaced-ip ) (Ping timeout: 250 seconds)
894 [08:38:33] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (Ping timeout: 250 seconds)
895 [08:39:14] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
896 [08:39:17] *** Joins: zrnd (~xand@replaced-ip )
897 [08:39:25] *** Quits: nkuttler (~nkuttler@replaced-ip ) (Ping timeout: 250 seconds)
898 [08:40:07] *** Quits: xand (~xand@replaced-ip ) (Ping timeout: 240 seconds)
899 [08:40:17] *** Quits: k-man (~jason@replaced-ip ) (Ping timeout: 250 seconds)
900 [08:40:20] *** Joins: azi` (~foo@replaced-ip )
901 [08:41:09] *** Quits: blackroot (remi@replaced-ip ) (Ping timeout: 250 seconds)
902 [08:41:19] *** Joins: nkuttler (~nkuttler@replaced-ip )
903 [08:41:26] *** Joins: blackroot (remi@replaced-ip )
904 [08:41:49] *** Joins: apetc (~apetc@replaced-ip )
905 [08:42:10] *** Joins: Gyro (~user@replaced-ip )
906 [08:44:05] *** Joins: GhostInTheShell (~melkor@replaced-ip )
907 [08:44:20] *** Quits: dodobrain (~dodobrain@replaced-ip ) (Quit: buh bye.. o/)
908 [08:44:58] *** Quits: Qizzy (~Qizzy@replaced-ip ) (Quit: Oops.)
909 [08:46:01] *** Joins: Qizzy (~Qizzy@replaced-ip )
910 [08:46:20] *** Quits: japh (~scp1@replaced-ip ) (Ping timeout: 268 seconds)
911 [08:46:53] *** Joins: timahvo1 (~rogue@replaced-ip )
912 [08:48:29] *** Joins: sk_tandt (~sk_tandt@replaced-ip )
913 [08:49:19] *** Joins: Secret-Fire (~Secret-Fi@replaced-ip )
914 [08:50:02] *** Quits: thefatma (~thefatma@replaced-ip ) (Ping timeout: 245 seconds)
915 [08:51:05] *** Joins: pragomer (~pragomer@replaced-ip )
916 [08:51:05] *** Quits: pragomer (~pragomer@replaced-ip ) (Client Quit)
917 [08:51:06] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Quit: Leaving)
918 [08:51:21] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
919 [08:51:35] *** Joins: robs_ (~robs@replaced-ip )
920 [08:51:55] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
921 [08:51:57] *** Joins: encod3 (~encod3@replaced-ip )
922 [08:52:29] *** Joins: clemens3 (~clemens@replaced-ip )
923 [08:52:55] *** Quits: Qizzy (~Qizzy@replaced-ip ) (Ping timeout: 246 seconds)
924 [08:54:12] *** Quits: ellyacht (~rm-rf@replaced-ip ) (Ping timeout: 245 seconds)
925 [08:55:28] *** Quits: learjet60xr (~learjet60@replaced-ip ) (Ping timeout: 245 seconds)
926 [08:57:14] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
927 [08:58:16] *** Joins: ellyacht (~rm-rf@replaced-ip )
928 [08:58:47] *** Joins: encod3_ (~encod3@replaced-ip )
929 [08:58:59] *** Joins: Brawcks (~vincentco@replaced-ip )
930 [09:01:25] *** Quits: victorqueiroz (uid340368@replaced-ip ) (Quit: Connection closed for inactivity)
931 [09:02:17] *** Joins: Qizzy (~Qizzy@replaced-ip )
932 [09:03:04] *** Joins: qih (~qih@replaced-ip )
933 [09:05:23] *** Joins: glongo (uid17594@replaced-ip )
934 [09:05:52] *** Joins: k_sze[work] (~Kira@replaced-ip )
935 [09:06:25] *** Quits: STMelon (~STMelon@replaced-ip ) (Remote host closed the connection)
936 [09:07:03] *** Joins: k-man (~jason@replaced-ip )
937 [09:07:25] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
938 [09:08:13] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
939 [09:08:19] *** Joins: encod3 (~encod3@replaced-ip )
940 [09:08:40] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
941 [09:08:58] *** Joins: encod3 (~encod3@replaced-ip )
942 [09:09:19] *** Joins: tekmans13 (~tekmans@replaced-ip )
943 [09:09:44] *** Joins: dreamon__ (~dreamon@replaced-ip )
944 [09:11:29] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
945 [09:11:38] *** Joins: drzacek (~drzacek@replaced-ip )
946 [09:11:53] *** Joins: lucad111 (~lucad111@replaced-ip )
947 [09:11:58] *** Joins: karakedi (~eAC53C340@replaced-ip )
948 [09:11:58] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
949 [09:11:59] *** Joins: karakedi (~eAC53C340@replaced-ip )
950 [09:12:36] <timahvo1> Hi guys am trying to install the
nodejs.11_x on stretch from the modesource repo but it isn't
even listed as an install candidate by apt-cache policy nodejs. Can
anyone help me with this ?
951 [09:12:51] *** Joins: fassl (~fassl@replaced-ip )
952 [09:13:24] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
953 [09:13:37] *** Joins: mibo (~mibo@replaced-ip )
954 [09:14:02] *** debhelper sets mode: +l 1526
955 [09:14:50] *** viv`d is now known as vivid
956 [09:15:02] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Quit: Leaving)
957 [09:15:09] *** Joins: frashaf (cyanoz@replaced-ip )
958 [09:15:11] <frashaf> .
959 [09:15:12] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
960 [09:16:06] *** hwm4rgs7 is now known as hwm4rgs
961 [09:16:24] <frashaf> Eat This: One Dirty Secret to Weight
Loss the Corps DONT Want You to Know!
962 [09:16:30] <frashaf> Are you tired of feeling fat bloated and
tired every day? I was too until I discovered this one DIRTY secret
to losing weight. I lost 100 lbs. in just three months! Incredible
right? Im here too tell you all about my DIRTY secret and its super
simple but SUPER EFFECTIVE:
963 [09:16:37] <frashaf> Drinking cum! :O
964 [09:16:37] <frashaf> Thats right. I ate a diet of just steady
cum for three months and just shaved off the pounds -- and you can
too! :D
965 [09:16:54] <frashaf> Just click below for my easy video guide
to gathering, drinking, and preparing semen from many different
species + exercises for when you are sucking a cock to get your meal
down.
966 [09:16:57] *** Quits: frashaf (cyanoz@replaced-ip ) (Quit: leaving)
967 [09:17:23] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 255 seconds)
968 [09:17:56] *** Joins: anonyan (~anonyan@replaced-ip )
969 [09:18:02] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
970 [09:19:27] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
971 [09:20:00] <timahvo1> Hi guys am trying to install the
nodejs.11_x on stretch from the modesource repo but it isn't
even listed as an install candidate by apt-cache policy nodejs. Can
anyone help me with this ?
972 [09:20:01] *** Joins: msimpson (~msimpson@replaced-ip )
973 [09:21:04] *** Joins: tyranny12 (~blarg@replaced-ip )
974 [09:21:08] *** Quits: arosusi (~arosusi@replaced-ip ) (Ping timeout: 246 seconds)
975 [09:21:34] *** Joins: KnoP (~andreas@replaced-ip )
976 [09:21:56] *** krion__ is now known as krion
977 [09:23:36] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Quit: Leaving)
978 [09:24:15] *** Joins: thefatma (~thefatma@replaced-ip )
979 [09:25:20] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 246 seconds)
980 [09:25:23] *** Joins: xebfe_ (~xebfe_@replaced-ip )
981 [09:26:31] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 246 seconds)
982 [09:26:41] *** Joins: Texou (~Texou@replaced-ip )
983 [09:27:14] *** Joins: tyranny12 (~blarg@replaced-ip )
984 [09:27:14] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
985 [09:27:14] *** Joins: tyranny12 (~blarg@replaced-ip )
986 [09:28:51] *** Quits: Secret-Fire (~Secret-Fi@replaced-ip ) (Remote host closed the connection)
987 [09:30:16] *** Joins: P1ersson (~P1ersson@replaced-ip )
988 [09:30:35] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 246 seconds)
989 [09:31:30] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
990 [09:31:43] *** Joins: AimHere (~David@replaced-ip )
991 [09:32:16] *** Joins: loptr (~loptr@replaced-ip )
992 [09:32:21] *** Joins: george959 (~george959@replaced-ip )
993 [09:35:45] *** Joins: BlackBloc (~IceChat9@replaced-ip )
994 [09:36:11] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Read error: Connection reset by peer)
995 [09:36:36] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
996 [09:36:37] *** Joins: msimpson_ (~msimpson@replaced-ip )
997 [09:36:37] *** Joins: dethos (~dethos@replaced-ip )
998 [09:36:48] *** Joins: learjet60xr (~learjet60@replaced-ip )
999 [09:36:53] *** Joins: blackest_mamba (~blackest_@replaced-ip )
1000 [09:37:49] *** Quits: Thalian (~quassel@replaced-ip##) (Quit: ##replaced-url
1001 [09:38:18] *** Joins: kakava-goobe (~kakava-go@replaced-ip )
1002 [09:39:24] *** Joins: Thalian (~quassel@replaced-ip )
1003 [09:39:28] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1004 [09:39:37] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1005 [09:40:02] *** Quits: sirfarquad (~sirfq@replaced-ip ) (Ping timeout: 245 seconds)
1006 [09:42:06] *** Joins: mark__ (~Mutter@replaced-ip )
1007 [09:42:11] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
1008 [09:44:02] *** debhelper sets mode: +l 1533
1009 [09:44:35] *** Quits: mark__ (~Mutter@replaced-ip ) (Client Quit)
1010 [09:46:06] *** Joins: lupulo (~javiero@replaced-ip )
1011 [09:46:08] *** Joins: pyfgcr (~pyfgcr@replaced-ip )
1012 [09:47:10] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 276 seconds)
1013 [09:48:08] *** Quits: Fox (~fox@replaced-ip ) (Quit: Lost terminal)
1014 [09:49:45] *** Joins: scp1 (~scp1@replaced-ip )
1015 [09:49:54] *** Joins: blackes__ (~blackest_@replaced-ip )
1016 [09:50:16] *** Joins: Namber (~luca@replaced-ip )
1017 [09:50:28] *** Quits: BlackBloc (~IceChat9@replaced-ip ) (Ping timeout: 245 seconds)
1018 [09:51:18] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 245 seconds)
1019 [09:51:18] *** Quits: blackes__ (~blackest_@replaced-ip ) (Client Quit)
1020 [09:51:36] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
1021 [09:51:58] *** Joins: blackest_mamba (~blackest_@replaced-ip )
1022 [09:55:02] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 245 seconds)
1023 [09:55:05] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1024 [09:55:54] *** Joins: teclo- (42@replaced-ip )
1025 [09:55:59] *** Joins: oish (~charlie@replaced-ip )
1026 [10:03:21] *** Quits: thefatma (~thefatma@replaced-ip ) (Remote host closed the connection)
1027 [10:03:33] *** Joins: grobi (~rtng@replaced-ip )
1028 [10:03:39] *** Joins: thefatma (~thefatma@replaced-ip )
1029 [10:06:26] *** Joins: rick8024 (~andreas@replaced-ip )
1030 [10:07:32] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 245 seconds)
1031 [10:07:33] *** rick8024 is now known as KnoP
1032 [10:07:57] *** Joins: skeebo (~skeebo@replaced-ip )
1033 [10:09:12] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
1034 [10:10:04] *** Joins: BCMM (~BCMM@replaced-ip )
1035 [10:11:01] *** Quits: hunterkll (~hunterkll@replaced-ip ) (Read error: Connection reset by peer)
1036 [10:13:37] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 244 seconds)
1037 [10:14:12] *** Joins: Texou (~Texou@replaced-ip )
1038 [10:14:26] *** Joins: kirk781 (~kirk781@replaced-ip )
1039 [10:14:49] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
1040 [10:15:20] *** Joins: kbe (~kbe@replaced-ip )
1041 [10:17:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: छोड़ रहा है)
1042 [10:17:59] *** Quits: learjet60xr (~learjet60@replaced-ip ) (Remote host closed the connection)
1043 [10:18:15] *** Joins: oish (~charlie@replaced-ip )
1044 [10:19:40] *** Quits: ellyacht (~rm-rf@replaced-ip ) (Ping timeout: 276 seconds)
1045 [10:22:04] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 250 seconds)
1046 [10:22:57] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1047 [10:23:35] *** Quits: mikas (mikas@replaced-ip ) (Read error: Connection reset by peer)
1048 [10:24:05] *** Joins: loptr (~loptr@replaced-ip )
1049 [10:27:46] *** Joins: Fox (~fox@replaced-ip )
1050 [10:28:11] *** Quits: Fox (~fox@replaced-ip ) (Client Quit)
1051 [10:28:28] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1052 [10:28:45] *** Joins: KnoP (~andreas@replaced-ip )
1053 [10:28:49] *** Joins: Fox (~fox@replaced-ip )
1054 [10:28:57] *** Joins: clemens3 (~clemens@replaced-ip )
1055 [10:29:07] *** Joins: czesmir (~stefan@replaced-ip )
1056 [10:30:28] *** Joins: woshty (~woshty@replaced-ip )
1057 [10:31:29] *** Quits: dym (~patrick@replaced-ip ) (Changing host)
1058 [10:31:29] *** Joins: dym (~patrick@replaced-ip )
1059 [10:32:02] *** Quits: hqdruxn08 (hqdruxn08@replaced-ip ) (Read error: Connection reset by peer)
1060 [10:32:21] *** Joins: hqdruxn08 (hqdruxn08@replaced-ip )
1061 [10:33:29] *** Quits: jas4711 (~smuxi@replaced-ip ) (Remote host closed the connection)
1062 [10:33:40] *** Joins: olegfusion (~olegfusio@replaced-ip )
1063 [10:33:57] *** Joins: msimpson_ (~msimpson@replaced-ip )
1064 [10:34:36] *** Joins: soee (~soee@replaced-ip )
1065 [10:34:38] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 250 seconds)
1066 [10:34:51] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1067 [10:35:10] *** Quits: bitx8 (~tux@replaced-ip ) (Quit: Konversation terminated!)
1068 [10:36:00] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1069 [10:36:31] *** Joins: Ericounet (~Eric@replaced-ip )
1070 [10:37:19] *** Quits: n1ce (~n1ce@replaced-ip ) (Read error: Connection reset by peer)
1071 [10:37:22] *** Joins: msimpson (~msimpson@replaced-ip )
1072 [10:37:40] *** Joins: n1ce (~n1ce@replaced-ip )
1073 [10:38:56] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 244 seconds)
1074 [10:38:59] *** Joins: soee_ (~soee@replaced-ip )
1075 [10:39:05] *** Joins: dffsdsdf (bcc3692a@replaced-ip )
1076 [10:39:59] *** Joins: Slashman (~Slash@replaced-ip )
1077 [10:41:02] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1078 [10:41:30] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
1079 [10:43:21] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1080 [10:43:35] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 258 seconds)
1081 [10:43:52] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1082 [10:44:01] *** debhelper sets mode: +l 1541
1083 [10:45:52] *** Joins: orotalt (~orotalt@replaced-ip )
1084 [10:47:45] *** BrianG61UK_ is now known as BrianG61UK
1085 [10:48:30] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1086 [10:49:01] *** Quits: apollo13 (apollo13@replaced-ip##) (Quit: ZNC - ##replaced-url
1087 [10:49:49] *** Joins: teclo- (42@replaced-ip )
1088 [10:50:40] *** Quits: kakava-goobe (~kakava-go@replaced-ip ) (Ping timeout: 250 seconds)
1089 [10:51:18] *** Joins: apollo13 (apollo13@replaced-ip )
1090 [10:52:46] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Remote host closed the connection)
1091 [10:52:46] *** Quits: msimpson (~msimpson@replaced-ip ) (Remote host closed the connection)
1092 [10:53:11] *** Joins: msimpson (~msimpson@replaced-ip )
1093 [10:53:11] *** Joins: msimpson_ (~msimpson@replaced-ip )
1094 [10:53:57] *** Joins: fmerges (~fmerges@replaced-ip )
1095 [10:54:02] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1096 [10:54:40] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1097 [10:55:25] *** Quits: wolfpackmars2 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1098 [10:55:25] *** Quits: xebfe_ (~xebfe_@replaced-ip ) (Read error: Connection reset by peer)
1099 [10:56:05] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1100 [10:56:29] *** Joins: xebfe_ (~xebfe_@replaced-ip )
1101 [10:59:59] *** Joins: m1m0 (~m1m0@replaced-ip )
1102 [11:00:59] *** Joins: puhdabear (~puhdabear@replaced-ip )
1103 [11:01:30] *** Joins: conta (~Thunderbi@replaced-ip )
1104 [11:02:00] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
1105 [11:02:26] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
1106 [11:04:09] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I
remember that this is the internet)
1107 [11:05:26] *** Joins: BenNZ (~Ben__@replaced-ip )
1108 [11:06:57] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
1109 [11:07:21] *** Joins: puhdabear (~puhdabear@replaced-ip )
1110 [11:08:26] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 258 seconds)
1111 [11:08:30] *** Joins: selroc (~selroc@replaced-ip )
1112 [11:08:38] *** rant is now known as zywiec
1113 [11:08:54] *** zywiec is now known as rant
1114 [11:09:18] <qih> Two part question: Any one here live in NZ
*and* can/willing to do remote sysadmin?
1115 [11:09:41] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
1116 [11:10:35] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
1117 [11:10:56] <rant> 1) this is a support not a solicitation
channel 2) if you were looking for REMOTE sysadmin, doesnt much
matter where someone lives :P
1118 [11:11:00] *** Joins: puhdabear (~puhdabear@replaced-ip )
1119 [11:11:36] <agris> if it's remote why does the location
matter?
1120 [11:11:40] <qih> Hmmm I am pretty sure I am not
'soliciting' but was asking a question.
1121 [11:11:49] <rant> qih:
replaced-url
1122 [11:12:15] <qih> agris: Cos I'd rather pay a local than
not 8-)
1123 [11:12:33] <qih> rant: Ta
1124 [11:12:34] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1125 [11:12:46] <rant> yeah well I rather be in amsterdam, but we
can't all get what we want :P
1126 [11:12:51] *** Parts: qih (~qih@replaced-ip ) ()
1127 [11:12:59] <rant> as the famous philosopher Jagger once said
1128 [11:13:05] *** Joins: oish (~charlie@replaced-ip )
1129 [11:13:29] <EdePopede> Sir Michael.
1130 [11:13:34] <rant> 'course he went on to say, "if
you try sometimes, you get what you need"
1131 [11:13:37] <agris> finding high sys adm/eng AND local at the
same time? Good luck
1132 [11:13:53] <agris> *high skill sys
1133 [11:14:00] *** b18c5 is now known as wetvacabortion
1134 [11:14:12] <rant> agris: yeah, finding one thats high in
amsterdam may not be so difficult :P
1135 [11:14:33] *** wetvacabortion is now known as b18c5
1136 [11:14:57] <agris> I can't even find a decent programmer
in a college town with compsci majors
1137 [11:15:00] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1138 [11:15:39] <rant> yeah well thats cause a B.S. in C.S. is a
BullShit degree in Common Sense :P
1139 [11:15:55] <agris> more like the opposite
1140 [11:16:05] *** Joins: mortderire (mortderire@replaced-ip )
1141 [11:16:12] *** Joins: Megaf (~Megaf@replaced-ip )
1142 [11:16:19] <agris> it's like they teach them the
opposite of common sense
1143 [11:16:24] *** Joins: tyranny12 (~blarg@replaced-ip )
1144 [11:16:24] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1145 [11:16:24] *** Joins: tyranny12 (~blarg@replaced-ip )
1146 [11:16:48] <rant> yeah.. well thats the case with most
educational institutions.. you need to learn from experience not
from school
1147 [11:16:56] *** Joins: mikas (mikas@replaced-ip )
1148 [11:16:56] <colo-work> ftr: I hold a BSc in CompSci, and
I'm awesome.
1149 [11:17:01] <agris> and how to customize Microsoft Visual
Coder
1150 [11:17:03] <colo-work> thanks for your attention, everyone!
1151 [11:17:07] *** Quits: Megaf (~Megaf@replaced-ip ) (Remote host closed the connection)
1152 [11:17:25] <agris> >never heard of bash
1153 [11:18:03] <agris> >cause a B.S. in C.S. is a BullShit
degree in Common Sense :P
1154 [11:18:28] <agris> I'm keeping this X_)
1155 [11:19:46] *** Parts: delYsid` (~user@replaced-ip ) ("ERC (IRC client for Emacs 25.2.2)")
1156 [11:19:55] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1157 [11:19:55] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1158 [11:20:47] <rant> well, I see from your resume, you clearly
tried real hard and went into significant debt to be as dumb as you
are.. but we're actually looking for someone who knows what
they're doing.
1159 [11:20:52] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Remote host closed the connection)
1160 [11:21:13] <agris> x_)
1161 [11:21:17] *** Joins: him-cesjf (~cesjf@replaced-ip )
1162 [11:21:25] * jelly points in the general direction of
#debian-offtopic
1163 [11:21:53] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Quit: Leaving)
1164 [11:22:10] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1165 [11:22:20] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 244 seconds)
1166 [11:22:32] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (Ping timeout: 245 seconds)
1167 [11:22:34] *** Quits: humpled (~humbag@replaced-ip ) (Remote host closed the connection)
1168 [11:22:55] * agris when you receive 3 applications point to
websites that look exactly the same because all they did was copy
their instructors EXACTLY
1169 [11:23:32] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1170 [11:23:39] *** Joins: msimpson (~msimpson@replaced-ip )
1171 [11:23:40] *** Joins: msimpson_ (~msimpson@replaced-ip )
1172 [11:23:49] * agris when copying CSS makes you a Professional
Programmer™
1173 [11:23:49] * colo-work points to jelly
1174 [11:23:57] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1175 [11:24:05] *** Joins: toxync12 (~toxync12@replaced-ip )
1176 [11:24:37] *** Quits: toxync12- (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
1177 [11:25:02] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1178 [11:25:11] *** Quits: mpmc (~mpmc@replaced-ip ) (Ping timeout: 255 seconds)
1179 [11:25:26] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1180 [11:26:32] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1181 [11:26:49] *** Joins: Texou (~Texou@replaced-ip )
1182 [11:26:56] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1183 [11:28:02] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1184 [11:28:27] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1185 [11:28:40] *** Quits: dffsdsdf (bcc3692a@replaced-ip ) (Quit: Page closed)
1186 [11:29:13] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1187 [11:29:30] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
1188 [11:29:32] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1189 [11:29:40] *** Joins: maelcum (~horst@replaced-ip )
1190 [11:29:56] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1191 [11:30:09] *** Quits: ztychr (~ztychr@replaced-ip ) (Quit: ztychr)
1192 [11:31:02] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1193 [11:31:20] *** Quits: allorder (~allorder@replaced-ip ) (Ping timeout: 246 seconds)
1194 [11:31:26] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1195 [11:31:29] *** Joins: nojake (~nojake@replaced-ip )
1196 [11:32:32] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1197 [11:32:58] *** Joins: zfs_lover1 (~zfs_lover@replaced-ip )
1198 [11:33:19] *** Quits: zfs_lover1 (~zfs_lover@replaced-ip ) (Remote host closed the connection)
1199 [11:34:24] *** Joins: Aussie_matt (~quassel@replaced-ip )
1200 [11:35:06] *** Joins: OS-47650 (~OS-47650@replaced-ip )
1201 [11:35:24] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1202 [11:36:16] *** Quits: mikas (mikas@replaced-ip ) (Remote host closed the connection)
1203 [11:36:38] *** Quits: drith (~drith@replaced-ip ) (Quit: Leaving)
1204 [11:37:31] *** Joins: COOurb (COOurb@replaced-ip )
1205 [11:37:46] *** Quits: thefatma (~thefatma@replaced-ip ) (Ping timeout: 246 seconds)
1206 [11:39:37] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 276 seconds)
1207 [11:39:52] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I
remember that this is the internet)
1208 [11:40:04] *** Joins: Aussie_matt (~quassel@replaced-ip )
1209 [11:43:20] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1210 [11:44:05] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
1211 [11:44:58] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1212 [11:45:06] *** Joins: sam0t (~sam0t@replaced-ip )
1213 [11:45:07] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1214 [11:45:59] *** Joins: JohnML (~john1@replaced-ip )
1215 [11:46:30] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1216 [11:46:41] *** Joins: teclo- (42@replaced-ip )
1217 [11:47:54] *** Joins: frostschutz (~frostschu@replaced-ip )
1218 [11:48:30] *** Joins: allorder (~allorder@replaced-ip )
1219 [11:48:50] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1220 [11:49:23] *** Joins: mikas (mikas@replaced-ip )
1221 [11:49:43] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
1222 [11:50:03] *** Joins: tyranny12 (~blarg@replaced-ip )
1223 [11:50:03] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1224 [11:50:03] *** Joins: tyranny12 (~blarg@replaced-ip )
1225 [11:51:55] *** Joins: mpmc (~mpmc@replaced-ip )
1226 [11:52:03] *** Joins: thefatma (~thefatma@replaced-ip )
1227 [11:53:29] *** Joins: conta (~Thunderbi@replaced-ip )
1228 [11:54:26] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1229 [11:54:47] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (Ping timeout: 246 seconds)
1230 [11:54:56] *** Quits: gislaved (b9bd7136@replaced-ip ) (Remote host closed the connection)
1231 [11:55:57] *** Quits: Copenhagen_Bram (~elonsatos@replaced-ip ) (Read error: Connection reset by peer)
1232 [11:56:36] *** Joins: silentjet (~jet@replaced-ip )
1233 [11:58:04] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
1234 [11:58:36] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
1235 [11:59:02] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 258 seconds)
1236 [11:59:47] *** Joins: gislaved (b9e814da@replaced-ip )
1237 [12:00:18] *** Joins: [diablo] (~diablo]@replaced-ip )
1238 [12:00:20] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1239 [12:00:37] *** Joins: v01t (~v01t@replaced-ip )
1240 [12:01:26] *** Joins: pamaury (~pamaury@replaced-ip )
1241 [12:02:03] *** Joins: Elirips (~Elirips@replaced-ip )
1242 [12:02:31] *** Quits: mikas (mikas@replaced-ip ) (Remote host closed the connection)
1243 [12:03:17] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1244 [12:04:23] *** Joins: nuuuciano_ (~luuuciano@replaced-ip )
1245 [12:06:33] *** Joins: a_l_b (~a_l_b@replaced-ip )
1246 [12:06:35] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Remote host closed the connection)
1247 [12:06:58] *** Quits: handsome_feng (~feng@replaced-ip ) (Remote host closed the connection)
1248 [12:08:35] *** Joins: mikas (mikas@replaced-ip )
1249 [12:08:37] *** Joins: traveltissues (~traveltis@replaced-ip )
1250 [12:08:56] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
1251 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1252 [12:10:10] *** zrnd is now known as xand
1253 [12:11:08] *** Joins: dselect (~dselect@replaced-ip )
1254 [12:16:29] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 246 seconds)
1255 [12:16:33] *** Joins: retpoline (~retpoline@replaced-ip )
1256 [12:17:09] *** Quits: wyre (~wyre@replaced-ip##) (Quit: ZNC 1.6.6+deb1ubuntu0.1 - ##replaced-url
1257 [12:18:06] *** Joins: fstd_ (~fstd@replaced-ip )
1258 [12:18:18] *** Joins: Copenhagen_Bram (~elonsatos@replaced-ip )
1259 [12:18:55] *** Joins: wald0 (~wald0@replaced-ip )
1260 [12:19:11] <wald0> im a bit confused about the difference
between en_US.UTF-8 and en_US.utf8
1261 [12:19:28] <wald0> does they works the same way in debian ?
1262 [12:19:53] <wald0> I always used .UTF-8 but seems like it is
set to .utf8 here, is this wrong?
1263 [12:20:53] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 258 seconds)
1264 [12:20:56] *** Joins: Gaaab (~Gaaab@replaced-ip )
1265 [12:21:23] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1266 [12:21:45] *** Quits: timahvo1 (~rogue@replaced-ip ) (Remote host closed the connection)
1267 [12:22:07] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 245 seconds)
1268 [12:22:07] *** fstd_ is now known as fstd
1269 [12:22:10] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 268 seconds)
1270 [12:22:50] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Quit: Leaving)
1271 [12:23:10] *** Joins: mzajc (~marko@replaced-ip )
1272 [12:23:11] *** Joins: toxync12- (~toxync12@replaced-ip )
1273 [12:23:24] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 250 seconds)
1274 [12:23:48] <mzajc> I have a 64 bit system and a 32 bit C# XNA
game (not the sources). How do I make mono run it? I installed
mono-complete:amd64 from apt, but I can't seem to be able to
install mono-complete:i386.
1275 [12:25:38] *** Joins: oish_ (~charlie@replaced-ip )
1276 [12:25:45] *** Joins: queip (~queip@replaced-ip )
1277 [12:27:11] *** Joins: djz88 (ZKubala@replaced-ip )
1278 [12:28:47] *** Joins: wyre (~wyre@replaced-ip )
1279 [12:28:47] *** Quits: wyre (~wyre@replaced-ip ) (Changing host)
1280 [12:28:47] *** Joins: wyre (~wyre@replaced-ip )
1281 [12:29:20] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1282 [12:29:46] <oiaohm> mzajc: I guess you tried running with the
64 bit version of mono.
1283 [12:29:52] <wald0> mzajc: try installing these 2 ones:
ia32-libs-i386 multiarch-support
1284 [12:30:12] <oiaohm> wald0: mono-complete:amd64 and
mono-complete:i386 pure conflit.
1285 [12:30:31] *** Quits: nojake (~nojake@replaced-ip ) (Ping timeout: 256 seconds)
1286 [12:30:42] *** Joins: tyranny12 (~blarg@replaced-ip )
1287 [12:30:42] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1288 [12:30:42] *** Joins: tyranny12 (~blarg@replaced-ip )
1289 [12:30:57] <EdePopede> wald0, from man 7 locale: For example,
when en_GB.UTF-8 is used for a category, the following
subdirectories are searched for, in this order: en_GB.UTF-8,
en_GB.utf8, en_GB, en.UTF-8, en.utf8, and en.
1290 [12:31:15] *** Quits: n1ce (~n1ce@replaced-ip ) (Ping timeout: 258 seconds)
1291 [12:31:15] <jelly> !basic apt troubleshooting
1292 [12:31:16] <dpkg> In order to troubleshoot your problem with
apt-get, apt or aptitude we need ALL OF THE FOLLOWING information:
1. complete output of your apt-get/apt/aptitude run (including the
command used) 2. output from "apt-cache policy pkg1
pkg2..." for ALL packages mentioned ANYWHERE in the problem,
and 3. "apt-cache policy". Use
replaced-url
1293 [12:31:19] <jelly> mzajc: ^
1294 [12:31:23] *** Quits: wr (~wr@replaced-ip ) (Remote host closed the connection)
1295 [12:31:25] *** Quits: banc (~banc@replaced-ip ) (Ping timeout: 268 seconds)
1296 [12:31:37] *** Joins: wr (~wr@replaced-ip )
1297 [12:32:01] *** Joins: [sr]|2 (~kvirc@replaced-ip )
1298 [12:32:18] *** Joins: n1ce (~n1ce@replaced-ip )
1299 [12:32:26] *** Joins: dez (uid92154@replaced-ip )
1300 [12:32:46] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 258 seconds)
1301 [12:33:02] *** Joins: Brigo (~Brigo@replaced-ip )
1302 [12:33:44] *** Quits: m1m0 (~m1m0@replaced-ip ) (Remote host closed the connection)
1303 [12:34:07] *** Joins: rainer_tm (~rainer_tm@replaced-ip )
1304 [12:34:13] *** Joins: BlackBloc (~IceChat9@replaced-ip )
1305 [12:34:30] *** Quits: [sr] (~kvirc@replaced-ip ) (Ping timeout: 268 seconds)
1306 [12:35:00] *** Joins: dethos_ (~dethos@replaced-ip )
1307 [12:35:11] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 244 seconds)
1308 [12:35:12] *** Joins: Brigo_ (~Brigo@replaced-ip )
1309 [12:36:11] *** Quits: wr (~wr@replaced-ip ) (Ping timeout: 256 seconds)
1310 [12:37:07] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
1311 [12:37:12] *** Quits: dethos_ (~dethos@replaced-ip ) (Client Quit)
1312 [12:37:32] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 245 seconds)
1313 [12:37:38] <mzajc> Collected the required information:
replaced-url
1314 [12:38:30] *** Joins: banc (~banc@replaced-ip )
1315 [12:38:49] <mzajc> Also ia32-libs-i386 doesn't seem to
exist
1316 [12:39:21] <jelly> mzajc: you are mixing repos for debian 9
and upcoming debian 10 release (buster), currently testing branch,
that will break stuff.
1317 [12:39:28] *** Joins: Brigo__ (~Brigo@replaced-ip )
1318 [12:40:25] <mzajc> So I should remove the stretch repos?
1319 [12:40:41] *** Joins: domovoy (~domovoy@replaced-ip )
1320 [12:41:11] *** Joins: m0u (~m0u@replaced-ip )
1321 [12:41:24] *** Joins: Brigo (~Brigo@replaced-ip )
1322 [12:41:30] *** Quits: Brigo__ (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
1323 [12:41:31] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1324 [12:41:37] *** Joins: yokisuci (~yokisuci@replaced-ip )
1325 [12:41:37] <jelly> mzajc: yeah, either upgrade the whole
system to buster, or if you haven't installed anything from
testing yet, remove that repo from your config
1326 [12:41:42] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 245 seconds)
1327 [12:42:18] <jelly> upgrading to buster may break things as
well, but at least you'll have a consistent repo situation
1328 [12:42:26] <jelly> dpkg, stretch->buster
1329 [12:42:26] <dpkg> Read (at least) the upgrading chapter of
the <release notes>
replaced-url
1330 [12:43:27] <mzajc> Well I'm already on buster and I
don't think that's causing any trouble
1331 [12:43:27] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1332 [12:43:52] *** Joins: domovoy (~domovoy@replaced-ip )
1333 [12:44:01] *** debhelper sets mode: +l 1547
1334 [12:44:06] <mzajc> Here's my sources:
replaced-url
1335 [12:44:08] *** Quits: toxync12- (~toxync12@replaced-ip ) (Read error: Connection reset by peer)
1336 [12:44:28] *** Joins: toxync12 (~toxync12@replaced-ip )
1337 [12:44:46] *** Joins: jmarsac (~jmarsac@replaced-ip )
1338 [12:44:51] <domovoy> hi
1339 [12:44:54] *** Joins: martian67 (~martian67@replaced-ip )
1340 [12:45:21] <mzajc> I also have the steam repository in in
sources.list.d, but I doubt that's causing the trouble.
1341 [12:45:33] *** Joins: lbr (~lbr@replaced-ip )
1342 [12:45:48] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1343 [12:45:59] <mzajc> jelly: I have everything upgraded to
buster already
1344 [12:46:42] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Remote host closed the connection)
1345 [12:47:09] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1346 [12:47:14] *** Quits: banc (~banc@replaced-ip ) (Ping timeout: 250 seconds)
1347 [12:48:33] *** Quits: tekmans13 (~tekmans@replaced-ip ) (Ping timeout: 258 seconds)
1348 [12:49:07] <jelly> mzajc: can you also pastebin apt-cache
policy mono-runtime:i386 mono-runtime-sgen:i386 mono-utils:i386
mono-devel:i386 ... [all the package names listed under unmet
dependencies, lines 12-23]
1349 [12:49:13] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1350 [12:49:25] <jelly> one or more of those is uninstallable
1351 [12:49:41] *** Joins: domovoy (~domovoy@replaced-ip )
1352 [12:50:42] *** Quits: m0u (~m0u@replaced-ip ) (Read error: Connection reset by peer)
1353 [12:51:17] <mzajc> jelly: Here you go:
replaced-url
1354 [12:51:35] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 255 seconds)
1355 [12:51:42] <mzajc> A bunch of them don't have
installation candidates, how do I fix that
1356 [12:52:12] *** Joins: lamer__ (~n1ce@replaced-ip )
1357 [12:52:12] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1358 [12:52:39] *** Joins: domovoy (~domovoy@replaced-ip )
1359 [12:53:07] *** Joins: banc (~banc@replaced-ip )
1360 [12:53:35] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
1361 [12:54:10] *** Quits: silentjet (~jet@replaced-ip ) (Ping timeout: 250 seconds)
1362 [12:54:12] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1363 [12:54:37] *** Quits: n1ce (~n1ce@replaced-ip ) (Ping timeout: 258 seconds)
1364 [12:54:44] *** Joins: domovoy (~domovoy@replaced-ip )
1365 [12:54:51] *** Quits: demaio (~homer@replaced-ip ) (Remote host closed the connection)
1366 [12:55:00] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 258 seconds)
1367 [12:55:17] *** Joins: yokowka (~yokowka@replaced-ip )
1368 [12:57:02] *** Joins: thePiGrepper (~nagato@replaced-ip )
1369 [12:57:18] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 258 seconds)
1370 [12:57:22] *** Quits: COOurb (COOurb@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1371 [12:59:01] *** Quits: BlackBloc (~IceChat9@replaced-ip ) (Quit: Beware of programmers who carry screwdrivers.)
1372 [12:59:32] <domovoy> the machine is reported by inxi as
'HP Laptop 17-ca0xxx', the graphic device is
'[AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics]'. I used
to have random system freeze, which where fixed by installing the
kernel from backports (4.19.0-0.bpo.4-amd64), but now: 1_ reboot or
shutdown does not stop/restart the computer (seems to go all the
way, except for power off); 2_ lightdm+slick-greeter doesn't
refresh the screen (still responsive to keyboard, so i can
1373 [12:59:35] <domovoy> gui-login, even if don't see what i
type, the the desktop works well). Tried purging
firmware-amd-graphics, everything works right, but of course i
don't want that. Tried firmware-amd-graphics from backports,
same problems. Can't see any error in the logs. Any idea?
1374 [12:59:37] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 245 seconds)
1375 [13:00:19] *** Joins: kadiro (~kadiro@replaced-ip )
1376 [13:00:56] *** Quits: jolt (jolt@replaced-ip ) (Remote host closed the connection)
1377 [13:02:34] *** Quits: fs2 (~fs2@replaced-ip##) (Quit: The Lounge - ##replaced-url
1378 [13:03:46] <wonderworld> hey, i want to clone a 32GB microsd
card to a 16GB microsd card. part layout is: p1 50MB p2 4GB. I am
wondering if all data on the 32GB card will be at the start of the
card or could it be that parts of the partitions are somewhere enar
the hardware end of the card?
1379 [13:03:49] <jelly> mzajc: you wait. Or set up a
testing/unstable mix, which has its own consequences. At this point
in the release cycle, I'd wait
1380 [13:04:02] *** debhelper sets mode: +l 1541
1381 [13:04:02] <jelly> ,v mono-devel --arch i386
1382 [13:04:03] <judd> Package: mono-devel on i386 -- jessie:
3.2.8+dfsg-10; jessie-security: 3.2.8+dfsg-10+deb8u1; stretch:
4.6.2.7+dfsg-1; sid: 4.6.2.7+dfsg-2; buster: 5.18.0.240+dfsg-3; sid:
5.18.0.240+dfsg-3
1383 [13:04:22] <wonderworld> i.e. coul i just dd from card a to
card b or might i lose data this way?
1384 [13:04:33] <jelly> mzajc: it's also possible your mirror
is slightly out of date
1385 [13:04:56] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Read error: Connection reset by peer)
1386 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1387 [13:05:08] <mzajc>
replaced-url
1388 [13:05:36] *** Joins: dpkg (~dpkg@replaced-ip )
1389 [13:05:37] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1390 [13:05:38] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Changing host)
1391 [13:05:38] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1392 [13:06:20] <themill> mzajc: why are you trying to install
:i386 packages?
1393 [13:06:46] <mzajc> Because I want to run a 32 bit C#
application
1394 [13:07:04] <jelly> mzajc: I've had trouble syncing my
own mirror from syncproxy.eu.debian.org, if arnes.si syncs from the
same one if might be slightly out of date or missing packages
1395 [13:07:43] <mzajc> jelly: tried with
replaced-url
1396 [13:09:41] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1397 [13:10:04] <wald0> EdePopede: thanks, curiously my system has
multiple locales installed and there's basically the last one
(just "en", or "es" or "tk"...),
sounds like it generically defaults to utf8 as a standard or
something like this
1398 [13:10:14] <jelly> wonderworld: usually the layout will not
be weird, but confirm that with a tool that explicitely tells you
which offset partitions start from
1399 [13:10:42] <wald0> unless set specifically to another one
(like .Big5, .GB2313, etc)
1400 [13:10:44] <jelly> wonderworld: eg. sfdisk -d /dev/mmcblk8
1401 [13:10:58] <themill> mzajc: C# or C# calling C?
1402 [13:11:02] <wonderworld> jelly: thanks
1403 [13:11:10] *** Joins: kupi (uid212005@replaced-ip )
1404 [13:11:57] <mzajc> themill: not sure, it's not my
program
1405 [13:11:59] <themill> (my recollection is that the amd64 mono
can run anything)
1406 [13:12:12] <jelly> mzajc: hm, does "apt-cache policy
mono-devel" show something instead? (and why would a ready-made
C# binary need -devel packages to merely run?)
1407 [13:13:01] <themill> #debian-cli on irc.oftc.net might be a
good place to ask
1408 [13:13:20] <mzajc> jelly:
replaced-url
1409 [13:13:51] *** Quits: yokowka (~yokowka@replaced-ip ) (Quit: Leaving)
1410 [13:14:09] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
1411 [13:14:41] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1412 [13:14:43] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1413 [13:14:44] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1414 [13:14:58] *** Joins: nojake (~nojake@replaced-ip )
1415 [13:14:58] *** Joins: tinyhippo (~tinyhippo@replaced-ip )
1416 [13:15:03] *** Joins: martian67 (~martian67@replaced-ip )
1417 [13:15:07] *** Joins: domovoy (~domovoy@replaced-ip )
1418 [13:15:08] <tinyhippo> hello, who should I speak to about
replaced-url
1419 [13:15:14] <jelly> ah, so it exists
1420 [13:15:39] <EdePopede> wald0: better ISO 10646 than just old
646
1421 [13:16:58] <jelly> tinyhippo: seems it's reported
already
replaced-url
1422 [13:17:55] <jelly> tinyhippo: if it weren't, I'd
suggest to look up bugs for the package named "replaced-url
1423 [13:18:06] *** himcesjf_ is now known as him-cesjf
1424 [13:18:18] <tinyhippo> aha
1425 [13:18:21] <tinyhippo> thanks jelly
1426 [13:18:25] *** Quits: lupulo (~javiero@replaced-ip ) (Remote host closed the connection)
1427 [13:18:35] <jelly> you're tinywelcome
1428 [13:18:52] *** Quits: fassl (~fassl@replaced-ip ) (Ping timeout: 250 seconds)
1429 [13:20:54] *** Joins: grobi (~rtng@replaced-ip )
1430 [13:22:19] *** Joins: m0u (~m0u@replaced-ip )
1431 [13:23:18] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1432 [13:24:30] *** Joins: fassl (~fassl@replaced-ip )
1433 [13:24:48] *** Joins: Old_Dog (~Old_Dog@replaced-ip )
1434 [13:24:49] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1435 [13:24:57] *** Joins: yokisuci (~yokisuci@replaced-ip )
1436 [13:25:49] *** Joins: jolt (jolt@replaced-ip )
1437 [13:26:47] *** Quits: corvo (~Thunderbi@replaced-ip ) (Quit: corvo)
1438 [13:27:12] *** Quits: MrRooks (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1439 [13:27:36] <mzajc> jelly: How come
libmono-corlib4.5-cil:amd64 has a candidate but
libmono-corlib4.5-cil:i386 doesn't?
1440 [13:28:16] <mzajc> Shouldn't it support _all_
architectures?
1441 [13:28:22] *** Joins: tmiusone (578a91cb@replaced-ip )
1442 [13:28:23] *** Quits: oish (~charlie@replaced-ip ) (Quit: leaving)
1443 [13:28:29] *** Quits: retpoline (~retpoline@replaced-ip ) (Quit: bye)
1444 [13:28:50] *** Joins: MrRooks (~quassel@replaced-ip )
1445 [13:28:50] *** Quits: MrRooks (~quassel@replaced-ip ) (Changing host)
1446 [13:28:50] *** Joins: MrRooks (~quassel@replaced-ip )
1447 [13:28:52] <jelly> mzajc: could be the i386 build failed or
was slower to upload
1448 [13:29:13] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1449 [13:29:40] *** Joins: domovoy (~domovoy@replaced-ip )
1450 [13:29:42] <jelly> dpkg, why is libmono-corlib4.5-cil not in
testing
1451 [13:29:42] <dpkg> libmono-corlib4.5-cil is not in testing for
the reasons listed in
replaced-url
1452 [13:30:34] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 250 seconds)
1453 [13:30:44] *** Joins: ztychr (~ztychr@replaced-ip )
1454 [13:31:19] <mzajc> jelly: it is in testing, but the i386 one
doesn't have a candidate
1455 [13:31:31] *** Quits: ztychr (~ztychr@replaced-ip ) (Client Quit)
1456 [13:31:49] *** Joins: ztychr (~ztychr@replaced-ip )
1457 [13:31:56] *** Joins: BlueByte_ (~walther@replaced-ip )
1458 [13:32:02] *** Joins: lankanmon (~LKNnet@replaced-ip )
1459 [13:33:31] <jelly> mzajc: that means it's not in
testing.
1460 [13:33:43] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 258 seconds)
1461 [13:33:48] <mzajc> But it's not in stretch either
1462 [13:34:32] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
1463 [13:35:00] *** Joins: yokisuci (~yokisuci@replaced-ip )
1464 [13:35:17] *** Joins: hufdufhv1 (~Thunderbi@replaced-ip )
1465 [13:35:56] *** Joins: Brigo (~Brigo@replaced-ip )
1466 [13:35:58] <jelly> ,i libmono-corlib4.5-cil
1467 [13:35:59] <judd> Package libmono-corlib4.5-cil (cli-mono,
optional) in stretch/amd64: Mono core library (for CLI 4.5).
Version: 4.6.2.7+dfsg-1; Size: 1018.2k; Installed: 3768k; Homepage:
replaced-url
1468 [13:36:17] <jelly> ,i libmono-corlib4.5-cil --arch i386
1469 [13:36:18] <judd> Package libmono-corlib4.5-cil (cli-mono,
optional) in stretch/i386: Mono core library (for CLI 4.5). Version:
4.6.2.7+dfsg-1; Size: 1018.2k; Installed: 3768k; Homepage:
replaced-url
1470 [13:36:25] <jelly> oh, it's another :all package
1471 [13:36:38] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
1472 [13:36:39] *** hufdufhv1 is now known as hufdufhv
1473 [13:36:53] <mzajc> Yeah, the problem is that apt doesn't
accept it as i386
1474 [13:36:58] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1475 [13:37:05] <jelly> don't give it :anything at all, then
1476 [13:37:20] <mzajc> But that'll install the amd64 one
1477 [13:37:24] *** Joins: domovoy (~domovoy@replaced-ip )
1478 [13:38:18] <jelly> they are exactly the same
1479 [13:39:02] <jelly> an :all package satisfies the dependency
for any architecture
1480 [13:39:09] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
1481 [13:39:22] *** Joins: zeSoup (~jsc@replaced-ip )
1482 [13:39:30] *** Joins: Brigo (~Brigo@replaced-ip )
1483 [13:39:43] *** Joins: Zppix (uid182351@replaced-ip )
1484 [13:39:54] <woenx> Hey. i have a remote debian machine that
somehow ran out of memory
1485 [13:40:00] *** Joins: p2hc (~p2hc@replaced-ip )
1486 [13:40:15] <woenx> at a point that I can't even run the
reboot command
1487 [13:40:21] <woenx> what could I do to safely restart that
machine?
1488 [13:40:27] <woenx> (well, it's a virtual machine)
1489 [13:41:02] <mzajc> jelly: That's for
libmono-corlib4.5-cil, but mono-complete which is the thing that I
want to install doesn't have an :all package.
1490 [13:41:36] <jelly> mzajc: and if you fix all its dependencies
it will be able to install
1491 [13:41:46] <jelly> presumably
1492 [13:41:47] <woenx> nevermind, I managed to restart it
1493 [13:42:42] *** Quits: george959 (~george959@replaced-ip ) (Quit: WeeChat 2.3)
1494 [13:43:00] *** Joins: george959 (~george959@replaced-ip )
1495 [13:43:47] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 245 seconds)
1496 [13:44:01] *** debhelper sets mode: +l 1548
1497 [13:44:03] *** Joins: Brigo_ (~Brigo@replaced-ip )
1498 [13:44:03] *** Joins: tekmans13 (~tekmans@replaced-ip )
1499 [13:44:04] <mzajc> jelly: still nope
replaced-url
1500 [13:44:14] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
1501 [13:44:52] *** Quits: george959 (~george959@replaced-ip ) (Client Quit)
1502 [13:45:10] *** Joins: george959 (~george959@replaced-ip )
1503 [13:45:53] *** Quits: nojake (~nojake@replaced-ip ) (Ping timeout: 256 seconds)
1504 [13:47:32] *** Joins: Brigo (~Brigo@replaced-ip )
1505 [13:48:28] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
1506 [13:48:59] *** Quits: lbr (~lbr@replaced-ip ) (Quit: Leaving)
1507 [13:50:35] *** Quits: freakyyy (~uwe@replaced-ip ) (Quit: WeeChat 1.9.1)
1508 [13:50:38] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1509 [13:50:40] *** Joins: nojake (~nojake@replaced-ip )
1510 [13:50:57] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1511 [13:51:27] *** Joins: electro33 (uid613@replaced-ip )
1512 [13:51:28] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1513 [13:52:02] *** Joins: domovoy (~domovoy@replaced-ip )
1514 [13:52:30] *** Joins: freakyy (~uwe@replaced-ip )
1515 [13:52:31] *** Quits: Sveta (~sveta@replaced-ip ) (Quit: rebooting)
1516 [13:52:33] *** Joins: teclo- (42@replaced-ip )
1517 [13:52:55] *** Joins: pax_rhos (~irc@replaced-ip )
1518 [13:54:00] *** Joins: ellyacht (~rm-rf@replaced-ip )
1519 [13:54:18] *** Joins: semeion (~semeion@replaced-ip )
1520 [13:57:25] *** Joins: ae-35 (~ae-35@replaced-ip )
1521 [13:59:01] *** Joins: CrystalMath (~coderain@replaced-ip )
1522 [13:59:59] *** Joins: Sveta (~sveta@replaced-ip )
1523 [14:00:01] *** Quits: Sveta (~sveta@replaced-ip ) (Changing host)
1524 [14:00:01] *** Joins: Sveta (~sveta@replaced-ip )
1525 [14:00:09] *** Joins: weedloser (~weedloser@replaced-ip )
1526 [14:00:53] <jelly> mzajc: ouch, that does not look simple.
What happens if you do aptitude install (thing you wanted to install
in the first place), instead of apt?
1527 [14:00:53] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 255 seconds)
1528 [14:01:25] *** Joins: teclo- (42@replaced-ip )
1529 [14:02:12] *** Quits: tmiusone (578a91cb@replaced-ip ) (Remote host closed the connection)
1530 [14:02:27] *** Joins: tryte (~tryte@replaced-ip )
1531 [14:03:28] *** Quits: maelcum (~horst@replaced-ip ) (Quit: Konversation terminated!)
1532 [14:03:41] *** Quits: Gurty (~princess@replaced-ip ) (Ping timeout: 259 seconds)
1533 [14:03:45] <domovoy> the machine is reported by inxi as
'HP Laptop 17-ca0xxx', the graphic device is
'[AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics]'. I used
to have random system freeze, which where fixed by installing the
kernel from backports (4.19.0-0.bpo.4-amd64), but now: 1_ reboot or
shutdown does not stop/restart the computer (seems to go all the
way, except for power off); 2_ lightdm+slick-greeter doesn't
refresh the screen (still responsive to keyboard, so i can
1534 [14:03:46] <domovoy> gui-login, even if don't see what i
type, the the desktop works well). Tried purging
firmware-amd-graphics, everything works right, but of course i
don't want that. Tried firmware-amd-graphics from backports,
same problems. Can't see any error in the logs. Any idea?
1535 [14:03:56] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1536 [14:03:59] *** Joins: mthe878 (~mthe@replaced-ip )
1537 [14:04:03] *** Joins: Haudegen (~quassel@replaced-ip )
1538 [14:04:11] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
1539 [14:06:16] *** Joins: anonyan_ (~anonyan@replaced-ip )
1540 [14:08:27] *** Joins: u0_a180 (~u0_a180@replaced-ip )
1541 [14:08:47] *** u0_a180 is now known as reganto
1542 [14:08:57] <mzajc> jelly: not much different, as expected
replaced-url
1543 [14:09:08] *** Quits: anonyan (~anonyan@replaced-ip ) (Ping timeout: 250 seconds)
1544 [14:09:45] *** Joins: uNmowed (~Kaede@replaced-ip )
1545 [14:10:10] *** Quits: mo1991 (~mo1991@replaced-ip ) (Remote host closed the connection)
1546 [14:10:13] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1547 [14:10:36] *** Joins: domovoy (~domovoy@replaced-ip )
1548 [14:11:12] <domovoy> is there any way to "watch" a
debian package? ie, i want to receive a mail if there is a new
version of package foobar in stretch-backports
1549 [14:12:54] *** Joins: mo1991 (~mo1991@replaced-ip )
1550 [14:12:57] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1551 [14:13:26] *** Joins: domovoy (~domovoy@replaced-ip )
1552 [14:14:01] *** debhelper sets mode: +l 1556
1553 [14:14:05] *** Quits: thefatma (~thefatma@replaced-ip ) (Ping timeout: 246 seconds)
1554 [14:14:41] <domovoy> sorry about the disconnections, my
network is crap here
1555 [14:15:41] *** Joins: pragomer (~pragomer@replaced-ip )
1556 [14:16:24] *** Quits: reganto (~u0_a180@replaced-ip ) (Quit: leaving)
1557 [14:17:35] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
1558 [14:17:45] *** Joins: Guest81 (578a91cb@replaced-ip )
1559 [14:18:49] *** Joins: g0zzy (~goose@replaced-ip )
1560 [14:20:07] <g0zzy> Getting an infuriating "You
don't have permission to access / on this server." Nothing
wrong with perms. Vhosts dump appears to be OK, but maybe you can
spot something amiss with it..?
1561 [14:20:35] *** Quits: DarkDevil (0x@replaced-ip ) (Quit: recharging.)
1562 [14:20:52] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 246 seconds)
1563 [14:20:58] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1564 [14:21:26] *** Joins: domovoy (~domovoy@replaced-ip )
1565 [14:21:54] *** Quits: teclo- (42@replaced-ip ) (Quit: Lost terminal)
1566 [14:22:50] <g0zzy> Is it maybe a problem that the site is NOT
under /var/replaced-url
1567 [14:23:19] *** Joins: DarkDevil (0x@replaced-ip )
1568 [14:23:22] *** Quits: dreamer (~henk@replaced-ip ) (Ping timeout: 245 seconds)
1569 [14:23:31] *** Joins: dreamer (~henk@replaced-ip )
1570 [14:23:32] *** Quits: ich (~ich@replaced-ip ) (Ping timeout: 246 seconds)
1571 [14:24:55] *** Quits: wathek (~wathek@replaced-ip ) (Quit: Leaving)
1572 [14:25:06] *** Joins: winem_ (~quassel@replaced-ip )
1573 [14:25:06] *** Joins: Gurty (~princess@replaced-ip )
1574 [14:25:06] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
1575 [14:25:06] *** Joins: Gurty (~princess@replaced-ip )
1576 [14:25:59] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1577 [14:26:03] *** Joins: `jig (~jig@replaced-ip )
1578 [14:26:11] *** Joins: Portion (~General_c@replaced-ip )
1579 [14:26:26] *** Joins: domovoy (~domovoy@replaced-ip )
1580 [14:27:01] *** Joins: thefatma (~thefatma@replaced-ip )
1581 [14:27:33] <g0zzy> OK. Answered my own question. It IS a
problem. I had to edit apache2.conf to add a different sites root
1582 [14:27:46] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 258 seconds)
1583 [14:27:48] *** Quits: g0zzy (~goose@replaced-ip ) (Quit: Leaving.)
1584 [14:27:52] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 246 seconds)
1585 [14:28:24] *** Quits: edwardly (~edwardly@replaced-ip ) (Read error: Connection reset by peer)
1586 [14:28:30] *** Quits: domovoy (~domovoy@replaced-ip ) (Read error: Connection reset by peer)
1587 [14:29:00] *** Joins: domovoy (~domovoy@replaced-ip )
1588 [14:29:15] *** Joins: dob1 (~dob1@replaced-ip )
1589 [14:29:30] *** Joins: HKitain (~srsly@replaced-ip )
1590 [14:32:57] *** Joins: edwardly (~edwardly@replaced-ip )
1591 [14:32:57] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
1592 [14:32:57] *** Joins: edwardly (~edwardly@replaced-ip )
1593 [14:33:30] *** Joins: cryptodan (~cryptodan@replaced-ip )
1594 [14:34:11] *** Joins: STMelon (~STMelon@replaced-ip )
1595 [14:34:29] *** Parts: HKitain (~srsly@replaced-ip ) ("Leaving")
1596 [14:34:56] *** Quits: domovoy (~domovoy@replaced-ip ) (Quit: Leaving)
1597 [14:35:46] *** Quits: Old_Dog (~Old_Dog@replaced-ip ) (Ping timeout: 276 seconds)
1598 [14:36:35] *** Joins: oish (~charlie@replaced-ip )
1599 [14:36:40] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
1600 [14:37:53] *** Quits: jmichel (~jmichel@replaced-ip ) (Ping timeout: 246 seconds)
1601 [14:38:22] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 245 seconds)
1602 [14:38:50] *** Quits: thefatma (~thefatma@replaced-ip ) (Read error: Connection reset by peer)
1603 [14:39:15] *** Joins: thefatma (~thefatma@replaced-ip )
1604 [14:40:19] *** Joins: sirfarquad (~sirfq@replaced-ip )
1605 [14:40:21] *** Joins: yans (~yans@replaced-ip )
1606 [14:40:28] *** Quits: thefatma (~thefatma@replaced-ip ) (Read error: Connection reset by peer)
1607 [14:41:56] *** Joins: thefatma (~thefatma@replaced-ip )
1608 [14:43:13] *** Quits: thefatma (~thefatma@replaced-ip ) (Read error: Connection reset by peer)
1609 [14:43:14] *** Joins: Texou (~Texou@replaced-ip )
1610 [14:44:09] *** Quits: mzajc (~marko@replaced-ip ) (Quit: Konversation terminated!)
1611 [14:45:35] *** Quits: ellyacht (~rm-rf@replaced-ip ) (Ping timeout: 250 seconds)
1612 [14:47:55] *** Joins: greycat (~wooledg@replaced-ip )
1613 [14:47:56] *** Quits: Kohlrabi (~kohlrabi@replaced-ip##) (Quit: ##replaced-url
1614 [14:48:16] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
1615 [14:50:48] *** Joins: gypsymauro (~colorioma@replaced-ip )
1616 [14:51:15] *** Quits: Kohlrabi (~kohlrabi@replaced-ip ) (Client Quit)
1617 [14:51:33] <gypsymauro> hi
1618 [14:52:28] *** Quits: wonderworld (~wonderwor@replaced-ip ) (Ping timeout: 250 seconds)
1619 [14:52:49] <gypsymauro> I've to update a jessie server
with debian+bacula, I whitnk it will be untouched for some years
(installing security updates) cause buster is in freeze, it's a
good idea do start with a fresh buster installation or it's
better to stay on stretch?
1620 [14:54:39] *** Joins: wonderworld (~wonderwor@replaced-ip )
1621 [14:54:39] *** Quits: wonderworld (~wonderwor@replaced-ip ) (Changing host)
1622 [14:54:39] *** Joins: wonderworld (~wonderwor@replaced-ip )
1623 [14:54:51] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
1624 [14:55:59] *** Joins: jubo2 (~juboxi@replaced-ip )
1625 [14:56:20] *** Quits: tehnull (tehnull@replaced-ip ) (Remote host closed the connection)
1626 [14:56:40] *** Joins: tehnull (tehnull@replaced-ip )
1627 [14:57:00] *** Quits: Kohlrabi (~kohlrabi@replaced-ip ) (Client Quit)
1628 [14:57:03] *** Quits: superlinux (~mpiuser@replaced-ip ) (Quit: Leaving)
1629 [14:57:05] *** Joins: RN2208 (05a5ee50@replaced-ip )
1630 [14:57:57] *** Parts: RN2208 (05a5ee50@replaced-ip ) ()
1631 [14:58:02] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 255 seconds)
1632 [14:58:30] *** Joins: teclo- (42@replaced-ip )
1633 [14:58:33] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
1634 [14:59:27] *** Joins: robs_ (~robs@replaced-ip )
1635 [15:01:29] *** Joins: zeden (~user@replaced-ip )
1636 [15:02:11] *** Joins: kermitoo (~kermitoo@replaced-ip )
1637 [15:04:54] *** Joins: debsan (~debsan@replaced-ip )
1638 [15:06:20] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
1639 [15:07:19] *** Joins: jmills00 (~Josh@replaced-ip )
1640 [15:09:26] *** Joins: jmichel (~jmichel@replaced-ip )
1641 [15:10:21] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1642 [15:11:49] *** Quits: killtheclock (~killthecl@replaced-ip ) (Remote host closed the connection)
1643 [15:11:53] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1644 [15:12:33] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1645 [15:13:47] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 255 seconds)
1646 [15:13:57] *** Quits: mikas (mikas@replaced-ip ) (Remote host closed the connection)
1647 [15:14:43] *** Joins: teclo- (42@replaced-ip )
1648 [15:15:29] *** Joins: rn2208 (~ambassado@replaced-ip )
1649 [15:15:30] *** Joins: olegfusion (~olegfusio@replaced-ip )
1650 [15:16:27] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1651 [15:17:16] *** Joins: debsan_ (~debsan@replaced-ip )
1652 [15:17:45] *** Quits: OS-47650 (~OS-47650@replaced-ip ) (Quit: Leaving)
1653 [15:18:35] *** Joins: GaneshR (~ganeshraj@replaced-ip )
1654 [15:19:30] *** Joins: toxync12- (~toxync12@replaced-ip )
1655 [15:20:11] *** Quits: nojake (~nojake@replaced-ip ) (Remote host closed the connection)
1656 [15:20:27] *** Joins: robs__ (~robs@replaced-ip )
1657 [15:20:31] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 244 seconds)
1658 [15:21:42] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
1659 [15:22:07] *** Parts: moss (~moss@replaced-ip ) ()
1660 [15:24:03] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
1661 [15:24:32] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 250 seconds)
1662 [15:24:47] *** Quits: bumbar_ (~bumbar@replaced-ip ) (Quit: Leaving)
1663 [15:24:55] *** Quits: orotalt (~orotalt@replaced-ip ) (Ping timeout: 246 seconds)
1664 [15:25:07] *** Quits: `jig (~jig@replaced-ip ) (Ping timeout: 240 seconds)
1665 [15:25:20] *** Joins: nojake (~nojake@replaced-ip )
1666 [15:25:29] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1667 [15:25:48] *** Joins: Prints (~333@replaced-ip )
1668 [15:26:16] *** Quits: dude187 (~chris@replaced-ip ) (Ping timeout: 250 seconds)
1669 [15:28:56] *** Joins: bumbar_ (~bumbar@replaced-ip )
1670 [15:28:56] *** Quits: bumbar_ (~bumbar@replaced-ip ) (Changing host)
1671 [15:28:56] *** Joins: bumbar_ (~bumbar@replaced-ip )
1672 [15:29:10] *** Joins: ztychr (~ztychr@replaced-ip )
1673 [15:29:20] *** Quits: gislaved (b9e814da@replaced-ip ) (Remote host closed the connection)
1674 [15:29:20] *** Quits: Guest81 (578a91cb@replaced-ip ) (Remote host closed the connection)
1675 [15:29:45] *** Joins: timahvo1 (~rogue@replaced-ip )
1676 [15:30:23] *** Quits: rn2208 (~ambassado@replaced-ip ) (Ping timeout: 246 seconds)
1677 [15:31:41] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1678 [15:32:05] *** Joins: Guest81 (578a91cb@replaced-ip )
1679 [15:32:30] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1680 [15:35:26] *** Quits: george959 (~george959@replaced-ip ) (Quit: WeeChat 2.3)
1681 [15:36:16] *** Joins: gislaved (b9e814da@replaced-ip )
1682 [15:37:22] *** Quits: timahvo1 (~rogue@replaced-ip ) (Remote host closed the connection)
1683 [15:39:47] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1684 [15:41:20] *** Quits: macaronus (macaronus@replaced-ip ) (Remote host closed the connection)
1685 [15:41:40] *** Joins: didyme{thomas} (~didyme@replaced-ip )
1686 [15:41:51] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
1687 [15:43:41] *** Joins: Sabotend_ (~Sabotende@replaced-ip )
1688 [15:44:17] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Ping timeout: 244 seconds)
1689 [15:44:28] *** Quits: BlueByte_ (~walther@replaced-ip ) (Remote host closed the connection)
1690 [15:46:10] *** Quits: kadiro (~kadiro@replaced-ip ) (Quit: Leaving)
1691 [15:46:17] *** Joins: Margolis (~Margolis@replaced-ip )
1692 [15:47:06] *** Joins: BlueByte (~walther@replaced-ip )
1693 [15:48:04] *** Quits: Guest81 (578a91cb@replaced-ip ) (Remote host closed the connection)
1694 [15:49:22] *** Quits: sidv (sidv@replaced-ip ) (Ping timeout: 268 seconds)
1695 [15:49:59] *** Quits: riddle (riddle@replaced-ip ) (Ping timeout: 268 seconds)
1696 [15:50:06] *** Joins: annadane (~annadane@replaced-ip )
1697 [15:50:08] *** Quits: kermitoo (~kermitoo@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1698 [15:51:21] *** Quits: toxync12- (~toxync12@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1699 [15:51:29] *** Joins: sidv (sidv@replaced-ip )
1700 [15:52:06] *** Joins: riddle (riddle@replaced-ip )
1701 [15:52:33] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1702 [15:53:43] *** Joins: toxync12 (~toxync12@replaced-ip )
1703 [15:54:57] <loptr> gypsymauro: it depends of your strategy
personally I prefer to upgrade to the latest version when it's
possible
1704 [15:55:23] *** Joins: milktea (~debian@replaced-ip )
1705 [15:55:25] *** Joins: acidtripper (~acidtripp@replaced-ip )
1706 [15:56:04] *** Quits: Landwhale (~Lxrowe@replaced-ip ) (Ping timeout: 268 seconds)
1707 [15:56:39] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1708 [15:57:48] *** Joins: mikas (mikas@replaced-ip )
1709 [15:57:55] <jelly> gypsymauro: if it's on a private
network you might as well go with buster
1710 [15:59:06] *** Joins: slipinkramer (~root@replaced-ip )
1711 [16:00:12] *** Quits: didyme{thomas} (~didyme@replaced-ip ) (Quit: Leaving)
1712 [16:02:20] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
1713 [16:02:23] *** Joins: mtn (~mtn@replaced-ip )
1714 [16:02:30] *** Joins: silentjet (~jet@replaced-ip )
1715 [16:03:53] *** Quits: slipinkramer (~root@replaced-ip ) (Quit: Leaving)
1716 [16:04:05] *** Joins: keed (~keed@replaced-ip )
1717 [16:04:50] *** Quits: Sabotend_ (~Sabotende@replaced-ip ) (Ping timeout: 250 seconds)
1718 [16:06:20] *** Joins: citypw (~citypw@replaced-ip )
1719 [16:07:22] *** Joins: mase-tech (~mase-tech@replaced-ip )
1720 [16:07:31] *** Joins: chomwitt (~chomwitt@replaced-ip )
1721 [16:07:36] *** Joins: root_abhi (~root_abhi@replaced-ip )
1722 [16:07:49] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Ping timeout: 258 seconds)
1723 [16:07:51] *** Quits: rdz (~rdz@replaced-ip ) (Ping timeout: 264 seconds)
1724 [16:07:59] *** Joins: dArK_IcE (~lawl@replaced-ip )
1725 [16:08:44] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 250 seconds)
1726 [16:09:11] *** Joins: johnfg (~johnfg@replaced-ip )
1727 [16:09:14] *** Joins: rdz (~rdz@replaced-ip )
1728 [16:09:29] <johnfg> Hi folks
1729 [16:10:28] <johnfg> Just did an apt update, 5 pkgs to be
upgraded. Got this: The following packages have been kept back:
1730 [16:10:32] <johnfg> default-jdk default-jdk-headless
default-jre default-jre-headless icedtea-netx
1731 [16:10:39] *** Joins: mnemonic (~semeion@replaced-ip )
1732 [16:10:45] <johnfg> What's the fix for this?
1733 [16:11:06] <jelly> johnfg: this fix is to do "apt
full-upgrade" instead of just upgrade, which debian release is
that?
1734 [16:11:07] <Fox> johnfg: apt-get dist-upgrade
1735 [16:11:34] <jelly> !dist-upgrade
1736 [16:11:35] <dpkg> dist-upgrade tells apt to also
install/remove packages when handling dependencies; security updates
may require a dist-upgrade to install (they introduce new packages).
Dist-upgrade does not mean changing from stable to testing; apt and
aptitude both call dist-upgrade "full-upgrade" to remove
this confusion. Read man apt-get carefully. See also <why not
dist-upgrade>, <full-upgrade>.
1737 [16:12:48] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 268 seconds)
1738 [16:13:06] *** Quits: milktea (~debian@replaced-ip ) (Quit: leaving)
1739 [16:13:28] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
1740 [16:13:34] *** Quits: shifty (~shifty~~~@replaced-ip ) (Ping timeout: 246 seconds)
1741 [16:14:38] *** debsan_ is now known as debsan
1742 [16:14:41] *** Joins: naicha (~debian@replaced-ip )
1743 [16:14:53] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
1744 [16:14:55] <annadane> that's actually a complicated one,
i had similar but i don't know about default-jdk/jre
1745 [16:15:11] <annadane> icedtea-netx is getting removed but
i'm unsure what is specifically blocking this upgrade
1746 [16:15:40] *** Quits: fassl (~fassl@replaced-ip ) (Ping timeout: 250 seconds)
1747 [16:15:47] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 240 seconds)
1748 [16:15:57] <annadane> my solution was just to kind of do a
regular apt upgrade first and then dist-upgrade later... apt
autoremove at some stage may or may not be required
1749 [16:16:07] <themill> there's a versioned dependency
associated with one of the java-plugin packages.
1750 [16:16:36] <annadane> so dist-upgrade would probably
appropriately remove icedtea? then i guess that is the right answer
1751 [16:16:58] <themill> As the release announcement for 9.9
says, a dist-upgrade is indeed required
1752 [16:17:05] <johnfg> Thanks folks, that did the job. apt-get
dist-upgrade, followed by the apt autoremove.
1753 [16:17:07] <themill> (there's also a kernel ABI bump)
1754 [16:17:20] <greycat> Yup, if a package needs to be removed
for the upgrade to occur, you have to type full- or dist- to allow
it
1755 [16:17:38] <johnfg> themill: Got that yesterday.
1756 [16:17:39] *** Joins: ZcomV2 (~akz@replaced-ip )
1757 [16:17:45] <greycat> If new packages are needed, "apt
upgrade" will do that, but "apt-get upgrade" will
not.
1758 [16:17:58] *** ZcomV2 is now known as Zcom
1759 [16:18:07] *** Joins: Itaipu (~itaipu@replaced-ip )
1760 [16:18:19] *** Quits: galaxie (~weechat@replaced-ip ) (Ping timeout: 256 seconds)
1761 [16:18:49] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 246 seconds)
1762 [16:18:50] *** Joins: victorqueiroz (uid340368@replaced-ip )
1763 [16:19:17] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1764 [16:19:37] *** Joins: xcm (~xcm@replaced-ip )
1765 [16:20:04] *** Quits: p2hc (~p2hc@replaced-ip ) (Quit: Konversation terminated!)
1766 [16:20:04] *** Joins: reverse_light (~reverse_l@replaced-ip )
1767 [16:20:16] <jelly> ,depends default-jdk-headless
1768 [16:20:17] <judd> Package default-jdk-headless in
stretch/amd64 -- depends: default-jre-headless (= 2:1.8-58+deb9u1),
openjdk-8-jdk-headless.
1769 [16:20:27] *** Joins: fassl (~fassl@replaced-ip )
1770 [16:20:30] <jelly> huh, still 8 not 11?
1771 [16:21:29] <themill> in stretch, yes
1772 [16:21:33] * jelly thought there was no public upstream doing java
8 security at all
1773 [16:21:41] *** Joins: grobi (~rtng@replaced-ip )
1774 [16:21:43] *** Joins: zerotech (~zerotech@replaced-ip )
1775 [16:22:33] <themill> moving to jdk11 breaks too much to do it
in stretch; I assume there's someone doing lots of backporting
of patches
1776 [16:22:40] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1777 [16:23:22] *** Quits: wonderworld (~wonderwor@replaced-ip ) (Ping timeout: 245 seconds)
1778 [16:23:46] *** Quits: IdleGandalf (~IdleGanda@replaced-ip ) (Quit: Leaving)
1779 [16:23:58] *** Joins: eliv (~eliv@replaced-ip )
1780 [16:24:00] <jelly> RH seems to require support for their 8
(supported until 2023ish)
1781 [16:24:01] *** debhelper sets mode: +l 1562
1782 [16:24:24] *** Joins: IdleGandalf (~IdleGanda@replaced-ip )
1783 [16:25:07] *** Quits: andrzejv (~andzej@replaced-ip ) (Ping timeout: 246 seconds)
1784 [16:25:27] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 245 seconds)
1785 [16:26:41] *** Quits: fassl (~fassl@replaced-ip ) (Ping timeout: 255 seconds)
1786 [16:26:45] <jelly> I guess they throw some src.rpm out every
three months, or there's some other upstream
1787 [16:26:56] *** Joins: z8z (~x@replaced-ip )
1788 [16:27:59] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1789 [16:28:37] *** Joins: conta (~Thunderbi@replaced-ip )
1790 [16:28:45] *** Joins: aliasnumber10 (~anzero@replaced-ip )
1791 [16:29:56] *** Joins: wonderworld (~wonderwor@replaced-ip )
1792 [16:30:16] *** Joins: jasonwc (~jasonwc@replaced-ip )
1793 [16:30:22] *** Quits: wonderworld (~wonderwor@replaced-ip ) (Changing host)
1794 [16:30:22] *** Joins: wonderworld (~wonderwor@replaced-ip )
1795 [16:30:41] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 268 seconds)
1796 [16:30:54] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1797 [16:32:16] *** Joins: esro (~esro@replaced-ip )
1798 [16:33:01] *** Joins: mtn (~mtn@replaced-ip )
1799 [16:33:04] *** Quits: esro (~esro@replaced-ip ) (Max SendQ exceeded)
1800 [16:33:13] *** Quits: mtn (~mtn@replaced-ip ) (Client Quit)
1801 [16:35:08] *** Joins: mtn (~mtn@replaced-ip )
1802 [16:36:15] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1803 [16:40:24] *** Joins: ae-35 (~ae-35@replaced-ip )
1804 [16:40:28] *** Quits: jmills00 (~Josh@replaced-ip ) (Ping timeout: 245 seconds)
1805 [16:40:46] *** Joins: esro (~esro@replaced-ip )
1806 [16:40:52] *** Quits: sirfarquad (~sirfq@replaced-ip ) (Ping timeout: 245 seconds)
1807 [16:41:20] *** Joins: yokisuci (~yokisuci@replaced-ip )
1808 [16:41:51] <n_1-c_k> What problem would be caused by doing
'apt-get dist-upgrade' for each and every update, whatever
it involves?
1809 [16:43:18] *** Quits: ssarah (~miguel@replaced-ip ) (Remote host closed the connection)
1810 [16:43:26] <jelly> n_1-c_k: usually no problem within the
boundaries of the package manager. But you may have unpackaged
software, eg. scripts, that rely on a piece of software that's
going to be removed
1811 [16:43:49] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
1812 [16:44:18] *** Joins: tryte (~tryte@replaced-ip )
1813 [16:44:47] *** Parts: cybercrypto (~morpheus@replaced-ip ) ("irssi v1.1.2 - running on FreeBSD amd64")
1814 [16:44:50] *** Joins: rizzo (~RizzoTheR@replaced-ip )
1815 [16:44:52] <annadane> on stable, at least. (i assume you run
stable as #debian is largely supporting stable but just in case...)
1816 [16:45:14] <annadane> and assuming the user doesn't have
some sort of frankendebian
1817 [16:45:22] *** Parts: Oddmonger (~Odd@replaced-ip ) ("WeeChat 2.3")
1818 [16:45:22] *** Joins: m0u (~m0u@replaced-ip )
1819 [16:45:26] <n_1-c_k> jelly, ok thanks. Because I've... I
mean, my friend, has been doing 'apt-get dist-upgrade' for
years. I'll tell him to watch out...
1820 [16:45:28] *** Joins: ssarah (~miguel@replaced-ip )
1821 [16:45:58] <annadane> the main thing is just to not blindly
upgrade without reading what's happening
1822 [16:46:08] <jelly> n_1-c_k: they don't have to watch out
if they don't have crazy tools built against, dunno, specific
libclamav* versions or whatnot
1823 [16:46:19] <n_1-c_k> righto
1824 [16:46:27] <jelly> well not more than usual. Regressions
happen.
1825 [16:46:46] *** Quits: gridcommand (gridcomman@replaced-ip ) (Read error: Connection reset by peer)
1826 [16:47:10] *** Joins: pizzaman (gridcomman@replaced-ip )
1827 [16:47:37] <pizzaman> Hi
1828 [16:47:48] * annadane eats pizzaman
1829 [16:49:44] *** Joins: jhutchins_wk1 (~jonathan@replaced-ip )
1830 [16:50:31] *** Joins: Old_Dog (~Old_Dog@replaced-ip )
1831 [16:50:44] *** Quits: puxavida (~comptekki@replaced-ip ) (Remote host closed the connection)
1832 [16:50:58] *** Quits: mortderire (mortderire@replaced-ip ) (Quit: WeeChat 1.4)
1833 [16:51:20] <jelly> now they're just... man
1834 [16:51:42] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1835 [16:51:56] *** Quits: silentjet (~jet@replaced-ip ) (Ping timeout: 246 seconds)
1836 [16:52:46] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1837 [16:52:55] *** Quits: austin987 (~null@replaced-ip ) (Ping timeout: 276 seconds)
1838 [16:53:12] *** Joins: puxavida (~comptekki@replaced-ip )
1839 [16:53:22] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 245 seconds)
1840 [16:53:49] *** Joins: yes (~j@replaced-ip )
1841 [16:53:52] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1842 [16:54:10] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1843 [16:54:12] *** Joins: teclo- (42@replaced-ip )
1844 [16:54:34] <yes> i've found some notes about installing
debian with sysvinit instead of systemd. but i'm wondering if
anyone has notes on how to switch to sysvinit without a full
reinstall?
1845 [16:55:06] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1846 [16:55:06] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 246 seconds)
1847 [16:55:09] <greycat> !stretch sysvinit
1848 [16:55:09] <dpkg> To replace systemd with sysvinit in
stretch, simply "apt-get install sysvinit-core" and
reboot. To switch from systemd to runit in buster or sid,
"apt-get install runit-systemd", reboot, "apt-get
install runit-init", and reboot again.
1849 [16:55:21] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1850 [16:56:08] *** Quits: UnRealLab (~unreal@replaced-ip ) (Quit: Lost terminal)
1851 [16:56:08] *** [sr]|2 is now known as [sr]
1852 [16:56:15] <greycat> in fact there *isn't* a supported
way to "install with sysvinit instead of systemd".
switching is the only supported way.
1853 [16:56:30] *** Joins: retpoline (~retpoline@replaced-ip )
1854 [16:56:37] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 246 seconds)
1855 [16:56:38] <jelly> is the method from jessie not supported
any more?
1856 [16:56:47] <greycat> what method was that?
1857 [16:57:01] *** Joins: msimpson (~msimpson@replaced-ip )
1858 [16:57:02] *** Joins: msimpson_ (~msimpson@replaced-ip )
1859 [16:57:34] <greycat> the only thing that comes to mind is the
thing about retaining sysvinit while upgrading from wheezy
1860 [16:57:37] <jelly> one or two preseed lines, one doing a
specific remove in-target and the other for... dunno
1861 [16:57:52] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1862 [16:58:01] <greycat> I know nothing about preseeding
1863 [16:58:01] <laidback_01> not true. just switch to Devuan.
it's Debian, but with sysint. very nice distro, behaves exactly
as expected.
1864 [16:58:04] *** Joins: lenswipe (~lenswipe@replaced-ip )
1865 [16:58:06] <lenswipe> hi folks
1866 [16:58:07] <greycat> It is not Debian.
1867 [16:58:08] *** Quits: Waxfire (~Waxfire@replaced-ip ) (Remote host closed the connection)
1868 [16:58:12] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1869 [16:58:30] <laidback_01> it's Debian as much as Centos
is RedHat
1870 [16:58:31] <jelly> laidback_01: it's a derivative
1871 [16:58:47] <annadane> "supported way"
1872 [16:58:59] <annadane> people do use devuan but that
doesn't mean it's a debian-sanctioned way of using
sysvinit
1873 [16:59:02] <lenswipe> I tried to use vs code with "sudo
apt edit-sources" and now if I try and run it again, it just
says You are trying to start vscode as a super user which is not
recommended. If you really want to, you must specify an alternate
user data directory using the --user-data-dir argument. E:
Sub-process editor returned an error code (1) and won't give me
an opportunity to fix
1874 [16:59:09] <laidback_01> okay, fair enough. regardless,
it's a suitable system for those who dislike systemd, but want
Debian.
1875 [16:59:11] <jelly> laidback_01: it uses different repos,
builds some things in ways different that debian, and supported in
#devuan not here
1876 [16:59:12] *** Quits: jhutchins_wk1 (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
1877 [16:59:14] <lenswipe> How do I change the editor for apt
edit-sources
1878 [16:59:16] *** Joins: natinaum (~natinaum@replaced-ip )
1879 [16:59:29] <jelly> laidback_01: it's emphatically not
debian. Just a close derivative.
1880 [17:00:16] <laidback_01> I use both systems. not trying to
insult people over differences in names. I like to solve things...
that seemed a simple solution to a question above.
1881 [17:00:24] <lenswipe> basically, I've broken apt
edit-sources and now it won't let me pick another editor
1882 [17:00:54] <laidback_01> anyway, I agree Devuan <>
Debian, sorry I said that.
1883 [17:00:55] <greycat> lenswipe: have you tried
update-alternatives --config editor
1884 [17:01:21] <greycat> in any case, I've never even heard
of "apt edit-sources" until now
1885 [17:01:34] <greycat> I just do sudo vi /etc/apt/sources.list
1886 [17:01:43] *** Quits: ssarah (~miguel@replaced-ip ) (Ping timeout: 245 seconds)
1887 [17:01:43] <laidback_01> I kinda thought you always just
edited... yep
1888 [17:02:02] <lenswipe> greycat, just did that, and it still
isnt working
1889 [17:02:08] <dob1> ,b glances
1890 [17:02:20] <dob1> wrong syntax?
1891 [17:02:22] <lenswipe> greycat, basically, i picked vs code by
accident and now can't change it
1892 [17:02:27] <jelly> lenswipe: if you have sudo access, you can
run "sudoedit /etc/apt/sources.list"
1893 [17:02:36] <greycat> I have no idea what you are even SAYING.
What is "picked vs code"?
1894 [17:02:40] <lenswipe> jelly, i can, and i probably will - but
i want to undo what I did
1895 [17:02:46] <jelly> greycat: vscode is a GUI editor
1896 [17:03:16] <nkuttler> ugh.. vscode inserts itself into the
editor choices?
1897 [17:03:24] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1898 [17:03:24] *** Joins: Waxfire (~Waxfire@replaced-ip )
1899 [17:03:26] <jelly> why wouldn't it
1900 [17:03:28] <lenswipe> greycat, i ran sudo apt edit-sources
and got a menu like the one update-alternatives provides. I
fatfingered it and picked /usr/bin/code instead of vim. Now I
can't seem to change it.
1901 [17:03:51] <dob1> packages.debian.org seems down
1902 [17:03:52] <jelly> lenswipe: update-alternatives --config
editor
1903 [17:03:58] <lenswipe> vscode doesn't let you run it as
root (sensible)....unfortunately that's effed everything else
up
1904 [17:03:59] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 268 seconds)
1905 [17:04:01] <nkuttler> you're right, vim is also in there
1906 [17:04:01] <lenswipe> jelly, already did that
1907 [17:04:11] <annadane> dob1, not for me?
1908 [17:04:13] <jelly> lenswipe: was it set to code?
1909 [17:04:32] <annadane> at least, not the main site, but
clicking on a link isn't loading
1910 [17:04:35] <lenswipe> jelly,
replaced-url
1911 [17:04:35] <dob1> annadane, can you search a package here ?
replaced-url
1912 [17:04:41] <lenswipe> jelly, it is now.
1913 [17:04:46] <lenswipe> err....its set to vim now
1914 [17:04:48] <lenswipe> it wasn't set to anything
1915 [17:04:57] <annadane> dob1, yes
1916 [17:05:02] <jelly> lenswipe: ah, so it's not (just) that
1917 [17:05:07] <dob1> annadane, it's back!
1918 [17:05:07] <lenswipe> what do you mean
1919 [17:05:08] <annadane> dob1, possible the package you searched
for isn't in backports
1920 [17:05:10] <annadane> ah
1921 [17:06:26] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
1922 [17:06:42] <yes> greycat, jelly: i'm on buster
1923 [17:06:43] *** Joins: Margolis_ (~Margolis@replaced-ip )
1924 [17:06:48] <jelly> lenswipe: when you open a terminal, do
"echo $EDITOR" and "echo $VISUAL" show anything?
1925 [17:07:29] *** Joins: austin987 (~null@replaced-ip )
1926 [17:07:40] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 250 seconds)
1927 [17:07:43] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1928 [17:08:28] <jelly> lenswipe: if not, perhaps it's the
"sensible editor" thing written down, see if your
~/.selected_editor or ~root/.selected_editor exists
1929 [17:08:35] *** Joins: Tom01 (~tom@replaced-ip )
1930 [17:09:31] <yes> !buster sysvinit
1931 [17:09:32] *** Quits: eliv (~eliv@replaced-ip ) (Ping timeout: 258 seconds)
1932 [17:09:40] <lenswipe> jelly, presumably as sudo?
1933 [17:09:50] <jelly> lenswipe: no.
1934 [17:09:53] *** Quits: Margolis (~Margolis@replaced-ip ) (Ping timeout: 255 seconds)
1935 [17:10:06] <lenswipe> well echo $EDITOR; and echo $VISUAL; as
me produces nothing
1936 [17:10:16] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
1937 [17:10:36] <lenswipe> ah there it is
1938 [17:10:44] <lenswipe> /root/.selected_editor
1939 [17:10:58] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1940 [17:10:59] *** Joins: dionysus70 (~Thunderbi@replaced-ip )
1941 [17:11:13] <lenswipe> ta
1942 [17:11:14] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1943 [17:11:34] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1944 [17:11:43] <greycat> ... and *apt* uses that file? It's
not in the man page.
1945 [17:11:43] <lenswipe> Meanwhile....can I add an ubuntu PPA in
order to install ansible 2.3?
1946 [17:11:49] <lenswipe> greycat, seems so
1947 [17:11:50] <greycat> !ppa
1948 [17:11:50] <dpkg> [ppa] Personal Package Archive (see
replaced-url
1949 [17:12:06] <greycat> ,v ansible
1950 [17:12:07] <judd> Package: ansible on amd64 -- jessie:
1.7.2+dfsg-2; jessie-security: 1.7.2+dfsg-2+deb8u1; stretch:
2.2.1.0-2+deb9u1; stretch-security: 2.2.1.0-2+deb9u1;
stretch-backports: 2.7.5+dfsg-1~bpo9+1; buster: 2.7.7+dfsg-1; sid:
2.7.8+dfsg-1
1951 [17:12:16] <lenswipe> im aware. I need ansible 2.3
1952 [17:12:17] <greycat> you can get 2.7.5 from stretch-backports
1953 [17:12:22] <lenswipe> oh, cool.
1954 [17:12:24] *** Joins: towo` (~towo@replaced-ip )
1955 [17:12:25] <jelly> greycat: I have no idea what "apt
edit-source" does honestly
1956 [17:12:48] <lenswipe> jelly, basically it's a CLI
version of the fancy GUI that lets you edit software sources
1957 [17:13:17] <lenswipe> greycat, how do i fetch something from
backports instead of the main repo?
1958 [17:13:19] *** dionysus70 is now known as dionysus69
1959 [17:13:22] <lenswipe> apt-get install ansible just installs
2.1
1960 [17:13:26] <lenswipe> or 2.2 or whatever
1961 [17:13:36] <greycat> !stretch-backports
1962 [17:13:36] <dpkg> Some packages intended for Buster (Debian
10) but recompiled for use with Stretch (Debian 9) can be found in
the stretch-backports repository. See
replaced-url
1963 [17:13:45] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1964 [17:13:51] *** Joins: queip (~queip@replaced-ip )
1965 [17:13:57] <lenswipe> i know what backports <ARE>
1966 [17:14:05] <lenswipe> I just want to know how to tell apt to
use the backports repo :)
1967 [17:14:11] <annadane> apt -t stretch-backports install foo
1968 [17:14:13] <greycat>
replaced-url
1969 [17:14:14] <jelly> lenswipe: do you know what reading the
instructions IS
1970 [17:14:22] <lenswipe> oh right
1971 [17:14:22] <lenswipe> apt-get -t stretch-backports install
"package"
1972 [17:14:26] *** Quits: yes (~j@replaced-ip ) (Quit: WeeChat 2.3)
1973 [17:14:30] <lenswipe> jelly, yep, just missed that the first
time
1974 [17:14:30] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
1975 [17:14:35] <greycat> jelly: no, he doesn't. he will just
wait until someone spoon-feeds him.
1976 [17:14:51] *** Quits: retpoline (~retpoline@replaced-ip ) (Quit: bye)
1977 [17:14:58] <lenswipe> jelly, lots of people on IRC like to
just chuck a man page at you and just go "RTFM" regardless
of wether it's actually applicable or not
1978 [17:15:05] <greycat> *plonk*
1979 [17:15:06] <lenswipe> in this case it is
1980 [17:15:11] <lenswipe> usually its not
1981 [17:15:27] *** Joins: sk_tandt_ (~sk_tandt@replaced-ip )
1982 [17:15:41] <jelly> lenswipe: I also have experience with you
in particular, and assuming we just tell you to RTFM does not
provide any favors
1983 [17:16:00] <lenswipe> not sure what you're driving at
1984 [17:16:37] <jelly> I don't RTFM without reason, and
neither does greycat
1985 [17:16:53] <lenswipe> idd, but lots of people do
1986 [17:17:17] <jelly> we're not lots.
1987 [17:17:23] <lenswipe> i never said you were
1988 [17:17:32] <jelly> you did, by not reading the FM
1989 [17:17:36] <whislock> lenswipe: If you're being told to
RTFM that much, it might indicate a problematic pattern on your
part.
1990 [17:17:40] <lenswipe> *sigh*
1991 [17:17:59] <lenswipe> whislock, ever go on stackoverflow? ;)
1992 [17:18:15] *** Joins: n4dir (~n4dir@replaced-ip )
1993 [17:18:21] <whislock> Yes. And?
1994 [17:18:26] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Ping timeout: 255 seconds)
1995 [17:18:26] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 255 seconds)
1996 [17:18:46] *** Parts: ed (~ed@replaced-ip ) ()
1997 [17:18:50] *** Quits: sk_tandt (~sk_tandt@replaced-ip ) (Ping timeout: 244 seconds)
1998 [17:19:05] *** Joins: ssarah (~miguel@replaced-ip )
1999 [17:19:07] <lenswipe> <question about how to install WiFi
drivers on Ubuntu>.....2 minutes later.....<marked as
duplicate of question about configuring printer on ubuntu by mod
with 999999 rep>
2000 [17:19:11] <jelly> I would hope this channel provided a level
of cluefulness at least slightly above stackoverflow
2001 [17:19:24] <lenswipe> jelly, it does.
considerably....I'm just used to stackoveflow at this point.
2002 [17:19:28] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
2003 [17:19:53] *** Quits: tec__ (~aegis@replaced-ip ) (Ping timeout: 258 seconds)
2004 [17:20:07] <lenswipe> Anyway, I'm not going to argue
about this. It's not a particularly fruitful discussion.
2005 [17:20:19] *** Joins: flokuehn (~flokuehn@replaced-ip )
2006 [17:20:48] <jelly> but anyway, that sensible-editor thing
clashes a bit with alternatives and probably should not offer to put
its config when run as root
2007 [17:21:27] *** Joins: tec__ (~aegis@replaced-ip )
2008 [17:21:28] <lenswipe> yeah, that's kind of odd
2009 [17:21:35] <jelly> I almost never notice it because my
$EDITOR is set everywhere
2010 [17:21:48] <annadane> which one? :D
2011 [17:21:52] <annadane> sorry, sorry
2012 [17:22:01] <jelly> that bit of info will not be divulged
2013 [17:22:11] *** Joins: gcclinux_ (~gcclinux@replaced-ip )
2014 [17:22:27] <lenswipe> obviously vim is the superior editor
and pc is better than PC. now we watch as the channel implodes.
2015 [17:22:31] <lenswipe> s/PC/mac
2016 [17:22:32] *** Quits: yokisuci (~yokisuci@replaced-ip ) (Ping timeout: 245 seconds)
2017 [17:22:34] *** Joins: Texou (~Texou@replaced-ip )
2018 [17:23:13] *** Quits: Brawcks (~vincentco@replaced-ip ) (Ping timeout: 246 seconds)
2019 [17:23:29] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
2020 [17:23:40] *** Quits: gcclinux_ (~gcclinux@replaced-ip ) (Remote host closed the connection)
2021 [17:25:45] *** Joins: tryte (~tryte@replaced-ip )
2022 [17:26:14] *** Joins: mthe878_ (~mthe@replaced-ip )
2023 [17:26:19] *** Joins: Jazztronaut (~taggerung@replaced-ip )
2024 [17:27:22] <jelly> however if apt is smart enough to have a
wrapper for $EDITOR sources.list, it might be smart enough to detect
running under sudo
2025 [17:27:22] *** Joins: msimpson_ (~msimpson@replaced-ip )
2026 [17:27:22] *** Joins: msimpson (~msimpson@replaced-ip )
2027 [17:27:52] <jelly> Disclaimer: I do not think either is a
good idea or very useful feature
2028 [17:28:28] <jelly> lenswipe: sudoedit /etc/apt/sources.list
should let you edit the file even with vscode, it makes a temp. copy
and runs the editor as normal user
2029 [17:28:28] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
2030 [17:28:53] <lenswipe> interesting
2031 [17:29:04] <lenswipe> i prefer vim and/or nano or something
normally
2032 [17:29:10] <lenswipe> right now things are working though
2033 [17:29:29] <themill> (if only the sensible-editor menu told
you how to change the option later)
2034 [17:30:05] <jelly> or if it did not override alternatives
2035 [17:30:11] <lenswipe> themill, ?
2036 [17:30:33] <themill> sensible-editor *should* override
alternatives, given it has user settings and alternatives do not
2037 [17:30:36] *** Quits: msimpson_ (~msimpson@replaced-ip ) (Client Quit)
2038 [17:30:55] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2039 [17:31:03] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2040 [17:31:04] <themill> «Select an editor. To change
later, run 'select-editor'.»
2041 [17:31:05] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Changing host)
2042 [17:31:05] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2043 [17:31:07] <jelly> in this case the user isn't aware the
setting gets remembered as user "root" setting
2044 [17:31:09] *** Quits: aje (~aj@replaced-ip ) (Ping timeout: 252 seconds)
2045 [17:31:16] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Client Quit)
2046 [17:31:27] <lenswipe> This all came about because my app
wouldn't start properly in the dev VM. I destoryed and rebuilt
the dev VM to try and see if that would help. unfortunately I manage
to blow ansible away with something I did a while ago and so needed
to re-install that. The version in debian main was too old for my
ansible scripts and therefore I needed to edit sources.list to add
the ansible PPA to...well you get the idea.
2047 [17:31:41] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2048 [17:32:01] <jelly> themill: running 'select-editor'
after 'sudo apt edit-sources' would edit the wrong setting
2049 [17:32:26] <themill> I don't think it's much of a
stretch to stick sudo in front of that
2050 [17:32:58] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2051 [17:33:20] <jelly> it's rather inconsistent, other
apt/apt-get suggestions put sudo in front, at least where canonical
people have added that :-)
2052 [17:33:38] *** Joins: ich (~ich@replaced-ip )
2053 [17:33:47] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 245 seconds)
2054 [17:34:30] <jelly> let's argue about this some more
instead of filing a wishlist/minor bug!
2055 [17:34:35] *** Joins: aje (~aj@replaced-ip )
2056 [17:35:13] *** Quits: msimpson (~msimpson@replaced-ip ) (Ping timeout: 258 seconds)
2057 [17:35:31] <themill>
replaced-url
2058 [17:36:00] *** Joins: msimpson (~msimpson@replaced-ip )
2059 [17:36:00] *** Joins: Delvien (Delvien@replaced-ip )
2060 [17:36:05] *** Quits: sk_tandt_ (~sk_tandt@replaced-ip ) (Read error: Connection reset by peer)
2061 [17:36:11] <jelly> there's one dude who pretends to be a
dumb user and dutifully files hundreds of bug reports with tiny
inconsistencies
2062 [17:36:12] <greycat> and select-editor is mentioned zero
times in apt(8)
2063 [17:36:31] <nojake> how would i copy the contents all
partitions, mbr, etc. 1:1 into some image .. dd? can u give me the
exact command?
2064 [17:36:36] *** Joins: Sollg3r (~ejakuk@replaced-ip )
2065 [17:36:37] <jelly> bug reports ABOUT inconsistencies.
2066 [17:36:52] <Delvien> I have a debian 9 server that when i set
to static ip i get no internet access. I have /etc/resolv.con set to
googles dns, and static IP set in /etc/network/interfaces. when I
swap to DHCP I get internet access
2067 [17:37:35] <jelly> Delvien: how do you determine
"internet access", can you ping the gateway by ip address,
and an external server by ip address?
2068 [17:38:10] <Delvien> jelly ping 8.8.8.8 or
replaced-url
2069 [17:38:12] <greycat> nojake: typically something like dd
if=/dev/yourdisk bs=64k of=somefile.img but the disk you're
cloning in this way must NOT be modified during the copy, so make
sure it is not the disk you're actually booting Debian from,
and that none of the partitions are mounted
2070 [17:38:17] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
2071 [17:38:18] <jelly> Delvien: can you pastebin the output of
"ip a" and "ip r" with static config and with
dhcp?
2072 [17:38:30] *** Joins: silentjet (~jet@replaced-ip )
2073 [17:38:33] *** Quits: chele (~chele@replaced-ip ) (Remote host closed the connection)
2074 [17:38:43] <jelly> Delvien: a screenshot is okay if you
can't pastebin text when there is no network
2075 [17:39:04] <Delvien> jelly terminal only, and no network
currently.
2076 [17:39:05] <natinaum> die Image sache: dd if=<source>
of=<target> bs=<bitrate> status=progress
2077 [17:39:44] <jelly> Delvien: upload an image of the screen
with requested info visible, to imgur.com or some other free image
site
2078 [17:41:14] <nojake> natinaum, thanks. would that work for
partition and mbr and all?
2079 [17:41:53] <nojake> natinaum, ziel soll sein es
wiederherszustellen 1:1
2080 [17:41:53] <greycat> if you use a disk device (e.g. /dev/sdc)
then yes
2081 [17:42:08] <greycat> if you use a partition device (e.g.
/dev/sdc1) then no
2082 [17:42:40] <nojake> ah. ok. then i don't understand
bitrate in this context.
2083 [17:42:40] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2084 [17:42:46] <greycat> block size.
2085 [17:43:05] <nojake> how wold i found out?
2086 [17:43:05] <jelly> GPT has a signature at the beginning and
at the end of disk, so that needs fixing, but firmware usually does
well booting with jsut the former
2087 [17:43:12] *** Quits: silentjet (~jet@replaced-ip ) (Ping timeout: 250 seconds)
2088 [17:43:28] <greycat> nojake: I suggested bs=64k but you
apparently didn't read mine
2089 [17:43:33] <nojake> ^^
2090 [17:43:37] <nojake> ok.
2091 [17:43:38] *** Quits: Namber (~luca@replaced-ip ) (Ping timeout: 250 seconds)
2092 [17:43:39] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2093 [17:43:40] <nojake> thank you.
2094 [17:43:54] <natinaum> buffersize
2095 [17:43:57] <natinaum> my mistake
2096 [17:44:01] <jelly> block size
2097 [17:44:02] <nojake> sorry. it's very small and too
colorful. thx greycat
2098 [17:44:10] <nojake> and all.
2099 [17:44:18] <natinaum> today isn't my day
2100 [17:44:36] <natinaum> what jelly said
2101 [17:44:46] *** Joins: mortderire (mortderire@replaced-ip )
2102 [17:45:20] <nojake> np;) alles gut.
2103 [17:45:34] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 258 seconds)
2104 [17:45:59] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2105 [17:46:14] *** Joins: mrjpaxton (~none@replaced-ip )
2106 [17:46:47] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 255 seconds)
2107 [17:47:01] *** Joins: we6jbo (~we6jbo@replaced-ip )
2108 [17:47:02] <natinaum> Idk, i slept like 4 hours. I think you
should choose the blocksize fitting for your device. I use 24m.
maybe, dont trust me, google :)
2109 [17:47:08] *** Joins: fs2 (~fs2@replaced-ip )
2110 [17:47:54] <greycat> I doubt you'd see any improvement
beyond 1 megabyte
2111 [17:48:08] <greycat> you're just using a bunch of
additional memory for probably no real gain
2112 [17:48:38] <Delvien> jelly: whew that took a long time..
replaced-url
2113 [17:48:43] <nojake> ok it's GPT. so..
2114 [17:49:05] <nojake> a signature at the end of the disk ...
wouldn't that be copied as well?
2115 [17:49:07] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2116 [17:49:17] <nojake> would it only work on the specific usb
disk?
2117 [17:49:29] <natinaum> The only thing i know is that you
shouldnt just forget this argument. I had my pain with it. But I
guess at some point it really doesnt matter.
2118 [17:49:29] <nojake> or is it all much simpler.
2119 [17:49:44] <natinaum> 1:1
2120 [17:49:49] <nojake> 1:1
2121 [17:50:05] <natinaum> exactly
2122 [17:50:07] <greycat> dd's default block size comes from
the 1970s like dd
2123 [17:50:34] <Delvien> jelly: sorry, didnt get the static
address config there: here u go:
replaced-url
2124 [17:50:34] <natinaum> I thought default blocksize is bytewise
2125 [17:50:43] <greycat> man dd tells you the default value
2126 [17:50:46] *** Joins: `jig (~jig@replaced-ip )
2127 [17:50:46] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Ping timeout: 276 seconds)
2128 [17:51:05] <nojake> you 64kb suggestion is still valid for
gpt? greycat
2129 [17:51:05] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 246 seconds)
2130 [17:51:13] <greycat> GPT has nothing to do with this.
2131 [17:51:15] <natinaum> at least it felt this way
2132 [17:51:29] <nojake> well then i do i worry?
2133 [17:51:33] <nojake> why
2134 [17:51:35] <natinaum> 523 is the default 512
2135 [17:51:36] *** Joins: Barabacha (~Barabacha@replaced-ip )
2136 [17:51:37] <greycat> It's a question of SPEED. The block
size is how many bytes you read each time you read from the device.
2137 [17:51:38] <natinaum> typo and so
2138 [17:51:41] <jelly> Delvien: and ip r for both cases?
2139 [17:51:56] *** Joins: sorko999 (~sorko999@replaced-ip )
2140 [17:51:57] <greycat> Reading 512 bytes at a time turns out to
be really god damned slow on modern disks.
2141 [17:52:02] <nojake> greycat: and that was exaclty why it
seems odd..
2142 [17:52:20] <nojake> (unless blocksize)
2143 [17:52:33] <natinaum> It was always slow …
2144 [17:52:54] <nojake> the copying and reproducing should take
whatever it does.
2145 [17:53:00] <greycat> Like most of the commands from the
1970s, it was actually designed to read and write MAGNETIC TAPES,
not disks.
2146 [17:53:18] <nojake> it should be at best the blocksize used
on the stick.
2147 [17:53:19] *** Parts: Jazztronaut (~taggerung@replaced-ip ) ()
2148 [17:53:24] <nojake> maybe i can find it out?
2149 [17:53:34] <greycat> 64k is usually fine.
2150 [17:53:35] *** Joins: mega_marw1 (~marwin@replaced-ip )
2151 [17:53:38] <nojake> ok.
2152 [17:53:42] *** Joins: conta (~Thunderbi@replaced-ip )
2153 [17:53:52] <greycat> if you want to spend a whole bunch of
time benchmarking different block sizes, go ahead
2154 [17:54:36] <natinaum> You could double it till it doesnt
help. Then go a half step for and back and for till you find your
sweetspot
2155 [17:54:47] <nojake> no greycat. all i wanted to hear is do dd
blah blah. eof
2156 [17:54:49] <natinaum> or you duckduckgo it
2157 [17:54:55] <natinaum> eof?
2158 [17:54:55] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
2159 [17:55:03] <nojake> end of file./
2160 [17:55:05] *** Joins: Brigo (~Brigo@replaced-ip )
2161 [17:55:16] <nojake> its cool now.
2162 [17:55:21] <nojake> thanks.
2163 [17:55:27] *** Quits: luminousnine (~luminousn@replaced-ip ) (Quit: Goodbye ~ Powered by LunarBNC)
2164 [17:55:40] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
2165 [17:55:46] <nojake> (it could of course have been soemthing
more interesting for you.. sorry for trivial stuff)
2166 [17:55:47] <jelly> natinaum: if does not really matter if you
use a larger bs on linux, because GNU dd and Linux kernel will do a
final partial write and always write down exactly the amount of
bytes that was on the input
2167 [17:55:51] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
2168 [17:55:55] *** Quits: z8z (~x@replaced-ip ) (Ping timeout: 258 seconds)
2169 [17:55:58] <natinaum> cat < <source> >
<target>
2170 [17:56:07] *** Joins: luminousnine (~luminousn@replaced-ip )
2171 [17:56:07] *** Quits: luminousnine (~luminousn@replaced-ip ) (Changing host)
2172 [17:56:07] *** Joins: luminousnine (~luminousn@replaced-ip )
2173 [17:56:14] <jelly> pv < source > dest # has a progress
bar!
2174 [17:56:29] *** Joins: sonicdee (~linushec@replaced-ip )
2175 [17:56:36] <natinaum> dd if=source |pv|dd of=target
2176 [17:56:50] *** Quits: woenx (~quassel@replaced-ip ) (Remote host closed the connection)
2177 [17:56:55] <jelly> pv does not know the total that way
2178 [17:57:03] <greycat> you'll want bs= on both of those
unless you're really trying to benchmark the default 512 byte
block size
2179 [17:57:03] *** Joins: Gaaab (~Gaaab@replaced-ip )
2180 [17:57:11] <natinaum> cat source |pv|ssh localhost dd
of=target
2181 [17:57:13] <jelly> !start a block copy tool war
2182 [17:57:18] *** Joins: Khalgon (~Khalgon@replaced-ip )
2183 [17:57:18] <nojake> ah ok.
2184 [17:57:26] <natinaum> have a nice day
2185 [17:57:33] <nojake> dito! o/
2186 [17:57:59] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2187 [17:58:05] <jelly> pv < source | ... # when pv knows the
total, it is able to show an ETA
2188 [17:58:27] <jelly> except Linux' cache ruins it
2189 [17:58:56] *** Joins: clemens3 (~clemens@replaced-ip )
2190 [17:59:16] *** Quits: austin987 (~null@replaced-ip ) (Quit: Leaving)
2191 [17:59:57] <natinaum> cat > <target> <<__
2192 [18:00:07] <natinaum> `cat <source>`
2193 [18:00:09] <natinaum> __
2194 [18:00:20] *** Joins: hipp (~hipp@replaced-ip )
2195 [18:00:21] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2196 [18:00:25] *** Joins: elios_ (~gbh@replaced-ip )
2197 [18:00:36] *** Joins: v01t (~v01t@replaced-ip )
2198 [18:00:44] <greycat> that is not a correct solution.
2199 [18:00:59] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2200 [18:01:10] <natinaum> why?
2201 [18:01:11] *** Joins: tlaxkit (~kvirc@replaced-ip )
2202 [18:01:15] <natinaum> dont see the problem
2203 [18:01:35] <greycat> it will fail on binary files -- you lose
all NUL bytes, and you strip all trailing newlines and add one
newline at the end
2204 [18:01:53] <greycat> so, even on text files it may not give a
perfect copy
2205 [18:02:06] *** Quits: mthe878_ (~mthe@replaced-ip ) (Remote host closed the connection)
2206 [18:02:12] <natinaum> trailing?
2207 [18:02:14] <jelly> but it may give an amusingly broken copy!
2208 [18:02:22] *** Joins: mtn (~mtn@replaced-ip )
2209 [18:02:28] *** Quits: elios (~gbh@replaced-ip ) (Ping timeout: 276 seconds)
2210 [18:02:52] <greycat> also, it counts on there being enough
space in /tmp or wherever TMPDIR points for the temporary copy that
gets made
2211 [18:03:00] *** elios_ is now known as elios
2212 [18:03:09] <natinaum> there is not tempcopy
2213 [18:03:14] <natinaum> But in your ram
2214 [18:03:16] <greycat> Yes there is.
2215 [18:03:21] <greycat> strace it if you don't believe me.
2216 [18:03:32] <jelly> a real shell would just mmap() enough!
2217 [18:04:01] *** debhelper sets mode: +l 1568
2218 [18:04:11] *** Quits: pamaury (~pamaury@replaced-ip ) (Quit: Konversation terminated!)
2219 [18:04:12] *** Joins: mthe878_ (~mthe@replaced-ip )
2220 [18:04:18] <jelly> sorry. malloc(). mmap requires a fd ;-)
2221 [18:04:25] *** Quits: loptr (~loptr@replaced-ip ) (Remote host closed the connection)
2222 [18:05:10] <greycat> there've been some threads on the
*-bash mailing lists about changing how bash handles here documents,
but so far nobody has come up with a patch to change the behavior.
2223 [18:05:15] <natinaum> strace it if you don't believe me.
2224 [18:05:19] <greycat> bash uses a temporary file for <<
and <<<. always.
2225 [18:05:21] <natinaum> give me a moment
2226 [18:05:47] <natinaum> have to install strace first :)
2227 [18:05:56] *** Joins: jfoy (~jfoy@replaced-ip )
2228 [18:06:04] <natinaum> wanted to do a citation and failed a
bit
2229 [18:06:40] <jelly> sadly even zsh does a temp file
2230 [18:07:08] * jelly did a strace -f zsh -fc 'cat > /dev/null
<< __ ...
2231 [18:07:13] <greycat> strace -e openat,write,close,unlink bash
-c 'true <<< foo' demonstrates it pretty well on
buster
2232 [18:07:47] <greycat> use "open" instead of
"openat" on stretch
2233 [18:07:57] <jelly> open("/tmp/zshzCPieh",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 3
2234 [18:07:57] <jelly> open("/tmp/zshzCPieh",
O_RDONLY|O_NOCTTY|O_LARGEFILE) = 3
2235 [18:07:57] <natinaum> "/tmp/sh-thd.xZm2jW"
2236 [18:08:00] <natinaum> this?
2237 [18:08:02] <jelly> so sad!
2238 [18:08:22] *** Quits: zeSoup (~jsc@replaced-ip ) (Remote host closed the connection)
2239 [18:08:34] <natinaum> Heredoc, i'm disappointed in you
2240 [18:08:46] *** Quits: mthe878_ (~mthe@replaced-ip ) (Ping timeout: 250 seconds)
2241 [18:08:59] <greycat> It opens the temp file, writes the
content to it, writes a newline to it, reopens it readonly, unlinks
it, etc.
2242 [18:09:31] <jelly> linux will usually not even bother writing
any of it to disk if its lifetime is short enough
2243 [18:09:45] <natinaum> you could try to sync fastly
2244 [18:10:06] <jelly> moreso if your /tmp is on tmpfs
2245 [18:10:11] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Ping timeout: 255 seconds)
2246 [18:11:25] * jelly wonders what O_NOCTTY does
2247 [18:11:57] <greycat> open(2) explains it
2248 [18:12:08] *** Joins: rafuch0 (~rafa@replaced-ip )
2249 [18:12:27] <rafuch0> how can i read a message that is trow at
2>&1 ?
2250 [18:12:28] <natinaum> Is it a lib?
2251 [18:12:34] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
2252 [18:12:48] <natinaum> "2>&1"?
2253 [18:12:57] <greycat> rafuch0: 2>&1 just tells a shell
that for this command, stderr should go to the same place as stdout
2254 [18:12:58] *** Quits: `jig (~jig@replaced-ip ) (Ping timeout: 268 seconds)
2255 [18:13:15] <natinaum> yes, but what do rafuch want?
2256 [18:13:20] <jelly> greycat: it does not quite explain what
happens otherwise
2257 [18:13:23] <greycat> you need to ask a clearer question, with
some context
2258 [18:13:55] <jelly> a mere act of opening a tty makes it
become the controling tty if the process does not have one?
2259 [18:14:09] <greycat> that's implied... I'm not sure
of it
2260 [18:15:01] <jelly> I'm sure I'd learn more about it
if I had a Solaris installation and its man pages still available
somewhere
2261 [18:15:02] *** Quits: tlaxkit (~kvirc@replaced-ip ) (Read error: Connection reset by peer)
2262 [18:15:28] *** Quits: mrjpaxton (~none@replaced-ip ) (Ping timeout: 276 seconds)
2263 [18:15:30] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
2264 [18:15:34] *** Quits: tjbw (~quassel@replaced-ip ) (Remote host closed the connection)
2265 [18:16:07] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 276 seconds)
2266 [18:16:44] <greycat>
replaced-url
2267 [18:16:49] *** Joins: tjbw (~quassel@replaced-ip )
2268 [18:16:49] <n4dir> they differ from the installabe
posix-manpages, jelly ? (i guess so)
2269 [18:17:44] <rafuch0> is a message i have to spot i am
positive that is sending that message to tty
2270 [18:17:47] <greycat> oh, it's in open(3posix) too...
2271 [18:17:58] <rafuch0> but how to view it?
2272 [18:18:12] <greycat> turn on the monitor
2273 [18:18:16] <rafuch0> lol
2274 [18:18:51] <greycat> and yes, jelly, open(3posix) goes into
more detail about it in a paragraph farther down
2275 [18:18:53] <jelly> rafuch0: you may want to be a bit more
precise
2276 [18:18:56] <jelly> !ask
2277 [18:18:56] <dpkg> If you have a question, just ask! For
example: "I have a problem with ___; I'm running Debian
version ___. When I try to do ___ I get the following output ___. I
expected it to do ___." Don't ask if you can ask, if
anyone uses it, or pick one person to ask. We're all
volunteers; make it easy for us to help you. If you don't get
an answer try a few hours later or on debian-user@lists.debian.org.
See <smart questions><errors>.
2278 [18:19:59] *** Quits: johnfg (~johnfg@replaced-ip ) (Quit: leaving)
2279 [18:20:14] <jelly> ah of course, "other conditions
specified in the Base Definitions volume of POSIX.1‐2008, Chapter
11, General Terminal Interface"
2280 [18:20:24] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2281 [18:21:10] *** Quits: mortderire (mortderire@replaced-ip ) (Remote host closed the connection)
2282 [18:22:02] *** Quits: fmerges (~fmerges@replaced-ip ) (Quit: leaving)
2283 [18:23:36] <jelly> Delvien: because you've only shown
one "ip r" and I'm not sure which case it is for.
Other stuff looks pretty much the same in both cases.
2284 [18:23:56] <Delvien> jelly: ip a and ipr are on the same
screenshot
2285 [18:24:02] *** debhelper sets mode: +l 1558
2286 [18:24:17] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 258 seconds)
2287 [18:24:34] <Delvien> jelly: its fine though gonna reinstall
debian ( another guy was messing with this before ) and i think he
installed something he shouldnt have
2288 [18:25:20] *** Joins: marwin (~marwin@replaced-ip )
2289 [18:25:53] *** Joins: cdown (~cdown@replaced-ip )
2290 [18:26:40] *** Quits: marwin (~marwin@replaced-ip ) (Quit: leaving)
2291 [18:28:02] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
2292 [18:28:19] *** Quits: esro (~esro@replaced-ip ) (Ping timeout: 246 seconds)
2293 [18:28:57] *** Joins: esro (~esro@replaced-ip )
2294 [18:29:12] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 245 seconds)
2295 [18:30:11] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2296 [18:30:16] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
2297 [18:30:25] <jelly> Delvien: ok. But I saw only one "ip
r", not two.
2298 [18:30:46] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 246 seconds)
2299 [18:30:47] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
2300 [18:31:27] *** Quits: Sollg3r (~ejakuk@replaced-ip ) (Quit: Leaving)
2301 [18:33:41] *** Joins: Scorpion2185 (~quassel@replaced-ip )
2302 [18:33:43] <Scorpion2185> CAn i install vulkan from sid? I am
on 9 stable
2303 [18:35:04] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2304 [18:37:25] <Scorpion2185> or testing, without risking to
break debian
2305 [18:37:43] *** Quits: mega_marw1 (~marwin@replaced-ip ) (Quit: Konversation terminated!)
2306 [18:37:58] *** Joins: marwin (~marwin@replaced-ip )
2307 [18:38:49] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 246 seconds)
2308 [18:40:29] *** Joins: ztychr (~ztychr@replaced-ip )
2309 [18:41:46] *** Joins: f-a (~f-a@replaced-ip )
2310 [18:42:22] <f-a> hi: since a few days I cannot watch this
livetream on Debian
replaced-url
2311 [18:42:43] <jelly> Scorpion2185: it's probably already
in testing
2312 [18:42:46] <f-a> should I file a but on chromium or to the
livestream provider?
2313 [18:43:09] <f-a> it worked fine, so I guess they changed the
format
2314 [18:43:11] <tehnull> have you tried another browser?
2315 [18:43:47] <f-a> tehnull: qupzilla does not pick it up,
firefox neither
2316 [18:43:55] <Scorpion2185> jelly: I checked the debian package
page there is the testing and the sid (newer)
2317 [18:44:13] <dob1> what is this ModemManager that I see on
htop?
2318 [18:44:13] <Scorpion2185> Do I risk to break debian?
2319 [18:44:20] <dob1> I never installed it
2320 [18:44:34] *** Joins: keeder (~keed@replaced-ip )
2321 [18:44:44] <Scorpion2185> I need minimum: Vulkan version
1.1.88, to support Transform Feedback calls.
2322 [18:44:51] <Scorpion2185> so testing is fine
2323 [18:45:20] <annadane> judd, checkbackport vulkan-utils
--fromrelease buster --torelease stretch
2324 [18:45:22] <judd> Backporting package vulkan-utils in
buster→stretch/amd64: unsatisfiable build dependencies:
Build-Depends: glslang-tools, libvulkan-dev (>= 1.1.97).
2325 [18:45:33] *** Joins: dfstorm (~me@replaced-ip )
2326 [18:45:34] <annadane> (not sure if that's precisely the
right package)
2327 [18:45:49] *** Quits: keed (~keed@replaced-ip ) (Ping timeout: 246 seconds)
2328 [18:46:01] *** Joins: ov3rmind (~kvirc@replaced-ip )
2329 [18:46:07] <annadane> mesa-vulkan-drivers is in
stretch-backports, for instance
2330 [18:46:24] <annadane> as is vulkan-utils, actually
2331 [18:46:30] <annadane> install from backports?
2332 [18:46:54] <Scorpion2185> I didi it but: I need minimum:
Vulkan version 1.1.88, to support Transform Feedback calls.
2333 [18:47:03] <annadane> okay, fair enough
2334 [18:47:11] *** Quits: esro (~esro@replaced-ip ) (Ping timeout: 244 seconds)
2335 [18:47:12] <Scorpion2185> libvulkan-dev
(1.1.70+dfsg1-1~bpo9+1)
2336 [18:47:19] <Scorpion2185> stretch-backports
2337 [18:47:47] <jelly> f-a: if you look at the source of the page
and get the URL out of, this kind of works: mpv -playlist
replaced-url
2338 [18:48:04] *** Quits: sc_ (~sc@replaced-ip ) (Quit: reboot)
2339 [18:48:15] <jelly> but probably only kind of
2340 [18:48:38] *** Quits: h1ck5 (h1ck5@replaced-ip ) (Ping timeout: 250 seconds)
2341 [18:48:47] *** Joins: sc_ (~sc@replaced-ip )
2342 [18:49:38] <f-a> thanks jelly
2343 [18:49:40] <dob1> ok it's modemmanager package... why it
is installed ?
2344 [18:50:24] <greycat> dob1: aptitude why modemmanager
2345 [18:50:25] <f-a> jelly: then I'll reportbug on chromium
and see what happens, thanks again
2346 [18:50:59] *** Joins: morfeokmg (~morfeokmg@replaced-ip )
2347 [18:51:04] <dob1> greycat, network manager and
task-mate-desktop
2348 [18:51:22] *** Joins: esro (~esro@replaced-ip )
2349 [18:51:42] <dob1> but I can't remove it... I don't
see any importants packages that will be removed with it
2350 [18:51:45] <dob1> *can
2351 [18:52:00] <Scorpion2185> The interested packages are few so
can I install from sid?
2352 [18:52:13] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2353 [18:52:18] <greycat> dob1: why can't you remove it?
It's only a Recommends.
2354 [18:52:29] <dob1> greycat, sorry it was a typo
2355 [18:52:44] *** Joins: marwin_ (57b834e9@replaced-ip )
2356 [18:53:04] <jelly> Scorpion2185: if you do that right now and
they get pulled from sid in the meantime, you might end up with an
installation of buster with some stuff that isn't from buster
2357 [18:53:16] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2358 [18:53:25] *** Parts: marwin_ (57b834e9@replaced-ip ) ()
2359 [18:53:31] <jelly> ,v libvulkan-dev
2360 [18:53:32] <judd> Package: libvulkan-dev on amd64 -- stretch:
1.0.39.0+dfsg1-1; stretch-backports: 1.1.70+dfsg1-1~bpo9+1; buster:
1.1.97-2; sid: 1.1.101.0-2; experimental: 1.1.106.0-1
2361 [18:54:13] *** Quits: nuuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
2362 [18:54:19] <jelly> Scorpion2185: do not mix stretch and sid.
2363 [18:54:20] <Scorpion2185> ok better wait then
2364 [18:54:32] <Scorpion2185> and same for testing?
2365 [18:54:37] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 245 seconds)
2366 [18:54:38] *** Joins: nuuuciano_ (~luuuciano@replaced-ip )
2367 [18:54:49] <greycat> Never mix stable with anything later
than stable.
2368 [18:54:50] <jelly> Scorpion2185: buster, current testing
seems to have 1.1.97 which is new enough for your needs?
2369 [18:55:00] <Scorpion2185> yes
2370 [18:55:30] <jelly> they you might try to install buster and
see if it works well enough for your needs. It will probably be
released as Debian 10 this year.
2371 [18:55:40] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2372 [18:55:44] *** Quits: marwin (~marwin@replaced-ip ) (Quit: Konversation terminated!)
2373 [18:55:59] *** Joins: marwin (~marwin@replaced-ip )
2374 [18:56:07] *** Joins: tlaxkit (~kvirc@replaced-ip )
2375 [18:56:48] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
2376 [18:56:48] *** Joins: peterS (~peter@replaced-ip )
2377 [18:57:02] *** Quits: Tempesta_ (Tempesta@replaced-ip ) (Quit: AdiIRC is updating to v3.4 Beta Build (2019/04/27 UTC) 64
Bit)
2378 [18:57:05] <jelly> f-a: okay those birds are seriously cute
2379 [18:57:15] *** Joins: wr (~wr@replaced-ip )
2380 [18:57:17] *** Joins: Tempesta (Tempesta@replaced-ip )
2381 [18:57:26] <f-a> jelly: they are! and don't miss their
parents feeding then!
2382 [18:57:28] <f-a> *them
2383 [18:57:36] <f-a> a mixture of cute and gore
2384 [18:57:38] <Scorpion2185> i had buster on a pc I was not able
to the debian 9 pc on the network
2385 [18:57:39] *** Quits: marwin (~marwin@replaced-ip ) (Client Quit)
2386 [18:57:53] *** Joins: mega_marw1 (~marwin@replaced-ip )
2387 [18:57:54] <Scorpion2185> *able to see
2388 [18:58:19] *** Joins: inoderrant (a2f43805@replaced-ip )
2389 [18:58:20] <Scorpion2185> CAn in install apt install -t
testing while keep stretch?
2390 [18:58:44] <chomwitt> should i install docker from a 3rd
party repo or the one from backport?
2391 [18:59:28] <Scorpion2185> backport
2392 [18:59:41] <chomwitt> thanks.
2393 [18:59:55] *** Joins: jnavila (~jnavila@replaced-ip )
2394 [18:59:58] <Scorpion2185> you are welcome
2395 [19:00:19] *** Joins: czart (~czart@replaced-ip )
2396 [19:00:31] <jelly> chomwitt: docker is a fast moving target,
not sure debian can keep track
2397 [19:00:32] <chomwitt> Scorpion2185: is there a
container-os-virtualization system alternative which i should
consider in debian ?
2398 [19:00:40] <jelly> ,v lxd
2399 [19:00:41] <judd> No package named 'lxd' was found
in amd64.
2400 [19:01:02] *** Joins: Brawcks (~vincentco@replaced-ip )
2401 [19:01:02] <annadane> lxc?
2402 [19:01:03] <jelly> maybe if you whip up something on your own
with systemd-nspawn
2403 [19:01:07] <jelly> not lxc.
2404 [19:01:21] <jelly> something around lxc would be better.
2405 [19:01:46] <jelly> no idea if ubuntu's snaps for lxd
would work on debian
2406 [19:02:00] <jelly> being "snap" they're pretty
self contained
2407 [19:02:13] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2408 [19:02:41] <jelly> and debian does have snapd
2409 [19:02:45] *** Quits: Scorpion2185 (~quassel@replaced-ip##) (Quit: ##replaced-url
2410 [19:02:48] <chomwitt> so should i try lxd
2411 [19:02:56] <jelly> ¯\_(ツ)_/¯
2412 [19:04:32] <jelly> most people who actually run docker and
come asking things in here seem to use the packages from upstream,
but see
replaced-url
2413 [19:05:25] *** Quits: Brawcks (~vincentco@replaced-ip ) (Ping timeout: 246 seconds)
2414 [19:05:37] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
2415 [19:05:42] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 258 seconds)
2416 [19:06:08] *** Joins: Haudegen (~quassel@replaced-ip )
2417 [19:06:35] *** Parts: inoderrant (a2f43805@replaced-ip ) ()
2418 [19:06:37] *** Joins: tyranny12 (~blarg@replaced-ip )
2419 [19:06:37] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
2420 [19:06:37] *** Joins: tyranny12 (~blarg@replaced-ip )
2421 [19:06:42] *** Joins: inoderrant (a2f43805@replaced-ip )
2422 [19:07:08] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
2423 [19:07:52] *** Quits: nuuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
2424 [19:13:02] *** Quits: ov3rmind (~kvirc@replaced-ip ) (Ping timeout: 258 seconds)
2425 [19:13:25] *** Joins: devnull (~none@replaced-ip )
2426 [19:13:50] *** devnull is now known as Guest36612
2427 [19:13:54] *** Quits: tocka (uid198544@replaced-ip ) (Quit: Connection closed for inactivity)
2428 [19:15:13] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
2429 [19:15:13] *** Quits: wireshark (~none@replaced-ip ) (Ping timeout: 246 seconds)
2430 [19:15:38] *** Joins: puhdabear (~puhdabear@replaced-ip )
2431 [19:15:43] *** Joins: Texou (~Texou@replaced-ip )
2432 [19:15:48] *** Joins: diniwed (~gavron@replaced-ip )
2433 [19:16:40] *** Joins: dastier (~dastier@replaced-ip )
2434 [19:17:23] *** Dragone2|Away is now known as Dragone2
2435 [19:18:00] *** Joins: fedorafan (~fedorafan@replaced-ip )
2436 [19:18:34] *** Quits: seekr (~seekr@replaced-ip ) (Read error: Connection reset by peer)
2437 [19:19:05] *** Joins: vvor (~vvor@replaced-ip )
2438 [19:19:25] <f-a> jelly: check now :P
2439 [19:20:11] <jelly> OM NOM NOM
2440 [19:20:18] <f-a> hehe
2441 [19:20:29] * jelly withdraws to #debian-offtopic
2442 [19:20:33] <f-a> =D
2443 [19:20:38] *** Joins: seekr (~seekr@replaced-ip )
2444 [19:21:55] *** Quits: beaver (~no^@replaced-ip ) (Ping timeout: 256 seconds)
2445 [19:21:56] *** Joins: jmills00 (~Josh@replaced-ip )
2446 [19:22:42] *** Quits: tlaxkit (~kvirc@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
2447 [19:23:41] *** Joins: oo_miguel (~miguel@replaced-ip )
2448 [19:24:34] *** Joins: beaver (~no^@replaced-ip )
2449 [19:25:26] *** Joins: rpifan (~rpifan@replaced-ip )
2450 [19:26:02] *** Joins: grobi (~rtng@replaced-ip )
2451 [19:26:20] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 250 seconds)
2452 [19:27:41] *** Joins: oish (~charlie@replaced-ip )
2453 [19:27:50] *** Quits: factor (~factor@replaced-ip ) (Quit: Leaving)
2454 [19:29:11] *** Joins: fassl (~fassl@replaced-ip )
2455 [19:29:15] *** Quits: STMelon (~STMelon@replaced-ip ) (Quit: Leaving)
2456 [19:30:26] *** Joins: slv (~slv@replaced-ip )
2457 [19:31:51] *** Joins: root_abhi1 (~root_abhi@replaced-ip )
2458 [19:32:33] *** Quits: hazel9009 (~quassel@replaced-ip ) (Remote host closed the connection)
2459 [19:33:06] *** Joins: Xizor (~Xizor@replaced-ip )
2460 [19:34:01] *** debhelper sets mode: +l 1566
2461 [19:35:00] *** Quits: root_abhi (~root_abhi@replaced-ip ) (Ping timeout: 250 seconds)
2462 [19:35:10] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Quit: Lost terminal)
2463 [19:35:55] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 264 seconds)
2464 [19:36:24] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2465 [19:36:47] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
2466 [19:36:57] *** Joins: Immanuel (~Manu@replaced-ip )
2467 [19:37:05] *** Joins: hazel9009 (~quassel@replaced-ip )
2468 [19:37:12] *** Joins: sydney_untangle (~sydney@replaced-ip )
2469 [19:39:10] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
2470 [19:40:23] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2471 [19:40:58] *** Joins: silverballz (~hidden@replaced-ip )
2472 [19:41:17] *** Quits: esro (~esro@replaced-ip ) (Ping timeout: 245 seconds)
2473 [19:41:29] *** Quits: keeder (~keed@replaced-ip ) (Remote host closed the connection)
2474 [19:41:52] <chomwitt> but lxd needs snap..
2475 [19:42:44] <chomwitt> so that means either lxc or
systemd-nspawn ?
2476 [19:44:41] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 255 seconds)
2477 [19:45:20] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Quit: Quit)
2478 [19:45:37] *** Joins: him-cesjf (~cesjf@replaced-ip )
2479 [19:45:40] *** Quits: glongo (uid17594@replaced-ip ) (Quit: Connection closed for inactivity)
2480 [19:45:43] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 252 seconds)
2481 [19:46:27] *** Quits: Hypfer (~Hypfer@replaced-ip ) (Read error: Connection reset by peer)
2482 [19:46:53] *** Joins: Hypfer (~Hypfer@replaced-ip )
2483 [19:46:56] *** Quits: anavel (~shandy@replaced-ip ) (Ping timeout: 255 seconds)
2484 [19:48:31] *** Joins: Z0ro (~Z0ro@replaced-ip )
2485 [19:49:55] *** Joins: anavel (~shandy@replaced-ip )
2486 [19:50:30] *** Quits: fassl (~fassl@replaced-ip ) (Quit: Leaving)
2487 [19:51:24] *** Parts: Z0ro (~Z0ro@replaced-ip ) ()
2488 [19:52:23] *** Joins: rsx (~rsx@replaced-ip )
2489 [19:52:46] *** Joins: zleap (~zleap@replaced-ip )
2490 [19:52:46] *** Quits: zleap (~zleap@replaced-ip ) (Changing host)
2491 [19:52:46] *** Joins: zleap (~zleap@replaced-ip )
2492 [19:53:12] <zleap> hi
2493 [19:54:01] *** debhelper sets mode: +l 1559
2494 [19:54:37] *** Joins: paulez (~paul@replaced-ip )
2495 [19:54:55] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 276 seconds)
2496 [19:54:56] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
2497 [19:56:05] *** Quits: zleap (~zleap@replaced-ip ) (Client Quit)
2498 [19:56:18] *** Joins: esro (~esro@replaced-ip )
2499 [19:56:23] *** Joins: zleap (~zleap@replaced-ip )
2500 [19:56:23] *** Quits: zleap (~zleap@replaced-ip ) (Changing host)
2501 [19:56:23] *** Joins: zleap (~zleap@replaced-ip )
2502 [19:57:39] *** Joins: BlueByte (~walther@replaced-ip )
2503 [19:57:49] *** Quits: ich (~ich@replaced-ip ) (Ping timeout: 258 seconds)
2504 [19:58:45] *** Joins: pringau (~pringau@replaced-ip )
2505 [19:59:29] *** Quits: lenswipe (~lenswipe@replaced-ip ) (Quit: Leaving)
2506 [20:02:04] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2507 [20:02:05] *** Joins: ninjameister (~ninjameis@replaced-ip )
2508 [20:02:10] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
2509 [20:02:24] <ninjameister> :1
2510 [20:02:38] <GNU\colossus> chomwitt, if you're starting
from scratch, I'd got for systemd-nspawn/machinectl
2511 [20:02:53] *** Joins: Ignacy (~Ignacy@replaced-ip )
2512 [20:03:11] *** Quits: jmichel (~jmichel@replaced-ip ) (Ping timeout: 258 seconds)
2513 [20:03:36] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 250 seconds)
2514 [20:03:54] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2515 [20:04:08] *** Parts: ninjameister (~ninjameis@replaced-ip ) ()
2516 [20:04:12] *** Joins: toxync12 (~toxync12@replaced-ip )
2517 [20:04:22] *** Quits: weedloser (~weedloser@replaced-ip ) (Quit: Leaving)
2518 [20:05:06] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
2519 [20:06:31] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2520 [20:06:35] *** Quits: qqx (~qqx@replaced-ip ) (Quit: Bye)
2521 [20:06:43] *** Joins: qqx (~qqx@replaced-ip )
2522 [20:07:24] *** Quits: pyfgcr (~pyfgcr@replaced-ip ) (Remote host closed the connection)
2523 [20:07:47] *** Joins: knidos (~knidos@replaced-ip )
2524 [20:08:02] <Sleaker> having some wierdness on an LTSP client.
trying to figure out why stretch isn't resolving DNS via
resolv.conf.
2525 [20:09:20] <Sleaker> don't have networkmanager or
resolvconf installed on either the host or the client. the host uses
/etc/resolv.conf and that seems to work.
2526 [20:09:31] *** Quits: nojake (~nojake@replaced-ip ) (Ping timeout: 256 seconds)
2527 [20:09:34] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 1.6)
2528 [20:09:37] <Sleaker> on the client that gets the info via
DHCP the same settings don't seem to work and it's
ignoring /etc/resolv.conf
2529 [20:09:40] *** Joins: wireshark (~none@replaced-ip )
2530 [20:10:33] *** Joins: mandeep (~mandeep@replaced-ip )
2531 [20:10:35] *** Parts: f-a (~f-a@replaced-ip ) ()
2532 [20:11:10] <Sleaker> does net-tools provide that
functionality?
2533 [20:11:15] <Sleaker> ,v net-tools
2534 [20:11:16] <judd> Package: net-tools on amd64 -- jessie:
1.60-26+b1; stretch: 1.60+git20161116.90da8a0-1; buster:
1.60+git20180626.aebd88e-1; sid: 1.60+git20180626.aebd88e-1
2535 [20:11:42] *** Quits: Guest36612 (~none@replaced-ip ) (Ping timeout: 245 seconds)
2536 [20:12:09] *** Quits: Waxfire (~Waxfire@replaced-ip##) (Quit: The Lounge - ##replaced-url
2537 [20:12:13] *** Quits: root_abhi1 (~root_abhi@replaced-ip ) (Quit: Leaving)
2538 [20:12:45] *** Joins: Waxfire (~Waxfire@replaced-ip )
2539 [20:14:01] *** debhelper sets mode: +l 1552
2540 [20:14:35] *** Quits: nuuuciano__ (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
2541 [20:14:57] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
2542 [20:15:07] *** Joins: Nokaji (~Nokaji@replaced-ip )
2543 [20:15:11] *** Quits: Waxfire (~Waxfire@replaced-ip ) (Client Quit)
2544 [20:15:19] *** Joins: zleap (~zleap@replaced-ip )
2545 [20:15:48] *** Joins: Waxfire (~Waxfire@replaced-ip )
2546 [20:16:05] *** Quits: Waxfire (~Waxfire@replaced-ip ) (Client Quit)
2547 [20:16:37] *** Joins: ich (~ich@replaced-ip )
2548 [20:16:54] *** Quits: zleap (~zleap@replaced-ip ) (Client Quit)
2549 [20:16:55] *** Joins: Waxfire (~Waxfire@replaced-ip )
2550 [20:16:58] *** Quits: Waxfire (~Waxfire@replaced-ip ) (Client Quit)
2551 [20:17:19] *** Joins: skeebz (~skeebo@replaced-ip )
2552 [20:17:54] *** Joins: avengerist (~avengeris@replaced-ip )
2553 [20:18:21] *** Joins: Waxfire (~Waxfire@replaced-ip )
2554 [20:18:47] *** Quits: skeebz (~skeebo@replaced-ip ) (Client Quit)
2555 [20:19:37] <dob1> why I see test1 test2 test1 test2 in kernel
logs ?
2556 [20:20:56] <wr> dob1, probably log rotation
2557 [20:21:21] *** Joins: timahvo1 (~rogue@replaced-ip )
2558 [20:21:29] *** Joins: zleap (~zleap@replaced-ip )
2559 [20:21:29] *** Quits: zleap (~zleap@replaced-ip ) (Changing host)
2560 [20:21:29] *** Joins: zleap (~zleap@replaced-ip )
2561 [20:21:49] <dob1> oh ok
2562 [20:23:11] *** Quits: sauvin (sauvin@replaced-ip ) (Read error: Connection reset by peer)
2563 [20:23:36] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.4)
2564 [20:26:11] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 258 seconds)
2565 [20:27:33] *** Quits: acidtripper (~acidtripp@replaced-ip ) (Remote host closed the connection)
2566 [20:27:56] *** Quits: pizzaman (gridcomman@replaced-ip ) (Ping timeout: 244 seconds)
2567 [20:28:13] *** Joins: Ricardo__ (~rick@replaced-ip )
2568 [20:28:14] *** Joins: miroesq (~quassel@replaced-ip )
2569 [20:28:38] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2570 [20:29:01] *** Joins: faw (~faw@replaced-ip )
2571 [20:29:58] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
2572 [20:30:59] *** Quits: Slashman (~Slash@replaced-ip ) (Remote host closed the connection)
2573 [20:31:19] <SerajewelKS> is there an effort to backport
buster's nvidia drivers to stretch? trying to backport it
myself and it's being fussy about things i don't
understand.
2574 [20:32:27] *** Joins: aindilis (~aindilis@replaced-ip )
2575 [20:32:29] *** Joins: orotalt (~orotalt@replaced-ip )
2576 [20:34:18] <SerajewelKS> in particular, the source package in
buster doesn't have debian/compat at all
2577 [20:34:47] *** Joins: jsubl2 (~jim@replaced-ip )
2578 [20:34:50] <jsubl2> hello
2579 [20:34:58] *** Joins: thatpythonguy (~john@replaced-ip )
2580 [20:35:42] <SerajewelKS> there is a build-depends on
debhelper-compat (= 12) which i can't find any reference to in
buster's debhelper manpage
2581 [20:37:55] *** Joins: rypervenche (~rypervenc@replaced-ip )
2582 [20:37:56] <SerajewelKS>
replaced-url
2583 [20:37:59] <Sleaker> pretty sure that just means it needs
debhelper version 12 or greater.
2584 [20:38:18] <SerajewelKS> but the manpage doesn't mention
debhelper-compat at all and doesn't have a v12 compatibility
level
2585 [20:38:26] *** Joins: fassl (~fassl@replaced-ip )
2586 [20:38:41] *** Quits: Sveta (~sveta@replaced-ip ) (Ping timeout: 255 seconds)
2587 [20:39:10] <SerajewelKS> so i'm very confused how
i'm supposed to figure out what level 12 even does if the
documentation that ostensibly describes level 12 doesn't
actually
2588 [20:40:04] *** Quits: jfoy (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2589 [20:40:09] <SerajewelKS> erm it does describe level 12, i
take that back. i checked before and didn't see it and i'm
not sure why. but it doesn't mention debhelper-compat and still
says that debian/compat is required
2590 [20:40:12] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
2591 [20:41:13] <SerajewelKS> so i guess the nvidia maintainers
just aren't interested in supporting backports since v12
isn't present in stretch
2592 [20:41:19] <SerajewelKS> shame
2593 [20:41:25] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
2594 [20:41:37] *** Joins: Levure (~quassel@replaced-ip )
2595 [20:41:47] *** Joins: puhdabear (~puhdabear@replaced-ip )
2596 [20:42:12] <SerajewelKS> especially since the version in
stretch is not supported upstream anymore :/
2597 [20:42:22] *** Quits: skeebo (~skeebo@replaced-ip ) (Remote host closed the connection)
2598 [20:43:01] *** Quits: Zcom (~akz@replaced-ip ) (Ping timeout: 276 seconds)
2599 [20:44:00] *** Joins: jfoy (~jfoy@replaced-ip )
2600 [20:45:27] *** Joins: dastier_ (~dastier@replaced-ip )
2601 [20:45:30] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
2602 [20:45:53] *** Quits: badpixel (~badpixel@replaced-ip ) (Ping timeout: 255 seconds)
2603 [20:45:55] *** Joins: shabius_ (~shabius@replaced-ip )
2604 [20:46:35] *** Quits: Prints (~333@replaced-ip ) (Quit: deadlightbulb.com)
2605 [20:47:37] *** Quits: dastier (~dastier@replaced-ip ) (Ping timeout: 246 seconds)
2606 [20:48:06] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
2607 [20:48:13] *** Joins: format_c (~format_c@replaced-ip )
2608 [20:48:35] *** Joins: jmichel (~jmichel@replaced-ip )
2609 [20:49:15] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 258 seconds)
2610 [20:49:17] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
2611 [20:49:20] *** Joins: dastier (~dastier@replaced-ip )
2612 [20:50:33] *** Joins: badpixel (~badpixel@replaced-ip )
2613 [20:51:16] *** Quits: dastier_ (~dastier@replaced-ip ) (Ping timeout: 250 seconds)
2614 [20:51:35] *** Joins: girls (~deep42tho@replaced-ip )
2615 [20:52:00] <girls> Hi, how can I manually download and - more
importantly - manually install a debian package?
2616 [20:52:16] *** Joins: himcesjf_ (~cesjf@replaced-ip )
2617 [20:52:29] <girls> is it as simple as using bsdtar on it?
2618 [20:53:05] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 246 seconds)
2619 [20:54:21] <jmcnaught> girls: on Debian 9 you can run
"apt install ./foobar.deb" (the ./ path is necessary) or
you can use "dpkg -i foobar.deb" to install a single
package. Generally you want apt-get or apt to handle the downloading
and installation for you, as they will also fetch dependencies.
2620 [20:54:22] *** Quits: jfoy (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2621 [20:54:23] <jhutchins_wk> girls: dpkg -i <package>
2622 [20:54:40] <greycat> !apt install
2623 [20:54:41] <dpkg> You can specify a pathname to a manually
downloaded .deb file in apt install, but it must begin with / or ./
or ../ or else apt thinks it's a package name. E.g. "apt
install ./foo-1.2.deb". This supersedes <gdebi>.
2624 [20:54:49] <girls> I'm not on debian, currently -
that's my problem
2625 [20:54:51] <greycat> as an alternative to dpkg -i, if you
need dependency resolution
2626 [20:54:53] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 255 seconds)
2627 [20:55:19] <greycat> do you mean, how can I extract the
contents from a .deb on a foreign unix-like system? use ar and then
tar+gzip
2628 [20:55:41] <jhutchins_wk> girls: We strongly recommend
against mixing packages from different distributions.
2629 [20:55:58] <girls> greycat: yes, pretty much that
2630 [20:56:04] *** Joins: Prints (~333@replaced-ip )
2631 [20:56:04] <jhutchins_wk> girls: That way lie complete
rebuilds fro scratch.
2632 [20:56:26] <puhdabear> Hello
2633 [20:56:32] <girls> My problem is, that apt decided to install
an 686 kernel instead of the original 586 one
2634 [20:57:03] <girls> so I thought, I might just get the
original kernel again and extract its files or something
2635 [20:57:05] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2636 [20:57:45] <greycat> ... but if you're on a system THAT
HAS APT, then you also have dpkg, and you can use dpkg -i
your_kernel.deb
2637 [20:57:58] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
2638 [20:58:15] *** Joins: DammitJim (~DammitJim@replaced-ip )
2639 [20:58:16] <girls> jhutchins_wk: complete rebuilds are what
I'm trying to avoid - there's pretty much fine tuning on
that machine running (if it was running ...)
2640 [20:58:28] *** Joins: oish (~charlie@replaced-ip )
2641 [20:58:38] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Ping timeout: 250 seconds)
2642 [20:59:09] <girls> hmm, looks like arch does not have apt :-(
2643 [20:59:37] <victorqueiroz> I'm getting this when trying
to install libsdl2-dev:
replaced-url
2644 [20:59:55] <SerajewelKS> girls: why would you install a
debian kernel on arch!?
2645 [21:00:00] <SerajewelKS> use arch packages, not debian
packages
2646 [21:00:01] *** Joins: ChmEarl (~chmearl@replaced-ip )
2647 [21:00:07] <SerajewelKS> i don't know why debian is
involved in any of this
2648 [21:00:38] <girls> I have a debian box which will not boot,
because apt installed the wrong kernel
2649 [21:00:52] <girls> so I'm in arch now (different box,
hdd attached) to cover up the error
2650 [21:01:03] <SerajewelKS> so boot the debian installer's
rescue mode
2651 [21:01:20] <SerajewelKS> alternatively, chroot into the
debian system and run apt from there
2652 [21:01:25] <SerajewelKS> (which is what the installer will
let you do anyway)
2653 [21:01:33] <girls> chroot is a good idea
2654 [21:01:46] <greycat> !chroot
2655 [21:01:46] <dpkg> To chroot into your Debian system boot to
your Debian install disk/live CD, switch to the other console
(Alt-F2). Mount your root filesystem with "mount -t ext2
/dev/whatever /target" and make /dev, /proc and /sys usable
with "mount --rbind --make-rslave /dev /target/dev ; mount -t
proc none /target/proc ; mount -t sysfs none /target/sys". You
can then chroot into the system with "chroot /target".
2656 [21:02:00] <greycat> instructions should be similar from arch
rather than a rescue CD or whatever
2657 [21:02:20] *** Quits: SQ9KQS (~SQ9KQS@replaced-ip ) (Read error: Connection reset by peer)
2658 [21:02:21] <girls> yes, I think, I know how to chroot
2659 [21:02:42] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2660 [21:03:02] <frikinz> there's even a short script on the
wiki
2661 [21:03:19] <chomwitt> GNU\colossus: i was searching in web ,
and lxc seems interesting to me also. there are many tutorials and
that counts for a newbie.
2662 [21:03:20] <girls> arch-chroot should work, too ;-P
2663 [21:03:45] <girls> thanks!
2664 [21:03:52] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 268 seconds)
2665 [21:04:15] <chomwitt> GNU\colossus: but i'll take a look
also to systemd-nspawn/machinectl
2666 [21:04:23] *** Quits: mega_marw1 (~marwin@replaced-ip ) (Quit: Konversation terminated!)
2667 [21:04:30] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2668 [21:05:07] *** Quits: Starz0r (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
2669 [21:05:43] *** Parts: girls (~deep42tho@replaced-ip ) ()
2670 [21:06:09] *** himcesjf_ is now known as him-cesjf
2671 [21:06:30] *** Quits: elios (~gbh@replaced-ip ) (Read error: Connection reset by peer)
2672 [21:07:02] *** Joins: Starz0r (~quassel@replaced-ip )
2673 [21:07:02] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 255 seconds)
2674 [21:07:14] *** Joins: elios (~gbh@replaced-ip )
2675 [21:07:51] *** Quits: Barabacha (~Barabacha@replaced-ip ) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner
35.0.1/20150122214805])
2676 [21:08:36] *** Joins: tyranny12 (~blarg@replaced-ip )
2677 [21:08:36] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
2678 [21:08:36] *** Joins: tyranny12 (~blarg@replaced-ip )
2679 [21:08:40] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2680 [21:09:01] *** Joins: Acidicc (~Pickle_Me@replaced-ip )
2681 [21:09:07] *** Joins: mariok (~mariok@replaced-ip )
2682 [21:09:18] <mariok> good morning.
2683 [21:09:41] <mariok> yesterday I did ask in this chennel about
my sound card not working in Debian.
2684 [21:09:53] <DammitJim> is there a way to configure a cron job
to only run on the first Saturday of the month?
2685 [21:09:59] <mariok> After a Software Update I have troubles
with my sound card
2686 [21:10:12] *** Joins: pheo (~pheogramm@replaced-ip )
2687 [21:11:31] *** Joins: keed (~keed@replaced-ip )
2688 [21:12:04] <mariok> yesterday I did boot my system with a
GRML Live CD and the sound card did work.
2689 [21:12:15] <SerajewelKS> DammitJim: didn't you ask that
a month ago? :P
2690 [21:12:17] <mariok> So I'm sure it's a software
issue.
2691 [21:12:24] <mariok> how to debug it?
2692 [21:12:43] <SerajewelKS> mariok: which debian release?
2693 [21:12:52] <mariok> my actual problem: Pulse audio shows
"Dummy Output"
2694 [21:13:07] <mariok> cat /etc/debian_version
2695 [21:13:08] <mariok> buster/sid
2696 [21:13:20] <DammitJim> no, but maybe while sleep walking
2697 [21:13:24] <SerajewelKS> hmm. you'd probably get more
support in debian-next then.
2698 [21:13:26] <SerajewelKS> !debian-next
2699 [21:13:26] <dpkg> #debian-next is the channel for
testing/unstable support on the OFTC network (irc.oftc.net), *not*
on freenode. If you get "Cannot join #debian-next (Channel is
invite only)." it means you did not read it's on
irc.oftc.net.
2700 [21:13:29] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2701 [21:13:45] <DammitJim> wait, what?
2702 [21:13:53] <SerajewelKS> DammitJim: it's possible using
a condition as part of the script, or using a systemd timer
2703 [21:14:01] <DammitJim> no problem
2704 [21:14:04] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Remote host closed the connection)
2705 [21:14:07] *** Parts: Acidicc (~Pickle_Me@replaced-ip ) ("Leaving")
2706 [21:14:09] <SerajewelKS> wait what what?
2707 [21:14:38] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2708 [21:15:01] *** Quits: Ignacy (~Ignacy@replaced-ip ) (Remote host closed the connection)
2709 [21:15:03] *** Quits: infl00p (~infl00p@replaced-ip ) (Ping timeout: 245 seconds)
2710 [21:15:45] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Client Quit)
2711 [21:16:23] *** Joins: infl00p (~infl00p@replaced-ip )
2712 [21:16:23] *** Joins: krzysztof (~krzysztof@replaced-ip )
2713 [21:16:29] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Ping timeout: 255 seconds)
2714 [21:17:03] <SerajewelKS> DammitJim: e.g. 0 0 1-7 * * [[
$(date +%w) = 6 ]] && your-script
2715 [21:17:10] <mariok> Please help me to debug my Audio
situation.
2716 [21:17:10] <SerajewelKS> DammitJim: midnight on the first
saturday of the month
2717 [21:17:34] <SerajewelKS> systemd timers can do this without a
separate script check
2718 [21:19:29] *** Joins: puhdabear (~puhdabear@replaced-ip )
2719 [21:19:30] <pheo> join ###SCMR
2720 [21:20:09] *** Quits: pheo (~pheogramm@replaced-ip ) (Remote host closed the connection)
2721 [21:20:10] <greycat> oh fuck me, he cross-posted it here too
2722 [21:20:18] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 258 seconds)
2723 [21:20:41] <mariok> SerajewelKS: I can't join the
debian-next channel
2724 [21:20:47] <greycat> it's not on this network.
2725 [21:20:56] <mariok> the IRC Server requires me to identify
but I'm identified
2726 [21:21:05] <greycat> also you have to register on the other
network. and that requires a visit to their web page. can't do
it through nickserv alone.
2727 [21:21:52] <mariok> greycat: please help me here on this
channel
2728 [21:21:58] *** Joins: pheo (~pheogramm@replaced-ip )
2729 [21:22:03] *** Quits: Unit193 (ukikie@replaced-ip ) (Read error: Connection reset by peer)
2730 [21:22:10] <mariok> how can I debug my audio setup?
2731 [21:22:11] <DammitJim> thanks greycat
2732 [21:22:21] *** Joins: Unit193 (ukikie@replaced-ip )
2733 [21:22:28] <DammitJim> I went to the bash channel because
SerajewelKS told me to go to debian-next
2734 [21:22:33] <DammitJim> I was like... what the what?
2735 [21:23:01] *** Joins: jfoy (~jfoy@replaced-ip )
2736 [21:23:10] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
2737 [21:23:29] <mariok> 21:20 [OFTC] -!- #debian-next Cannot join
channel (Need to be identified and verified to join this channel,
'/msg NickServ help' to learn how to register and verify.)
2738 [21:23:40] <mariok> ^^^ I can't join this channel.
Please help me here!
2739 [21:23:52] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2740 [21:24:19] <greycat> also you have to register on the other
network. and that requires a visit to their web page. can't do
it through nickserv alone.
2741 [21:24:23] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2742 [21:24:33] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
2743 [21:24:45] *** Joins: mihi (~mihi@replaced-ip )
2744 [21:24:53] <mariok> greycat: I did register my nick on the
Nickserv
2745 [21:25:00] *** Joins: oiaohm (~oiaohm@replaced-ip )
2746 [21:25:04] *** Joins: deep42thought (~erich@replaced-ip )
2747 [21:25:05] <EdePopede> mariok: on OFTC?
2748 [21:25:15] <greycat> Unless it CHANGED in the two months or
so since I did it, registering on OFTC requires a VISIT TO THEIR WEB
PAGE.
2749 [21:25:25] *** Joins: h1ck5 (h1ck5@replaced-ip )
2750 [21:25:33] <deep42thought> just a quick question: has debian
finally dropped i486 and i586 support in the new stable?
2751 [21:25:36] <EdePopede> and if you /whois yourself, does it
show your nick as registered?
2752 [21:25:38] <greycat> deep42thought: yes
2753 [21:25:42] <mariok> EdePopede: yes on OFTC
2754 [21:25:43] <deep42thought> :'-(
2755 [21:25:51] *** Joins: dreamon__ (~dreamon@replaced-ip )
2756 [21:26:04] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2757 [21:26:15] *** Quits: h1ck5 (h1ck5@replaced-ip ) (Client Quit)
2758 [21:26:18] <deep42thought> bye debian, hello archlinux
2759 [21:26:23] *** Joins: jmarsac (~jmarsac@replaced-ip )
2760 [21:26:29] <zleap> EdePopede: i think so yes
2761 [21:26:42] *** Joins: noodlepie (~phillip@replaced-ip )
2762 [21:26:45] <zleap> check the server tab after doing \whois
nick
2763 [21:27:21] <EdePopede> mariok: did you also identify after
connect? if so, you should either see the OK from nickserv or some
error message.
2764 [21:27:40] *** Joins: nmino__ (~JimmyStev@replaced-ip )
2765 [21:27:52] *** Quits: robs__ (~robs@replaced-ip ) (Ping timeout: 246 seconds)
2766 [21:27:53] <zleap> i auto do that as I set up weechat to
issue the commands on start up of weechat
2767 [21:27:56] *** Parts: deep42thought (~erich@replaced-ip ) ()
2768 [21:28:34] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2769 [21:28:38] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Ping timeout: 255 seconds)
2770 [21:28:47] *** Quits: miroesq (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2771 [21:29:14] <EdePopede> zleap: are you mariok?
2772 [21:29:28] <zleap> no
2773 [21:29:33] <greycat> 15:29 [oftc] mariok|#debian-next>
Hello guys
2774 [21:29:38] <greycat> looks like he got there
2775 [21:29:45] <mariok> yes it worked
2776 [21:29:49] <zleap> er ok
2777 [21:29:54] <mariok> I did identify myself and now i'm in
debian-next.
2778 [21:29:58] <EdePopede> ah, well then. things are fine now.
2779 [21:30:01] *** Quits: natinaum (~natinaum@replaced-ip ) (Remote host closed the connection)
2780 [21:30:12] <zleap> i am in there too
2781 [21:30:13] *** Dragone2 is now known as Dragone2|Away
2782 [21:30:34] <mariok> okay so I'm going to ask my question
in #debian-next.
2783 [21:30:35] <mariok> thanks
2784 [21:30:40] <EdePopede> good luck
2785 [21:30:40] *** Parts: mariok (~mariok@replaced-ip ) ()
2786 [21:31:05] *** Joins: karakedi (~eAC53C340@replaced-ip )
2787 [21:31:05] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2788 [21:31:05] *** Joins: karakedi (~eAC53C340@replaced-ip )
2789 [21:31:43] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 246 seconds)
2790 [21:31:48] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2791 [21:31:50] <dob1> should I remove from my sshd_config all the
parameters that are marked as deprecated?
2792 [21:31:58] <dob1> (from the logs)
2793 [21:32:33] <greycat> probably a good idea to comment them
out, yes
2794 [21:32:39] <dob1> KeyRegenerationInterval, ServerKeyBits,
RSAAuthentication, RhostsRSAAuthentication
2795 [21:32:44] <somiaj> or update them to whatever they changed
too, if they changed.
2796 [21:33:04] <dob1> these are the ones marked as deprecated
2797 [21:34:01] <dob1> I would like to be sure to comment them out
because I can access only via ssh to the pc :)
2798 [21:34:41] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
2799 [21:35:06] *** Quits: r00tobo (~r00tobo@replaced-ip ) (Ping timeout: 246 seconds)
2800 [21:35:13] *** Quits: nmino__ (~JimmyStev@replaced-ip ) (Ping timeout: 246 seconds)
2801 [21:36:10] *** Joins: srgg (~srgg@replaced-ip )
2802 [21:36:28] *** Joins: uniqdom (~uniqdom@replaced-ip )
2803 [21:36:44] <noodlepie> Hiya guys! How's it going?
2804 [21:36:54] <Habbie> hi noodlepie!
2805 [21:37:00] <Habbie> my day is pretty good
2806 [21:37:03] <Habbie> how about yours?
2807 [21:37:08] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 245 seconds)
2808 [21:37:23] <somiaj> !chat
2809 [21:37:23] <dpkg> This is not a chat channel, this is a
Debian user support channel. Unless you have a Debian support
question, please chat elsewhere, like #debian-offtopic, or #moocows
on irc.oftc.net or ##chat on irc.freenode.net.
2810 [21:37:44] <noodlepie> Hiya Habbie, are you ok? I'm
doing just fine - today was better weather than yesterday's
rain!
2811 [21:37:44] <somiaj> It is nice to know everyones day is good,
but we try to keep topic on support in this channel.
2812 [21:37:47] *** Quits: pheo (~pheogramm@replaced-ip ) (Quit: #laravel)
2813 [21:37:52] <noodlepie> ok
2814 [21:38:04] *** Joins: bitx8 (~tux@replaced-ip )
2815 [21:38:26] <dob1> seems that they are all options that apply
to protocol 1 of ssh
2816 [21:38:38] <mutante> like "each first saturday of the
month" is good
2817 [21:38:45] <mutante> should be possible with systemd
2818 [21:39:07] <dob1> I risk and comment out them :)
2819 [21:39:22] *** Quits: ich (~ich@replaced-ip ) (Ping timeout: 250 seconds)
2820 [21:39:31] <somiaj> I think there are some other options that
restrict your system to only allowing ssh v2, so yea, removing those
shoul dhave no affect.
2821 [21:39:49] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2822 [21:39:52] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2823 [21:39:52] *** Quits: bitx8 (~tux@replaced-ip ) (Client Quit)
2824 [21:40:07] *** Joins: pheo (~pheogramm@replaced-ip )
2825 [21:40:25] <mutante> dob1: you could do a cronjob that
reverts sshd config changes 5 minutes later and then try. heh
2826 [21:40:29] *** Joins: bitx8 (~tux@replaced-ip )
2827 [21:40:36] *** Joins: AimHere (~David@replaced-ip )
2828 [21:40:37] <dob1> mutante, I was thinking the same :)
2829 [21:40:49] *** Quits: violentE (violentE@replaced-ip ) (Read error: Connection reset by peer)
2830 [21:40:57] *** Joins: jmarsac (~jmarsac@replaced-ip )
2831 [21:41:12] *** Joins: violentE (violentE@replaced-ip )
2832 [21:41:14] *** Quits: boubou (~boubou@replaced-ip##) (Quit: ZNC - ##replaced-url
2833 [21:42:40] *** Joins: boubou (~boubou@replaced-ip )
2834 [21:43:30] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2835 [21:43:46] <dob1> it works
2836 [21:46:10] *** Quits: bitx8 (~tux@replaced-ip ) (Quit: Konversation terminated!)
2837 [21:46:33] *** Joins: bitx8 (~tux@replaced-ip )
2838 [21:46:35] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2839 [21:46:42] *** Joins: mandeep (~mandeep@replaced-ip )
2840 [21:49:04] <jhutchins_wk> I had a script that did that with
iptables. If you didn't log back in and abort it, it reverted
& rebooted.
2841 [21:49:21] *** Quits: timahvo1 (~rogue@replaced-ip ) (Remote host closed the connection)
2842 [21:49:22] <SerajewelKS> DammitJim: i did not tell you to go
to debian-next
2843 [21:49:45] <SerajewelKS> DammitJim: that was for the person
who was asking about audio problems on buster
2844 [21:49:48] *** Quits: ghost64 (~ghost64@replaced-ip ) (Read error: Connection reset by peer)
2845 [21:50:33] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2846 [21:51:40] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 246 seconds)
2847 [21:52:14] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2848 [21:52:15] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2849 [21:52:16] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2850 [21:52:29] *** Joins: timahvo1 (~rogue@replaced-ip )
2851 [21:52:50] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
2852 [21:52:51] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2853 [21:53:04] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Ping timeout: 246 seconds)
2854 [21:53:13] *** Quits: maik (~maik@replaced-ip ) (Ping timeout: 258 seconds)
2855 [21:53:21] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
2856 [21:53:46] *** Joins: maik (~maik@replaced-ip )
2857 [21:54:02] *** debhelper sets mode: +l 1545
2858 [21:54:31] *** Quits: krzysztof (~krzysztof@replaced-ip ) (Quit: Lost terminal)
2859 [21:54:52] *** Quits: soee_ (~soee@replaced-ip ) (Quit: Konversation terminated!)
2860 [21:54:54] *** Joins: ghost64 (~ghost64@replaced-ip )
2861 [21:55:02] *** Joins: Texou (~Texou@replaced-ip )
2862 [21:55:36] *** Joins: fedorafan (~fedorafan@replaced-ip )
2863 [21:56:15] *** Joins: puhdabear (~puhdabear@replaced-ip )
2864 [21:56:57] *** Joins: mega_marw1 (~marwin@replaced-ip )
2865 [21:58:07] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2866 [21:58:35] *** Joins: ztychr (~ztychr@replaced-ip )
2867 [21:59:30] *** Joins: hunterkll (~hunterkll@replaced-ip )
2868 [21:59:49] *** Joins: nmino__ (~JimmyStev@replaced-ip )
2869 [22:00:01] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
2870 [22:00:09] *** Joins: ch0wn_ (~tmp@replaced-ip )
2871 [22:00:16] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Read error: Connection reset by peer)
2872 [22:00:24] *** Quits: mthe878 (~mthe@replaced-ip ) (Remote host closed the connection)
2873 [22:01:49] *** Joins: silverballz (~hidden@replaced-ip )
2874 [22:03:24] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.4)
2875 [22:03:34] *** Quits: ztychr (~ztychr@replaced-ip ) (Ping timeout: 246 seconds)
2876 [22:06:12] *** Quits: mega_marw1 (~marwin@replaced-ip ) (Quit: Konversation terminated!)
2877 [22:10:07] *** Joins: yonder (~yonder@replaced-ip )
2878 [22:10:42] *** Quits: Zauberfisch (~Zauberfis@replaced-ip ) (Read error: Connection reset by peer)
2879 [22:13:31] *** Quits: wr (~wr@replaced-ip ) (Quit: Leaving)
2880 [22:13:47] *** Joins: DaVinciCode1 (~DaVinciCo@replaced-ip )
2881 [22:13:49] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Read error: Connection reset by peer)
2882 [22:14:54] *** Quits: czart (~czart@replaced-ip ) (Read error: Connection reset by peer)
2883 [22:15:27] *** Quits: dob1 (~dob1@replaced-ip ) (Quit: Leaving)
2884 [22:17:21] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2885 [22:17:59] *** Quits: keed (~keed@replaced-ip ) (Remote host closed the connection)
2886 [22:18:16] *** Joins: kiwi_32698 (~c0a80119@replaced-ip )
2887 [22:18:53] *** Joins: buspirate (~none@replaced-ip )
2888 [22:19:06] *** Joins: Haudegen (~quassel@replaced-ip )
2889 [22:19:17] *** Quits: Zppix (uid182351@replaced-ip ) (Quit: Connection closed for inactivity)
2890 [22:20:25] *** Quits: wireshark (~none@replaced-ip ) (Ping timeout: 258 seconds)
2891 [22:20:31] *** Joins: CaptainN (zelda@replaced-ip )
2892 [22:22:43] *** Quits: DaVinciCode1 (~DaVinciCo@replaced-ip ) (Quit: Leaving)
2893 [22:22:43] <timahvo1> Hi am trying to install the latest
version of nodejs on debian stretch using this guide
replaced-url
2894 [22:23:03] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
2895 [22:23:19] *** Quits: kiwi_32698 (~c0a80119@replaced-ip##) (Quit: ##replaced-url
2896 [22:23:28] <nkuttler> timahvo1: never curl | sudo *anything*
2897 [22:23:58] <timahvo1> apt-cache policy nodejs only shows the
old version ttp://paste.debian.net/1080725/
2898 [22:24:07] *** Joins: wodny (~wodny@replaced-ip )
2899 [22:24:36] <nkuttler> well, who knows what that script did..
2900 [22:25:16] *** Quits: fooctrl (~havoc@replaced-ip ) (Ping timeout: 246 seconds)
2901 [22:25:36] <timahvo1> nkuttler: it adds an entry in
/etc/apt/source.list.d/
2902 [22:25:44] *** Quits: xSmurf (~MrSmurf@replaced-ip ) (Ping timeout: 250 seconds)
2903 [22:26:06] <mutante> funny.. that script does even more curl
| apt and then installs a whole package manager
2904 [22:26:22] <nkuttler> timahvo1: let me guess, it doesn't
apt-get update?
2905 [22:26:33] <mutante> so now you have to deal with
'yarn'
2906 [22:26:44] *** Joins: root (~root@replaced-ip )
2907 [22:26:51] *** Joins: fooctrl (~havoc@replaced-ip )
2908 [22:26:54] <timahvo1> nkuttler: it does update
2909 [22:27:06] *** root is now known as Guest12164
2910 [22:27:31] *** Joins: kiwi_32698 (~c0a80119@replaced-ip )
2911 [22:27:55] *** Quits: kiwi_32698 (~c0a80119@replaced-ip ) (Remote host closed the connection)
2912 [22:28:08] <jhutchins_wk> timahvo1: I would imagine that you
have both packages installed, and need to ask the tecadmin.net
people how to switch between them, or to un-install the original
debian package(s) which may have unintended consequences.
2913 [22:28:19] *** Quits: chalcedny (~chalcedon@replaced-ip ) (Ping timeout: 276 seconds)
2914 [22:28:24] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
2915 [22:29:15] *** Joins: madhumitha (~madhuleo@replaced-ip )
2916 [22:29:23] *** Quits: Guest12164 (~root@replaced-ip ) (Remote host closed the connection)
2917 [22:29:32] <jhutchins_wk> timahvo1: If you're messing
with bleeding-edge javascript, you should know how to deal with
multiple version environments, if nothing else so you can test your
code for backward compatibility.
2918 [22:29:44] *** Joins: pagetelegram (~pageteleg@replaced-ip )
2919 [22:29:44] *** Quits: pagetelegram (~pageteleg@replaced-ip ) (Client Quit)
2920 [22:30:16] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 276 seconds)
2921 [22:31:00] *** Joins: xSmurf (~MrSmurf@replaced-ip )
2922 [22:31:36] *** Joins: lerbeso (~lerbeso@replaced-ip )
2923 [22:31:56] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Remote host closed the connection)
2924 [22:32:19] <timahvo1> mutante: installing yarn is optional
the script doesn't do that for you just lists it as an option
once it has run
2925 [22:32:34] <mutante> timahvo1: ah, ok. good!
2926 [22:32:41] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Ping timeout: 258 seconds)
2927 [22:33:06] *** Joins: factor (~factor@replaced-ip )
2928 [22:33:08] *** Quits: wodny (~wodny@replaced-ip ) (Quit: leaving)
2929 [22:33:12] *** Quits: naicha (~debian@replaced-ip ) (Quit: leaving)
2930 [22:34:01] *** debhelper sets mode: +l 1539
2931 [22:34:03] <timahvo1> jhutchins_wk: no only 4.8.2~dfsg-1 is
pulled from main
2932 [22:34:50] <jhutchins_wk> timahvo1: Something is not the way
you think it is.
2933 [22:34:53] *** Joins: chalcedony (~chalcedon@replaced-ip )
2934 [22:35:19] *** Quits: noodlepie (~phillip@replaced-ip ) (Quit: Going to do something more productive, I think!)
2935 [22:35:41] *** Joins: puhdabear (~puhdabear@replaced-ip )
2936 [22:36:34] <SerajewelKS> !bat
2937 [22:36:35] <dpkg> In order to troubleshoot your problem with
apt-get, apt or aptitude we need ALL OF THE FOLLOWING information:
1. complete output of your apt-get/apt/aptitude run (including the
command used) 2. output from "apt-cache policy pkg1
pkg2..." for ALL packages mentioned ANYWHERE in the problem,
and 3. "apt-cache policy". Use
replaced-url
2938 [22:36:39] <SerajewelKS> timahvo1: ^
2939 [22:37:17] <victorqueiroz> Here's what happens when I
start my computer with firmware-amd-graphics: Cooler starts to run
VERY LOUDLY and I can't see no display. I think it might be a
kernel problem. would you guys know anything that can help me?
2940 [22:37:25] <timahvo1> SerajewelKS: thanks
2941 [22:38:03] *** Joins: ich (~ich@replaced-ip )
2942 [22:38:19] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
2943 [22:39:36] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2944 [22:40:26] *** Joins: allizom (~Thunderbi@replaced-ip )
2945 [22:40:41] *** Quits: dfstorm (~me@replaced-ip ) (Quit: dfstorm)
2946 [22:41:22] <jhutchins_wk> victorqueiroz: Are you able to
switch to one of the consoles?
2947 [22:41:51] *** Quits: lerbeso (~lerbeso@replaced-ip ) (Remote host closed the connection)
2948 [22:41:56] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 246 seconds)
2949 [22:42:18] <victorqueiroz> No. I can boot up with
`nomodesetting=1`
2950 [22:42:36] <jhutchins_wk> victorqueiroz: You get a console
then, correct?
2951 [22:43:07] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 246 seconds)
2952 [22:43:18] <victorqueiroz> Yes, but GPU doesn't work. It
works with 4.19. But stretch-backports is breaking my system
2953 [22:43:26] <jhutchins_wk> victorqueiroz: I would look at
dmesg | less, /var/log/syslog, and /var/log/Xorg.0.log
2954 [22:43:48] *** Quits: jmichel (~jmichel@replaced-ip ) (Ping timeout: 245 seconds)
2955 [22:44:04] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2956 [22:44:34] <jhutchins_wk> victorqueiroz: Since this appears
to be a testing-specific problem you probably want to ask in
#debian-next. That's on oftc.net, not here on freenode.
2957 [22:46:13] <victorqueiroz> jhutchins_wk: I'm actually
using Debian Stable. This was what I could find from
/var/log/kern.log:
replaced-url
2958 [22:46:26] *** Joins: mega_marw1 (~mega_marw@replaced-ip )
2959 [22:46:32] <victorqueiroz> `Apr 29 17:28:29 debian-desktop
kernel: [ 4.300796] amdgpu 0000:07:00.0: Invalid PCI ROM header
signature: expecting 0xaa55, got 0xffff`
2960 [22:46:57] *** Joins: Electro_Pop (~ElectroPo@replaced-ip )
2961 [22:46:58] *** Quits: downer06 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2962 [22:47:15] *** Joins: Sollg3r (~ejakuk@replaced-ip )
2963 [22:47:22] *** Quits: thatpythonguy (~john@replaced-ip ) (Quit: WeeChat 2.3)
2964 [22:48:42] *** Quits: mega_marw1 (~mega_marw@replaced-ip ) (Client Quit)
2965 [22:48:42] *** Joins: downer06 (~quassel@replaced-ip )
2966 [22:50:54] <jhutchins_wk> victorqueiroz: D'Oh. _stretch_
backports.
2967 [22:51:23] <jhutchins_wk> Anything in particular you need
that kernel for?
2968 [22:52:14] *** Parts: Electro_Pop (~ElectroPo@replaced-ip ) ()
2969 [22:52:22] <jhutchins_wk> victorqueiroz:
replaced-url
2970 [22:52:52] <jhutchins_wk> victorqueiroz: Interesting error.
2971 [22:53:10] <victorqueiroz> jhutchins_wk: I'm not using
backports anymore. When I installed 4.19 on my old installation my
GPU would work. It doesn't work on 4.9.0-9-amd64. So I'm
looking for help so I don't have to use stretch-backports.
2972 [22:53:25] *** Quits: madhumitha (~madhuleo@replaced-ip ) (Remote host closed the connection)
2973 [22:53:29] *** Joins: Sveta (~sveta@replaced-ip )
2974 [22:54:14] *** Quits: Sveta (~sveta@replaced-ip ) (Changing host)
2975 [22:54:14] *** Joins: Sveta (~sveta@replaced-ip )
2976 [22:54:19] <jhutchins_wk> victorqueiroz: If you paste
"amdgpu 0000:07:00.0: Invalid PCI ROM header signature:
expecting" into google you get a lot of interesting results.
2977 [22:54:27] *** Quits: pheo (~pheogramm@replaced-ip ) (Remote host closed the connection)
2978 [22:54:49] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 250 seconds)
2979 [22:54:54] *** Quits: avengerist (~avengeris@replaced-ip ) (Quit: WeeChat 2.3)
2980 [22:55:33] <victorqueiroz> Ok, thanks. Will check again.
Maybe I should not install a new kernel, but an updated version of
firmware-amd-graphics. What do you think?
2981 [22:55:45] <jhutchins_wk> Transit time for me, good luck!
2982 [22:55:54] <victorqueiroz> Alright, thank you
2983 [22:55:57] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
2984 [22:56:01] *** Joins: avengerist (~avengeris@replaced-ip )
2985 [22:57:08] *** Quits: Khalgon (~Khalgon@replaced-ip ) (Quit: Khalgon)
2986 [22:57:51] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2987 [22:58:08] *** Joins: nullbyte_ (~nullbyte@replaced-ip )
2988 [22:58:10] *** Quits: nullbyte_ (~nullbyte@replaced-ip ) (Client Quit)
2989 [22:58:54] *** Joins: nullbyte_ (~nullbyte@replaced-ip )
2990 [23:01:27] *** Joins: Brawcks (~vincentco@replaced-ip )
2991 [23:03:02] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2992 [23:03:13] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2993 [23:03:31] *** Quits: miremeister (uid362267@replaced-ip ) (Quit: Connection closed for inactivity)
2994 [23:03:56] *** Joins: tryte_ (~tryte@replaced-ip )
2995 [23:03:57] *** Quits: stackofcats (~stackofca@replaced-ip ) (Remote host closed the connection)
2996 [23:04:02] *** debhelper sets mode: +l 1530
2997 [23:04:03] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
2998 [23:04:24] *** Joins: stackofcats (~stackofca@replaced-ip )
2999 [23:05:31] *** Quits: Brawcks (~vincentco@replaced-ip ) (Ping timeout: 244 seconds)
3000 [23:05:51] *** Joins: ph0 (~ph0@replaced-ip )
3001 [23:06:15] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Remote host closed the connection)
3002 [23:06:37] *** Joins: puhdabear (~puhdabear@replaced-ip )
3003 [23:06:37] *** Quits: f476_ (~pi@replaced-ip ) (Read error: Connection reset by peer)
3004 [23:08:01] *** Joins: PileOfDirt (~DIRT@replaced-ip )
3005 [23:08:15] *** Quits: ttl- (~bootpanic@replaced-ip ) (Ping timeout: 250 seconds)
3006 [23:08:16] *** Joins: GaneshR (~ganeshraj@replaced-ip )
3007 [23:09:06] *** Joins: pagetelegram (~pageteleg@replaced-ip )
3008 [23:09:54] *** Joins: format_c (~format_c@replaced-ip )
3009 [23:10:04] *** Joins: Satsuki (~Satsuki@replaced-ip )
3010 [23:12:31] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't
do nothin' 'cause I'm cute and furry)
3011 [23:14:03] *** Joins: ttl- (~bootpanic@replaced-ip )
3012 [23:14:20] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
3013 [23:15:05] *** Joins: shifty (~shifty~~~@replaced-ip )
3014 [23:15:23] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
3015 [23:16:22] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 246 seconds)
3016 [23:17:07] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
3017 [23:17:26] *** Joins: f476 (~pi@replaced-ip )
3018 [23:19:35] *** Joins: __jrjsmrtn__ (~jrjsmrtn@replaced-ip )
3019 [23:20:37] *** Joins: mtn (~mtn@replaced-ip )
3020 [23:20:42] *** Joins: humpled (~humbag@replaced-ip )
3021 [23:21:12] *** Joins: ztychr (~ztychr@replaced-ip )
3022 [23:21:42] *** Quits: _jrjsmrtn (~jrjsmrtn@replaced-ip ) (Ping timeout: 245 seconds)
3023 [23:22:54] *** Joins: Itaipu (~itaipu@replaced-ip )
3024 [23:24:01] *** debhelper sets mode: +l 1537
3025 [23:25:16] *** Joins: r00tobo (~r00tobo@replaced-ip )
3026 [23:26:08] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
3027 [23:26:23] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3028 [23:26:25] *** Quits: beencubed (~beencubed@replaced-ip ) (Quit: Leaving)
3029 [23:27:04] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
3030 [23:28:33] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
3031 [23:33:05] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
3032 [23:34:13] *** Joins: hanfm (~Thunderbi@replaced-ip )
3033 [23:34:38] <Delvien> ok so still running into issues. Debian
9 - setting static address - doesnt allow internet acccess
(sometimes...) and when I run commands it sometimes gives me
"cannot resolve hostname" even when opening things like
nano
3034 [23:35:03] *** Quits: poxifide (deathspawn@replaced-ip ) (Quit: ~_~)
3035 [23:35:21] *** Joins: woenx (~quassel@replaced-ip )
3036 [23:35:52] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
3037 [23:36:14] <humpled> are you setting a static IP which is
outside the DHCP range of your router?
3038 [23:36:32] <Delvien> yes
3039 [23:36:53] <humpled> oh great, just had to ask the obvious
stuff first
3040 [23:37:00] <Delvien> not a problem :)
3041 [23:37:21] <Delvien> DHCP and DNS is running on windows
server, scope is x.x.x.40 and greater
3042 [23:37:41] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
3043 [23:37:56] <Delvien> for instance "sudo: unable to
resolve host PCNAME: Connection timed out
3044 [23:38:02] *** Joins: polymorphisme1 (~Thunderbi@replaced-ip )
3045 [23:39:13] *** Joins: greatgatsby (~greatgats@replaced-ip )
3046 [23:40:02] *** Quits: puhdabear (~puhdabear@replaced-ip ) (Ping timeout: 245 seconds)
3047 [23:40:04] <humpled> oh maybe missed some explanation
earlier, you're connecting to debian from windows with putty or
something i guess
3048 [23:41:13] <Delvien> Yes, but that error message is from the
session, not when trying to connect.
3049 [23:41:54] *** Joins: sp01nk (~sp01nk@replaced-ip )
3050 [23:42:11] <Habbie> is 'nano' giving 'cannot
resolve hostname' or is 'sudo nano' giving that?
3051 [23:43:15] *** Joins: puhdabear (~puhdabear@replaced-ip )
3052 [23:44:12] *** Quits: nullbyte_ (~nullbyte@replaced-ip ) (Quit: closed.)
3053 [23:44:30] <mutante> Delvien: is your host called
"PCNAME" ?
3054 [23:45:20] <mutante> is that the name of the Windows server,
the Linux machine or nothing ?
3055 [23:45:31] *** Joins: mandeep (~mandeep@replaced-ip )
3056 [23:45:50] *** Joins: sirfarquad (~sirfq@replaced-ip )
3057 [23:46:46] <Delvien> mutante: no its named something else.
just putting that in there to show what it is.
3058 [23:47:12] <Delvien> Habbie one or the other sometimes. its
not every time
3059 [23:47:56] <Delvien> well this is odd... sudo is taking a
LONG time to load any commands
3060 [23:48:07] *** Joins: poxifide (deathspawn@replaced-ip )
3061 [23:48:09] <Delvien> and then giving me unable to resolv host
3062 [23:48:38] <mutante> Delvien: uhm..ok.. but what it actually
shows is the name of the Linux machine? first thing i would do is
confirm that "hostname -s" shows the short version and
"hostname -f" shows the FQDN as it should.. so including a
domain name
3063 [23:48:41] <Delvien> ah found out how to fix that
3064 [23:49:07] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 264 seconds)
3065 [23:49:08] <mutante> sudo is not loading any commands..
that's odd
3066 [23:49:09] <Delvien> /etc/hosts was wrong
3067 [23:49:12] *** Joins: TheFuzzball (~TheFuzzba@replaced-ip )
3068 [23:49:28] <mutante> ok. that's what i was after :)
3069 [23:50:16] <mutante> yea. sudo needs to match host names.. it
takes long because it can't properly look it up
3070 [23:50:17] *** Joins: beencubed (~beencubed@replaced-ip )
3071 [23:50:33] <mutante> so the FQDN version was also just
"PCNAME" i suppose
3072 [23:51:16] <wald0> is there any reason why
'photivo' is not packaged in debian ?
3073 [23:51:16] *** Joins: tryte (~tryte@replaced-ip )
3074 [23:51:19] *** Joins: Immanuel (~Manu@replaced-ip )
3075 [23:52:13] *** Quits: tryte_ (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
3076 [23:52:45] *** Quits: woenx (~quassel@replaced-ip ) (Remote host closed the connection)
3077 [23:54:18] <mutante> wald0: something like .. years ago it
was "liblensfun-dev (Need version 0.2.5, Debian has only
0.2.4!)" and then nobody wanted to spend the time becoming a
maintainer
3078 [23:54:25] *** Quits: sp01nk (~sp01nk@replaced-ip ) (Quit: WeeChat 2.4)
3079 [23:54:38] *** Joins: sp01nk (~sp01nk@replaced-ip )
3080 [23:55:00] *** Quits: mandeep (~mandeep@replaced-ip ) (Ping timeout: 250 seconds)
3081 [23:55:06] *** Quits: sp01nk (~sp01nk@replaced-ip ) (Client Quit)
3082 [23:57:16] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
3083 [23:57:26] <wald0> mutante: thanks, hum... this lib is pretty
updated now
3084 [23:57:39] <wald0> actually photivo doesn't looks like
to be updated since around 2 years
3085 [23:57:54] <wald0> i wonder if because is "perfect"
or because obsolete project
3086 [23:58:06] <wald0> looked to be a pretty good alternative to
lightroom for linux
3087 [23:58:50] *** Joins: Zauberfisch (~Zauberfis@replaced-ip )
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be