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: r00tobo (~r00tobo@replaced-ip ) (Remote host closed the connection)
1 [00:00:01] *** Joins: NightTrain (coffee@replaced-ip )
2 [00:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
3 [00:00:24] *** Joins: v01t (~v01t@replaced-ip )
4 [00:00:50] *** Joins: r00tobo (~r00tobo@replaced-ip )
5 [00:04:16] *** Quits: r00tobo (~r00tobo@replaced-ip ) (Read error: Connection reset by peer)
6 [00:04:19] <DeathTickle> Hi I'm puzzled by a debian
packaging weirdness. I have this bug involving lxcfs (replaced-url
7 [00:04:20] <judd> Bug
replaced-url
8 [00:05:12] <DeathTickle> I confirmed this on the tracker (replaced-url
9 [00:05:32] <somiaj> DeathTickle: stretch is a (mostly) frozen
system. As such packages will not migrate into stretch.
10 [00:05:59] <somiaj> only grave bugs and security fixes get
put into stretch, and these enter stretch via security or point
releases, which is not the same process as standard update.
11 [00:06:03] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
12 [00:06:05] *** Quits: lobata (~mint@replaced-ip ) (Read error: Connection reset by peer)
13 [00:06:30] <somiaj> So this is normal, that a bug gets fixed
in testing/sid, but the bug remains in stretch (and will remain)
unless it is considered grave enough to backport to the frozen
version in stretch.
14 [00:07:05] <DeathTickle> somiaj: yes, I was wondering if that
source package had been submitted in time to be included in stretch
as it was only 2 months after the original version
15 [00:07:26] <somiaj> ,v lxcfs
16 [00:07:27] <judd> Package: lxcfs on amd64 --
jessie-backports: 2.0.6-1~bpo8+1; stretch: 2.0.7-1; buster: 2.0.8-1;
sid: 2.0.8-1
17 [00:07:50] <DeathTickle> and testing got an even newer
version. So 2.0.7-2 is just wasted.
18 [00:08:04] <somiaj> nope, stretch froze with 2.0.7-1 and that
fix wasn't able to make it in. You will have to backport a
newer version if needed.
19 [00:08:15] <somiaj> well 2.0.7-2 was there until a new
upstream was released
20 [00:08:29] <DeathTickle> there in testing
21 [00:08:30] <somiaj> testing is a moving target, so lots of
things get into testing then thrown out by the release
22 [00:08:46] <somiaj> correct, but if you want it in stretch,
you'll have to backport it from testing yourself
23 [00:09:06] <DeathTickle> so should I request an inclusion of
2.0.7-2 in stretch-backports or something ?
24 [00:09:40] <somiaj> Unless someone actually creates a
package, it won't happen. And most cases it will be 2.0.8-1
from buster that gets backported instead.
25 [00:10:04] <somiaj> I'm unsure how one requests a thing.
I personally would just make my own backport if it was important.
26 [00:10:07] <somiaj> !ssb
27 [00:10:08] <dpkg> First, check for a backport on
<debian-backports>. If unavailable: 1) Add a deb-src line for
sid (not a deb line!); ask me about <deb-src sid> 2) enable
debian-backports (see <bdo>) 3) aptitude update; aptitude
install build-essential; aptitude build-dep packagename; apt-get -b
source packagename; 4) install the resultant debs. To change
compilation options, see <package recompile>; for versions
newer than sid see <uupdate>.
28 [00:10:16] *** Joins: black_mamba (~Adium@replaced-ip )
29 [00:10:52] <DeathTickle> yeah, I wouldn't want to build
the package
30 [00:12:07] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Ping timeout: 240 seconds)
31 [00:12:11] <somiaj> if everything can be built nicely in
stretch, it is a fairly painless process (mostly automated)
32 [00:12:18] <somiaj> the issue is if any depends can't be
satsified in stretch
33 [00:12:47] <somiaj> you also might be able to find 2.0.7-2 on
snapshot.debian.org and the binary package maybe nice enough still
to be installable in stretch.
34 [00:13:12] <somiaj> but be careful here, I usually only
mention the backport becase this is the safest method unless you
really know what you are doing, in which case you most likely
won't be asking.
35 [00:13:13] <DeathTickle> it looks painless, its more that
this isn't a build server I have
36 [00:13:34] <somiaj> I use chroots myself for such a thing,
then just copy over the resulting .deb's
37 [00:13:41] <somiaj> that way I don't have to install the
build stuff on the actual server
38 [00:14:09] <DeathTickle> thanks I didn't know about the
snapshot site
39 [00:14:39] <DeathTickle> and hurray it is there
40 [00:15:31] <somiaj> be careful, it could be the package
won't install nicely in stretch (it was built in sid), but
since, as you said it was only 2 months later, it might be just fine
41 [00:15:40] *** Joins: zumba_ad_ (~zumba_add@replaced-ip )
42 [00:15:46] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Quit: WeeChat 1.6)
43 [00:15:53] <somiaj> also realize you won't get any
security support on that package any more either.
44 [00:15:55] <zumba_ad_> hi folks, how do I disable ipv6 in the
kernel, most likely in grub?
45 [00:16:02] <zumba_ad_> i don't want /etc/sysctl.conf
46 [00:16:16] <somiaj> !disable ipv6
47 [00:16:16] <dpkg> From Debian 6.0 "Squeeze"
onwards, <IPv6> is built into the Linux kernel (excluding the
loongson-2f flavour). To disable IPv6, add the kernel command line
option ipv6.disable=1 to your bootloader.
48 [00:16:36] <somiaj> note, this is strongly not recommended on
modern systems.
49 [00:16:49] <zumba_ad_> thanks dpkg
50 [00:17:04] <zumba_ad_> I put it like this
`GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 splash quiet"
`
51 [00:17:07] <zumba_ad_> looks good?
52 [00:17:15] <DeathTickle> thanks somiaj I realise that. I will
try to setup alerts on updates to the package.
53 [00:17:29] <zumba_ad_> I update /etc/default/grub
54 [00:18:13] *** Quits: black_mamba (~Adium@replaced-ip ) (Quit: Leaving.)
55 [00:19:06] *** Quits: necrose99 (~necrose99@replaced-ip ) (Ping timeout: 272 seconds)
56 [00:19:47] <aloo_shu> in /var/lib/apt/lists, there are some
very large files like
deb.debian.org_debian_dists_stretch_main_Contents-amd64.lz4 , which
purpose do they serve?
57 [00:20:11] *** Quits: format_c (~koeppea@replaced-ip ) (Quit: leaving)
58 [00:20:27] <nyov> zumba_ad_: just curious, why _not_ sysctl?
59 [00:20:37] <zumba_ad_> :D
60 [00:20:49] <zumba_ad_> module
61 [00:20:53] <aloo_shu> that is, what are compressed
'content' files, as opposed to 'packages' files
62 [00:21:49] <DeathTickle> zumba_ad_: could you explain what
you mean by "module" ?
63 [00:22:15] <zumba_ad_> i meant kernel module
64 [00:22:32] *** Quits: HicksD (~q@replaced-ip ) (Quit: HicksD)
65 [00:22:54] <zumba_ad_> i guess that if only disabling ipv6
via sysctl, the module still gets load. I just ran lsmod |grep ipv
and I only saw version 4
66 [00:23:24] <DeathTickle> okay so you don't want the ipv6
kernel module to get loaded
67 [00:23:26] <zumba_ad_> I updated grub and restarted. the
module isn't loaded anymore. I'll start my testing but not
sure if it will work
68 [00:23:32] <zumba_ad_> yeah, I don't want
69 [00:23:44] <zumba_ad_> but it may not be the culprit and for
sure it's not the culprit
70 [00:23:51] <zumba_ad_> it's friggin ExpressJS
71 [00:24:01] *** debhelper sets mode: +l 1099
72 [00:24:42] *** Joins: mandeep (~mandeep@replaced-ip )
73 [00:25:29] <DeathTickle> node :-O
74 [00:26:24] *** Joins: Night-Shade (~TimF@replaced-ip )
75 [00:27:42] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.2)
76 [00:30:55] *** Quits: xaeB5 (xaeB5@replaced-ip ) (Quit: Leaving)
77 [00:32:14] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
78 [00:33:48] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
79 [00:34:28] *** Joins: masa__ (~quassel@replaced-ip )
80 [00:34:29] *** Joins: vjacob_ (~vjacob@replaced-ip )
81 [00:37:28] *** Quits: vjacob (~vjacob@replaced-ip ) (Ping timeout: 272 seconds)
82 [00:38:49] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
83 [00:39:22] <aloo_shu> in /var/lib/apt/lists, there are some
very large files like
deb.debian.org_debian_dists_stretch_main_Contents-amd64.lz4 , which
purpose do they serve?
84 [00:39:22] <aloo_shu> that is, what are compressed
'content' files, as opposed to 'packages' files
85 [00:39:41] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
86 [00:39:56] *** Quits: yures (~yures@replaced-ip ) (Remote host closed the connection)
87 [00:40:03] *** Quits: olivetree_ (~oliveira@replaced-ip ) (Ping timeout: 245 seconds)
88 [00:40:26] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.0.1)
89 [00:41:16] <rydare> aloo_shu: i'm not 100% sure but i
think that's where apt stores the contents of the repository
90 [00:41:24] <rydare> i.e. what gets updated when you do apt
update
91 [00:41:36] *** Quits: pioneer42 (~jgram@replaced-ip ) (Quit: Leaving.)
92 [00:43:16] <EdePopede> weird. my copy has 50M, the one in
replaced-url
93 [00:44:01] *** debhelper sets mode: +l 1092
94 [00:44:49] <rydare> EdePopede: it's possible it's
storing older versions to
95 [00:44:51] <rydare> o
96 [00:44:54] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
97 [00:44:59] <rydare> but i'm not entirely sure
98 [00:45:02] <rydare> this is just my guess
99 [00:45:18] <EdePopede> timestamp is the sanme
100 [00:45:25] *** Joins: olivetree_ (~oliveira@replaced-ip )
101 [00:46:17] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
102 [00:47:05] *** Quits: frju365[IRC] (~frju365@replaced-ip ) (Quit: Konversation terminated!)
103 [00:48:23] <EdePopede> hm. liblz4-1:amd64 is installed, but
not the tool
104 [00:49:23] <aloo_shu> rydare, thx
105 [00:50:09] <EdePopede> Successfully decoded 458159900 bytes
<-- gzip reports same size for its version and 93% compression
ratio
106 [00:50:29] <aloo_shu> EdePopede, yeah, just got there, too,
xarchiver doesn't open lz4 - esoteric
107 [00:50:49] *** Joins: guiverc (~guiverc@replaced-ip )
108 [00:50:59] <EdePopede> ist it the same thing firefox uses for
some time now?
109 [00:51:27] *** Quits: Kafei (Jing@replaced-ip ) (Quit: Kafei)
110 [00:51:34] <EdePopede> i just became friend with xz (great
ratio, but needs all cpu it can get)
111 [00:51:43] <nyov> lz4 is more for speed than compression
ratio
112 [00:51:59] <nyov> like snappy, lzo, and ilk
113 [00:53:23] *** Joins: necrose99 (~necrose99@replaced-ip )
114 [00:53:58] <aloo_shu> in any case, I'm helped, I
understand that a) gzip can handle lz4, , so I can have a look
inside, and b) if I'm short for space, these files can probably
go
115 [00:54:05] <EdePopede> Error 44 : Unrecognized header : file
cannot be decoded <-- nope :(
116 [00:54:28] <aloo_shu> oh
117 [00:54:33] *** Joins: kallenp (~Adium@replaced-ip )
118 [00:54:44] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
119 [00:55:06] <nyov> aloo_shu: those files are (I'm
reasonably sure) the package-list diffs that apt downloads
120 [00:55:26] <EdePopede> aloo_shu: not gzip, i just installed
lz4-tool. gzip just told me the size for the .gz version on the repo
121 [00:55:33] <nyov> when it hasn't become so far outdated,
that it has to refetch the whole stuff
122 [00:55:45] *** Quits: Drashta (~drashta@replaced-ip ) (Quit: Konversation terminated!)
123 [00:55:55] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
124 [00:56:00] <EdePopede> lines of this format ->
etc/X11/app-defaults/URxvt
x11/rxvt-unicode,x11/rxvt-unicode-256color,x11/rxvt-unicode-lite
125 [00:56:08] *** Quits: jfoy_ (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
126 [00:56:24] *** Quits: masa_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
127 [00:56:28] *** Quits: masa__ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
128 [00:56:41] <nyov> so yes, you should be able to kill them and
it'll redownload them on the next "apt-get update"
129 [00:58:29] <EdePopede> killing also is the correct term to
describe the number of packages in a debian distro. a live counter
would be a nice thing somewhere.
130 [00:58:42] <nyov>
replaced-url
131 [00:59:04] *** Joins: fstd_ (~fstd@replaced-ip )
132 [00:59:12] *** Quits: hatseflats (~hatseflat@replaced-ip ) (Quit: Lost terminal)
133 [00:59:27] <aloo_shu> my debian is avlinux, a personal
systemback snapshot, so it will likely be residual - moreover, I
manually installed, an installer might not even have copied these
files (ts is far pre install)
134 [00:59:42] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 252 seconds)
135 [00:59:42] *** fstd_ is now known as fstd
136 [01:01:13] *** Quits: Elleander (~Elleander@replaced-ip ) (Quit: Leaving)
137 [01:03:42] *** Joins: dejavou42 (1897d76b@replaced-ip )
138 [01:04:01] *** debhelper sets mode: +l 1085
139 [01:04:13] *** Quits: finalbeta1 (~finalbeta@replaced-ip ) (Ping timeout: 245 seconds)
140 [01:05:03] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Quit: Happy Sabbath)
141 [01:06:01] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
142 [01:06:27] <dejavou42> I'm trying to run a terminal
script as a service, and start the terminal script on boot with
init.d The service starts and stops as expected, but I get
"cannot open display" when I stdout to a log file
143 [01:06:58] <dejavou42> (when booting)
144 [01:07:26] <aloo_shu> thx, bye
145 [01:07:34] *** Quits: aloo_shu (~Zaphod@replaced-ip ) (Quit: Leaving)
146 [01:08:22] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
147 [01:08:45] <EdePopede> dejavou42: not sure if related, but i
wanted mplayer to play me a signal from a cron job, had the same
error. redirected the standard fd's to /dev/null. maybe your
program/script waits for some fd it doesn't get if run like
this.
148 [01:08:56] <dejavou42> is there a method of Required-Start:
that will allow xsession to start first
149 [01:09:11] *** noettore is now known as noettore_afk
150 [01:09:28] *** Joins: pvdp (~pvdp@replaced-ip )
151 [01:09:47] *** Quits: Velgor (~Velgor@replaced-ip ) (Quit: Night)
152 [01:10:26] *** Joins: GenTooMan (~cyberman@replaced-ip )
153 [01:10:34] <dejavou42> EdePopede: I believe this has more to
do with the xsession not being started when the the init.d script
runs
154 [01:11:18] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 264 seconds)
155 [01:11:54] *** Quits: Unit193 (ukikie@replaced-ip ) (Remote host closed the connection)
156 [01:11:58] *** Joins: Unit193 (ukikie@replaced-ip )
157 [01:12:32] *** Quits: DeathTickle (~Adium@replaced-ip ) (Quit: Leaving.)
158 [01:12:36] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Ping timeout: 244 seconds)
159 [01:13:26] *** Joins: tom[] (~tom]@replaced-ip )
160 [01:13:48] *** Joins: brokencycle (~brokencyc@replaced-ip )
161 [01:14:12] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 272 seconds)
162 [01:15:27] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Client Quit)
163 [01:15:41] <EdePopede> i see /etc/rcS.d/S01x11-common and
S01lightdm for levels 2-5. and lightdm has a line "#
Required-Start: $local_fs $remote_fs x11-common", maybe a copy
could work
164 [01:16:17] <jezebel> the latest firefox-esr doesnt look right
165 [01:17:41] <EdePopede> not even the version number, is 60,
should be 59. optically because of quantum?
166 [01:17:51] <dejavou42> I just went crazy and used
Required-Start: $ALL, to see if that workss
167 [01:18:20] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
168 [01:18:28] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
169 [01:19:00] <EdePopede> "just let's press the black
button with the black text below it, what could go wrong?" -
i'd say, it won't start, because of some service not being
started. correct?
170 [01:20:03] *** Quits: mauz555 (~jimmy@replaced-ip ) (Ping timeout: 245 seconds)
171 [01:21:42] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
172 [01:21:46] <dejavou42> It won't start because it
can't open the display, and I'm trying to check that the
display manager is loaded before crossing the other bridges
173 [01:22:18] *** noettore_afk is now known as noettore
174 [01:22:22] <jfbourdeau> Are Debian noobies questions allowed
here ?
175 [01:22:33] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
176 [01:22:37] <n4dir> !ask
177 [01:22:42] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
178 [01:22:46] <n4dir> damnit. jfbourdeau just ask.
179 [01:22:58] *** Quits: transience (~transienc@replaced-ip ) (Quit: Bye Bye!)
180 [01:23:03] <jfbourdeau> Are most debian distros ( not ubuntu
) are always more ressrouces efficient? Most of the time ?
181 [01:23:17] <n4dir> compared with ?
182 [01:23:24] <jfbourdeau> Getting tgo learn the Debian
philosphy vs Ubuntu and other linux based OS
183 [01:23:33] <jfbourdeau> let's say Ubuntu distros
184 [01:23:33] <jezebel> define resource efficient
185 [01:23:34] *** Joins: sonicdee (~linushec@replaced-ip )
186 [01:23:52] <jfbourdeau> Will always or most of the time,
Debians distros take less ressources and be faster and more stable ?
187 [01:24:02] *** debhelper sets mode: +l 1078
188 [01:24:10] <jfbourdeau> Memory, CPU
189 [01:24:36] <n4dir> thats a tough question. I have tried quite
some distros which are said to be "mean and lean". I
haven't found many more efficient than debian installed
accordingly (no big desktop environment being the main thing)
190 [01:24:56] <jfbourdeau> I played for a while for a Debian
based distro, whatever the name and I am amazed on how few memory,
CPU it takes compared to one Ubuntu distro I was using...
191 [01:25:08] <jezebel> depends what you are doing, linux is
what you make of it
192 [01:25:11] <n4dir> tiny core linux or slitaz or such are
really easy on ressources, but i am not sure if i would want to use
them on a daily basis
193 [01:25:27] *** Joins: aloo_shu (~atomic@replaced-ip )
194 [01:25:36] <jfbourdeau> Tks I understand...
195 [01:25:45] *** Joins: transience (~transienc@replaced-ip )
196 [01:25:46] *** Joins: mauz555 (~jimmy@replaced-ip )
197 [01:26:21] <n4dir> say: if you really like ubuntu, then use
that and try to configure it more resource friendly. Makes sense
too?
198 [01:26:26] <EdePopede> jfbourdeau: old story from many yeara
ago. as relatively noob running S.u.S.E. i wan KDE but was not sure
about MySQL as backend for whatever (512MB RAM, P3-500). then i
installed it and could see no difference in performance. it still
was kde which needed lots of ram and ressources...
199 [01:27:11] <jfbourdeau> tks EdePopede
200 [01:27:29] <n4dir> these days a modern web-browser easily
uses more than a desktop environment, it seems ... well: to me the
web-browser is the biggest problem.
201 [01:27:30] *** Quits: will_haven (~will_have@replaced-ip ) (Ping timeout: 272 seconds)
202 [01:27:48] <jfbourdeau> I agree n4dir
203 [01:27:53] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
204 [01:27:57] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 252 seconds)
205 [01:28:08] <n4dir> fooling around with netsurf as a browser.
not that much fun either ...
206 [01:28:25] <EdePopede> electron ftw!
207 [01:28:31] <jfbourdeau> challenge is that I discover some old
" So fast " web browser but they can display most of
websites properly
208 [01:28:48] <jfbourdeau> they Can't
209 [01:28:51] *** Quits: mspe (~mspe@replaced-ip ) (Ping timeout: 252 seconds)
210 [01:28:52] <jfbourdeau> sorry typos
211 [01:28:54] <n4dir> yup.
212 [01:29:04] *** Joins: mspe (~mspe@replaced-ip )
213 [01:29:15] <n4dir> yup -> similar problems here.
214 [01:29:28] <EdePopede> html5+css3 is quite a challenge for
the engine
215 [01:29:34] <jfbourdeau> so some of your guys, using linux and
Debian for a long time, what are you using ? Opera ? Brave ? Chrome
? Firefox ?
216 [01:30:12] <jfbourdeau> most people use Chrome, FireFox...
But me I like opera ( based on chrome I think)... ON Ubuntu I was
using brave and FireFox
217 [01:30:23] <n4dir> from what i hear chromium and firefox seem
to be the most used ones.
218 [01:30:32] <EdePopede> opera is older than chrome
219 [01:30:38] <jfbourdeau> 19h30 Pm here in Canada... IN case
some of your are in the middle of the night LOL
220 [01:30:46] <jfbourdeau> ok tks n4dir
221 [01:30:51] * EdePopede remembers it when it used to be shareware
with a ad window in the border
222 [01:31:18] <aloo_shu> qupzilla2 is worth a look among the
outsiders
223 [01:31:18] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 245 seconds)
224 [01:31:37] <jfbourdeau> I am new to irc... What about the *
comment for EdePopede ? Who do you to that ( some reply irc thing)
LOL
225 [01:32:19] *** Joins: Elleander (~Elleander@replaced-ip )
226 [01:32:30] <EdePopede> jfbourdeau: some things simply
don't feel right if the sentence begins with "I ...".
you then start with /me btw
227 [01:32:32] <n4dir> found a short list, found qupzilla there
too (on this powerppc all of them crash, but might be worth on the
PC or laptop):
replaced-url
228 [01:32:36] <jfbourdeau> I am using xChat on Debian Wheezy...
I know I know... but updated up to 4 month ago with security patches
229 [01:33:27] <jfbourdeau> EdePopede, you meen I sound like Me,
Myself and I ?
230 [01:33:30] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
231 [01:33:37] <EdePopede> jfbourdeau: 2 tips. 1) switch to
hexchat (xchat is dead, thanks to everyone who contributed, but life
goes on). 2) did you think to fix your away thing? ;)
232 [01:33:40] *** Joins: Abbott (~Abbott@replaced-ip )
233 [01:34:07] <jfbourdeau> I know i know about the Away thing
LOL JaJaJa MDR
234 [01:34:19] <n4dir> you type: /me is wondering how irc works;
the result will be "***jfbourdeau is wondering how irc
works"
235 [01:34:20] <jfbourdeau> tks for hexchat
236 [01:34:26] <EdePopede> jfbourdeau, no... only using the 3rd
form sometimes feels better. no idea why, semantics, style, whatever
:)
237 [01:34:37] <jfbourdeau> got it
238 [01:34:43] <dejavou42> so, neither $ALL or $local_fs
$remote_fs x11-common worked.
239 [01:34:58] <dejavou42> stil getting the "can't open
display"
240 [01:35:09] <EdePopede> did you try the redirection?
241 [01:35:11] <n4dir> dejavou42: why not show the script? or
tell what it is supposed to do?
242 [01:36:00] <EdePopede> and maybe using script(1) between
shell and the problematic application would also help
243 [01:36:00] * jfbourdeau coming back with hexchat later. TKs for
your precious time. I appreciate.
244 [01:36:17] * EdePopede waves jfbourdeau goodbye ;)
245 [01:36:33] <dejavou42> the init.d script calls another script
that runs "lxterminal --command python /home/user/myscript.py
246 [01:36:54] *** Quits: jfbourdeau (~jfbourdea@replaced-ip##) (Quit: You can find me on ##replaced-url
247 [01:37:02] <EdePopede> does lxterminal open?
248 [01:37:05] *** Quits: Mr-Potter (~Mr-Potter@replaced-ip ) (Quit: Leaving)
249 [01:37:22] <dejavou42> no, that's the thing, I keep
getting cannot open display
250 [01:38:06] <dejavou42> (although it does if I wait for the x
session to start and run /etc/init.d/script start)
251 [01:38:25] *** Quits: transience (~transienc@replaced-ip ) (Quit: Bye Bye!)
252 [01:38:41] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
253 [01:39:08] <n4dir> i wonder why it isn't put into
Autostart but used as an init script. And what myscript.py does
(probably answers the first question. What do i know ?)
254 [01:39:19] *** Joins: transience (~transienc@replaced-ip )
255 [01:39:32] <EdePopede> on the old system i was starting xterm
-> screen -> firefox.... under a different user account, i
used script(1) because of this iirc
256 [01:40:09] <dejavou42> n4dir: autostart was the first thing I
tried, but for some strange reason, because I'm using
tightvncserver, the python script runs multiple times
257 [01:40:53] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
258 [01:41:04] <dejavou42> multiple times = twice
259 [01:41:30] <dejavou42> as long as I prevented tightvncserver
from starting, the script (in autostart) ran only once
260 [01:42:20] *** Joins: sloppuu (~root@replaced-ip )
261 [01:42:48] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 252 seconds)
262 [01:44:21] *** Quits: jfbourdeau (~jfbourdea@replaced-ip ) (Quit: Leaving)
263 [01:44:53] *** Joins: dvs (~hibbard@replaced-ip )
264 [01:46:24] <n4dir> just wild guessing: sounds as if the first
thing to do is figure out if init-script or autostart makes more
sense. But for that the content must be known (i guess).
265 [01:46:51] <EdePopede> xterm -e sudo -u $otheruser -i script
-c "screen -R -c $HOME/.screenrc" /dev/null -e bash <--
what i used to start screen inside of an xterm in an alien X, maybe
it helps
266 [01:47:07] *** Parts: sloppuu (~root@replaced-ip ) ()
267 [01:47:12] *** Joins: sloppuu (~root@replaced-ip )
268 [01:47:20] <dejavou42> edePopede - For redirection I
currently have > /var/log/service.log 2>&1 to catch the
error, not familiar with the script(1)
269 [01:47:39] *** Quits: sloppuu (~root@replaced-ip ) (Quit: WeeChat 1.6)
270 [01:48:52] <EdePopede> found the tip on one of
stackexchange's site iirc, has to do sth with the missing
access rights to the devices for screen. and it was the first time i
heard of it ;)
271 [01:49:06] *** Quits: mauz555 (~jimmy@replaced-ip ) (Ping timeout: 252 seconds)
272 [01:49:35] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
273 [01:49:49] *** Joins: iViLe (~bob@replaced-ip )
274 [01:50:43] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
275 [01:50:46] *** Parts: jfbourdeau (~jfbourdea@replaced-ip ) ()
276 [01:51:00] *** Joins: root1 (~root@replaced-ip )
277 [01:51:31] <dejavou42> n4dir: I would prefer to run it as a
service, as I am writing a kiosk style program that should run only
one instance at a time. I want to be able to monitor the status of
the service running
278 [01:51:35] *** Parts: root1 (~root@replaced-ip ) ()
279 [01:51:49] <dejavou42> (and if it dies, do other stuff)
280 [01:52:02] *** Joins: sloppuu (~root@replaced-ip )
281 [01:52:33] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 245 seconds)
282 [01:52:50] <Abbott> are there any restrictions on this
channel other than requiring to be identified with nickserv?
283 [01:53:27] <Abbott> my friend sloppuu keeps getting
"unable to msg nick or channel" when he tries to send to
the channel
284 [01:53:41] <nyov> Is there even a requirement to be authed
with nickserv?
285 [01:53:58] <nyov> nah, they need to *join* the channel, not
message at it
286 [01:54:20] <nyov> as in */join #debian*
287 [01:54:43] <Abbott> yeah he's in here
288 [01:54:46] <nyov> oh
289 [01:54:53] <nyov> nvm
290 [01:55:42] <EdePopede> lots of bans here, maybe one of them
gets him
291 [01:55:53] <nyov> well perhaps he should not run his irc
client as root
292 [01:56:03] <nyov> not sure if there is a check for that
293 [01:56:14] *** Quits: sloppuu (~root@replaced-ip ) (Quit: WeeChat 1.6)
294 [01:56:32] <nyov> but the error message does seem to indicate
somehing strange is amiss
295 [01:56:36] <nyov> firewall?
296 [01:56:47] <Abbott> he said he's gonna reconnect as a
user
297 [01:56:58] *** Quits: n4dir (~user@replaced-ip ) (Quit: Leaving.)
298 [01:57:07] *** Quits: Tom-_ (~tomg@replaced-ip ) (Read error: Connection reset by peer)
299 [01:57:17] *** Joins: n4dir (~user@replaced-ip )
300 [01:58:16] *** Joins: sloppuu (~dario@replaced-ip )
301 [01:58:18] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
302 [01:58:28] <sloppuu> test
303 [01:58:32] <Abbott> nice
304 [01:59:20] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
305 [01:59:56] <sloppuu> Im trying to set up 2 monitors, xandr
does not recognize them, and makes them both 'default', so
i tried to install my AMD drivers but they require XServer to be
updated, but my XServer is updated...
306 [02:00:05] <sloppuu> what am i doing wrong here?
307 [02:00:34] <nyov> what gfx card drivers? radeon/fglrx?
308 [02:01:02] <sloppuu> R5 340
309 [02:01:07] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
310 [02:01:10] <sloppuu> 15.302
311 [02:01:23] *** Joins: de-facto (~de-facto@replaced-ip )
312 [02:01:36] <nyov> thats too new for me. would be amdgpu, or
not?
313 [02:02:05] *** Joins: Tom-_ (~tomg@replaced-ip )
314 [02:02:10] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
315 [02:02:24] <sloppuu> AMD fglrx 15.302
316 [02:02:28] <nyov> what AMD drivers did you install? from
source of amd website?
317 [02:02:34] <sloppuu> yes
318 [02:02:36] *** Quits: Unit193 (ukikie@replaced-ip ) (Ping timeout: 612 seconds)
319 [02:02:40] <Kelsar> fglrx, wow those are old
320 [02:02:44] <nyov> fglrx is gone. I thought
321 [02:03:23] <sloppuu> its brand new
322 [02:03:31] <sloppuu> i just downloaded them
323 [02:03:46] <sloppuu> like this is a brand new build with an
Ryzen 5
324 [02:03:46] <Kelsar> just because you downloaded something,
they are not new
325 [02:03:54] <nyov> hm, can you paste the output of `lspci -nn
| grep 01:00.0` ?
326 [02:04:06] <Kelsar> you want either radeon or amdgpu, not
sure. but i am sure fglrx won't work
327 [02:04:49] *** Quits: Mazhive_one (~Mazhive@replaced-ip ) (Quit: Leaving)
328 [02:04:51] <sloppuu> okay, ill look for those
329 [02:04:54] <sloppuu> thank you
330 [02:05:11] <nyov> please give output of `lspci -nn | grep
01:00.0` ?
331 [02:05:54] <sloppuu> 01:00.0 Ethernet controller [0200]:
Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express
Gigabit Ethernet Controller [10ec:8168] (rev 0c)
332 [02:06:14] <nyov> oh wait thats wrong of me. err
333 [02:06:41] <nyov> need the HW id of that card
334 [02:07:05] <nyov> lspci -nn | grep VGA
335 [02:07:06] <nyov> ?
336 [02:07:21] *** Quits: necrose99 (~necrose99@replaced-ip ) (Ping timeout: 252 seconds)
337 [02:07:29] <sloppuu> 09:00.0 VGA compatible controller
[0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570
/ R7 240/340 OEM] [1002:6611]
338 [02:07:44] <nyov> thanks
339 [02:07:57] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
340 [02:08:16] <sloppuu> wow i downloaded the wrong driver
341 [02:08:41] <nyov> don't get one from the AMD site anyway
342 [02:08:49] <nyov> you need amdgpu
343 [02:08:56] *** Joins: Unit193 (ukikie@replaced-ip )
344 [02:09:27] <nyov> apt-get install xserver-xorg-video-amdgpu
345 [02:10:35] <nyov> though I'm still on fglrx so I'm
not sure if there wasn't a nonfree firmware on-top of amdgpu?
anyone?
346 [02:10:52] <sloppuu> xserver-xorg-video-amdgpu is already the
newest version (1.2.0-1+b1).
347 [02:10:59] <nyov> good good
348 [02:11:31] *** Joins: dreamon_ (~dreamon@replaced-ip )
349 [02:11:34] <nyov> but xrandr doesn't detect any screens?
350 [02:12:07] <sloppuu> "failed to get size of gamma for
output default"
351 [02:13:38] *** Quits: pixdamix (~pix@replaced-ip ) (Quit: WeeChat 1.5)
352 [02:14:01] *** debhelper sets mode: +l 1072
353 [02:14:18] <nyov> can't believe I can't remember
that bot with the hardware info
354 [02:14:19] *** Joins: Mazhive (~Mazhive@replaced-ip )
355 [02:14:29] <nyov> I've been away too long..
356 [02:15:09] *** Quits: ghost64 (~ghost64@replaced-ip ) (Quit: See you!)
357 [02:15:30] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
358 [02:18:01] <nyov> ,pciid 1002:6611
359 [02:18:03] <judd> [1002:6611] is 'Oland [Radeon HD 8570
/ R7 240/340 OEM]' from 'Advanced Micro Devices, Inc.
[AMD/ATI]' with kernel modules 'snd-hda-intel',
'radeon' in stretch. See also
replaced-url
360 [02:18:13] <nyov> there it was
361 [02:19:06] <nyov> radeon. huh
362 [02:19:16] <nyov> apt-get install xserver-xorg-video-radeon
363 [02:19:49] <sloppuu> xserver-xorg-video-radeon is already the
newest version (1:7.8.0-1+b1).
364 [02:19:57] <nyov> nice.
365 [02:20:16] <nyov> dmesg | grep -E 'drm|radeon' |
grep -iE 'firmware|microcode'
366 [02:20:27] <nyov> any output?
367 [02:20:47] *** Joins: ghost64 (~ghost64@replaced-ip )
368 [02:21:13] <nyov> just to be sure you can also
369 [02:21:19] <nyov> apt-get install firmware-linux-nonfree
370 [02:21:26] <nyov> but likely have that also already
371 [02:21:48] <sloppuu> E: Unable to locate package
firmware-linux-nonfree
372 [02:22:00] <sloppuu> no output from the previous command
373 [02:22:10] *** Quits: dejavou42 (1897d76b@replaced-ip ) (Quit: Page closed)
374 [02:22:39] <nyov> okay, you need to add non-free to your apt
sources.list
375 [02:22:58] <nyov> do you have a file /etc/apt/sources.list ?
376 [02:23:15] <sloppuu> yes
377 [02:23:27] <nyov> or it should be in /etc/apt/sources.list.d
378 [02:23:46] <nyov> find any 'deb' lines and make
sure they end in "main contrib non-free"
379 [02:24:10] <nyov> then "apt-get update" and try
that nonfree firmware again
380 [02:24:34] <nyov> it might be your card is just missing some
binary blobs
381 [02:25:38] <sloppuu> i have two ending in "main"
382 [02:25:50] <sloppuu> should i make them main contrib nonfree?
383 [02:26:17] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
384 [02:26:38] <nyov> yes
385 [02:26:54] *** Joins: phd (~vjetar@replaced-ip )
386 [02:27:09] <nyov> that enables downloading the
'nonfree' stuff that isn't free software, and thus
not officially supported by debian
387 [02:27:21] <nyov> but packaged for convenience
388 [02:27:32] <sloppuu> okay sweet. i did that and ran apt-get
update
389 [02:28:09] <nyov> ok. now see if that firmware will install
now
390 [02:28:19] <nyov> apt-get install firmware-linux-nonfree
libgl1-mesa-dri
391 [02:28:44] *** Quits: AndrewMC (~amc@replaced-ip ) (Read error: Connection reset by peer)
392 [02:29:19] <sloppuu> Unable to locate package
fimrware-linux-nonfree
393 [02:29:21] <sloppuu> .....
394 [02:29:32] <nyov> did I misspell that? hm
395 [02:29:42] *** Joins: fedorafan (~fedorafan@replaced-ip )
396 [02:29:57] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
397 [02:30:01] <EdePopede> fimr <-> firm
398 [02:30:02] <nyov> what did those two lines in the
sources.list actually read?
399 [02:30:11] <nyov> oh Thanks!
400 [02:30:29] <nyov> apt-get install firmware-linux-nonfree
libgl1-mesa-dri
401 [02:30:40] <sloppuu> deb
replaced-url
402 [02:30:41] <sloppuu> deb-src
replaced-url
403 [02:30:43] <sloppuu> deb
replaced-url
404 [02:30:45] <sloppuu> deb-src
replaced-url
405 [02:30:47] <sloppuu> y
406 [02:30:47] *** sloppuu was kicked by debhelper (flood)
407 [02:30:55] *** Joins: sloppuu (~dario@replaced-ip )
408 [02:31:06] <nyov> ah yeah. paste is bad
409 [02:31:19] <sloppuu> lol yeah
410 [02:32:26] <nyov> ok, my readme says having the -ati package
installed helps autoconfig. so your install line should read:
411 [02:32:29] <nyov> apt-get install firmware-linux-nonfree
libgl1-mesa-dri xserver-xorg-video-ati
412 [02:33:17] <sloppuu> it still says it can't locate
package firmware-linux-nonfree
413 [02:33:31] <nyov> seriously!
414 [02:33:35] <nyov> huh
415 [02:34:46] <nyov> what does this say: dpkg-query -l
firmware-linux-nonfree
416 [02:35:13] <sloppuu> no packages found matching
firmware-linux-nonfree
417 [02:35:34] <nyov> actually, scratch that. try dpkg-query -l
'firmware-*'
418 [02:35:46] <nyov> but wth
419 [02:35:55] <nyov> (dont paste it pls)
420 [02:36:13] <nyov> did that `apt-get update` earlier actually
succed?
421 [02:36:36] <nyov> perhaps run it again
422 [02:36:57] <sloppuu> the dpkg line gave 3 rows of none
423 [02:37:01] <EdePopede> sloppuu: you're on 9.5?
424 [02:37:18] <sloppuu> the update worked
425 [02:37:28] <sloppuu> im 9.5
426 [02:37:45] <nyov> apt-get install firmware-amd-graphics
427 [02:38:01] <EdePopede> dpkg gives me: un
firmware-amd-graphics // un firmware-crystalhd // ii
firmware-linux-free 3-5 -- (and i only added some packages i
can't live without so far)
428 [02:38:02] <dpkg> You are person #1 to send an unparseable
request, EdePopede
429 [02:38:02] <nyov> i just saw i have that one, and it looks to
have all the radeon blobs
430 [02:38:04] *** Quits: fus (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
431 [02:38:10] <EdePopede> \o/
432 [02:38:30] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
433 [02:38:40] <nyov> EdePopede: you have an amdgpu also?
434 [02:38:47] <sloppuu> firmware-amd-graphics is not available
but is referenced
435 [02:38:57] <nyov> now the plot thickens
436 [02:38:57] <sloppuu> no installation canidate
437 [02:39:06] <EdePopede> argh... it was 3.4.. and no, nyov, i
used to :( have to live with nvidia now
438 [02:39:21] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
439 [02:39:28] <sloppuu> i shouldv'e just installed gentoo
440 [02:39:34] *** Joins: Kafei (Jing@replaced-ip )
441 [02:40:24] <nyov> try adding some more sources to your list,
from different locales
442 [02:40:39] *** Joins: spaceghostk1lla (~jordanist@replaced-ip )
443 [02:40:48] <nyov> e.g. deb
replaced-url
444 [02:40:58] <nyov> or something closer to you
445 [02:41:24] <nyov> could be a ftp server hickup. though
strange it would be
446 [02:41:55] <nyov> what's your system arch?
447 [02:41:57] *** Joins: y0nder (~yonder@replaced-ip )
448 [02:42:03] <sloppuu> wait, i had "nonfree" not
"non-free", changed it, ran apt-get update and now
it's really updating....
449 [02:42:10] <nyov> you DO have an "amd64" or not?
450 [02:42:15] <nyov> ah, finally
451 [02:42:23] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
452 [02:42:43] <sloppuu> and now it installed the amd graphics
line
453 [02:42:44] <nyov> ok, then get
'firmware-linux-nonfree' which should pull the other stuff
all in
454 [02:43:06] <nyov> then nothing can be missing
455 [02:43:11] <nyov> whew
456 [02:43:23] <sloppuu> wew indeed
457 [02:43:27] <sloppuu> thank god
458 [02:43:34] <nyov> now the hard part. you need to shutdown X
server, unload radeon, restart X
459 [02:43:46] <nyov> or maybe just reboot, if easier
460 [02:43:51] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 252 seconds)
461 [02:44:02] <sloppuu> yeah lemmee reboot. thanks
462 [02:44:09] <nyov> then we'll see if it found itself soem
firmware
463 [02:44:16] *** Quits: sloppuu (~dario@replaced-ip ) (Quit: WeeChat 1.6)
464 [02:44:39] <nyov> on gentoo would have taken a week to get
right, btw. xD
465 [02:44:57] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Quit: bye)
466 [02:44:59] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Read error: Connection reset by peer)
467 [02:45:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 256 seconds)
468 [02:45:12] *** Quits: namix (~namix@replaced-ip ) (Ping timeout: 252 seconds)
469 [02:45:36] *** Quits: yuastnav (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
470 [02:45:36] <nyov> that I didn't see that typo in the
line earlier, myself. ouch
471 [02:45:44] *** y0nder is now known as yonder
472 [02:46:03] *** Quits: GeraldW (~geraldw@replaced-ip ) (Read error: Connection reset by peer)
473 [02:46:03] *** Quits: pvoigt (~Linux@replaced-ip ) (Ping timeout: 252 seconds)
474 [02:46:04] *** Quits: phre4k (~phre4k@replaced-ip ) (Ping timeout: 240 seconds)
475 [02:46:07] *** Quits: sulvone (~sulvone@replaced-ip ) (Read error: Connection reset by peer)
476 [02:46:13] *** Quits: combro2k (~combro2k@replaced-ip ) (Ping timeout: 256 seconds)
477 [02:46:42] *** Quits: hns (Clyd6Zx3Hx@replaced-ip ) (Ping timeout: 264 seconds)
478 [02:47:14] <Kelsar> nyov: no, gentoo would have been easier
in that case
479 [02:47:15] *** Joins: yuastnav (~quassel@replaced-ip )
480 [02:47:27] <nyov> yeah, I was just throwing a dig ;)
481 [02:47:33] *** Quits: heinrich5991 (~hein5991@replaced-ip ) (Ping timeout: 245 seconds)
482 [02:47:34] *** Quits: irinix (~irinix@replaced-ip ) (Ping timeout: 240 seconds)
483 [02:47:40] *** Quits: ma27 (~ma27@replaced-ip ) (Ping timeout: 244 seconds)
484 [02:47:53] *** Joins: phre4k (~phre4k@replaced-ip )
485 [02:48:08] *** Joins: spaceGhostkilla_ (~jordanist@replaced-ip )
486 [02:48:32] <nyov> I much love gentoo and arch for their
useful wikis btw.
487 [02:48:39] *** Joins: irinix (~irinix@replaced-ip )
488 [02:48:47] <nyov> debian's is only occasionally useful
489 [02:48:47] *** spaceGhostkilla_ is now known as spaceghostkilla
490 [02:48:54] *** Joins: sulvone (~sulvone@replaced-ip )
491 [02:48:54] *** Quits: spaceghostkilla (~jordanist@replaced-ip ) (Changing host)
492 [02:48:54] *** Joins: spaceghostkilla (~jordanist@replaced-ip )
493 [02:49:35] *** Joins: yunhao94 (~yunhao94@replaced-ip )
494 [02:49:46] *** Joins: heinrich5991 (~hein5991@replaced-ip )
495 [02:50:15] *** Quits: spaceghostk1lla (~jordanist@replaced-ip ) (Ping timeout: 244 seconds)
496 [02:50:26] *** Joins: combro2k (~combro2k@replaced-ip )
497 [02:50:46] *** Joins: dario1 (~dario@replaced-ip )
498 [02:51:04] <dario1> it worked. thank you guys~!
499 [02:51:18] <nyov> let's do a performance check?
500 [02:51:23] <nyov> glxinfo | grep rendering
501 [02:51:37] *** Joins: nathanhi (~nathanhi@replaced-ip )
502 [02:51:53] *** Quits: mandeep (~mandeep@replaced-ip ) (Quit: Leaving)
503 [02:52:05] <nyov> does it say direct rendering: Yes
504 [02:52:08] <dario1> yes
505 [02:52:08] *** Quits: sulvone (~sulvone@replaced-ip ) (Client Quit)
506 [02:52:22] <nyov> ok, fps you can get with
507 [02:52:23] <nyov> glxgears -info
508 [02:52:39] <nyov> should output nice big numbers for fps
509 [02:52:54] <dario1> 72
510 [02:53:07] <dario1> settled at around 60
511 [02:53:14] <nyov> hm. probably v-synced. but good anyway
512 [02:53:35] <nyov> yeah I think you're good now
513 [02:53:37] *** Quits: heinrich5991 (~hein5991@replaced-ip ) (Client Quit)
514 [02:53:53] <dario1> awesome. thanks again!
515 [02:53:53] *** Joins: CyberHacker (~CyberHack@replaced-ip )
516 [02:53:57] <nyov> have fun
517 [02:54:01] *** debhelper sets mode: +l 1062
518 [02:54:53] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
519 [02:55:36] *** Quits: Noldorin (~noldorin@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
520 [02:55:41] *** Quits: dario1 (~dario@replaced-ip ) (Quit: WeeChat 1.6)
521 [02:56:07] *** Joins: chachasmooth (~chachasmo@replaced-ip )
522 [02:56:35] *** Joins: irinix- (~irinix@replaced-ip )
523 [02:57:24] *** Quits: phre4k (~phre4k@replaced-ip ) (Ping timeout: 252 seconds)
524 [02:57:36] *** Joins: ma27 (~ma27@replaced-ip )
525 [02:57:36] *** Quits: irinix (~irinix@replaced-ip ) (Read error: Connection reset by peer)
526 [02:57:38] *** irinix- is now known as irinix
527 [02:59:28] *** Joins: holycow (~holycow@replaced-ip )
528 [02:59:31] <holycow> hey guys
529 [02:59:36] <nyov> holy cow
530 [02:59:39] <nyov> hey
531 [02:59:53] <holycow> i just applied the latest debian 9
updates and conkeror web browser stopped working
532 [03:00:01] <holycow> anyon else experience the same?
533 [03:00:03] *** Parts: spaceghostkilla (~jordanist@replaced-ip ) ("Leaving")
534 [03:00:14] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
535 [03:00:15] <nyov> stopped working how?
536 [03:00:19] <holycow> this is the second machine i have seen
this one, the first one i thought i messed something up
537 [03:00:50] <holycow> errors out on two javascript ...
scripts? / modules? ... whereas it was working fine before the
udpates
538 [03:00:51] *** Joins: graphene (~graphene@replaced-ip )
539 [03:01:25] <holycow> other distros seem to have a solution to
it, but it involves installing palemoon and i don't want to
track a palemoon package down for debian ... seems like a silly fix
anyway.
540 [03:01:33] <holycow> silly workaround really
541 [03:01:42] <nyov> you mean it starts, and does something?
542 [03:02:07] <holycow> no command line throws errors in the
terminal, otherwise doesn't start at all
543 [03:02:11] <nyov> not a working solution
544 [03:02:55] <nyov> what version is it you have? dpkg-query -l
'conkeror'
545 [03:03:08] *** Quits: ma27 (~ma27@replaced-ip ) (Ping timeout: 272 seconds)
546 [03:03:14] <nyov> oh debian 9 you said
547 [03:03:19] <holycow> 1.0.3
548 [03:03:24] *** Joins: sulvone (~sulvone@replaced-ip )
549 [03:04:06] <nyov> can you try downgrading it back? or is the
older version no longer available
550 [03:04:28] <nyov> that's the first thing I'd try
551 [03:05:33] *** Joins: semeion (~semeion@replaced-ip )
552 [03:05:36] <holycow> not really possible, it is dependent on
firefox to actually run as xulrunner is no longer suported
553 [03:05:46] <holycow> would have to downgrade a bunch of
things
554 [03:05:47] *** Quits: _ADN_ (~username@replaced-ip ) (Ping timeout: 240 seconds)
555 [03:05:59] <nyov> well you didn't upgrade from jessie,
or did you?
556 [03:06:19] <holycow> no no, it was debian 9 all along
557 [03:06:22] <holycow> it was working fine
558 [03:06:27] <nyov> current version says 1.0.3+git170123-1
559 [03:06:34] <nyov> so an older package. hmm
560 [03:06:34] <holycow> it just the latest updated to debian 9
that seem to have broken conkeror compatibility
561 [03:06:41] <nyov> try 1.0.3+git171024-1
562 [03:06:47] <nyov>
replaced-url
563 [03:06:48] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Quit: Quit)
564 [03:06:54] *** Joins: GeraldW (~geraldw@replaced-ip )
565 [03:06:59] *** semeion is now known as mnemonic
566 [03:07:15] <nyov>
replaced-url
567 [03:07:16] <holycow> fair point actually, i did not actually
notice the minor release point change
568 [03:07:17] *** kaminota_ is now known as kaminota
569 [03:07:27] <nyov> try dpkg -i that package
570 [03:07:35] <nyov> and hope it doesn't break any deps
571 [03:08:09] <nyov> yeah. sadly if you clean your apt cache you
usually can't go back to these previous versions
572 [03:08:12] <nyov> they disappear
573 [03:08:15] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Quit: bye)
574 [03:08:19] <holycow> yeah
575 [03:08:33] <holycow> i mean i guess i can use firefox or
whatnot for now.
576 [03:08:37] <nyov> so thank the deb gods for snashot,d.o
577 [03:08:57] *** Quits: galex-713 (~user@replaced-ip ) (Ping timeout: 252 seconds)
578 [03:09:23] <nyov> ok, don't want to try the downgrade.
fair enouhg
579 [03:09:30] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 252 seconds)
580 [03:09:35] <nyov> *nuf
581 [03:10:21] <nyov> would be useful though to confirm a bug
with the update, and file it
582 [03:10:33] *** Quits: GeraldW (~geraldw@replaced-ip ) (Client Quit)
583 [03:10:37] <nyov> as I don't see one for that issue
584 [03:10:38] *** Joins: finalbeta (~finalbeta@replaced-ip )
585 [03:11:19] <holycow> nyov: thank you kindly for the
assistance. someone just confirmed that the problem is caused by
upgrades pushing out firefox 60
586 [03:11:20] *** Joins: tagomago (~tagomago@replaced-ip )
587 [03:11:35] <nyov> ok
588 [03:11:38] <holycow> i will need to install palemoon browser
instead in order to be able to fire up conkeror
589 [03:11:41] <holycow> ha!
590 [03:11:43] <holycow> i greatly appreciate it
591 [03:11:43] *** Joins: namix (~namix@replaced-ip )
592 [03:12:03] <nyov> you could juwst downgrade the firefox
package
593 [03:12:06] <nyov> (i would)
594 [03:12:19] *** Quits: irinix (~irinix@replaced-ip##) (Quit: ZNC - ##replaced-url
595 [03:12:21] *** Joins: nathanhi (~nathanhi@replaced-ip )
596 [03:12:35] <nyov> i so love messing about with debians
package cache ;D
597 [03:12:59] *** Joins: irinix (~irinix@replaced-ip )
598 [03:15:00] *** Joins: chachasmooth (~chachasmo@replaced-ip )
599 [03:15:57] *** Quits: sulvone (~sulvone@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
600 [03:18:04] *** Joins: rant (~user@replaced-ip )
601 [03:18:05] *** Joins: sulvone (~sulvone@replaced-ip )
602 [03:19:52] *** Joins: pixdamix (~pix@replaced-ip )
603 [03:24:15] *** Quits: namix (~namix@replaced-ip ) (Ping timeout: 252 seconds)
604 [03:24:21] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 252 seconds)
605 [03:25:01] *** Joins: sidmo_ (~ident@replaced-ip )
606 [03:25:55] *** Quits: graphene (~graphene@replaced-ip ) (Read error: Connection reset by peer)
607 [03:26:41] *** Quits: sulvone (~sulvone@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
608 [03:26:49] *** Joins: graphene (~graphene@replaced-ip )
609 [03:27:17] <holycow> nyov: :)
610 [03:27:26] *** Joins: jmaher (~maher@replaced-ip )
611 [03:27:50] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Quit: bye)
612 [03:27:58] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 244 seconds)
613 [03:28:33] <nyov> well it's true.
614 [03:28:48] *** Joins: GeraldW (~geraldw@replaced-ip )
615 [03:29:03] *** Quits: LiENUS (~quake@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
616 [03:29:18] <nyov> I was so jacked after I just recently
replaced the sources.list on 3 ubuntu servers with debian urls, and
just cross-graded them
617 [03:29:25] <nyov> and they kept running
618 [03:29:29] <nyov> no issue :D
619 [03:29:33] *** Joins: LiENUS (~quake@replaced-ip )
620 [03:29:45] <jmaher> firefox used to display a url at the
bottom of the screen when i hovered the mouse over a link - can I
get this back - what is this called?
621 [03:30:19] <nyov> it *used* to be called statusbar. back when
it actually was a bar
622 [03:30:40] <nyov> are you saying they finally killed that
hoverbar completely
623 [03:30:50] <nyov> jeeze luise
624 [03:31:04] <nyov> what is this world coming to
625 [03:31:16] <jmaher> nyov: other people say they still have it
but mine doesn't now
626 [03:31:34] <EdePopede> jmaher: also looked at the right? when
the link is on the bottom left, they move the url away
627 [03:31:59] <EdePopede> and it also could be JS preventing it
(hail web 2.0)
628 [03:32:52] <nyov> there seems to be a hard-core way to
restyle it back into being a statusbar:
replaced-url
629 [03:33:05] <nyov> but that doesn't seem to be your issue
630 [03:33:18] *** Joins: pvoigt (~Linux@replaced-ip )
631 [03:33:31] <jmaher> ok - it's still there - firefox is
having some disagreement with my window manager about how much
vertical space it has....
632 [03:33:43] *** Joins: sulvone (~sulvone@replaced-ip )
633 [03:33:59] <EdePopede> lower border out of sight?
634 [03:34:21] <jmaher> EdePopede: i did something at random at
it seems happy now...
635 [03:34:34] *** Quits: GeraldW (~geraldw@replaced-ip##) (Quit: ZNC - ##replaced-url
636 [03:34:37] *** Quits: pvoigt (~Linux@replaced-ip ) (Max SendQ exceeded)
637 [03:34:50] *** Joins: sZbcE8qNfG_ (6c3d3074@replaced-ip )
638 [03:34:51] <EdePopede> happens here (xfce) also sometimes,
that's why...
639 [03:34:52] <nyov> ah don't get me ranting on FF being
random. haha
640 [03:35:01] *** Joins: GeraldW (~geraldw@replaced-ip )
641 [03:35:06] <sZbcE8qNfG_> hello, can someone with NoScript
installed go to google.com and tell me if the default setting for
google.com is to trust?
642 [03:35:27] <jmaher> does anyone know how to get firefox to
display the X to close the tabs, even if the tabs are very small....
643 [03:35:39] *** Joins: nathanhi (~nathanhi@replaced-ip )
644 [03:35:40] <jgkamat> sZbcE8qNfG: it is
645 [03:35:47] <sZbcE8qNfG_> whew
646 [03:35:47] <jgkamat> there's a whitelist unfortunately
647 [03:35:56] *** Joins: namix (~namix@replaced-ip )
648 [03:35:59] <nyov> my best issue is still when all right-click
contextmenus and hover menus disappear...
649 [03:36:39] *** Joins: lankanmon (~LKNnet@replaced-ip )
650 [03:36:59] <nyov> aren't the tabs in firefox alway a
minimum width? unlike chromium? I don't have an issue finding
the x there
651 [03:37:02] <EdePopede> nyov: by intervention of scripts?
sometimes only C-l works to get out of its reach, not even C-k for
the search box -.-
652 [03:37:35] *** Quits: sulvone (~sulvone@replaced-ip ) (Client Quit)
653 [03:37:38] <nyov> EdePopede: completely gone. not from
scripts, because I run scriptless by default
654 [03:37:42] *** Quits: sZbcE8qNfG (6c3d3074@replaced-ip ) (Ping timeout: 252 seconds)
655 [03:37:47] <nyov> only some sites get javascript love from me
656 [03:37:50] <jmaher> nyov: if I make lots of tabs, the
X's eventually disappear except for the active tab, this also
happens on chromium
657 [03:38:16] <nyov> jmaher: oh they are no longer shown, unless
you hover over. true that
658 [03:38:44] <jmaher> nyov: i would really like to be able to
kill the tabs with one click...
659 [03:38:53] *** Joins: nimbius (~nimbius@replaced-ip )
660 [03:39:10] *** Joins: pvoigt (~Linux@replaced-ip )
661 [03:39:11] *** Joins: sulvone (~sulvone@replaced-ip )
662 [03:39:13] <nimbius> why is it when I copy the debian iso to
a USB stick, the partition table shows dos in fdisk and mac in
parted?
663 [03:39:24] <nimbius> why is no partition known for the data
partition using either tool?
664 [03:39:28] *** Joins: chachasmooth (~chachasmo@replaced-ip )
665 [03:39:29] <EdePopede> "close tabs to the right"?
666 [03:39:35] <nyov> well I have an old version. actually I
still run iceweasel so it might no longer be true. But I have an
addon "classic theme restorer"
667 [03:39:41] <sZbcE8qNfG_> i couldnve sworn google.com was not
trusted by default
668 [03:40:05] <sZbcE8qNfG_> did some update occur?
669 [03:40:07] <nyov> that does pretty much anything under the
sun to configure tabs and -bars
670 [03:40:13] *** Quits: pvoigt (~Linux@replaced-ip ) (Excess Flood)
671 [03:40:16] *** Joins: heinrich5991 (~hein5991@replaced-ip )
672 [03:40:18] *** Quits: learjet60xr (~learjet60@replaced-ip ) (Ping timeout: 252 seconds)
673 [03:40:19] *** Joins: tribrid (~textual@replaced-ip )
674 [03:40:23] <nyov> (and has super-nasty looking source code
sadly)
675 [03:40:28] <nimbius> the lackluster partition structure of
the USB disk prevents proper EFI installation on systems that
actually adhere to the EFI standard.
676 [03:41:02] *** Joins: ma27_ (~ma27@replaced-ip )
677 [03:41:06] <nyov> jmaher: it also allows to force-show the
tab close buttons
678 [03:41:11] <nyov> I just checked
679 [03:41:26] <nyov> no idea if it's still available for
latest firefox though
680 [03:41:27] *** Joins: hns (~hannes@replaced-ip )
681 [03:41:48] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
682 [03:42:09] <jmaher> nyov: sorry - there are a lot of
extensions with very similar names, would you mind pasting the exact
name of the extension...
683 [03:42:19] *** Quits: sulvone (~sulvone@replaced-ip ) (Client Quit)
684 [03:42:22] <nyov> sure, give me a sec
685 [03:42:25] *** Parts: nimbius (~nimbius@replaced-ip ) ()
686 [03:42:30] <nyov>
replaced-url
687 [03:42:36] *** Quits: GeraldW (~geraldw@replaced-ip##) (Quit: ZNC - ##replaced-url
688 [03:43:04] <nyov> oh wait thats the old versions only. click
to the latest version
689 [03:43:12] *** Joins: GeraldW (~geraldw@replaced-ip )
690 [03:44:01] *** debhelper sets mode: +l 1069
691 [03:44:08] <nyov> Guess it doesn't work with FF60. haha
they killed all XPCOM now? RIP
692 [03:44:31] <EdePopede> the X should appear even with an
appropriate entry to userchrome.css (show not only on :hover)
693 [03:44:34] <holycow> yeah that is why conkeror stopped
working as well
694 [03:45:15] <nyov> well they want to be so much like chrome,
they couldn't stand having a superior UI framework
695 [03:45:24] <holycow> hahahaha!
696 [03:45:31] <holycow> oh man don't get me started on the
mozilla foundation
697 [03:45:40] <holycow> they make all that cash and the best
they can do is firefox
698 [03:45:45] *** Quits: heinrich5991 (~hein5991@replaced-ip ) (Quit: quit.)
699 [03:46:24] <holycow> check this out:
replaced-url
700 [03:46:39] <nyov> idontclickgooglelinks
701 [03:46:40] <holycow> they rent in the MOST expensive places
in the world
702 [03:46:49] <holycow> fair enough, you are right
703 [03:46:54] <sZbcE8qNfG_> oh shit,d ont click it....its a
trojan
704 [03:47:00] <sZbcE8qNfG_> its a driveby trojan virus
705 [03:47:06] <nyov> but I know what you mean
706 [03:47:14] <sZbcE8qNfG_> jk
707 [03:47:29] <nyov> we should start a campaign
708 [03:47:42] <nyov> I already have the slogan ready
709 [03:47:48] <nyov> "Take back the Web!"
710 [03:47:59] <holycow> mozilla as an organization needs to be
destroyed
711 [03:48:18] <rant> pfft, bring back the bbs!
712 [03:48:18] <EdePopede> only web 2.0 plz, the old web was a
good place
713 [03:48:19] <holycow> keep the devs, double their pay and move
them somewhere cheap, warm and nice
714 [03:48:19] <rant> heh
715 [03:48:36] <holycow> bbs ftw!
716 [03:48:37] *** Joins: pvoigt (~Linux@replaced-ip )
717 [03:48:54] <holycow> rant: i will order one l33t pls.
718 [03:49:08] *** Joins: de-facto (~de-facto@replaced-ip )
719 [03:49:20] <rant> hehus
720 [03:49:25] <rant> only if all your base are belong to us
721 [03:50:09] *** Joins: sulvone (~sulvone@replaced-ip )
722 [03:50:32] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
723 [03:50:47] *** Joins: cCkw (~ejakuk@replaced-ip )
724 [03:51:00] <EdePopede> btw, what is the best bet for old
games? qemu?
725 [03:51:13] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
726 [03:51:17] *** Quits: pvoigt (~Linux@replaced-ip ) (Max SendQ exceeded)
727 [03:51:28] <holycow> what do you mean old games?
728 [03:51:40] <holycow> you wanting to run windows 98 with gpu
passthrough?
729 [03:51:47] <holycow> which won't work
730 [03:51:57] <EdePopede> like might&magic, larry, wing
commander... that kind
731 [03:51:59] *** Joins: graphene (~graphene@replaced-ip )
732 [03:52:00] *** Quits: sZbcE8qNfG_ (6c3d3074@replaced-ip ) (Ping timeout: 252 seconds)
733 [03:52:06] <nyov> EdePopede: depends what you call old
734 [03:52:06] <jgkamat> I use dosbox or wine
735 [03:52:13] <nyov> Amiga emulator?
736 [03:52:15] <nyov> dosbox?
737 [03:52:24] <holycow> what they said *nod*
738 [03:52:24] <nyov> nes?
739 [03:52:40] <jgkamat> dolphin is magic too
740 [03:52:40] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
741 [03:53:02] *** Joins: pvoigt (~Linux@replaced-ip )
742 [03:53:04] *** Joins: nimbius (~nimbius@replaced-ip )
743 [03:53:12] <nyov>
replaced-url
744 [03:53:17] <nimbius> the debian minimal install image is DOS
partition table. this will never boot in an EFI system.
745 [03:53:27] <EdePopede> holycow: or if i'd want to run my
SE? (XP also available on disk)
746 [03:53:39] *** Joins: n_1-c_k (~nick@replaced-ip )
747 [03:54:11] <nyov> EdePopede: for everything after win98:
playonlinux, WINE
748 [03:54:14] *** Quits: pvoigt (~Linux@replaced-ip ) (Max SendQ exceeded)
749 [03:54:22] <nyov> i mean why not
750 [03:54:44] <holycow> the problem is going to be the drivers.
passthrough will only work on newer windows versions if at all and
drivers need to support the hardware
751 [03:54:47] <holycow> however
752 [03:54:47] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 256 seconds)
753 [03:54:50] <nyov> though might be a bit of hassle compared to
a VM
754 [03:55:03] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
755 [03:55:03] *** Quits: jmaher (~maher@replaced-ip ) (Quit: Leaving)
756 [03:55:12] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
757 [03:55:26] <holycow> hardware was so slow back then you may
be just able to use qemu and run it in software ... not sure, most
games still look for 3d acceleration
758 [03:55:45] <nyov> yeah, but dosbox might be a better fit in
that case
759 [03:55:58] <holycow> yup
760 [03:56:00] <nyov> allowing cpu speed adjustment and such
761 [03:56:00] *** Joins: Tempesta (Tempesta@replaced-ip )
762 [03:56:16] *** Joins: pvoigt (~Linux@replaced-ip )
763 [03:56:19] *** Quits: sulvone (~sulvone@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
764 [03:56:58] <holycow> EdePopede: you just give it a try
anyway. there is no single answer
765 [03:57:33] *** Joins: sulvone (~sulvone@replaced-ip )
766 [03:57:59] *** Joins: [b0b] (~bob@replaced-ip )
767 [03:58:10] <EdePopede> not only one... there's also a
(used) lenovo with win10 on it, would be nice to run this one too
virtualized if somehow possible
768 [03:58:28] <nimbius>
replaced-url
769 [03:58:29] <judd> Bug
replaced-url
770 [03:58:32] <nimbius> this has been a bug for 4 years :c
771 [03:58:40] *** Joins: nyov_ (~nyov@replaced-ip )
772 [03:59:24] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
773 [04:00:32] *** Quits: nyov (~nyov@replaced-ip ) (Disconnected by services)
774 [04:00:38] *** nyov_ is now known as nyov
775 [04:01:02] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 244 seconds)
776 [04:01:04] *** [b0b] is now known as b0b
777 [04:02:33] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
778 [04:04:34] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 272 seconds)
779 [04:06:41] *** Quits: holycow (~holycow@replaced-ip ) (Quit: Lost terminal)
780 [04:08:20] *** Quits: bassil (uid143807@replaced-ip ) (Quit: Connection closed for inactivity)
781 [04:08:29] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
782 [04:08:49] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
783 [04:08:56] *** Joins: finalbeta (~finalbeta@replaced-ip )
784 [04:09:15] *** Quits: cCkw (~ejakuk@replaced-ip ) (Remote host closed the connection)
785 [04:09:58] *** Joins: Colti (Miramar-FL@replaced-ip )
786 [04:10:04] *** Joins: de-facto (~de-facto@replaced-ip )
787 [04:12:10] *** Quits: moussa (~moussa@replaced-ip ) (Ping timeout: 250 seconds)
788 [04:12:57] *** Joins: cryptodan (~cryptodan@replaced-ip )
789 [04:14:27] *** Joins: learjet60xr (~learjet60@replaced-ip )
790 [04:16:01] *** Joins: cCkw (~ejakuk@replaced-ip )
791 [04:18:21] *** Joins: nuuuciano (~luuuciano@replaced-ip )
792 [04:21:21] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
793 [04:24:03] *** Joins: cCkw (~ejakuk@replaced-ip )
794 [04:26:34] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 2.2)
795 [04:27:25] *** Joins: smolboye (~smolboye@replaced-ip )
796 [04:27:49] *** Quits: Lxrowe (~Lxrowe@replaced-ip ) (Read error: Connection reset by peer)
797 [04:34:06] *** Joins: kallenp (~Adium@replaced-ip )
798 [04:34:17] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
799 [04:42:22] *** Quits: nathanhi (~nathanhi@replaced-ip ) (Quit: bye)
800 [04:42:30] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
801 [04:43:33] *** Joins: nathanhi (~nathanhi@replaced-ip )
802 [04:44:44] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Quit: Leaving)
803 [04:45:01] *** Quits: epony (~epony@replaced-ip ) (Read error: Connection reset by peer)
804 [04:46:30] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
805 [04:47:49] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Quit: WeeChat 1.9.1)
806 [04:47:57] *** Quits: NightTrain (coffee@replaced-ip ) (Ping timeout: 252 seconds)
807 [04:48:49] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
808 [04:51:08] *** Quits: Elleander (~Elleander@replaced-ip ) (Quit: Leaving)
809 [04:52:45] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
810 [04:54:01] *** debhelper sets mode: +l 1060
811 [04:55:09] *** Joins: kallenp (~Adium@replaced-ip )
812 [04:55:21] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
813 [04:56:55] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
814 [04:58:07] *** Quits: shann (~Stanislas@replaced-ip ) (Ping timeout: 240 seconds)
815 [04:59:20] *** Joins: NightTrain (coffee@replaced-ip )
816 [05:05:42] *** Joins: epony (~epony@replaced-ip )
817 [05:06:49] *** Joins: kallesbar (~kallesbar@replaced-ip )
818 [05:07:12] *** Joins: OffoW (~CK@replaced-ip )
819 [05:07:28] *** Quits: sparklyballs (~bouncy@replaced-ip ) (Quit: One of the victims is making too much noise.)
820 [05:07:49] *** Joins: sparklyballs (~bouncy@replaced-ip )
821 [05:09:18] *** Joins: Noldorin (~noldorin@replaced-ip )
822 [05:11:26] *** Joins: dmk (~dankeast@replaced-ip )
823 [05:14:01] *** debhelper sets mode: +l 1066
824 [05:14:33] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 252 seconds)
825 [05:15:53] *** Quits: dmk (~dankeast@replaced-ip ) (Ping timeout: 245 seconds)
826 [05:17:40] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Quit: oh bai bai bai)
827 [05:19:50] *** Joins: cr0w3 (~cr0w3@replaced-ip )
828 [05:23:20] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
829 [05:29:51] *** Quits: MACscr (~MACscr@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
830 [05:30:30] *** Joins: Ericounet (~Eric@replaced-ip )
831 [05:32:02] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Atstāj)
832 [05:38:15] *** Quits: imp (~imp@replaced-ip ) (Quit: WeeChat 2.1)
833 [05:39:05] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
834 [05:39:38] *** Quits: Noldorin (~noldorin@replaced-ip ) (Ping timeout: 245 seconds)
835 [05:41:05] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
836 [05:44:01] *** debhelper sets mode: +l 1058
837 [05:47:22] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
838 [05:50:09] *** Joins: cliluw (~cliluw@replaced-ip )
839 [05:50:42] *** Joins: nobody (~none@replaced-ip )
840 [05:51:23] *** Joins: bassil (uid143807@replaced-ip )
841 [05:52:59] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
842 [05:53:08] *** Joins: LinuxFire (~L1nuxFire@replaced-ip )
843 [05:54:51] *** Parts: nimbius (~nimbius@replaced-ip ) (""i dont think im doing this right at
all."")
844 [05:57:52] *** Quits: Ilyas (uid43013@replaced-ip ) (Quit: Connection closed for inactivity)
845 [05:58:25] *** Quits: learjet60xr (~learjet60@replaced-ip ) ()
846 [06:00:20] *** Joins: v01t (~v01t@replaced-ip )
847 [06:02:21] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
848 [06:03:11] *** Joins: graphene (~graphene@replaced-ip )
849 [06:03:47] *** Quits: cr0w3 (~cr0w3@replaced-ip ) (Quit: Leaving)
850 [06:04:54] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 272 seconds)
851 [06:05:06] *** Joins: electro33 (uid613@replaced-ip )
852 [06:07:10] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
853 [06:07:42] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
854 [06:07:58] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Client Quit)
855 [06:08:48] *** Quits: rustbuckett (~downtime@replaced-ip ) (Ping timeout: 252 seconds)
856 [06:09:08] *** Joins: rustbuckett (downtime@replaced-ip )
857 [06:11:13] *** Quits: khumba (~khumba@replaced-ip ) (Quit: Ja ne.)
858 [06:14:31] *** Joins: kallenp (~Adium@replaced-ip )
859 [06:14:42] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
860 [06:14:49] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
861 [06:15:34] *** Joins: graphene (~graphene@replaced-ip )
862 [06:15:40] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 272 seconds)
863 [06:18:55] *** Joins: him-cesjf (~cesjf@replaced-ip )
864 [06:23:12] *** Quits: tribrid (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
865 [06:26:35] *** Joins: daica (~daica@replaced-ip )
866 [06:27:28] <daica> hi guys, when I do grep -r "string
search" * > output.file, how do I make it so it won't
write the directory and the filename in this output.file?
867 [06:27:48] *** Quits: Cypher100 (~cypher@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
868 [06:27:51] <daica> So i want it write only the string
search...
869 [06:29:17] <daica> oh wait
870 [06:29:31] <daica> I found the option no-filename lol,
I'm all set
871 [06:30:45] *** Joins: swickrotation (~swickrota@replaced-ip )
872 [06:31:11] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
873 [06:34:27] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
874 [06:34:33] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
875 [06:35:44] *** Joins: kallenp (~Adium@replaced-ip )
876 [06:35:55] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
877 [06:36:33] *** Quits: mspe (~mspe@replaced-ip ) (Ping timeout: 244 seconds)
878 [06:37:57] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 252 seconds)
879 [06:39:03] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 252 seconds)
880 [06:39:44] *** Quits: morfeokmg (~morfeokmg@replaced-ip ) (Ping timeout: 272 seconds)
881 [06:41:22] *** Quits: mquin (~mike@replaced-ip ) (Remote host closed the connection)
882 [06:43:37] *** Joins: Cypher100 (~cypher@replaced-ip )
883 [06:44:00] <rant> daica: -ho or -oh depending on if you
prefer the slutty argument or just the moaning one..
884 [06:45:12] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
885 [06:50:14] *** Quits: aloo_shu (~atomic@replaced-ip ) (Quit: 't's been a pleasure)
886 [06:52:34] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
887 [06:52:51] *** Joins: finalbeta (~finalbeta@replaced-ip )
888 [06:53:04] <daica> yup. I got it, thanks Rant.
889 [06:54:27] *** Quits: atlas (atlas@replaced-ip##) (Quit: ZNC - ##replaced-url
890 [06:54:39] *** Joins: atlas (atlas@replaced-ip )
891 [06:55:07] *** Quits: Kafei (Jing@replaced-ip ) (Quit: Kafei)
892 [06:59:36] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
893 [07:00:17] *** Joins: graphene (~graphene@replaced-ip )
894 [07:00:35] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
895 [07:03:20] *** Joins: dreamon_ (~dreamon@replaced-ip )
896 [07:08:01] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
897 [07:09:37] *** Joins: kallenp (~Adium@replaced-ip )
898 [07:09:50] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
899 [07:12:27] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
900 [07:16:39] *** Quits: ralpheeee (ralpheeee@replaced-ip ) (Ping timeout: 252 seconds)
901 [07:18:49] *** Joins: ralpheeee (~ralpheeee@replaced-ip )
902 [07:21:34] *** Quits: ledeni (~ledeni@replaced-ip ) (Quit: ledeni)
903 [07:23:50] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Quit: Leaving)
904 [07:24:01] *** debhelper sets mode: +l 1051
905 [07:25:31] *** Joins: iflema (~ian@replaced-ip )
906 [07:26:45] *** Joins: Nokaji (~Nokaji@replaced-ip )
907 [07:30:23] *** Quits: neechan (~neechan@replaced-ip ) (Read error: Connection reset by peer)
908 [07:30:45] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 252 seconds)
909 [07:35:32] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
910 [07:41:06] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
911 [07:44:30] *** Joins: shann (~Stanislas@replaced-ip )
912 [07:45:04] *** Joins: diogenes_ (~diogenes_@replaced-ip )
913 [07:45:36] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 252 seconds)
914 [07:49:48] *** Joins: sikun (~David@replaced-ip )
915 [07:50:35] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
916 [07:51:45] *** Quits: iflema (~ian@replaced-ip ) (Quit: leaving)
917 [07:52:22] *** Joins: Pendrag0n (~Thunderbi@replaced-ip )
918 [07:55:07] *** Quits: swickrotation (~swickrota@replaced-ip ) (Ping timeout: 240 seconds)
919 [07:56:00] *** Quits: aliasnumber10 (~levi-slac@replaced-ip ) (Quit: Leaving)
920 [07:56:36] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
921 [07:57:08] *** Joins: sauvin (sauvin@replaced-ip )
922 [07:59:32] *** Quits: mirak (~mirak@replaced-ip ) (Ping timeout: 272 seconds)
923 [08:00:12] *** Joins: Envil (~envil@replaced-ip )
924 [08:00:20] *** Joins: nix64bit (~Thunderbi@replaced-ip )
925 [08:01:08] *** Joins: xet7 (~xet7@replaced-ip )
926 [08:01:08] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
927 [08:01:35] *** remy_ is now known as remy^
928 [08:01:52] *** Joins: n_1-c_k (~nick@replaced-ip )
929 [08:01:56] *** Joins: schu-r (~Thunderbi@replaced-ip )
930 [08:02:57] *** Joins: mirak (~mirak@replaced-ip )
931 [08:03:17] *** Quits: yunhao94 (~yunhao94@replaced-ip ) (Remote host closed the connection)
932 [08:03:27] *** Quits: samtunez (samtunez@replaced-ip ) (Ping timeout: 240 seconds)
933 [08:03:32] *** Quits: LinuxFire (~L1nuxFire@replaced-ip ) (Remote host closed the connection)
934 [08:03:50] *** Joins: yunhao94 (~yunhao94@replaced-ip )
935 [08:04:44] <ralpheeee> /quit
936 [08:04:48] *** Quits: ralpheeee (~ralpheeee@replaced-ip ) (Quit: WeeChat 2.1)
937 [08:07:21] *** Joins: ralpheeee (ralpheeee@replaced-ip )
938 [08:09:17] *** Quits: daica (~daica@replaced-ip ) (Remote host closed the connection)
939 [08:10:20] *** Joins: LinuxFire (~L1nuxFire@replaced-ip )
940 [08:10:54] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
941 [08:12:45] *** Quits: rant (~user@replaced-ip ) (Remote host closed the connection)
942 [08:12:50] *** Joins: finalbeta1 (~finalbeta@replaced-ip )
943 [08:13:13] *** Joins: iflema (~ian@replaced-ip )
944 [08:14:48] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
945 [08:14:55] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Read error: Connection reset by peer)
946 [08:15:18] *** Joins: kallenp (~Adium@replaced-ip )
947 [08:15:28] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
948 [08:15:36] *** Joins: SweetyDumling (~Sir_Desig@replaced-ip )
949 [08:16:18] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
950 [08:20:03] *** Quits: SweetyDumling (~Sir_Desig@replaced-ip ) (Ping timeout: 245 seconds)
951 [08:20:40] *** Quits: LinuxFire (~L1nuxFire@replaced-ip ) (Remote host closed the connection)
952 [08:21:42] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 272 seconds)
953 [08:24:04] *** Joins: colinjmatt (~colinjmat@replaced-ip )
954 [08:25:04] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Ping timeout: 240 seconds)
955 [08:30:03] *** Joins: LinuxFire (~L1nuxFire@replaced-ip )
956 [08:30:41] *** Joins: samtunez (samtunez@replaced-ip )
957 [08:33:04] *** Joins: oo_miguel (~miguel@replaced-ip )
958 [08:36:47] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
959 [08:37:04] *** Joins: kallenp (~Adium@replaced-ip )
960 [08:38:12] *** Joins: spvkgn (~spvkgn@replaced-ip )
961 [08:42:34] *** Joins: Elirips (~Elirips@replaced-ip )
962 [08:43:01] *** Quits: bollo (~bollo@replaced-ip ) (Quit: bye)
963 [08:44:06] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 252 seconds)
964 [08:49:20] *** Joins: n0wje (~anthony@replaced-ip )
965 [08:51:56] *** Joins: dmk (~dankeast@replaced-ip )
966 [08:52:15] *** Joins: bollo (~bollo@replaced-ip )
967 [08:54:01] *** debhelper sets mode: +l 1057
968 [08:55:43] *** Joins: fedorafan (~fedorafan@replaced-ip )
969 [08:55:56] *** Quits: n0wje (~anthony@replaced-ip ) (Quit: Leaving)
970 [08:56:06] *** Quits: yunhao94 (~yunhao94@replaced-ip ) (Remote host closed the connection)
971 [08:56:18] *** Quits: dmk (~dankeast@replaced-ip ) (Ping timeout: 245 seconds)
972 [08:56:29] *** Joins: yunhao94 (~yunhao94@replaced-ip )
973 [08:56:32] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 272 seconds)
974 [08:58:06] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 252 seconds)
975 [09:00:36] *** Joins: energizer (~energizer@replaced-ip )
976 [09:00:39] *** Parts: energizer (~energizer@replaced-ip ) ("Leaving")
977 [09:00:40] *** Joins: pcav___ (5d27bcae@replaced-ip )
978 [09:00:41] <pcav___> hi all. I do not understand why if I
write something wrong in postgresql.conf, then restart thee service,
the status shows active whereas the server is down. thnks for a hint
979 [09:00:58] *** Quits: bassil (uid143807@replaced-ip ) (Quit: Connection closed for inactivity)
980 [09:02:50] <rydare> pcav___: i dont know postgresql, but i
think it's saying it activated the service, even though the
service fails to start
981 [09:03:02] <rydare> but i could be wrong, maybe someone will
know better
982 [09:05:09] *** Joins: mpu (~mpu__@replaced-ip )
983 [09:05:29] <mpu> Hey, I'm looking for netsurf on testing
but cannot find it, any clues what might be happening?
984 [09:05:44] <mpu> (i.e., apt search netsurf returns nothing)
985 [09:08:40] <oiaohm> pcav___: you are under systemd check out
what processes are running in the cgroup and check out the lsof from
that cgroup. You might have messed up the port/socket settings.
986 [09:09:17] <rydare> mpu, i'm not seeing it in testing
987 [09:09:25] <rydare> there's a version in stable and sid
though
988 [09:09:38] <rydare> I don't know why it's not in
testing
989 [09:10:23] *** Joins: DerLg (~helena@replaced-ip )
990 [09:10:49] *** Joins: iderik (~idk@replaced-ip )
991 [09:11:23] <mpu> rydare, does testing have a "version
number" or a nickname?
992 [09:11:33] <rydare> testing is currently buster
993 [09:11:37] <rydare> or rather the other way around
994 [09:11:50] <rydare>
replaced-url
995 [09:12:02] <rydare> looks like the new version introduces a
regression, so they removed it from testing
996 [09:13:31] *** Joins: omarek (~marek@replaced-ip )
997 [09:13:48] <omarek> Hi how do I download specific .debs to
install on another computer?
998 [09:14:14] <omarek> My home computer with Debian Buster lost
its internet connection. I want to download the packages from before
the upgrade.
999 [09:14:23] <omarek> I made a list of them.
1000 [09:16:06] <oiaohm> rydare:
replaced-url
1001 [09:16:07] <judd> Bug
replaced-url
1002 [09:16:16] <omarek> I can't make senseof the
packages.debian.org website.
1003 [09:16:31] <mpu> rydare, thanks for looking into this!
1004 [09:20:45] *** Joins: woshty (~woshty@replaced-ip )
1005 [09:20:58] <at0m> omarek: often, these can still be found in
/var/cache/apt/archives/
1006 [09:22:23] <at0m> omarek: and buster specific support goes on
irc.oftc.net/debian-next
1007 [09:23:02] <at0m> dpkg: tell omarek about downgrades
1008 [09:23:47] *** Quits: bollo (~bollo@replaced-ip ) (Read error: Connection reset by peer)
1009 [09:24:34] <oiaohm> omarek: You are most likely going about
this the hardest way possible.
replaced-url
1010 [09:25:07] <oiaohm> omarek: the apt wget method allows you to
generated a list of urls to be downloaded from what ever the off
line configured mirrors are.
1011 [09:25:40] *** Quits: kallenp (~Adium@replaced-ip ) (Quit: Leaving.)
1012 [09:25:54] <oiaohm> omarek: packages site and manually
solving dependancies is insane amount of work.
1013 [09:26:33] <themill> also highly likely that fixing the
problem is easier than downgrading
1014 [09:27:50] <oiaohm> omarek: you also have
replaced-url
1015 [09:30:16] *** Joins: bollo (~bollo@replaced-ip )
1016 [09:32:12] *** Quits: DerLg (~helena@replaced-ip ) (Quit: Lost terminal)
1017 [09:33:51] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1018 [09:38:25] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 244 seconds)
1019 [09:38:48] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1020 [09:39:41] *** Joins: grobi (~rtng@replaced-ip )
1021 [09:39:56] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1022 [09:45:46] *** Joins: buzzzz (~buzzzz@replaced-ip )
1023 [09:46:53] *** Joins: Schmeckle (~Schmeckle@replaced-ip )
1024 [09:49:06] *** Quits: buzzzz_ (~buzzzz@replaced-ip ) (Ping timeout: 272 seconds)
1025 [09:51:37] *** Quits: blackpit (~panos@replaced-ip ) (Quit: brb)
1026 [09:53:40] *** Joins: clemens3_ (~clemens@replaced-ip )
1027 [09:53:44] *** Quits: Immanuel (~Manu@replaced-ip ) (Read error: Connection reset by peer)
1028 [09:54:25] *** Joins: jeddi (~jedd@replaced-ip )
1029 [09:57:05] *** Joins: Immanuel (~Manu@replaced-ip )
1030 [10:01:05] <omarek> at0m: I ran "sudo apt-get
autoremove" afterwards and I've already checked the
directory. It only contains recent versions.
1031 [10:01:53] <themill> removing packages sounds more likely to
be the problem than upgrading them
1032 [10:02:09] *** Joins: pragomer (~pragomer@replaced-ip )
1033 [10:02:27] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 252 seconds)
1034 [10:02:43] <pragomer> please have a look a this screenshot:
replaced-url
1035 [10:03:29] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1036 [10:03:37] <pragomer> and how can I solve this?
1037 [10:04:05] *** Joins: AimHere (~David@replaced-ip )
1038 [10:04:11] <at0m> omarek: apt-get autoremove doesn't
remove debs, it suggests to remove auto-installed packages for
whiich the package that depended on them is no longer installed
1039 [10:04:19] *** Joins: kallenp (~Adium@replaced-ip )
1040 [10:04:31] *** Quits: kallenp (~Adium@replaced-ip ) (Client Quit)
1041 [10:05:10] <jelly> pragomer: where's the output of that
command? When you use \ continuations, \ has to be the very last
character on the line (not even whitespace after that)
1042 [10:05:51] *** Joins: debron (5c392662@replaced-ip )
1043 [10:05:56] <at0m> omarek: you can get the list of removed
packages (or other changes ) from /var/log/apt/term.log and other
/var/log/apt*
1044 [10:06:40] <omarek> I've made backups of the
history.log, dpkg.log, and the somethingelse.log
1045 [10:07:46] <omarek> themill: Can you tell me anything more
specific? My internet connection on my main home computer went down
and I have limited experience as an admin. I'm a programmer.
1046 [10:08:01] *** Joins: kallenp (~Adium@replaced-ip )
1047 [10:08:19] <omarek> It went down sometime after I upgraded a
two dozen packages or so.
1048 [10:08:21] <jelly> pragomer: which tool or program is this a
screenshot of? Some editor?
1049 [10:08:57] <themill> omarek: it would be easier to figure out
the problem if you could tell us exactly what you actually did. What
packages were removed?
1050 [10:09:04] <omarek> oiaohm: My internet connection worked
after upgrading from stretch to buster. It's only a minor
upgrade to roll back.
1051 [10:09:38] <omarek> Wait, I'll be back with history.log
. I need to copy it on a flash drive.
1052 [10:10:19] <pragomer> its gedit
1053 [10:10:44] <at0m> omarek: did you read what i had dpkg /msg
you on downgrades? also, like themill suggested, it's probably
easier to solve the issues you're facing than rolling back. and
buster support is on irc.oftc in #debian-next
1054 [10:10:45] <themill> pragomer: showing us the problem would
be better (and using a pastebin not screenshots is even better
still)
1055 [10:11:05] <at0m> *irc.oftc.net
1056 [10:11:17] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1057 [10:11:30] <jelly> !next
1058 [10:11:30] <dpkg> Another happy customer leaves the building.
1059 [10:12:40] <omarek> at0m: I have, but it doesn't suggest
anything to do, just what not to do.
1060 [10:14:29] <at0m> omarek: like, no downgrades. so come over
to irc.oftc.net in #debian-next and try to solve your current
issues.
1061 [10:14:52] <omarek> at0m: How do you know I'm not there?
1062 [10:15:31] <at0m> ok there
1063 [10:21:48] *** Joins: eexez (~eexez@replaced-ip )
1064 [10:23:31] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
1065 [10:24:01] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
1066 [10:26:37] *** Quits: clemens3_ (~clemens@replaced-ip ) (Remote host closed the connection)
1067 [10:27:20] *** Joins: xet7 (~xet7@replaced-ip )
1068 [10:27:26] *** Joins: ledeni (~ledeni@replaced-ip )
1069 [10:28:12] *** Joins: SopaXorzTaker (~SopaXorzT@replaced-ip )
1070 [10:28:19] *** Quits: pcav___ (5d27bcae@replaced-ip ) (Quit: Page closed)
1071 [10:31:01] <omarek> See ? That channel might be more
appropriate, but there's no traffic.
1072 [10:31:28] *** Quits: ledeni (~ledeni@replaced-ip ) (Client Quit)
1073 [10:31:42] <themill> omarek: questions don't get
answered until they are asked.
1074 [10:32:36] <themill> (and detailed answers don't emerge
until a detailed question is asked)
1075 [10:32:41] *** Joins: Pendrag0n (~Thunderbi@replaced-ip )
1076 [10:34:09] *** Joins: ledeni (~ledeni@replaced-ip )
1077 [10:36:22] *** Quits: eexez (~eexez@replaced-ip ) (Quit: Leaving)
1078 [10:36:42] *** Joins: eexez (~eexez@replaced-ip )
1079 [10:37:06] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
1080 [10:37:50] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 244 seconds)
1081 [10:40:31] *** Quits: kallenp (~Adium@replaced-ip ) (Quit: Leaving.)
1082 [10:42:37] *** Joins: kallenp (~Adium@replaced-ip )
1083 [10:43:42] <jelly> omarek: there's a small but not 100%
overlap of people. You have to explain your issue in this new
different channel again.
1084 [10:47:41] *** Joins: towo` (~towo@replaced-ip )
1085 [10:49:36] *** Quits: kallenp (~Adium@replaced-ip ) (Quit: Leaving.)
1086 [10:50:22] *** Quits: NightTrain (coffee@replaced-ip ) (Ping timeout: 246 seconds)
1087 [10:50:44] *** Joins: iflema (~ian@replaced-ip )
1088 [10:51:26] *** Joins: dutchfish (~wil@replaced-ip )
1089 [10:51:39] *** Joins: Nekojimi (~jimj316@replaced-ip )
1090 [10:51:53] *** Joins: boog (~boog@replaced-ip )
1091 [10:52:23] * themill isn't really sure it has been explained
at all
1092 [10:52:26] *** Joins: mauz555 (~jimmy@replaced-ip )
1093 [10:53:17] *** Joins: BCMM (~BCMM@replaced-ip )
1094 [10:54:01] *** debhelper sets mode: +l 1065
1095 [10:54:57] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1096 [10:55:36] *** Quits: silverballz (~hidden@replaced-ip ) (Ping timeout: 272 seconds)
1097 [10:56:13] *** Joins: kallenp (~Adium@replaced-ip )
1098 [10:57:02] *** Parts: kallenp (~Adium@replaced-ip ) ()
1099 [11:02:58] *** Joins: jarfr (~jarfr@replaced-ip )
1100 [11:04:19] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 250 seconds)
1101 [11:05:08] *** Quits: iViLe (~bob@replaced-ip ) (Read error: Connection reset by peer)
1102 [11:07:53] <omarek> It was a bad advice to join that channel.
1103 [11:09:59] *** Quits: beaver (~none@replaced-ip ) (Ping timeout: 256 seconds)
1104 [11:10:42] *** Joins: iViLe (~bob@replaced-ip )
1105 [11:11:04] *** Joins: beaver (~none@replaced-ip )
1106 [11:11:34] <themill> omarek: not at all
1107 [11:12:07] *** Joins: caladrius (~caladrius@replaced-ip )
1108 [11:12:14] <jelly> omarek: you STILL did not say a thing in
there
1109 [11:13:04] *** Quits: iflema (~ian@replaced-ip ) (Remote host closed the connection)
1110 [11:13:17] <themill> omarek: tbh, I'd be happy to help
you here too, but you've also not provided me with any of the
information I asked for so that I could help you.
1111 [11:13:20] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 272 seconds)
1112 [11:14:30] *** Joins: vizius00 (~vizius00@replaced-ip )
1113 [11:14:34] <jelly> omarek: since OFTC is a separate network,
but with the same spam problem, you need to register and identify
over there to be able to speak /msg NickServ help register
1114 [11:15:24] *** Joins: dionysus70 (~Thunderbi@replaced-ip )
1115 [11:15:57] <omarek> Ah, so I was shadowbanned!!!
1116 [11:16:39] *** Quits: mauz555 (~jimmy@replaced-ip ) (Remote host closed the connection)
1117 [11:17:11] <omarek> Okay not exactly shadowbanned but the
message about not being identified shows in a different tab.
1118 [11:18:08] *** Quits: boog (~boog@replaced-ip ) (Ping timeout: 250 seconds)
1119 [11:18:49] *** Joins: mspe (~mspe@replaced-ip )
1120 [11:19:07] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1121 [11:19:20] *** Joins: catsup (~d@replaced-ip )
1122 [11:20:31] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1123 [11:20:38] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1124 [11:21:00] *** Joins: catsup (d@replaced-ip )
1125 [11:21:24] <themill> feel free to file a bug against your
client about that
1126 [11:23:01] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1127 [11:23:27] *** Joins: grobi (~rtng@replaced-ip )
1128 [11:23:58] <omarek> jelly: do you see my messages now?
1129 [11:24:57] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1130 [11:25:27] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1131 [11:25:43] <at0m> omarek: nope , not there :s
1132 [11:25:56] *** Joins: liske1 (~Thunderbi@replaced-ip )
1133 [11:26:02] *** Joins: grobi (~rtng@replaced-ip )
1134 [11:26:21] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 252 seconds)
1135 [11:27:44] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1136 [11:28:15] *** Joins: grobi (~rtng@replaced-ip )
1137 [11:29:12] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1138 [11:30:29] *** Joins: boog (~boog@replaced-ip )
1139 [11:30:42] *** Joins: conta (~Thunderbi@replaced-ip )
1140 [11:31:43] *** Joins: iViLe (~bob@replaced-ip )
1141 [11:32:57] *** Joins: grobi (~rtng@replaced-ip )
1142 [11:32:58] *** Quits: vivid (~ViViD@replaced-ip ) (Ping timeout: 245 seconds)
1143 [11:34:35] *** Joins: bassil (uid143807@replaced-ip )
1144 [11:35:08] *** Quits: Labu (~Labu@replaced-ip ) (Quit: WeeChat 2.0.1)
1145 [11:35:14] *** Quits: detha (~detha@replaced-ip ) (Read error: Connection reset by peer)
1146 [11:38:57] *** Joins: czart (~czart@replaced-ip )
1147 [11:40:49] *** Joins: mquin (~mike@replaced-ip )
1148 [11:41:38] *** Joins: brokencycle (~brokencyc@replaced-ip )
1149 [11:42:42] *** Joins: neechan (~neechan@replaced-ip )
1150 [11:43:50] *** Quits: FightingFalcon (~FightingF@replaced-ip ) (Remote host closed the connection)
1151 [11:46:40] *** beaver is now known as evilnewbie
1152 [11:47:48] *** Quits: GJdan (~dan@replaced-ip ) (Ping timeout: 252 seconds)
1153 [11:51:44] *** Joins: gnumdk (~gnumdk@replaced-ip )
1154 [11:52:01] *** Joins: mixfix41 (~mixfix41@replaced-ip )
1155 [11:54:05] <mixfix41> hey there was a sbc git repo im pretty
sure it was just 1.3sbc-1 unmodified but i have a few copies/ or
some which reminds me i should diff the files to actually see.. if
they were different from git bluetooth/packages/sbc.git but who
knows if the repo is gone and i done looked for it pretty well but
the packages i built they were ugh working all right just hopefully
someones not missing this wonder if
1156 [11:54:07] <mixfix41> dongles would make a different compared
to this particular arm device bt
1157 [11:54:58] *** Quits: jarfr (~jarfr@replaced-ip ) (Quit: Leaving)
1158 [11:55:23] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Read error: Connection reset by peer)
1159 [11:55:35] *** Quits: evilnewbie (~none@replaced-ip##) (Quit: ##replaced-url
1160 [11:56:17] *** Quits: ralpheeee (ralpheeee@replaced-ip ) (Quit: WeeChat 2.1)
1161 [11:56:38] *** Joins: fedorafan (~fedorafan@replaced-ip )
1162 [12:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1163 [12:00:21] *** Joins: v01t (~v01t@replaced-ip )
1164 [12:01:18] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Remote host closed the connection)
1165 [12:02:08] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Ping timeout: 245 seconds)
1166 [12:02:26] *** Joins: pldiem (~dmazuruk@replaced-ip )
1167 [12:02:41] <pldiem> hi, where can I put this 'sudo
systemctl restart bluetooth' to run automatically everytime I
restart computer?
1168 [12:02:48] <pldiem> now I have to do it manually
1169 [12:03:01] <pldiem> otherwise bluetooth headset won't
work
1170 [12:04:31] *** Joins: GJdan (~dan@replaced-ip )
1171 [12:05:49] *** Joins: chrissl (~chris@replaced-ip )
1172 [12:07:07] *** Joins: glick (47edd4c8@replaced-ip )
1173 [12:07:14] <glick> hi
1174 [12:07:56] <glick> does anyone recommend a good new laptop
that works geat with debian
1175 [12:09:59] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1176 [12:10:04] *** Quits: caladrius (~caladrius@replaced-ip ) (Quit: Leaving)
1177 [12:10:07] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1178 [12:10:28] *** Joins: _ADN_ (~username@replaced-ip )
1179 [12:10:50] <pldiem> glick: I have just ordered lenovo legion
y530 with i7-8750h, it's a bugdet one, and I hope it will work
well :)
1180 [12:10:58] *** Joins: dselect (~dselect@replaced-ip )
1181 [12:11:06] *** Joins: n_1-c_k (~nick@replaced-ip )
1182 [12:12:51] <glick> wow, nice pldiem
1183 [12:13:03] <glick> does that work well with linux?
1184 [12:13:18] *** Joins: finalbeta (~finalbeta@replaced-ip )
1185 [12:13:52] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
1186 [12:14:02] *** debhelper sets mode: +l 1071
1187 [12:14:17] <glick> where did you buy it pldiem?
1188 [12:14:38] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 245 seconds)
1189 [12:15:08] *** Quits: finalbeta1 (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
1190 [12:15:49] <pldiem> I found no info about compatibility, but
if it won't work I will return it
1191 [12:16:23] <pldiem> I ordered it in Poland, so I guess it
won't be helpful
1192 [12:16:35] <pldiem> what do you want to use it for?
1193 [12:17:23] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1194 [12:17:57] <glick> heh
1195 [12:18:09] <glick> i want to use it fo image pocessing
1196 [12:18:17] <glick> darktable
1197 [12:19:08] *** Quits: SopaXorzTaker (~SopaXorzT@replaced-ip ) (Remote host closed the connection)
1198 [12:20:05] *** Quits: mixfix41 (~mixfix41@replaced-ip ) (Read error: Connection reset by peer)
1199 [12:20:06] <pldiem> so I guess it is good to have great cpu
for image processing
1200 [12:20:18] <pldiem> and gpu as well
1201 [12:20:34] <pldiem> but I read that screen isn't to
bright
1202 [12:20:43] <pldiem> so you might need to use external one
1203 [12:20:49] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
1204 [12:20:58] <LaScoumoune> Hi all actualy i use ifup and that
work, but when i "systemctl status networking" i have
--> Failed to start Raise network interfaces, i dont understand
why because my iface work
1205 [12:21:11] *** Joins: gnumdk (~gnumdk@replaced-ip )
1206 [12:21:27] <LaScoumoune> I dont use auto, or mount at boot
1207 [12:22:03] *** Joins: dutchfish (~wil@replaced-ip )
1208 [12:22:04] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
1209 [12:23:01] *** Joins: tymczenko (~tymczenko@replaced-ip )
1210 [12:24:07] *** Joins: semeion (~semeion@replaced-ip )
1211 [12:24:19] *** Quits: behanw (uid110099@replaced-ip ) (Quit: Connection closed for inactivity)
1212 [12:24:28] *** semeion is now known as mnemonic
1213 [12:25:12] *** Joins: bstr (~bstr@replaced-ip )
1214 [12:25:33] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
1215 [12:29:04] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1216 [12:29:37] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
1217 [12:30:20] *** Quits: Schmeckle (~Schmeckle@replaced-ip ) (Quit: Leaving)
1218 [12:33:34] *** Quits: omarek (~marek@replaced-ip ) (Quit: Lost terminal)
1219 [12:38:15] *** Joins: tagomago (~tagomago@replaced-ip )
1220 [12:38:50] *** Joins: zerotech (~zerotech@replaced-ip )
1221 [12:39:18] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 252 seconds)
1222 [12:40:47] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1223 [12:42:38] *** Quits: dionysus70 (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
1224 [12:44:48] *** Joins: Ericounet (~Eric@replaced-ip )
1225 [12:46:51] *** Joins: beaver (~none@replaced-ip )
1226 [12:46:55] *** beaver is now known as evilnewbie
1227 [12:47:00] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 244 seconds)
1228 [12:47:36] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1229 [12:48:32] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1230 [12:49:28] *** Joins: lankanmon (~LKNnet@replaced-ip )
1231 [12:49:35] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 244 seconds)
1232 [12:49:38] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
1233 [12:51:28] *** Joins: martian67 (~martian67@replaced-ip )
1234 [12:52:45] *** Quits: frikinz (~me@replaced-ip ) (Quit: [])
1235 [12:53:07] <EdePopede> LaScoumoune: thanks for reminding me,
same issue here xD did you check `systemctl status
networking.service`?
1236 [12:53:23] <LaScoumoune> EdePopede: Yes
1237 [12:53:42] <EdePopede> > Active: failed (Result:
exit-code) since Mon 2018-09-10 19:30:31 CEST; 4 days ago
1238 [12:53:47] <EdePopede> hmm... o...kay? oO
1239 [12:53:48] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 252 seconds)
1240 [12:53:58] <LaScoumoune> At the moment i have make a fresh
install, i dont know why networking say that
1241 [12:57:25] <EdePopede> only kernel upgrade on the 4th what i
see so far
1242 [13:00:30] <LaScoumoune> 4.9.0-7-amd64
1243 [13:00:34] <EdePopede> hm. syslog has some entries for that
timestamp --- ifup[349]: Cannot find device "eth0" //
dhclient[461]: Failed to get interface index: No such device --- and
going on
1244 [13:00:45] <LaScoumoune> hum
1245 [13:00:51] <LaScoumoune> you use ifup interfaces ?
1246 [13:00:54] <EdePopede> 4.9.0-8-amd64 since then
1247 [13:01:05] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1248 [13:01:20] <EdePopede> didn't changed anything manually
and tbh didn't really look into syslogs so far
1249 [13:01:31] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1250 [13:02:04] <LaScoumoune> yea before i was use 4.8 and all
work fine, i have make a fresh install wih 4.9 and i see that with
systemctl status networking
1251 [13:02:06] <EdePopede> or the netcard wasn't recognized
on boot and i tried it manually like this in the shell out of habit
1252 [13:02:37] <LaScoumoune> if you dont have auto or hotplug in
you're interfaces.d/myinter no
1253 [13:02:39] *** Joins: Elleander (~Elleander@replaced-ip )
1254 [13:03:39] <LaScoumoune> personaly i have
interfaces.d/myinter and if-pre-up.d/myinter-tools
1255 [13:04:36] *** Quits: mspe (~mspe@replaced-ip ) (Ping timeout: 252 seconds)
1256 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1257 [13:05:26] *** Joins: dpkg (~dpkg@replaced-ip )
1258 [13:05:28] *** Joins: semeion (~semeion@replaced-ip )
1259 [13:05:44] *** semeion is now known as mnemonic
1260 [13:07:12] *** Joins: fedorafan (~fedorafan@replaced-ip )
1261 [13:10:13] *** Joins: thiras (~thiras@replaced-ip )
1262 [13:10:21] <EdePopede> i'm still completely out of
this.... new init thing
1263 [13:10:36] *** Joins: Essadon (~Essadon@replaced-ip )
1264 [13:12:21] *** Quits: ledeni (~ledeni@replaced-ip ) (Quit: ledeni)
1265 [13:13:18] *** Joins: Haudegen (~quassel@replaced-ip )
1266 [13:13:35] <EdePopede> just yesterday when i connected my
external to the other pc (default settings), xfce paved my desktop
with useless shiny icons. all i want is hardware recognition working
and i think the internet connection is the only thing i prefer to be
set up automatically on boot, so i don't have to check before
looking for updates
1267 [13:15:47] *** Joins: CyberHacker (~CyberHack@replaced-ip )
1268 [13:16:04] *** Quits: Essadon (~Essadon@replaced-ip ) (Excess Flood)
1269 [13:16:32] *** Joins: Essadon (~Essadon@replaced-ip )
1270 [13:17:52] *** Quits: eexez (~eexez@replaced-ip ) (Quit: Leaving)
1271 [13:18:05] *** Joins: phre4k (~phre4k@replaced-ip )
1272 [13:24:16] <LaScoumoune> i reboot
1273 [13:24:22] <EdePopede> good luck
1274 [13:24:24] *** Quits: ma27_ (~ma27@replaced-ip ) (Quit: WeeChat 2.2)
1275 [13:24:26] *** Joins: mauz555 (~jimmy@replaced-ip )
1276 [13:24:32] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
1277 [13:26:34] <EdePopede> after boot, is the kernel version line
always the first thing to appear in syslog? or is there maybe
another file used even before this one?
1278 [13:26:36] *** Joins: ma27 (~ma27@replaced-ip )
1279 [13:27:08] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 245 seconds)
1280 [13:28:19] *** Joins: will_haven (~will_have@replaced-ip )
1281 [13:28:48] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1282 [13:29:00] <LaScoumoune> ok i have 4.9.0-8-amd64 now
1283 [13:29:14] <LaScoumoune> i think is networking.service
1284 [13:29:42] <EdePopede> wb and... no msg anymore?
1285 [13:29:55] <LaScoumoune> i do disable it or other, for use
only ifup interfaces. I see networking try to at boot
1286 [13:30:04] <LaScoumoune> i have always message
1287 [13:30:37] *** Joins: simpledat (~user@replaced-ip )
1288 [13:30:40] <LaScoumoune> you have autoremove networkmanger ?
because lot of conflict with ifup
1289 [13:33:48] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Ping timeout: 245 seconds)
1290 [13:33:54] *** Joins: iViLe (~bob@replaced-ip )
1291 [13:34:17] <EdePopede> i have `/usr/sbin/NetworkManager
--no-daemon` in ps with `/sbin/dhclient -d -q -sf
/usr/lib/NetworkManager/nm-dhcp-helper` (followed by even more
options) as a child process running
1292 [13:34:51] <EdePopede> just installed and added some valuable
tools and programs to test some things, but no changes on the system
so far
1293 [13:35:12] <LaScoumoune> you do to disable network manager
1294 [13:35:14] <LaScoumoune> and other
1295 [13:35:20] <LaScoumoune> juste use wpa_supplicant and ifup
1296 [13:35:50] <LaScoumoune> if you want use like me, juste ifup
ifdown manualy
1297 [13:35:55] *** Joins: fChanX (~fChanX@replaced-ip )
1298 [13:36:11] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1299 [13:40:07] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1300 [13:40:34] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 240 seconds)
1301 [13:40:45] *** Quits: elios (~tba@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1302 [13:41:19] *** Joins: grobi (~rtng@replaced-ip )
1303 [13:41:21] <LaScoumoune> i think its a conlict with
networking and ifaces
1304 [13:41:34] *** Joins: fatalerrors (~fatalerro@replaced-ip )
1305 [13:41:40] *** Quits: boog (~boog@replaced-ip ) (Quit: Leaving)
1306 [13:41:48] *** Quits: simpledat (~user@replaced-ip ) (Quit: leaving)
1307 [13:41:59] <EdePopede> maybe... but before i change things
here i want to see what debian is doing and how and why. and as long
as it works i don't think i'll touch it.
1308 [13:42:13] <EdePopede> but yes, i'd really want to know
why the message
1309 [13:44:01] *** debhelper sets mode: +l 1077
1310 [13:45:22] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1311 [13:46:34] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
1312 [13:49:05] *** Joins: iViLe (~bob@replaced-ip )
1313 [13:50:24] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Ping timeout: 272 seconds)
1314 [13:52:03] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1315 [13:52:20] <LaScoumoune> ok i have resolv 1/2 problem
1316 [13:53:24] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Client Quit)
1317 [13:53:37] *** Joins: Brigo (~Brigo@replaced-ip )
1318 [13:53:53] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1319 [13:54:50] *** Quits: jhutchins (~jonathan@replaced-ip ) (Ping timeout: 272 seconds)
1320 [13:55:51] *** Joins: b (coffee@replaced-ip )
1321 [13:56:37] *** Joins: sheirys (~sheirys@replaced-ip )
1322 [13:56:45] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Read error: Connection reset by peer)
1323 [13:57:58] *** Quits: liske1 (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1324 [13:58:11] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1325 [13:58:25] <LaScoumoune> that work now
1326 [13:58:42] <LaScoumoune> EdePopede: if you use like me
youreinterface with no auto or hotplug
1327 [13:58:59] <LaScoumoune> you do to disable network-manager
&& networking
1328 [14:00:02] * EdePopede wants to stay connected with the world :(
1329 [14:00:49] <LaScoumoune> ;)
1330 [14:01:56] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Client Quit)
1331 [14:03:15] *** Joins: elios (~tba@replaced-ip )
1332 [14:04:04] *** Joins: liske1 (~Thunderbi@replaced-ip )
1333 [14:06:22] *** Joins: roshanavand (~roshanava@replaced-ip )
1334 [14:07:18] *** Joins: dvs (~Heubert@replaced-ip )
1335 [14:08:27] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1336 [14:09:50] *** Quits: djanos (~djanos@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1337 [14:10:32] *** Joins: djanos (~djanos@replaced-ip )
1338 [14:10:39] *** Quits: irinix (~irinix@replaced-ip ) (Ping timeout: 250 seconds)
1339 [14:11:19] *** Joins: Jing (Jing@replaced-ip )
1340 [14:11:43] *** Joins: ntd (~ntd@replaced-ip )
1341 [14:11:52] *** Joins: irinix (~irinix@replaced-ip )
1342 [14:13:02] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1343 [14:13:08] *** Joins: kirk781 (~kirk781@replaced-ip )
1344 [14:15:31] *** Joins: Night-Shade (~TimF@replaced-ip )
1345 [14:15:48] *** Joins: n4dir (~user@replaced-ip )
1346 [14:16:06] <kirk781> I ended up bricking my Debian
installation
1347 [14:18:09] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Read error: Connection reset by peer)
1348 [14:18:40] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1349 [14:19:07] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1350 [14:19:25] *** Joins: Kocane (~Kocane@replaced-ip )
1351 [14:19:53] <ntd> you don't brick software
1352 [14:20:04] <kirk781> ntd, well in a metaphorical sense
1353 [14:20:09] <ntd> just as you don't write hardware
1354 [14:20:12] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1355 [14:20:29] *** Joins: juboxi (~juboxi@replaced-ip )
1356 [14:20:42] <LaScoumoune> so i see that use only,
network.target && systemctl status
sys-subsystem-net-devices-mydevice.device
1357 [14:21:11] *** juboxi is now known as jubo2
1358 [14:21:19] <LaScoumoune> network.target if i disable it, i
dont have my dnsmasq that resolv bug
1359 [14:21:46] <LaScoumoune> that what i have with systemctl |
grep net
1360 [14:22:54] <LaScoumoune> my question is
1361 [14:23:21] <kirk781> I am now stuck where the login manager
just rebounds to itself
1362 [14:23:46] <n4dir> try startx instead?
1363 [14:24:01] *** debhelper sets mode: +l 1085
1364 [14:24:05] *** Joins: Ticho_ (~Ticho@replaced-ip )
1365 [14:24:15] *** Quits: bassil (uid143807@replaced-ip ) (Quit: Connection closed for inactivity)
1366 [14:24:15] <n4dir> or a different display-manager, or a
different user ...
1367 [14:24:15] <LaScoumoune> is it possible to use the service
sys-subsystem-net-devices-mydevice.device, if is up that run a
systemd openvpn for creat sys-subsystem-net-devices-tun0device ?
1368 [14:25:06] *** Quits: spvkgn (~spvkgn@replaced-ip ) (Ping timeout: 252 seconds)
1369 [14:25:20] <kirk781> I tried all of it; changed the login
manager, changed the user, even reinstalled a whole DE and
xserver-xorg packages, and nothing helped
1370 [14:25:28] <EdePopede> LaScoumoune
replaced-url
1371 [14:25:38] *** Joins: bencc (~Ofir@replaced-ip )
1372 [14:25:56] <LaScoumoune> EdePopede
1373 [14:26:08] *** Joins: dastier (~dastier@replaced-ip )
1374 [14:26:11] <bencc> how can I substitute bold font with
regular font?
1375 [14:26:12] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 244 seconds)
1376 [14:26:15] <LaScoumoune> just stop networking.service
1377 [14:26:34] <bencc> I have this fontconfig for substituting
"Calibri Light" with "Carlito"
replaced-url
1378 [14:26:40] <n4dir> kirk781: and what error messages you get
from startx and find in ~/.xsession-errors (or such) and in the X
log files
1379 [14:26:44] <LaScoumoune> systemctl stop networking &&
systemctl disable networking && ifup enp2s0
1380 [14:26:53] <bencc> I'm trying to substitute
"Calibri Light:Bold" with "Carlito:Regulat"
1381 [14:27:08] <LaScoumoune> or ifup -vvv enp2s0
1382 [14:27:31] <EdePopede> LaScoumoune: i'm afraid to brick
up my installation *duck*
1383 [14:27:35] <kirk781> ~/.xsession-errors is empty
1384 [14:27:36] <LaScoumoune> show me you're
/etc/network/interfaces without the line psk
1385 [14:27:50] <LaScoumoune> EdePopede im sure
1386 [14:28:09] <LaScoumoune> you use dhcp ?
1387 [14:28:19] <LaScoumoune> that realy easy to use ifup
1388 [14:28:54] *** Joins: noodlepie (~Phillip@replaced-ip )
1389 [14:29:28] <LaScoumoune> EdePopede networking.service use
only if you have auto or hostplug in you're /network/interfaces
1390 [14:29:33] <EdePopede> sometimes the eth seems to have
problems to wake up, or the init process is too fast, don't
know. but nothing new, had that even with wheezy
1391 [14:29:44] *** Joins: grobi (~rtng@replaced-ip )
1392 [14:29:55] <LaScoumoune> you dont have strecht ?
1393 [14:30:10] <EdePopede> sure. but the problem is old :)
1394 [14:30:12] <nyov> kirk781: dmesg ?
1395 [14:30:25] <nyov> perhaps errors are there
1396 [14:30:36] <LaScoumoune> EdePopede i dont understand no
problem have with ifup and ifdown
1397 [14:30:43] <nyov> or otherwise /var/log/syslog
1398 [14:30:47] <LaScoumoune> all probleme is network-manager
1399 [14:31:06] <n4dir> for problems with X i for one would go
with the files i mentioned.
1400 [14:31:06] <EdePopede> and yes, lo and eth0 are both set to
auto
1401 [14:31:26] <LaScoumoune> ok in network/interfaces ?
1402 [14:31:34] <nyov> ntd: though login-related errors might be
worth looking for in /var/log/auth.log
1403 [14:31:49] <LaScoumoune> show me you're
/network/interfaces
1404 [14:32:14] <nyov> (for PAM related fails)
1405 [14:32:16] <LaScoumoune> if you use auto you do you hostplug
1406 [14:32:21] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1407 [14:32:35] <LaScoumoune> i cant help you with auto and
networking.service
1408 [14:32:40] *** Joins: grobi (~rtng@replaced-ip )
1409 [14:32:46] <LaScoumoune> i can just help if you use inet
static
1410 [14:33:08] <ntd> what?
1411 [14:33:19] <nyov> kirk781: you do have *some* kind of console
login or not?
1412 [14:33:43] *** Joins: gorgabal (~gorgabal@replaced-ip )
1413 [14:34:14] <EdePopede> LaScoumoune: as i said, sometimes the
eth0 will not react in time, that's the only real problem i
have from time to time after boot. so reboot or ifup or whatever it
was, have to check it most of times when it happens, since it is
nearly never. and now the message, yes. is added to the TODO check
list which gets longer every day :)
1414 [14:34:26] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1415 [14:35:08] *** Joins: grobi (~rtng@replaced-ip )
1416 [14:35:30] <LaScoumoune> EdePopede yea is it possible
1417 [14:35:44] <LaScoumoune> because you use automount at boot !!
1418 [14:35:54] <LaScoumoune> and wpa_supplicant if you use dhcp
1419 [14:36:06] <LaScoumoune> so that need to maybe 5-8 sec
1420 [14:36:37] <LaScoumoune> the systemd networking start after
you're boot and that need 5-8 for run wpa-supplicant and other
service
1421 [14:36:44] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1422 [14:37:15] <EdePopede> systemd really could wait until the
hardware is ready...
1423 [14:37:24] <LaScoumoune> that why the better is use static no
auto boot and just use ifup iface with
network/if-pre-up.d/iface-tools for use iw cmd
1424 [14:37:26] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1425 [14:37:30] <EdePopede> but the old init neither did it
1426 [14:38:46] <LaScoumoune> you do to choice my friend
1427 [14:38:46] *** Quits: coolmadmax (~coolmadma@replaced-ip ) (Quit: Leaving)
1428 [14:38:58] <LaScoumoune> networking or network-manager or
interfaces
1429 [14:38:59] *** Joins: ElDiabolo (~E1Diabo1o@replaced-ip )
1430 [14:39:03] *** Parts: ElDiabolo (~E1Diabo1o@replaced-ip ) ()
1431 [14:39:25] * EdePopede takes the red envelope
1432 [14:40:02] *** Joins: SopaXorzTaker (~SopaXorzT@replaced-ip )
1433 [14:40:04] *** Joins: evenom (~evenom@replaced-ip )
1434 [14:40:12] *** Joins: bassil (uid143807@replaced-ip )
1435 [14:40:42] *** Quits: evenom (~evenom@replaced-ip ) (Read error: Connection reset by peer)
1436 [14:41:41] <LaScoumoune> what you choice ?
1437 [14:43:08] <n4dir> kirk781: i would check ownership of
~/.Xauthority, but iirc ~/.xsession-errors would give an error in
that case
1438 [14:43:30] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 252 seconds)
1439 [14:44:13] <kirk781> I checked the ownership of xauthority[it
was listed as a possible issue in an answer], however, it
didn't turn out to be the issue. I haven't checked
/var/log/syslog yet though.
1440 [14:46:42] <n4dir> startx usually is chatty if it fails.
weird it ain't in your case.
1441 [14:47:08] <kirk781> startx shows quite a generic
error[connection has failed to initialize ]
1442 [14:47:51] <n4dir> give up on X and get used to the tty ?
1443 [14:47:59] *** Quits: transience (~transienc@replaced-ip ) (Read error: Connection reset by peer)
1444 [14:48:38] *** Joins: Scrutinizer (~Scrutiniz@replaced-ip )
1445 [14:49:28] <kirk781> I will check for errors once more in
/var/log/syslog and then give up if the issue isn't resolved.
It's much easier to install a distro all over again
1446 [14:49:54] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
1447 [14:50:21] *** Joins: transience (~transienc@replaced-ip )
1448 [14:51:50] <n4dir> ain't that easy to break
debian-stable though.
1449 [14:53:06] *** Quits: sheirys (~sheirys@replaced-ip ) (Ping timeout: 272 seconds)
1450 [14:56:20] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1451 [14:56:51] *** Quits: tboston (~tboston@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1452 [14:57:21] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
1453 [15:00:44] *** Joins: nbunjevac (~nbunjevac@replaced-ip )
1454 [15:00:56] *** Joins: andyreplaced-url
1455 [15:03:43] *** Joins: iViLe (~bob@replaced-ip )
1456 [15:03:53] *** Joins: ikonia (~irc@replaced-ip )
1457 [15:04:22] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1458 [15:04:48] <andyreplaced-url
1459 [15:04:50] <andyreplaced-url
1460 [15:05:53] <andyreplaced-url
1461 [15:06:03] <andyreplaced-url
1462 [15:06:09] <andyreplaced-url
1463 [15:06:52] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1464 [15:06:54] <abrotman> anything in interfaces.d ?
1465 [15:07:22] *** Joins: vbutnaru (~vbutnaru@replaced-ip )
1466 [15:07:41] <andyreplaced-url
1467 [15:09:22] *** Quits: vbutnaru (~vbutnaru@replaced-ip ) (Client Quit)
1468 [15:09:24] <abrotman> network-manager installed/running?
1469 [15:09:30] <andyreplaced-url
1470 [15:09:34] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1471 [15:09:50] <nyov> well, some process or other manipulates
your device
1472 [15:10:13] *** Joins: dthpulse (~dthpulse@replaced-ip )
1473 [15:10:21] <nyov> not on top of interfaces, but alternative
to it perhaps. such as network-manager
1474 [15:14:20] <nyov> andyreplaced-url
1475 [15:15:09] *** Quits: dthpulse (~dthpulse@replaced-ip ) (Remote host closed the connection)
1476 [15:17:41] <andyreplaced-url
1477 [15:18:14] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1478 [15:19:08] <LaScoumoune> ahah that work !
1479 [15:19:34] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
1480 [15:19:39] <LaScoumoune> ksk thank :D
1481 [15:20:15] *** Quits: vvz (~vvz@replaced-ip ) (Quit: vvz)
1482 [15:20:34] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Ping timeout: 240 seconds)
1483 [15:21:27] *** Joins: kirk781 (~kirk781@replaced-ip )
1484 [15:22:04] *** Joins: vvz (~vvz@replaced-ip )
1485 [15:22:44] *** bassil is now known as art_vandley
1486 [15:23:22] *** art_vandley is now known as art_vandeley
1487 [15:23:58] *** Joins: terminalator (terminalat@replaced-ip )
1488 [15:24:18] *** Quits: jcara (~jcara@replaced-ip ) (Remote host closed the connection)
1489 [15:24:41] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
1490 [15:25:47] *** Joins: jcara (~jcara@replaced-ip )
1491 [15:27:47] *** Parts: bencc (~Ofir@replaced-ip ) ()
1492 [15:32:08] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 245 seconds)
1493 [15:32:29] *** Joins: Prints (~333@replaced-ip )
1494 [15:34:00] *** Joins: ToBeCloud (uid51591@replaced-ip )
1495 [15:34:27] *** Quits: will_haven (~will_have@replaced-ip ) (Ping timeout: 240 seconds)
1496 [15:39:42] <n4dir> /msg dpkg upgrade
1497 [15:40:01] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1498 [15:42:33] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
1499 [15:43:15] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1500 [15:45:06] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1501 [15:46:24] *** Joins: terminalator (terminalat@replaced-ip )
1502 [15:49:03] *** Quits: andyreplaced-url
1503 [15:49:09] *** Joins: sheirys (~sheirys@replaced-ip )
1504 [15:51:03] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
1505 [15:56:47] *** Joins: tagomago (~tagomago@replaced-ip )
1506 [15:57:02] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1507 [15:58:46] *** Joins: anonimip_ (~anonymip@replaced-ip )
1508 [15:59:15] *** Joins: Tom01 (~tom@replaced-ip )
1509 [15:59:38] *** Quits: anonymip (~anonymip@replaced-ip ) (Ping timeout: 276 seconds)
1510 [15:59:39] *** anonimip_ is now known as anonymip
1511 [16:01:05] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
1512 [16:04:25] *** Joins: andyreplaced-url
1513 [16:04:31] *** Quits: andyreplaced-url
1514 [16:07:59] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1515 [16:08:25] *** Joins: ledeni (~ledeni@replaced-ip )
1516 [16:08:58] *** Joins: tvm (~tvm@replaced-ip )
1517 [16:10:11] *** Joins: Brian- (~brian@replaced-ip )
1518 [16:11:26] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
1519 [16:14:03] *** Joins: MrrtDerpson (~Mrrt@replaced-ip )
1520 [16:14:31] *** Joins: LtL (~ltl@replaced-ip )
1521 [16:14:39] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1522 [16:15:04] *** Joins: HardlyHardware (~MrThree@replaced-ip )
1523 [16:15:04] *** Joins: wildlander (~wildlande@replaced-ip )
1524 [16:15:13] *** Quits: Mrrt (~Mrrt@replaced-ip ) (Ping timeout: 244 seconds)
1525 [16:15:42] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
1526 [16:16:16] *** Joins: krabador (~krabador@replaced-ip )
1527 [16:18:06] *** Quits: jcara (~jcara@replaced-ip ) (Quit: jcara)
1528 [16:18:38] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
1529 [16:19:01] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 246 seconds)
1530 [16:19:09] *** Joins: cybercrypto (~Morpheus@replaced-ip )
1531 [16:19:21] *** Joins: jcara (~jcara@replaced-ip )
1532 [16:19:31] *** Joins: graphene (~graphene@replaced-ip )
1533 [16:19:36] *** Quits: cybercrypto (~Morpheus@replaced-ip ) (Quit: Leaving)
1534 [16:20:29] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
1535 [16:20:55] *** Joins: oiaohm (~oiaohm@replaced-ip )
1536 [16:21:53] *** Joins: Slote (56cf8155@replaced-ip )
1537 [16:22:04] *** Quits: wgas (~wgas@replaced-ip ) (Quit: wgas)
1538 [16:24:01] *** debhelper sets mode: +l 1092
1539 [16:26:48] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1540 [16:28:18] *** Joins: detha (~detha@replaced-ip )
1541 [16:28:22] *** Quits: HardlyHardware (~MrThree@replaced-ip ) (Quit: Leaving)
1542 [16:29:10] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 246 seconds)
1543 [16:29:11] *** Joins: galex-713 (~user@replaced-ip )
1544 [16:29:13] <galex-713> Hi
1545 [16:29:21] <galex-713> Can Debian’s firefox install
DRM?
1546 [16:29:44] <galex-713> I mean, there’s no risk I
install them without wanting too by not paying attention?
1547 [16:30:04] <galex-713> *unwillingly
1548 [16:31:06] *** Joins: jhutchins (~jonathan@replaced-ip )
1549 [16:32:15] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
1550 [16:33:11] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
1551 [16:33:36] *** Joins: noodlepie (~Phillip@replaced-ip )
1552 [16:33:43] *** Quits: liske1 (~Thunderbi@replaced-ip ) (Quit: liske1)
1553 [16:34:03] *** Joins: liske1 (~Thunderbi@replaced-ip )
1554 [16:35:57] *** Joins: treehug88 (~textual@replaced-ip )
1555 [16:36:00] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 252 seconds)
1556 [16:36:13] *** Joins: tom[] (~tom]@replaced-ip )
1557 [16:36:32] *** Quits: liske1 (~Thunderbi@replaced-ip ) (Client Quit)
1558 [16:37:01] *** Joins: Haudegen (~quassel@replaced-ip )
1559 [16:37:08] *** Joins: liske1 (~Thunderbi@replaced-ip )
1560 [16:37:24] *** Quits: liske1 (~Thunderbi@replaced-ip ) (Client Quit)
1561 [16:37:58] *** Joins: liske1 (~Thunderbi@replaced-ip )
1562 [16:38:26] *** Joins: Ticho (~Ticho@replaced-ip )
1563 [16:39:40] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 246 seconds)
1564 [16:39:56] *** Joins: FightingFalcon (~FightingF@replaced-ip )
1565 [16:40:43] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 246 seconds)
1566 [16:40:47] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
1567 [16:41:25] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1568 [16:42:09] <MrrtDerpson> Should be the same as anyone
else's FF package in that respect
replaced-url
1569 [16:42:13] <MrrtDerpson> Why do you ask?
1570 [16:42:38] *** Joins: Eduard_Munteanu (~Eduard_Mu@replaced-ip )
1571 [16:43:42] *** Quits: detha (~detha@replaced-ip ) (Ping timeout: 252 seconds)
1572 [16:45:35] *** Joins: him-cesjf (~cesjf@replaced-ip )
1573 [16:46:22] *** Quits: ntd (~ntd@replaced-ip ) (Remote host closed the connection)
1574 [16:46:44] *** Joins: ntd (~ntd@replaced-ip )
1575 [16:47:12] *** Joins: tom[] (~tom]@replaced-ip )
1576 [16:51:45] *** Quits: guiverc (~guiverc@replaced-ip ) (Ping timeout: 252 seconds)
1577 [16:53:47] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
1578 [16:54:26] *** Joins: tsuggs (~tsuggs@replaced-ip )
1579 [16:55:58] *** Quits: liske1 (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
1580 [16:56:08] *** Joins: ChmEarl (~chmearl@replaced-ip )
1581 [16:56:49] *** Quits: st-gourichon-f (~Stephane@replaced-ip##) (Quit: ZNC - ##replaced-url
1582 [16:57:20] *** Joins: cybercrypto (~cybercryp@replaced-ip )
1583 [16:57:38] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1584 [16:59:57] <nyov> it doesn't install DRM, it downloads
and installs a CDM to decode DRM content. And yes, it's done
automatically unless you disable 'drm protected content'
completely
1585 [17:01:03] <nyov> and it will automatically keep updating
adobe primetime/google widevine cdms
1586 [17:01:30] *** Joins: fonefreak (~pi@replaced-ip )
1587 [17:03:00] <nyov> actually I misspoke - you can deactive both
CDM individually
1588 [17:04:47] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 240 seconds)
1589 [17:05:10] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1590 [17:05:23] <galex-713> nyov: but cdm is sandboxed proprietary
software right?
1591 [17:05:57] *** Quits: mauz555 (~jimmy@replaced-ip ) (Ping timeout: 252 seconds)
1592 [17:06:03] <galex-713> Isn’t there a free package of
firefox that fully disallow the installing of proprietary software
this way, or at least that warns that it is proprietary software?
1593 [17:06:22] <nyov> yes, it's downloaded from adobe and
google respectively, and auto-updated
1594 [17:06:22] <galex-713> otherwise users could be mistaken and
install it thinking it is free since they’re using debian
1595 [17:06:44] <galex-713> what’s the relationship with the
fact it comes from adobe and google?
1596 [17:07:16] <galex-713> Doesn’t software that
automatically installs non-free software or encourage its
installation then install it goes to contrib? like playonlinux?
1597 [17:07:17] *** Joins: bertbob (~bertbob@replaced-ip )
1598 [17:07:19] <nyov> Well, debian stopped policing Firefox when
it stopped shipping Iceweasel seperately - my opinion
1599 [17:07:37] <galex-713> :(
1600 [17:07:44] <galex-713> why did they stop that then? :(
1601 [17:07:54] <galex-713> if only iceweasel and icecat joined
their efforts
1602 [17:07:55] <nyov> it's very hard work to keep managing
such a big package
1603 [17:08:04] <galex-713> we could have icecat in free and
normal firefox in contrib
1604 [17:08:11] <galex-713> mmmh okay
1605 [17:08:15] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1606 [17:08:16] <nyov> is chromium in contrib?
1607 [17:08:19] *** Joins: silverballz (~hidden@replaced-ip )
1608 [17:08:25] <nyov> no idea
1609 [17:08:28] <galex-713> if chromium do that too it should go
there
1610 [17:08:34] <galex-713> so it’s akin to admitting they
don’t have the forces and ressources to manage it
1611 [17:08:43] <galex-713> yet, FSF still continue to try, be it
not that perfect
1612 [17:08:55] <nyov> that's like trying to keep managing a
kernel module out-of-tree, where the kernel changes APi every 6
months
1613 [17:09:06] <galex-713> oh yeah I know that
1614 [17:09:22] <galex-713> that’s why it’s impossible
to truly freeing and updating any pocket computer (aka
“smartphones”)
1615 [17:09:26] *** Quits: FightingFalcon (~FightingF@replaced-ip ) ()
1616 [17:09:28] <nyov> which is perhaps one reason they keep
browser packages that big
1617 [17:09:33] <nyov> lol
1618 [17:09:45] <nyov> you can't overcome that momentum
1619 [17:09:52] <galex-713> who keep browser packages that big?
what reason?
1620 [17:10:09] <galex-713> linux is a such bad kernel indeed :/
but still, that’s not the discussion
1621 [17:10:16] <nyov> I mean it's just one big blackbox
right? compiled and shipped
1622 [17:10:28] <nyov> firefox killed NPAPI plugin support also
1623 [17:10:32] <galex-713> (in my mad we should all use some
k*bsd and have an api translator from its api to linux’s one)
1624 [17:10:32] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 272 seconds)
1625 [17:10:42] <nyov> so no modulr stuff anymore
1626 [17:10:45] <nyov> *modular
1627 [17:10:57] <galex-713> afaik it’s one big monolithic
piece of sandboxed proprietary software
1628 [17:11:00] <galex-713> that’s normal
1629 [17:11:04] <galex-713> it’s all-or-nothing
1630 [17:11:14] <galex-713> and yet
1631 [17:11:15] <nyov> sadly. wouldn't have to be this way
1632 [17:11:28] <galex-713> we could do something, like we could
version it, and lie to it about the current datetime
1633 [17:11:32] <galex-713> or stuff like that
1634 [17:11:37] <galex-713> disallow it to store informations
1635 [17:11:41] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
1636 [17:11:59] <nyov> ?
1637 [17:12:11] <nyov> with what goal?
1638 [17:12:14] <galex-713> so that anything readable at instant t
can be read for ever
1639 [17:12:29] <galex-713> also providing I/O ressources so that
to save what it plays
1640 [17:12:41] <nyov> oh you mean DRM content
1641 [17:13:03] <galex-713> if we save versions of CDM, lie on how
fast the time goes, and save its output, that purpose can easily be
defeated
1642 [17:13:43] <galex-713> But still, it’s as
advertisement: if we began to lie about if we watched it or not, if
we clicked or not, everything would end falsified and it would just
appear that ads as well as DRM are just not realistically possible
with free software
1643 [17:13:57] <galex-713> sadly people hope they can come to an
agreement
1644 [17:14:10] <galex-713> so they give up once they failed
1645 [17:14:11] <galex-713> :(
1646 [17:14:20] <nyov> DRM is always inherently breakable. but
ofcourse they try to keep it hard to do so
1647 [17:14:34] <galex-713> the question is not if it is
inherently breakable
1648 [17:14:37] *** Joins: TheManWithNoSock (~paige@replaced-ip )
1649 [17:14:37] <galex-713> but how easy it is
1650 [17:14:57] <galex-713> if google pays an army of people to
renew keys or encryption methods
1651 [17:15:10] <galex-713> a team of 10 developers might not be
enough to break all of it
1652 [17:15:31] <galex-713> just as youtube-dl gave up and now
just execute a subset of youtube’s javascript to download
videos from there
1653 [17:15:52] <galex-713> (would be interesting if there were a
debian contrib version of youtube-dl that did that)
1654 [17:16:05] <nyov> depends on how sophisticated you're
thinking
1655 [17:16:11] <nyov> frame-grab a video stream from a render
window or audio from the output driver - will always work
1656 [17:16:12] *** Joins: aliasnumber10 (~levi-slac@replaced-ip )
1657 [17:16:12] <galex-713> exactely
1658 [17:16:15] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Quit: Konversation terminated!)
1659 [17:16:21] <galex-713> and as I said, output from CDM must
work
1660 [17:16:30] <galex-713> if it only decrypt media stuff
1661 [17:16:42] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 244 seconds)
1662 [17:17:07] <galex-713> if that’s more complex, that
might be more, but the interface to the OS and user I/O is going to
be stable, otherwise it wouldn’t work, except if we allow them
to rewrite a proprietary version of pulseaudio each day
1663 [17:17:44] <galex-713> so making OS says time is passing a
hundred times as fast and saving output from one particular set of
program should always work
1664 [17:17:58] *** Joins: iViLe (~bob@replaced-ip )
1665 [17:18:17] *** Joins: JohnML (~john1@replaced-ip )
1666 [17:18:33] <galex-713> (when I says OS it’s not
necessarily linux but also libc, gcc, spidermonkey, pulseaudio,
xorg, etc.)
1667 [17:18:45] <galex-713> (gnome, etc.)
1668 [17:21:48] *** Quits: nbunjevac (~nbunjevac@replaced-ip ) (Quit: leaving)
1669 [17:21:51] *** Joins: vivid (~ViViD@replaced-ip )
1670 [17:22:12] *** Joins: terminalator (terminalat@replaced-ip )
1671 [17:22:22] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1672 [17:23:46] *** Joins: Ericounet (~Eric@replaced-ip )
1673 [17:25:20] *** Joins: queip (~queip@replaced-ip )
1674 [17:26:54] *** Joins: n4dir (~user@replaced-ip )
1675 [17:27:33] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
1676 [17:27:38] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 272 seconds)
1677 [17:29:20] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1678 [17:29:21] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
1679 [17:30:12] *** Joins: graphene (~graphene@replaced-ip )
1680 [17:30:47] *** Quits: sheirys (~sheirys@replaced-ip ) (Ping timeout: 240 seconds)
1681 [17:32:15] *** Joins: Beggar (~WilliamWS@replaced-ip )
1682 [17:32:59] *** art_vandeley is now known as bassil
1683 [17:33:04] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Ping timeout: 240 seconds)
1684 [17:33:22] <Beggar> Firstly I have a non-debian related
question, this one: how do I use this "apt://carla-git"
repository in debian?
1685 [17:34:06] *** Quits: neechan (~neechan@replaced-ip ) (Ping timeout: 252 seconds)
1686 [17:34:16] *** Quits: sikun (~David@replaced-ip ) (Ping timeout: 246 seconds)
1687 [17:35:44] *** Joins: fatalerrors (~fatalerro@replaced-ip )
1688 [17:35:49] *** Joins: ralpheeee (ralpheeee@replaced-ip )
1689 [17:36:01] <Beggar> the debian related one: What is the color
of the underwear that themill is using right now?
1690 [17:36:10] <Beggar> that's it.
1691 [17:36:18] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
1692 [17:37:51] *** Joins: jarfr (~jarfr@replaced-ip )
1693 [17:38:44] *** Joins: lovepopsickle (~lovepopsi@replaced-ip )
1694 [17:39:10] *** Quits: TheManWithNoSock (~paige@replaced-ip ) (Ping timeout: 246 seconds)
1695 [17:39:14] *** Joins: terminalator (terminalat@replaced-ip )
1696 [17:39:32] <lovepopsickle> anyone used aa-exec -p
/path/to/profile with apparmor? I keep getting that is not a profile
error but it is a profile
1697 [17:40:19] <lovepopsickle> i thought aa-exec would do
something similar like firejail --profile= and read a profile on
execute on the fly for that terminal situation
1698 [17:40:31] *** Joins: CaptainN (~KevinKeen@replaced-ip )
1699 [17:42:53] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
1700 [17:51:18] <NetTerminalGene> ,v firefox-esr
1701 [17:51:19] <judd> Package: firefox-esr on amd64 --
jessie-backports/firefox-release: 52.1.0esr-1~bpo80+1;
wheezy-security: 52.8.0esr-1~deb7u1; jessie: 52.8.1esr-1~deb8u1;
jessie-security: 52.8.1esr-1~deb8u1; stretch: 52.9.0esr-1~deb9u1;
buster: 52.9.0esr-1; stretch-security: 60.2.0esr-1~deb9u2; sid:
60.2.0esr-1
1702 [17:51:33] *** Joins: evenom (~evenom@replaced-ip )
1703 [17:51:34] <NetTerminalGene> ,kernels
1704 [17:51:35] <judd> Available kernel versions are:
experimental: 4.19.0-rc3-686 (4.19~rc3-1~exp1); sid:
4.18.0-1-686-pae (4.18.6-1); buster: 4.18.0-1-686-pae (4.18.6-1);
stretch-backports: 4.17.0-0.bpo.3-686-pae (4.17.17-1~bpo9+1);
stretch: 4.9.0-8-686-pae (4.9.110-3+deb9u4); jessie-backports:
4.9.0-0.bpo.6-686-pae (4.9.88-1+deb9u1~bpo8+1); jessie:
4.9.0-0.bpo.8-686-pae (4.9.110-3+deb9u4~deb8u1);
1705 [17:51:36] <judd> wheezy-backports: 3.16.0-0.bpo.4-686-pae
(3.16.39-1+deb8u1~bpo70+1); wheezy: 3.2.0-6-686-pae (3.2.102-1)
1706 [17:52:42] *** Quits: evenom (~evenom@replaced-ip ) (Read error: Connection reset by peer)
1707 [17:53:04] <NetTerminalGene> how does firefox 60 works
without rust in stretch?
1708 [17:54:30] *** Joins: tylertwo_ (~t@replaced-ip )
1709 [17:54:39] <nyov> Beggar: is that apt-url not linking a
package? where is there repository info there?
1710 [17:54:50] *** Joins: Haudegen (~quassel@replaced-ip )
1711 [17:55:32] *** Joins: elkalamar (~elkalamar@replaced-ip )
1712 [17:56:20] <Beggar> nyov I just got this from
replaced-url
1713 [17:56:34] <Beggar> In other words, I do not know what to do
with this one.
1714 [17:57:05] <hexhaxtron> I removed MariaDB to install nagios
and now I lost all the databases. Can I copy /var/lib/mysql-10.2/*
to /var/lib/mysql/?
1715 [17:57:10] <nyov> apt: short-links usually just link to a
package, of whatever system repository is enabled. stupid idea IMO
1716 [17:58:23] <nyov> Beggar: the link says "(via KXStudio
repositories)"
1717 [17:58:33] <nyov> so you'll need those in your
sources.list
1718 [17:58:50] <Beggar> nyov, what is the protocol for apt::? I
have tried wget, the soruces.list and does not worked
1719 [17:58:50] <nyov>
replaced-url
1720 [17:58:54] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
1721 [17:59:08] <nyov> just add those sources, the apt-get install
carla-git
1722 [17:59:12] <nyov> *then
1723 [18:00:00] <nyov> "apt:" links, when added to the
browser, would just open synaptic ot some other package manager
1724 [18:00:09] <Beggar> aaaaaaaa
1725 [18:00:11] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1726 [18:00:18] <RoyK> !carla-git
1727 [18:00:23] *** Joins: v01t (~v01t@replaced-ip )
1728 [18:00:47] <Beggar> got it, so the apt:: is like those junk
links used in skype where you click on it and it open skype and call
for that number, or like email in html.
1729 [18:00:57] <Beggar> Thank you nyov!
1730 [18:01:09] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1731 [18:01:11] <nyov> you're welcome
1732 [18:02:28] *** Quits: bootdisk (~bootdisk@replaced-ip ) (Ping timeout: 272 seconds)
1733 [18:05:07] <Beggar> I will end up compiling the sources, as
far as I hate using nom-official repositóries mainly when
they need apt-trasnport-xxxxx
1734 [18:05:48] <Beggar> but at least it can be tested in a live
debian.
1735 [18:06:04] <Beggar> thanks again for the help \o
1736 [18:06:28] <at0m> Beggar: yes, there's also such a
"junk link" for irc, irc:// or
ircs://chat.freenode.net/debian links here
1737 [18:06:45] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 252 seconds)
1738 [18:06:49] *** Quits: Beggar (~WilliamWS@replaced-ip ) (Quit: Leaving)
1739 [18:07:02] <at0m> not sure what the proper term is. URI in
general?
1740 [18:07:02] *** Joins: bootdisk (~bootdisk@replaced-ip )
1741 [18:11:14] *** Joins: bootdisk- (~bootdisk@replaced-ip )
1742 [18:11:43] *** Quits: bootdisk (~bootdisk@replaced-ip ) (Ping timeout: 245 seconds)
1743 [18:11:49] *** Joins: mauz555 (~jimmy@replaced-ip )
1744 [18:14:32] *** Joins: wgas (~wgas@replaced-ip )
1745 [18:17:41] *** Joins: fedorafan (~fedorafan@replaced-ip )
1746 [18:18:00] *** Quits: zumba_ad_ (~zumba_add@replaced-ip ) (Ping timeout: 252 seconds)
1747 [18:18:58] *** Quits: mauz555 (~jimmy@replaced-ip ) (Remote host closed the connection)
1748 [18:19:36] *** Joins: kn0rki (~Kn0rki@replaced-ip )
1749 [18:19:51] <NetTerminalGene> is there newest mesa in stretch
backports? what is the name of the mesa package ?
1750 [18:22:47] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1751 [18:23:07] *** Joins: Brigo (~Brigo@replaced-ip )
1752 [18:23:10] *** Joins: tom[] (~tom]@replaced-ip )
1753 [18:24:01] *** debhelper sets mode: +l 1099
1754 [18:27:29] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 244 seconds)
1755 [18:28:01] *** Joins: tribrid (~textual@replaced-ip )
1756 [18:29:35] *** Joins: tom[] (~tom]@replaced-ip )
1757 [18:32:21] *** Quits: debron (5c392662@replaced-ip ) (Quit: Page closed)
1758 [18:33:19] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1759 [18:33:30] <EdePopede> URI seems to be the broadest one, but
even w3c needed a doc for it:
replaced-url
1760 [18:35:21] *** Quits: treehug88 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1761 [18:36:08] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Read error: Connection reset by peer)
1762 [18:36:16] *** Quits: yunhao94 (~yunhao94@replaced-ip ) (Ping timeout: 244 seconds)
1763 [18:36:37] <EdePopede> just installed webfs (no
dependencies), things were set up, daemon started. listening to the
world now, what i usually don't like if i'm not asked in
advance. checked with a webservice, yes, the port is open, but even
local connection on the ip:port is refused. and i am confused. not
even an entry in the log file on the connection attempts.
what's the situation? does systemd protect this this thing
somehow?
1764 [18:36:43] *** Joins: terminal1 (terminalat@replaced-ip )
1765 [18:37:18] *** Quits: terminalator (terminalat@replaced-ip ) (Ping timeout: 244 seconds)
1766 [18:40:59] <tsuggs> Hi, I've upgraded seahorse in
testing and now all my keyrings appear blank. Anyone else
encountering this?
1767 [18:41:53] *** Joins: Mr-Potter (~Mr-Potter@replaced-ip )
1768 [18:43:38] *** Quits: benf (benf2004@replaced-ip ) (Ping timeout: 272 seconds)
1769 [18:43:55] <tsuggs> All keyrings, for reference.
1770 [18:44:11] *** Joins: Pendrag0n (~Thunderbi@replaced-ip )
1771 [18:44:11] *** Quits: Slote (56cf8155@replaced-ip ) (Remote host closed the connection)
1772 [18:44:29] *** Joins: Slote (56cf8155@replaced-ip )
1773 [18:45:29] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Remote host closed the connection)
1774 [18:45:53] *** Joins: gorgabal (~gorgabal@replaced-ip )
1775 [18:48:07] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1776 [18:49:15] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
1777 [18:50:32] *** Quits: Slote (56cf8155@replaced-ip ) (Remote host closed the connection)
1778 [18:51:00] *** Joins: earthundead (~earthunde@replaced-ip )
1779 [18:51:33] *** Joins: davetk (~davetk@replaced-ip )
1780 [18:51:50] *** Quits: tribrid (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1781 [18:53:16] *** Joins: electro33 (uid613@replaced-ip )
1782 [18:56:23] <T3RM1N41> You may have to reimport them
1783 [18:56:45] <jelly> NetTerminalGene: libgl1-mesa-dri is the
main package
1784 [18:57:05] *** Joins: LorD_n1c0w (~igora@replaced-ip )
1785 [18:57:51] *** Joins: awal1 (~awal1@replaced-ip )
1786 [18:58:27] <tsuggs> T3RM1N41: Yeah, I'll either be doing
that or converting it to another password manager today I suppose
1787 [18:58:31] *** Quits: SopaXorzTaker (~SopaXorzT@replaced-ip ) (Quit: Leaving)
1788 [18:59:12] <tsuggs> since firefox doesnt have a plugin to
integrate with gnome keyring most of this doesnt really need to be
in there
1789 [19:00:14] *** Joins: Dr2g0n (~Dr2g0n@replaced-ip )
1790 [19:00:43] *** Quits: dvs (~Heubert@replaced-ip ) (Ping timeout: 246 seconds)
1791 [19:00:47] *** Quits: Dr2g0n (~Dr2g0n@replaced-ip ) (Remote host closed the connection)
1792 [19:01:09] *** Joins: Dr2g0n (~Dr2g0n@replaced-ip )
1793 [19:01:27] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
1794 [19:01:35] *** Parts: jfbourdeau (~jfbourdea@replaced-ip ) ()
1795 [19:02:32] *** Quits: elios (~tba@replaced-ip ) (Read error: Connection reset by peer)
1796 [19:02:39] *** Joins: rafalcpp (~racalcppp@replaced-ip )
1797 [19:03:21] *** Joins: elios (~tba@replaced-ip )
1798 [19:03:23] <rafalcpp> how to temporarly try newer/newest
kernel, without building it? and also newest version of one driver
(module, I know package where it is in)
1799 [19:05:56] *** Joins: hybrid (~tribrid@replaced-ip )
1800 [19:06:26] *** Joins: ZitZ (c23bfb42@replaced-ip )
1801 [19:07:01] <jelly> rafalcpp: if you're on stretch, you
can get kernel (and matching firmware) from stretch-backports
1802 [19:07:23] <jelly> !bdo kernel
1803 [19:07:23] <dpkg> Newer kernels for Debian stable releases
are available from the <stretch-backports> repository. After
modifying your sources.list, run «aptitude update». To
install the current backported kernel: «aptitude -t
stretch-backports install linux-image-`uname -r|sed
's,[^-]*-[^-]*-,,'`». To list available backported
kernel image packages: «aptitude search
'?narrow(~nlinux-image,?origin(Debian Backports))'».
1804 [19:07:24] <ZitZ> hello, when i switch to tty and back to kde
plasma, the color is buggy, it reverts to a messed up 24 color or
something
1805 [19:07:40] <ZitZ> is anyone aware of ongoing transitions in
sid or bugs that would cause this?
1806 [19:08:07] <jelly> ZitZ: if you're on sid,
1807 [19:08:11] <jelly> !debian-next
1808 [19:08:11] <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.
1809 [19:09:22] <ZitZ> jelly: thank you!
1810 [19:10:05] *** Joins: dvs (~Heubert@replaced-ip )
1811 [19:10:16] <jelly> ZitZ: sadly to talk in there you need to
get an account on OFTC. /msg NickServ help register
1812 [19:10:34] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1813 [19:10:44] *** Parts: Scrutinizer (~Scrutiniz@replaced-ip ) ("Leaving")
1814 [19:10:51] <nyov> ah, that is why Freenode #debian picked up
so much
1815 [19:12:03] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
1816 [19:12:04] <nyov> used to be more action on the OFTC channel,
iirc
1817 [19:12:08] <jelly> you also need an account to talk in here,
it's just a freenode account
1818 [19:12:10] *** Joins: benf (benf2004@replaced-ip )
1819 [19:13:13] <NetTerminalGene> jelly, if i install this package
will i have latest mesa?
replaced-url
1820 [19:13:38] *** Quits: ZitZ (c23bfb42@replaced-ip ) (Quit: Page closed)
1821 [19:14:10] <jelly> NetTerminalGene: you will have newer mesa
than what's in stretch. Probably not the latest, because
upstream releases relatively often
1822 [19:14:23] <jelly> ,v libgl1-mesa-dri
1823 [19:14:24] <judd> Package: libgl1-mesa-dri on amd64 --
wheezy: 8.0.5-4+deb7u2; wheezy-security: 8.0.5-4+deb7u2; jessie:
10.3.2-1+deb8u1; jessie-backports: 13.0.6-1~bpo8+1; stretch:
13.0.6-1+b2; stretch-backports: 18.1.6-1~bpo9+1; buster: 18.1.7-1;
sid: 18.1.8-1; experimental: 18.2.0-1
1824 [19:14:29] <NetTerminalGene> that's enough for me thanks
1825 [19:14:30] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1826 [19:14:45] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 252 seconds)
1827 [19:15:44] <NetTerminalGene> so, i will upgrade kernel and
install latest mesa and i am to go :D
1828 [19:15:55] <NetTerminalGene> because supertuxcart
doesn't work well
1829 [19:16:13] <NetTerminalGene> supertuxkart*
1830 [19:16:37] *** Joins: annadane (~annadane@replaced-ip )
1831 [19:17:58] *** Quits: noodlepie (~Phillip@replaced-ip ) (Quit: Rebooting 4.18.8-Gentoo)
1832 [19:19:58] *** Dr2g0n is now known as W1zard
1833 [19:20:07] *** W1zard is now known as V1zard
1834 [19:20:15] *** Quits: tom[] (~tom]@replaced-ip ) (Ping timeout: 252 seconds)
1835 [19:21:17] *** Joins: khumba (~khumba@replaced-ip )
1836 [19:21:29] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
1837 [19:23:08] *** Joins: Night-Shade (~TimF@replaced-ip )
1838 [19:23:20] *** Joins: tom[] (~tom]@replaced-ip )
1839 [19:24:14] *** Joins: Emmet_brwn (~Emmet_brw@replaced-ip )
1840 [19:24:35] <NetTerminalGene> jelly, gnome animation is laggy
for me. if i install that mesa package, would it fix?
1841 [19:27:19] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 246 seconds)
1842 [19:27:30] <jelly> NetTerminalGene: I don't have any
experience with modern Gnome, perhaps, perhaps not
1843 [19:27:41] *** Quits: V1zard (~Dr2g0n@replaced-ip ) (Quit: Leaving)
1844 [19:27:46] *** Joins: ml| (~ml|@replaced-ip )
1845 [19:28:01] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1846 [19:28:51] <rafalcpp> how to tune Debian for max performance
(including networking)?
1847 [19:28:59] <rafalcpp> e.g. afair redhat has custom scripts
for that
1848 [19:29:05] *** Joins: JohnML (~john1@replaced-ip )
1849 [19:29:56] <rafalcpp> why there is
linux-image-4.17.0-0.bpo.1-amd64 and .bpo.3 ?
1850 [19:31:31] <rafalcpp> ok so bpo is "backported",
and the 3 is a bit newer, and 1 a bit more stable?
1851 [19:32:54] <RoyK> probably worls
1852 [19:32:57] <RoyK> works
1853 [19:33:29] <RoyK> but if you want automatic upggrades or
things like that, tick to those in stable
1854 [19:34:17] *** Joins: comphuse (~comphuse@replaced-ip )
1855 [19:35:32] *** Joins: Dr2g0n (~Dr2g0n@replaced-ip )
1856 [19:35:43] *** Joins: Ilyas (uid43013@replaced-ip )
1857 [19:36:04] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1858 [19:37:11] *** Quits: hybrid (~tribrid@replaced-ip ) (Quit: Leaving)
1859 [19:39:25] *** Joins: ilmostro (~ilmostro@replaced-ip )
1860 [19:40:05] *** Joins: comphuse_ (~comphuse@replaced-ip )
1861 [19:41:19] *** Quits: comphuse (~comphuse@replaced-ip ) (Ping timeout: 246 seconds)
1862 [19:41:20] *** comphuse_ is now known as comphuse
1863 [19:43:08] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
1864 [19:43:14] *** Quits: st-gourichon-fid (~Stephane@replaced-ip##) (Quit: ZNC - ##replaced-url
1865 [19:43:21] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 252 seconds)
1866 [19:43:22] *** Joins: ntd (~ntd@replaced-ip )
1867 [19:43:52] *** Joins: k3g (~keg@replaced-ip )
1868 [19:43:55] *** Joins: arthurmde_ (uid38505@replaced-ip )
1869 [19:43:59] <rafalcpp> jelly: that factoid is incorrect,
<< aptitude search '?narrow(~nlinux-image,?origin(Debian
Backports))' >> doesn't work, probably due to the
more detailed long name of it
1870 [19:44:03] *** Joins: graphene (~graphene@replaced-ip )
1871 [19:44:25] <rafalcpp> no wait..
1872 [19:44:59] <rafalcpp> ah, it has other meaning of
"virtual" packages when "-t" ... ok
1873 [19:45:08] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1874 [19:45:40] *** Quits: rafalcpp (~racalcppp@replaced-ip ) ()
1875 [19:45:52] *** Quits: queip (~queip@replaced-ip ) (Quit: bye, freenode)
1876 [19:45:56] *** Quits: wgas (~wgas@replaced-ip ) (Quit: wgas)
1877 [19:46:17] *** Joins: czart (~czart@replaced-ip )
1878 [19:48:42] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1879 [19:49:46] *** Joins: JohnML (~john1@replaced-ip )
1880 [19:49:59] *** Joins: rafalcpp (~racalcppp@replaced-ip )
1881 [19:50:25] *** Joins: Slote (~c0a8010c@replaced-ip )
1882 [19:50:30] *** Joins: queip (~queip@replaced-ip )
1883 [19:51:10] *** Joins: kirk781 (~kirk781@replaced-ip )
1884 [19:51:23] *** Quits: dvs (~Heubert@replaced-ip ) (Quit: Outta here!)
1885 [19:53:18] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 272 seconds)
1886 [19:54:01] *** debhelper sets mode: +l 1106
1887 [19:54:07] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
1888 [19:56:32] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1889 [19:57:49] *** Joins: JohnML (~john1@replaced-ip )
1890 [19:59:44] *** Quits: Emmet_brwn (~Emmet_brw@replaced-ip ) (Remote host closed the connection)
1891 [20:01:53] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1892 [20:02:29] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Read error: Connection reset by peer)
1893 [20:02:35] *** Quits: queip (~queip@replaced-ip ) (Quit: bye, freenode)
1894 [20:02:55] *** Joins: Tom-_ (~tomg@replaced-ip )
1895 [20:04:11] *** Joins: Night-Shade (~TimF@replaced-ip )
1896 [20:04:49] *** Joins: cCkw (~ejakuk@replaced-ip )
1897 [20:06:16] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1898 [20:06:16] *** Joins: srgg (~srgg@replaced-ip )
1899 [20:06:33] *** Quits: Tom-_ (~tomg@replaced-ip ) (Remote host closed the connection)
1900 [20:07:23] *** Joins: JohnML (~john1@replaced-ip )
1901 [20:08:01] *** Joins: will_haven (~will_have@replaced-ip )
1902 [20:08:09] *** Joins: kktr (~nyash@replaced-ip )
1903 [20:08:45] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
1904 [20:09:11] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
1905 [20:09:54] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1906 [20:10:06] *** Joins: Noldorin (~noldorin@replaced-ip )
1907 [20:10:27] <Noldorin> md0 : active raid1 sdb1[2] sda1[0]
1908 [20:10:34] <Noldorin> does that look like a correct raid1
setup?
1909 [20:10:40] <Noldorin> (output from `cat /dev/md0`)
1910 [20:12:43] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1911 [20:14:01] *** debhelper sets mode: +l 1113
1912 [20:14:31] *** Quits: Noldorin (~noldorin@replaced-ip ) (Client Quit)
1913 [20:15:54] *** Joins: Tom-_ (~tomg@replaced-ip )
1914 [20:17:08] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 245 seconds)
1915 [20:17:31] *** Joins: purpleun_ (~purpleuni@replaced-ip )
1916 [20:17:34] *** Quits: olivetree_ (~oliveira@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1917 [20:18:50] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1918 [20:20:07] *** Quits: Warcop (~josh@replaced-ip ) (Ping timeout: 244 seconds)
1919 [20:20:22] *** Joins: JohnML (~john1@replaced-ip )
1920 [20:20:54] *** Joins: Warcop (~josh@replaced-ip )
1921 [20:23:13] *** Quits: efee229ddfk (~efee229dd@replaced-ip ) (Ping timeout: 244 seconds)
1922 [20:24:52] *** Joins: agittins (~agittins@replaced-ip )
1923 [20:25:36] *** Quits: Warcop (~josh@replaced-ip ) (Ping timeout: 252 seconds)
1924 [20:25:45] *** Quits: terminal1 (terminalat@replaced-ip ) (Quit: terminal1)
1925 [20:25:54] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1926 [20:26:04] *** Joins: joft (~joft@replaced-ip )
1927 [20:26:57] *** Quits: purpleun_ (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1928 [20:27:00] *** Joins: JohnML (~john1@replaced-ip )
1929 [20:27:48] *** Joins: krabador (~krabador@replaced-ip )
1930 [20:27:48] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1931 [20:27:53] *** Joins: FightingFalcon (~FightingF@replaced-ip )
1932 [20:28:25] *** Joins: n_1-c_k (~nick@replaced-ip )
1933 [20:28:34] <agittins> howdy - I'm having trouble with
xdm crashing on startup after upgrading my machine to buster
(radeon/amdgpu). I see that #debian-next is +i, is this the place to
seek some ideas?
1934 [20:30:01] *** Joins: Warcop (~josh@replaced-ip )
1935 [20:30:37] *** Joins: ffwdwr (~ffwdwr@replaced-ip )
1936 [20:31:07] <annadane> agittins, #debian-next is on
irc.oftc.net
1937 [20:31:20] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1938 [20:31:54] <agittins> Ha! I didn't even look at the
servername, just assume it'd be here :-) Thanks.
1939 [20:32:17] <agittins> *assume(d) (joys of using backup laptop
with stuffed keyboard!)
1940 [20:32:26] *** Joins: JohnML (~john1@replaced-ip )
1941 [20:34:59] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
1942 [20:35:53] *** Joins: graphene (~graphene@replaced-ip )
1943 [20:38:22] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
1944 [20:41:20] *** Joins: olivetree_ (~oliveira@replaced-ip )
1945 [20:41:30] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1946 [20:46:12] *** Quits: deznuts (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1947 [20:46:19] <ksk> 4/lastlog ksk
1948 [20:47:01] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1949 [20:47:33] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1950 [20:48:08] *** Joins: JohnML (~john1@replaced-ip )
1951 [20:48:12] *** Joins: adc (~adc@replaced-ip )
1952 [20:50:32] *** Joins: troulouliou_dev (~troulouli@replaced-ip )
1953 [20:50:37] *** Joins: Haudegen (~quassel@replaced-ip )
1954 [20:51:01] *** Joins: mihi (~mihi@replaced-ip )
1955 [20:53:50] *** Joins: JWarcop (~josh@replaced-ip )
1956 [20:54:06] *** Quits: Warcop (~josh@replaced-ip ) (Ping timeout: 272 seconds)
1957 [20:56:12] *** Joins: HurricaneHarry (~quassel@replaced-ip )
1958 [20:57:21] *** Joins: mspe (~mspe@replaced-ip )
1959 [20:59:24] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1960 [21:00:21] *** Joins: burakcank (~burakcank@replaced-ip )
1961 [21:00:31] *** Joins: JohnML (~john1@replaced-ip )
1962 [21:01:42] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Remote host closed the connection)
1963 [21:03:29] <burakcank> Hey, can someone tell me what is the
logic behind separating python standard library module
"venv" from the python3 package itself ?
1964 [21:05:22] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (Remote host closed the connection)
1965 [21:07:27] *** Quits: JWarcop (~josh@replaced-ip ) (Ping timeout: 240 seconds)
1966 [21:07:31] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1967 [21:07:42] *** Quits: troulouliou_dev (~troulouli@replaced-ip ) (Remote host closed the connection)
1968 [21:08:11] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1969 [21:08:39] *** Joins: HurricaneHarry (~quassel@replaced-ip )
1970 [21:09:00] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
1971 [21:09:11] *** Joins: Warcop (~josh@replaced-ip )
1972 [21:09:48] *** Joins: kirk781 (~kirk781@replaced-ip )
1973 [21:12:34] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
1974 [21:13:04] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1975 [21:15:12] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 252 seconds)
1976 [21:16:35] *** Joins: wgas (~wgas@replaced-ip )
1977 [21:17:18] *** Quits: argusbr (~online@replaced-ip ) (Ping timeout: 252 seconds)
1978 [21:17:38] *** Joins: argusbr (~online@replaced-ip )
1979 [21:18:51] <nkuttler> burakcank: not everybody needs it?
1980 [21:19:29] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1981 [21:20:36] *** Joins: JohnML (~john1@replaced-ip )
1982 [21:20:51] *** Joins: amcorreia (~amcorreia@replaced-ip )
1983 [21:22:12] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1984 [21:22:53] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1985 [21:23:44] <burakcank> nkuttler, there is this detail that
it's in the standard library though.
1986 [21:24:30] *** Joins: Pendrag0n (~Thunderbi@replaced-ip )
1987 [21:24:42] <nkuttler> burakcank: debian packagers don't
always agree with project standards
1988 [21:26:24] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 272 seconds)
1989 [21:26:47] *** Joins: nbunjevac (~nbunjevac@replaced-ip )
1990 [21:27:57] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1991 [21:28:19] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: nibble_zero)
1992 [21:28:46] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1993 [21:29:00] *** Joins: Night-Shade (~TimF@replaced-ip )
1994 [21:29:46] *** Quits: Jing (Jing@replaced-ip ) (Remote host closed the connection)
1995 [21:29:56] *** Joins: Jing (Jing@replaced-ip )
1996 [21:32:01] <burakcank> nkuttler, I am not criticizing their
decision but is that it ? Is this related with storage issues or
what ? I don't think that is the reason.
1997 [21:32:40] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
1998 [21:33:05] *** Quits: iderik (~idk@replaced-ip ) (Quit: iderik)
1999 [21:33:33] *** Joins: Uberius (~Uberius@replaced-ip )
2000 [21:33:50] <bites> python3-venv is just the /usr/bin/pyvenv
script. the venv module still works if you don't have it
installed.
2001 [21:34:00] *** Joins: srgg_ (~srgg@replaced-ip )
2002 [21:34:34] <bites> you can still python3 -m venv myvenv with
the bare python3 package.
2003 [21:35:01] <burakcank> bites, it does not work on ubuntu
18.04. Says I should install python3-venv.
2004 [21:35:55] <bites> this ain't #ubuntu, is it?
2005 [21:36:07] *** Quits: will_haven (~will_have@replaced-ip ) (Ping timeout: 240 seconds)
2006 [21:36:24] <ws2k3> i have a machine with a areca 1880 raid
controller. running seagate sas drives. raid10 with 2 hot spares.
but lately sometimes the volume jumps to read only JBD2: Detected IO
errors while flushing file data on sdb1-8 i checked the raid
controller logs and there is nothing there. how should i proceed
2007 [21:36:46] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2008 [21:36:56] *** Quits: srgg (~srgg@replaced-ip ) (Ping timeout: 250 seconds)
2009 [21:37:10] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 246 seconds)
2010 [21:38:57] <burakcank> bites, oh, I thought that since ubuntu
is based on debian, okay. My mistake :)
2011 [21:40:24] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 252 seconds)
2012 [21:42:27] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Ping timeout: 240 seconds)
2013 [21:43:21] *** Joins: lankanmon (~LKNnet@replaced-ip )
2014 [21:43:43] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2015 [21:44:10] *** Joins: purpleunicorn (~purpleuni@replaced-ip )
2016 [21:44:18] *** Joins: iViLe (~bob@replaced-ip )
2017 [21:44:37] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2018 [21:44:58] *** Joins: neechan (~neechan@replaced-ip )
2019 [21:45:31] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
2020 [21:47:10] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
2021 [21:47:13] *** Joins: ntd (~ntd@replaced-ip )
2022 [21:48:01] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2023 [21:48:16] *** Joins: silverballz (~hidden@replaced-ip )
2024 [21:48:31] *** Quits: MrrtDerpson (~Mrrt@replaced-ip ) (Remote host closed the connection)
2025 [21:49:03] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
2026 [21:49:53] *** Joins: comphuse_ (~comphuse@replaced-ip )
2027 [21:50:12] *** Joins: format_c (~koeppea@replaced-ip )
2028 [21:50:40] *** Quits: Tom-_ (~tomg@replaced-ip ) (Read error: Connection reset by peer)
2029 [21:50:46] *** Joins: troulouliou_dev (~troulouli@replaced-ip )
2030 [21:51:08] *** Quits: agittins (~agittins@replaced-ip ) ()
2031 [21:51:18] *** Quits: comphuse (~comphuse@replaced-ip ) (Ping timeout: 245 seconds)
2032 [21:51:18] *** comphuse_ is now known as comphuse
2033 [21:52:06] *** Quits: r3 (~arethree@replaced-ip ) (Read error: Connection reset by peer)
2034 [21:52:25] *** Joins: r3 (~arethree@replaced-ip )
2035 [21:53:31] *** Joins: Tom-_ (~tomg@replaced-ip )
2036 [21:54:02] *** Joins: hybrid (~tribrid@replaced-ip )
2037 [21:55:35] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2038 [21:56:57] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 2.1)
2039 [21:56:58] *** Quits: chrissl (~chris@replaced-ip ) (Remote host closed the connection)
2040 [22:00:39] <ws2k3> i have a machine with a areca 1880 raid
controller. running seagate sas drives. raid10 with 2 hot spares.
but lately sometimes the volume jumps to read only JBD2: Detected IO
errors while flushing file data on sdb1-8 i checked the raid
controller logs and there is nothing there. how should i proceed
2041 [22:00:56] *** Quits: jasmith (~jasmith@replaced-ip ) (Quit: Leaving)
2042 [22:01:00] *** Joins: terminalator (terminalat@replaced-ip )
2043 [22:01:14] *** Quits: Dr2g0n (~Dr2g0n@replaced-ip ) (Read error: Connection reset by peer)
2044 [22:02:09] *** Joins: un214 (~un214@replaced-ip )
2045 [22:02:27] <un214> who's the package owner of lilo?
2046 [22:03:25] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
2047 [22:03:26] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
2048 [22:04:06] <at0m> un214:
replaced-url
2049 [22:04:46] *** Joins: hyskaru (~hyskaru@replaced-ip )
2050 [22:04:56] *** Joins: sdoubleyou (~sdoubleyo@replaced-ip )
2051 [22:05:04] *** Quits: _systemd_is_evil (~NOsystemd@replaced-ip ) (Ping timeout: 240 seconds)
2052 [22:05:52] *** Joins: Apeiron` (~Apeiron@replaced-ip )
2053 [22:06:43] <un214> The homepage doesn't exist
2054 [22:06:51] *** Quits: khumba (~khumba@replaced-ip ) (Quit: Ja ne.)
2055 [22:07:03] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
2056 [22:07:19] *** Joins: vivid (~ViViD@replaced-ip )
2057 [22:07:25] *** Joins: conta (~Thunderbi@replaced-ip )
2058 [22:07:39] *** Quits: sdoubleyou (~sdoubleyo@replaced-ip ) (Client Quit)
2059 [22:08:26] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Read error: Connection reset by peer)
2060 [22:10:43] *** Quits: glick (47edd4c8@replaced-ip ) (Remote host closed the connection)
2061 [22:10:44] *** Joins: sdoubleyou (~sdoubleyo@replaced-ip )
2062 [22:10:49] *** Joins: TheManWithNoSock (~paige@replaced-ip )
2063 [22:10:58] <at0m> un214: Alioth is dead, long live Salsa so
it seems.
replaced-url
2064 [22:11:06] *** Quits: n9nes (~strn@replaced-ip ) (Remote host closed the connection)
2065 [22:11:35] *** Joins: n9nes (~strn@replaced-ip )
2066 [22:11:53] *** Joins: _systemd_is_evil (~NOsystemd@replaced-ip )
2067 [22:11:53] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
2068 [22:11:57] <un214> as expected kinda; I think the real answer
for lilo package maintainer is nobody
2069 [22:11:58] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
2070 [22:12:11] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
2071 [22:12:14] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2072 [22:12:22] *** Joins: tagomago (~tagomago@replaced-ip )
2073 [22:12:36] *** Quits: n9nes (~strn@replaced-ip ) (Remote host closed the connection)
2074 [22:12:38] <at0m> th maintainer is active, changed page 6
days ago.
replaced-url
2075 [22:12:57] <un214> oh; somebody needs to update the homepage
link then
2076 [22:13:30] *** Quits: sdoubleyou (~sdoubleyo@replaced-ip ) (Client Quit)
2077 [22:13:34] *** Joins: n9nes (~strn@replaced-ip )
2078 [22:13:36] <at0m> yea. maybe send Joachim an email.
2079 [22:13:54] *** Joins: sdoubleyou (~sdoubleyo@replaced-ip )
2080 [22:14:33] <at0m> or git or whatever.
replaced-url
2081 [22:14:57] <un214> oh; the real prolbem is you gave a stretch
link rather than a buster link
2082 [22:15:11] <un214> buster has the right link
2083 [22:15:35] *** Quits: n9nes (~strn@replaced-ip ) (Remote host closed the connection)
2084 [22:16:03] *** Joins: n9nes (~strn@replaced-ip )
2085 [22:16:13] <lovepopsickle> can you use apparmor on the
terminal?
2086 [22:16:27] <lovepopsickle> with aa-exec to execute a profile
for that session?
2087 [22:17:42] <at0m> un214: seems you're right, and he
stopped development of lilo
2088 [22:18:06] <at0m> (as per the note on
replaced-url
2089 [22:18:31] *** Joins: timahvo1 (~rogue@replaced-ip )
2090 [22:18:38] <un214> I'm thinking about taking it up;
I'm using a hacked-up lilo for running on fakeraid
2091 [22:18:48] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Ping timeout: 245 seconds)
2092 [22:18:54] <un214> I couldn't tell grub to stop writing
to the disk
2093 [22:19:39] *** Joins: fr0xk (~fr0xk@replaced-ip )
2094 [22:20:03] *** Quits: un214 (~un214@replaced-ip ) (Remote host closed the connection)
2095 [22:20:44] *** Joins: Ingvix (~Ingvix@replaced-ip )
2096 [22:20:52] <at0m> "apt show lilo" also has the
proper url. and have fun taking up the project, if you do =)
2097 [22:20:57] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2098 [22:21:32] *** Joins: [b0b] (~bob@replaced-ip )
2099 [22:22:00] *** Joins: JohnML (~john1@replaced-ip )
2100 [22:22:38] *** Joins: Shadowcrit (~Shadowcri@replaced-ip )
2101 [22:22:55] *** Joins: lldd_ (~atrapado@replaced-ip )
2102 [22:22:56] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
2103 [22:23:49] <nyov> that would be nice. lilo shouldn't die
2104 [22:24:02] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 272 seconds)
2105 [22:24:04] *** [b0b] is now known as b0b
2106 [22:25:52] *** Joins: oo_miguel (~miguel@replaced-ip )
2107 [22:26:16] *** Joins: terminalator (terminalat@replaced-ip )
2108 [22:27:35] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
2109 [22:28:02] <fr0xk> Looks like python 3.7 is still not making
out Debian unstable
2110 [22:28:03] *** Joins: earthundead (~earthunde@replaced-ip )
2111 [22:29:29] *** Joins: mtn (~mtn@replaced-ip )
2112 [22:30:15] *** Quits: purpleunicorn (~purpleuni@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2113 [22:30:36] *** Quits: Mr-Potter (~Mr-Potter@replaced-ip ) (Remote host closed the connection)
2114 [22:32:26] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
2115 [22:32:58] *** Joins: Mr-Potter (~Mr-Potter@replaced-ip )
2116 [22:34:24] *** Quits: graphene (~graphene@replaced-ip ) (Read error: Connection reset by peer)
2117 [22:34:45] *** Quits: LtL (~ltl@replaced-ip ) (Quit: LtL)
2118 [22:35:13] *** Joins: graphene (~graphene@replaced-ip )
2119 [22:36:10] *** Quits: fChanX (~fChanX@replaced-ip ) (Quit: leaving)
2120 [22:38:53] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2121 [22:39:00] *** Joins: silverwhitefish (~hidden@replaced-ip )
2122 [22:39:22] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2123 [22:41:27] *** Quits: silverballz (~hidden@replaced-ip ) (Ping timeout: 240 seconds)
2124 [22:41:30] *** Quits: hybrid (~tribrid@replaced-ip ) (Quit: Leaving)
2125 [22:41:33] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
2126 [22:41:53] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2127 [22:42:12] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 244 seconds)
2128 [22:42:12] *** Quits: srgg_ (~srgg@replaced-ip ) (Quit: srgg_)
2129 [22:42:21] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Read error: Connection reset by peer)
2130 [22:43:10] *** Joins: timahvo1 (~rogue@replaced-ip )
2131 [22:45:15] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Quit: WeeChat 1.6)
2132 [22:47:22] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
2133 [22:47:51] <annadane> ws2k3, i guess if no one knows the
answer in here you can try the mailing list
debian-user@lists.debian.org
2134 [22:48:24] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 244 seconds)
2135 [22:48:46] <annadane> or maybe ##hardware here on freenode if
it's maybe more on the hardware side in general, not sure how
much of your problem is debian related
2136 [22:48:50] *** Joins: sZbcE8qNfG (6c3d3074@replaced-ip )
2137 [22:48:55] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Ping timeout: 244 seconds)
2138 [22:49:23] <sZbcE8qNfG> hello, could someone check if
replaced-url
2139 [22:49:29] *** Joins: timahvo1 (~rogue@replaced-ip )
2140 [22:49:51] *** Joins: LorD_n1c0w (~igora@replaced-ip )
2141 [22:52:52] <r3>
replaced-url
2142 [22:53:47] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2143 [22:53:56] *** Quits: r3 (~arethree@replaced-ip ) (Read error: Connection reset by peer)
2144 [22:54:07] *** Joins: n8nes (~strn@replaced-ip )
2145 [22:54:08] *** Joins: Brigo (~Brigo@replaced-ip )
2146 [22:54:12] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 252 seconds)
2147 [22:54:14] *** Joins: r3 (~arethree@replaced-ip )
2148 [22:54:19] *** Quits: fr0xk (~fr0xk@replaced-ip ) (Quit: Lost terminal)
2149 [22:54:42] *** Joins: timahvo1 (~rogue@replaced-ip )
2150 [22:55:51] *** Quits: cybercrypto (~cybercryp@replaced-ip ) (Ping timeout: 252 seconds)
2151 [22:56:08] *** Quits: n8nes (~strn@replaced-ip ) (Remote host closed the connection)
2152 [22:56:17] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
2153 [22:56:24] *** Quits: n9nes (~strn@replaced-ip ) (Ping timeout: 252 seconds)
2154 [22:56:36] *** Joins: n8nes (~strn@replaced-ip )
2155 [22:58:14] *** Joins: n9nes (~strn@replaced-ip )
2156 [22:58:59] *** Quits: troulouliou_dev (~troulouli@replaced-ip ) (Quit: Leaving)
2157 [23:00:09] *** Quits: galex-713 (~user@replaced-ip ) (Ping timeout: 252 seconds)
2158 [23:00:30] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
2159 [23:00:40] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2160 [23:00:58] *** deepfreez_ is now known as deepfreez
2161 [23:01:31] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 246 seconds)
2162 [23:01:34] *** Quits: n8nes (~strn@replaced-ip ) (Ping timeout: 240 seconds)
2163 [23:01:40] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Client Quit)
2164 [23:02:26] *** Quits: lldd_ (~atrapado@replaced-ip ) (Quit: Leaving)
2165 [23:03:11] *** Quits: Ilyas (uid43013@replaced-ip ) (Quit: Connection closed for inactivity)
2166 [23:03:41] *** Joins: hypn0 (~h@replaced-ip )
2167 [23:04:02] *** debhelper sets mode: +l 1106
2168 [23:04:51] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 252 seconds)
2169 [23:04:56] *** Joins: will_haven (~will_have@replaced-ip )
2170 [23:09:01] *** Joins: iViLe (~bob@replaced-ip )
2171 [23:09:46] <pldiem> can I boot debian without disabling
secure boot option?
2172 [23:09:55] <pldiem> I have no such option in my bios
2173 [23:10:06] <pldiem> InsydeH20 rev. 5.0
2174 [23:11:39] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 244 seconds)
2175 [23:12:10] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 272 seconds)
2176 [23:13:04] *** Joins: vizius00 (~vizius00@replaced-ip )
2177 [23:20:35] *** Quits: sdoubleyou (~sdoubleyo@replaced-ip ) (Quit: sdoubleyou)
2178 [23:20:48] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 252 seconds)
2179 [23:24:46] *** Joins: iViLe (~bob@replaced-ip )
2180 [23:28:53] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2181 [23:30:32] *** Quits: tylertwo_ (~t@replaced-ip ) (Quit: leaving)
2182 [23:30:37] *** Joins: sinaowolabi (~Sina@replaced-ip )
2183 [23:32:36] *** Joins: n4dir (~user@replaced-ip )
2184 [23:32:40] *** Quits: jfbourdeau (~jfbourdea@replaced-ip##) (Quit: You can find me on ##replaced-url
2185 [23:38:10] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2186 [23:40:12] *** Joins: krytarik (~krytarik@replaced-ip )
2187 [23:40:40] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 272 seconds)
2188 [23:43:15] <hypn0> bios and uefi are not the same, bios
doesn't have secure boot?
2189 [23:45:41] <pldiem> but the option usually was located under
security tab in the bios
2190 [23:46:04] *** Quits: format_c (~koeppea@replaced-ip ) (Ping timeout: 240 seconds)
2191 [23:46:39] *** Joins: jfbourdeau (~jfbourdea@replaced-ip )
2192 [23:46:45] <pldiem> I am trying to install Debian once again,
because during the previous installation I haven't seen the
grub boot loader screen
2193 [23:46:54] <pldiem> so maybe that is the issue
2194 [23:47:03] <pldiem> since I cannot boot
2195 [23:47:09] <annadane> i'm not well versed in secure boot
but see
replaced-url
2196 [23:47:11] <judd> Bug
replaced-url
2197 [23:51:35] <pldiem> hmm... so how can I disable it when I
don't see such option
2198 [23:52:16] <Brigo> pldiem, ask google
2199 [23:52:24] <pldiem> :)
2200 [23:52:30] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Ping timeout: 252 seconds)
2201 [23:52:32] <hassoon> (:
2202 [23:52:35] <pldiem> I tried for a few hours
2203 [23:52:35] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2204 [23:52:46] <hypn0> if there's no option, then it's
a bios?
2205 [23:53:04] <pldiem> what do you mean?
2206 [23:53:33] <hypn0> debian installs fine with bios systems
2207 [23:54:07] <pldiem> I know I had it on two other laptops
2208 [23:54:12] <pldiem> one was the old one
2209 [23:54:32] <pldiem> and on the newer one, as I can recall, I
disabled secure boot
2210 [23:54:47] <pldiem> and on the newest one I have no such
option
2211 [23:54:49] <hypn0> just cause you got uefi on one system,
doesn't mean its on others?
2212 [23:55:00] *** Joins: bozza (~bozza@replaced-ip )
2213 [23:55:06] <pldiem> I do have uefi options here
2214 [23:55:36] <pldiem> isn't it a standard on a new
laptops?
2215 [23:55:58] <hypn0> yeah it should be
2216 [23:56:41] <hypn0>
replaced-url
2217 [23:57:51] <pldiem> as I see on the screenshot there Rev. 3.7
2218 [23:57:57] <pldiem> I do have Rev. 5.0
2219 [23:58:40] <hypn0> it should be similar?
2220 [23:59:51] *** Quits: CyberHacker (~CyberHack@replaced-ip ) (Remote host closed the connection)
2221 [23:59:59] <hypn0>
replaced-url
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be